##// END OF EJS Templates
release: merge back stable branch into default
marcink -
r808:7832b163 merge default
parent child Browse files
Show More
@@ -7,3 +7,4 b' baaf9f5bcea3bae0ef12ae20c8b270482e62abb6'
7 7 32a70c7e56844a825f61df496ee5eaf8c3c4e189 v4.2.1
8 8 fa695cdb411d294679ac081d595ac654e5613b03 v4.3.0
9 9 0e4dc11b58cad833c513fe17bac39e6850edf959 v4.3.1
10 8a876f48f5cb1d018b837db28ff928500cb32cfb v4.4.0
@@ -24,6 +24,10 b' recursive-include rhodecode *.cfg'
24 24 recursive-include rhodecode *.json
25 25 recursive-include rhodecode *.ini_tmpl
26 26 recursive-include rhodecode *.sh
27 recursive-include rhodecode *.mako
28
29 # 502 page
30 include rhodecode/public/502.html
27 31
28 32 # 502 page
29 33 include rhodecode/public/502.html
1 NO CONTENT: modified file, binary diff hidden
This diff has been collapsed as it changes many lines, (1188 lines changed) Show them Hide them
@@ -7,8 +7,8 b' msgid ""'
7 7 msgstr ""
8 8 "Project-Id-Version: RhodeCode\n"
9 9 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
10 "POT-Creation-Date: 2016-08-02 20:55+0000\n"
11 "PO-Revision-Date: 2016-08-02 20:57+0000\n"
10 "POT-Creation-Date: 2016-09-15 14:11+0000\n"
11 "PO-Revision-Date: 2016-09-15 14:12+0000\n"
12 12 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
13 13 "Language-Team: Belarusian (http://www.transifex.com/rhodecode/RhodeCode/language/be/)\n"
14 14 "MIME-Version: 1.0\n"
@@ -19,7 +19,7 b' msgstr ""'
19 19 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
20 20
21 21 #: rhodecode/admin/navigation.py:74 rhodecode/authentication/routes.py:60
22 #: rhodecode/integrations/views.py:126
22 #: rhodecode/integrations/views.py:168
23 23 #: rhodecode/templates/admin/permissions/permissions.html:36
24 24 msgid "Global"
25 25 msgstr ""
@@ -42,7 +42,8 b' msgstr ""'
42 42 msgid "Issue Tracker"
43 43 msgstr ""
44 44
45 #: rhodecode/admin/navigation.py:80 rhodecode/templates/register.html:76
45 #: rhodecode/admin/navigation.py:80 rhodecode/integrations/types/email.py:232
46 #: rhodecode/templates/register.html:76
46 47 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
47 48 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
48 49 #: rhodecode/templates/admin/users/user_add.html:86
@@ -62,12 +63,18 b' msgid "Full Text Search"'
62 63 msgstr ""
63 64
64 65 #: rhodecode/admin/navigation.py:83
65 #: rhodecode/templates/admin/integrations/base.html:21
66 #: rhodecode/templates/admin/integrations/edit.html:8
67 #: rhodecode/templates/admin/integrations/edit.html:19
68 #: rhodecode/templates/admin/integrations/list.html:15
69 #: rhodecode/templates/admin/integrations/list.html:19
70 #: rhodecode/templates/admin/integrations/list.html:26
66 #: rhodecode/templates/admin/integrations/base.html:23
67 #: rhodecode/templates/admin/integrations/form.html:8
68 #: rhodecode/templates/admin/integrations/form.html:21
69 #: rhodecode/templates/admin/integrations/form.html:32
70 #: rhodecode/templates/admin/integrations/list.html:21
71 #: rhodecode/templates/admin/integrations/list.html:25
72 #: rhodecode/templates/admin/integrations/list.html:29
73 #: rhodecode/templates/admin/integrations/list.html:36
74 #: rhodecode/templates/admin/integrations/new.html:9
75 #: rhodecode/templates/admin/integrations/new.html:17
76 #: rhodecode/templates/admin/integrations/new.html:23
77 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:51
71 78 #: rhodecode/templates/admin/repos/repo_edit.html:72
72 79 #: rhodecode/templates/base/base.html:84
73 80 msgid "Integrations"
@@ -90,9 +97,9 b' msgstr ""'
90 97 msgid "Enable or disable this authentication plugin."
91 98 msgstr ""
92 99
93 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:37
94 #: rhodecode/templates/admin/integrations/list.html:62
95 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
100 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:32
101 #: rhodecode/model/validation_schema/schemas/integration_schema.py:197
102 #: rhodecode/templates/admin/integrations/list.html:101
96 103 msgid "Enabled"
97 104 msgstr ""
98 105
@@ -395,12 +402,12 b' msgstr ""'
395 402
396 403 #: rhodecode/controllers/changeset.py:335
397 404 #: rhodecode/controllers/pullrequests.py:750
398 #: rhodecode/model/pull_request.py:843
405 #: rhodecode/model/pull_request.py:842
399 406 #, python-format
400 407 msgid "Status change %(transition_icon)s %(status)s"
401 408 msgstr ""
402 409
403 #: rhodecode/controllers/changeset.py:372
410 #: rhodecode/controllers/changeset.py:373
404 411 msgid ""
405 412 "Changing the status of a commit associated with a closed pull request is not"
406 413 " allowed"
@@ -543,14 +550,14 b' msgstr ""'
543 550 msgid "Changesets"
544 551 msgstr ""
545 552
546 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:251
553 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:259
547 554 #: rhodecode/model/pull_request.py:1059 rhodecode/model/scm.py:780
548 #: rhodecode/templates/base/vcs_settings.html:138
555 #: rhodecode/templates/base/vcs_settings.html:185
549 556 msgid "Branches"
550 557 msgstr ""
551 558
552 559 #: rhodecode/controllers/files.py:1030 rhodecode/model/scm.py:795
553 #: rhodecode/templates/base/vcs_settings.html:163
560 #: rhodecode/templates/base/vcs_settings.html:210
554 561 msgid "Tags"
555 562 msgstr ""
556 563
@@ -656,30 +663,30 b' msgid "Close Pull Request"'
656 663 msgstr ""
657 664
658 665 #: rhodecode/controllers/pullrequests.py:754
659 #: rhodecode/model/pull_request.py:847
666 #: rhodecode/model/pull_request.py:846
660 667 msgid "Closing with"
661 668 msgstr ""
662 669
663 #: rhodecode/controllers/pullrequests.py:802
670 #: rhodecode/controllers/pullrequests.py:804
664 671 #, python-format
665 672 msgid ""
666 673 "Closing pull request on other statuses than rejected or approved is "
667 674 "forbidden. Calculated status from all reviewers is currently: %s"
668 675 msgstr ""
669 676
670 #: rhodecode/controllers/summary.py:235
677 #: rhodecode/controllers/summary.py:243
671 678 msgid "Branch"
672 679 msgstr ""
673 680
674 #: rhodecode/controllers/summary.py:236
681 #: rhodecode/controllers/summary.py:244
675 682 msgid "Tag"
676 683 msgstr ""
677 684
678 #: rhodecode/controllers/summary.py:237
685 #: rhodecode/controllers/summary.py:245
679 686 msgid "Bookmark"
680 687 msgstr ""
681 688
682 #: rhodecode/controllers/summary.py:252
689 #: rhodecode/controllers/summary.py:260
683 690 msgid "Closed branches"
684 691 msgstr ""
685 692
@@ -692,37 +699,37 b' msgid "Error occurred during update of d'
692 699 msgstr ""
693 700
694 701 #: rhodecode/controllers/admin/gists.py:63
695 #: rhodecode/controllers/admin/my_account.py:307
702 #: rhodecode/controllers/admin/my_account.py:317
696 703 #: rhodecode/controllers/admin/users.py:431
697 704 msgid "forever"
698 705 msgstr ""
699 706
700 707 #: rhodecode/controllers/admin/gists.py:64
701 #: rhodecode/controllers/admin/my_account.py:308
708 #: rhodecode/controllers/admin/my_account.py:318
702 709 #: rhodecode/controllers/admin/users.py:432
703 710 msgid "5 minutes"
704 711 msgstr ""
705 712
706 713 #: rhodecode/controllers/admin/gists.py:65
707 #: rhodecode/controllers/admin/my_account.py:309
714 #: rhodecode/controllers/admin/my_account.py:319
708 715 #: rhodecode/controllers/admin/users.py:433
709 716 msgid "1 hour"
710 717 msgstr ""
711 718
712 719 #: rhodecode/controllers/admin/gists.py:66
713 #: rhodecode/controllers/admin/my_account.py:310
720 #: rhodecode/controllers/admin/my_account.py:320
714 721 #: rhodecode/controllers/admin/users.py:434
715 722 msgid "1 day"
716 723 msgstr ""
717 724
718 725 #: rhodecode/controllers/admin/gists.py:67
719 #: rhodecode/controllers/admin/my_account.py:311
726 #: rhodecode/controllers/admin/my_account.py:321
720 727 #: rhodecode/controllers/admin/users.py:435
721 728 msgid "1 month"
722 729 msgstr ""
723 730
724 731 #: rhodecode/controllers/admin/gists.py:71
725 #: rhodecode/controllers/admin/my_account.py:313
732 #: rhodecode/controllers/admin/my_account.py:323
726 733 #: rhodecode/controllers/admin/users.py:437
727 734 msgid "Lifetime"
728 735 msgstr ""
@@ -776,60 +783,61 b' msgstr ""'
776 783 msgid "%(expiry)s - current value"
777 784 msgstr ""
778 785
779 #: rhodecode/controllers/admin/my_account.py:70
786 #: rhodecode/controllers/admin/my_account.py:74
780 787 msgid "You can't edit this user since it's crucial for entire application"
781 788 msgstr ""
782 789
783 #: rhodecode/controllers/admin/my_account.py:128
790 #: rhodecode/controllers/admin/my_account.py:132
784 791 msgid "Your account was updated successfully"
785 792 msgstr ""
786 793
787 #: rhodecode/controllers/admin/my_account.py:143
794 #: rhodecode/controllers/admin/my_account.py:147
788 795 #: rhodecode/controllers/admin/users.py:218
789 796 #, python-format
790 797 msgid "Error occurred during update of user %s"
791 798 msgstr ""
792 799
793 #: rhodecode/controllers/admin/my_account.py:202
800 #: rhodecode/controllers/admin/my_account.py:213
801 #: rhodecode/controllers/admin/my_account.py:219
802 msgid "Error occurred during update of user password"
803 msgstr ""
804
805 #: rhodecode/controllers/admin/my_account.py:226
794 806 msgid "Successfully updated password"
795 807 msgstr ""
796 808
797 #: rhodecode/controllers/admin/my_account.py:213
798 msgid "Error occurred during update of user password"
799 msgstr ""
800
801 #: rhodecode/controllers/admin/my_account.py:261
809 #: rhodecode/controllers/admin/my_account.py:271
802 810 #: rhodecode/controllers/admin/users.py:611
803 811 #, python-format
804 812 msgid "Added new email address `%s` for user account"
805 813 msgstr ""
806 814
807 #: rhodecode/controllers/admin/my_account.py:268
815 #: rhodecode/controllers/admin/my_account.py:278
808 816 #: rhodecode/controllers/admin/users.py:618
809 817 msgid "An error occurred during email saving"
810 818 msgstr ""
811 819
812 #: rhodecode/controllers/admin/my_account.py:278
820 #: rhodecode/controllers/admin/my_account.py:288
813 821 #: rhodecode/controllers/admin/users.py:633
814 822 msgid "Removed email address from user account"
815 823 msgstr ""
816 824
817 #: rhodecode/controllers/admin/my_account.py:316
825 #: rhodecode/controllers/admin/my_account.py:326
818 826 #: rhodecode/controllers/admin/users.py:440
819 827 msgid "Role"
820 828 msgstr ""
821 829
822 #: rhodecode/controllers/admin/my_account.py:329
830 #: rhodecode/controllers/admin/my_account.py:339
823 831 #: rhodecode/controllers/admin/users.py:464
824 832 msgid "Auth token successfully created"
825 833 msgstr ""
826 834
827 #: rhodecode/controllers/admin/my_account.py:342
835 #: rhodecode/controllers/admin/my_account.py:352
828 836 #: rhodecode/controllers/admin/users.py:483
829 837 msgid "Auth token successfully reset"
830 838 msgstr ""
831 839
832 #: rhodecode/controllers/admin/my_account.py:346
840 #: rhodecode/controllers/admin/my_account.py:356
833 841 #: rhodecode/controllers/admin/users.py:487
834 842 msgid "Auth token successfully deleted"
835 843 msgstr ""
@@ -1053,18 +1061,18 b' msgid "Error occurred during deleting is'
1053 1061 msgstr ""
1054 1062
1055 1063 #: rhodecode/controllers/admin/repos.py:721
1056 #: rhodecode/controllers/admin/settings.py:363
1064 #: rhodecode/controllers/admin/settings.py:366
1057 1065 msgid "Removed issue tracker entry"
1058 1066 msgstr ""
1059 1067
1060 1068 #: rhodecode/controllers/admin/repos.py:751
1061 #: rhodecode/controllers/admin/settings.py:409
1069 #: rhodecode/controllers/admin/settings.py:412
1062 1070 msgid "Updated issue tracker entries"
1063 1071 msgstr ""
1064 1072
1065 1073 #: rhodecode/controllers/admin/repos.py:812
1066 #: rhodecode/controllers/admin/settings.py:142
1067 #: rhodecode/controllers/admin/settings.py:719
1074 #: rhodecode/controllers/admin/settings.py:143
1075 #: rhodecode/controllers/admin/settings.py:722
1068 1076 msgid "Some form inputs contain invalid data."
1069 1077 msgstr ""
1070 1078
@@ -1073,86 +1081,70 b' msgid "Error occurred during updating re'
1073 1081 msgstr ""
1074 1082
1075 1083 #: rhodecode/controllers/admin/repos.py:834
1076 #: rhodecode/controllers/admin/settings.py:168
1084 #: rhodecode/controllers/admin/settings.py:171
1077 1085 msgid "Updated VCS settings"
1078 1086 msgstr ""
1079 1087
1080 #: rhodecode/controllers/admin/settings.py:164
1081 #: rhodecode/controllers/admin/settings.py:267
1088 #: rhodecode/controllers/admin/settings.py:167
1089 #: rhodecode/controllers/admin/settings.py:270
1082 1090 msgid "Error occurred during updating application settings"
1083 1091 msgstr ""
1084 1092
1085 #: rhodecode/controllers/admin/settings.py:211
1093 #: rhodecode/controllers/admin/settings.py:214
1086 1094 #, python-format
1087 1095 msgid "Repositories successfully rescanned added: %s ; removed: %s"
1088 1096 msgstr ""
1089 1097
1090 #: rhodecode/controllers/admin/settings.py:263
1098 #: rhodecode/controllers/admin/settings.py:266
1091 1099 msgid "Updated application settings"
1092 1100 msgstr ""
1093 1101
1094 #: rhodecode/controllers/admin/settings.py:327
1095 msgid "Updated visualisation settings"
1096 msgstr ""
1097
1098 1102 #: rhodecode/controllers/admin/settings.py:330
1103 msgid "Updated visualisation settings"
1104 msgstr ""
1105
1106 #: rhodecode/controllers/admin/settings.py:333
1099 1107 msgid "Error occurred during updating visualisation settings"
1100 1108 msgstr ""
1101 1109
1102 #: rhodecode/controllers/admin/settings.py:422
1110 #: rhodecode/controllers/admin/settings.py:425
1103 1111 msgid "Please enter email address"
1104 1112 msgstr ""
1105 1113
1106 #: rhodecode/controllers/admin/settings.py:440
1114 #: rhodecode/controllers/admin/settings.py:443
1107 1115 msgid "Send email task created"
1108 1116 msgstr ""
1109 1117
1110 #: rhodecode/controllers/admin/settings.py:473
1118 #: rhodecode/controllers/admin/settings.py:476
1111 1119 msgid "Added new hook"
1112 1120 msgstr ""
1113 1121
1114 #: rhodecode/controllers/admin/settings.py:488
1122 #: rhodecode/controllers/admin/settings.py:491
1115 1123 msgid "Updated hooks"
1116 1124 msgstr ""
1117 1125
1118 #: rhodecode/controllers/admin/settings.py:492
1126 #: rhodecode/controllers/admin/settings.py:495
1119 1127 msgid "Error occurred during hook creation"
1120 1128 msgstr ""
1121 1129
1122 #: rhodecode/controllers/admin/settings.py:540
1130 #: rhodecode/controllers/admin/settings.py:543
1123 1131 #, python-format
1124 1132 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
1125 1133 msgstr ""
1126 1134
1127 #: rhodecode/controllers/admin/settings.py:544
1135 #: rhodecode/controllers/admin/settings.py:547
1128 1136 #, python-format
1129 1137 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
1130 1138 msgstr ""
1131 1139
1132 #: rhodecode/controllers/admin/settings.py:740
1140 #: rhodecode/controllers/admin/settings.py:743
1133 1141 msgid "Error occurred during updating labs settings"
1134 1142 msgstr ""
1135 1143
1136 #: rhodecode/controllers/admin/settings.py:745
1144 #: rhodecode/controllers/admin/settings.py:748
1137 1145 msgid "Updated Labs settings"
1138 1146 msgstr ""
1139 1147
1140 #: rhodecode/controllers/admin/settings.py:795
1141 msgid "Subversion HTTP Support"
1142 msgstr ""
1143
1144 #: rhodecode/controllers/admin/settings.py:796
1145 msgid "Proxy subversion HTTP requests"
1146 msgstr ""
1147
1148 #: rhodecode/controllers/admin/settings.py:802
1149 msgid "Subversion HTTP Server URL"
1150 msgstr ""
1151
1152 #: rhodecode/controllers/admin/settings.py:804
1153 msgid "e.g. http://localhost:8080/"
1154 msgstr ""
1155
1156 1148 #: rhodecode/controllers/admin/user_groups.py:168
1157 1149 #, python-format
1158 1150 msgid "Created user group %(user_group_link)s"
@@ -1335,38 +1327,50 b' msgstr ""'
1335 1327 msgid "pullrequest commented"
1336 1328 msgstr ""
1337 1329
1338 #: rhodecode/events/repo.py:135
1330 #: rhodecode/events/repo.py:136
1339 1331 msgid "repository pre create"
1340 1332 msgstr ""
1341 1333
1342 #: rhodecode/events/repo.py:144
1334 #: rhodecode/events/repo.py:145
1343 1335 msgid "repository created"
1344 1336 msgstr ""
1345 1337
1346 #: rhodecode/events/repo.py:153
1338 #: rhodecode/events/repo.py:154
1347 1339 msgid "repository pre delete"
1348 1340 msgstr ""
1349 1341
1350 #: rhodecode/events/repo.py:162
1342 #: rhodecode/events/repo.py:163
1351 1343 msgid "repository deleted"
1352 1344 msgstr ""
1353 1345
1354 #: rhodecode/events/repo.py:193
1346 #: rhodecode/events/repo.py:199
1355 1347 msgid "repository pre pull"
1356 1348 msgstr ""
1357 1349
1358 #: rhodecode/events/repo.py:202
1350 #: rhodecode/events/repo.py:208
1359 1351 msgid "repository pull"
1360 1352 msgstr ""
1361 1353
1362 #: rhodecode/events/repo.py:211
1354 #: rhodecode/events/repo.py:217
1363 1355 msgid "repository pre push"
1364 1356 msgstr ""
1365 1357
1366 #: rhodecode/events/repo.py:222
1358 #: rhodecode/events/repo.py:228
1367 1359 msgid "repository push"
1368 1360 msgstr ""
1369 1361
1362 #: rhodecode/events/repo_group.py:62
1363 msgid "repository group created"
1364 msgstr ""
1365
1366 #: rhodecode/events/repo_group.py:71
1367 msgid "repository group deleted"
1368 msgstr ""
1369
1370 #: rhodecode/events/repo_group.py:80
1371 msgid "repository group update"
1372 msgstr ""
1373
1370 1374 #: rhodecode/events/user.py:34
1371 1375 msgid "user registered"
1372 1376 msgstr ""
@@ -1379,42 +1383,202 b' msgstr ""'
1379 1383 msgid "user pre update"
1380 1384 msgstr ""
1381 1385
1382 #: rhodecode/integrations/schema.py:35
1386 #: rhodecode/forms/__init__.py:32 rhodecode/templates/admin/gists/new.html:62
1387 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
1388 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
1389 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
1390 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
1391 #: rhodecode/templates/admin/permissions/permissions_application.html:51
1392 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
1393 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
1394 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
1395 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
1396 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
1397 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
1398 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
1399 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
1400 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
1401 #: rhodecode/templates/admin/settings/settings_global.html:110
1402 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
1403 #: rhodecode/templates/admin/settings/settings_labs.html:49
1404 #: rhodecode/templates/admin/settings/settings_vcs.html:14
1405 #: rhodecode/templates/admin/settings/settings_visual.html:220
1406 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
1407 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
1408 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
1409 #: rhodecode/templates/admin/users/user_edit_emails.html:63
1410 #: rhodecode/templates/admin/users/user_edit_ips.html:70
1411 #: rhodecode/templates/admin/users/user_edit_profile.html:135
1412 #: rhodecode/templates/base/default_perms_box.html:89
1413 msgid "Reset"
1414 msgstr ""
1415
1416 #: rhodecode/forms/__init__.py:33 rhodecode/templates/admin/gists/show.html:49
1417 #: rhodecode/templates/admin/integrations/list.html:211
1418 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
1419 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
1420 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:62
1421 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
1422 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
1423 #: rhodecode/templates/admin/settings/settings_hooks.html:46
1424 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
1425 #: rhodecode/templates/admin/users/user_edit_emails.html:31
1426 #: rhodecode/templates/admin/users/user_edit_ips.html:34
1427 #: rhodecode/templates/base/issue_tracker_settings.html:70
1428 #: rhodecode/templates/base/vcs_settings.html:194
1429 #: rhodecode/templates/base/vcs_settings.html:219
1430 #: rhodecode/templates/changeset/changeset_file_comment.html:49
1431 #: rhodecode/templates/changeset/changeset_file_comment.html:99
1432 #: rhodecode/templates/data_table/_dt_elements.html:119
1433 #: rhodecode/templates/data_table/_dt_elements.html:176
1434 #: rhodecode/templates/data_table/_dt_elements.html:190
1435 #: rhodecode/templates/data_table/_dt_elements.html:202
1436 #: rhodecode/templates/debug_style/buttons.html:132
1437 #: rhodecode/templates/files/files_source.html:34
1438 #: rhodecode/templates/files/files_source.html:38
1439 #: rhodecode/templates/files/files_source.html:41
1440 msgid "Delete"
1441 msgstr ""
1442
1443 #: rhodecode/integrations/schema.py:30
1444 #: rhodecode/model/validation_schema/schemas/integration_schema.py:195
1383 1445 msgid "Enable or disable this integration."
1384 1446 msgstr ""
1385 1447
1386 #: rhodecode/integrations/schema.py:42
1448 #: rhodecode/integrations/schema.py:37
1449 #: rhodecode/model/validation_schema/schemas/integration_schema.py:176
1387 1450 msgid "Short name for this integration."
1388 1451 msgstr ""
1389 1452
1390 #: rhodecode/integrations/schema.py:44
1453 #: rhodecode/integrations/schema.py:39
1454 #: rhodecode/model/validation_schema/schemas/integration_schema.py:178
1391 1455 msgid "Integration name"
1392 1456 msgstr ""
1393 1457
1458 #: rhodecode/integrations/schema.py:51
1459 msgid ""
1460 "Limit integrations to to work only on the direct children repositories of "
1461 "this repository group (no subgroups)"
1462 msgstr ""
1463
1464 #: rhodecode/integrations/schema.py:55
1465 msgid "Limit to childen repos only"
1466 msgstr ""
1467
1468 #: rhodecode/integrations/schema.py:63
1469 msgid "Limit integrations to to work only on root level repositories"
1470 msgstr ""
1471
1472 #: rhodecode/integrations/schema.py:66
1473 msgid "Root repositories only"
1474 msgstr ""
1475
1476 #: rhodecode/integrations/views.py:162
1477 msgid "{repo_name} repository"
1478 msgstr ""
1479
1480 #: rhodecode/integrations/views.py:165
1481 msgid "{repo_group_name} repo group"
1482 msgstr ""
1483
1394 1484 #: rhodecode/integrations/views.py:172
1485 msgid "{name} integration"
1486 msgstr ""
1487
1488 #: rhodecode/integrations/views.py:186
1395 1489 msgid "Integration {integration_name} deleted successfully."
1396 1490 msgstr ""
1397 1491
1398 #: rhodecode/integrations/views.py:200
1492 #: rhodecode/integrations/views.py:266
1399 1493 msgid ""
1400 1494 "Errors exist when saving integration settings. Please check the form inputs."
1401 1495 msgstr ""
1402 1496
1403 #: rhodecode/integrations/views.py:220
1497 #: rhodecode/integrations/views.py:292
1404 1498 msgid "Integration {integration_name} updated successfully."
1405 1499 msgstr ""
1406 1500
1501 #: rhodecode/integrations/types/email.py:214
1502 msgid "Recipients"
1503 msgstr ""
1504
1505 #: rhodecode/integrations/types/email.py:215
1506 msgid "Email addresses to send push events to"
1507 msgstr ""
1508
1509 #: rhodecode/integrations/types/email.py:220
1510 #: rhodecode/integrations/types/email.py:221
1511 msgid "Email address"
1512 msgstr ""
1513
1514 #: rhodecode/integrations/types/email.py:233
1515 msgid "Send repo push summaries to a list of recipients via email"
1516 msgstr ""
1517
1518 #: rhodecode/integrations/types/hipchat.py:43
1519 msgid "Yellow"
1520 msgstr ""
1521
1522 #: rhodecode/integrations/types/hipchat.py:44
1523 msgid "Red"
1524 msgstr ""
1525
1526 #: rhodecode/integrations/types/hipchat.py:45
1527 msgid "Green"
1528 msgstr ""
1529
1530 #: rhodecode/integrations/types/hipchat.py:46
1531 msgid "Purple"
1532 msgstr ""
1533
1534 #: rhodecode/integrations/types/hipchat.py:47
1535 msgid "Gray"
1536 msgstr ""
1537
1538 #: rhodecode/integrations/types/hipchat.py:52
1539 msgid "Hipchat server URL"
1540 msgstr ""
1541
1542 #: rhodecode/integrations/types/hipchat.py:53
1543 msgid "Hipchat integration url."
1544 msgstr ""
1545
1546 #: rhodecode/integrations/types/hipchat.py:63
1547 msgid "Notify"
1548 msgstr ""
1549
1550 #: rhodecode/integrations/types/hipchat.py:64
1551 msgid "Make a notification to the users in room."
1552 msgstr ""
1553
1554 #: rhodecode/integrations/types/hipchat.py:70
1555 msgid "Color"
1556 msgstr ""
1557
1558 #: rhodecode/integrations/types/hipchat.py:71
1559 msgid "Background color of message."
1560 msgstr ""
1561
1562 #: rhodecode/integrations/types/hipchat.py:99
1563 msgid "Hipchat"
1564 msgstr ""
1565
1566 #: rhodecode/integrations/types/hipchat.py:100
1567 msgid ""
1568 "Send events such as repo pushes and pull requests to your hipchat channel."
1569 msgstr ""
1570
1571 #: rhodecode/integrations/types/slack.py:44
1572 msgid "Slack service URL"
1573 msgstr ""
1574
1407 1575 #: rhodecode/integrations/types/slack.py:45
1408 msgid "Slack service URL"
1409 msgstr ""
1410
1411 #: rhodecode/integrations/types/slack.py:46
1412 1576 msgid ""
1413 1577 "This can be setup at the <a href=\"https://my.slack.com/services/new"
1414 1578 "/incoming-webhook/\">slack app manager</a>"
1415 1579 msgstr ""
1416 1580
1417 #: rhodecode/integrations/types/slack.py:59 rhodecode/templates/login.html:43
1581 #: rhodecode/integrations/types/slack.py:58 rhodecode/templates/login.html:43
1418 1582 #: rhodecode/templates/register.html:41
1419 1583 #: rhodecode/templates/admin/admin_log.html:7
1420 1584 #: rhodecode/templates/admin/my_account/my_account_profile.html:24
@@ -1430,35 +1594,40 b' msgstr ""'
1430 1594 msgid "Username"
1431 1595 msgstr ""
1432 1596
1433 #: rhodecode/integrations/types/slack.py:60
1597 #: rhodecode/integrations/types/slack.py:59
1434 1598 msgid "Username to show notifications coming from."
1435 1599 msgstr ""
1436 1600
1601 #: rhodecode/integrations/types/slack.py:68
1602 msgid "Channel"
1603 msgstr ""
1604
1437 1605 #: rhodecode/integrations/types/slack.py:69
1438 msgid "Channel"
1439 msgstr ""
1440
1441 #: rhodecode/integrations/types/slack.py:70
1442 1606 msgid "Channel to send notifications to."
1443 1607 msgstr ""
1444 1608
1609 #: rhodecode/integrations/types/slack.py:78
1610 msgid "Emoji"
1611 msgstr ""
1612
1445 1613 #: rhodecode/integrations/types/slack.py:79
1446 msgid "Emoji"
1447 msgstr ""
1448
1449 #: rhodecode/integrations/types/slack.py:80
1450 1614 msgid "Emoji to use eg. :studio_microphone:"
1451 1615 msgstr ""
1452 1616
1453 #: rhodecode/integrations/types/slack.py:107
1617 #: rhodecode/integrations/types/slack.py:101
1454 1618 msgid "Slack"
1455 1619 msgstr ""
1456 1620
1621 #: rhodecode/integrations/types/slack.py:102
1622 msgid ""
1623 "Send events such as repo pushes and pull requests to your slack channel."
1624 msgstr ""
1625
1626 #: rhodecode/integrations/types/webhook.py:40
1627 msgid "Webhook URL"
1628 msgstr ""
1629
1457 1630 #: rhodecode/integrations/types/webhook.py:41
1458 msgid "Webhook URL"
1459 msgstr ""
1460
1461 #: rhodecode/integrations/types/webhook.py:42
1462 1631 msgid "URL of the webhook to receive POST event."
1463 1632 msgstr ""
1464 1633
@@ -1470,10 +1639,14 b' msgstr ""'
1470 1639 msgid "String used to validate received payloads."
1471 1640 msgstr ""
1472 1641
1473 #: rhodecode/integrations/types/webhook.py:62
1642 #: rhodecode/integrations/types/webhook.py:65
1474 1643 msgid "Webhook"
1475 1644 msgstr ""
1476 1645
1646 #: rhodecode/integrations/types/webhook.py:66
1647 msgid "Post json events to a webhook endpoint"
1648 msgstr ""
1649
1477 1650 #: rhodecode/lib/action_parser.py:89
1478 1651 msgid "[deleted] repository"
1479 1652 msgstr ""
@@ -1597,80 +1770,80 b' msgstr ""'
1597 1770 msgid "Commit not found"
1598 1771 msgstr ""
1599 1772
1600 #: rhodecode/lib/auth.py:1180
1773 #: rhodecode/lib/auth.py:1185
1601 1774 #, python-format
1602 1775 msgid "IP %s not allowed"
1603 1776 msgstr ""
1604 1777
1605 #: rhodecode/lib/auth.py:1254
1778 #: rhodecode/lib/auth.py:1259
1606 1779 msgid "You need to be a registered user to perform this action"
1607 1780 msgstr ""
1608 1781
1609 #: rhodecode/lib/auth.py:1302
1782 #: rhodecode/lib/auth.py:1307
1610 1783 #, python-format
1611 1784 msgid "Action not supported for %s."
1612 1785 msgstr ""
1613 1786
1614 #: rhodecode/lib/auth.py:1339
1787 #: rhodecode/lib/auth.py:1344
1615 1788 msgid "You need to be signed in to view this page"
1616 1789 msgstr ""
1617 1790
1618 #: rhodecode/lib/base.py:545
1791 #: rhodecode/lib/base.py:550
1619 1792 #, python-format
1620 1793 msgid "The repository at %(repo_name)s cannot be located."
1621 1794 msgstr ""
1622 1795
1623 #: rhodecode/lib/diffs.py:56
1796 #: rhodecode/lib/diffs.py:62
1624 1797 msgid "Click to comment"
1625 1798 msgstr ""
1626 1799
1627 #: rhodecode/lib/diffs.py:71
1800 #: rhodecode/lib/diffs.py:77
1628 1801 msgid "Binary file"
1629 1802 msgstr ""
1630 1803
1631 #: rhodecode/lib/diffs.py:91
1804 #: rhodecode/lib/diffs.py:98
1632 1805 msgid ""
1633 1806 "Changeset was too big and was cut off, use diff menu to display this diff"
1634 1807 msgstr ""
1635 1808
1636 #: rhodecode/lib/diffs.py:102
1809 #: rhodecode/lib/diffs.py:109
1637 1810 msgid "No changes detected"
1638 1811 msgstr ""
1639 1812
1640 #: rhodecode/lib/diffs.py:631
1813 #: rhodecode/lib/diffs.py:643
1641 1814 msgid "Click to select line"
1642 1815 msgstr ""
1643 1816
1644 #: rhodecode/lib/helpers.py:1481
1817 #: rhodecode/lib/helpers.py:1489
1645 1818 #, python-format
1646 1819 msgid " and %s more"
1647 1820 msgstr ""
1648 1821
1649 #: rhodecode/lib/helpers.py:1485
1822 #: rhodecode/lib/helpers.py:1493
1650 1823 msgid "No Files"
1651 1824 msgstr ""
1652 1825
1653 #: rhodecode/lib/helpers.py:1558
1826 #: rhodecode/lib/helpers.py:1566
1654 1827 msgid "new file"
1655 1828 msgstr ""
1656 1829
1657 #: rhodecode/lib/helpers.py:1561
1830 #: rhodecode/lib/helpers.py:1569
1658 1831 msgid "mod"
1659 1832 msgstr ""
1660 1833
1661 #: rhodecode/lib/helpers.py:1564
1662 msgid "del"
1663 msgstr ""
1664
1665 #: rhodecode/lib/helpers.py:1567
1666 msgid "rename"
1667 msgstr ""
1668
1669 1834 #: rhodecode/lib/helpers.py:1572
1835 msgid "del"
1836 msgstr ""
1837
1838 #: rhodecode/lib/helpers.py:1575
1839 msgid "rename"
1840 msgstr ""
1841
1842 #: rhodecode/lib/helpers.py:1580
1670 1843 msgid "chmod"
1671 1844 msgstr ""
1672 1845
1673 #: rhodecode/lib/helpers.py:1819
1846 #: rhodecode/lib/helpers.py:1827
1674 1847 msgid ""
1675 1848 "Example filter terms:\n"
1676 1849 " repository:vcs\n"
@@ -1689,14 +1862,14 b' msgid ""'
1689 1862 " \"username:test AND repository:test*\"\n"
1690 1863 msgstr ""
1691 1864
1692 #: rhodecode/lib/helpers.py:1839
1865 #: rhodecode/lib/helpers.py:1847
1693 1866 #, python-format
1694 1867 msgid ""
1695 1868 "%s repository is not mapped to db perhaps it was created or renamed from the"
1696 1869 " filesystem please run the application again in order to rescan repositories"
1697 1870 msgstr ""
1698 1871
1699 #: rhodecode/lib/utils2.py:454
1872 #: rhodecode/lib/utils2.py:463
1700 1873 #, python-format
1701 1874 msgid "%d year"
1702 1875 msgid_plural "%d years"
@@ -1705,7 +1878,7 b' msgstr[1] ""'
1705 1878 msgstr[2] ""
1706 1879 msgstr[3] ""
1707 1880
1708 #: rhodecode/lib/utils2.py:455
1881 #: rhodecode/lib/utils2.py:464
1709 1882 #, python-format
1710 1883 msgid "%d month"
1711 1884 msgid_plural "%d months"
@@ -1714,7 +1887,7 b' msgstr[1] ""'
1714 1887 msgstr[2] ""
1715 1888 msgstr[3] ""
1716 1889
1717 #: rhodecode/lib/utils2.py:456
1890 #: rhodecode/lib/utils2.py:465
1718 1891 #, python-format
1719 1892 msgid "%d day"
1720 1893 msgid_plural "%d days"
@@ -1723,7 +1896,7 b' msgstr[1] ""'
1723 1896 msgstr[2] ""
1724 1897 msgstr[3] ""
1725 1898
1726 #: rhodecode/lib/utils2.py:457
1899 #: rhodecode/lib/utils2.py:466
1727 1900 #, python-format
1728 1901 msgid "%d hour"
1729 1902 msgid_plural "%d hours"
@@ -1732,7 +1905,7 b' msgstr[1] ""'
1732 1905 msgstr[2] ""
1733 1906 msgstr[3] ""
1734 1907
1735 #: rhodecode/lib/utils2.py:458
1908 #: rhodecode/lib/utils2.py:467
1736 1909 #, python-format
1737 1910 msgid "%d minute"
1738 1911 msgid_plural "%d minutes"
@@ -1741,7 +1914,7 b' msgstr[1] ""'
1741 1914 msgstr[2] ""
1742 1915 msgstr[3] ""
1743 1916
1744 #: rhodecode/lib/utils2.py:459
1917 #: rhodecode/lib/utils2.py:468
1745 1918 #, python-format
1746 1919 msgid "%d second"
1747 1920 msgid_plural "%d seconds"
@@ -1750,42 +1923,42 b' msgstr[1] ""'
1750 1923 msgstr[2] ""
1751 1924 msgstr[3] ""
1752 1925
1753 #: rhodecode/lib/utils2.py:477
1926 #: rhodecode/lib/utils2.py:486
1754 1927 #, python-format
1755 1928 msgid "in %s"
1756 1929 msgstr ""
1757 1930
1758 #: rhodecode/lib/utils2.py:483
1931 #: rhodecode/lib/utils2.py:492
1759 1932 #, python-format
1760 1933 msgid "%s ago"
1761 1934 msgstr ""
1762 1935
1763 #: rhodecode/lib/utils2.py:493
1936 #: rhodecode/lib/utils2.py:502
1764 1937 #, python-format
1765 1938 msgid "%s, %s ago"
1766 1939 msgstr ""
1767 1940
1768 #: rhodecode/lib/utils2.py:495
1941 #: rhodecode/lib/utils2.py:504
1769 1942 #, python-format
1770 1943 msgid "in %s, %s"
1771 1944 msgstr ""
1772 1945
1773 #: rhodecode/lib/utils2.py:497
1946 #: rhodecode/lib/utils2.py:506
1774 1947 #, python-format
1775 1948 msgid "%s and %s"
1776 1949 msgstr ""
1777 1950
1778 #: rhodecode/lib/utils2.py:499
1951 #: rhodecode/lib/utils2.py:508
1779 1952 #, python-format
1780 1953 msgid "%s and %s ago"
1781 1954 msgstr ""
1782 1955
1783 #: rhodecode/lib/utils2.py:501
1956 #: rhodecode/lib/utils2.py:510
1784 1957 #, python-format
1785 1958 msgid "in %s and %s"
1786 1959 msgstr ""
1787 1960
1788 #: rhodecode/lib/utils2.py:505 rhodecode/public/js/scripts.js:25035
1961 #: rhodecode/lib/utils2.py:514 rhodecode/public/js/scripts.js:25035
1789 1962 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:49
1790 1963 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:174
1791 1964 msgid "just now"
@@ -1815,7 +1988,9 b' msgstr ""'
1815 1988 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
1816 1989 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971
1817 1990 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2293
1818 #: rhodecode/model/db.py:2285
1991 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2285
1992 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2285
1993 #: rhodecode/model/db.py:2287
1819 1994 msgid "Repository no access"
1820 1995 msgstr ""
1821 1996
@@ -1843,7 +2018,9 b' msgstr ""'
1843 2018 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
1844 2019 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972
1845 2020 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2294
1846 #: rhodecode/model/db.py:2286
2021 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2286
2022 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2286
2023 #: rhodecode/model/db.py:2288
1847 2024 msgid "Repository read access"
1848 2025 msgstr ""
1849 2026
@@ -1871,7 +2048,9 b' msgstr ""'
1871 2048 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1872 2049 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973
1873 2050 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2295
1874 #: rhodecode/model/db.py:2287
2051 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2287
2052 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2287
2053 #: rhodecode/model/db.py:2289
1875 2054 msgid "Repository write access"
1876 2055 msgstr ""
1877 2056
@@ -1899,7 +2078,9 b' msgstr ""'
1899 2078 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1900 2079 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974
1901 2080 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2296
1902 #: rhodecode/model/db.py:2288
2081 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2288
2082 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2288
2083 #: rhodecode/model/db.py:2290
1903 2084 msgid "Repository admin access"
1904 2085 msgstr ""
1905 2086
@@ -1967,7 +2148,9 b' msgstr ""'
1967 2148 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
1968 2149 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992
1969 2150 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2314
1970 #: rhodecode/model/db.py:2306
2151 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2306
2152 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2306
2153 #: rhodecode/model/db.py:2308
1971 2154 msgid "Repository creation disabled"
1972 2155 msgstr ""
1973 2156
@@ -1995,7 +2178,9 b' msgstr ""'
1995 2178 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
1996 2179 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993
1997 2180 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2315
1998 #: rhodecode/model/db.py:2307
2181 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2307
2182 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2307
2183 #: rhodecode/model/db.py:2309
1999 2184 msgid "Repository creation enabled"
2000 2185 msgstr ""
2001 2186
@@ -2023,7 +2208,9 b' msgstr ""'
2023 2208 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
2024 2209 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997
2025 2210 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2319
2026 #: rhodecode/model/db.py:2311
2211 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2311
2212 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2311
2213 #: rhodecode/model/db.py:2313
2027 2214 msgid "Repository forking disabled"
2028 2215 msgstr ""
2029 2216
@@ -2051,7 +2238,9 b' msgstr ""'
2051 2238 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
2052 2239 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998
2053 2240 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2320
2054 #: rhodecode/model/db.py:2312
2241 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2312
2242 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2312
2243 #: rhodecode/model/db.py:2314
2055 2244 msgid "Repository forking enabled"
2056 2245 msgstr ""
2057 2246
@@ -2100,7 +2289,9 b' msgstr ""'
2100 2289 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
2101 2290 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343
2102 2291 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2952
2103 #: rhodecode/model/db.py:2944
2292 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2946
2293 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2946
2294 #: rhodecode/model/db.py:2948
2104 2295 msgid "Not Reviewed"
2105 2296 msgstr ""
2106 2297
@@ -2128,7 +2319,9 b' msgstr ""'
2128 2319 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
2129 2320 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344
2130 2321 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2953
2131 #: rhodecode/model/db.py:2945
2322 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2947
2323 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2947
2324 #: rhodecode/model/db.py:2949
2132 2325 msgid "Approved"
2133 2326 msgstr ""
2134 2327
@@ -2156,7 +2349,9 b' msgstr ""'
2156 2349 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
2157 2350 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
2158 2351 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2954
2159 #: rhodecode/model/db.py:2946
2352 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2948
2353 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2948
2354 #: rhodecode/model/db.py:2950
2160 2355 msgid "Rejected"
2161 2356 msgstr ""
2162 2357
@@ -2184,7 +2379,9 b' msgstr ""'
2184 2379 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
2185 2380 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
2186 2381 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2955
2187 #: rhodecode/model/db.py:2947
2382 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2949
2383 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2949
2384 #: rhodecode/model/db.py:2951
2188 2385 msgid "Under Review"
2189 2386 msgstr ""
2190 2387
@@ -2209,7 +2406,9 b' msgstr ""'
2209 2406 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
2210 2407 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976
2211 2408 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2298
2212 #: rhodecode/model/db.py:2290
2409 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2290
2410 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2290
2411 #: rhodecode/model/db.py:2292
2213 2412 msgid "Repository group no access"
2214 2413 msgstr ""
2215 2414
@@ -2234,7 +2433,9 b' msgstr ""'
2234 2433 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
2235 2434 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977
2236 2435 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2299
2237 #: rhodecode/model/db.py:2291
2436 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2291
2437 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2291
2438 #: rhodecode/model/db.py:2293
2238 2439 msgid "Repository group read access"
2239 2440 msgstr ""
2240 2441
@@ -2259,7 +2460,9 b' msgstr ""'
2259 2460 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2260 2461 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978
2261 2462 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2300
2262 #: rhodecode/model/db.py:2292
2463 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2292
2464 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2292
2465 #: rhodecode/model/db.py:2294
2263 2466 msgid "Repository group write access"
2264 2467 msgstr ""
2265 2468
@@ -2284,7 +2487,9 b' msgstr ""'
2284 2487 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2285 2488 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979
2286 2489 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2301
2287 #: rhodecode/model/db.py:2293
2490 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2293
2491 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2293
2492 #: rhodecode/model/db.py:2295
2288 2493 msgid "Repository group admin access"
2289 2494 msgstr ""
2290 2495
@@ -2308,7 +2513,9 b' msgstr ""'
2308 2513 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2309 2514 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981
2310 2515 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2303
2311 #: rhodecode/model/db.py:2295
2516 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2295
2517 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2295
2518 #: rhodecode/model/db.py:2297
2312 2519 msgid "User group no access"
2313 2520 msgstr ""
2314 2521
@@ -2332,7 +2539,9 b' msgstr ""'
2332 2539 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2333 2540 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982
2334 2541 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2304
2335 #: rhodecode/model/db.py:2296
2542 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2296
2543 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2296
2544 #: rhodecode/model/db.py:2298
2336 2545 msgid "User group read access"
2337 2546 msgstr ""
2338 2547
@@ -2356,7 +2565,9 b' msgstr ""'
2356 2565 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2357 2566 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983
2358 2567 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2305
2359 #: rhodecode/model/db.py:2297
2568 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2297
2569 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2297
2570 #: rhodecode/model/db.py:2299
2360 2571 msgid "User group write access"
2361 2572 msgstr ""
2362 2573
@@ -2380,7 +2591,9 b' msgstr ""'
2380 2591 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2381 2592 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984
2382 2593 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2306
2383 #: rhodecode/model/db.py:2298
2594 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2298
2595 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2298
2596 #: rhodecode/model/db.py:2300
2384 2597 msgid "User group admin access"
2385 2598 msgstr ""
2386 2599
@@ -2404,7 +2617,9 b' msgstr ""'
2404 2617 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2405 2618 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986
2406 2619 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2308
2407 #: rhodecode/model/db.py:2300
2620 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2300
2621 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2300
2622 #: rhodecode/model/db.py:2302
2408 2623 msgid "Repository Group creation disabled"
2409 2624 msgstr ""
2410 2625
@@ -2428,7 +2643,9 b' msgstr ""'
2428 2643 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2429 2644 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987
2430 2645 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2309
2431 #: rhodecode/model/db.py:2301
2646 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2301
2647 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2301
2648 #: rhodecode/model/db.py:2303
2432 2649 msgid "Repository Group creation enabled"
2433 2650 msgstr ""
2434 2651
@@ -2452,7 +2669,9 b' msgstr ""'
2452 2669 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2453 2670 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989
2454 2671 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2311
2455 #: rhodecode/model/db.py:2303
2672 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2303
2673 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2303
2674 #: rhodecode/model/db.py:2305
2456 2675 msgid "User Group creation disabled"
2457 2676 msgstr ""
2458 2677
@@ -2476,7 +2695,9 b' msgstr ""'
2476 2695 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2477 2696 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990
2478 2697 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2312
2479 #: rhodecode/model/db.py:2304
2698 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2304
2699 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2304
2700 #: rhodecode/model/db.py:2306
2480 2701 msgid "User Group creation enabled"
2481 2702 msgstr ""
2482 2703
@@ -2500,7 +2721,9 b' msgstr ""'
2500 2721 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2501 2722 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
2502 2723 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2322
2503 #: rhodecode/model/db.py:2314
2724 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2314
2725 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2314
2726 #: rhodecode/model/db.py:2316
2504 2727 msgid "Registration disabled"
2505 2728 msgstr ""
2506 2729
@@ -2524,7 +2747,9 b' msgstr ""'
2524 2747 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2525 2748 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001
2526 2749 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2323
2527 #: rhodecode/model/db.py:2315
2750 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2315
2751 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2315
2752 #: rhodecode/model/db.py:2317
2528 2753 msgid "User Registration with manual account activation"
2529 2754 msgstr ""
2530 2755
@@ -2548,7 +2773,9 b' msgstr ""'
2548 2773 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2549 2774 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2550 2775 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2324
2551 #: rhodecode/model/db.py:2316
2776 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2316
2777 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2316
2778 #: rhodecode/model/db.py:2318
2552 2779 msgid "User Registration with automatic account activation"
2553 2780 msgstr ""
2554 2781
@@ -2572,7 +2799,9 b' msgstr ""'
2572 2799 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2573 2800 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2574 2801 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2326
2575 #: rhodecode/model/db.py:2318
2802 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2318
2803 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2318
2804 #: rhodecode/model/db.py:2320
2576 2805 msgid "Manual activation of external account"
2577 2806 msgstr ""
2578 2807
@@ -2596,7 +2825,9 b' msgstr ""'
2596 2825 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
2597 2826 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005
2598 2827 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2327
2599 #: rhodecode/model/db.py:2319
2828 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2319
2829 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2319
2830 #: rhodecode/model/db.py:2321
2600 2831 msgid "Automatic activation of external account"
2601 2832 msgstr ""
2602 2833
@@ -2614,7 +2845,9 b' msgstr ""'
2614 2845 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
2615 2846 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994
2616 2847 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2316
2617 #: rhodecode/model/db.py:2308
2848 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2308
2849 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2308
2850 #: rhodecode/model/db.py:2310
2618 2851 msgid ""
2619 2852 "Repository creation enabled with write permission to a repository group"
2620 2853 msgstr ""
@@ -2633,7 +2866,9 b' msgstr ""'
2633 2866 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
2634 2867 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995
2635 2868 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2317
2636 #: rhodecode/model/db.py:2309
2869 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2309
2870 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2309
2871 #: rhodecode/model/db.py:2311
2637 2872 msgid ""
2638 2873 "Repository creation disabled with write permission to a repository group"
2639 2874 msgstr ""
@@ -2649,7 +2884,9 b' msgstr ""'
2649 2884 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
2650 2885 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969
2651 2886 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2291
2652 #: rhodecode/model/db.py:2283
2887 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2283
2888 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2283
2889 #: rhodecode/model/db.py:2285
2653 2890 msgid "RhodeCode Super Administrator"
2654 2891 msgstr ""
2655 2892
@@ -2662,7 +2899,9 b' msgstr ""'
2662 2899 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2663 2900 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2664 2901 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2329
2665 #: rhodecode/model/db.py:2321
2902 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2321
2903 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2321
2904 #: rhodecode/model/db.py:2323
2666 2905 msgid "Inherit object permissions from default user disabled"
2667 2906 msgstr ""
2668 2907
@@ -2675,32 +2914,46 b' msgstr ""'
2675 2914 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
2676 2915 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008
2677 2916 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2330
2678 #: rhodecode/model/db.py:2322
2917 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2322
2918 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2322
2919 #: rhodecode/model/db.py:2324
2679 2920 msgid "Inherit object permissions from default user enabled"
2680 2921 msgstr ""
2681 2922
2682 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909 rhodecode/model/db.py:910
2923 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909
2924 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:910
2925 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:910 rhodecode/model/db.py:910
2683 2926 msgid "all"
2684 2927 msgstr ""
2685 2928
2686 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910 rhodecode/model/db.py:911
2929 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910
2930 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:911
2931 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:911 rhodecode/model/db.py:911
2687 2932 msgid "http/web interface"
2688 2933 msgstr ""
2689 2934
2690 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911 rhodecode/model/db.py:912
2935 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911
2936 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:912
2937 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:912 rhodecode/model/db.py:912
2691 2938 msgid "vcs (git/hg/svn protocol)"
2692 2939 msgstr ""
2693 2940
2694 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912 rhodecode/model/db.py:913
2941 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912
2942 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:913
2943 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:913 rhodecode/model/db.py:913
2695 2944 msgid "api calls"
2696 2945 msgstr ""
2697 2946
2698 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913 rhodecode/model/db.py:914
2947 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913
2948 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:914
2949 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:914 rhodecode/model/db.py:914
2699 2950 msgid "feed access"
2700 2951 msgstr ""
2701 2952
2702 2953 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2069
2703 #: rhodecode/model/db.py:2061
2954 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2061
2955 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2061
2956 #: rhodecode/model/db.py:2063
2704 2957 msgid "No parent"
2705 2958 msgstr ""
2706 2959
@@ -2754,12 +3007,12 b' msgid ""'
2754 3007 "email"
2755 3008 msgstr ""
2756 3009
2757 #: rhodecode/model/comment.py:263
3010 #: rhodecode/model/comment.py:266
2758 3011 msgid "made a comment"
2759 3012 msgstr ""
2760 3013
2761 #: rhodecode/model/comment.py:264
2762 msgid "Refresh page"
3014 #: rhodecode/model/comment.py:267
3015 msgid "Show it now"
2763 3016 msgstr ""
2764 3017
2765 3018 #: rhodecode/model/forms.py:85
@@ -2890,7 +3143,7 b' msgid ""'
2890 3143 " %(pr_title)s"
2891 3144 msgstr ""
2892 3145
2893 #: rhodecode/model/pull_request.py:449
3146 #: rhodecode/model/pull_request.py:448
2894 3147 msgid "Pull request merged and closed"
2895 3148 msgstr ""
2896 3149
@@ -2934,7 +3187,7 b' msgstr ""'
2934 3187 msgid "You can't Edit this user since it's crucial for entire application"
2935 3188 msgstr ""
2936 3189
2937 #: rhodecode/model/user.py:285
3190 #: rhodecode/model/user.py:284
2938 3191 #, python-format
2939 3192 msgid ""
2940 3193 "You can't edit this user (`%(username)s`) since it's crucial for entire "
@@ -3188,6 +3441,56 b' msgstr ""'
3188 3441 msgid "Duplicated value for filename found: `{}`"
3189 3442 msgstr ""
3190 3443
3444 #: rhodecode/model/validation_schema/schemas/integration_schema.py:36
3445 msgid "Pick a scope:"
3446 msgstr ""
3447
3448 #: rhodecode/model/validation_schema/schemas/integration_schema.py:39
3449 msgid "Global (all repositories)"
3450 msgstr ""
3451
3452 #: rhodecode/model/validation_schema/schemas/integration_schema.py:40
3453 msgid "Top level repositories only"
3454 msgstr ""
3455
3456 #: rhodecode/model/validation_schema/schemas/integration_schema.py:79
3457 msgid "Only repo admins can create integrations"
3458 msgstr ""
3459
3460 #: rhodecode/model/validation_schema/schemas/integration_schema.py:86
3461 msgid "Only repogroup admins can create integrations"
3462 msgstr ""
3463
3464 #: rhodecode/model/validation_schema/schemas/integration_schema.py:91
3465 msgid "Only superadmins can create global integrations"
3466 msgstr ""
3467
3468 #: rhodecode/model/validation_schema/schemas/integration_schema.py:183
3469 msgid ""
3470 "Scope of the integration. Recursive means the integration runs on all repos"
3471 " of that group and children recursively."
3472 msgstr ""
3473
3474 #: rhodecode/model/validation_schema/schemas/integration_schema.py:186
3475 msgid "Integration scope"
3476 msgstr ""
3477
3478 #: rhodecode/model/validation_schema/schemas/integration_schema.py:217
3479 msgid "General integration options"
3480 msgstr ""
3481
3482 #: rhodecode/model/validation_schema/schemas/integration_schema.py:220
3483 msgid "{integration_type} settings"
3484 msgstr ""
3485
3486 #: rhodecode/model/validation_schema/schemas/user_schema.py:36
3487 msgid "Password is incorrect"
3488 msgstr ""
3489
3490 #: rhodecode/model/validation_schema/schemas/user_schema.py:59
3491 msgid "New password must be different to old password"
3492 msgstr ""
3493
3191 3494 #: rhodecode/public/js/scripts.js:23039
3192 3495 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:16
3193 3496 #: rhodecode/public/js/src/plugins/jquery.autocomplete.js:87
@@ -3358,19 +3661,19 b' msgstr ""'
3358 3661
3359 3662 #: rhodecode/public/js/scripts.js:41308
3360 3663 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:2
3361 #: rhodecode/public/js/src/rhodecode/comments.js:235
3664 #: rhodecode/public/js/src/rhodecode/comments.js:236
3362 3665 msgid "Add another comment"
3363 3666 msgstr ""
3364 3667
3365 3668 #: rhodecode/public/js/scripts.js:41526
3366 3669 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:35
3367 #: rhodecode/public/js/src/rhodecode/comments.js:453
3670 #: rhodecode/public/js/src/rhodecode/comments.js:470
3368 3671 msgid "Status Review"
3369 3672 msgstr ""
3370 3673
3371 3674 #: rhodecode/public/js/scripts.js:41540
3372 3675 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:3
3373 #: rhodecode/public/js/src/rhodecode/comments.js:467
3676 #: rhodecode/public/js/src/rhodecode/comments.js:484
3374 3677 msgid ""
3375 3678 "Comment text will be set automatically based on currently selected status "
3376 3679 "({0}) ..."
@@ -3378,13 +3681,13 b' msgstr ""'
3378 3681
3379 3682 #: rhodecode/public/js/scripts.js:41653
3380 3683 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:37
3381 #: rhodecode/public/js/src/rhodecode/comments.js:580
3684 #: rhodecode/public/js/src/rhodecode/comments.js:597
3382 3685 msgid "Submitting..."
3383 3686 msgstr ""
3384 3687
3385 3688 #: rhodecode/public/js/scripts.js:41703
3386 3689 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:5
3387 #: rhodecode/public/js/src/rhodecode/comments.js:630
3690 #: rhodecode/public/js/src/rhodecode/comments.js:647
3388 3691 #: rhodecode/templates/files/files_browser_tree.html:47
3389 3692 msgid "Loading ..."
3390 3693 msgstr ""
@@ -3544,6 +3847,22 b' msgstr ""'
3544 3847 msgid "{0} years"
3545 3848 msgstr ""
3546 3849
3850 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3851 msgid "UIEvent"
3852 msgstr ""
3853
3854 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3855 msgid "CustomEvent"
3856 msgstr ""
3857
3858 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3859 msgid "MouseEvent"
3860 msgstr ""
3861
3862 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3863 msgid "FocusEvent"
3864 msgstr ""
3865
3547 3866 #: rhodecode/templates/index.html:5
3548 3867 msgid "Dashboard"
3549 3868 msgstr ""
@@ -3592,6 +3911,7 b' msgstr ""'
3592 3911 #: rhodecode/templates/index_base.html:97
3593 3912 #: rhodecode/templates/index_base.html:122
3594 3913 #: rhodecode/templates/admin/gists/index.html:112
3914 #: rhodecode/templates/admin/integrations/list.html:102
3595 3915 #: rhodecode/templates/admin/my_account/my_account_repos.html:31
3596 3916 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
3597 3917 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
@@ -3611,7 +3931,6 b' msgstr ""'
3611 3931 #: rhodecode/templates/index_base.html:100
3612 3932 #: rhodecode/templates/index_base.html:125
3613 3933 #: rhodecode/templates/admin/gists/index.html:114
3614 #: rhodecode/templates/admin/integrations/list.html:63
3615 3934 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
3616 3935 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
3617 3936 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:42
@@ -3628,8 +3947,8 b' msgstr ""'
3628 3947 #: rhodecode/templates/changeset/changeset.html:53
3629 3948 #: rhodecode/templates/compare/compare_commits.html:24
3630 3949 #: rhodecode/templates/email_templates/commit_comment.mako:82
3631 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3632 #: rhodecode/templates/email_templates/pull_request_review.mako:51
3950 #: rhodecode/templates/email_templates/pull_request_review.mako:41
3951 #: rhodecode/templates/email_templates/pull_request_review.mako:75
3633 3952 #: rhodecode/templates/files/file_tree_detail.html:5
3634 3953 #: rhodecode/templates/files/file_tree_detail.html:12
3635 3954 #: rhodecode/templates/forks/fork.html:48
@@ -3845,9 +4164,13 b' msgstr ""'
3845 4164 #: rhodecode/templates/admin/auth/auth_settings.html:12
3846 4165 #: rhodecode/templates/admin/auth/plugin_settings.html:12
3847 4166 #: rhodecode/templates/admin/defaults/defaults.html:12
3848 #: rhodecode/templates/admin/integrations/base.html:19
3849 #: rhodecode/templates/admin/integrations/edit.html:15
4167 #: rhodecode/templates/admin/integrations/base.html:21
4168 #: rhodecode/templates/admin/integrations/form.html:15
4169 #: rhodecode/templates/admin/integrations/form.html:28
3850 4170 #: rhodecode/templates/admin/integrations/list.html:8
4171 #: rhodecode/templates/admin/integrations/list.html:14
4172 #: rhodecode/templates/admin/integrations/new.html:11
4173 #: rhodecode/templates/admin/integrations/new.html:19
3851 4174 #: rhodecode/templates/admin/permissions/permissions.html:12
3852 4175 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:12
3853 4176 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:12
@@ -3897,7 +4220,6 b' msgstr ""'
3897 4220 #: rhodecode/templates/admin/auth/auth_settings.html:81
3898 4221 #: rhodecode/templates/admin/auth/plugin_settings.html:87
3899 4222 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3900 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3901 4223 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3902 4224 #: rhodecode/templates/admin/permissions/permissions_application.html:50
3903 4225 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
@@ -3934,7 +4256,7 b' msgstr ""'
3934 4256
3935 4257 #: rhodecode/templates/admin/defaults/defaults_repositories.html:14
3936 4258 #: rhodecode/templates/admin/gists/index.html:110
3937 #: rhodecode/templates/admin/integrations/list.html:64
4259 #: rhodecode/templates/admin/integrations/list.html:103
3938 4260 #: rhodecode/templates/admin/repos/repo_add_base.html:62
3939 4261 #: rhodecode/templates/admin/repos/repo_edit_fields.html:12
3940 4262 msgid "Type"
@@ -4079,7 +4401,7 b' msgstr ""'
4079 4401
4080 4402 #: rhodecode/templates/admin/gists/index.html:108
4081 4403 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:24
4082 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:89
4404 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4083 4405 #: rhodecode/templates/bookmarks/bookmarks.html:63
4084 4406 #: rhodecode/templates/branches/branches.html:62
4085 4407 #: rhodecode/templates/changelog/changelog.html:110
@@ -4132,75 +4454,17 b' msgstr ""'
4132 4454 msgid "Create Public Gist"
4133 4455 msgstr ""
4134 4456
4135 #: rhodecode/templates/admin/gists/new.html:62
4136 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
4137 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
4138 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
4139 #: rhodecode/templates/admin/my_account/my_account_password.html:37
4140 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
4141 #: rhodecode/templates/admin/permissions/permissions_application.html:51
4142 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
4143 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
4144 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
4145 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
4146 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
4147 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
4148 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
4149 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
4150 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
4151 #: rhodecode/templates/admin/settings/settings_global.html:110
4152 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
4153 #: rhodecode/templates/admin/settings/settings_labs.html:46
4154 #: rhodecode/templates/admin/settings/settings_vcs.html:14
4155 #: rhodecode/templates/admin/settings/settings_visual.html:220
4156 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
4157 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
4158 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
4159 #: rhodecode/templates/admin/users/user_edit_emails.html:63
4160 #: rhodecode/templates/admin/users/user_edit_ips.html:70
4161 #: rhodecode/templates/admin/users/user_edit_profile.html:135
4162 #: rhodecode/templates/base/default_perms_box.html:89
4163 msgid "Reset"
4164 msgstr ""
4165
4166 4457 #: rhodecode/templates/admin/gists/show.html:13
4167 4458 #: rhodecode/templates/admin/gists/show.html:20
4168 4459 msgid "Gist"
4169 4460 msgstr ""
4170 4461
4171 4462 #: rhodecode/templates/admin/gists/show.html:49
4172 #: rhodecode/templates/admin/integrations/list.html:110
4173 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
4174 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
4175 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4176 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
4177 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
4178 #: rhodecode/templates/admin/settings/settings_hooks.html:46
4179 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
4180 #: rhodecode/templates/admin/users/user_edit_emails.html:31
4181 #: rhodecode/templates/admin/users/user_edit_ips.html:34
4182 #: rhodecode/templates/base/issue_tracker_settings.html:70
4183 #: rhodecode/templates/base/vcs_settings.html:147
4184 #: rhodecode/templates/base/vcs_settings.html:172
4185 #: rhodecode/templates/changeset/changeset_file_comment.html:49
4186 #: rhodecode/templates/changeset/changeset_file_comment.html:99
4187 #: rhodecode/templates/data_table/_dt_elements.html:119
4188 #: rhodecode/templates/data_table/_dt_elements.html:176
4189 #: rhodecode/templates/data_table/_dt_elements.html:190
4190 #: rhodecode/templates/data_table/_dt_elements.html:202
4191 #: rhodecode/templates/debug_style/buttons.html:132
4192 #: rhodecode/templates/files/files_source.html:33
4193 #: rhodecode/templates/files/files_source.html:37
4194 #: rhodecode/templates/files/files_source.html:40
4195 msgid "Delete"
4196 msgstr ""
4197
4198 #: rhodecode/templates/admin/gists/show.html:49
4199 4463 msgid "Confirm to delete this Gist"
4200 4464 msgstr ""
4201 4465
4202 4466 #: rhodecode/templates/admin/gists/show.html:56
4203 #: rhodecode/templates/admin/integrations/list.html:103
4467 #: rhodecode/templates/admin/integrations/list.html:204
4204 4468 #: rhodecode/templates/admin/my_account/my_account_profile.html:5
4205 4469 #: rhodecode/templates/base/issue_tracker_settings.html:61
4206 4470 #: rhodecode/templates/changeset/changeset_file_comment.html:145
@@ -4212,8 +4476,8 b' msgstr ""'
4212 4476 #: rhodecode/templates/debug_style/buttons.html:128
4213 4477 #: rhodecode/templates/files/files_add.html:204
4214 4478 #: rhodecode/templates/files/files_edit.html:165
4215 #: rhodecode/templates/files/files_source.html:36
4216 #: rhodecode/templates/files/files_source.html:39
4479 #: rhodecode/templates/files/files_source.html:37
4480 #: rhodecode/templates/files/files_source.html:40
4217 4481 #: rhodecode/templates/pullrequests/pullrequest_show.html:50
4218 4482 #: rhodecode/templates/pullrequests/pullrequest_show.html:184
4219 4483 #: rhodecode/templates/users/user_profile.html:7
@@ -4234,17 +4498,27 b' msgstr ""'
4234 4498
4235 4499 #: rhodecode/templates/admin/gists/show.html:91
4236 4500 #: rhodecode/templates/files/files_delete.html:50
4237 #: rhodecode/templates/files/files_source.html:61
4501 #: rhodecode/templates/files/files_source.html:62
4238 4502 msgid "Show as raw"
4239 4503 msgstr ""
4240 4504
4241 #: rhodecode/templates/admin/integrations/base.html:12
4242 msgid "Integrations settings"
4243 msgstr ""
4244
4245 #: rhodecode/templates/admin/integrations/edit.html:17
4505 #: rhodecode/templates/admin/integrations/base.html:14
4506 msgid "Integrations Settings"
4507 msgstr ""
4508
4509 #: rhodecode/templates/admin/integrations/form.html:17
4246 4510 #: rhodecode/templates/admin/integrations/list.html:10
4247 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:44
4511 #: rhodecode/templates/admin/integrations/new.html:13
4512 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4513 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4514 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4515 msgid "Repository Groups"
4516 msgstr ""
4517
4518 #: rhodecode/templates/admin/integrations/form.html:30
4519 #: rhodecode/templates/admin/integrations/list.html:16
4520 #: rhodecode/templates/admin/integrations/new.html:21
4521 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:48
4248 4522 #: rhodecode/templates/admin/repos/repo_edit.html:15
4249 4523 #: rhodecode/templates/admin/repos/repo_edit.html:43
4250 4524 #: rhodecode/templates/admin/settings/settings.html:14
@@ -4254,27 +4528,101 b' msgstr ""'
4254 4528 msgid "Settings"
4255 4529 msgstr ""
4256 4530
4257 #: rhodecode/templates/admin/integrations/edit.html:36
4258 #, python-format
4259 msgid "Create new %(integration_type)s integration"
4260 msgstr ""
4261
4262 #: rhodecode/templates/admin/integrations/list.html:31
4531 #: rhodecode/templates/admin/integrations/form.html:60
4532 #, python-format
4533 msgid "Create New %(integration_type)s Integration"
4534 msgstr ""
4535
4536 #: rhodecode/templates/admin/integrations/list.html:44
4537 msgid "Current Integrations for Repository: {repo_name}"
4538 msgstr ""
4539
4540 #: rhodecode/templates/admin/integrations/list.html:46
4541 msgid "Current Integrations for repository group: {repo_group_name}"
4542 msgstr ""
4543
4544 #: rhodecode/templates/admin/integrations/list.html:48
4545 msgid "Current Integrations"
4546 msgstr ""
4547
4548 #: rhodecode/templates/admin/integrations/list.html:64
4549 #: rhodecode/templates/admin/notifications/notifications.html:31
4550 msgid "All"
4551 msgstr ""
4552
4553 #: rhodecode/templates/admin/integrations/list.html:95
4554 #: rhodecode/templates/admin/integrations/new.html:26
4263 4555 msgid "Create new integration"
4264 4556 msgstr ""
4265 4557
4266 #: rhodecode/templates/admin/integrations/list.html:56
4267 msgid "Current integrations"
4268 msgstr ""
4269
4270 #: rhodecode/templates/admin/integrations/list.html:65
4558 #: rhodecode/templates/admin/integrations/list.html:104
4559 msgid "Scope"
4560 msgstr ""
4561
4562 #: rhodecode/templates/admin/integrations/list.html:105
4271 4563 msgid "Actions"
4272 4564 msgstr ""
4273 4565
4274 #: rhodecode/templates/admin/integrations/list.html:89
4566 #: rhodecode/templates/admin/integrations/list.html:115
4567 msgid "No {type} integrations for repo {repo} exist yet."
4568 msgstr ""
4569
4570 #: rhodecode/templates/admin/integrations/list.html:117
4571 msgid "No {type} integrations for repogroup {repogroup} exist yet."
4572 msgstr ""
4573
4574 #: rhodecode/templates/admin/integrations/list.html:119
4575 msgid "No {type} integrations exist yet."
4576 msgstr ""
4577
4578 #: rhodecode/templates/admin/integrations/list.html:133
4579 msgid "Create one"
4580 msgstr ""
4581
4582 #: rhodecode/templates/admin/integrations/list.html:164
4583 msgid "repo"
4584 msgstr ""
4585
4586 #: rhodecode/templates/admin/integrations/list.html:168
4587 msgid "repogroup"
4588 msgstr ""
4589
4590 #: rhodecode/templates/admin/integrations/list.html:170
4591 msgid "child repos only"
4592 msgstr ""
4593
4594 #: rhodecode/templates/admin/integrations/list.html:172
4595 msgid "cascade to all"
4596 msgstr ""
4597
4598 #: rhodecode/templates/admin/integrations/list.html:177
4599 msgid "top level repos only"
4600 msgstr ""
4601
4602 #: rhodecode/templates/admin/integrations/list.html:179
4603 msgid "global"
4604 msgstr ""
4605
4606 #: rhodecode/templates/admin/integrations/list.html:185
4275 4607 msgid "unknown integration"
4276 4608 msgstr ""
4277 4609
4610 #: rhodecode/templates/admin/integrations/new.html:31
4611 msgid "Create New Integration for repository: {repo_name}"
4612 msgstr ""
4613
4614 #: rhodecode/templates/admin/integrations/new.html:33
4615 msgid "Create New Integration for repository group: {repo_group_name}"
4616 msgstr ""
4617
4618 #: rhodecode/templates/admin/integrations/new.html:35
4619 msgid "Create New Global Integration"
4620 msgstr ""
4621
4622 #: rhodecode/templates/admin/integrations/new.html:61
4623 msgid "No description available"
4624 msgstr ""
4625
4278 4626 #: rhodecode/templates/admin/my_account/my_account.html:5
4279 4627 #: rhodecode/templates/base/base.html:343
4280 4628 msgid "My account"
@@ -4294,7 +4642,7 b' msgstr ""'
4294 4642 msgid "Auth Tokens"
4295 4643 msgstr ""
4296 4644
4297 #: rhodecode/templates/admin/my_account/my_account.html:34
4645 #: rhodecode/templates/admin/my_account/my_account.html:35
4298 4646 msgid "OAuth Identities"
4299 4647 msgstr ""
4300 4648
@@ -4412,36 +4760,18 b' msgstr ""'
4412 4760 msgid "New email address"
4413 4761 msgstr ""
4414 4762
4415 #: rhodecode/templates/admin/my_account/my_account_notifications.html:3
4416 msgid "Your live notification settings"
4417 msgstr ""
4418
4419 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4420 #: rhodecode/templates/admin/notifications/show_notification.html:12
4421 msgid "Notifications"
4422 msgstr ""
4423
4424 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4425 msgid "Disabled"
4763 #: rhodecode/templates/admin/my_account/my_account_notifications.html:12
4764 msgid "Your Live Notification Settings"
4765 msgstr ""
4766
4767 #: rhodecode/templates/admin/my_account/my_account_notifications.html:24
4768 msgid "Notifications Status"
4426 4769 msgstr ""
4427 4770
4428 4771 #: rhodecode/templates/admin/my_account/my_account_password.html:3
4429 4772 msgid "Change Your Account Password"
4430 4773 msgstr ""
4431 4774
4432 #: rhodecode/templates/admin/my_account/my_account_password.html:10
4433 msgid "Current Password"
4434 msgstr ""
4435
4436 #: rhodecode/templates/admin/my_account/my_account_password.html:19
4437 #: rhodecode/templates/admin/users/user_edit_profile.html:74
4438 msgid "New Password"
4439 msgstr ""
4440
4441 #: rhodecode/templates/admin/my_account/my_account_password.html:28
4442 msgid "Confirm New Password"
4443 msgstr ""
4444
4445 4775 #: rhodecode/templates/admin/my_account/my_account_profile.html:11
4446 4776 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:52
4447 4777 #: rhodecode/templates/admin/users/user_edit_profile.html:25
@@ -4481,27 +4811,28 b' msgid "Pull Requests You Opened"'
4481 4811 msgstr ""
4482 4812
4483 4813 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:23
4484 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4814 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:87
4485 4815 msgid "Target Repo"
4486 4816 msgstr ""
4487 4817
4488 4818 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:26
4489 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4819 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:90
4490 4820 #: rhodecode/templates/admin/settings/settings_global.html:9
4491 #: rhodecode/templates/email_templates/pull_request_review.mako:28
4492 #: rhodecode/templates/email_templates/pull_request_review.mako:48
4821 #: rhodecode/templates/email_templates/pull_request_review.mako:39
4822 #: rhodecode/templates/email_templates/pull_request_review.mako:72
4493 4823 #: rhodecode/templates/pullrequests/pullrequest.html:38
4494 4824 #: rhodecode/templates/pullrequests/pullrequests.html:104
4495 4825 msgid "Title"
4496 4826 msgstr ""
4497 4827
4498 4828 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
4499 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:92
4500 msgid "Opened On"
4829 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4830 #: rhodecode/templates/pullrequests/pullrequests.html:108
4831 msgid "Last Update"
4501 4832 msgstr ""
4502 4833
4503 4834 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:43
4504 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:107
4835 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:106
4505 4836 #: rhodecode/templates/changelog/changelog.html:153
4506 4837 #: rhodecode/templates/compare/compare_commits.html:49
4507 4838 #: rhodecode/templates/search/search_commit.html:36
@@ -4509,7 +4840,7 b' msgid "Expand commit message"'
4509 4840 msgstr ""
4510 4841
4511 4842 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:52
4512 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:116
4843 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:115
4513 4844 #: rhodecode/templates/changeset/changeset_file_comment.html:284
4514 4845 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
4515 4846 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
@@ -4517,19 +4848,19 b' msgstr ""'
4517 4848 msgid "Closed"
4518 4849 msgstr ""
4519 4850
4520 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:64
4851 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4521 4852 msgid "Confirm to delete this pull request"
4522 4853 msgstr ""
4523 4854
4524 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:71
4855 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:70
4525 4856 msgid "You currently have no open pull requests."
4526 4857 msgstr ""
4527 4858
4528 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:79
4859 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:78
4529 4860 msgid "Pull Requests You Participate In"
4530 4861 msgstr ""
4531 4862
4532 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:129
4863 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:127
4533 4864 msgid ""
4534 4865 "There are currently no open pull requests requiring your participation."
4535 4866 msgstr ""
@@ -4547,10 +4878,6 b' msgstr ""'
4547 4878 msgid "My Notifications"
4548 4879 msgstr ""
4549 4880
4550 #: rhodecode/templates/admin/notifications/notifications.html:31
4551 msgid "All"
4552 msgstr ""
4553
4554 4881 #: rhodecode/templates/admin/notifications/notifications.html:32
4555 4882 #: rhodecode/templates/changeset/changeset.html:140
4556 4883 #: rhodecode/templates/pullrequests/pullrequest_show.html:133
@@ -4570,12 +4897,16 b' msgstr ""'
4570 4897 msgid "Show notification"
4571 4898 msgstr ""
4572 4899
4900 #: rhodecode/templates/admin/notifications/show_notification.html:12
4901 msgid "Notifications"
4902 msgstr ""
4903
4573 4904 #: rhodecode/templates/admin/permissions/permissions.html:5
4574 4905 msgid "Permissions Administration"
4575 4906 msgstr ""
4576 4907
4577 4908 #: rhodecode/templates/admin/permissions/permissions.html:14
4578 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:45
4909 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:49
4579 4910 #: rhodecode/templates/admin/repos/repo_edit.html:46
4580 4911 #: rhodecode/templates/admin/user_groups/user_group_edit.html:34
4581 4912 #: rhodecode/templates/base/base.html:82
@@ -4688,12 +5019,6 b' msgstr ""'
4688 5019 msgid "Overwrite Existing Settings"
4689 5020 msgstr ""
4690 5021
4691 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4692 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4693 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4694 msgid "Repository Groups"
4695 msgstr ""
4696
4697 5022 #: rhodecode/templates/admin/permissions/permissions_objects.html:34
4698 5023 msgid ""
4699 5024 "All default permissions on each repository group will be reset to chosen "
@@ -4756,7 +5081,7 b' msgstr ""'
4756 5081 msgid "Add Child Group"
4757 5082 msgstr ""
4758 5083
4759 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:46
5084 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:50
4760 5085 #: rhodecode/templates/admin/repos/repo_edit.html:49
4761 5086 #: rhodecode/templates/admin/user_groups/user_group_edit.html:35
4762 5087 #: rhodecode/templates/admin/users/user_edit.html:35
@@ -5029,7 +5354,6 b' msgid "Statistics"'
5029 5354 msgstr ""
5030 5355
5031 5356 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:7
5032 #: rhodecode/templates/pullrequests/pullrequests.html:108
5033 5357 msgid "Updated on"
5034 5358 msgstr ""
5035 5359
@@ -5436,7 +5760,7 b' msgstr ""'
5436 5760
5437 5761 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:45
5438 5762 #: rhodecode/templates/admin/settings/settings_global.html:109
5439 #: rhodecode/templates/admin/settings/settings_labs.html:45
5763 #: rhodecode/templates/admin/settings/settings_labs.html:48
5440 5764 #: rhodecode/templates/admin/settings/settings_vcs.html:13
5441 5765 #: rhodecode/templates/admin/settings/settings_visual.html:219
5442 5766 msgid "Save settings"
@@ -5653,6 +5977,10 b' msgstr ""'
5653 5977 msgid "Labs Settings"
5654 5978 msgstr ""
5655 5979
5980 #: rhodecode/templates/admin/settings/settings_labs.html:10
5981 msgid "There are no Labs settings currently"
5982 msgstr ""
5983
5656 5984 #: rhodecode/templates/admin/settings/settings_mapping.html:5
5657 5985 msgid "Import New Groups or Repositories"
5658 5986 msgstr ""
@@ -6394,6 +6722,10 b' msgstr ""'
6394 6722 msgid "Change the avatar at"
6395 6723 msgstr ""
6396 6724
6725 #: rhodecode/templates/admin/users/user_edit_profile.html:74
6726 msgid "New Password"
6727 msgstr ""
6728
6397 6729 #: rhodecode/templates/admin/users/user_edit_profile.html:82
6398 6730 msgid "New Password Confirmation"
6399 6731 msgstr ""
@@ -6424,7 +6756,7 b' msgid "Authentication type"'
6424 6756 msgstr ""
6425 6757
6426 6758 #: rhodecode/templates/base/base.html:44
6427 #: rhodecode/templates/errors/error_document.html:51
6759 #: rhodecode/templates/errors/error_document.html:57
6428 6760 msgid "Support"
6429 6761 msgstr ""
6430 6762
@@ -6810,7 +7142,7 b' msgstr ""'
6810 7142 msgid "No permission defined"
6811 7143 msgstr ""
6812 7144
6813 #: rhodecode/templates/base/root.html:120
7145 #: rhodecode/templates/base/root.html:161
6814 7146 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6815 7147 msgstr ""
6816 7148
@@ -6912,29 +7244,65 b' msgid ""'
6912 7244 "repositories and migrates them to Mercurial type."
6913 7245 msgstr ""
6914 7246
6915 #: rhodecode/templates/base/vcs_settings.html:124
6916 msgid "Subversion Settings"
7247 #: rhodecode/templates/base/vcs_settings.html:123
7248 msgid "Mercurial Labs Settings"
7249 msgstr ""
7250
7251 #: rhodecode/templates/base/vcs_settings.html:123
7252 msgid ""
7253 "These features are considered experimental and may not work as expected."
6917 7254 msgstr ""
6918 7255
6919 7256 #: rhodecode/templates/base/vcs_settings.html:129
7257 msgid "Use rebase as merge strategy"
7258 msgstr ""
7259
7260 #: rhodecode/templates/base/vcs_settings.html:132
7261 msgid ""
7262 "Use rebase instead of creating a merge commit when merging via web "
7263 "interface."
7264 msgstr ""
7265
7266 #: rhodecode/templates/base/vcs_settings.html:144
7267 msgid "Global Subversion Settings"
7268 msgstr ""
7269
7270 #: rhodecode/templates/base/vcs_settings.html:150
7271 msgid "Proxy subversion HTTP requests"
7272 msgstr ""
7273
7274 #: rhodecode/templates/base/vcs_settings.html:153
7275 msgid ""
7276 "Subversion HTTP Support. Enables communication with SVN over HTTP protocol."
7277 msgstr ""
7278
7279 #: rhodecode/templates/base/vcs_settings.html:158
7280 msgid "Subversion HTTP Server URL"
7281 msgstr ""
7282
7283 #: rhodecode/templates/base/vcs_settings.html:171
7284 msgid "Subversion Settings"
7285 msgstr ""
7286
7287 #: rhodecode/templates/base/vcs_settings.html:176
6920 7288 msgid "Repository patterns"
6921 7289 msgstr ""
6922 7290
6923 #: rhodecode/templates/base/vcs_settings.html:133
7291 #: rhodecode/templates/base/vcs_settings.html:180
6924 7292 msgid ""
6925 7293 "Patterns for identifying SVN branches and tags. For recursive search, use "
6926 7294 "\"*\". Eg.: \"/branches/*\""
6927 7295 msgstr ""
6928 7296
6929 #: rhodecode/templates/base/vcs_settings.html:196
7297 #: rhodecode/templates/base/vcs_settings.html:246
6930 7298 msgid "Pull Request Settings"
6931 7299 msgstr ""
6932 7300
6933 #: rhodecode/templates/base/vcs_settings.html:201
7301 #: rhodecode/templates/base/vcs_settings.html:251
6934 7302 msgid "Enable server-side merge for pull requests"
6935 7303 msgstr ""
6936 7304
6937 #: rhodecode/templates/base/vcs_settings.html:204
7305 #: rhodecode/templates/base/vcs_settings.html:254
6938 7306 msgid ""
6939 7307 "Note: when this feature is enabled, it only runs hooks defined in the "
6940 7308 "rcextension package. Custom hooks added on the Admin -> Settings -> Hooks "
@@ -6942,34 +7310,16 b' msgid ""'
6942 7310 "web interface."
6943 7311 msgstr ""
6944 7312
6945 #: rhodecode/templates/base/vcs_settings.html:208
7313 #: rhodecode/templates/base/vcs_settings.html:258
6946 7314 msgid "Invalidate and relocate inline comments during update"
6947 7315 msgstr ""
6948 7316
6949 #: rhodecode/templates/base/vcs_settings.html:211
7317 #: rhodecode/templates/base/vcs_settings.html:261
6950 7318 msgid ""
6951 7319 "During the update of a pull request, the position of inline comments will be"
6952 7320 " updated and outdated inline comments will be hidden."
6953 7321 msgstr ""
6954 7322
6955 #: rhodecode/templates/base/vcs_settings.html:222
6956 msgid "Labs settings"
6957 msgstr ""
6958
6959 #: rhodecode/templates/base/vcs_settings.html:222
6960 msgid ""
6961 "These features are considered experimental and may not work as expected."
6962 msgstr ""
6963
6964 #: rhodecode/templates/base/vcs_settings.html:229
6965 msgid "Mercurial server-side merge"
6966 msgstr ""
6967
6968 #: rhodecode/templates/base/vcs_settings.html:234
6969 msgid ""
6970 "Use rebase instead of creating a merge commit when merging via web interface"
6971 msgstr ""
6972
6973 7323 #: rhodecode/templates/bookmarks/bookmarks.html:5
6974 7324 #, python-format
6975 7325 msgid "%s Bookmarks"
@@ -7383,7 +7733,7 b' msgstr ""'
7383 7733 #: rhodecode/templates/changeset/changeset_file_comment.html:293
7384 7734 #: rhodecode/templates/compare/compare_diff.html:57
7385 7735 #: rhodecode/templates/email_templates/commit_comment.mako:87
7386 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7736 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7387 7737 msgid "Comment"
7388 7738 msgstr ""
7389 7739
@@ -7543,17 +7893,17 b' msgid "Compare Commits"'
7543 7893 msgstr ""
7544 7894
7545 7895 #: rhodecode/templates/compare/compare_diff.html:46
7546 #: rhodecode/templates/email_templates/pull_request_review.mako:50
7896 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7547 7897 #: rhodecode/templates/files/file_diff.html:56
7548 7898 #: rhodecode/templates/pullrequests/pullrequest_show.html:85
7549 7899 msgid "Target"
7550 7900 msgstr ""
7551 7901
7552 7902 #: rhodecode/templates/compare/compare_diff.html:47
7553 #: rhodecode/templates/email_templates/pull_request_comment.mako:92
7554 #: rhodecode/templates/email_templates/pull_request_review.mako:49
7903 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7904 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7555 7905 #: rhodecode/templates/files/file_diff.html:62
7556 #: rhodecode/templates/files/files_source.html:18
7906 #: rhodecode/templates/files/files_source.html:19
7557 7907 msgid "Source"
7558 7908 msgstr ""
7559 7909
@@ -7736,17 +8086,17 b' msgstr ""'
7736 8086 msgid "Form vertical"
7737 8087 msgstr ""
7738 8088
7739 #: rhodecode/templates/email_templates/base.mako:7
8089 #: rhodecode/templates/email_templates/base.mako:32
7740 8090 #, python-format
7741 8091 msgid "This is a notification from RhodeCode. %(instance_url)s"
7742 8092 msgstr ""
7743 8093
7744 #: rhodecode/templates/email_templates/base.mako:90
8094 #: rhodecode/templates/email_templates/base.mako:115
7745 8095 msgid "RhodeCode"
7746 8096 msgstr ""
7747 8097
7748 8098 #: rhodecode/templates/email_templates/commit_comment.mako:16
7749 #: rhodecode/templates/email_templates/pull_request_comment.mako:17
8099 #: rhodecode/templates/email_templates/pull_request_comment.mako:18
7750 8100 msgid "[mention]"
7751 8101 msgstr ""
7752 8102
@@ -7775,12 +8125,12 b' msgid "%(user)s commented on commit `%(c'
7775 8125 msgstr ""
7776 8126
7777 8127 #: rhodecode/templates/email_templates/commit_comment.mako:43
7778 #: rhodecode/templates/email_templates/pull_request_comment.mako:43
8128 #: rhodecode/templates/email_templates/pull_request_comment.mako:44
7779 8129 msgid "Comment link"
7780 8130 msgstr ""
7781 8131
7782 8132 #: rhodecode/templates/email_templates/commit_comment.mako:48
7783 #: rhodecode/templates/email_templates/pull_request_comment.mako:48
8133 #: rhodecode/templates/email_templates/pull_request_comment.mako:49
7784 8134 #, python-format
7785 8135 msgid "File: %(comment_file)s on line %(comment_line)s"
7786 8136 msgstr ""
@@ -7809,7 +8159,7 b' msgid "The commit status was changed to"'
7809 8159 msgstr ""
7810 8160
7811 8161 #: rhodecode/templates/email_templates/commit_comment.mako:87
7812 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
8162 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7813 8163 #, python-format
7814 8164 msgid "Comment on line: %(comment_line)s"
7815 8165 msgstr ""
@@ -7818,75 +8168,79 b' msgstr ""'
7818 8168 msgid "Generate new password here"
7819 8169 msgstr ""
7820 8170
7821 #: rhodecode/templates/email_templates/pull_request_comment.mako:20
8171 #: rhodecode/templates/email_templates/pull_request_comment.mako:21
7822 8172 #, python-format
7823 8173 msgid ""
7824 8174 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (file: "
7825 8175 "`%(comment_file)s`)"
7826 8176 msgstr ""
7827 8177
7828 #: rhodecode/templates/email_templates/pull_request_comment.mako:23
8178 #: rhodecode/templates/email_templates/pull_request_comment.mako:24
7829 8179 #, python-format
7830 8180 msgid ""
7831 8181 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (status: "
7832 8182 "%(status)s)"
7833 8183 msgstr ""
7834 8184
7835 #: rhodecode/templates/email_templates/pull_request_comment.mako:25
7836 #: rhodecode/templates/email_templates/pull_request_comment.mako:82
8185 #: rhodecode/templates/email_templates/pull_request_comment.mako:26
8186 #: rhodecode/templates/email_templates/pull_request_comment.mako:83
7837 8187 #, python-format
7838 8188 msgid "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\""
7839 8189 msgstr ""
7840 8190
7841 #: rhodecode/templates/email_templates/pull_request_comment.mako:45
8191 #: rhodecode/templates/email_templates/pull_request_comment.mako:46
7842 8192 msgid "Source repository"
7843 8193 msgstr ""
7844 8194
7845 #: rhodecode/templates/email_templates/pull_request_comment.mako:54
8195 #: rhodecode/templates/email_templates/pull_request_comment.mako:55
7846 8196 #, python-format
7847 8197 msgid "%(user)s submitted pull request #%(pr_id)s status: *%(status)s*"
7848 8198 msgstr ""
7849 8199
7850 #: rhodecode/templates/email_templates/pull_request_comment.mako:56
8200 #: rhodecode/templates/email_templates/pull_request_comment.mako:57
7851 8201 #, python-format
7852 8202 msgid ""
7853 8203 "%(user)s submitted pull request #%(pr_id)s status: *%(status)s and closed*"
7854 8204 msgstr ""
7855 8205
7856 #: rhodecode/templates/email_templates/pull_request_comment.mako:80
8206 #: rhodecode/templates/email_templates/pull_request_comment.mako:81
7857 8207 #, python-format
7858 8208 msgid ""
7859 8209 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" "
7860 8210 "(file:`%(comment_file)s`)"
7861 8211 msgstr ""
7862 8212
7863 #: rhodecode/templates/email_templates/pull_request_comment.mako:86
8213 #: rhodecode/templates/email_templates/pull_request_comment.mako:87
7864 8214 #, python-format
7865 8215 msgid "submitted pull request status: %(status)s"
7866 8216 msgstr ""
7867 8217
7868 #: rhodecode/templates/email_templates/pull_request_comment.mako:88
8218 #: rhodecode/templates/email_templates/pull_request_comment.mako:89
7869 8219 #, python-format
7870 8220 msgid "submitted pull request status: %(status)s and closed"
7871 8221 msgstr ""
7872 8222
7873 #: rhodecode/templates/email_templates/pull_request_review.mako:5
7874 #, python-format
7875 msgid "%(user)s wants you to review pull request #%(pr_url)s: \"%(pr_title)s\""
7876 msgstr ""
7877
7878 #: rhodecode/templates/email_templates/pull_request_review.mako:17
8223 #: rhodecode/templates/email_templates/pull_request_comment.mako:95
8224 msgid "Submitted status"
8225 msgstr ""
8226
8227 #: rhodecode/templates/email_templates/pull_request_review.mako:14
8228 #, python-format
8229 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\""
8230 msgstr ""
8231
8232 #: rhodecode/templates/email_templates/pull_request_review.mako:34
7879 8233 #, python-format
7880 8234 msgid ""
7881 8235 "Pull request from %(source_ref_type)s:%(source_ref_name)s of %(repo_url)s "
7882 8236 "into %(target_ref_type)s:%(target_ref_name)s"
7883 8237 msgstr ""
7884 8238
7885 #: rhodecode/templates/email_templates/pull_request_review.mako:26
8239 #: rhodecode/templates/email_templates/pull_request_review.mako:37
7886 8240 msgid "Link"
7887 8241 msgstr ""
7888 8242
7889 #: rhodecode/templates/email_templates/pull_request_review.mako:35
8243 #: rhodecode/templates/email_templates/pull_request_review.mako:46
7890 8244 #, python-format
7891 8245 msgid "Commit (%(num)s)"
7892 8246 msgid_plural "Commits (%(num)s)"
@@ -7895,22 +8249,22 b' msgstr[1] ""'
7895 8249 msgstr[2] ""
7896 8250 msgstr[3] ""
7897 8251
7898 #: rhodecode/templates/email_templates/pull_request_review.mako:47
8252 #: rhodecode/templates/email_templates/pull_request_review.mako:71
7899 8253 #, python-format
7900 8254 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\"."
7901 8255 msgstr ""
7902 8256
7903 #: rhodecode/templates/email_templates/pull_request_review.mako:49
8257 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7904 8258 #, python-format
7905 8259 msgid "%(source_ref_type)s of %(source_repo_url)s"
7906 8260 msgstr ""
7907 8261
7908 #: rhodecode/templates/email_templates/pull_request_review.mako:50
8262 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7909 8263 #, python-format
7910 8264 msgid "%(target_ref_type)s of %(target_repo_url)s"
7911 8265 msgstr ""
7912 8266
7913 #: rhodecode/templates/email_templates/pull_request_review.mako:52
8267 #: rhodecode/templates/email_templates/pull_request_review.mako:76
7914 8268 #: rhodecode/templates/summary/components.html:95
7915 8269 #: rhodecode/templates/summary/components.html:98
7916 8270 #, python-format
@@ -8155,13 +8509,13 b' msgid "Delete file"'
8155 8509 msgstr ""
8156 8510
8157 8511 #: rhodecode/templates/files/files_delete.html:45
8158 #: rhodecode/templates/files/files_source.html:49
8512 #: rhodecode/templates/files/files_source.html:50
8159 8513 #, python-format
8160 8514 msgid "Binary file (%s)"
8161 8515 msgstr ""
8162 8516
8163 8517 #: rhodecode/templates/files/files_delete.html:50
8164 #: rhodecode/templates/files/files_source.html:61
8518 #: rhodecode/templates/files/files_source.html:62
8165 8519 msgid "File is too big to display"
8166 8520 msgstr ""
8167 8521
@@ -8233,44 +8587,44 b' msgstr[1] ""'
8233 8587 msgstr[2] ""
8234 8588 msgstr[3] ""
8235 8589
8236 #: rhodecode/templates/files/files_source.html:12
8590 #: rhodecode/templates/files/files_source.html:13
8237 8591 msgid "History"
8238 8592 msgstr ""
8239 8593
8240 #: rhodecode/templates/files/files_source.html:15
8594 #: rhodecode/templates/files/files_source.html:16
8241 8595 #: rhodecode/templates/search/search_content.html:68
8242 8596 msgid "Show Full History"
8243 8597 msgstr ""
8244 8598
8245 #: rhodecode/templates/files/files_source.html:20
8599 #: rhodecode/templates/files/files_source.html:21
8246 8600 #: rhodecode/templates/search/search_content.html:70
8247 8601 msgid "Annotation"
8248 8602 msgstr ""
8249 8603
8250 #: rhodecode/templates/files/files_source.html:22
8604 #: rhodecode/templates/files/files_source.html:23
8251 8605 #: rhodecode/templates/search/search_content.html:71
8252 8606 msgid "Raw"
8253 8607 msgstr ""
8254 8608
8255 #: rhodecode/templates/files/files_source.html:24
8609 #: rhodecode/templates/files/files_source.html:25
8256 8610 #: rhodecode/templates/search/search_content.html:73
8257 8611 msgid "Download"
8258 8612 msgstr ""
8259 8613
8260 #: rhodecode/templates/files/files_source.html:31
8614 #: rhodecode/templates/files/files_source.html:32
8261 8615 #, python-format
8262 8616 msgid "Edit on Branch:%s"
8263 8617 msgstr ""
8264 8618
8265 #: rhodecode/templates/files/files_source.html:36
8619 #: rhodecode/templates/files/files_source.html:37
8266 8620 msgid "Editing binary files not allowed"
8267 8621 msgstr ""
8268 8622
8269 #: rhodecode/templates/files/files_source.html:39
8270 msgid "Editing files allowed only when on branch head commit"
8271 msgstr ""
8272
8273 8623 #: rhodecode/templates/files/files_source.html:40
8624 msgid "Editing files allowed only when on branch head commit"
8625 msgstr ""
8626
8627 #: rhodecode/templates/files/files_source.html:41
8274 8628 msgid "Deleting files allowed only when on branch head commit"
8275 8629 msgstr ""
8276 8630
1 NO CONTENT: modified file, binary diff hidden
This diff has been collapsed as it changes many lines, (1176 lines changed) Show them Hide them
@@ -9,8 +9,8 b' msgid ""'
9 9 msgstr ""
10 10 "Project-Id-Version: RhodeCode\n"
11 11 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
12 "POT-Creation-Date: 2016-08-02 20:55+0000\n"
13 "PO-Revision-Date: 2016-08-02 20:57+0000\n"
12 "POT-Creation-Date: 2016-09-15 14:11+0000\n"
13 "PO-Revision-Date: 2016-09-15 14:12+0000\n"
14 14 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
15 15 "Language-Team: German (http://www.transifex.com/rhodecode/RhodeCode/language/de/)\n"
16 16 "MIME-Version: 1.0\n"
@@ -21,7 +21,7 b' msgstr ""'
21 21 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22 22
23 23 #: rhodecode/admin/navigation.py:74 rhodecode/authentication/routes.py:60
24 #: rhodecode/integrations/views.py:126
24 #: rhodecode/integrations/views.py:168
25 25 #: rhodecode/templates/admin/permissions/permissions.html:36
26 26 msgid "Global"
27 27 msgstr ""
@@ -44,7 +44,8 b' msgstr ""'
44 44 msgid "Issue Tracker"
45 45 msgstr ""
46 46
47 #: rhodecode/admin/navigation.py:80 rhodecode/templates/register.html:76
47 #: rhodecode/admin/navigation.py:80 rhodecode/integrations/types/email.py:232
48 #: rhodecode/templates/register.html:76
48 49 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
49 50 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
50 51 #: rhodecode/templates/admin/users/user_add.html:86
@@ -64,12 +65,18 b' msgid "Full Text Search"'
64 65 msgstr ""
65 66
66 67 #: rhodecode/admin/navigation.py:83
67 #: rhodecode/templates/admin/integrations/base.html:21
68 #: rhodecode/templates/admin/integrations/edit.html:8
69 #: rhodecode/templates/admin/integrations/edit.html:19
70 #: rhodecode/templates/admin/integrations/list.html:15
71 #: rhodecode/templates/admin/integrations/list.html:19
72 #: rhodecode/templates/admin/integrations/list.html:26
68 #: rhodecode/templates/admin/integrations/base.html:23
69 #: rhodecode/templates/admin/integrations/form.html:8
70 #: rhodecode/templates/admin/integrations/form.html:21
71 #: rhodecode/templates/admin/integrations/form.html:32
72 #: rhodecode/templates/admin/integrations/list.html:21
73 #: rhodecode/templates/admin/integrations/list.html:25
74 #: rhodecode/templates/admin/integrations/list.html:29
75 #: rhodecode/templates/admin/integrations/list.html:36
76 #: rhodecode/templates/admin/integrations/new.html:9
77 #: rhodecode/templates/admin/integrations/new.html:17
78 #: rhodecode/templates/admin/integrations/new.html:23
79 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:51
73 80 #: rhodecode/templates/admin/repos/repo_edit.html:72
74 81 #: rhodecode/templates/base/base.html:84
75 82 msgid "Integrations"
@@ -92,9 +99,9 b' msgstr ""'
92 99 msgid "Enable or disable this authentication plugin."
93 100 msgstr ""
94 101
95 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:37
96 #: rhodecode/templates/admin/integrations/list.html:62
97 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
102 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:32
103 #: rhodecode/model/validation_schema/schemas/integration_schema.py:197
104 #: rhodecode/templates/admin/integrations/list.html:101
98 105 msgid "Enabled"
99 106 msgstr "Aktiviert"
100 107
@@ -397,12 +404,12 b' msgstr ""'
397 404
398 405 #: rhodecode/controllers/changeset.py:335
399 406 #: rhodecode/controllers/pullrequests.py:750
400 #: rhodecode/model/pull_request.py:843
407 #: rhodecode/model/pull_request.py:842
401 408 #, python-format
402 409 msgid "Status change %(transition_icon)s %(status)s"
403 410 msgstr "Status Änderung %(transition_icon)s %(status)s"
404 411
405 #: rhodecode/controllers/changeset.py:372
412 #: rhodecode/controllers/changeset.py:373
406 413 msgid ""
407 414 "Changing the status of a commit associated with a closed pull request is not"
408 415 " allowed"
@@ -545,14 +552,14 b' msgstr ""'
545 552 msgid "Changesets"
546 553 msgstr "Changesets"
547 554
548 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:251
555 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:259
549 556 #: rhodecode/model/pull_request.py:1059 rhodecode/model/scm.py:780
550 #: rhodecode/templates/base/vcs_settings.html:138
557 #: rhodecode/templates/base/vcs_settings.html:185
551 558 msgid "Branches"
552 559 msgstr "Entwicklungszweige"
553 560
554 561 #: rhodecode/controllers/files.py:1030 rhodecode/model/scm.py:795
555 #: rhodecode/templates/base/vcs_settings.html:163
562 #: rhodecode/templates/base/vcs_settings.html:210
556 563 msgid "Tags"
557 564 msgstr "Tags"
558 565
@@ -658,30 +665,30 b' msgid "Close Pull Request"'
658 665 msgstr ""
659 666
660 667 #: rhodecode/controllers/pullrequests.py:754
661 #: rhodecode/model/pull_request.py:847
668 #: rhodecode/model/pull_request.py:846
662 669 msgid "Closing with"
663 670 msgstr "Schließen mit"
664 671
665 #: rhodecode/controllers/pullrequests.py:802
672 #: rhodecode/controllers/pullrequests.py:804
666 673 #, python-format
667 674 msgid ""
668 675 "Closing pull request on other statuses than rejected or approved is "
669 676 "forbidden. Calculated status from all reviewers is currently: %s"
670 677 msgstr "Ein Pullrequest kann nur in den Stati rejected oder approved geschlossen werden. Berechneter Status aus den Reviews ist: %s"
671 678
672 #: rhodecode/controllers/summary.py:235
679 #: rhodecode/controllers/summary.py:243
673 680 msgid "Branch"
674 681 msgstr "Branch"
675 682
676 #: rhodecode/controllers/summary.py:236
683 #: rhodecode/controllers/summary.py:244
677 684 msgid "Tag"
678 685 msgstr "Tag"
679 686
680 #: rhodecode/controllers/summary.py:237
687 #: rhodecode/controllers/summary.py:245
681 688 msgid "Bookmark"
682 689 msgstr "Lesezeichen"
683 690
684 #: rhodecode/controllers/summary.py:252
691 #: rhodecode/controllers/summary.py:260
685 692 msgid "Closed branches"
686 693 msgstr "Geschlossene Branches"
687 694
@@ -694,37 +701,37 b' msgid "Error occurred during update of d'
694 701 msgstr "Fehler bei der Aktualisierung der Standardwerte aufgetreten"
695 702
696 703 #: rhodecode/controllers/admin/gists.py:63
697 #: rhodecode/controllers/admin/my_account.py:307
704 #: rhodecode/controllers/admin/my_account.py:317
698 705 #: rhodecode/controllers/admin/users.py:431
699 706 msgid "forever"
700 707 msgstr "für immer"
701 708
702 709 #: rhodecode/controllers/admin/gists.py:64
703 #: rhodecode/controllers/admin/my_account.py:308
710 #: rhodecode/controllers/admin/my_account.py:318
704 711 #: rhodecode/controllers/admin/users.py:432
705 712 msgid "5 minutes"
706 713 msgstr "5 Minuten"
707 714
708 715 #: rhodecode/controllers/admin/gists.py:65
709 #: rhodecode/controllers/admin/my_account.py:309
716 #: rhodecode/controllers/admin/my_account.py:319
710 717 #: rhodecode/controllers/admin/users.py:433
711 718 msgid "1 hour"
712 719 msgstr "1 Stunde"
713 720
714 721 #: rhodecode/controllers/admin/gists.py:66
715 #: rhodecode/controllers/admin/my_account.py:310
722 #: rhodecode/controllers/admin/my_account.py:320
716 723 #: rhodecode/controllers/admin/users.py:434
717 724 msgid "1 day"
718 725 msgstr "1 Tag"
719 726
720 727 #: rhodecode/controllers/admin/gists.py:67
721 #: rhodecode/controllers/admin/my_account.py:311
728 #: rhodecode/controllers/admin/my_account.py:321
722 729 #: rhodecode/controllers/admin/users.py:435
723 730 msgid "1 month"
724 731 msgstr "1 Monat"
725 732
726 733 #: rhodecode/controllers/admin/gists.py:71
727 #: rhodecode/controllers/admin/my_account.py:313
734 #: rhodecode/controllers/admin/my_account.py:323
728 735 #: rhodecode/controllers/admin/users.py:437
729 736 msgid "Lifetime"
730 737 msgstr "Lebensdauer"
@@ -778,60 +785,61 b' msgstr ""'
778 785 msgid "%(expiry)s - current value"
779 786 msgstr ""
780 787
781 #: rhodecode/controllers/admin/my_account.py:70
788 #: rhodecode/controllers/admin/my_account.py:74
782 789 msgid "You can't edit this user since it's crucial for entire application"
783 790 msgstr "Sie können diesen Benutzer nicht editieren, da er für die ganze Applikation von entscheidender bedeutung ist."
784 791
785 #: rhodecode/controllers/admin/my_account.py:128
792 #: rhodecode/controllers/admin/my_account.py:132
786 793 msgid "Your account was updated successfully"
787 794 msgstr "Ihr Account wurde erfolgreich aktualisiert"
788 795
789 #: rhodecode/controllers/admin/my_account.py:143
796 #: rhodecode/controllers/admin/my_account.py:147
790 797 #: rhodecode/controllers/admin/users.py:218
791 798 #, python-format
792 799 msgid "Error occurred during update of user %s"
793 800 msgstr "Fehler bei der Aktualisierung des Benutzers %s"
794 801
795 #: rhodecode/controllers/admin/my_account.py:202
802 #: rhodecode/controllers/admin/my_account.py:213
803 #: rhodecode/controllers/admin/my_account.py:219
804 msgid "Error occurred during update of user password"
805 msgstr "Fehler bei der Aktualisierung des Benutzerpassworts aufgetreten"
806
807 #: rhodecode/controllers/admin/my_account.py:226
796 808 msgid "Successfully updated password"
797 809 msgstr "Passwort erfolgreich aktualisiert"
798 810
799 #: rhodecode/controllers/admin/my_account.py:213
800 msgid "Error occurred during update of user password"
801 msgstr "Fehler bei der Aktualisierung des Benutzerpassworts aufgetreten"
802
803 #: rhodecode/controllers/admin/my_account.py:261
811 #: rhodecode/controllers/admin/my_account.py:271
804 812 #: rhodecode/controllers/admin/users.py:611
805 813 #, python-format
806 814 msgid "Added new email address `%s` for user account"
807 815 msgstr ""
808 816
809 #: rhodecode/controllers/admin/my_account.py:268
817 #: rhodecode/controllers/admin/my_account.py:278
810 818 #: rhodecode/controllers/admin/users.py:618
811 819 msgid "An error occurred during email saving"
812 820 msgstr "Währen der Speicherung der E-Mail-Addresse trat ein Fehler auf"
813 821
814 #: rhodecode/controllers/admin/my_account.py:278
822 #: rhodecode/controllers/admin/my_account.py:288
815 823 #: rhodecode/controllers/admin/users.py:633
816 824 msgid "Removed email address from user account"
817 825 msgstr ""
818 826
819 #: rhodecode/controllers/admin/my_account.py:316
827 #: rhodecode/controllers/admin/my_account.py:326
820 828 #: rhodecode/controllers/admin/users.py:440
821 829 msgid "Role"
822 830 msgstr "Rolle"
823 831
824 #: rhodecode/controllers/admin/my_account.py:329
832 #: rhodecode/controllers/admin/my_account.py:339
825 833 #: rhodecode/controllers/admin/users.py:464
826 834 msgid "Auth token successfully created"
827 835 msgstr "Authentifizierungstoken erfolgreich erstellt"
828 836
829 #: rhodecode/controllers/admin/my_account.py:342
837 #: rhodecode/controllers/admin/my_account.py:352
830 838 #: rhodecode/controllers/admin/users.py:483
831 839 msgid "Auth token successfully reset"
832 840 msgstr "Authentifizierungstoken erfolgreich zurückgesetzt"
833 841
834 #: rhodecode/controllers/admin/my_account.py:346
842 #: rhodecode/controllers/admin/my_account.py:356
835 843 #: rhodecode/controllers/admin/users.py:487
836 844 msgid "Auth token successfully deleted"
837 845 msgstr "Authentifizierungstoken erfolgreich gelöscht"
@@ -1051,18 +1059,18 b' msgid "Error occurred during deleting is'
1051 1059 msgstr ""
1052 1060
1053 1061 #: rhodecode/controllers/admin/repos.py:721
1054 #: rhodecode/controllers/admin/settings.py:363
1062 #: rhodecode/controllers/admin/settings.py:366
1055 1063 msgid "Removed issue tracker entry"
1056 1064 msgstr "Ein Eintrag wurde aus dem Issue Tracker gelöscht."
1057 1065
1058 1066 #: rhodecode/controllers/admin/repos.py:751
1059 #: rhodecode/controllers/admin/settings.py:409
1067 #: rhodecode/controllers/admin/settings.py:412
1060 1068 msgid "Updated issue tracker entries"
1061 1069 msgstr ""
1062 1070
1063 1071 #: rhodecode/controllers/admin/repos.py:812
1064 #: rhodecode/controllers/admin/settings.py:142
1065 #: rhodecode/controllers/admin/settings.py:719
1072 #: rhodecode/controllers/admin/settings.py:143
1073 #: rhodecode/controllers/admin/settings.py:722
1066 1074 msgid "Some form inputs contain invalid data."
1067 1075 msgstr "Einige Eingabefelder enthalten ungültige Daten."
1068 1076
@@ -1071,86 +1079,70 b' msgid "Error occurred during updating re'
1071 1079 msgstr ""
1072 1080
1073 1081 #: rhodecode/controllers/admin/repos.py:834
1074 #: rhodecode/controllers/admin/settings.py:168
1082 #: rhodecode/controllers/admin/settings.py:171
1075 1083 msgid "Updated VCS settings"
1076 1084 msgstr "VCS-Einstellungen aktualisiert"
1077 1085
1078 #: rhodecode/controllers/admin/settings.py:164
1079 #: rhodecode/controllers/admin/settings.py:267
1086 #: rhodecode/controllers/admin/settings.py:167
1087 #: rhodecode/controllers/admin/settings.py:270
1080 1088 msgid "Error occurred during updating application settings"
1081 1089 msgstr "Fehler während der Aktualisierung der Applikations-Einstellungen aufgetreten"
1082 1090
1083 #: rhodecode/controllers/admin/settings.py:211
1091 #: rhodecode/controllers/admin/settings.py:214
1084 1092 #, python-format
1085 1093 msgid "Repositories successfully rescanned added: %s ; removed: %s"
1086 1094 msgstr "Repositories erfolgreich gescannt, hinzugefügt: %s; entfernt: %s"
1087 1095
1088 #: rhodecode/controllers/admin/settings.py:263
1096 #: rhodecode/controllers/admin/settings.py:266
1089 1097 msgid "Updated application settings"
1090 1098 msgstr "Applikations-Einstellungen aktualisiert"
1091 1099
1092 #: rhodecode/controllers/admin/settings.py:327
1100 #: rhodecode/controllers/admin/settings.py:330
1093 1101 msgid "Updated visualisation settings"
1094 1102 msgstr "Visualisierungs-Einstellungen aktualisiert"
1095 1103
1096 #: rhodecode/controllers/admin/settings.py:330
1104 #: rhodecode/controllers/admin/settings.py:333
1097 1105 msgid "Error occurred during updating visualisation settings"
1098 1106 msgstr "Fehler bei der Aktualisierung der Visualisierungs-Einstellungen"
1099 1107
1100 #: rhodecode/controllers/admin/settings.py:422
1108 #: rhodecode/controllers/admin/settings.py:425
1101 1109 msgid "Please enter email address"
1102 1110 msgstr "Bitte E-Mail-Adresse eingeben"
1103 1111
1104 #: rhodecode/controllers/admin/settings.py:440
1112 #: rhodecode/controllers/admin/settings.py:443
1105 1113 msgid "Send email task created"
1106 1114 msgstr "Aufgabe zum Senden der E-Mail erstellt"
1107 1115
1108 #: rhodecode/controllers/admin/settings.py:473
1116 #: rhodecode/controllers/admin/settings.py:476
1109 1117 msgid "Added new hook"
1110 1118 msgstr "Neuer Hook hinzugefügt"
1111 1119
1112 #: rhodecode/controllers/admin/settings.py:488
1120 #: rhodecode/controllers/admin/settings.py:491
1113 1121 msgid "Updated hooks"
1114 1122 msgstr "Die Hooks wurden aktutalisiert"
1115 1123
1116 #: rhodecode/controllers/admin/settings.py:492
1124 #: rhodecode/controllers/admin/settings.py:495
1117 1125 msgid "Error occurred during hook creation"
1118 1126 msgstr ""
1119 1127
1120 #: rhodecode/controllers/admin/settings.py:540
1128 #: rhodecode/controllers/admin/settings.py:543
1121 1129 #, python-format
1122 1130 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
1123 1131 msgstr "Kritisch: Ihr Plattenplatz ist sehr gering <b>%s%%</b> belegt"
1124 1132
1125 #: rhodecode/controllers/admin/settings.py:544
1133 #: rhodecode/controllers/admin/settings.py:547
1126 1134 #, python-format
1127 1135 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
1128 1136 msgstr "Warnung: Ihr Plattenplatz geht zur Neige <b>%s%%</b> belegt"
1129 1137
1130 #: rhodecode/controllers/admin/settings.py:740
1138 #: rhodecode/controllers/admin/settings.py:743
1131 1139 msgid "Error occurred during updating labs settings"
1132 1140 msgstr "Fehler bei der Aktualisierung der Labs-Einstellungen aufgetreten"
1133 1141
1134 #: rhodecode/controllers/admin/settings.py:745
1142 #: rhodecode/controllers/admin/settings.py:748
1135 1143 msgid "Updated Labs settings"
1136 1144 msgstr "Labs-Einstellungen aktualisiert"
1137 1145
1138 #: rhodecode/controllers/admin/settings.py:795
1139 msgid "Subversion HTTP Support"
1140 msgstr ""
1141
1142 #: rhodecode/controllers/admin/settings.py:796
1143 msgid "Proxy subversion HTTP requests"
1144 msgstr ""
1145
1146 #: rhodecode/controllers/admin/settings.py:802
1147 msgid "Subversion HTTP Server URL"
1148 msgstr ""
1149
1150 #: rhodecode/controllers/admin/settings.py:804
1151 msgid "e.g. http://localhost:8080/"
1152 msgstr ""
1153
1154 1146 #: rhodecode/controllers/admin/user_groups.py:168
1155 1147 #, python-format
1156 1148 msgid "Created user group %(user_group_link)s"
@@ -1333,38 +1325,50 b' msgstr ""'
1333 1325 msgid "pullrequest commented"
1334 1326 msgstr ""
1335 1327
1336 #: rhodecode/events/repo.py:135
1328 #: rhodecode/events/repo.py:136
1337 1329 msgid "repository pre create"
1338 1330 msgstr ""
1339 1331
1340 #: rhodecode/events/repo.py:144
1332 #: rhodecode/events/repo.py:145
1341 1333 msgid "repository created"
1342 1334 msgstr ""
1343 1335
1344 #: rhodecode/events/repo.py:153
1336 #: rhodecode/events/repo.py:154
1345 1337 msgid "repository pre delete"
1346 1338 msgstr ""
1347 1339
1348 #: rhodecode/events/repo.py:162
1340 #: rhodecode/events/repo.py:163
1349 1341 msgid "repository deleted"
1350 1342 msgstr ""
1351 1343
1352 #: rhodecode/events/repo.py:193
1344 #: rhodecode/events/repo.py:199
1353 1345 msgid "repository pre pull"
1354 1346 msgstr ""
1355 1347
1356 #: rhodecode/events/repo.py:202
1348 #: rhodecode/events/repo.py:208
1357 1349 msgid "repository pull"
1358 1350 msgstr ""
1359 1351
1360 #: rhodecode/events/repo.py:211
1352 #: rhodecode/events/repo.py:217
1361 1353 msgid "repository pre push"
1362 1354 msgstr ""
1363 1355
1364 #: rhodecode/events/repo.py:222
1356 #: rhodecode/events/repo.py:228
1365 1357 msgid "repository push"
1366 1358 msgstr ""
1367 1359
1360 #: rhodecode/events/repo_group.py:62
1361 msgid "repository group created"
1362 msgstr ""
1363
1364 #: rhodecode/events/repo_group.py:71
1365 msgid "repository group deleted"
1366 msgstr ""
1367
1368 #: rhodecode/events/repo_group.py:80
1369 msgid "repository group update"
1370 msgstr ""
1371
1368 1372 #: rhodecode/events/user.py:34
1369 1373 msgid "user registered"
1370 1374 msgstr ""
@@ -1377,42 +1381,202 b' msgstr ""'
1377 1381 msgid "user pre update"
1378 1382 msgstr ""
1379 1383
1380 #: rhodecode/integrations/schema.py:35
1384 #: rhodecode/forms/__init__.py:32 rhodecode/templates/admin/gists/new.html:62
1385 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
1386 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
1387 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
1388 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
1389 #: rhodecode/templates/admin/permissions/permissions_application.html:51
1390 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
1391 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
1392 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
1393 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
1394 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
1395 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
1396 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
1397 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
1398 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
1399 #: rhodecode/templates/admin/settings/settings_global.html:110
1400 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
1401 #: rhodecode/templates/admin/settings/settings_labs.html:49
1402 #: rhodecode/templates/admin/settings/settings_vcs.html:14
1403 #: rhodecode/templates/admin/settings/settings_visual.html:220
1404 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
1405 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
1406 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
1407 #: rhodecode/templates/admin/users/user_edit_emails.html:63
1408 #: rhodecode/templates/admin/users/user_edit_ips.html:70
1409 #: rhodecode/templates/admin/users/user_edit_profile.html:135
1410 #: rhodecode/templates/base/default_perms_box.html:89
1411 msgid "Reset"
1412 msgstr "Zurücksetzen"
1413
1414 #: rhodecode/forms/__init__.py:33 rhodecode/templates/admin/gists/show.html:49
1415 #: rhodecode/templates/admin/integrations/list.html:211
1416 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
1417 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
1418 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:62
1419 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
1420 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
1421 #: rhodecode/templates/admin/settings/settings_hooks.html:46
1422 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
1423 #: rhodecode/templates/admin/users/user_edit_emails.html:31
1424 #: rhodecode/templates/admin/users/user_edit_ips.html:34
1425 #: rhodecode/templates/base/issue_tracker_settings.html:70
1426 #: rhodecode/templates/base/vcs_settings.html:194
1427 #: rhodecode/templates/base/vcs_settings.html:219
1428 #: rhodecode/templates/changeset/changeset_file_comment.html:49
1429 #: rhodecode/templates/changeset/changeset_file_comment.html:99
1430 #: rhodecode/templates/data_table/_dt_elements.html:119
1431 #: rhodecode/templates/data_table/_dt_elements.html:176
1432 #: rhodecode/templates/data_table/_dt_elements.html:190
1433 #: rhodecode/templates/data_table/_dt_elements.html:202
1434 #: rhodecode/templates/debug_style/buttons.html:132
1435 #: rhodecode/templates/files/files_source.html:34
1436 #: rhodecode/templates/files/files_source.html:38
1437 #: rhodecode/templates/files/files_source.html:41
1438 msgid "Delete"
1439 msgstr "Löschen"
1440
1441 #: rhodecode/integrations/schema.py:30
1442 #: rhodecode/model/validation_schema/schemas/integration_schema.py:195
1381 1443 msgid "Enable or disable this integration."
1382 1444 msgstr ""
1383 1445
1384 #: rhodecode/integrations/schema.py:42
1446 #: rhodecode/integrations/schema.py:37
1447 #: rhodecode/model/validation_schema/schemas/integration_schema.py:176
1385 1448 msgid "Short name for this integration."
1386 1449 msgstr ""
1387 1450
1388 #: rhodecode/integrations/schema.py:44
1451 #: rhodecode/integrations/schema.py:39
1452 #: rhodecode/model/validation_schema/schemas/integration_schema.py:178
1389 1453 msgid "Integration name"
1390 1454 msgstr ""
1391 1455
1456 #: rhodecode/integrations/schema.py:51
1457 msgid ""
1458 "Limit integrations to to work only on the direct children repositories of "
1459 "this repository group (no subgroups)"
1460 msgstr ""
1461
1462 #: rhodecode/integrations/schema.py:55
1463 msgid "Limit to childen repos only"
1464 msgstr ""
1465
1466 #: rhodecode/integrations/schema.py:63
1467 msgid "Limit integrations to to work only on root level repositories"
1468 msgstr ""
1469
1470 #: rhodecode/integrations/schema.py:66
1471 msgid "Root repositories only"
1472 msgstr ""
1473
1474 #: rhodecode/integrations/views.py:162
1475 msgid "{repo_name} repository"
1476 msgstr ""
1477
1478 #: rhodecode/integrations/views.py:165
1479 msgid "{repo_group_name} repo group"
1480 msgstr ""
1481
1392 1482 #: rhodecode/integrations/views.py:172
1483 msgid "{name} integration"
1484 msgstr ""
1485
1486 #: rhodecode/integrations/views.py:186
1393 1487 msgid "Integration {integration_name} deleted successfully."
1394 1488 msgstr ""
1395 1489
1396 #: rhodecode/integrations/views.py:200
1490 #: rhodecode/integrations/views.py:266
1397 1491 msgid ""
1398 1492 "Errors exist when saving integration settings. Please check the form inputs."
1399 1493 msgstr ""
1400 1494
1401 #: rhodecode/integrations/views.py:220
1495 #: rhodecode/integrations/views.py:292
1402 1496 msgid "Integration {integration_name} updated successfully."
1403 1497 msgstr ""
1404 1498
1499 #: rhodecode/integrations/types/email.py:214
1500 msgid "Recipients"
1501 msgstr ""
1502
1503 #: rhodecode/integrations/types/email.py:215
1504 msgid "Email addresses to send push events to"
1505 msgstr ""
1506
1507 #: rhodecode/integrations/types/email.py:220
1508 #: rhodecode/integrations/types/email.py:221
1509 msgid "Email address"
1510 msgstr ""
1511
1512 #: rhodecode/integrations/types/email.py:233
1513 msgid "Send repo push summaries to a list of recipients via email"
1514 msgstr ""
1515
1516 #: rhodecode/integrations/types/hipchat.py:43
1517 msgid "Yellow"
1518 msgstr ""
1519
1520 #: rhodecode/integrations/types/hipchat.py:44
1521 msgid "Red"
1522 msgstr ""
1523
1524 #: rhodecode/integrations/types/hipchat.py:45
1525 msgid "Green"
1526 msgstr ""
1527
1528 #: rhodecode/integrations/types/hipchat.py:46
1529 msgid "Purple"
1530 msgstr ""
1531
1532 #: rhodecode/integrations/types/hipchat.py:47
1533 msgid "Gray"
1534 msgstr ""
1535
1536 #: rhodecode/integrations/types/hipchat.py:52
1537 msgid "Hipchat server URL"
1538 msgstr ""
1539
1540 #: rhodecode/integrations/types/hipchat.py:53
1541 msgid "Hipchat integration url."
1542 msgstr ""
1543
1544 #: rhodecode/integrations/types/hipchat.py:63
1545 msgid "Notify"
1546 msgstr ""
1547
1548 #: rhodecode/integrations/types/hipchat.py:64
1549 msgid "Make a notification to the users in room."
1550 msgstr ""
1551
1552 #: rhodecode/integrations/types/hipchat.py:70
1553 msgid "Color"
1554 msgstr ""
1555
1556 #: rhodecode/integrations/types/hipchat.py:71
1557 msgid "Background color of message."
1558 msgstr ""
1559
1560 #: rhodecode/integrations/types/hipchat.py:99
1561 msgid "Hipchat"
1562 msgstr ""
1563
1564 #: rhodecode/integrations/types/hipchat.py:100
1565 msgid ""
1566 "Send events such as repo pushes and pull requests to your hipchat channel."
1567 msgstr ""
1568
1569 #: rhodecode/integrations/types/slack.py:44
1570 msgid "Slack service URL"
1571 msgstr ""
1572
1405 1573 #: rhodecode/integrations/types/slack.py:45
1406 msgid "Slack service URL"
1407 msgstr ""
1408
1409 #: rhodecode/integrations/types/slack.py:46
1410 1574 msgid ""
1411 1575 "This can be setup at the <a href=\"https://my.slack.com/services/new"
1412 1576 "/incoming-webhook/\">slack app manager</a>"
1413 1577 msgstr ""
1414 1578
1415 #: rhodecode/integrations/types/slack.py:59 rhodecode/templates/login.html:43
1579 #: rhodecode/integrations/types/slack.py:58 rhodecode/templates/login.html:43
1416 1580 #: rhodecode/templates/register.html:41
1417 1581 #: rhodecode/templates/admin/admin_log.html:7
1418 1582 #: rhodecode/templates/admin/my_account/my_account_profile.html:24
@@ -1428,35 +1592,40 b' msgstr ""'
1428 1592 msgid "Username"
1429 1593 msgstr "Benutzername"
1430 1594
1431 #: rhodecode/integrations/types/slack.py:60
1595 #: rhodecode/integrations/types/slack.py:59
1432 1596 msgid "Username to show notifications coming from."
1433 1597 msgstr ""
1434 1598
1599 #: rhodecode/integrations/types/slack.py:68
1600 msgid "Channel"
1601 msgstr ""
1602
1435 1603 #: rhodecode/integrations/types/slack.py:69
1436 msgid "Channel"
1437 msgstr ""
1438
1439 #: rhodecode/integrations/types/slack.py:70
1440 1604 msgid "Channel to send notifications to."
1441 1605 msgstr ""
1442 1606
1607 #: rhodecode/integrations/types/slack.py:78
1608 msgid "Emoji"
1609 msgstr ""
1610
1443 1611 #: rhodecode/integrations/types/slack.py:79
1444 msgid "Emoji"
1445 msgstr ""
1446
1447 #: rhodecode/integrations/types/slack.py:80
1448 1612 msgid "Emoji to use eg. :studio_microphone:"
1449 1613 msgstr ""
1450 1614
1451 #: rhodecode/integrations/types/slack.py:107
1615 #: rhodecode/integrations/types/slack.py:101
1452 1616 msgid "Slack"
1453 1617 msgstr ""
1454 1618
1619 #: rhodecode/integrations/types/slack.py:102
1620 msgid ""
1621 "Send events such as repo pushes and pull requests to your slack channel."
1622 msgstr ""
1623
1624 #: rhodecode/integrations/types/webhook.py:40
1625 msgid "Webhook URL"
1626 msgstr ""
1627
1455 1628 #: rhodecode/integrations/types/webhook.py:41
1456 msgid "Webhook URL"
1457 msgstr ""
1458
1459 #: rhodecode/integrations/types/webhook.py:42
1460 1629 msgid "URL of the webhook to receive POST event."
1461 1630 msgstr ""
1462 1631
@@ -1468,10 +1637,14 b' msgstr ""'
1468 1637 msgid "String used to validate received payloads."
1469 1638 msgstr ""
1470 1639
1471 #: rhodecode/integrations/types/webhook.py:62
1640 #: rhodecode/integrations/types/webhook.py:65
1472 1641 msgid "Webhook"
1473 1642 msgstr ""
1474 1643
1644 #: rhodecode/integrations/types/webhook.py:66
1645 msgid "Post json events to a webhook endpoint"
1646 msgstr ""
1647
1475 1648 #: rhodecode/lib/action_parser.py:89
1476 1649 msgid "[deleted] repository"
1477 1650 msgstr "[gelöscht] Repository"
@@ -1595,80 +1768,80 b' msgstr "Tag erstellt: %s"'
1595 1768 msgid "Commit not found"
1596 1769 msgstr ""
1597 1770
1598 #: rhodecode/lib/auth.py:1180
1771 #: rhodecode/lib/auth.py:1185
1599 1772 #, python-format
1600 1773 msgid "IP %s not allowed"
1601 1774 msgstr "IP-Adresse %s nicht erlaubt"
1602 1775
1603 #: rhodecode/lib/auth.py:1254
1776 #: rhodecode/lib/auth.py:1259
1604 1777 msgid "You need to be a registered user to perform this action"
1605 1778 msgstr "Sie müssen ein Registrierter Nutzer sein um diese Aktion durchzuführen"
1606 1779
1607 #: rhodecode/lib/auth.py:1302
1780 #: rhodecode/lib/auth.py:1307
1608 1781 #, python-format
1609 1782 msgid "Action not supported for %s."
1610 1783 msgstr "Aktion wird für %s nicht unterstützt."
1611 1784
1612 #: rhodecode/lib/auth.py:1339
1785 #: rhodecode/lib/auth.py:1344
1613 1786 msgid "You need to be signed in to view this page"
1614 1787 msgstr "Sie müssen angemeldet sein, um diese Seite zu betrachten"
1615 1788
1616 #: rhodecode/lib/base.py:545
1789 #: rhodecode/lib/base.py:550
1617 1790 #, python-format
1618 1791 msgid "The repository at %(repo_name)s cannot be located."
1619 1792 msgstr ""
1620 1793
1621 #: rhodecode/lib/diffs.py:56
1794 #: rhodecode/lib/diffs.py:62
1622 1795 msgid "Click to comment"
1623 1796 msgstr ""
1624 1797
1625 #: rhodecode/lib/diffs.py:71
1798 #: rhodecode/lib/diffs.py:77
1626 1799 msgid "Binary file"
1627 1800 msgstr "Binärdatei"
1628 1801
1629 #: rhodecode/lib/diffs.py:91
1802 #: rhodecode/lib/diffs.py:98
1630 1803 msgid ""
1631 1804 "Changeset was too big and was cut off, use diff menu to display this diff"
1632 1805 msgstr "Der Änderungssatz war zu groß und wurde abgeschnitten, benutzen sie das Diff Menü um die Unterschiede anzuzeigen"
1633 1806
1634 #: rhodecode/lib/diffs.py:102
1807 #: rhodecode/lib/diffs.py:109
1635 1808 msgid "No changes detected"
1636 1809 msgstr "Keine Änderungen erkannt"
1637 1810
1638 #: rhodecode/lib/diffs.py:631
1811 #: rhodecode/lib/diffs.py:643
1639 1812 msgid "Click to select line"
1640 1813 msgstr ""
1641 1814
1642 #: rhodecode/lib/helpers.py:1481
1815 #: rhodecode/lib/helpers.py:1489
1643 1816 #, python-format
1644 1817 msgid " and %s more"
1645 1818 msgstr "und %s weitere"
1646 1819
1647 #: rhodecode/lib/helpers.py:1485
1820 #: rhodecode/lib/helpers.py:1493
1648 1821 msgid "No Files"
1649 1822 msgstr "Keine Dateien"
1650 1823
1651 #: rhodecode/lib/helpers.py:1558
1824 #: rhodecode/lib/helpers.py:1566
1652 1825 msgid "new file"
1653 1826 msgstr "neue Datei"
1654 1827
1655 #: rhodecode/lib/helpers.py:1561
1828 #: rhodecode/lib/helpers.py:1569
1656 1829 msgid "mod"
1657 1830 msgstr "moderieren"
1658 1831
1659 #: rhodecode/lib/helpers.py:1564
1832 #: rhodecode/lib/helpers.py:1572
1660 1833 msgid "del"
1661 1834 msgstr "löschen"
1662 1835
1663 #: rhodecode/lib/helpers.py:1567
1836 #: rhodecode/lib/helpers.py:1575
1664 1837 msgid "rename"
1665 1838 msgstr "umbennen"
1666 1839
1667 #: rhodecode/lib/helpers.py:1572
1840 #: rhodecode/lib/helpers.py:1580
1668 1841 msgid "chmod"
1669 1842 msgstr "chmod"
1670 1843
1671 #: rhodecode/lib/helpers.py:1819
1844 #: rhodecode/lib/helpers.py:1827
1672 1845 msgid ""
1673 1846 "Example filter terms:\n"
1674 1847 " repository:vcs\n"
@@ -1687,91 +1860,91 b' msgid ""'
1687 1860 " \"username:test AND repository:test*\"\n"
1688 1861 msgstr ""
1689 1862
1690 #: rhodecode/lib/helpers.py:1839
1863 #: rhodecode/lib/helpers.py:1847
1691 1864 #, python-format
1692 1865 msgid ""
1693 1866 "%s repository is not mapped to db perhaps it was created or renamed from the"
1694 1867 " filesystem please run the application again in order to rescan repositories"
1695 1868 msgstr "Das %s Repository ist nicht in der Datenbank vorhanden, eventuell wurde es im Dateisystem erstellt oder umbenannt. Bitte starten sie die Applikation erneut um die Repositories neu zu Indizieren"
1696 1869
1697 #: rhodecode/lib/utils2.py:454
1870 #: rhodecode/lib/utils2.py:463
1698 1871 #, python-format
1699 1872 msgid "%d year"
1700 1873 msgid_plural "%d years"
1701 1874 msgstr[0] "%d Jahr"
1702 1875 msgstr[1] "%d Jahre"
1703 1876
1704 #: rhodecode/lib/utils2.py:455
1877 #: rhodecode/lib/utils2.py:464
1705 1878 #, python-format
1706 1879 msgid "%d month"
1707 1880 msgid_plural "%d months"
1708 1881 msgstr[0] "%d Monat"
1709 1882 msgstr[1] "%d Monate"
1710 1883
1711 #: rhodecode/lib/utils2.py:456
1884 #: rhodecode/lib/utils2.py:465
1712 1885 #, python-format
1713 1886 msgid "%d day"
1714 1887 msgid_plural "%d days"
1715 1888 msgstr[0] "%d Tag"
1716 1889 msgstr[1] "%d Tage"
1717 1890
1718 #: rhodecode/lib/utils2.py:457
1891 #: rhodecode/lib/utils2.py:466
1719 1892 #, python-format
1720 1893 msgid "%d hour"
1721 1894 msgid_plural "%d hours"
1722 1895 msgstr[0] "%d Stunde"
1723 1896 msgstr[1] "%d Stunden"
1724 1897
1725 #: rhodecode/lib/utils2.py:458
1898 #: rhodecode/lib/utils2.py:467
1726 1899 #, python-format
1727 1900 msgid "%d minute"
1728 1901 msgid_plural "%d minutes"
1729 1902 msgstr[0] "%d Minute"
1730 1903 msgstr[1] "%d Minuten"
1731 1904
1732 #: rhodecode/lib/utils2.py:459
1905 #: rhodecode/lib/utils2.py:468
1733 1906 #, python-format
1734 1907 msgid "%d second"
1735 1908 msgid_plural "%d seconds"
1736 1909 msgstr[0] "%d Sekunde"
1737 1910 msgstr[1] "%d Sekunden"
1738 1911
1739 #: rhodecode/lib/utils2.py:477
1912 #: rhodecode/lib/utils2.py:486
1740 1913 #, python-format
1741 1914 msgid "in %s"
1742 1915 msgstr ""
1743 1916
1744 #: rhodecode/lib/utils2.py:483
1917 #: rhodecode/lib/utils2.py:492
1745 1918 #, python-format
1746 1919 msgid "%s ago"
1747 1920 msgstr "vor %s"
1748 1921
1749 #: rhodecode/lib/utils2.py:493
1922 #: rhodecode/lib/utils2.py:502
1750 1923 #, python-format
1751 1924 msgid "%s, %s ago"
1752 1925 msgstr ""
1753 1926
1754 #: rhodecode/lib/utils2.py:495
1927 #: rhodecode/lib/utils2.py:504
1755 1928 #, python-format
1756 1929 msgid "in %s, %s"
1757 1930 msgstr ""
1758 1931
1759 #: rhodecode/lib/utils2.py:497
1932 #: rhodecode/lib/utils2.py:506
1760 1933 #, python-format
1761 1934 msgid "%s and %s"
1762 1935 msgstr ""
1763 1936
1764 #: rhodecode/lib/utils2.py:499
1937 #: rhodecode/lib/utils2.py:508
1765 1938 #, python-format
1766 1939 msgid "%s and %s ago"
1767 1940 msgstr "%s und %s her"
1768 1941
1769 #: rhodecode/lib/utils2.py:501
1942 #: rhodecode/lib/utils2.py:510
1770 1943 #, python-format
1771 1944 msgid "in %s and %s"
1772 1945 msgstr ""
1773 1946
1774 #: rhodecode/lib/utils2.py:505 rhodecode/public/js/scripts.js:25035
1947 #: rhodecode/lib/utils2.py:514 rhodecode/public/js/scripts.js:25035
1775 1948 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:49
1776 1949 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:174
1777 1950 msgid "just now"
@@ -1801,7 +1974,9 b' msgstr "jetzt gerade"'
1801 1974 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
1802 1975 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971
1803 1976 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2293
1804 #: rhodecode/model/db.py:2285
1977 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2285
1978 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2285
1979 #: rhodecode/model/db.py:2287
1805 1980 msgid "Repository no access"
1806 1981 msgstr "Kein Zugriff auf Repository"
1807 1982
@@ -1829,7 +2004,9 b' msgstr "Kein Zugriff auf Repository"'
1829 2004 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
1830 2005 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972
1831 2006 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2294
1832 #: rhodecode/model/db.py:2286
2007 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2286
2008 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2286
2009 #: rhodecode/model/db.py:2288
1833 2010 msgid "Repository read access"
1834 2011 msgstr "Lesender Zugriff auf Repository"
1835 2012
@@ -1857,7 +2034,9 b' msgstr "Lesender Zugriff auf Repository"'
1857 2034 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1858 2035 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973
1859 2036 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2295
1860 #: rhodecode/model/db.py:2287
2037 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2287
2038 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2287
2039 #: rhodecode/model/db.py:2289
1861 2040 msgid "Repository write access"
1862 2041 msgstr "Schreibdender Zugriff auf Repository"
1863 2042
@@ -1885,7 +2064,9 b' msgstr "Schreibdender Zugriff auf Reposi'
1885 2064 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1886 2065 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974
1887 2066 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2296
1888 #: rhodecode/model/db.py:2288
2067 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2288
2068 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2288
2069 #: rhodecode/model/db.py:2290
1889 2070 msgid "Repository admin access"
1890 2071 msgstr "Administrativer Zugang zum Repository"
1891 2072
@@ -1953,7 +2134,9 b' msgstr "RhodeCode Administrator"'
1953 2134 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
1954 2135 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992
1955 2136 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2314
1956 #: rhodecode/model/db.py:2306
2137 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2306
2138 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2306
2139 #: rhodecode/model/db.py:2308
1957 2140 msgid "Repository creation disabled"
1958 2141 msgstr "Repository erstelllung deaktiviert"
1959 2142
@@ -1981,7 +2164,9 b' msgstr "Repository erstelllung deaktivie'
1981 2164 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
1982 2165 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993
1983 2166 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2315
1984 #: rhodecode/model/db.py:2307
2167 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2307
2168 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2307
2169 #: rhodecode/model/db.py:2309
1985 2170 msgid "Repository creation enabled"
1986 2171 msgstr "Repository erstellung aktiviert"
1987 2172
@@ -2009,7 +2194,9 b' msgstr "Repository erstellung aktiviert"'
2009 2194 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
2010 2195 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997
2011 2196 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2319
2012 #: rhodecode/model/db.py:2311
2197 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2311
2198 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2311
2199 #: rhodecode/model/db.py:2313
2013 2200 msgid "Repository forking disabled"
2014 2201 msgstr ""
2015 2202
@@ -2037,7 +2224,9 b' msgstr ""'
2037 2224 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
2038 2225 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998
2039 2226 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2320
2040 #: rhodecode/model/db.py:2312
2227 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2312
2228 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2312
2229 #: rhodecode/model/db.py:2314
2041 2230 msgid "Repository forking enabled"
2042 2231 msgstr ""
2043 2232
@@ -2086,7 +2275,9 b' msgstr "Registrierung neuer Benutzer in '
2086 2275 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
2087 2276 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343
2088 2277 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2952
2089 #: rhodecode/model/db.py:2944
2278 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2946
2279 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2946
2280 #: rhodecode/model/db.py:2948
2090 2281 msgid "Not Reviewed"
2091 2282 msgstr "Nicht Begutachtet"
2092 2283
@@ -2114,7 +2305,9 b' msgstr "Nicht Begutachtet"'
2114 2305 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
2115 2306 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344
2116 2307 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2953
2117 #: rhodecode/model/db.py:2945
2308 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2947
2309 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2947
2310 #: rhodecode/model/db.py:2949
2118 2311 msgid "Approved"
2119 2312 msgstr "Akzeptiert"
2120 2313
@@ -2142,7 +2335,9 b' msgstr "Akzeptiert"'
2142 2335 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
2143 2336 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
2144 2337 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2954
2145 #: rhodecode/model/db.py:2946
2338 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2948
2339 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2948
2340 #: rhodecode/model/db.py:2950
2146 2341 msgid "Rejected"
2147 2342 msgstr "Abgelehnt"
2148 2343
@@ -2170,7 +2365,9 b' msgstr "Abgelehnt"'
2170 2365 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
2171 2366 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
2172 2367 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2955
2173 #: rhodecode/model/db.py:2947
2368 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2949
2369 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2949
2370 #: rhodecode/model/db.py:2951
2174 2371 msgid "Under Review"
2175 2372 msgstr "In Begutachtung"
2176 2373
@@ -2195,7 +2392,9 b' msgstr "In Begutachtung"'
2195 2392 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
2196 2393 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976
2197 2394 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2298
2198 #: rhodecode/model/db.py:2290
2395 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2290
2396 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2290
2397 #: rhodecode/model/db.py:2292
2199 2398 msgid "Repository group no access"
2200 2399 msgstr ""
2201 2400
@@ -2220,7 +2419,9 b' msgstr ""'
2220 2419 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
2221 2420 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977
2222 2421 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2299
2223 #: rhodecode/model/db.py:2291
2422 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2291
2423 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2291
2424 #: rhodecode/model/db.py:2293
2224 2425 msgid "Repository group read access"
2225 2426 msgstr ""
2226 2427
@@ -2245,7 +2446,9 b' msgstr ""'
2245 2446 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2246 2447 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978
2247 2448 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2300
2248 #: rhodecode/model/db.py:2292
2449 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2292
2450 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2292
2451 #: rhodecode/model/db.py:2294
2249 2452 msgid "Repository group write access"
2250 2453 msgstr ""
2251 2454
@@ -2270,7 +2473,9 b' msgstr ""'
2270 2473 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2271 2474 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979
2272 2475 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2301
2273 #: rhodecode/model/db.py:2293
2476 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2293
2477 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2293
2478 #: rhodecode/model/db.py:2295
2274 2479 msgid "Repository group admin access"
2275 2480 msgstr ""
2276 2481
@@ -2294,7 +2499,9 b' msgstr ""'
2294 2499 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2295 2500 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981
2296 2501 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2303
2297 #: rhodecode/model/db.py:2295
2502 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2295
2503 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2295
2504 #: rhodecode/model/db.py:2297
2298 2505 msgid "User group no access"
2299 2506 msgstr ""
2300 2507
@@ -2318,7 +2525,9 b' msgstr ""'
2318 2525 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2319 2526 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982
2320 2527 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2304
2321 #: rhodecode/model/db.py:2296
2528 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2296
2529 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2296
2530 #: rhodecode/model/db.py:2298
2322 2531 msgid "User group read access"
2323 2532 msgstr ""
2324 2533
@@ -2342,7 +2551,9 b' msgstr ""'
2342 2551 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2343 2552 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983
2344 2553 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2305
2345 #: rhodecode/model/db.py:2297
2554 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2297
2555 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2297
2556 #: rhodecode/model/db.py:2299
2346 2557 msgid "User group write access"
2347 2558 msgstr ""
2348 2559
@@ -2366,7 +2577,9 b' msgstr ""'
2366 2577 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2367 2578 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984
2368 2579 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2306
2369 #: rhodecode/model/db.py:2298
2580 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2298
2581 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2298
2582 #: rhodecode/model/db.py:2300
2370 2583 msgid "User group admin access"
2371 2584 msgstr ""
2372 2585
@@ -2390,7 +2603,9 b' msgstr ""'
2390 2603 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2391 2604 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986
2392 2605 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2308
2393 #: rhodecode/model/db.py:2300
2606 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2300
2607 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2300
2608 #: rhodecode/model/db.py:2302
2394 2609 msgid "Repository Group creation disabled"
2395 2610 msgstr ""
2396 2611
@@ -2414,7 +2629,9 b' msgstr ""'
2414 2629 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2415 2630 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987
2416 2631 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2309
2417 #: rhodecode/model/db.py:2301
2632 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2301
2633 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2301
2634 #: rhodecode/model/db.py:2303
2418 2635 msgid "Repository Group creation enabled"
2419 2636 msgstr ""
2420 2637
@@ -2438,7 +2655,9 b' msgstr ""'
2438 2655 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2439 2656 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989
2440 2657 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2311
2441 #: rhodecode/model/db.py:2303
2658 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2303
2659 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2303
2660 #: rhodecode/model/db.py:2305
2442 2661 msgid "User Group creation disabled"
2443 2662 msgstr ""
2444 2663
@@ -2462,7 +2681,9 b' msgstr ""'
2462 2681 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2463 2682 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990
2464 2683 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2312
2465 #: rhodecode/model/db.py:2304
2684 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2304
2685 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2304
2686 #: rhodecode/model/db.py:2306
2466 2687 msgid "User Group creation enabled"
2467 2688 msgstr ""
2468 2689
@@ -2486,7 +2707,9 b' msgstr ""'
2486 2707 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2487 2708 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
2488 2709 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2322
2489 #: rhodecode/model/db.py:2314
2710 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2314
2711 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2314
2712 #: rhodecode/model/db.py:2316
2490 2713 msgid "Registration disabled"
2491 2714 msgstr ""
2492 2715
@@ -2510,7 +2733,9 b' msgstr ""'
2510 2733 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2511 2734 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001
2512 2735 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2323
2513 #: rhodecode/model/db.py:2315
2736 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2315
2737 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2315
2738 #: rhodecode/model/db.py:2317
2514 2739 msgid "User Registration with manual account activation"
2515 2740 msgstr ""
2516 2741
@@ -2534,7 +2759,9 b' msgstr ""'
2534 2759 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2535 2760 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2536 2761 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2324
2537 #: rhodecode/model/db.py:2316
2762 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2316
2763 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2316
2764 #: rhodecode/model/db.py:2318
2538 2765 msgid "User Registration with automatic account activation"
2539 2766 msgstr ""
2540 2767
@@ -2558,7 +2785,9 b' msgstr ""'
2558 2785 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2559 2786 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2560 2787 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2326
2561 #: rhodecode/model/db.py:2318
2788 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2318
2789 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2318
2790 #: rhodecode/model/db.py:2320
2562 2791 msgid "Manual activation of external account"
2563 2792 msgstr ""
2564 2793
@@ -2582,7 +2811,9 b' msgstr ""'
2582 2811 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
2583 2812 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005
2584 2813 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2327
2585 #: rhodecode/model/db.py:2319
2814 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2319
2815 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2319
2816 #: rhodecode/model/db.py:2321
2586 2817 msgid "Automatic activation of external account"
2587 2818 msgstr ""
2588 2819
@@ -2600,7 +2831,9 b' msgstr ""'
2600 2831 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
2601 2832 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994
2602 2833 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2316
2603 #: rhodecode/model/db.py:2308
2834 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2308
2835 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2308
2836 #: rhodecode/model/db.py:2310
2604 2837 msgid ""
2605 2838 "Repository creation enabled with write permission to a repository group"
2606 2839 msgstr ""
@@ -2619,7 +2852,9 b' msgstr ""'
2619 2852 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
2620 2853 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995
2621 2854 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2317
2622 #: rhodecode/model/db.py:2309
2855 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2309
2856 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2309
2857 #: rhodecode/model/db.py:2311
2623 2858 msgid ""
2624 2859 "Repository creation disabled with write permission to a repository group"
2625 2860 msgstr ""
@@ -2635,7 +2870,9 b' msgstr ""'
2635 2870 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
2636 2871 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969
2637 2872 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2291
2638 #: rhodecode/model/db.py:2283
2873 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2283
2874 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2283
2875 #: rhodecode/model/db.py:2285
2639 2876 msgid "RhodeCode Super Administrator"
2640 2877 msgstr ""
2641 2878
@@ -2648,7 +2885,9 b' msgstr ""'
2648 2885 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2649 2886 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2650 2887 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2329
2651 #: rhodecode/model/db.py:2321
2888 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2321
2889 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2321
2890 #: rhodecode/model/db.py:2323
2652 2891 msgid "Inherit object permissions from default user disabled"
2653 2892 msgstr ""
2654 2893
@@ -2661,32 +2900,46 b' msgstr ""'
2661 2900 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
2662 2901 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008
2663 2902 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2330
2664 #: rhodecode/model/db.py:2322
2903 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2322
2904 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2322
2905 #: rhodecode/model/db.py:2324
2665 2906 msgid "Inherit object permissions from default user enabled"
2666 2907 msgstr ""
2667 2908
2668 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909 rhodecode/model/db.py:910
2909 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909
2910 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:910
2911 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:910 rhodecode/model/db.py:910
2669 2912 msgid "all"
2670 2913 msgstr ""
2671 2914
2672 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910 rhodecode/model/db.py:911
2915 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910
2916 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:911
2917 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:911 rhodecode/model/db.py:911
2673 2918 msgid "http/web interface"
2674 2919 msgstr ""
2675 2920
2676 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911 rhodecode/model/db.py:912
2921 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911
2922 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:912
2923 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:912 rhodecode/model/db.py:912
2677 2924 msgid "vcs (git/hg/svn protocol)"
2678 2925 msgstr ""
2679 2926
2680 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912 rhodecode/model/db.py:913
2927 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912
2928 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:913
2929 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:913 rhodecode/model/db.py:913
2681 2930 msgid "api calls"
2682 2931 msgstr ""
2683 2932
2684 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913 rhodecode/model/db.py:914
2933 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913
2934 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:914
2935 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:914 rhodecode/model/db.py:914
2685 2936 msgid "feed access"
2686 2937 msgstr ""
2687 2938
2688 2939 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2069
2689 #: rhodecode/model/db.py:2061
2940 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2061
2941 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2061
2942 #: rhodecode/model/db.py:2063
2690 2943 msgid "No parent"
2691 2944 msgstr ""
2692 2945
@@ -2740,12 +2993,12 b' msgid ""'
2740 2993 "email"
2741 2994 msgstr "Ihr Passwort wurde zurückgesetzt, ein neues Passwort wurde and ihre E-Mail Adresse gesendet"
2742 2995
2743 #: rhodecode/model/comment.py:263
2996 #: rhodecode/model/comment.py:266
2744 2997 msgid "made a comment"
2745 2998 msgstr ""
2746 2999
2747 #: rhodecode/model/comment.py:264
2748 msgid "Refresh page"
3000 #: rhodecode/model/comment.py:267
3001 msgid "Show it now"
2749 3002 msgstr ""
2750 3003
2751 3004 #: rhodecode/model/forms.py:85
@@ -2876,7 +3129,7 b' msgid ""'
2876 3129 " %(pr_title)s"
2877 3130 msgstr ""
2878 3131
2879 #: rhodecode/model/pull_request.py:449
3132 #: rhodecode/model/pull_request.py:448
2880 3133 msgid "Pull request merged and closed"
2881 3134 msgstr "Pullrequest zusammengeführt und geschlossen"
2882 3135
@@ -2920,7 +3173,7 b' msgstr ""'
2920 3173 msgid "You can't Edit this user since it's crucial for entire application"
2921 3174 msgstr "Sie können diesen User nicht editieren da er für die ganze Applikation von entscheidender bedeutung ist."
2922 3175
2923 #: rhodecode/model/user.py:285
3176 #: rhodecode/model/user.py:284
2924 3177 #, python-format
2925 3178 msgid ""
2926 3179 "You can't edit this user (`%(username)s`) since it's crucial for entire "
@@ -3174,6 +3427,56 b' msgstr ""'
3174 3427 msgid "Duplicated value for filename found: `{}`"
3175 3428 msgstr ""
3176 3429
3430 #: rhodecode/model/validation_schema/schemas/integration_schema.py:36
3431 msgid "Pick a scope:"
3432 msgstr ""
3433
3434 #: rhodecode/model/validation_schema/schemas/integration_schema.py:39
3435 msgid "Global (all repositories)"
3436 msgstr ""
3437
3438 #: rhodecode/model/validation_schema/schemas/integration_schema.py:40
3439 msgid "Top level repositories only"
3440 msgstr ""
3441
3442 #: rhodecode/model/validation_schema/schemas/integration_schema.py:79
3443 msgid "Only repo admins can create integrations"
3444 msgstr ""
3445
3446 #: rhodecode/model/validation_schema/schemas/integration_schema.py:86
3447 msgid "Only repogroup admins can create integrations"
3448 msgstr ""
3449
3450 #: rhodecode/model/validation_schema/schemas/integration_schema.py:91
3451 msgid "Only superadmins can create global integrations"
3452 msgstr ""
3453
3454 #: rhodecode/model/validation_schema/schemas/integration_schema.py:183
3455 msgid ""
3456 "Scope of the integration. Recursive means the integration runs on all repos"
3457 " of that group and children recursively."
3458 msgstr ""
3459
3460 #: rhodecode/model/validation_schema/schemas/integration_schema.py:186
3461 msgid "Integration scope"
3462 msgstr ""
3463
3464 #: rhodecode/model/validation_schema/schemas/integration_schema.py:217
3465 msgid "General integration options"
3466 msgstr ""
3467
3468 #: rhodecode/model/validation_schema/schemas/integration_schema.py:220
3469 msgid "{integration_type} settings"
3470 msgstr ""
3471
3472 #: rhodecode/model/validation_schema/schemas/user_schema.py:36
3473 msgid "Password is incorrect"
3474 msgstr ""
3475
3476 #: rhodecode/model/validation_schema/schemas/user_schema.py:59
3477 msgid "New password must be different to old password"
3478 msgstr ""
3479
3177 3480 #: rhodecode/public/js/scripts.js:23039
3178 3481 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:16
3179 3482 #: rhodecode/public/js/src/plugins/jquery.autocomplete.js:87
@@ -3344,19 +3647,19 b' msgstr ""'
3344 3647
3345 3648 #: rhodecode/public/js/scripts.js:41308
3346 3649 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:2
3347 #: rhodecode/public/js/src/rhodecode/comments.js:235
3650 #: rhodecode/public/js/src/rhodecode/comments.js:236
3348 3651 msgid "Add another comment"
3349 3652 msgstr ""
3350 3653
3351 3654 #: rhodecode/public/js/scripts.js:41526
3352 3655 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:35
3353 #: rhodecode/public/js/src/rhodecode/comments.js:453
3656 #: rhodecode/public/js/src/rhodecode/comments.js:470
3354 3657 msgid "Status Review"
3355 3658 msgstr ""
3356 3659
3357 3660 #: rhodecode/public/js/scripts.js:41540
3358 3661 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:3
3359 #: rhodecode/public/js/src/rhodecode/comments.js:467
3662 #: rhodecode/public/js/src/rhodecode/comments.js:484
3360 3663 msgid ""
3361 3664 "Comment text will be set automatically based on currently selected status "
3362 3665 "({0}) ..."
@@ -3364,13 +3667,13 b' msgstr ""'
3364 3667
3365 3668 #: rhodecode/public/js/scripts.js:41653
3366 3669 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:37
3367 #: rhodecode/public/js/src/rhodecode/comments.js:580
3670 #: rhodecode/public/js/src/rhodecode/comments.js:597
3368 3671 msgid "Submitting..."
3369 3672 msgstr ""
3370 3673
3371 3674 #: rhodecode/public/js/scripts.js:41703
3372 3675 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:5
3373 #: rhodecode/public/js/src/rhodecode/comments.js:630
3676 #: rhodecode/public/js/src/rhodecode/comments.js:647
3374 3677 #: rhodecode/templates/files/files_browser_tree.html:47
3375 3678 msgid "Loading ..."
3376 3679 msgstr ""
@@ -3530,6 +3833,22 b' msgstr ""'
3530 3833 msgid "{0} years"
3531 3834 msgstr ""
3532 3835
3836 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3837 msgid "UIEvent"
3838 msgstr ""
3839
3840 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3841 msgid "CustomEvent"
3842 msgstr ""
3843
3844 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3845 msgid "MouseEvent"
3846 msgstr ""
3847
3848 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3849 msgid "FocusEvent"
3850 msgstr ""
3851
3533 3852 #: rhodecode/templates/index.html:5
3534 3853 msgid "Dashboard"
3535 3854 msgstr "Übersichtsseite"
@@ -3578,6 +3897,7 b' msgstr ""'
3578 3897 #: rhodecode/templates/index_base.html:97
3579 3898 #: rhodecode/templates/index_base.html:122
3580 3899 #: rhodecode/templates/admin/gists/index.html:112
3900 #: rhodecode/templates/admin/integrations/list.html:102
3581 3901 #: rhodecode/templates/admin/my_account/my_account_repos.html:31
3582 3902 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
3583 3903 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
@@ -3597,7 +3917,6 b' msgstr "Name"'
3597 3917 #: rhodecode/templates/index_base.html:100
3598 3918 #: rhodecode/templates/index_base.html:125
3599 3919 #: rhodecode/templates/admin/gists/index.html:114
3600 #: rhodecode/templates/admin/integrations/list.html:63
3601 3920 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
3602 3921 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
3603 3922 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:42
@@ -3614,8 +3933,8 b' msgstr "Name"'
3614 3933 #: rhodecode/templates/changeset/changeset.html:53
3615 3934 #: rhodecode/templates/compare/compare_commits.html:24
3616 3935 #: rhodecode/templates/email_templates/commit_comment.mako:82
3617 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3618 #: rhodecode/templates/email_templates/pull_request_review.mako:51
3936 #: rhodecode/templates/email_templates/pull_request_review.mako:41
3937 #: rhodecode/templates/email_templates/pull_request_review.mako:75
3619 3938 #: rhodecode/templates/files/file_tree_detail.html:5
3620 3939 #: rhodecode/templates/files/file_tree_detail.html:12
3621 3940 #: rhodecode/templates/forks/fork.html:48
@@ -3829,9 +4148,13 b' msgstr ""'
3829 4148 #: rhodecode/templates/admin/auth/auth_settings.html:12
3830 4149 #: rhodecode/templates/admin/auth/plugin_settings.html:12
3831 4150 #: rhodecode/templates/admin/defaults/defaults.html:12
3832 #: rhodecode/templates/admin/integrations/base.html:19
3833 #: rhodecode/templates/admin/integrations/edit.html:15
4151 #: rhodecode/templates/admin/integrations/base.html:21
4152 #: rhodecode/templates/admin/integrations/form.html:15
4153 #: rhodecode/templates/admin/integrations/form.html:28
3834 4154 #: rhodecode/templates/admin/integrations/list.html:8
4155 #: rhodecode/templates/admin/integrations/list.html:14
4156 #: rhodecode/templates/admin/integrations/new.html:11
4157 #: rhodecode/templates/admin/integrations/new.html:19
3835 4158 #: rhodecode/templates/admin/permissions/permissions.html:12
3836 4159 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:12
3837 4160 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:12
@@ -3881,7 +4204,6 b' msgstr ""'
3881 4204 #: rhodecode/templates/admin/auth/auth_settings.html:81
3882 4205 #: rhodecode/templates/admin/auth/plugin_settings.html:87
3883 4206 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3884 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3885 4207 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3886 4208 #: rhodecode/templates/admin/permissions/permissions_application.html:50
3887 4209 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
@@ -3918,7 +4240,7 b' msgstr ""'
3918 4240
3919 4241 #: rhodecode/templates/admin/defaults/defaults_repositories.html:14
3920 4242 #: rhodecode/templates/admin/gists/index.html:110
3921 #: rhodecode/templates/admin/integrations/list.html:64
4243 #: rhodecode/templates/admin/integrations/list.html:103
3922 4244 #: rhodecode/templates/admin/repos/repo_add_base.html:62
3923 4245 #: rhodecode/templates/admin/repos/repo_edit_fields.html:12
3924 4246 msgid "Type"
@@ -4063,7 +4385,7 b' msgstr ""'
4063 4385
4064 4386 #: rhodecode/templates/admin/gists/index.html:108
4065 4387 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:24
4066 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:89
4388 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4067 4389 #: rhodecode/templates/bookmarks/bookmarks.html:63
4068 4390 #: rhodecode/templates/branches/branches.html:62
4069 4391 #: rhodecode/templates/changelog/changelog.html:110
@@ -4116,75 +4438,17 b' msgstr ""'
4116 4438 msgid "Create Public Gist"
4117 4439 msgstr ""
4118 4440
4119 #: rhodecode/templates/admin/gists/new.html:62
4120 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
4121 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
4122 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
4123 #: rhodecode/templates/admin/my_account/my_account_password.html:37
4124 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
4125 #: rhodecode/templates/admin/permissions/permissions_application.html:51
4126 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
4127 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
4128 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
4129 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
4130 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
4131 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
4132 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
4133 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
4134 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
4135 #: rhodecode/templates/admin/settings/settings_global.html:110
4136 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
4137 #: rhodecode/templates/admin/settings/settings_labs.html:46
4138 #: rhodecode/templates/admin/settings/settings_vcs.html:14
4139 #: rhodecode/templates/admin/settings/settings_visual.html:220
4140 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
4141 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
4142 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
4143 #: rhodecode/templates/admin/users/user_edit_emails.html:63
4144 #: rhodecode/templates/admin/users/user_edit_ips.html:70
4145 #: rhodecode/templates/admin/users/user_edit_profile.html:135
4146 #: rhodecode/templates/base/default_perms_box.html:89
4147 msgid "Reset"
4148 msgstr "Zurücksetzen"
4149
4150 4441 #: rhodecode/templates/admin/gists/show.html:13
4151 4442 #: rhodecode/templates/admin/gists/show.html:20
4152 4443 msgid "Gist"
4153 4444 msgstr ""
4154 4445
4155 4446 #: rhodecode/templates/admin/gists/show.html:49
4156 #: rhodecode/templates/admin/integrations/list.html:110
4157 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
4158 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
4159 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4160 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
4161 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
4162 #: rhodecode/templates/admin/settings/settings_hooks.html:46
4163 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
4164 #: rhodecode/templates/admin/users/user_edit_emails.html:31
4165 #: rhodecode/templates/admin/users/user_edit_ips.html:34
4166 #: rhodecode/templates/base/issue_tracker_settings.html:70
4167 #: rhodecode/templates/base/vcs_settings.html:147
4168 #: rhodecode/templates/base/vcs_settings.html:172
4169 #: rhodecode/templates/changeset/changeset_file_comment.html:49
4170 #: rhodecode/templates/changeset/changeset_file_comment.html:99
4171 #: rhodecode/templates/data_table/_dt_elements.html:119
4172 #: rhodecode/templates/data_table/_dt_elements.html:176
4173 #: rhodecode/templates/data_table/_dt_elements.html:190
4174 #: rhodecode/templates/data_table/_dt_elements.html:202
4175 #: rhodecode/templates/debug_style/buttons.html:132
4176 #: rhodecode/templates/files/files_source.html:33
4177 #: rhodecode/templates/files/files_source.html:37
4178 #: rhodecode/templates/files/files_source.html:40
4179 msgid "Delete"
4180 msgstr "Löschen"
4181
4182 #: rhodecode/templates/admin/gists/show.html:49
4183 4447 msgid "Confirm to delete this Gist"
4184 4448 msgstr ""
4185 4449
4186 4450 #: rhodecode/templates/admin/gists/show.html:56
4187 #: rhodecode/templates/admin/integrations/list.html:103
4451 #: rhodecode/templates/admin/integrations/list.html:204
4188 4452 #: rhodecode/templates/admin/my_account/my_account_profile.html:5
4189 4453 #: rhodecode/templates/base/issue_tracker_settings.html:61
4190 4454 #: rhodecode/templates/changeset/changeset_file_comment.html:145
@@ -4196,8 +4460,8 b' msgstr ""'
4196 4460 #: rhodecode/templates/debug_style/buttons.html:128
4197 4461 #: rhodecode/templates/files/files_add.html:204
4198 4462 #: rhodecode/templates/files/files_edit.html:165
4199 #: rhodecode/templates/files/files_source.html:36
4200 #: rhodecode/templates/files/files_source.html:39
4463 #: rhodecode/templates/files/files_source.html:37
4464 #: rhodecode/templates/files/files_source.html:40
4201 4465 #: rhodecode/templates/pullrequests/pullrequest_show.html:50
4202 4466 #: rhodecode/templates/pullrequests/pullrequest_show.html:184
4203 4467 #: rhodecode/templates/users/user_profile.html:7
@@ -4218,17 +4482,27 b' msgstr ""'
4218 4482
4219 4483 #: rhodecode/templates/admin/gists/show.html:91
4220 4484 #: rhodecode/templates/files/files_delete.html:50
4221 #: rhodecode/templates/files/files_source.html:61
4485 #: rhodecode/templates/files/files_source.html:62
4222 4486 msgid "Show as raw"
4223 4487 msgstr ""
4224 4488
4225 #: rhodecode/templates/admin/integrations/base.html:12
4226 msgid "Integrations settings"
4227 msgstr ""
4228
4229 #: rhodecode/templates/admin/integrations/edit.html:17
4489 #: rhodecode/templates/admin/integrations/base.html:14
4490 msgid "Integrations Settings"
4491 msgstr ""
4492
4493 #: rhodecode/templates/admin/integrations/form.html:17
4230 4494 #: rhodecode/templates/admin/integrations/list.html:10
4231 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:44
4495 #: rhodecode/templates/admin/integrations/new.html:13
4496 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4497 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4498 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4499 msgid "Repository Groups"
4500 msgstr ""
4501
4502 #: rhodecode/templates/admin/integrations/form.html:30
4503 #: rhodecode/templates/admin/integrations/list.html:16
4504 #: rhodecode/templates/admin/integrations/new.html:21
4505 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:48
4232 4506 #: rhodecode/templates/admin/repos/repo_edit.html:15
4233 4507 #: rhodecode/templates/admin/repos/repo_edit.html:43
4234 4508 #: rhodecode/templates/admin/settings/settings.html:14
@@ -4238,27 +4512,101 b' msgstr ""'
4238 4512 msgid "Settings"
4239 4513 msgstr "Einstellungen"
4240 4514
4241 #: rhodecode/templates/admin/integrations/edit.html:36
4242 #, python-format
4243 msgid "Create new %(integration_type)s integration"
4244 msgstr ""
4245
4246 #: rhodecode/templates/admin/integrations/list.html:31
4515 #: rhodecode/templates/admin/integrations/form.html:60
4516 #, python-format
4517 msgid "Create New %(integration_type)s Integration"
4518 msgstr ""
4519
4520 #: rhodecode/templates/admin/integrations/list.html:44
4521 msgid "Current Integrations for Repository: {repo_name}"
4522 msgstr ""
4523
4524 #: rhodecode/templates/admin/integrations/list.html:46
4525 msgid "Current Integrations for repository group: {repo_group_name}"
4526 msgstr ""
4527
4528 #: rhodecode/templates/admin/integrations/list.html:48
4529 msgid "Current Integrations"
4530 msgstr ""
4531
4532 #: rhodecode/templates/admin/integrations/list.html:64
4533 #: rhodecode/templates/admin/notifications/notifications.html:31
4534 msgid "All"
4535 msgstr "Alle"
4536
4537 #: rhodecode/templates/admin/integrations/list.html:95
4538 #: rhodecode/templates/admin/integrations/new.html:26
4247 4539 msgid "Create new integration"
4248 4540 msgstr ""
4249 4541
4250 #: rhodecode/templates/admin/integrations/list.html:56
4251 msgid "Current integrations"
4252 msgstr ""
4253
4254 #: rhodecode/templates/admin/integrations/list.html:65
4542 #: rhodecode/templates/admin/integrations/list.html:104
4543 msgid "Scope"
4544 msgstr ""
4545
4546 #: rhodecode/templates/admin/integrations/list.html:105
4255 4547 msgid "Actions"
4256 4548 msgstr ""
4257 4549
4258 #: rhodecode/templates/admin/integrations/list.html:89
4550 #: rhodecode/templates/admin/integrations/list.html:115
4551 msgid "No {type} integrations for repo {repo} exist yet."
4552 msgstr ""
4553
4554 #: rhodecode/templates/admin/integrations/list.html:117
4555 msgid "No {type} integrations for repogroup {repogroup} exist yet."
4556 msgstr ""
4557
4558 #: rhodecode/templates/admin/integrations/list.html:119
4559 msgid "No {type} integrations exist yet."
4560 msgstr ""
4561
4562 #: rhodecode/templates/admin/integrations/list.html:133
4563 msgid "Create one"
4564 msgstr ""
4565
4566 #: rhodecode/templates/admin/integrations/list.html:164
4567 msgid "repo"
4568 msgstr ""
4569
4570 #: rhodecode/templates/admin/integrations/list.html:168
4571 msgid "repogroup"
4572 msgstr ""
4573
4574 #: rhodecode/templates/admin/integrations/list.html:170
4575 msgid "child repos only"
4576 msgstr ""
4577
4578 #: rhodecode/templates/admin/integrations/list.html:172
4579 msgid "cascade to all"
4580 msgstr ""
4581
4582 #: rhodecode/templates/admin/integrations/list.html:177
4583 msgid "top level repos only"
4584 msgstr ""
4585
4586 #: rhodecode/templates/admin/integrations/list.html:179
4587 msgid "global"
4588 msgstr ""
4589
4590 #: rhodecode/templates/admin/integrations/list.html:185
4259 4591 msgid "unknown integration"
4260 4592 msgstr ""
4261 4593
4594 #: rhodecode/templates/admin/integrations/new.html:31
4595 msgid "Create New Integration for repository: {repo_name}"
4596 msgstr ""
4597
4598 #: rhodecode/templates/admin/integrations/new.html:33
4599 msgid "Create New Integration for repository group: {repo_group_name}"
4600 msgstr ""
4601
4602 #: rhodecode/templates/admin/integrations/new.html:35
4603 msgid "Create New Global Integration"
4604 msgstr ""
4605
4606 #: rhodecode/templates/admin/integrations/new.html:61
4607 msgid "No description available"
4608 msgstr ""
4609
4262 4610 #: rhodecode/templates/admin/my_account/my_account.html:5
4263 4611 #: rhodecode/templates/base/base.html:343
4264 4612 msgid "My account"
@@ -4278,7 +4626,7 b' msgstr ""'
4278 4626 msgid "Auth Tokens"
4279 4627 msgstr ""
4280 4628
4281 #: rhodecode/templates/admin/my_account/my_account.html:34
4629 #: rhodecode/templates/admin/my_account/my_account.html:35
4282 4630 msgid "OAuth Identities"
4283 4631 msgstr ""
4284 4632
@@ -4396,36 +4744,18 b' msgstr ""'
4396 4744 msgid "New email address"
4397 4745 msgstr ""
4398 4746
4399 #: rhodecode/templates/admin/my_account/my_account_notifications.html:3
4400 msgid "Your live notification settings"
4401 msgstr ""
4402
4403 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4404 #: rhodecode/templates/admin/notifications/show_notification.html:12
4405 msgid "Notifications"
4406 msgstr "Benachrichtigungen"
4407
4408 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4409 msgid "Disabled"
4410 msgstr "Deaktiviert"
4747 #: rhodecode/templates/admin/my_account/my_account_notifications.html:12
4748 msgid "Your Live Notification Settings"
4749 msgstr ""
4750
4751 #: rhodecode/templates/admin/my_account/my_account_notifications.html:24
4752 msgid "Notifications Status"
4753 msgstr ""
4411 4754
4412 4755 #: rhodecode/templates/admin/my_account/my_account_password.html:3
4413 4756 msgid "Change Your Account Password"
4414 4757 msgstr ""
4415 4758
4416 #: rhodecode/templates/admin/my_account/my_account_password.html:10
4417 msgid "Current Password"
4418 msgstr ""
4419
4420 #: rhodecode/templates/admin/my_account/my_account_password.html:19
4421 #: rhodecode/templates/admin/users/user_edit_profile.html:74
4422 msgid "New Password"
4423 msgstr ""
4424
4425 #: rhodecode/templates/admin/my_account/my_account_password.html:28
4426 msgid "Confirm New Password"
4427 msgstr ""
4428
4429 4759 #: rhodecode/templates/admin/my_account/my_account_profile.html:11
4430 4760 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:52
4431 4761 #: rhodecode/templates/admin/users/user_edit_profile.html:25
@@ -4465,27 +4795,28 b' msgid "Pull Requests You Opened"'
4465 4795 msgstr ""
4466 4796
4467 4797 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:23
4468 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4798 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:87
4469 4799 msgid "Target Repo"
4470 4800 msgstr ""
4471 4801
4472 4802 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:26
4473 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4803 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:90
4474 4804 #: rhodecode/templates/admin/settings/settings_global.html:9
4475 #: rhodecode/templates/email_templates/pull_request_review.mako:28
4476 #: rhodecode/templates/email_templates/pull_request_review.mako:48
4805 #: rhodecode/templates/email_templates/pull_request_review.mako:39
4806 #: rhodecode/templates/email_templates/pull_request_review.mako:72
4477 4807 #: rhodecode/templates/pullrequests/pullrequest.html:38
4478 4808 #: rhodecode/templates/pullrequests/pullrequests.html:104
4479 4809 msgid "Title"
4480 4810 msgstr ""
4481 4811
4482 4812 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
4483 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:92
4484 msgid "Opened On"
4813 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4814 #: rhodecode/templates/pullrequests/pullrequests.html:108
4815 msgid "Last Update"
4485 4816 msgstr ""
4486 4817
4487 4818 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:43
4488 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:107
4819 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:106
4489 4820 #: rhodecode/templates/changelog/changelog.html:153
4490 4821 #: rhodecode/templates/compare/compare_commits.html:49
4491 4822 #: rhodecode/templates/search/search_commit.html:36
@@ -4493,7 +4824,7 b' msgid "Expand commit message"'
4493 4824 msgstr ""
4494 4825
4495 4826 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:52
4496 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:116
4827 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:115
4497 4828 #: rhodecode/templates/changeset/changeset_file_comment.html:284
4498 4829 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
4499 4830 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
@@ -4501,19 +4832,19 b' msgstr ""'
4501 4832 msgid "Closed"
4502 4833 msgstr ""
4503 4834
4504 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:64
4835 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4505 4836 msgid "Confirm to delete this pull request"
4506 4837 msgstr ""
4507 4838
4508 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:71
4839 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:70
4509 4840 msgid "You currently have no open pull requests."
4510 4841 msgstr ""
4511 4842
4512 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:79
4843 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:78
4513 4844 msgid "Pull Requests You Participate In"
4514 4845 msgstr ""
4515 4846
4516 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:129
4847 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:127
4517 4848 msgid ""
4518 4849 "There are currently no open pull requests requiring your participation."
4519 4850 msgstr ""
@@ -4531,10 +4862,6 b' msgstr ""'
4531 4862 msgid "My Notifications"
4532 4863 msgstr "Meine Benachrichtigungen"
4533 4864
4534 #: rhodecode/templates/admin/notifications/notifications.html:31
4535 msgid "All"
4536 msgstr "Alle"
4537
4538 4865 #: rhodecode/templates/admin/notifications/notifications.html:32
4539 4866 #: rhodecode/templates/changeset/changeset.html:140
4540 4867 #: rhodecode/templates/pullrequests/pullrequest_show.html:133
@@ -4554,12 +4881,16 b' msgstr "Bisher gibt es keine Benachricht'
4554 4881 msgid "Show notification"
4555 4882 msgstr "Zeige Benachrichtigung"
4556 4883
4884 #: rhodecode/templates/admin/notifications/show_notification.html:12
4885 msgid "Notifications"
4886 msgstr "Benachrichtigungen"
4887
4557 4888 #: rhodecode/templates/admin/permissions/permissions.html:5
4558 4889 msgid "Permissions Administration"
4559 4890 msgstr ""
4560 4891
4561 4892 #: rhodecode/templates/admin/permissions/permissions.html:14
4562 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:45
4893 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:49
4563 4894 #: rhodecode/templates/admin/repos/repo_edit.html:46
4564 4895 #: rhodecode/templates/admin/user_groups/user_group_edit.html:34
4565 4896 #: rhodecode/templates/base/base.html:82
@@ -4672,12 +5003,6 b' msgstr ""'
4672 5003 msgid "Overwrite Existing Settings"
4673 5004 msgstr ""
4674 5005
4675 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4676 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4677 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4678 msgid "Repository Groups"
4679 msgstr ""
4680
4681 5006 #: rhodecode/templates/admin/permissions/permissions_objects.html:34
4682 5007 msgid ""
4683 5008 "All default permissions on each repository group will be reset to chosen "
@@ -4740,7 +5065,7 b' msgstr ""'
4740 5065 msgid "Add Child Group"
4741 5066 msgstr ""
4742 5067
4743 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:46
5068 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:50
4744 5069 #: rhodecode/templates/admin/repos/repo_edit.html:49
4745 5070 #: rhodecode/templates/admin/user_groups/user_group_edit.html:35
4746 5071 #: rhodecode/templates/admin/users/user_edit.html:35
@@ -5009,7 +5334,6 b' msgid "Statistics"'
5009 5334 msgstr "Statistiken"
5010 5335
5011 5336 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:7
5012 #: rhodecode/templates/pullrequests/pullrequests.html:108
5013 5337 msgid "Updated on"
5014 5338 msgstr ""
5015 5339
@@ -5412,7 +5736,7 b' msgstr ""'
5412 5736
5413 5737 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:45
5414 5738 #: rhodecode/templates/admin/settings/settings_global.html:109
5415 #: rhodecode/templates/admin/settings/settings_labs.html:45
5739 #: rhodecode/templates/admin/settings/settings_labs.html:48
5416 5740 #: rhodecode/templates/admin/settings/settings_vcs.html:13
5417 5741 #: rhodecode/templates/admin/settings/settings_visual.html:219
5418 5742 msgid "Save settings"
@@ -5629,6 +5953,10 b' msgstr ""'
5629 5953 msgid "Labs Settings"
5630 5954 msgstr ""
5631 5955
5956 #: rhodecode/templates/admin/settings/settings_labs.html:10
5957 msgid "There are no Labs settings currently"
5958 msgstr ""
5959
5632 5960 #: rhodecode/templates/admin/settings/settings_mapping.html:5
5633 5961 msgid "Import New Groups or Repositories"
5634 5962 msgstr ""
@@ -6364,6 +6692,10 b' msgstr ""'
6364 6692 msgid "Change the avatar at"
6365 6693 msgstr ""
6366 6694
6695 #: rhodecode/templates/admin/users/user_edit_profile.html:74
6696 msgid "New Password"
6697 msgstr ""
6698
6367 6699 #: rhodecode/templates/admin/users/user_edit_profile.html:82
6368 6700 msgid "New Password Confirmation"
6369 6701 msgstr ""
@@ -6394,7 +6726,7 b' msgid "Authentication type"'
6394 6726 msgstr "Autentifizierungstyp"
6395 6727
6396 6728 #: rhodecode/templates/base/base.html:44
6397 #: rhodecode/templates/errors/error_document.html:51
6729 #: rhodecode/templates/errors/error_document.html:57
6398 6730 msgid "Support"
6399 6731 msgstr "Support"
6400 6732
@@ -6778,7 +7110,7 b' msgstr ""'
6778 7110 msgid "No permission defined"
6779 7111 msgstr ""
6780 7112
6781 #: rhodecode/templates/base/root.html:120
7113 #: rhodecode/templates/base/root.html:161
6782 7114 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6783 7115 msgstr ""
6784 7116
@@ -6880,29 +7212,65 b' msgid ""'
6880 7212 "repositories and migrates them to Mercurial type."
6881 7213 msgstr ""
6882 7214
6883 #: rhodecode/templates/base/vcs_settings.html:124
6884 msgid "Subversion Settings"
7215 #: rhodecode/templates/base/vcs_settings.html:123
7216 msgid "Mercurial Labs Settings"
7217 msgstr ""
7218
7219 #: rhodecode/templates/base/vcs_settings.html:123
7220 msgid ""
7221 "These features are considered experimental and may not work as expected."
6885 7222 msgstr ""
6886 7223
6887 7224 #: rhodecode/templates/base/vcs_settings.html:129
7225 msgid "Use rebase as merge strategy"
7226 msgstr ""
7227
7228 #: rhodecode/templates/base/vcs_settings.html:132
7229 msgid ""
7230 "Use rebase instead of creating a merge commit when merging via web "
7231 "interface."
7232 msgstr ""
7233
7234 #: rhodecode/templates/base/vcs_settings.html:144
7235 msgid "Global Subversion Settings"
7236 msgstr ""
7237
7238 #: rhodecode/templates/base/vcs_settings.html:150
7239 msgid "Proxy subversion HTTP requests"
7240 msgstr ""
7241
7242 #: rhodecode/templates/base/vcs_settings.html:153
7243 msgid ""
7244 "Subversion HTTP Support. Enables communication with SVN over HTTP protocol."
7245 msgstr ""
7246
7247 #: rhodecode/templates/base/vcs_settings.html:158
7248 msgid "Subversion HTTP Server URL"
7249 msgstr ""
7250
7251 #: rhodecode/templates/base/vcs_settings.html:171
7252 msgid "Subversion Settings"
7253 msgstr ""
7254
7255 #: rhodecode/templates/base/vcs_settings.html:176
6888 7256 msgid "Repository patterns"
6889 7257 msgstr ""
6890 7258
6891 #: rhodecode/templates/base/vcs_settings.html:133
7259 #: rhodecode/templates/base/vcs_settings.html:180
6892 7260 msgid ""
6893 7261 "Patterns for identifying SVN branches and tags. For recursive search, use "
6894 7262 "\"*\". Eg.: \"/branches/*\""
6895 7263 msgstr ""
6896 7264
6897 #: rhodecode/templates/base/vcs_settings.html:196
7265 #: rhodecode/templates/base/vcs_settings.html:246
6898 7266 msgid "Pull Request Settings"
6899 7267 msgstr ""
6900 7268
6901 #: rhodecode/templates/base/vcs_settings.html:201
7269 #: rhodecode/templates/base/vcs_settings.html:251
6902 7270 msgid "Enable server-side merge for pull requests"
6903 7271 msgstr ""
6904 7272
6905 #: rhodecode/templates/base/vcs_settings.html:204
7273 #: rhodecode/templates/base/vcs_settings.html:254
6906 7274 msgid ""
6907 7275 "Note: when this feature is enabled, it only runs hooks defined in the "
6908 7276 "rcextension package. Custom hooks added on the Admin -> Settings -> Hooks "
@@ -6910,34 +7278,16 b' msgid ""'
6910 7278 "web interface."
6911 7279 msgstr ""
6912 7280
6913 #: rhodecode/templates/base/vcs_settings.html:208
7281 #: rhodecode/templates/base/vcs_settings.html:258
6914 7282 msgid "Invalidate and relocate inline comments during update"
6915 7283 msgstr ""
6916 7284
6917 #: rhodecode/templates/base/vcs_settings.html:211
7285 #: rhodecode/templates/base/vcs_settings.html:261
6918 7286 msgid ""
6919 7287 "During the update of a pull request, the position of inline comments will be"
6920 7288 " updated and outdated inline comments will be hidden."
6921 7289 msgstr ""
6922 7290
6923 #: rhodecode/templates/base/vcs_settings.html:222
6924 msgid "Labs settings"
6925 msgstr ""
6926
6927 #: rhodecode/templates/base/vcs_settings.html:222
6928 msgid ""
6929 "These features are considered experimental and may not work as expected."
6930 msgstr ""
6931
6932 #: rhodecode/templates/base/vcs_settings.html:229
6933 msgid "Mercurial server-side merge"
6934 msgstr "Mercurial merge auf der Serverseite"
6935
6936 #: rhodecode/templates/base/vcs_settings.html:234
6937 msgid ""
6938 "Use rebase instead of creating a merge commit when merging via web interface"
6939 msgstr ""
6940
6941 7291 #: rhodecode/templates/bookmarks/bookmarks.html:5
6942 7292 #, python-format
6943 7293 msgid "%s Bookmarks"
@@ -7345,7 +7695,7 b' msgstr ""'
7345 7695 #: rhodecode/templates/changeset/changeset_file_comment.html:293
7346 7696 #: rhodecode/templates/compare/compare_diff.html:57
7347 7697 #: rhodecode/templates/email_templates/commit_comment.mako:87
7348 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7698 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7349 7699 msgid "Comment"
7350 7700 msgstr ""
7351 7701
@@ -7493,17 +7843,17 b' msgid "Compare Commits"'
7493 7843 msgstr ""
7494 7844
7495 7845 #: rhodecode/templates/compare/compare_diff.html:46
7496 #: rhodecode/templates/email_templates/pull_request_review.mako:50
7846 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7497 7847 #: rhodecode/templates/files/file_diff.html:56
7498 7848 #: rhodecode/templates/pullrequests/pullrequest_show.html:85
7499 7849 msgid "Target"
7500 7850 msgstr ""
7501 7851
7502 7852 #: rhodecode/templates/compare/compare_diff.html:47
7503 #: rhodecode/templates/email_templates/pull_request_comment.mako:92
7504 #: rhodecode/templates/email_templates/pull_request_review.mako:49
7853 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7854 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7505 7855 #: rhodecode/templates/files/file_diff.html:62
7506 #: rhodecode/templates/files/files_source.html:18
7856 #: rhodecode/templates/files/files_source.html:19
7507 7857 msgid "Source"
7508 7858 msgstr ""
7509 7859
@@ -7684,17 +8034,17 b' msgstr ""'
7684 8034 msgid "Form vertical"
7685 8035 msgstr ""
7686 8036
7687 #: rhodecode/templates/email_templates/base.mako:7
8037 #: rhodecode/templates/email_templates/base.mako:32
7688 8038 #, python-format
7689 8039 msgid "This is a notification from RhodeCode. %(instance_url)s"
7690 8040 msgstr ""
7691 8041
7692 #: rhodecode/templates/email_templates/base.mako:90
8042 #: rhodecode/templates/email_templates/base.mako:115
7693 8043 msgid "RhodeCode"
7694 8044 msgstr ""
7695 8045
7696 8046 #: rhodecode/templates/email_templates/commit_comment.mako:16
7697 #: rhodecode/templates/email_templates/pull_request_comment.mako:17
8047 #: rhodecode/templates/email_templates/pull_request_comment.mako:18
7698 8048 msgid "[mention]"
7699 8049 msgstr ""
7700 8050
@@ -7723,12 +8073,12 b' msgid "%(user)s commented on commit `%(c'
7723 8073 msgstr ""
7724 8074
7725 8075 #: rhodecode/templates/email_templates/commit_comment.mako:43
7726 #: rhodecode/templates/email_templates/pull_request_comment.mako:43
8076 #: rhodecode/templates/email_templates/pull_request_comment.mako:44
7727 8077 msgid "Comment link"
7728 8078 msgstr ""
7729 8079
7730 8080 #: rhodecode/templates/email_templates/commit_comment.mako:48
7731 #: rhodecode/templates/email_templates/pull_request_comment.mako:48
8081 #: rhodecode/templates/email_templates/pull_request_comment.mako:49
7732 8082 #, python-format
7733 8083 msgid "File: %(comment_file)s on line %(comment_line)s"
7734 8084 msgstr ""
@@ -7757,7 +8107,7 b' msgid "The commit status was changed to"'
7757 8107 msgstr ""
7758 8108
7759 8109 #: rhodecode/templates/email_templates/commit_comment.mako:87
7760 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
8110 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7761 8111 #, python-format
7762 8112 msgid "Comment on line: %(comment_line)s"
7763 8113 msgstr ""
@@ -7766,97 +8116,101 b' msgstr ""'
7766 8116 msgid "Generate new password here"
7767 8117 msgstr ""
7768 8118
7769 #: rhodecode/templates/email_templates/pull_request_comment.mako:20
8119 #: rhodecode/templates/email_templates/pull_request_comment.mako:21
7770 8120 #, python-format
7771 8121 msgid ""
7772 8122 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (file: "
7773 8123 "`%(comment_file)s`)"
7774 8124 msgstr ""
7775 8125
7776 #: rhodecode/templates/email_templates/pull_request_comment.mako:23
8126 #: rhodecode/templates/email_templates/pull_request_comment.mako:24
7777 8127 #, python-format
7778 8128 msgid ""
7779 8129 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (status: "
7780 8130 "%(status)s)"
7781 8131 msgstr ""
7782 8132
7783 #: rhodecode/templates/email_templates/pull_request_comment.mako:25
7784 #: rhodecode/templates/email_templates/pull_request_comment.mako:82
8133 #: rhodecode/templates/email_templates/pull_request_comment.mako:26
8134 #: rhodecode/templates/email_templates/pull_request_comment.mako:83
7785 8135 #, python-format
7786 8136 msgid "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\""
7787 8137 msgstr ""
7788 8138
7789 #: rhodecode/templates/email_templates/pull_request_comment.mako:45
8139 #: rhodecode/templates/email_templates/pull_request_comment.mako:46
7790 8140 msgid "Source repository"
7791 8141 msgstr ""
7792 8142
7793 #: rhodecode/templates/email_templates/pull_request_comment.mako:54
8143 #: rhodecode/templates/email_templates/pull_request_comment.mako:55
7794 8144 #, python-format
7795 8145 msgid "%(user)s submitted pull request #%(pr_id)s status: *%(status)s*"
7796 8146 msgstr ""
7797 8147
7798 #: rhodecode/templates/email_templates/pull_request_comment.mako:56
8148 #: rhodecode/templates/email_templates/pull_request_comment.mako:57
7799 8149 #, python-format
7800 8150 msgid ""
7801 8151 "%(user)s submitted pull request #%(pr_id)s status: *%(status)s and closed*"
7802 8152 msgstr ""
7803 8153
7804 #: rhodecode/templates/email_templates/pull_request_comment.mako:80
8154 #: rhodecode/templates/email_templates/pull_request_comment.mako:81
7805 8155 #, python-format
7806 8156 msgid ""
7807 8157 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" "
7808 8158 "(file:`%(comment_file)s`)"
7809 8159 msgstr ""
7810 8160
7811 #: rhodecode/templates/email_templates/pull_request_comment.mako:86
8161 #: rhodecode/templates/email_templates/pull_request_comment.mako:87
7812 8162 #, python-format
7813 8163 msgid "submitted pull request status: %(status)s"
7814 8164 msgstr ""
7815 8165
7816 #: rhodecode/templates/email_templates/pull_request_comment.mako:88
8166 #: rhodecode/templates/email_templates/pull_request_comment.mako:89
7817 8167 #, python-format
7818 8168 msgid "submitted pull request status: %(status)s and closed"
7819 8169 msgstr ""
7820 8170
7821 #: rhodecode/templates/email_templates/pull_request_review.mako:5
7822 #, python-format
7823 msgid "%(user)s wants you to review pull request #%(pr_url)s: \"%(pr_title)s\""
7824 msgstr ""
7825
7826 #: rhodecode/templates/email_templates/pull_request_review.mako:17
8171 #: rhodecode/templates/email_templates/pull_request_comment.mako:95
8172 msgid "Submitted status"
8173 msgstr ""
8174
8175 #: rhodecode/templates/email_templates/pull_request_review.mako:14
8176 #, python-format
8177 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\""
8178 msgstr ""
8179
8180 #: rhodecode/templates/email_templates/pull_request_review.mako:34
7827 8181 #, python-format
7828 8182 msgid ""
7829 8183 "Pull request from %(source_ref_type)s:%(source_ref_name)s of %(repo_url)s "
7830 8184 "into %(target_ref_type)s:%(target_ref_name)s"
7831 8185 msgstr ""
7832 8186
7833 #: rhodecode/templates/email_templates/pull_request_review.mako:26
8187 #: rhodecode/templates/email_templates/pull_request_review.mako:37
7834 8188 msgid "Link"
7835 8189 msgstr ""
7836 8190
7837 #: rhodecode/templates/email_templates/pull_request_review.mako:35
8191 #: rhodecode/templates/email_templates/pull_request_review.mako:46
7838 8192 #, python-format
7839 8193 msgid "Commit (%(num)s)"
7840 8194 msgid_plural "Commits (%(num)s)"
7841 8195 msgstr[0] ""
7842 8196 msgstr[1] ""
7843 8197
7844 #: rhodecode/templates/email_templates/pull_request_review.mako:47
8198 #: rhodecode/templates/email_templates/pull_request_review.mako:71
7845 8199 #, python-format
7846 8200 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\"."
7847 8201 msgstr ""
7848 8202
7849 #: rhodecode/templates/email_templates/pull_request_review.mako:49
8203 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7850 8204 #, python-format
7851 8205 msgid "%(source_ref_type)s of %(source_repo_url)s"
7852 8206 msgstr ""
7853 8207
7854 #: rhodecode/templates/email_templates/pull_request_review.mako:50
8208 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7855 8209 #, python-format
7856 8210 msgid "%(target_ref_type)s of %(target_repo_url)s"
7857 8211 msgstr ""
7858 8212
7859 #: rhodecode/templates/email_templates/pull_request_review.mako:52
8213 #: rhodecode/templates/email_templates/pull_request_review.mako:76
7860 8214 #: rhodecode/templates/summary/components.html:95
7861 8215 #: rhodecode/templates/summary/components.html:98
7862 8216 #, python-format
@@ -8097,13 +8451,13 b' msgid "Delete file"'
8097 8451 msgstr ""
8098 8452
8099 8453 #: rhodecode/templates/files/files_delete.html:45
8100 #: rhodecode/templates/files/files_source.html:49
8454 #: rhodecode/templates/files/files_source.html:50
8101 8455 #, python-format
8102 8456 msgid "Binary file (%s)"
8103 8457 msgstr ""
8104 8458
8105 8459 #: rhodecode/templates/files/files_delete.html:50
8106 #: rhodecode/templates/files/files_source.html:61
8460 #: rhodecode/templates/files/files_source.html:62
8107 8461 msgid "File is too big to display"
8108 8462 msgstr ""
8109 8463
@@ -8173,44 +8527,44 b' msgid_plural "lines"'
8173 8527 msgstr[0] ""
8174 8528 msgstr[1] ""
8175 8529
8176 #: rhodecode/templates/files/files_source.html:12
8530 #: rhodecode/templates/files/files_source.html:13
8177 8531 msgid "History"
8178 8532 msgstr ""
8179 8533
8180 #: rhodecode/templates/files/files_source.html:15
8534 #: rhodecode/templates/files/files_source.html:16
8181 8535 #: rhodecode/templates/search/search_content.html:68
8182 8536 msgid "Show Full History"
8183 8537 msgstr ""
8184 8538
8185 #: rhodecode/templates/files/files_source.html:20
8539 #: rhodecode/templates/files/files_source.html:21
8186 8540 #: rhodecode/templates/search/search_content.html:70
8187 8541 msgid "Annotation"
8188 8542 msgstr ""
8189 8543
8190 #: rhodecode/templates/files/files_source.html:22
8544 #: rhodecode/templates/files/files_source.html:23
8191 8545 #: rhodecode/templates/search/search_content.html:71
8192 8546 msgid "Raw"
8193 8547 msgstr ""
8194 8548
8195 #: rhodecode/templates/files/files_source.html:24
8549 #: rhodecode/templates/files/files_source.html:25
8196 8550 #: rhodecode/templates/search/search_content.html:73
8197 8551 msgid "Download"
8198 8552 msgstr ""
8199 8553
8200 #: rhodecode/templates/files/files_source.html:31
8554 #: rhodecode/templates/files/files_source.html:32
8201 8555 #, python-format
8202 8556 msgid "Edit on Branch:%s"
8203 8557 msgstr ""
8204 8558
8205 #: rhodecode/templates/files/files_source.html:36
8559 #: rhodecode/templates/files/files_source.html:37
8206 8560 msgid "Editing binary files not allowed"
8207 8561 msgstr ""
8208 8562
8209 #: rhodecode/templates/files/files_source.html:39
8210 msgid "Editing files allowed only when on branch head commit"
8211 msgstr ""
8212
8213 8563 #: rhodecode/templates/files/files_source.html:40
8564 msgid "Editing files allowed only when on branch head commit"
8565 msgstr ""
8566
8567 #: rhodecode/templates/files/files_source.html:41
8214 8568 msgid "Deleting files allowed only when on branch head commit"
8215 8569 msgstr ""
8216 8570
1 NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file, binary diff hidden
This diff has been collapsed as it changes many lines, (1184 lines changed) Show them Hide them
@@ -8,8 +8,8 b' msgid ""'
8 8 msgstr ""
9 9 "Project-Id-Version: RhodeCode\n"
10 10 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
11 "POT-Creation-Date: 2016-08-02 20:55+0000\n"
12 "PO-Revision-Date: 2016-08-02 20:57+0000\n"
11 "POT-Creation-Date: 2016-09-15 14:11+0000\n"
12 "PO-Revision-Date: 2016-09-15 14:12+0000\n"
13 13 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
14 14 "Language-Team: Spanish (http://www.transifex.com/rhodecode/RhodeCode/language/es/)\n"
15 15 "MIME-Version: 1.0\n"
@@ -20,7 +20,7 b' msgstr ""'
20 20 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21 21
22 22 #: rhodecode/admin/navigation.py:74 rhodecode/authentication/routes.py:60
23 #: rhodecode/integrations/views.py:126
23 #: rhodecode/integrations/views.py:168
24 24 #: rhodecode/templates/admin/permissions/permissions.html:36
25 25 msgid "Global"
26 26 msgstr ""
@@ -43,7 +43,8 b' msgstr ""'
43 43 msgid "Issue Tracker"
44 44 msgstr ""
45 45
46 #: rhodecode/admin/navigation.py:80 rhodecode/templates/register.html:76
46 #: rhodecode/admin/navigation.py:80 rhodecode/integrations/types/email.py:232
47 #: rhodecode/templates/register.html:76
47 48 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
48 49 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
49 50 #: rhodecode/templates/admin/users/user_add.html:86
@@ -63,12 +64,18 b' msgid "Full Text Search"'
63 64 msgstr ""
64 65
65 66 #: rhodecode/admin/navigation.py:83
66 #: rhodecode/templates/admin/integrations/base.html:21
67 #: rhodecode/templates/admin/integrations/edit.html:8
68 #: rhodecode/templates/admin/integrations/edit.html:19
69 #: rhodecode/templates/admin/integrations/list.html:15
70 #: rhodecode/templates/admin/integrations/list.html:19
71 #: rhodecode/templates/admin/integrations/list.html:26
67 #: rhodecode/templates/admin/integrations/base.html:23
68 #: rhodecode/templates/admin/integrations/form.html:8
69 #: rhodecode/templates/admin/integrations/form.html:21
70 #: rhodecode/templates/admin/integrations/form.html:32
71 #: rhodecode/templates/admin/integrations/list.html:21
72 #: rhodecode/templates/admin/integrations/list.html:25
73 #: rhodecode/templates/admin/integrations/list.html:29
74 #: rhodecode/templates/admin/integrations/list.html:36
75 #: rhodecode/templates/admin/integrations/new.html:9
76 #: rhodecode/templates/admin/integrations/new.html:17
77 #: rhodecode/templates/admin/integrations/new.html:23
78 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:51
72 79 #: rhodecode/templates/admin/repos/repo_edit.html:72
73 80 #: rhodecode/templates/base/base.html:84
74 81 msgid "Integrations"
@@ -91,9 +98,9 b' msgstr ""'
91 98 msgid "Enable or disable this authentication plugin."
92 99 msgstr ""
93 100
94 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:37
95 #: rhodecode/templates/admin/integrations/list.html:62
96 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
101 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:32
102 #: rhodecode/model/validation_schema/schemas/integration_schema.py:197
103 #: rhodecode/templates/admin/integrations/list.html:101
97 104 msgid "Enabled"
98 105 msgstr ""
99 106
@@ -396,12 +403,12 b' msgstr ""'
396 403
397 404 #: rhodecode/controllers/changeset.py:335
398 405 #: rhodecode/controllers/pullrequests.py:750
399 #: rhodecode/model/pull_request.py:843
406 #: rhodecode/model/pull_request.py:842
400 407 #, python-format
401 408 msgid "Status change %(transition_icon)s %(status)s"
402 409 msgstr "Cambio de estado %(transition_icon)s %(status)s"
403 410
404 #: rhodecode/controllers/changeset.py:372
411 #: rhodecode/controllers/changeset.py:373
405 412 msgid ""
406 413 "Changing the status of a commit associated with a closed pull request is not"
407 414 " allowed"
@@ -544,14 +551,14 b' msgstr ""'
544 551 msgid "Changesets"
545 552 msgstr "Conjuntos de cambios"
546 553
547 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:251
554 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:259
548 555 #: rhodecode/model/pull_request.py:1059 rhodecode/model/scm.py:780
549 #: rhodecode/templates/base/vcs_settings.html:138
556 #: rhodecode/templates/base/vcs_settings.html:185
550 557 msgid "Branches"
551 558 msgstr "Ramas"
552 559
553 560 #: rhodecode/controllers/files.py:1030 rhodecode/model/scm.py:795
554 #: rhodecode/templates/base/vcs_settings.html:163
561 #: rhodecode/templates/base/vcs_settings.html:210
555 562 msgid "Tags"
556 563 msgstr "Etiquetas"
557 564
@@ -657,30 +664,30 b' msgid "Close Pull Request"'
657 664 msgstr ""
658 665
659 666 #: rhodecode/controllers/pullrequests.py:754
660 #: rhodecode/model/pull_request.py:847
667 #: rhodecode/model/pull_request.py:846
661 668 msgid "Closing with"
662 669 msgstr "Cerrando con"
663 670
664 #: rhodecode/controllers/pullrequests.py:802
671 #: rhodecode/controllers/pullrequests.py:804
665 672 #, python-format
666 673 msgid ""
667 674 "Closing pull request on other statuses than rejected or approved is "
668 675 "forbidden. Calculated status from all reviewers is currently: %s"
669 676 msgstr "Está prohibido el cerrar solicitudes de extracción otros estados que no sean rechazado o aprobado. El estado calculado por parte de todos los revisadores es actualmente: %s"
670 677
671 #: rhodecode/controllers/summary.py:235
678 #: rhodecode/controllers/summary.py:243
672 679 msgid "Branch"
673 680 msgstr "Rama"
674 681
675 #: rhodecode/controllers/summary.py:236
682 #: rhodecode/controllers/summary.py:244
676 683 msgid "Tag"
677 684 msgstr "Etiqueta"
678 685
679 #: rhodecode/controllers/summary.py:237
686 #: rhodecode/controllers/summary.py:245
680 687 msgid "Bookmark"
681 688 msgstr "Marcador"
682 689
683 #: rhodecode/controllers/summary.py:252
690 #: rhodecode/controllers/summary.py:260
684 691 msgid "Closed branches"
685 692 msgstr "Ramas cerradas"
686 693
@@ -693,37 +700,37 b' msgid "Error occurred during update of d'
693 700 msgstr "Error ocurrido durante actalización de valores por defecto"
694 701
695 702 #: rhodecode/controllers/admin/gists.py:63
696 #: rhodecode/controllers/admin/my_account.py:307
703 #: rhodecode/controllers/admin/my_account.py:317
697 704 #: rhodecode/controllers/admin/users.py:431
698 705 msgid "forever"
699 706 msgstr "para siempre"
700 707
701 708 #: rhodecode/controllers/admin/gists.py:64
702 #: rhodecode/controllers/admin/my_account.py:308
709 #: rhodecode/controllers/admin/my_account.py:318
703 710 #: rhodecode/controllers/admin/users.py:432
704 711 msgid "5 minutes"
705 712 msgstr "5 minutos"
706 713
707 714 #: rhodecode/controllers/admin/gists.py:65
708 #: rhodecode/controllers/admin/my_account.py:309
715 #: rhodecode/controllers/admin/my_account.py:319
709 716 #: rhodecode/controllers/admin/users.py:433
710 717 msgid "1 hour"
711 718 msgstr "1 hora"
712 719
713 720 #: rhodecode/controllers/admin/gists.py:66
714 #: rhodecode/controllers/admin/my_account.py:310
721 #: rhodecode/controllers/admin/my_account.py:320
715 722 #: rhodecode/controllers/admin/users.py:434
716 723 msgid "1 day"
717 724 msgstr "1 día"
718 725
719 726 #: rhodecode/controllers/admin/gists.py:67
720 #: rhodecode/controllers/admin/my_account.py:311
727 #: rhodecode/controllers/admin/my_account.py:321
721 728 #: rhodecode/controllers/admin/users.py:435
722 729 msgid "1 month"
723 730 msgstr "1 mes"
724 731
725 732 #: rhodecode/controllers/admin/gists.py:71
726 #: rhodecode/controllers/admin/my_account.py:313
733 #: rhodecode/controllers/admin/my_account.py:323
727 734 #: rhodecode/controllers/admin/users.py:437
728 735 msgid "Lifetime"
729 736 msgstr "De por vida"
@@ -777,60 +784,61 b' msgstr "nunca"'
777 784 msgid "%(expiry)s - current value"
778 785 msgstr "%(expiry)s - valor actual"
779 786
780 #: rhodecode/controllers/admin/my_account.py:70
787 #: rhodecode/controllers/admin/my_account.py:74
781 788 msgid "You can't edit this user since it's crucial for entire application"
782 789 msgstr "Usted no puede editar este usuario porque es crucial para la aplicación entera"
783 790
784 #: rhodecode/controllers/admin/my_account.py:128
791 #: rhodecode/controllers/admin/my_account.py:132
785 792 msgid "Your account was updated successfully"
786 793 msgstr "Su cuenta fue actualizada exitosamente"
787 794
788 #: rhodecode/controllers/admin/my_account.py:143
795 #: rhodecode/controllers/admin/my_account.py:147
789 796 #: rhodecode/controllers/admin/users.py:218
790 797 #, python-format
791 798 msgid "Error occurred during update of user %s"
792 799 msgstr "Error ocurrido durante actualización de usuario %s"
793 800
794 #: rhodecode/controllers/admin/my_account.py:202
801 #: rhodecode/controllers/admin/my_account.py:213
802 #: rhodecode/controllers/admin/my_account.py:219
803 msgid "Error occurred during update of user password"
804 msgstr "Error ocurrido durante actualización de contraseña de usuario"
805
806 #: rhodecode/controllers/admin/my_account.py:226
795 807 msgid "Successfully updated password"
796 808 msgstr "Contraseña actualizada exitosamente"
797 809
798 #: rhodecode/controllers/admin/my_account.py:213
799 msgid "Error occurred during update of user password"
800 msgstr "Error ocurrido durante actualización de contraseña de usuario"
801
802 #: rhodecode/controllers/admin/my_account.py:261
810 #: rhodecode/controllers/admin/my_account.py:271
803 811 #: rhodecode/controllers/admin/users.py:611
804 812 #, python-format
805 813 msgid "Added new email address `%s` for user account"
806 814 msgstr ""
807 815
808 #: rhodecode/controllers/admin/my_account.py:268
816 #: rhodecode/controllers/admin/my_account.py:278
809 817 #: rhodecode/controllers/admin/users.py:618
810 818 msgid "An error occurred during email saving"
811 819 msgstr "Ocurrió un error durante guardado de correo electrónico"
812 820
813 #: rhodecode/controllers/admin/my_account.py:278
821 #: rhodecode/controllers/admin/my_account.py:288
814 822 #: rhodecode/controllers/admin/users.py:633
815 823 msgid "Removed email address from user account"
816 824 msgstr ""
817 825
818 #: rhodecode/controllers/admin/my_account.py:316
826 #: rhodecode/controllers/admin/my_account.py:326
819 827 #: rhodecode/controllers/admin/users.py:440
820 828 msgid "Role"
821 829 msgstr "Rol"
822 830
823 #: rhodecode/controllers/admin/my_account.py:329
831 #: rhodecode/controllers/admin/my_account.py:339
824 832 #: rhodecode/controllers/admin/users.py:464
825 833 msgid "Auth token successfully created"
826 834 msgstr "Ficha de autenticación creada exitosamente"
827 835
828 #: rhodecode/controllers/admin/my_account.py:342
836 #: rhodecode/controllers/admin/my_account.py:352
829 837 #: rhodecode/controllers/admin/users.py:483
830 838 msgid "Auth token successfully reset"
831 839 msgstr "Ficha de autenticación reiniciada exitosamente"
832 840
833 #: rhodecode/controllers/admin/my_account.py:346
841 #: rhodecode/controllers/admin/my_account.py:356
834 842 #: rhodecode/controllers/admin/users.py:487
835 843 msgid "Auth token successfully deleted"
836 844 msgstr "Ficha de autenticación eliminada exitosamente"
@@ -1050,18 +1058,18 b' msgid "Error occurred during deleting is'
1050 1058 msgstr "Error ocurrido al eliminar entrada en el seguidor de incidencias"
1051 1059
1052 1060 #: rhodecode/controllers/admin/repos.py:721
1053 #: rhodecode/controllers/admin/settings.py:363
1061 #: rhodecode/controllers/admin/settings.py:366
1054 1062 msgid "Removed issue tracker entry"
1055 1063 msgstr "Se eliminó entrada en el seguidor de incidencias"
1056 1064
1057 1065 #: rhodecode/controllers/admin/repos.py:751
1058 #: rhodecode/controllers/admin/settings.py:409
1066 #: rhodecode/controllers/admin/settings.py:412
1059 1067 msgid "Updated issue tracker entries"
1060 1068 msgstr "Se actualizaron entradas en el seguidor de incidencias"
1061 1069
1062 1070 #: rhodecode/controllers/admin/repos.py:812
1063 #: rhodecode/controllers/admin/settings.py:142
1064 #: rhodecode/controllers/admin/settings.py:719
1071 #: rhodecode/controllers/admin/settings.py:143
1072 #: rhodecode/controllers/admin/settings.py:722
1065 1073 msgid "Some form inputs contain invalid data."
1066 1074 msgstr "Algunos campos de entrada contienen datos inválidos"
1067 1075
@@ -1070,86 +1078,70 b' msgid "Error occurred during updating re'
1070 1078 msgstr "Error ocurrido al actualizar ajustes VCS del repositorio"
1071 1079
1072 1080 #: rhodecode/controllers/admin/repos.py:834
1073 #: rhodecode/controllers/admin/settings.py:168
1081 #: rhodecode/controllers/admin/settings.py:171
1074 1082 msgid "Updated VCS settings"
1075 1083 msgstr "Se actualizaron ajustes VCS"
1076 1084
1077 #: rhodecode/controllers/admin/settings.py:164
1078 #: rhodecode/controllers/admin/settings.py:267
1085 #: rhodecode/controllers/admin/settings.py:167
1086 #: rhodecode/controllers/admin/settings.py:270
1079 1087 msgid "Error occurred during updating application settings"
1080 1088 msgstr "Error ocurrido durante actualización de ajustes de aplicación"
1081 1089
1082 #: rhodecode/controllers/admin/settings.py:211
1090 #: rhodecode/controllers/admin/settings.py:214
1083 1091 #, python-format
1084 1092 msgid "Repositories successfully rescanned added: %s ; removed: %s"
1085 1093 msgstr "Repositorios reescaneados exitosamente agregados: %s ; eliminados: %s"
1086 1094
1087 #: rhodecode/controllers/admin/settings.py:263
1095 #: rhodecode/controllers/admin/settings.py:266
1088 1096 msgid "Updated application settings"
1089 1097 msgstr "Se actualizaron los ajustes de aplicación"
1090 1098
1091 #: rhodecode/controllers/admin/settings.py:327
1099 #: rhodecode/controllers/admin/settings.py:330
1092 1100 msgid "Updated visualisation settings"
1093 1101 msgstr "Se actualizaron los ajustes de visualización"
1094 1102
1095 #: rhodecode/controllers/admin/settings.py:330
1103 #: rhodecode/controllers/admin/settings.py:333
1096 1104 msgid "Error occurred during updating visualisation settings"
1097 1105 msgstr "Error ocurrido al actualizar ajustes de visualización"
1098 1106
1099 #: rhodecode/controllers/admin/settings.py:422
1107 #: rhodecode/controllers/admin/settings.py:425
1100 1108 msgid "Please enter email address"
1101 1109 msgstr "Por favor ingrese una dirección de correo electrónico"
1102 1110
1103 #: rhodecode/controllers/admin/settings.py:440
1111 #: rhodecode/controllers/admin/settings.py:443
1104 1112 msgid "Send email task created"
1105 1113 msgstr "Tarea de envío de correo electrónico creada"
1106 1114
1107 #: rhodecode/controllers/admin/settings.py:473
1115 #: rhodecode/controllers/admin/settings.py:476
1108 1116 msgid "Added new hook"
1109 1117 msgstr "Se agregó nuevo gancho"
1110 1118
1111 #: rhodecode/controllers/admin/settings.py:488
1119 #: rhodecode/controllers/admin/settings.py:491
1112 1120 msgid "Updated hooks"
1113 1121 msgstr "Se actualizaron ganchos"
1114 1122
1115 #: rhodecode/controllers/admin/settings.py:492
1123 #: rhodecode/controllers/admin/settings.py:495
1116 1124 msgid "Error occurred during hook creation"
1117 1125 msgstr "Error ocurrido durante creación de gancho"
1118 1126
1119 #: rhodecode/controllers/admin/settings.py:540
1127 #: rhodecode/controllers/admin/settings.py:543
1120 1128 #, python-format
1121 1129 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
1122 1130 msgstr "Crítico: su espacio en disco está demasiado bajo <b>%s%%</b> usedpercent"
1123 1131
1124 #: rhodecode/controllers/admin/settings.py:544
1132 #: rhodecode/controllers/admin/settings.py:547
1125 1133 #, python-format
1126 1134 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
1127 1135 msgstr "Advertencia: su espacio en disco está bajo <b>%s%%</b> usedpercent"
1128 1136
1129 #: rhodecode/controllers/admin/settings.py:740
1137 #: rhodecode/controllers/admin/settings.py:743
1130 1138 msgid "Error occurred during updating labs settings"
1131 1139 msgstr "Error ocurrido al actiualizar ajustes de laboratorios"
1132 1140
1133 #: rhodecode/controllers/admin/settings.py:745
1141 #: rhodecode/controllers/admin/settings.py:748
1134 1142 msgid "Updated Labs settings"
1135 1143 msgstr "Se Actualizaron Ajustes de Laboratorios"
1136 1144
1137 #: rhodecode/controllers/admin/settings.py:795
1138 msgid "Subversion HTTP Support"
1139 msgstr "Soporte Subversion HTTP"
1140
1141 #: rhodecode/controllers/admin/settings.py:796
1142 msgid "Proxy subversion HTTP requests"
1143 msgstr "Solicitudes por proxy HTTP subversion"
1144
1145 #: rhodecode/controllers/admin/settings.py:802
1146 msgid "Subversion HTTP Server URL"
1147 msgstr "URL de Servidor HTTP Subversion"
1148
1149 #: rhodecode/controllers/admin/settings.py:804
1150 msgid "e.g. http://localhost:8080/"
1151 msgstr "p.e. http://localhost:8080/"
1152
1153 1145 #: rhodecode/controllers/admin/user_groups.py:168
1154 1146 #, python-format
1155 1147 msgid "Created user group %(user_group_link)s"
@@ -1332,38 +1324,50 b' msgstr ""'
1332 1324 msgid "pullrequest commented"
1333 1325 msgstr ""
1334 1326
1335 #: rhodecode/events/repo.py:135
1327 #: rhodecode/events/repo.py:136
1336 1328 msgid "repository pre create"
1337 1329 msgstr ""
1338 1330
1339 #: rhodecode/events/repo.py:144
1331 #: rhodecode/events/repo.py:145
1340 1332 msgid "repository created"
1341 1333 msgstr ""
1342 1334
1343 #: rhodecode/events/repo.py:153
1335 #: rhodecode/events/repo.py:154
1344 1336 msgid "repository pre delete"
1345 1337 msgstr ""
1346 1338
1347 #: rhodecode/events/repo.py:162
1339 #: rhodecode/events/repo.py:163
1348 1340 msgid "repository deleted"
1349 1341 msgstr ""
1350 1342
1351 #: rhodecode/events/repo.py:193
1343 #: rhodecode/events/repo.py:199
1352 1344 msgid "repository pre pull"
1353 1345 msgstr ""
1354 1346
1355 #: rhodecode/events/repo.py:202
1347 #: rhodecode/events/repo.py:208
1356 1348 msgid "repository pull"
1357 1349 msgstr ""
1358 1350
1359 #: rhodecode/events/repo.py:211
1351 #: rhodecode/events/repo.py:217
1360 1352 msgid "repository pre push"
1361 1353 msgstr ""
1362 1354
1363 #: rhodecode/events/repo.py:222
1355 #: rhodecode/events/repo.py:228
1364 1356 msgid "repository push"
1365 1357 msgstr ""
1366 1358
1359 #: rhodecode/events/repo_group.py:62
1360 msgid "repository group created"
1361 msgstr ""
1362
1363 #: rhodecode/events/repo_group.py:71
1364 msgid "repository group deleted"
1365 msgstr ""
1366
1367 #: rhodecode/events/repo_group.py:80
1368 msgid "repository group update"
1369 msgstr ""
1370
1367 1371 #: rhodecode/events/user.py:34
1368 1372 msgid "user registered"
1369 1373 msgstr ""
@@ -1376,42 +1380,202 b' msgstr ""'
1376 1380 msgid "user pre update"
1377 1381 msgstr ""
1378 1382
1379 #: rhodecode/integrations/schema.py:35
1383 #: rhodecode/forms/__init__.py:32 rhodecode/templates/admin/gists/new.html:62
1384 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
1385 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
1386 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
1387 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
1388 #: rhodecode/templates/admin/permissions/permissions_application.html:51
1389 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
1390 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
1391 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
1392 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
1393 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
1394 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
1395 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
1396 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
1397 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
1398 #: rhodecode/templates/admin/settings/settings_global.html:110
1399 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
1400 #: rhodecode/templates/admin/settings/settings_labs.html:49
1401 #: rhodecode/templates/admin/settings/settings_vcs.html:14
1402 #: rhodecode/templates/admin/settings/settings_visual.html:220
1403 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
1404 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
1405 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
1406 #: rhodecode/templates/admin/users/user_edit_emails.html:63
1407 #: rhodecode/templates/admin/users/user_edit_ips.html:70
1408 #: rhodecode/templates/admin/users/user_edit_profile.html:135
1409 #: rhodecode/templates/base/default_perms_box.html:89
1410 msgid "Reset"
1411 msgstr ""
1412
1413 #: rhodecode/forms/__init__.py:33 rhodecode/templates/admin/gists/show.html:49
1414 #: rhodecode/templates/admin/integrations/list.html:211
1415 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
1416 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
1417 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:62
1418 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
1419 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
1420 #: rhodecode/templates/admin/settings/settings_hooks.html:46
1421 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
1422 #: rhodecode/templates/admin/users/user_edit_emails.html:31
1423 #: rhodecode/templates/admin/users/user_edit_ips.html:34
1424 #: rhodecode/templates/base/issue_tracker_settings.html:70
1425 #: rhodecode/templates/base/vcs_settings.html:194
1426 #: rhodecode/templates/base/vcs_settings.html:219
1427 #: rhodecode/templates/changeset/changeset_file_comment.html:49
1428 #: rhodecode/templates/changeset/changeset_file_comment.html:99
1429 #: rhodecode/templates/data_table/_dt_elements.html:119
1430 #: rhodecode/templates/data_table/_dt_elements.html:176
1431 #: rhodecode/templates/data_table/_dt_elements.html:190
1432 #: rhodecode/templates/data_table/_dt_elements.html:202
1433 #: rhodecode/templates/debug_style/buttons.html:132
1434 #: rhodecode/templates/files/files_source.html:34
1435 #: rhodecode/templates/files/files_source.html:38
1436 #: rhodecode/templates/files/files_source.html:41
1437 msgid "Delete"
1438 msgstr ""
1439
1440 #: rhodecode/integrations/schema.py:30
1441 #: rhodecode/model/validation_schema/schemas/integration_schema.py:195
1380 1442 msgid "Enable or disable this integration."
1381 1443 msgstr ""
1382 1444
1383 #: rhodecode/integrations/schema.py:42
1445 #: rhodecode/integrations/schema.py:37
1446 #: rhodecode/model/validation_schema/schemas/integration_schema.py:176
1384 1447 msgid "Short name for this integration."
1385 1448 msgstr ""
1386 1449
1387 #: rhodecode/integrations/schema.py:44
1450 #: rhodecode/integrations/schema.py:39
1451 #: rhodecode/model/validation_schema/schemas/integration_schema.py:178
1388 1452 msgid "Integration name"
1389 1453 msgstr ""
1390 1454
1455 #: rhodecode/integrations/schema.py:51
1456 msgid ""
1457 "Limit integrations to to work only on the direct children repositories of "
1458 "this repository group (no subgroups)"
1459 msgstr ""
1460
1461 #: rhodecode/integrations/schema.py:55
1462 msgid "Limit to childen repos only"
1463 msgstr ""
1464
1465 #: rhodecode/integrations/schema.py:63
1466 msgid "Limit integrations to to work only on root level repositories"
1467 msgstr ""
1468
1469 #: rhodecode/integrations/schema.py:66
1470 msgid "Root repositories only"
1471 msgstr ""
1472
1473 #: rhodecode/integrations/views.py:162
1474 msgid "{repo_name} repository"
1475 msgstr ""
1476
1477 #: rhodecode/integrations/views.py:165
1478 msgid "{repo_group_name} repo group"
1479 msgstr ""
1480
1391 1481 #: rhodecode/integrations/views.py:172
1482 msgid "{name} integration"
1483 msgstr ""
1484
1485 #: rhodecode/integrations/views.py:186
1392 1486 msgid "Integration {integration_name} deleted successfully."
1393 1487 msgstr ""
1394 1488
1395 #: rhodecode/integrations/views.py:200
1489 #: rhodecode/integrations/views.py:266
1396 1490 msgid ""
1397 1491 "Errors exist when saving integration settings. Please check the form inputs."
1398 1492 msgstr ""
1399 1493
1400 #: rhodecode/integrations/views.py:220
1494 #: rhodecode/integrations/views.py:292
1401 1495 msgid "Integration {integration_name} updated successfully."
1402 1496 msgstr ""
1403 1497
1498 #: rhodecode/integrations/types/email.py:214
1499 msgid "Recipients"
1500 msgstr ""
1501
1502 #: rhodecode/integrations/types/email.py:215
1503 msgid "Email addresses to send push events to"
1504 msgstr ""
1505
1506 #: rhodecode/integrations/types/email.py:220
1507 #: rhodecode/integrations/types/email.py:221
1508 msgid "Email address"
1509 msgstr ""
1510
1511 #: rhodecode/integrations/types/email.py:233
1512 msgid "Send repo push summaries to a list of recipients via email"
1513 msgstr ""
1514
1515 #: rhodecode/integrations/types/hipchat.py:43
1516 msgid "Yellow"
1517 msgstr ""
1518
1519 #: rhodecode/integrations/types/hipchat.py:44
1520 msgid "Red"
1521 msgstr ""
1522
1523 #: rhodecode/integrations/types/hipchat.py:45
1524 msgid "Green"
1525 msgstr ""
1526
1527 #: rhodecode/integrations/types/hipchat.py:46
1528 msgid "Purple"
1529 msgstr ""
1530
1531 #: rhodecode/integrations/types/hipchat.py:47
1532 msgid "Gray"
1533 msgstr ""
1534
1535 #: rhodecode/integrations/types/hipchat.py:52
1536 msgid "Hipchat server URL"
1537 msgstr ""
1538
1539 #: rhodecode/integrations/types/hipchat.py:53
1540 msgid "Hipchat integration url."
1541 msgstr ""
1542
1543 #: rhodecode/integrations/types/hipchat.py:63
1544 msgid "Notify"
1545 msgstr ""
1546
1547 #: rhodecode/integrations/types/hipchat.py:64
1548 msgid "Make a notification to the users in room."
1549 msgstr ""
1550
1551 #: rhodecode/integrations/types/hipchat.py:70
1552 msgid "Color"
1553 msgstr ""
1554
1555 #: rhodecode/integrations/types/hipchat.py:71
1556 msgid "Background color of message."
1557 msgstr ""
1558
1559 #: rhodecode/integrations/types/hipchat.py:99
1560 msgid "Hipchat"
1561 msgstr ""
1562
1563 #: rhodecode/integrations/types/hipchat.py:100
1564 msgid ""
1565 "Send events such as repo pushes and pull requests to your hipchat channel."
1566 msgstr ""
1567
1568 #: rhodecode/integrations/types/slack.py:44
1569 msgid "Slack service URL"
1570 msgstr ""
1571
1404 1572 #: rhodecode/integrations/types/slack.py:45
1405 msgid "Slack service URL"
1406 msgstr ""
1407
1408 #: rhodecode/integrations/types/slack.py:46
1409 1573 msgid ""
1410 1574 "This can be setup at the <a href=\"https://my.slack.com/services/new"
1411 1575 "/incoming-webhook/\">slack app manager</a>"
1412 1576 msgstr ""
1413 1577
1414 #: rhodecode/integrations/types/slack.py:59 rhodecode/templates/login.html:43
1578 #: rhodecode/integrations/types/slack.py:58 rhodecode/templates/login.html:43
1415 1579 #: rhodecode/templates/register.html:41
1416 1580 #: rhodecode/templates/admin/admin_log.html:7
1417 1581 #: rhodecode/templates/admin/my_account/my_account_profile.html:24
@@ -1427,35 +1591,40 b' msgstr ""'
1427 1591 msgid "Username"
1428 1592 msgstr ""
1429 1593
1430 #: rhodecode/integrations/types/slack.py:60
1594 #: rhodecode/integrations/types/slack.py:59
1431 1595 msgid "Username to show notifications coming from."
1432 1596 msgstr ""
1433 1597
1598 #: rhodecode/integrations/types/slack.py:68
1599 msgid "Channel"
1600 msgstr ""
1601
1434 1602 #: rhodecode/integrations/types/slack.py:69
1435 msgid "Channel"
1436 msgstr ""
1437
1438 #: rhodecode/integrations/types/slack.py:70
1439 1603 msgid "Channel to send notifications to."
1440 1604 msgstr ""
1441 1605
1606 #: rhodecode/integrations/types/slack.py:78
1607 msgid "Emoji"
1608 msgstr ""
1609
1442 1610 #: rhodecode/integrations/types/slack.py:79
1443 msgid "Emoji"
1444 msgstr ""
1445
1446 #: rhodecode/integrations/types/slack.py:80
1447 1611 msgid "Emoji to use eg. :studio_microphone:"
1448 1612 msgstr ""
1449 1613
1450 #: rhodecode/integrations/types/slack.py:107
1614 #: rhodecode/integrations/types/slack.py:101
1451 1615 msgid "Slack"
1452 1616 msgstr ""
1453 1617
1618 #: rhodecode/integrations/types/slack.py:102
1619 msgid ""
1620 "Send events such as repo pushes and pull requests to your slack channel."
1621 msgstr ""
1622
1623 #: rhodecode/integrations/types/webhook.py:40
1624 msgid "Webhook URL"
1625 msgstr ""
1626
1454 1627 #: rhodecode/integrations/types/webhook.py:41
1455 msgid "Webhook URL"
1456 msgstr ""
1457
1458 #: rhodecode/integrations/types/webhook.py:42
1459 1628 msgid "URL of the webhook to receive POST event."
1460 1629 msgstr ""
1461 1630
@@ -1467,10 +1636,14 b' msgstr ""'
1467 1636 msgid "String used to validate received payloads."
1468 1637 msgstr ""
1469 1638
1470 #: rhodecode/integrations/types/webhook.py:62
1639 #: rhodecode/integrations/types/webhook.py:65
1471 1640 msgid "Webhook"
1472 1641 msgstr ""
1473 1642
1643 #: rhodecode/integrations/types/webhook.py:66
1644 msgid "Post json events to a webhook endpoint"
1645 msgstr ""
1646
1474 1647 #: rhodecode/lib/action_parser.py:89
1475 1648 msgid "[deleted] repository"
1476 1649 msgstr "[deleted] repositorio"
@@ -1594,80 +1767,80 b' msgstr ""'
1594 1767 msgid "Commit not found"
1595 1768 msgstr ""
1596 1769
1597 #: rhodecode/lib/auth.py:1180
1770 #: rhodecode/lib/auth.py:1185
1598 1771 #, python-format
1599 1772 msgid "IP %s not allowed"
1600 1773 msgstr "IP %s no permitida"
1601 1774
1602 #: rhodecode/lib/auth.py:1254
1775 #: rhodecode/lib/auth.py:1259
1603 1776 msgid "You need to be a registered user to perform this action"
1604 1777 msgstr "Usted necesita ser un usuario registrado para llevar a cabo esta acción"
1605 1778
1606 #: rhodecode/lib/auth.py:1302
1779 #: rhodecode/lib/auth.py:1307
1607 1780 #, python-format
1608 1781 msgid "Action not supported for %s."
1609 1782 msgstr "Acción no soportada para %s"
1610 1783
1611 #: rhodecode/lib/auth.py:1339
1784 #: rhodecode/lib/auth.py:1344
1612 1785 msgid "You need to be signed in to view this page"
1613 1786 msgstr "Usted necesita estar en sesión para ver esta página"
1614 1787
1615 #: rhodecode/lib/base.py:545
1788 #: rhodecode/lib/base.py:550
1616 1789 #, python-format
1617 1790 msgid "The repository at %(repo_name)s cannot be located."
1618 1791 msgstr ""
1619 1792
1620 #: rhodecode/lib/diffs.py:56
1793 #: rhodecode/lib/diffs.py:62
1621 1794 msgid "Click to comment"
1622 1795 msgstr ""
1623 1796
1624 #: rhodecode/lib/diffs.py:71
1797 #: rhodecode/lib/diffs.py:77
1625 1798 msgid "Binary file"
1626 1799 msgstr ""
1627 1800
1628 #: rhodecode/lib/diffs.py:91
1801 #: rhodecode/lib/diffs.py:98
1629 1802 msgid ""
1630 1803 "Changeset was too big and was cut off, use diff menu to display this diff"
1631 1804 msgstr ""
1632 1805
1633 #: rhodecode/lib/diffs.py:102
1806 #: rhodecode/lib/diffs.py:109
1634 1807 msgid "No changes detected"
1635 1808 msgstr ""
1636 1809
1637 #: rhodecode/lib/diffs.py:631
1810 #: rhodecode/lib/diffs.py:643
1638 1811 msgid "Click to select line"
1639 1812 msgstr ""
1640 1813
1641 #: rhodecode/lib/helpers.py:1481
1814 #: rhodecode/lib/helpers.py:1489
1642 1815 #, python-format
1643 1816 msgid " and %s more"
1644 1817 msgstr ""
1645 1818
1646 #: rhodecode/lib/helpers.py:1485
1819 #: rhodecode/lib/helpers.py:1493
1647 1820 msgid "No Files"
1648 1821 msgstr ""
1649 1822
1650 #: rhodecode/lib/helpers.py:1558
1823 #: rhodecode/lib/helpers.py:1566
1651 1824 msgid "new file"
1652 1825 msgstr ""
1653 1826
1654 #: rhodecode/lib/helpers.py:1561
1827 #: rhodecode/lib/helpers.py:1569
1655 1828 msgid "mod"
1656 1829 msgstr ""
1657 1830
1658 #: rhodecode/lib/helpers.py:1564
1659 msgid "del"
1660 msgstr ""
1661
1662 #: rhodecode/lib/helpers.py:1567
1663 msgid "rename"
1664 msgstr ""
1665
1666 1831 #: rhodecode/lib/helpers.py:1572
1832 msgid "del"
1833 msgstr ""
1834
1835 #: rhodecode/lib/helpers.py:1575
1836 msgid "rename"
1837 msgstr ""
1838
1839 #: rhodecode/lib/helpers.py:1580
1667 1840 msgid "chmod"
1668 1841 msgstr ""
1669 1842
1670 #: rhodecode/lib/helpers.py:1819
1843 #: rhodecode/lib/helpers.py:1827
1671 1844 msgid ""
1672 1845 "Example filter terms:\n"
1673 1846 " repository:vcs\n"
@@ -1686,91 +1859,91 b' msgid ""'
1686 1859 " \"username:test AND repository:test*\"\n"
1687 1860 msgstr ""
1688 1861
1689 #: rhodecode/lib/helpers.py:1839
1862 #: rhodecode/lib/helpers.py:1847
1690 1863 #, python-format
1691 1864 msgid ""
1692 1865 "%s repository is not mapped to db perhaps it was created or renamed from the"
1693 1866 " filesystem please run the application again in order to rescan repositories"
1694 1867 msgstr ""
1695 1868
1696 #: rhodecode/lib/utils2.py:454
1869 #: rhodecode/lib/utils2.py:463
1697 1870 #, python-format
1698 1871 msgid "%d year"
1699 1872 msgid_plural "%d years"
1700 1873 msgstr[0] ""
1701 1874 msgstr[1] ""
1702 1875
1703 #: rhodecode/lib/utils2.py:455
1876 #: rhodecode/lib/utils2.py:464
1704 1877 #, python-format
1705 1878 msgid "%d month"
1706 1879 msgid_plural "%d months"
1707 1880 msgstr[0] ""
1708 1881 msgstr[1] ""
1709 1882
1710 #: rhodecode/lib/utils2.py:456
1883 #: rhodecode/lib/utils2.py:465
1711 1884 #, python-format
1712 1885 msgid "%d day"
1713 1886 msgid_plural "%d days"
1714 1887 msgstr[0] ""
1715 1888 msgstr[1] ""
1716 1889
1717 #: rhodecode/lib/utils2.py:457
1890 #: rhodecode/lib/utils2.py:466
1718 1891 #, python-format
1719 1892 msgid "%d hour"
1720 1893 msgid_plural "%d hours"
1721 1894 msgstr[0] ""
1722 1895 msgstr[1] ""
1723 1896
1724 #: rhodecode/lib/utils2.py:458
1897 #: rhodecode/lib/utils2.py:467
1725 1898 #, python-format
1726 1899 msgid "%d minute"
1727 1900 msgid_plural "%d minutes"
1728 1901 msgstr[0] ""
1729 1902 msgstr[1] ""
1730 1903
1731 #: rhodecode/lib/utils2.py:459
1904 #: rhodecode/lib/utils2.py:468
1732 1905 #, python-format
1733 1906 msgid "%d second"
1734 1907 msgid_plural "%d seconds"
1735 1908 msgstr[0] ""
1736 1909 msgstr[1] ""
1737 1910
1738 #: rhodecode/lib/utils2.py:477
1911 #: rhodecode/lib/utils2.py:486
1739 1912 #, python-format
1740 1913 msgid "in %s"
1741 1914 msgstr ""
1742 1915
1743 #: rhodecode/lib/utils2.py:483
1916 #: rhodecode/lib/utils2.py:492
1744 1917 #, python-format
1745 1918 msgid "%s ago"
1746 1919 msgstr ""
1747 1920
1748 #: rhodecode/lib/utils2.py:493
1921 #: rhodecode/lib/utils2.py:502
1749 1922 #, python-format
1750 1923 msgid "%s, %s ago"
1751 1924 msgstr ""
1752 1925
1753 #: rhodecode/lib/utils2.py:495
1926 #: rhodecode/lib/utils2.py:504
1754 1927 #, python-format
1755 1928 msgid "in %s, %s"
1756 1929 msgstr ""
1757 1930
1758 #: rhodecode/lib/utils2.py:497
1931 #: rhodecode/lib/utils2.py:506
1759 1932 #, python-format
1760 1933 msgid "%s and %s"
1761 1934 msgstr ""
1762 1935
1763 #: rhodecode/lib/utils2.py:499
1936 #: rhodecode/lib/utils2.py:508
1764 1937 #, python-format
1765 1938 msgid "%s and %s ago"
1766 1939 msgstr ""
1767 1940
1768 #: rhodecode/lib/utils2.py:501
1941 #: rhodecode/lib/utils2.py:510
1769 1942 #, python-format
1770 1943 msgid "in %s and %s"
1771 1944 msgstr ""
1772 1945
1773 #: rhodecode/lib/utils2.py:505 rhodecode/public/js/scripts.js:25035
1946 #: rhodecode/lib/utils2.py:514 rhodecode/public/js/scripts.js:25035
1774 1947 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:49
1775 1948 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:174
1776 1949 msgid "just now"
@@ -1800,7 +1973,9 b' msgstr ""'
1800 1973 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
1801 1974 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971
1802 1975 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2293
1803 #: rhodecode/model/db.py:2285
1976 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2285
1977 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2285
1978 #: rhodecode/model/db.py:2287
1804 1979 msgid "Repository no access"
1805 1980 msgstr ""
1806 1981
@@ -1828,7 +2003,9 b' msgstr ""'
1828 2003 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
1829 2004 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972
1830 2005 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2294
1831 #: rhodecode/model/db.py:2286
2006 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2286
2007 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2286
2008 #: rhodecode/model/db.py:2288
1832 2009 msgid "Repository read access"
1833 2010 msgstr ""
1834 2011
@@ -1856,7 +2033,9 b' msgstr ""'
1856 2033 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1857 2034 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973
1858 2035 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2295
1859 #: rhodecode/model/db.py:2287
2036 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2287
2037 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2287
2038 #: rhodecode/model/db.py:2289
1860 2039 msgid "Repository write access"
1861 2040 msgstr ""
1862 2041
@@ -1884,7 +2063,9 b' msgstr ""'
1884 2063 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1885 2064 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974
1886 2065 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2296
1887 #: rhodecode/model/db.py:2288
2066 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2288
2067 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2288
2068 #: rhodecode/model/db.py:2290
1888 2069 msgid "Repository admin access"
1889 2070 msgstr ""
1890 2071
@@ -1952,7 +2133,9 b' msgstr ""'
1952 2133 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
1953 2134 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992
1954 2135 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2314
1955 #: rhodecode/model/db.py:2306
2136 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2306
2137 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2306
2138 #: rhodecode/model/db.py:2308
1956 2139 msgid "Repository creation disabled"
1957 2140 msgstr ""
1958 2141
@@ -1980,7 +2163,9 b' msgstr ""'
1980 2163 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
1981 2164 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993
1982 2165 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2315
1983 #: rhodecode/model/db.py:2307
2166 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2307
2167 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2307
2168 #: rhodecode/model/db.py:2309
1984 2169 msgid "Repository creation enabled"
1985 2170 msgstr ""
1986 2171
@@ -2008,7 +2193,9 b' msgstr ""'
2008 2193 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
2009 2194 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997
2010 2195 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2319
2011 #: rhodecode/model/db.py:2311
2196 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2311
2197 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2311
2198 #: rhodecode/model/db.py:2313
2012 2199 msgid "Repository forking disabled"
2013 2200 msgstr ""
2014 2201
@@ -2036,7 +2223,9 b' msgstr ""'
2036 2223 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
2037 2224 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998
2038 2225 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2320
2039 #: rhodecode/model/db.py:2312
2226 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2312
2227 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2312
2228 #: rhodecode/model/db.py:2314
2040 2229 msgid "Repository forking enabled"
2041 2230 msgstr ""
2042 2231
@@ -2085,7 +2274,9 b' msgstr ""'
2085 2274 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
2086 2275 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343
2087 2276 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2952
2088 #: rhodecode/model/db.py:2944
2277 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2946
2278 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2946
2279 #: rhodecode/model/db.py:2948
2089 2280 msgid "Not Reviewed"
2090 2281 msgstr ""
2091 2282
@@ -2113,7 +2304,9 b' msgstr ""'
2113 2304 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
2114 2305 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344
2115 2306 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2953
2116 #: rhodecode/model/db.py:2945
2307 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2947
2308 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2947
2309 #: rhodecode/model/db.py:2949
2117 2310 msgid "Approved"
2118 2311 msgstr ""
2119 2312
@@ -2141,7 +2334,9 b' msgstr ""'
2141 2334 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
2142 2335 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
2143 2336 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2954
2144 #: rhodecode/model/db.py:2946
2337 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2948
2338 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2948
2339 #: rhodecode/model/db.py:2950
2145 2340 msgid "Rejected"
2146 2341 msgstr ""
2147 2342
@@ -2169,7 +2364,9 b' msgstr ""'
2169 2364 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
2170 2365 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
2171 2366 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2955
2172 #: rhodecode/model/db.py:2947
2367 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2949
2368 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2949
2369 #: rhodecode/model/db.py:2951
2173 2370 msgid "Under Review"
2174 2371 msgstr ""
2175 2372
@@ -2194,7 +2391,9 b' msgstr ""'
2194 2391 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
2195 2392 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976
2196 2393 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2298
2197 #: rhodecode/model/db.py:2290
2394 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2290
2395 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2290
2396 #: rhodecode/model/db.py:2292
2198 2397 msgid "Repository group no access"
2199 2398 msgstr ""
2200 2399
@@ -2219,7 +2418,9 b' msgstr ""'
2219 2418 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
2220 2419 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977
2221 2420 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2299
2222 #: rhodecode/model/db.py:2291
2421 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2291
2422 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2291
2423 #: rhodecode/model/db.py:2293
2223 2424 msgid "Repository group read access"
2224 2425 msgstr ""
2225 2426
@@ -2244,7 +2445,9 b' msgstr ""'
2244 2445 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2245 2446 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978
2246 2447 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2300
2247 #: rhodecode/model/db.py:2292
2448 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2292
2449 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2292
2450 #: rhodecode/model/db.py:2294
2248 2451 msgid "Repository group write access"
2249 2452 msgstr ""
2250 2453
@@ -2269,7 +2472,9 b' msgstr ""'
2269 2472 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2270 2473 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979
2271 2474 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2301
2272 #: rhodecode/model/db.py:2293
2475 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2293
2476 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2293
2477 #: rhodecode/model/db.py:2295
2273 2478 msgid "Repository group admin access"
2274 2479 msgstr ""
2275 2480
@@ -2293,7 +2498,9 b' msgstr ""'
2293 2498 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2294 2499 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981
2295 2500 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2303
2296 #: rhodecode/model/db.py:2295
2501 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2295
2502 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2295
2503 #: rhodecode/model/db.py:2297
2297 2504 msgid "User group no access"
2298 2505 msgstr ""
2299 2506
@@ -2317,7 +2524,9 b' msgstr ""'
2317 2524 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2318 2525 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982
2319 2526 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2304
2320 #: rhodecode/model/db.py:2296
2527 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2296
2528 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2296
2529 #: rhodecode/model/db.py:2298
2321 2530 msgid "User group read access"
2322 2531 msgstr ""
2323 2532
@@ -2341,7 +2550,9 b' msgstr ""'
2341 2550 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2342 2551 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983
2343 2552 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2305
2344 #: rhodecode/model/db.py:2297
2553 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2297
2554 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2297
2555 #: rhodecode/model/db.py:2299
2345 2556 msgid "User group write access"
2346 2557 msgstr ""
2347 2558
@@ -2365,7 +2576,9 b' msgstr ""'
2365 2576 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2366 2577 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984
2367 2578 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2306
2368 #: rhodecode/model/db.py:2298
2579 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2298
2580 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2298
2581 #: rhodecode/model/db.py:2300
2369 2582 msgid "User group admin access"
2370 2583 msgstr ""
2371 2584
@@ -2389,7 +2602,9 b' msgstr ""'
2389 2602 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2390 2603 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986
2391 2604 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2308
2392 #: rhodecode/model/db.py:2300
2605 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2300
2606 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2300
2607 #: rhodecode/model/db.py:2302
2393 2608 msgid "Repository Group creation disabled"
2394 2609 msgstr ""
2395 2610
@@ -2413,7 +2628,9 b' msgstr ""'
2413 2628 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2414 2629 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987
2415 2630 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2309
2416 #: rhodecode/model/db.py:2301
2631 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2301
2632 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2301
2633 #: rhodecode/model/db.py:2303
2417 2634 msgid "Repository Group creation enabled"
2418 2635 msgstr ""
2419 2636
@@ -2437,7 +2654,9 b' msgstr ""'
2437 2654 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2438 2655 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989
2439 2656 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2311
2440 #: rhodecode/model/db.py:2303
2657 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2303
2658 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2303
2659 #: rhodecode/model/db.py:2305
2441 2660 msgid "User Group creation disabled"
2442 2661 msgstr ""
2443 2662
@@ -2461,7 +2680,9 b' msgstr ""'
2461 2680 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2462 2681 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990
2463 2682 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2312
2464 #: rhodecode/model/db.py:2304
2683 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2304
2684 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2304
2685 #: rhodecode/model/db.py:2306
2465 2686 msgid "User Group creation enabled"
2466 2687 msgstr ""
2467 2688
@@ -2485,7 +2706,9 b' msgstr ""'
2485 2706 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2486 2707 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
2487 2708 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2322
2488 #: rhodecode/model/db.py:2314
2709 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2314
2710 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2314
2711 #: rhodecode/model/db.py:2316
2489 2712 msgid "Registration disabled"
2490 2713 msgstr ""
2491 2714
@@ -2509,7 +2732,9 b' msgstr ""'
2509 2732 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2510 2733 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001
2511 2734 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2323
2512 #: rhodecode/model/db.py:2315
2735 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2315
2736 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2315
2737 #: rhodecode/model/db.py:2317
2513 2738 msgid "User Registration with manual account activation"
2514 2739 msgstr ""
2515 2740
@@ -2533,7 +2758,9 b' msgstr ""'
2533 2758 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2534 2759 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2535 2760 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2324
2536 #: rhodecode/model/db.py:2316
2761 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2316
2762 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2316
2763 #: rhodecode/model/db.py:2318
2537 2764 msgid "User Registration with automatic account activation"
2538 2765 msgstr ""
2539 2766
@@ -2557,7 +2784,9 b' msgstr ""'
2557 2784 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2558 2785 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2559 2786 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2326
2560 #: rhodecode/model/db.py:2318
2787 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2318
2788 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2318
2789 #: rhodecode/model/db.py:2320
2561 2790 msgid "Manual activation of external account"
2562 2791 msgstr ""
2563 2792
@@ -2581,7 +2810,9 b' msgstr ""'
2581 2810 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
2582 2811 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005
2583 2812 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2327
2584 #: rhodecode/model/db.py:2319
2813 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2319
2814 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2319
2815 #: rhodecode/model/db.py:2321
2585 2816 msgid "Automatic activation of external account"
2586 2817 msgstr ""
2587 2818
@@ -2599,7 +2830,9 b' msgstr ""'
2599 2830 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
2600 2831 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994
2601 2832 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2316
2602 #: rhodecode/model/db.py:2308
2833 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2308
2834 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2308
2835 #: rhodecode/model/db.py:2310
2603 2836 msgid ""
2604 2837 "Repository creation enabled with write permission to a repository group"
2605 2838 msgstr ""
@@ -2618,7 +2851,9 b' msgstr ""'
2618 2851 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
2619 2852 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995
2620 2853 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2317
2621 #: rhodecode/model/db.py:2309
2854 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2309
2855 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2309
2856 #: rhodecode/model/db.py:2311
2622 2857 msgid ""
2623 2858 "Repository creation disabled with write permission to a repository group"
2624 2859 msgstr ""
@@ -2634,7 +2869,9 b' msgstr ""'
2634 2869 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
2635 2870 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969
2636 2871 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2291
2637 #: rhodecode/model/db.py:2283
2872 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2283
2873 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2283
2874 #: rhodecode/model/db.py:2285
2638 2875 msgid "RhodeCode Super Administrator"
2639 2876 msgstr ""
2640 2877
@@ -2647,7 +2884,9 b' msgstr ""'
2647 2884 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2648 2885 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2649 2886 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2329
2650 #: rhodecode/model/db.py:2321
2887 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2321
2888 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2321
2889 #: rhodecode/model/db.py:2323
2651 2890 msgid "Inherit object permissions from default user disabled"
2652 2891 msgstr ""
2653 2892
@@ -2660,32 +2899,46 b' msgstr ""'
2660 2899 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
2661 2900 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008
2662 2901 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2330
2663 #: rhodecode/model/db.py:2322
2902 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2322
2903 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2322
2904 #: rhodecode/model/db.py:2324
2664 2905 msgid "Inherit object permissions from default user enabled"
2665 2906 msgstr ""
2666 2907
2667 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909 rhodecode/model/db.py:910
2908 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909
2909 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:910
2910 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:910 rhodecode/model/db.py:910
2668 2911 msgid "all"
2669 2912 msgstr ""
2670 2913
2671 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910 rhodecode/model/db.py:911
2914 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910
2915 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:911
2916 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:911 rhodecode/model/db.py:911
2672 2917 msgid "http/web interface"
2673 2918 msgstr ""
2674 2919
2675 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911 rhodecode/model/db.py:912
2920 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911
2921 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:912
2922 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:912 rhodecode/model/db.py:912
2676 2923 msgid "vcs (git/hg/svn protocol)"
2677 2924 msgstr ""
2678 2925
2679 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912 rhodecode/model/db.py:913
2926 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912
2927 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:913
2928 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:913 rhodecode/model/db.py:913
2680 2929 msgid "api calls"
2681 2930 msgstr ""
2682 2931
2683 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913 rhodecode/model/db.py:914
2932 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913
2933 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:914
2934 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:914 rhodecode/model/db.py:914
2684 2935 msgid "feed access"
2685 2936 msgstr ""
2686 2937
2687 2938 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2069
2688 #: rhodecode/model/db.py:2061
2939 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2061
2940 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2061
2941 #: rhodecode/model/db.py:2063
2689 2942 msgid "No parent"
2690 2943 msgstr ""
2691 2944
@@ -2739,12 +2992,12 b' msgid ""'
2739 2992 "email"
2740 2993 msgstr "Su reinicio de contraseña fue exitoso, una nueva contraseña ha sido enviada a su correo electrónico"
2741 2994
2742 #: rhodecode/model/comment.py:263
2995 #: rhodecode/model/comment.py:266
2743 2996 msgid "made a comment"
2744 2997 msgstr ""
2745 2998
2746 #: rhodecode/model/comment.py:264
2747 msgid "Refresh page"
2999 #: rhodecode/model/comment.py:267
3000 msgid "Show it now"
2748 3001 msgstr ""
2749 3002
2750 3003 #: rhodecode/model/forms.py:85
@@ -2875,7 +3128,7 b' msgid ""'
2875 3128 " %(pr_title)s"
2876 3129 msgstr ""
2877 3130
2878 #: rhodecode/model/pull_request.py:449
3131 #: rhodecode/model/pull_request.py:448
2879 3132 msgid "Pull request merged and closed"
2880 3133 msgstr ""
2881 3134
@@ -2919,7 +3172,7 b' msgstr ""'
2919 3172 msgid "You can't Edit this user since it's crucial for entire application"
2920 3173 msgstr ""
2921 3174
2922 #: rhodecode/model/user.py:285
3175 #: rhodecode/model/user.py:284
2923 3176 #, python-format
2924 3177 msgid ""
2925 3178 "You can't edit this user (`%(username)s`) since it's crucial for entire "
@@ -3173,6 +3426,56 b' msgstr ""'
3173 3426 msgid "Duplicated value for filename found: `{}`"
3174 3427 msgstr ""
3175 3428
3429 #: rhodecode/model/validation_schema/schemas/integration_schema.py:36
3430 msgid "Pick a scope:"
3431 msgstr ""
3432
3433 #: rhodecode/model/validation_schema/schemas/integration_schema.py:39
3434 msgid "Global (all repositories)"
3435 msgstr ""
3436
3437 #: rhodecode/model/validation_schema/schemas/integration_schema.py:40
3438 msgid "Top level repositories only"
3439 msgstr ""
3440
3441 #: rhodecode/model/validation_schema/schemas/integration_schema.py:79
3442 msgid "Only repo admins can create integrations"
3443 msgstr ""
3444
3445 #: rhodecode/model/validation_schema/schemas/integration_schema.py:86
3446 msgid "Only repogroup admins can create integrations"
3447 msgstr ""
3448
3449 #: rhodecode/model/validation_schema/schemas/integration_schema.py:91
3450 msgid "Only superadmins can create global integrations"
3451 msgstr ""
3452
3453 #: rhodecode/model/validation_schema/schemas/integration_schema.py:183
3454 msgid ""
3455 "Scope of the integration. Recursive means the integration runs on all repos"
3456 " of that group and children recursively."
3457 msgstr ""
3458
3459 #: rhodecode/model/validation_schema/schemas/integration_schema.py:186
3460 msgid "Integration scope"
3461 msgstr ""
3462
3463 #: rhodecode/model/validation_schema/schemas/integration_schema.py:217
3464 msgid "General integration options"
3465 msgstr ""
3466
3467 #: rhodecode/model/validation_schema/schemas/integration_schema.py:220
3468 msgid "{integration_type} settings"
3469 msgstr ""
3470
3471 #: rhodecode/model/validation_schema/schemas/user_schema.py:36
3472 msgid "Password is incorrect"
3473 msgstr ""
3474
3475 #: rhodecode/model/validation_schema/schemas/user_schema.py:59
3476 msgid "New password must be different to old password"
3477 msgstr ""
3478
3176 3479 #: rhodecode/public/js/scripts.js:23039
3177 3480 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:16
3178 3481 #: rhodecode/public/js/src/plugins/jquery.autocomplete.js:87
@@ -3343,19 +3646,19 b' msgstr ""'
3343 3646
3344 3647 #: rhodecode/public/js/scripts.js:41308
3345 3648 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:2
3346 #: rhodecode/public/js/src/rhodecode/comments.js:235
3649 #: rhodecode/public/js/src/rhodecode/comments.js:236
3347 3650 msgid "Add another comment"
3348 3651 msgstr ""
3349 3652
3350 3653 #: rhodecode/public/js/scripts.js:41526
3351 3654 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:35
3352 #: rhodecode/public/js/src/rhodecode/comments.js:453
3655 #: rhodecode/public/js/src/rhodecode/comments.js:470
3353 3656 msgid "Status Review"
3354 3657 msgstr ""
3355 3658
3356 3659 #: rhodecode/public/js/scripts.js:41540
3357 3660 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:3
3358 #: rhodecode/public/js/src/rhodecode/comments.js:467
3661 #: rhodecode/public/js/src/rhodecode/comments.js:484
3359 3662 msgid ""
3360 3663 "Comment text will be set automatically based on currently selected status "
3361 3664 "({0}) ..."
@@ -3363,13 +3666,13 b' msgstr ""'
3363 3666
3364 3667 #: rhodecode/public/js/scripts.js:41653
3365 3668 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:37
3366 #: rhodecode/public/js/src/rhodecode/comments.js:580
3669 #: rhodecode/public/js/src/rhodecode/comments.js:597
3367 3670 msgid "Submitting..."
3368 3671 msgstr ""
3369 3672
3370 3673 #: rhodecode/public/js/scripts.js:41703
3371 3674 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:5
3372 #: rhodecode/public/js/src/rhodecode/comments.js:630
3675 #: rhodecode/public/js/src/rhodecode/comments.js:647
3373 3676 #: rhodecode/templates/files/files_browser_tree.html:47
3374 3677 msgid "Loading ..."
3375 3678 msgstr ""
@@ -3529,6 +3832,22 b' msgstr ""'
3529 3832 msgid "{0} years"
3530 3833 msgstr ""
3531 3834
3835 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3836 msgid "UIEvent"
3837 msgstr ""
3838
3839 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3840 msgid "CustomEvent"
3841 msgstr ""
3842
3843 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3844 msgid "MouseEvent"
3845 msgstr ""
3846
3847 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3848 msgid "FocusEvent"
3849 msgstr ""
3850
3532 3851 #: rhodecode/templates/index.html:5
3533 3852 msgid "Dashboard"
3534 3853 msgstr ""
@@ -3577,6 +3896,7 b' msgstr ""'
3577 3896 #: rhodecode/templates/index_base.html:97
3578 3897 #: rhodecode/templates/index_base.html:122
3579 3898 #: rhodecode/templates/admin/gists/index.html:112
3899 #: rhodecode/templates/admin/integrations/list.html:102
3580 3900 #: rhodecode/templates/admin/my_account/my_account_repos.html:31
3581 3901 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
3582 3902 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
@@ -3596,7 +3916,6 b' msgstr ""'
3596 3916 #: rhodecode/templates/index_base.html:100
3597 3917 #: rhodecode/templates/index_base.html:125
3598 3918 #: rhodecode/templates/admin/gists/index.html:114
3599 #: rhodecode/templates/admin/integrations/list.html:63
3600 3919 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
3601 3920 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
3602 3921 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:42
@@ -3613,8 +3932,8 b' msgstr ""'
3613 3932 #: rhodecode/templates/changeset/changeset.html:53
3614 3933 #: rhodecode/templates/compare/compare_commits.html:24
3615 3934 #: rhodecode/templates/email_templates/commit_comment.mako:82
3616 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3617 #: rhodecode/templates/email_templates/pull_request_review.mako:51
3935 #: rhodecode/templates/email_templates/pull_request_review.mako:41
3936 #: rhodecode/templates/email_templates/pull_request_review.mako:75
3618 3937 #: rhodecode/templates/files/file_tree_detail.html:5
3619 3938 #: rhodecode/templates/files/file_tree_detail.html:12
3620 3939 #: rhodecode/templates/forks/fork.html:48
@@ -3828,9 +4147,13 b' msgstr ""'
3828 4147 #: rhodecode/templates/admin/auth/auth_settings.html:12
3829 4148 #: rhodecode/templates/admin/auth/plugin_settings.html:12
3830 4149 #: rhodecode/templates/admin/defaults/defaults.html:12
3831 #: rhodecode/templates/admin/integrations/base.html:19
3832 #: rhodecode/templates/admin/integrations/edit.html:15
4150 #: rhodecode/templates/admin/integrations/base.html:21
4151 #: rhodecode/templates/admin/integrations/form.html:15
4152 #: rhodecode/templates/admin/integrations/form.html:28
3833 4153 #: rhodecode/templates/admin/integrations/list.html:8
4154 #: rhodecode/templates/admin/integrations/list.html:14
4155 #: rhodecode/templates/admin/integrations/new.html:11
4156 #: rhodecode/templates/admin/integrations/new.html:19
3834 4157 #: rhodecode/templates/admin/permissions/permissions.html:12
3835 4158 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:12
3836 4159 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:12
@@ -3880,7 +4203,6 b' msgstr ""'
3880 4203 #: rhodecode/templates/admin/auth/auth_settings.html:81
3881 4204 #: rhodecode/templates/admin/auth/plugin_settings.html:87
3882 4205 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3883 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3884 4206 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3885 4207 #: rhodecode/templates/admin/permissions/permissions_application.html:50
3886 4208 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
@@ -3917,7 +4239,7 b' msgstr ""'
3917 4239
3918 4240 #: rhodecode/templates/admin/defaults/defaults_repositories.html:14
3919 4241 #: rhodecode/templates/admin/gists/index.html:110
3920 #: rhodecode/templates/admin/integrations/list.html:64
4242 #: rhodecode/templates/admin/integrations/list.html:103
3921 4243 #: rhodecode/templates/admin/repos/repo_add_base.html:62
3922 4244 #: rhodecode/templates/admin/repos/repo_edit_fields.html:12
3923 4245 msgid "Type"
@@ -4062,7 +4384,7 b' msgstr ""'
4062 4384
4063 4385 #: rhodecode/templates/admin/gists/index.html:108
4064 4386 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:24
4065 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:89
4387 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4066 4388 #: rhodecode/templates/bookmarks/bookmarks.html:63
4067 4389 #: rhodecode/templates/branches/branches.html:62
4068 4390 #: rhodecode/templates/changelog/changelog.html:110
@@ -4115,75 +4437,17 b' msgstr ""'
4115 4437 msgid "Create Public Gist"
4116 4438 msgstr ""
4117 4439
4118 #: rhodecode/templates/admin/gists/new.html:62
4119 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
4120 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
4121 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
4122 #: rhodecode/templates/admin/my_account/my_account_password.html:37
4123 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
4124 #: rhodecode/templates/admin/permissions/permissions_application.html:51
4125 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
4126 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
4127 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
4128 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
4129 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
4130 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
4131 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
4132 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
4133 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
4134 #: rhodecode/templates/admin/settings/settings_global.html:110
4135 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
4136 #: rhodecode/templates/admin/settings/settings_labs.html:46
4137 #: rhodecode/templates/admin/settings/settings_vcs.html:14
4138 #: rhodecode/templates/admin/settings/settings_visual.html:220
4139 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
4140 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
4141 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
4142 #: rhodecode/templates/admin/users/user_edit_emails.html:63
4143 #: rhodecode/templates/admin/users/user_edit_ips.html:70
4144 #: rhodecode/templates/admin/users/user_edit_profile.html:135
4145 #: rhodecode/templates/base/default_perms_box.html:89
4146 msgid "Reset"
4147 msgstr ""
4148
4149 4440 #: rhodecode/templates/admin/gists/show.html:13
4150 4441 #: rhodecode/templates/admin/gists/show.html:20
4151 4442 msgid "Gist"
4152 4443 msgstr ""
4153 4444
4154 4445 #: rhodecode/templates/admin/gists/show.html:49
4155 #: rhodecode/templates/admin/integrations/list.html:110
4156 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
4157 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
4158 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4159 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
4160 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
4161 #: rhodecode/templates/admin/settings/settings_hooks.html:46
4162 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
4163 #: rhodecode/templates/admin/users/user_edit_emails.html:31
4164 #: rhodecode/templates/admin/users/user_edit_ips.html:34
4165 #: rhodecode/templates/base/issue_tracker_settings.html:70
4166 #: rhodecode/templates/base/vcs_settings.html:147
4167 #: rhodecode/templates/base/vcs_settings.html:172
4168 #: rhodecode/templates/changeset/changeset_file_comment.html:49
4169 #: rhodecode/templates/changeset/changeset_file_comment.html:99
4170 #: rhodecode/templates/data_table/_dt_elements.html:119
4171 #: rhodecode/templates/data_table/_dt_elements.html:176
4172 #: rhodecode/templates/data_table/_dt_elements.html:190
4173 #: rhodecode/templates/data_table/_dt_elements.html:202
4174 #: rhodecode/templates/debug_style/buttons.html:132
4175 #: rhodecode/templates/files/files_source.html:33
4176 #: rhodecode/templates/files/files_source.html:37
4177 #: rhodecode/templates/files/files_source.html:40
4178 msgid "Delete"
4179 msgstr ""
4180
4181 #: rhodecode/templates/admin/gists/show.html:49
4182 4446 msgid "Confirm to delete this Gist"
4183 4447 msgstr ""
4184 4448
4185 4449 #: rhodecode/templates/admin/gists/show.html:56
4186 #: rhodecode/templates/admin/integrations/list.html:103
4450 #: rhodecode/templates/admin/integrations/list.html:204
4187 4451 #: rhodecode/templates/admin/my_account/my_account_profile.html:5
4188 4452 #: rhodecode/templates/base/issue_tracker_settings.html:61
4189 4453 #: rhodecode/templates/changeset/changeset_file_comment.html:145
@@ -4195,8 +4459,8 b' msgstr ""'
4195 4459 #: rhodecode/templates/debug_style/buttons.html:128
4196 4460 #: rhodecode/templates/files/files_add.html:204
4197 4461 #: rhodecode/templates/files/files_edit.html:165
4198 #: rhodecode/templates/files/files_source.html:36
4199 #: rhodecode/templates/files/files_source.html:39
4462 #: rhodecode/templates/files/files_source.html:37
4463 #: rhodecode/templates/files/files_source.html:40
4200 4464 #: rhodecode/templates/pullrequests/pullrequest_show.html:50
4201 4465 #: rhodecode/templates/pullrequests/pullrequest_show.html:184
4202 4466 #: rhodecode/templates/users/user_profile.html:7
@@ -4217,17 +4481,27 b' msgstr ""'
4217 4481
4218 4482 #: rhodecode/templates/admin/gists/show.html:91
4219 4483 #: rhodecode/templates/files/files_delete.html:50
4220 #: rhodecode/templates/files/files_source.html:61
4484 #: rhodecode/templates/files/files_source.html:62
4221 4485 msgid "Show as raw"
4222 4486 msgstr ""
4223 4487
4224 #: rhodecode/templates/admin/integrations/base.html:12
4225 msgid "Integrations settings"
4226 msgstr ""
4227
4228 #: rhodecode/templates/admin/integrations/edit.html:17
4488 #: rhodecode/templates/admin/integrations/base.html:14
4489 msgid "Integrations Settings"
4490 msgstr ""
4491
4492 #: rhodecode/templates/admin/integrations/form.html:17
4229 4493 #: rhodecode/templates/admin/integrations/list.html:10
4230 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:44
4494 #: rhodecode/templates/admin/integrations/new.html:13
4495 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4496 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4497 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4498 msgid "Repository Groups"
4499 msgstr ""
4500
4501 #: rhodecode/templates/admin/integrations/form.html:30
4502 #: rhodecode/templates/admin/integrations/list.html:16
4503 #: rhodecode/templates/admin/integrations/new.html:21
4504 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:48
4231 4505 #: rhodecode/templates/admin/repos/repo_edit.html:15
4232 4506 #: rhodecode/templates/admin/repos/repo_edit.html:43
4233 4507 #: rhodecode/templates/admin/settings/settings.html:14
@@ -4237,27 +4511,101 b' msgstr ""'
4237 4511 msgid "Settings"
4238 4512 msgstr ""
4239 4513
4240 #: rhodecode/templates/admin/integrations/edit.html:36
4241 #, python-format
4242 msgid "Create new %(integration_type)s integration"
4243 msgstr ""
4244
4245 #: rhodecode/templates/admin/integrations/list.html:31
4514 #: rhodecode/templates/admin/integrations/form.html:60
4515 #, python-format
4516 msgid "Create New %(integration_type)s Integration"
4517 msgstr ""
4518
4519 #: rhodecode/templates/admin/integrations/list.html:44
4520 msgid "Current Integrations for Repository: {repo_name}"
4521 msgstr ""
4522
4523 #: rhodecode/templates/admin/integrations/list.html:46
4524 msgid "Current Integrations for repository group: {repo_group_name}"
4525 msgstr ""
4526
4527 #: rhodecode/templates/admin/integrations/list.html:48
4528 msgid "Current Integrations"
4529 msgstr ""
4530
4531 #: rhodecode/templates/admin/integrations/list.html:64
4532 #: rhodecode/templates/admin/notifications/notifications.html:31
4533 msgid "All"
4534 msgstr ""
4535
4536 #: rhodecode/templates/admin/integrations/list.html:95
4537 #: rhodecode/templates/admin/integrations/new.html:26
4246 4538 msgid "Create new integration"
4247 4539 msgstr ""
4248 4540
4249 #: rhodecode/templates/admin/integrations/list.html:56
4250 msgid "Current integrations"
4251 msgstr ""
4252
4253 #: rhodecode/templates/admin/integrations/list.html:65
4541 #: rhodecode/templates/admin/integrations/list.html:104
4542 msgid "Scope"
4543 msgstr ""
4544
4545 #: rhodecode/templates/admin/integrations/list.html:105
4254 4546 msgid "Actions"
4255 4547 msgstr ""
4256 4548
4257 #: rhodecode/templates/admin/integrations/list.html:89
4549 #: rhodecode/templates/admin/integrations/list.html:115
4550 msgid "No {type} integrations for repo {repo} exist yet."
4551 msgstr ""
4552
4553 #: rhodecode/templates/admin/integrations/list.html:117
4554 msgid "No {type} integrations for repogroup {repogroup} exist yet."
4555 msgstr ""
4556
4557 #: rhodecode/templates/admin/integrations/list.html:119
4558 msgid "No {type} integrations exist yet."
4559 msgstr ""
4560
4561 #: rhodecode/templates/admin/integrations/list.html:133
4562 msgid "Create one"
4563 msgstr ""
4564
4565 #: rhodecode/templates/admin/integrations/list.html:164
4566 msgid "repo"
4567 msgstr ""
4568
4569 #: rhodecode/templates/admin/integrations/list.html:168
4570 msgid "repogroup"
4571 msgstr ""
4572
4573 #: rhodecode/templates/admin/integrations/list.html:170
4574 msgid "child repos only"
4575 msgstr ""
4576
4577 #: rhodecode/templates/admin/integrations/list.html:172
4578 msgid "cascade to all"
4579 msgstr ""
4580
4581 #: rhodecode/templates/admin/integrations/list.html:177
4582 msgid "top level repos only"
4583 msgstr ""
4584
4585 #: rhodecode/templates/admin/integrations/list.html:179
4586 msgid "global"
4587 msgstr ""
4588
4589 #: rhodecode/templates/admin/integrations/list.html:185
4258 4590 msgid "unknown integration"
4259 4591 msgstr ""
4260 4592
4593 #: rhodecode/templates/admin/integrations/new.html:31
4594 msgid "Create New Integration for repository: {repo_name}"
4595 msgstr ""
4596
4597 #: rhodecode/templates/admin/integrations/new.html:33
4598 msgid "Create New Integration for repository group: {repo_group_name}"
4599 msgstr ""
4600
4601 #: rhodecode/templates/admin/integrations/new.html:35
4602 msgid "Create New Global Integration"
4603 msgstr ""
4604
4605 #: rhodecode/templates/admin/integrations/new.html:61
4606 msgid "No description available"
4607 msgstr ""
4608
4261 4609 #: rhodecode/templates/admin/my_account/my_account.html:5
4262 4610 #: rhodecode/templates/base/base.html:343
4263 4611 msgid "My account"
@@ -4277,7 +4625,7 b' msgstr ""'
4277 4625 msgid "Auth Tokens"
4278 4626 msgstr ""
4279 4627
4280 #: rhodecode/templates/admin/my_account/my_account.html:34
4628 #: rhodecode/templates/admin/my_account/my_account.html:35
4281 4629 msgid "OAuth Identities"
4282 4630 msgstr ""
4283 4631
@@ -4395,36 +4743,18 b' msgstr ""'
4395 4743 msgid "New email address"
4396 4744 msgstr ""
4397 4745
4398 #: rhodecode/templates/admin/my_account/my_account_notifications.html:3
4399 msgid "Your live notification settings"
4400 msgstr ""
4401
4402 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4403 #: rhodecode/templates/admin/notifications/show_notification.html:12
4404 msgid "Notifications"
4405 msgstr ""
4406
4407 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4408 msgid "Disabled"
4746 #: rhodecode/templates/admin/my_account/my_account_notifications.html:12
4747 msgid "Your Live Notification Settings"
4748 msgstr ""
4749
4750 #: rhodecode/templates/admin/my_account/my_account_notifications.html:24
4751 msgid "Notifications Status"
4409 4752 msgstr ""
4410 4753
4411 4754 #: rhodecode/templates/admin/my_account/my_account_password.html:3
4412 4755 msgid "Change Your Account Password"
4413 4756 msgstr ""
4414 4757
4415 #: rhodecode/templates/admin/my_account/my_account_password.html:10
4416 msgid "Current Password"
4417 msgstr ""
4418
4419 #: rhodecode/templates/admin/my_account/my_account_password.html:19
4420 #: rhodecode/templates/admin/users/user_edit_profile.html:74
4421 msgid "New Password"
4422 msgstr ""
4423
4424 #: rhodecode/templates/admin/my_account/my_account_password.html:28
4425 msgid "Confirm New Password"
4426 msgstr ""
4427
4428 4758 #: rhodecode/templates/admin/my_account/my_account_profile.html:11
4429 4759 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:52
4430 4760 #: rhodecode/templates/admin/users/user_edit_profile.html:25
@@ -4464,27 +4794,28 b' msgid "Pull Requests You Opened"'
4464 4794 msgstr ""
4465 4795
4466 4796 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:23
4467 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4797 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:87
4468 4798 msgid "Target Repo"
4469 4799 msgstr ""
4470 4800
4471 4801 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:26
4472 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4802 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:90
4473 4803 #: rhodecode/templates/admin/settings/settings_global.html:9
4474 #: rhodecode/templates/email_templates/pull_request_review.mako:28
4475 #: rhodecode/templates/email_templates/pull_request_review.mako:48
4804 #: rhodecode/templates/email_templates/pull_request_review.mako:39
4805 #: rhodecode/templates/email_templates/pull_request_review.mako:72
4476 4806 #: rhodecode/templates/pullrequests/pullrequest.html:38
4477 4807 #: rhodecode/templates/pullrequests/pullrequests.html:104
4478 4808 msgid "Title"
4479 4809 msgstr ""
4480 4810
4481 4811 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
4482 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:92
4483 msgid "Opened On"
4812 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4813 #: rhodecode/templates/pullrequests/pullrequests.html:108
4814 msgid "Last Update"
4484 4815 msgstr ""
4485 4816
4486 4817 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:43
4487 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:107
4818 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:106
4488 4819 #: rhodecode/templates/changelog/changelog.html:153
4489 4820 #: rhodecode/templates/compare/compare_commits.html:49
4490 4821 #: rhodecode/templates/search/search_commit.html:36
@@ -4492,7 +4823,7 b' msgid "Expand commit message"'
4492 4823 msgstr ""
4493 4824
4494 4825 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:52
4495 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:116
4826 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:115
4496 4827 #: rhodecode/templates/changeset/changeset_file_comment.html:284
4497 4828 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
4498 4829 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
@@ -4500,19 +4831,19 b' msgstr ""'
4500 4831 msgid "Closed"
4501 4832 msgstr ""
4502 4833
4503 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:64
4834 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4504 4835 msgid "Confirm to delete this pull request"
4505 4836 msgstr ""
4506 4837
4507 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:71
4838 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:70
4508 4839 msgid "You currently have no open pull requests."
4509 4840 msgstr ""
4510 4841
4511 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:79
4842 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:78
4512 4843 msgid "Pull Requests You Participate In"
4513 4844 msgstr ""
4514 4845
4515 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:129
4846 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:127
4516 4847 msgid ""
4517 4848 "There are currently no open pull requests requiring your participation."
4518 4849 msgstr ""
@@ -4530,10 +4861,6 b' msgstr ""'
4530 4861 msgid "My Notifications"
4531 4862 msgstr ""
4532 4863
4533 #: rhodecode/templates/admin/notifications/notifications.html:31
4534 msgid "All"
4535 msgstr ""
4536
4537 4864 #: rhodecode/templates/admin/notifications/notifications.html:32
4538 4865 #: rhodecode/templates/changeset/changeset.html:140
4539 4866 #: rhodecode/templates/pullrequests/pullrequest_show.html:133
@@ -4553,12 +4880,16 b' msgstr ""'
4553 4880 msgid "Show notification"
4554 4881 msgstr ""
4555 4882
4883 #: rhodecode/templates/admin/notifications/show_notification.html:12
4884 msgid "Notifications"
4885 msgstr ""
4886
4556 4887 #: rhodecode/templates/admin/permissions/permissions.html:5
4557 4888 msgid "Permissions Administration"
4558 4889 msgstr ""
4559 4890
4560 4891 #: rhodecode/templates/admin/permissions/permissions.html:14
4561 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:45
4892 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:49
4562 4893 #: rhodecode/templates/admin/repos/repo_edit.html:46
4563 4894 #: rhodecode/templates/admin/user_groups/user_group_edit.html:34
4564 4895 #: rhodecode/templates/base/base.html:82
@@ -4671,12 +5002,6 b' msgstr ""'
4671 5002 msgid "Overwrite Existing Settings"
4672 5003 msgstr ""
4673 5004
4674 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4675 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4676 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4677 msgid "Repository Groups"
4678 msgstr ""
4679
4680 5005 #: rhodecode/templates/admin/permissions/permissions_objects.html:34
4681 5006 msgid ""
4682 5007 "All default permissions on each repository group will be reset to chosen "
@@ -4739,7 +5064,7 b' msgstr ""'
4739 5064 msgid "Add Child Group"
4740 5065 msgstr ""
4741 5066
4742 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:46
5067 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:50
4743 5068 #: rhodecode/templates/admin/repos/repo_edit.html:49
4744 5069 #: rhodecode/templates/admin/user_groups/user_group_edit.html:35
4745 5070 #: rhodecode/templates/admin/users/user_edit.html:35
@@ -5008,7 +5333,6 b' msgid "Statistics"'
5008 5333 msgstr ""
5009 5334
5010 5335 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:7
5011 #: rhodecode/templates/pullrequests/pullrequests.html:108
5012 5336 msgid "Updated on"
5013 5337 msgstr ""
5014 5338
@@ -5411,7 +5735,7 b' msgstr ""'
5411 5735
5412 5736 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:45
5413 5737 #: rhodecode/templates/admin/settings/settings_global.html:109
5414 #: rhodecode/templates/admin/settings/settings_labs.html:45
5738 #: rhodecode/templates/admin/settings/settings_labs.html:48
5415 5739 #: rhodecode/templates/admin/settings/settings_vcs.html:13
5416 5740 #: rhodecode/templates/admin/settings/settings_visual.html:219
5417 5741 msgid "Save settings"
@@ -5628,6 +5952,10 b' msgstr ""'
5628 5952 msgid "Labs Settings"
5629 5953 msgstr ""
5630 5954
5955 #: rhodecode/templates/admin/settings/settings_labs.html:10
5956 msgid "There are no Labs settings currently"
5957 msgstr ""
5958
5631 5959 #: rhodecode/templates/admin/settings/settings_mapping.html:5
5632 5960 msgid "Import New Groups or Repositories"
5633 5961 msgstr ""
@@ -6363,6 +6691,10 b' msgstr ""'
6363 6691 msgid "Change the avatar at"
6364 6692 msgstr ""
6365 6693
6694 #: rhodecode/templates/admin/users/user_edit_profile.html:74
6695 msgid "New Password"
6696 msgstr ""
6697
6366 6698 #: rhodecode/templates/admin/users/user_edit_profile.html:82
6367 6699 msgid "New Password Confirmation"
6368 6700 msgstr ""
@@ -6393,7 +6725,7 b' msgid "Authentication type"'
6393 6725 msgstr ""
6394 6726
6395 6727 #: rhodecode/templates/base/base.html:44
6396 #: rhodecode/templates/errors/error_document.html:51
6728 #: rhodecode/templates/errors/error_document.html:57
6397 6729 msgid "Support"
6398 6730 msgstr ""
6399 6731
@@ -6777,7 +7109,7 b' msgstr ""'
6777 7109 msgid "No permission defined"
6778 7110 msgstr ""
6779 7111
6780 #: rhodecode/templates/base/root.html:120
7112 #: rhodecode/templates/base/root.html:161
6781 7113 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6782 7114 msgstr ""
6783 7115
@@ -6879,29 +7211,65 b' msgid ""'
6879 7211 "repositories and migrates them to Mercurial type."
6880 7212 msgstr ""
6881 7213
6882 #: rhodecode/templates/base/vcs_settings.html:124
6883 msgid "Subversion Settings"
7214 #: rhodecode/templates/base/vcs_settings.html:123
7215 msgid "Mercurial Labs Settings"
7216 msgstr ""
7217
7218 #: rhodecode/templates/base/vcs_settings.html:123
7219 msgid ""
7220 "These features are considered experimental and may not work as expected."
6884 7221 msgstr ""
6885 7222
6886 7223 #: rhodecode/templates/base/vcs_settings.html:129
7224 msgid "Use rebase as merge strategy"
7225 msgstr ""
7226
7227 #: rhodecode/templates/base/vcs_settings.html:132
7228 msgid ""
7229 "Use rebase instead of creating a merge commit when merging via web "
7230 "interface."
7231 msgstr ""
7232
7233 #: rhodecode/templates/base/vcs_settings.html:144
7234 msgid "Global Subversion Settings"
7235 msgstr ""
7236
7237 #: rhodecode/templates/base/vcs_settings.html:150
7238 msgid "Proxy subversion HTTP requests"
7239 msgstr "Solicitudes por proxy HTTP subversion"
7240
7241 #: rhodecode/templates/base/vcs_settings.html:153
7242 msgid ""
7243 "Subversion HTTP Support. Enables communication with SVN over HTTP protocol."
7244 msgstr ""
7245
7246 #: rhodecode/templates/base/vcs_settings.html:158
7247 msgid "Subversion HTTP Server URL"
7248 msgstr "URL de Servidor HTTP Subversion"
7249
7250 #: rhodecode/templates/base/vcs_settings.html:171
7251 msgid "Subversion Settings"
7252 msgstr ""
7253
7254 #: rhodecode/templates/base/vcs_settings.html:176
6887 7255 msgid "Repository patterns"
6888 7256 msgstr ""
6889 7257
6890 #: rhodecode/templates/base/vcs_settings.html:133
7258 #: rhodecode/templates/base/vcs_settings.html:180
6891 7259 msgid ""
6892 7260 "Patterns for identifying SVN branches and tags. For recursive search, use "
6893 7261 "\"*\". Eg.: \"/branches/*\""
6894 7262 msgstr ""
6895 7263
6896 #: rhodecode/templates/base/vcs_settings.html:196
7264 #: rhodecode/templates/base/vcs_settings.html:246
6897 7265 msgid "Pull Request Settings"
6898 7266 msgstr ""
6899 7267
6900 #: rhodecode/templates/base/vcs_settings.html:201
7268 #: rhodecode/templates/base/vcs_settings.html:251
6901 7269 msgid "Enable server-side merge for pull requests"
6902 7270 msgstr ""
6903 7271
6904 #: rhodecode/templates/base/vcs_settings.html:204
7272 #: rhodecode/templates/base/vcs_settings.html:254
6905 7273 msgid ""
6906 7274 "Note: when this feature is enabled, it only runs hooks defined in the "
6907 7275 "rcextension package. Custom hooks added on the Admin -> Settings -> Hooks "
@@ -6909,34 +7277,16 b' msgid ""'
6909 7277 "web interface."
6910 7278 msgstr ""
6911 7279
6912 #: rhodecode/templates/base/vcs_settings.html:208
7280 #: rhodecode/templates/base/vcs_settings.html:258
6913 7281 msgid "Invalidate and relocate inline comments during update"
6914 7282 msgstr ""
6915 7283
6916 #: rhodecode/templates/base/vcs_settings.html:211
7284 #: rhodecode/templates/base/vcs_settings.html:261
6917 7285 msgid ""
6918 7286 "During the update of a pull request, the position of inline comments will be"
6919 7287 " updated and outdated inline comments will be hidden."
6920 7288 msgstr ""
6921 7289
6922 #: rhodecode/templates/base/vcs_settings.html:222
6923 msgid "Labs settings"
6924 msgstr ""
6925
6926 #: rhodecode/templates/base/vcs_settings.html:222
6927 msgid ""
6928 "These features are considered experimental and may not work as expected."
6929 msgstr ""
6930
6931 #: rhodecode/templates/base/vcs_settings.html:229
6932 msgid "Mercurial server-side merge"
6933 msgstr "Unión de lado de servidor Mercurial"
6934
6935 #: rhodecode/templates/base/vcs_settings.html:234
6936 msgid ""
6937 "Use rebase instead of creating a merge commit when merging via web interface"
6938 msgstr ""
6939
6940 7290 #: rhodecode/templates/bookmarks/bookmarks.html:5
6941 7291 #, python-format
6942 7292 msgid "%s Bookmarks"
@@ -7344,7 +7694,7 b' msgstr ""'
7344 7694 #: rhodecode/templates/changeset/changeset_file_comment.html:293
7345 7695 #: rhodecode/templates/compare/compare_diff.html:57
7346 7696 #: rhodecode/templates/email_templates/commit_comment.mako:87
7347 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7697 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7348 7698 msgid "Comment"
7349 7699 msgstr ""
7350 7700
@@ -7492,17 +7842,17 b' msgid "Compare Commits"'
7492 7842 msgstr ""
7493 7843
7494 7844 #: rhodecode/templates/compare/compare_diff.html:46
7495 #: rhodecode/templates/email_templates/pull_request_review.mako:50
7845 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7496 7846 #: rhodecode/templates/files/file_diff.html:56
7497 7847 #: rhodecode/templates/pullrequests/pullrequest_show.html:85
7498 7848 msgid "Target"
7499 7849 msgstr ""
7500 7850
7501 7851 #: rhodecode/templates/compare/compare_diff.html:47
7502 #: rhodecode/templates/email_templates/pull_request_comment.mako:92
7503 #: rhodecode/templates/email_templates/pull_request_review.mako:49
7852 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7853 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7504 7854 #: rhodecode/templates/files/file_diff.html:62
7505 #: rhodecode/templates/files/files_source.html:18
7855 #: rhodecode/templates/files/files_source.html:19
7506 7856 msgid "Source"
7507 7857 msgstr ""
7508 7858
@@ -7683,17 +8033,17 b' msgstr ""'
7683 8033 msgid "Form vertical"
7684 8034 msgstr ""
7685 8035
7686 #: rhodecode/templates/email_templates/base.mako:7
8036 #: rhodecode/templates/email_templates/base.mako:32
7687 8037 #, python-format
7688 8038 msgid "This is a notification from RhodeCode. %(instance_url)s"
7689 8039 msgstr ""
7690 8040
7691 #: rhodecode/templates/email_templates/base.mako:90
8041 #: rhodecode/templates/email_templates/base.mako:115
7692 8042 msgid "RhodeCode"
7693 8043 msgstr ""
7694 8044
7695 8045 #: rhodecode/templates/email_templates/commit_comment.mako:16
7696 #: rhodecode/templates/email_templates/pull_request_comment.mako:17
8046 #: rhodecode/templates/email_templates/pull_request_comment.mako:18
7697 8047 msgid "[mention]"
7698 8048 msgstr ""
7699 8049
@@ -7722,12 +8072,12 b' msgid "%(user)s commented on commit `%(c'
7722 8072 msgstr ""
7723 8073
7724 8074 #: rhodecode/templates/email_templates/commit_comment.mako:43
7725 #: rhodecode/templates/email_templates/pull_request_comment.mako:43
8075 #: rhodecode/templates/email_templates/pull_request_comment.mako:44
7726 8076 msgid "Comment link"
7727 8077 msgstr ""
7728 8078
7729 8079 #: rhodecode/templates/email_templates/commit_comment.mako:48
7730 #: rhodecode/templates/email_templates/pull_request_comment.mako:48
8080 #: rhodecode/templates/email_templates/pull_request_comment.mako:49
7731 8081 #, python-format
7732 8082 msgid "File: %(comment_file)s on line %(comment_line)s"
7733 8083 msgstr ""
@@ -7756,7 +8106,7 b' msgid "The commit status was changed to"'
7756 8106 msgstr ""
7757 8107
7758 8108 #: rhodecode/templates/email_templates/commit_comment.mako:87
7759 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
8109 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7760 8110 #, python-format
7761 8111 msgid "Comment on line: %(comment_line)s"
7762 8112 msgstr ""
@@ -7765,97 +8115,101 b' msgstr ""'
7765 8115 msgid "Generate new password here"
7766 8116 msgstr ""
7767 8117
7768 #: rhodecode/templates/email_templates/pull_request_comment.mako:20
8118 #: rhodecode/templates/email_templates/pull_request_comment.mako:21
7769 8119 #, python-format
7770 8120 msgid ""
7771 8121 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (file: "
7772 8122 "`%(comment_file)s`)"
7773 8123 msgstr ""
7774 8124
7775 #: rhodecode/templates/email_templates/pull_request_comment.mako:23
8125 #: rhodecode/templates/email_templates/pull_request_comment.mako:24
7776 8126 #, python-format
7777 8127 msgid ""
7778 8128 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (status: "
7779 8129 "%(status)s)"
7780 8130 msgstr ""
7781 8131
7782 #: rhodecode/templates/email_templates/pull_request_comment.mako:25
7783 #: rhodecode/templates/email_templates/pull_request_comment.mako:82
8132 #: rhodecode/templates/email_templates/pull_request_comment.mako:26
8133 #: rhodecode/templates/email_templates/pull_request_comment.mako:83
7784 8134 #, python-format
7785 8135 msgid "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\""
7786 8136 msgstr ""
7787 8137
7788 #: rhodecode/templates/email_templates/pull_request_comment.mako:45
8138 #: rhodecode/templates/email_templates/pull_request_comment.mako:46
7789 8139 msgid "Source repository"
7790 8140 msgstr ""
7791 8141
7792 #: rhodecode/templates/email_templates/pull_request_comment.mako:54
8142 #: rhodecode/templates/email_templates/pull_request_comment.mako:55
7793 8143 #, python-format
7794 8144 msgid "%(user)s submitted pull request #%(pr_id)s status: *%(status)s*"
7795 8145 msgstr ""
7796 8146
7797 #: rhodecode/templates/email_templates/pull_request_comment.mako:56
8147 #: rhodecode/templates/email_templates/pull_request_comment.mako:57
7798 8148 #, python-format
7799 8149 msgid ""
7800 8150 "%(user)s submitted pull request #%(pr_id)s status: *%(status)s and closed*"
7801 8151 msgstr ""
7802 8152
7803 #: rhodecode/templates/email_templates/pull_request_comment.mako:80
8153 #: rhodecode/templates/email_templates/pull_request_comment.mako:81
7804 8154 #, python-format
7805 8155 msgid ""
7806 8156 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" "
7807 8157 "(file:`%(comment_file)s`)"
7808 8158 msgstr ""
7809 8159
7810 #: rhodecode/templates/email_templates/pull_request_comment.mako:86
8160 #: rhodecode/templates/email_templates/pull_request_comment.mako:87
7811 8161 #, python-format
7812 8162 msgid "submitted pull request status: %(status)s"
7813 8163 msgstr ""
7814 8164
7815 #: rhodecode/templates/email_templates/pull_request_comment.mako:88
8165 #: rhodecode/templates/email_templates/pull_request_comment.mako:89
7816 8166 #, python-format
7817 8167 msgid "submitted pull request status: %(status)s and closed"
7818 8168 msgstr ""
7819 8169
7820 #: rhodecode/templates/email_templates/pull_request_review.mako:5
7821 #, python-format
7822 msgid "%(user)s wants you to review pull request #%(pr_url)s: \"%(pr_title)s\""
7823 msgstr ""
7824
7825 #: rhodecode/templates/email_templates/pull_request_review.mako:17
8170 #: rhodecode/templates/email_templates/pull_request_comment.mako:95
8171 msgid "Submitted status"
8172 msgstr ""
8173
8174 #: rhodecode/templates/email_templates/pull_request_review.mako:14
8175 #, python-format
8176 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\""
8177 msgstr ""
8178
8179 #: rhodecode/templates/email_templates/pull_request_review.mako:34
7826 8180 #, python-format
7827 8181 msgid ""
7828 8182 "Pull request from %(source_ref_type)s:%(source_ref_name)s of %(repo_url)s "
7829 8183 "into %(target_ref_type)s:%(target_ref_name)s"
7830 8184 msgstr ""
7831 8185
7832 #: rhodecode/templates/email_templates/pull_request_review.mako:26
8186 #: rhodecode/templates/email_templates/pull_request_review.mako:37
7833 8187 msgid "Link"
7834 8188 msgstr ""
7835 8189
7836 #: rhodecode/templates/email_templates/pull_request_review.mako:35
8190 #: rhodecode/templates/email_templates/pull_request_review.mako:46
7837 8191 #, python-format
7838 8192 msgid "Commit (%(num)s)"
7839 8193 msgid_plural "Commits (%(num)s)"
7840 8194 msgstr[0] ""
7841 8195 msgstr[1] ""
7842 8196
7843 #: rhodecode/templates/email_templates/pull_request_review.mako:47
8197 #: rhodecode/templates/email_templates/pull_request_review.mako:71
7844 8198 #, python-format
7845 8199 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\"."
7846 8200 msgstr ""
7847 8201
7848 #: rhodecode/templates/email_templates/pull_request_review.mako:49
8202 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7849 8203 #, python-format
7850 8204 msgid "%(source_ref_type)s of %(source_repo_url)s"
7851 8205 msgstr ""
7852 8206
7853 #: rhodecode/templates/email_templates/pull_request_review.mako:50
8207 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7854 8208 #, python-format
7855 8209 msgid "%(target_ref_type)s of %(target_repo_url)s"
7856 8210 msgstr ""
7857 8211
7858 #: rhodecode/templates/email_templates/pull_request_review.mako:52
8212 #: rhodecode/templates/email_templates/pull_request_review.mako:76
7859 8213 #: rhodecode/templates/summary/components.html:95
7860 8214 #: rhodecode/templates/summary/components.html:98
7861 8215 #, python-format
@@ -8096,13 +8450,13 b' msgid "Delete file"'
8096 8450 msgstr ""
8097 8451
8098 8452 #: rhodecode/templates/files/files_delete.html:45
8099 #: rhodecode/templates/files/files_source.html:49
8453 #: rhodecode/templates/files/files_source.html:50
8100 8454 #, python-format
8101 8455 msgid "Binary file (%s)"
8102 8456 msgstr ""
8103 8457
8104 8458 #: rhodecode/templates/files/files_delete.html:50
8105 #: rhodecode/templates/files/files_source.html:61
8459 #: rhodecode/templates/files/files_source.html:62
8106 8460 msgid "File is too big to display"
8107 8461 msgstr ""
8108 8462
@@ -8172,44 +8526,44 b' msgid_plural "lines"'
8172 8526 msgstr[0] ""
8173 8527 msgstr[1] ""
8174 8528
8175 #: rhodecode/templates/files/files_source.html:12
8529 #: rhodecode/templates/files/files_source.html:13
8176 8530 msgid "History"
8177 8531 msgstr ""
8178 8532
8179 #: rhodecode/templates/files/files_source.html:15
8533 #: rhodecode/templates/files/files_source.html:16
8180 8534 #: rhodecode/templates/search/search_content.html:68
8181 8535 msgid "Show Full History"
8182 8536 msgstr ""
8183 8537
8184 #: rhodecode/templates/files/files_source.html:20
8538 #: rhodecode/templates/files/files_source.html:21
8185 8539 #: rhodecode/templates/search/search_content.html:70
8186 8540 msgid "Annotation"
8187 8541 msgstr ""
8188 8542
8189 #: rhodecode/templates/files/files_source.html:22
8543 #: rhodecode/templates/files/files_source.html:23
8190 8544 #: rhodecode/templates/search/search_content.html:71
8191 8545 msgid "Raw"
8192 8546 msgstr ""
8193 8547
8194 #: rhodecode/templates/files/files_source.html:24
8548 #: rhodecode/templates/files/files_source.html:25
8195 8549 #: rhodecode/templates/search/search_content.html:73
8196 8550 msgid "Download"
8197 8551 msgstr ""
8198 8552
8199 #: rhodecode/templates/files/files_source.html:31
8553 #: rhodecode/templates/files/files_source.html:32
8200 8554 #, python-format
8201 8555 msgid "Edit on Branch:%s"
8202 8556 msgstr ""
8203 8557
8204 #: rhodecode/templates/files/files_source.html:36
8558 #: rhodecode/templates/files/files_source.html:37
8205 8559 msgid "Editing binary files not allowed"
8206 8560 msgstr ""
8207 8561
8208 #: rhodecode/templates/files/files_source.html:39
8209 msgid "Editing files allowed only when on branch head commit"
8210 msgstr ""
8211
8212 8562 #: rhodecode/templates/files/files_source.html:40
8563 msgid "Editing files allowed only when on branch head commit"
8564 msgstr ""
8565
8566 #: rhodecode/templates/files/files_source.html:41
8213 8567 msgid "Deleting files allowed only when on branch head commit"
8214 8568 msgstr ""
8215 8569
1 NO CONTENT: modified file, binary diff hidden
This diff has been collapsed as it changes many lines, (1186 lines changed) Show them Hide them
@@ -8,8 +8,8 b' msgid ""'
8 8 msgstr ""
9 9 "Project-Id-Version: RhodeCode\n"
10 10 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
11 "POT-Creation-Date: 2016-08-02 20:55+0000\n"
12 "PO-Revision-Date: 2016-08-02 20:57+0000\n"
11 "POT-Creation-Date: 2016-09-15 14:11+0000\n"
12 "PO-Revision-Date: 2016-09-15 14:12+0000\n"
13 13 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
14 14 "Language-Team: French (http://www.transifex.com/rhodecode/RhodeCode/language/fr/)\n"
15 15 "MIME-Version: 1.0\n"
@@ -20,7 +20,7 b' msgstr ""'
20 20 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
21 21
22 22 #: rhodecode/admin/navigation.py:74 rhodecode/authentication/routes.py:60
23 #: rhodecode/integrations/views.py:126
23 #: rhodecode/integrations/views.py:168
24 24 #: rhodecode/templates/admin/permissions/permissions.html:36
25 25 msgid "Global"
26 26 msgstr ""
@@ -43,7 +43,8 b' msgstr ""'
43 43 msgid "Issue Tracker"
44 44 msgstr ""
45 45
46 #: rhodecode/admin/navigation.py:80 rhodecode/templates/register.html:76
46 #: rhodecode/admin/navigation.py:80 rhodecode/integrations/types/email.py:232
47 #: rhodecode/templates/register.html:76
47 48 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
48 49 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
49 50 #: rhodecode/templates/admin/users/user_add.html:86
@@ -63,12 +64,18 b' msgid "Full Text Search"'
63 64 msgstr ""
64 65
65 66 #: rhodecode/admin/navigation.py:83
66 #: rhodecode/templates/admin/integrations/base.html:21
67 #: rhodecode/templates/admin/integrations/edit.html:8
68 #: rhodecode/templates/admin/integrations/edit.html:19
69 #: rhodecode/templates/admin/integrations/list.html:15
70 #: rhodecode/templates/admin/integrations/list.html:19
71 #: rhodecode/templates/admin/integrations/list.html:26
67 #: rhodecode/templates/admin/integrations/base.html:23
68 #: rhodecode/templates/admin/integrations/form.html:8
69 #: rhodecode/templates/admin/integrations/form.html:21
70 #: rhodecode/templates/admin/integrations/form.html:32
71 #: rhodecode/templates/admin/integrations/list.html:21
72 #: rhodecode/templates/admin/integrations/list.html:25
73 #: rhodecode/templates/admin/integrations/list.html:29
74 #: rhodecode/templates/admin/integrations/list.html:36
75 #: rhodecode/templates/admin/integrations/new.html:9
76 #: rhodecode/templates/admin/integrations/new.html:17
77 #: rhodecode/templates/admin/integrations/new.html:23
78 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:51
72 79 #: rhodecode/templates/admin/repos/repo_edit.html:72
73 80 #: rhodecode/templates/base/base.html:84
74 81 msgid "Integrations"
@@ -91,9 +98,9 b' msgstr ""'
91 98 msgid "Enable or disable this authentication plugin."
92 99 msgstr ""
93 100
94 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:37
95 #: rhodecode/templates/admin/integrations/list.html:62
96 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
101 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:32
102 #: rhodecode/model/validation_schema/schemas/integration_schema.py:197
103 #: rhodecode/templates/admin/integrations/list.html:101
97 104 msgid "Enabled"
98 105 msgstr "Autorisée"
99 106
@@ -396,12 +403,12 b' msgstr ""'
396 403
397 404 #: rhodecode/controllers/changeset.py:335
398 405 #: rhodecode/controllers/pullrequests.py:750
399 #: rhodecode/model/pull_request.py:843
406 #: rhodecode/model/pull_request.py:842
400 407 #, python-format
401 408 msgid "Status change %(transition_icon)s %(status)s"
402 409 msgstr ""
403 410
404 #: rhodecode/controllers/changeset.py:372
411 #: rhodecode/controllers/changeset.py:373
405 412 msgid ""
406 413 "Changing the status of a commit associated with a closed pull request is not"
407 414 " allowed"
@@ -544,14 +551,14 b' msgstr ""'
544 551 msgid "Changesets"
545 552 msgstr "Changesets"
546 553
547 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:251
554 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:259
548 555 #: rhodecode/model/pull_request.py:1059 rhodecode/model/scm.py:780
549 #: rhodecode/templates/base/vcs_settings.html:138
556 #: rhodecode/templates/base/vcs_settings.html:185
550 557 msgid "Branches"
551 558 msgstr "Branches"
552 559
553 560 #: rhodecode/controllers/files.py:1030 rhodecode/model/scm.py:795
554 #: rhodecode/templates/base/vcs_settings.html:163
561 #: rhodecode/templates/base/vcs_settings.html:210
555 562 msgid "Tags"
556 563 msgstr "Tags"
557 564
@@ -657,30 +664,30 b' msgid "Close Pull Request"'
657 664 msgstr ""
658 665
659 666 #: rhodecode/controllers/pullrequests.py:754
660 #: rhodecode/model/pull_request.py:847
667 #: rhodecode/model/pull_request.py:846
661 668 msgid "Closing with"
662 669 msgstr ""
663 670
664 #: rhodecode/controllers/pullrequests.py:802
671 #: rhodecode/controllers/pullrequests.py:804
665 672 #, python-format
666 673 msgid ""
667 674 "Closing pull request on other statuses than rejected or approved is "
668 675 "forbidden. Calculated status from all reviewers is currently: %s"
669 676 msgstr ""
670 677
671 #: rhodecode/controllers/summary.py:235
678 #: rhodecode/controllers/summary.py:243
672 679 msgid "Branch"
673 680 msgstr ""
674 681
675 #: rhodecode/controllers/summary.py:236
682 #: rhodecode/controllers/summary.py:244
676 683 msgid "Tag"
677 684 msgstr ""
678 685
679 #: rhodecode/controllers/summary.py:237
686 #: rhodecode/controllers/summary.py:245
680 687 msgid "Bookmark"
681 688 msgstr ""
682 689
683 #: rhodecode/controllers/summary.py:252
690 #: rhodecode/controllers/summary.py:260
684 691 msgid "Closed branches"
685 692 msgstr ""
686 693
@@ -693,37 +700,37 b' msgid "Error occurred during update of d'
693 700 msgstr ""
694 701
695 702 #: rhodecode/controllers/admin/gists.py:63
696 #: rhodecode/controllers/admin/my_account.py:307
703 #: rhodecode/controllers/admin/my_account.py:317
697 704 #: rhodecode/controllers/admin/users.py:431
698 705 msgid "forever"
699 706 msgstr ""
700 707
701 708 #: rhodecode/controllers/admin/gists.py:64
702 #: rhodecode/controllers/admin/my_account.py:308
709 #: rhodecode/controllers/admin/my_account.py:318
703 710 #: rhodecode/controllers/admin/users.py:432
704 711 msgid "5 minutes"
705 712 msgstr "5 minute"
706 713
707 714 #: rhodecode/controllers/admin/gists.py:65
708 #: rhodecode/controllers/admin/my_account.py:309
715 #: rhodecode/controllers/admin/my_account.py:319
709 716 #: rhodecode/controllers/admin/users.py:433
710 717 msgid "1 hour"
711 718 msgstr "1 heure"
712 719
713 720 #: rhodecode/controllers/admin/gists.py:66
714 #: rhodecode/controllers/admin/my_account.py:310
721 #: rhodecode/controllers/admin/my_account.py:320
715 722 #: rhodecode/controllers/admin/users.py:434
716 723 msgid "1 day"
717 724 msgstr "1 jour"
718 725
719 726 #: rhodecode/controllers/admin/gists.py:67
720 #: rhodecode/controllers/admin/my_account.py:311
727 #: rhodecode/controllers/admin/my_account.py:321
721 728 #: rhodecode/controllers/admin/users.py:435
722 729 msgid "1 month"
723 730 msgstr "1 mois"
724 731
725 732 #: rhodecode/controllers/admin/gists.py:71
726 #: rhodecode/controllers/admin/my_account.py:313
733 #: rhodecode/controllers/admin/my_account.py:323
727 734 #: rhodecode/controllers/admin/users.py:437
728 735 msgid "Lifetime"
729 736 msgstr ""
@@ -777,60 +784,61 b' msgstr ""'
777 784 msgid "%(expiry)s - current value"
778 785 msgstr ""
779 786
780 #: rhodecode/controllers/admin/my_account.py:70
787 #: rhodecode/controllers/admin/my_account.py:74
781 788 msgid "You can't edit this user since it's crucial for entire application"
782 789 msgstr "Vous ne pouvez pas éditer cet utilisateur ; il est nécessaire pour le bon fonctionnement de l’application."
783 790
784 #: rhodecode/controllers/admin/my_account.py:128
791 #: rhodecode/controllers/admin/my_account.py:132
785 792 msgid "Your account was updated successfully"
786 793 msgstr "Votre compte a été mis à jour avec succès"
787 794
788 #: rhodecode/controllers/admin/my_account.py:143
795 #: rhodecode/controllers/admin/my_account.py:147
789 796 #: rhodecode/controllers/admin/users.py:218
790 797 #, python-format
791 798 msgid "Error occurred during update of user %s"
792 799 msgstr ""
793 800
794 #: rhodecode/controllers/admin/my_account.py:202
801 #: rhodecode/controllers/admin/my_account.py:213
802 #: rhodecode/controllers/admin/my_account.py:219
803 msgid "Error occurred during update of user password"
804 msgstr ""
805
806 #: rhodecode/controllers/admin/my_account.py:226
795 807 msgid "Successfully updated password"
796 808 msgstr ""
797 809
798 #: rhodecode/controllers/admin/my_account.py:213
799 msgid "Error occurred during update of user password"
800 msgstr ""
801
802 #: rhodecode/controllers/admin/my_account.py:261
810 #: rhodecode/controllers/admin/my_account.py:271
803 811 #: rhodecode/controllers/admin/users.py:611
804 812 #, python-format
805 813 msgid "Added new email address `%s` for user account"
806 814 msgstr ""
807 815
808 #: rhodecode/controllers/admin/my_account.py:268
816 #: rhodecode/controllers/admin/my_account.py:278
809 817 #: rhodecode/controllers/admin/users.py:618
810 818 msgid "An error occurred during email saving"
811 819 msgstr "Une erreur est survenue durant l’enregistrement de l’e-mail."
812 820
813 #: rhodecode/controllers/admin/my_account.py:278
821 #: rhodecode/controllers/admin/my_account.py:288
814 822 #: rhodecode/controllers/admin/users.py:633
815 823 msgid "Removed email address from user account"
816 824 msgstr ""
817 825
818 #: rhodecode/controllers/admin/my_account.py:316
826 #: rhodecode/controllers/admin/my_account.py:326
819 827 #: rhodecode/controllers/admin/users.py:440
820 828 msgid "Role"
821 829 msgstr ""
822 830
823 #: rhodecode/controllers/admin/my_account.py:329
831 #: rhodecode/controllers/admin/my_account.py:339
824 832 #: rhodecode/controllers/admin/users.py:464
825 833 msgid "Auth token successfully created"
826 834 msgstr ""
827 835
828 #: rhodecode/controllers/admin/my_account.py:342
836 #: rhodecode/controllers/admin/my_account.py:352
829 837 #: rhodecode/controllers/admin/users.py:483
830 838 msgid "Auth token successfully reset"
831 839 msgstr ""
832 840
833 #: rhodecode/controllers/admin/my_account.py:346
841 #: rhodecode/controllers/admin/my_account.py:356
834 842 #: rhodecode/controllers/admin/users.py:487
835 843 msgid "Auth token successfully deleted"
836 844 msgstr ""
@@ -1050,18 +1058,18 b' msgid "Error occurred during deleting is'
1050 1058 msgstr ""
1051 1059
1052 1060 #: rhodecode/controllers/admin/repos.py:721
1053 #: rhodecode/controllers/admin/settings.py:363
1061 #: rhodecode/controllers/admin/settings.py:366
1054 1062 msgid "Removed issue tracker entry"
1055 1063 msgstr ""
1056 1064
1057 1065 #: rhodecode/controllers/admin/repos.py:751
1058 #: rhodecode/controllers/admin/settings.py:409
1066 #: rhodecode/controllers/admin/settings.py:412
1059 1067 msgid "Updated issue tracker entries"
1060 1068 msgstr ""
1061 1069
1062 1070 #: rhodecode/controllers/admin/repos.py:812
1063 #: rhodecode/controllers/admin/settings.py:142
1064 #: rhodecode/controllers/admin/settings.py:719
1071 #: rhodecode/controllers/admin/settings.py:143
1072 #: rhodecode/controllers/admin/settings.py:722
1065 1073 msgid "Some form inputs contain invalid data."
1066 1074 msgstr ""
1067 1075
@@ -1070,86 +1078,70 b' msgid "Error occurred during updating re'
1070 1078 msgstr ""
1071 1079
1072 1080 #: rhodecode/controllers/admin/repos.py:834
1073 #: rhodecode/controllers/admin/settings.py:168
1081 #: rhodecode/controllers/admin/settings.py:171
1074 1082 msgid "Updated VCS settings"
1075 1083 msgstr "Réglages des gestionnaires de versions mis à jour."
1076 1084
1077 #: rhodecode/controllers/admin/settings.py:164
1078 #: rhodecode/controllers/admin/settings.py:267
1085 #: rhodecode/controllers/admin/settings.py:167
1086 #: rhodecode/controllers/admin/settings.py:270
1079 1087 msgid "Error occurred during updating application settings"
1080 1088 msgstr ""
1081 1089
1082 #: rhodecode/controllers/admin/settings.py:211
1090 #: rhodecode/controllers/admin/settings.py:214
1083 1091 #, python-format
1084 1092 msgid "Repositories successfully rescanned added: %s ; removed: %s"
1085 1093 msgstr ""
1086 1094
1087 #: rhodecode/controllers/admin/settings.py:263
1095 #: rhodecode/controllers/admin/settings.py:266
1088 1096 msgid "Updated application settings"
1089 1097 msgstr "Réglages mis à jour"
1090 1098
1091 #: rhodecode/controllers/admin/settings.py:327
1099 #: rhodecode/controllers/admin/settings.py:330
1092 1100 msgid "Updated visualisation settings"
1093 1101 msgstr "Réglages d’affichage mis à jour."
1094 1102
1095 #: rhodecode/controllers/admin/settings.py:330
1103 #: rhodecode/controllers/admin/settings.py:333
1096 1104 msgid "Error occurred during updating visualisation settings"
1097 1105 msgstr ""
1098 1106
1099 #: rhodecode/controllers/admin/settings.py:422
1107 #: rhodecode/controllers/admin/settings.py:425
1100 1108 msgid "Please enter email address"
1101 1109 msgstr ""
1102 1110
1103 #: rhodecode/controllers/admin/settings.py:440
1111 #: rhodecode/controllers/admin/settings.py:443
1104 1112 msgid "Send email task created"
1105 1113 msgstr ""
1106 1114
1107 #: rhodecode/controllers/admin/settings.py:473
1115 #: rhodecode/controllers/admin/settings.py:476
1108 1116 msgid "Added new hook"
1109 1117 msgstr "Le nouveau hook a été ajouté."
1110 1118
1111 #: rhodecode/controllers/admin/settings.py:488
1119 #: rhodecode/controllers/admin/settings.py:491
1112 1120 msgid "Updated hooks"
1113 1121 msgstr "Hooks mis à jour"
1114 1122
1115 #: rhodecode/controllers/admin/settings.py:492
1123 #: rhodecode/controllers/admin/settings.py:495
1116 1124 msgid "Error occurred during hook creation"
1117 1125 msgstr ""
1118 1126
1119 #: rhodecode/controllers/admin/settings.py:540
1127 #: rhodecode/controllers/admin/settings.py:543
1120 1128 #, python-format
1121 1129 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
1122 1130 msgstr ""
1123 1131
1124 #: rhodecode/controllers/admin/settings.py:544
1132 #: rhodecode/controllers/admin/settings.py:547
1125 1133 #, python-format
1126 1134 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
1127 1135 msgstr ""
1128 1136
1129 #: rhodecode/controllers/admin/settings.py:740
1137 #: rhodecode/controllers/admin/settings.py:743
1130 1138 msgid "Error occurred during updating labs settings"
1131 1139 msgstr ""
1132 1140
1133 #: rhodecode/controllers/admin/settings.py:745
1141 #: rhodecode/controllers/admin/settings.py:748
1134 1142 msgid "Updated Labs settings"
1135 1143 msgstr ""
1136 1144
1137 #: rhodecode/controllers/admin/settings.py:795
1138 msgid "Subversion HTTP Support"
1139 msgstr ""
1140
1141 #: rhodecode/controllers/admin/settings.py:796
1142 msgid "Proxy subversion HTTP requests"
1143 msgstr ""
1144
1145 #: rhodecode/controllers/admin/settings.py:802
1146 msgid "Subversion HTTP Server URL"
1147 msgstr ""
1148
1149 #: rhodecode/controllers/admin/settings.py:804
1150 msgid "e.g. http://localhost:8080/"
1151 msgstr ""
1152
1153 1145 #: rhodecode/controllers/admin/user_groups.py:168
1154 1146 #, python-format
1155 1147 msgid "Created user group %(user_group_link)s"
@@ -1332,38 +1324,50 b' msgstr ""'
1332 1324 msgid "pullrequest commented"
1333 1325 msgstr ""
1334 1326
1335 #: rhodecode/events/repo.py:135
1327 #: rhodecode/events/repo.py:136
1336 1328 msgid "repository pre create"
1337 1329 msgstr ""
1338 1330
1339 #: rhodecode/events/repo.py:144
1331 #: rhodecode/events/repo.py:145
1340 1332 msgid "repository created"
1341 1333 msgstr ""
1342 1334
1343 #: rhodecode/events/repo.py:153
1335 #: rhodecode/events/repo.py:154
1344 1336 msgid "repository pre delete"
1345 1337 msgstr ""
1346 1338
1347 #: rhodecode/events/repo.py:162
1339 #: rhodecode/events/repo.py:163
1348 1340 msgid "repository deleted"
1349 1341 msgstr ""
1350 1342
1351 #: rhodecode/events/repo.py:193
1343 #: rhodecode/events/repo.py:199
1352 1344 msgid "repository pre pull"
1353 1345 msgstr ""
1354 1346
1355 #: rhodecode/events/repo.py:202
1347 #: rhodecode/events/repo.py:208
1356 1348 msgid "repository pull"
1357 1349 msgstr ""
1358 1350
1359 #: rhodecode/events/repo.py:211
1351 #: rhodecode/events/repo.py:217
1360 1352 msgid "repository pre push"
1361 1353 msgstr ""
1362 1354
1363 #: rhodecode/events/repo.py:222
1355 #: rhodecode/events/repo.py:228
1364 1356 msgid "repository push"
1365 1357 msgstr ""
1366 1358
1359 #: rhodecode/events/repo_group.py:62
1360 msgid "repository group created"
1361 msgstr ""
1362
1363 #: rhodecode/events/repo_group.py:71
1364 msgid "repository group deleted"
1365 msgstr ""
1366
1367 #: rhodecode/events/repo_group.py:80
1368 msgid "repository group update"
1369 msgstr ""
1370
1367 1371 #: rhodecode/events/user.py:34
1368 1372 msgid "user registered"
1369 1373 msgstr ""
@@ -1376,42 +1380,202 b' msgstr ""'
1376 1380 msgid "user pre update"
1377 1381 msgstr ""
1378 1382
1379 #: rhodecode/integrations/schema.py:35
1383 #: rhodecode/forms/__init__.py:32 rhodecode/templates/admin/gists/new.html:62
1384 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
1385 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
1386 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
1387 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
1388 #: rhodecode/templates/admin/permissions/permissions_application.html:51
1389 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
1390 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
1391 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
1392 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
1393 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
1394 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
1395 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
1396 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
1397 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
1398 #: rhodecode/templates/admin/settings/settings_global.html:110
1399 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
1400 #: rhodecode/templates/admin/settings/settings_labs.html:49
1401 #: rhodecode/templates/admin/settings/settings_vcs.html:14
1402 #: rhodecode/templates/admin/settings/settings_visual.html:220
1403 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
1404 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
1405 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
1406 #: rhodecode/templates/admin/users/user_edit_emails.html:63
1407 #: rhodecode/templates/admin/users/user_edit_ips.html:70
1408 #: rhodecode/templates/admin/users/user_edit_profile.html:135
1409 #: rhodecode/templates/base/default_perms_box.html:89
1410 msgid "Reset"
1411 msgstr "Réinitialiser"
1412
1413 #: rhodecode/forms/__init__.py:33 rhodecode/templates/admin/gists/show.html:49
1414 #: rhodecode/templates/admin/integrations/list.html:211
1415 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
1416 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
1417 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:62
1418 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
1419 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
1420 #: rhodecode/templates/admin/settings/settings_hooks.html:46
1421 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
1422 #: rhodecode/templates/admin/users/user_edit_emails.html:31
1423 #: rhodecode/templates/admin/users/user_edit_ips.html:34
1424 #: rhodecode/templates/base/issue_tracker_settings.html:70
1425 #: rhodecode/templates/base/vcs_settings.html:194
1426 #: rhodecode/templates/base/vcs_settings.html:219
1427 #: rhodecode/templates/changeset/changeset_file_comment.html:49
1428 #: rhodecode/templates/changeset/changeset_file_comment.html:99
1429 #: rhodecode/templates/data_table/_dt_elements.html:119
1430 #: rhodecode/templates/data_table/_dt_elements.html:176
1431 #: rhodecode/templates/data_table/_dt_elements.html:190
1432 #: rhodecode/templates/data_table/_dt_elements.html:202
1433 #: rhodecode/templates/debug_style/buttons.html:132
1434 #: rhodecode/templates/files/files_source.html:34
1435 #: rhodecode/templates/files/files_source.html:38
1436 #: rhodecode/templates/files/files_source.html:41
1437 msgid "Delete"
1438 msgstr "Supprimer"
1439
1440 #: rhodecode/integrations/schema.py:30
1441 #: rhodecode/model/validation_schema/schemas/integration_schema.py:195
1380 1442 msgid "Enable or disable this integration."
1381 1443 msgstr ""
1382 1444
1383 #: rhodecode/integrations/schema.py:42
1445 #: rhodecode/integrations/schema.py:37
1446 #: rhodecode/model/validation_schema/schemas/integration_schema.py:176
1384 1447 msgid "Short name for this integration."
1385 1448 msgstr ""
1386 1449
1387 #: rhodecode/integrations/schema.py:44
1450 #: rhodecode/integrations/schema.py:39
1451 #: rhodecode/model/validation_schema/schemas/integration_schema.py:178
1388 1452 msgid "Integration name"
1389 1453 msgstr ""
1390 1454
1455 #: rhodecode/integrations/schema.py:51
1456 msgid ""
1457 "Limit integrations to to work only on the direct children repositories of "
1458 "this repository group (no subgroups)"
1459 msgstr ""
1460
1461 #: rhodecode/integrations/schema.py:55
1462 msgid "Limit to childen repos only"
1463 msgstr ""
1464
1465 #: rhodecode/integrations/schema.py:63
1466 msgid "Limit integrations to to work only on root level repositories"
1467 msgstr ""
1468
1469 #: rhodecode/integrations/schema.py:66
1470 msgid "Root repositories only"
1471 msgstr ""
1472
1473 #: rhodecode/integrations/views.py:162
1474 msgid "{repo_name} repository"
1475 msgstr ""
1476
1477 #: rhodecode/integrations/views.py:165
1478 msgid "{repo_group_name} repo group"
1479 msgstr ""
1480
1391 1481 #: rhodecode/integrations/views.py:172
1482 msgid "{name} integration"
1483 msgstr ""
1484
1485 #: rhodecode/integrations/views.py:186
1392 1486 msgid "Integration {integration_name} deleted successfully."
1393 1487 msgstr ""
1394 1488
1395 #: rhodecode/integrations/views.py:200
1489 #: rhodecode/integrations/views.py:266
1396 1490 msgid ""
1397 1491 "Errors exist when saving integration settings. Please check the form inputs."
1398 1492 msgstr ""
1399 1493
1400 #: rhodecode/integrations/views.py:220
1494 #: rhodecode/integrations/views.py:292
1401 1495 msgid "Integration {integration_name} updated successfully."
1402 1496 msgstr ""
1403 1497
1498 #: rhodecode/integrations/types/email.py:214
1499 msgid "Recipients"
1500 msgstr ""
1501
1502 #: rhodecode/integrations/types/email.py:215
1503 msgid "Email addresses to send push events to"
1504 msgstr ""
1505
1506 #: rhodecode/integrations/types/email.py:220
1507 #: rhodecode/integrations/types/email.py:221
1508 msgid "Email address"
1509 msgstr "Adresse e-mail"
1510
1511 #: rhodecode/integrations/types/email.py:233
1512 msgid "Send repo push summaries to a list of recipients via email"
1513 msgstr ""
1514
1515 #: rhodecode/integrations/types/hipchat.py:43
1516 msgid "Yellow"
1517 msgstr ""
1518
1519 #: rhodecode/integrations/types/hipchat.py:44
1520 msgid "Red"
1521 msgstr ""
1522
1523 #: rhodecode/integrations/types/hipchat.py:45
1524 msgid "Green"
1525 msgstr ""
1526
1527 #: rhodecode/integrations/types/hipchat.py:46
1528 msgid "Purple"
1529 msgstr ""
1530
1531 #: rhodecode/integrations/types/hipchat.py:47
1532 msgid "Gray"
1533 msgstr ""
1534
1535 #: rhodecode/integrations/types/hipchat.py:52
1536 msgid "Hipchat server URL"
1537 msgstr ""
1538
1539 #: rhodecode/integrations/types/hipchat.py:53
1540 msgid "Hipchat integration url."
1541 msgstr ""
1542
1543 #: rhodecode/integrations/types/hipchat.py:63
1544 msgid "Notify"
1545 msgstr ""
1546
1547 #: rhodecode/integrations/types/hipchat.py:64
1548 msgid "Make a notification to the users in room."
1549 msgstr ""
1550
1551 #: rhodecode/integrations/types/hipchat.py:70
1552 msgid "Color"
1553 msgstr ""
1554
1555 #: rhodecode/integrations/types/hipchat.py:71
1556 msgid "Background color of message."
1557 msgstr ""
1558
1559 #: rhodecode/integrations/types/hipchat.py:99
1560 msgid "Hipchat"
1561 msgstr ""
1562
1563 #: rhodecode/integrations/types/hipchat.py:100
1564 msgid ""
1565 "Send events such as repo pushes and pull requests to your hipchat channel."
1566 msgstr ""
1567
1568 #: rhodecode/integrations/types/slack.py:44
1569 msgid "Slack service URL"
1570 msgstr ""
1571
1404 1572 #: rhodecode/integrations/types/slack.py:45
1405 msgid "Slack service URL"
1406 msgstr ""
1407
1408 #: rhodecode/integrations/types/slack.py:46
1409 1573 msgid ""
1410 1574 "This can be setup at the <a href=\"https://my.slack.com/services/new"
1411 1575 "/incoming-webhook/\">slack app manager</a>"
1412 1576 msgstr ""
1413 1577
1414 #: rhodecode/integrations/types/slack.py:59 rhodecode/templates/login.html:43
1578 #: rhodecode/integrations/types/slack.py:58 rhodecode/templates/login.html:43
1415 1579 #: rhodecode/templates/register.html:41
1416 1580 #: rhodecode/templates/admin/admin_log.html:7
1417 1581 #: rhodecode/templates/admin/my_account/my_account_profile.html:24
@@ -1427,35 +1591,40 b' msgstr ""'
1427 1591 msgid "Username"
1428 1592 msgstr "Nom d’utilisateur"
1429 1593
1430 #: rhodecode/integrations/types/slack.py:60
1594 #: rhodecode/integrations/types/slack.py:59
1431 1595 msgid "Username to show notifications coming from."
1432 1596 msgstr ""
1433 1597
1598 #: rhodecode/integrations/types/slack.py:68
1599 msgid "Channel"
1600 msgstr ""
1601
1434 1602 #: rhodecode/integrations/types/slack.py:69
1435 msgid "Channel"
1436 msgstr ""
1437
1438 #: rhodecode/integrations/types/slack.py:70
1439 1603 msgid "Channel to send notifications to."
1440 1604 msgstr ""
1441 1605
1606 #: rhodecode/integrations/types/slack.py:78
1607 msgid "Emoji"
1608 msgstr ""
1609
1442 1610 #: rhodecode/integrations/types/slack.py:79
1443 msgid "Emoji"
1444 msgstr ""
1445
1446 #: rhodecode/integrations/types/slack.py:80
1447 1611 msgid "Emoji to use eg. :studio_microphone:"
1448 1612 msgstr ""
1449 1613
1450 #: rhodecode/integrations/types/slack.py:107
1614 #: rhodecode/integrations/types/slack.py:101
1451 1615 msgid "Slack"
1452 1616 msgstr ""
1453 1617
1618 #: rhodecode/integrations/types/slack.py:102
1619 msgid ""
1620 "Send events such as repo pushes and pull requests to your slack channel."
1621 msgstr ""
1622
1623 #: rhodecode/integrations/types/webhook.py:40
1624 msgid "Webhook URL"
1625 msgstr ""
1626
1454 1627 #: rhodecode/integrations/types/webhook.py:41
1455 msgid "Webhook URL"
1456 msgstr ""
1457
1458 #: rhodecode/integrations/types/webhook.py:42
1459 1628 msgid "URL of the webhook to receive POST event."
1460 1629 msgstr ""
1461 1630
@@ -1467,10 +1636,14 b' msgstr ""'
1467 1636 msgid "String used to validate received payloads."
1468 1637 msgstr ""
1469 1638
1470 #: rhodecode/integrations/types/webhook.py:62
1639 #: rhodecode/integrations/types/webhook.py:65
1471 1640 msgid "Webhook"
1472 1641 msgstr ""
1473 1642
1643 #: rhodecode/integrations/types/webhook.py:66
1644 msgid "Post json events to a webhook endpoint"
1645 msgstr ""
1646
1474 1647 #: rhodecode/lib/action_parser.py:89
1475 1648 msgid "[deleted] repository"
1476 1649 msgstr "[a supprimé] le dépôt"
@@ -1594,80 +1767,80 b' msgstr ""'
1594 1767 msgid "Commit not found"
1595 1768 msgstr ""
1596 1769
1597 #: rhodecode/lib/auth.py:1180
1770 #: rhodecode/lib/auth.py:1185
1598 1771 #, python-format
1599 1772 msgid "IP %s not allowed"
1600 1773 msgstr ""
1601 1774
1602 #: rhodecode/lib/auth.py:1254
1775 #: rhodecode/lib/auth.py:1259
1603 1776 msgid "You need to be a registered user to perform this action"
1604 1777 msgstr "Vous devez être un utilisateur enregistré pour effectuer cette action."
1605 1778
1606 #: rhodecode/lib/auth.py:1302
1779 #: rhodecode/lib/auth.py:1307
1607 1780 #, python-format
1608 1781 msgid "Action not supported for %s."
1609 1782 msgstr ""
1610 1783
1611 #: rhodecode/lib/auth.py:1339
1784 #: rhodecode/lib/auth.py:1344
1612 1785 msgid "You need to be signed in to view this page"
1613 1786 msgstr ""
1614 1787
1615 #: rhodecode/lib/base.py:545
1788 #: rhodecode/lib/base.py:550
1616 1789 #, python-format
1617 1790 msgid "The repository at %(repo_name)s cannot be located."
1618 1791 msgstr ""
1619 1792
1620 #: rhodecode/lib/diffs.py:56
1793 #: rhodecode/lib/diffs.py:62
1621 1794 msgid "Click to comment"
1622 1795 msgstr ""
1623 1796
1624 #: rhodecode/lib/diffs.py:71
1797 #: rhodecode/lib/diffs.py:77
1625 1798 msgid "Binary file"
1626 1799 msgstr ""
1627 1800
1628 #: rhodecode/lib/diffs.py:91
1801 #: rhodecode/lib/diffs.py:98
1629 1802 msgid ""
1630 1803 "Changeset was too big and was cut off, use diff menu to display this diff"
1631 1804 msgstr "Cet ensemble de changements était trop gros pour être affiché et a été découpé, utilisez le menu « Diff » pour afficher les différences."
1632 1805
1633 #: rhodecode/lib/diffs.py:102
1806 #: rhodecode/lib/diffs.py:109
1634 1807 msgid "No changes detected"
1635 1808 msgstr "Aucun changement détecté."
1636 1809
1637 #: rhodecode/lib/diffs.py:631
1810 #: rhodecode/lib/diffs.py:643
1638 1811 msgid "Click to select line"
1639 1812 msgstr ""
1640 1813
1641 #: rhodecode/lib/helpers.py:1481
1814 #: rhodecode/lib/helpers.py:1489
1642 1815 #, python-format
1643 1816 msgid " and %s more"
1644 1817 msgstr "et %s de plus"
1645 1818
1646 #: rhodecode/lib/helpers.py:1485
1819 #: rhodecode/lib/helpers.py:1493
1647 1820 msgid "No Files"
1648 1821 msgstr "Aucun fichier"
1649 1822
1650 #: rhodecode/lib/helpers.py:1558
1823 #: rhodecode/lib/helpers.py:1566
1651 1824 msgid "new file"
1652 1825 msgstr ""
1653 1826
1654 #: rhodecode/lib/helpers.py:1561
1827 #: rhodecode/lib/helpers.py:1569
1655 1828 msgid "mod"
1656 1829 msgstr ""
1657 1830
1658 #: rhodecode/lib/helpers.py:1564
1659 msgid "del"
1660 msgstr ""
1661
1662 #: rhodecode/lib/helpers.py:1567
1663 msgid "rename"
1664 msgstr ""
1665
1666 1831 #: rhodecode/lib/helpers.py:1572
1832 msgid "del"
1833 msgstr ""
1834
1835 #: rhodecode/lib/helpers.py:1575
1836 msgid "rename"
1837 msgstr ""
1838
1839 #: rhodecode/lib/helpers.py:1580
1667 1840 msgid "chmod"
1668 1841 msgstr ""
1669 1842
1670 #: rhodecode/lib/helpers.py:1819
1843 #: rhodecode/lib/helpers.py:1827
1671 1844 msgid ""
1672 1845 "Example filter terms:\n"
1673 1846 " repository:vcs\n"
@@ -1686,91 +1859,91 b' msgid ""'
1686 1859 " \"username:test AND repository:test*\"\n"
1687 1860 msgstr ""
1688 1861
1689 #: rhodecode/lib/helpers.py:1839
1862 #: rhodecode/lib/helpers.py:1847
1690 1863 #, python-format
1691 1864 msgid ""
1692 1865 "%s repository is not mapped to db perhaps it was created or renamed from the"
1693 1866 " filesystem please run the application again in order to rescan repositories"
1694 1867 msgstr "Le dépôt %s n’est pas représenté dans la base de données. Il a probablement été créé ou renommé manuellement. Veuillez relancer l’application pour rescanner les dépôts."
1695 1868
1696 #: rhodecode/lib/utils2.py:454
1869 #: rhodecode/lib/utils2.py:463
1697 1870 #, python-format
1698 1871 msgid "%d year"
1699 1872 msgid_plural "%d years"
1700 1873 msgstr[0] "%d an"
1701 1874 msgstr[1] "%d ans"
1702 1875
1703 #: rhodecode/lib/utils2.py:455
1876 #: rhodecode/lib/utils2.py:464
1704 1877 #, python-format
1705 1878 msgid "%d month"
1706 1879 msgid_plural "%d months"
1707 1880 msgstr[0] "%d mois"
1708 1881 msgstr[1] "%d mois"
1709 1882
1710 #: rhodecode/lib/utils2.py:456
1883 #: rhodecode/lib/utils2.py:465
1711 1884 #, python-format
1712 1885 msgid "%d day"
1713 1886 msgid_plural "%d days"
1714 1887 msgstr[0] "%d jour"
1715 1888 msgstr[1] "%d jours"
1716 1889
1717 #: rhodecode/lib/utils2.py:457
1890 #: rhodecode/lib/utils2.py:466
1718 1891 #, python-format
1719 1892 msgid "%d hour"
1720 1893 msgid_plural "%d hours"
1721 1894 msgstr[0] "%d heure"
1722 1895 msgstr[1] "%d heures"
1723 1896
1724 #: rhodecode/lib/utils2.py:458
1897 #: rhodecode/lib/utils2.py:467
1725 1898 #, python-format
1726 1899 msgid "%d minute"
1727 1900 msgid_plural "%d minutes"
1728 1901 msgstr[0] "%d minute"
1729 1902 msgstr[1] "%d minutes"
1730 1903
1731 #: rhodecode/lib/utils2.py:459
1904 #: rhodecode/lib/utils2.py:468
1732 1905 #, python-format
1733 1906 msgid "%d second"
1734 1907 msgid_plural "%d seconds"
1735 1908 msgstr[0] "%d seconde"
1736 1909 msgstr[1] "%d secondes"
1737 1910
1738 #: rhodecode/lib/utils2.py:477
1911 #: rhodecode/lib/utils2.py:486
1739 1912 #, python-format
1740 1913 msgid "in %s"
1741 1914 msgstr ""
1742 1915
1743 #: rhodecode/lib/utils2.py:483
1916 #: rhodecode/lib/utils2.py:492
1744 1917 #, python-format
1745 1918 msgid "%s ago"
1746 1919 msgstr "Il y a %s"
1747 1920
1748 #: rhodecode/lib/utils2.py:493
1921 #: rhodecode/lib/utils2.py:502
1749 1922 #, python-format
1750 1923 msgid "%s, %s ago"
1751 1924 msgstr ""
1752 1925
1753 #: rhodecode/lib/utils2.py:495
1926 #: rhodecode/lib/utils2.py:504
1754 1927 #, python-format
1755 1928 msgid "in %s, %s"
1756 1929 msgstr ""
1757 1930
1758 #: rhodecode/lib/utils2.py:497
1931 #: rhodecode/lib/utils2.py:506
1759 1932 #, python-format
1760 1933 msgid "%s and %s"
1761 1934 msgstr ""
1762 1935
1763 #: rhodecode/lib/utils2.py:499
1936 #: rhodecode/lib/utils2.py:508
1764 1937 #, python-format
1765 1938 msgid "%s and %s ago"
1766 1939 msgstr "Il y a %s et %s"
1767 1940
1768 #: rhodecode/lib/utils2.py:501
1941 #: rhodecode/lib/utils2.py:510
1769 1942 #, python-format
1770 1943 msgid "in %s and %s"
1771 1944 msgstr ""
1772 1945
1773 #: rhodecode/lib/utils2.py:505 rhodecode/public/js/scripts.js:25035
1946 #: rhodecode/lib/utils2.py:514 rhodecode/public/js/scripts.js:25035
1774 1947 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:49
1775 1948 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:174
1776 1949 msgid "just now"
@@ -1800,7 +1973,9 b' msgstr "\xc3\xa0 l\xe2\x80\x99instant"'
1800 1973 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
1801 1974 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971
1802 1975 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2293
1803 #: rhodecode/model/db.py:2285
1976 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2285
1977 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2285
1978 #: rhodecode/model/db.py:2287
1804 1979 msgid "Repository no access"
1805 1980 msgstr "Aucun accès au dépôt"
1806 1981
@@ -1828,7 +2003,9 b' msgstr "Aucun acc\xc3\xa8s au d\xc3\xa9p\xc3\xb4t"'
1828 2003 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
1829 2004 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972
1830 2005 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2294
1831 #: rhodecode/model/db.py:2286
2006 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2286
2007 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2286
2008 #: rhodecode/model/db.py:2288
1832 2009 msgid "Repository read access"
1833 2010 msgstr "Accès en lecture au dépôt"
1834 2011
@@ -1856,7 +2033,9 b' msgstr "Acc\xc3\xa8s en lecture au d\xc3\xa9p\xc3\xb4t"'
1856 2033 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1857 2034 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973
1858 2035 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2295
1859 #: rhodecode/model/db.py:2287
2036 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2287
2037 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2287
2038 #: rhodecode/model/db.py:2289
1860 2039 msgid "Repository write access"
1861 2040 msgstr "Accès en écriture au dépôt"
1862 2041
@@ -1884,7 +2063,9 b' msgstr "Acc\xc3\xa8s en \xc3\xa9criture au d\xc3\xa9p\xc3\xb4t"'
1884 2063 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1885 2064 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974
1886 2065 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2296
1887 #: rhodecode/model/db.py:2288
2066 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2288
2067 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2288
2068 #: rhodecode/model/db.py:2290
1888 2069 msgid "Repository admin access"
1889 2070 msgstr "Accès administrateur au dépôt"
1890 2071
@@ -1952,7 +2133,9 b' msgstr "Administrateur RhodeCode"'
1952 2133 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
1953 2134 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992
1954 2135 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2314
1955 #: rhodecode/model/db.py:2306
2136 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2306
2137 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2306
2138 #: rhodecode/model/db.py:2308
1956 2139 msgid "Repository creation disabled"
1957 2140 msgstr "Création de dépôt désactivée"
1958 2141
@@ -1980,7 +2163,9 b' msgstr "Cr\xc3\xa9ation de d\xc3\xa9p\xc3\xb4t d\xc3\xa9sactiv\xc3\xa9e"'
1980 2163 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
1981 2164 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993
1982 2165 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2315
1983 #: rhodecode/model/db.py:2307
2166 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2307
2167 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2307
2168 #: rhodecode/model/db.py:2309
1984 2169 msgid "Repository creation enabled"
1985 2170 msgstr "Création de dépôt activée"
1986 2171
@@ -2008,7 +2193,9 b' msgstr "Cr\xc3\xa9ation de d\xc3\xa9p\xc3\xb4t activ\xc3\xa9e"'
2008 2193 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
2009 2194 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997
2010 2195 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2319
2011 #: rhodecode/model/db.py:2311
2196 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2311
2197 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2311
2198 #: rhodecode/model/db.py:2313
2012 2199 msgid "Repository forking disabled"
2013 2200 msgstr "Fork de dépôt désactivé"
2014 2201
@@ -2036,7 +2223,9 b' msgstr "Fork de d\xc3\xa9p\xc3\xb4t d\xc3\xa9sactiv\xc3\xa9"'
2036 2223 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
2037 2224 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998
2038 2225 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2320
2039 #: rhodecode/model/db.py:2312
2226 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2312
2227 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2312
2228 #: rhodecode/model/db.py:2314
2040 2229 msgid "Repository forking enabled"
2041 2230 msgstr "Fork de dépôt activé"
2042 2231
@@ -2085,7 +2274,9 b' msgstr "Enregistrer un nouvel utilisateur Rhodecode auto-activ\xc3\xa9"'
2085 2274 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
2086 2275 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343
2087 2276 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2952
2088 #: rhodecode/model/db.py:2944
2277 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2946
2278 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2946
2279 #: rhodecode/model/db.py:2948
2089 2280 msgid "Not Reviewed"
2090 2281 msgstr "Pas encore relue"
2091 2282
@@ -2113,7 +2304,9 b' msgstr "Pas encore relue"'
2113 2304 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
2114 2305 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344
2115 2306 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2953
2116 #: rhodecode/model/db.py:2945
2307 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2947
2308 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2947
2309 #: rhodecode/model/db.py:2949
2117 2310 msgid "Approved"
2118 2311 msgstr "Approuvée "
2119 2312
@@ -2141,7 +2334,9 b' msgstr "Approuv\xc3\xa9e "'
2141 2334 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
2142 2335 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
2143 2336 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2954
2144 #: rhodecode/model/db.py:2946
2337 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2948
2338 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2948
2339 #: rhodecode/model/db.py:2950
2145 2340 msgid "Rejected"
2146 2341 msgstr "Rejetée"
2147 2342
@@ -2169,7 +2364,9 b' msgstr "Rejet\xc3\xa9e"'
2169 2364 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
2170 2365 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
2171 2366 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2955
2172 #: rhodecode/model/db.py:2947
2367 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2949
2368 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2949
2369 #: rhodecode/model/db.py:2951
2173 2370 msgid "Under Review"
2174 2371 msgstr "En cours de relecture"
2175 2372
@@ -2194,7 +2391,9 b' msgstr "En cours de relecture"'
2194 2391 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
2195 2392 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976
2196 2393 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2298
2197 #: rhodecode/model/db.py:2290
2394 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2290
2395 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2290
2396 #: rhodecode/model/db.py:2292
2198 2397 msgid "Repository group no access"
2199 2398 msgstr ""
2200 2399
@@ -2219,7 +2418,9 b' msgstr ""'
2219 2418 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
2220 2419 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977
2221 2420 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2299
2222 #: rhodecode/model/db.py:2291
2421 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2291
2422 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2291
2423 #: rhodecode/model/db.py:2293
2223 2424 msgid "Repository group read access"
2224 2425 msgstr ""
2225 2426
@@ -2244,7 +2445,9 b' msgstr ""'
2244 2445 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2245 2446 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978
2246 2447 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2300
2247 #: rhodecode/model/db.py:2292
2448 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2292
2449 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2292
2450 #: rhodecode/model/db.py:2294
2248 2451 msgid "Repository group write access"
2249 2452 msgstr ""
2250 2453
@@ -2269,7 +2472,9 b' msgstr ""'
2269 2472 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2270 2473 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979
2271 2474 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2301
2272 #: rhodecode/model/db.py:2293
2475 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2293
2476 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2293
2477 #: rhodecode/model/db.py:2295
2273 2478 msgid "Repository group admin access"
2274 2479 msgstr ""
2275 2480
@@ -2293,7 +2498,9 b' msgstr ""'
2293 2498 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2294 2499 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981
2295 2500 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2303
2296 #: rhodecode/model/db.py:2295
2501 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2295
2502 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2295
2503 #: rhodecode/model/db.py:2297
2297 2504 msgid "User group no access"
2298 2505 msgstr ""
2299 2506
@@ -2317,7 +2524,9 b' msgstr ""'
2317 2524 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2318 2525 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982
2319 2526 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2304
2320 #: rhodecode/model/db.py:2296
2527 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2296
2528 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2296
2529 #: rhodecode/model/db.py:2298
2321 2530 msgid "User group read access"
2322 2531 msgstr ""
2323 2532
@@ -2341,7 +2550,9 b' msgstr ""'
2341 2550 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2342 2551 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983
2343 2552 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2305
2344 #: rhodecode/model/db.py:2297
2553 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2297
2554 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2297
2555 #: rhodecode/model/db.py:2299
2345 2556 msgid "User group write access"
2346 2557 msgstr ""
2347 2558
@@ -2365,7 +2576,9 b' msgstr ""'
2365 2576 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2366 2577 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984
2367 2578 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2306
2368 #: rhodecode/model/db.py:2298
2579 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2298
2580 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2298
2581 #: rhodecode/model/db.py:2300
2369 2582 msgid "User group admin access"
2370 2583 msgstr ""
2371 2584
@@ -2389,7 +2602,9 b' msgstr ""'
2389 2602 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2390 2603 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986
2391 2604 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2308
2392 #: rhodecode/model/db.py:2300
2605 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2300
2606 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2300
2607 #: rhodecode/model/db.py:2302
2393 2608 msgid "Repository Group creation disabled"
2394 2609 msgstr ""
2395 2610
@@ -2413,7 +2628,9 b' msgstr ""'
2413 2628 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2414 2629 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987
2415 2630 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2309
2416 #: rhodecode/model/db.py:2301
2631 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2301
2632 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2301
2633 #: rhodecode/model/db.py:2303
2417 2634 msgid "Repository Group creation enabled"
2418 2635 msgstr ""
2419 2636
@@ -2437,7 +2654,9 b' msgstr ""'
2437 2654 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2438 2655 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989
2439 2656 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2311
2440 #: rhodecode/model/db.py:2303
2657 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2303
2658 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2303
2659 #: rhodecode/model/db.py:2305
2441 2660 msgid "User Group creation disabled"
2442 2661 msgstr ""
2443 2662
@@ -2461,7 +2680,9 b' msgstr ""'
2461 2680 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2462 2681 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990
2463 2682 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2312
2464 #: rhodecode/model/db.py:2304
2683 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2304
2684 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2304
2685 #: rhodecode/model/db.py:2306
2465 2686 msgid "User Group creation enabled"
2466 2687 msgstr ""
2467 2688
@@ -2485,7 +2706,9 b' msgstr ""'
2485 2706 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2486 2707 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
2487 2708 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2322
2488 #: rhodecode/model/db.py:2314
2709 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2314
2710 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2314
2711 #: rhodecode/model/db.py:2316
2489 2712 msgid "Registration disabled"
2490 2713 msgstr ""
2491 2714
@@ -2509,7 +2732,9 b' msgstr ""'
2509 2732 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2510 2733 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001
2511 2734 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2323
2512 #: rhodecode/model/db.py:2315
2735 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2315
2736 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2315
2737 #: rhodecode/model/db.py:2317
2513 2738 msgid "User Registration with manual account activation"
2514 2739 msgstr ""
2515 2740
@@ -2533,7 +2758,9 b' msgstr ""'
2533 2758 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2534 2759 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2535 2760 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2324
2536 #: rhodecode/model/db.py:2316
2761 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2316
2762 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2316
2763 #: rhodecode/model/db.py:2318
2537 2764 msgid "User Registration with automatic account activation"
2538 2765 msgstr ""
2539 2766
@@ -2557,7 +2784,9 b' msgstr ""'
2557 2784 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2558 2785 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2559 2786 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2326
2560 #: rhodecode/model/db.py:2318
2787 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2318
2788 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2318
2789 #: rhodecode/model/db.py:2320
2561 2790 msgid "Manual activation of external account"
2562 2791 msgstr ""
2563 2792
@@ -2581,7 +2810,9 b' msgstr ""'
2581 2810 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
2582 2811 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005
2583 2812 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2327
2584 #: rhodecode/model/db.py:2319
2813 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2319
2814 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2319
2815 #: rhodecode/model/db.py:2321
2585 2816 msgid "Automatic activation of external account"
2586 2817 msgstr ""
2587 2818
@@ -2599,7 +2830,9 b' msgstr ""'
2599 2830 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
2600 2831 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994
2601 2832 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2316
2602 #: rhodecode/model/db.py:2308
2833 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2308
2834 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2308
2835 #: rhodecode/model/db.py:2310
2603 2836 msgid ""
2604 2837 "Repository creation enabled with write permission to a repository group"
2605 2838 msgstr ""
@@ -2618,7 +2851,9 b' msgstr ""'
2618 2851 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
2619 2852 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995
2620 2853 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2317
2621 #: rhodecode/model/db.py:2309
2854 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2309
2855 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2309
2856 #: rhodecode/model/db.py:2311
2622 2857 msgid ""
2623 2858 "Repository creation disabled with write permission to a repository group"
2624 2859 msgstr ""
@@ -2634,7 +2869,9 b' msgstr ""'
2634 2869 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
2635 2870 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969
2636 2871 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2291
2637 #: rhodecode/model/db.py:2283
2872 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2283
2873 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2283
2874 #: rhodecode/model/db.py:2285
2638 2875 msgid "RhodeCode Super Administrator"
2639 2876 msgstr ""
2640 2877
@@ -2647,7 +2884,9 b' msgstr ""'
2647 2884 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2648 2885 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2649 2886 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2329
2650 #: rhodecode/model/db.py:2321
2887 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2321
2888 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2321
2889 #: rhodecode/model/db.py:2323
2651 2890 msgid "Inherit object permissions from default user disabled"
2652 2891 msgstr ""
2653 2892
@@ -2660,32 +2899,46 b' msgstr ""'
2660 2899 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
2661 2900 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008
2662 2901 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2330
2663 #: rhodecode/model/db.py:2322
2902 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2322
2903 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2322
2904 #: rhodecode/model/db.py:2324
2664 2905 msgid "Inherit object permissions from default user enabled"
2665 2906 msgstr ""
2666 2907
2667 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909 rhodecode/model/db.py:910
2908 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909
2909 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:910
2910 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:910 rhodecode/model/db.py:910
2668 2911 msgid "all"
2669 2912 msgstr ""
2670 2913
2671 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910 rhodecode/model/db.py:911
2914 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910
2915 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:911
2916 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:911 rhodecode/model/db.py:911
2672 2917 msgid "http/web interface"
2673 2918 msgstr ""
2674 2919
2675 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911 rhodecode/model/db.py:912
2920 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911
2921 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:912
2922 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:912 rhodecode/model/db.py:912
2676 2923 msgid "vcs (git/hg/svn protocol)"
2677 2924 msgstr ""
2678 2925
2679 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912 rhodecode/model/db.py:913
2926 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912
2927 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:913
2928 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:913 rhodecode/model/db.py:913
2680 2929 msgid "api calls"
2681 2930 msgstr ""
2682 2931
2683 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913 rhodecode/model/db.py:914
2932 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913
2933 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:914
2934 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:914 rhodecode/model/db.py:914
2684 2935 msgid "feed access"
2685 2936 msgstr ""
2686 2937
2687 2938 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2069
2688 #: rhodecode/model/db.py:2061
2939 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2061
2940 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2061
2941 #: rhodecode/model/db.py:2063
2689 2942 msgid "No parent"
2690 2943 msgstr ""
2691 2944
@@ -2739,12 +2992,12 b' msgid ""'
2739 2992 "email"
2740 2993 msgstr ""
2741 2994
2742 #: rhodecode/model/comment.py:263
2995 #: rhodecode/model/comment.py:266
2743 2996 msgid "made a comment"
2744 2997 msgstr ""
2745 2998
2746 #: rhodecode/model/comment.py:264
2747 msgid "Refresh page"
2999 #: rhodecode/model/comment.py:267
3000 msgid "Show it now"
2748 3001 msgstr ""
2749 3002
2750 3003 #: rhodecode/model/forms.py:85
@@ -2875,7 +3128,7 b' msgid ""'
2875 3128 " %(pr_title)s"
2876 3129 msgstr ""
2877 3130
2878 #: rhodecode/model/pull_request.py:449
3131 #: rhodecode/model/pull_request.py:448
2879 3132 msgid "Pull request merged and closed"
2880 3133 msgstr ""
2881 3134
@@ -2919,7 +3172,7 b' msgstr "Dernier sommet"'
2919 3172 msgid "You can't Edit this user since it's crucial for entire application"
2920 3173 msgstr "Vous ne pouvez pas éditer cet utilisateur ; il est nécessaire pour le bon fonctionnement de l’application."
2921 3174
2922 #: rhodecode/model/user.py:285
3175 #: rhodecode/model/user.py:284
2923 3176 #, python-format
2924 3177 msgid ""
2925 3178 "You can't edit this user (`%(username)s`) since it's crucial for entire "
@@ -3173,6 +3426,56 b' msgstr ""'
3173 3426 msgid "Duplicated value for filename found: `{}`"
3174 3427 msgstr ""
3175 3428
3429 #: rhodecode/model/validation_schema/schemas/integration_schema.py:36
3430 msgid "Pick a scope:"
3431 msgstr ""
3432
3433 #: rhodecode/model/validation_schema/schemas/integration_schema.py:39
3434 msgid "Global (all repositories)"
3435 msgstr ""
3436
3437 #: rhodecode/model/validation_schema/schemas/integration_schema.py:40
3438 msgid "Top level repositories only"
3439 msgstr ""
3440
3441 #: rhodecode/model/validation_schema/schemas/integration_schema.py:79
3442 msgid "Only repo admins can create integrations"
3443 msgstr ""
3444
3445 #: rhodecode/model/validation_schema/schemas/integration_schema.py:86
3446 msgid "Only repogroup admins can create integrations"
3447 msgstr ""
3448
3449 #: rhodecode/model/validation_schema/schemas/integration_schema.py:91
3450 msgid "Only superadmins can create global integrations"
3451 msgstr ""
3452
3453 #: rhodecode/model/validation_schema/schemas/integration_schema.py:183
3454 msgid ""
3455 "Scope of the integration. Recursive means the integration runs on all repos"
3456 " of that group and children recursively."
3457 msgstr ""
3458
3459 #: rhodecode/model/validation_schema/schemas/integration_schema.py:186
3460 msgid "Integration scope"
3461 msgstr ""
3462
3463 #: rhodecode/model/validation_schema/schemas/integration_schema.py:217
3464 msgid "General integration options"
3465 msgstr ""
3466
3467 #: rhodecode/model/validation_schema/schemas/integration_schema.py:220
3468 msgid "{integration_type} settings"
3469 msgstr ""
3470
3471 #: rhodecode/model/validation_schema/schemas/user_schema.py:36
3472 msgid "Password is incorrect"
3473 msgstr ""
3474
3475 #: rhodecode/model/validation_schema/schemas/user_schema.py:59
3476 msgid "New password must be different to old password"
3477 msgstr ""
3478
3176 3479 #: rhodecode/public/js/scripts.js:23039
3177 3480 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:16
3178 3481 #: rhodecode/public/js/src/plugins/jquery.autocomplete.js:87
@@ -3343,19 +3646,19 b' msgstr ""'
3343 3646
3344 3647 #: rhodecode/public/js/scripts.js:41308
3345 3648 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:2
3346 #: rhodecode/public/js/src/rhodecode/comments.js:235
3649 #: rhodecode/public/js/src/rhodecode/comments.js:236
3347 3650 msgid "Add another comment"
3348 3651 msgstr ""
3349 3652
3350 3653 #: rhodecode/public/js/scripts.js:41526
3351 3654 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:35
3352 #: rhodecode/public/js/src/rhodecode/comments.js:453
3655 #: rhodecode/public/js/src/rhodecode/comments.js:470
3353 3656 msgid "Status Review"
3354 3657 msgstr ""
3355 3658
3356 3659 #: rhodecode/public/js/scripts.js:41540
3357 3660 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:3
3358 #: rhodecode/public/js/src/rhodecode/comments.js:467
3661 #: rhodecode/public/js/src/rhodecode/comments.js:484
3359 3662 msgid ""
3360 3663 "Comment text will be set automatically based on currently selected status "
3361 3664 "({0}) ..."
@@ -3363,13 +3666,13 b' msgstr ""'
3363 3666
3364 3667 #: rhodecode/public/js/scripts.js:41653
3365 3668 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:37
3366 #: rhodecode/public/js/src/rhodecode/comments.js:580
3669 #: rhodecode/public/js/src/rhodecode/comments.js:597
3367 3670 msgid "Submitting..."
3368 3671 msgstr "Envoi…"
3369 3672
3370 3673 #: rhodecode/public/js/scripts.js:41703
3371 3674 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:5
3372 #: rhodecode/public/js/src/rhodecode/comments.js:630
3675 #: rhodecode/public/js/src/rhodecode/comments.js:647
3373 3676 #: rhodecode/templates/files/files_browser_tree.html:47
3374 3677 msgid "Loading ..."
3375 3678 msgstr ""
@@ -3529,6 +3832,22 b' msgstr ""'
3529 3832 msgid "{0} years"
3530 3833 msgstr ""
3531 3834
3835 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3836 msgid "UIEvent"
3837 msgstr ""
3838
3839 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3840 msgid "CustomEvent"
3841 msgstr ""
3842
3843 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3844 msgid "MouseEvent"
3845 msgstr ""
3846
3847 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3848 msgid "FocusEvent"
3849 msgstr ""
3850
3532 3851 #: rhodecode/templates/index.html:5
3533 3852 msgid "Dashboard"
3534 3853 msgstr "Tableau de bord"
@@ -3577,6 +3896,7 b' msgstr ""'
3577 3896 #: rhodecode/templates/index_base.html:97
3578 3897 #: rhodecode/templates/index_base.html:122
3579 3898 #: rhodecode/templates/admin/gists/index.html:112
3899 #: rhodecode/templates/admin/integrations/list.html:102
3580 3900 #: rhodecode/templates/admin/my_account/my_account_repos.html:31
3581 3901 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
3582 3902 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
@@ -3596,7 +3916,6 b' msgstr "Nom"'
3596 3916 #: rhodecode/templates/index_base.html:100
3597 3917 #: rhodecode/templates/index_base.html:125
3598 3918 #: rhodecode/templates/admin/gists/index.html:114
3599 #: rhodecode/templates/admin/integrations/list.html:63
3600 3919 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
3601 3920 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
3602 3921 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:42
@@ -3613,8 +3932,8 b' msgstr "Nom"'
3613 3932 #: rhodecode/templates/changeset/changeset.html:53
3614 3933 #: rhodecode/templates/compare/compare_commits.html:24
3615 3934 #: rhodecode/templates/email_templates/commit_comment.mako:82
3616 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3617 #: rhodecode/templates/email_templates/pull_request_review.mako:51
3935 #: rhodecode/templates/email_templates/pull_request_review.mako:41
3936 #: rhodecode/templates/email_templates/pull_request_review.mako:75
3618 3937 #: rhodecode/templates/files/file_tree_detail.html:5
3619 3938 #: rhodecode/templates/files/file_tree_detail.html:12
3620 3939 #: rhodecode/templates/forks/fork.html:48
@@ -3828,9 +4147,13 b' msgstr ""'
3828 4147 #: rhodecode/templates/admin/auth/auth_settings.html:12
3829 4148 #: rhodecode/templates/admin/auth/plugin_settings.html:12
3830 4149 #: rhodecode/templates/admin/defaults/defaults.html:12
3831 #: rhodecode/templates/admin/integrations/base.html:19
3832 #: rhodecode/templates/admin/integrations/edit.html:15
4150 #: rhodecode/templates/admin/integrations/base.html:21
4151 #: rhodecode/templates/admin/integrations/form.html:15
4152 #: rhodecode/templates/admin/integrations/form.html:28
3833 4153 #: rhodecode/templates/admin/integrations/list.html:8
4154 #: rhodecode/templates/admin/integrations/list.html:14
4155 #: rhodecode/templates/admin/integrations/new.html:11
4156 #: rhodecode/templates/admin/integrations/new.html:19
3834 4157 #: rhodecode/templates/admin/permissions/permissions.html:12
3835 4158 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:12
3836 4159 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:12
@@ -3880,7 +4203,6 b' msgstr ""'
3880 4203 #: rhodecode/templates/admin/auth/auth_settings.html:81
3881 4204 #: rhodecode/templates/admin/auth/plugin_settings.html:87
3882 4205 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3883 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3884 4206 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3885 4207 #: rhodecode/templates/admin/permissions/permissions_application.html:50
3886 4208 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
@@ -3917,7 +4239,7 b' msgstr ""'
3917 4239
3918 4240 #: rhodecode/templates/admin/defaults/defaults_repositories.html:14
3919 4241 #: rhodecode/templates/admin/gists/index.html:110
3920 #: rhodecode/templates/admin/integrations/list.html:64
4242 #: rhodecode/templates/admin/integrations/list.html:103
3921 4243 #: rhodecode/templates/admin/repos/repo_add_base.html:62
3922 4244 #: rhodecode/templates/admin/repos/repo_edit_fields.html:12
3923 4245 msgid "Type"
@@ -4062,7 +4384,7 b' msgstr ""'
4062 4384
4063 4385 #: rhodecode/templates/admin/gists/index.html:108
4064 4386 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:24
4065 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:89
4387 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4066 4388 #: rhodecode/templates/bookmarks/bookmarks.html:63
4067 4389 #: rhodecode/templates/branches/branches.html:62
4068 4390 #: rhodecode/templates/changelog/changelog.html:110
@@ -4115,75 +4437,17 b' msgstr ""'
4115 4437 msgid "Create Public Gist"
4116 4438 msgstr ""
4117 4439
4118 #: rhodecode/templates/admin/gists/new.html:62
4119 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
4120 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
4121 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
4122 #: rhodecode/templates/admin/my_account/my_account_password.html:37
4123 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
4124 #: rhodecode/templates/admin/permissions/permissions_application.html:51
4125 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
4126 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
4127 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
4128 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
4129 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
4130 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
4131 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
4132 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
4133 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
4134 #: rhodecode/templates/admin/settings/settings_global.html:110
4135 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
4136 #: rhodecode/templates/admin/settings/settings_labs.html:46
4137 #: rhodecode/templates/admin/settings/settings_vcs.html:14
4138 #: rhodecode/templates/admin/settings/settings_visual.html:220
4139 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
4140 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
4141 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
4142 #: rhodecode/templates/admin/users/user_edit_emails.html:63
4143 #: rhodecode/templates/admin/users/user_edit_ips.html:70
4144 #: rhodecode/templates/admin/users/user_edit_profile.html:135
4145 #: rhodecode/templates/base/default_perms_box.html:89
4146 msgid "Reset"
4147 msgstr "Réinitialiser"
4148
4149 4440 #: rhodecode/templates/admin/gists/show.html:13
4150 4441 #: rhodecode/templates/admin/gists/show.html:20
4151 4442 msgid "Gist"
4152 4443 msgstr ""
4153 4444
4154 4445 #: rhodecode/templates/admin/gists/show.html:49
4155 #: rhodecode/templates/admin/integrations/list.html:110
4156 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
4157 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
4158 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4159 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
4160 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
4161 #: rhodecode/templates/admin/settings/settings_hooks.html:46
4162 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
4163 #: rhodecode/templates/admin/users/user_edit_emails.html:31
4164 #: rhodecode/templates/admin/users/user_edit_ips.html:34
4165 #: rhodecode/templates/base/issue_tracker_settings.html:70
4166 #: rhodecode/templates/base/vcs_settings.html:147
4167 #: rhodecode/templates/base/vcs_settings.html:172
4168 #: rhodecode/templates/changeset/changeset_file_comment.html:49
4169 #: rhodecode/templates/changeset/changeset_file_comment.html:99
4170 #: rhodecode/templates/data_table/_dt_elements.html:119
4171 #: rhodecode/templates/data_table/_dt_elements.html:176
4172 #: rhodecode/templates/data_table/_dt_elements.html:190
4173 #: rhodecode/templates/data_table/_dt_elements.html:202
4174 #: rhodecode/templates/debug_style/buttons.html:132
4175 #: rhodecode/templates/files/files_source.html:33
4176 #: rhodecode/templates/files/files_source.html:37
4177 #: rhodecode/templates/files/files_source.html:40
4178 msgid "Delete"
4179 msgstr "Supprimer"
4180
4181 #: rhodecode/templates/admin/gists/show.html:49
4182 4446 msgid "Confirm to delete this Gist"
4183 4447 msgstr ""
4184 4448
4185 4449 #: rhodecode/templates/admin/gists/show.html:56
4186 #: rhodecode/templates/admin/integrations/list.html:103
4450 #: rhodecode/templates/admin/integrations/list.html:204
4187 4451 #: rhodecode/templates/admin/my_account/my_account_profile.html:5
4188 4452 #: rhodecode/templates/base/issue_tracker_settings.html:61
4189 4453 #: rhodecode/templates/changeset/changeset_file_comment.html:145
@@ -4195,8 +4459,8 b' msgstr ""'
4195 4459 #: rhodecode/templates/debug_style/buttons.html:128
4196 4460 #: rhodecode/templates/files/files_add.html:204
4197 4461 #: rhodecode/templates/files/files_edit.html:165
4198 #: rhodecode/templates/files/files_source.html:36
4199 #: rhodecode/templates/files/files_source.html:39
4462 #: rhodecode/templates/files/files_source.html:37
4463 #: rhodecode/templates/files/files_source.html:40
4200 4464 #: rhodecode/templates/pullrequests/pullrequest_show.html:50
4201 4465 #: rhodecode/templates/pullrequests/pullrequest_show.html:184
4202 4466 #: rhodecode/templates/users/user_profile.html:7
@@ -4217,17 +4481,27 b' msgstr ""'
4217 4481
4218 4482 #: rhodecode/templates/admin/gists/show.html:91
4219 4483 #: rhodecode/templates/files/files_delete.html:50
4220 #: rhodecode/templates/files/files_source.html:61
4484 #: rhodecode/templates/files/files_source.html:62
4221 4485 msgid "Show as raw"
4222 4486 msgstr ""
4223 4487
4224 #: rhodecode/templates/admin/integrations/base.html:12
4225 msgid "Integrations settings"
4226 msgstr ""
4227
4228 #: rhodecode/templates/admin/integrations/edit.html:17
4488 #: rhodecode/templates/admin/integrations/base.html:14
4489 msgid "Integrations Settings"
4490 msgstr ""
4491
4492 #: rhodecode/templates/admin/integrations/form.html:17
4229 4493 #: rhodecode/templates/admin/integrations/list.html:10
4230 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:44
4494 #: rhodecode/templates/admin/integrations/new.html:13
4495 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4496 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4497 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4498 msgid "Repository Groups"
4499 msgstr ""
4500
4501 #: rhodecode/templates/admin/integrations/form.html:30
4502 #: rhodecode/templates/admin/integrations/list.html:16
4503 #: rhodecode/templates/admin/integrations/new.html:21
4504 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:48
4231 4505 #: rhodecode/templates/admin/repos/repo_edit.html:15
4232 4506 #: rhodecode/templates/admin/repos/repo_edit.html:43
4233 4507 #: rhodecode/templates/admin/settings/settings.html:14
@@ -4237,27 +4511,101 b' msgstr ""'
4237 4511 msgid "Settings"
4238 4512 msgstr "Options"
4239 4513
4240 #: rhodecode/templates/admin/integrations/edit.html:36
4241 #, python-format
4242 msgid "Create new %(integration_type)s integration"
4243 msgstr ""
4244
4245 #: rhodecode/templates/admin/integrations/list.html:31
4514 #: rhodecode/templates/admin/integrations/form.html:60
4515 #, python-format
4516 msgid "Create New %(integration_type)s Integration"
4517 msgstr ""
4518
4519 #: rhodecode/templates/admin/integrations/list.html:44
4520 msgid "Current Integrations for Repository: {repo_name}"
4521 msgstr ""
4522
4523 #: rhodecode/templates/admin/integrations/list.html:46
4524 msgid "Current Integrations for repository group: {repo_group_name}"
4525 msgstr ""
4526
4527 #: rhodecode/templates/admin/integrations/list.html:48
4528 msgid "Current Integrations"
4529 msgstr ""
4530
4531 #: rhodecode/templates/admin/integrations/list.html:64
4532 #: rhodecode/templates/admin/notifications/notifications.html:31
4533 msgid "All"
4534 msgstr "Tous"
4535
4536 #: rhodecode/templates/admin/integrations/list.html:95
4537 #: rhodecode/templates/admin/integrations/new.html:26
4246 4538 msgid "Create new integration"
4247 4539 msgstr ""
4248 4540
4249 #: rhodecode/templates/admin/integrations/list.html:56
4250 msgid "Current integrations"
4251 msgstr ""
4252
4253 #: rhodecode/templates/admin/integrations/list.html:65
4541 #: rhodecode/templates/admin/integrations/list.html:104
4542 msgid "Scope"
4543 msgstr ""
4544
4545 #: rhodecode/templates/admin/integrations/list.html:105
4254 4546 msgid "Actions"
4255 4547 msgstr ""
4256 4548
4257 #: rhodecode/templates/admin/integrations/list.html:89
4549 #: rhodecode/templates/admin/integrations/list.html:115
4550 msgid "No {type} integrations for repo {repo} exist yet."
4551 msgstr ""
4552
4553 #: rhodecode/templates/admin/integrations/list.html:117
4554 msgid "No {type} integrations for repogroup {repogroup} exist yet."
4555 msgstr ""
4556
4557 #: rhodecode/templates/admin/integrations/list.html:119
4558 msgid "No {type} integrations exist yet."
4559 msgstr ""
4560
4561 #: rhodecode/templates/admin/integrations/list.html:133
4562 msgid "Create one"
4563 msgstr ""
4564
4565 #: rhodecode/templates/admin/integrations/list.html:164
4566 msgid "repo"
4567 msgstr ""
4568
4569 #: rhodecode/templates/admin/integrations/list.html:168
4570 msgid "repogroup"
4571 msgstr ""
4572
4573 #: rhodecode/templates/admin/integrations/list.html:170
4574 msgid "child repos only"
4575 msgstr ""
4576
4577 #: rhodecode/templates/admin/integrations/list.html:172
4578 msgid "cascade to all"
4579 msgstr ""
4580
4581 #: rhodecode/templates/admin/integrations/list.html:177
4582 msgid "top level repos only"
4583 msgstr ""
4584
4585 #: rhodecode/templates/admin/integrations/list.html:179
4586 msgid "global"
4587 msgstr ""
4588
4589 #: rhodecode/templates/admin/integrations/list.html:185
4258 4590 msgid "unknown integration"
4259 4591 msgstr ""
4260 4592
4593 #: rhodecode/templates/admin/integrations/new.html:31
4594 msgid "Create New Integration for repository: {repo_name}"
4595 msgstr ""
4596
4597 #: rhodecode/templates/admin/integrations/new.html:33
4598 msgid "Create New Integration for repository group: {repo_group_name}"
4599 msgstr ""
4600
4601 #: rhodecode/templates/admin/integrations/new.html:35
4602 msgid "Create New Global Integration"
4603 msgstr ""
4604
4605 #: rhodecode/templates/admin/integrations/new.html:61
4606 msgid "No description available"
4607 msgstr ""
4608
4261 4609 #: rhodecode/templates/admin/my_account/my_account.html:5
4262 4610 #: rhodecode/templates/base/base.html:343
4263 4611 msgid "My account"
@@ -4277,7 +4625,7 b' msgstr ""'
4277 4625 msgid "Auth Tokens"
4278 4626 msgstr ""
4279 4627
4280 #: rhodecode/templates/admin/my_account/my_account.html:34
4628 #: rhodecode/templates/admin/my_account/my_account.html:35
4281 4629 msgid "OAuth Identities"
4282 4630 msgstr ""
4283 4631
@@ -4395,36 +4743,18 b' msgstr ""'
4395 4743 msgid "New email address"
4396 4744 msgstr "Nouvelle adrese"
4397 4745
4398 #: rhodecode/templates/admin/my_account/my_account_notifications.html:3
4399 msgid "Your live notification settings"
4400 msgstr ""
4401
4402 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4403 #: rhodecode/templates/admin/notifications/show_notification.html:12
4404 msgid "Notifications"
4405 msgstr "Notifications"
4406
4407 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4408 msgid "Disabled"
4409 msgstr "Interdite"
4746 #: rhodecode/templates/admin/my_account/my_account_notifications.html:12
4747 msgid "Your Live Notification Settings"
4748 msgstr ""
4749
4750 #: rhodecode/templates/admin/my_account/my_account_notifications.html:24
4751 msgid "Notifications Status"
4752 msgstr ""
4410 4753
4411 4754 #: rhodecode/templates/admin/my_account/my_account_password.html:3
4412 4755 msgid "Change Your Account Password"
4413 4756 msgstr ""
4414 4757
4415 #: rhodecode/templates/admin/my_account/my_account_password.html:10
4416 msgid "Current Password"
4417 msgstr ""
4418
4419 #: rhodecode/templates/admin/my_account/my_account_password.html:19
4420 #: rhodecode/templates/admin/users/user_edit_profile.html:74
4421 msgid "New Password"
4422 msgstr ""
4423
4424 #: rhodecode/templates/admin/my_account/my_account_password.html:28
4425 msgid "Confirm New Password"
4426 msgstr ""
4427
4428 4758 #: rhodecode/templates/admin/my_account/my_account_profile.html:11
4429 4759 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:52
4430 4760 #: rhodecode/templates/admin/users/user_edit_profile.html:25
@@ -4464,27 +4794,28 b' msgid "Pull Requests You Opened"'
4464 4794 msgstr ""
4465 4795
4466 4796 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:23
4467 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4797 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:87
4468 4798 msgid "Target Repo"
4469 4799 msgstr ""
4470 4800
4471 4801 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:26
4472 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4802 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:90
4473 4803 #: rhodecode/templates/admin/settings/settings_global.html:9
4474 #: rhodecode/templates/email_templates/pull_request_review.mako:28
4475 #: rhodecode/templates/email_templates/pull_request_review.mako:48
4804 #: rhodecode/templates/email_templates/pull_request_review.mako:39
4805 #: rhodecode/templates/email_templates/pull_request_review.mako:72
4476 4806 #: rhodecode/templates/pullrequests/pullrequest.html:38
4477 4807 #: rhodecode/templates/pullrequests/pullrequests.html:104
4478 4808 msgid "Title"
4479 4809 msgstr "Titre"
4480 4810
4481 4811 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
4482 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:92
4483 msgid "Opened On"
4812 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4813 #: rhodecode/templates/pullrequests/pullrequests.html:108
4814 msgid "Last Update"
4484 4815 msgstr ""
4485 4816
4486 4817 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:43
4487 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:107
4818 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:106
4488 4819 #: rhodecode/templates/changelog/changelog.html:153
4489 4820 #: rhodecode/templates/compare/compare_commits.html:49
4490 4821 #: rhodecode/templates/search/search_commit.html:36
@@ -4492,7 +4823,7 b' msgid "Expand commit message"'
4492 4823 msgstr ""
4493 4824
4494 4825 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:52
4495 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:116
4826 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:115
4496 4827 #: rhodecode/templates/changeset/changeset_file_comment.html:284
4497 4828 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
4498 4829 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
@@ -4500,19 +4831,19 b' msgstr ""'
4500 4831 msgid "Closed"
4501 4832 msgstr "Fermée"
4502 4833
4503 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:64
4834 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4504 4835 msgid "Confirm to delete this pull request"
4505 4836 msgstr "Veuillez confirmer la suppression de cette requête de pull."
4506 4837
4507 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:71
4838 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:70
4508 4839 msgid "You currently have no open pull requests."
4509 4840 msgstr ""
4510 4841
4511 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:79
4842 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:78
4512 4843 msgid "Pull Requests You Participate In"
4513 4844 msgstr ""
4514 4845
4515 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:129
4846 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:127
4516 4847 msgid ""
4517 4848 "There are currently no open pull requests requiring your participation."
4518 4849 msgstr ""
@@ -4530,10 +4861,6 b' msgstr ""'
4530 4861 msgid "My Notifications"
4531 4862 msgstr "Mes notifications"
4532 4863
4533 #: rhodecode/templates/admin/notifications/notifications.html:31
4534 msgid "All"
4535 msgstr "Tous"
4536
4537 4864 #: rhodecode/templates/admin/notifications/notifications.html:32
4538 4865 #: rhodecode/templates/changeset/changeset.html:140
4539 4866 #: rhodecode/templates/pullrequests/pullrequest_show.html:133
@@ -4553,12 +4880,16 b' msgstr "Aucune notification pour le mome'
4553 4880 msgid "Show notification"
4554 4881 msgstr "Notification"
4555 4882
4883 #: rhodecode/templates/admin/notifications/show_notification.html:12
4884 msgid "Notifications"
4885 msgstr "Notifications"
4886
4556 4887 #: rhodecode/templates/admin/permissions/permissions.html:5
4557 4888 msgid "Permissions Administration"
4558 4889 msgstr ""
4559 4890
4560 4891 #: rhodecode/templates/admin/permissions/permissions.html:14
4561 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:45
4892 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:49
4562 4893 #: rhodecode/templates/admin/repos/repo_edit.html:46
4563 4894 #: rhodecode/templates/admin/user_groups/user_group_edit.html:34
4564 4895 #: rhodecode/templates/base/base.html:82
@@ -4671,12 +5002,6 b' msgstr ""'
4671 5002 msgid "Overwrite Existing Settings"
4672 5003 msgstr ""
4673 5004
4674 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4675 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4676 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4677 msgid "Repository Groups"
4678 msgstr ""
4679
4680 5005 #: rhodecode/templates/admin/permissions/permissions_objects.html:34
4681 5006 msgid ""
4682 5007 "All default permissions on each repository group will be reset to chosen "
@@ -4739,7 +5064,7 b' msgstr ""'
4739 5064 msgid "Add Child Group"
4740 5065 msgstr ""
4741 5066
4742 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:46
5067 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:50
4743 5068 #: rhodecode/templates/admin/repos/repo_edit.html:49
4744 5069 #: rhodecode/templates/admin/user_groups/user_group_edit.html:35
4745 5070 #: rhodecode/templates/admin/users/user_edit.html:35
@@ -5008,7 +5333,6 b' msgid "Statistics"'
5008 5333 msgstr "Statistiques"
5009 5334
5010 5335 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:7
5011 #: rhodecode/templates/pullrequests/pullrequests.html:108
5012 5336 msgid "Updated on"
5013 5337 msgstr ""
5014 5338
@@ -5411,7 +5735,7 b' msgstr ""'
5411 5735
5412 5736 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:45
5413 5737 #: rhodecode/templates/admin/settings/settings_global.html:109
5414 #: rhodecode/templates/admin/settings/settings_labs.html:45
5738 #: rhodecode/templates/admin/settings/settings_labs.html:48
5415 5739 #: rhodecode/templates/admin/settings/settings_vcs.html:13
5416 5740 #: rhodecode/templates/admin/settings/settings_visual.html:219
5417 5741 msgid "Save settings"
@@ -5628,6 +5952,10 b' msgstr "Hooks personnalis\xc3\xa9s"'
5628 5952 msgid "Labs Settings"
5629 5953 msgstr ""
5630 5954
5955 #: rhodecode/templates/admin/settings/settings_labs.html:10
5956 msgid "There are no Labs settings currently"
5957 msgstr ""
5958
5631 5959 #: rhodecode/templates/admin/settings/settings_mapping.html:5
5632 5960 msgid "Import New Groups or Repositories"
5633 5961 msgstr ""
@@ -6363,6 +6691,10 b' msgstr ""'
6363 6691 msgid "Change the avatar at"
6364 6692 msgstr ""
6365 6693
6694 #: rhodecode/templates/admin/users/user_edit_profile.html:74
6695 msgid "New Password"
6696 msgstr ""
6697
6366 6698 #: rhodecode/templates/admin/users/user_edit_profile.html:82
6367 6699 msgid "New Password Confirmation"
6368 6700 msgstr ""
@@ -6393,7 +6725,7 b' msgid "Authentication type"'
6393 6725 msgstr ""
6394 6726
6395 6727 #: rhodecode/templates/base/base.html:44
6396 #: rhodecode/templates/errors/error_document.html:51
6728 #: rhodecode/templates/errors/error_document.html:57
6397 6729 msgid "Support"
6398 6730 msgstr ""
6399 6731
@@ -6777,7 +7109,7 b' msgstr ""'
6777 7109 msgid "No permission defined"
6778 7110 msgstr ""
6779 7111
6780 #: rhodecode/templates/base/root.html:120
7112 #: rhodecode/templates/base/root.html:161
6781 7113 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6782 7114 msgstr ""
6783 7115
@@ -6879,29 +7211,65 b' msgid ""'
6879 7211 "repositories and migrates them to Mercurial type."
6880 7212 msgstr ""
6881 7213
6882 #: rhodecode/templates/base/vcs_settings.html:124
6883 msgid "Subversion Settings"
7214 #: rhodecode/templates/base/vcs_settings.html:123
7215 msgid "Mercurial Labs Settings"
7216 msgstr ""
7217
7218 #: rhodecode/templates/base/vcs_settings.html:123
7219 msgid ""
7220 "These features are considered experimental and may not work as expected."
6884 7221 msgstr ""
6885 7222
6886 7223 #: rhodecode/templates/base/vcs_settings.html:129
7224 msgid "Use rebase as merge strategy"
7225 msgstr ""
7226
7227 #: rhodecode/templates/base/vcs_settings.html:132
7228 msgid ""
7229 "Use rebase instead of creating a merge commit when merging via web "
7230 "interface."
7231 msgstr ""
7232
7233 #: rhodecode/templates/base/vcs_settings.html:144
7234 msgid "Global Subversion Settings"
7235 msgstr ""
7236
7237 #: rhodecode/templates/base/vcs_settings.html:150
7238 msgid "Proxy subversion HTTP requests"
7239 msgstr ""
7240
7241 #: rhodecode/templates/base/vcs_settings.html:153
7242 msgid ""
7243 "Subversion HTTP Support. Enables communication with SVN over HTTP protocol."
7244 msgstr ""
7245
7246 #: rhodecode/templates/base/vcs_settings.html:158
7247 msgid "Subversion HTTP Server URL"
7248 msgstr ""
7249
7250 #: rhodecode/templates/base/vcs_settings.html:171
7251 msgid "Subversion Settings"
7252 msgstr ""
7253
7254 #: rhodecode/templates/base/vcs_settings.html:176
6887 7255 msgid "Repository patterns"
6888 7256 msgstr ""
6889 7257
6890 #: rhodecode/templates/base/vcs_settings.html:133
7258 #: rhodecode/templates/base/vcs_settings.html:180
6891 7259 msgid ""
6892 7260 "Patterns for identifying SVN branches and tags. For recursive search, use "
6893 7261 "\"*\". Eg.: \"/branches/*\""
6894 7262 msgstr ""
6895 7263
6896 #: rhodecode/templates/base/vcs_settings.html:196
7264 #: rhodecode/templates/base/vcs_settings.html:246
6897 7265 msgid "Pull Request Settings"
6898 7266 msgstr ""
6899 7267
6900 #: rhodecode/templates/base/vcs_settings.html:201
7268 #: rhodecode/templates/base/vcs_settings.html:251
6901 7269 msgid "Enable server-side merge for pull requests"
6902 7270 msgstr ""
6903 7271
6904 #: rhodecode/templates/base/vcs_settings.html:204
7272 #: rhodecode/templates/base/vcs_settings.html:254
6905 7273 msgid ""
6906 7274 "Note: when this feature is enabled, it only runs hooks defined in the "
6907 7275 "rcextension package. Custom hooks added on the Admin -> Settings -> Hooks "
@@ -6909,34 +7277,16 b' msgid ""'
6909 7277 "web interface."
6910 7278 msgstr ""
6911 7279
6912 #: rhodecode/templates/base/vcs_settings.html:208
7280 #: rhodecode/templates/base/vcs_settings.html:258
6913 7281 msgid "Invalidate and relocate inline comments during update"
6914 7282 msgstr ""
6915 7283
6916 #: rhodecode/templates/base/vcs_settings.html:211
7284 #: rhodecode/templates/base/vcs_settings.html:261
6917 7285 msgid ""
6918 7286 "During the update of a pull request, the position of inline comments will be"
6919 7287 " updated and outdated inline comments will be hidden."
6920 7288 msgstr ""
6921 7289
6922 #: rhodecode/templates/base/vcs_settings.html:222
6923 msgid "Labs settings"
6924 msgstr ""
6925
6926 #: rhodecode/templates/base/vcs_settings.html:222
6927 msgid ""
6928 "These features are considered experimental and may not work as expected."
6929 msgstr ""
6930
6931 #: rhodecode/templates/base/vcs_settings.html:229
6932 msgid "Mercurial server-side merge"
6933 msgstr ""
6934
6935 #: rhodecode/templates/base/vcs_settings.html:234
6936 msgid ""
6937 "Use rebase instead of creating a merge commit when merging via web interface"
6938 msgstr ""
6939
6940 7290 #: rhodecode/templates/bookmarks/bookmarks.html:5
6941 7291 #, python-format
6942 7292 msgid "%s Bookmarks"
@@ -7344,7 +7694,7 b' msgstr ""'
7344 7694 #: rhodecode/templates/changeset/changeset_file_comment.html:293
7345 7695 #: rhodecode/templates/compare/compare_diff.html:57
7346 7696 #: rhodecode/templates/email_templates/commit_comment.mako:87
7347 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7697 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7348 7698 msgid "Comment"
7349 7699 msgstr "Commentaire"
7350 7700
@@ -7492,17 +7842,17 b' msgid "Compare Commits"'
7492 7842 msgstr ""
7493 7843
7494 7844 #: rhodecode/templates/compare/compare_diff.html:46
7495 #: rhodecode/templates/email_templates/pull_request_review.mako:50
7845 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7496 7846 #: rhodecode/templates/files/file_diff.html:56
7497 7847 #: rhodecode/templates/pullrequests/pullrequest_show.html:85
7498 7848 msgid "Target"
7499 7849 msgstr ""
7500 7850
7501 7851 #: rhodecode/templates/compare/compare_diff.html:47
7502 #: rhodecode/templates/email_templates/pull_request_comment.mako:92
7503 #: rhodecode/templates/email_templates/pull_request_review.mako:49
7852 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7853 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7504 7854 #: rhodecode/templates/files/file_diff.html:62
7505 #: rhodecode/templates/files/files_source.html:18
7855 #: rhodecode/templates/files/files_source.html:19
7506 7856 msgid "Source"
7507 7857 msgstr ""
7508 7858
@@ -7683,17 +8033,17 b' msgstr ""'
7683 8033 msgid "Form vertical"
7684 8034 msgstr ""
7685 8035
7686 #: rhodecode/templates/email_templates/base.mako:7
8036 #: rhodecode/templates/email_templates/base.mako:32
7687 8037 #, python-format
7688 8038 msgid "This is a notification from RhodeCode. %(instance_url)s"
7689 8039 msgstr ""
7690 8040
7691 #: rhodecode/templates/email_templates/base.mako:90
8041 #: rhodecode/templates/email_templates/base.mako:115
7692 8042 msgid "RhodeCode"
7693 8043 msgstr ""
7694 8044
7695 8045 #: rhodecode/templates/email_templates/commit_comment.mako:16
7696 #: rhodecode/templates/email_templates/pull_request_comment.mako:17
8046 #: rhodecode/templates/email_templates/pull_request_comment.mako:18
7697 8047 msgid "[mention]"
7698 8048 msgstr ""
7699 8049
@@ -7722,12 +8072,12 b' msgid "%(user)s commented on commit `%(c'
7722 8072 msgstr ""
7723 8073
7724 8074 #: rhodecode/templates/email_templates/commit_comment.mako:43
7725 #: rhodecode/templates/email_templates/pull_request_comment.mako:43
8075 #: rhodecode/templates/email_templates/pull_request_comment.mako:44
7726 8076 msgid "Comment link"
7727 8077 msgstr ""
7728 8078
7729 8079 #: rhodecode/templates/email_templates/commit_comment.mako:48
7730 #: rhodecode/templates/email_templates/pull_request_comment.mako:48
8080 #: rhodecode/templates/email_templates/pull_request_comment.mako:49
7731 8081 #, python-format
7732 8082 msgid "File: %(comment_file)s on line %(comment_line)s"
7733 8083 msgstr ""
@@ -7756,7 +8106,7 b' msgid "The commit status was changed to"'
7756 8106 msgstr ""
7757 8107
7758 8108 #: rhodecode/templates/email_templates/commit_comment.mako:87
7759 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
8109 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7760 8110 #, python-format
7761 8111 msgid "Comment on line: %(comment_line)s"
7762 8112 msgstr ""
@@ -7765,97 +8115,101 b' msgstr ""'
7765 8115 msgid "Generate new password here"
7766 8116 msgstr ""
7767 8117
7768 #: rhodecode/templates/email_templates/pull_request_comment.mako:20
8118 #: rhodecode/templates/email_templates/pull_request_comment.mako:21
7769 8119 #, python-format
7770 8120 msgid ""
7771 8121 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (file: "
7772 8122 "`%(comment_file)s`)"
7773 8123 msgstr ""
7774 8124
7775 #: rhodecode/templates/email_templates/pull_request_comment.mako:23
8125 #: rhodecode/templates/email_templates/pull_request_comment.mako:24
7776 8126 #, python-format
7777 8127 msgid ""
7778 8128 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (status: "
7779 8129 "%(status)s)"
7780 8130 msgstr ""
7781 8131
7782 #: rhodecode/templates/email_templates/pull_request_comment.mako:25
7783 #: rhodecode/templates/email_templates/pull_request_comment.mako:82
8132 #: rhodecode/templates/email_templates/pull_request_comment.mako:26
8133 #: rhodecode/templates/email_templates/pull_request_comment.mako:83
7784 8134 #, python-format
7785 8135 msgid "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\""
7786 8136 msgstr ""
7787 8137
7788 #: rhodecode/templates/email_templates/pull_request_comment.mako:45
8138 #: rhodecode/templates/email_templates/pull_request_comment.mako:46
7789 8139 msgid "Source repository"
7790 8140 msgstr ""
7791 8141
7792 #: rhodecode/templates/email_templates/pull_request_comment.mako:54
8142 #: rhodecode/templates/email_templates/pull_request_comment.mako:55
7793 8143 #, python-format
7794 8144 msgid "%(user)s submitted pull request #%(pr_id)s status: *%(status)s*"
7795 8145 msgstr ""
7796 8146
7797 #: rhodecode/templates/email_templates/pull_request_comment.mako:56
8147 #: rhodecode/templates/email_templates/pull_request_comment.mako:57
7798 8148 #, python-format
7799 8149 msgid ""
7800 8150 "%(user)s submitted pull request #%(pr_id)s status: *%(status)s and closed*"
7801 8151 msgstr ""
7802 8152
7803 #: rhodecode/templates/email_templates/pull_request_comment.mako:80
8153 #: rhodecode/templates/email_templates/pull_request_comment.mako:81
7804 8154 #, python-format
7805 8155 msgid ""
7806 8156 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" "
7807 8157 "(file:`%(comment_file)s`)"
7808 8158 msgstr ""
7809 8159
7810 #: rhodecode/templates/email_templates/pull_request_comment.mako:86
8160 #: rhodecode/templates/email_templates/pull_request_comment.mako:87
7811 8161 #, python-format
7812 8162 msgid "submitted pull request status: %(status)s"
7813 8163 msgstr ""
7814 8164
7815 #: rhodecode/templates/email_templates/pull_request_comment.mako:88
8165 #: rhodecode/templates/email_templates/pull_request_comment.mako:89
7816 8166 #, python-format
7817 8167 msgid "submitted pull request status: %(status)s and closed"
7818 8168 msgstr ""
7819 8169
7820 #: rhodecode/templates/email_templates/pull_request_review.mako:5
7821 #, python-format
7822 msgid "%(user)s wants you to review pull request #%(pr_url)s: \"%(pr_title)s\""
7823 msgstr ""
7824
7825 #: rhodecode/templates/email_templates/pull_request_review.mako:17
8170 #: rhodecode/templates/email_templates/pull_request_comment.mako:95
8171 msgid "Submitted status"
8172 msgstr ""
8173
8174 #: rhodecode/templates/email_templates/pull_request_review.mako:14
8175 #, python-format
8176 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\""
8177 msgstr ""
8178
8179 #: rhodecode/templates/email_templates/pull_request_review.mako:34
7826 8180 #, python-format
7827 8181 msgid ""
7828 8182 "Pull request from %(source_ref_type)s:%(source_ref_name)s of %(repo_url)s "
7829 8183 "into %(target_ref_type)s:%(target_ref_name)s"
7830 8184 msgstr ""
7831 8185
7832 #: rhodecode/templates/email_templates/pull_request_review.mako:26
8186 #: rhodecode/templates/email_templates/pull_request_review.mako:37
7833 8187 msgid "Link"
7834 8188 msgstr ""
7835 8189
7836 #: rhodecode/templates/email_templates/pull_request_review.mako:35
8190 #: rhodecode/templates/email_templates/pull_request_review.mako:46
7837 8191 #, python-format
7838 8192 msgid "Commit (%(num)s)"
7839 8193 msgid_plural "Commits (%(num)s)"
7840 8194 msgstr[0] ""
7841 8195 msgstr[1] ""
7842 8196
7843 #: rhodecode/templates/email_templates/pull_request_review.mako:47
8197 #: rhodecode/templates/email_templates/pull_request_review.mako:71
7844 8198 #, python-format
7845 8199 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\"."
7846 8200 msgstr ""
7847 8201
7848 #: rhodecode/templates/email_templates/pull_request_review.mako:49
8202 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7849 8203 #, python-format
7850 8204 msgid "%(source_ref_type)s of %(source_repo_url)s"
7851 8205 msgstr ""
7852 8206
7853 #: rhodecode/templates/email_templates/pull_request_review.mako:50
8207 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7854 8208 #, python-format
7855 8209 msgid "%(target_ref_type)s of %(target_repo_url)s"
7856 8210 msgstr ""
7857 8211
7858 #: rhodecode/templates/email_templates/pull_request_review.mako:52
8212 #: rhodecode/templates/email_templates/pull_request_review.mako:76
7859 8213 #: rhodecode/templates/summary/components.html:95
7860 8214 #: rhodecode/templates/summary/components.html:98
7861 8215 #, python-format
@@ -8096,13 +8450,13 b' msgid "Delete file"'
8096 8450 msgstr ""
8097 8451
8098 8452 #: rhodecode/templates/files/files_delete.html:45
8099 #: rhodecode/templates/files/files_source.html:49
8453 #: rhodecode/templates/files/files_source.html:50
8100 8454 #, python-format
8101 8455 msgid "Binary file (%s)"
8102 8456 msgstr "Fichier binaire (%s)"
8103 8457
8104 8458 #: rhodecode/templates/files/files_delete.html:50
8105 #: rhodecode/templates/files/files_source.html:61
8459 #: rhodecode/templates/files/files_source.html:62
8106 8460 msgid "File is too big to display"
8107 8461 msgstr "Ce fichier est trop gros pour être affiché."
8108 8462
@@ -8172,44 +8526,44 b' msgid_plural "lines"'
8172 8526 msgstr[0] ""
8173 8527 msgstr[1] ""
8174 8528
8175 #: rhodecode/templates/files/files_source.html:12
8529 #: rhodecode/templates/files/files_source.html:13
8176 8530 msgid "History"
8177 8531 msgstr "Historique"
8178 8532
8179 #: rhodecode/templates/files/files_source.html:15
8533 #: rhodecode/templates/files/files_source.html:16
8180 8534 #: rhodecode/templates/search/search_content.html:68
8181 8535 msgid "Show Full History"
8182 8536 msgstr ""
8183 8537
8184 #: rhodecode/templates/files/files_source.html:20
8538 #: rhodecode/templates/files/files_source.html:21
8185 8539 #: rhodecode/templates/search/search_content.html:70
8186 8540 msgid "Annotation"
8187 8541 msgstr ""
8188 8542
8189 #: rhodecode/templates/files/files_source.html:22
8543 #: rhodecode/templates/files/files_source.html:23
8190 8544 #: rhodecode/templates/search/search_content.html:71
8191 8545 msgid "Raw"
8192 8546 msgstr ""
8193 8547
8194 #: rhodecode/templates/files/files_source.html:24
8548 #: rhodecode/templates/files/files_source.html:25
8195 8549 #: rhodecode/templates/search/search_content.html:73
8196 8550 msgid "Download"
8197 8551 msgstr "Téléchargements"
8198 8552
8199 #: rhodecode/templates/files/files_source.html:31
8553 #: rhodecode/templates/files/files_source.html:32
8200 8554 #, python-format
8201 8555 msgid "Edit on Branch:%s"
8202 8556 msgstr ""
8203 8557
8204 #: rhodecode/templates/files/files_source.html:36
8558 #: rhodecode/templates/files/files_source.html:37
8205 8559 msgid "Editing binary files not allowed"
8206 8560 msgstr ""
8207 8561
8208 #: rhodecode/templates/files/files_source.html:39
8209 msgid "Editing files allowed only when on branch head commit"
8210 msgstr ""
8211
8212 8562 #: rhodecode/templates/files/files_source.html:40
8563 msgid "Editing files allowed only when on branch head commit"
8564 msgstr ""
8565
8566 #: rhodecode/templates/files/files_source.html:41
8213 8567 msgid "Deleting files allowed only when on branch head commit"
8214 8568 msgstr ""
8215 8569
1 NO CONTENT: modified file, binary diff hidden
This diff has been collapsed as it changes many lines, (1172 lines changed) Show them Hide them
@@ -9,8 +9,8 b' msgid ""'
9 9 msgstr ""
10 10 "Project-Id-Version: RhodeCode\n"
11 11 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
12 "POT-Creation-Date: 2016-08-02 20:55+0000\n"
13 "PO-Revision-Date: 2016-08-02 20:57+0000\n"
12 "POT-Creation-Date: 2016-09-15 14:11+0000\n"
13 "PO-Revision-Date: 2016-09-15 14:12+0000\n"
14 14 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
15 15 "Language-Team: Italian (http://www.transifex.com/rhodecode/RhodeCode/language/it/)\n"
16 16 "MIME-Version: 1.0\n"
@@ -21,7 +21,7 b' msgstr ""'
21 21 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22 22
23 23 #: rhodecode/admin/navigation.py:74 rhodecode/authentication/routes.py:60
24 #: rhodecode/integrations/views.py:126
24 #: rhodecode/integrations/views.py:168
25 25 #: rhodecode/templates/admin/permissions/permissions.html:36
26 26 msgid "Global"
27 27 msgstr "Globale"
@@ -44,7 +44,8 b' msgstr ""'
44 44 msgid "Issue Tracker"
45 45 msgstr ""
46 46
47 #: rhodecode/admin/navigation.py:80 rhodecode/templates/register.html:76
47 #: rhodecode/admin/navigation.py:80 rhodecode/integrations/types/email.py:232
48 #: rhodecode/templates/register.html:76
48 49 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
49 50 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
50 51 #: rhodecode/templates/admin/users/user_add.html:86
@@ -64,12 +65,18 b' msgid "Full Text Search"'
64 65 msgstr ""
65 66
66 67 #: rhodecode/admin/navigation.py:83
67 #: rhodecode/templates/admin/integrations/base.html:21
68 #: rhodecode/templates/admin/integrations/edit.html:8
69 #: rhodecode/templates/admin/integrations/edit.html:19
70 #: rhodecode/templates/admin/integrations/list.html:15
71 #: rhodecode/templates/admin/integrations/list.html:19
72 #: rhodecode/templates/admin/integrations/list.html:26
68 #: rhodecode/templates/admin/integrations/base.html:23
69 #: rhodecode/templates/admin/integrations/form.html:8
70 #: rhodecode/templates/admin/integrations/form.html:21
71 #: rhodecode/templates/admin/integrations/form.html:32
72 #: rhodecode/templates/admin/integrations/list.html:21
73 #: rhodecode/templates/admin/integrations/list.html:25
74 #: rhodecode/templates/admin/integrations/list.html:29
75 #: rhodecode/templates/admin/integrations/list.html:36
76 #: rhodecode/templates/admin/integrations/new.html:9
77 #: rhodecode/templates/admin/integrations/new.html:17
78 #: rhodecode/templates/admin/integrations/new.html:23
79 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:51
73 80 #: rhodecode/templates/admin/repos/repo_edit.html:72
74 81 #: rhodecode/templates/base/base.html:84
75 82 msgid "Integrations"
@@ -92,9 +99,9 b' msgstr "Laboratori"'
92 99 msgid "Enable or disable this authentication plugin."
93 100 msgstr ""
94 101
95 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:37
96 #: rhodecode/templates/admin/integrations/list.html:62
97 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
102 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:32
103 #: rhodecode/model/validation_schema/schemas/integration_schema.py:197
104 #: rhodecode/templates/admin/integrations/list.html:101
98 105 msgid "Enabled"
99 106 msgstr "Abilitato"
100 107
@@ -397,12 +404,12 b' msgstr ""'
397 404
398 405 #: rhodecode/controllers/changeset.py:335
399 406 #: rhodecode/controllers/pullrequests.py:750
400 #: rhodecode/model/pull_request.py:843
407 #: rhodecode/model/pull_request.py:842
401 408 #, python-format
402 409 msgid "Status change %(transition_icon)s %(status)s"
403 410 msgstr "Cambiamento stato %(transition_icon)s %(status)s"
404 411
405 #: rhodecode/controllers/changeset.py:372
412 #: rhodecode/controllers/changeset.py:373
406 413 msgid ""
407 414 "Changing the status of a commit associated with a closed pull request is not"
408 415 " allowed"
@@ -545,14 +552,14 b' msgstr ""'
545 552 msgid "Changesets"
546 553 msgstr "Changesets"
547 554
548 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:251
555 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:259
549 556 #: rhodecode/model/pull_request.py:1059 rhodecode/model/scm.py:780
550 #: rhodecode/templates/base/vcs_settings.html:138
557 #: rhodecode/templates/base/vcs_settings.html:185
551 558 msgid "Branches"
552 559 msgstr "Branches"
553 560
554 561 #: rhodecode/controllers/files.py:1030 rhodecode/model/scm.py:795
555 #: rhodecode/templates/base/vcs_settings.html:163
562 #: rhodecode/templates/base/vcs_settings.html:210
556 563 msgid "Tags"
557 564 msgstr "Tags"
558 565
@@ -658,30 +665,30 b' msgid "Close Pull Request"'
658 665 msgstr "Chiudi Richiesta PULL"
659 666
660 667 #: rhodecode/controllers/pullrequests.py:754
661 #: rhodecode/model/pull_request.py:847
668 #: rhodecode/model/pull_request.py:846
662 669 msgid "Closing with"
663 670 msgstr "Chiusura con"
664 671
665 #: rhodecode/controllers/pullrequests.py:802
672 #: rhodecode/controllers/pullrequests.py:804
666 673 #, python-format
667 674 msgid ""
668 675 "Closing pull request on other statuses than rejected or approved is "
669 676 "forbidden. Calculated status from all reviewers is currently: %s"
670 677 msgstr "Non è consentito chiudere la richiesta PULL con stati diversi da \"rigettato\" o \"approvato\". Lo stato ricavato da tutti i revisori al momento è: %s."
671 678
672 #: rhodecode/controllers/summary.py:235
679 #: rhodecode/controllers/summary.py:243
673 680 msgid "Branch"
674 681 msgstr "Branch"
675 682
676 #: rhodecode/controllers/summary.py:236
683 #: rhodecode/controllers/summary.py:244
677 684 msgid "Tag"
678 685 msgstr "Tag"
679 686
680 #: rhodecode/controllers/summary.py:237
687 #: rhodecode/controllers/summary.py:245
681 688 msgid "Bookmark"
682 689 msgstr "Segnalibro"
683 690
684 #: rhodecode/controllers/summary.py:252
691 #: rhodecode/controllers/summary.py:260
685 692 msgid "Closed branches"
686 693 msgstr "Branch chiusi"
687 694
@@ -694,37 +701,37 b' msgid "Error occurred during update of d'
694 701 msgstr "Errore avvenuto durante l'aggiornamento dei valori di default"
695 702
696 703 #: rhodecode/controllers/admin/gists.py:63
697 #: rhodecode/controllers/admin/my_account.py:307
704 #: rhodecode/controllers/admin/my_account.py:317
698 705 #: rhodecode/controllers/admin/users.py:431
699 706 msgid "forever"
700 707 msgstr "per sempre"
701 708
702 709 #: rhodecode/controllers/admin/gists.py:64
703 #: rhodecode/controllers/admin/my_account.py:308
710 #: rhodecode/controllers/admin/my_account.py:318
704 711 #: rhodecode/controllers/admin/users.py:432
705 712 msgid "5 minutes"
706 713 msgstr "5 minuti"
707 714
708 715 #: rhodecode/controllers/admin/gists.py:65
709 #: rhodecode/controllers/admin/my_account.py:309
716 #: rhodecode/controllers/admin/my_account.py:319
710 717 #: rhodecode/controllers/admin/users.py:433
711 718 msgid "1 hour"
712 719 msgstr "1 ora"
713 720
714 721 #: rhodecode/controllers/admin/gists.py:66
715 #: rhodecode/controllers/admin/my_account.py:310
722 #: rhodecode/controllers/admin/my_account.py:320
716 723 #: rhodecode/controllers/admin/users.py:434
717 724 msgid "1 day"
718 725 msgstr "1 giorno"
719 726
720 727 #: rhodecode/controllers/admin/gists.py:67
721 #: rhodecode/controllers/admin/my_account.py:311
728 #: rhodecode/controllers/admin/my_account.py:321
722 729 #: rhodecode/controllers/admin/users.py:435
723 730 msgid "1 month"
724 731 msgstr "1 mese"
725 732
726 733 #: rhodecode/controllers/admin/gists.py:71
727 #: rhodecode/controllers/admin/my_account.py:313
734 #: rhodecode/controllers/admin/my_account.py:323
728 735 #: rhodecode/controllers/admin/users.py:437
729 736 msgid "Lifetime"
730 737 msgstr "a vita"
@@ -778,60 +785,61 b' msgstr "mai"'
778 785 msgid "%(expiry)s - current value"
779 786 msgstr "%(expiry)s - valore corrente"
780 787
781 #: rhodecode/controllers/admin/my_account.py:70
788 #: rhodecode/controllers/admin/my_account.py:74
782 789 msgid "You can't edit this user since it's crucial for entire application"
783 790 msgstr "Utente critico per l'intera applicazione. Editing disabilitato."
784 791
785 #: rhodecode/controllers/admin/my_account.py:128
792 #: rhodecode/controllers/admin/my_account.py:132
786 793 msgid "Your account was updated successfully"
787 794 msgstr "Account aggiornato correttamente"
788 795
789 #: rhodecode/controllers/admin/my_account.py:143
796 #: rhodecode/controllers/admin/my_account.py:147
790 797 #: rhodecode/controllers/admin/users.py:218
791 798 #, python-format
792 799 msgid "Error occurred during update of user %s"
793 800 msgstr "Errore durante l'aggiornamento dell'utente %s"
794 801
795 #: rhodecode/controllers/admin/my_account.py:202
802 #: rhodecode/controllers/admin/my_account.py:213
803 #: rhodecode/controllers/admin/my_account.py:219
804 msgid "Error occurred during update of user password"
805 msgstr "Errore durante l'aggiornamento della password"
806
807 #: rhodecode/controllers/admin/my_account.py:226
796 808 msgid "Successfully updated password"
797 809 msgstr "Password aggiornata correttamente"
798 810
799 #: rhodecode/controllers/admin/my_account.py:213
800 msgid "Error occurred during update of user password"
801 msgstr "Errore durante l'aggiornamento della password"
802
803 #: rhodecode/controllers/admin/my_account.py:261
811 #: rhodecode/controllers/admin/my_account.py:271
804 812 #: rhodecode/controllers/admin/users.py:611
805 813 #, python-format
806 814 msgid "Added new email address `%s` for user account"
807 815 msgstr ""
808 816
809 #: rhodecode/controllers/admin/my_account.py:268
817 #: rhodecode/controllers/admin/my_account.py:278
810 818 #: rhodecode/controllers/admin/users.py:618
811 819 msgid "An error occurred during email saving"
812 820 msgstr "Errore durante il salvataggio dell'email"
813 821
814 #: rhodecode/controllers/admin/my_account.py:278
822 #: rhodecode/controllers/admin/my_account.py:288
815 823 #: rhodecode/controllers/admin/users.py:633
816 824 msgid "Removed email address from user account"
817 825 msgstr ""
818 826
819 #: rhodecode/controllers/admin/my_account.py:316
827 #: rhodecode/controllers/admin/my_account.py:326
820 828 #: rhodecode/controllers/admin/users.py:440
821 829 msgid "Role"
822 830 msgstr "Ruolo"
823 831
824 #: rhodecode/controllers/admin/my_account.py:329
832 #: rhodecode/controllers/admin/my_account.py:339
825 833 #: rhodecode/controllers/admin/users.py:464
826 834 msgid "Auth token successfully created"
827 835 msgstr "Token Autorizzativo creato"
828 836
829 #: rhodecode/controllers/admin/my_account.py:342
837 #: rhodecode/controllers/admin/my_account.py:352
830 838 #: rhodecode/controllers/admin/users.py:483
831 839 msgid "Auth token successfully reset"
832 840 msgstr "Token autorizzativo resettato"
833 841
834 #: rhodecode/controllers/admin/my_account.py:346
842 #: rhodecode/controllers/admin/my_account.py:356
835 843 #: rhodecode/controllers/admin/users.py:487
836 844 msgid "Auth token successfully deleted"
837 845 msgstr "Token autorizzativo cancellato"
@@ -1051,18 +1059,18 b' msgid "Error occurred during deleting is'
1051 1059 msgstr "Errore durante la rimozione dell'entry dall'issue tracker"
1052 1060
1053 1061 #: rhodecode/controllers/admin/repos.py:721
1054 #: rhodecode/controllers/admin/settings.py:363
1062 #: rhodecode/controllers/admin/settings.py:366
1055 1063 msgid "Removed issue tracker entry"
1056 1064 msgstr "Entry dell'issue tracker rimossa"
1057 1065
1058 1066 #: rhodecode/controllers/admin/repos.py:751
1059 #: rhodecode/controllers/admin/settings.py:409
1067 #: rhodecode/controllers/admin/settings.py:412
1060 1068 msgid "Updated issue tracker entries"
1061 1069 msgstr "Dati dell'Issue Tracker aggiornati"
1062 1070
1063 1071 #: rhodecode/controllers/admin/repos.py:812
1064 #: rhodecode/controllers/admin/settings.py:142
1065 #: rhodecode/controllers/admin/settings.py:719
1072 #: rhodecode/controllers/admin/settings.py:143
1073 #: rhodecode/controllers/admin/settings.py:722
1066 1074 msgid "Some form inputs contain invalid data."
1067 1075 msgstr "Ci son dati non validi tra i dati immessi"
1068 1076
@@ -1071,86 +1079,70 b' msgid "Error occurred during updating re'
1071 1079 msgstr "Errore durante l'aggiornamento delle impostazioni del repository VCS"
1072 1080
1073 1081 #: rhodecode/controllers/admin/repos.py:834
1074 #: rhodecode/controllers/admin/settings.py:168
1082 #: rhodecode/controllers/admin/settings.py:171
1075 1083 msgid "Updated VCS settings"
1076 1084 msgstr "Impostazioni VCS aggiornate"
1077 1085
1078 #: rhodecode/controllers/admin/settings.py:164
1079 #: rhodecode/controllers/admin/settings.py:267
1086 #: rhodecode/controllers/admin/settings.py:167
1087 #: rhodecode/controllers/admin/settings.py:270
1080 1088 msgid "Error occurred during updating application settings"
1081 1089 msgstr "Errore durante l'aggiornamento delle impostazioni"
1082 1090
1083 #: rhodecode/controllers/admin/settings.py:211
1091 #: rhodecode/controllers/admin/settings.py:214
1084 1092 #, python-format
1085 1093 msgid "Repositories successfully rescanned added: %s ; removed: %s"
1086 1094 msgstr "Scansione dei repository completata. Aggiunti: %s ; rimossi: %s"
1087 1095
1088 #: rhodecode/controllers/admin/settings.py:263
1096 #: rhodecode/controllers/admin/settings.py:266
1089 1097 msgid "Updated application settings"
1090 1098 msgstr "Impostazioni applicazione aggiornate"
1091 1099
1092 #: rhodecode/controllers/admin/settings.py:327
1100 #: rhodecode/controllers/admin/settings.py:330
1093 1101 msgid "Updated visualisation settings"
1094 1102 msgstr "Impostazioni di visualizzazione aggiornate"
1095 1103
1096 #: rhodecode/controllers/admin/settings.py:330
1104 #: rhodecode/controllers/admin/settings.py:333
1097 1105 msgid "Error occurred during updating visualisation settings"
1098 1106 msgstr "Errore durante l'aggiornamento delle impostazioni di visualizzazione"
1099 1107
1100 #: rhodecode/controllers/admin/settings.py:422
1108 #: rhodecode/controllers/admin/settings.py:425
1101 1109 msgid "Please enter email address"
1102 1110 msgstr "Prego fornire un indirizzo email"
1103 1111
1104 #: rhodecode/controllers/admin/settings.py:440
1112 #: rhodecode/controllers/admin/settings.py:443
1105 1113 msgid "Send email task created"
1106 1114 msgstr "Task 'invio posta' creato"
1107 1115
1108 #: rhodecode/controllers/admin/settings.py:473
1116 #: rhodecode/controllers/admin/settings.py:476
1109 1117 msgid "Added new hook"
1110 1118 msgstr "Aggiunto nuovo 'hook'"
1111 1119
1112 #: rhodecode/controllers/admin/settings.py:488
1120 #: rhodecode/controllers/admin/settings.py:491
1113 1121 msgid "Updated hooks"
1114 1122 msgstr "'Hook' aggiornato"
1115 1123
1116 #: rhodecode/controllers/admin/settings.py:492
1124 #: rhodecode/controllers/admin/settings.py:495
1117 1125 msgid "Error occurred during hook creation"
1118 1126 msgstr "Errore durante creazione hook'"
1119 1127
1120 #: rhodecode/controllers/admin/settings.py:540
1128 #: rhodecode/controllers/admin/settings.py:543
1121 1129 #, python-format
1122 1130 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
1123 1131 msgstr "Critico: lo spazio disco e' troppo basso. Occupazione <b>%s%%</b> "
1124 1132
1125 #: rhodecode/controllers/admin/settings.py:544
1133 #: rhodecode/controllers/admin/settings.py:547
1126 1134 #, python-format
1127 1135 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
1128 1136 msgstr "Attenzione: lo spazio disco si sta esaurendo. Occupazione <b>%s%%</b> "
1129 1137
1130 #: rhodecode/controllers/admin/settings.py:740
1138 #: rhodecode/controllers/admin/settings.py:743
1131 1139 msgid "Error occurred during updating labs settings"
1132 1140 msgstr "Errore durante l'aggiornamento delle impostazioni sui lab"
1133 1141
1134 #: rhodecode/controllers/admin/settings.py:745
1142 #: rhodecode/controllers/admin/settings.py:748
1135 1143 msgid "Updated Labs settings"
1136 1144 msgstr "Impostazioni sui Lab aggiornate"
1137 1145
1138 #: rhodecode/controllers/admin/settings.py:795
1139 msgid "Subversion HTTP Support"
1140 msgstr "Supporto all'HTTP Subversion"
1141
1142 #: rhodecode/controllers/admin/settings.py:796
1143 msgid "Proxy subversion HTTP requests"
1144 msgstr "Proxy per le richieste HTTP Subversion"
1145
1146 #: rhodecode/controllers/admin/settings.py:802
1147 msgid "Subversion HTTP Server URL"
1148 msgstr "URL del server HTTP Subversion"
1149
1150 #: rhodecode/controllers/admin/settings.py:804
1151 msgid "e.g. http://localhost:8080/"
1152 msgstr "es. http://localhost:8080/"
1153
1154 1146 #: rhodecode/controllers/admin/user_groups.py:168
1155 1147 #, python-format
1156 1148 msgid "Created user group %(user_group_link)s"
@@ -1333,38 +1325,50 b' msgstr ""'
1333 1325 msgid "pullrequest commented"
1334 1326 msgstr ""
1335 1327
1336 #: rhodecode/events/repo.py:135
1328 #: rhodecode/events/repo.py:136
1337 1329 msgid "repository pre create"
1338 1330 msgstr ""
1339 1331
1340 #: rhodecode/events/repo.py:144
1332 #: rhodecode/events/repo.py:145
1341 1333 msgid "repository created"
1342 1334 msgstr ""
1343 1335
1344 #: rhodecode/events/repo.py:153
1336 #: rhodecode/events/repo.py:154
1345 1337 msgid "repository pre delete"
1346 1338 msgstr ""
1347 1339
1348 #: rhodecode/events/repo.py:162
1340 #: rhodecode/events/repo.py:163
1349 1341 msgid "repository deleted"
1350 1342 msgstr ""
1351 1343
1352 #: rhodecode/events/repo.py:193
1344 #: rhodecode/events/repo.py:199
1353 1345 msgid "repository pre pull"
1354 1346 msgstr ""
1355 1347
1356 #: rhodecode/events/repo.py:202
1348 #: rhodecode/events/repo.py:208
1357 1349 msgid "repository pull"
1358 1350 msgstr ""
1359 1351
1360 #: rhodecode/events/repo.py:211
1352 #: rhodecode/events/repo.py:217
1361 1353 msgid "repository pre push"
1362 1354 msgstr ""
1363 1355
1364 #: rhodecode/events/repo.py:222
1356 #: rhodecode/events/repo.py:228
1365 1357 msgid "repository push"
1366 1358 msgstr ""
1367 1359
1360 #: rhodecode/events/repo_group.py:62
1361 msgid "repository group created"
1362 msgstr ""
1363
1364 #: rhodecode/events/repo_group.py:71
1365 msgid "repository group deleted"
1366 msgstr ""
1367
1368 #: rhodecode/events/repo_group.py:80
1369 msgid "repository group update"
1370 msgstr ""
1371
1368 1372 #: rhodecode/events/user.py:34
1369 1373 msgid "user registered"
1370 1374 msgstr ""
@@ -1377,42 +1381,202 b' msgstr ""'
1377 1381 msgid "user pre update"
1378 1382 msgstr ""
1379 1383
1380 #: rhodecode/integrations/schema.py:35
1384 #: rhodecode/forms/__init__.py:32 rhodecode/templates/admin/gists/new.html:62
1385 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
1386 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
1387 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
1388 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
1389 #: rhodecode/templates/admin/permissions/permissions_application.html:51
1390 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
1391 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
1392 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
1393 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
1394 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
1395 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
1396 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
1397 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
1398 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
1399 #: rhodecode/templates/admin/settings/settings_global.html:110
1400 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
1401 #: rhodecode/templates/admin/settings/settings_labs.html:49
1402 #: rhodecode/templates/admin/settings/settings_vcs.html:14
1403 #: rhodecode/templates/admin/settings/settings_visual.html:220
1404 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
1405 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
1406 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
1407 #: rhodecode/templates/admin/users/user_edit_emails.html:63
1408 #: rhodecode/templates/admin/users/user_edit_ips.html:70
1409 #: rhodecode/templates/admin/users/user_edit_profile.html:135
1410 #: rhodecode/templates/base/default_perms_box.html:89
1411 msgid "Reset"
1412 msgstr "Ripristina"
1413
1414 #: rhodecode/forms/__init__.py:33 rhodecode/templates/admin/gists/show.html:49
1415 #: rhodecode/templates/admin/integrations/list.html:211
1416 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
1417 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
1418 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:62
1419 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
1420 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
1421 #: rhodecode/templates/admin/settings/settings_hooks.html:46
1422 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
1423 #: rhodecode/templates/admin/users/user_edit_emails.html:31
1424 #: rhodecode/templates/admin/users/user_edit_ips.html:34
1425 #: rhodecode/templates/base/issue_tracker_settings.html:70
1426 #: rhodecode/templates/base/vcs_settings.html:194
1427 #: rhodecode/templates/base/vcs_settings.html:219
1428 #: rhodecode/templates/changeset/changeset_file_comment.html:49
1429 #: rhodecode/templates/changeset/changeset_file_comment.html:99
1430 #: rhodecode/templates/data_table/_dt_elements.html:119
1431 #: rhodecode/templates/data_table/_dt_elements.html:176
1432 #: rhodecode/templates/data_table/_dt_elements.html:190
1433 #: rhodecode/templates/data_table/_dt_elements.html:202
1434 #: rhodecode/templates/debug_style/buttons.html:132
1435 #: rhodecode/templates/files/files_source.html:34
1436 #: rhodecode/templates/files/files_source.html:38
1437 #: rhodecode/templates/files/files_source.html:41
1438 msgid "Delete"
1439 msgstr "Elimina"
1440
1441 #: rhodecode/integrations/schema.py:30
1442 #: rhodecode/model/validation_schema/schemas/integration_schema.py:195
1381 1443 msgid "Enable or disable this integration."
1382 1444 msgstr ""
1383 1445
1384 #: rhodecode/integrations/schema.py:42
1446 #: rhodecode/integrations/schema.py:37
1447 #: rhodecode/model/validation_schema/schemas/integration_schema.py:176
1385 1448 msgid "Short name for this integration."
1386 1449 msgstr ""
1387 1450
1388 #: rhodecode/integrations/schema.py:44
1451 #: rhodecode/integrations/schema.py:39
1452 #: rhodecode/model/validation_schema/schemas/integration_schema.py:178
1389 1453 msgid "Integration name"
1390 1454 msgstr ""
1391 1455
1456 #: rhodecode/integrations/schema.py:51
1457 msgid ""
1458 "Limit integrations to to work only on the direct children repositories of "
1459 "this repository group (no subgroups)"
1460 msgstr ""
1461
1462 #: rhodecode/integrations/schema.py:55
1463 msgid "Limit to childen repos only"
1464 msgstr ""
1465
1466 #: rhodecode/integrations/schema.py:63
1467 msgid "Limit integrations to to work only on root level repositories"
1468 msgstr ""
1469
1470 #: rhodecode/integrations/schema.py:66
1471 msgid "Root repositories only"
1472 msgstr ""
1473
1474 #: rhodecode/integrations/views.py:162
1475 msgid "{repo_name} repository"
1476 msgstr ""
1477
1478 #: rhodecode/integrations/views.py:165
1479 msgid "{repo_group_name} repo group"
1480 msgstr ""
1481
1392 1482 #: rhodecode/integrations/views.py:172
1483 msgid "{name} integration"
1484 msgstr ""
1485
1486 #: rhodecode/integrations/views.py:186
1393 1487 msgid "Integration {integration_name} deleted successfully."
1394 1488 msgstr ""
1395 1489
1396 #: rhodecode/integrations/views.py:200
1490 #: rhodecode/integrations/views.py:266
1397 1491 msgid ""
1398 1492 "Errors exist when saving integration settings. Please check the form inputs."
1399 1493 msgstr ""
1400 1494
1401 #: rhodecode/integrations/views.py:220
1495 #: rhodecode/integrations/views.py:292
1402 1496 msgid "Integration {integration_name} updated successfully."
1403 1497 msgstr ""
1404 1498
1499 #: rhodecode/integrations/types/email.py:214
1500 msgid "Recipients"
1501 msgstr ""
1502
1503 #: rhodecode/integrations/types/email.py:215
1504 msgid "Email addresses to send push events to"
1505 msgstr ""
1506
1507 #: rhodecode/integrations/types/email.py:220
1508 #: rhodecode/integrations/types/email.py:221
1509 msgid "Email address"
1510 msgstr ""
1511
1512 #: rhodecode/integrations/types/email.py:233
1513 msgid "Send repo push summaries to a list of recipients via email"
1514 msgstr ""
1515
1516 #: rhodecode/integrations/types/hipchat.py:43
1517 msgid "Yellow"
1518 msgstr ""
1519
1520 #: rhodecode/integrations/types/hipchat.py:44
1521 msgid "Red"
1522 msgstr ""
1523
1524 #: rhodecode/integrations/types/hipchat.py:45
1525 msgid "Green"
1526 msgstr ""
1527
1528 #: rhodecode/integrations/types/hipchat.py:46
1529 msgid "Purple"
1530 msgstr ""
1531
1532 #: rhodecode/integrations/types/hipchat.py:47
1533 msgid "Gray"
1534 msgstr ""
1535
1536 #: rhodecode/integrations/types/hipchat.py:52
1537 msgid "Hipchat server URL"
1538 msgstr ""
1539
1540 #: rhodecode/integrations/types/hipchat.py:53
1541 msgid "Hipchat integration url."
1542 msgstr ""
1543
1544 #: rhodecode/integrations/types/hipchat.py:63
1545 msgid "Notify"
1546 msgstr ""
1547
1548 #: rhodecode/integrations/types/hipchat.py:64
1549 msgid "Make a notification to the users in room."
1550 msgstr ""
1551
1552 #: rhodecode/integrations/types/hipchat.py:70
1553 msgid "Color"
1554 msgstr ""
1555
1556 #: rhodecode/integrations/types/hipchat.py:71
1557 msgid "Background color of message."
1558 msgstr ""
1559
1560 #: rhodecode/integrations/types/hipchat.py:99
1561 msgid "Hipchat"
1562 msgstr ""
1563
1564 #: rhodecode/integrations/types/hipchat.py:100
1565 msgid ""
1566 "Send events such as repo pushes and pull requests to your hipchat channel."
1567 msgstr ""
1568
1569 #: rhodecode/integrations/types/slack.py:44
1570 msgid "Slack service URL"
1571 msgstr ""
1572
1405 1573 #: rhodecode/integrations/types/slack.py:45
1406 msgid "Slack service URL"
1407 msgstr ""
1408
1409 #: rhodecode/integrations/types/slack.py:46
1410 1574 msgid ""
1411 1575 "This can be setup at the <a href=\"https://my.slack.com/services/new"
1412 1576 "/incoming-webhook/\">slack app manager</a>"
1413 1577 msgstr ""
1414 1578
1415 #: rhodecode/integrations/types/slack.py:59 rhodecode/templates/login.html:43
1579 #: rhodecode/integrations/types/slack.py:58 rhodecode/templates/login.html:43
1416 1580 #: rhodecode/templates/register.html:41
1417 1581 #: rhodecode/templates/admin/admin_log.html:7
1418 1582 #: rhodecode/templates/admin/my_account/my_account_profile.html:24
@@ -1428,35 +1592,40 b' msgstr ""'
1428 1592 msgid "Username"
1429 1593 msgstr "Nome utente"
1430 1594
1431 #: rhodecode/integrations/types/slack.py:60
1595 #: rhodecode/integrations/types/slack.py:59
1432 1596 msgid "Username to show notifications coming from."
1433 1597 msgstr ""
1434 1598
1599 #: rhodecode/integrations/types/slack.py:68
1600 msgid "Channel"
1601 msgstr ""
1602
1435 1603 #: rhodecode/integrations/types/slack.py:69
1436 msgid "Channel"
1437 msgstr ""
1438
1439 #: rhodecode/integrations/types/slack.py:70
1440 1604 msgid "Channel to send notifications to."
1441 1605 msgstr ""
1442 1606
1607 #: rhodecode/integrations/types/slack.py:78
1608 msgid "Emoji"
1609 msgstr ""
1610
1443 1611 #: rhodecode/integrations/types/slack.py:79
1444 msgid "Emoji"
1445 msgstr ""
1446
1447 #: rhodecode/integrations/types/slack.py:80
1448 1612 msgid "Emoji to use eg. :studio_microphone:"
1449 1613 msgstr ""
1450 1614
1451 #: rhodecode/integrations/types/slack.py:107
1615 #: rhodecode/integrations/types/slack.py:101
1452 1616 msgid "Slack"
1453 1617 msgstr ""
1454 1618
1619 #: rhodecode/integrations/types/slack.py:102
1620 msgid ""
1621 "Send events such as repo pushes and pull requests to your slack channel."
1622 msgstr ""
1623
1624 #: rhodecode/integrations/types/webhook.py:40
1625 msgid "Webhook URL"
1626 msgstr ""
1627
1455 1628 #: rhodecode/integrations/types/webhook.py:41
1456 msgid "Webhook URL"
1457 msgstr ""
1458
1459 #: rhodecode/integrations/types/webhook.py:42
1460 1629 msgid "URL of the webhook to receive POST event."
1461 1630 msgstr ""
1462 1631
@@ -1468,10 +1637,14 b' msgstr ""'
1468 1637 msgid "String used to validate received payloads."
1469 1638 msgstr ""
1470 1639
1471 #: rhodecode/integrations/types/webhook.py:62
1640 #: rhodecode/integrations/types/webhook.py:65
1472 1641 msgid "Webhook"
1473 1642 msgstr ""
1474 1643
1644 #: rhodecode/integrations/types/webhook.py:66
1645 msgid "Post json events to a webhook endpoint"
1646 msgstr ""
1647
1475 1648 #: rhodecode/lib/action_parser.py:89
1476 1649 msgid "[deleted] repository"
1477 1650 msgstr " [eliminato] repository"
@@ -1595,80 +1768,80 b' msgstr "Creato il tag: %s"'
1595 1768 msgid "Commit not found"
1596 1769 msgstr "Commit non trovata"
1597 1770
1598 #: rhodecode/lib/auth.py:1180
1771 #: rhodecode/lib/auth.py:1185
1599 1772 #, python-format
1600 1773 msgid "IP %s not allowed"
1601 1774 msgstr "IP %s non consentito"
1602 1775
1603 #: rhodecode/lib/auth.py:1254
1776 #: rhodecode/lib/auth.py:1259
1604 1777 msgid "You need to be a registered user to perform this action"
1605 1778 msgstr "È necessario essere utenti registrati per eseguire l'azione"
1606 1779
1607 #: rhodecode/lib/auth.py:1302
1780 #: rhodecode/lib/auth.py:1307
1608 1781 #, python-format
1609 1782 msgid "Action not supported for %s."
1610 1783 msgstr "Azione non supportata per %s."
1611 1784
1612 #: rhodecode/lib/auth.py:1339
1785 #: rhodecode/lib/auth.py:1344
1613 1786 msgid "You need to be signed in to view this page"
1614 1787 msgstr "Bisogna autenticarsi per vedere questa pagina"
1615 1788
1616 #: rhodecode/lib/base.py:545
1789 #: rhodecode/lib/base.py:550
1617 1790 #, python-format
1618 1791 msgid "The repository at %(repo_name)s cannot be located."
1619 1792 msgstr "Il repository in %(repo_name)s non può essere localizzato."
1620 1793
1621 #: rhodecode/lib/diffs.py:56
1794 #: rhodecode/lib/diffs.py:62
1622 1795 msgid "Click to comment"
1623 1796 msgstr ""
1624 1797
1625 #: rhodecode/lib/diffs.py:71
1798 #: rhodecode/lib/diffs.py:77
1626 1799 msgid "Binary file"
1627 1800 msgstr "File binario"
1628 1801
1629 #: rhodecode/lib/diffs.py:91
1802 #: rhodecode/lib/diffs.py:98
1630 1803 msgid ""
1631 1804 "Changeset was too big and was cut off, use diff menu to display this diff"
1632 1805 msgstr "Il changeset è troppo lungo ed è stato troncato. Usa il menù 'diff' per visualizzare tutte le differenze"
1633 1806
1634 #: rhodecode/lib/diffs.py:102
1807 #: rhodecode/lib/diffs.py:109
1635 1808 msgid "No changes detected"
1636 1809 msgstr "Nessun cambiamento rilevato"
1637 1810
1638 #: rhodecode/lib/diffs.py:631
1811 #: rhodecode/lib/diffs.py:643
1639 1812 msgid "Click to select line"
1640 1813 msgstr ""
1641 1814
1642 #: rhodecode/lib/helpers.py:1481
1815 #: rhodecode/lib/helpers.py:1489
1643 1816 #, python-format
1644 1817 msgid " and %s more"
1645 1818 msgstr "e %s ulteriore/i"
1646 1819
1647 #: rhodecode/lib/helpers.py:1485
1820 #: rhodecode/lib/helpers.py:1493
1648 1821 msgid "No Files"
1649 1822 msgstr "Nessun file"
1650 1823
1651 #: rhodecode/lib/helpers.py:1558
1824 #: rhodecode/lib/helpers.py:1566
1652 1825 msgid "new file"
1653 1826 msgstr "nuovo file"
1654 1827
1655 #: rhodecode/lib/helpers.py:1561
1828 #: rhodecode/lib/helpers.py:1569
1656 1829 msgid "mod"
1657 1830 msgstr "mod"
1658 1831
1659 #: rhodecode/lib/helpers.py:1564
1832 #: rhodecode/lib/helpers.py:1572
1660 1833 msgid "del"
1661 1834 msgstr "del"
1662 1835
1663 #: rhodecode/lib/helpers.py:1567
1836 #: rhodecode/lib/helpers.py:1575
1664 1837 msgid "rename"
1665 1838 msgstr "rinomina"
1666 1839
1667 #: rhodecode/lib/helpers.py:1572
1840 #: rhodecode/lib/helpers.py:1580
1668 1841 msgid "chmod"
1669 1842 msgstr "chmod"
1670 1843
1671 #: rhodecode/lib/helpers.py:1819
1844 #: rhodecode/lib/helpers.py:1827
1672 1845 msgid ""
1673 1846 "Example filter terms:\n"
1674 1847 " repository:vcs\n"
@@ -1687,91 +1860,91 b' msgid ""'
1687 1860 " \"username:test AND repository:test*\"\n"
1688 1861 msgstr "Esempio termini di ricerca:\n repository:vcs\n username:marcin\n action:*push*\n ip:127.0.0.1\n date:20120101\n date:[20120101100000 TO 20120102]\n\nUso del carattere joly '*':\n \"repository:vcs*\" - search everything starting with 'vcs'\n \"repository:*vcs*\" - search for repository containing 'vcs'\n\nInterrogazioni con operatori opzionali AND / OR:\n \"repository:vcs OR repository:test\"\n \"username:test AND repository:test*\"\n"
1689 1862
1690 #: rhodecode/lib/helpers.py:1839
1863 #: rhodecode/lib/helpers.py:1847
1691 1864 #, python-format
1692 1865 msgid ""
1693 1866 "%s repository is not mapped to db perhaps it was created or renamed from the"
1694 1867 " filesystem please run the application again in order to rescan repositories"
1695 1868 msgstr "Il repository %s non ha corrispondenze nel db. Probabilmente è stato creato o rinominato direttamente sul filesystem. Provare ad avviare nuovamente l'applicazione per consentire la ri-scansione dei repository"
1696 1869
1697 #: rhodecode/lib/utils2.py:454
1870 #: rhodecode/lib/utils2.py:463
1698 1871 #, python-format
1699 1872 msgid "%d year"
1700 1873 msgid_plural "%d years"
1701 1874 msgstr[0] "%d anno"
1702 1875 msgstr[1] "%d anni"
1703 1876
1704 #: rhodecode/lib/utils2.py:455
1877 #: rhodecode/lib/utils2.py:464
1705 1878 #, python-format
1706 1879 msgid "%d month"
1707 1880 msgid_plural "%d months"
1708 1881 msgstr[0] "%d mese"
1709 1882 msgstr[1] "%d mesi"
1710 1883
1711 #: rhodecode/lib/utils2.py:456
1884 #: rhodecode/lib/utils2.py:465
1712 1885 #, python-format
1713 1886 msgid "%d day"
1714 1887 msgid_plural "%d days"
1715 1888 msgstr[0] "%d giorno"
1716 1889 msgstr[1] "%d giorni"
1717 1890
1718 #: rhodecode/lib/utils2.py:457
1891 #: rhodecode/lib/utils2.py:466
1719 1892 #, python-format
1720 1893 msgid "%d hour"
1721 1894 msgid_plural "%d hours"
1722 1895 msgstr[0] "%d ora"
1723 1896 msgstr[1] "%d ore"
1724 1897
1725 #: rhodecode/lib/utils2.py:458
1898 #: rhodecode/lib/utils2.py:467
1726 1899 #, python-format
1727 1900 msgid "%d minute"
1728 1901 msgid_plural "%d minutes"
1729 1902 msgstr[0] "%d minuto"
1730 1903 msgstr[1] "%d minuti"
1731 1904
1732 #: rhodecode/lib/utils2.py:459
1905 #: rhodecode/lib/utils2.py:468
1733 1906 #, python-format
1734 1907 msgid "%d second"
1735 1908 msgid_plural "%d seconds"
1736 1909 msgstr[0] "%d secondo"
1737 1910 msgstr[1] "%d secondi"
1738 1911
1739 #: rhodecode/lib/utils2.py:477
1912 #: rhodecode/lib/utils2.py:486
1740 1913 #, python-format
1741 1914 msgid "in %s"
1742 1915 msgstr "in %s"
1743 1916
1744 #: rhodecode/lib/utils2.py:483
1917 #: rhodecode/lib/utils2.py:492
1745 1918 #, python-format
1746 1919 msgid "%s ago"
1747 1920 msgstr "%s fa"
1748 1921
1749 #: rhodecode/lib/utils2.py:493
1922 #: rhodecode/lib/utils2.py:502
1750 1923 #, python-format
1751 1924 msgid "%s, %s ago"
1752 1925 msgstr "%s, %s fa"
1753 1926
1754 #: rhodecode/lib/utils2.py:495
1927 #: rhodecode/lib/utils2.py:504
1755 1928 #, python-format
1756 1929 msgid "in %s, %s"
1757 1930 msgstr "in %s, %s"
1758 1931
1759 #: rhodecode/lib/utils2.py:497
1932 #: rhodecode/lib/utils2.py:506
1760 1933 #, python-format
1761 1934 msgid "%s and %s"
1762 1935 msgstr "%s e %s"
1763 1936
1764 #: rhodecode/lib/utils2.py:499
1937 #: rhodecode/lib/utils2.py:508
1765 1938 #, python-format
1766 1939 msgid "%s and %s ago"
1767 1940 msgstr "%s e %s fa"
1768 1941
1769 #: rhodecode/lib/utils2.py:501
1942 #: rhodecode/lib/utils2.py:510
1770 1943 #, python-format
1771 1944 msgid "in %s and %s"
1772 1945 msgstr "in %s e %s"
1773 1946
1774 #: rhodecode/lib/utils2.py:505 rhodecode/public/js/scripts.js:25035
1947 #: rhodecode/lib/utils2.py:514 rhodecode/public/js/scripts.js:25035
1775 1948 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:49
1776 1949 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:174
1777 1950 msgid "just now"
@@ -1801,7 +1974,9 b' msgstr "proprio ora"'
1801 1974 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
1802 1975 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971
1803 1976 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2293
1804 #: rhodecode/model/db.py:2285
1977 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2285
1978 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2285
1979 #: rhodecode/model/db.py:2287
1805 1980 msgid "Repository no access"
1806 1981 msgstr "Repository nessun accesso"
1807 1982
@@ -1829,7 +2004,9 b' msgstr "Repository nessun accesso"'
1829 2004 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
1830 2005 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972
1831 2006 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2294
1832 #: rhodecode/model/db.py:2286
2007 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2286
2008 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2286
2009 #: rhodecode/model/db.py:2288
1833 2010 msgid "Repository read access"
1834 2011 msgstr "Repository accesso in lettura"
1835 2012
@@ -1857,7 +2034,9 b' msgstr "Repository accesso in lettura"'
1857 2034 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1858 2035 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973
1859 2036 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2295
1860 #: rhodecode/model/db.py:2287
2037 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2287
2038 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2287
2039 #: rhodecode/model/db.py:2289
1861 2040 msgid "Repository write access"
1862 2041 msgstr "Repository accesso in scrittura"
1863 2042
@@ -1885,7 +2064,9 b' msgstr "Repository accesso in scrittura"'
1885 2064 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1886 2065 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974
1887 2066 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2296
1888 #: rhodecode/model/db.py:2288
2067 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2288
2068 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2288
2069 #: rhodecode/model/db.py:2290
1889 2070 msgid "Repository admin access"
1890 2071 msgstr "Repository accesso admin"
1891 2072
@@ -1953,7 +2134,9 b' msgstr "RhodeCode Administrator"'
1953 2134 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
1954 2135 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992
1955 2136 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2314
1956 #: rhodecode/model/db.py:2306
2137 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2306
2138 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2306
2139 #: rhodecode/model/db.py:2308
1957 2140 msgid "Repository creation disabled"
1958 2141 msgstr "Creazione di Repository disabilitata"
1959 2142
@@ -1981,7 +2164,9 b' msgstr "Creazione di Repository disabili'
1981 2164 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
1982 2165 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993
1983 2166 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2315
1984 #: rhodecode/model/db.py:2307
2167 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2307
2168 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2307
2169 #: rhodecode/model/db.py:2309
1985 2170 msgid "Repository creation enabled"
1986 2171 msgstr "Creazione di Repository abilitata"
1987 2172
@@ -2009,7 +2194,9 b' msgstr "Creazione di Repository abilitat'
2009 2194 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
2010 2195 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997
2011 2196 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2319
2012 #: rhodecode/model/db.py:2311
2197 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2311
2198 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2311
2199 #: rhodecode/model/db.py:2313
2013 2200 msgid "Repository forking disabled"
2014 2201 msgstr "Forking Repository disabilitato"
2015 2202
@@ -2037,7 +2224,9 b' msgstr "Forking Repository disabilitato"'
2037 2224 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
2038 2225 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998
2039 2226 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2320
2040 #: rhodecode/model/db.py:2312
2227 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2312
2228 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2312
2229 #: rhodecode/model/db.py:2314
2041 2230 msgid "Repository forking enabled"
2042 2231 msgstr "Forking Repository abilitato"
2043 2232
@@ -2086,7 +2275,9 b' msgstr "Registrazione nuovo utente attra'
2086 2275 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
2087 2276 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343
2088 2277 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2952
2089 #: rhodecode/model/db.py:2944
2278 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2946
2279 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2946
2280 #: rhodecode/model/db.py:2948
2090 2281 msgid "Not Reviewed"
2091 2282 msgstr "Non Revisionato"
2092 2283
@@ -2114,7 +2305,9 b' msgstr "Non Revisionato"'
2114 2305 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
2115 2306 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344
2116 2307 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2953
2117 #: rhodecode/model/db.py:2945
2308 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2947
2309 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2947
2310 #: rhodecode/model/db.py:2949
2118 2311 msgid "Approved"
2119 2312 msgstr "Approvato"
2120 2313
@@ -2142,7 +2335,9 b' msgstr "Approvato"'
2142 2335 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
2143 2336 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
2144 2337 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2954
2145 #: rhodecode/model/db.py:2946
2338 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2948
2339 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2948
2340 #: rhodecode/model/db.py:2950
2146 2341 msgid "Rejected"
2147 2342 msgstr "Rifiutato"
2148 2343
@@ -2170,7 +2365,9 b' msgstr "Rifiutato"'
2170 2365 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
2171 2366 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
2172 2367 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2955
2173 #: rhodecode/model/db.py:2947
2368 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2949
2369 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2949
2370 #: rhodecode/model/db.py:2951
2174 2371 msgid "Under Review"
2175 2372 msgstr "in Revisione"
2176 2373
@@ -2195,7 +2392,9 b' msgstr "in Revisione"'
2195 2392 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
2196 2393 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976
2197 2394 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2298
2198 #: rhodecode/model/db.py:2290
2395 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2290
2396 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2290
2397 #: rhodecode/model/db.py:2292
2199 2398 msgid "Repository group no access"
2200 2399 msgstr "Gruppo di repository: nessun accesso"
2201 2400
@@ -2220,7 +2419,9 b' msgstr "Gruppo di repository: nessun acc'
2220 2419 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
2221 2420 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977
2222 2421 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2299
2223 #: rhodecode/model/db.py:2291
2422 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2291
2423 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2291
2424 #: rhodecode/model/db.py:2293
2224 2425 msgid "Repository group read access"
2225 2426 msgstr "Gruppo di repository: accesso in lettura"
2226 2427
@@ -2245,7 +2446,9 b' msgstr "Gruppo di repository: accesso in'
2245 2446 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2246 2447 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978
2247 2448 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2300
2248 #: rhodecode/model/db.py:2292
2449 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2292
2450 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2292
2451 #: rhodecode/model/db.py:2294
2249 2452 msgid "Repository group write access"
2250 2453 msgstr "Gruppo di repository: accesso in scrittura"
2251 2454
@@ -2270,7 +2473,9 b' msgstr "Gruppo di repository: accesso in'
2270 2473 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2271 2474 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979
2272 2475 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2301
2273 #: rhodecode/model/db.py:2293
2476 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2293
2477 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2293
2478 #: rhodecode/model/db.py:2295
2274 2479 msgid "Repository group admin access"
2275 2480 msgstr "Gruppo di repository: accesso admin"
2276 2481
@@ -2294,7 +2499,9 b' msgstr "Gruppo di repository: accesso ad'
2294 2499 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2295 2500 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981
2296 2501 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2303
2297 #: rhodecode/model/db.py:2295
2502 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2295
2503 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2295
2504 #: rhodecode/model/db.py:2297
2298 2505 msgid "User group no access"
2299 2506 msgstr "Gruppo utenti: nessun accesso"
2300 2507
@@ -2318,7 +2525,9 b' msgstr "Gruppo utenti: nessun accesso"'
2318 2525 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2319 2526 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982
2320 2527 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2304
2321 #: rhodecode/model/db.py:2296
2528 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2296
2529 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2296
2530 #: rhodecode/model/db.py:2298
2322 2531 msgid "User group read access"
2323 2532 msgstr "Gruppo utenti: accesso in lettura"
2324 2533
@@ -2342,7 +2551,9 b' msgstr "Gruppo utenti: accesso in lettur'
2342 2551 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2343 2552 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983
2344 2553 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2305
2345 #: rhodecode/model/db.py:2297
2554 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2297
2555 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2297
2556 #: rhodecode/model/db.py:2299
2346 2557 msgid "User group write access"
2347 2558 msgstr "Gruppo utenti: accesso in scrittura"
2348 2559
@@ -2366,7 +2577,9 b' msgstr "Gruppo utenti: accesso in scritt'
2366 2577 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2367 2578 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984
2368 2579 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2306
2369 #: rhodecode/model/db.py:2298
2580 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2298
2581 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2298
2582 #: rhodecode/model/db.py:2300
2370 2583 msgid "User group admin access"
2371 2584 msgstr "Gruppo utenti: accesso admin"
2372 2585
@@ -2390,7 +2603,9 b' msgstr "Gruppo utenti: accesso admin"'
2390 2603 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2391 2604 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986
2392 2605 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2308
2393 #: rhodecode/model/db.py:2300
2606 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2300
2607 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2300
2608 #: rhodecode/model/db.py:2302
2394 2609 msgid "Repository Group creation disabled"
2395 2610 msgstr "Creazione gruppo di repository disabiltiata"
2396 2611
@@ -2414,7 +2629,9 b' msgstr "Creazione gruppo di repository d'
2414 2629 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2415 2630 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987
2416 2631 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2309
2417 #: rhodecode/model/db.py:2301
2632 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2301
2633 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2301
2634 #: rhodecode/model/db.py:2303
2418 2635 msgid "Repository Group creation enabled"
2419 2636 msgstr "Creazione gruppo di repository abilitata"
2420 2637
@@ -2438,7 +2655,9 b' msgstr "Creazione gruppo di repository a'
2438 2655 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2439 2656 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989
2440 2657 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2311
2441 #: rhodecode/model/db.py:2303
2658 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2303
2659 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2303
2660 #: rhodecode/model/db.py:2305
2442 2661 msgid "User Group creation disabled"
2443 2662 msgstr "Creazione gruppo utenti disabilitata"
2444 2663
@@ -2462,7 +2681,9 b' msgstr "Creazione gruppo utenti disabili'
2462 2681 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2463 2682 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990
2464 2683 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2312
2465 #: rhodecode/model/db.py:2304
2684 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2304
2685 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2304
2686 #: rhodecode/model/db.py:2306
2466 2687 msgid "User Group creation enabled"
2467 2688 msgstr "Creazione gruppo utenti abilitata"
2468 2689
@@ -2486,7 +2707,9 b' msgstr "Creazione gruppo utenti abilitat'
2486 2707 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2487 2708 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
2488 2709 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2322
2489 #: rhodecode/model/db.py:2314
2710 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2314
2711 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2314
2712 #: rhodecode/model/db.py:2316
2490 2713 msgid "Registration disabled"
2491 2714 msgstr "Registrazione disabilitata"
2492 2715
@@ -2510,7 +2733,9 b' msgstr "Registrazione disabilitata"'
2510 2733 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2511 2734 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001
2512 2735 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2323
2513 #: rhodecode/model/db.py:2315
2736 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2315
2737 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2315
2738 #: rhodecode/model/db.py:2317
2514 2739 msgid "User Registration with manual account activation"
2515 2740 msgstr "Registrazione utente con attivazione manuale dell'account"
2516 2741
@@ -2534,7 +2759,9 b' msgstr "Registrazione utente con attivaz'
2534 2759 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2535 2760 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2536 2761 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2324
2537 #: rhodecode/model/db.py:2316
2762 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2316
2763 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2316
2764 #: rhodecode/model/db.py:2318
2538 2765 msgid "User Registration with automatic account activation"
2539 2766 msgstr "Registrazione utente con attivazione automatica dell'account"
2540 2767
@@ -2558,7 +2785,9 b' msgstr "Registrazione utente con attivaz'
2558 2785 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2559 2786 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2560 2787 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2326
2561 #: rhodecode/model/db.py:2318
2788 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2318
2789 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2318
2790 #: rhodecode/model/db.py:2320
2562 2791 msgid "Manual activation of external account"
2563 2792 msgstr "Attivazione manuale di account esterni"
2564 2793
@@ -2582,7 +2811,9 b' msgstr "Attivazione manuale di account e'
2582 2811 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
2583 2812 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005
2584 2813 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2327
2585 #: rhodecode/model/db.py:2319
2814 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2319
2815 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2319
2816 #: rhodecode/model/db.py:2321
2586 2817 msgid "Automatic activation of external account"
2587 2818 msgstr "Attivazione automatrica di account esterni"
2588 2819
@@ -2600,7 +2831,9 b' msgstr "Attivazione automatrica di accou'
2600 2831 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
2601 2832 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994
2602 2833 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2316
2603 #: rhodecode/model/db.py:2308
2834 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2308
2835 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2308
2836 #: rhodecode/model/db.py:2310
2604 2837 msgid ""
2605 2838 "Repository creation enabled with write permission to a repository group"
2606 2839 msgstr "Creazione di repository abilitata con permessi di scrittura al gruppo di repository"
@@ -2619,7 +2852,9 b' msgstr "Creazione di repository abilitat'
2619 2852 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
2620 2853 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995
2621 2854 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2317
2622 #: rhodecode/model/db.py:2309
2855 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2309
2856 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2309
2857 #: rhodecode/model/db.py:2311
2623 2858 msgid ""
2624 2859 "Repository creation disabled with write permission to a repository group"
2625 2860 msgstr "Creazione di repository disabilitata abilitata con permessi di scrittura al gruppo di repository"
@@ -2635,7 +2870,9 b' msgstr "Creazione di repository disabili'
2635 2870 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
2636 2871 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969
2637 2872 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2291
2638 #: rhodecode/model/db.py:2283
2873 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2283
2874 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2283
2875 #: rhodecode/model/db.py:2285
2639 2876 msgid "RhodeCode Super Administrator"
2640 2877 msgstr "RhodeCode Super Administrator"
2641 2878
@@ -2648,7 +2885,9 b' msgstr "RhodeCode Super Administrator"'
2648 2885 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2649 2886 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2650 2887 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2329
2651 #: rhodecode/model/db.py:2321
2888 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2321
2889 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2321
2890 #: rhodecode/model/db.py:2323
2652 2891 msgid "Inherit object permissions from default user disabled"
2653 2892 msgstr "Ereditarietà dei permessi \"user default\" sull'oggetto disabilitata."
2654 2893
@@ -2661,32 +2900,46 b' msgstr "Ereditariet\xc3\xa0 dei permessi \\"user default\\" sull\'oggetto disabilitata."'
2661 2900 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
2662 2901 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008
2663 2902 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2330
2664 #: rhodecode/model/db.py:2322
2903 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2322
2904 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2322
2905 #: rhodecode/model/db.py:2324
2665 2906 msgid "Inherit object permissions from default user enabled"
2666 2907 msgstr "Ereditarietà dei permessi \"user default\" sull'oggetto abilitata"
2667 2908
2668 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909 rhodecode/model/db.py:910
2909 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909
2910 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:910
2911 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:910 rhodecode/model/db.py:910
2669 2912 msgid "all"
2670 2913 msgstr "tutti"
2671 2914
2672 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910 rhodecode/model/db.py:911
2915 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910
2916 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:911
2917 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:911 rhodecode/model/db.py:911
2673 2918 msgid "http/web interface"
2674 2919 msgstr "interfaccia http/web"
2675 2920
2676 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911 rhodecode/model/db.py:912
2921 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911
2922 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:912
2923 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:912 rhodecode/model/db.py:912
2677 2924 msgid "vcs (git/hg/svn protocol)"
2678 2925 msgstr ""
2679 2926
2680 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912 rhodecode/model/db.py:913
2927 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912
2928 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:913
2929 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:913 rhodecode/model/db.py:913
2681 2930 msgid "api calls"
2682 2931 msgstr "chiamate API"
2683 2932
2684 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913 rhodecode/model/db.py:914
2933 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913
2934 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:914
2935 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:914 rhodecode/model/db.py:914
2685 2936 msgid "feed access"
2686 2937 msgstr "accesso al feed"
2687 2938
2688 2939 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2069
2689 #: rhodecode/model/db.py:2061
2940 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2061
2941 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2061
2942 #: rhodecode/model/db.py:2063
2690 2943 msgid "No parent"
2691 2944 msgstr ""
2692 2945
@@ -2740,12 +2993,12 b' msgid ""'
2740 2993 "email"
2741 2994 msgstr "Reset della password confermato. Una nuova password è stata inviata alla tua email"
2742 2995
2743 #: rhodecode/model/comment.py:263
2996 #: rhodecode/model/comment.py:266
2744 2997 msgid "made a comment"
2745 2998 msgstr ""
2746 2999
2747 #: rhodecode/model/comment.py:264
2748 msgid "Refresh page"
3000 #: rhodecode/model/comment.py:267
3001 msgid "Show it now"
2749 3002 msgstr ""
2750 3003
2751 3004 #: rhodecode/model/forms.py:85
@@ -2876,7 +3129,7 b' msgid ""'
2876 3129 " %(pr_title)s"
2877 3130 msgstr ""
2878 3131
2879 #: rhodecode/model/pull_request.py:449
3132 #: rhodecode/model/pull_request.py:448
2880 3133 msgid "Pull request merged and closed"
2881 3134 msgstr "Richiesta PULL chiusa. Merge effettuato."
2882 3135
@@ -2920,7 +3173,7 b' msgstr "ultimo consiglio"'
2920 3173 msgid "You can't Edit this user since it's crucial for entire application"
2921 3174 msgstr "Utente critico per l'intera applicazione. Editing disabilitato."
2922 3175
2923 #: rhodecode/model/user.py:285
3176 #: rhodecode/model/user.py:284
2924 3177 #, python-format
2925 3178 msgid ""
2926 3179 "You can't edit this user (`%(username)s`) since it's crucial for entire "
@@ -3174,6 +3427,56 b' msgstr ""'
3174 3427 msgid "Duplicated value for filename found: `{}`"
3175 3428 msgstr ""
3176 3429
3430 #: rhodecode/model/validation_schema/schemas/integration_schema.py:36
3431 msgid "Pick a scope:"
3432 msgstr ""
3433
3434 #: rhodecode/model/validation_schema/schemas/integration_schema.py:39
3435 msgid "Global (all repositories)"
3436 msgstr ""
3437
3438 #: rhodecode/model/validation_schema/schemas/integration_schema.py:40
3439 msgid "Top level repositories only"
3440 msgstr ""
3441
3442 #: rhodecode/model/validation_schema/schemas/integration_schema.py:79
3443 msgid "Only repo admins can create integrations"
3444 msgstr ""
3445
3446 #: rhodecode/model/validation_schema/schemas/integration_schema.py:86
3447 msgid "Only repogroup admins can create integrations"
3448 msgstr ""
3449
3450 #: rhodecode/model/validation_schema/schemas/integration_schema.py:91
3451 msgid "Only superadmins can create global integrations"
3452 msgstr ""
3453
3454 #: rhodecode/model/validation_schema/schemas/integration_schema.py:183
3455 msgid ""
3456 "Scope of the integration. Recursive means the integration runs on all repos"
3457 " of that group and children recursively."
3458 msgstr ""
3459
3460 #: rhodecode/model/validation_schema/schemas/integration_schema.py:186
3461 msgid "Integration scope"
3462 msgstr ""
3463
3464 #: rhodecode/model/validation_schema/schemas/integration_schema.py:217
3465 msgid "General integration options"
3466 msgstr ""
3467
3468 #: rhodecode/model/validation_schema/schemas/integration_schema.py:220
3469 msgid "{integration_type} settings"
3470 msgstr ""
3471
3472 #: rhodecode/model/validation_schema/schemas/user_schema.py:36
3473 msgid "Password is incorrect"
3474 msgstr ""
3475
3476 #: rhodecode/model/validation_schema/schemas/user_schema.py:59
3477 msgid "New password must be different to old password"
3478 msgstr ""
3479
3177 3480 #: rhodecode/public/js/scripts.js:23039
3178 3481 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:16
3179 3482 #: rhodecode/public/js/src/plugins/jquery.autocomplete.js:87
@@ -3344,19 +3647,19 b' msgstr ""'
3344 3647
3345 3648 #: rhodecode/public/js/scripts.js:41308
3346 3649 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:2
3347 #: rhodecode/public/js/src/rhodecode/comments.js:235
3650 #: rhodecode/public/js/src/rhodecode/comments.js:236
3348 3651 msgid "Add another comment"
3349 3652 msgstr "Aggiungi un altro commento"
3350 3653
3351 3654 #: rhodecode/public/js/scripts.js:41526
3352 3655 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:35
3353 #: rhodecode/public/js/src/rhodecode/comments.js:453
3656 #: rhodecode/public/js/src/rhodecode/comments.js:470
3354 3657 msgid "Status Review"
3355 3658 msgstr ""
3356 3659
3357 3660 #: rhodecode/public/js/scripts.js:41540
3358 3661 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:3
3359 #: rhodecode/public/js/src/rhodecode/comments.js:467
3662 #: rhodecode/public/js/src/rhodecode/comments.js:484
3360 3663 msgid ""
3361 3664 "Comment text will be set automatically based on currently selected status "
3362 3665 "({0}) ..."
@@ -3364,13 +3667,13 b' msgstr ""'
3364 3667
3365 3668 #: rhodecode/public/js/scripts.js:41653
3366 3669 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:37
3367 #: rhodecode/public/js/src/rhodecode/comments.js:580
3670 #: rhodecode/public/js/src/rhodecode/comments.js:597
3368 3671 msgid "Submitting..."
3369 3672 msgstr "Inoltro..."
3370 3673
3371 3674 #: rhodecode/public/js/scripts.js:41703
3372 3675 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:5
3373 #: rhodecode/public/js/src/rhodecode/comments.js:630
3676 #: rhodecode/public/js/src/rhodecode/comments.js:647
3374 3677 #: rhodecode/templates/files/files_browser_tree.html:47
3375 3678 msgid "Loading ..."
3376 3679 msgstr "Caricamento ..."
@@ -3530,6 +3833,22 b' msgstr ""'
3530 3833 msgid "{0} years"
3531 3834 msgstr ""
3532 3835
3836 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3837 msgid "UIEvent"
3838 msgstr ""
3839
3840 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3841 msgid "CustomEvent"
3842 msgstr ""
3843
3844 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3845 msgid "MouseEvent"
3846 msgstr ""
3847
3848 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3849 msgid "FocusEvent"
3850 msgstr ""
3851
3533 3852 #: rhodecode/templates/index.html:5
3534 3853 msgid "Dashboard"
3535 3854 msgstr "Dashboard"
@@ -3578,6 +3897,7 b' msgstr "Modifica il Gruppo di Repository'
3578 3897 #: rhodecode/templates/index_base.html:97
3579 3898 #: rhodecode/templates/index_base.html:122
3580 3899 #: rhodecode/templates/admin/gists/index.html:112
3900 #: rhodecode/templates/admin/integrations/list.html:102
3581 3901 #: rhodecode/templates/admin/my_account/my_account_repos.html:31
3582 3902 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
3583 3903 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
@@ -3597,7 +3917,6 b' msgstr "Nome"'
3597 3917 #: rhodecode/templates/index_base.html:100
3598 3918 #: rhodecode/templates/index_base.html:125
3599 3919 #: rhodecode/templates/admin/gists/index.html:114
3600 #: rhodecode/templates/admin/integrations/list.html:63
3601 3920 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
3602 3921 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
3603 3922 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:42
@@ -3614,8 +3933,8 b' msgstr "Nome"'
3614 3933 #: rhodecode/templates/changeset/changeset.html:53
3615 3934 #: rhodecode/templates/compare/compare_commits.html:24
3616 3935 #: rhodecode/templates/email_templates/commit_comment.mako:82
3617 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3618 #: rhodecode/templates/email_templates/pull_request_review.mako:51
3936 #: rhodecode/templates/email_templates/pull_request_review.mako:41
3937 #: rhodecode/templates/email_templates/pull_request_review.mako:75
3619 3938 #: rhodecode/templates/files/file_tree_detail.html:5
3620 3939 #: rhodecode/templates/files/file_tree_detail.html:12
3621 3940 #: rhodecode/templates/forks/fork.html:48
@@ -3829,9 +4148,13 b' msgstr "Impostazioni di Autenticazione"'
3829 4148 #: rhodecode/templates/admin/auth/auth_settings.html:12
3830 4149 #: rhodecode/templates/admin/auth/plugin_settings.html:12
3831 4150 #: rhodecode/templates/admin/defaults/defaults.html:12
3832 #: rhodecode/templates/admin/integrations/base.html:19
3833 #: rhodecode/templates/admin/integrations/edit.html:15
4151 #: rhodecode/templates/admin/integrations/base.html:21
4152 #: rhodecode/templates/admin/integrations/form.html:15
4153 #: rhodecode/templates/admin/integrations/form.html:28
3834 4154 #: rhodecode/templates/admin/integrations/list.html:8
4155 #: rhodecode/templates/admin/integrations/list.html:14
4156 #: rhodecode/templates/admin/integrations/new.html:11
4157 #: rhodecode/templates/admin/integrations/new.html:19
3835 4158 #: rhodecode/templates/admin/permissions/permissions.html:12
3836 4159 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:12
3837 4160 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:12
@@ -3881,7 +4204,6 b' msgstr ""'
3881 4204 #: rhodecode/templates/admin/auth/auth_settings.html:81
3882 4205 #: rhodecode/templates/admin/auth/plugin_settings.html:87
3883 4206 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3884 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3885 4207 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3886 4208 #: rhodecode/templates/admin/permissions/permissions_application.html:50
3887 4209 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
@@ -3918,7 +4240,7 b' msgstr "Impostazioni base per nuovi repo'
3918 4240
3919 4241 #: rhodecode/templates/admin/defaults/defaults_repositories.html:14
3920 4242 #: rhodecode/templates/admin/gists/index.html:110
3921 #: rhodecode/templates/admin/integrations/list.html:64
4243 #: rhodecode/templates/admin/integrations/list.html:103
3922 4244 #: rhodecode/templates/admin/repos/repo_add_base.html:62
3923 4245 #: rhodecode/templates/admin/repos/repo_edit_fields.html:12
3924 4246 msgid "Type"
@@ -4063,7 +4385,7 b' msgstr "Mio Pubblico"'
4063 4385
4064 4386 #: rhodecode/templates/admin/gists/index.html:108
4065 4387 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:24
4066 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:89
4388 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4067 4389 #: rhodecode/templates/bookmarks/bookmarks.html:63
4068 4390 #: rhodecode/templates/branches/branches.html:62
4069 4391 #: rhodecode/templates/changelog/changelog.html:110
@@ -4116,75 +4438,17 b' msgstr "Crea un Gist Privato"'
4116 4438 msgid "Create Public Gist"
4117 4439 msgstr "Crea un Gist Pubblico"
4118 4440
4119 #: rhodecode/templates/admin/gists/new.html:62
4120 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
4121 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
4122 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
4123 #: rhodecode/templates/admin/my_account/my_account_password.html:37
4124 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
4125 #: rhodecode/templates/admin/permissions/permissions_application.html:51
4126 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
4127 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
4128 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
4129 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
4130 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
4131 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
4132 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
4133 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
4134 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
4135 #: rhodecode/templates/admin/settings/settings_global.html:110
4136 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
4137 #: rhodecode/templates/admin/settings/settings_labs.html:46
4138 #: rhodecode/templates/admin/settings/settings_vcs.html:14
4139 #: rhodecode/templates/admin/settings/settings_visual.html:220
4140 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
4141 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
4142 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
4143 #: rhodecode/templates/admin/users/user_edit_emails.html:63
4144 #: rhodecode/templates/admin/users/user_edit_ips.html:70
4145 #: rhodecode/templates/admin/users/user_edit_profile.html:135
4146 #: rhodecode/templates/base/default_perms_box.html:89
4147 msgid "Reset"
4148 msgstr "Ripristina"
4149
4150 4441 #: rhodecode/templates/admin/gists/show.html:13
4151 4442 #: rhodecode/templates/admin/gists/show.html:20
4152 4443 msgid "Gist"
4153 4444 msgstr "Gist"
4154 4445
4155 4446 #: rhodecode/templates/admin/gists/show.html:49
4156 #: rhodecode/templates/admin/integrations/list.html:110
4157 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
4158 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
4159 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4160 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
4161 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
4162 #: rhodecode/templates/admin/settings/settings_hooks.html:46
4163 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
4164 #: rhodecode/templates/admin/users/user_edit_emails.html:31
4165 #: rhodecode/templates/admin/users/user_edit_ips.html:34
4166 #: rhodecode/templates/base/issue_tracker_settings.html:70
4167 #: rhodecode/templates/base/vcs_settings.html:147
4168 #: rhodecode/templates/base/vcs_settings.html:172
4169 #: rhodecode/templates/changeset/changeset_file_comment.html:49
4170 #: rhodecode/templates/changeset/changeset_file_comment.html:99
4171 #: rhodecode/templates/data_table/_dt_elements.html:119
4172 #: rhodecode/templates/data_table/_dt_elements.html:176
4173 #: rhodecode/templates/data_table/_dt_elements.html:190
4174 #: rhodecode/templates/data_table/_dt_elements.html:202
4175 #: rhodecode/templates/debug_style/buttons.html:132
4176 #: rhodecode/templates/files/files_source.html:33
4177 #: rhodecode/templates/files/files_source.html:37
4178 #: rhodecode/templates/files/files_source.html:40
4179 msgid "Delete"
4180 msgstr "Elimina"
4181
4182 #: rhodecode/templates/admin/gists/show.html:49
4183 4447 msgid "Confirm to delete this Gist"
4184 4448 msgstr "Conferma di voler eliminare questo Gist"
4185 4449
4186 4450 #: rhodecode/templates/admin/gists/show.html:56
4187 #: rhodecode/templates/admin/integrations/list.html:103
4451 #: rhodecode/templates/admin/integrations/list.html:204
4188 4452 #: rhodecode/templates/admin/my_account/my_account_profile.html:5
4189 4453 #: rhodecode/templates/base/issue_tracker_settings.html:61
4190 4454 #: rhodecode/templates/changeset/changeset_file_comment.html:145
@@ -4196,8 +4460,8 b' msgstr "Conferma di voler eliminare ques'
4196 4460 #: rhodecode/templates/debug_style/buttons.html:128
4197 4461 #: rhodecode/templates/files/files_add.html:204
4198 4462 #: rhodecode/templates/files/files_edit.html:165
4199 #: rhodecode/templates/files/files_source.html:36
4200 #: rhodecode/templates/files/files_source.html:39
4463 #: rhodecode/templates/files/files_source.html:37
4464 #: rhodecode/templates/files/files_source.html:40
4201 4465 #: rhodecode/templates/pullrequests/pullrequest_show.html:50
4202 4466 #: rhodecode/templates/pullrequests/pullrequest_show.html:184
4203 4467 #: rhodecode/templates/users/user_profile.html:7
@@ -4218,17 +4482,27 b' msgstr "creato"'
4218 4482
4219 4483 #: rhodecode/templates/admin/gists/show.html:91
4220 4484 #: rhodecode/templates/files/files_delete.html:50
4221 #: rhodecode/templates/files/files_source.html:61
4485 #: rhodecode/templates/files/files_source.html:62
4222 4486 msgid "Show as raw"
4223 4487 msgstr "Mostra sorgente"
4224 4488
4225 #: rhodecode/templates/admin/integrations/base.html:12
4226 msgid "Integrations settings"
4227 msgstr ""
4228
4229 #: rhodecode/templates/admin/integrations/edit.html:17
4489 #: rhodecode/templates/admin/integrations/base.html:14
4490 msgid "Integrations Settings"
4491 msgstr ""
4492
4493 #: rhodecode/templates/admin/integrations/form.html:17
4230 4494 #: rhodecode/templates/admin/integrations/list.html:10
4231 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:44
4495 #: rhodecode/templates/admin/integrations/new.html:13
4496 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4497 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4498 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4499 msgid "Repository Groups"
4500 msgstr "Gruppi di Repository"
4501
4502 #: rhodecode/templates/admin/integrations/form.html:30
4503 #: rhodecode/templates/admin/integrations/list.html:16
4504 #: rhodecode/templates/admin/integrations/new.html:21
4505 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:48
4232 4506 #: rhodecode/templates/admin/repos/repo_edit.html:15
4233 4507 #: rhodecode/templates/admin/repos/repo_edit.html:43
4234 4508 #: rhodecode/templates/admin/settings/settings.html:14
@@ -4238,27 +4512,101 b' msgstr ""'
4238 4512 msgid "Settings"
4239 4513 msgstr "Impostazioni"
4240 4514
4241 #: rhodecode/templates/admin/integrations/edit.html:36
4242 #, python-format
4243 msgid "Create new %(integration_type)s integration"
4244 msgstr ""
4245
4246 #: rhodecode/templates/admin/integrations/list.html:31
4515 #: rhodecode/templates/admin/integrations/form.html:60
4516 #, python-format
4517 msgid "Create New %(integration_type)s Integration"
4518 msgstr ""
4519
4520 #: rhodecode/templates/admin/integrations/list.html:44
4521 msgid "Current Integrations for Repository: {repo_name}"
4522 msgstr ""
4523
4524 #: rhodecode/templates/admin/integrations/list.html:46
4525 msgid "Current Integrations for repository group: {repo_group_name}"
4526 msgstr ""
4527
4528 #: rhodecode/templates/admin/integrations/list.html:48
4529 msgid "Current Integrations"
4530 msgstr ""
4531
4532 #: rhodecode/templates/admin/integrations/list.html:64
4533 #: rhodecode/templates/admin/notifications/notifications.html:31
4534 msgid "All"
4535 msgstr "Tutto"
4536
4537 #: rhodecode/templates/admin/integrations/list.html:95
4538 #: rhodecode/templates/admin/integrations/new.html:26
4247 4539 msgid "Create new integration"
4248 4540 msgstr ""
4249 4541
4250 #: rhodecode/templates/admin/integrations/list.html:56
4251 msgid "Current integrations"
4252 msgstr ""
4253
4254 #: rhodecode/templates/admin/integrations/list.html:65
4542 #: rhodecode/templates/admin/integrations/list.html:104
4543 msgid "Scope"
4544 msgstr ""
4545
4546 #: rhodecode/templates/admin/integrations/list.html:105
4255 4547 msgid "Actions"
4256 4548 msgstr "Azioni"
4257 4549
4258 #: rhodecode/templates/admin/integrations/list.html:89
4550 #: rhodecode/templates/admin/integrations/list.html:115
4551 msgid "No {type} integrations for repo {repo} exist yet."
4552 msgstr ""
4553
4554 #: rhodecode/templates/admin/integrations/list.html:117
4555 msgid "No {type} integrations for repogroup {repogroup} exist yet."
4556 msgstr ""
4557
4558 #: rhodecode/templates/admin/integrations/list.html:119
4559 msgid "No {type} integrations exist yet."
4560 msgstr ""
4561
4562 #: rhodecode/templates/admin/integrations/list.html:133
4563 msgid "Create one"
4564 msgstr ""
4565
4566 #: rhodecode/templates/admin/integrations/list.html:164
4567 msgid "repo"
4568 msgstr ""
4569
4570 #: rhodecode/templates/admin/integrations/list.html:168
4571 msgid "repogroup"
4572 msgstr ""
4573
4574 #: rhodecode/templates/admin/integrations/list.html:170
4575 msgid "child repos only"
4576 msgstr ""
4577
4578 #: rhodecode/templates/admin/integrations/list.html:172
4579 msgid "cascade to all"
4580 msgstr ""
4581
4582 #: rhodecode/templates/admin/integrations/list.html:177
4583 msgid "top level repos only"
4584 msgstr ""
4585
4586 #: rhodecode/templates/admin/integrations/list.html:179
4587 msgid "global"
4588 msgstr ""
4589
4590 #: rhodecode/templates/admin/integrations/list.html:185
4259 4591 msgid "unknown integration"
4260 4592 msgstr ""
4261 4593
4594 #: rhodecode/templates/admin/integrations/new.html:31
4595 msgid "Create New Integration for repository: {repo_name}"
4596 msgstr ""
4597
4598 #: rhodecode/templates/admin/integrations/new.html:33
4599 msgid "Create New Integration for repository group: {repo_group_name}"
4600 msgstr ""
4601
4602 #: rhodecode/templates/admin/integrations/new.html:35
4603 msgid "Create New Global Integration"
4604 msgstr ""
4605
4606 #: rhodecode/templates/admin/integrations/new.html:61
4607 msgid "No description available"
4608 msgstr ""
4609
4262 4610 #: rhodecode/templates/admin/my_account/my_account.html:5
4263 4611 #: rhodecode/templates/base/base.html:343
4264 4612 msgid "My account"
@@ -4278,7 +4626,7 b' msgstr "Profilo"'
4278 4626 msgid "Auth Tokens"
4279 4627 msgstr "Tocken autorizzativi"
4280 4628
4281 #: rhodecode/templates/admin/my_account/my_account.html:34
4629 #: rhodecode/templates/admin/my_account/my_account.html:35
4282 4630 msgid "OAuth Identities"
4283 4631 msgstr ""
4284 4632
@@ -4396,36 +4744,18 b' msgstr "Indirizzi email aggiuntivi non s'
4396 4744 msgid "New email address"
4397 4745 msgstr "Nuovo indirizzo email"
4398 4746
4399 #: rhodecode/templates/admin/my_account/my_account_notifications.html:3
4400 msgid "Your live notification settings"
4401 msgstr ""
4402
4403 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4404 #: rhodecode/templates/admin/notifications/show_notification.html:12
4405 msgid "Notifications"
4406 msgstr "Notifiche"
4407
4408 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4409 msgid "Disabled"
4410 msgstr "Disabilitato"
4747 #: rhodecode/templates/admin/my_account/my_account_notifications.html:12
4748 msgid "Your Live Notification Settings"
4749 msgstr ""
4750
4751 #: rhodecode/templates/admin/my_account/my_account_notifications.html:24
4752 msgid "Notifications Status"
4753 msgstr ""
4411 4754
4412 4755 #: rhodecode/templates/admin/my_account/my_account_password.html:3
4413 4756 msgid "Change Your Account Password"
4414 4757 msgstr "Cambia la tua Password"
4415 4758
4416 #: rhodecode/templates/admin/my_account/my_account_password.html:10
4417 msgid "Current Password"
4418 msgstr "Password corrente"
4419
4420 #: rhodecode/templates/admin/my_account/my_account_password.html:19
4421 #: rhodecode/templates/admin/users/user_edit_profile.html:74
4422 msgid "New Password"
4423 msgstr "Nuova password"
4424
4425 #: rhodecode/templates/admin/my_account/my_account_password.html:28
4426 msgid "Confirm New Password"
4427 msgstr "Conferma nuova password"
4428
4429 4759 #: rhodecode/templates/admin/my_account/my_account_profile.html:11
4430 4760 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:52
4431 4761 #: rhodecode/templates/admin/users/user_edit_profile.html:25
@@ -4465,27 +4795,28 b' msgid "Pull Requests You Opened"'
4465 4795 msgstr ""
4466 4796
4467 4797 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:23
4468 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4798 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:87
4469 4799 msgid "Target Repo"
4470 4800 msgstr ""
4471 4801
4472 4802 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:26
4473 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4803 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:90
4474 4804 #: rhodecode/templates/admin/settings/settings_global.html:9
4475 #: rhodecode/templates/email_templates/pull_request_review.mako:28
4476 #: rhodecode/templates/email_templates/pull_request_review.mako:48
4805 #: rhodecode/templates/email_templates/pull_request_review.mako:39
4806 #: rhodecode/templates/email_templates/pull_request_review.mako:72
4477 4807 #: rhodecode/templates/pullrequests/pullrequest.html:38
4478 4808 #: rhodecode/templates/pullrequests/pullrequests.html:104
4479 4809 msgid "Title"
4480 4810 msgstr "Titolo"
4481 4811
4482 4812 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
4483 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:92
4484 msgid "Opened On"
4813 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4814 #: rhodecode/templates/pullrequests/pullrequests.html:108
4815 msgid "Last Update"
4485 4816 msgstr ""
4486 4817
4487 4818 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:43
4488 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:107
4819 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:106
4489 4820 #: rhodecode/templates/changelog/changelog.html:153
4490 4821 #: rhodecode/templates/compare/compare_commits.html:49
4491 4822 #: rhodecode/templates/search/search_commit.html:36
@@ -4493,7 +4824,7 b' msgid "Expand commit message"'
4493 4824 msgstr "Espandi il messaggio commit"
4494 4825
4495 4826 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:52
4496 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:116
4827 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:115
4497 4828 #: rhodecode/templates/changeset/changeset_file_comment.html:284
4498 4829 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
4499 4830 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
@@ -4501,19 +4832,19 b' msgstr "Espandi il messaggio commit"'
4501 4832 msgid "Closed"
4502 4833 msgstr "Chiuso"
4503 4834
4504 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:64
4835 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4505 4836 msgid "Confirm to delete this pull request"
4506 4837 msgstr "Conferma l'eliminazione di questa richiesta 'Pull'"
4507 4838
4508 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:71
4839 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:70
4509 4840 msgid "You currently have no open pull requests."
4510 4841 msgstr "Al momento non hai richieste di PULL pendenti."
4511 4842
4512 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:79
4843 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:78
4513 4844 msgid "Pull Requests You Participate In"
4514 4845 msgstr ""
4515 4846
4516 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:129
4847 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:127
4517 4848 msgid ""
4518 4849 "There are currently no open pull requests requiring your participation."
4519 4850 msgstr "Al momento non ci sono richieste di PULL che richiedono il tuo intervento"
@@ -4531,10 +4862,6 b' msgstr "I Repository che osservi"'
4531 4862 msgid "My Notifications"
4532 4863 msgstr "Le mie Notifiche"
4533 4864
4534 #: rhodecode/templates/admin/notifications/notifications.html:31
4535 msgid "All"
4536 msgstr "Tutto"
4537
4538 4865 #: rhodecode/templates/admin/notifications/notifications.html:32
4539 4866 #: rhodecode/templates/changeset/changeset.html:140
4540 4867 #: rhodecode/templates/pullrequests/pullrequest_show.html:133
@@ -4554,12 +4881,16 b' msgstr "Nessuna notifica"'
4554 4881 msgid "Show notification"
4555 4882 msgstr "Mostra notifica"
4556 4883
4884 #: rhodecode/templates/admin/notifications/show_notification.html:12
4885 msgid "Notifications"
4886 msgstr "Notifiche"
4887
4557 4888 #: rhodecode/templates/admin/permissions/permissions.html:5
4558 4889 msgid "Permissions Administration"
4559 4890 msgstr "Amministrazione Permessi"
4560 4891
4561 4892 #: rhodecode/templates/admin/permissions/permissions.html:14
4562 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:45
4893 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:49
4563 4894 #: rhodecode/templates/admin/repos/repo_edit.html:46
4564 4895 #: rhodecode/templates/admin/user_groups/user_group_edit.html:34
4565 4896 #: rhodecode/templates/base/base.html:82
@@ -4672,12 +5003,6 b' msgstr "Tutti i permessi di base saranno'
4672 5003 msgid "Overwrite Existing Settings"
4673 5004 msgstr "Sovrascrivi impostazioni esistenti"
4674 5005
4675 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4676 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4677 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4678 msgid "Repository Groups"
4679 msgstr "Gruppi di Repository"
4680
4681 5006 #: rhodecode/templates/admin/permissions/permissions_objects.html:34
4682 5007 msgid ""
4683 5008 "All default permissions on each repository group will be reset to chosen "
@@ -4740,7 +5065,7 b' msgstr "Impostazioni del gruppo di repos'
4740 5065 msgid "Add Child Group"
4741 5066 msgstr "Aggiungi Gruppo Figlio"
4742 5067
4743 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:46
5068 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:50
4744 5069 #: rhodecode/templates/admin/repos/repo_edit.html:49
4745 5070 #: rhodecode/templates/admin/user_groups/user_group_edit.html:35
4746 5071 #: rhodecode/templates/admin/users/user_edit.html:35
@@ -5009,7 +5334,6 b' msgid "Statistics"'
5009 5334 msgstr "Statistiche"
5010 5335
5011 5336 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:7
5012 #: rhodecode/templates/pullrequests/pullrequests.html:108
5013 5337 msgid "Updated on"
5014 5338 msgstr ""
5015 5339
@@ -5412,7 +5736,7 b' msgstr ""'
5412 5736
5413 5737 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:45
5414 5738 #: rhodecode/templates/admin/settings/settings_global.html:109
5415 #: rhodecode/templates/admin/settings/settings_labs.html:45
5739 #: rhodecode/templates/admin/settings/settings_labs.html:48
5416 5740 #: rhodecode/templates/admin/settings/settings_vcs.html:13
5417 5741 #: rhodecode/templates/admin/settings/settings_visual.html:219
5418 5742 msgid "Save settings"
@@ -5629,6 +5953,10 b' msgstr "Hooks personali"'
5629 5953 msgid "Labs Settings"
5630 5954 msgstr ""
5631 5955
5956 #: rhodecode/templates/admin/settings/settings_labs.html:10
5957 msgid "There are no Labs settings currently"
5958 msgstr ""
5959
5632 5960 #: rhodecode/templates/admin/settings/settings_mapping.html:5
5633 5961 msgid "Import New Groups or Repositories"
5634 5962 msgstr ""
@@ -6364,6 +6692,10 b' msgstr ""'
6364 6692 msgid "Change the avatar at"
6365 6693 msgstr ""
6366 6694
6695 #: rhodecode/templates/admin/users/user_edit_profile.html:74
6696 msgid "New Password"
6697 msgstr "Nuova password"
6698
6367 6699 #: rhodecode/templates/admin/users/user_edit_profile.html:82
6368 6700 msgid "New Password Confirmation"
6369 6701 msgstr ""
@@ -6394,7 +6726,7 b' msgid "Authentication type"'
6394 6726 msgstr "Tipo di autenticazione"
6395 6727
6396 6728 #: rhodecode/templates/base/base.html:44
6397 #: rhodecode/templates/errors/error_document.html:51
6729 #: rhodecode/templates/errors/error_document.html:57
6398 6730 msgid "Support"
6399 6731 msgstr "Supporto"
6400 6732
@@ -6778,7 +7110,7 b' msgstr "Crea gruppi utente"'
6778 7110 msgid "No permission defined"
6779 7111 msgstr "Nessun permesso definito"
6780 7112
6781 #: rhodecode/templates/base/root.html:120
7113 #: rhodecode/templates/base/root.html:161
6782 7114 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6783 7115 msgstr ""
6784 7116
@@ -6880,29 +7212,65 b' msgid ""'
6880 7212 "repositories and migrates them to Mercurial type."
6881 7213 msgstr "Richiede che sia installata la libreria hgsubversion. Permette il \"clone\" di repository SVN remoti e la loro migrazione a Mercurial"
6882 7214
6883 #: rhodecode/templates/base/vcs_settings.html:124
6884 msgid "Subversion Settings"
7215 #: rhodecode/templates/base/vcs_settings.html:123
7216 msgid "Mercurial Labs Settings"
7217 msgstr ""
7218
7219 #: rhodecode/templates/base/vcs_settings.html:123
7220 msgid ""
7221 "These features are considered experimental and may not work as expected."
6885 7222 msgstr ""
6886 7223
6887 7224 #: rhodecode/templates/base/vcs_settings.html:129
7225 msgid "Use rebase as merge strategy"
7226 msgstr ""
7227
7228 #: rhodecode/templates/base/vcs_settings.html:132
7229 msgid ""
7230 "Use rebase instead of creating a merge commit when merging via web "
7231 "interface."
7232 msgstr ""
7233
7234 #: rhodecode/templates/base/vcs_settings.html:144
7235 msgid "Global Subversion Settings"
7236 msgstr ""
7237
7238 #: rhodecode/templates/base/vcs_settings.html:150
7239 msgid "Proxy subversion HTTP requests"
7240 msgstr "Proxy per le richieste HTTP Subversion"
7241
7242 #: rhodecode/templates/base/vcs_settings.html:153
7243 msgid ""
7244 "Subversion HTTP Support. Enables communication with SVN over HTTP protocol."
7245 msgstr ""
7246
7247 #: rhodecode/templates/base/vcs_settings.html:158
7248 msgid "Subversion HTTP Server URL"
7249 msgstr "URL del server HTTP Subversion"
7250
7251 #: rhodecode/templates/base/vcs_settings.html:171
7252 msgid "Subversion Settings"
7253 msgstr ""
7254
7255 #: rhodecode/templates/base/vcs_settings.html:176
6888 7256 msgid "Repository patterns"
6889 7257 msgstr "Pattern del Repository"
6890 7258
6891 #: rhodecode/templates/base/vcs_settings.html:133
7259 #: rhodecode/templates/base/vcs_settings.html:180
6892 7260 msgid ""
6893 7261 "Patterns for identifying SVN branches and tags. For recursive search, use "
6894 7262 "\"*\". Eg.: \"/branches/*\""
6895 7263 msgstr "\"Pattern\" per identificare \"branch\" e \"tag\" svn. Per ricerche ricorsive, usare \"*\". Es.: \"/branches/*\""
6896 7264
6897 #: rhodecode/templates/base/vcs_settings.html:196
7265 #: rhodecode/templates/base/vcs_settings.html:246
6898 7266 msgid "Pull Request Settings"
6899 7267 msgstr ""
6900 7268
6901 #: rhodecode/templates/base/vcs_settings.html:201
7269 #: rhodecode/templates/base/vcs_settings.html:251
6902 7270 msgid "Enable server-side merge for pull requests"
6903 7271 msgstr "Abilita l'incorporamento lato server delle \"richieste di PULL\""
6904 7272
6905 #: rhodecode/templates/base/vcs_settings.html:204
7273 #: rhodecode/templates/base/vcs_settings.html:254
6906 7274 msgid ""
6907 7275 "Note: when this feature is enabled, it only runs hooks defined in the "
6908 7276 "rcextension package. Custom hooks added on the Admin -> Settings -> Hooks "
@@ -6910,34 +7278,16 b' msgid ""'
6910 7278 "web interface."
6911 7279 msgstr ""
6912 7280
6913 #: rhodecode/templates/base/vcs_settings.html:208
7281 #: rhodecode/templates/base/vcs_settings.html:258
6914 7282 msgid "Invalidate and relocate inline comments during update"
6915 7283 msgstr "Invalida e realloca i commenti in linea durante l'aggiornmento"
6916 7284
6917 #: rhodecode/templates/base/vcs_settings.html:211
7285 #: rhodecode/templates/base/vcs_settings.html:261
6918 7286 msgid ""
6919 7287 "During the update of a pull request, the position of inline comments will be"
6920 7288 " updated and outdated inline comments will be hidden."
6921 7289 msgstr "Aggiorna la posizione dei commenti inline durante l'aggiornamento di una \"richiesta di PULL\". I commenti inline non più sognificativi saranno nascosti."
6922 7290
6923 #: rhodecode/templates/base/vcs_settings.html:222
6924 msgid "Labs settings"
6925 msgstr ""
6926
6927 #: rhodecode/templates/base/vcs_settings.html:222
6928 msgid ""
6929 "These features are considered experimental and may not work as expected."
6930 msgstr ""
6931
6932 #: rhodecode/templates/base/vcs_settings.html:229
6933 msgid "Mercurial server-side merge"
6934 msgstr "Merge mercurial, lato server "
6935
6936 #: rhodecode/templates/base/vcs_settings.html:234
6937 msgid ""
6938 "Use rebase instead of creating a merge commit when merging via web interface"
6939 msgstr "Utilizzare \"rebase\" tramite l'interfaccia web per includere le modifiche, anziché committare un merge fatto in locale."
6940
6941 7291 #: rhodecode/templates/bookmarks/bookmarks.html:5
6942 7292 #, python-format
6943 7293 msgid "%s Bookmarks"
@@ -7345,7 +7695,7 b' msgstr "Preview del commento"'
7345 7695 #: rhodecode/templates/changeset/changeset_file_comment.html:293
7346 7696 #: rhodecode/templates/compare/compare_diff.html:57
7347 7697 #: rhodecode/templates/email_templates/commit_comment.mako:87
7348 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7698 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7349 7699 msgid "Comment"
7350 7700 msgstr "Commento"
7351 7701
@@ -7493,17 +7843,17 b' msgid "Compare Commits"'
7493 7843 msgstr ""
7494 7844
7495 7845 #: rhodecode/templates/compare/compare_diff.html:46
7496 #: rhodecode/templates/email_templates/pull_request_review.mako:50
7846 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7497 7847 #: rhodecode/templates/files/file_diff.html:56
7498 7848 #: rhodecode/templates/pullrequests/pullrequest_show.html:85
7499 7849 msgid "Target"
7500 7850 msgstr ""
7501 7851
7502 7852 #: rhodecode/templates/compare/compare_diff.html:47
7503 #: rhodecode/templates/email_templates/pull_request_comment.mako:92
7504 #: rhodecode/templates/email_templates/pull_request_review.mako:49
7853 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7854 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7505 7855 #: rhodecode/templates/files/file_diff.html:62
7506 #: rhodecode/templates/files/files_source.html:18
7856 #: rhodecode/templates/files/files_source.html:19
7507 7857 msgid "Source"
7508 7858 msgstr ""
7509 7859
@@ -7684,17 +8034,17 b' msgstr ""'
7684 8034 msgid "Form vertical"
7685 8035 msgstr ""
7686 8036
7687 #: rhodecode/templates/email_templates/base.mako:7
8037 #: rhodecode/templates/email_templates/base.mako:32
7688 8038 #, python-format
7689 8039 msgid "This is a notification from RhodeCode. %(instance_url)s"
7690 8040 msgstr ""
7691 8041
7692 #: rhodecode/templates/email_templates/base.mako:90
8042 #: rhodecode/templates/email_templates/base.mako:115
7693 8043 msgid "RhodeCode"
7694 8044 msgstr ""
7695 8045
7696 8046 #: rhodecode/templates/email_templates/commit_comment.mako:16
7697 #: rhodecode/templates/email_templates/pull_request_comment.mako:17
8047 #: rhodecode/templates/email_templates/pull_request_comment.mako:18
7698 8048 msgid "[mention]"
7699 8049 msgstr ""
7700 8050
@@ -7723,12 +8073,12 b' msgid "%(user)s commented on commit `%(c'
7723 8073 msgstr ""
7724 8074
7725 8075 #: rhodecode/templates/email_templates/commit_comment.mako:43
7726 #: rhodecode/templates/email_templates/pull_request_comment.mako:43
8076 #: rhodecode/templates/email_templates/pull_request_comment.mako:44
7727 8077 msgid "Comment link"
7728 8078 msgstr ""
7729 8079
7730 8080 #: rhodecode/templates/email_templates/commit_comment.mako:48
7731 #: rhodecode/templates/email_templates/pull_request_comment.mako:48
8081 #: rhodecode/templates/email_templates/pull_request_comment.mako:49
7732 8082 #, python-format
7733 8083 msgid "File: %(comment_file)s on line %(comment_line)s"
7734 8084 msgstr ""
@@ -7757,7 +8107,7 b' msgid "The commit status was changed to"'
7757 8107 msgstr ""
7758 8108
7759 8109 #: rhodecode/templates/email_templates/commit_comment.mako:87
7760 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
8110 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7761 8111 #, python-format
7762 8112 msgid "Comment on line: %(comment_line)s"
7763 8113 msgstr ""
@@ -7766,97 +8116,101 b' msgstr ""'
7766 8116 msgid "Generate new password here"
7767 8117 msgstr ""
7768 8118
7769 #: rhodecode/templates/email_templates/pull_request_comment.mako:20
8119 #: rhodecode/templates/email_templates/pull_request_comment.mako:21
7770 8120 #, python-format
7771 8121 msgid ""
7772 8122 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (file: "
7773 8123 "`%(comment_file)s`)"
7774 8124 msgstr ""
7775 8125
7776 #: rhodecode/templates/email_templates/pull_request_comment.mako:23
8126 #: rhodecode/templates/email_templates/pull_request_comment.mako:24
7777 8127 #, python-format
7778 8128 msgid ""
7779 8129 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (status: "
7780 8130 "%(status)s)"
7781 8131 msgstr ""
7782 8132
7783 #: rhodecode/templates/email_templates/pull_request_comment.mako:25
7784 #: rhodecode/templates/email_templates/pull_request_comment.mako:82
8133 #: rhodecode/templates/email_templates/pull_request_comment.mako:26
8134 #: rhodecode/templates/email_templates/pull_request_comment.mako:83
7785 8135 #, python-format
7786 8136 msgid "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\""
7787 8137 msgstr ""
7788 8138
7789 #: rhodecode/templates/email_templates/pull_request_comment.mako:45
8139 #: rhodecode/templates/email_templates/pull_request_comment.mako:46
7790 8140 msgid "Source repository"
7791 8141 msgstr ""
7792 8142
7793 #: rhodecode/templates/email_templates/pull_request_comment.mako:54
8143 #: rhodecode/templates/email_templates/pull_request_comment.mako:55
7794 8144 #, python-format
7795 8145 msgid "%(user)s submitted pull request #%(pr_id)s status: *%(status)s*"
7796 8146 msgstr ""
7797 8147
7798 #: rhodecode/templates/email_templates/pull_request_comment.mako:56
8148 #: rhodecode/templates/email_templates/pull_request_comment.mako:57
7799 8149 #, python-format
7800 8150 msgid ""
7801 8151 "%(user)s submitted pull request #%(pr_id)s status: *%(status)s and closed*"
7802 8152 msgstr ""
7803 8153
7804 #: rhodecode/templates/email_templates/pull_request_comment.mako:80
8154 #: rhodecode/templates/email_templates/pull_request_comment.mako:81
7805 8155 #, python-format
7806 8156 msgid ""
7807 8157 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" "
7808 8158 "(file:`%(comment_file)s`)"
7809 8159 msgstr ""
7810 8160
7811 #: rhodecode/templates/email_templates/pull_request_comment.mako:86
8161 #: rhodecode/templates/email_templates/pull_request_comment.mako:87
7812 8162 #, python-format
7813 8163 msgid "submitted pull request status: %(status)s"
7814 8164 msgstr ""
7815 8165
7816 #: rhodecode/templates/email_templates/pull_request_comment.mako:88
8166 #: rhodecode/templates/email_templates/pull_request_comment.mako:89
7817 8167 #, python-format
7818 8168 msgid "submitted pull request status: %(status)s and closed"
7819 8169 msgstr ""
7820 8170
7821 #: rhodecode/templates/email_templates/pull_request_review.mako:5
7822 #, python-format
7823 msgid "%(user)s wants you to review pull request #%(pr_url)s: \"%(pr_title)s\""
7824 msgstr ""
7825
7826 #: rhodecode/templates/email_templates/pull_request_review.mako:17
8171 #: rhodecode/templates/email_templates/pull_request_comment.mako:95
8172 msgid "Submitted status"
8173 msgstr ""
8174
8175 #: rhodecode/templates/email_templates/pull_request_review.mako:14
8176 #, python-format
8177 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\""
8178 msgstr ""
8179
8180 #: rhodecode/templates/email_templates/pull_request_review.mako:34
7827 8181 #, python-format
7828 8182 msgid ""
7829 8183 "Pull request from %(source_ref_type)s:%(source_ref_name)s of %(repo_url)s "
7830 8184 "into %(target_ref_type)s:%(target_ref_name)s"
7831 8185 msgstr ""
7832 8186
7833 #: rhodecode/templates/email_templates/pull_request_review.mako:26
8187 #: rhodecode/templates/email_templates/pull_request_review.mako:37
7834 8188 msgid "Link"
7835 8189 msgstr ""
7836 8190
7837 #: rhodecode/templates/email_templates/pull_request_review.mako:35
8191 #: rhodecode/templates/email_templates/pull_request_review.mako:46
7838 8192 #, python-format
7839 8193 msgid "Commit (%(num)s)"
7840 8194 msgid_plural "Commits (%(num)s)"
7841 8195 msgstr[0] ""
7842 8196 msgstr[1] ""
7843 8197
7844 #: rhodecode/templates/email_templates/pull_request_review.mako:47
8198 #: rhodecode/templates/email_templates/pull_request_review.mako:71
7845 8199 #, python-format
7846 8200 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\"."
7847 8201 msgstr ""
7848 8202
7849 #: rhodecode/templates/email_templates/pull_request_review.mako:49
8203 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7850 8204 #, python-format
7851 8205 msgid "%(source_ref_type)s of %(source_repo_url)s"
7852 8206 msgstr ""
7853 8207
7854 #: rhodecode/templates/email_templates/pull_request_review.mako:50
8208 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7855 8209 #, python-format
7856 8210 msgid "%(target_ref_type)s of %(target_repo_url)s"
7857 8211 msgstr ""
7858 8212
7859 #: rhodecode/templates/email_templates/pull_request_review.mako:52
8213 #: rhodecode/templates/email_templates/pull_request_review.mako:76
7860 8214 #: rhodecode/templates/summary/components.html:95
7861 8215 #: rhodecode/templates/summary/components.html:98
7862 8216 #, python-format
@@ -8097,13 +8451,13 b' msgid "Delete file"'
8097 8451 msgstr "Elimina file"
8098 8452
8099 8453 #: rhodecode/templates/files/files_delete.html:45
8100 #: rhodecode/templates/files/files_source.html:49
8454 #: rhodecode/templates/files/files_source.html:50
8101 8455 #, python-format
8102 8456 msgid "Binary file (%s)"
8103 8457 msgstr "File binario (%s)"
8104 8458
8105 8459 #: rhodecode/templates/files/files_delete.html:50
8106 #: rhodecode/templates/files/files_source.html:61
8460 #: rhodecode/templates/files/files_source.html:62
8107 8461 msgid "File is too big to display"
8108 8462 msgstr "Il file è troppo grande per essere mostrato"
8109 8463
@@ -8173,44 +8527,44 b' msgid_plural "lines"'
8173 8527 msgstr[0] ""
8174 8528 msgstr[1] ""
8175 8529
8176 #: rhodecode/templates/files/files_source.html:12
8530 #: rhodecode/templates/files/files_source.html:13
8177 8531 msgid "History"
8178 8532 msgstr ""
8179 8533
8180 #: rhodecode/templates/files/files_source.html:15
8534 #: rhodecode/templates/files/files_source.html:16
8181 8535 #: rhodecode/templates/search/search_content.html:68
8182 8536 msgid "Show Full History"
8183 8537 msgstr ""
8184 8538
8185 #: rhodecode/templates/files/files_source.html:20
8539 #: rhodecode/templates/files/files_source.html:21
8186 8540 #: rhodecode/templates/search/search_content.html:70
8187 8541 msgid "Annotation"
8188 8542 msgstr ""
8189 8543
8190 #: rhodecode/templates/files/files_source.html:22
8544 #: rhodecode/templates/files/files_source.html:23
8191 8545 #: rhodecode/templates/search/search_content.html:71
8192 8546 msgid "Raw"
8193 8547 msgstr ""
8194 8548
8195 #: rhodecode/templates/files/files_source.html:24
8549 #: rhodecode/templates/files/files_source.html:25
8196 8550 #: rhodecode/templates/search/search_content.html:73
8197 8551 msgid "Download"
8198 8552 msgstr "Download"
8199 8553
8200 #: rhodecode/templates/files/files_source.html:31
8554 #: rhodecode/templates/files/files_source.html:32
8201 8555 #, python-format
8202 8556 msgid "Edit on Branch:%s"
8203 8557 msgstr ""
8204 8558
8205 #: rhodecode/templates/files/files_source.html:36
8559 #: rhodecode/templates/files/files_source.html:37
8206 8560 msgid "Editing binary files not allowed"
8207 8561 msgstr "Impossibile modificare file binari"
8208 8562
8209 #: rhodecode/templates/files/files_source.html:39
8563 #: rhodecode/templates/files/files_source.html:40
8210 8564 msgid "Editing files allowed only when on branch head commit"
8211 8565 msgstr ""
8212 8566
8213 #: rhodecode/templates/files/files_source.html:40
8567 #: rhodecode/templates/files/files_source.html:41
8214 8568 msgid "Deleting files allowed only when on branch head commit"
8215 8569 msgstr ""
8216 8570
1 NO CONTENT: modified file, binary diff hidden
This diff has been collapsed as it changes many lines, (1172 lines changed) Show them Hide them
@@ -15,8 +15,8 b' msgid ""'
15 15 msgstr ""
16 16 "Project-Id-Version: RhodeCode\n"
17 17 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
18 "POT-Creation-Date: 2016-08-02 20:55+0000\n"
19 "PO-Revision-Date: 2016-08-02 20:57+0000\n"
18 "POT-Creation-Date: 2016-09-15 14:11+0000\n"
19 "PO-Revision-Date: 2016-09-15 14:12+0000\n"
20 20 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
21 21 "Language-Team: Japanese (http://www.transifex.com/rhodecode/RhodeCode/language/ja/)\n"
22 22 "MIME-Version: 1.0\n"
@@ -27,7 +27,7 b' msgstr ""'
27 27 "Plural-Forms: nplurals=1; plural=0;\n"
28 28
29 29 #: rhodecode/admin/navigation.py:74 rhodecode/authentication/routes.py:60
30 #: rhodecode/integrations/views.py:126
30 #: rhodecode/integrations/views.py:168
31 31 #: rhodecode/templates/admin/permissions/permissions.html:36
32 32 msgid "Global"
33 33 msgstr "全般"
@@ -50,7 +50,8 b' msgstr ""'
50 50 msgid "Issue Tracker"
51 51 msgstr ""
52 52
53 #: rhodecode/admin/navigation.py:80 rhodecode/templates/register.html:76
53 #: rhodecode/admin/navigation.py:80 rhodecode/integrations/types/email.py:232
54 #: rhodecode/templates/register.html:76
54 55 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
55 56 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
56 57 #: rhodecode/templates/admin/users/user_add.html:86
@@ -70,12 +71,18 b' msgid "Full Text Search"'
70 71 msgstr ""
71 72
72 73 #: rhodecode/admin/navigation.py:83
73 #: rhodecode/templates/admin/integrations/base.html:21
74 #: rhodecode/templates/admin/integrations/edit.html:8
75 #: rhodecode/templates/admin/integrations/edit.html:19
76 #: rhodecode/templates/admin/integrations/list.html:15
77 #: rhodecode/templates/admin/integrations/list.html:19
78 #: rhodecode/templates/admin/integrations/list.html:26
74 #: rhodecode/templates/admin/integrations/base.html:23
75 #: rhodecode/templates/admin/integrations/form.html:8
76 #: rhodecode/templates/admin/integrations/form.html:21
77 #: rhodecode/templates/admin/integrations/form.html:32
78 #: rhodecode/templates/admin/integrations/list.html:21
79 #: rhodecode/templates/admin/integrations/list.html:25
80 #: rhodecode/templates/admin/integrations/list.html:29
81 #: rhodecode/templates/admin/integrations/list.html:36
82 #: rhodecode/templates/admin/integrations/new.html:9
83 #: rhodecode/templates/admin/integrations/new.html:17
84 #: rhodecode/templates/admin/integrations/new.html:23
85 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:51
79 86 #: rhodecode/templates/admin/repos/repo_edit.html:72
80 87 #: rhodecode/templates/base/base.html:84
81 88 msgid "Integrations"
@@ -98,9 +105,9 b' msgstr ""'
98 105 msgid "Enable or disable this authentication plugin."
99 106 msgstr ""
100 107
101 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:37
102 #: rhodecode/templates/admin/integrations/list.html:62
103 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
108 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:32
109 #: rhodecode/model/validation_schema/schemas/integration_schema.py:197
110 #: rhodecode/templates/admin/integrations/list.html:101
104 111 msgid "Enabled"
105 112 msgstr "有効"
106 113
@@ -403,12 +410,12 b' msgstr ""'
403 410
404 411 #: rhodecode/controllers/changeset.py:335
405 412 #: rhodecode/controllers/pullrequests.py:750
406 #: rhodecode/model/pull_request.py:843
413 #: rhodecode/model/pull_request.py:842
407 414 #, python-format
408 415 msgid "Status change %(transition_icon)s %(status)s"
409 416 msgstr ""
410 417
411 #: rhodecode/controllers/changeset.py:372
418 #: rhodecode/controllers/changeset.py:373
412 419 msgid ""
413 420 "Changing the status of a commit associated with a closed pull request is not"
414 421 " allowed"
@@ -551,14 +558,14 b' msgstr ""'
551 558 msgid "Changesets"
552 559 msgstr "チェンジセット"
553 560
554 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:251
561 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:259
555 562 #: rhodecode/model/pull_request.py:1059 rhodecode/model/scm.py:780
556 #: rhodecode/templates/base/vcs_settings.html:138
563 #: rhodecode/templates/base/vcs_settings.html:185
557 564 msgid "Branches"
558 565 msgstr "ブランチ"
559 566
560 567 #: rhodecode/controllers/files.py:1030 rhodecode/model/scm.py:795
561 #: rhodecode/templates/base/vcs_settings.html:163
568 #: rhodecode/templates/base/vcs_settings.html:210
562 569 msgid "Tags"
563 570 msgstr "タグ"
564 571
@@ -664,30 +671,30 b' msgid "Close Pull Request"'
664 671 msgstr ""
665 672
666 673 #: rhodecode/controllers/pullrequests.py:754
667 #: rhodecode/model/pull_request.py:847
674 #: rhodecode/model/pull_request.py:846
668 675 msgid "Closing with"
669 676 msgstr "この状態で閉じる:"
670 677
671 #: rhodecode/controllers/pullrequests.py:802
678 #: rhodecode/controllers/pullrequests.py:804
672 679 #, python-format
673 680 msgid ""
674 681 "Closing pull request on other statuses than rejected or approved is "
675 682 "forbidden. Calculated status from all reviewers is currently: %s"
676 683 msgstr ""
677 684
678 #: rhodecode/controllers/summary.py:235
685 #: rhodecode/controllers/summary.py:243
679 686 msgid "Branch"
680 687 msgstr "ブランチ"
681 688
682 #: rhodecode/controllers/summary.py:236
689 #: rhodecode/controllers/summary.py:244
683 690 msgid "Tag"
684 691 msgstr "タグ"
685 692
686 #: rhodecode/controllers/summary.py:237
693 #: rhodecode/controllers/summary.py:245
687 694 msgid "Bookmark"
688 695 msgstr "ブックマーク"
689 696
690 #: rhodecode/controllers/summary.py:252
697 #: rhodecode/controllers/summary.py:260
691 698 msgid "Closed branches"
692 699 msgstr "閉鎖済みブランチ"
693 700
@@ -700,37 +707,37 b' msgid "Error occurred during update of d'
700 707 msgstr ""
701 708
702 709 #: rhodecode/controllers/admin/gists.py:63
703 #: rhodecode/controllers/admin/my_account.py:307
710 #: rhodecode/controllers/admin/my_account.py:317
704 711 #: rhodecode/controllers/admin/users.py:431
705 712 msgid "forever"
706 713 msgstr "無期限"
707 714
708 715 #: rhodecode/controllers/admin/gists.py:64
709 #: rhodecode/controllers/admin/my_account.py:308
716 #: rhodecode/controllers/admin/my_account.py:318
710 717 #: rhodecode/controllers/admin/users.py:432
711 718 msgid "5 minutes"
712 719 msgstr "5 分"
713 720
714 721 #: rhodecode/controllers/admin/gists.py:65
715 #: rhodecode/controllers/admin/my_account.py:309
722 #: rhodecode/controllers/admin/my_account.py:319
716 723 #: rhodecode/controllers/admin/users.py:433
717 724 msgid "1 hour"
718 725 msgstr "1 時間"
719 726
720 727 #: rhodecode/controllers/admin/gists.py:66
721 #: rhodecode/controllers/admin/my_account.py:310
728 #: rhodecode/controllers/admin/my_account.py:320
722 729 #: rhodecode/controllers/admin/users.py:434
723 730 msgid "1 day"
724 731 msgstr "1 日"
725 732
726 733 #: rhodecode/controllers/admin/gists.py:67
727 #: rhodecode/controllers/admin/my_account.py:311
734 #: rhodecode/controllers/admin/my_account.py:321
728 735 #: rhodecode/controllers/admin/users.py:435
729 736 msgid "1 month"
730 737 msgstr "1 ヶ月"
731 738
732 739 #: rhodecode/controllers/admin/gists.py:71
733 #: rhodecode/controllers/admin/my_account.py:313
740 #: rhodecode/controllers/admin/my_account.py:323
734 741 #: rhodecode/controllers/admin/users.py:437
735 742 msgid "Lifetime"
736 743 msgstr "有効期間"
@@ -784,60 +791,61 b' msgstr "\xe7\x84\xa1\xe3\x81\x97"'
784 791 msgid "%(expiry)s - current value"
785 792 msgstr ""
786 793
787 #: rhodecode/controllers/admin/my_account.py:70
794 #: rhodecode/controllers/admin/my_account.py:74
788 795 msgid "You can't edit this user since it's crucial for entire application"
789 796 msgstr "このユーザーを編集できません。このユーザーはアプリケーションにとって必要不可欠です。"
790 797
791 #: rhodecode/controllers/admin/my_account.py:128
798 #: rhodecode/controllers/admin/my_account.py:132
792 799 msgid "Your account was updated successfully"
793 800 msgstr "アカウントの更新に成功しました"
794 801
795 #: rhodecode/controllers/admin/my_account.py:143
802 #: rhodecode/controllers/admin/my_account.py:147
796 803 #: rhodecode/controllers/admin/users.py:218
797 804 #, python-format
798 805 msgid "Error occurred during update of user %s"
799 806 msgstr "ユーザー %s の更新中にエラーが発生しました"
800 807
801 #: rhodecode/controllers/admin/my_account.py:202
808 #: rhodecode/controllers/admin/my_account.py:213
809 #: rhodecode/controllers/admin/my_account.py:219
810 msgid "Error occurred during update of user password"
811 msgstr ""
812
813 #: rhodecode/controllers/admin/my_account.py:226
802 814 msgid "Successfully updated password"
803 815 msgstr ""
804 816
805 #: rhodecode/controllers/admin/my_account.py:213
806 msgid "Error occurred during update of user password"
807 msgstr ""
808
809 #: rhodecode/controllers/admin/my_account.py:261
817 #: rhodecode/controllers/admin/my_account.py:271
810 818 #: rhodecode/controllers/admin/users.py:611
811 819 #, python-format
812 820 msgid "Added new email address `%s` for user account"
813 821 msgstr ""
814 822
815 #: rhodecode/controllers/admin/my_account.py:268
823 #: rhodecode/controllers/admin/my_account.py:278
816 824 #: rhodecode/controllers/admin/users.py:618
817 825 msgid "An error occurred during email saving"
818 826 msgstr "メールの保存時にエラーが発生しました"
819 827
820 #: rhodecode/controllers/admin/my_account.py:278
828 #: rhodecode/controllers/admin/my_account.py:288
821 829 #: rhodecode/controllers/admin/users.py:633
822 830 msgid "Removed email address from user account"
823 831 msgstr ""
824 832
825 #: rhodecode/controllers/admin/my_account.py:316
833 #: rhodecode/controllers/admin/my_account.py:326
826 834 #: rhodecode/controllers/admin/users.py:440
827 835 msgid "Role"
828 836 msgstr ""
829 837
830 #: rhodecode/controllers/admin/my_account.py:329
838 #: rhodecode/controllers/admin/my_account.py:339
831 839 #: rhodecode/controllers/admin/users.py:464
832 840 msgid "Auth token successfully created"
833 841 msgstr ""
834 842
835 #: rhodecode/controllers/admin/my_account.py:342
843 #: rhodecode/controllers/admin/my_account.py:352
836 844 #: rhodecode/controllers/admin/users.py:483
837 845 msgid "Auth token successfully reset"
838 846 msgstr ""
839 847
840 #: rhodecode/controllers/admin/my_account.py:346
848 #: rhodecode/controllers/admin/my_account.py:356
841 849 #: rhodecode/controllers/admin/users.py:487
842 850 msgid "Auth token successfully deleted"
843 851 msgstr ""
@@ -1055,18 +1063,18 b' msgid "Error occurred during deleting is'
1055 1063 msgstr ""
1056 1064
1057 1065 #: rhodecode/controllers/admin/repos.py:721
1058 #: rhodecode/controllers/admin/settings.py:363
1066 #: rhodecode/controllers/admin/settings.py:366
1059 1067 msgid "Removed issue tracker entry"
1060 1068 msgstr ""
1061 1069
1062 1070 #: rhodecode/controllers/admin/repos.py:751
1063 #: rhodecode/controllers/admin/settings.py:409
1071 #: rhodecode/controllers/admin/settings.py:412
1064 1072 msgid "Updated issue tracker entries"
1065 1073 msgstr ""
1066 1074
1067 1075 #: rhodecode/controllers/admin/repos.py:812
1068 #: rhodecode/controllers/admin/settings.py:142
1069 #: rhodecode/controllers/admin/settings.py:719
1076 #: rhodecode/controllers/admin/settings.py:143
1077 #: rhodecode/controllers/admin/settings.py:722
1070 1078 msgid "Some form inputs contain invalid data."
1071 1079 msgstr ""
1072 1080
@@ -1075,86 +1083,70 b' msgid "Error occurred during updating re'
1075 1083 msgstr ""
1076 1084
1077 1085 #: rhodecode/controllers/admin/repos.py:834
1078 #: rhodecode/controllers/admin/settings.py:168
1086 #: rhodecode/controllers/admin/settings.py:171
1079 1087 msgid "Updated VCS settings"
1080 1088 msgstr "VCS設定を更新しました"
1081 1089
1082 #: rhodecode/controllers/admin/settings.py:164
1083 #: rhodecode/controllers/admin/settings.py:267
1090 #: rhodecode/controllers/admin/settings.py:167
1091 #: rhodecode/controllers/admin/settings.py:270
1084 1092 msgid "Error occurred during updating application settings"
1085 1093 msgstr "アプリケーション設定の更新中にエラーが発生しました"
1086 1094
1087 #: rhodecode/controllers/admin/settings.py:211
1095 #: rhodecode/controllers/admin/settings.py:214
1088 1096 #, python-format
1089 1097 msgid "Repositories successfully rescanned added: %s ; removed: %s"
1090 1098 msgstr "リポジトリの再スキャンに成功しました。 追加: %s 削除: %s"
1091 1099
1092 #: rhodecode/controllers/admin/settings.py:263
1100 #: rhodecode/controllers/admin/settings.py:266
1093 1101 msgid "Updated application settings"
1094 1102 msgstr "アプリケーション設定を更新しました"
1095 1103
1096 #: rhodecode/controllers/admin/settings.py:327
1104 #: rhodecode/controllers/admin/settings.py:330
1097 1105 msgid "Updated visualisation settings"
1098 1106 msgstr "表示設定を更新しました"
1099 1107
1100 #: rhodecode/controllers/admin/settings.py:330
1108 #: rhodecode/controllers/admin/settings.py:333
1101 1109 msgid "Error occurred during updating visualisation settings"
1102 1110 msgstr "表示設定の更新中にエラーが発生しました"
1103 1111
1104 #: rhodecode/controllers/admin/settings.py:422
1112 #: rhodecode/controllers/admin/settings.py:425
1105 1113 msgid "Please enter email address"
1106 1114 msgstr "メールアドレスを入力してください"
1107 1115
1108 #: rhodecode/controllers/admin/settings.py:440
1116 #: rhodecode/controllers/admin/settings.py:443
1109 1117 msgid "Send email task created"
1110 1118 msgstr "メール送信タスクを作成しました"
1111 1119
1112 #: rhodecode/controllers/admin/settings.py:473
1120 #: rhodecode/controllers/admin/settings.py:476
1113 1121 msgid "Added new hook"
1114 1122 msgstr "新しいフックを追加しました"
1115 1123
1116 #: rhodecode/controllers/admin/settings.py:488
1124 #: rhodecode/controllers/admin/settings.py:491
1117 1125 msgid "Updated hooks"
1118 1126 msgstr "フックを更新しました"
1119 1127
1120 #: rhodecode/controllers/admin/settings.py:492
1128 #: rhodecode/controllers/admin/settings.py:495
1121 1129 msgid "Error occurred during hook creation"
1122 1130 msgstr "フックの作成中にエラーが発生しました"
1123 1131
1124 #: rhodecode/controllers/admin/settings.py:540
1132 #: rhodecode/controllers/admin/settings.py:543
1125 1133 #, python-format
1126 1134 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
1127 1135 msgstr ""
1128 1136
1129 #: rhodecode/controllers/admin/settings.py:544
1137 #: rhodecode/controllers/admin/settings.py:547
1130 1138 #, python-format
1131 1139 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
1132 1140 msgstr ""
1133 1141
1134 #: rhodecode/controllers/admin/settings.py:740
1142 #: rhodecode/controllers/admin/settings.py:743
1135 1143 msgid "Error occurred during updating labs settings"
1136 1144 msgstr ""
1137 1145
1138 #: rhodecode/controllers/admin/settings.py:745
1146 #: rhodecode/controllers/admin/settings.py:748
1139 1147 msgid "Updated Labs settings"
1140 1148 msgstr ""
1141 1149
1142 #: rhodecode/controllers/admin/settings.py:795
1143 msgid "Subversion HTTP Support"
1144 msgstr ""
1145
1146 #: rhodecode/controllers/admin/settings.py:796
1147 msgid "Proxy subversion HTTP requests"
1148 msgstr ""
1149
1150 #: rhodecode/controllers/admin/settings.py:802
1151 msgid "Subversion HTTP Server URL"
1152 msgstr ""
1153
1154 #: rhodecode/controllers/admin/settings.py:804
1155 msgid "e.g. http://localhost:8080/"
1156 msgstr ""
1157
1158 1150 #: rhodecode/controllers/admin/user_groups.py:168
1159 1151 #, python-format
1160 1152 msgid "Created user group %(user_group_link)s"
@@ -1337,38 +1329,50 b' msgstr ""'
1337 1329 msgid "pullrequest commented"
1338 1330 msgstr ""
1339 1331
1340 #: rhodecode/events/repo.py:135
1332 #: rhodecode/events/repo.py:136
1341 1333 msgid "repository pre create"
1342 1334 msgstr ""
1343 1335
1344 #: rhodecode/events/repo.py:144
1336 #: rhodecode/events/repo.py:145
1345 1337 msgid "repository created"
1346 1338 msgstr ""
1347 1339
1348 #: rhodecode/events/repo.py:153
1340 #: rhodecode/events/repo.py:154
1349 1341 msgid "repository pre delete"
1350 1342 msgstr ""
1351 1343
1352 #: rhodecode/events/repo.py:162
1344 #: rhodecode/events/repo.py:163
1353 1345 msgid "repository deleted"
1354 1346 msgstr ""
1355 1347
1356 #: rhodecode/events/repo.py:193
1348 #: rhodecode/events/repo.py:199
1357 1349 msgid "repository pre pull"
1358 1350 msgstr ""
1359 1351
1360 #: rhodecode/events/repo.py:202
1352 #: rhodecode/events/repo.py:208
1361 1353 msgid "repository pull"
1362 1354 msgstr ""
1363 1355
1364 #: rhodecode/events/repo.py:211
1356 #: rhodecode/events/repo.py:217
1365 1357 msgid "repository pre push"
1366 1358 msgstr ""
1367 1359
1368 #: rhodecode/events/repo.py:222
1360 #: rhodecode/events/repo.py:228
1369 1361 msgid "repository push"
1370 1362 msgstr ""
1371 1363
1364 #: rhodecode/events/repo_group.py:62
1365 msgid "repository group created"
1366 msgstr ""
1367
1368 #: rhodecode/events/repo_group.py:71
1369 msgid "repository group deleted"
1370 msgstr ""
1371
1372 #: rhodecode/events/repo_group.py:80
1373 msgid "repository group update"
1374 msgstr ""
1375
1372 1376 #: rhodecode/events/user.py:34
1373 1377 msgid "user registered"
1374 1378 msgstr ""
@@ -1381,42 +1385,202 b' msgstr ""'
1381 1385 msgid "user pre update"
1382 1386 msgstr ""
1383 1387
1384 #: rhodecode/integrations/schema.py:35
1388 #: rhodecode/forms/__init__.py:32 rhodecode/templates/admin/gists/new.html:62
1389 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
1390 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
1391 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
1392 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
1393 #: rhodecode/templates/admin/permissions/permissions_application.html:51
1394 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
1395 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
1396 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
1397 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
1398 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
1399 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
1400 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
1401 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
1402 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
1403 #: rhodecode/templates/admin/settings/settings_global.html:110
1404 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
1405 #: rhodecode/templates/admin/settings/settings_labs.html:49
1406 #: rhodecode/templates/admin/settings/settings_vcs.html:14
1407 #: rhodecode/templates/admin/settings/settings_visual.html:220
1408 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
1409 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
1410 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
1411 #: rhodecode/templates/admin/users/user_edit_emails.html:63
1412 #: rhodecode/templates/admin/users/user_edit_ips.html:70
1413 #: rhodecode/templates/admin/users/user_edit_profile.html:135
1414 #: rhodecode/templates/base/default_perms_box.html:89
1415 msgid "Reset"
1416 msgstr "リセット"
1417
1418 #: rhodecode/forms/__init__.py:33 rhodecode/templates/admin/gists/show.html:49
1419 #: rhodecode/templates/admin/integrations/list.html:211
1420 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
1421 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
1422 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:62
1423 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
1424 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
1425 #: rhodecode/templates/admin/settings/settings_hooks.html:46
1426 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
1427 #: rhodecode/templates/admin/users/user_edit_emails.html:31
1428 #: rhodecode/templates/admin/users/user_edit_ips.html:34
1429 #: rhodecode/templates/base/issue_tracker_settings.html:70
1430 #: rhodecode/templates/base/vcs_settings.html:194
1431 #: rhodecode/templates/base/vcs_settings.html:219
1432 #: rhodecode/templates/changeset/changeset_file_comment.html:49
1433 #: rhodecode/templates/changeset/changeset_file_comment.html:99
1434 #: rhodecode/templates/data_table/_dt_elements.html:119
1435 #: rhodecode/templates/data_table/_dt_elements.html:176
1436 #: rhodecode/templates/data_table/_dt_elements.html:190
1437 #: rhodecode/templates/data_table/_dt_elements.html:202
1438 #: rhodecode/templates/debug_style/buttons.html:132
1439 #: rhodecode/templates/files/files_source.html:34
1440 #: rhodecode/templates/files/files_source.html:38
1441 #: rhodecode/templates/files/files_source.html:41
1442 msgid "Delete"
1443 msgstr "削除"
1444
1445 #: rhodecode/integrations/schema.py:30
1446 #: rhodecode/model/validation_schema/schemas/integration_schema.py:195
1385 1447 msgid "Enable or disable this integration."
1386 1448 msgstr ""
1387 1449
1388 #: rhodecode/integrations/schema.py:42
1450 #: rhodecode/integrations/schema.py:37
1451 #: rhodecode/model/validation_schema/schemas/integration_schema.py:176
1389 1452 msgid "Short name for this integration."
1390 1453 msgstr ""
1391 1454
1392 #: rhodecode/integrations/schema.py:44
1455 #: rhodecode/integrations/schema.py:39
1456 #: rhodecode/model/validation_schema/schemas/integration_schema.py:178
1393 1457 msgid "Integration name"
1394 1458 msgstr ""
1395 1459
1460 #: rhodecode/integrations/schema.py:51
1461 msgid ""
1462 "Limit integrations to to work only on the direct children repositories of "
1463 "this repository group (no subgroups)"
1464 msgstr ""
1465
1466 #: rhodecode/integrations/schema.py:55
1467 msgid "Limit to childen repos only"
1468 msgstr ""
1469
1470 #: rhodecode/integrations/schema.py:63
1471 msgid "Limit integrations to to work only on root level repositories"
1472 msgstr ""
1473
1474 #: rhodecode/integrations/schema.py:66
1475 msgid "Root repositories only"
1476 msgstr ""
1477
1478 #: rhodecode/integrations/views.py:162
1479 msgid "{repo_name} repository"
1480 msgstr ""
1481
1482 #: rhodecode/integrations/views.py:165
1483 msgid "{repo_group_name} repo group"
1484 msgstr ""
1485
1396 1486 #: rhodecode/integrations/views.py:172
1487 msgid "{name} integration"
1488 msgstr ""
1489
1490 #: rhodecode/integrations/views.py:186
1397 1491 msgid "Integration {integration_name} deleted successfully."
1398 1492 msgstr ""
1399 1493
1400 #: rhodecode/integrations/views.py:200
1494 #: rhodecode/integrations/views.py:266
1401 1495 msgid ""
1402 1496 "Errors exist when saving integration settings. Please check the form inputs."
1403 1497 msgstr ""
1404 1498
1405 #: rhodecode/integrations/views.py:220
1499 #: rhodecode/integrations/views.py:292
1406 1500 msgid "Integration {integration_name} updated successfully."
1407 1501 msgstr ""
1408 1502
1503 #: rhodecode/integrations/types/email.py:214
1504 msgid "Recipients"
1505 msgstr ""
1506
1507 #: rhodecode/integrations/types/email.py:215
1508 msgid "Email addresses to send push events to"
1509 msgstr ""
1510
1511 #: rhodecode/integrations/types/email.py:220
1512 #: rhodecode/integrations/types/email.py:221
1513 msgid "Email address"
1514 msgstr "メールアドレス"
1515
1516 #: rhodecode/integrations/types/email.py:233
1517 msgid "Send repo push summaries to a list of recipients via email"
1518 msgstr ""
1519
1520 #: rhodecode/integrations/types/hipchat.py:43
1521 msgid "Yellow"
1522 msgstr ""
1523
1524 #: rhodecode/integrations/types/hipchat.py:44
1525 msgid "Red"
1526 msgstr ""
1527
1528 #: rhodecode/integrations/types/hipchat.py:45
1529 msgid "Green"
1530 msgstr ""
1531
1532 #: rhodecode/integrations/types/hipchat.py:46
1533 msgid "Purple"
1534 msgstr ""
1535
1536 #: rhodecode/integrations/types/hipchat.py:47
1537 msgid "Gray"
1538 msgstr ""
1539
1540 #: rhodecode/integrations/types/hipchat.py:52
1541 msgid "Hipchat server URL"
1542 msgstr ""
1543
1544 #: rhodecode/integrations/types/hipchat.py:53
1545 msgid "Hipchat integration url."
1546 msgstr ""
1547
1548 #: rhodecode/integrations/types/hipchat.py:63
1549 msgid "Notify"
1550 msgstr ""
1551
1552 #: rhodecode/integrations/types/hipchat.py:64
1553 msgid "Make a notification to the users in room."
1554 msgstr ""
1555
1556 #: rhodecode/integrations/types/hipchat.py:70
1557 msgid "Color"
1558 msgstr ""
1559
1560 #: rhodecode/integrations/types/hipchat.py:71
1561 msgid "Background color of message."
1562 msgstr ""
1563
1564 #: rhodecode/integrations/types/hipchat.py:99
1565 msgid "Hipchat"
1566 msgstr ""
1567
1568 #: rhodecode/integrations/types/hipchat.py:100
1569 msgid ""
1570 "Send events such as repo pushes and pull requests to your hipchat channel."
1571 msgstr ""
1572
1573 #: rhodecode/integrations/types/slack.py:44
1574 msgid "Slack service URL"
1575 msgstr ""
1576
1409 1577 #: rhodecode/integrations/types/slack.py:45
1410 msgid "Slack service URL"
1411 msgstr ""
1412
1413 #: rhodecode/integrations/types/slack.py:46
1414 1578 msgid ""
1415 1579 "This can be setup at the <a href=\"https://my.slack.com/services/new"
1416 1580 "/incoming-webhook/\">slack app manager</a>"
1417 1581 msgstr ""
1418 1582
1419 #: rhodecode/integrations/types/slack.py:59 rhodecode/templates/login.html:43
1583 #: rhodecode/integrations/types/slack.py:58 rhodecode/templates/login.html:43
1420 1584 #: rhodecode/templates/register.html:41
1421 1585 #: rhodecode/templates/admin/admin_log.html:7
1422 1586 #: rhodecode/templates/admin/my_account/my_account_profile.html:24
@@ -1432,35 +1596,40 b' msgstr ""'
1432 1596 msgid "Username"
1433 1597 msgstr "ユーザー名"
1434 1598
1435 #: rhodecode/integrations/types/slack.py:60
1599 #: rhodecode/integrations/types/slack.py:59
1436 1600 msgid "Username to show notifications coming from."
1437 1601 msgstr ""
1438 1602
1603 #: rhodecode/integrations/types/slack.py:68
1604 msgid "Channel"
1605 msgstr ""
1606
1439 1607 #: rhodecode/integrations/types/slack.py:69
1440 msgid "Channel"
1441 msgstr ""
1442
1443 #: rhodecode/integrations/types/slack.py:70
1444 1608 msgid "Channel to send notifications to."
1445 1609 msgstr ""
1446 1610
1611 #: rhodecode/integrations/types/slack.py:78
1612 msgid "Emoji"
1613 msgstr ""
1614
1447 1615 #: rhodecode/integrations/types/slack.py:79
1448 msgid "Emoji"
1449 msgstr ""
1450
1451 #: rhodecode/integrations/types/slack.py:80
1452 1616 msgid "Emoji to use eg. :studio_microphone:"
1453 1617 msgstr ""
1454 1618
1455 #: rhodecode/integrations/types/slack.py:107
1619 #: rhodecode/integrations/types/slack.py:101
1456 1620 msgid "Slack"
1457 1621 msgstr ""
1458 1622
1623 #: rhodecode/integrations/types/slack.py:102
1624 msgid ""
1625 "Send events such as repo pushes and pull requests to your slack channel."
1626 msgstr ""
1627
1628 #: rhodecode/integrations/types/webhook.py:40
1629 msgid "Webhook URL"
1630 msgstr ""
1631
1459 1632 #: rhodecode/integrations/types/webhook.py:41
1460 msgid "Webhook URL"
1461 msgstr ""
1462
1463 #: rhodecode/integrations/types/webhook.py:42
1464 1633 msgid "URL of the webhook to receive POST event."
1465 1634 msgstr ""
1466 1635
@@ -1472,10 +1641,14 b' msgstr ""'
1472 1641 msgid "String used to validate received payloads."
1473 1642 msgstr ""
1474 1643
1475 #: rhodecode/integrations/types/webhook.py:62
1644 #: rhodecode/integrations/types/webhook.py:65
1476 1645 msgid "Webhook"
1477 1646 msgstr ""
1478 1647
1648 #: rhodecode/integrations/types/webhook.py:66
1649 msgid "Post json events to a webhook endpoint"
1650 msgstr ""
1651
1479 1652 #: rhodecode/lib/action_parser.py:89
1480 1653 msgid "[deleted] repository"
1481 1654 msgstr "リポジトリを[削除]"
@@ -1599,80 +1772,80 b' msgstr "\xe4\xbd\x9c\xe6\x88\x90\xe3\x81\x97\xe3\x81\x9f\xe3\x82\xbf\xe3\x82\xb0: %s"'
1599 1772 msgid "Commit not found"
1600 1773 msgstr ""
1601 1774
1602 #: rhodecode/lib/auth.py:1180
1775 #: rhodecode/lib/auth.py:1185
1603 1776 #, python-format
1604 1777 msgid "IP %s not allowed"
1605 1778 msgstr "IPアドレス %s は許可されません"
1606 1779
1607 #: rhodecode/lib/auth.py:1254
1780 #: rhodecode/lib/auth.py:1259
1608 1781 msgid "You need to be a registered user to perform this action"
1609 1782 msgstr "このアクションを実行するためには登録済みのユーザーである必要があります"
1610 1783
1611 #: rhodecode/lib/auth.py:1302
1784 #: rhodecode/lib/auth.py:1307
1612 1785 #, python-format
1613 1786 msgid "Action not supported for %s."
1614 1787 msgstr ""
1615 1788
1616 #: rhodecode/lib/auth.py:1339
1789 #: rhodecode/lib/auth.py:1344
1617 1790 msgid "You need to be signed in to view this page"
1618 1791 msgstr ""
1619 1792
1620 #: rhodecode/lib/base.py:545
1793 #: rhodecode/lib/base.py:550
1621 1794 #, python-format
1622 1795 msgid "The repository at %(repo_name)s cannot be located."
1623 1796 msgstr ""
1624 1797
1625 #: rhodecode/lib/diffs.py:56
1798 #: rhodecode/lib/diffs.py:62
1626 1799 msgid "Click to comment"
1627 1800 msgstr ""
1628 1801
1629 #: rhodecode/lib/diffs.py:71
1802 #: rhodecode/lib/diffs.py:77
1630 1803 msgid "Binary file"
1631 1804 msgstr "バイナリファイル"
1632 1805
1633 #: rhodecode/lib/diffs.py:91
1806 #: rhodecode/lib/diffs.py:98
1634 1807 msgid ""
1635 1808 "Changeset was too big and was cut off, use diff menu to display this diff"
1636 1809 msgstr "チェンジセットが大きすぎるため省略しました。差分を表示する場合は差分メニューを使用してください"
1637 1810
1638 #: rhodecode/lib/diffs.py:102
1811 #: rhodecode/lib/diffs.py:109
1639 1812 msgid "No changes detected"
1640 1813 msgstr "検出された変更はありません"
1641 1814
1642 #: rhodecode/lib/diffs.py:631
1815 #: rhodecode/lib/diffs.py:643
1643 1816 msgid "Click to select line"
1644 1817 msgstr ""
1645 1818
1646 #: rhodecode/lib/helpers.py:1481
1819 #: rhodecode/lib/helpers.py:1489
1647 1820 #, python-format
1648 1821 msgid " and %s more"
1649 1822 msgstr " と %s 以上"
1650 1823
1651 #: rhodecode/lib/helpers.py:1485
1824 #: rhodecode/lib/helpers.py:1493
1652 1825 msgid "No Files"
1653 1826 msgstr "ファイルなし"
1654 1827
1655 #: rhodecode/lib/helpers.py:1558
1828 #: rhodecode/lib/helpers.py:1566
1656 1829 msgid "new file"
1657 1830 msgstr "新しいファイル"
1658 1831
1659 #: rhodecode/lib/helpers.py:1561
1832 #: rhodecode/lib/helpers.py:1569
1660 1833 msgid "mod"
1661 1834 msgstr "変更"
1662 1835
1663 #: rhodecode/lib/helpers.py:1564
1836 #: rhodecode/lib/helpers.py:1572
1664 1837 msgid "del"
1665 1838 msgstr "削除"
1666 1839
1667 #: rhodecode/lib/helpers.py:1567
1840 #: rhodecode/lib/helpers.py:1575
1668 1841 msgid "rename"
1669 1842 msgstr "リネーム"
1670 1843
1671 #: rhodecode/lib/helpers.py:1572
1844 #: rhodecode/lib/helpers.py:1580
1672 1845 msgid "chmod"
1673 1846 msgstr "chmod"
1674 1847
1675 #: rhodecode/lib/helpers.py:1819
1848 #: rhodecode/lib/helpers.py:1827
1676 1849 msgid ""
1677 1850 "Example filter terms:\n"
1678 1851 " repository:vcs\n"
@@ -1691,85 +1864,85 b' msgid ""'
1691 1864 " \"username:test AND repository:test*\"\n"
1692 1865 msgstr ""
1693 1866
1694 #: rhodecode/lib/helpers.py:1839
1867 #: rhodecode/lib/helpers.py:1847
1695 1868 #, python-format
1696 1869 msgid ""
1697 1870 "%s repository is not mapped to db perhaps it was created or renamed from the"
1698 1871 " filesystem please run the application again in order to rescan repositories"
1699 1872 msgstr "%s リポジトリはDB内に見つかりませんでした。おそらくファイルシステム上で作られたか名前が変更されたためです。リポジトリをもう一度チェックするためにアプリケーションを立ち上げ直してください。"
1700 1873
1701 #: rhodecode/lib/utils2.py:454
1874 #: rhodecode/lib/utils2.py:463
1702 1875 #, python-format
1703 1876 msgid "%d year"
1704 1877 msgid_plural "%d years"
1705 1878 msgstr[0] "%d 年"
1706 1879
1707 #: rhodecode/lib/utils2.py:455
1880 #: rhodecode/lib/utils2.py:464
1708 1881 #, python-format
1709 1882 msgid "%d month"
1710 1883 msgid_plural "%d months"
1711 1884 msgstr[0] "%d ヶ月"
1712 1885
1713 #: rhodecode/lib/utils2.py:456
1886 #: rhodecode/lib/utils2.py:465
1714 1887 #, python-format
1715 1888 msgid "%d day"
1716 1889 msgid_plural "%d days"
1717 1890 msgstr[0] "%d 日"
1718 1891
1719 #: rhodecode/lib/utils2.py:457
1892 #: rhodecode/lib/utils2.py:466
1720 1893 #, python-format
1721 1894 msgid "%d hour"
1722 1895 msgid_plural "%d hours"
1723 1896 msgstr[0] "%d 時間"
1724 1897
1725 #: rhodecode/lib/utils2.py:458
1898 #: rhodecode/lib/utils2.py:467
1726 1899 #, python-format
1727 1900 msgid "%d minute"
1728 1901 msgid_plural "%d minutes"
1729 1902 msgstr[0] "%d 分"
1730 1903
1731 #: rhodecode/lib/utils2.py:459
1904 #: rhodecode/lib/utils2.py:468
1732 1905 #, python-format
1733 1906 msgid "%d second"
1734 1907 msgid_plural "%d seconds"
1735 1908 msgstr[0] "%d 秒"
1736 1909
1737 #: rhodecode/lib/utils2.py:477
1910 #: rhodecode/lib/utils2.py:486
1738 1911 #, python-format
1739 1912 msgid "in %s"
1740 1913 msgstr "%s 以内"
1741 1914
1742 #: rhodecode/lib/utils2.py:483
1915 #: rhodecode/lib/utils2.py:492
1743 1916 #, python-format
1744 1917 msgid "%s ago"
1745 1918 msgstr "%s 前"
1746 1919
1747 #: rhodecode/lib/utils2.py:493
1920 #: rhodecode/lib/utils2.py:502
1748 1921 #, python-format
1749 1922 msgid "%s, %s ago"
1750 1923 msgstr ""
1751 1924
1752 #: rhodecode/lib/utils2.py:495
1925 #: rhodecode/lib/utils2.py:504
1753 1926 #, python-format
1754 1927 msgid "in %s, %s"
1755 1928 msgstr ""
1756 1929
1757 #: rhodecode/lib/utils2.py:497
1930 #: rhodecode/lib/utils2.py:506
1758 1931 #, python-format
1759 1932 msgid "%s and %s"
1760 1933 msgstr ""
1761 1934
1762 #: rhodecode/lib/utils2.py:499
1935 #: rhodecode/lib/utils2.py:508
1763 1936 #, python-format
1764 1937 msgid "%s and %s ago"
1765 1938 msgstr "%s と %s 前"
1766 1939
1767 #: rhodecode/lib/utils2.py:501
1940 #: rhodecode/lib/utils2.py:510
1768 1941 #, python-format
1769 1942 msgid "in %s and %s"
1770 1943 msgstr "%s と %s の間"
1771 1944
1772 #: rhodecode/lib/utils2.py:505 rhodecode/public/js/scripts.js:25035
1945 #: rhodecode/lib/utils2.py:514 rhodecode/public/js/scripts.js:25035
1773 1946 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:49
1774 1947 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:174
1775 1948 msgid "just now"
@@ -1799,7 +1972,9 b' msgstr "\xe3\x81\x9f\xe3\x81\xa3\xe3\x81\x9f\xe3\x81\x84\xe3\x81\xbe"'
1799 1972 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
1800 1973 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971
1801 1974 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2293
1802 #: rhodecode/model/db.py:2285
1975 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2285
1976 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2285
1977 #: rhodecode/model/db.py:2287
1803 1978 msgid "Repository no access"
1804 1979 msgstr "リポジトリへのアクセス権限無し"
1805 1980
@@ -1827,7 +2002,9 b' msgstr "\xe3\x83\xaa\xe3\x83\x9d\xe3\x82\xb8\xe3\x83\x88\xe3\x83\xaa\xe3\x81\xb8\xe3\x81\xae\xe3\x82\xa2\xe3\x82\xaf\xe3\x82\xbb\xe3\x82\xb9\xe6\xa8\xa9\xe9\x99\x90\xe7\x84\xa1\xe3\x81\x97"'
1827 2002 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
1828 2003 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972
1829 2004 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2294
1830 #: rhodecode/model/db.py:2286
2005 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2286
2006 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2286
2007 #: rhodecode/model/db.py:2288
1831 2008 msgid "Repository read access"
1832 2009 msgstr "リポジトリに読込権限でアクセス"
1833 2010
@@ -1855,7 +2032,9 b' msgstr "\xe3\x83\xaa\xe3\x83\x9d\xe3\x82\xb8\xe3\x83\x88\xe3\x83\xaa\xe3\x81\xab\xe8\xaa\xad\xe8\xbe\xbc\xe6\xa8\xa9\xe9\x99\x90\xe3\x81\xa7\xe3\x82\xa2\xe3\x82\xaf\xe3\x82\xbb\xe3\x82\xb9"'
1855 2032 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1856 2033 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973
1857 2034 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2295
1858 #: rhodecode/model/db.py:2287
2035 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2287
2036 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2287
2037 #: rhodecode/model/db.py:2289
1859 2038 msgid "Repository write access"
1860 2039 msgstr "リポジトリに書込権限でアクセス"
1861 2040
@@ -1883,7 +2062,9 b' msgstr "\xe3\x83\xaa\xe3\x83\x9d\xe3\x82\xb8\xe3\x83\x88\xe3\x83\xaa\xe3\x81\xab\xe6\x9b\xb8\xe8\xbe\xbc\xe6\xa8\xa9\xe9\x99\x90\xe3\x81\xa7\xe3\x82\xa2\xe3\x82\xaf\xe3\x82\xbb\xe3\x82\xb9"'
1883 2062 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1884 2063 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974
1885 2064 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2296
1886 #: rhodecode/model/db.py:2288
2065 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2288
2066 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2288
2067 #: rhodecode/model/db.py:2290
1887 2068 msgid "Repository admin access"
1888 2069 msgstr "リポジトリに管理権限でアクセス"
1889 2070
@@ -1951,7 +2132,9 b' msgstr "RhodeCode \xe7\xae\xa1\xe7\x90\x86\xe8\x80\x85"'
1951 2132 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
1952 2133 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992
1953 2134 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2314
1954 #: rhodecode/model/db.py:2306
2135 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2306
2136 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2306
2137 #: rhodecode/model/db.py:2308
1955 2138 msgid "Repository creation disabled"
1956 2139 msgstr "リポジトリの作成を有効にする"
1957 2140
@@ -1979,7 +2162,9 b' msgstr "\xe3\x83\xaa\xe3\x83\x9d\xe3\x82\xb8\xe3\x83\x88\xe3\x83\xaa\xe3\x81\xae\xe4\xbd\x9c\xe6\x88\x90\xe3\x82\x92\xe6\x9c\x89\xe5\x8a\xb9\xe3\x81\xab\xe3\x81\x99\xe3\x82\x8b"'
1979 2162 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
1980 2163 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993
1981 2164 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2315
1982 #: rhodecode/model/db.py:2307
2165 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2307
2166 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2307
2167 #: rhodecode/model/db.py:2309
1983 2168 msgid "Repository creation enabled"
1984 2169 msgstr "リポジトリの作成を有効にする"
1985 2170
@@ -2007,7 +2192,9 b' msgstr "\xe3\x83\xaa\xe3\x83\x9d\xe3\x82\xb8\xe3\x83\x88\xe3\x83\xaa\xe3\x81\xae\xe4\xbd\x9c\xe6\x88\x90\xe3\x82\x92\xe6\x9c\x89\xe5\x8a\xb9\xe3\x81\xab\xe3\x81\x99\xe3\x82\x8b"'
2007 2192 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
2008 2193 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997
2009 2194 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2319
2010 #: rhodecode/model/db.py:2311
2195 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2311
2196 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2311
2197 #: rhodecode/model/db.py:2313
2011 2198 msgid "Repository forking disabled"
2012 2199 msgstr "リポジトリのフォークを無効にする"
2013 2200
@@ -2035,7 +2222,9 b' msgstr "\xe3\x83\xaa\xe3\x83\x9d\xe3\x82\xb8\xe3\x83\x88\xe3\x83\xaa\xe3\x81\xae\xe3\x83\x95\xe3\x82\xa9\xe3\x83\xbc\xe3\x82\xaf\xe3\x82\x92\xe7\x84\xa1\xe5\x8a\xb9\xe3\x81\xab\xe3\x81\x99\xe3\x82\x8b"'
2035 2222 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
2036 2223 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998
2037 2224 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2320
2038 #: rhodecode/model/db.py:2312
2225 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2312
2226 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2312
2227 #: rhodecode/model/db.py:2314
2039 2228 msgid "Repository forking enabled"
2040 2229 msgstr "リポジトリのフォークを有効にする"
2041 2230
@@ -2084,7 +2273,9 b' msgstr "Rhodecode\xe3\x81\xab\xe7\x99\xbb\xe9\x8c\xb2\xe3\x81\x97\xe3\x81\x9f\xe6\x96\xb0\xe3\x81\x97\xe3\x81\x84\xe3\x83\xa6\xe3\x83\xbc\xe3\x82\xb6\xe3\x83\xbc\xe3\x82\x92\xe8\x87\xaa\xe5\x8b\x95\xe3\x81\xa7\xe3\x82\xa2\xe3\x82\xaf\xe3\x83\x86\xe3\x82\xa3\xe3\x83\x99\xe3\x83\xbc\xe3\x83\x88\xe3\x81\x99\xe3\x82\x8b"'
2084 2273 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
2085 2274 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343
2086 2275 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2952
2087 #: rhodecode/model/db.py:2944
2276 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2946
2277 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2946
2278 #: rhodecode/model/db.py:2948
2088 2279 msgid "Not Reviewed"
2089 2280 msgstr "未レビュー"
2090 2281
@@ -2112,7 +2303,9 b' msgstr "\xe6\x9c\xaa\xe3\x83\xac\xe3\x83\x93\xe3\x83\xa5\xe3\x83\xbc"'
2112 2303 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
2113 2304 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344
2114 2305 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2953
2115 #: rhodecode/model/db.py:2945
2306 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2947
2307 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2947
2308 #: rhodecode/model/db.py:2949
2116 2309 msgid "Approved"
2117 2310 msgstr "承認"
2118 2311
@@ -2140,7 +2333,9 b' msgstr "\xe6\x89\xbf\xe8\xaa\x8d"'
2140 2333 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
2141 2334 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
2142 2335 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2954
2143 #: rhodecode/model/db.py:2946
2336 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2948
2337 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2948
2338 #: rhodecode/model/db.py:2950
2144 2339 msgid "Rejected"
2145 2340 msgstr "却下"
2146 2341
@@ -2168,7 +2363,9 b' msgstr "\xe5\x8d\xb4\xe4\xb8\x8b"'
2168 2363 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
2169 2364 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
2170 2365 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2955
2171 #: rhodecode/model/db.py:2947
2366 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2949
2367 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2949
2368 #: rhodecode/model/db.py:2951
2172 2369 msgid "Under Review"
2173 2370 msgstr "レビュー中"
2174 2371
@@ -2193,7 +2390,9 b' msgstr "\xe3\x83\xac\xe3\x83\x93\xe3\x83\xa5\xe3\x83\xbc\xe4\xb8\xad"'
2193 2390 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
2194 2391 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976
2195 2392 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2298
2196 #: rhodecode/model/db.py:2290
2393 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2290
2394 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2290
2395 #: rhodecode/model/db.py:2292
2197 2396 msgid "Repository group no access"
2198 2397 msgstr "リポジトリグループへのアクセス権限なし"
2199 2398
@@ -2218,7 +2417,9 b' msgstr "\xe3\x83\xaa\xe3\x83\x9d\xe3\x82\xb8\xe3\x83\x88\xe3\x83\xaa\xe3\x82\xb0\xe3\x83\xab\xe3\x83\xbc\xe3\x83\x97\xe3\x81\xb8\xe3\x81\xae\xe3\x82\xa2\xe3\x82\xaf\xe3\x82\xbb\xe3\x82\xb9\xe6\xa8\xa9\xe9\x99\x90\xe3\x81\xaa\xe3\x81\x97"'
2218 2417 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
2219 2418 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977
2220 2419 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2299
2221 #: rhodecode/model/db.py:2291
2420 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2291
2421 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2291
2422 #: rhodecode/model/db.py:2293
2222 2423 msgid "Repository group read access"
2223 2424 msgstr "リポジトリグループに読込権限でアクセス"
2224 2425
@@ -2243,7 +2444,9 b' msgstr "\xe3\x83\xaa\xe3\x83\x9d\xe3\x82\xb8\xe3\x83\x88\xe3\x83\xaa\xe3\x82\xb0\xe3\x83\xab\xe3\x83\xbc\xe3\x83\x97\xe3\x81\xab\xe8\xaa\xad\xe8\xbe\xbc\xe6\xa8\xa9\xe9\x99\x90\xe3\x81\xa7\xe3\x82\xa2\xe3\x82\xaf\xe3\x82\xbb\xe3\x82\xb9"'
2243 2444 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2244 2445 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978
2245 2446 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2300
2246 #: rhodecode/model/db.py:2292
2447 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2292
2448 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2292
2449 #: rhodecode/model/db.py:2294
2247 2450 msgid "Repository group write access"
2248 2451 msgstr "リポジトリグループに書込権限でアクセス"
2249 2452
@@ -2268,7 +2471,9 b' msgstr "\xe3\x83\xaa\xe3\x83\x9d\xe3\x82\xb8\xe3\x83\x88\xe3\x83\xaa\xe3\x82\xb0\xe3\x83\xab\xe3\x83\xbc\xe3\x83\x97\xe3\x81\xab\xe6\x9b\xb8\xe8\xbe\xbc\xe6\xa8\xa9\xe9\x99\x90\xe3\x81\xa7\xe3\x82\xa2\xe3\x82\xaf\xe3\x82\xbb\xe3\x82\xb9"'
2268 2471 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2269 2472 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979
2270 2473 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2301
2271 #: rhodecode/model/db.py:2293
2474 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2293
2475 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2293
2476 #: rhodecode/model/db.py:2295
2272 2477 msgid "Repository group admin access"
2273 2478 msgstr "リポジトリグループに管理権限でアクセス"
2274 2479
@@ -2292,7 +2497,9 b' msgstr "\xe3\x83\xaa\xe3\x83\x9d\xe3\x82\xb8\xe3\x83\x88\xe3\x83\xaa\xe3\x82\xb0\xe3\x83\xab\xe3\x83\xbc\xe3\x83\x97\xe3\x81\xab\xe7\xae\xa1\xe7\x90\x86\xe6\xa8\xa9\xe9\x99\x90\xe3\x81\xa7\xe3\x82\xa2\xe3\x82\xaf\xe3\x82\xbb\xe3\x82\xb9"'
2292 2497 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2293 2498 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981
2294 2499 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2303
2295 #: rhodecode/model/db.py:2295
2500 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2295
2501 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2295
2502 #: rhodecode/model/db.py:2297
2296 2503 msgid "User group no access"
2297 2504 msgstr "ユーザーグループへのアクセス権限なし"
2298 2505
@@ -2316,7 +2523,9 b' msgstr "\xe3\x83\xa6\xe3\x83\xbc\xe3\x82\xb6\xe3\x83\xbc\xe3\x82\xb0\xe3\x83\xab\xe3\x83\xbc\xe3\x83\x97\xe3\x81\xb8\xe3\x81\xae\xe3\x82\xa2\xe3\x82\xaf\xe3\x82\xbb\xe3\x82\xb9\xe6\xa8\xa9\xe9\x99\x90\xe3\x81\xaa\xe3\x81\x97"'
2316 2523 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2317 2524 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982
2318 2525 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2304
2319 #: rhodecode/model/db.py:2296
2526 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2296
2527 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2296
2528 #: rhodecode/model/db.py:2298
2320 2529 msgid "User group read access"
2321 2530 msgstr "ユーザーグループに読込権限でアクセス"
2322 2531
@@ -2340,7 +2549,9 b' msgstr "\xe3\x83\xa6\xe3\x83\xbc\xe3\x82\xb6\xe3\x83\xbc\xe3\x82\xb0\xe3\x83\xab\xe3\x83\xbc\xe3\x83\x97\xe3\x81\xab\xe8\xaa\xad\xe8\xbe\xbc\xe6\xa8\xa9\xe9\x99\x90\xe3\x81\xa7\xe3\x82\xa2\xe3\x82\xaf\xe3\x82\xbb\xe3\x82\xb9"'
2340 2549 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2341 2550 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983
2342 2551 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2305
2343 #: rhodecode/model/db.py:2297
2552 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2297
2553 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2297
2554 #: rhodecode/model/db.py:2299
2344 2555 msgid "User group write access"
2345 2556 msgstr "ユーザーグループに書込権限でアクセス"
2346 2557
@@ -2364,7 +2575,9 b' msgstr "\xe3\x83\xa6\xe3\x83\xbc\xe3\x82\xb6\xe3\x83\xbc\xe3\x82\xb0\xe3\x83\xab\xe3\x83\xbc\xe3\x83\x97\xe3\x81\xab\xe6\x9b\xb8\xe8\xbe\xbc\xe6\xa8\xa9\xe9\x99\x90\xe3\x81\xa7\xe3\x82\xa2\xe3\x82\xaf\xe3\x82\xbb\xe3\x82\xb9"'
2364 2575 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2365 2576 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984
2366 2577 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2306
2367 #: rhodecode/model/db.py:2298
2578 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2298
2579 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2298
2580 #: rhodecode/model/db.py:2300
2368 2581 msgid "User group admin access"
2369 2582 msgstr "ユーザーグループに管理権限でアクセス"
2370 2583
@@ -2388,7 +2601,9 b' msgstr "\xe3\x83\xa6\xe3\x83\xbc\xe3\x82\xb6\xe3\x83\xbc\xe3\x82\xb0\xe3\x83\xab\xe3\x83\xbc\xe3\x83\x97\xe3\x81\xab\xe7\xae\xa1\xe7\x90\x86\xe6\xa8\xa9\xe9\x99\x90\xe3\x81\xa7\xe3\x82\xa2\xe3\x82\xaf\xe3\x82\xbb\xe3\x82\xb9"'
2388 2601 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2389 2602 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986
2390 2603 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2308
2391 #: rhodecode/model/db.py:2300
2604 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2300
2605 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2300
2606 #: rhodecode/model/db.py:2302
2392 2607 msgid "Repository Group creation disabled"
2393 2608 msgstr "リポジトリグループの作成を無効にする"
2394 2609
@@ -2412,7 +2627,9 b' msgstr "\xe3\x83\xaa\xe3\x83\x9d\xe3\x82\xb8\xe3\x83\x88\xe3\x83\xaa\xe3\x82\xb0\xe3\x83\xab\xe3\x83\xbc\xe3\x83\x97\xe3\x81\xae\xe4\xbd\x9c\xe6\x88\x90\xe3\x82\x92\xe7\x84\xa1\xe5\x8a\xb9\xe3\x81\xab\xe3\x81\x99\xe3\x82\x8b"'
2412 2627 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2413 2628 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987
2414 2629 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2309
2415 #: rhodecode/model/db.py:2301
2630 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2301
2631 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2301
2632 #: rhodecode/model/db.py:2303
2416 2633 msgid "Repository Group creation enabled"
2417 2634 msgstr "リポジトリグループの作成を有効にする"
2418 2635
@@ -2436,7 +2653,9 b' msgstr "\xe3\x83\xaa\xe3\x83\x9d\xe3\x82\xb8\xe3\x83\x88\xe3\x83\xaa\xe3\x82\xb0\xe3\x83\xab\xe3\x83\xbc\xe3\x83\x97\xe3\x81\xae\xe4\xbd\x9c\xe6\x88\x90\xe3\x82\x92\xe6\x9c\x89\xe5\x8a\xb9\xe3\x81\xab\xe3\x81\x99\xe3\x82\x8b"'
2436 2653 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2437 2654 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989
2438 2655 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2311
2439 #: rhodecode/model/db.py:2303
2656 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2303
2657 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2303
2658 #: rhodecode/model/db.py:2305
2440 2659 msgid "User Group creation disabled"
2441 2660 msgstr "ユーザーグループの作成を無効にする"
2442 2661
@@ -2460,7 +2679,9 b' msgstr "\xe3\x83\xa6\xe3\x83\xbc\xe3\x82\xb6\xe3\x83\xbc\xe3\x82\xb0\xe3\x83\xab\xe3\x83\xbc\xe3\x83\x97\xe3\x81\xae\xe4\xbd\x9c\xe6\x88\x90\xe3\x82\x92\xe7\x84\xa1\xe5\x8a\xb9\xe3\x81\xab\xe3\x81\x99\xe3\x82\x8b"'
2460 2679 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2461 2680 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990
2462 2681 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2312
2463 #: rhodecode/model/db.py:2304
2682 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2304
2683 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2304
2684 #: rhodecode/model/db.py:2306
2464 2685 msgid "User Group creation enabled"
2465 2686 msgstr "ユーザーグループの作成を有効にする"
2466 2687
@@ -2484,7 +2705,9 b' msgstr "\xe3\x83\xa6\xe3\x83\xbc\xe3\x82\xb6\xe3\x83\xbc\xe3\x82\xb0\xe3\x83\xab\xe3\x83\xbc\xe3\x83\x97\xe3\x81\xae\xe4\xbd\x9c\xe6\x88\x90\xe3\x82\x92\xe6\x9c\x89\xe5\x8a\xb9\xe3\x81\xab\xe3\x81\x99\xe3\x82\x8b"'
2484 2705 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2485 2706 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
2486 2707 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2322
2487 #: rhodecode/model/db.py:2314
2708 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2314
2709 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2314
2710 #: rhodecode/model/db.py:2316
2488 2711 msgid "Registration disabled"
2489 2712 msgstr "新規登録を無効にする"
2490 2713
@@ -2508,7 +2731,9 b' msgstr "\xe6\x96\xb0\xe8\xa6\x8f\xe7\x99\xbb\xe9\x8c\xb2\xe3\x82\x92\xe7\x84\xa1\xe5\x8a\xb9\xe3\x81\xab\xe3\x81\x99\xe3\x82\x8b"'
2508 2731 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2509 2732 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001
2510 2733 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2323
2511 #: rhodecode/model/db.py:2315
2734 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2315
2735 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2315
2736 #: rhodecode/model/db.py:2317
2512 2737 msgid "User Registration with manual account activation"
2513 2738 msgstr "ユーザーの新規登録時に手動でアカウントをアクティベートする"
2514 2739
@@ -2532,7 +2757,9 b' msgstr "\xe3\x83\xa6\xe3\x83\xbc\xe3\x82\xb6\xe3\x83\xbc\xe3\x81\xae\xe6\x96\xb0\xe8\xa6\x8f\xe7\x99\xbb\xe9\x8c\xb2\xe6\x99\x82\xe3\x81\xab\xe6\x89\x8b\xe5\x8b\x95\xe3\x81\xa7\xe3\x82\xa2\xe3\x82\xab\xe3\x82\xa6\xe3\x83\xb3\xe3\x83\x88\xe3\x82\x92\xe3\x82\xa2\xe3\x82\xaf\xe3\x83\x86\xe3\x82\xa3\xe3\x83\x99\xe3\x83\xbc\xe3\x83\x88\xe3\x81\x99\xe3\x82\x8b"'
2532 2757 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2533 2758 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2534 2759 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2324
2535 #: rhodecode/model/db.py:2316
2760 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2316
2761 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2316
2762 #: rhodecode/model/db.py:2318
2536 2763 msgid "User Registration with automatic account activation"
2537 2764 msgstr "ユーザーの新規登録時に自動でアカウントをアクティベートする"
2538 2765
@@ -2556,7 +2783,9 b' msgstr "\xe3\x83\xa6\xe3\x83\xbc\xe3\x82\xb6\xe3\x83\xbc\xe3\x81\xae\xe6\x96\xb0\xe8\xa6\x8f\xe7\x99\xbb\xe9\x8c\xb2\xe6\x99\x82\xe3\x81\xab\xe8\x87\xaa\xe5\x8b\x95\xe3\x81\xa7\xe3\x82\xa2\xe3\x82\xab\xe3\x82\xa6\xe3\x83\xb3\xe3\x83\x88\xe3\x82\x92\xe3\x82\xa2\xe3\x82\xaf\xe3\x83\x86\xe3\x82\xa3\xe3\x83\x99\xe3\x83\xbc\xe3\x83\x88\xe3\x81\x99\xe3\x82\x8b"'
2556 2783 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2557 2784 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2558 2785 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2326
2559 #: rhodecode/model/db.py:2318
2786 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2318
2787 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2318
2788 #: rhodecode/model/db.py:2320
2560 2789 msgid "Manual activation of external account"
2561 2790 msgstr "外部アカウントを手動でアクティベートする"
2562 2791
@@ -2580,7 +2809,9 b' msgstr "\xe5\xa4\x96\xe9\x83\xa8\xe3\x82\xa2\xe3\x82\xab\xe3\x82\xa6\xe3\x83\xb3\xe3\x83\x88\xe3\x82\x92\xe6\x89\x8b\xe5\x8b\x95\xe3\x81\xa7\xe3\x82\xa2\xe3\x82\xaf\xe3\x83\x86\xe3\x82\xa3\xe3\x83\x99\xe3\x83\xbc\xe3\x83\x88\xe3\x81\x99\xe3\x82\x8b"'
2580 2809 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
2581 2810 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005
2582 2811 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2327
2583 #: rhodecode/model/db.py:2319
2812 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2319
2813 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2319
2814 #: rhodecode/model/db.py:2321
2584 2815 msgid "Automatic activation of external account"
2585 2816 msgstr "外部アカウントを自動でアクティベートする"
2586 2817
@@ -2598,7 +2829,9 b' msgstr "\xe5\xa4\x96\xe9\x83\xa8\xe3\x82\xa2\xe3\x82\xab\xe3\x82\xa6\xe3\x83\xb3\xe3\x83\x88\xe3\x82\x92\xe8\x87\xaa\xe5\x8b\x95\xe3\x81\xa7\xe3\x82\xa2\xe3\x82\xaf\xe3\x83\x86\xe3\x82\xa3\xe3\x83\x99\xe3\x83\xbc\xe3\x83\x88\xe3\x81\x99\xe3\x82\x8b"'
2598 2829 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
2599 2830 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994
2600 2831 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2316
2601 #: rhodecode/model/db.py:2308
2832 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2308
2833 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2308
2834 #: rhodecode/model/db.py:2310
2602 2835 msgid ""
2603 2836 "Repository creation enabled with write permission to a repository group"
2604 2837 msgstr "リポジトリグループの書き込みパーミッションを使ったリポジトリ作成が有効です"
@@ -2617,7 +2850,9 b' msgstr "\xe3\x83\xaa\xe3\x83\x9d\xe3\x82\xb8\xe3\x83\x88\xe3\x83\xaa\xe3\x82\xb0\xe3\x83\xab\xe3\x83\xbc\xe3\x83\x97\xe3\x81\xae\xe6\x9b\xb8\xe3\x81\x8d\xe8\xbe\xbc\xe3\x81\xbf\xe3\x83\x91\xe3\x83\xbc\xe3\x83\x9f\xe3\x83\x83\xe3\x82\xb7\xe3\x83\xa7\xe3\x83\xb3\xe3\x82\x92\xe4\xbd\xbf\xe3\x81\xa3\xe3\x81\x9f\xe3\x83\xaa\xe3\x83\x9d\xe3\x82\xb8\xe3\x83\x88\xe3\x83\xaa\xe4\xbd\x9c\xe6\x88\x90\xe3\x81\x8c\xe6\x9c\x89\xe5\x8a\xb9\xe3\x81\xa7\xe3\x81\x99"'
2617 2850 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
2618 2851 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995
2619 2852 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2317
2620 #: rhodecode/model/db.py:2309
2853 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2309
2854 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2309
2855 #: rhodecode/model/db.py:2311
2621 2856 msgid ""
2622 2857 "Repository creation disabled with write permission to a repository group"
2623 2858 msgstr "リポジトリグループの書き込みパーミッションを使ったリポジトリ作成は無効です"
@@ -2633,7 +2868,9 b' msgstr "\xe3\x83\xaa\xe3\x83\x9d\xe3\x82\xb8\xe3\x83\x88\xe3\x83\xaa\xe3\x82\xb0\xe3\x83\xab\xe3\x83\xbc\xe3\x83\x97\xe3\x81\xae\xe6\x9b\xb8\xe3\x81\x8d\xe8\xbe\xbc\xe3\x81\xbf\xe3\x83\x91\xe3\x83\xbc\xe3\x83\x9f\xe3\x83\x83\xe3\x82\xb7\xe3\x83\xa7\xe3\x83\xb3\xe3\x82\x92\xe4\xbd\xbf\xe3\x81\xa3\xe3\x81\x9f\xe3\x83\xaa\xe3\x83\x9d\xe3\x82\xb8\xe3\x83\x88\xe3\x83\xaa\xe4\xbd\x9c\xe6\x88\x90\xe3\x81\xaf\xe7\x84\xa1\xe5\x8a\xb9\xe3\x81\xa7\xe3\x81\x99"'
2633 2868 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
2634 2869 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969
2635 2870 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2291
2636 #: rhodecode/model/db.py:2283
2871 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2283
2872 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2283
2873 #: rhodecode/model/db.py:2285
2637 2874 msgid "RhodeCode Super Administrator"
2638 2875 msgstr ""
2639 2876
@@ -2646,7 +2883,9 b' msgstr ""'
2646 2883 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2647 2884 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2648 2885 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2329
2649 #: rhodecode/model/db.py:2321
2886 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2321
2887 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2321
2888 #: rhodecode/model/db.py:2323
2650 2889 msgid "Inherit object permissions from default user disabled"
2651 2890 msgstr ""
2652 2891
@@ -2659,32 +2898,46 b' msgstr ""'
2659 2898 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
2660 2899 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008
2661 2900 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2330
2662 #: rhodecode/model/db.py:2322
2901 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2322
2902 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2322
2903 #: rhodecode/model/db.py:2324
2663 2904 msgid "Inherit object permissions from default user enabled"
2664 2905 msgstr ""
2665 2906
2666 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909 rhodecode/model/db.py:910
2907 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909
2908 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:910
2909 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:910 rhodecode/model/db.py:910
2667 2910 msgid "all"
2668 2911 msgstr ""
2669 2912
2670 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910 rhodecode/model/db.py:911
2913 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910
2914 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:911
2915 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:911 rhodecode/model/db.py:911
2671 2916 msgid "http/web interface"
2672 2917 msgstr ""
2673 2918
2674 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911 rhodecode/model/db.py:912
2919 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911
2920 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:912
2921 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:912 rhodecode/model/db.py:912
2675 2922 msgid "vcs (git/hg/svn protocol)"
2676 2923 msgstr ""
2677 2924
2678 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912 rhodecode/model/db.py:913
2925 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912
2926 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:913
2927 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:913 rhodecode/model/db.py:913
2679 2928 msgid "api calls"
2680 2929 msgstr ""
2681 2930
2682 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913 rhodecode/model/db.py:914
2931 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913
2932 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:914
2933 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:914 rhodecode/model/db.py:914
2683 2934 msgid "feed access"
2684 2935 msgstr ""
2685 2936
2686 2937 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2069
2687 #: rhodecode/model/db.py:2061
2938 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2061
2939 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2061
2940 #: rhodecode/model/db.py:2063
2688 2941 msgid "No parent"
2689 2942 msgstr ""
2690 2943
@@ -2738,12 +2991,12 b' msgid ""'
2738 2991 "email"
2739 2992 msgstr ""
2740 2993
2741 #: rhodecode/model/comment.py:263
2994 #: rhodecode/model/comment.py:266
2742 2995 msgid "made a comment"
2743 2996 msgstr ""
2744 2997
2745 #: rhodecode/model/comment.py:264
2746 msgid "Refresh page"
2998 #: rhodecode/model/comment.py:267
2999 msgid "Show it now"
2747 3000 msgstr ""
2748 3001
2749 3002 #: rhodecode/model/forms.py:85
@@ -2874,7 +3127,7 b' msgid ""'
2874 3127 " %(pr_title)s"
2875 3128 msgstr ""
2876 3129
2877 #: rhodecode/model/pull_request.py:449
3130 #: rhodecode/model/pull_request.py:448
2878 3131 msgid "Pull request merged and closed"
2879 3132 msgstr ""
2880 3133
@@ -2918,7 +3171,7 b' msgstr "\xe6\x9c\x80\xe6\x96\xb0\xe3\x81\xaetip"'
2918 3171 msgid "You can't Edit this user since it's crucial for entire application"
2919 3172 msgstr "このユーザーを編集できません。このユーザーはアプリケーションにとって必要不可欠です。"
2920 3173
2921 #: rhodecode/model/user.py:285
3174 #: rhodecode/model/user.py:284
2922 3175 #, python-format
2923 3176 msgid ""
2924 3177 "You can't edit this user (`%(username)s`) since it's crucial for entire "
@@ -3172,6 +3425,56 b' msgstr ""'
3172 3425 msgid "Duplicated value for filename found: `{}`"
3173 3426 msgstr ""
3174 3427
3428 #: rhodecode/model/validation_schema/schemas/integration_schema.py:36
3429 msgid "Pick a scope:"
3430 msgstr ""
3431
3432 #: rhodecode/model/validation_schema/schemas/integration_schema.py:39
3433 msgid "Global (all repositories)"
3434 msgstr ""
3435
3436 #: rhodecode/model/validation_schema/schemas/integration_schema.py:40
3437 msgid "Top level repositories only"
3438 msgstr ""
3439
3440 #: rhodecode/model/validation_schema/schemas/integration_schema.py:79
3441 msgid "Only repo admins can create integrations"
3442 msgstr ""
3443
3444 #: rhodecode/model/validation_schema/schemas/integration_schema.py:86
3445 msgid "Only repogroup admins can create integrations"
3446 msgstr ""
3447
3448 #: rhodecode/model/validation_schema/schemas/integration_schema.py:91
3449 msgid "Only superadmins can create global integrations"
3450 msgstr ""
3451
3452 #: rhodecode/model/validation_schema/schemas/integration_schema.py:183
3453 msgid ""
3454 "Scope of the integration. Recursive means the integration runs on all repos"
3455 " of that group and children recursively."
3456 msgstr ""
3457
3458 #: rhodecode/model/validation_schema/schemas/integration_schema.py:186
3459 msgid "Integration scope"
3460 msgstr ""
3461
3462 #: rhodecode/model/validation_schema/schemas/integration_schema.py:217
3463 msgid "General integration options"
3464 msgstr ""
3465
3466 #: rhodecode/model/validation_schema/schemas/integration_schema.py:220
3467 msgid "{integration_type} settings"
3468 msgstr ""
3469
3470 #: rhodecode/model/validation_schema/schemas/user_schema.py:36
3471 msgid "Password is incorrect"
3472 msgstr ""
3473
3474 #: rhodecode/model/validation_schema/schemas/user_schema.py:59
3475 msgid "New password must be different to old password"
3476 msgstr ""
3477
3175 3478 #: rhodecode/public/js/scripts.js:23039
3176 3479 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:16
3177 3480 #: rhodecode/public/js/src/plugins/jquery.autocomplete.js:87
@@ -3342,19 +3645,19 b' msgstr ""'
3342 3645
3343 3646 #: rhodecode/public/js/scripts.js:41308
3344 3647 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:2
3345 #: rhodecode/public/js/src/rhodecode/comments.js:235
3648 #: rhodecode/public/js/src/rhodecode/comments.js:236
3346 3649 msgid "Add another comment"
3347 3650 msgstr "別のコメントを追加"
3348 3651
3349 3652 #: rhodecode/public/js/scripts.js:41526
3350 3653 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:35
3351 #: rhodecode/public/js/src/rhodecode/comments.js:453
3654 #: rhodecode/public/js/src/rhodecode/comments.js:470
3352 3655 msgid "Status Review"
3353 3656 msgstr ""
3354 3657
3355 3658 #: rhodecode/public/js/scripts.js:41540
3356 3659 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:3
3357 #: rhodecode/public/js/src/rhodecode/comments.js:467
3660 #: rhodecode/public/js/src/rhodecode/comments.js:484
3358 3661 msgid ""
3359 3662 "Comment text will be set automatically based on currently selected status "
3360 3663 "({0}) ..."
@@ -3362,13 +3665,13 b' msgstr ""'
3362 3665
3363 3666 #: rhodecode/public/js/scripts.js:41653
3364 3667 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:37
3365 #: rhodecode/public/js/src/rhodecode/comments.js:580
3668 #: rhodecode/public/js/src/rhodecode/comments.js:597
3366 3669 msgid "Submitting..."
3367 3670 msgstr "送信中..."
3368 3671
3369 3672 #: rhodecode/public/js/scripts.js:41703
3370 3673 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:5
3371 #: rhodecode/public/js/src/rhodecode/comments.js:630
3674 #: rhodecode/public/js/src/rhodecode/comments.js:647
3372 3675 #: rhodecode/templates/files/files_browser_tree.html:47
3373 3676 msgid "Loading ..."
3374 3677 msgstr "読み込み中..."
@@ -3528,6 +3831,22 b' msgstr ""'
3528 3831 msgid "{0} years"
3529 3832 msgstr ""
3530 3833
3834 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3835 msgid "UIEvent"
3836 msgstr ""
3837
3838 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3839 msgid "CustomEvent"
3840 msgstr ""
3841
3842 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3843 msgid "MouseEvent"
3844 msgstr ""
3845
3846 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3847 msgid "FocusEvent"
3848 msgstr ""
3849
3531 3850 #: rhodecode/templates/index.html:5
3532 3851 msgid "Dashboard"
3533 3852 msgstr "ダッシュボード"
@@ -3576,6 +3895,7 b' msgstr "\xe3\x83\xaa\xe3\x83\x9d\xe3\x82\xb8\xe3\x83\x88\xe3\x83\xaa\xe3\x82\xb0\xe3\x83\xab\xe3\x83\xbc\xe3\x83\x97\xe3\x82\x92\xe7\xb7\xa8\xe9\x9b\x86"'
3576 3895 #: rhodecode/templates/index_base.html:97
3577 3896 #: rhodecode/templates/index_base.html:122
3578 3897 #: rhodecode/templates/admin/gists/index.html:112
3898 #: rhodecode/templates/admin/integrations/list.html:102
3579 3899 #: rhodecode/templates/admin/my_account/my_account_repos.html:31
3580 3900 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
3581 3901 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
@@ -3595,7 +3915,6 b' msgstr "\xe5\x90\x8d\xe5\x89\x8d"'
3595 3915 #: rhodecode/templates/index_base.html:100
3596 3916 #: rhodecode/templates/index_base.html:125
3597 3917 #: rhodecode/templates/admin/gists/index.html:114
3598 #: rhodecode/templates/admin/integrations/list.html:63
3599 3918 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
3600 3919 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
3601 3920 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:42
@@ -3612,8 +3931,8 b' msgstr "\xe5\x90\x8d\xe5\x89\x8d"'
3612 3931 #: rhodecode/templates/changeset/changeset.html:53
3613 3932 #: rhodecode/templates/compare/compare_commits.html:24
3614 3933 #: rhodecode/templates/email_templates/commit_comment.mako:82
3615 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3616 #: rhodecode/templates/email_templates/pull_request_review.mako:51
3934 #: rhodecode/templates/email_templates/pull_request_review.mako:41
3935 #: rhodecode/templates/email_templates/pull_request_review.mako:75
3617 3936 #: rhodecode/templates/files/file_tree_detail.html:5
3618 3937 #: rhodecode/templates/files/file_tree_detail.html:12
3619 3938 #: rhodecode/templates/forks/fork.html:48
@@ -3826,9 +4145,13 b' msgstr "\xe8\xaa\x8d\xe8\xa8\xbc\xe8\xa8\xad\xe5\xae\x9a"'
3826 4145 #: rhodecode/templates/admin/auth/auth_settings.html:12
3827 4146 #: rhodecode/templates/admin/auth/plugin_settings.html:12
3828 4147 #: rhodecode/templates/admin/defaults/defaults.html:12
3829 #: rhodecode/templates/admin/integrations/base.html:19
3830 #: rhodecode/templates/admin/integrations/edit.html:15
4148 #: rhodecode/templates/admin/integrations/base.html:21
4149 #: rhodecode/templates/admin/integrations/form.html:15
4150 #: rhodecode/templates/admin/integrations/form.html:28
3831 4151 #: rhodecode/templates/admin/integrations/list.html:8
4152 #: rhodecode/templates/admin/integrations/list.html:14
4153 #: rhodecode/templates/admin/integrations/new.html:11
4154 #: rhodecode/templates/admin/integrations/new.html:19
3832 4155 #: rhodecode/templates/admin/permissions/permissions.html:12
3833 4156 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:12
3834 4157 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:12
@@ -3878,7 +4201,6 b' msgstr ""'
3878 4201 #: rhodecode/templates/admin/auth/auth_settings.html:81
3879 4202 #: rhodecode/templates/admin/auth/plugin_settings.html:87
3880 4203 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3881 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3882 4204 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3883 4205 #: rhodecode/templates/admin/permissions/permissions_application.html:50
3884 4206 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
@@ -3915,7 +4237,7 b' msgstr ""'
3915 4237
3916 4238 #: rhodecode/templates/admin/defaults/defaults_repositories.html:14
3917 4239 #: rhodecode/templates/admin/gists/index.html:110
3918 #: rhodecode/templates/admin/integrations/list.html:64
4240 #: rhodecode/templates/admin/integrations/list.html:103
3919 4241 #: rhodecode/templates/admin/repos/repo_add_base.html:62
3920 4242 #: rhodecode/templates/admin/repos/repo_edit_fields.html:12
3921 4243 msgid "Type"
@@ -4060,7 +4382,7 b' msgstr ""'
4060 4382
4061 4383 #: rhodecode/templates/admin/gists/index.html:108
4062 4384 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:24
4063 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:89
4385 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4064 4386 #: rhodecode/templates/bookmarks/bookmarks.html:63
4065 4387 #: rhodecode/templates/branches/branches.html:62
4066 4388 #: rhodecode/templates/changelog/changelog.html:110
@@ -4113,75 +4435,17 b' msgstr "\xe9\x9d\x9e\xe5\x85\xac\xe9\x96\x8b Gist \xe3\x82\x92\xe4\xbd\x9c\xe6\x88\x90"'
4113 4435 msgid "Create Public Gist"
4114 4436 msgstr "公開 Gist を作成"
4115 4437
4116 #: rhodecode/templates/admin/gists/new.html:62
4117 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
4118 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
4119 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
4120 #: rhodecode/templates/admin/my_account/my_account_password.html:37
4121 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
4122 #: rhodecode/templates/admin/permissions/permissions_application.html:51
4123 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
4124 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
4125 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
4126 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
4127 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
4128 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
4129 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
4130 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
4131 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
4132 #: rhodecode/templates/admin/settings/settings_global.html:110
4133 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
4134 #: rhodecode/templates/admin/settings/settings_labs.html:46
4135 #: rhodecode/templates/admin/settings/settings_vcs.html:14
4136 #: rhodecode/templates/admin/settings/settings_visual.html:220
4137 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
4138 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
4139 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
4140 #: rhodecode/templates/admin/users/user_edit_emails.html:63
4141 #: rhodecode/templates/admin/users/user_edit_ips.html:70
4142 #: rhodecode/templates/admin/users/user_edit_profile.html:135
4143 #: rhodecode/templates/base/default_perms_box.html:89
4144 msgid "Reset"
4145 msgstr "リセット"
4146
4147 4438 #: rhodecode/templates/admin/gists/show.html:13
4148 4439 #: rhodecode/templates/admin/gists/show.html:20
4149 4440 msgid "Gist"
4150 4441 msgstr "Gist"
4151 4442
4152 4443 #: rhodecode/templates/admin/gists/show.html:49
4153 #: rhodecode/templates/admin/integrations/list.html:110
4154 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
4155 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
4156 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4157 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
4158 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
4159 #: rhodecode/templates/admin/settings/settings_hooks.html:46
4160 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
4161 #: rhodecode/templates/admin/users/user_edit_emails.html:31
4162 #: rhodecode/templates/admin/users/user_edit_ips.html:34
4163 #: rhodecode/templates/base/issue_tracker_settings.html:70
4164 #: rhodecode/templates/base/vcs_settings.html:147
4165 #: rhodecode/templates/base/vcs_settings.html:172
4166 #: rhodecode/templates/changeset/changeset_file_comment.html:49
4167 #: rhodecode/templates/changeset/changeset_file_comment.html:99
4168 #: rhodecode/templates/data_table/_dt_elements.html:119
4169 #: rhodecode/templates/data_table/_dt_elements.html:176
4170 #: rhodecode/templates/data_table/_dt_elements.html:190
4171 #: rhodecode/templates/data_table/_dt_elements.html:202
4172 #: rhodecode/templates/debug_style/buttons.html:132
4173 #: rhodecode/templates/files/files_source.html:33
4174 #: rhodecode/templates/files/files_source.html:37
4175 #: rhodecode/templates/files/files_source.html:40
4176 msgid "Delete"
4177 msgstr "削除"
4178
4179 #: rhodecode/templates/admin/gists/show.html:49
4180 4444 msgid "Confirm to delete this Gist"
4181 4445 msgstr "このGistを削除してもよろしいですか?"
4182 4446
4183 4447 #: rhodecode/templates/admin/gists/show.html:56
4184 #: rhodecode/templates/admin/integrations/list.html:103
4448 #: rhodecode/templates/admin/integrations/list.html:204
4185 4449 #: rhodecode/templates/admin/my_account/my_account_profile.html:5
4186 4450 #: rhodecode/templates/base/issue_tracker_settings.html:61
4187 4451 #: rhodecode/templates/changeset/changeset_file_comment.html:145
@@ -4193,8 +4457,8 b' msgstr "\xe3\x81\x93\xe3\x81\xaeGist\xe3\x82\x92\xe5\x89\x8a\xe9\x99\xa4\xe3\x81\x97\xe3\x81\xa6\xe3\x82\x82\xe3\x82\x88\xe3\x82\x8d\xe3\x81\x97\xe3\x81\x84\xe3\x81\xa7\xe3\x81\x99\xe3\x81\x8b\xef\xbc\x9f"'
4193 4457 #: rhodecode/templates/debug_style/buttons.html:128
4194 4458 #: rhodecode/templates/files/files_add.html:204
4195 4459 #: rhodecode/templates/files/files_edit.html:165
4196 #: rhodecode/templates/files/files_source.html:36
4197 #: rhodecode/templates/files/files_source.html:39
4460 #: rhodecode/templates/files/files_source.html:37
4461 #: rhodecode/templates/files/files_source.html:40
4198 4462 #: rhodecode/templates/pullrequests/pullrequest_show.html:50
4199 4463 #: rhodecode/templates/pullrequests/pullrequest_show.html:184
4200 4464 #: rhodecode/templates/users/user_profile.html:7
@@ -4215,17 +4479,27 b' msgstr "\xe4\xbd\x9c\xe6\x88\x90\xe6\x97\xa5"'
4215 4479
4216 4480 #: rhodecode/templates/admin/gists/show.html:91
4217 4481 #: rhodecode/templates/files/files_delete.html:50
4218 #: rhodecode/templates/files/files_source.html:61
4482 #: rhodecode/templates/files/files_source.html:62
4219 4483 msgid "Show as raw"
4220 4484 msgstr "Raw形式で表示"
4221 4485
4222 #: rhodecode/templates/admin/integrations/base.html:12
4223 msgid "Integrations settings"
4224 msgstr ""
4225
4226 #: rhodecode/templates/admin/integrations/edit.html:17
4486 #: rhodecode/templates/admin/integrations/base.html:14
4487 msgid "Integrations Settings"
4488 msgstr ""
4489
4490 #: rhodecode/templates/admin/integrations/form.html:17
4227 4491 #: rhodecode/templates/admin/integrations/list.html:10
4228 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:44
4492 #: rhodecode/templates/admin/integrations/new.html:13
4493 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4494 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4495 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4496 msgid "Repository Groups"
4497 msgstr "リポジトリグループ"
4498
4499 #: rhodecode/templates/admin/integrations/form.html:30
4500 #: rhodecode/templates/admin/integrations/list.html:16
4501 #: rhodecode/templates/admin/integrations/new.html:21
4502 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:48
4229 4503 #: rhodecode/templates/admin/repos/repo_edit.html:15
4230 4504 #: rhodecode/templates/admin/repos/repo_edit.html:43
4231 4505 #: rhodecode/templates/admin/settings/settings.html:14
@@ -4235,27 +4509,101 b' msgstr ""'
4235 4509 msgid "Settings"
4236 4510 msgstr "設定"
4237 4511
4238 #: rhodecode/templates/admin/integrations/edit.html:36
4239 #, python-format
4240 msgid "Create new %(integration_type)s integration"
4241 msgstr ""
4242
4243 #: rhodecode/templates/admin/integrations/list.html:31
4512 #: rhodecode/templates/admin/integrations/form.html:60
4513 #, python-format
4514 msgid "Create New %(integration_type)s Integration"
4515 msgstr ""
4516
4517 #: rhodecode/templates/admin/integrations/list.html:44
4518 msgid "Current Integrations for Repository: {repo_name}"
4519 msgstr ""
4520
4521 #: rhodecode/templates/admin/integrations/list.html:46
4522 msgid "Current Integrations for repository group: {repo_group_name}"
4523 msgstr ""
4524
4525 #: rhodecode/templates/admin/integrations/list.html:48
4526 msgid "Current Integrations"
4527 msgstr ""
4528
4529 #: rhodecode/templates/admin/integrations/list.html:64
4530 #: rhodecode/templates/admin/notifications/notifications.html:31
4531 msgid "All"
4532 msgstr "すべて"
4533
4534 #: rhodecode/templates/admin/integrations/list.html:95
4535 #: rhodecode/templates/admin/integrations/new.html:26
4244 4536 msgid "Create new integration"
4245 4537 msgstr ""
4246 4538
4247 #: rhodecode/templates/admin/integrations/list.html:56
4248 msgid "Current integrations"
4249 msgstr ""
4250
4251 #: rhodecode/templates/admin/integrations/list.html:65
4539 #: rhodecode/templates/admin/integrations/list.html:104
4540 msgid "Scope"
4541 msgstr ""
4542
4543 #: rhodecode/templates/admin/integrations/list.html:105
4252 4544 msgid "Actions"
4253 4545 msgstr ""
4254 4546
4255 #: rhodecode/templates/admin/integrations/list.html:89
4547 #: rhodecode/templates/admin/integrations/list.html:115
4548 msgid "No {type} integrations for repo {repo} exist yet."
4549 msgstr ""
4550
4551 #: rhodecode/templates/admin/integrations/list.html:117
4552 msgid "No {type} integrations for repogroup {repogroup} exist yet."
4553 msgstr ""
4554
4555 #: rhodecode/templates/admin/integrations/list.html:119
4556 msgid "No {type} integrations exist yet."
4557 msgstr ""
4558
4559 #: rhodecode/templates/admin/integrations/list.html:133
4560 msgid "Create one"
4561 msgstr ""
4562
4563 #: rhodecode/templates/admin/integrations/list.html:164
4564 msgid "repo"
4565 msgstr ""
4566
4567 #: rhodecode/templates/admin/integrations/list.html:168
4568 msgid "repogroup"
4569 msgstr ""
4570
4571 #: rhodecode/templates/admin/integrations/list.html:170
4572 msgid "child repos only"
4573 msgstr ""
4574
4575 #: rhodecode/templates/admin/integrations/list.html:172
4576 msgid "cascade to all"
4577 msgstr ""
4578
4579 #: rhodecode/templates/admin/integrations/list.html:177
4580 msgid "top level repos only"
4581 msgstr ""
4582
4583 #: rhodecode/templates/admin/integrations/list.html:179
4584 msgid "global"
4585 msgstr ""
4586
4587 #: rhodecode/templates/admin/integrations/list.html:185
4256 4588 msgid "unknown integration"
4257 4589 msgstr ""
4258 4590
4591 #: rhodecode/templates/admin/integrations/new.html:31
4592 msgid "Create New Integration for repository: {repo_name}"
4593 msgstr ""
4594
4595 #: rhodecode/templates/admin/integrations/new.html:33
4596 msgid "Create New Integration for repository group: {repo_group_name}"
4597 msgstr ""
4598
4599 #: rhodecode/templates/admin/integrations/new.html:35
4600 msgid "Create New Global Integration"
4601 msgstr ""
4602
4603 #: rhodecode/templates/admin/integrations/new.html:61
4604 msgid "No description available"
4605 msgstr ""
4606
4259 4607 #: rhodecode/templates/admin/my_account/my_account.html:5
4260 4608 #: rhodecode/templates/base/base.html:343
4261 4609 msgid "My account"
@@ -4275,7 +4623,7 b' msgstr ""'
4275 4623 msgid "Auth Tokens"
4276 4624 msgstr ""
4277 4625
4278 #: rhodecode/templates/admin/my_account/my_account.html:34
4626 #: rhodecode/templates/admin/my_account/my_account.html:35
4279 4627 msgid "OAuth Identities"
4280 4628 msgstr ""
4281 4629
@@ -4393,36 +4741,18 b' msgstr "\xe8\xbf\xbd\xe5\x8a\xa0\xe3\x81\xae\xe3\x83\xa1\xe3\x83\xbc\xe3\x83\xab\xe3\x82\xa2\xe3\x83\x89\xe3\x83\xac\xe3\x82\xb9\xe3\x81\xaf\xe3\x81\x82\xe3\x82\x8a\xe3\x81\xbe\xe3\x81\x9b\xe3\x82\x93"'
4393 4741 msgid "New email address"
4394 4742 msgstr "新しいメールアドレス"
4395 4743
4396 #: rhodecode/templates/admin/my_account/my_account_notifications.html:3
4397 msgid "Your live notification settings"
4398 msgstr ""
4399
4400 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4401 #: rhodecode/templates/admin/notifications/show_notification.html:12
4402 msgid "Notifications"
4403 msgstr "通知"
4404
4405 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4406 msgid "Disabled"
4407 msgstr "無効"
4744 #: rhodecode/templates/admin/my_account/my_account_notifications.html:12
4745 msgid "Your Live Notification Settings"
4746 msgstr ""
4747
4748 #: rhodecode/templates/admin/my_account/my_account_notifications.html:24
4749 msgid "Notifications Status"
4750 msgstr ""
4408 4751
4409 4752 #: rhodecode/templates/admin/my_account/my_account_password.html:3
4410 4753 msgid "Change Your Account Password"
4411 4754 msgstr ""
4412 4755
4413 #: rhodecode/templates/admin/my_account/my_account_password.html:10
4414 msgid "Current Password"
4415 msgstr ""
4416
4417 #: rhodecode/templates/admin/my_account/my_account_password.html:19
4418 #: rhodecode/templates/admin/users/user_edit_profile.html:74
4419 msgid "New Password"
4420 msgstr ""
4421
4422 #: rhodecode/templates/admin/my_account/my_account_password.html:28
4423 msgid "Confirm New Password"
4424 msgstr ""
4425
4426 4756 #: rhodecode/templates/admin/my_account/my_account_profile.html:11
4427 4757 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:52
4428 4758 #: rhodecode/templates/admin/users/user_edit_profile.html:25
@@ -4462,27 +4792,28 b' msgid "Pull Requests You Opened"'
4462 4792 msgstr ""
4463 4793
4464 4794 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:23
4465 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4795 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:87
4466 4796 msgid "Target Repo"
4467 4797 msgstr ""
4468 4798
4469 4799 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:26
4470 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4800 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:90
4471 4801 #: rhodecode/templates/admin/settings/settings_global.html:9
4472 #: rhodecode/templates/email_templates/pull_request_review.mako:28
4473 #: rhodecode/templates/email_templates/pull_request_review.mako:48
4802 #: rhodecode/templates/email_templates/pull_request_review.mako:39
4803 #: rhodecode/templates/email_templates/pull_request_review.mako:72
4474 4804 #: rhodecode/templates/pullrequests/pullrequest.html:38
4475 4805 #: rhodecode/templates/pullrequests/pullrequests.html:104
4476 4806 msgid "Title"
4477 4807 msgstr "タイトル"
4478 4808
4479 4809 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
4480 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:92
4481 msgid "Opened On"
4810 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4811 #: rhodecode/templates/pullrequests/pullrequests.html:108
4812 msgid "Last Update"
4482 4813 msgstr ""
4483 4814
4484 4815 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:43
4485 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:107
4816 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:106
4486 4817 #: rhodecode/templates/changelog/changelog.html:153
4487 4818 #: rhodecode/templates/compare/compare_commits.html:49
4488 4819 #: rhodecode/templates/search/search_commit.html:36
@@ -4490,7 +4821,7 b' msgid "Expand commit message"'
4490 4821 msgstr "コミットメッセージを展開"
4491 4822
4492 4823 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:52
4493 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:116
4824 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:115
4494 4825 #: rhodecode/templates/changeset/changeset_file_comment.html:284
4495 4826 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
4496 4827 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
@@ -4498,19 +4829,19 b' msgstr "\xe3\x82\xb3\xe3\x83\x9f\xe3\x83\x83\xe3\x83\x88\xe3\x83\xa1\xe3\x83\x83\xe3\x82\xbb\xe3\x83\xbc\xe3\x82\xb8\xe3\x82\x92\xe5\xb1\x95\xe9\x96\x8b"'
4498 4829 msgid "Closed"
4499 4830 msgstr "クローズ"
4500 4831
4501 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:64
4832 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4502 4833 msgid "Confirm to delete this pull request"
4503 4834 msgstr "このプルリクエストを削除してもよろしいですか?"
4504 4835
4505 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:71
4836 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:70
4506 4837 msgid "You currently have no open pull requests."
4507 4838 msgstr ""
4508 4839
4509 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:79
4840 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:78
4510 4841 msgid "Pull Requests You Participate In"
4511 4842 msgstr ""
4512 4843
4513 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:129
4844 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:127
4514 4845 msgid ""
4515 4846 "There are currently no open pull requests requiring your participation."
4516 4847 msgstr ""
@@ -4528,10 +4859,6 b' msgstr ""'
4528 4859 msgid "My Notifications"
4529 4860 msgstr "通知"
4530 4861
4531 #: rhodecode/templates/admin/notifications/notifications.html:31
4532 msgid "All"
4533 msgstr "すべて"
4534
4535 4862 #: rhodecode/templates/admin/notifications/notifications.html:32
4536 4863 #: rhodecode/templates/changeset/changeset.html:140
4537 4864 #: rhodecode/templates/pullrequests/pullrequest_show.html:133
@@ -4551,12 +4878,16 b' msgstr "\xe3\x81\xbe\xe3\x81\xa0\xe9\x80\x9a\xe7\x9f\xa5\xe3\x81\x8c\xe3\x81\x82\xe3\x82\x8a\xe3\x81\xbe\xe3\x81\x9b\xe3\x82\x93"'
4551 4878 msgid "Show notification"
4552 4879 msgstr "通知を表示"
4553 4880
4881 #: rhodecode/templates/admin/notifications/show_notification.html:12
4882 msgid "Notifications"
4883 msgstr "通知"
4884
4554 4885 #: rhodecode/templates/admin/permissions/permissions.html:5
4555 4886 msgid "Permissions Administration"
4556 4887 msgstr ""
4557 4888
4558 4889 #: rhodecode/templates/admin/permissions/permissions.html:14
4559 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:45
4890 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:49
4560 4891 #: rhodecode/templates/admin/repos/repo_edit.html:46
4561 4892 #: rhodecode/templates/admin/user_groups/user_group_edit.html:34
4562 4893 #: rhodecode/templates/base/base.html:82
@@ -4669,12 +5000,6 b' msgstr "\xe9\x81\xb8\xe6\x8a\x9e\xe3\x81\x97\xe3\x81\x9f\xe3\x83\x91\xe3\x83\xbc\xe3\x83\x9f\xe3\x83\x83\xe3\x82\xb7\xe3\x83\xa7\xe3\x83\xb3\xe3\x81\xa7\xe3\x80\x81\xe5\x90\x84\xe3\x83\xaa\xe3\x83\x9d\xe3\x82\xb8\xe3\x83\x88\xe3\x83\xaa\xe3\x81\xae\xe3\x83\x87\xe3\x83\x95\xe3\x82\xa9\xe3\x83\xab\xe3\x83\x88\xe3\x83\x91\xe3\x83\xbc\xe3\x83\x9f\xe3\x83\x83\xe3\x82\xb7\xe3\x83\xa7\xe3\x83\xb3\xe3\x82\x92\xe3\x83\xaa\xe3\x82\xbb\xe3\x83\x83\xe3\x83\x88\xe3\x81\x97\xe3\x81\xbe\xe3\x81\x99\xe3\x80\x82\xe5\x90\x84\xe3\x83\xaa\xe3\x83\x9d\xe3\x82\xb8\xe3\x83\x88\xe3\x83\xaa\xe3\x81\xae\xe6\x97\xa2\xe5\xad\x98\xe3\x81\xae\xe3\x82\xab\xe3\x82\xb9\xe3\x82\xbf\xe3\x83\xa0\xe3\x83\x87\xe3\x83\x95\xe3\x82\xa9\xe3\x83\xab\xe3\x83\x88\xe3\x83\x91\xe3\x83\xbc\xe3\x83\x9f\xe3\x83\x83\xe3\x82\xb7\xe3\x83\xa7\xe3\x83\xb3\xe8\xa8\xad\xe5\xae\x9a\xe3\x81\xaf\xe7\x84\xa1\xe3\x81\x8f\xe3\x81\xaa\xe3\x82\x8b\xe3\x81\xae\xe3\x81\xa7\xe6\xb3\xa8\xe6\x84\x8f\xe3\x81\x97\xe3\x81\xa6\xe3\x81\x8f\xe3\x81\xa0\xe3\x81\x95\xe3\x81\x84"'
4669 5000 msgid "Overwrite Existing Settings"
4670 5001 msgstr ""
4671 5002
4672 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4673 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4674 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4675 msgid "Repository Groups"
4676 msgstr "リポジトリグループ"
4677
4678 5003 #: rhodecode/templates/admin/permissions/permissions_objects.html:34
4679 5004 msgid ""
4680 5005 "All default permissions on each repository group will be reset to chosen "
@@ -4737,7 +5062,7 b' msgstr ""'
4737 5062 msgid "Add Child Group"
4738 5063 msgstr "子グループを追加"
4739 5064
4740 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:46
5065 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:50
4741 5066 #: rhodecode/templates/admin/repos/repo_edit.html:49
4742 5067 #: rhodecode/templates/admin/user_groups/user_group_edit.html:35
4743 5068 #: rhodecode/templates/admin/users/user_edit.html:35
@@ -5004,7 +5329,6 b' msgid "Statistics"'
5004 5329 msgstr "統計"
5005 5330
5006 5331 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:7
5007 #: rhodecode/templates/pullrequests/pullrequests.html:108
5008 5332 msgid "Updated on"
5009 5333 msgstr ""
5010 5334
@@ -5405,7 +5729,7 b' msgstr ""'
5405 5729
5406 5730 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:45
5407 5731 #: rhodecode/templates/admin/settings/settings_global.html:109
5408 #: rhodecode/templates/admin/settings/settings_labs.html:45
5732 #: rhodecode/templates/admin/settings/settings_labs.html:48
5409 5733 #: rhodecode/templates/admin/settings/settings_vcs.html:13
5410 5734 #: rhodecode/templates/admin/settings/settings_visual.html:219
5411 5735 msgid "Save settings"
@@ -5622,6 +5946,10 b' msgstr "\xe3\x82\xab\xe3\x82\xb9\xe3\x82\xbf\xe3\x83\xa0\xe3\x83\x95\xe3\x83\x83\xe3\x82\xaf"'
5622 5946 msgid "Labs Settings"
5623 5947 msgstr ""
5624 5948
5949 #: rhodecode/templates/admin/settings/settings_labs.html:10
5950 msgid "There are no Labs settings currently"
5951 msgstr ""
5952
5625 5953 #: rhodecode/templates/admin/settings/settings_mapping.html:5
5626 5954 msgid "Import New Groups or Repositories"
5627 5955 msgstr ""
@@ -6354,6 +6682,10 b' msgstr ""'
6354 6682 msgid "Change the avatar at"
6355 6683 msgstr ""
6356 6684
6685 #: rhodecode/templates/admin/users/user_edit_profile.html:74
6686 msgid "New Password"
6687 msgstr ""
6688
6357 6689 #: rhodecode/templates/admin/users/user_edit_profile.html:82
6358 6690 msgid "New Password Confirmation"
6359 6691 msgstr ""
@@ -6384,7 +6716,7 b' msgid "Authentication type"'
6384 6716 msgstr ""
6385 6717
6386 6718 #: rhodecode/templates/base/base.html:44
6387 #: rhodecode/templates/errors/error_document.html:51
6719 #: rhodecode/templates/errors/error_document.html:57
6388 6720 msgid "Support"
6389 6721 msgstr "サポート"
6390 6722
@@ -6767,7 +7099,7 b' msgstr "\xe3\x83\xa6\xe3\x83\xbc\xe3\x82\xb6\xe3\x83\xbc\xe3\x82\xb0\xe3\x83\xab\xe3\x83\xbc\xe3\x83\x97\xe3\x82\x92\xe4\xbd\x9c\xe6\x88\x90"'
6767 7099 msgid "No permission defined"
6768 7100 msgstr ""
6769 7101
6770 #: rhodecode/templates/base/root.html:120
7102 #: rhodecode/templates/base/root.html:161
6771 7103 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6772 7104 msgstr ""
6773 7105
@@ -6869,29 +7201,65 b' msgid ""'
6869 7201 "repositories and migrates them to Mercurial type."
6870 7202 msgstr "hgsubversion ライブラリのインストールが必要です。リモートのSVNリポジトリをクローンしてMercurialリポジトリに変換するすることが可能です。"
6871 7203
6872 #: rhodecode/templates/base/vcs_settings.html:124
6873 msgid "Subversion Settings"
7204 #: rhodecode/templates/base/vcs_settings.html:123
7205 msgid "Mercurial Labs Settings"
7206 msgstr ""
7207
7208 #: rhodecode/templates/base/vcs_settings.html:123
7209 msgid ""
7210 "These features are considered experimental and may not work as expected."
6874 7211 msgstr ""
6875 7212
6876 7213 #: rhodecode/templates/base/vcs_settings.html:129
7214 msgid "Use rebase as merge strategy"
7215 msgstr ""
7216
7217 #: rhodecode/templates/base/vcs_settings.html:132
7218 msgid ""
7219 "Use rebase instead of creating a merge commit when merging via web "
7220 "interface."
7221 msgstr ""
7222
7223 #: rhodecode/templates/base/vcs_settings.html:144
7224 msgid "Global Subversion Settings"
7225 msgstr ""
7226
7227 #: rhodecode/templates/base/vcs_settings.html:150
7228 msgid "Proxy subversion HTTP requests"
7229 msgstr ""
7230
7231 #: rhodecode/templates/base/vcs_settings.html:153
7232 msgid ""
7233 "Subversion HTTP Support. Enables communication with SVN over HTTP protocol."
7234 msgstr ""
7235
7236 #: rhodecode/templates/base/vcs_settings.html:158
7237 msgid "Subversion HTTP Server URL"
7238 msgstr ""
7239
7240 #: rhodecode/templates/base/vcs_settings.html:171
7241 msgid "Subversion Settings"
7242 msgstr ""
7243
7244 #: rhodecode/templates/base/vcs_settings.html:176
6877 7245 msgid "Repository patterns"
6878 7246 msgstr ""
6879 7247
6880 #: rhodecode/templates/base/vcs_settings.html:133
7248 #: rhodecode/templates/base/vcs_settings.html:180
6881 7249 msgid ""
6882 7250 "Patterns for identifying SVN branches and tags. For recursive search, use "
6883 7251 "\"*\". Eg.: \"/branches/*\""
6884 7252 msgstr ""
6885 7253
6886 #: rhodecode/templates/base/vcs_settings.html:196
7254 #: rhodecode/templates/base/vcs_settings.html:246
6887 7255 msgid "Pull Request Settings"
6888 7256 msgstr ""
6889 7257
6890 #: rhodecode/templates/base/vcs_settings.html:201
7258 #: rhodecode/templates/base/vcs_settings.html:251
6891 7259 msgid "Enable server-side merge for pull requests"
6892 7260 msgstr ""
6893 7261
6894 #: rhodecode/templates/base/vcs_settings.html:204
7262 #: rhodecode/templates/base/vcs_settings.html:254
6895 7263 msgid ""
6896 7264 "Note: when this feature is enabled, it only runs hooks defined in the "
6897 7265 "rcextension package. Custom hooks added on the Admin -> Settings -> Hooks "
@@ -6899,34 +7267,16 b' msgid ""'
6899 7267 "web interface."
6900 7268 msgstr ""
6901 7269
6902 #: rhodecode/templates/base/vcs_settings.html:208
7270 #: rhodecode/templates/base/vcs_settings.html:258
6903 7271 msgid "Invalidate and relocate inline comments during update"
6904 7272 msgstr ""
6905 7273
6906 #: rhodecode/templates/base/vcs_settings.html:211
7274 #: rhodecode/templates/base/vcs_settings.html:261
6907 7275 msgid ""
6908 7276 "During the update of a pull request, the position of inline comments will be"
6909 7277 " updated and outdated inline comments will be hidden."
6910 7278 msgstr ""
6911 7279
6912 #: rhodecode/templates/base/vcs_settings.html:222
6913 msgid "Labs settings"
6914 msgstr ""
6915
6916 #: rhodecode/templates/base/vcs_settings.html:222
6917 msgid ""
6918 "These features are considered experimental and may not work as expected."
6919 msgstr ""
6920
6921 #: rhodecode/templates/base/vcs_settings.html:229
6922 msgid "Mercurial server-side merge"
6923 msgstr ""
6924
6925 #: rhodecode/templates/base/vcs_settings.html:234
6926 msgid ""
6927 "Use rebase instead of creating a merge commit when merging via web interface"
6928 msgstr ""
6929
6930 7280 #: rhodecode/templates/bookmarks/bookmarks.html:5
6931 7281 #, python-format
6932 7282 msgid "%s Bookmarks"
@@ -7331,7 +7681,7 b' msgstr "\xe3\x82\xb3\xe3\x83\xa1\xe3\x83\xb3\xe3\x83\x88\xe3\x81\xae\xe3\x83\x97\xe3\x83\xac\xe3\x83\x93\xe3\x83\xa5\xe3\x83\xbc"'
7331 7681 #: rhodecode/templates/changeset/changeset_file_comment.html:293
7332 7682 #: rhodecode/templates/compare/compare_diff.html:57
7333 7683 #: rhodecode/templates/email_templates/commit_comment.mako:87
7334 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7684 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7335 7685 msgid "Comment"
7336 7686 msgstr "コメント"
7337 7687
@@ -7473,17 +7823,17 b' msgid "Compare Commits"'
7473 7823 msgstr ""
7474 7824
7475 7825 #: rhodecode/templates/compare/compare_diff.html:46
7476 #: rhodecode/templates/email_templates/pull_request_review.mako:50
7826 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7477 7827 #: rhodecode/templates/files/file_diff.html:56
7478 7828 #: rhodecode/templates/pullrequests/pullrequest_show.html:85
7479 7829 msgid "Target"
7480 7830 msgstr ""
7481 7831
7482 7832 #: rhodecode/templates/compare/compare_diff.html:47
7483 #: rhodecode/templates/email_templates/pull_request_comment.mako:92
7484 #: rhodecode/templates/email_templates/pull_request_review.mako:49
7833 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7834 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7485 7835 #: rhodecode/templates/files/file_diff.html:62
7486 #: rhodecode/templates/files/files_source.html:18
7836 #: rhodecode/templates/files/files_source.html:19
7487 7837 msgid "Source"
7488 7838 msgstr "ソース"
7489 7839
@@ -7663,17 +8013,17 b' msgstr ""'
7663 8013 msgid "Form vertical"
7664 8014 msgstr ""
7665 8015
7666 #: rhodecode/templates/email_templates/base.mako:7
8016 #: rhodecode/templates/email_templates/base.mako:32
7667 8017 #, python-format
7668 8018 msgid "This is a notification from RhodeCode. %(instance_url)s"
7669 8019 msgstr ""
7670 8020
7671 #: rhodecode/templates/email_templates/base.mako:90
8021 #: rhodecode/templates/email_templates/base.mako:115
7672 8022 msgid "RhodeCode"
7673 8023 msgstr ""
7674 8024
7675 8025 #: rhodecode/templates/email_templates/commit_comment.mako:16
7676 #: rhodecode/templates/email_templates/pull_request_comment.mako:17
8026 #: rhodecode/templates/email_templates/pull_request_comment.mako:18
7677 8027 msgid "[mention]"
7678 8028 msgstr ""
7679 8029
@@ -7702,12 +8052,12 b' msgid "%(user)s commented on commit `%(c'
7702 8052 msgstr ""
7703 8053
7704 8054 #: rhodecode/templates/email_templates/commit_comment.mako:43
7705 #: rhodecode/templates/email_templates/pull_request_comment.mako:43
8055 #: rhodecode/templates/email_templates/pull_request_comment.mako:44
7706 8056 msgid "Comment link"
7707 8057 msgstr ""
7708 8058
7709 8059 #: rhodecode/templates/email_templates/commit_comment.mako:48
7710 #: rhodecode/templates/email_templates/pull_request_comment.mako:48
8060 #: rhodecode/templates/email_templates/pull_request_comment.mako:49
7711 8061 #, python-format
7712 8062 msgid "File: %(comment_file)s on line %(comment_line)s"
7713 8063 msgstr ""
@@ -7736,7 +8086,7 b' msgid "The commit status was changed to"'
7736 8086 msgstr ""
7737 8087
7738 8088 #: rhodecode/templates/email_templates/commit_comment.mako:87
7739 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
8089 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7740 8090 #, python-format
7741 8091 msgid "Comment on line: %(comment_line)s"
7742 8092 msgstr ""
@@ -7745,96 +8095,100 b' msgstr ""'
7745 8095 msgid "Generate new password here"
7746 8096 msgstr ""
7747 8097
7748 #: rhodecode/templates/email_templates/pull_request_comment.mako:20
8098 #: rhodecode/templates/email_templates/pull_request_comment.mako:21
7749 8099 #, python-format
7750 8100 msgid ""
7751 8101 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (file: "
7752 8102 "`%(comment_file)s`)"
7753 8103 msgstr ""
7754 8104
7755 #: rhodecode/templates/email_templates/pull_request_comment.mako:23
8105 #: rhodecode/templates/email_templates/pull_request_comment.mako:24
7756 8106 #, python-format
7757 8107 msgid ""
7758 8108 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (status: "
7759 8109 "%(status)s)"
7760 8110 msgstr ""
7761 8111
7762 #: rhodecode/templates/email_templates/pull_request_comment.mako:25
7763 #: rhodecode/templates/email_templates/pull_request_comment.mako:82
8112 #: rhodecode/templates/email_templates/pull_request_comment.mako:26
8113 #: rhodecode/templates/email_templates/pull_request_comment.mako:83
7764 8114 #, python-format
7765 8115 msgid "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\""
7766 8116 msgstr ""
7767 8117
7768 #: rhodecode/templates/email_templates/pull_request_comment.mako:45
8118 #: rhodecode/templates/email_templates/pull_request_comment.mako:46
7769 8119 msgid "Source repository"
7770 8120 msgstr ""
7771 8121
7772 #: rhodecode/templates/email_templates/pull_request_comment.mako:54
8122 #: rhodecode/templates/email_templates/pull_request_comment.mako:55
7773 8123 #, python-format
7774 8124 msgid "%(user)s submitted pull request #%(pr_id)s status: *%(status)s*"
7775 8125 msgstr ""
7776 8126
7777 #: rhodecode/templates/email_templates/pull_request_comment.mako:56
8127 #: rhodecode/templates/email_templates/pull_request_comment.mako:57
7778 8128 #, python-format
7779 8129 msgid ""
7780 8130 "%(user)s submitted pull request #%(pr_id)s status: *%(status)s and closed*"
7781 8131 msgstr ""
7782 8132
7783 #: rhodecode/templates/email_templates/pull_request_comment.mako:80
8133 #: rhodecode/templates/email_templates/pull_request_comment.mako:81
7784 8134 #, python-format
7785 8135 msgid ""
7786 8136 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" "
7787 8137 "(file:`%(comment_file)s`)"
7788 8138 msgstr ""
7789 8139
7790 #: rhodecode/templates/email_templates/pull_request_comment.mako:86
8140 #: rhodecode/templates/email_templates/pull_request_comment.mako:87
7791 8141 #, python-format
7792 8142 msgid "submitted pull request status: %(status)s"
7793 8143 msgstr ""
7794 8144
7795 #: rhodecode/templates/email_templates/pull_request_comment.mako:88
8145 #: rhodecode/templates/email_templates/pull_request_comment.mako:89
7796 8146 #, python-format
7797 8147 msgid "submitted pull request status: %(status)s and closed"
7798 8148 msgstr ""
7799 8149
7800 #: rhodecode/templates/email_templates/pull_request_review.mako:5
7801 #, python-format
7802 msgid "%(user)s wants you to review pull request #%(pr_url)s: \"%(pr_title)s\""
7803 msgstr ""
7804
7805 #: rhodecode/templates/email_templates/pull_request_review.mako:17
8150 #: rhodecode/templates/email_templates/pull_request_comment.mako:95
8151 msgid "Submitted status"
8152 msgstr ""
8153
8154 #: rhodecode/templates/email_templates/pull_request_review.mako:14
8155 #, python-format
8156 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\""
8157 msgstr ""
8158
8159 #: rhodecode/templates/email_templates/pull_request_review.mako:34
7806 8160 #, python-format
7807 8161 msgid ""
7808 8162 "Pull request from %(source_ref_type)s:%(source_ref_name)s of %(repo_url)s "
7809 8163 "into %(target_ref_type)s:%(target_ref_name)s"
7810 8164 msgstr ""
7811 8165
7812 #: rhodecode/templates/email_templates/pull_request_review.mako:26
8166 #: rhodecode/templates/email_templates/pull_request_review.mako:37
7813 8167 msgid "Link"
7814 8168 msgstr ""
7815 8169
7816 #: rhodecode/templates/email_templates/pull_request_review.mako:35
8170 #: rhodecode/templates/email_templates/pull_request_review.mako:46
7817 8171 #, python-format
7818 8172 msgid "Commit (%(num)s)"
7819 8173 msgid_plural "Commits (%(num)s)"
7820 8174 msgstr[0] ""
7821 8175
7822 #: rhodecode/templates/email_templates/pull_request_review.mako:47
8176 #: rhodecode/templates/email_templates/pull_request_review.mako:71
7823 8177 #, python-format
7824 8178 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\"."
7825 8179 msgstr ""
7826 8180
7827 #: rhodecode/templates/email_templates/pull_request_review.mako:49
8181 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7828 8182 #, python-format
7829 8183 msgid "%(source_ref_type)s of %(source_repo_url)s"
7830 8184 msgstr ""
7831 8185
7832 #: rhodecode/templates/email_templates/pull_request_review.mako:50
8186 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7833 8187 #, python-format
7834 8188 msgid "%(target_ref_type)s of %(target_repo_url)s"
7835 8189 msgstr ""
7836 8190
7837 #: rhodecode/templates/email_templates/pull_request_review.mako:52
8191 #: rhodecode/templates/email_templates/pull_request_review.mako:76
7838 8192 #: rhodecode/templates/summary/components.html:95
7839 8193 #: rhodecode/templates/summary/components.html:98
7840 8194 #, python-format
@@ -8073,13 +8427,13 b' msgid "Delete file"'
8073 8427 msgstr "ファイルを削除"
8074 8428
8075 8429 #: rhodecode/templates/files/files_delete.html:45
8076 #: rhodecode/templates/files/files_source.html:49
8430 #: rhodecode/templates/files/files_source.html:50
8077 8431 #, python-format
8078 8432 msgid "Binary file (%s)"
8079 8433 msgstr "バイナリファイル (%s)"
8080 8434
8081 8435 #: rhodecode/templates/files/files_delete.html:50
8082 #: rhodecode/templates/files/files_source.html:61
8436 #: rhodecode/templates/files/files_source.html:62
8083 8437 msgid "File is too big to display"
8084 8438 msgstr "表示するには大きすぎるファイルです"
8085 8439
@@ -8148,44 +8502,44 b' msgid "line"'
8148 8502 msgid_plural "lines"
8149 8503 msgstr[0] ""
8150 8504
8151 #: rhodecode/templates/files/files_source.html:12
8505 #: rhodecode/templates/files/files_source.html:13
8152 8506 msgid "History"
8153 8507 msgstr "変更履歴"
8154 8508
8155 #: rhodecode/templates/files/files_source.html:15
8509 #: rhodecode/templates/files/files_source.html:16
8156 8510 #: rhodecode/templates/search/search_content.html:68
8157 8511 msgid "Show Full History"
8158 8512 msgstr "全ての履歴を表示"
8159 8513
8160 #: rhodecode/templates/files/files_source.html:20
8514 #: rhodecode/templates/files/files_source.html:21
8161 8515 #: rhodecode/templates/search/search_content.html:70
8162 8516 msgid "Annotation"
8163 8517 msgstr ""
8164 8518
8165 #: rhodecode/templates/files/files_source.html:22
8519 #: rhodecode/templates/files/files_source.html:23
8166 8520 #: rhodecode/templates/search/search_content.html:71
8167 8521 msgid "Raw"
8168 8522 msgstr ""
8169 8523
8170 #: rhodecode/templates/files/files_source.html:24
8524 #: rhodecode/templates/files/files_source.html:25
8171 8525 #: rhodecode/templates/search/search_content.html:73
8172 8526 msgid "Download"
8173 8527 msgstr "ダウンロード"
8174 8528
8175 #: rhodecode/templates/files/files_source.html:31
8529 #: rhodecode/templates/files/files_source.html:32
8176 8530 #, python-format
8177 8531 msgid "Edit on Branch:%s"
8178 8532 msgstr "ブランチ:%s で編集"
8179 8533
8180 #: rhodecode/templates/files/files_source.html:36
8534 #: rhodecode/templates/files/files_source.html:37
8181 8535 msgid "Editing binary files not allowed"
8182 8536 msgstr "バイナリファイルの編集は行えません"
8183 8537
8184 #: rhodecode/templates/files/files_source.html:39
8538 #: rhodecode/templates/files/files_source.html:40
8185 8539 msgid "Editing files allowed only when on branch head commit"
8186 8540 msgstr ""
8187 8541
8188 #: rhodecode/templates/files/files_source.html:40
8542 #: rhodecode/templates/files/files_source.html:41
8189 8543 msgid "Deleting files allowed only when on branch head commit"
8190 8544 msgstr ""
8191 8545
1 NO CONTENT: modified file, binary diff hidden
This diff has been collapsed as it changes many lines, (1172 lines changed) Show them Hide them
@@ -13,8 +13,8 b' msgid ""'
13 13 msgstr ""
14 14 "Project-Id-Version: RhodeCode\n"
15 15 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
16 "POT-Creation-Date: 2016-08-02 20:55+0000\n"
17 "PO-Revision-Date: 2016-08-02 20:57+0000\n"
16 "POT-Creation-Date: 2016-09-15 14:11+0000\n"
17 "PO-Revision-Date: 2016-09-15 14:12+0000\n"
18 18 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
19 19 "Language-Team: Polish (http://www.transifex.com/rhodecode/RhodeCode/language/pl/)\n"
20 20 "MIME-Version: 1.0\n"
@@ -25,7 +25,7 b' msgstr ""'
25 25 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
26 26
27 27 #: rhodecode/admin/navigation.py:74 rhodecode/authentication/routes.py:60
28 #: rhodecode/integrations/views.py:126
28 #: rhodecode/integrations/views.py:168
29 29 #: rhodecode/templates/admin/permissions/permissions.html:36
30 30 msgid "Global"
31 31 msgstr "Globalne"
@@ -48,7 +48,8 b' msgstr ""'
48 48 msgid "Issue Tracker"
49 49 msgstr ""
50 50
51 #: rhodecode/admin/navigation.py:80 rhodecode/templates/register.html:76
51 #: rhodecode/admin/navigation.py:80 rhodecode/integrations/types/email.py:232
52 #: rhodecode/templates/register.html:76
52 53 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
53 54 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
54 55 #: rhodecode/templates/admin/users/user_add.html:86
@@ -68,12 +69,18 b' msgid "Full Text Search"'
68 69 msgstr ""
69 70
70 71 #: rhodecode/admin/navigation.py:83
71 #: rhodecode/templates/admin/integrations/base.html:21
72 #: rhodecode/templates/admin/integrations/edit.html:8
73 #: rhodecode/templates/admin/integrations/edit.html:19
74 #: rhodecode/templates/admin/integrations/list.html:15
75 #: rhodecode/templates/admin/integrations/list.html:19
76 #: rhodecode/templates/admin/integrations/list.html:26
72 #: rhodecode/templates/admin/integrations/base.html:23
73 #: rhodecode/templates/admin/integrations/form.html:8
74 #: rhodecode/templates/admin/integrations/form.html:21
75 #: rhodecode/templates/admin/integrations/form.html:32
76 #: rhodecode/templates/admin/integrations/list.html:21
77 #: rhodecode/templates/admin/integrations/list.html:25
78 #: rhodecode/templates/admin/integrations/list.html:29
79 #: rhodecode/templates/admin/integrations/list.html:36
80 #: rhodecode/templates/admin/integrations/new.html:9
81 #: rhodecode/templates/admin/integrations/new.html:17
82 #: rhodecode/templates/admin/integrations/new.html:23
83 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:51
77 84 #: rhodecode/templates/admin/repos/repo_edit.html:72
78 85 #: rhodecode/templates/base/base.html:84
79 86 msgid "Integrations"
@@ -96,9 +103,9 b' msgstr ""'
96 103 msgid "Enable or disable this authentication plugin."
97 104 msgstr ""
98 105
99 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:37
100 #: rhodecode/templates/admin/integrations/list.html:62
101 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
106 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:32
107 #: rhodecode/model/validation_schema/schemas/integration_schema.py:197
108 #: rhodecode/templates/admin/integrations/list.html:101
102 109 msgid "Enabled"
103 110 msgstr "Włączone"
104 111
@@ -401,12 +408,12 b' msgstr ""'
401 408
402 409 #: rhodecode/controllers/changeset.py:335
403 410 #: rhodecode/controllers/pullrequests.py:750
404 #: rhodecode/model/pull_request.py:843
411 #: rhodecode/model/pull_request.py:842
405 412 #, python-format
406 413 msgid "Status change %(transition_icon)s %(status)s"
407 414 msgstr ""
408 415
409 #: rhodecode/controllers/changeset.py:372
416 #: rhodecode/controllers/changeset.py:373
410 417 msgid ""
411 418 "Changing the status of a commit associated with a closed pull request is not"
412 419 " allowed"
@@ -549,14 +556,14 b' msgstr ""'
549 556 msgid "Changesets"
550 557 msgstr "Różnice"
551 558
552 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:251
559 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:259
553 560 #: rhodecode/model/pull_request.py:1059 rhodecode/model/scm.py:780
554 #: rhodecode/templates/base/vcs_settings.html:138
561 #: rhodecode/templates/base/vcs_settings.html:185
555 562 msgid "Branches"
556 563 msgstr "Gałęzie"
557 564
558 565 #: rhodecode/controllers/files.py:1030 rhodecode/model/scm.py:795
559 #: rhodecode/templates/base/vcs_settings.html:163
566 #: rhodecode/templates/base/vcs_settings.html:210
560 567 msgid "Tags"
561 568 msgstr "Etykiety"
562 569
@@ -662,30 +669,30 b' msgid "Close Pull Request"'
662 669 msgstr ""
663 670
664 671 #: rhodecode/controllers/pullrequests.py:754
665 #: rhodecode/model/pull_request.py:847
672 #: rhodecode/model/pull_request.py:846
666 673 msgid "Closing with"
667 674 msgstr "Zamykanie"
668 675
669 #: rhodecode/controllers/pullrequests.py:802
676 #: rhodecode/controllers/pullrequests.py:804
670 677 #, python-format
671 678 msgid ""
672 679 "Closing pull request on other statuses than rejected or approved is "
673 680 "forbidden. Calculated status from all reviewers is currently: %s"
674 681 msgstr ""
675 682
676 #: rhodecode/controllers/summary.py:235
683 #: rhodecode/controllers/summary.py:243
677 684 msgid "Branch"
678 685 msgstr "gałąź"
679 686
680 #: rhodecode/controllers/summary.py:236
687 #: rhodecode/controllers/summary.py:244
681 688 msgid "Tag"
682 689 msgstr "Tag"
683 690
684 #: rhodecode/controllers/summary.py:237
691 #: rhodecode/controllers/summary.py:245
685 692 msgid "Bookmark"
686 693 msgstr "Bookmark"
687 694
688 #: rhodecode/controllers/summary.py:252
695 #: rhodecode/controllers/summary.py:260
689 696 msgid "Closed branches"
690 697 msgstr "Zamkniętę gałęzie"
691 698
@@ -698,37 +705,37 b' msgid "Error occurred during update of d'
698 705 msgstr ""
699 706
700 707 #: rhodecode/controllers/admin/gists.py:63
701 #: rhodecode/controllers/admin/my_account.py:307
708 #: rhodecode/controllers/admin/my_account.py:317
702 709 #: rhodecode/controllers/admin/users.py:431
703 710 msgid "forever"
704 711 msgstr "na zawsze"
705 712
706 713 #: rhodecode/controllers/admin/gists.py:64
707 #: rhodecode/controllers/admin/my_account.py:308
714 #: rhodecode/controllers/admin/my_account.py:318
708 715 #: rhodecode/controllers/admin/users.py:432
709 716 msgid "5 minutes"
710 717 msgstr "5 minut"
711 718
712 719 #: rhodecode/controllers/admin/gists.py:65
713 #: rhodecode/controllers/admin/my_account.py:309
720 #: rhodecode/controllers/admin/my_account.py:319
714 721 #: rhodecode/controllers/admin/users.py:433
715 722 msgid "1 hour"
716 723 msgstr "1 godzina"
717 724
718 725 #: rhodecode/controllers/admin/gists.py:66
719 #: rhodecode/controllers/admin/my_account.py:310
726 #: rhodecode/controllers/admin/my_account.py:320
720 727 #: rhodecode/controllers/admin/users.py:434
721 728 msgid "1 day"
722 729 msgstr "1 dzień"
723 730
724 731 #: rhodecode/controllers/admin/gists.py:67
725 #: rhodecode/controllers/admin/my_account.py:311
732 #: rhodecode/controllers/admin/my_account.py:321
726 733 #: rhodecode/controllers/admin/users.py:435
727 734 msgid "1 month"
728 735 msgstr "1 miesiąc"
729 736
730 737 #: rhodecode/controllers/admin/gists.py:71
731 #: rhodecode/controllers/admin/my_account.py:313
738 #: rhodecode/controllers/admin/my_account.py:323
732 739 #: rhodecode/controllers/admin/users.py:437
733 740 msgid "Lifetime"
734 741 msgstr "Czas życia"
@@ -782,60 +789,61 b' msgstr "nigdy"'
782 789 msgid "%(expiry)s - current value"
783 790 msgstr ""
784 791
785 #: rhodecode/controllers/admin/my_account.py:70
792 #: rhodecode/controllers/admin/my_account.py:74
786 793 msgid "You can't edit this user since it's crucial for entire application"
787 794 msgstr "Nie możesz edytować tego użytkownika ponieważ jest kluczowy dla całej aplikacji"
788 795
789 #: rhodecode/controllers/admin/my_account.py:128
796 #: rhodecode/controllers/admin/my_account.py:132
790 797 msgid "Your account was updated successfully"
791 798 msgstr "Twoje konto zostało pomyślnie zaktualizowane"
792 799
793 #: rhodecode/controllers/admin/my_account.py:143
800 #: rhodecode/controllers/admin/my_account.py:147
794 801 #: rhodecode/controllers/admin/users.py:218
795 802 #, python-format
796 803 msgid "Error occurred during update of user %s"
797 804 msgstr "wystąpił błąd podczas aktualizacji użytkownika %s"
798 805
799 #: rhodecode/controllers/admin/my_account.py:202
806 #: rhodecode/controllers/admin/my_account.py:213
807 #: rhodecode/controllers/admin/my_account.py:219
808 msgid "Error occurred during update of user password"
809 msgstr ""
810
811 #: rhodecode/controllers/admin/my_account.py:226
800 812 msgid "Successfully updated password"
801 813 msgstr ""
802 814
803 #: rhodecode/controllers/admin/my_account.py:213
804 msgid "Error occurred during update of user password"
805 msgstr ""
806
807 #: rhodecode/controllers/admin/my_account.py:261
815 #: rhodecode/controllers/admin/my_account.py:271
808 816 #: rhodecode/controllers/admin/users.py:611
809 817 #, python-format
810 818 msgid "Added new email address `%s` for user account"
811 819 msgstr ""
812 820
813 #: rhodecode/controllers/admin/my_account.py:268
821 #: rhodecode/controllers/admin/my_account.py:278
814 822 #: rhodecode/controllers/admin/users.py:618
815 823 msgid "An error occurred during email saving"
816 824 msgstr "Wystąpił błąd podczas zapisywania e-maila"
817 825
818 #: rhodecode/controllers/admin/my_account.py:278
826 #: rhodecode/controllers/admin/my_account.py:288
819 827 #: rhodecode/controllers/admin/users.py:633
820 828 msgid "Removed email address from user account"
821 829 msgstr ""
822 830
823 #: rhodecode/controllers/admin/my_account.py:316
831 #: rhodecode/controllers/admin/my_account.py:326
824 832 #: rhodecode/controllers/admin/users.py:440
825 833 msgid "Role"
826 834 msgstr "Rola"
827 835
828 #: rhodecode/controllers/admin/my_account.py:329
836 #: rhodecode/controllers/admin/my_account.py:339
829 837 #: rhodecode/controllers/admin/users.py:464
830 838 msgid "Auth token successfully created"
831 839 msgstr ""
832 840
833 #: rhodecode/controllers/admin/my_account.py:342
841 #: rhodecode/controllers/admin/my_account.py:352
834 842 #: rhodecode/controllers/admin/users.py:483
835 843 msgid "Auth token successfully reset"
836 844 msgstr ""
837 845
838 #: rhodecode/controllers/admin/my_account.py:346
846 #: rhodecode/controllers/admin/my_account.py:356
839 847 #: rhodecode/controllers/admin/users.py:487
840 848 msgid "Auth token successfully deleted"
841 849 msgstr ""
@@ -1057,18 +1065,18 b' msgid "Error occurred during deleting is'
1057 1065 msgstr ""
1058 1066
1059 1067 #: rhodecode/controllers/admin/repos.py:721
1060 #: rhodecode/controllers/admin/settings.py:363
1068 #: rhodecode/controllers/admin/settings.py:366
1061 1069 msgid "Removed issue tracker entry"
1062 1070 msgstr ""
1063 1071
1064 1072 #: rhodecode/controllers/admin/repos.py:751
1065 #: rhodecode/controllers/admin/settings.py:409
1073 #: rhodecode/controllers/admin/settings.py:412
1066 1074 msgid "Updated issue tracker entries"
1067 1075 msgstr ""
1068 1076
1069 1077 #: rhodecode/controllers/admin/repos.py:812
1070 #: rhodecode/controllers/admin/settings.py:142
1071 #: rhodecode/controllers/admin/settings.py:719
1078 #: rhodecode/controllers/admin/settings.py:143
1079 #: rhodecode/controllers/admin/settings.py:722
1072 1080 msgid "Some form inputs contain invalid data."
1073 1081 msgstr ""
1074 1082
@@ -1077,86 +1085,70 b' msgid "Error occurred during updating re'
1077 1085 msgstr ""
1078 1086
1079 1087 #: rhodecode/controllers/admin/repos.py:834
1080 #: rhodecode/controllers/admin/settings.py:168
1088 #: rhodecode/controllers/admin/settings.py:171
1081 1089 msgid "Updated VCS settings"
1082 1090 msgstr "Aktualizacja ustawień VCS"
1083 1091
1084 #: rhodecode/controllers/admin/settings.py:164
1085 #: rhodecode/controllers/admin/settings.py:267
1092 #: rhodecode/controllers/admin/settings.py:167
1093 #: rhodecode/controllers/admin/settings.py:270
1086 1094 msgid "Error occurred during updating application settings"
1087 1095 msgstr "Wystąpił błąd podczas aktualizacji ustawień aplikacji"
1088 1096
1089 #: rhodecode/controllers/admin/settings.py:211
1097 #: rhodecode/controllers/admin/settings.py:214
1090 1098 #, python-format
1091 1099 msgid "Repositories successfully rescanned added: %s ; removed: %s"
1092 1100 msgstr "Repozytoria z powodzeniem zostały ponownie zeskanowane dodano: %s, usunięto: %s"
1093 1101
1094 #: rhodecode/controllers/admin/settings.py:263
1102 #: rhodecode/controllers/admin/settings.py:266
1095 1103 msgid "Updated application settings"
1096 1104 msgstr "Aktualizacja ustawień aplikacji"
1097 1105
1098 #: rhodecode/controllers/admin/settings.py:327
1106 #: rhodecode/controllers/admin/settings.py:330
1099 1107 msgid "Updated visualisation settings"
1100 1108 msgstr "Aktualizacja ustawień wizualizacji"
1101 1109
1102 #: rhodecode/controllers/admin/settings.py:330
1110 #: rhodecode/controllers/admin/settings.py:333
1103 1111 msgid "Error occurred during updating visualisation settings"
1104 1112 msgstr "Wystąpił błąd podczas aktualizacji ustawień wizualizacji"
1105 1113
1106 #: rhodecode/controllers/admin/settings.py:422
1114 #: rhodecode/controllers/admin/settings.py:425
1107 1115 msgid "Please enter email address"
1108 1116 msgstr "Proszę podać adres email"
1109 1117
1110 #: rhodecode/controllers/admin/settings.py:440
1118 #: rhodecode/controllers/admin/settings.py:443
1111 1119 msgid "Send email task created"
1112 1120 msgstr ""
1113 1121
1114 #: rhodecode/controllers/admin/settings.py:473
1122 #: rhodecode/controllers/admin/settings.py:476
1115 1123 msgid "Added new hook"
1116 1124 msgstr "Dodano nowy hook"
1117 1125
1118 #: rhodecode/controllers/admin/settings.py:488
1126 #: rhodecode/controllers/admin/settings.py:491
1119 1127 msgid "Updated hooks"
1120 1128 msgstr "Aktualizacja hooku"
1121 1129
1122 #: rhodecode/controllers/admin/settings.py:492
1130 #: rhodecode/controllers/admin/settings.py:495
1123 1131 msgid "Error occurred during hook creation"
1124 1132 msgstr "Wystąpił błąd podczas tworzenia hooku"
1125 1133
1126 #: rhodecode/controllers/admin/settings.py:540
1134 #: rhodecode/controllers/admin/settings.py:543
1127 1135 #, python-format
1128 1136 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
1129 1137 msgstr ""
1130 1138
1131 #: rhodecode/controllers/admin/settings.py:544
1139 #: rhodecode/controllers/admin/settings.py:547
1132 1140 #, python-format
1133 1141 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
1134 1142 msgstr ""
1135 1143
1136 #: rhodecode/controllers/admin/settings.py:740
1144 #: rhodecode/controllers/admin/settings.py:743
1137 1145 msgid "Error occurred during updating labs settings"
1138 1146 msgstr ""
1139 1147
1140 #: rhodecode/controllers/admin/settings.py:745
1148 #: rhodecode/controllers/admin/settings.py:748
1141 1149 msgid "Updated Labs settings"
1142 1150 msgstr ""
1143 1151
1144 #: rhodecode/controllers/admin/settings.py:795
1145 msgid "Subversion HTTP Support"
1146 msgstr ""
1147
1148 #: rhodecode/controllers/admin/settings.py:796
1149 msgid "Proxy subversion HTTP requests"
1150 msgstr ""
1151
1152 #: rhodecode/controllers/admin/settings.py:802
1153 msgid "Subversion HTTP Server URL"
1154 msgstr ""
1155
1156 #: rhodecode/controllers/admin/settings.py:804
1157 msgid "e.g. http://localhost:8080/"
1158 msgstr ""
1159
1160 1152 #: rhodecode/controllers/admin/user_groups.py:168
1161 1153 #, python-format
1162 1154 msgid "Created user group %(user_group_link)s"
@@ -1339,38 +1331,50 b' msgstr ""'
1339 1331 msgid "pullrequest commented"
1340 1332 msgstr ""
1341 1333
1342 #: rhodecode/events/repo.py:135
1334 #: rhodecode/events/repo.py:136
1343 1335 msgid "repository pre create"
1344 1336 msgstr ""
1345 1337
1346 #: rhodecode/events/repo.py:144
1338 #: rhodecode/events/repo.py:145
1347 1339 msgid "repository created"
1348 1340 msgstr ""
1349 1341
1350 #: rhodecode/events/repo.py:153
1342 #: rhodecode/events/repo.py:154
1351 1343 msgid "repository pre delete"
1352 1344 msgstr ""
1353 1345
1354 #: rhodecode/events/repo.py:162
1346 #: rhodecode/events/repo.py:163
1355 1347 msgid "repository deleted"
1356 1348 msgstr ""
1357 1349
1358 #: rhodecode/events/repo.py:193
1350 #: rhodecode/events/repo.py:199
1359 1351 msgid "repository pre pull"
1360 1352 msgstr ""
1361 1353
1362 #: rhodecode/events/repo.py:202
1354 #: rhodecode/events/repo.py:208
1363 1355 msgid "repository pull"
1364 1356 msgstr ""
1365 1357
1366 #: rhodecode/events/repo.py:211
1358 #: rhodecode/events/repo.py:217
1367 1359 msgid "repository pre push"
1368 1360 msgstr ""
1369 1361
1370 #: rhodecode/events/repo.py:222
1362 #: rhodecode/events/repo.py:228
1371 1363 msgid "repository push"
1372 1364 msgstr ""
1373 1365
1366 #: rhodecode/events/repo_group.py:62
1367 msgid "repository group created"
1368 msgstr ""
1369
1370 #: rhodecode/events/repo_group.py:71
1371 msgid "repository group deleted"
1372 msgstr ""
1373
1374 #: rhodecode/events/repo_group.py:80
1375 msgid "repository group update"
1376 msgstr ""
1377
1374 1378 #: rhodecode/events/user.py:34
1375 1379 msgid "user registered"
1376 1380 msgstr ""
@@ -1383,42 +1387,202 b' msgstr ""'
1383 1387 msgid "user pre update"
1384 1388 msgstr ""
1385 1389
1386 #: rhodecode/integrations/schema.py:35
1390 #: rhodecode/forms/__init__.py:32 rhodecode/templates/admin/gists/new.html:62
1391 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
1392 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
1393 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
1394 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
1395 #: rhodecode/templates/admin/permissions/permissions_application.html:51
1396 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
1397 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
1398 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
1399 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
1400 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
1401 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
1402 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
1403 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
1404 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
1405 #: rhodecode/templates/admin/settings/settings_global.html:110
1406 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
1407 #: rhodecode/templates/admin/settings/settings_labs.html:49
1408 #: rhodecode/templates/admin/settings/settings_vcs.html:14
1409 #: rhodecode/templates/admin/settings/settings_visual.html:220
1410 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
1411 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
1412 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
1413 #: rhodecode/templates/admin/users/user_edit_emails.html:63
1414 #: rhodecode/templates/admin/users/user_edit_ips.html:70
1415 #: rhodecode/templates/admin/users/user_edit_profile.html:135
1416 #: rhodecode/templates/base/default_perms_box.html:89
1417 msgid "Reset"
1418 msgstr "Zresetuj"
1419
1420 #: rhodecode/forms/__init__.py:33 rhodecode/templates/admin/gists/show.html:49
1421 #: rhodecode/templates/admin/integrations/list.html:211
1422 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
1423 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
1424 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:62
1425 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
1426 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
1427 #: rhodecode/templates/admin/settings/settings_hooks.html:46
1428 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
1429 #: rhodecode/templates/admin/users/user_edit_emails.html:31
1430 #: rhodecode/templates/admin/users/user_edit_ips.html:34
1431 #: rhodecode/templates/base/issue_tracker_settings.html:70
1432 #: rhodecode/templates/base/vcs_settings.html:194
1433 #: rhodecode/templates/base/vcs_settings.html:219
1434 #: rhodecode/templates/changeset/changeset_file_comment.html:49
1435 #: rhodecode/templates/changeset/changeset_file_comment.html:99
1436 #: rhodecode/templates/data_table/_dt_elements.html:119
1437 #: rhodecode/templates/data_table/_dt_elements.html:176
1438 #: rhodecode/templates/data_table/_dt_elements.html:190
1439 #: rhodecode/templates/data_table/_dt_elements.html:202
1440 #: rhodecode/templates/debug_style/buttons.html:132
1441 #: rhodecode/templates/files/files_source.html:34
1442 #: rhodecode/templates/files/files_source.html:38
1443 #: rhodecode/templates/files/files_source.html:41
1444 msgid "Delete"
1445 msgstr "Usuń"
1446
1447 #: rhodecode/integrations/schema.py:30
1448 #: rhodecode/model/validation_schema/schemas/integration_schema.py:195
1387 1449 msgid "Enable or disable this integration."
1388 1450 msgstr ""
1389 1451
1390 #: rhodecode/integrations/schema.py:42
1452 #: rhodecode/integrations/schema.py:37
1453 #: rhodecode/model/validation_schema/schemas/integration_schema.py:176
1391 1454 msgid "Short name for this integration."
1392 1455 msgstr ""
1393 1456
1394 #: rhodecode/integrations/schema.py:44
1457 #: rhodecode/integrations/schema.py:39
1458 #: rhodecode/model/validation_schema/schemas/integration_schema.py:178
1395 1459 msgid "Integration name"
1396 1460 msgstr ""
1397 1461
1462 #: rhodecode/integrations/schema.py:51
1463 msgid ""
1464 "Limit integrations to to work only on the direct children repositories of "
1465 "this repository group (no subgroups)"
1466 msgstr ""
1467
1468 #: rhodecode/integrations/schema.py:55
1469 msgid "Limit to childen repos only"
1470 msgstr ""
1471
1472 #: rhodecode/integrations/schema.py:63
1473 msgid "Limit integrations to to work only on root level repositories"
1474 msgstr ""
1475
1476 #: rhodecode/integrations/schema.py:66
1477 msgid "Root repositories only"
1478 msgstr ""
1479
1480 #: rhodecode/integrations/views.py:162
1481 msgid "{repo_name} repository"
1482 msgstr ""
1483
1484 #: rhodecode/integrations/views.py:165
1485 msgid "{repo_group_name} repo group"
1486 msgstr ""
1487
1398 1488 #: rhodecode/integrations/views.py:172
1489 msgid "{name} integration"
1490 msgstr ""
1491
1492 #: rhodecode/integrations/views.py:186
1399 1493 msgid "Integration {integration_name} deleted successfully."
1400 1494 msgstr ""
1401 1495
1402 #: rhodecode/integrations/views.py:200
1496 #: rhodecode/integrations/views.py:266
1403 1497 msgid ""
1404 1498 "Errors exist when saving integration settings. Please check the form inputs."
1405 1499 msgstr ""
1406 1500
1407 #: rhodecode/integrations/views.py:220
1501 #: rhodecode/integrations/views.py:292
1408 1502 msgid "Integration {integration_name} updated successfully."
1409 1503 msgstr ""
1410 1504
1505 #: rhodecode/integrations/types/email.py:214
1506 msgid "Recipients"
1507 msgstr ""
1508
1509 #: rhodecode/integrations/types/email.py:215
1510 msgid "Email addresses to send push events to"
1511 msgstr ""
1512
1513 #: rhodecode/integrations/types/email.py:220
1514 #: rhodecode/integrations/types/email.py:221
1515 msgid "Email address"
1516 msgstr "Adres e-mail"
1517
1518 #: rhodecode/integrations/types/email.py:233
1519 msgid "Send repo push summaries to a list of recipients via email"
1520 msgstr ""
1521
1522 #: rhodecode/integrations/types/hipchat.py:43
1523 msgid "Yellow"
1524 msgstr ""
1525
1526 #: rhodecode/integrations/types/hipchat.py:44
1527 msgid "Red"
1528 msgstr ""
1529
1530 #: rhodecode/integrations/types/hipchat.py:45
1531 msgid "Green"
1532 msgstr ""
1533
1534 #: rhodecode/integrations/types/hipchat.py:46
1535 msgid "Purple"
1536 msgstr ""
1537
1538 #: rhodecode/integrations/types/hipchat.py:47
1539 msgid "Gray"
1540 msgstr ""
1541
1542 #: rhodecode/integrations/types/hipchat.py:52
1543 msgid "Hipchat server URL"
1544 msgstr ""
1545
1546 #: rhodecode/integrations/types/hipchat.py:53
1547 msgid "Hipchat integration url."
1548 msgstr ""
1549
1550 #: rhodecode/integrations/types/hipchat.py:63
1551 msgid "Notify"
1552 msgstr ""
1553
1554 #: rhodecode/integrations/types/hipchat.py:64
1555 msgid "Make a notification to the users in room."
1556 msgstr ""
1557
1558 #: rhodecode/integrations/types/hipchat.py:70
1559 msgid "Color"
1560 msgstr ""
1561
1562 #: rhodecode/integrations/types/hipchat.py:71
1563 msgid "Background color of message."
1564 msgstr ""
1565
1566 #: rhodecode/integrations/types/hipchat.py:99
1567 msgid "Hipchat"
1568 msgstr ""
1569
1570 #: rhodecode/integrations/types/hipchat.py:100
1571 msgid ""
1572 "Send events such as repo pushes and pull requests to your hipchat channel."
1573 msgstr ""
1574
1575 #: rhodecode/integrations/types/slack.py:44
1576 msgid "Slack service URL"
1577 msgstr ""
1578
1411 1579 #: rhodecode/integrations/types/slack.py:45
1412 msgid "Slack service URL"
1413 msgstr ""
1414
1415 #: rhodecode/integrations/types/slack.py:46
1416 1580 msgid ""
1417 1581 "This can be setup at the <a href=\"https://my.slack.com/services/new"
1418 1582 "/incoming-webhook/\">slack app manager</a>"
1419 1583 msgstr ""
1420 1584
1421 #: rhodecode/integrations/types/slack.py:59 rhodecode/templates/login.html:43
1585 #: rhodecode/integrations/types/slack.py:58 rhodecode/templates/login.html:43
1422 1586 #: rhodecode/templates/register.html:41
1423 1587 #: rhodecode/templates/admin/admin_log.html:7
1424 1588 #: rhodecode/templates/admin/my_account/my_account_profile.html:24
@@ -1434,35 +1598,40 b' msgstr ""'
1434 1598 msgid "Username"
1435 1599 msgstr "Nazwa użytkownika"
1436 1600
1437 #: rhodecode/integrations/types/slack.py:60
1601 #: rhodecode/integrations/types/slack.py:59
1438 1602 msgid "Username to show notifications coming from."
1439 1603 msgstr ""
1440 1604
1605 #: rhodecode/integrations/types/slack.py:68
1606 msgid "Channel"
1607 msgstr ""
1608
1441 1609 #: rhodecode/integrations/types/slack.py:69
1442 msgid "Channel"
1443 msgstr ""
1444
1445 #: rhodecode/integrations/types/slack.py:70
1446 1610 msgid "Channel to send notifications to."
1447 1611 msgstr ""
1448 1612
1613 #: rhodecode/integrations/types/slack.py:78
1614 msgid "Emoji"
1615 msgstr ""
1616
1449 1617 #: rhodecode/integrations/types/slack.py:79
1450 msgid "Emoji"
1451 msgstr ""
1452
1453 #: rhodecode/integrations/types/slack.py:80
1454 1618 msgid "Emoji to use eg. :studio_microphone:"
1455 1619 msgstr ""
1456 1620
1457 #: rhodecode/integrations/types/slack.py:107
1621 #: rhodecode/integrations/types/slack.py:101
1458 1622 msgid "Slack"
1459 1623 msgstr ""
1460 1624
1625 #: rhodecode/integrations/types/slack.py:102
1626 msgid ""
1627 "Send events such as repo pushes and pull requests to your slack channel."
1628 msgstr ""
1629
1630 #: rhodecode/integrations/types/webhook.py:40
1631 msgid "Webhook URL"
1632 msgstr ""
1633
1461 1634 #: rhodecode/integrations/types/webhook.py:41
1462 msgid "Webhook URL"
1463 msgstr ""
1464
1465 #: rhodecode/integrations/types/webhook.py:42
1466 1635 msgid "URL of the webhook to receive POST event."
1467 1636 msgstr ""
1468 1637
@@ -1474,10 +1643,14 b' msgstr ""'
1474 1643 msgid "String used to validate received payloads."
1475 1644 msgstr ""
1476 1645
1477 #: rhodecode/integrations/types/webhook.py:62
1646 #: rhodecode/integrations/types/webhook.py:65
1478 1647 msgid "Webhook"
1479 1648 msgstr ""
1480 1649
1650 #: rhodecode/integrations/types/webhook.py:66
1651 msgid "Post json events to a webhook endpoint"
1652 msgstr ""
1653
1481 1654 #: rhodecode/lib/action_parser.py:89
1482 1655 msgid "[deleted] repository"
1483 1656 msgstr "[usunięte] repozytorium"
@@ -1601,80 +1774,80 b' msgstr "Utworzony tag: %s"'
1601 1774 msgid "Commit not found"
1602 1775 msgstr ""
1603 1776
1604 #: rhodecode/lib/auth.py:1180
1777 #: rhodecode/lib/auth.py:1185
1605 1778 #, python-format
1606 1779 msgid "IP %s not allowed"
1607 1780 msgstr "Obserwatorzy %s"
1608 1781
1609 #: rhodecode/lib/auth.py:1254
1782 #: rhodecode/lib/auth.py:1259
1610 1783 msgid "You need to be a registered user to perform this action"
1611 1784 msgstr "Musisz być zarejestrowanym użytkownikiem, żeby wykonać to działanie"
1612 1785
1613 #: rhodecode/lib/auth.py:1302
1786 #: rhodecode/lib/auth.py:1307
1614 1787 #, python-format
1615 1788 msgid "Action not supported for %s."
1616 1789 msgstr ""
1617 1790
1618 #: rhodecode/lib/auth.py:1339
1791 #: rhodecode/lib/auth.py:1344
1619 1792 msgid "You need to be signed in to view this page"
1620 1793 msgstr ""
1621 1794
1622 #: rhodecode/lib/base.py:545
1795 #: rhodecode/lib/base.py:550
1623 1796 #, python-format
1624 1797 msgid "The repository at %(repo_name)s cannot be located."
1625 1798 msgstr ""
1626 1799
1627 #: rhodecode/lib/diffs.py:56
1800 #: rhodecode/lib/diffs.py:62
1628 1801 msgid "Click to comment"
1629 1802 msgstr ""
1630 1803
1631 #: rhodecode/lib/diffs.py:71
1804 #: rhodecode/lib/diffs.py:77
1632 1805 msgid "Binary file"
1633 1806 msgstr "Plik binarny"
1634 1807
1635 #: rhodecode/lib/diffs.py:91
1808 #: rhodecode/lib/diffs.py:98
1636 1809 msgid ""
1637 1810 "Changeset was too big and was cut off, use diff menu to display this diff"
1638 1811 msgstr "Lista zmian była zbyt duża i została obcięta, użyj menu porównań żeby wyświetlić różnice"
1639 1812
1640 #: rhodecode/lib/diffs.py:102
1813 #: rhodecode/lib/diffs.py:109
1641 1814 msgid "No changes detected"
1642 1815 msgstr "Nie wykryto zmian"
1643 1816
1644 #: rhodecode/lib/diffs.py:631
1817 #: rhodecode/lib/diffs.py:643
1645 1818 msgid "Click to select line"
1646 1819 msgstr ""
1647 1820
1648 #: rhodecode/lib/helpers.py:1481
1821 #: rhodecode/lib/helpers.py:1489
1649 1822 #, python-format
1650 1823 msgid " and %s more"
1651 1824 msgstr "i %s więcej"
1652 1825
1653 #: rhodecode/lib/helpers.py:1485
1826 #: rhodecode/lib/helpers.py:1493
1654 1827 msgid "No Files"
1655 1828 msgstr "Brak Plików"
1656 1829
1657 #: rhodecode/lib/helpers.py:1558
1830 #: rhodecode/lib/helpers.py:1566
1658 1831 msgid "new file"
1659 1832 msgstr "nowy plik"
1660 1833
1661 #: rhodecode/lib/helpers.py:1561
1834 #: rhodecode/lib/helpers.py:1569
1662 1835 msgid "mod"
1663 1836 msgstr "modyfikuj"
1664 1837
1665 #: rhodecode/lib/helpers.py:1564
1838 #: rhodecode/lib/helpers.py:1572
1666 1839 msgid "del"
1667 1840 msgstr "kasuj"
1668 1841
1669 #: rhodecode/lib/helpers.py:1567
1842 #: rhodecode/lib/helpers.py:1575
1670 1843 msgid "rename"
1671 1844 msgstr "zmień nazwę"
1672 1845
1673 #: rhodecode/lib/helpers.py:1572
1846 #: rhodecode/lib/helpers.py:1580
1674 1847 msgid "chmod"
1675 1848 msgstr "chmod"
1676 1849
1677 #: rhodecode/lib/helpers.py:1819
1850 #: rhodecode/lib/helpers.py:1827
1678 1851 msgid ""
1679 1852 "Example filter terms:\n"
1680 1853 " repository:vcs\n"
@@ -1693,14 +1866,14 b' msgid ""'
1693 1866 " \"username:test AND repository:test*\"\n"
1694 1867 msgstr ""
1695 1868
1696 #: rhodecode/lib/helpers.py:1839
1869 #: rhodecode/lib/helpers.py:1847
1697 1870 #, python-format
1698 1871 msgid ""
1699 1872 "%s repository is not mapped to db perhaps it was created or renamed from the"
1700 1873 " filesystem please run the application again in order to rescan repositories"
1701 1874 msgstr "%s repozytorium nie jest mapowane do db może zostało utworzone lub zmienione z systemie plików proszę uruchomić aplikację ponownie, aby ponownie przeskanować repozytoria"
1702 1875
1703 #: rhodecode/lib/utils2.py:454
1876 #: rhodecode/lib/utils2.py:463
1704 1877 #, python-format
1705 1878 msgid "%d year"
1706 1879 msgid_plural "%d years"
@@ -1708,7 +1881,7 b' msgstr[0] "%d rok"'
1708 1881 msgstr[1] "%d lata"
1709 1882 msgstr[2] "%d lat"
1710 1883
1711 #: rhodecode/lib/utils2.py:455
1884 #: rhodecode/lib/utils2.py:464
1712 1885 #, python-format
1713 1886 msgid "%d month"
1714 1887 msgid_plural "%d months"
@@ -1716,7 +1889,7 b' msgstr[0] "%d miesi\xc4\x85c"'
1716 1889 msgstr[1] "%d miesięcy"
1717 1890 msgstr[2] "%d miesięcy"
1718 1891
1719 #: rhodecode/lib/utils2.py:456
1892 #: rhodecode/lib/utils2.py:465
1720 1893 #, python-format
1721 1894 msgid "%d day"
1722 1895 msgid_plural "%d days"
@@ -1724,7 +1897,7 b' msgstr[0] "%d dzie\xc5\x84"'
1724 1897 msgstr[1] "%d dni"
1725 1898 msgstr[2] "%d dni"
1726 1899
1727 #: rhodecode/lib/utils2.py:457
1900 #: rhodecode/lib/utils2.py:466
1728 1901 #, python-format
1729 1902 msgid "%d hour"
1730 1903 msgid_plural "%d hours"
@@ -1732,7 +1905,7 b' msgstr[0] "%d godzina"'
1732 1905 msgstr[1] "%d godziny"
1733 1906 msgstr[2] "%d godzin"
1734 1907
1735 #: rhodecode/lib/utils2.py:458
1908 #: rhodecode/lib/utils2.py:467
1736 1909 #, python-format
1737 1910 msgid "%d minute"
1738 1911 msgid_plural "%d minutes"
@@ -1740,7 +1913,7 b' msgstr[0] "%d minuta"'
1740 1913 msgstr[1] "%d minuty"
1741 1914 msgstr[2] "%d minut"
1742 1915
1743 #: rhodecode/lib/utils2.py:459
1916 #: rhodecode/lib/utils2.py:468
1744 1917 #, python-format
1745 1918 msgid "%d second"
1746 1919 msgid_plural "%d seconds"
@@ -1748,42 +1921,42 b' msgstr[0] "%d sekunda"'
1748 1921 msgstr[1] "%d sekund"
1749 1922 msgstr[2] "%d sekund"
1750 1923
1751 #: rhodecode/lib/utils2.py:477
1924 #: rhodecode/lib/utils2.py:486
1752 1925 #, python-format
1753 1926 msgid "in %s"
1754 1927 msgstr "w %s"
1755 1928
1756 #: rhodecode/lib/utils2.py:483
1929 #: rhodecode/lib/utils2.py:492
1757 1930 #, python-format
1758 1931 msgid "%s ago"
1759 1932 msgstr "%s temu"
1760 1933
1761 #: rhodecode/lib/utils2.py:493
1934 #: rhodecode/lib/utils2.py:502
1762 1935 #, python-format
1763 1936 msgid "%s, %s ago"
1764 1937 msgstr ""
1765 1938
1766 #: rhodecode/lib/utils2.py:495
1939 #: rhodecode/lib/utils2.py:504
1767 1940 #, python-format
1768 1941 msgid "in %s, %s"
1769 1942 msgstr ""
1770 1943
1771 #: rhodecode/lib/utils2.py:497
1944 #: rhodecode/lib/utils2.py:506
1772 1945 #, python-format
1773 1946 msgid "%s and %s"
1774 1947 msgstr ""
1775 1948
1776 #: rhodecode/lib/utils2.py:499
1949 #: rhodecode/lib/utils2.py:508
1777 1950 #, python-format
1778 1951 msgid "%s and %s ago"
1779 1952 msgstr "%s i %s temu"
1780 1953
1781 #: rhodecode/lib/utils2.py:501
1954 #: rhodecode/lib/utils2.py:510
1782 1955 #, python-format
1783 1956 msgid "in %s and %s"
1784 1957 msgstr "w %s i %s"
1785 1958
1786 #: rhodecode/lib/utils2.py:505 rhodecode/public/js/scripts.js:25035
1959 #: rhodecode/lib/utils2.py:514 rhodecode/public/js/scripts.js:25035
1787 1960 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:49
1788 1961 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:174
1789 1962 msgid "just now"
@@ -1813,7 +1986,9 b' msgstr "przed chwil\xc4\x85"'
1813 1986 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
1814 1987 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971
1815 1988 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2293
1816 #: rhodecode/model/db.py:2285
1989 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2285
1990 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2285
1991 #: rhodecode/model/db.py:2287
1817 1992 msgid "Repository no access"
1818 1993 msgstr "Brak dostępu do repozytorium"
1819 1994
@@ -1841,7 +2016,9 b' msgstr "Brak dost\xc4\x99pu do repozytorium"'
1841 2016 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
1842 2017 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972
1843 2018 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2294
1844 #: rhodecode/model/db.py:2286
2019 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2286
2020 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2286
2021 #: rhodecode/model/db.py:2288
1845 2022 msgid "Repository read access"
1846 2023 msgstr "Repozytorium do odczytu"
1847 2024
@@ -1869,7 +2046,9 b' msgstr "Repozytorium do odczytu"'
1869 2046 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1870 2047 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973
1871 2048 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2295
1872 #: rhodecode/model/db.py:2287
2049 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2287
2050 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2287
2051 #: rhodecode/model/db.py:2289
1873 2052 msgid "Repository write access"
1874 2053 msgstr "Repozytorium do zapisu"
1875 2054
@@ -1897,7 +2076,9 b' msgstr "Repozytorium do zapisu"'
1897 2076 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1898 2077 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974
1899 2078 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2296
1900 #: rhodecode/model/db.py:2288
2079 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2288
2080 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2288
2081 #: rhodecode/model/db.py:2290
1901 2082 msgid "Repository admin access"
1902 2083 msgstr "Administracja dostępu do repozytorium"
1903 2084
@@ -1965,7 +2146,9 b' msgstr "Administrator Repo"'
1965 2146 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
1966 2147 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992
1967 2148 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2314
1968 #: rhodecode/model/db.py:2306
2149 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2306
2150 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2306
2151 #: rhodecode/model/db.py:2308
1969 2152 msgid "Repository creation disabled"
1970 2153 msgstr "Tworzenie repozytorium jest wyłączone"
1971 2154
@@ -1993,7 +2176,9 b' msgstr "Tworzenie repozytorium jest wy\xc5\x82\xc4\x85czone"'
1993 2176 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
1994 2177 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993
1995 2178 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2315
1996 #: rhodecode/model/db.py:2307
2179 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2307
2180 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2307
2181 #: rhodecode/model/db.py:2309
1997 2182 msgid "Repository creation enabled"
1998 2183 msgstr "Tworzenie repozytorium jest włączone"
1999 2184
@@ -2021,7 +2206,9 b' msgstr "Tworzenie repozytorium jest w\xc5\x82\xc4\x85czone"'
2021 2206 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
2022 2207 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997
2023 2208 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2319
2024 #: rhodecode/model/db.py:2311
2209 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2311
2210 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2311
2211 #: rhodecode/model/db.py:2313
2025 2212 msgid "Repository forking disabled"
2026 2213 msgstr "Rozwidlenie repozytorium wyłączone"
2027 2214
@@ -2049,7 +2236,9 b' msgstr "Rozwidlenie repozytorium wy\xc5\x82\xc4\x85czone"'
2049 2236 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
2050 2237 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998
2051 2238 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2320
2052 #: rhodecode/model/db.py:2312
2239 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2312
2240 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2312
2241 #: rhodecode/model/db.py:2314
2053 2242 msgid "Repository forking enabled"
2054 2243 msgstr "Rozwidlenie repozytorium włączone"
2055 2244
@@ -2098,7 +2287,9 b' msgstr "Rejestracja nowego u\xc5\xbcytkownika na stronie z automatyczn\xc4\x85 aktywacj\xc4\x85"'
2098 2287 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
2099 2288 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343
2100 2289 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2952
2101 #: rhodecode/model/db.py:2944
2290 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2946
2291 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2946
2292 #: rhodecode/model/db.py:2948
2102 2293 msgid "Not Reviewed"
2103 2294 msgstr "Brak Korekty"
2104 2295
@@ -2126,7 +2317,9 b' msgstr "Brak Korekty"'
2126 2317 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
2127 2318 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344
2128 2319 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2953
2129 #: rhodecode/model/db.py:2945
2320 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2947
2321 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2947
2322 #: rhodecode/model/db.py:2949
2130 2323 msgid "Approved"
2131 2324 msgstr "Zaakceptowano"
2132 2325
@@ -2154,7 +2347,9 b' msgstr "Zaakceptowano"'
2154 2347 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
2155 2348 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
2156 2349 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2954
2157 #: rhodecode/model/db.py:2946
2350 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2948
2351 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2948
2352 #: rhodecode/model/db.py:2950
2158 2353 msgid "Rejected"
2159 2354 msgstr "Odrzucono"
2160 2355
@@ -2182,7 +2377,9 b' msgstr "Odrzucono"'
2182 2377 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
2183 2378 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
2184 2379 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2955
2185 #: rhodecode/model/db.py:2947
2380 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2949
2381 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2949
2382 #: rhodecode/model/db.py:2951
2186 2383 msgid "Under Review"
2187 2384 msgstr "Objęty Przeglądem"
2188 2385
@@ -2207,7 +2404,9 b' msgstr "Obj\xc4\x99ty Przegl\xc4\x85dem"'
2207 2404 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
2208 2405 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976
2209 2406 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2298
2210 #: rhodecode/model/db.py:2290
2407 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2290
2408 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2290
2409 #: rhodecode/model/db.py:2292
2211 2410 msgid "Repository group no access"
2212 2411 msgstr "Grupy repozytoriów brak dostępu"
2213 2412
@@ -2232,7 +2431,9 b' msgstr "Grupy repozytori\xc3\xb3w brak dost\xc4\x99pu"'
2232 2431 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
2233 2432 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977
2234 2433 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2299
2235 #: rhodecode/model/db.py:2291
2434 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2291
2435 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2291
2436 #: rhodecode/model/db.py:2293
2236 2437 msgid "Repository group read access"
2237 2438 msgstr "Grupy repozytoriów dostęp do odczytu"
2238 2439
@@ -2257,7 +2458,9 b' msgstr "Grupy repozytori\xc3\xb3w dost\xc4\x99p do odczytu"'
2257 2458 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2258 2459 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978
2259 2460 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2300
2260 #: rhodecode/model/db.py:2292
2461 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2292
2462 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2292
2463 #: rhodecode/model/db.py:2294
2261 2464 msgid "Repository group write access"
2262 2465 msgstr "Grupy repozytoriów dostęp do zapisu"
2263 2466
@@ -2282,7 +2485,9 b' msgstr "Grupy repozytori\xc3\xb3w dost\xc4\x99p do zapisu"'
2282 2485 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2283 2486 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979
2284 2487 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2301
2285 #: rhodecode/model/db.py:2293
2488 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2293
2489 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2293
2490 #: rhodecode/model/db.py:2295
2286 2491 msgid "Repository group admin access"
2287 2492 msgstr "Repozytoria Grupy dostęp administratora"
2288 2493
@@ -2306,7 +2511,9 b' msgstr "Repozytoria Grupy dost\xc4\x99p administratora"'
2306 2511 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2307 2512 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981
2308 2513 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2303
2309 #: rhodecode/model/db.py:2295
2514 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2295
2515 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2295
2516 #: rhodecode/model/db.py:2297
2310 2517 msgid "User group no access"
2311 2518 msgstr "Ta grupa użytkowników nie ma dostępu"
2312 2519
@@ -2330,7 +2537,9 b' msgstr "Ta grupa u\xc5\xbcytkownik\xc3\xb3w nie ma dost\xc4\x99pu"'
2330 2537 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2331 2538 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982
2332 2539 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2304
2333 #: rhodecode/model/db.py:2296
2540 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2296
2541 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2296
2542 #: rhodecode/model/db.py:2298
2334 2543 msgid "User group read access"
2335 2544 msgstr "Dostęp do grupy parametrów użytkownika"
2336 2545
@@ -2354,7 +2563,9 b' msgstr "Dost\xc4\x99p do grupy parametr\xc3\xb3w u\xc5\xbcytkownika"'
2354 2563 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2355 2564 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983
2356 2565 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2305
2357 #: rhodecode/model/db.py:2297
2566 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2297
2567 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2297
2568 #: rhodecode/model/db.py:2299
2358 2569 msgid "User group write access"
2359 2570 msgstr "Ta grupa użytkowników ma prawo do zapisu"
2360 2571
@@ -2378,7 +2589,9 b' msgstr "Ta grupa u\xc5\xbcytkownik\xc3\xb3w ma prawo do zapisu"'
2378 2589 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2379 2590 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984
2380 2591 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2306
2381 #: rhodecode/model/db.py:2298
2592 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2298
2593 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2298
2594 #: rhodecode/model/db.py:2300
2382 2595 msgid "User group admin access"
2383 2596 msgstr "Ta grupa użytkowników ma uprawnienia administratora"
2384 2597
@@ -2402,7 +2615,9 b' msgstr "Ta grupa u\xc5\xbcytkownik\xc3\xb3w ma uprawnienia administratora"'
2402 2615 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2403 2616 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986
2404 2617 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2308
2405 #: rhodecode/model/db.py:2300
2618 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2300
2619 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2300
2620 #: rhodecode/model/db.py:2302
2406 2621 msgid "Repository Group creation disabled"
2407 2622 msgstr "Tworzenie grup repozytoriów wyłączone"
2408 2623
@@ -2426,7 +2641,9 b' msgstr "Tworzenie grup repozytori\xc3\xb3w wy\xc5\x82\xc4\x85czone"'
2426 2641 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2427 2642 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987
2428 2643 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2309
2429 #: rhodecode/model/db.py:2301
2644 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2301
2645 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2301
2646 #: rhodecode/model/db.py:2303
2430 2647 msgid "Repository Group creation enabled"
2431 2648 msgstr "Tworzenie grup repozytoriów włączone"
2432 2649
@@ -2450,7 +2667,9 b' msgstr "Tworzenie grup repozytori\xc3\xb3w w\xc5\x82\xc4\x85czone"'
2450 2667 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2451 2668 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989
2452 2669 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2311
2453 #: rhodecode/model/db.py:2303
2670 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2303
2671 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2303
2672 #: rhodecode/model/db.py:2305
2454 2673 msgid "User Group creation disabled"
2455 2674 msgstr "Tworzenie grup użytkowników wyłączone"
2456 2675
@@ -2474,7 +2693,9 b' msgstr "Tworzenie grup u\xc5\xbcytkownik\xc3\xb3w wy\xc5\x82\xc4\x85czone"'
2474 2693 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2475 2694 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990
2476 2695 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2312
2477 #: rhodecode/model/db.py:2304
2696 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2304
2697 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2304
2698 #: rhodecode/model/db.py:2306
2478 2699 msgid "User Group creation enabled"
2479 2700 msgstr "Tworzenie grup użytkowników właczone"
2480 2701
@@ -2498,7 +2719,9 b' msgstr "Tworzenie grup u\xc5\xbcytkownik\xc3\xb3w w\xc5\x82aczone"'
2498 2719 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2499 2720 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
2500 2721 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2322
2501 #: rhodecode/model/db.py:2314
2722 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2314
2723 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2314
2724 #: rhodecode/model/db.py:2316
2502 2725 msgid "Registration disabled"
2503 2726 msgstr "Rejestracja wyłączona"
2504 2727
@@ -2522,7 +2745,9 b' msgstr "Rejestracja wy\xc5\x82\xc4\x85czona"'
2522 2745 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2523 2746 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001
2524 2747 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2323
2525 #: rhodecode/model/db.py:2315
2748 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2315
2749 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2315
2750 #: rhodecode/model/db.py:2317
2526 2751 msgid "User Registration with manual account activation"
2527 2752 msgstr "Rejestracja użytkownika z ręczną aktywacją konta"
2528 2753
@@ -2546,7 +2771,9 b' msgstr "Rejestracja u\xc5\xbcytkownika z r\xc4\x99czn\xc4\x85 aktywacj\xc4\x85 konta"'
2546 2771 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2547 2772 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2548 2773 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2324
2549 #: rhodecode/model/db.py:2316
2774 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2316
2775 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2316
2776 #: rhodecode/model/db.py:2318
2550 2777 msgid "User Registration with automatic account activation"
2551 2778 msgstr "Rejestracja użytkownika z automatyczną aktywacją konta"
2552 2779
@@ -2570,7 +2797,9 b' msgstr "Rejestracja u\xc5\xbcytkownika z automatyczn\xc4\x85 aktywacj\xc4\x85 konta"'
2570 2797 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2571 2798 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2572 2799 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2326
2573 #: rhodecode/model/db.py:2318
2800 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2318
2801 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2318
2802 #: rhodecode/model/db.py:2320
2574 2803 msgid "Manual activation of external account"
2575 2804 msgstr "Ręczna aktywacja nowego konta"
2576 2805
@@ -2594,7 +2823,9 b' msgstr "R\xc4\x99czna aktywacja nowego konta"'
2594 2823 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
2595 2824 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005
2596 2825 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2327
2597 #: rhodecode/model/db.py:2319
2826 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2319
2827 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2319
2828 #: rhodecode/model/db.py:2321
2598 2829 msgid "Automatic activation of external account"
2599 2830 msgstr "Automatyczna aktywacja nowego konta"
2600 2831
@@ -2612,7 +2843,9 b' msgstr "Automatyczna aktywacja nowego ko'
2612 2843 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
2613 2844 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994
2614 2845 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2316
2615 #: rhodecode/model/db.py:2308
2846 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2308
2847 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2308
2848 #: rhodecode/model/db.py:2310
2616 2849 msgid ""
2617 2850 "Repository creation enabled with write permission to a repository group"
2618 2851 msgstr ""
@@ -2631,7 +2864,9 b' msgstr ""'
2631 2864 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
2632 2865 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995
2633 2866 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2317
2634 #: rhodecode/model/db.py:2309
2867 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2309
2868 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2309
2869 #: rhodecode/model/db.py:2311
2635 2870 msgid ""
2636 2871 "Repository creation disabled with write permission to a repository group"
2637 2872 msgstr ""
@@ -2647,7 +2882,9 b' msgstr ""'
2647 2882 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
2648 2883 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969
2649 2884 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2291
2650 #: rhodecode/model/db.py:2283
2885 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2283
2886 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2283
2887 #: rhodecode/model/db.py:2285
2651 2888 msgid "RhodeCode Super Administrator"
2652 2889 msgstr ""
2653 2890
@@ -2660,7 +2897,9 b' msgstr ""'
2660 2897 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2661 2898 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2662 2899 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2329
2663 #: rhodecode/model/db.py:2321
2900 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2321
2901 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2321
2902 #: rhodecode/model/db.py:2323
2664 2903 msgid "Inherit object permissions from default user disabled"
2665 2904 msgstr ""
2666 2905
@@ -2673,32 +2912,46 b' msgstr ""'
2673 2912 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
2674 2913 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008
2675 2914 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2330
2676 #: rhodecode/model/db.py:2322
2915 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2322
2916 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2322
2917 #: rhodecode/model/db.py:2324
2677 2918 msgid "Inherit object permissions from default user enabled"
2678 2919 msgstr ""
2679 2920
2680 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909 rhodecode/model/db.py:910
2921 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909
2922 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:910
2923 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:910 rhodecode/model/db.py:910
2681 2924 msgid "all"
2682 2925 msgstr ""
2683 2926
2684 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910 rhodecode/model/db.py:911
2927 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910
2928 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:911
2929 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:911 rhodecode/model/db.py:911
2685 2930 msgid "http/web interface"
2686 2931 msgstr ""
2687 2932
2688 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911 rhodecode/model/db.py:912
2933 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911
2934 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:912
2935 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:912 rhodecode/model/db.py:912
2689 2936 msgid "vcs (git/hg/svn protocol)"
2690 2937 msgstr ""
2691 2938
2692 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912 rhodecode/model/db.py:913
2939 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912
2940 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:913
2941 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:913 rhodecode/model/db.py:913
2693 2942 msgid "api calls"
2694 2943 msgstr ""
2695 2944
2696 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913 rhodecode/model/db.py:914
2945 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913
2946 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:914
2947 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:914 rhodecode/model/db.py:914
2697 2948 msgid "feed access"
2698 2949 msgstr ""
2699 2950
2700 2951 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2069
2701 #: rhodecode/model/db.py:2061
2952 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2061
2953 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2061
2954 #: rhodecode/model/db.py:2063
2702 2955 msgid "No parent"
2703 2956 msgstr ""
2704 2957
@@ -2752,12 +3005,12 b' msgid ""'
2752 3005 "email"
2753 3006 msgstr ""
2754 3007
2755 #: rhodecode/model/comment.py:263
3008 #: rhodecode/model/comment.py:266
2756 3009 msgid "made a comment"
2757 3010 msgstr ""
2758 3011
2759 #: rhodecode/model/comment.py:264
2760 msgid "Refresh page"
3012 #: rhodecode/model/comment.py:267
3013 msgid "Show it now"
2761 3014 msgstr ""
2762 3015
2763 3016 #: rhodecode/model/forms.py:85
@@ -2888,7 +3141,7 b' msgid ""'
2888 3141 " %(pr_title)s"
2889 3142 msgstr ""
2890 3143
2891 #: rhodecode/model/pull_request.py:449
3144 #: rhodecode/model/pull_request.py:448
2892 3145 msgid "Pull request merged and closed"
2893 3146 msgstr ""
2894 3147
@@ -2932,7 +3185,7 b' msgstr "ostatni tip"'
2932 3185 msgid "You can't Edit this user since it's crucial for entire application"
2933 3186 msgstr "Nie możesz edytować tego użytkownika ponieważ jest kluczowy dla całej aplikacji"
2934 3187
2935 #: rhodecode/model/user.py:285
3188 #: rhodecode/model/user.py:284
2936 3189 #, python-format
2937 3190 msgid ""
2938 3191 "You can't edit this user (`%(username)s`) since it's crucial for entire "
@@ -3186,6 +3439,56 b' msgstr ""'
3186 3439 msgid "Duplicated value for filename found: `{}`"
3187 3440 msgstr ""
3188 3441
3442 #: rhodecode/model/validation_schema/schemas/integration_schema.py:36
3443 msgid "Pick a scope:"
3444 msgstr ""
3445
3446 #: rhodecode/model/validation_schema/schemas/integration_schema.py:39
3447 msgid "Global (all repositories)"
3448 msgstr ""
3449
3450 #: rhodecode/model/validation_schema/schemas/integration_schema.py:40
3451 msgid "Top level repositories only"
3452 msgstr ""
3453
3454 #: rhodecode/model/validation_schema/schemas/integration_schema.py:79
3455 msgid "Only repo admins can create integrations"
3456 msgstr ""
3457
3458 #: rhodecode/model/validation_schema/schemas/integration_schema.py:86
3459 msgid "Only repogroup admins can create integrations"
3460 msgstr ""
3461
3462 #: rhodecode/model/validation_schema/schemas/integration_schema.py:91
3463 msgid "Only superadmins can create global integrations"
3464 msgstr ""
3465
3466 #: rhodecode/model/validation_schema/schemas/integration_schema.py:183
3467 msgid ""
3468 "Scope of the integration. Recursive means the integration runs on all repos"
3469 " of that group and children recursively."
3470 msgstr ""
3471
3472 #: rhodecode/model/validation_schema/schemas/integration_schema.py:186
3473 msgid "Integration scope"
3474 msgstr ""
3475
3476 #: rhodecode/model/validation_schema/schemas/integration_schema.py:217
3477 msgid "General integration options"
3478 msgstr ""
3479
3480 #: rhodecode/model/validation_schema/schemas/integration_schema.py:220
3481 msgid "{integration_type} settings"
3482 msgstr ""
3483
3484 #: rhodecode/model/validation_schema/schemas/user_schema.py:36
3485 msgid "Password is incorrect"
3486 msgstr ""
3487
3488 #: rhodecode/model/validation_schema/schemas/user_schema.py:59
3489 msgid "New password must be different to old password"
3490 msgstr ""
3491
3189 3492 #: rhodecode/public/js/scripts.js:23039
3190 3493 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:16
3191 3494 #: rhodecode/public/js/src/plugins/jquery.autocomplete.js:87
@@ -3356,19 +3659,19 b' msgstr ""'
3356 3659
3357 3660 #: rhodecode/public/js/scripts.js:41308
3358 3661 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:2
3359 #: rhodecode/public/js/src/rhodecode/comments.js:235
3662 #: rhodecode/public/js/src/rhodecode/comments.js:236
3360 3663 msgid "Add another comment"
3361 3664 msgstr "Dodaj kolejny komentarz"
3362 3665
3363 3666 #: rhodecode/public/js/scripts.js:41526
3364 3667 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:35
3365 #: rhodecode/public/js/src/rhodecode/comments.js:453
3668 #: rhodecode/public/js/src/rhodecode/comments.js:470
3366 3669 msgid "Status Review"
3367 3670 msgstr ""
3368 3671
3369 3672 #: rhodecode/public/js/scripts.js:41540
3370 3673 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:3
3371 #: rhodecode/public/js/src/rhodecode/comments.js:467
3674 #: rhodecode/public/js/src/rhodecode/comments.js:484
3372 3675 msgid ""
3373 3676 "Comment text will be set automatically based on currently selected status "
3374 3677 "({0}) ..."
@@ -3376,13 +3679,13 b' msgstr ""'
3376 3679
3377 3680 #: rhodecode/public/js/scripts.js:41653
3378 3681 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:37
3379 #: rhodecode/public/js/src/rhodecode/comments.js:580
3682 #: rhodecode/public/js/src/rhodecode/comments.js:597
3380 3683 msgid "Submitting..."
3381 3684 msgstr "Przesyłanie..."
3382 3685
3383 3686 #: rhodecode/public/js/scripts.js:41703
3384 3687 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:5
3385 #: rhodecode/public/js/src/rhodecode/comments.js:630
3688 #: rhodecode/public/js/src/rhodecode/comments.js:647
3386 3689 #: rhodecode/templates/files/files_browser_tree.html:47
3387 3690 msgid "Loading ..."
3388 3691 msgstr "Ładuję..."
@@ -3542,6 +3845,22 b' msgstr ""'
3542 3845 msgid "{0} years"
3543 3846 msgstr ""
3544 3847
3848 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3849 msgid "UIEvent"
3850 msgstr ""
3851
3852 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3853 msgid "CustomEvent"
3854 msgstr ""
3855
3856 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3857 msgid "MouseEvent"
3858 msgstr ""
3859
3860 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3861 msgid "FocusEvent"
3862 msgstr ""
3863
3545 3864 #: rhodecode/templates/index.html:5
3546 3865 msgid "Dashboard"
3547 3866 msgstr "Repozytorium"
@@ -3590,6 +3909,7 b' msgstr "Edytuj Grup\xc4\x99 Repozytori\xc3\xb3w"'
3590 3909 #: rhodecode/templates/index_base.html:97
3591 3910 #: rhodecode/templates/index_base.html:122
3592 3911 #: rhodecode/templates/admin/gists/index.html:112
3912 #: rhodecode/templates/admin/integrations/list.html:102
3593 3913 #: rhodecode/templates/admin/my_account/my_account_repos.html:31
3594 3914 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
3595 3915 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
@@ -3609,7 +3929,6 b' msgstr "Nazwa"'
3609 3929 #: rhodecode/templates/index_base.html:100
3610 3930 #: rhodecode/templates/index_base.html:125
3611 3931 #: rhodecode/templates/admin/gists/index.html:114
3612 #: rhodecode/templates/admin/integrations/list.html:63
3613 3932 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
3614 3933 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
3615 3934 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:42
@@ -3626,8 +3945,8 b' msgstr "Nazwa"'
3626 3945 #: rhodecode/templates/changeset/changeset.html:53
3627 3946 #: rhodecode/templates/compare/compare_commits.html:24
3628 3947 #: rhodecode/templates/email_templates/commit_comment.mako:82
3629 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3630 #: rhodecode/templates/email_templates/pull_request_review.mako:51
3948 #: rhodecode/templates/email_templates/pull_request_review.mako:41
3949 #: rhodecode/templates/email_templates/pull_request_review.mako:75
3631 3950 #: rhodecode/templates/files/file_tree_detail.html:5
3632 3951 #: rhodecode/templates/files/file_tree_detail.html:12
3633 3952 #: rhodecode/templates/forks/fork.html:48
@@ -3842,9 +4161,13 b' msgstr "Ustawienia Autentykacji"'
3842 4161 #: rhodecode/templates/admin/auth/auth_settings.html:12
3843 4162 #: rhodecode/templates/admin/auth/plugin_settings.html:12
3844 4163 #: rhodecode/templates/admin/defaults/defaults.html:12
3845 #: rhodecode/templates/admin/integrations/base.html:19
3846 #: rhodecode/templates/admin/integrations/edit.html:15
4164 #: rhodecode/templates/admin/integrations/base.html:21
4165 #: rhodecode/templates/admin/integrations/form.html:15
4166 #: rhodecode/templates/admin/integrations/form.html:28
3847 4167 #: rhodecode/templates/admin/integrations/list.html:8
4168 #: rhodecode/templates/admin/integrations/list.html:14
4169 #: rhodecode/templates/admin/integrations/new.html:11
4170 #: rhodecode/templates/admin/integrations/new.html:19
3848 4171 #: rhodecode/templates/admin/permissions/permissions.html:12
3849 4172 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:12
3850 4173 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:12
@@ -3894,7 +4217,6 b' msgstr ""'
3894 4217 #: rhodecode/templates/admin/auth/auth_settings.html:81
3895 4218 #: rhodecode/templates/admin/auth/plugin_settings.html:87
3896 4219 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3897 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3898 4220 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3899 4221 #: rhodecode/templates/admin/permissions/permissions_application.html:50
3900 4222 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
@@ -3931,7 +4253,7 b' msgstr ""'
3931 4253
3932 4254 #: rhodecode/templates/admin/defaults/defaults_repositories.html:14
3933 4255 #: rhodecode/templates/admin/gists/index.html:110
3934 #: rhodecode/templates/admin/integrations/list.html:64
4256 #: rhodecode/templates/admin/integrations/list.html:103
3935 4257 #: rhodecode/templates/admin/repos/repo_add_base.html:62
3936 4258 #: rhodecode/templates/admin/repos/repo_edit_fields.html:12
3937 4259 msgid "Type"
@@ -4076,7 +4398,7 b' msgstr ""'
4076 4398
4077 4399 #: rhodecode/templates/admin/gists/index.html:108
4078 4400 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:24
4079 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:89
4401 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4080 4402 #: rhodecode/templates/bookmarks/bookmarks.html:63
4081 4403 #: rhodecode/templates/branches/branches.html:62
4082 4404 #: rhodecode/templates/changelog/changelog.html:110
@@ -4129,75 +4451,17 b' msgstr "Utw\xc3\xb3rz Prywatny Gist"'
4129 4451 msgid "Create Public Gist"
4130 4452 msgstr "Utwórz Publiczny Gist"
4131 4453
4132 #: rhodecode/templates/admin/gists/new.html:62
4133 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
4134 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
4135 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
4136 #: rhodecode/templates/admin/my_account/my_account_password.html:37
4137 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
4138 #: rhodecode/templates/admin/permissions/permissions_application.html:51
4139 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
4140 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
4141 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
4142 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
4143 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
4144 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
4145 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
4146 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
4147 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
4148 #: rhodecode/templates/admin/settings/settings_global.html:110
4149 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
4150 #: rhodecode/templates/admin/settings/settings_labs.html:46
4151 #: rhodecode/templates/admin/settings/settings_vcs.html:14
4152 #: rhodecode/templates/admin/settings/settings_visual.html:220
4153 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
4154 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
4155 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
4156 #: rhodecode/templates/admin/users/user_edit_emails.html:63
4157 #: rhodecode/templates/admin/users/user_edit_ips.html:70
4158 #: rhodecode/templates/admin/users/user_edit_profile.html:135
4159 #: rhodecode/templates/base/default_perms_box.html:89
4160 msgid "Reset"
4161 msgstr "Zresetuj"
4162
4163 4454 #: rhodecode/templates/admin/gists/show.html:13
4164 4455 #: rhodecode/templates/admin/gists/show.html:20
4165 4456 msgid "Gist"
4166 4457 msgstr "Gist"
4167 4458
4168 4459 #: rhodecode/templates/admin/gists/show.html:49
4169 #: rhodecode/templates/admin/integrations/list.html:110
4170 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
4171 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
4172 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4173 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
4174 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
4175 #: rhodecode/templates/admin/settings/settings_hooks.html:46
4176 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
4177 #: rhodecode/templates/admin/users/user_edit_emails.html:31
4178 #: rhodecode/templates/admin/users/user_edit_ips.html:34
4179 #: rhodecode/templates/base/issue_tracker_settings.html:70
4180 #: rhodecode/templates/base/vcs_settings.html:147
4181 #: rhodecode/templates/base/vcs_settings.html:172
4182 #: rhodecode/templates/changeset/changeset_file_comment.html:49
4183 #: rhodecode/templates/changeset/changeset_file_comment.html:99
4184 #: rhodecode/templates/data_table/_dt_elements.html:119
4185 #: rhodecode/templates/data_table/_dt_elements.html:176
4186 #: rhodecode/templates/data_table/_dt_elements.html:190
4187 #: rhodecode/templates/data_table/_dt_elements.html:202
4188 #: rhodecode/templates/debug_style/buttons.html:132
4189 #: rhodecode/templates/files/files_source.html:33
4190 #: rhodecode/templates/files/files_source.html:37
4191 #: rhodecode/templates/files/files_source.html:40
4192 msgid "Delete"
4193 msgstr "Usuń"
4194
4195 #: rhodecode/templates/admin/gists/show.html:49
4196 4460 msgid "Confirm to delete this Gist"
4197 4461 msgstr "Potwierdź aby usunąć ten Gist"
4198 4462
4199 4463 #: rhodecode/templates/admin/gists/show.html:56
4200 #: rhodecode/templates/admin/integrations/list.html:103
4464 #: rhodecode/templates/admin/integrations/list.html:204
4201 4465 #: rhodecode/templates/admin/my_account/my_account_profile.html:5
4202 4466 #: rhodecode/templates/base/issue_tracker_settings.html:61
4203 4467 #: rhodecode/templates/changeset/changeset_file_comment.html:145
@@ -4209,8 +4473,8 b' msgstr "Potwierd\xc5\xba aby usun\xc4\x85\xc4\x87 ten Gist"'
4209 4473 #: rhodecode/templates/debug_style/buttons.html:128
4210 4474 #: rhodecode/templates/files/files_add.html:204
4211 4475 #: rhodecode/templates/files/files_edit.html:165
4212 #: rhodecode/templates/files/files_source.html:36
4213 #: rhodecode/templates/files/files_source.html:39
4476 #: rhodecode/templates/files/files_source.html:37
4477 #: rhodecode/templates/files/files_source.html:40
4214 4478 #: rhodecode/templates/pullrequests/pullrequest_show.html:50
4215 4479 #: rhodecode/templates/pullrequests/pullrequest_show.html:184
4216 4480 #: rhodecode/templates/users/user_profile.html:7
@@ -4231,17 +4495,27 b' msgstr "utworzono"'
4231 4495
4232 4496 #: rhodecode/templates/admin/gists/show.html:91
4233 4497 #: rhodecode/templates/files/files_delete.html:50
4234 #: rhodecode/templates/files/files_source.html:61
4498 #: rhodecode/templates/files/files_source.html:62
4235 4499 msgid "Show as raw"
4236 4500 msgstr "wyświetl jako raw"
4237 4501
4238 #: rhodecode/templates/admin/integrations/base.html:12
4239 msgid "Integrations settings"
4240 msgstr ""
4241
4242 #: rhodecode/templates/admin/integrations/edit.html:17
4502 #: rhodecode/templates/admin/integrations/base.html:14
4503 msgid "Integrations Settings"
4504 msgstr ""
4505
4506 #: rhodecode/templates/admin/integrations/form.html:17
4243 4507 #: rhodecode/templates/admin/integrations/list.html:10
4244 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:44
4508 #: rhodecode/templates/admin/integrations/new.html:13
4509 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4510 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4511 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4512 msgid "Repository Groups"
4513 msgstr "Grupy Repozytoriów"
4514
4515 #: rhodecode/templates/admin/integrations/form.html:30
4516 #: rhodecode/templates/admin/integrations/list.html:16
4517 #: rhodecode/templates/admin/integrations/new.html:21
4518 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:48
4245 4519 #: rhodecode/templates/admin/repos/repo_edit.html:15
4246 4520 #: rhodecode/templates/admin/repos/repo_edit.html:43
4247 4521 #: rhodecode/templates/admin/settings/settings.html:14
@@ -4251,27 +4525,101 b' msgstr ""'
4251 4525 msgid "Settings"
4252 4526 msgstr "Ustawienia"
4253 4527
4254 #: rhodecode/templates/admin/integrations/edit.html:36
4255 #, python-format
4256 msgid "Create new %(integration_type)s integration"
4257 msgstr ""
4258
4259 #: rhodecode/templates/admin/integrations/list.html:31
4528 #: rhodecode/templates/admin/integrations/form.html:60
4529 #, python-format
4530 msgid "Create New %(integration_type)s Integration"
4531 msgstr ""
4532
4533 #: rhodecode/templates/admin/integrations/list.html:44
4534 msgid "Current Integrations for Repository: {repo_name}"
4535 msgstr ""
4536
4537 #: rhodecode/templates/admin/integrations/list.html:46
4538 msgid "Current Integrations for repository group: {repo_group_name}"
4539 msgstr ""
4540
4541 #: rhodecode/templates/admin/integrations/list.html:48
4542 msgid "Current Integrations"
4543 msgstr ""
4544
4545 #: rhodecode/templates/admin/integrations/list.html:64
4546 #: rhodecode/templates/admin/notifications/notifications.html:31
4547 msgid "All"
4548 msgstr "Wszystkie"
4549
4550 #: rhodecode/templates/admin/integrations/list.html:95
4551 #: rhodecode/templates/admin/integrations/new.html:26
4260 4552 msgid "Create new integration"
4261 4553 msgstr ""
4262 4554
4263 #: rhodecode/templates/admin/integrations/list.html:56
4264 msgid "Current integrations"
4265 msgstr ""
4266
4267 #: rhodecode/templates/admin/integrations/list.html:65
4555 #: rhodecode/templates/admin/integrations/list.html:104
4556 msgid "Scope"
4557 msgstr ""
4558
4559 #: rhodecode/templates/admin/integrations/list.html:105
4268 4560 msgid "Actions"
4269 4561 msgstr ""
4270 4562
4271 #: rhodecode/templates/admin/integrations/list.html:89
4563 #: rhodecode/templates/admin/integrations/list.html:115
4564 msgid "No {type} integrations for repo {repo} exist yet."
4565 msgstr ""
4566
4567 #: rhodecode/templates/admin/integrations/list.html:117
4568 msgid "No {type} integrations for repogroup {repogroup} exist yet."
4569 msgstr ""
4570
4571 #: rhodecode/templates/admin/integrations/list.html:119
4572 msgid "No {type} integrations exist yet."
4573 msgstr ""
4574
4575 #: rhodecode/templates/admin/integrations/list.html:133
4576 msgid "Create one"
4577 msgstr ""
4578
4579 #: rhodecode/templates/admin/integrations/list.html:164
4580 msgid "repo"
4581 msgstr ""
4582
4583 #: rhodecode/templates/admin/integrations/list.html:168
4584 msgid "repogroup"
4585 msgstr ""
4586
4587 #: rhodecode/templates/admin/integrations/list.html:170
4588 msgid "child repos only"
4589 msgstr ""
4590
4591 #: rhodecode/templates/admin/integrations/list.html:172
4592 msgid "cascade to all"
4593 msgstr ""
4594
4595 #: rhodecode/templates/admin/integrations/list.html:177
4596 msgid "top level repos only"
4597 msgstr ""
4598
4599 #: rhodecode/templates/admin/integrations/list.html:179
4600 msgid "global"
4601 msgstr ""
4602
4603 #: rhodecode/templates/admin/integrations/list.html:185
4272 4604 msgid "unknown integration"
4273 4605 msgstr ""
4274 4606
4607 #: rhodecode/templates/admin/integrations/new.html:31
4608 msgid "Create New Integration for repository: {repo_name}"
4609 msgstr ""
4610
4611 #: rhodecode/templates/admin/integrations/new.html:33
4612 msgid "Create New Integration for repository group: {repo_group_name}"
4613 msgstr ""
4614
4615 #: rhodecode/templates/admin/integrations/new.html:35
4616 msgid "Create New Global Integration"
4617 msgstr ""
4618
4619 #: rhodecode/templates/admin/integrations/new.html:61
4620 msgid "No description available"
4621 msgstr ""
4622
4275 4623 #: rhodecode/templates/admin/my_account/my_account.html:5
4276 4624 #: rhodecode/templates/base/base.html:343
4277 4625 msgid "My account"
@@ -4291,7 +4639,7 b' msgstr ""'
4291 4639 msgid "Auth Tokens"
4292 4640 msgstr ""
4293 4641
4294 #: rhodecode/templates/admin/my_account/my_account.html:34
4642 #: rhodecode/templates/admin/my_account/my_account.html:35
4295 4643 msgid "OAuth Identities"
4296 4644 msgstr ""
4297 4645
@@ -4409,36 +4757,18 b' msgstr "Brak dodatkowych emaili"'
4409 4757 msgid "New email address"
4410 4758 msgstr "Nowy adres e-mail"
4411 4759
4412 #: rhodecode/templates/admin/my_account/my_account_notifications.html:3
4413 msgid "Your live notification settings"
4414 msgstr ""
4415
4416 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4417 #: rhodecode/templates/admin/notifications/show_notification.html:12
4418 msgid "Notifications"
4419 msgstr "Powiadomienia"
4420
4421 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4422 msgid "Disabled"
4423 msgstr "Wyłączone"
4760 #: rhodecode/templates/admin/my_account/my_account_notifications.html:12
4761 msgid "Your Live Notification Settings"
4762 msgstr ""
4763
4764 #: rhodecode/templates/admin/my_account/my_account_notifications.html:24
4765 msgid "Notifications Status"
4766 msgstr ""
4424 4767
4425 4768 #: rhodecode/templates/admin/my_account/my_account_password.html:3
4426 4769 msgid "Change Your Account Password"
4427 4770 msgstr ""
4428 4771
4429 #: rhodecode/templates/admin/my_account/my_account_password.html:10
4430 msgid "Current Password"
4431 msgstr ""
4432
4433 #: rhodecode/templates/admin/my_account/my_account_password.html:19
4434 #: rhodecode/templates/admin/users/user_edit_profile.html:74
4435 msgid "New Password"
4436 msgstr ""
4437
4438 #: rhodecode/templates/admin/my_account/my_account_password.html:28
4439 msgid "Confirm New Password"
4440 msgstr ""
4441
4442 4772 #: rhodecode/templates/admin/my_account/my_account_profile.html:11
4443 4773 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:52
4444 4774 #: rhodecode/templates/admin/users/user_edit_profile.html:25
@@ -4478,27 +4808,28 b' msgid "Pull Requests You Opened"'
4478 4808 msgstr ""
4479 4809
4480 4810 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:23
4481 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4811 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:87
4482 4812 msgid "Target Repo"
4483 4813 msgstr ""
4484 4814
4485 4815 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:26
4486 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4816 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:90
4487 4817 #: rhodecode/templates/admin/settings/settings_global.html:9
4488 #: rhodecode/templates/email_templates/pull_request_review.mako:28
4489 #: rhodecode/templates/email_templates/pull_request_review.mako:48
4818 #: rhodecode/templates/email_templates/pull_request_review.mako:39
4819 #: rhodecode/templates/email_templates/pull_request_review.mako:72
4490 4820 #: rhodecode/templates/pullrequests/pullrequest.html:38
4491 4821 #: rhodecode/templates/pullrequests/pullrequests.html:104
4492 4822 msgid "Title"
4493 4823 msgstr "Tytuł"
4494 4824
4495 4825 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
4496 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:92
4497 msgid "Opened On"
4826 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4827 #: rhodecode/templates/pullrequests/pullrequests.html:108
4828 msgid "Last Update"
4498 4829 msgstr ""
4499 4830
4500 4831 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:43
4501 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:107
4832 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:106
4502 4833 #: rhodecode/templates/changelog/changelog.html:153
4503 4834 #: rhodecode/templates/compare/compare_commits.html:49
4504 4835 #: rhodecode/templates/search/search_commit.html:36
@@ -4506,7 +4837,7 b' msgid "Expand commit message"'
4506 4837 msgstr ""
4507 4838
4508 4839 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:52
4509 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:116
4840 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:115
4510 4841 #: rhodecode/templates/changeset/changeset_file_comment.html:284
4511 4842 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
4512 4843 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
@@ -4514,19 +4845,19 b' msgstr ""'
4514 4845 msgid "Closed"
4515 4846 msgstr "Zamknięte"
4516 4847
4517 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:64
4848 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4518 4849 msgid "Confirm to delete this pull request"
4519 4850 msgstr "Potwierdź usunięcie połączenia gałęzi"
4520 4851
4521 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:71
4852 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:70
4522 4853 msgid "You currently have no open pull requests."
4523 4854 msgstr ""
4524 4855
4525 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:79
4856 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:78
4526 4857 msgid "Pull Requests You Participate In"
4527 4858 msgstr ""
4528 4859
4529 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:129
4860 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:127
4530 4861 msgid ""
4531 4862 "There are currently no open pull requests requiring your participation."
4532 4863 msgstr ""
@@ -4544,10 +4875,6 b' msgstr ""'
4544 4875 msgid "My Notifications"
4545 4876 msgstr "Opcje powiadomień"
4546 4877
4547 #: rhodecode/templates/admin/notifications/notifications.html:31
4548 msgid "All"
4549 msgstr "Wszystkie"
4550
4551 4878 #: rhodecode/templates/admin/notifications/notifications.html:32
4552 4879 #: rhodecode/templates/changeset/changeset.html:140
4553 4880 #: rhodecode/templates/pullrequests/pullrequest_show.html:133
@@ -4567,12 +4894,16 b' msgstr "Brak powiadomie\xc5\x84"'
4567 4894 msgid "Show notification"
4568 4895 msgstr "Pokaż powiadomienia"
4569 4896
4897 #: rhodecode/templates/admin/notifications/show_notification.html:12
4898 msgid "Notifications"
4899 msgstr "Powiadomienia"
4900
4570 4901 #: rhodecode/templates/admin/permissions/permissions.html:5
4571 4902 msgid "Permissions Administration"
4572 4903 msgstr ""
4573 4904
4574 4905 #: rhodecode/templates/admin/permissions/permissions.html:14
4575 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:45
4906 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:49
4576 4907 #: rhodecode/templates/admin/repos/repo_edit.html:46
4577 4908 #: rhodecode/templates/admin/user_groups/user_group_edit.html:34
4578 4909 #: rhodecode/templates/base/base.html:82
@@ -4685,12 +5016,6 b' msgstr "Wszystkie uprawnienia domy\xc5\x9blne ka\xc5\xbcdego repozytorium zostan\xc4\x85 przywr\xc3\xb3cone. Wybrane uprawnienie zostan\xc4\x85 skasowane. Pami\xc4\x99taj, \xc5\xbce wszystkie niestandardowe uprawnienia w repozytoriach zostan\xc4\x85 utracone."'
4685 5016 msgid "Overwrite Existing Settings"
4686 5017 msgstr ""
4687 5018
4688 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4689 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4690 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4691 msgid "Repository Groups"
4692 msgstr "Grupy Repozytoriów"
4693
4694 5019 #: rhodecode/templates/admin/permissions/permissions_objects.html:34
4695 5020 msgid ""
4696 5021 "All default permissions on each repository group will be reset to chosen "
@@ -4753,7 +5078,7 b' msgstr ""'
4753 5078 msgid "Add Child Group"
4754 5079 msgstr ""
4755 5080
4756 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:46
5081 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:50
4757 5082 #: rhodecode/templates/admin/repos/repo_edit.html:49
4758 5083 #: rhodecode/templates/admin/user_groups/user_group_edit.html:35
4759 5084 #: rhodecode/templates/admin/users/user_edit.html:35
@@ -5024,7 +5349,6 b' msgid "Statistics"'
5024 5349 msgstr "Statystyki"
5025 5350
5026 5351 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:7
5027 #: rhodecode/templates/pullrequests/pullrequests.html:108
5028 5352 msgid "Updated on"
5029 5353 msgstr ""
5030 5354
@@ -5429,7 +5753,7 b' msgstr ""'
5429 5753
5430 5754 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:45
5431 5755 #: rhodecode/templates/admin/settings/settings_global.html:109
5432 #: rhodecode/templates/admin/settings/settings_labs.html:45
5756 #: rhodecode/templates/admin/settings/settings_labs.html:48
5433 5757 #: rhodecode/templates/admin/settings/settings_vcs.html:13
5434 5758 #: rhodecode/templates/admin/settings/settings_visual.html:219
5435 5759 msgid "Save settings"
@@ -5646,6 +5970,10 b' msgstr "Niestandardowa aktualizacja"'
5646 5970 msgid "Labs Settings"
5647 5971 msgstr ""
5648 5972
5973 #: rhodecode/templates/admin/settings/settings_labs.html:10
5974 msgid "There are no Labs settings currently"
5975 msgstr ""
5976
5649 5977 #: rhodecode/templates/admin/settings/settings_mapping.html:5
5650 5978 msgid "Import New Groups or Repositories"
5651 5979 msgstr ""
@@ -6384,6 +6712,10 b' msgstr ""'
6384 6712 msgid "Change the avatar at"
6385 6713 msgstr ""
6386 6714
6715 #: rhodecode/templates/admin/users/user_edit_profile.html:74
6716 msgid "New Password"
6717 msgstr ""
6718
6387 6719 #: rhodecode/templates/admin/users/user_edit_profile.html:82
6388 6720 msgid "New Password Confirmation"
6389 6721 msgstr ""
@@ -6414,7 +6746,7 b' msgid "Authentication type"'
6414 6746 msgstr ""
6415 6747
6416 6748 #: rhodecode/templates/base/base.html:44
6417 #: rhodecode/templates/errors/error_document.html:51
6749 #: rhodecode/templates/errors/error_document.html:57
6418 6750 msgid "Support"
6419 6751 msgstr ""
6420 6752
@@ -6799,7 +7131,7 b' msgstr "Tworzenie grup u\xc5\xbcytkownik\xc3\xb3w"'
6799 7131 msgid "No permission defined"
6800 7132 msgstr ""
6801 7133
6802 #: rhodecode/templates/base/root.html:120
7134 #: rhodecode/templates/base/root.html:161
6803 7135 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6804 7136 msgstr ""
6805 7137
@@ -6901,29 +7233,65 b' msgid ""'
6901 7233 "repositories and migrates them to Mercurial type."
6902 7234 msgstr ""
6903 7235
6904 #: rhodecode/templates/base/vcs_settings.html:124
6905 msgid "Subversion Settings"
7236 #: rhodecode/templates/base/vcs_settings.html:123
7237 msgid "Mercurial Labs Settings"
7238 msgstr ""
7239
7240 #: rhodecode/templates/base/vcs_settings.html:123
7241 msgid ""
7242 "These features are considered experimental and may not work as expected."
6906 7243 msgstr ""
6907 7244
6908 7245 #: rhodecode/templates/base/vcs_settings.html:129
7246 msgid "Use rebase as merge strategy"
7247 msgstr ""
7248
7249 #: rhodecode/templates/base/vcs_settings.html:132
7250 msgid ""
7251 "Use rebase instead of creating a merge commit when merging via web "
7252 "interface."
7253 msgstr ""
7254
7255 #: rhodecode/templates/base/vcs_settings.html:144
7256 msgid "Global Subversion Settings"
7257 msgstr ""
7258
7259 #: rhodecode/templates/base/vcs_settings.html:150
7260 msgid "Proxy subversion HTTP requests"
7261 msgstr ""
7262
7263 #: rhodecode/templates/base/vcs_settings.html:153
7264 msgid ""
7265 "Subversion HTTP Support. Enables communication with SVN over HTTP protocol."
7266 msgstr ""
7267
7268 #: rhodecode/templates/base/vcs_settings.html:158
7269 msgid "Subversion HTTP Server URL"
7270 msgstr ""
7271
7272 #: rhodecode/templates/base/vcs_settings.html:171
7273 msgid "Subversion Settings"
7274 msgstr ""
7275
7276 #: rhodecode/templates/base/vcs_settings.html:176
6909 7277 msgid "Repository patterns"
6910 7278 msgstr ""
6911 7279
6912 #: rhodecode/templates/base/vcs_settings.html:133
7280 #: rhodecode/templates/base/vcs_settings.html:180
6913 7281 msgid ""
6914 7282 "Patterns for identifying SVN branches and tags. For recursive search, use "
6915 7283 "\"*\". Eg.: \"/branches/*\""
6916 7284 msgstr ""
6917 7285
6918 #: rhodecode/templates/base/vcs_settings.html:196
7286 #: rhodecode/templates/base/vcs_settings.html:246
6919 7287 msgid "Pull Request Settings"
6920 7288 msgstr ""
6921 7289
6922 #: rhodecode/templates/base/vcs_settings.html:201
7290 #: rhodecode/templates/base/vcs_settings.html:251
6923 7291 msgid "Enable server-side merge for pull requests"
6924 7292 msgstr ""
6925 7293
6926 #: rhodecode/templates/base/vcs_settings.html:204
7294 #: rhodecode/templates/base/vcs_settings.html:254
6927 7295 msgid ""
6928 7296 "Note: when this feature is enabled, it only runs hooks defined in the "
6929 7297 "rcextension package. Custom hooks added on the Admin -> Settings -> Hooks "
@@ -6931,34 +7299,16 b' msgid ""'
6931 7299 "web interface."
6932 7300 msgstr ""
6933 7301
6934 #: rhodecode/templates/base/vcs_settings.html:208
7302 #: rhodecode/templates/base/vcs_settings.html:258
6935 7303 msgid "Invalidate and relocate inline comments during update"
6936 7304 msgstr ""
6937 7305
6938 #: rhodecode/templates/base/vcs_settings.html:211
7306 #: rhodecode/templates/base/vcs_settings.html:261
6939 7307 msgid ""
6940 7308 "During the update of a pull request, the position of inline comments will be"
6941 7309 " updated and outdated inline comments will be hidden."
6942 7310 msgstr ""
6943 7311
6944 #: rhodecode/templates/base/vcs_settings.html:222
6945 msgid "Labs settings"
6946 msgstr ""
6947
6948 #: rhodecode/templates/base/vcs_settings.html:222
6949 msgid ""
6950 "These features are considered experimental and may not work as expected."
6951 msgstr ""
6952
6953 #: rhodecode/templates/base/vcs_settings.html:229
6954 msgid "Mercurial server-side merge"
6955 msgstr ""
6956
6957 #: rhodecode/templates/base/vcs_settings.html:234
6958 msgid ""
6959 "Use rebase instead of creating a merge commit when merging via web interface"
6960 msgstr ""
6961
6962 7312 #: rhodecode/templates/bookmarks/bookmarks.html:5
6963 7313 #, python-format
6964 7314 msgid "%s Bookmarks"
@@ -7369,7 +7719,7 b' msgstr "Podgl\xc4\x85d komentarza"'
7369 7719 #: rhodecode/templates/changeset/changeset_file_comment.html:293
7370 7720 #: rhodecode/templates/compare/compare_diff.html:57
7371 7721 #: rhodecode/templates/email_templates/commit_comment.mako:87
7372 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7722 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7373 7723 msgid "Comment"
7374 7724 msgstr "Komentarz"
7375 7725
@@ -7523,17 +7873,17 b' msgid "Compare Commits"'
7523 7873 msgstr ""
7524 7874
7525 7875 #: rhodecode/templates/compare/compare_diff.html:46
7526 #: rhodecode/templates/email_templates/pull_request_review.mako:50
7876 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7527 7877 #: rhodecode/templates/files/file_diff.html:56
7528 7878 #: rhodecode/templates/pullrequests/pullrequest_show.html:85
7529 7879 msgid "Target"
7530 7880 msgstr ""
7531 7881
7532 7882 #: rhodecode/templates/compare/compare_diff.html:47
7533 #: rhodecode/templates/email_templates/pull_request_comment.mako:92
7534 #: rhodecode/templates/email_templates/pull_request_review.mako:49
7883 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7884 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7535 7885 #: rhodecode/templates/files/file_diff.html:62
7536 #: rhodecode/templates/files/files_source.html:18
7886 #: rhodecode/templates/files/files_source.html:19
7537 7887 msgid "Source"
7538 7888 msgstr "Źródło"
7539 7889
@@ -7715,17 +8065,17 b' msgstr ""'
7715 8065 msgid "Form vertical"
7716 8066 msgstr ""
7717 8067
7718 #: rhodecode/templates/email_templates/base.mako:7
8068 #: rhodecode/templates/email_templates/base.mako:32
7719 8069 #, python-format
7720 8070 msgid "This is a notification from RhodeCode. %(instance_url)s"
7721 8071 msgstr ""
7722 8072
7723 #: rhodecode/templates/email_templates/base.mako:90
8073 #: rhodecode/templates/email_templates/base.mako:115
7724 8074 msgid "RhodeCode"
7725 8075 msgstr ""
7726 8076
7727 8077 #: rhodecode/templates/email_templates/commit_comment.mako:16
7728 #: rhodecode/templates/email_templates/pull_request_comment.mako:17
8078 #: rhodecode/templates/email_templates/pull_request_comment.mako:18
7729 8079 msgid "[mention]"
7730 8080 msgstr ""
7731 8081
@@ -7754,12 +8104,12 b' msgid "%(user)s commented on commit `%(c'
7754 8104 msgstr ""
7755 8105
7756 8106 #: rhodecode/templates/email_templates/commit_comment.mako:43
7757 #: rhodecode/templates/email_templates/pull_request_comment.mako:43
8107 #: rhodecode/templates/email_templates/pull_request_comment.mako:44
7758 8108 msgid "Comment link"
7759 8109 msgstr ""
7760 8110
7761 8111 #: rhodecode/templates/email_templates/commit_comment.mako:48
7762 #: rhodecode/templates/email_templates/pull_request_comment.mako:48
8112 #: rhodecode/templates/email_templates/pull_request_comment.mako:49
7763 8113 #, python-format
7764 8114 msgid "File: %(comment_file)s on line %(comment_line)s"
7765 8115 msgstr ""
@@ -7788,7 +8138,7 b' msgid "The commit status was changed to"'
7788 8138 msgstr ""
7789 8139
7790 8140 #: rhodecode/templates/email_templates/commit_comment.mako:87
7791 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
8141 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7792 8142 #, python-format
7793 8143 msgid "Comment on line: %(comment_line)s"
7794 8144 msgstr ""
@@ -7797,75 +8147,79 b' msgstr ""'
7797 8147 msgid "Generate new password here"
7798 8148 msgstr ""
7799 8149
7800 #: rhodecode/templates/email_templates/pull_request_comment.mako:20
8150 #: rhodecode/templates/email_templates/pull_request_comment.mako:21
7801 8151 #, python-format
7802 8152 msgid ""
7803 8153 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (file: "
7804 8154 "`%(comment_file)s`)"
7805 8155 msgstr ""
7806 8156
7807 #: rhodecode/templates/email_templates/pull_request_comment.mako:23
8157 #: rhodecode/templates/email_templates/pull_request_comment.mako:24
7808 8158 #, python-format
7809 8159 msgid ""
7810 8160 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (status: "
7811 8161 "%(status)s)"
7812 8162 msgstr ""
7813 8163
7814 #: rhodecode/templates/email_templates/pull_request_comment.mako:25
7815 #: rhodecode/templates/email_templates/pull_request_comment.mako:82
8164 #: rhodecode/templates/email_templates/pull_request_comment.mako:26
8165 #: rhodecode/templates/email_templates/pull_request_comment.mako:83
7816 8166 #, python-format
7817 8167 msgid "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\""
7818 8168 msgstr ""
7819 8169
7820 #: rhodecode/templates/email_templates/pull_request_comment.mako:45
8170 #: rhodecode/templates/email_templates/pull_request_comment.mako:46
7821 8171 msgid "Source repository"
7822 8172 msgstr ""
7823 8173
7824 #: rhodecode/templates/email_templates/pull_request_comment.mako:54
8174 #: rhodecode/templates/email_templates/pull_request_comment.mako:55
7825 8175 #, python-format
7826 8176 msgid "%(user)s submitted pull request #%(pr_id)s status: *%(status)s*"
7827 8177 msgstr ""
7828 8178
7829 #: rhodecode/templates/email_templates/pull_request_comment.mako:56
8179 #: rhodecode/templates/email_templates/pull_request_comment.mako:57
7830 8180 #, python-format
7831 8181 msgid ""
7832 8182 "%(user)s submitted pull request #%(pr_id)s status: *%(status)s and closed*"
7833 8183 msgstr ""
7834 8184
7835 #: rhodecode/templates/email_templates/pull_request_comment.mako:80
8185 #: rhodecode/templates/email_templates/pull_request_comment.mako:81
7836 8186 #, python-format
7837 8187 msgid ""
7838 8188 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" "
7839 8189 "(file:`%(comment_file)s`)"
7840 8190 msgstr ""
7841 8191
7842 #: rhodecode/templates/email_templates/pull_request_comment.mako:86
8192 #: rhodecode/templates/email_templates/pull_request_comment.mako:87
7843 8193 #, python-format
7844 8194 msgid "submitted pull request status: %(status)s"
7845 8195 msgstr ""
7846 8196
7847 #: rhodecode/templates/email_templates/pull_request_comment.mako:88
8197 #: rhodecode/templates/email_templates/pull_request_comment.mako:89
7848 8198 #, python-format
7849 8199 msgid "submitted pull request status: %(status)s and closed"
7850 8200 msgstr ""
7851 8201
7852 #: rhodecode/templates/email_templates/pull_request_review.mako:5
7853 #, python-format
7854 msgid "%(user)s wants you to review pull request #%(pr_url)s: \"%(pr_title)s\""
7855 msgstr ""
7856
7857 #: rhodecode/templates/email_templates/pull_request_review.mako:17
8202 #: rhodecode/templates/email_templates/pull_request_comment.mako:95
8203 msgid "Submitted status"
8204 msgstr ""
8205
8206 #: rhodecode/templates/email_templates/pull_request_review.mako:14
8207 #, python-format
8208 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\""
8209 msgstr ""
8210
8211 #: rhodecode/templates/email_templates/pull_request_review.mako:34
7858 8212 #, python-format
7859 8213 msgid ""
7860 8214 "Pull request from %(source_ref_type)s:%(source_ref_name)s of %(repo_url)s "
7861 8215 "into %(target_ref_type)s:%(target_ref_name)s"
7862 8216 msgstr ""
7863 8217
7864 #: rhodecode/templates/email_templates/pull_request_review.mako:26
8218 #: rhodecode/templates/email_templates/pull_request_review.mako:37
7865 8219 msgid "Link"
7866 8220 msgstr ""
7867 8221
7868 #: rhodecode/templates/email_templates/pull_request_review.mako:35
8222 #: rhodecode/templates/email_templates/pull_request_review.mako:46
7869 8223 #, python-format
7870 8224 msgid "Commit (%(num)s)"
7871 8225 msgid_plural "Commits (%(num)s)"
@@ -7873,22 +8227,22 b' msgstr[0] ""'
7873 8227 msgstr[1] ""
7874 8228 msgstr[2] ""
7875 8229
7876 #: rhodecode/templates/email_templates/pull_request_review.mako:47
8230 #: rhodecode/templates/email_templates/pull_request_review.mako:71
7877 8231 #, python-format
7878 8232 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\"."
7879 8233 msgstr ""
7880 8234
7881 #: rhodecode/templates/email_templates/pull_request_review.mako:49
8235 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7882 8236 #, python-format
7883 8237 msgid "%(source_ref_type)s of %(source_repo_url)s"
7884 8238 msgstr ""
7885 8239
7886 #: rhodecode/templates/email_templates/pull_request_review.mako:50
8240 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7887 8241 #, python-format
7888 8242 msgid "%(target_ref_type)s of %(target_repo_url)s"
7889 8243 msgstr ""
7890 8244
7891 #: rhodecode/templates/email_templates/pull_request_review.mako:52
8245 #: rhodecode/templates/email_templates/pull_request_review.mako:76
7892 8246 #: rhodecode/templates/summary/components.html:95
7893 8247 #: rhodecode/templates/summary/components.html:98
7894 8248 #, python-format
@@ -8131,13 +8485,13 b' msgid "Delete file"'
8131 8485 msgstr "Usuń plik"
8132 8486
8133 8487 #: rhodecode/templates/files/files_delete.html:45
8134 #: rhodecode/templates/files/files_source.html:49
8488 #: rhodecode/templates/files/files_source.html:50
8135 8489 #, python-format
8136 8490 msgid "Binary file (%s)"
8137 8491 msgstr "Plik binarny (%s)"
8138 8492
8139 8493 #: rhodecode/templates/files/files_delete.html:50
8140 #: rhodecode/templates/files/files_source.html:61
8494 #: rhodecode/templates/files/files_source.html:62
8141 8495 msgid "File is too big to display"
8142 8496 msgstr "Plik jest za duży do wyświetlenia"
8143 8497
@@ -8208,44 +8562,44 b' msgstr[0] ""'
8208 8562 msgstr[1] ""
8209 8563 msgstr[2] ""
8210 8564
8211 #: rhodecode/templates/files/files_source.html:12
8565 #: rhodecode/templates/files/files_source.html:13
8212 8566 msgid "History"
8213 8567 msgstr "Historia"
8214 8568
8215 #: rhodecode/templates/files/files_source.html:15
8569 #: rhodecode/templates/files/files_source.html:16
8216 8570 #: rhodecode/templates/search/search_content.html:68
8217 8571 msgid "Show Full History"
8218 8572 msgstr ""
8219 8573
8220 #: rhodecode/templates/files/files_source.html:20
8574 #: rhodecode/templates/files/files_source.html:21
8221 8575 #: rhodecode/templates/search/search_content.html:70
8222 8576 msgid "Annotation"
8223 8577 msgstr ""
8224 8578
8225 #: rhodecode/templates/files/files_source.html:22
8579 #: rhodecode/templates/files/files_source.html:23
8226 8580 #: rhodecode/templates/search/search_content.html:71
8227 8581 msgid "Raw"
8228 8582 msgstr ""
8229 8583
8230 #: rhodecode/templates/files/files_source.html:24
8584 #: rhodecode/templates/files/files_source.html:25
8231 8585 #: rhodecode/templates/search/search_content.html:73
8232 8586 msgid "Download"
8233 8587 msgstr "Pobierz"
8234 8588
8235 #: rhodecode/templates/files/files_source.html:31
8589 #: rhodecode/templates/files/files_source.html:32
8236 8590 #, python-format
8237 8591 msgid "Edit on Branch:%s"
8238 8592 msgstr ""
8239 8593
8240 #: rhodecode/templates/files/files_source.html:36
8594 #: rhodecode/templates/files/files_source.html:37
8241 8595 msgid "Editing binary files not allowed"
8242 8596 msgstr "Edycja plików binarnych jest zabroniona"
8243 8597
8244 #: rhodecode/templates/files/files_source.html:39
8598 #: rhodecode/templates/files/files_source.html:40
8245 8599 msgid "Editing files allowed only when on branch head commit"
8246 8600 msgstr ""
8247 8601
8248 #: rhodecode/templates/files/files_source.html:40
8602 #: rhodecode/templates/files/files_source.html:41
8249 8603 msgid "Deleting files allowed only when on branch head commit"
8250 8604 msgstr ""
8251 8605
1 NO CONTENT: modified file, binary diff hidden
This diff has been collapsed as it changes many lines, (1176 lines changed) Show them Hide them
@@ -9,8 +9,8 b' msgid ""'
9 9 msgstr ""
10 10 "Project-Id-Version: RhodeCode\n"
11 11 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
12 "POT-Creation-Date: 2016-08-02 20:55+0000\n"
13 "PO-Revision-Date: 2016-08-02 20:57+0000\n"
12 "POT-Creation-Date: 2016-09-15 14:11+0000\n"
13 "PO-Revision-Date: 2016-09-15 14:12+0000\n"
14 14 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
15 15 "Language-Team: Portuguese (http://www.transifex.com/rhodecode/RhodeCode/language/pt/)\n"
16 16 "MIME-Version: 1.0\n"
@@ -21,7 +21,7 b' msgstr ""'
21 21 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22 22
23 23 #: rhodecode/admin/navigation.py:74 rhodecode/authentication/routes.py:60
24 #: rhodecode/integrations/views.py:126
24 #: rhodecode/integrations/views.py:168
25 25 #: rhodecode/templates/admin/permissions/permissions.html:36
26 26 msgid "Global"
27 27 msgstr ""
@@ -44,7 +44,8 b' msgstr ""'
44 44 msgid "Issue Tracker"
45 45 msgstr ""
46 46
47 #: rhodecode/admin/navigation.py:80 rhodecode/templates/register.html:76
47 #: rhodecode/admin/navigation.py:80 rhodecode/integrations/types/email.py:232
48 #: rhodecode/templates/register.html:76
48 49 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
49 50 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
50 51 #: rhodecode/templates/admin/users/user_add.html:86
@@ -64,12 +65,18 b' msgid "Full Text Search"'
64 65 msgstr ""
65 66
66 67 #: rhodecode/admin/navigation.py:83
67 #: rhodecode/templates/admin/integrations/base.html:21
68 #: rhodecode/templates/admin/integrations/edit.html:8
69 #: rhodecode/templates/admin/integrations/edit.html:19
70 #: rhodecode/templates/admin/integrations/list.html:15
71 #: rhodecode/templates/admin/integrations/list.html:19
72 #: rhodecode/templates/admin/integrations/list.html:26
68 #: rhodecode/templates/admin/integrations/base.html:23
69 #: rhodecode/templates/admin/integrations/form.html:8
70 #: rhodecode/templates/admin/integrations/form.html:21
71 #: rhodecode/templates/admin/integrations/form.html:32
72 #: rhodecode/templates/admin/integrations/list.html:21
73 #: rhodecode/templates/admin/integrations/list.html:25
74 #: rhodecode/templates/admin/integrations/list.html:29
75 #: rhodecode/templates/admin/integrations/list.html:36
76 #: rhodecode/templates/admin/integrations/new.html:9
77 #: rhodecode/templates/admin/integrations/new.html:17
78 #: rhodecode/templates/admin/integrations/new.html:23
79 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:51
73 80 #: rhodecode/templates/admin/repos/repo_edit.html:72
74 81 #: rhodecode/templates/base/base.html:84
75 82 msgid "Integrations"
@@ -92,9 +99,9 b' msgstr ""'
92 99 msgid "Enable or disable this authentication plugin."
93 100 msgstr ""
94 101
95 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:37
96 #: rhodecode/templates/admin/integrations/list.html:62
97 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
102 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:32
103 #: rhodecode/model/validation_schema/schemas/integration_schema.py:197
104 #: rhodecode/templates/admin/integrations/list.html:101
98 105 msgid "Enabled"
99 106 msgstr "Habilitado"
100 107
@@ -397,12 +404,12 b' msgstr ""'
397 404
398 405 #: rhodecode/controllers/changeset.py:335
399 406 #: rhodecode/controllers/pullrequests.py:750
400 #: rhodecode/model/pull_request.py:843
407 #: rhodecode/model/pull_request.py:842
401 408 #, python-format
402 409 msgid "Status change %(transition_icon)s %(status)s"
403 410 msgstr ""
404 411
405 #: rhodecode/controllers/changeset.py:372
412 #: rhodecode/controllers/changeset.py:373
406 413 msgid ""
407 414 "Changing the status of a commit associated with a closed pull request is not"
408 415 " allowed"
@@ -545,14 +552,14 b' msgstr ""'
545 552 msgid "Changesets"
546 553 msgstr "Conjuntos de mudanças"
547 554
548 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:251
555 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:259
549 556 #: rhodecode/model/pull_request.py:1059 rhodecode/model/scm.py:780
550 #: rhodecode/templates/base/vcs_settings.html:138
557 #: rhodecode/templates/base/vcs_settings.html:185
551 558 msgid "Branches"
552 559 msgstr "Ramos"
553 560
554 561 #: rhodecode/controllers/files.py:1030 rhodecode/model/scm.py:795
555 #: rhodecode/templates/base/vcs_settings.html:163
562 #: rhodecode/templates/base/vcs_settings.html:210
556 563 msgid "Tags"
557 564 msgstr "Etiquetas"
558 565
@@ -658,30 +665,30 b' msgid "Close Pull Request"'
658 665 msgstr ""
659 666
660 667 #: rhodecode/controllers/pullrequests.py:754
661 #: rhodecode/model/pull_request.py:847
668 #: rhodecode/model/pull_request.py:846
662 669 msgid "Closing with"
663 670 msgstr "Fechando com"
664 671
665 #: rhodecode/controllers/pullrequests.py:802
672 #: rhodecode/controllers/pullrequests.py:804
666 673 #, python-format
667 674 msgid ""
668 675 "Closing pull request on other statuses than rejected or approved is "
669 676 "forbidden. Calculated status from all reviewers is currently: %s"
670 677 msgstr ""
671 678
672 #: rhodecode/controllers/summary.py:235
679 #: rhodecode/controllers/summary.py:243
673 680 msgid "Branch"
674 681 msgstr "Ramo"
675 682
676 #: rhodecode/controllers/summary.py:236
683 #: rhodecode/controllers/summary.py:244
677 684 msgid "Tag"
678 685 msgstr ""
679 686
680 #: rhodecode/controllers/summary.py:237
687 #: rhodecode/controllers/summary.py:245
681 688 msgid "Bookmark"
682 689 msgstr ""
683 690
684 #: rhodecode/controllers/summary.py:252
691 #: rhodecode/controllers/summary.py:260
685 692 msgid "Closed branches"
686 693 msgstr ""
687 694
@@ -694,37 +701,37 b' msgid "Error occurred during update of d'
694 701 msgstr ""
695 702
696 703 #: rhodecode/controllers/admin/gists.py:63
697 #: rhodecode/controllers/admin/my_account.py:307
704 #: rhodecode/controllers/admin/my_account.py:317
698 705 #: rhodecode/controllers/admin/users.py:431
699 706 msgid "forever"
700 707 msgstr "para sempre"
701 708
702 709 #: rhodecode/controllers/admin/gists.py:64
703 #: rhodecode/controllers/admin/my_account.py:308
710 #: rhodecode/controllers/admin/my_account.py:318
704 711 #: rhodecode/controllers/admin/users.py:432
705 712 msgid "5 minutes"
706 713 msgstr "cinco minutos"
707 714
708 715 #: rhodecode/controllers/admin/gists.py:65
709 #: rhodecode/controllers/admin/my_account.py:309
716 #: rhodecode/controllers/admin/my_account.py:319
710 717 #: rhodecode/controllers/admin/users.py:433
711 718 msgid "1 hour"
712 719 msgstr "uma hora"
713 720
714 721 #: rhodecode/controllers/admin/gists.py:66
715 #: rhodecode/controllers/admin/my_account.py:310
722 #: rhodecode/controllers/admin/my_account.py:320
716 723 #: rhodecode/controllers/admin/users.py:434
717 724 msgid "1 day"
718 725 msgstr "um dia"
719 726
720 727 #: rhodecode/controllers/admin/gists.py:67
721 #: rhodecode/controllers/admin/my_account.py:311
728 #: rhodecode/controllers/admin/my_account.py:321
722 729 #: rhodecode/controllers/admin/users.py:435
723 730 msgid "1 month"
724 731 msgstr "um mês"
725 732
726 733 #: rhodecode/controllers/admin/gists.py:71
727 #: rhodecode/controllers/admin/my_account.py:313
734 #: rhodecode/controllers/admin/my_account.py:323
728 735 #: rhodecode/controllers/admin/users.py:437
729 736 msgid "Lifetime"
730 737 msgstr ""
@@ -778,60 +785,61 b' msgstr "nunca"'
778 785 msgid "%(expiry)s - current value"
779 786 msgstr ""
780 787
781 #: rhodecode/controllers/admin/my_account.py:70
788 #: rhodecode/controllers/admin/my_account.py:74
782 789 msgid "You can't edit this user since it's crucial for entire application"
783 790 msgstr "Você não pode editar esse usuário pois ele é crucial para toda a aplicação"
784 791
785 #: rhodecode/controllers/admin/my_account.py:128
792 #: rhodecode/controllers/admin/my_account.py:132
786 793 msgid "Your account was updated successfully"
787 794 msgstr "Sua conta foi atualizada com sucesso"
788 795
789 #: rhodecode/controllers/admin/my_account.py:143
796 #: rhodecode/controllers/admin/my_account.py:147
790 797 #: rhodecode/controllers/admin/users.py:218
791 798 #, python-format
792 799 msgid "Error occurred during update of user %s"
793 800 msgstr "Ocorreu um erro durante a atualização do usuário %s"
794 801
795 #: rhodecode/controllers/admin/my_account.py:202
802 #: rhodecode/controllers/admin/my_account.py:213
803 #: rhodecode/controllers/admin/my_account.py:219
804 msgid "Error occurred during update of user password"
805 msgstr ""
806
807 #: rhodecode/controllers/admin/my_account.py:226
796 808 msgid "Successfully updated password"
797 809 msgstr ""
798 810
799 #: rhodecode/controllers/admin/my_account.py:213
800 msgid "Error occurred during update of user password"
801 msgstr ""
802
803 #: rhodecode/controllers/admin/my_account.py:261
811 #: rhodecode/controllers/admin/my_account.py:271
804 812 #: rhodecode/controllers/admin/users.py:611
805 813 #, python-format
806 814 msgid "Added new email address `%s` for user account"
807 815 msgstr ""
808 816
809 #: rhodecode/controllers/admin/my_account.py:268
817 #: rhodecode/controllers/admin/my_account.py:278
810 818 #: rhodecode/controllers/admin/users.py:618
811 819 msgid "An error occurred during email saving"
812 820 msgstr "Ocorreu um erro durante o salvamento do email"
813 821
814 #: rhodecode/controllers/admin/my_account.py:278
822 #: rhodecode/controllers/admin/my_account.py:288
815 823 #: rhodecode/controllers/admin/users.py:633
816 824 msgid "Removed email address from user account"
817 825 msgstr ""
818 826
819 #: rhodecode/controllers/admin/my_account.py:316
827 #: rhodecode/controllers/admin/my_account.py:326
820 828 #: rhodecode/controllers/admin/users.py:440
821 829 msgid "Role"
822 830 msgstr ""
823 831
824 #: rhodecode/controllers/admin/my_account.py:329
832 #: rhodecode/controllers/admin/my_account.py:339
825 833 #: rhodecode/controllers/admin/users.py:464
826 834 msgid "Auth token successfully created"
827 835 msgstr ""
828 836
829 #: rhodecode/controllers/admin/my_account.py:342
837 #: rhodecode/controllers/admin/my_account.py:352
830 838 #: rhodecode/controllers/admin/users.py:483
831 839 msgid "Auth token successfully reset"
832 840 msgstr ""
833 841
834 #: rhodecode/controllers/admin/my_account.py:346
842 #: rhodecode/controllers/admin/my_account.py:356
835 843 #: rhodecode/controllers/admin/users.py:487
836 844 msgid "Auth token successfully deleted"
837 845 msgstr ""
@@ -1051,18 +1059,18 b' msgid "Error occurred during deleting is'
1051 1059 msgstr ""
1052 1060
1053 1061 #: rhodecode/controllers/admin/repos.py:721
1054 #: rhodecode/controllers/admin/settings.py:363
1062 #: rhodecode/controllers/admin/settings.py:366
1055 1063 msgid "Removed issue tracker entry"
1056 1064 msgstr ""
1057 1065
1058 1066 #: rhodecode/controllers/admin/repos.py:751
1059 #: rhodecode/controllers/admin/settings.py:409
1067 #: rhodecode/controllers/admin/settings.py:412
1060 1068 msgid "Updated issue tracker entries"
1061 1069 msgstr ""
1062 1070
1063 1071 #: rhodecode/controllers/admin/repos.py:812
1064 #: rhodecode/controllers/admin/settings.py:142
1065 #: rhodecode/controllers/admin/settings.py:719
1072 #: rhodecode/controllers/admin/settings.py:143
1073 #: rhodecode/controllers/admin/settings.py:722
1066 1074 msgid "Some form inputs contain invalid data."
1067 1075 msgstr ""
1068 1076
@@ -1071,86 +1079,70 b' msgid "Error occurred during updating re'
1071 1079 msgstr ""
1072 1080
1073 1081 #: rhodecode/controllers/admin/repos.py:834
1074 #: rhodecode/controllers/admin/settings.py:168
1082 #: rhodecode/controllers/admin/settings.py:171
1075 1083 msgid "Updated VCS settings"
1076 1084 msgstr "Configurações de VCS atualizadas"
1077 1085
1078 #: rhodecode/controllers/admin/settings.py:164
1079 #: rhodecode/controllers/admin/settings.py:267
1086 #: rhodecode/controllers/admin/settings.py:167
1087 #: rhodecode/controllers/admin/settings.py:270
1080 1088 msgid "Error occurred during updating application settings"
1081 1089 msgstr "Ocorreu um erro durante a atualização das configurações da aplicação"
1082 1090
1083 #: rhodecode/controllers/admin/settings.py:211
1091 #: rhodecode/controllers/admin/settings.py:214
1084 1092 #, python-format
1085 1093 msgid "Repositories successfully rescanned added: %s ; removed: %s"
1086 1094 msgstr "Repositórios varridos com sucesso adicionados: %s ; removidos: %s"
1087 1095
1088 #: rhodecode/controllers/admin/settings.py:263
1096 #: rhodecode/controllers/admin/settings.py:266
1089 1097 msgid "Updated application settings"
1090 1098 msgstr "Configurações da aplicação atualizadas"
1091 1099
1092 #: rhodecode/controllers/admin/settings.py:327
1100 #: rhodecode/controllers/admin/settings.py:330
1093 1101 msgid "Updated visualisation settings"
1094 1102 msgstr "Configurações de visualização atualizadas"
1095 1103
1096 #: rhodecode/controllers/admin/settings.py:330
1104 #: rhodecode/controllers/admin/settings.py:333
1097 1105 msgid "Error occurred during updating visualisation settings"
1098 1106 msgstr "Ocorreu um erro durante a atualização das configurações de visualização"
1099 1107
1100 #: rhodecode/controllers/admin/settings.py:422
1108 #: rhodecode/controllers/admin/settings.py:425
1101 1109 msgid "Please enter email address"
1102 1110 msgstr ""
1103 1111
1104 #: rhodecode/controllers/admin/settings.py:440
1112 #: rhodecode/controllers/admin/settings.py:443
1105 1113 msgid "Send email task created"
1106 1114 msgstr ""
1107 1115
1108 #: rhodecode/controllers/admin/settings.py:473
1116 #: rhodecode/controllers/admin/settings.py:476
1109 1117 msgid "Added new hook"
1110 1118 msgstr "Adicionado novo gancho"
1111 1119
1112 #: rhodecode/controllers/admin/settings.py:488
1120 #: rhodecode/controllers/admin/settings.py:491
1113 1121 msgid "Updated hooks"
1114 1122 msgstr "Atualizados os ganchos"
1115 1123
1116 #: rhodecode/controllers/admin/settings.py:492
1124 #: rhodecode/controllers/admin/settings.py:495
1117 1125 msgid "Error occurred during hook creation"
1118 1126 msgstr "Ocorreu um erro durante a criação do hook"
1119 1127
1120 #: rhodecode/controllers/admin/settings.py:540
1128 #: rhodecode/controllers/admin/settings.py:543
1121 1129 #, python-format
1122 1130 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
1123 1131 msgstr ""
1124 1132
1125 #: rhodecode/controllers/admin/settings.py:544
1133 #: rhodecode/controllers/admin/settings.py:547
1126 1134 #, python-format
1127 1135 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
1128 1136 msgstr ""
1129 1137
1130 #: rhodecode/controllers/admin/settings.py:740
1138 #: rhodecode/controllers/admin/settings.py:743
1131 1139 msgid "Error occurred during updating labs settings"
1132 1140 msgstr ""
1133 1141
1134 #: rhodecode/controllers/admin/settings.py:745
1142 #: rhodecode/controllers/admin/settings.py:748
1135 1143 msgid "Updated Labs settings"
1136 1144 msgstr ""
1137 1145
1138 #: rhodecode/controllers/admin/settings.py:795
1139 msgid "Subversion HTTP Support"
1140 msgstr ""
1141
1142 #: rhodecode/controllers/admin/settings.py:796
1143 msgid "Proxy subversion HTTP requests"
1144 msgstr ""
1145
1146 #: rhodecode/controllers/admin/settings.py:802
1147 msgid "Subversion HTTP Server URL"
1148 msgstr ""
1149
1150 #: rhodecode/controllers/admin/settings.py:804
1151 msgid "e.g. http://localhost:8080/"
1152 msgstr ""
1153
1154 1146 #: rhodecode/controllers/admin/user_groups.py:168
1155 1147 #, python-format
1156 1148 msgid "Created user group %(user_group_link)s"
@@ -1333,38 +1325,50 b' msgstr ""'
1333 1325 msgid "pullrequest commented"
1334 1326 msgstr ""
1335 1327
1336 #: rhodecode/events/repo.py:135
1328 #: rhodecode/events/repo.py:136
1337 1329 msgid "repository pre create"
1338 1330 msgstr ""
1339 1331
1340 #: rhodecode/events/repo.py:144
1332 #: rhodecode/events/repo.py:145
1341 1333 msgid "repository created"
1342 1334 msgstr ""
1343 1335
1344 #: rhodecode/events/repo.py:153
1336 #: rhodecode/events/repo.py:154
1345 1337 msgid "repository pre delete"
1346 1338 msgstr ""
1347 1339
1348 #: rhodecode/events/repo.py:162
1340 #: rhodecode/events/repo.py:163
1349 1341 msgid "repository deleted"
1350 1342 msgstr ""
1351 1343
1352 #: rhodecode/events/repo.py:193
1344 #: rhodecode/events/repo.py:199
1353 1345 msgid "repository pre pull"
1354 1346 msgstr ""
1355 1347
1356 #: rhodecode/events/repo.py:202
1348 #: rhodecode/events/repo.py:208
1357 1349 msgid "repository pull"
1358 1350 msgstr ""
1359 1351
1360 #: rhodecode/events/repo.py:211
1352 #: rhodecode/events/repo.py:217
1361 1353 msgid "repository pre push"
1362 1354 msgstr ""
1363 1355
1364 #: rhodecode/events/repo.py:222
1356 #: rhodecode/events/repo.py:228
1365 1357 msgid "repository push"
1366 1358 msgstr ""
1367 1359
1360 #: rhodecode/events/repo_group.py:62
1361 msgid "repository group created"
1362 msgstr ""
1363
1364 #: rhodecode/events/repo_group.py:71
1365 msgid "repository group deleted"
1366 msgstr ""
1367
1368 #: rhodecode/events/repo_group.py:80
1369 msgid "repository group update"
1370 msgstr ""
1371
1368 1372 #: rhodecode/events/user.py:34
1369 1373 msgid "user registered"
1370 1374 msgstr ""
@@ -1377,42 +1381,202 b' msgstr ""'
1377 1381 msgid "user pre update"
1378 1382 msgstr ""
1379 1383
1380 #: rhodecode/integrations/schema.py:35
1384 #: rhodecode/forms/__init__.py:32 rhodecode/templates/admin/gists/new.html:62
1385 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
1386 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
1387 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
1388 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
1389 #: rhodecode/templates/admin/permissions/permissions_application.html:51
1390 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
1391 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
1392 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
1393 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
1394 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
1395 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
1396 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
1397 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
1398 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
1399 #: rhodecode/templates/admin/settings/settings_global.html:110
1400 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
1401 #: rhodecode/templates/admin/settings/settings_labs.html:49
1402 #: rhodecode/templates/admin/settings/settings_vcs.html:14
1403 #: rhodecode/templates/admin/settings/settings_visual.html:220
1404 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
1405 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
1406 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
1407 #: rhodecode/templates/admin/users/user_edit_emails.html:63
1408 #: rhodecode/templates/admin/users/user_edit_ips.html:70
1409 #: rhodecode/templates/admin/users/user_edit_profile.html:135
1410 #: rhodecode/templates/base/default_perms_box.html:89
1411 msgid "Reset"
1412 msgstr "Limpar"
1413
1414 #: rhodecode/forms/__init__.py:33 rhodecode/templates/admin/gists/show.html:49
1415 #: rhodecode/templates/admin/integrations/list.html:211
1416 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
1417 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
1418 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:62
1419 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
1420 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
1421 #: rhodecode/templates/admin/settings/settings_hooks.html:46
1422 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
1423 #: rhodecode/templates/admin/users/user_edit_emails.html:31
1424 #: rhodecode/templates/admin/users/user_edit_ips.html:34
1425 #: rhodecode/templates/base/issue_tracker_settings.html:70
1426 #: rhodecode/templates/base/vcs_settings.html:194
1427 #: rhodecode/templates/base/vcs_settings.html:219
1428 #: rhodecode/templates/changeset/changeset_file_comment.html:49
1429 #: rhodecode/templates/changeset/changeset_file_comment.html:99
1430 #: rhodecode/templates/data_table/_dt_elements.html:119
1431 #: rhodecode/templates/data_table/_dt_elements.html:176
1432 #: rhodecode/templates/data_table/_dt_elements.html:190
1433 #: rhodecode/templates/data_table/_dt_elements.html:202
1434 #: rhodecode/templates/debug_style/buttons.html:132
1435 #: rhodecode/templates/files/files_source.html:34
1436 #: rhodecode/templates/files/files_source.html:38
1437 #: rhodecode/templates/files/files_source.html:41
1438 msgid "Delete"
1439 msgstr "Excluir"
1440
1441 #: rhodecode/integrations/schema.py:30
1442 #: rhodecode/model/validation_schema/schemas/integration_schema.py:195
1381 1443 msgid "Enable or disable this integration."
1382 1444 msgstr ""
1383 1445
1384 #: rhodecode/integrations/schema.py:42
1446 #: rhodecode/integrations/schema.py:37
1447 #: rhodecode/model/validation_schema/schemas/integration_schema.py:176
1385 1448 msgid "Short name for this integration."
1386 1449 msgstr ""
1387 1450
1388 #: rhodecode/integrations/schema.py:44
1451 #: rhodecode/integrations/schema.py:39
1452 #: rhodecode/model/validation_schema/schemas/integration_schema.py:178
1389 1453 msgid "Integration name"
1390 1454 msgstr ""
1391 1455
1456 #: rhodecode/integrations/schema.py:51
1457 msgid ""
1458 "Limit integrations to to work only on the direct children repositories of "
1459 "this repository group (no subgroups)"
1460 msgstr ""
1461
1462 #: rhodecode/integrations/schema.py:55
1463 msgid "Limit to childen repos only"
1464 msgstr ""
1465
1466 #: rhodecode/integrations/schema.py:63
1467 msgid "Limit integrations to to work only on root level repositories"
1468 msgstr ""
1469
1470 #: rhodecode/integrations/schema.py:66
1471 msgid "Root repositories only"
1472 msgstr ""
1473
1474 #: rhodecode/integrations/views.py:162
1475 msgid "{repo_name} repository"
1476 msgstr ""
1477
1478 #: rhodecode/integrations/views.py:165
1479 msgid "{repo_group_name} repo group"
1480 msgstr ""
1481
1392 1482 #: rhodecode/integrations/views.py:172
1483 msgid "{name} integration"
1484 msgstr ""
1485
1486 #: rhodecode/integrations/views.py:186
1393 1487 msgid "Integration {integration_name} deleted successfully."
1394 1488 msgstr ""
1395 1489
1396 #: rhodecode/integrations/views.py:200
1490 #: rhodecode/integrations/views.py:266
1397 1491 msgid ""
1398 1492 "Errors exist when saving integration settings. Please check the form inputs."
1399 1493 msgstr ""
1400 1494
1401 #: rhodecode/integrations/views.py:220
1495 #: rhodecode/integrations/views.py:292
1402 1496 msgid "Integration {integration_name} updated successfully."
1403 1497 msgstr ""
1404 1498
1499 #: rhodecode/integrations/types/email.py:214
1500 msgid "Recipients"
1501 msgstr ""
1502
1503 #: rhodecode/integrations/types/email.py:215
1504 msgid "Email addresses to send push events to"
1505 msgstr ""
1506
1507 #: rhodecode/integrations/types/email.py:220
1508 #: rhodecode/integrations/types/email.py:221
1509 msgid "Email address"
1510 msgstr ""
1511
1512 #: rhodecode/integrations/types/email.py:233
1513 msgid "Send repo push summaries to a list of recipients via email"
1514 msgstr ""
1515
1516 #: rhodecode/integrations/types/hipchat.py:43
1517 msgid "Yellow"
1518 msgstr ""
1519
1520 #: rhodecode/integrations/types/hipchat.py:44
1521 msgid "Red"
1522 msgstr ""
1523
1524 #: rhodecode/integrations/types/hipchat.py:45
1525 msgid "Green"
1526 msgstr ""
1527
1528 #: rhodecode/integrations/types/hipchat.py:46
1529 msgid "Purple"
1530 msgstr ""
1531
1532 #: rhodecode/integrations/types/hipchat.py:47
1533 msgid "Gray"
1534 msgstr ""
1535
1536 #: rhodecode/integrations/types/hipchat.py:52
1537 msgid "Hipchat server URL"
1538 msgstr ""
1539
1540 #: rhodecode/integrations/types/hipchat.py:53
1541 msgid "Hipchat integration url."
1542 msgstr ""
1543
1544 #: rhodecode/integrations/types/hipchat.py:63
1545 msgid "Notify"
1546 msgstr ""
1547
1548 #: rhodecode/integrations/types/hipchat.py:64
1549 msgid "Make a notification to the users in room."
1550 msgstr ""
1551
1552 #: rhodecode/integrations/types/hipchat.py:70
1553 msgid "Color"
1554 msgstr ""
1555
1556 #: rhodecode/integrations/types/hipchat.py:71
1557 msgid "Background color of message."
1558 msgstr ""
1559
1560 #: rhodecode/integrations/types/hipchat.py:99
1561 msgid "Hipchat"
1562 msgstr ""
1563
1564 #: rhodecode/integrations/types/hipchat.py:100
1565 msgid ""
1566 "Send events such as repo pushes and pull requests to your hipchat channel."
1567 msgstr ""
1568
1569 #: rhodecode/integrations/types/slack.py:44
1570 msgid "Slack service URL"
1571 msgstr ""
1572
1405 1573 #: rhodecode/integrations/types/slack.py:45
1406 msgid "Slack service URL"
1407 msgstr ""
1408
1409 #: rhodecode/integrations/types/slack.py:46
1410 1574 msgid ""
1411 1575 "This can be setup at the <a href=\"https://my.slack.com/services/new"
1412 1576 "/incoming-webhook/\">slack app manager</a>"
1413 1577 msgstr ""
1414 1578
1415 #: rhodecode/integrations/types/slack.py:59 rhodecode/templates/login.html:43
1579 #: rhodecode/integrations/types/slack.py:58 rhodecode/templates/login.html:43
1416 1580 #: rhodecode/templates/register.html:41
1417 1581 #: rhodecode/templates/admin/admin_log.html:7
1418 1582 #: rhodecode/templates/admin/my_account/my_account_profile.html:24
@@ -1428,35 +1592,40 b' msgstr ""'
1428 1592 msgid "Username"
1429 1593 msgstr "Nome de usuário"
1430 1594
1431 #: rhodecode/integrations/types/slack.py:60
1595 #: rhodecode/integrations/types/slack.py:59
1432 1596 msgid "Username to show notifications coming from."
1433 1597 msgstr ""
1434 1598
1599 #: rhodecode/integrations/types/slack.py:68
1600 msgid "Channel"
1601 msgstr ""
1602
1435 1603 #: rhodecode/integrations/types/slack.py:69
1436 msgid "Channel"
1437 msgstr ""
1438
1439 #: rhodecode/integrations/types/slack.py:70
1440 1604 msgid "Channel to send notifications to."
1441 1605 msgstr ""
1442 1606
1607 #: rhodecode/integrations/types/slack.py:78
1608 msgid "Emoji"
1609 msgstr ""
1610
1443 1611 #: rhodecode/integrations/types/slack.py:79
1444 msgid "Emoji"
1445 msgstr ""
1446
1447 #: rhodecode/integrations/types/slack.py:80
1448 1612 msgid "Emoji to use eg. :studio_microphone:"
1449 1613 msgstr ""
1450 1614
1451 #: rhodecode/integrations/types/slack.py:107
1615 #: rhodecode/integrations/types/slack.py:101
1452 1616 msgid "Slack"
1453 1617 msgstr ""
1454 1618
1619 #: rhodecode/integrations/types/slack.py:102
1620 msgid ""
1621 "Send events such as repo pushes and pull requests to your slack channel."
1622 msgstr ""
1623
1624 #: rhodecode/integrations/types/webhook.py:40
1625 msgid "Webhook URL"
1626 msgstr ""
1627
1455 1628 #: rhodecode/integrations/types/webhook.py:41
1456 msgid "Webhook URL"
1457 msgstr ""
1458
1459 #: rhodecode/integrations/types/webhook.py:42
1460 1629 msgid "URL of the webhook to receive POST event."
1461 1630 msgstr ""
1462 1631
@@ -1468,10 +1637,14 b' msgstr ""'
1468 1637 msgid "String used to validate received payloads."
1469 1638 msgstr ""
1470 1639
1471 #: rhodecode/integrations/types/webhook.py:62
1640 #: rhodecode/integrations/types/webhook.py:65
1472 1641 msgid "Webhook"
1473 1642 msgstr ""
1474 1643
1644 #: rhodecode/integrations/types/webhook.py:66
1645 msgid "Post json events to a webhook endpoint"
1646 msgstr ""
1647
1475 1648 #: rhodecode/lib/action_parser.py:89
1476 1649 msgid "[deleted] repository"
1477 1650 msgstr "repositório [excluído]"
@@ -1595,80 +1768,80 b' msgstr "Tag criada: %s"'
1595 1768 msgid "Commit not found"
1596 1769 msgstr ""
1597 1770
1598 #: rhodecode/lib/auth.py:1180
1771 #: rhodecode/lib/auth.py:1185
1599 1772 #, python-format
1600 1773 msgid "IP %s not allowed"
1601 1774 msgstr "IP %s não permitido"
1602 1775
1603 #: rhodecode/lib/auth.py:1254
1776 #: rhodecode/lib/auth.py:1259
1604 1777 msgid "You need to be a registered user to perform this action"
1605 1778 msgstr "Você precisa ser um usuário registrado para realizar essa ação"
1606 1779
1607 #: rhodecode/lib/auth.py:1302
1780 #: rhodecode/lib/auth.py:1307
1608 1781 #, python-format
1609 1782 msgid "Action not supported for %s."
1610 1783 msgstr ""
1611 1784
1612 #: rhodecode/lib/auth.py:1339
1785 #: rhodecode/lib/auth.py:1344
1613 1786 msgid "You need to be signed in to view this page"
1614 1787 msgstr ""
1615 1788
1616 #: rhodecode/lib/base.py:545
1789 #: rhodecode/lib/base.py:550
1617 1790 #, python-format
1618 1791 msgid "The repository at %(repo_name)s cannot be located."
1619 1792 msgstr ""
1620 1793
1621 #: rhodecode/lib/diffs.py:56
1794 #: rhodecode/lib/diffs.py:62
1622 1795 msgid "Click to comment"
1623 1796 msgstr ""
1624 1797
1625 #: rhodecode/lib/diffs.py:71
1798 #: rhodecode/lib/diffs.py:77
1626 1799 msgid "Binary file"
1627 1800 msgstr "Arquivo binário"
1628 1801
1629 #: rhodecode/lib/diffs.py:91
1802 #: rhodecode/lib/diffs.py:98
1630 1803 msgid ""
1631 1804 "Changeset was too big and was cut off, use diff menu to display this diff"
1632 1805 msgstr "Conjunto de mudanças é grande demais e foi cortado, use o menu de diferenças para ver as diferenças"
1633 1806
1634 #: rhodecode/lib/diffs.py:102
1807 #: rhodecode/lib/diffs.py:109
1635 1808 msgid "No changes detected"
1636 1809 msgstr "Nenhuma alteração detectada"
1637 1810
1638 #: rhodecode/lib/diffs.py:631
1811 #: rhodecode/lib/diffs.py:643
1639 1812 msgid "Click to select line"
1640 1813 msgstr ""
1641 1814
1642 #: rhodecode/lib/helpers.py:1481
1815 #: rhodecode/lib/helpers.py:1489
1643 1816 #, python-format
1644 1817 msgid " and %s more"
1645 1818 msgstr " e mais %s"
1646 1819
1647 #: rhodecode/lib/helpers.py:1485
1820 #: rhodecode/lib/helpers.py:1493
1648 1821 msgid "No Files"
1649 1822 msgstr "Nenhum Arquivo"
1650 1823
1651 #: rhodecode/lib/helpers.py:1558
1824 #: rhodecode/lib/helpers.py:1566
1652 1825 msgid "new file"
1653 1826 msgstr "novo arquivo"
1654 1827
1655 #: rhodecode/lib/helpers.py:1561
1828 #: rhodecode/lib/helpers.py:1569
1656 1829 msgid "mod"
1657 1830 msgstr "mod"
1658 1831
1659 #: rhodecode/lib/helpers.py:1564
1832 #: rhodecode/lib/helpers.py:1572
1660 1833 msgid "del"
1661 1834 msgstr "excluir"
1662 1835
1663 #: rhodecode/lib/helpers.py:1567
1836 #: rhodecode/lib/helpers.py:1575
1664 1837 msgid "rename"
1665 1838 msgstr "renomear"
1666 1839
1667 #: rhodecode/lib/helpers.py:1572
1840 #: rhodecode/lib/helpers.py:1580
1668 1841 msgid "chmod"
1669 1842 msgstr "chmod"
1670 1843
1671 #: rhodecode/lib/helpers.py:1819
1844 #: rhodecode/lib/helpers.py:1827
1672 1845 msgid ""
1673 1846 "Example filter terms:\n"
1674 1847 " repository:vcs\n"
@@ -1687,91 +1860,91 b' msgid ""'
1687 1860 " \"username:test AND repository:test*\"\n"
1688 1861 msgstr ""
1689 1862
1690 #: rhodecode/lib/helpers.py:1839
1863 #: rhodecode/lib/helpers.py:1847
1691 1864 #, python-format
1692 1865 msgid ""
1693 1866 "%s repository is not mapped to db perhaps it was created or renamed from the"
1694 1867 " filesystem please run the application again in order to rescan repositories"
1695 1868 msgstr "O repositório %s não está mapeado ao BD. Talvez ele tenha sido criado ou renomeado a partir do sistema de arquivos. Por favor, execute a aplicação outra vez para varrer novamente por repositórios"
1696 1869
1697 #: rhodecode/lib/utils2.py:454
1870 #: rhodecode/lib/utils2.py:463
1698 1871 #, python-format
1699 1872 msgid "%d year"
1700 1873 msgid_plural "%d years"
1701 1874 msgstr[0] "%d ano"
1702 1875 msgstr[1] "%d anos"
1703 1876
1704 #: rhodecode/lib/utils2.py:455
1877 #: rhodecode/lib/utils2.py:464
1705 1878 #, python-format
1706 1879 msgid "%d month"
1707 1880 msgid_plural "%d months"
1708 1881 msgstr[0] "%d mês"
1709 1882 msgstr[1] "%d meses"
1710 1883
1711 #: rhodecode/lib/utils2.py:456
1884 #: rhodecode/lib/utils2.py:465
1712 1885 #, python-format
1713 1886 msgid "%d day"
1714 1887 msgid_plural "%d days"
1715 1888 msgstr[0] "%d dia"
1716 1889 msgstr[1] "%d dias"
1717 1890
1718 #: rhodecode/lib/utils2.py:457
1891 #: rhodecode/lib/utils2.py:466
1719 1892 #, python-format
1720 1893 msgid "%d hour"
1721 1894 msgid_plural "%d hours"
1722 1895 msgstr[0] "%d hora"
1723 1896 msgstr[1] "%d horas"
1724 1897
1725 #: rhodecode/lib/utils2.py:458
1898 #: rhodecode/lib/utils2.py:467
1726 1899 #, python-format
1727 1900 msgid "%d minute"
1728 1901 msgid_plural "%d minutes"
1729 1902 msgstr[0] "%d minuto"
1730 1903 msgstr[1] "%d minutos"
1731 1904
1732 #: rhodecode/lib/utils2.py:459
1905 #: rhodecode/lib/utils2.py:468
1733 1906 #, python-format
1734 1907 msgid "%d second"
1735 1908 msgid_plural "%d seconds"
1736 1909 msgstr[0] "%d segundo"
1737 1910 msgstr[1] "%d segundos"
1738 1911
1739 #: rhodecode/lib/utils2.py:477
1912 #: rhodecode/lib/utils2.py:486
1740 1913 #, python-format
1741 1914 msgid "in %s"
1742 1915 msgstr "em %s"
1743 1916
1744 #: rhodecode/lib/utils2.py:483
1917 #: rhodecode/lib/utils2.py:492
1745 1918 #, python-format
1746 1919 msgid "%s ago"
1747 1920 msgstr "%s atrás"
1748 1921
1749 #: rhodecode/lib/utils2.py:493
1922 #: rhodecode/lib/utils2.py:502
1750 1923 #, python-format
1751 1924 msgid "%s, %s ago"
1752 1925 msgstr ""
1753 1926
1754 #: rhodecode/lib/utils2.py:495
1927 #: rhodecode/lib/utils2.py:504
1755 1928 #, python-format
1756 1929 msgid "in %s, %s"
1757 1930 msgstr ""
1758 1931
1759 #: rhodecode/lib/utils2.py:497
1932 #: rhodecode/lib/utils2.py:506
1760 1933 #, python-format
1761 1934 msgid "%s and %s"
1762 1935 msgstr ""
1763 1936
1764 #: rhodecode/lib/utils2.py:499
1937 #: rhodecode/lib/utils2.py:508
1765 1938 #, python-format
1766 1939 msgid "%s and %s ago"
1767 1940 msgstr "%s e %s atrás"
1768 1941
1769 #: rhodecode/lib/utils2.py:501
1942 #: rhodecode/lib/utils2.py:510
1770 1943 #, python-format
1771 1944 msgid "in %s and %s"
1772 1945 msgstr "em %s e %s"
1773 1946
1774 #: rhodecode/lib/utils2.py:505 rhodecode/public/js/scripts.js:25035
1947 #: rhodecode/lib/utils2.py:514 rhodecode/public/js/scripts.js:25035
1775 1948 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:49
1776 1949 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:174
1777 1950 msgid "just now"
@@ -1801,7 +1974,9 b' msgstr "agora h\xc3\xa1 pouco"'
1801 1974 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
1802 1975 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971
1803 1976 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2293
1804 #: rhodecode/model/db.py:2285
1977 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2285
1978 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2285
1979 #: rhodecode/model/db.py:2287
1805 1980 msgid "Repository no access"
1806 1981 msgstr "Nenhum acesso ao repositório"
1807 1982
@@ -1829,7 +2004,9 b' msgstr "Nenhum acesso ao reposit\xc3\xb3rio"'
1829 2004 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
1830 2005 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972
1831 2006 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2294
1832 #: rhodecode/model/db.py:2286
2007 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2286
2008 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2286
2009 #: rhodecode/model/db.py:2288
1833 2010 msgid "Repository read access"
1834 2011 msgstr "Acesso de leitura ao repositório"
1835 2012
@@ -1857,7 +2034,9 b' msgstr "Acesso de leitura ao reposit\xc3\xb3rio"'
1857 2034 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1858 2035 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973
1859 2036 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2295
1860 #: rhodecode/model/db.py:2287
2037 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2287
2038 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2287
2039 #: rhodecode/model/db.py:2289
1861 2040 msgid "Repository write access"
1862 2041 msgstr "Acesso de escrita ao repositório"
1863 2042
@@ -1885,7 +2064,9 b' msgstr "Acesso de escrita ao reposit\xc3\xb3rio"'
1885 2064 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1886 2065 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974
1887 2066 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2296
1888 #: rhodecode/model/db.py:2288
2067 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2288
2068 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2288
2069 #: rhodecode/model/db.py:2290
1889 2070 msgid "Repository admin access"
1890 2071 msgstr "Acesso administrativo ao repositório"
1891 2072
@@ -1953,7 +2134,9 b' msgstr "Administrador do RhodeCode"'
1953 2134 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
1954 2135 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992
1955 2136 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2314
1956 #: rhodecode/model/db.py:2306
2137 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2306
2138 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2306
2139 #: rhodecode/model/db.py:2308
1957 2140 msgid "Repository creation disabled"
1958 2141 msgstr "Criação de repositórios desabilitada"
1959 2142
@@ -1981,7 +2164,9 b' msgstr "Cria\xc3\xa7\xc3\xa3o de reposit\xc3\xb3rios desabilitada"'
1981 2164 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
1982 2165 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993
1983 2166 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2315
1984 #: rhodecode/model/db.py:2307
2167 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2307
2168 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2307
2169 #: rhodecode/model/db.py:2309
1985 2170 msgid "Repository creation enabled"
1986 2171 msgstr "Criação de repositórios habilitada"
1987 2172
@@ -2009,7 +2194,9 b' msgstr "Cria\xc3\xa7\xc3\xa3o de reposit\xc3\xb3rios habilitada"'
2009 2194 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
2010 2195 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997
2011 2196 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2319
2012 #: rhodecode/model/db.py:2311
2197 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2311
2198 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2311
2199 #: rhodecode/model/db.py:2313
2013 2200 msgid "Repository forking disabled"
2014 2201 msgstr "Bifurcação de repositórios desabilitada"
2015 2202
@@ -2037,7 +2224,9 b' msgstr "Bifurca\xc3\xa7\xc3\xa3o de reposit\xc3\xb3rios desabilitada"'
2037 2224 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
2038 2225 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998
2039 2226 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2320
2040 #: rhodecode/model/db.py:2312
2227 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2312
2228 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2312
2229 #: rhodecode/model/db.py:2314
2041 2230 msgid "Repository forking enabled"
2042 2231 msgstr "Bifurcação de repositórios habilitada"
2043 2232
@@ -2086,7 +2275,9 b' msgstr "Registro de novo usu\xc3\xa1rio no RhodeCode com auto-ativa\xc3\xa7\xc3\xa3o"'
2086 2275 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
2087 2276 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343
2088 2277 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2952
2089 #: rhodecode/model/db.py:2944
2278 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2946
2279 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2946
2280 #: rhodecode/model/db.py:2948
2090 2281 msgid "Not Reviewed"
2091 2282 msgstr "Não Revisado"
2092 2283
@@ -2114,7 +2305,9 b' msgstr "N\xc3\xa3o Revisado"'
2114 2305 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
2115 2306 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344
2116 2307 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2953
2117 #: rhodecode/model/db.py:2945
2308 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2947
2309 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2947
2310 #: rhodecode/model/db.py:2949
2118 2311 msgid "Approved"
2119 2312 msgstr "Aprovado"
2120 2313
@@ -2142,7 +2335,9 b' msgstr "Aprovado"'
2142 2335 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
2143 2336 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
2144 2337 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2954
2145 #: rhodecode/model/db.py:2946
2338 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2948
2339 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2948
2340 #: rhodecode/model/db.py:2950
2146 2341 msgid "Rejected"
2147 2342 msgstr "Rejeitado"
2148 2343
@@ -2170,7 +2365,9 b' msgstr "Rejeitado"'
2170 2365 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
2171 2366 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
2172 2367 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2955
2173 #: rhodecode/model/db.py:2947
2368 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2949
2369 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2949
2370 #: rhodecode/model/db.py:2951
2174 2371 msgid "Under Review"
2175 2372 msgstr "Sob Revisão"
2176 2373
@@ -2195,7 +2392,9 b' msgstr "Sob Revis\xc3\xa3o"'
2195 2392 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
2196 2393 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976
2197 2394 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2298
2198 #: rhodecode/model/db.py:2290
2395 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2290
2396 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2290
2397 #: rhodecode/model/db.py:2292
2199 2398 msgid "Repository group no access"
2200 2399 msgstr "Sem acesso ao grupo de repositórios"
2201 2400
@@ -2220,7 +2419,9 b' msgstr "Sem acesso ao grupo de reposit\xc3\xb3rios"'
2220 2419 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
2221 2420 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977
2222 2421 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2299
2223 #: rhodecode/model/db.py:2291
2422 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2291
2423 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2291
2424 #: rhodecode/model/db.py:2293
2224 2425 msgid "Repository group read access"
2225 2426 msgstr "Acesso de leitura ao grupo de repositórios"
2226 2427
@@ -2245,7 +2446,9 b' msgstr "Acesso de leitura ao grupo de reposit\xc3\xb3rios"'
2245 2446 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2246 2447 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978
2247 2448 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2300
2248 #: rhodecode/model/db.py:2292
2449 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2292
2450 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2292
2451 #: rhodecode/model/db.py:2294
2249 2452 msgid "Repository group write access"
2250 2453 msgstr "Acesso de escrita ao grupo de repositórios"
2251 2454
@@ -2270,7 +2473,9 b' msgstr "Acesso de escrita ao grupo de reposit\xc3\xb3rios"'
2270 2473 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2271 2474 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979
2272 2475 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2301
2273 #: rhodecode/model/db.py:2293
2476 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2293
2477 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2293
2478 #: rhodecode/model/db.py:2295
2274 2479 msgid "Repository group admin access"
2275 2480 msgstr "Acesso administrativo ao grupo de repositórios"
2276 2481
@@ -2294,7 +2499,9 b' msgstr "Acesso administrativo ao grupo de reposit\xc3\xb3rios"'
2294 2499 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2295 2500 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981
2296 2501 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2303
2297 #: rhodecode/model/db.py:2295
2502 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2295
2503 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2295
2504 #: rhodecode/model/db.py:2297
2298 2505 msgid "User group no access"
2299 2506 msgstr "Sem acesso ao grupo de usuários"
2300 2507
@@ -2318,7 +2525,9 b' msgstr "Sem acesso ao grupo de usu\xc3\xa1rios"'
2318 2525 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2319 2526 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982
2320 2527 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2304
2321 #: rhodecode/model/db.py:2296
2528 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2296
2529 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2296
2530 #: rhodecode/model/db.py:2298
2322 2531 msgid "User group read access"
2323 2532 msgstr "Acesso de leitura ao grupo de usuários"
2324 2533
@@ -2342,7 +2551,9 b' msgstr "Acesso de leitura ao grupo de usu\xc3\xa1rios"'
2342 2551 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2343 2552 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983
2344 2553 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2305
2345 #: rhodecode/model/db.py:2297
2554 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2297
2555 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2297
2556 #: rhodecode/model/db.py:2299
2346 2557 msgid "User group write access"
2347 2558 msgstr "Acesso de escrita ao grupo de usuários"
2348 2559
@@ -2366,7 +2577,9 b' msgstr "Acesso de escrita ao grupo de usu\xc3\xa1rios"'
2366 2577 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2367 2578 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984
2368 2579 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2306
2369 #: rhodecode/model/db.py:2298
2580 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2298
2581 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2298
2582 #: rhodecode/model/db.py:2300
2370 2583 msgid "User group admin access"
2371 2584 msgstr "Acesso administrativo ao grupo de usuários"
2372 2585
@@ -2390,7 +2603,9 b' msgstr "Acesso administrativo ao grupo de usu\xc3\xa1rios"'
2390 2603 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2391 2604 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986
2392 2605 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2308
2393 #: rhodecode/model/db.py:2300
2606 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2300
2607 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2300
2608 #: rhodecode/model/db.py:2302
2394 2609 msgid "Repository Group creation disabled"
2395 2610 msgstr "Criação de Grupo de Repositórios desatilibada"
2396 2611
@@ -2414,7 +2629,9 b' msgstr "Cria\xc3\xa7\xc3\xa3o de Grupo de Reposit\xc3\xb3rios desatilibada"'
2414 2629 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2415 2630 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987
2416 2631 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2309
2417 #: rhodecode/model/db.py:2301
2632 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2301
2633 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2301
2634 #: rhodecode/model/db.py:2303
2418 2635 msgid "Repository Group creation enabled"
2419 2636 msgstr "Criação de Grupo de Repositórios habilitada"
2420 2637
@@ -2438,7 +2655,9 b' msgstr "Cria\xc3\xa7\xc3\xa3o de Grupo de Reposit\xc3\xb3rios habilitada"'
2438 2655 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2439 2656 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989
2440 2657 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2311
2441 #: rhodecode/model/db.py:2303
2658 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2303
2659 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2303
2660 #: rhodecode/model/db.py:2305
2442 2661 msgid "User Group creation disabled"
2443 2662 msgstr "Criação de Grupo de Usuários desabilitada"
2444 2663
@@ -2462,7 +2681,9 b' msgstr "Cria\xc3\xa7\xc3\xa3o de Grupo de Usu\xc3\xa1rios desabilitada"'
2462 2681 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2463 2682 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990
2464 2683 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2312
2465 #: rhodecode/model/db.py:2304
2684 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2304
2685 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2304
2686 #: rhodecode/model/db.py:2306
2466 2687 msgid "User Group creation enabled"
2467 2688 msgstr "Criação de Grupo de Usuários habilitada"
2468 2689
@@ -2486,7 +2707,9 b' msgstr "Cria\xc3\xa7\xc3\xa3o de Grupo de Usu\xc3\xa1rios habilitada"'
2486 2707 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2487 2708 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
2488 2709 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2322
2489 #: rhodecode/model/db.py:2314
2710 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2314
2711 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2314
2712 #: rhodecode/model/db.py:2316
2490 2713 msgid "Registration disabled"
2491 2714 msgstr "Registro desatilitado"
2492 2715
@@ -2510,7 +2733,9 b' msgstr "Registro desatilitado"'
2510 2733 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2511 2734 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001
2512 2735 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2323
2513 #: rhodecode/model/db.py:2315
2736 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2315
2737 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2315
2738 #: rhodecode/model/db.py:2317
2514 2739 msgid "User Registration with manual account activation"
2515 2740 msgstr "Registro de Usuário com ativação manual de conta"
2516 2741
@@ -2534,7 +2759,9 b' msgstr "Registro de Usu\xc3\xa1rio com ativa\xc3\xa7\xc3\xa3o manual de conta"'
2534 2759 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2535 2760 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2536 2761 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2324
2537 #: rhodecode/model/db.py:2316
2762 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2316
2763 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2316
2764 #: rhodecode/model/db.py:2318
2538 2765 msgid "User Registration with automatic account activation"
2539 2766 msgstr "Registro de Usuário com ativação automática de conta"
2540 2767
@@ -2558,7 +2785,9 b' msgstr "Registro de Usu\xc3\xa1rio com ativa\xc3\xa7\xc3\xa3o autom\xc3\xa1tica de conta"'
2558 2785 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2559 2786 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2560 2787 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2326
2561 #: rhodecode/model/db.py:2318
2788 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2318
2789 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2318
2790 #: rhodecode/model/db.py:2320
2562 2791 msgid "Manual activation of external account"
2563 2792 msgstr "Ativação manual de conta externa"
2564 2793
@@ -2582,7 +2811,9 b' msgstr "Ativa\xc3\xa7\xc3\xa3o manual de conta externa"'
2582 2811 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
2583 2812 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005
2584 2813 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2327
2585 #: rhodecode/model/db.py:2319
2814 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2319
2815 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2319
2816 #: rhodecode/model/db.py:2321
2586 2817 msgid "Automatic activation of external account"
2587 2818 msgstr "Ativação automática de conta externa"
2588 2819
@@ -2600,7 +2831,9 b' msgstr "Ativa\xc3\xa7\xc3\xa3o autom\xc3\xa1tica de conta externa"'
2600 2831 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
2601 2832 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994
2602 2833 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2316
2603 #: rhodecode/model/db.py:2308
2834 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2308
2835 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2308
2836 #: rhodecode/model/db.py:2310
2604 2837 msgid ""
2605 2838 "Repository creation enabled with write permission to a repository group"
2606 2839 msgstr ""
@@ -2619,7 +2852,9 b' msgstr ""'
2619 2852 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
2620 2853 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995
2621 2854 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2317
2622 #: rhodecode/model/db.py:2309
2855 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2309
2856 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2309
2857 #: rhodecode/model/db.py:2311
2623 2858 msgid ""
2624 2859 "Repository creation disabled with write permission to a repository group"
2625 2860 msgstr ""
@@ -2635,7 +2870,9 b' msgstr ""'
2635 2870 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
2636 2871 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969
2637 2872 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2291
2638 #: rhodecode/model/db.py:2283
2873 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2283
2874 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2283
2875 #: rhodecode/model/db.py:2285
2639 2876 msgid "RhodeCode Super Administrator"
2640 2877 msgstr ""
2641 2878
@@ -2648,7 +2885,9 b' msgstr ""'
2648 2885 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2649 2886 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2650 2887 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2329
2651 #: rhodecode/model/db.py:2321
2888 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2321
2889 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2321
2890 #: rhodecode/model/db.py:2323
2652 2891 msgid "Inherit object permissions from default user disabled"
2653 2892 msgstr ""
2654 2893
@@ -2661,32 +2900,46 b' msgstr ""'
2661 2900 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
2662 2901 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008
2663 2902 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2330
2664 #: rhodecode/model/db.py:2322
2903 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2322
2904 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2322
2905 #: rhodecode/model/db.py:2324
2665 2906 msgid "Inherit object permissions from default user enabled"
2666 2907 msgstr ""
2667 2908
2668 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909 rhodecode/model/db.py:910
2909 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909
2910 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:910
2911 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:910 rhodecode/model/db.py:910
2669 2912 msgid "all"
2670 2913 msgstr ""
2671 2914
2672 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910 rhodecode/model/db.py:911
2915 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910
2916 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:911
2917 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:911 rhodecode/model/db.py:911
2673 2918 msgid "http/web interface"
2674 2919 msgstr ""
2675 2920
2676 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911 rhodecode/model/db.py:912
2921 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911
2922 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:912
2923 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:912 rhodecode/model/db.py:912
2677 2924 msgid "vcs (git/hg/svn protocol)"
2678 2925 msgstr ""
2679 2926
2680 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912 rhodecode/model/db.py:913
2927 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912
2928 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:913
2929 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:913 rhodecode/model/db.py:913
2681 2930 msgid "api calls"
2682 2931 msgstr ""
2683 2932
2684 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913 rhodecode/model/db.py:914
2933 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913
2934 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:914
2935 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:914 rhodecode/model/db.py:914
2685 2936 msgid "feed access"
2686 2937 msgstr ""
2687 2938
2688 2939 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2069
2689 #: rhodecode/model/db.py:2061
2940 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2061
2941 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2061
2942 #: rhodecode/model/db.py:2063
2690 2943 msgid "No parent"
2691 2944 msgstr ""
2692 2945
@@ -2740,12 +2993,12 b' msgid ""'
2740 2993 "email"
2741 2994 msgstr ""
2742 2995
2743 #: rhodecode/model/comment.py:263
2996 #: rhodecode/model/comment.py:266
2744 2997 msgid "made a comment"
2745 2998 msgstr ""
2746 2999
2747 #: rhodecode/model/comment.py:264
2748 msgid "Refresh page"
3000 #: rhodecode/model/comment.py:267
3001 msgid "Show it now"
2749 3002 msgstr ""
2750 3003
2751 3004 #: rhodecode/model/forms.py:85
@@ -2876,7 +3129,7 b' msgid ""'
2876 3129 " %(pr_title)s"
2877 3130 msgstr ""
2878 3131
2879 #: rhodecode/model/pull_request.py:449
3132 #: rhodecode/model/pull_request.py:448
2880 3133 msgid "Pull request merged and closed"
2881 3134 msgstr ""
2882 3135
@@ -2920,7 +3173,7 b' msgstr "tip mais recente"'
2920 3173 msgid "You can't Edit this user since it's crucial for entire application"
2921 3174 msgstr "Você não pode Editar esse usuário, pois ele é crucial para toda a aplicação"
2922 3175
2923 #: rhodecode/model/user.py:285
3176 #: rhodecode/model/user.py:284
2924 3177 #, python-format
2925 3178 msgid ""
2926 3179 "You can't edit this user (`%(username)s`) since it's crucial for entire "
@@ -3174,6 +3427,56 b' msgstr ""'
3174 3427 msgid "Duplicated value for filename found: `{}`"
3175 3428 msgstr ""
3176 3429
3430 #: rhodecode/model/validation_schema/schemas/integration_schema.py:36
3431 msgid "Pick a scope:"
3432 msgstr ""
3433
3434 #: rhodecode/model/validation_schema/schemas/integration_schema.py:39
3435 msgid "Global (all repositories)"
3436 msgstr ""
3437
3438 #: rhodecode/model/validation_schema/schemas/integration_schema.py:40
3439 msgid "Top level repositories only"
3440 msgstr ""
3441
3442 #: rhodecode/model/validation_schema/schemas/integration_schema.py:79
3443 msgid "Only repo admins can create integrations"
3444 msgstr ""
3445
3446 #: rhodecode/model/validation_schema/schemas/integration_schema.py:86
3447 msgid "Only repogroup admins can create integrations"
3448 msgstr ""
3449
3450 #: rhodecode/model/validation_schema/schemas/integration_schema.py:91
3451 msgid "Only superadmins can create global integrations"
3452 msgstr ""
3453
3454 #: rhodecode/model/validation_schema/schemas/integration_schema.py:183
3455 msgid ""
3456 "Scope of the integration. Recursive means the integration runs on all repos"
3457 " of that group and children recursively."
3458 msgstr ""
3459
3460 #: rhodecode/model/validation_schema/schemas/integration_schema.py:186
3461 msgid "Integration scope"
3462 msgstr ""
3463
3464 #: rhodecode/model/validation_schema/schemas/integration_schema.py:217
3465 msgid "General integration options"
3466 msgstr ""
3467
3468 #: rhodecode/model/validation_schema/schemas/integration_schema.py:220
3469 msgid "{integration_type} settings"
3470 msgstr ""
3471
3472 #: rhodecode/model/validation_schema/schemas/user_schema.py:36
3473 msgid "Password is incorrect"
3474 msgstr ""
3475
3476 #: rhodecode/model/validation_schema/schemas/user_schema.py:59
3477 msgid "New password must be different to old password"
3478 msgstr ""
3479
3177 3480 #: rhodecode/public/js/scripts.js:23039
3178 3481 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:16
3179 3482 #: rhodecode/public/js/src/plugins/jquery.autocomplete.js:87
@@ -3344,19 +3647,19 b' msgstr ""'
3344 3647
3345 3648 #: rhodecode/public/js/scripts.js:41308
3346 3649 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:2
3347 #: rhodecode/public/js/src/rhodecode/comments.js:235
3650 #: rhodecode/public/js/src/rhodecode/comments.js:236
3348 3651 msgid "Add another comment"
3349 3652 msgstr "Adicionar outro comentário"
3350 3653
3351 3654 #: rhodecode/public/js/scripts.js:41526
3352 3655 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:35
3353 #: rhodecode/public/js/src/rhodecode/comments.js:453
3656 #: rhodecode/public/js/src/rhodecode/comments.js:470
3354 3657 msgid "Status Review"
3355 3658 msgstr ""
3356 3659
3357 3660 #: rhodecode/public/js/scripts.js:41540
3358 3661 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:3
3359 #: rhodecode/public/js/src/rhodecode/comments.js:467
3662 #: rhodecode/public/js/src/rhodecode/comments.js:484
3360 3663 msgid ""
3361 3664 "Comment text will be set automatically based on currently selected status "
3362 3665 "({0}) ..."
@@ -3364,13 +3667,13 b' msgstr ""'
3364 3667
3365 3668 #: rhodecode/public/js/scripts.js:41653
3366 3669 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:37
3367 #: rhodecode/public/js/src/rhodecode/comments.js:580
3670 #: rhodecode/public/js/src/rhodecode/comments.js:597
3368 3671 msgid "Submitting..."
3369 3672 msgstr "Enviando..."
3370 3673
3371 3674 #: rhodecode/public/js/scripts.js:41703
3372 3675 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:5
3373 #: rhodecode/public/js/src/rhodecode/comments.js:630
3676 #: rhodecode/public/js/src/rhodecode/comments.js:647
3374 3677 #: rhodecode/templates/files/files_browser_tree.html:47
3375 3678 msgid "Loading ..."
3376 3679 msgstr "Carregando..."
@@ -3530,6 +3833,22 b' msgstr ""'
3530 3833 msgid "{0} years"
3531 3834 msgstr ""
3532 3835
3836 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3837 msgid "UIEvent"
3838 msgstr ""
3839
3840 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3841 msgid "CustomEvent"
3842 msgstr ""
3843
3844 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3845 msgid "MouseEvent"
3846 msgstr ""
3847
3848 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3849 msgid "FocusEvent"
3850 msgstr ""
3851
3533 3852 #: rhodecode/templates/index.html:5
3534 3853 msgid "Dashboard"
3535 3854 msgstr "Painel de Controle"
@@ -3578,6 +3897,7 b' msgstr ""'
3578 3897 #: rhodecode/templates/index_base.html:97
3579 3898 #: rhodecode/templates/index_base.html:122
3580 3899 #: rhodecode/templates/admin/gists/index.html:112
3900 #: rhodecode/templates/admin/integrations/list.html:102
3581 3901 #: rhodecode/templates/admin/my_account/my_account_repos.html:31
3582 3902 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
3583 3903 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
@@ -3597,7 +3917,6 b' msgstr "Nome"'
3597 3917 #: rhodecode/templates/index_base.html:100
3598 3918 #: rhodecode/templates/index_base.html:125
3599 3919 #: rhodecode/templates/admin/gists/index.html:114
3600 #: rhodecode/templates/admin/integrations/list.html:63
3601 3920 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
3602 3921 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
3603 3922 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:42
@@ -3614,8 +3933,8 b' msgstr "Nome"'
3614 3933 #: rhodecode/templates/changeset/changeset.html:53
3615 3934 #: rhodecode/templates/compare/compare_commits.html:24
3616 3935 #: rhodecode/templates/email_templates/commit_comment.mako:82
3617 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3618 #: rhodecode/templates/email_templates/pull_request_review.mako:51
3936 #: rhodecode/templates/email_templates/pull_request_review.mako:41
3937 #: rhodecode/templates/email_templates/pull_request_review.mako:75
3619 3938 #: rhodecode/templates/files/file_tree_detail.html:5
3620 3939 #: rhodecode/templates/files/file_tree_detail.html:12
3621 3940 #: rhodecode/templates/forks/fork.html:48
@@ -3829,9 +4148,13 b' msgstr ""'
3829 4148 #: rhodecode/templates/admin/auth/auth_settings.html:12
3830 4149 #: rhodecode/templates/admin/auth/plugin_settings.html:12
3831 4150 #: rhodecode/templates/admin/defaults/defaults.html:12
3832 #: rhodecode/templates/admin/integrations/base.html:19
3833 #: rhodecode/templates/admin/integrations/edit.html:15
4151 #: rhodecode/templates/admin/integrations/base.html:21
4152 #: rhodecode/templates/admin/integrations/form.html:15
4153 #: rhodecode/templates/admin/integrations/form.html:28
3834 4154 #: rhodecode/templates/admin/integrations/list.html:8
4155 #: rhodecode/templates/admin/integrations/list.html:14
4156 #: rhodecode/templates/admin/integrations/new.html:11
4157 #: rhodecode/templates/admin/integrations/new.html:19
3835 4158 #: rhodecode/templates/admin/permissions/permissions.html:12
3836 4159 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:12
3837 4160 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:12
@@ -3881,7 +4204,6 b' msgstr ""'
3881 4204 #: rhodecode/templates/admin/auth/auth_settings.html:81
3882 4205 #: rhodecode/templates/admin/auth/plugin_settings.html:87
3883 4206 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3884 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3885 4207 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3886 4208 #: rhodecode/templates/admin/permissions/permissions_application.html:50
3887 4209 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
@@ -3918,7 +4240,7 b' msgstr ""'
3918 4240
3919 4241 #: rhodecode/templates/admin/defaults/defaults_repositories.html:14
3920 4242 #: rhodecode/templates/admin/gists/index.html:110
3921 #: rhodecode/templates/admin/integrations/list.html:64
4243 #: rhodecode/templates/admin/integrations/list.html:103
3922 4244 #: rhodecode/templates/admin/repos/repo_add_base.html:62
3923 4245 #: rhodecode/templates/admin/repos/repo_edit_fields.html:12
3924 4246 msgid "Type"
@@ -4063,7 +4385,7 b' msgstr ""'
4063 4385
4064 4386 #: rhodecode/templates/admin/gists/index.html:108
4065 4387 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:24
4066 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:89
4388 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4067 4389 #: rhodecode/templates/bookmarks/bookmarks.html:63
4068 4390 #: rhodecode/templates/branches/branches.html:62
4069 4391 #: rhodecode/templates/changelog/changelog.html:110
@@ -4116,75 +4438,17 b' msgstr ""'
4116 4438 msgid "Create Public Gist"
4117 4439 msgstr ""
4118 4440
4119 #: rhodecode/templates/admin/gists/new.html:62
4120 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
4121 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
4122 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
4123 #: rhodecode/templates/admin/my_account/my_account_password.html:37
4124 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
4125 #: rhodecode/templates/admin/permissions/permissions_application.html:51
4126 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
4127 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
4128 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
4129 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
4130 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
4131 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
4132 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
4133 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
4134 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
4135 #: rhodecode/templates/admin/settings/settings_global.html:110
4136 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
4137 #: rhodecode/templates/admin/settings/settings_labs.html:46
4138 #: rhodecode/templates/admin/settings/settings_vcs.html:14
4139 #: rhodecode/templates/admin/settings/settings_visual.html:220
4140 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
4141 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
4142 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
4143 #: rhodecode/templates/admin/users/user_edit_emails.html:63
4144 #: rhodecode/templates/admin/users/user_edit_ips.html:70
4145 #: rhodecode/templates/admin/users/user_edit_profile.html:135
4146 #: rhodecode/templates/base/default_perms_box.html:89
4147 msgid "Reset"
4148 msgstr "Limpar"
4149
4150 4441 #: rhodecode/templates/admin/gists/show.html:13
4151 4442 #: rhodecode/templates/admin/gists/show.html:20
4152 4443 msgid "Gist"
4153 4444 msgstr "Gist"
4154 4445
4155 4446 #: rhodecode/templates/admin/gists/show.html:49
4156 #: rhodecode/templates/admin/integrations/list.html:110
4157 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
4158 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
4159 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4160 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
4161 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
4162 #: rhodecode/templates/admin/settings/settings_hooks.html:46
4163 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
4164 #: rhodecode/templates/admin/users/user_edit_emails.html:31
4165 #: rhodecode/templates/admin/users/user_edit_ips.html:34
4166 #: rhodecode/templates/base/issue_tracker_settings.html:70
4167 #: rhodecode/templates/base/vcs_settings.html:147
4168 #: rhodecode/templates/base/vcs_settings.html:172
4169 #: rhodecode/templates/changeset/changeset_file_comment.html:49
4170 #: rhodecode/templates/changeset/changeset_file_comment.html:99
4171 #: rhodecode/templates/data_table/_dt_elements.html:119
4172 #: rhodecode/templates/data_table/_dt_elements.html:176
4173 #: rhodecode/templates/data_table/_dt_elements.html:190
4174 #: rhodecode/templates/data_table/_dt_elements.html:202
4175 #: rhodecode/templates/debug_style/buttons.html:132
4176 #: rhodecode/templates/files/files_source.html:33
4177 #: rhodecode/templates/files/files_source.html:37
4178 #: rhodecode/templates/files/files_source.html:40
4179 msgid "Delete"
4180 msgstr "Excluir"
4181
4182 #: rhodecode/templates/admin/gists/show.html:49
4183 4447 msgid "Confirm to delete this Gist"
4184 4448 msgstr ""
4185 4449
4186 4450 #: rhodecode/templates/admin/gists/show.html:56
4187 #: rhodecode/templates/admin/integrations/list.html:103
4451 #: rhodecode/templates/admin/integrations/list.html:204
4188 4452 #: rhodecode/templates/admin/my_account/my_account_profile.html:5
4189 4453 #: rhodecode/templates/base/issue_tracker_settings.html:61
4190 4454 #: rhodecode/templates/changeset/changeset_file_comment.html:145
@@ -4196,8 +4460,8 b' msgstr ""'
4196 4460 #: rhodecode/templates/debug_style/buttons.html:128
4197 4461 #: rhodecode/templates/files/files_add.html:204
4198 4462 #: rhodecode/templates/files/files_edit.html:165
4199 #: rhodecode/templates/files/files_source.html:36
4200 #: rhodecode/templates/files/files_source.html:39
4463 #: rhodecode/templates/files/files_source.html:37
4464 #: rhodecode/templates/files/files_source.html:40
4201 4465 #: rhodecode/templates/pullrequests/pullrequest_show.html:50
4202 4466 #: rhodecode/templates/pullrequests/pullrequest_show.html:184
4203 4467 #: rhodecode/templates/users/user_profile.html:7
@@ -4218,17 +4482,27 b' msgstr "criado"'
4218 4482
4219 4483 #: rhodecode/templates/admin/gists/show.html:91
4220 4484 #: rhodecode/templates/files/files_delete.html:50
4221 #: rhodecode/templates/files/files_source.html:61
4485 #: rhodecode/templates/files/files_source.html:62
4222 4486 msgid "Show as raw"
4223 4487 msgstr "Mostrar original"
4224 4488
4225 #: rhodecode/templates/admin/integrations/base.html:12
4226 msgid "Integrations settings"
4227 msgstr ""
4228
4229 #: rhodecode/templates/admin/integrations/edit.html:17
4489 #: rhodecode/templates/admin/integrations/base.html:14
4490 msgid "Integrations Settings"
4491 msgstr ""
4492
4493 #: rhodecode/templates/admin/integrations/form.html:17
4230 4494 #: rhodecode/templates/admin/integrations/list.html:10
4231 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:44
4495 #: rhodecode/templates/admin/integrations/new.html:13
4496 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4497 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4498 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4499 msgid "Repository Groups"
4500 msgstr ""
4501
4502 #: rhodecode/templates/admin/integrations/form.html:30
4503 #: rhodecode/templates/admin/integrations/list.html:16
4504 #: rhodecode/templates/admin/integrations/new.html:21
4505 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:48
4232 4506 #: rhodecode/templates/admin/repos/repo_edit.html:15
4233 4507 #: rhodecode/templates/admin/repos/repo_edit.html:43
4234 4508 #: rhodecode/templates/admin/settings/settings.html:14
@@ -4238,27 +4512,101 b' msgstr ""'
4238 4512 msgid "Settings"
4239 4513 msgstr "Configurações"
4240 4514
4241 #: rhodecode/templates/admin/integrations/edit.html:36
4242 #, python-format
4243 msgid "Create new %(integration_type)s integration"
4244 msgstr ""
4245
4246 #: rhodecode/templates/admin/integrations/list.html:31
4515 #: rhodecode/templates/admin/integrations/form.html:60
4516 #, python-format
4517 msgid "Create New %(integration_type)s Integration"
4518 msgstr ""
4519
4520 #: rhodecode/templates/admin/integrations/list.html:44
4521 msgid "Current Integrations for Repository: {repo_name}"
4522 msgstr ""
4523
4524 #: rhodecode/templates/admin/integrations/list.html:46
4525 msgid "Current Integrations for repository group: {repo_group_name}"
4526 msgstr ""
4527
4528 #: rhodecode/templates/admin/integrations/list.html:48
4529 msgid "Current Integrations"
4530 msgstr ""
4531
4532 #: rhodecode/templates/admin/integrations/list.html:64
4533 #: rhodecode/templates/admin/notifications/notifications.html:31
4534 msgid "All"
4535 msgstr "Todos"
4536
4537 #: rhodecode/templates/admin/integrations/list.html:95
4538 #: rhodecode/templates/admin/integrations/new.html:26
4247 4539 msgid "Create new integration"
4248 4540 msgstr ""
4249 4541
4250 #: rhodecode/templates/admin/integrations/list.html:56
4251 msgid "Current integrations"
4252 msgstr ""
4253
4254 #: rhodecode/templates/admin/integrations/list.html:65
4542 #: rhodecode/templates/admin/integrations/list.html:104
4543 msgid "Scope"
4544 msgstr ""
4545
4546 #: rhodecode/templates/admin/integrations/list.html:105
4255 4547 msgid "Actions"
4256 4548 msgstr ""
4257 4549
4258 #: rhodecode/templates/admin/integrations/list.html:89
4550 #: rhodecode/templates/admin/integrations/list.html:115
4551 msgid "No {type} integrations for repo {repo} exist yet."
4552 msgstr ""
4553
4554 #: rhodecode/templates/admin/integrations/list.html:117
4555 msgid "No {type} integrations for repogroup {repogroup} exist yet."
4556 msgstr ""
4557
4558 #: rhodecode/templates/admin/integrations/list.html:119
4559 msgid "No {type} integrations exist yet."
4560 msgstr ""
4561
4562 #: rhodecode/templates/admin/integrations/list.html:133
4563 msgid "Create one"
4564 msgstr ""
4565
4566 #: rhodecode/templates/admin/integrations/list.html:164
4567 msgid "repo"
4568 msgstr ""
4569
4570 #: rhodecode/templates/admin/integrations/list.html:168
4571 msgid "repogroup"
4572 msgstr ""
4573
4574 #: rhodecode/templates/admin/integrations/list.html:170
4575 msgid "child repos only"
4576 msgstr ""
4577
4578 #: rhodecode/templates/admin/integrations/list.html:172
4579 msgid "cascade to all"
4580 msgstr ""
4581
4582 #: rhodecode/templates/admin/integrations/list.html:177
4583 msgid "top level repos only"
4584 msgstr ""
4585
4586 #: rhodecode/templates/admin/integrations/list.html:179
4587 msgid "global"
4588 msgstr ""
4589
4590 #: rhodecode/templates/admin/integrations/list.html:185
4259 4591 msgid "unknown integration"
4260 4592 msgstr ""
4261 4593
4594 #: rhodecode/templates/admin/integrations/new.html:31
4595 msgid "Create New Integration for repository: {repo_name}"
4596 msgstr ""
4597
4598 #: rhodecode/templates/admin/integrations/new.html:33
4599 msgid "Create New Integration for repository group: {repo_group_name}"
4600 msgstr ""
4601
4602 #: rhodecode/templates/admin/integrations/new.html:35
4603 msgid "Create New Global Integration"
4604 msgstr ""
4605
4606 #: rhodecode/templates/admin/integrations/new.html:61
4607 msgid "No description available"
4608 msgstr ""
4609
4262 4610 #: rhodecode/templates/admin/my_account/my_account.html:5
4263 4611 #: rhodecode/templates/base/base.html:343
4264 4612 msgid "My account"
@@ -4278,7 +4626,7 b' msgstr ""'
4278 4626 msgid "Auth Tokens"
4279 4627 msgstr ""
4280 4628
4281 #: rhodecode/templates/admin/my_account/my_account.html:34
4629 #: rhodecode/templates/admin/my_account/my_account.html:35
4282 4630 msgid "OAuth Identities"
4283 4631 msgstr ""
4284 4632
@@ -4396,36 +4744,18 b' msgstr ""'
4396 4744 msgid "New email address"
4397 4745 msgstr "Novo endereço de email"
4398 4746
4399 #: rhodecode/templates/admin/my_account/my_account_notifications.html:3
4400 msgid "Your live notification settings"
4401 msgstr ""
4402
4403 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4404 #: rhodecode/templates/admin/notifications/show_notification.html:12
4405 msgid "Notifications"
4406 msgstr "Notificações"
4407
4408 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4409 msgid "Disabled"
4410 msgstr "Desabilitado"
4747 #: rhodecode/templates/admin/my_account/my_account_notifications.html:12
4748 msgid "Your Live Notification Settings"
4749 msgstr ""
4750
4751 #: rhodecode/templates/admin/my_account/my_account_notifications.html:24
4752 msgid "Notifications Status"
4753 msgstr ""
4411 4754
4412 4755 #: rhodecode/templates/admin/my_account/my_account_password.html:3
4413 4756 msgid "Change Your Account Password"
4414 4757 msgstr ""
4415 4758
4416 #: rhodecode/templates/admin/my_account/my_account_password.html:10
4417 msgid "Current Password"
4418 msgstr ""
4419
4420 #: rhodecode/templates/admin/my_account/my_account_password.html:19
4421 #: rhodecode/templates/admin/users/user_edit_profile.html:74
4422 msgid "New Password"
4423 msgstr ""
4424
4425 #: rhodecode/templates/admin/my_account/my_account_password.html:28
4426 msgid "Confirm New Password"
4427 msgstr ""
4428
4429 4759 #: rhodecode/templates/admin/my_account/my_account_profile.html:11
4430 4760 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:52
4431 4761 #: rhodecode/templates/admin/users/user_edit_profile.html:25
@@ -4465,27 +4795,28 b' msgid "Pull Requests You Opened"'
4465 4795 msgstr ""
4466 4796
4467 4797 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:23
4468 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4798 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:87
4469 4799 msgid "Target Repo"
4470 4800 msgstr ""
4471 4801
4472 4802 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:26
4473 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4803 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:90
4474 4804 #: rhodecode/templates/admin/settings/settings_global.html:9
4475 #: rhodecode/templates/email_templates/pull_request_review.mako:28
4476 #: rhodecode/templates/email_templates/pull_request_review.mako:48
4805 #: rhodecode/templates/email_templates/pull_request_review.mako:39
4806 #: rhodecode/templates/email_templates/pull_request_review.mako:72
4477 4807 #: rhodecode/templates/pullrequests/pullrequest.html:38
4478 4808 #: rhodecode/templates/pullrequests/pullrequests.html:104
4479 4809 msgid "Title"
4480 4810 msgstr "Título"
4481 4811
4482 4812 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
4483 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:92
4484 msgid "Opened On"
4813 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4814 #: rhodecode/templates/pullrequests/pullrequests.html:108
4815 msgid "Last Update"
4485 4816 msgstr ""
4486 4817
4487 4818 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:43
4488 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:107
4819 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:106
4489 4820 #: rhodecode/templates/changelog/changelog.html:153
4490 4821 #: rhodecode/templates/compare/compare_commits.html:49
4491 4822 #: rhodecode/templates/search/search_commit.html:36
@@ -4493,7 +4824,7 b' msgid "Expand commit message"'
4493 4824 msgstr ""
4494 4825
4495 4826 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:52
4496 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:116
4827 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:115
4497 4828 #: rhodecode/templates/changeset/changeset_file_comment.html:284
4498 4829 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
4499 4830 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
@@ -4501,19 +4832,19 b' msgstr ""'
4501 4832 msgid "Closed"
4502 4833 msgstr "Fechado"
4503 4834
4504 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:64
4835 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4505 4836 msgid "Confirm to delete this pull request"
4506 4837 msgstr "Confirme para excluir este pull request"
4507 4838
4508 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:71
4839 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:70
4509 4840 msgid "You currently have no open pull requests."
4510 4841 msgstr ""
4511 4842
4512 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:79
4843 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:78
4513 4844 msgid "Pull Requests You Participate In"
4514 4845 msgstr ""
4515 4846
4516 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:129
4847 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:127
4517 4848 msgid ""
4518 4849 "There are currently no open pull requests requiring your participation."
4519 4850 msgstr ""
@@ -4531,10 +4862,6 b' msgstr ""'
4531 4862 msgid "My Notifications"
4532 4863 msgstr "Minhas Notificações"
4533 4864
4534 #: rhodecode/templates/admin/notifications/notifications.html:31
4535 msgid "All"
4536 msgstr "Todos"
4537
4538 4865 #: rhodecode/templates/admin/notifications/notifications.html:32
4539 4866 #: rhodecode/templates/changeset/changeset.html:140
4540 4867 #: rhodecode/templates/pullrequests/pullrequest_show.html:133
@@ -4554,12 +4881,16 b' msgstr "Ainda n\xc3\xa3o h\xc3\xa1 notifica\xc3\xa7\xc3\xb5es aqui"'
4554 4881 msgid "Show notification"
4555 4882 msgstr "Mostrar notificação"
4556 4883
4884 #: rhodecode/templates/admin/notifications/show_notification.html:12
4885 msgid "Notifications"
4886 msgstr "Notificações"
4887
4557 4888 #: rhodecode/templates/admin/permissions/permissions.html:5
4558 4889 msgid "Permissions Administration"
4559 4890 msgstr ""
4560 4891
4561 4892 #: rhodecode/templates/admin/permissions/permissions.html:14
4562 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:45
4893 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:49
4563 4894 #: rhodecode/templates/admin/repos/repo_edit.html:46
4564 4895 #: rhodecode/templates/admin/user_groups/user_group_edit.html:34
4565 4896 #: rhodecode/templates/base/base.html:82
@@ -4672,12 +5003,6 b' msgstr "Todas as permiss\xc3\xb5es padr\xc3\xa3o em cada reposit\xc3\xb3rio ser\xc3\xa3o modificadas para a permiss\xc3\xa3o escolhida, note que todas as permiss\xc3\xb5es padr\xc3\xa3o customizadas nos reposit\xc3\xb3rios ser\xc3\xa3o perdidas"'
4672 5003 msgid "Overwrite Existing Settings"
4673 5004 msgstr ""
4674 5005
4675 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4676 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4677 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4678 msgid "Repository Groups"
4679 msgstr ""
4680
4681 5006 #: rhodecode/templates/admin/permissions/permissions_objects.html:34
4682 5007 msgid ""
4683 5008 "All default permissions on each repository group will be reset to chosen "
@@ -4740,7 +5065,7 b' msgstr ""'
4740 5065 msgid "Add Child Group"
4741 5066 msgstr ""
4742 5067
4743 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:46
5068 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:50
4744 5069 #: rhodecode/templates/admin/repos/repo_edit.html:49
4745 5070 #: rhodecode/templates/admin/user_groups/user_group_edit.html:35
4746 5071 #: rhodecode/templates/admin/users/user_edit.html:35
@@ -5009,7 +5334,6 b' msgid "Statistics"'
5009 5334 msgstr "Estatísticas"
5010 5335
5011 5336 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:7
5012 #: rhodecode/templates/pullrequests/pullrequests.html:108
5013 5337 msgid "Updated on"
5014 5338 msgstr ""
5015 5339
@@ -5412,7 +5736,7 b' msgstr ""'
5412 5736
5413 5737 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:45
5414 5738 #: rhodecode/templates/admin/settings/settings_global.html:109
5415 #: rhodecode/templates/admin/settings/settings_labs.html:45
5739 #: rhodecode/templates/admin/settings/settings_labs.html:48
5416 5740 #: rhodecode/templates/admin/settings/settings_vcs.html:13
5417 5741 #: rhodecode/templates/admin/settings/settings_visual.html:219
5418 5742 msgid "Save settings"
@@ -5629,6 +5953,10 b' msgstr "Ganchos customizados"'
5629 5953 msgid "Labs Settings"
5630 5954 msgstr ""
5631 5955
5956 #: rhodecode/templates/admin/settings/settings_labs.html:10
5957 msgid "There are no Labs settings currently"
5958 msgstr ""
5959
5632 5960 #: rhodecode/templates/admin/settings/settings_mapping.html:5
5633 5961 msgid "Import New Groups or Repositories"
5634 5962 msgstr ""
@@ -6364,6 +6692,10 b' msgstr ""'
6364 6692 msgid "Change the avatar at"
6365 6693 msgstr ""
6366 6694
6695 #: rhodecode/templates/admin/users/user_edit_profile.html:74
6696 msgid "New Password"
6697 msgstr ""
6698
6367 6699 #: rhodecode/templates/admin/users/user_edit_profile.html:82
6368 6700 msgid "New Password Confirmation"
6369 6701 msgstr ""
@@ -6394,7 +6726,7 b' msgid "Authentication type"'
6394 6726 msgstr ""
6395 6727
6396 6728 #: rhodecode/templates/base/base.html:44
6397 #: rhodecode/templates/errors/error_document.html:51
6729 #: rhodecode/templates/errors/error_document.html:57
6398 6730 msgid "Support"
6399 6731 msgstr ""
6400 6732
@@ -6778,7 +7110,7 b' msgstr "Criar grupos de usu\xc3\xa1rios"'
6778 7110 msgid "No permission defined"
6779 7111 msgstr ""
6780 7112
6781 #: rhodecode/templates/base/root.html:120
7113 #: rhodecode/templates/base/root.html:161
6782 7114 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6783 7115 msgstr ""
6784 7116
@@ -6880,29 +7212,65 b' msgid ""'
6880 7212 "repositories and migrates them to Mercurial type."
6881 7213 msgstr ""
6882 7214
6883 #: rhodecode/templates/base/vcs_settings.html:124
6884 msgid "Subversion Settings"
7215 #: rhodecode/templates/base/vcs_settings.html:123
7216 msgid "Mercurial Labs Settings"
7217 msgstr ""
7218
7219 #: rhodecode/templates/base/vcs_settings.html:123
7220 msgid ""
7221 "These features are considered experimental and may not work as expected."
6885 7222 msgstr ""
6886 7223
6887 7224 #: rhodecode/templates/base/vcs_settings.html:129
7225 msgid "Use rebase as merge strategy"
7226 msgstr ""
7227
7228 #: rhodecode/templates/base/vcs_settings.html:132
7229 msgid ""
7230 "Use rebase instead of creating a merge commit when merging via web "
7231 "interface."
7232 msgstr ""
7233
7234 #: rhodecode/templates/base/vcs_settings.html:144
7235 msgid "Global Subversion Settings"
7236 msgstr ""
7237
7238 #: rhodecode/templates/base/vcs_settings.html:150
7239 msgid "Proxy subversion HTTP requests"
7240 msgstr ""
7241
7242 #: rhodecode/templates/base/vcs_settings.html:153
7243 msgid ""
7244 "Subversion HTTP Support. Enables communication with SVN over HTTP protocol."
7245 msgstr ""
7246
7247 #: rhodecode/templates/base/vcs_settings.html:158
7248 msgid "Subversion HTTP Server URL"
7249 msgstr ""
7250
7251 #: rhodecode/templates/base/vcs_settings.html:171
7252 msgid "Subversion Settings"
7253 msgstr ""
7254
7255 #: rhodecode/templates/base/vcs_settings.html:176
6888 7256 msgid "Repository patterns"
6889 7257 msgstr ""
6890 7258
6891 #: rhodecode/templates/base/vcs_settings.html:133
7259 #: rhodecode/templates/base/vcs_settings.html:180
6892 7260 msgid ""
6893 7261 "Patterns for identifying SVN branches and tags. For recursive search, use "
6894 7262 "\"*\". Eg.: \"/branches/*\""
6895 7263 msgstr ""
6896 7264
6897 #: rhodecode/templates/base/vcs_settings.html:196
7265 #: rhodecode/templates/base/vcs_settings.html:246
6898 7266 msgid "Pull Request Settings"
6899 7267 msgstr ""
6900 7268
6901 #: rhodecode/templates/base/vcs_settings.html:201
7269 #: rhodecode/templates/base/vcs_settings.html:251
6902 7270 msgid "Enable server-side merge for pull requests"
6903 7271 msgstr ""
6904 7272
6905 #: rhodecode/templates/base/vcs_settings.html:204
7273 #: rhodecode/templates/base/vcs_settings.html:254
6906 7274 msgid ""
6907 7275 "Note: when this feature is enabled, it only runs hooks defined in the "
6908 7276 "rcextension package. Custom hooks added on the Admin -> Settings -> Hooks "
@@ -6910,34 +7278,16 b' msgid ""'
6910 7278 "web interface."
6911 7279 msgstr ""
6912 7280
6913 #: rhodecode/templates/base/vcs_settings.html:208
7281 #: rhodecode/templates/base/vcs_settings.html:258
6914 7282 msgid "Invalidate and relocate inline comments during update"
6915 7283 msgstr ""
6916 7284
6917 #: rhodecode/templates/base/vcs_settings.html:211
7285 #: rhodecode/templates/base/vcs_settings.html:261
6918 7286 msgid ""
6919 7287 "During the update of a pull request, the position of inline comments will be"
6920 7288 " updated and outdated inline comments will be hidden."
6921 7289 msgstr ""
6922 7290
6923 #: rhodecode/templates/base/vcs_settings.html:222
6924 msgid "Labs settings"
6925 msgstr ""
6926
6927 #: rhodecode/templates/base/vcs_settings.html:222
6928 msgid ""
6929 "These features are considered experimental and may not work as expected."
6930 msgstr ""
6931
6932 #: rhodecode/templates/base/vcs_settings.html:229
6933 msgid "Mercurial server-side merge"
6934 msgstr ""
6935
6936 #: rhodecode/templates/base/vcs_settings.html:234
6937 msgid ""
6938 "Use rebase instead of creating a merge commit when merging via web interface"
6939 msgstr ""
6940
6941 7291 #: rhodecode/templates/bookmarks/bookmarks.html:5
6942 7292 #, python-format
6943 7293 msgid "%s Bookmarks"
@@ -7345,7 +7695,7 b' msgstr "Visualizar coment\xc3\xa1rio"'
7345 7695 #: rhodecode/templates/changeset/changeset_file_comment.html:293
7346 7696 #: rhodecode/templates/compare/compare_diff.html:57
7347 7697 #: rhodecode/templates/email_templates/commit_comment.mako:87
7348 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7698 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7349 7699 msgid "Comment"
7350 7700 msgstr "Comentário"
7351 7701
@@ -7493,17 +7843,17 b' msgid "Compare Commits"'
7493 7843 msgstr ""
7494 7844
7495 7845 #: rhodecode/templates/compare/compare_diff.html:46
7496 #: rhodecode/templates/email_templates/pull_request_review.mako:50
7846 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7497 7847 #: rhodecode/templates/files/file_diff.html:56
7498 7848 #: rhodecode/templates/pullrequests/pullrequest_show.html:85
7499 7849 msgid "Target"
7500 7850 msgstr ""
7501 7851
7502 7852 #: rhodecode/templates/compare/compare_diff.html:47
7503 #: rhodecode/templates/email_templates/pull_request_comment.mako:92
7504 #: rhodecode/templates/email_templates/pull_request_review.mako:49
7853 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7854 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7505 7855 #: rhodecode/templates/files/file_diff.html:62
7506 #: rhodecode/templates/files/files_source.html:18
7856 #: rhodecode/templates/files/files_source.html:19
7507 7857 msgid "Source"
7508 7858 msgstr ""
7509 7859
@@ -7684,17 +8034,17 b' msgstr ""'
7684 8034 msgid "Form vertical"
7685 8035 msgstr ""
7686 8036
7687 #: rhodecode/templates/email_templates/base.mako:7
8037 #: rhodecode/templates/email_templates/base.mako:32
7688 8038 #, python-format
7689 8039 msgid "This is a notification from RhodeCode. %(instance_url)s"
7690 8040 msgstr ""
7691 8041
7692 #: rhodecode/templates/email_templates/base.mako:90
8042 #: rhodecode/templates/email_templates/base.mako:115
7693 8043 msgid "RhodeCode"
7694 8044 msgstr ""
7695 8045
7696 8046 #: rhodecode/templates/email_templates/commit_comment.mako:16
7697 #: rhodecode/templates/email_templates/pull_request_comment.mako:17
8047 #: rhodecode/templates/email_templates/pull_request_comment.mako:18
7698 8048 msgid "[mention]"
7699 8049 msgstr ""
7700 8050
@@ -7723,12 +8073,12 b' msgid "%(user)s commented on commit `%(c'
7723 8073 msgstr ""
7724 8074
7725 8075 #: rhodecode/templates/email_templates/commit_comment.mako:43
7726 #: rhodecode/templates/email_templates/pull_request_comment.mako:43
8076 #: rhodecode/templates/email_templates/pull_request_comment.mako:44
7727 8077 msgid "Comment link"
7728 8078 msgstr ""
7729 8079
7730 8080 #: rhodecode/templates/email_templates/commit_comment.mako:48
7731 #: rhodecode/templates/email_templates/pull_request_comment.mako:48
8081 #: rhodecode/templates/email_templates/pull_request_comment.mako:49
7732 8082 #, python-format
7733 8083 msgid "File: %(comment_file)s on line %(comment_line)s"
7734 8084 msgstr ""
@@ -7757,7 +8107,7 b' msgid "The commit status was changed to"'
7757 8107 msgstr ""
7758 8108
7759 8109 #: rhodecode/templates/email_templates/commit_comment.mako:87
7760 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
8110 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7761 8111 #, python-format
7762 8112 msgid "Comment on line: %(comment_line)s"
7763 8113 msgstr ""
@@ -7766,97 +8116,101 b' msgstr ""'
7766 8116 msgid "Generate new password here"
7767 8117 msgstr ""
7768 8118
7769 #: rhodecode/templates/email_templates/pull_request_comment.mako:20
8119 #: rhodecode/templates/email_templates/pull_request_comment.mako:21
7770 8120 #, python-format
7771 8121 msgid ""
7772 8122 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (file: "
7773 8123 "`%(comment_file)s`)"
7774 8124 msgstr ""
7775 8125
7776 #: rhodecode/templates/email_templates/pull_request_comment.mako:23
8126 #: rhodecode/templates/email_templates/pull_request_comment.mako:24
7777 8127 #, python-format
7778 8128 msgid ""
7779 8129 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (status: "
7780 8130 "%(status)s)"
7781 8131 msgstr ""
7782 8132
7783 #: rhodecode/templates/email_templates/pull_request_comment.mako:25
7784 #: rhodecode/templates/email_templates/pull_request_comment.mako:82
8133 #: rhodecode/templates/email_templates/pull_request_comment.mako:26
8134 #: rhodecode/templates/email_templates/pull_request_comment.mako:83
7785 8135 #, python-format
7786 8136 msgid "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\""
7787 8137 msgstr ""
7788 8138
7789 #: rhodecode/templates/email_templates/pull_request_comment.mako:45
8139 #: rhodecode/templates/email_templates/pull_request_comment.mako:46
7790 8140 msgid "Source repository"
7791 8141 msgstr ""
7792 8142
7793 #: rhodecode/templates/email_templates/pull_request_comment.mako:54
8143 #: rhodecode/templates/email_templates/pull_request_comment.mako:55
7794 8144 #, python-format
7795 8145 msgid "%(user)s submitted pull request #%(pr_id)s status: *%(status)s*"
7796 8146 msgstr ""
7797 8147
7798 #: rhodecode/templates/email_templates/pull_request_comment.mako:56
8148 #: rhodecode/templates/email_templates/pull_request_comment.mako:57
7799 8149 #, python-format
7800 8150 msgid ""
7801 8151 "%(user)s submitted pull request #%(pr_id)s status: *%(status)s and closed*"
7802 8152 msgstr ""
7803 8153
7804 #: rhodecode/templates/email_templates/pull_request_comment.mako:80
8154 #: rhodecode/templates/email_templates/pull_request_comment.mako:81
7805 8155 #, python-format
7806 8156 msgid ""
7807 8157 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" "
7808 8158 "(file:`%(comment_file)s`)"
7809 8159 msgstr ""
7810 8160
7811 #: rhodecode/templates/email_templates/pull_request_comment.mako:86
8161 #: rhodecode/templates/email_templates/pull_request_comment.mako:87
7812 8162 #, python-format
7813 8163 msgid "submitted pull request status: %(status)s"
7814 8164 msgstr ""
7815 8165
7816 #: rhodecode/templates/email_templates/pull_request_comment.mako:88
8166 #: rhodecode/templates/email_templates/pull_request_comment.mako:89
7817 8167 #, python-format
7818 8168 msgid "submitted pull request status: %(status)s and closed"
7819 8169 msgstr ""
7820 8170
7821 #: rhodecode/templates/email_templates/pull_request_review.mako:5
7822 #, python-format
7823 msgid "%(user)s wants you to review pull request #%(pr_url)s: \"%(pr_title)s\""
7824 msgstr ""
7825
7826 #: rhodecode/templates/email_templates/pull_request_review.mako:17
8171 #: rhodecode/templates/email_templates/pull_request_comment.mako:95
8172 msgid "Submitted status"
8173 msgstr ""
8174
8175 #: rhodecode/templates/email_templates/pull_request_review.mako:14
8176 #, python-format
8177 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\""
8178 msgstr ""
8179
8180 #: rhodecode/templates/email_templates/pull_request_review.mako:34
7827 8181 #, python-format
7828 8182 msgid ""
7829 8183 "Pull request from %(source_ref_type)s:%(source_ref_name)s of %(repo_url)s "
7830 8184 "into %(target_ref_type)s:%(target_ref_name)s"
7831 8185 msgstr ""
7832 8186
7833 #: rhodecode/templates/email_templates/pull_request_review.mako:26
8187 #: rhodecode/templates/email_templates/pull_request_review.mako:37
7834 8188 msgid "Link"
7835 8189 msgstr ""
7836 8190
7837 #: rhodecode/templates/email_templates/pull_request_review.mako:35
8191 #: rhodecode/templates/email_templates/pull_request_review.mako:46
7838 8192 #, python-format
7839 8193 msgid "Commit (%(num)s)"
7840 8194 msgid_plural "Commits (%(num)s)"
7841 8195 msgstr[0] ""
7842 8196 msgstr[1] ""
7843 8197
7844 #: rhodecode/templates/email_templates/pull_request_review.mako:47
8198 #: rhodecode/templates/email_templates/pull_request_review.mako:71
7845 8199 #, python-format
7846 8200 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\"."
7847 8201 msgstr ""
7848 8202
7849 #: rhodecode/templates/email_templates/pull_request_review.mako:49
8203 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7850 8204 #, python-format
7851 8205 msgid "%(source_ref_type)s of %(source_repo_url)s"
7852 8206 msgstr ""
7853 8207
7854 #: rhodecode/templates/email_templates/pull_request_review.mako:50
8208 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7855 8209 #, python-format
7856 8210 msgid "%(target_ref_type)s of %(target_repo_url)s"
7857 8211 msgstr ""
7858 8212
7859 #: rhodecode/templates/email_templates/pull_request_review.mako:52
8213 #: rhodecode/templates/email_templates/pull_request_review.mako:76
7860 8214 #: rhodecode/templates/summary/components.html:95
7861 8215 #: rhodecode/templates/summary/components.html:98
7862 8216 #, python-format
@@ -8097,13 +8451,13 b' msgid "Delete file"'
8097 8451 msgstr ""
8098 8452
8099 8453 #: rhodecode/templates/files/files_delete.html:45
8100 #: rhodecode/templates/files/files_source.html:49
8454 #: rhodecode/templates/files/files_source.html:50
8101 8455 #, python-format
8102 8456 msgid "Binary file (%s)"
8103 8457 msgstr "Arquivo binário (%s)"
8104 8458
8105 8459 #: rhodecode/templates/files/files_delete.html:50
8106 #: rhodecode/templates/files/files_source.html:61
8460 #: rhodecode/templates/files/files_source.html:62
8107 8461 msgid "File is too big to display"
8108 8462 msgstr "Arquivo é grande demais para exibir"
8109 8463
@@ -8173,44 +8527,44 b' msgid_plural "lines"'
8173 8527 msgstr[0] ""
8174 8528 msgstr[1] ""
8175 8529
8176 #: rhodecode/templates/files/files_source.html:12
8530 #: rhodecode/templates/files/files_source.html:13
8177 8531 msgid "History"
8178 8532 msgstr ""
8179 8533
8180 #: rhodecode/templates/files/files_source.html:15
8534 #: rhodecode/templates/files/files_source.html:16
8181 8535 #: rhodecode/templates/search/search_content.html:68
8182 8536 msgid "Show Full History"
8183 8537 msgstr ""
8184 8538
8185 #: rhodecode/templates/files/files_source.html:20
8539 #: rhodecode/templates/files/files_source.html:21
8186 8540 #: rhodecode/templates/search/search_content.html:70
8187 8541 msgid "Annotation"
8188 8542 msgstr ""
8189 8543
8190 #: rhodecode/templates/files/files_source.html:22
8544 #: rhodecode/templates/files/files_source.html:23
8191 8545 #: rhodecode/templates/search/search_content.html:71
8192 8546 msgid "Raw"
8193 8547 msgstr ""
8194 8548
8195 #: rhodecode/templates/files/files_source.html:24
8549 #: rhodecode/templates/files/files_source.html:25
8196 8550 #: rhodecode/templates/search/search_content.html:73
8197 8551 msgid "Download"
8198 8552 msgstr "Download"
8199 8553
8200 #: rhodecode/templates/files/files_source.html:31
8554 #: rhodecode/templates/files/files_source.html:32
8201 8555 #, python-format
8202 8556 msgid "Edit on Branch:%s"
8203 8557 msgstr ""
8204 8558
8205 #: rhodecode/templates/files/files_source.html:36
8559 #: rhodecode/templates/files/files_source.html:37
8206 8560 msgid "Editing binary files not allowed"
8207 8561 msgstr ""
8208 8562
8209 #: rhodecode/templates/files/files_source.html:39
8210 msgid "Editing files allowed only when on branch head commit"
8211 msgstr ""
8212
8213 8563 #: rhodecode/templates/files/files_source.html:40
8564 msgid "Editing files allowed only when on branch head commit"
8565 msgstr ""
8566
8567 #: rhodecode/templates/files/files_source.html:41
8214 8568 msgid "Deleting files allowed only when on branch head commit"
8215 8569 msgstr ""
8216 8570
This diff has been collapsed as it changes many lines, (1042 lines changed) Show them Hide them
@@ -6,9 +6,9 b''
6 6 #, fuzzy
7 7 msgid ""
8 8 msgstr ""
9 "Project-Id-Version: rhodecode-enterprise-ce 4.3.0\n"
9 "Project-Id-Version: rhodecode-enterprise-ce 4.4.0\n"
10 10 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
11 "POT-Creation-Date: 2016-08-12 12:29+0000\n"
11 "POT-Creation-Date: 2016-09-15 14:25+0000\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,7 +18,7 b' msgstr ""'
18 18 "Generated-By: Babel 1.3\n"
19 19
20 20 #: rhodecode/admin/navigation.py:74 rhodecode/authentication/routes.py:60
21 #: rhodecode/integrations/views.py:126
21 #: rhodecode/integrations/views.py:168
22 22 #: rhodecode/templates/admin/permissions/permissions.html:36
23 23 msgid "Global"
24 24 msgstr ""
@@ -41,7 +41,7 b' msgstr ""'
41 41 msgid "Issue Tracker"
42 42 msgstr ""
43 43
44 #: rhodecode/admin/navigation.py:80 rhodecode/integrations/types/email.py:172
44 #: rhodecode/admin/navigation.py:80 rhodecode/integrations/types/email.py:232
45 45 #: rhodecode/templates/register.html:76
46 46 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
47 47 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
@@ -62,12 +62,18 b' msgid "Full Text Search"'
62 62 msgstr ""
63 63
64 64 #: rhodecode/admin/navigation.py:83
65 #: rhodecode/templates/admin/integrations/base.html:21
66 #: rhodecode/templates/admin/integrations/edit.html:8
67 #: rhodecode/templates/admin/integrations/edit.html:19
68 #: rhodecode/templates/admin/integrations/list.html:15
69 #: rhodecode/templates/admin/integrations/list.html:19
70 #: rhodecode/templates/admin/integrations/list.html:26
65 #: rhodecode/templates/admin/integrations/base.html:23
66 #: rhodecode/templates/admin/integrations/form.html:8
67 #: rhodecode/templates/admin/integrations/form.html:21
68 #: rhodecode/templates/admin/integrations/form.html:32
69 #: rhodecode/templates/admin/integrations/list.html:21
70 #: rhodecode/templates/admin/integrations/list.html:25
71 #: rhodecode/templates/admin/integrations/list.html:29
72 #: rhodecode/templates/admin/integrations/list.html:36
73 #: rhodecode/templates/admin/integrations/new.html:9
74 #: rhodecode/templates/admin/integrations/new.html:17
75 #: rhodecode/templates/admin/integrations/new.html:23
76 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:51
71 77 #: rhodecode/templates/admin/repos/repo_edit.html:72
72 78 #: rhodecode/templates/base/base.html:84
73 79 msgid "Integrations"
@@ -90,9 +96,9 b' msgstr ""'
90 96 msgid "Enable or disable this authentication plugin."
91 97 msgstr ""
92 98
93 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:37
94 #: rhodecode/templates/admin/integrations/list.html:62
95 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
99 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:32
100 #: rhodecode/model/validation_schema/schemas/integration_schema.py:197
101 #: rhodecode/templates/admin/integrations/list.html:101
96 102 msgid "Enabled"
97 103 msgstr ""
98 104
@@ -527,14 +533,14 b' msgstr ""'
527 533 msgid "Changesets"
528 534 msgstr ""
529 535
530 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:251
536 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:259
531 537 #: rhodecode/model/pull_request.py:1059 rhodecode/model/scm.py:780
532 #: rhodecode/templates/base/vcs_settings.html:138
538 #: rhodecode/templates/base/vcs_settings.html:185
533 539 msgid "Branches"
534 540 msgstr ""
535 541
536 542 #: rhodecode/controllers/files.py:1030 rhodecode/model/scm.py:795
537 #: rhodecode/templates/base/vcs_settings.html:163
543 #: rhodecode/templates/base/vcs_settings.html:210
538 544 msgid "Tags"
539 545 msgstr ""
540 546
@@ -645,19 +651,19 b' msgstr ""'
645 651 msgid "Closing pull request on other statuses than rejected or approved is forbidden. Calculated status from all reviewers is currently: %s"
646 652 msgstr ""
647 653
648 #: rhodecode/controllers/summary.py:235
654 #: rhodecode/controllers/summary.py:243
649 655 msgid "Branch"
650 656 msgstr ""
651 657
652 #: rhodecode/controllers/summary.py:236
658 #: rhodecode/controllers/summary.py:244
653 659 msgid "Tag"
654 660 msgstr ""
655 661
656 #: rhodecode/controllers/summary.py:237
662 #: rhodecode/controllers/summary.py:245
657 663 msgid "Bookmark"
658 664 msgstr ""
659 665
660 #: rhodecode/controllers/summary.py:252
666 #: rhodecode/controllers/summary.py:260
661 667 msgid "Closed branches"
662 668 msgstr ""
663 669
@@ -670,37 +676,37 b' msgid "Error occurred during update of d'
670 676 msgstr ""
671 677
672 678 #: rhodecode/controllers/admin/gists.py:63
673 #: rhodecode/controllers/admin/my_account.py:307
679 #: rhodecode/controllers/admin/my_account.py:317
674 680 #: rhodecode/controllers/admin/users.py:431
675 681 msgid "forever"
676 682 msgstr ""
677 683
678 684 #: rhodecode/controllers/admin/gists.py:64
679 #: rhodecode/controllers/admin/my_account.py:308
685 #: rhodecode/controllers/admin/my_account.py:318
680 686 #: rhodecode/controllers/admin/users.py:432
681 687 msgid "5 minutes"
682 688 msgstr ""
683 689
684 690 #: rhodecode/controllers/admin/gists.py:65
685 #: rhodecode/controllers/admin/my_account.py:309
691 #: rhodecode/controllers/admin/my_account.py:319
686 692 #: rhodecode/controllers/admin/users.py:433
687 693 msgid "1 hour"
688 694 msgstr ""
689 695
690 696 #: rhodecode/controllers/admin/gists.py:66
691 #: rhodecode/controllers/admin/my_account.py:310
697 #: rhodecode/controllers/admin/my_account.py:320
692 698 #: rhodecode/controllers/admin/users.py:434
693 699 msgid "1 day"
694 700 msgstr ""
695 701
696 702 #: rhodecode/controllers/admin/gists.py:67
697 #: rhodecode/controllers/admin/my_account.py:311
703 #: rhodecode/controllers/admin/my_account.py:321
698 704 #: rhodecode/controllers/admin/users.py:435
699 705 msgid "1 month"
700 706 msgstr ""
701 707
702 708 #: rhodecode/controllers/admin/gists.py:71
703 #: rhodecode/controllers/admin/my_account.py:313
709 #: rhodecode/controllers/admin/my_account.py:323
704 710 #: rhodecode/controllers/admin/users.py:437
705 711 msgid "Lifetime"
706 712 msgstr ""
@@ -754,60 +760,61 b' msgstr ""'
754 760 msgid "%(expiry)s - current value"
755 761 msgstr ""
756 762
757 #: rhodecode/controllers/admin/my_account.py:70
763 #: rhodecode/controllers/admin/my_account.py:74
758 764 msgid "You can't edit this user since it's crucial for entire application"
759 765 msgstr ""
760 766
761 #: rhodecode/controllers/admin/my_account.py:128
767 #: rhodecode/controllers/admin/my_account.py:132
762 768 msgid "Your account was updated successfully"
763 769 msgstr ""
764 770
765 #: rhodecode/controllers/admin/my_account.py:143
771 #: rhodecode/controllers/admin/my_account.py:147
766 772 #: rhodecode/controllers/admin/users.py:218
767 773 #, python-format
768 774 msgid "Error occurred during update of user %s"
769 775 msgstr ""
770 776
771 #: rhodecode/controllers/admin/my_account.py:202
777 #: rhodecode/controllers/admin/my_account.py:213
778 #: rhodecode/controllers/admin/my_account.py:219
779 msgid "Error occurred during update of user password"
780 msgstr ""
781
782 #: rhodecode/controllers/admin/my_account.py:226
772 783 msgid "Successfully updated password"
773 784 msgstr ""
774 785
775 #: rhodecode/controllers/admin/my_account.py:213
776 msgid "Error occurred during update of user password"
777 msgstr ""
778
779 #: rhodecode/controllers/admin/my_account.py:261
786 #: rhodecode/controllers/admin/my_account.py:271
780 787 #: rhodecode/controllers/admin/users.py:611
781 788 #, python-format
782 789 msgid "Added new email address `%s` for user account"
783 790 msgstr ""
784 791
785 #: rhodecode/controllers/admin/my_account.py:268
792 #: rhodecode/controllers/admin/my_account.py:278
786 793 #: rhodecode/controllers/admin/users.py:618
787 794 msgid "An error occurred during email saving"
788 795 msgstr ""
789 796
790 #: rhodecode/controllers/admin/my_account.py:278
797 #: rhodecode/controllers/admin/my_account.py:288
791 798 #: rhodecode/controllers/admin/users.py:633
792 799 msgid "Removed email address from user account"
793 800 msgstr ""
794 801
795 #: rhodecode/controllers/admin/my_account.py:316
802 #: rhodecode/controllers/admin/my_account.py:326
796 803 #: rhodecode/controllers/admin/users.py:440
797 804 msgid "Role"
798 805 msgstr ""
799 806
800 #: rhodecode/controllers/admin/my_account.py:329
807 #: rhodecode/controllers/admin/my_account.py:339
801 808 #: rhodecode/controllers/admin/users.py:464
802 809 msgid "Auth token successfully created"
803 810 msgstr ""
804 811
805 #: rhodecode/controllers/admin/my_account.py:342
812 #: rhodecode/controllers/admin/my_account.py:352
806 813 #: rhodecode/controllers/admin/users.py:483
807 814 msgid "Auth token successfully reset"
808 815 msgstr ""
809 816
810 #: rhodecode/controllers/admin/my_account.py:346
817 #: rhodecode/controllers/admin/my_account.py:356
811 818 #: rhodecode/controllers/admin/users.py:487
812 819 msgid "Auth token successfully deleted"
813 820 msgstr ""
@@ -1027,18 +1034,18 b' msgid "Error occurred during deleting is'
1027 1034 msgstr ""
1028 1035
1029 1036 #: rhodecode/controllers/admin/repos.py:721
1030 #: rhodecode/controllers/admin/settings.py:363
1037 #: rhodecode/controllers/admin/settings.py:366
1031 1038 msgid "Removed issue tracker entry"
1032 1039 msgstr ""
1033 1040
1034 1041 #: rhodecode/controllers/admin/repos.py:751
1035 #: rhodecode/controllers/admin/settings.py:409
1042 #: rhodecode/controllers/admin/settings.py:412
1036 1043 msgid "Updated issue tracker entries"
1037 1044 msgstr ""
1038 1045
1039 1046 #: rhodecode/controllers/admin/repos.py:812
1040 #: rhodecode/controllers/admin/settings.py:142
1041 #: rhodecode/controllers/admin/settings.py:719
1047 #: rhodecode/controllers/admin/settings.py:143
1048 #: rhodecode/controllers/admin/settings.py:722
1042 1049 msgid "Some form inputs contain invalid data."
1043 1050 msgstr ""
1044 1051
@@ -1047,86 +1054,70 b' msgid "Error occurred during updating re'
1047 1054 msgstr ""
1048 1055
1049 1056 #: rhodecode/controllers/admin/repos.py:834
1050 #: rhodecode/controllers/admin/settings.py:168
1057 #: rhodecode/controllers/admin/settings.py:171
1051 1058 msgid "Updated VCS settings"
1052 1059 msgstr ""
1053 1060
1054 #: rhodecode/controllers/admin/settings.py:164
1055 #: rhodecode/controllers/admin/settings.py:267
1061 #: rhodecode/controllers/admin/settings.py:167
1062 #: rhodecode/controllers/admin/settings.py:270
1056 1063 msgid "Error occurred during updating application settings"
1057 1064 msgstr ""
1058 1065
1059 #: rhodecode/controllers/admin/settings.py:211
1066 #: rhodecode/controllers/admin/settings.py:214
1060 1067 #, python-format
1061 1068 msgid "Repositories successfully rescanned added: %s ; removed: %s"
1062 1069 msgstr ""
1063 1070
1064 #: rhodecode/controllers/admin/settings.py:263
1071 #: rhodecode/controllers/admin/settings.py:266
1065 1072 msgid "Updated application settings"
1066 1073 msgstr ""
1067 1074
1068 #: rhodecode/controllers/admin/settings.py:327
1069 msgid "Updated visualisation settings"
1070 msgstr ""
1071
1072 1075 #: rhodecode/controllers/admin/settings.py:330
1076 msgid "Updated visualisation settings"
1077 msgstr ""
1078
1079 #: rhodecode/controllers/admin/settings.py:333
1073 1080 msgid "Error occurred during updating visualisation settings"
1074 1081 msgstr ""
1075 1082
1076 #: rhodecode/controllers/admin/settings.py:422
1083 #: rhodecode/controllers/admin/settings.py:425
1077 1084 msgid "Please enter email address"
1078 1085 msgstr ""
1079 1086
1080 #: rhodecode/controllers/admin/settings.py:440
1087 #: rhodecode/controllers/admin/settings.py:443
1081 1088 msgid "Send email task created"
1082 1089 msgstr ""
1083 1090
1084 #: rhodecode/controllers/admin/settings.py:473
1091 #: rhodecode/controllers/admin/settings.py:476
1085 1092 msgid "Added new hook"
1086 1093 msgstr ""
1087 1094
1088 #: rhodecode/controllers/admin/settings.py:488
1095 #: rhodecode/controllers/admin/settings.py:491
1089 1096 msgid "Updated hooks"
1090 1097 msgstr ""
1091 1098
1092 #: rhodecode/controllers/admin/settings.py:492
1099 #: rhodecode/controllers/admin/settings.py:495
1093 1100 msgid "Error occurred during hook creation"
1094 1101 msgstr ""
1095 1102
1096 #: rhodecode/controllers/admin/settings.py:540
1103 #: rhodecode/controllers/admin/settings.py:543
1097 1104 #, python-format
1098 1105 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
1099 1106 msgstr ""
1100 1107
1101 #: rhodecode/controllers/admin/settings.py:544
1108 #: rhodecode/controllers/admin/settings.py:547
1102 1109 #, python-format
1103 1110 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
1104 1111 msgstr ""
1105 1112
1106 #: rhodecode/controllers/admin/settings.py:740
1113 #: rhodecode/controllers/admin/settings.py:743
1107 1114 msgid "Error occurred during updating labs settings"
1108 1115 msgstr ""
1109 1116
1110 #: rhodecode/controllers/admin/settings.py:745
1117 #: rhodecode/controllers/admin/settings.py:748
1111 1118 msgid "Updated Labs settings"
1112 1119 msgstr ""
1113 1120
1114 #: rhodecode/controllers/admin/settings.py:795
1115 msgid "Subversion HTTP Support"
1116 msgstr ""
1117
1118 #: rhodecode/controllers/admin/settings.py:796
1119 msgid "Proxy subversion HTTP requests"
1120 msgstr ""
1121
1122 #: rhodecode/controllers/admin/settings.py:802
1123 msgid "Subversion HTTP Server URL"
1124 msgstr ""
1125
1126 #: rhodecode/controllers/admin/settings.py:804
1127 msgid "e.g. http://localhost:8080/"
1128 msgstr ""
1129
1130 1121 #: rhodecode/controllers/admin/user_groups.py:168
1131 1122 #, python-format
1132 1123 msgid "Created user group %(user_group_link)s"
@@ -1307,35 +1298,35 b' msgstr ""'
1307 1298 msgid "pullrequest commented"
1308 1299 msgstr ""
1309 1300
1310 #: rhodecode/events/repo.py:135
1301 #: rhodecode/events/repo.py:136
1311 1302 msgid "repository pre create"
1312 1303 msgstr ""
1313 1304
1314 #: rhodecode/events/repo.py:144
1305 #: rhodecode/events/repo.py:145
1315 1306 msgid "repository created"
1316 1307 msgstr ""
1317 1308
1318 #: rhodecode/events/repo.py:153
1309 #: rhodecode/events/repo.py:154
1319 1310 msgid "repository pre delete"
1320 1311 msgstr ""
1321 1312
1322 #: rhodecode/events/repo.py:162
1313 #: rhodecode/events/repo.py:163
1323 1314 msgid "repository deleted"
1324 1315 msgstr ""
1325 1316
1326 #: rhodecode/events/repo.py:198
1317 #: rhodecode/events/repo.py:199
1327 1318 msgid "repository pre pull"
1328 1319 msgstr ""
1329 1320
1330 #: rhodecode/events/repo.py:207
1321 #: rhodecode/events/repo.py:208
1331 1322 msgid "repository pull"
1332 1323 msgstr ""
1333 1324
1334 #: rhodecode/events/repo.py:216
1325 #: rhodecode/events/repo.py:217
1335 1326 msgid "repository pre push"
1336 1327 msgstr ""
1337 1328
1338 #: rhodecode/events/repo.py:227
1329 #: rhodecode/events/repo.py:228
1339 1330 msgid "repository push"
1340 1331 msgstr ""
1341 1332
@@ -1363,100 +1354,196 b' msgstr ""'
1363 1354 msgid "user pre update"
1364 1355 msgstr ""
1365 1356
1366 #: rhodecode/integrations/schema.py:35
1357 #: rhodecode/forms/__init__.py:32 rhodecode/templates/admin/gists/new.html:62
1358 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
1359 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
1360 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
1361 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
1362 #: rhodecode/templates/admin/permissions/permissions_application.html:51
1363 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
1364 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
1365 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
1366 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
1367 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
1368 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
1369 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
1370 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
1371 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
1372 #: rhodecode/templates/admin/settings/settings_global.html:110
1373 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
1374 #: rhodecode/templates/admin/settings/settings_labs.html:49
1375 #: rhodecode/templates/admin/settings/settings_vcs.html:14
1376 #: rhodecode/templates/admin/settings/settings_visual.html:220
1377 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
1378 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
1379 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
1380 #: rhodecode/templates/admin/users/user_edit_emails.html:63
1381 #: rhodecode/templates/admin/users/user_edit_ips.html:70
1382 #: rhodecode/templates/admin/users/user_edit_profile.html:135
1383 #: rhodecode/templates/base/default_perms_box.html:89
1384 msgid "Reset"
1385 msgstr ""
1386
1387 #: rhodecode/forms/__init__.py:33 rhodecode/templates/admin/gists/show.html:49
1388 #: rhodecode/templates/admin/integrations/list.html:211
1389 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
1390 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
1391 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:62
1392 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
1393 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
1394 #: rhodecode/templates/admin/settings/settings_hooks.html:46
1395 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
1396 #: rhodecode/templates/admin/users/user_edit_emails.html:31
1397 #: rhodecode/templates/admin/users/user_edit_ips.html:34
1398 #: rhodecode/templates/base/issue_tracker_settings.html:70
1399 #: rhodecode/templates/base/vcs_settings.html:194
1400 #: rhodecode/templates/base/vcs_settings.html:219
1401 #: rhodecode/templates/changeset/changeset_file_comment.html:49
1402 #: rhodecode/templates/changeset/changeset_file_comment.html:99
1403 #: rhodecode/templates/data_table/_dt_elements.html:119
1404 #: rhodecode/templates/data_table/_dt_elements.html:176
1405 #: rhodecode/templates/data_table/_dt_elements.html:190
1406 #: rhodecode/templates/data_table/_dt_elements.html:202
1407 #: rhodecode/templates/debug_style/buttons.html:132
1408 #: rhodecode/templates/files/files_source.html:34
1409 #: rhodecode/templates/files/files_source.html:38
1410 #: rhodecode/templates/files/files_source.html:41
1411 msgid "Delete"
1412 msgstr ""
1413
1414 #: rhodecode/integrations/schema.py:30
1415 #: rhodecode/model/validation_schema/schemas/integration_schema.py:195
1367 1416 msgid "Enable or disable this integration."
1368 1417 msgstr ""
1369 1418
1370 #: rhodecode/integrations/schema.py:42
1419 #: rhodecode/integrations/schema.py:37
1420 #: rhodecode/model/validation_schema/schemas/integration_schema.py:176
1371 1421 msgid "Short name for this integration."
1372 1422 msgstr ""
1373 1423
1374 #: rhodecode/integrations/schema.py:44
1424 #: rhodecode/integrations/schema.py:39
1425 #: rhodecode/model/validation_schema/schemas/integration_schema.py:178
1375 1426 msgid "Integration name"
1376 1427 msgstr ""
1377 1428
1429 #: rhodecode/integrations/schema.py:51
1430 msgid "Limit integrations to to work only on the direct children repositories of this repository group (no subgroups)"
1431 msgstr ""
1432
1433 #: rhodecode/integrations/schema.py:55
1434 msgid "Limit to childen repos only"
1435 msgstr ""
1436
1437 #: rhodecode/integrations/schema.py:63
1438 msgid "Limit integrations to to work only on root level repositories"
1439 msgstr ""
1440
1441 #: rhodecode/integrations/schema.py:66
1442 msgid "Root repositories only"
1443 msgstr ""
1444
1445 #: rhodecode/integrations/views.py:162
1446 msgid "{repo_name} repository"
1447 msgstr ""
1448
1449 #: rhodecode/integrations/views.py:165
1450 msgid "{repo_group_name} repo group"
1451 msgstr ""
1452
1378 1453 #: rhodecode/integrations/views.py:172
1454 msgid "{name} integration"
1455 msgstr ""
1456
1457 #: rhodecode/integrations/views.py:186
1379 1458 msgid "Integration {integration_name} deleted successfully."
1380 1459 msgstr ""
1381 1460
1382 #: rhodecode/integrations/views.py:200
1461 #: rhodecode/integrations/views.py:266
1383 1462 msgid "Errors exist when saving integration settings. Please check the form inputs."
1384 1463 msgstr ""
1385 1464
1386 #: rhodecode/integrations/views.py:220
1465 #: rhodecode/integrations/views.py:292
1387 1466 msgid "Integration {integration_name} updated successfully."
1388 1467 msgstr ""
1389 1468
1390 #: rhodecode/integrations/types/email.py:154
1469 #: rhodecode/integrations/types/email.py:214
1391 1470 msgid "Recipients"
1392 1471 msgstr ""
1393 1472
1394 #: rhodecode/integrations/types/email.py:155
1473 #: rhodecode/integrations/types/email.py:215
1395 1474 msgid "Email addresses to send push events to"
1396 1475 msgstr ""
1397 1476
1398 #: rhodecode/integrations/types/email.py:160
1399 #: rhodecode/integrations/types/email.py:161
1477 #: rhodecode/integrations/types/email.py:220
1478 #: rhodecode/integrations/types/email.py:221
1400 1479 msgid "Email address"
1401 1480 msgstr ""
1402 1481
1482 #: rhodecode/integrations/types/email.py:233
1483 msgid "Send repo push summaries to a list of recipients via email"
1484 msgstr ""
1485
1486 #: rhodecode/integrations/types/hipchat.py:43
1487 msgid "Yellow"
1488 msgstr ""
1489
1403 1490 #: rhodecode/integrations/types/hipchat.py:44
1404 msgid "Yellow"
1491 msgid "Red"
1405 1492 msgstr ""
1406 1493
1407 1494 #: rhodecode/integrations/types/hipchat.py:45
1408 msgid "Red"
1495 msgid "Green"
1409 1496 msgstr ""
1410 1497
1411 1498 #: rhodecode/integrations/types/hipchat.py:46
1412 msgid "Green"
1499 msgid "Purple"
1413 1500 msgstr ""
1414 1501
1415 1502 #: rhodecode/integrations/types/hipchat.py:47
1416 msgid "Purple"
1417 msgstr ""
1418
1419 #: rhodecode/integrations/types/hipchat.py:48
1420 1503 msgid "Gray"
1421 1504 msgstr ""
1422 1505
1506 #: rhodecode/integrations/types/hipchat.py:52
1507 msgid "Hipchat server URL"
1508 msgstr ""
1509
1423 1510 #: rhodecode/integrations/types/hipchat.py:53
1424 msgid "Hipchat server URL"
1425 msgstr ""
1426
1427 #: rhodecode/integrations/types/hipchat.py:54
1428 1511 msgid "Hipchat integration url."
1429 1512 msgstr ""
1430 1513
1514 #: rhodecode/integrations/types/hipchat.py:63
1515 msgid "Notify"
1516 msgstr ""
1517
1431 1518 #: rhodecode/integrations/types/hipchat.py:64
1432 msgid "Notify"
1433 msgstr ""
1434
1435 #: rhodecode/integrations/types/hipchat.py:65
1436 1519 msgid "Make a notification to the users in room."
1437 1520 msgstr ""
1438 1521
1522 #: rhodecode/integrations/types/hipchat.py:70
1523 msgid "Color"
1524 msgstr ""
1525
1439 1526 #: rhodecode/integrations/types/hipchat.py:71
1440 msgid "Color"
1441 msgstr ""
1442
1443 #: rhodecode/integrations/types/hipchat.py:72
1444 1527 msgid "Background color of message."
1445 1528 msgstr ""
1446 1529
1447 #: rhodecode/integrations/types/hipchat.py:104
1530 #: rhodecode/integrations/types/hipchat.py:99
1448 1531 msgid "Hipchat"
1449 1532 msgstr ""
1450 1533
1534 #: rhodecode/integrations/types/hipchat.py:100
1535 msgid "Send events such as repo pushes and pull requests to your hipchat channel."
1536 msgstr ""
1537
1538 #: rhodecode/integrations/types/slack.py:44
1539 msgid "Slack service URL"
1540 msgstr ""
1541
1451 1542 #: rhodecode/integrations/types/slack.py:45
1452 msgid "Slack service URL"
1453 msgstr ""
1454
1455 #: rhodecode/integrations/types/slack.py:46
1456 1543 msgid "This can be setup at the <a href=\"https://my.slack.com/services/new/incoming-webhook/\">slack app manager</a>"
1457 1544 msgstr ""
1458 1545
1459 #: rhodecode/integrations/types/slack.py:59 rhodecode/templates/login.html:43
1546 #: rhodecode/integrations/types/slack.py:58 rhodecode/templates/login.html:43
1460 1547 #: rhodecode/templates/register.html:41
1461 1548 #: rhodecode/templates/admin/admin_log.html:7
1462 1549 #: rhodecode/templates/admin/my_account/my_account_profile.html:24
@@ -1472,35 +1559,39 b' msgstr ""'
1472 1559 msgid "Username"
1473 1560 msgstr ""
1474 1561
1475 #: rhodecode/integrations/types/slack.py:60
1562 #: rhodecode/integrations/types/slack.py:59
1476 1563 msgid "Username to show notifications coming from."
1477 1564 msgstr ""
1478 1565
1566 #: rhodecode/integrations/types/slack.py:68
1567 msgid "Channel"
1568 msgstr ""
1569
1479 1570 #: rhodecode/integrations/types/slack.py:69
1480 msgid "Channel"
1481 msgstr ""
1482
1483 #: rhodecode/integrations/types/slack.py:70
1484 1571 msgid "Channel to send notifications to."
1485 1572 msgstr ""
1486 1573
1574 #: rhodecode/integrations/types/slack.py:78
1575 msgid "Emoji"
1576 msgstr ""
1577
1487 1578 #: rhodecode/integrations/types/slack.py:79
1488 msgid "Emoji"
1489 msgstr ""
1490
1491 #: rhodecode/integrations/types/slack.py:80
1492 1579 msgid "Emoji to use eg. :studio_microphone:"
1493 1580 msgstr ""
1494 1581
1495 #: rhodecode/integrations/types/slack.py:107
1582 #: rhodecode/integrations/types/slack.py:101
1496 1583 msgid "Slack"
1497 1584 msgstr ""
1498 1585
1586 #: rhodecode/integrations/types/slack.py:102
1587 msgid "Send events such as repo pushes and pull requests to your slack channel."
1588 msgstr ""
1589
1590 #: rhodecode/integrations/types/webhook.py:40
1591 msgid "Webhook URL"
1592 msgstr ""
1593
1499 1594 #: rhodecode/integrations/types/webhook.py:41
1500 msgid "Webhook URL"
1501 msgstr ""
1502
1503 #: rhodecode/integrations/types/webhook.py:42
1504 1595 msgid "URL of the webhook to receive POST event."
1505 1596 msgstr ""
1506 1597
@@ -1512,10 +1603,14 b' msgstr ""'
1512 1603 msgid "String used to validate received payloads."
1513 1604 msgstr ""
1514 1605
1515 #: rhodecode/integrations/types/webhook.py:62
1606 #: rhodecode/integrations/types/webhook.py:65
1516 1607 msgid "Webhook"
1517 1608 msgstr ""
1518 1609
1610 #: rhodecode/integrations/types/webhook.py:66
1611 msgid "Post json events to a webhook endpoint"
1612 msgstr ""
1613
1519 1614 #: rhodecode/lib/action_parser.py:89
1520 1615 msgid "[deleted] repository"
1521 1616 msgstr ""
@@ -1639,79 +1734,79 b' msgstr ""'
1639 1734 msgid "Commit not found"
1640 1735 msgstr ""
1641 1736
1642 #: rhodecode/lib/auth.py:1180
1737 #: rhodecode/lib/auth.py:1185
1643 1738 #, python-format
1644 1739 msgid "IP %s not allowed"
1645 1740 msgstr ""
1646 1741
1647 #: rhodecode/lib/auth.py:1254
1742 #: rhodecode/lib/auth.py:1259
1648 1743 msgid "You need to be a registered user to perform this action"
1649 1744 msgstr ""
1650 1745
1651 #: rhodecode/lib/auth.py:1302
1746 #: rhodecode/lib/auth.py:1307
1652 1747 #, python-format
1653 1748 msgid "Action not supported for %s."
1654 1749 msgstr ""
1655 1750
1656 #: rhodecode/lib/auth.py:1339
1751 #: rhodecode/lib/auth.py:1344
1657 1752 msgid "You need to be signed in to view this page"
1658 1753 msgstr ""
1659 1754
1660 #: rhodecode/lib/base.py:547
1755 #: rhodecode/lib/base.py:550
1661 1756 #, python-format
1662 1757 msgid "The repository at %(repo_name)s cannot be located."
1663 1758 msgstr ""
1664 1759
1665 #: rhodecode/lib/diffs.py:56
1760 #: rhodecode/lib/diffs.py:62
1666 1761 msgid "Click to comment"
1667 1762 msgstr ""
1668 1763
1669 #: rhodecode/lib/diffs.py:71
1764 #: rhodecode/lib/diffs.py:77
1670 1765 msgid "Binary file"
1671 1766 msgstr ""
1672 1767
1673 #: rhodecode/lib/diffs.py:91
1768 #: rhodecode/lib/diffs.py:98
1674 1769 msgid "Changeset was too big and was cut off, use diff menu to display this diff"
1675 1770 msgstr ""
1676 1771
1677 #: rhodecode/lib/diffs.py:102
1772 #: rhodecode/lib/diffs.py:109
1678 1773 msgid "No changes detected"
1679 1774 msgstr ""
1680 1775
1681 #: rhodecode/lib/diffs.py:631
1776 #: rhodecode/lib/diffs.py:643
1682 1777 msgid "Click to select line"
1683 1778 msgstr ""
1684 1779
1685 #: rhodecode/lib/helpers.py:1484
1780 #: rhodecode/lib/helpers.py:1489
1686 1781 #, python-format
1687 1782 msgid " and %s more"
1688 1783 msgstr ""
1689 1784
1690 #: rhodecode/lib/helpers.py:1488
1785 #: rhodecode/lib/helpers.py:1493
1691 1786 msgid "No Files"
1692 1787 msgstr ""
1693 1788
1694 #: rhodecode/lib/helpers.py:1561
1789 #: rhodecode/lib/helpers.py:1566
1695 1790 msgid "new file"
1696 1791 msgstr ""
1697 1792
1698 #: rhodecode/lib/helpers.py:1564
1793 #: rhodecode/lib/helpers.py:1569
1699 1794 msgid "mod"
1700 1795 msgstr ""
1701 1796
1702 #: rhodecode/lib/helpers.py:1567
1797 #: rhodecode/lib/helpers.py:1572
1703 1798 msgid "del"
1704 1799 msgstr ""
1705 1800
1706 #: rhodecode/lib/helpers.py:1570
1707 msgid "rename"
1708 msgstr ""
1709
1710 1801 #: rhodecode/lib/helpers.py:1575
1802 msgid "rename"
1803 msgstr ""
1804
1805 #: rhodecode/lib/helpers.py:1580
1711 1806 msgid "chmod"
1712 1807 msgstr ""
1713 1808
1714 #: rhodecode/lib/helpers.py:1822
1809 #: rhodecode/lib/helpers.py:1827
1715 1810 msgid ""
1716 1811 "Example filter terms:\n"
1717 1812 " repository:vcs\n"
@@ -1730,89 +1825,89 b' msgid ""'
1730 1825 " \"username:test AND repository:test*\"\n"
1731 1826 msgstr ""
1732 1827
1733 #: rhodecode/lib/helpers.py:1842
1828 #: rhodecode/lib/helpers.py:1847
1734 1829 #, python-format
1735 1830 msgid "%s repository is not mapped to db perhaps it was created or renamed from the filesystem please run the application again in order to rescan repositories"
1736 1831 msgstr ""
1737 1832
1738 #: rhodecode/lib/utils2.py:454
1833 #: rhodecode/lib/utils2.py:463
1739 1834 #, python-format
1740 1835 msgid "%d year"
1741 1836 msgid_plural "%d years"
1742 1837 msgstr[0] ""
1743 1838 msgstr[1] ""
1744 1839
1745 #: rhodecode/lib/utils2.py:455
1840 #: rhodecode/lib/utils2.py:464
1746 1841 #, python-format
1747 1842 msgid "%d month"
1748 1843 msgid_plural "%d months"
1749 1844 msgstr[0] ""
1750 1845 msgstr[1] ""
1751 1846
1752 #: rhodecode/lib/utils2.py:456
1847 #: rhodecode/lib/utils2.py:465
1753 1848 #, python-format
1754 1849 msgid "%d day"
1755 1850 msgid_plural "%d days"
1756 1851 msgstr[0] ""
1757 1852 msgstr[1] ""
1758 1853
1759 #: rhodecode/lib/utils2.py:457
1854 #: rhodecode/lib/utils2.py:466
1760 1855 #, python-format
1761 1856 msgid "%d hour"
1762 1857 msgid_plural "%d hours"
1763 1858 msgstr[0] ""
1764 1859 msgstr[1] ""
1765 1860
1766 #: rhodecode/lib/utils2.py:458
1861 #: rhodecode/lib/utils2.py:467
1767 1862 #, python-format
1768 1863 msgid "%d minute"
1769 1864 msgid_plural "%d minutes"
1770 1865 msgstr[0] ""
1771 1866 msgstr[1] ""
1772 1867
1773 #: rhodecode/lib/utils2.py:459
1868 #: rhodecode/lib/utils2.py:468
1774 1869 #, python-format
1775 1870 msgid "%d second"
1776 1871 msgid_plural "%d seconds"
1777 1872 msgstr[0] ""
1778 1873 msgstr[1] ""
1779 1874
1780 #: rhodecode/lib/utils2.py:477
1875 #: rhodecode/lib/utils2.py:486
1781 1876 #, python-format
1782 1877 msgid "in %s"
1783 1878 msgstr ""
1784 1879
1785 #: rhodecode/lib/utils2.py:483
1880 #: rhodecode/lib/utils2.py:492
1786 1881 #, python-format
1787 1882 msgid "%s ago"
1788 1883 msgstr ""
1789 1884
1790 #: rhodecode/lib/utils2.py:493
1885 #: rhodecode/lib/utils2.py:502
1791 1886 #, python-format
1792 1887 msgid "%s, %s ago"
1793 1888 msgstr ""
1794 1889
1795 #: rhodecode/lib/utils2.py:495
1890 #: rhodecode/lib/utils2.py:504
1796 1891 #, python-format
1797 1892 msgid "in %s, %s"
1798 1893 msgstr ""
1799 1894
1800 #: rhodecode/lib/utils2.py:497
1895 #: rhodecode/lib/utils2.py:506
1801 1896 #, python-format
1802 1897 msgid "%s and %s"
1803 1898 msgstr ""
1804 1899
1805 #: rhodecode/lib/utils2.py:499
1900 #: rhodecode/lib/utils2.py:508
1806 1901 #, python-format
1807 1902 msgid "%s and %s ago"
1808 1903 msgstr ""
1809 1904
1810 #: rhodecode/lib/utils2.py:501
1905 #: rhodecode/lib/utils2.py:510
1811 1906 #, python-format
1812 1907 msgid "in %s and %s"
1813 1908 msgstr ""
1814 1909
1815 #: rhodecode/lib/utils2.py:505 rhodecode/public/js/scripts.js:25035
1910 #: rhodecode/lib/utils2.py:514 rhodecode/public/js/scripts.js:25035
1816 1911 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:49
1817 1912 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:174
1818 1913 msgid "just now"
@@ -1841,7 +1936,9 b' msgstr ""'
1841 1936 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:824
1842 1937 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
1843 1938 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971
1844 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2293 rhodecode/model/db.py:2285
1939 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2293
1940 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2285
1941 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2285 rhodecode/model/db.py:2287
1845 1942 msgid "Repository no access"
1846 1943 msgstr ""
1847 1944
@@ -1868,7 +1965,9 b' msgstr ""'
1868 1965 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:825
1869 1966 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
1870 1967 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972
1871 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2294 rhodecode/model/db.py:2286
1968 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2294
1969 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2286
1970 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2286 rhodecode/model/db.py:2288
1872 1971 msgid "Repository read access"
1873 1972 msgstr ""
1874 1973
@@ -1895,7 +1994,9 b' msgstr ""'
1895 1994 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:826
1896 1995 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1897 1996 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973
1898 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2295 rhodecode/model/db.py:2287
1997 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2295
1998 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2287
1999 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2287 rhodecode/model/db.py:2289
1899 2000 msgid "Repository write access"
1900 2001 msgstr ""
1901 2002
@@ -1922,7 +2023,9 b' msgstr ""'
1922 2023 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:827
1923 2024 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1924 2025 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974
1925 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2296 rhodecode/model/db.py:2288
2026 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2296
2027 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2288
2028 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2288 rhodecode/model/db.py:2290
1926 2029 msgid "Repository admin access"
1927 2030 msgstr ""
1928 2031
@@ -1989,7 +2092,9 b' msgstr ""'
1989 2092 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:845
1990 2093 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
1991 2094 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992
1992 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2314 rhodecode/model/db.py:2306
2095 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2314
2096 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2306
2097 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2306 rhodecode/model/db.py:2308
1993 2098 msgid "Repository creation disabled"
1994 2099 msgstr ""
1995 2100
@@ -2016,7 +2121,9 b' msgstr ""'
2016 2121 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:846
2017 2122 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
2018 2123 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993
2019 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2315 rhodecode/model/db.py:2307
2124 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2315
2125 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2307
2126 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2307 rhodecode/model/db.py:2309
2020 2127 msgid "Repository creation enabled"
2021 2128 msgstr ""
2022 2129
@@ -2043,7 +2150,9 b' msgstr ""'
2043 2150 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:850
2044 2151 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
2045 2152 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997
2046 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2319 rhodecode/model/db.py:2311
2153 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2319
2154 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2311
2155 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2311 rhodecode/model/db.py:2313
2047 2156 msgid "Repository forking disabled"
2048 2157 msgstr ""
2049 2158
@@ -2070,7 +2179,9 b' msgstr ""'
2070 2179 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:851
2071 2180 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
2072 2181 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998
2073 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2320 rhodecode/model/db.py:2312
2182 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2320
2183 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2312
2184 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2312 rhodecode/model/db.py:2314
2074 2185 msgid "Repository forking enabled"
2075 2186 msgstr ""
2076 2187
@@ -2118,7 +2229,9 b' msgstr ""'
2118 2229 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1196
2119 2230 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
2120 2231 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343
2121 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2952 rhodecode/model/db.py:2946
2232 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2952
2233 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2946
2234 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2946 rhodecode/model/db.py:2948
2122 2235 msgid "Not Reviewed"
2123 2236 msgstr ""
2124 2237
@@ -2145,7 +2258,9 b' msgstr ""'
2145 2258 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1197
2146 2259 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
2147 2260 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344
2148 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2953 rhodecode/model/db.py:2947
2261 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2953
2262 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2947
2263 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2947 rhodecode/model/db.py:2949
2149 2264 msgid "Approved"
2150 2265 msgstr ""
2151 2266
@@ -2172,7 +2287,9 b' msgstr ""'
2172 2287 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1198
2173 2288 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
2174 2289 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
2175 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2954 rhodecode/model/db.py:2948
2290 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2954
2291 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2948
2292 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2948 rhodecode/model/db.py:2950
2176 2293 msgid "Rejected"
2177 2294 msgstr ""
2178 2295
@@ -2199,7 +2316,9 b' msgstr ""'
2199 2316 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1199
2200 2317 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
2201 2318 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
2202 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2955 rhodecode/model/db.py:2949
2319 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2955
2320 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2949
2321 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2949 rhodecode/model/db.py:2951
2203 2322 msgid "Under Review"
2204 2323 msgstr ""
2205 2324
@@ -2223,7 +2342,9 b' msgstr ""'
2223 2342 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:829
2224 2343 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
2225 2344 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976
2226 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2298 rhodecode/model/db.py:2290
2345 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2298
2346 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2290
2347 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2290 rhodecode/model/db.py:2292
2227 2348 msgid "Repository group no access"
2228 2349 msgstr ""
2229 2350
@@ -2247,7 +2368,9 b' msgstr ""'
2247 2368 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:830
2248 2369 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
2249 2370 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977
2250 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2299 rhodecode/model/db.py:2291
2371 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2299
2372 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2291
2373 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2291 rhodecode/model/db.py:2293
2251 2374 msgid "Repository group read access"
2252 2375 msgstr ""
2253 2376
@@ -2271,7 +2394,9 b' msgstr ""'
2271 2394 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:831
2272 2395 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2273 2396 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978
2274 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2300 rhodecode/model/db.py:2292
2397 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2300
2398 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2292
2399 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2292 rhodecode/model/db.py:2294
2275 2400 msgid "Repository group write access"
2276 2401 msgstr ""
2277 2402
@@ -2295,7 +2420,9 b' msgstr ""'
2295 2420 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:832
2296 2421 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2297 2422 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979
2298 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2301 rhodecode/model/db.py:2293
2423 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2301
2424 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2293
2425 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2293 rhodecode/model/db.py:2295
2299 2426 msgid "Repository group admin access"
2300 2427 msgstr ""
2301 2428
@@ -2318,7 +2445,9 b' msgstr ""'
2318 2445 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:834
2319 2446 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2320 2447 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981
2321 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2303 rhodecode/model/db.py:2295
2448 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2303
2449 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2295
2450 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2295 rhodecode/model/db.py:2297
2322 2451 msgid "User group no access"
2323 2452 msgstr ""
2324 2453
@@ -2341,7 +2470,9 b' msgstr ""'
2341 2470 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:835
2342 2471 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2343 2472 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982
2344 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2304 rhodecode/model/db.py:2296
2473 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2304
2474 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2296
2475 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2296 rhodecode/model/db.py:2298
2345 2476 msgid "User group read access"
2346 2477 msgstr ""
2347 2478
@@ -2364,7 +2495,9 b' msgstr ""'
2364 2495 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:836
2365 2496 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2366 2497 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983
2367 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2305 rhodecode/model/db.py:2297
2498 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2305
2499 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2297
2500 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2297 rhodecode/model/db.py:2299
2368 2501 msgid "User group write access"
2369 2502 msgstr ""
2370 2503
@@ -2387,7 +2520,9 b' msgstr ""'
2387 2520 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:837
2388 2521 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2389 2522 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984
2390 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2306 rhodecode/model/db.py:2298
2523 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2306
2524 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2298
2525 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2298 rhodecode/model/db.py:2300
2391 2526 msgid "User group admin access"
2392 2527 msgstr ""
2393 2528
@@ -2410,7 +2545,9 b' msgstr ""'
2410 2545 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:839
2411 2546 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2412 2547 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986
2413 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2308 rhodecode/model/db.py:2300
2548 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2308
2549 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2300
2550 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2300 rhodecode/model/db.py:2302
2414 2551 msgid "Repository Group creation disabled"
2415 2552 msgstr ""
2416 2553
@@ -2433,7 +2570,9 b' msgstr ""'
2433 2570 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:840
2434 2571 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2435 2572 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987
2436 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2309 rhodecode/model/db.py:2301
2573 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2309
2574 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2301
2575 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2301 rhodecode/model/db.py:2303
2437 2576 msgid "Repository Group creation enabled"
2438 2577 msgstr ""
2439 2578
@@ -2456,7 +2595,9 b' msgstr ""'
2456 2595 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:842
2457 2596 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2458 2597 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989
2459 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2311 rhodecode/model/db.py:2303
2598 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2311
2599 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2303
2600 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2303 rhodecode/model/db.py:2305
2460 2601 msgid "User Group creation disabled"
2461 2602 msgstr ""
2462 2603
@@ -2479,7 +2620,9 b' msgstr ""'
2479 2620 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:843
2480 2621 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2481 2622 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990
2482 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2312 rhodecode/model/db.py:2304
2623 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2312
2624 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2304
2625 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2304 rhodecode/model/db.py:2306
2483 2626 msgid "User Group creation enabled"
2484 2627 msgstr ""
2485 2628
@@ -2502,7 +2645,9 b' msgstr ""'
2502 2645 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:853
2503 2646 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2504 2647 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
2505 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2322 rhodecode/model/db.py:2314
2648 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2322
2649 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2314
2650 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2314 rhodecode/model/db.py:2316
2506 2651 msgid "Registration disabled"
2507 2652 msgstr ""
2508 2653
@@ -2525,7 +2670,9 b' msgstr ""'
2525 2670 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:854
2526 2671 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2527 2672 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001
2528 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2323 rhodecode/model/db.py:2315
2673 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2323
2674 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2315
2675 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2315 rhodecode/model/db.py:2317
2529 2676 msgid "User Registration with manual account activation"
2530 2677 msgstr ""
2531 2678
@@ -2548,7 +2695,9 b' msgstr ""'
2548 2695 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:855
2549 2696 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2550 2697 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2551 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2324 rhodecode/model/db.py:2316
2698 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2324
2699 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2316
2700 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2316 rhodecode/model/db.py:2318
2552 2701 msgid "User Registration with automatic account activation"
2553 2702 msgstr ""
2554 2703
@@ -2571,7 +2720,9 b' msgstr ""'
2571 2720 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:857
2572 2721 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2573 2722 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2574 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2326 rhodecode/model/db.py:2318
2723 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2326
2724 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2318
2725 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2318 rhodecode/model/db.py:2320
2575 2726 msgid "Manual activation of external account"
2576 2727 msgstr ""
2577 2728
@@ -2594,7 +2745,9 b' msgstr ""'
2594 2745 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:858
2595 2746 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
2596 2747 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005
2597 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2327 rhodecode/model/db.py:2319
2748 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2327
2749 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2319
2750 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2319 rhodecode/model/db.py:2321
2598 2751 msgid "Automatic activation of external account"
2599 2752 msgstr ""
2600 2753
@@ -2611,7 +2764,9 b' msgstr ""'
2611 2764 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:847
2612 2765 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
2613 2766 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994
2614 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2316 rhodecode/model/db.py:2308
2767 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2316
2768 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2308
2769 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2308 rhodecode/model/db.py:2310
2615 2770 msgid "Repository creation enabled with write permission to a repository group"
2616 2771 msgstr ""
2617 2772
@@ -2628,7 +2783,9 b' msgstr ""'
2628 2783 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:848
2629 2784 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
2630 2785 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995
2631 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2317 rhodecode/model/db.py:2309
2786 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2317
2787 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2309
2788 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2309 rhodecode/model/db.py:2311
2632 2789 msgid "Repository creation disabled with write permission to a repository group"
2633 2790 msgstr ""
2634 2791
@@ -2642,7 +2799,9 b' msgstr ""'
2642 2799 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:822
2643 2800 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
2644 2801 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969
2645 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2291 rhodecode/model/db.py:2283
2802 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2291
2803 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2283
2804 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2283 rhodecode/model/db.py:2285
2646 2805 msgid "RhodeCode Super Administrator"
2647 2806 msgstr ""
2648 2807
@@ -2654,7 +2813,9 b' msgstr ""'
2654 2813 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:860
2655 2814 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2656 2815 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2657 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2329 rhodecode/model/db.py:2321
2816 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2329
2817 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2321
2818 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2321 rhodecode/model/db.py:2323
2658 2819 msgid "Inherit object permissions from default user disabled"
2659 2820 msgstr ""
2660 2821
@@ -2666,31 +2827,45 b' msgstr ""'
2666 2827 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:861
2667 2828 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
2668 2829 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008
2669 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2330 rhodecode/model/db.py:2322
2830 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2330
2831 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2322
2832 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2322 rhodecode/model/db.py:2324
2670 2833 msgid "Inherit object permissions from default user enabled"
2671 2834 msgstr ""
2672 2835
2673 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909 rhodecode/model/db.py:910
2836 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909
2837 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:910
2838 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:910 rhodecode/model/db.py:910
2674 2839 msgid "all"
2675 2840 msgstr ""
2676 2841
2677 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910 rhodecode/model/db.py:911
2842 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910
2843 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:911
2844 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:911 rhodecode/model/db.py:911
2678 2845 msgid "http/web interface"
2679 2846 msgstr ""
2680 2847
2681 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911 rhodecode/model/db.py:912
2848 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911
2849 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:912
2850 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:912 rhodecode/model/db.py:912
2682 2851 msgid "vcs (git/hg/svn protocol)"
2683 2852 msgstr ""
2684 2853
2685 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912 rhodecode/model/db.py:913
2854 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912
2855 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:913
2856 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:913 rhodecode/model/db.py:913
2686 2857 msgid "api calls"
2687 2858 msgstr ""
2688 2859
2689 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913 rhodecode/model/db.py:914
2860 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913
2861 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:914
2862 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:914 rhodecode/model/db.py:914
2690 2863 msgid "feed access"
2691 2864 msgstr ""
2692 2865
2693 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2069 rhodecode/model/db.py:2061
2866 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2069
2867 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2061
2868 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2061 rhodecode/model/db.py:2063
2694 2869 msgid "No parent"
2695 2870 msgstr ""
2696 2871
@@ -2916,7 +3091,7 b' msgstr ""'
2916 3091 msgid "You can't Edit this user since it's crucial for entire application"
2917 3092 msgstr ""
2918 3093
2919 #: rhodecode/model/user.py:285
3094 #: rhodecode/model/user.py:284
2920 3095 #, python-format
2921 3096 msgid "You can't edit this user (`%(username)s`) since it's crucial for entire application"
2922 3097 msgstr ""
@@ -3154,6 +3329,54 b' msgstr ""'
3154 3329 msgid "Duplicated value for filename found: `{}`"
3155 3330 msgstr ""
3156 3331
3332 #: rhodecode/model/validation_schema/schemas/integration_schema.py:36
3333 msgid "Pick a scope:"
3334 msgstr ""
3335
3336 #: rhodecode/model/validation_schema/schemas/integration_schema.py:39
3337 msgid "Global (all repositories)"
3338 msgstr ""
3339
3340 #: rhodecode/model/validation_schema/schemas/integration_schema.py:40
3341 msgid "Top level repositories only"
3342 msgstr ""
3343
3344 #: rhodecode/model/validation_schema/schemas/integration_schema.py:79
3345 msgid "Only repo admins can create integrations"
3346 msgstr ""
3347
3348 #: rhodecode/model/validation_schema/schemas/integration_schema.py:86
3349 msgid "Only repogroup admins can create integrations"
3350 msgstr ""
3351
3352 #: rhodecode/model/validation_schema/schemas/integration_schema.py:91
3353 msgid "Only superadmins can create global integrations"
3354 msgstr ""
3355
3356 #: rhodecode/model/validation_schema/schemas/integration_schema.py:183
3357 msgid "Scope of the integration. Recursive means the integration runs on all repos of that group and children recursively."
3358 msgstr ""
3359
3360 #: rhodecode/model/validation_schema/schemas/integration_schema.py:186
3361 msgid "Integration scope"
3362 msgstr ""
3363
3364 #: rhodecode/model/validation_schema/schemas/integration_schema.py:217
3365 msgid "General integration options"
3366 msgstr ""
3367
3368 #: rhodecode/model/validation_schema/schemas/integration_schema.py:220
3369 msgid "{integration_type} settings"
3370 msgstr ""
3371
3372 #: rhodecode/model/validation_schema/schemas/user_schema.py:36
3373 msgid "Password is incorrect"
3374 msgstr ""
3375
3376 #: rhodecode/model/validation_schema/schemas/user_schema.py:59
3377 msgid "New password must be different to old password"
3378 msgstr ""
3379
3157 3380 #: rhodecode/public/js/scripts.js:23039
3158 3381 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:16
3159 3382 #: rhodecode/public/js/src/plugins/jquery.autocomplete.js:87
@@ -3324,31 +3547,31 b' msgstr ""'
3324 3547
3325 3548 #: rhodecode/public/js/scripts.js:41308
3326 3549 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:2
3327 #: rhodecode/public/js/src/rhodecode/comments.js:235
3550 #: rhodecode/public/js/src/rhodecode/comments.js:236
3328 3551 msgid "Add another comment"
3329 3552 msgstr ""
3330 3553
3331 3554 #: rhodecode/public/js/scripts.js:41526
3332 3555 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:35
3333 #: rhodecode/public/js/src/rhodecode/comments.js:453
3556 #: rhodecode/public/js/src/rhodecode/comments.js:470
3334 3557 msgid "Status Review"
3335 3558 msgstr ""
3336 3559
3337 3560 #: rhodecode/public/js/scripts.js:41540
3338 3561 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:3
3339 #: rhodecode/public/js/src/rhodecode/comments.js:467
3562 #: rhodecode/public/js/src/rhodecode/comments.js:484
3340 3563 msgid "Comment text will be set automatically based on currently selected status ({0}) ..."
3341 3564 msgstr ""
3342 3565
3343 3566 #: rhodecode/public/js/scripts.js:41653
3344 3567 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:37
3345 #: rhodecode/public/js/src/rhodecode/comments.js:580
3568 #: rhodecode/public/js/src/rhodecode/comments.js:597
3346 3569 msgid "Submitting..."
3347 3570 msgstr ""
3348 3571
3349 3572 #: rhodecode/public/js/scripts.js:41703
3350 3573 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:5
3351 #: rhodecode/public/js/src/rhodecode/comments.js:630
3574 #: rhodecode/public/js/src/rhodecode/comments.js:647
3352 3575 #: rhodecode/templates/files/files_browser_tree.html:47
3353 3576 msgid "Loading ..."
3354 3577 msgstr ""
@@ -3508,6 +3731,22 b' msgstr ""'
3508 3731 msgid "{0} years"
3509 3732 msgstr ""
3510 3733
3734 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3735 msgid "UIEvent"
3736 msgstr ""
3737
3738 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3739 msgid "CustomEvent"
3740 msgstr ""
3741
3742 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3743 msgid "MouseEvent"
3744 msgstr ""
3745
3746 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3747 msgid "FocusEvent"
3748 msgstr ""
3749
3511 3750 #: rhodecode/templates/index.html:5
3512 3751 msgid "Dashboard"
3513 3752 msgstr ""
@@ -3556,6 +3795,7 b' msgstr ""'
3556 3795 #: rhodecode/templates/index_base.html:97
3557 3796 #: rhodecode/templates/index_base.html:122
3558 3797 #: rhodecode/templates/admin/gists/index.html:112
3798 #: rhodecode/templates/admin/integrations/list.html:102
3559 3799 #: rhodecode/templates/admin/my_account/my_account_repos.html:31
3560 3800 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
3561 3801 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
@@ -3575,7 +3815,6 b' msgstr ""'
3575 3815 #: rhodecode/templates/index_base.html:100
3576 3816 #: rhodecode/templates/index_base.html:125
3577 3817 #: rhodecode/templates/admin/gists/index.html:114
3578 #: rhodecode/templates/admin/integrations/list.html:63
3579 3818 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
3580 3819 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
3581 3820 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:42
@@ -3807,9 +4046,13 b' msgstr ""'
3807 4046 #: rhodecode/templates/admin/auth/auth_settings.html:12
3808 4047 #: rhodecode/templates/admin/auth/plugin_settings.html:12
3809 4048 #: rhodecode/templates/admin/defaults/defaults.html:12
3810 #: rhodecode/templates/admin/integrations/base.html:19
3811 #: rhodecode/templates/admin/integrations/edit.html:15
4049 #: rhodecode/templates/admin/integrations/base.html:21
4050 #: rhodecode/templates/admin/integrations/form.html:15
4051 #: rhodecode/templates/admin/integrations/form.html:28
3812 4052 #: rhodecode/templates/admin/integrations/list.html:8
4053 #: rhodecode/templates/admin/integrations/list.html:14
4054 #: rhodecode/templates/admin/integrations/new.html:11
4055 #: rhodecode/templates/admin/integrations/new.html:19
3813 4056 #: rhodecode/templates/admin/permissions/permissions.html:12
3814 4057 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:12
3815 4058 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:12
@@ -3857,7 +4100,6 b' msgstr ""'
3857 4100 #: rhodecode/templates/admin/auth/auth_settings.html:81
3858 4101 #: rhodecode/templates/admin/auth/plugin_settings.html:87
3859 4102 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3860 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3861 4103 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3862 4104 #: rhodecode/templates/admin/permissions/permissions_application.html:50
3863 4105 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
@@ -3894,7 +4136,7 b' msgstr ""'
3894 4136
3895 4137 #: rhodecode/templates/admin/defaults/defaults_repositories.html:14
3896 4138 #: rhodecode/templates/admin/gists/index.html:110
3897 #: rhodecode/templates/admin/integrations/list.html:64
4139 #: rhodecode/templates/admin/integrations/list.html:103
3898 4140 #: rhodecode/templates/admin/repos/repo_add_base.html:62
3899 4141 #: rhodecode/templates/admin/repos/repo_edit_fields.html:12
3900 4142 msgid "Type"
@@ -4033,7 +4275,7 b' msgstr ""'
4033 4275
4034 4276 #: rhodecode/templates/admin/gists/index.html:108
4035 4277 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:24
4036 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:89
4278 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4037 4279 #: rhodecode/templates/bookmarks/bookmarks.html:63
4038 4280 #: rhodecode/templates/branches/branches.html:62
4039 4281 #: rhodecode/templates/changelog/changelog.html:110
@@ -4086,75 +4328,17 b' msgstr ""'
4086 4328 msgid "Create Public Gist"
4087 4329 msgstr ""
4088 4330
4089 #: rhodecode/templates/admin/gists/new.html:62
4090 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
4091 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
4092 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
4093 #: rhodecode/templates/admin/my_account/my_account_password.html:37
4094 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
4095 #: rhodecode/templates/admin/permissions/permissions_application.html:51
4096 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
4097 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
4098 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
4099 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
4100 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
4101 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
4102 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
4103 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
4104 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
4105 #: rhodecode/templates/admin/settings/settings_global.html:110
4106 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
4107 #: rhodecode/templates/admin/settings/settings_labs.html:46
4108 #: rhodecode/templates/admin/settings/settings_vcs.html:14
4109 #: rhodecode/templates/admin/settings/settings_visual.html:220
4110 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
4111 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
4112 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
4113 #: rhodecode/templates/admin/users/user_edit_emails.html:63
4114 #: rhodecode/templates/admin/users/user_edit_ips.html:70
4115 #: rhodecode/templates/admin/users/user_edit_profile.html:135
4116 #: rhodecode/templates/base/default_perms_box.html:89
4117 msgid "Reset"
4118 msgstr ""
4119
4120 4331 #: rhodecode/templates/admin/gists/show.html:13
4121 4332 #: rhodecode/templates/admin/gists/show.html:20
4122 4333 msgid "Gist"
4123 4334 msgstr ""
4124 4335
4125 4336 #: rhodecode/templates/admin/gists/show.html:49
4126 #: rhodecode/templates/admin/integrations/list.html:110
4127 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
4128 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
4129 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4130 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
4131 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
4132 #: rhodecode/templates/admin/settings/settings_hooks.html:46
4133 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
4134 #: rhodecode/templates/admin/users/user_edit_emails.html:31
4135 #: rhodecode/templates/admin/users/user_edit_ips.html:34
4136 #: rhodecode/templates/base/issue_tracker_settings.html:70
4137 #: rhodecode/templates/base/vcs_settings.html:147
4138 #: rhodecode/templates/base/vcs_settings.html:172
4139 #: rhodecode/templates/changeset/changeset_file_comment.html:49
4140 #: rhodecode/templates/changeset/changeset_file_comment.html:99
4141 #: rhodecode/templates/data_table/_dt_elements.html:119
4142 #: rhodecode/templates/data_table/_dt_elements.html:176
4143 #: rhodecode/templates/data_table/_dt_elements.html:190
4144 #: rhodecode/templates/data_table/_dt_elements.html:202
4145 #: rhodecode/templates/debug_style/buttons.html:132
4146 #: rhodecode/templates/files/files_source.html:33
4147 #: rhodecode/templates/files/files_source.html:37
4148 #: rhodecode/templates/files/files_source.html:40
4149 msgid "Delete"
4150 msgstr ""
4151
4152 #: rhodecode/templates/admin/gists/show.html:49
4153 4337 msgid "Confirm to delete this Gist"
4154 4338 msgstr ""
4155 4339
4156 4340 #: rhodecode/templates/admin/gists/show.html:56
4157 #: rhodecode/templates/admin/integrations/list.html:103
4341 #: rhodecode/templates/admin/integrations/list.html:204
4158 4342 #: rhodecode/templates/admin/my_account/my_account_profile.html:5
4159 4343 #: rhodecode/templates/base/issue_tracker_settings.html:61
4160 4344 #: rhodecode/templates/changeset/changeset_file_comment.html:145
@@ -4166,8 +4350,8 b' msgstr ""'
4166 4350 #: rhodecode/templates/debug_style/buttons.html:128
4167 4351 #: rhodecode/templates/files/files_add.html:204
4168 4352 #: rhodecode/templates/files/files_edit.html:165
4169 #: rhodecode/templates/files/files_source.html:36
4170 #: rhodecode/templates/files/files_source.html:39
4353 #: rhodecode/templates/files/files_source.html:37
4354 #: rhodecode/templates/files/files_source.html:40
4171 4355 #: rhodecode/templates/pullrequests/pullrequest_show.html:50
4172 4356 #: rhodecode/templates/pullrequests/pullrequest_show.html:184
4173 4357 #: rhodecode/templates/users/user_profile.html:7
@@ -4188,17 +4372,27 b' msgstr ""'
4188 4372
4189 4373 #: rhodecode/templates/admin/gists/show.html:91
4190 4374 #: rhodecode/templates/files/files_delete.html:50
4191 #: rhodecode/templates/files/files_source.html:61
4375 #: rhodecode/templates/files/files_source.html:62
4192 4376 msgid "Show as raw"
4193 4377 msgstr ""
4194 4378
4195 #: rhodecode/templates/admin/integrations/base.html:12
4379 #: rhodecode/templates/admin/integrations/base.html:14
4196 4380 msgid "Integrations Settings"
4197 4381 msgstr ""
4198 4382
4199 #: rhodecode/templates/admin/integrations/edit.html:17
4383 #: rhodecode/templates/admin/integrations/form.html:17
4200 4384 #: rhodecode/templates/admin/integrations/list.html:10
4201 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:44
4385 #: rhodecode/templates/admin/integrations/new.html:13
4386 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4387 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4388 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4389 msgid "Repository Groups"
4390 msgstr ""
4391
4392 #: rhodecode/templates/admin/integrations/form.html:30
4393 #: rhodecode/templates/admin/integrations/list.html:16
4394 #: rhodecode/templates/admin/integrations/new.html:21
4395 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:48
4202 4396 #: rhodecode/templates/admin/repos/repo_edit.html:15
4203 4397 #: rhodecode/templates/admin/repos/repo_edit.html:43
4204 4398 #: rhodecode/templates/admin/settings/settings.html:14
@@ -4207,31 +4401,101 b' msgstr ""'
4207 4401 msgid "Settings"
4208 4402 msgstr ""
4209 4403
4210 #: rhodecode/templates/admin/integrations/edit.html:36
4404 #: rhodecode/templates/admin/integrations/form.html:60
4211 4405 #, python-format
4212 4406 msgid "Create New %(integration_type)s Integration"
4213 4407 msgstr ""
4214 4408
4215 #: rhodecode/templates/admin/integrations/list.html:31
4216 msgid "Create New Integration"
4217 msgstr ""
4218
4219 #: rhodecode/templates/admin/integrations/list.html:35
4220 msgid "No integrations available."
4221 msgstr ""
4222
4223 #: rhodecode/templates/admin/integrations/list.html:56
4409 #: rhodecode/templates/admin/integrations/list.html:44
4410 msgid "Current Integrations for Repository: {repo_name}"
4411 msgstr ""
4412
4413 #: rhodecode/templates/admin/integrations/list.html:46
4414 msgid "Current Integrations for repository group: {repo_group_name}"
4415 msgstr ""
4416
4417 #: rhodecode/templates/admin/integrations/list.html:48
4224 4418 msgid "Current Integrations"
4225 4419 msgstr ""
4226 4420
4227 #: rhodecode/templates/admin/integrations/list.html:65
4421 #: rhodecode/templates/admin/integrations/list.html:64
4422 #: rhodecode/templates/admin/notifications/notifications.html:31
4423 msgid "All"
4424 msgstr ""
4425
4426 #: rhodecode/templates/admin/integrations/list.html:95
4427 #: rhodecode/templates/admin/integrations/new.html:26
4428 msgid "Create new integration"
4429 msgstr ""
4430
4431 #: rhodecode/templates/admin/integrations/list.html:104
4432 msgid "Scope"
4433 msgstr ""
4434
4435 #: rhodecode/templates/admin/integrations/list.html:105
4228 4436 msgid "Actions"
4229 4437 msgstr ""
4230 4438
4231 #: rhodecode/templates/admin/integrations/list.html:89
4439 #: rhodecode/templates/admin/integrations/list.html:115
4440 msgid "No {type} integrations for repo {repo} exist yet."
4441 msgstr ""
4442
4443 #: rhodecode/templates/admin/integrations/list.html:117
4444 msgid "No {type} integrations for repogroup {repogroup} exist yet."
4445 msgstr ""
4446
4447 #: rhodecode/templates/admin/integrations/list.html:119
4448 msgid "No {type} integrations exist yet."
4449 msgstr ""
4450
4451 #: rhodecode/templates/admin/integrations/list.html:133
4452 msgid "Create one"
4453 msgstr ""
4454
4455 #: rhodecode/templates/admin/integrations/list.html:164
4456 msgid "repo"
4457 msgstr ""
4458
4459 #: rhodecode/templates/admin/integrations/list.html:168
4460 msgid "repogroup"
4461 msgstr ""
4462
4463 #: rhodecode/templates/admin/integrations/list.html:170
4464 msgid "child repos only"
4465 msgstr ""
4466
4467 #: rhodecode/templates/admin/integrations/list.html:172
4468 msgid "cascade to all"
4469 msgstr ""
4470
4471 #: rhodecode/templates/admin/integrations/list.html:177
4472 msgid "top level repos only"
4473 msgstr ""
4474
4475 #: rhodecode/templates/admin/integrations/list.html:179
4476 msgid "global"
4477 msgstr ""
4478
4479 #: rhodecode/templates/admin/integrations/list.html:185
4232 4480 msgid "unknown integration"
4233 4481 msgstr ""
4234 4482
4483 #: rhodecode/templates/admin/integrations/new.html:31
4484 msgid "Create New Integration for repository: {repo_name}"
4485 msgstr ""
4486
4487 #: rhodecode/templates/admin/integrations/new.html:33
4488 msgid "Create New Integration for repository group: {repo_group_name}"
4489 msgstr ""
4490
4491 #: rhodecode/templates/admin/integrations/new.html:35
4492 msgid "Create New Global Integration"
4493 msgstr ""
4494
4495 #: rhodecode/templates/admin/integrations/new.html:61
4496 msgid "No description available"
4497 msgstr ""
4498
4235 4499 #: rhodecode/templates/admin/my_account/my_account.html:5
4236 4500 #: rhodecode/templates/base/base.html:343
4237 4501 msgid "My account"
@@ -4251,7 +4515,7 b' msgstr ""'
4251 4515 msgid "Auth Tokens"
4252 4516 msgstr ""
4253 4517
4254 #: rhodecode/templates/admin/my_account/my_account.html:34
4518 #: rhodecode/templates/admin/my_account/my_account.html:35
4255 4519 msgid "OAuth Identities"
4256 4520 msgstr ""
4257 4521
@@ -4367,36 +4631,18 b' msgstr ""'
4367 4631 msgid "New email address"
4368 4632 msgstr ""
4369 4633
4370 #: rhodecode/templates/admin/my_account/my_account_notifications.html:3
4371 msgid "Your live notification settings"
4372 msgstr ""
4373
4374 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4375 #: rhodecode/templates/admin/notifications/show_notification.html:12
4376 msgid "Notifications"
4377 msgstr ""
4378
4379 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4380 msgid "Disabled"
4634 #: rhodecode/templates/admin/my_account/my_account_notifications.html:12
4635 msgid "Your Live Notification Settings"
4636 msgstr ""
4637
4638 #: rhodecode/templates/admin/my_account/my_account_notifications.html:24
4639 msgid "Notifications Status"
4381 4640 msgstr ""
4382 4641
4383 4642 #: rhodecode/templates/admin/my_account/my_account_password.html:3
4384 4643 msgid "Change Your Account Password"
4385 4644 msgstr ""
4386 4645
4387 #: rhodecode/templates/admin/my_account/my_account_password.html:10
4388 msgid "Current Password"
4389 msgstr ""
4390
4391 #: rhodecode/templates/admin/my_account/my_account_password.html:19
4392 #: rhodecode/templates/admin/users/user_edit_profile.html:74
4393 msgid "New Password"
4394 msgstr ""
4395
4396 #: rhodecode/templates/admin/my_account/my_account_password.html:28
4397 msgid "Confirm New Password"
4398 msgstr ""
4399
4400 4646 #: rhodecode/templates/admin/my_account/my_account_profile.html:11
4401 4647 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:52
4402 4648 #: rhodecode/templates/admin/users/user_edit_profile.html:25
@@ -4434,12 +4680,12 b' msgid "Pull Requests You Opened"'
4434 4680 msgstr ""
4435 4681
4436 4682 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:23
4437 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4683 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:87
4438 4684 msgid "Target Repo"
4439 4685 msgstr ""
4440 4686
4441 4687 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:26
4442 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4688 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:90
4443 4689 #: rhodecode/templates/admin/settings/settings_global.html:9
4444 4690 #: rhodecode/templates/email_templates/pull_request_review.mako:39
4445 4691 #: rhodecode/templates/email_templates/pull_request_review.mako:72
@@ -4449,12 +4695,13 b' msgid "Title"'
4449 4695 msgstr ""
4450 4696
4451 4697 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
4452 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:92
4453 msgid "Opened On"
4698 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4699 #: rhodecode/templates/pullrequests/pullrequests.html:108
4700 msgid "Last Update"
4454 4701 msgstr ""
4455 4702
4456 4703 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:43
4457 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:107
4704 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:106
4458 4705 #: rhodecode/templates/changelog/changelog.html:153
4459 4706 #: rhodecode/templates/compare/compare_commits.html:49
4460 4707 #: rhodecode/templates/search/search_commit.html:36
@@ -4462,7 +4709,7 b' msgid "Expand commit message"'
4462 4709 msgstr ""
4463 4710
4464 4711 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:52
4465 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:116
4712 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:115
4466 4713 #: rhodecode/templates/changeset/changeset_file_comment.html:284
4467 4714 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
4468 4715 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
@@ -4470,19 +4717,19 b' msgstr ""'
4470 4717 msgid "Closed"
4471 4718 msgstr ""
4472 4719
4473 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:64
4720 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4474 4721 msgid "Confirm to delete this pull request"
4475 4722 msgstr ""
4476 4723
4477 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:71
4724 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:70
4478 4725 msgid "You currently have no open pull requests."
4479 4726 msgstr ""
4480 4727
4481 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:79
4728 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:78
4482 4729 msgid "Pull Requests You Participate In"
4483 4730 msgstr ""
4484 4731
4485 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:129
4732 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:127
4486 4733 msgid "There are currently no open pull requests requiring your participation."
4487 4734 msgstr ""
4488 4735
@@ -4499,10 +4746,6 b' msgstr ""'
4499 4746 msgid "My Notifications"
4500 4747 msgstr ""
4501 4748
4502 #: rhodecode/templates/admin/notifications/notifications.html:31
4503 msgid "All"
4504 msgstr ""
4505
4506 4749 #: rhodecode/templates/admin/notifications/notifications.html:32
4507 4750 #: rhodecode/templates/changeset/changeset.html:140
4508 4751 #: rhodecode/templates/pullrequests/pullrequest_show.html:133
@@ -4522,12 +4765,16 b' msgstr ""'
4522 4765 msgid "Show notification"
4523 4766 msgstr ""
4524 4767
4768 #: rhodecode/templates/admin/notifications/show_notification.html:12
4769 msgid "Notifications"
4770 msgstr ""
4771
4525 4772 #: rhodecode/templates/admin/permissions/permissions.html:5
4526 4773 msgid "Permissions Administration"
4527 4774 msgstr ""
4528 4775
4529 4776 #: rhodecode/templates/admin/permissions/permissions.html:14
4530 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:45
4777 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:49
4531 4778 #: rhodecode/templates/admin/repos/repo_edit.html:46
4532 4779 #: rhodecode/templates/admin/user_groups/user_group_edit.html:34
4533 4780 #: rhodecode/templates/base/base.html:82
@@ -4629,12 +4876,6 b' msgstr ""'
4629 4876 msgid "Overwrite Existing Settings"
4630 4877 msgstr ""
4631 4878
4632 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4633 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4634 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4635 msgid "Repository Groups"
4636 msgstr ""
4637
4638 4879 #: rhodecode/templates/admin/permissions/permissions_objects.html:34
4639 4880 msgid "All default permissions on each repository group will be reset to chosen permission, note that all custom default permission on repository groups will be lost"
4640 4881 msgstr ""
@@ -4690,7 +4931,7 b' msgstr ""'
4690 4931 msgid "Add Child Group"
4691 4932 msgstr ""
4692 4933
4693 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:46
4934 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:50
4694 4935 #: rhodecode/templates/admin/repos/repo_edit.html:49
4695 4936 #: rhodecode/templates/admin/user_groups/user_group_edit.html:35
4696 4937 #: rhodecode/templates/admin/users/user_edit.html:35
@@ -4949,7 +5190,6 b' msgid "Statistics"'
4949 5190 msgstr ""
4950 5191
4951 5192 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:7
4952 #: rhodecode/templates/pullrequests/pullrequests.html:108
4953 5193 msgid "Updated on"
4954 5194 msgstr ""
4955 5195
@@ -5335,7 +5575,7 b' msgstr ""'
5335 5575
5336 5576 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:45
5337 5577 #: rhodecode/templates/admin/settings/settings_global.html:109
5338 #: rhodecode/templates/admin/settings/settings_labs.html:45
5578 #: rhodecode/templates/admin/settings/settings_labs.html:48
5339 5579 #: rhodecode/templates/admin/settings/settings_vcs.html:13
5340 5580 #: rhodecode/templates/admin/settings/settings_visual.html:219
5341 5581 msgid "Save settings"
@@ -5545,6 +5785,10 b' msgstr ""'
5545 5785 msgid "Labs Settings"
5546 5786 msgstr ""
5547 5787
5788 #: rhodecode/templates/admin/settings/settings_labs.html:10
5789 msgid "There are no Labs settings currently"
5790 msgstr ""
5791
5548 5792 #: rhodecode/templates/admin/settings/settings_mapping.html:5
5549 5793 msgid "Import New Groups or Repositories"
5550 5794 msgstr ""
@@ -6250,6 +6494,10 b' msgstr ""'
6250 6494 msgid "Change the avatar at"
6251 6495 msgstr ""
6252 6496
6497 #: rhodecode/templates/admin/users/user_edit_profile.html:74
6498 msgid "New Password"
6499 msgstr ""
6500
6253 6501 #: rhodecode/templates/admin/users/user_edit_profile.html:82
6254 6502 msgid "New Password Confirmation"
6255 6503 msgstr ""
@@ -6280,7 +6528,7 b' msgid "Authentication type"'
6280 6528 msgstr ""
6281 6529
6282 6530 #: rhodecode/templates/base/base.html:44
6283 #: rhodecode/templates/errors/error_document.html:51
6531 #: rhodecode/templates/errors/error_document.html:57
6284 6532 msgid "Support"
6285 6533 msgstr ""
6286 6534
@@ -6647,7 +6895,7 b' msgstr ""'
6647 6895 msgid "No permission defined"
6648 6896 msgstr ""
6649 6897
6650 #: rhodecode/templates/base/root.html:120
6898 #: rhodecode/templates/base/root.html:161
6651 6899 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6652 6900 msgstr ""
6653 6901
@@ -6735,54 +6983,70 b' msgstr ""'
6735 6983 msgid "Requires hgsubversion library to be installed. Allows cloning remote SVN repositories and migrates them to Mercurial type."
6736 6984 msgstr ""
6737 6985
6738 #: rhodecode/templates/base/vcs_settings.html:124
6739 msgid "Subversion Settings"
6986 #: rhodecode/templates/base/vcs_settings.html:123
6987 msgid "Mercurial Labs Settings"
6988 msgstr ""
6989
6990 #: rhodecode/templates/base/vcs_settings.html:123
6991 msgid "These features are considered experimental and may not work as expected."
6740 6992 msgstr ""
6741 6993
6742 6994 #: rhodecode/templates/base/vcs_settings.html:129
6995 msgid "Use rebase as merge strategy"
6996 msgstr ""
6997
6998 #: rhodecode/templates/base/vcs_settings.html:132
6999 msgid "Use rebase instead of creating a merge commit when merging via web interface."
7000 msgstr ""
7001
7002 #: rhodecode/templates/base/vcs_settings.html:144
7003 msgid "Global Subversion Settings"
7004 msgstr ""
7005
7006 #: rhodecode/templates/base/vcs_settings.html:150
7007 msgid "Proxy subversion HTTP requests"
7008 msgstr ""
7009
7010 #: rhodecode/templates/base/vcs_settings.html:153
7011 msgid "Subversion HTTP Support. Enables communication with SVN over HTTP protocol."
7012 msgstr ""
7013
7014 #: rhodecode/templates/base/vcs_settings.html:158
7015 msgid "Subversion HTTP Server URL"
7016 msgstr ""
7017
7018 #: rhodecode/templates/base/vcs_settings.html:171
7019 msgid "Subversion Settings"
7020 msgstr ""
7021
7022 #: rhodecode/templates/base/vcs_settings.html:176
6743 7023 msgid "Repository patterns"
6744 7024 msgstr ""
6745 7025
6746 #: rhodecode/templates/base/vcs_settings.html:133
7026 #: rhodecode/templates/base/vcs_settings.html:180
6747 7027 msgid "Patterns for identifying SVN branches and tags. For recursive search, use \"*\". Eg.: \"/branches/*\""
6748 7028 msgstr ""
6749 7029
6750 #: rhodecode/templates/base/vcs_settings.html:196
7030 #: rhodecode/templates/base/vcs_settings.html:246
6751 7031 msgid "Pull Request Settings"
6752 7032 msgstr ""
6753 7033
6754 #: rhodecode/templates/base/vcs_settings.html:201
7034 #: rhodecode/templates/base/vcs_settings.html:251
6755 7035 msgid "Enable server-side merge for pull requests"
6756 7036 msgstr ""
6757 7037
6758 #: rhodecode/templates/base/vcs_settings.html:204
7038 #: rhodecode/templates/base/vcs_settings.html:254
6759 7039 msgid "Note: when this feature is enabled, it only runs hooks defined in the rcextension package. Custom hooks added on the Admin -> Settings -> Hooks page will not be run when pull requests are automatically merged from the web interface."
6760 7040 msgstr ""
6761 7041
6762 #: rhodecode/templates/base/vcs_settings.html:208
7042 #: rhodecode/templates/base/vcs_settings.html:258
6763 7043 msgid "Invalidate and relocate inline comments during update"
6764 7044 msgstr ""
6765 7045
6766 #: rhodecode/templates/base/vcs_settings.html:211
7046 #: rhodecode/templates/base/vcs_settings.html:261
6767 7047 msgid "During the update of a pull request, the position of inline comments will be updated and outdated inline comments will be hidden."
6768 7048 msgstr ""
6769 7049
6770 #: rhodecode/templates/base/vcs_settings.html:222
6771 msgid "Labs settings"
6772 msgstr ""
6773
6774 #: rhodecode/templates/base/vcs_settings.html:222
6775 msgid "These features are considered experimental and may not work as expected."
6776 msgstr ""
6777
6778 #: rhodecode/templates/base/vcs_settings.html:229
6779 msgid "Mercurial server-side merge"
6780 msgstr ""
6781
6782 #: rhodecode/templates/base/vcs_settings.html:234
6783 msgid "Use rebase instead of creating a merge commit when merging via web interface"
6784 msgstr ""
6785
6786 7050 #: rhodecode/templates/bookmarks/bookmarks.html:5
6787 7051 #, python-format
6788 7052 msgid "%s Bookmarks"
@@ -7346,7 +7610,7 b' msgstr ""'
7346 7610 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7347 7611 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7348 7612 #: rhodecode/templates/files/file_diff.html:62
7349 #: rhodecode/templates/files/files_source.html:18
7613 #: rhodecode/templates/files/files_source.html:19
7350 7614 msgid "Source"
7351 7615 msgstr ""
7352 7616
@@ -7934,13 +8198,13 b' msgid "Delete file"'
7934 8198 msgstr ""
7935 8199
7936 8200 #: rhodecode/templates/files/files_delete.html:45
7937 #: rhodecode/templates/files/files_source.html:49
8201 #: rhodecode/templates/files/files_source.html:50
7938 8202 #, python-format
7939 8203 msgid "Binary file (%s)"
7940 8204 msgstr ""
7941 8205
7942 8206 #: rhodecode/templates/files/files_delete.html:50
7943 #: rhodecode/templates/files/files_source.html:61
8207 #: rhodecode/templates/files/files_source.html:62
7944 8208 msgid "File is too big to display"
7945 8209 msgstr ""
7946 8210
@@ -8010,44 +8274,44 b' msgid_plural "lines"'
8010 8274 msgstr[0] ""
8011 8275 msgstr[1] ""
8012 8276
8013 #: rhodecode/templates/files/files_source.html:12
8277 #: rhodecode/templates/files/files_source.html:13
8014 8278 msgid "History"
8015 8279 msgstr ""
8016 8280
8017 #: rhodecode/templates/files/files_source.html:15
8281 #: rhodecode/templates/files/files_source.html:16
8018 8282 #: rhodecode/templates/search/search_content.html:68
8019 8283 msgid "Show Full History"
8020 8284 msgstr ""
8021 8285
8022 #: rhodecode/templates/files/files_source.html:20
8286 #: rhodecode/templates/files/files_source.html:21
8023 8287 #: rhodecode/templates/search/search_content.html:70
8024 8288 msgid "Annotation"
8025 8289 msgstr ""
8026 8290
8027 #: rhodecode/templates/files/files_source.html:22
8291 #: rhodecode/templates/files/files_source.html:23
8028 8292 #: rhodecode/templates/search/search_content.html:71
8029 8293 msgid "Raw"
8030 8294 msgstr ""
8031 8295
8032 #: rhodecode/templates/files/files_source.html:24
8296 #: rhodecode/templates/files/files_source.html:25
8033 8297 #: rhodecode/templates/search/search_content.html:73
8034 8298 msgid "Download"
8035 8299 msgstr ""
8036 8300
8037 #: rhodecode/templates/files/files_source.html:31
8301 #: rhodecode/templates/files/files_source.html:32
8038 8302 #, python-format
8039 8303 msgid "Edit on Branch:%s"
8040 8304 msgstr ""
8041 8305
8042 #: rhodecode/templates/files/files_source.html:36
8306 #: rhodecode/templates/files/files_source.html:37
8043 8307 msgid "Editing binary files not allowed"
8044 8308 msgstr ""
8045 8309
8046 #: rhodecode/templates/files/files_source.html:39
8047 msgid "Editing files allowed only when on branch head commit"
8048 msgstr ""
8049
8050 8310 #: rhodecode/templates/files/files_source.html:40
8311 msgid "Editing files allowed only when on branch head commit"
8312 msgstr ""
8313
8314 #: rhodecode/templates/files/files_source.html:41
8051 8315 msgid "Deleting files allowed only when on branch head commit"
8052 8316 msgstr ""
8053 8317
1 NO CONTENT: modified file, binary diff hidden
This diff has been collapsed as it changes many lines, (1176 lines changed) Show them Hide them
@@ -27,8 +27,8 b' msgid ""'
27 27 msgstr ""
28 28 "Project-Id-Version: RhodeCode\n"
29 29 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
30 "POT-Creation-Date: 2016-08-02 20:55+0000\n"
31 "PO-Revision-Date: 2016-08-02 20:57+0000\n"
30 "POT-Creation-Date: 2016-09-15 14:11+0000\n"
31 "PO-Revision-Date: 2016-09-15 14:12+0000\n"
32 32 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
33 33 "Language-Team: Russian (http://www.transifex.com/rhodecode/RhodeCode/language/ru/)\n"
34 34 "MIME-Version: 1.0\n"
@@ -39,7 +39,7 b' msgstr ""'
39 39 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
40 40
41 41 #: rhodecode/admin/navigation.py:74 rhodecode/authentication/routes.py:60
42 #: rhodecode/integrations/views.py:126
42 #: rhodecode/integrations/views.py:168
43 43 #: rhodecode/templates/admin/permissions/permissions.html:36
44 44 msgid "Global"
45 45 msgstr ""
@@ -62,7 +62,8 b' msgstr ""'
62 62 msgid "Issue Tracker"
63 63 msgstr ""
64 64
65 #: rhodecode/admin/navigation.py:80 rhodecode/templates/register.html:76
65 #: rhodecode/admin/navigation.py:80 rhodecode/integrations/types/email.py:232
66 #: rhodecode/templates/register.html:76
66 67 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
67 68 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
68 69 #: rhodecode/templates/admin/users/user_add.html:86
@@ -82,12 +83,18 b' msgid "Full Text Search"'
82 83 msgstr ""
83 84
84 85 #: rhodecode/admin/navigation.py:83
85 #: rhodecode/templates/admin/integrations/base.html:21
86 #: rhodecode/templates/admin/integrations/edit.html:8
87 #: rhodecode/templates/admin/integrations/edit.html:19
88 #: rhodecode/templates/admin/integrations/list.html:15
89 #: rhodecode/templates/admin/integrations/list.html:19
90 #: rhodecode/templates/admin/integrations/list.html:26
86 #: rhodecode/templates/admin/integrations/base.html:23
87 #: rhodecode/templates/admin/integrations/form.html:8
88 #: rhodecode/templates/admin/integrations/form.html:21
89 #: rhodecode/templates/admin/integrations/form.html:32
90 #: rhodecode/templates/admin/integrations/list.html:21
91 #: rhodecode/templates/admin/integrations/list.html:25
92 #: rhodecode/templates/admin/integrations/list.html:29
93 #: rhodecode/templates/admin/integrations/list.html:36
94 #: rhodecode/templates/admin/integrations/new.html:9
95 #: rhodecode/templates/admin/integrations/new.html:17
96 #: rhodecode/templates/admin/integrations/new.html:23
97 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:51
91 98 #: rhodecode/templates/admin/repos/repo_edit.html:72
92 99 #: rhodecode/templates/base/base.html:84
93 100 msgid "Integrations"
@@ -110,9 +117,9 b' msgstr ""'
110 117 msgid "Enable or disable this authentication plugin."
111 118 msgstr ""
112 119
113 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:37
114 #: rhodecode/templates/admin/integrations/list.html:62
115 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
120 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:32
121 #: rhodecode/model/validation_schema/schemas/integration_schema.py:197
122 #: rhodecode/templates/admin/integrations/list.html:101
116 123 msgid "Enabled"
117 124 msgstr "Включено"
118 125
@@ -415,12 +422,12 b' msgstr ""'
415 422
416 423 #: rhodecode/controllers/changeset.py:335
417 424 #: rhodecode/controllers/pullrequests.py:750
418 #: rhodecode/model/pull_request.py:843
425 #: rhodecode/model/pull_request.py:842
419 426 #, python-format
420 427 msgid "Status change %(transition_icon)s %(status)s"
421 428 msgstr "Изменить статус %(transition_icon)s %(status)s"
422 429
423 #: rhodecode/controllers/changeset.py:372
430 #: rhodecode/controllers/changeset.py:373
424 431 msgid ""
425 432 "Changing the status of a commit associated with a closed pull request is not"
426 433 " allowed"
@@ -563,14 +570,14 b' msgstr ""'
563 570 msgid "Changesets"
564 571 msgstr "Набор изменений"
565 572
566 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:251
573 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:259
567 574 #: rhodecode/model/pull_request.py:1059 rhodecode/model/scm.py:780
568 #: rhodecode/templates/base/vcs_settings.html:138
575 #: rhodecode/templates/base/vcs_settings.html:185
569 576 msgid "Branches"
570 577 msgstr "Ветки"
571 578
572 579 #: rhodecode/controllers/files.py:1030 rhodecode/model/scm.py:795
573 #: rhodecode/templates/base/vcs_settings.html:163
580 #: rhodecode/templates/base/vcs_settings.html:210
574 581 msgid "Tags"
575 582 msgstr "Метки"
576 583
@@ -676,30 +683,30 b' msgid "Close Pull Request"'
676 683 msgstr ""
677 684
678 685 #: rhodecode/controllers/pullrequests.py:754
679 #: rhodecode/model/pull_request.py:847
686 #: rhodecode/model/pull_request.py:846
680 687 msgid "Closing with"
681 688 msgstr "Закрытый с"
682 689
683 #: rhodecode/controllers/pullrequests.py:802
690 #: rhodecode/controllers/pullrequests.py:804
684 691 #, python-format
685 692 msgid ""
686 693 "Closing pull request on other statuses than rejected or approved is "
687 694 "forbidden. Calculated status from all reviewers is currently: %s"
688 695 msgstr ""
689 696
690 #: rhodecode/controllers/summary.py:235
697 #: rhodecode/controllers/summary.py:243
691 698 msgid "Branch"
692 699 msgstr "Ветка"
693 700
694 #: rhodecode/controllers/summary.py:236
701 #: rhodecode/controllers/summary.py:244
695 702 msgid "Tag"
696 703 msgstr "Тэги"
697 704
698 #: rhodecode/controllers/summary.py:237
705 #: rhodecode/controllers/summary.py:245
699 706 msgid "Bookmark"
700 707 msgstr "Закладки"
701 708
702 #: rhodecode/controllers/summary.py:252
709 #: rhodecode/controllers/summary.py:260
703 710 msgid "Closed branches"
704 711 msgstr ""
705 712
@@ -712,37 +719,37 b' msgid "Error occurred during update of d'
712 719 msgstr ""
713 720
714 721 #: rhodecode/controllers/admin/gists.py:63
715 #: rhodecode/controllers/admin/my_account.py:307
722 #: rhodecode/controllers/admin/my_account.py:317
716 723 #: rhodecode/controllers/admin/users.py:431
717 724 msgid "forever"
718 725 msgstr "навсегда"
719 726
720 727 #: rhodecode/controllers/admin/gists.py:64
721 #: rhodecode/controllers/admin/my_account.py:308
728 #: rhodecode/controllers/admin/my_account.py:318
722 729 #: rhodecode/controllers/admin/users.py:432
723 730 msgid "5 minutes"
724 731 msgstr "5 минут"
725 732
726 733 #: rhodecode/controllers/admin/gists.py:65
727 #: rhodecode/controllers/admin/my_account.py:309
734 #: rhodecode/controllers/admin/my_account.py:319
728 735 #: rhodecode/controllers/admin/users.py:433
729 736 msgid "1 hour"
730 737 msgstr "1 час"
731 738
732 739 #: rhodecode/controllers/admin/gists.py:66
733 #: rhodecode/controllers/admin/my_account.py:310
740 #: rhodecode/controllers/admin/my_account.py:320
734 741 #: rhodecode/controllers/admin/users.py:434
735 742 msgid "1 day"
736 743 msgstr "1 день"
737 744
738 745 #: rhodecode/controllers/admin/gists.py:67
739 #: rhodecode/controllers/admin/my_account.py:311
746 #: rhodecode/controllers/admin/my_account.py:321
740 747 #: rhodecode/controllers/admin/users.py:435
741 748 msgid "1 month"
742 749 msgstr "1 месяц"
743 750
744 751 #: rhodecode/controllers/admin/gists.py:71
745 #: rhodecode/controllers/admin/my_account.py:313
752 #: rhodecode/controllers/admin/my_account.py:323
746 753 #: rhodecode/controllers/admin/users.py:437
747 754 msgid "Lifetime"
748 755 msgstr "Срок"
@@ -796,60 +803,61 b' msgstr "\xd0\xbd\xd0\xb8\xd0\xba\xd0\xbe\xd0\xb3\xd0\xb4\xd0\xb0"'
796 803 msgid "%(expiry)s - current value"
797 804 msgstr ""
798 805
799 #: rhodecode/controllers/admin/my_account.py:70
806 #: rhodecode/controllers/admin/my_account.py:74
800 807 msgid "You can't edit this user since it's crucial for entire application"
801 808 msgstr "Вы не можете изменить данные пользователя, поскольку это критично для работы всего приложения"
802 809
803 #: rhodecode/controllers/admin/my_account.py:128
810 #: rhodecode/controllers/admin/my_account.py:132
804 811 msgid "Your account was updated successfully"
805 812 msgstr "Ваша учетная запись успешно обновлена"
806 813
807 #: rhodecode/controllers/admin/my_account.py:143
814 #: rhodecode/controllers/admin/my_account.py:147
808 815 #: rhodecode/controllers/admin/users.py:218
809 816 #, python-format
810 817 msgid "Error occurred during update of user %s"
811 818 msgstr "Произошла ошибка при обновлении пользователя %s"
812 819
813 #: rhodecode/controllers/admin/my_account.py:202
820 #: rhodecode/controllers/admin/my_account.py:213
821 #: rhodecode/controllers/admin/my_account.py:219
822 msgid "Error occurred during update of user password"
823 msgstr ""
824
825 #: rhodecode/controllers/admin/my_account.py:226
814 826 msgid "Successfully updated password"
815 827 msgstr ""
816 828
817 #: rhodecode/controllers/admin/my_account.py:213
818 msgid "Error occurred during update of user password"
819 msgstr ""
820
821 #: rhodecode/controllers/admin/my_account.py:261
829 #: rhodecode/controllers/admin/my_account.py:271
822 830 #: rhodecode/controllers/admin/users.py:611
823 831 #, python-format
824 832 msgid "Added new email address `%s` for user account"
825 833 msgstr ""
826 834
827 #: rhodecode/controllers/admin/my_account.py:268
835 #: rhodecode/controllers/admin/my_account.py:278
828 836 #: rhodecode/controllers/admin/users.py:618
829 837 msgid "An error occurred during email saving"
830 838 msgstr "Произошла ошибка при сохранении E-mail"
831 839
832 #: rhodecode/controllers/admin/my_account.py:278
840 #: rhodecode/controllers/admin/my_account.py:288
833 841 #: rhodecode/controllers/admin/users.py:633
834 842 msgid "Removed email address from user account"
835 843 msgstr ""
836 844
837 #: rhodecode/controllers/admin/my_account.py:316
845 #: rhodecode/controllers/admin/my_account.py:326
838 846 #: rhodecode/controllers/admin/users.py:440
839 847 msgid "Role"
840 848 msgstr ""
841 849
842 #: rhodecode/controllers/admin/my_account.py:329
850 #: rhodecode/controllers/admin/my_account.py:339
843 851 #: rhodecode/controllers/admin/users.py:464
844 852 msgid "Auth token successfully created"
845 853 msgstr ""
846 854
847 #: rhodecode/controllers/admin/my_account.py:342
855 #: rhodecode/controllers/admin/my_account.py:352
848 856 #: rhodecode/controllers/admin/users.py:483
849 857 msgid "Auth token successfully reset"
850 858 msgstr ""
851 859
852 #: rhodecode/controllers/admin/my_account.py:346
860 #: rhodecode/controllers/admin/my_account.py:356
853 861 #: rhodecode/controllers/admin/users.py:487
854 862 msgid "Auth token successfully deleted"
855 863 msgstr ""
@@ -1073,18 +1081,18 b' msgid "Error occurred during deleting is'
1073 1081 msgstr ""
1074 1082
1075 1083 #: rhodecode/controllers/admin/repos.py:721
1076 #: rhodecode/controllers/admin/settings.py:363
1084 #: rhodecode/controllers/admin/settings.py:366
1077 1085 msgid "Removed issue tracker entry"
1078 1086 msgstr ""
1079 1087
1080 1088 #: rhodecode/controllers/admin/repos.py:751
1081 #: rhodecode/controllers/admin/settings.py:409
1089 #: rhodecode/controllers/admin/settings.py:412
1082 1090 msgid "Updated issue tracker entries"
1083 1091 msgstr ""
1084 1092
1085 1093 #: rhodecode/controllers/admin/repos.py:812
1086 #: rhodecode/controllers/admin/settings.py:142
1087 #: rhodecode/controllers/admin/settings.py:719
1094 #: rhodecode/controllers/admin/settings.py:143
1095 #: rhodecode/controllers/admin/settings.py:722
1088 1096 msgid "Some form inputs contain invalid data."
1089 1097 msgstr ""
1090 1098
@@ -1093,86 +1101,70 b' msgid "Error occurred during updating re'
1093 1101 msgstr ""
1094 1102
1095 1103 #: rhodecode/controllers/admin/repos.py:834
1096 #: rhodecode/controllers/admin/settings.py:168
1104 #: rhodecode/controllers/admin/settings.py:171
1097 1105 msgid "Updated VCS settings"
1098 1106 msgstr "Обновлены настройки VCS"
1099 1107
1100 #: rhodecode/controllers/admin/settings.py:164
1101 #: rhodecode/controllers/admin/settings.py:267
1108 #: rhodecode/controllers/admin/settings.py:167
1109 #: rhodecode/controllers/admin/settings.py:270
1102 1110 msgid "Error occurred during updating application settings"
1103 1111 msgstr "Произошла ошибка при обновлении настроек приложения"
1104 1112
1105 #: rhodecode/controllers/admin/settings.py:211
1113 #: rhodecode/controllers/admin/settings.py:214
1106 1114 #, python-format
1107 1115 msgid "Repositories successfully rescanned added: %s ; removed: %s"
1108 1116 msgstr "Репозитории успешно пересканированы, добавлено: %s ; удалено: %s"
1109 1117
1110 #: rhodecode/controllers/admin/settings.py:263
1118 #: rhodecode/controllers/admin/settings.py:266
1111 1119 msgid "Updated application settings"
1112 1120 msgstr "Обновленные параметры настройки приложения"
1113 1121
1114 #: rhodecode/controllers/admin/settings.py:327
1122 #: rhodecode/controllers/admin/settings.py:330
1115 1123 msgid "Updated visualisation settings"
1116 1124 msgstr "Настройки визуализации обновлены"
1117 1125
1118 #: rhodecode/controllers/admin/settings.py:330
1126 #: rhodecode/controllers/admin/settings.py:333
1119 1127 msgid "Error occurred during updating visualisation settings"
1120 1128 msgstr "Произошла ошибка при обновлении настроек визуализации"
1121 1129
1122 #: rhodecode/controllers/admin/settings.py:422
1130 #: rhodecode/controllers/admin/settings.py:425
1123 1131 msgid "Please enter email address"
1124 1132 msgstr "Пожалуйста, введите адрес электронной почты"
1125 1133
1126 #: rhodecode/controllers/admin/settings.py:440
1134 #: rhodecode/controllers/admin/settings.py:443
1127 1135 msgid "Send email task created"
1128 1136 msgstr "Задача отправки Email создана"
1129 1137
1130 #: rhodecode/controllers/admin/settings.py:473
1138 #: rhodecode/controllers/admin/settings.py:476
1131 1139 msgid "Added new hook"
1132 1140 msgstr "Добавлена новая ловушка"
1133 1141
1134 #: rhodecode/controllers/admin/settings.py:488
1142 #: rhodecode/controllers/admin/settings.py:491
1135 1143 msgid "Updated hooks"
1136 1144 msgstr "Обновлённые ловушки"
1137 1145
1138 #: rhodecode/controllers/admin/settings.py:492
1146 #: rhodecode/controllers/admin/settings.py:495
1139 1147 msgid "Error occurred during hook creation"
1140 1148 msgstr "Произошла ошибка при создании хука"
1141 1149
1142 #: rhodecode/controllers/admin/settings.py:540
1150 #: rhodecode/controllers/admin/settings.py:543
1143 1151 #, python-format
1144 1152 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
1145 1153 msgstr ""
1146 1154
1147 #: rhodecode/controllers/admin/settings.py:544
1155 #: rhodecode/controllers/admin/settings.py:547
1148 1156 #, python-format
1149 1157 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
1150 1158 msgstr ""
1151 1159
1152 #: rhodecode/controllers/admin/settings.py:740
1160 #: rhodecode/controllers/admin/settings.py:743
1153 1161 msgid "Error occurred during updating labs settings"
1154 1162 msgstr ""
1155 1163
1156 #: rhodecode/controllers/admin/settings.py:745
1164 #: rhodecode/controllers/admin/settings.py:748
1157 1165 msgid "Updated Labs settings"
1158 1166 msgstr ""
1159 1167
1160 #: rhodecode/controllers/admin/settings.py:795
1161 msgid "Subversion HTTP Support"
1162 msgstr ""
1163
1164 #: rhodecode/controllers/admin/settings.py:796
1165 msgid "Proxy subversion HTTP requests"
1166 msgstr ""
1167
1168 #: rhodecode/controllers/admin/settings.py:802
1169 msgid "Subversion HTTP Server URL"
1170 msgstr ""
1171
1172 #: rhodecode/controllers/admin/settings.py:804
1173 msgid "e.g. http://localhost:8080/"
1174 msgstr ""
1175
1176 1168 #: rhodecode/controllers/admin/user_groups.py:168
1177 1169 #, python-format
1178 1170 msgid "Created user group %(user_group_link)s"
@@ -1355,38 +1347,50 b' msgstr ""'
1355 1347 msgid "pullrequest commented"
1356 1348 msgstr ""
1357 1349
1358 #: rhodecode/events/repo.py:135
1350 #: rhodecode/events/repo.py:136
1359 1351 msgid "repository pre create"
1360 1352 msgstr ""
1361 1353
1362 #: rhodecode/events/repo.py:144
1354 #: rhodecode/events/repo.py:145
1363 1355 msgid "repository created"
1364 1356 msgstr ""
1365 1357
1366 #: rhodecode/events/repo.py:153
1358 #: rhodecode/events/repo.py:154
1367 1359 msgid "repository pre delete"
1368 1360 msgstr ""
1369 1361
1370 #: rhodecode/events/repo.py:162
1362 #: rhodecode/events/repo.py:163
1371 1363 msgid "repository deleted"
1372 1364 msgstr ""
1373 1365
1374 #: rhodecode/events/repo.py:193
1366 #: rhodecode/events/repo.py:199
1375 1367 msgid "repository pre pull"
1376 1368 msgstr ""
1377 1369
1378 #: rhodecode/events/repo.py:202
1370 #: rhodecode/events/repo.py:208
1379 1371 msgid "repository pull"
1380 1372 msgstr ""
1381 1373
1382 #: rhodecode/events/repo.py:211
1374 #: rhodecode/events/repo.py:217
1383 1375 msgid "repository pre push"
1384 1376 msgstr ""
1385 1377
1386 #: rhodecode/events/repo.py:222
1378 #: rhodecode/events/repo.py:228
1387 1379 msgid "repository push"
1388 1380 msgstr ""
1389 1381
1382 #: rhodecode/events/repo_group.py:62
1383 msgid "repository group created"
1384 msgstr ""
1385
1386 #: rhodecode/events/repo_group.py:71
1387 msgid "repository group deleted"
1388 msgstr ""
1389
1390 #: rhodecode/events/repo_group.py:80
1391 msgid "repository group update"
1392 msgstr ""
1393
1390 1394 #: rhodecode/events/user.py:34
1391 1395 msgid "user registered"
1392 1396 msgstr ""
@@ -1399,42 +1403,202 b' msgstr ""'
1399 1403 msgid "user pre update"
1400 1404 msgstr ""
1401 1405
1402 #: rhodecode/integrations/schema.py:35
1406 #: rhodecode/forms/__init__.py:32 rhodecode/templates/admin/gists/new.html:62
1407 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
1408 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
1409 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
1410 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
1411 #: rhodecode/templates/admin/permissions/permissions_application.html:51
1412 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
1413 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
1414 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
1415 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
1416 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
1417 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
1418 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
1419 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
1420 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
1421 #: rhodecode/templates/admin/settings/settings_global.html:110
1422 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
1423 #: rhodecode/templates/admin/settings/settings_labs.html:49
1424 #: rhodecode/templates/admin/settings/settings_vcs.html:14
1425 #: rhodecode/templates/admin/settings/settings_visual.html:220
1426 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
1427 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
1428 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
1429 #: rhodecode/templates/admin/users/user_edit_emails.html:63
1430 #: rhodecode/templates/admin/users/user_edit_ips.html:70
1431 #: rhodecode/templates/admin/users/user_edit_profile.html:135
1432 #: rhodecode/templates/base/default_perms_box.html:89
1433 msgid "Reset"
1434 msgstr "Сброс"
1435
1436 #: rhodecode/forms/__init__.py:33 rhodecode/templates/admin/gists/show.html:49
1437 #: rhodecode/templates/admin/integrations/list.html:211
1438 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
1439 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
1440 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:62
1441 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
1442 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
1443 #: rhodecode/templates/admin/settings/settings_hooks.html:46
1444 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
1445 #: rhodecode/templates/admin/users/user_edit_emails.html:31
1446 #: rhodecode/templates/admin/users/user_edit_ips.html:34
1447 #: rhodecode/templates/base/issue_tracker_settings.html:70
1448 #: rhodecode/templates/base/vcs_settings.html:194
1449 #: rhodecode/templates/base/vcs_settings.html:219
1450 #: rhodecode/templates/changeset/changeset_file_comment.html:49
1451 #: rhodecode/templates/changeset/changeset_file_comment.html:99
1452 #: rhodecode/templates/data_table/_dt_elements.html:119
1453 #: rhodecode/templates/data_table/_dt_elements.html:176
1454 #: rhodecode/templates/data_table/_dt_elements.html:190
1455 #: rhodecode/templates/data_table/_dt_elements.html:202
1456 #: rhodecode/templates/debug_style/buttons.html:132
1457 #: rhodecode/templates/files/files_source.html:34
1458 #: rhodecode/templates/files/files_source.html:38
1459 #: rhodecode/templates/files/files_source.html:41
1460 msgid "Delete"
1461 msgstr "Удалить"
1462
1463 #: rhodecode/integrations/schema.py:30
1464 #: rhodecode/model/validation_schema/schemas/integration_schema.py:195
1403 1465 msgid "Enable or disable this integration."
1404 1466 msgstr ""
1405 1467
1406 #: rhodecode/integrations/schema.py:42
1468 #: rhodecode/integrations/schema.py:37
1469 #: rhodecode/model/validation_schema/schemas/integration_schema.py:176
1407 1470 msgid "Short name for this integration."
1408 1471 msgstr ""
1409 1472
1410 #: rhodecode/integrations/schema.py:44
1473 #: rhodecode/integrations/schema.py:39
1474 #: rhodecode/model/validation_schema/schemas/integration_schema.py:178
1411 1475 msgid "Integration name"
1412 1476 msgstr ""
1413 1477
1478 #: rhodecode/integrations/schema.py:51
1479 msgid ""
1480 "Limit integrations to to work only on the direct children repositories of "
1481 "this repository group (no subgroups)"
1482 msgstr ""
1483
1484 #: rhodecode/integrations/schema.py:55
1485 msgid "Limit to childen repos only"
1486 msgstr ""
1487
1488 #: rhodecode/integrations/schema.py:63
1489 msgid "Limit integrations to to work only on root level repositories"
1490 msgstr ""
1491
1492 #: rhodecode/integrations/schema.py:66
1493 msgid "Root repositories only"
1494 msgstr ""
1495
1496 #: rhodecode/integrations/views.py:162
1497 msgid "{repo_name} repository"
1498 msgstr ""
1499
1500 #: rhodecode/integrations/views.py:165
1501 msgid "{repo_group_name} repo group"
1502 msgstr ""
1503
1414 1504 #: rhodecode/integrations/views.py:172
1505 msgid "{name} integration"
1506 msgstr ""
1507
1508 #: rhodecode/integrations/views.py:186
1415 1509 msgid "Integration {integration_name} deleted successfully."
1416 1510 msgstr ""
1417 1511
1418 #: rhodecode/integrations/views.py:200
1512 #: rhodecode/integrations/views.py:266
1419 1513 msgid ""
1420 1514 "Errors exist when saving integration settings. Please check the form inputs."
1421 1515 msgstr ""
1422 1516
1423 #: rhodecode/integrations/views.py:220
1517 #: rhodecode/integrations/views.py:292
1424 1518 msgid "Integration {integration_name} updated successfully."
1425 1519 msgstr ""
1426 1520
1521 #: rhodecode/integrations/types/email.py:214
1522 msgid "Recipients"
1523 msgstr ""
1524
1525 #: rhodecode/integrations/types/email.py:215
1526 msgid "Email addresses to send push events to"
1527 msgstr ""
1528
1529 #: rhodecode/integrations/types/email.py:220
1530 #: rhodecode/integrations/types/email.py:221
1531 msgid "Email address"
1532 msgstr "Адрес E-mail"
1533
1534 #: rhodecode/integrations/types/email.py:233
1535 msgid "Send repo push summaries to a list of recipients via email"
1536 msgstr ""
1537
1538 #: rhodecode/integrations/types/hipchat.py:43
1539 msgid "Yellow"
1540 msgstr ""
1541
1542 #: rhodecode/integrations/types/hipchat.py:44
1543 msgid "Red"
1544 msgstr ""
1545
1546 #: rhodecode/integrations/types/hipchat.py:45
1547 msgid "Green"
1548 msgstr ""
1549
1550 #: rhodecode/integrations/types/hipchat.py:46
1551 msgid "Purple"
1552 msgstr ""
1553
1554 #: rhodecode/integrations/types/hipchat.py:47
1555 msgid "Gray"
1556 msgstr ""
1557
1558 #: rhodecode/integrations/types/hipchat.py:52
1559 msgid "Hipchat server URL"
1560 msgstr ""
1561
1562 #: rhodecode/integrations/types/hipchat.py:53
1563 msgid "Hipchat integration url."
1564 msgstr ""
1565
1566 #: rhodecode/integrations/types/hipchat.py:63
1567 msgid "Notify"
1568 msgstr ""
1569
1570 #: rhodecode/integrations/types/hipchat.py:64
1571 msgid "Make a notification to the users in room."
1572 msgstr ""
1573
1574 #: rhodecode/integrations/types/hipchat.py:70
1575 msgid "Color"
1576 msgstr ""
1577
1578 #: rhodecode/integrations/types/hipchat.py:71
1579 msgid "Background color of message."
1580 msgstr ""
1581
1582 #: rhodecode/integrations/types/hipchat.py:99
1583 msgid "Hipchat"
1584 msgstr ""
1585
1586 #: rhodecode/integrations/types/hipchat.py:100
1587 msgid ""
1588 "Send events such as repo pushes and pull requests to your hipchat channel."
1589 msgstr ""
1590
1591 #: rhodecode/integrations/types/slack.py:44
1592 msgid "Slack service URL"
1593 msgstr ""
1594
1427 1595 #: rhodecode/integrations/types/slack.py:45
1428 msgid "Slack service URL"
1429 msgstr ""
1430
1431 #: rhodecode/integrations/types/slack.py:46
1432 1596 msgid ""
1433 1597 "This can be setup at the <a href=\"https://my.slack.com/services/new"
1434 1598 "/incoming-webhook/\">slack app manager</a>"
1435 1599 msgstr ""
1436 1600
1437 #: rhodecode/integrations/types/slack.py:59 rhodecode/templates/login.html:43
1601 #: rhodecode/integrations/types/slack.py:58 rhodecode/templates/login.html:43
1438 1602 #: rhodecode/templates/register.html:41
1439 1603 #: rhodecode/templates/admin/admin_log.html:7
1440 1604 #: rhodecode/templates/admin/my_account/my_account_profile.html:24
@@ -1450,35 +1614,40 b' msgstr ""'
1450 1614 msgid "Username"
1451 1615 msgstr "Имя пользователя"
1452 1616
1453 #: rhodecode/integrations/types/slack.py:60
1617 #: rhodecode/integrations/types/slack.py:59
1454 1618 msgid "Username to show notifications coming from."
1455 1619 msgstr ""
1456 1620
1621 #: rhodecode/integrations/types/slack.py:68
1622 msgid "Channel"
1623 msgstr ""
1624
1457 1625 #: rhodecode/integrations/types/slack.py:69
1458 msgid "Channel"
1459 msgstr ""
1460
1461 #: rhodecode/integrations/types/slack.py:70
1462 1626 msgid "Channel to send notifications to."
1463 1627 msgstr ""
1464 1628
1629 #: rhodecode/integrations/types/slack.py:78
1630 msgid "Emoji"
1631 msgstr ""
1632
1465 1633 #: rhodecode/integrations/types/slack.py:79
1466 msgid "Emoji"
1467 msgstr ""
1468
1469 #: rhodecode/integrations/types/slack.py:80
1470 1634 msgid "Emoji to use eg. :studio_microphone:"
1471 1635 msgstr ""
1472 1636
1473 #: rhodecode/integrations/types/slack.py:107
1637 #: rhodecode/integrations/types/slack.py:101
1474 1638 msgid "Slack"
1475 1639 msgstr ""
1476 1640
1641 #: rhodecode/integrations/types/slack.py:102
1642 msgid ""
1643 "Send events such as repo pushes and pull requests to your slack channel."
1644 msgstr ""
1645
1646 #: rhodecode/integrations/types/webhook.py:40
1647 msgid "Webhook URL"
1648 msgstr ""
1649
1477 1650 #: rhodecode/integrations/types/webhook.py:41
1478 msgid "Webhook URL"
1479 msgstr ""
1480
1481 #: rhodecode/integrations/types/webhook.py:42
1482 1651 msgid "URL of the webhook to receive POST event."
1483 1652 msgstr ""
1484 1653
@@ -1490,10 +1659,14 b' msgstr ""'
1490 1659 msgid "String used to validate received payloads."
1491 1660 msgstr ""
1492 1661
1493 #: rhodecode/integrations/types/webhook.py:62
1662 #: rhodecode/integrations/types/webhook.py:65
1494 1663 msgid "Webhook"
1495 1664 msgstr ""
1496 1665
1666 #: rhodecode/integrations/types/webhook.py:66
1667 msgid "Post json events to a webhook endpoint"
1668 msgstr ""
1669
1497 1670 #: rhodecode/lib/action_parser.py:89
1498 1671 msgid "[deleted] repository"
1499 1672 msgstr "[удален] репозиторий"
@@ -1617,80 +1790,80 b' msgstr "\xd0\xa1\xd0\xbe\xd0\xb7\xd0\xb4\xd0\xb0\xd0\xbd \xd1\x82\xd0\xb5\xd0\xb3: %s"'
1617 1790 msgid "Commit not found"
1618 1791 msgstr ""
1619 1792
1620 #: rhodecode/lib/auth.py:1180
1793 #: rhodecode/lib/auth.py:1185
1621 1794 #, python-format
1622 1795 msgid "IP %s not allowed"
1623 1796 msgstr "IP %s заблокирован"
1624 1797
1625 #: rhodecode/lib/auth.py:1254
1798 #: rhodecode/lib/auth.py:1259
1626 1799 msgid "You need to be a registered user to perform this action"
1627 1800 msgstr "Вы должны быть зарегистрированным пользователем, чтобы выполнить это действие"
1628 1801
1629 #: rhodecode/lib/auth.py:1302
1802 #: rhodecode/lib/auth.py:1307
1630 1803 #, python-format
1631 1804 msgid "Action not supported for %s."
1632 1805 msgstr ""
1633 1806
1634 #: rhodecode/lib/auth.py:1339
1807 #: rhodecode/lib/auth.py:1344
1635 1808 msgid "You need to be signed in to view this page"
1636 1809 msgstr ""
1637 1810
1638 #: rhodecode/lib/base.py:545
1811 #: rhodecode/lib/base.py:550
1639 1812 #, python-format
1640 1813 msgid "The repository at %(repo_name)s cannot be located."
1641 1814 msgstr ""
1642 1815
1643 #: rhodecode/lib/diffs.py:56
1816 #: rhodecode/lib/diffs.py:62
1644 1817 msgid "Click to comment"
1645 1818 msgstr ""
1646 1819
1647 #: rhodecode/lib/diffs.py:71
1820 #: rhodecode/lib/diffs.py:77
1648 1821 msgid "Binary file"
1649 1822 msgstr "Двоичный файл"
1650 1823
1651 #: rhodecode/lib/diffs.py:91
1824 #: rhodecode/lib/diffs.py:98
1652 1825 msgid ""
1653 1826 "Changeset was too big and was cut off, use diff menu to display this diff"
1654 1827 msgstr "Набор изменения оказался слишком большими и был урезан, используйте меню сравнения для показа результата сравнения"
1655 1828
1656 #: rhodecode/lib/diffs.py:102
1829 #: rhodecode/lib/diffs.py:109
1657 1830 msgid "No changes detected"
1658 1831 msgstr "Изменений не обнаружено"
1659 1832
1660 #: rhodecode/lib/diffs.py:631
1833 #: rhodecode/lib/diffs.py:643
1661 1834 msgid "Click to select line"
1662 1835 msgstr ""
1663 1836
1664 #: rhodecode/lib/helpers.py:1481
1837 #: rhodecode/lib/helpers.py:1489
1665 1838 #, python-format
1666 1839 msgid " and %s more"
1667 1840 msgstr "и на %s больше"
1668 1841
1669 #: rhodecode/lib/helpers.py:1485
1842 #: rhodecode/lib/helpers.py:1493
1670 1843 msgid "No Files"
1671 1844 msgstr "Файлов нет"
1672 1845
1673 #: rhodecode/lib/helpers.py:1558
1846 #: rhodecode/lib/helpers.py:1566
1674 1847 msgid "new file"
1675 1848 msgstr "новый файл"
1676 1849
1677 #: rhodecode/lib/helpers.py:1561
1850 #: rhodecode/lib/helpers.py:1569
1678 1851 msgid "mod"
1679 1852 msgstr "изменить"
1680 1853
1681 #: rhodecode/lib/helpers.py:1564
1854 #: rhodecode/lib/helpers.py:1572
1682 1855 msgid "del"
1683 1856 msgstr "удалить"
1684 1857
1685 #: rhodecode/lib/helpers.py:1567
1858 #: rhodecode/lib/helpers.py:1575
1686 1859 msgid "rename"
1687 1860 msgstr "переименовать"
1688 1861
1689 #: rhodecode/lib/helpers.py:1572
1862 #: rhodecode/lib/helpers.py:1580
1690 1863 msgid "chmod"
1691 1864 msgstr "chmod"
1692 1865
1693 #: rhodecode/lib/helpers.py:1819
1866 #: rhodecode/lib/helpers.py:1827
1694 1867 msgid ""
1695 1868 "Example filter terms:\n"
1696 1869 " repository:vcs\n"
@@ -1709,14 +1882,14 b' msgid ""'
1709 1882 " \"username:test AND repository:test*\"\n"
1710 1883 msgstr ""
1711 1884
1712 #: rhodecode/lib/helpers.py:1839
1885 #: rhodecode/lib/helpers.py:1847
1713 1886 #, python-format
1714 1887 msgid ""
1715 1888 "%s repository is not mapped to db perhaps it was created or renamed from the"
1716 1889 " filesystem please run the application again in order to rescan repositories"
1717 1890 msgstr "Репозиторий %s отсутствует в базе данных; возможно, он был создан или переименован из файловой системы. Пожалуйста, перезапустите приложение для сканирования репозиториев."
1718 1891
1719 #: rhodecode/lib/utils2.py:454
1892 #: rhodecode/lib/utils2.py:463
1720 1893 #, python-format
1721 1894 msgid "%d year"
1722 1895 msgid_plural "%d years"
@@ -1725,7 +1898,7 b' msgstr[1] "%d \xd0\xbb\xd0\xb5\xd1\x82"'
1725 1898 msgstr[2] "%d года"
1726 1899 msgstr[3] "%d года"
1727 1900
1728 #: rhodecode/lib/utils2.py:455
1901 #: rhodecode/lib/utils2.py:464
1729 1902 #, python-format
1730 1903 msgid "%d month"
1731 1904 msgid_plural "%d months"
@@ -1734,7 +1907,7 b' msgstr[1] "%d \xd0\xbc\xd0\xb5\xd1\x81\xd1\x8f\xd1\x86\xd0\xb0"'
1734 1907 msgstr[2] "%d месяцев"
1735 1908 msgstr[3] "%d месяцев"
1736 1909
1737 #: rhodecode/lib/utils2.py:456
1910 #: rhodecode/lib/utils2.py:465
1738 1911 #, python-format
1739 1912 msgid "%d day"
1740 1913 msgid_plural "%d days"
@@ -1743,7 +1916,7 b' msgstr[1] "%d \xd0\xb4\xd0\xbd\xd1\x8f"'
1743 1916 msgstr[2] "%d дней"
1744 1917 msgstr[3] "%d дней"
1745 1918
1746 #: rhodecode/lib/utils2.py:457
1919 #: rhodecode/lib/utils2.py:466
1747 1920 #, python-format
1748 1921 msgid "%d hour"
1749 1922 msgid_plural "%d hours"
@@ -1752,7 +1925,7 b' msgstr[1] "%d \xd1\x87\xd0\xb0\xd1\x81\xd0\xbe\xd0\xb2"'
1752 1925 msgstr[2] "%d часа"
1753 1926 msgstr[3] "%d часа"
1754 1927
1755 #: rhodecode/lib/utils2.py:458
1928 #: rhodecode/lib/utils2.py:467
1756 1929 #, python-format
1757 1930 msgid "%d minute"
1758 1931 msgid_plural "%d minutes"
@@ -1761,7 +1934,7 b' msgstr[1] "%d \xd0\xbc\xd0\xb8\xd0\xbd\xd1\x83\xd1\x82"'
1761 1934 msgstr[2] "%d минуты"
1762 1935 msgstr[3] "%d минуты"
1763 1936
1764 #: rhodecode/lib/utils2.py:459
1937 #: rhodecode/lib/utils2.py:468
1765 1938 #, python-format
1766 1939 msgid "%d second"
1767 1940 msgid_plural "%d seconds"
@@ -1770,42 +1943,42 b' msgstr[1] "%d \xd1\x81\xd0\xb5\xd0\xba\xd1\x83\xd0\xbd\xd0\xb4\xd1\x8b"'
1770 1943 msgstr[2] "%d секунды"
1771 1944 msgstr[3] "%d секунды"
1772 1945
1773 #: rhodecode/lib/utils2.py:477
1946 #: rhodecode/lib/utils2.py:486
1774 1947 #, python-format
1775 1948 msgid "in %s"
1776 1949 msgstr "в %s"
1777 1950
1778 #: rhodecode/lib/utils2.py:483
1951 #: rhodecode/lib/utils2.py:492
1779 1952 #, python-format
1780 1953 msgid "%s ago"
1781 1954 msgstr "%s назад"
1782 1955
1783 #: rhodecode/lib/utils2.py:493
1956 #: rhodecode/lib/utils2.py:502
1784 1957 #, python-format
1785 1958 msgid "%s, %s ago"
1786 1959 msgstr ""
1787 1960
1788 #: rhodecode/lib/utils2.py:495
1961 #: rhodecode/lib/utils2.py:504
1789 1962 #, python-format
1790 1963 msgid "in %s, %s"
1791 1964 msgstr ""
1792 1965
1793 #: rhodecode/lib/utils2.py:497
1966 #: rhodecode/lib/utils2.py:506
1794 1967 #, python-format
1795 1968 msgid "%s and %s"
1796 1969 msgstr ""
1797 1970
1798 #: rhodecode/lib/utils2.py:499
1971 #: rhodecode/lib/utils2.py:508
1799 1972 #, python-format
1800 1973 msgid "%s and %s ago"
1801 1974 msgstr "%s и %s назад"
1802 1975
1803 #: rhodecode/lib/utils2.py:501
1976 #: rhodecode/lib/utils2.py:510
1804 1977 #, python-format
1805 1978 msgid "in %s and %s"
1806 1979 msgstr "в %s и %s"
1807 1980
1808 #: rhodecode/lib/utils2.py:505 rhodecode/public/js/scripts.js:25035
1981 #: rhodecode/lib/utils2.py:514 rhodecode/public/js/scripts.js:25035
1809 1982 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:49
1810 1983 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:174
1811 1984 msgid "just now"
@@ -1835,7 +2008,9 b' msgstr "\xd0\xbf\xd1\x80\xd1\x8f\xd0\xbc\xd0\xbe \xd1\x81\xd0\xb5\xd0\xb9\xd1\x87\xd0\xb0\xd1\x81"'
1835 2008 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
1836 2009 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971
1837 2010 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2293
1838 #: rhodecode/model/db.py:2285
2011 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2285
2012 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2285
2013 #: rhodecode/model/db.py:2287
1839 2014 msgid "Repository no access"
1840 2015 msgstr "Репозитарий - нет доступа"
1841 2016
@@ -1863,7 +2038,9 b' msgstr "\xd0\xa0\xd0\xb5\xd0\xbf\xd0\xbe\xd0\xb7\xd0\xb8\xd1\x82\xd0\xb0\xd1\x80\xd0\xb8\xd0\xb9 - \xd0\xbd\xd0\xb5\xd1\x82 \xd0\xb4\xd0\xbe\xd1\x81\xd1\x82\xd1\x83\xd0\xbf\xd0\xb0"'
1863 2038 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
1864 2039 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972
1865 2040 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2294
1866 #: rhodecode/model/db.py:2286
2041 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2286
2042 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2286
2043 #: rhodecode/model/db.py:2288
1867 2044 msgid "Repository read access"
1868 2045 msgstr "Репозитарий - доступ на чтение"
1869 2046
@@ -1891,7 +2068,9 b' msgstr "\xd0\xa0\xd0\xb5\xd0\xbf\xd0\xbe\xd0\xb7\xd0\xb8\xd1\x82\xd0\xb0\xd1\x80\xd0\xb8\xd0\xb9 - \xd0\xb4\xd0\xbe\xd1\x81\xd1\x82\xd1\x83\xd0\xbf \xd0\xbd\xd0\xb0 \xd1\x87\xd1\x82\xd0\xb5\xd0\xbd\xd0\xb8\xd0\xb5"'
1891 2068 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1892 2069 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973
1893 2070 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2295
1894 #: rhodecode/model/db.py:2287
2071 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2287
2072 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2287
2073 #: rhodecode/model/db.py:2289
1895 2074 msgid "Repository write access"
1896 2075 msgstr "Репозитарий - доступ на запись"
1897 2076
@@ -1919,7 +2098,9 b' msgstr "\xd0\xa0\xd0\xb5\xd0\xbf\xd0\xbe\xd0\xb7\xd0\xb8\xd1\x82\xd0\xb0\xd1\x80\xd0\xb8\xd0\xb9 - \xd0\xb4\xd0\xbe\xd1\x81\xd1\x82\xd1\x83\xd0\xbf \xd0\xbd\xd0\xb0 \xd0\xb7\xd0\xb0\xd0\xbf\xd0\xb8\xd1\x81\xd1\x8c"'
1919 2098 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1920 2099 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974
1921 2100 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2296
1922 #: rhodecode/model/db.py:2288
2101 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2288
2102 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2288
2103 #: rhodecode/model/db.py:2290
1923 2104 msgid "Repository admin access"
1924 2105 msgstr "Репозитарий - администрирование"
1925 2106
@@ -1987,7 +2168,9 b' msgstr "\xd0\x90\xd0\xb4\xd0\xbc\xd0\xb8\xd0\xbd\xd0\xb8\xd1\x81\xd1\x82\xd1\x80\xd0\xb0\xd1\x82\xd0\xbe\xd1\x80 RhodeCode "'
1987 2168 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
1988 2169 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992
1989 2170 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2314
1990 #: rhodecode/model/db.py:2306
2171 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2306
2172 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2306
2173 #: rhodecode/model/db.py:2308
1991 2174 msgid "Repository creation disabled"
1992 2175 msgstr "Создание репозиториев отключено"
1993 2176
@@ -2015,7 +2198,9 b' msgstr "\xd0\xa1\xd0\xbe\xd0\xb7\xd0\xb4\xd0\xb0\xd0\xbd\xd0\xb8\xd0\xb5 \xd1\x80\xd0\xb5\xd0\xbf\xd0\xbe\xd0\xb7\xd0\xb8\xd1\x82\xd0\xbe\xd1\x80\xd0\xb8\xd0\xb5\xd0\xb2 \xd0\xbe\xd1\x82\xd0\xba\xd0\xbb\xd1\x8e\xd1\x87\xd0\xb5\xd0\xbd\xd0\xbe"'
2015 2198 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
2016 2199 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993
2017 2200 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2315
2018 #: rhodecode/model/db.py:2307
2201 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2307
2202 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2307
2203 #: rhodecode/model/db.py:2309
2019 2204 msgid "Repository creation enabled"
2020 2205 msgstr "Создание репозиториев включено"
2021 2206
@@ -2043,7 +2228,9 b' msgstr "\xd0\xa1\xd0\xbe\xd0\xb7\xd0\xb4\xd0\xb0\xd0\xbd\xd0\xb8\xd0\xb5 \xd1\x80\xd0\xb5\xd0\xbf\xd0\xbe\xd0\xb7\xd0\xb8\xd1\x82\xd0\xbe\xd1\x80\xd0\xb8\xd0\xb5\xd0\xb2 \xd0\xb2\xd0\xba\xd0\xbb\xd1\x8e\xd1\x87\xd0\xb5\xd0\xbd\xd0\xbe"'
2043 2228 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
2044 2229 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997
2045 2230 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2319
2046 #: rhodecode/model/db.py:2311
2231 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2311
2232 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2311
2233 #: rhodecode/model/db.py:2313
2047 2234 msgid "Repository forking disabled"
2048 2235 msgstr "Возможность создавать форк репозитория отключена"
2049 2236
@@ -2071,7 +2258,9 b' msgstr "\xd0\x92\xd0\xbe\xd0\xb7\xd0\xbc\xd0\xbe\xd0\xb6\xd0\xbd\xd0\xbe\xd1\x81\xd1\x82\xd1\x8c \xd1\x81\xd0\xbe\xd0\xb7\xd0\xb4\xd0\xb0\xd0\xb2\xd0\xb0\xd1\x82\xd1\x8c \xd1\x84\xd0\xbe\xd1\x80\xd0\xba \xd1\x80\xd0\xb5\xd0\xbf\xd0\xbe\xd0\xb7\xd0\xb8\xd1\x82\xd0\xbe\xd1\x80\xd0\xb8\xd1\x8f \xd0\xbe\xd1\x82\xd0\xba\xd0\xbb\xd1\x8e\xd1\x87\xd0\xb5\xd0\xbd\xd0\xb0"'
2071 2258 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
2072 2259 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998
2073 2260 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2320
2074 #: rhodecode/model/db.py:2312
2261 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2312
2262 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2312
2263 #: rhodecode/model/db.py:2314
2075 2264 msgid "Repository forking enabled"
2076 2265 msgstr "Возможность создавать форк репозитория включена"
2077 2266
@@ -2120,7 +2309,9 b' msgstr "\xd0\xa0\xd0\xb5\xd0\xb3\xd0\xb8\xd1\x81\xd1\x82\xd1\x80\xd0\xb0\xd1\x86\xd0\xb8\xd1\x8f \xd0\xbd\xd0\xbe\xd0\xb2\xd0\xbe\xd0\xb3\xd0\xbe \xd0\xbf\xd0\xbe\xd0\xbb\xd1\x8c\xd0\xb7\xd0\xbe\xd0\xb2\xd0\xb0\xd1\x82\xd0\xb5\xd0\xbb\xd1\x8f \xd0\xb2 RhodeCode \xd1\x81 \xd0\xb0\xd0\xb2\xd1\x82\xd0\xbe\xd0\xbc\xd0\xb0\xd1\x82\xd0\xb8\xd1\x87\xd0\xb5\xd1\x81\xd0\xba\xd0\xbe\xd0\xb9 \xd0\xb0\xd0\xba\xd1\x82\xd0\xb8\xd0\xb2\xd0\xb0\xd1\x86\xd0\xb8\xd0\xb5\xd0\xb9"'
2120 2309 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
2121 2310 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343
2122 2311 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2952
2123 #: rhodecode/model/db.py:2944
2312 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2946
2313 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2946
2314 #: rhodecode/model/db.py:2948
2124 2315 msgid "Not Reviewed"
2125 2316 msgstr "Не просмотрено"
2126 2317
@@ -2148,7 +2339,9 b' msgstr "\xd0\x9d\xd0\xb5 \xd0\xbf\xd1\x80\xd0\xbe\xd1\x81\xd0\xbc\xd0\xbe\xd1\x82\xd1\x80\xd0\xb5\xd0\xbd\xd0\xbe"'
2148 2339 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
2149 2340 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344
2150 2341 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2953
2151 #: rhodecode/model/db.py:2945
2342 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2947
2343 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2947
2344 #: rhodecode/model/db.py:2949
2152 2345 msgid "Approved"
2153 2346 msgstr "Одобрено"
2154 2347
@@ -2176,7 +2369,9 b' msgstr "\xd0\x9e\xd0\xb4\xd0\xbe\xd0\xb1\xd1\x80\xd0\xb5\xd0\xbd\xd0\xbe"'
2176 2369 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
2177 2370 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
2178 2371 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2954
2179 #: rhodecode/model/db.py:2946
2372 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2948
2373 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2948
2374 #: rhodecode/model/db.py:2950
2180 2375 msgid "Rejected"
2181 2376 msgstr "Отклонено"
2182 2377
@@ -2204,7 +2399,9 b' msgstr "\xd0\x9e\xd1\x82\xd0\xba\xd0\xbb\xd0\xbe\xd0\xbd\xd0\xb5\xd0\xbd\xd0\xbe"'
2204 2399 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
2205 2400 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
2206 2401 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2955
2207 #: rhodecode/model/db.py:2947
2402 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2949
2403 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2949
2404 #: rhodecode/model/db.py:2951
2208 2405 msgid "Under Review"
2209 2406 msgstr "На рассмотрении"
2210 2407
@@ -2229,7 +2426,9 b' msgstr "\xd0\x9d\xd0\xb0 \xd1\x80\xd0\xb0\xd1\x81\xd1\x81\xd0\xbc\xd0\xbe\xd1\x82\xd1\x80\xd0\xb5\xd0\xbd\xd0\xb8\xd0\xb8"'
2229 2426 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
2230 2427 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976
2231 2428 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2298
2232 #: rhodecode/model/db.py:2290
2429 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2290
2430 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2290
2431 #: rhodecode/model/db.py:2292
2233 2432 msgid "Repository group no access"
2234 2433 msgstr "Группа репозиториев - нет доступа"
2235 2434
@@ -2254,7 +2453,9 b' msgstr "\xd0\x93\xd1\x80\xd1\x83\xd0\xbf\xd0\xbf\xd0\xb0 \xd1\x80\xd0\xb5\xd0\xbf\xd0\xbe\xd0\xb7\xd0\xb8\xd1\x82\xd0\xbe\xd1\x80\xd0\xb8\xd0\xb5\xd0\xb2 - \xd0\xbd\xd0\xb5\xd1\x82 \xd0\xb4\xd0\xbe\xd1\x81\xd1\x82\xd1\x83\xd0\xbf\xd0\xb0"'
2254 2453 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
2255 2454 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977
2256 2455 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2299
2257 #: rhodecode/model/db.py:2291
2456 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2291
2457 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2291
2458 #: rhodecode/model/db.py:2293
2258 2459 msgid "Repository group read access"
2259 2460 msgstr "Группа репозиториев - доступ на чтение"
2260 2461
@@ -2279,7 +2480,9 b' msgstr "\xd0\x93\xd1\x80\xd1\x83\xd0\xbf\xd0\xbf\xd0\xb0 \xd1\x80\xd0\xb5\xd0\xbf\xd0\xbe\xd0\xb7\xd0\xb8\xd1\x82\xd0\xbe\xd1\x80\xd0\xb8\xd0\xb5\xd0\xb2 - \xd0\xb4\xd0\xbe\xd1\x81\xd1\x82\xd1\x83\xd0\xbf \xd0\xbd\xd0\xb0 \xd1\x87\xd1\x82\xd0\xb5\xd0\xbd\xd0\xb8\xd0\xb5"'
2279 2480 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2280 2481 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978
2281 2482 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2300
2282 #: rhodecode/model/db.py:2292
2483 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2292
2484 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2292
2485 #: rhodecode/model/db.py:2294
2283 2486 msgid "Repository group write access"
2284 2487 msgstr "Группа репозиториев - доступ на запись"
2285 2488
@@ -2304,7 +2507,9 b' msgstr "\xd0\x93\xd1\x80\xd1\x83\xd0\xbf\xd0\xbf\xd0\xb0 \xd1\x80\xd0\xb5\xd0\xbf\xd0\xbe\xd0\xb7\xd0\xb8\xd1\x82\xd0\xbe\xd1\x80\xd0\xb8\xd0\xb5\xd0\xb2 - \xd0\xb4\xd0\xbe\xd1\x81\xd1\x82\xd1\x83\xd0\xbf \xd0\xbd\xd0\xb0 \xd0\xb7\xd0\xb0\xd0\xbf\xd0\xb8\xd1\x81\xd1\x8c"'
2304 2507 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2305 2508 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979
2306 2509 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2301
2307 #: rhodecode/model/db.py:2293
2510 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2293
2511 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2293
2512 #: rhodecode/model/db.py:2295
2308 2513 msgid "Repository group admin access"
2309 2514 msgstr "Группа репозиториев - администрирование"
2310 2515
@@ -2328,7 +2533,9 b' msgstr "\xd0\x93\xd1\x80\xd1\x83\xd0\xbf\xd0\xbf\xd0\xb0 \xd1\x80\xd0\xb5\xd0\xbf\xd0\xbe\xd0\xb7\xd0\xb8\xd1\x82\xd0\xbe\xd1\x80\xd0\xb8\xd0\xb5\xd0\xb2 - \xd0\xb0\xd0\xb4\xd0\xbc\xd0\xb8\xd0\xbd\xd0\xb8\xd1\x81\xd1\x82\xd1\x80\xd0\xb8\xd1\x80\xd0\xbe\xd0\xb2\xd0\xb0\xd0\xbd\xd0\xb8\xd0\xb5"'
2328 2533 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2329 2534 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981
2330 2535 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2303
2331 #: rhodecode/model/db.py:2295
2536 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2295
2537 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2295
2538 #: rhodecode/model/db.py:2297
2332 2539 msgid "User group no access"
2333 2540 msgstr "Группа пользователей - нет доступа"
2334 2541
@@ -2352,7 +2559,9 b' msgstr "\xd0\x93\xd1\x80\xd1\x83\xd0\xbf\xd0\xbf\xd0\xb0 \xd0\xbf\xd0\xbe\xd0\xbb\xd1\x8c\xd0\xb7\xd0\xbe\xd0\xb2\xd0\xb0\xd1\x82\xd0\xb5\xd0\xbb\xd0\xb5\xd0\xb9 - \xd0\xbd\xd0\xb5\xd1\x82 \xd0\xb4\xd0\xbe\xd1\x81\xd1\x82\xd1\x83\xd0\xbf\xd0\xb0"'
2352 2559 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2353 2560 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982
2354 2561 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2304
2355 #: rhodecode/model/db.py:2296
2562 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2296
2563 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2296
2564 #: rhodecode/model/db.py:2298
2356 2565 msgid "User group read access"
2357 2566 msgstr "Группа пользователей - доступ на чтение"
2358 2567
@@ -2376,7 +2585,9 b' msgstr "\xd0\x93\xd1\x80\xd1\x83\xd0\xbf\xd0\xbf\xd0\xb0 \xd0\xbf\xd0\xbe\xd0\xbb\xd1\x8c\xd0\xb7\xd0\xbe\xd0\xb2\xd0\xb0\xd1\x82\xd0\xb5\xd0\xbb\xd0\xb5\xd0\xb9 - \xd0\xb4\xd0\xbe\xd1\x81\xd1\x82\xd1\x83\xd0\xbf \xd0\xbd\xd0\xb0 \xd1\x87\xd1\x82\xd0\xb5\xd0\xbd\xd0\xb8\xd0\xb5"'
2376 2585 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2377 2586 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983
2378 2587 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2305
2379 #: rhodecode/model/db.py:2297
2588 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2297
2589 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2297
2590 #: rhodecode/model/db.py:2299
2380 2591 msgid "User group write access"
2381 2592 msgstr "Группа пользователей - доступ на запись"
2382 2593
@@ -2400,7 +2611,9 b' msgstr "\xd0\x93\xd1\x80\xd1\x83\xd0\xbf\xd0\xbf\xd0\xb0 \xd0\xbf\xd0\xbe\xd0\xbb\xd1\x8c\xd0\xb7\xd0\xbe\xd0\xb2\xd0\xb0\xd1\x82\xd0\xb5\xd0\xbb\xd0\xb5\xd0\xb9 - \xd0\xb4\xd0\xbe\xd1\x81\xd1\x82\xd1\x83\xd0\xbf \xd0\xbd\xd0\xb0 \xd0\xb7\xd0\xb0\xd0\xbf\xd0\xb8\xd1\x81\xd1\x8c"'
2400 2611 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2401 2612 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984
2402 2613 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2306
2403 #: rhodecode/model/db.py:2298
2614 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2298
2615 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2298
2616 #: rhodecode/model/db.py:2300
2404 2617 msgid "User group admin access"
2405 2618 msgstr "Группа пользователей - администрирование"
2406 2619
@@ -2424,7 +2637,9 b' msgstr "\xd0\x93\xd1\x80\xd1\x83\xd0\xbf\xd0\xbf\xd0\xb0 \xd0\xbf\xd0\xbe\xd0\xbb\xd1\x8c\xd0\xb7\xd0\xbe\xd0\xb2\xd0\xb0\xd1\x82\xd0\xb5\xd0\xbb\xd0\xb5\xd0\xb9 - \xd0\xb0\xd0\xb4\xd0\xbc\xd0\xb8\xd0\xbd\xd0\xb8\xd1\x81\xd1\x82\xd1\x80\xd0\xb8\xd1\x80\xd0\xbe\xd0\xb2\xd0\xb0\xd0\xbd\xd0\xb8\xd0\xb5"'
2424 2637 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2425 2638 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986
2426 2639 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2308
2427 #: rhodecode/model/db.py:2300
2640 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2300
2641 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2300
2642 #: rhodecode/model/db.py:2302
2428 2643 msgid "Repository Group creation disabled"
2429 2644 msgstr "Создание групп репозиториев отключено"
2430 2645
@@ -2448,7 +2663,9 b' msgstr "\xd0\xa1\xd0\xbe\xd0\xb7\xd0\xb4\xd0\xb0\xd0\xbd\xd0\xb8\xd0\xb5 \xd0\xb3\xd1\x80\xd1\x83\xd0\xbf\xd0\xbf \xd1\x80\xd0\xb5\xd0\xbf\xd0\xbe\xd0\xb7\xd0\xb8\xd1\x82\xd0\xbe\xd1\x80\xd0\xb8\xd0\xb5\xd0\xb2 \xd0\xbe\xd1\x82\xd0\xba\xd0\xbb\xd1\x8e\xd1\x87\xd0\xb5\xd0\xbd\xd0\xbe"'
2448 2663 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2449 2664 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987
2450 2665 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2309
2451 #: rhodecode/model/db.py:2301
2666 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2301
2667 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2301
2668 #: rhodecode/model/db.py:2303
2452 2669 msgid "Repository Group creation enabled"
2453 2670 msgstr "Создание групп репозиториев включено"
2454 2671
@@ -2472,7 +2689,9 b' msgstr "\xd0\xa1\xd0\xbe\xd0\xb7\xd0\xb4\xd0\xb0\xd0\xbd\xd0\xb8\xd0\xb5 \xd0\xb3\xd1\x80\xd1\x83\xd0\xbf\xd0\xbf \xd1\x80\xd0\xb5\xd0\xbf\xd0\xbe\xd0\xb7\xd0\xb8\xd1\x82\xd0\xbe\xd1\x80\xd0\xb8\xd0\xb5\xd0\xb2 \xd0\xb2\xd0\xba\xd0\xbb\xd1\x8e\xd1\x87\xd0\xb5\xd0\xbd\xd0\xbe"'
2472 2689 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2473 2690 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989
2474 2691 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2311
2475 #: rhodecode/model/db.py:2303
2692 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2303
2693 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2303
2694 #: rhodecode/model/db.py:2305
2476 2695 msgid "User Group creation disabled"
2477 2696 msgstr "Создание групп пользователей отключено"
2478 2697
@@ -2496,7 +2715,9 b' msgstr "\xd0\xa1\xd0\xbe\xd0\xb7\xd0\xb4\xd0\xb0\xd0\xbd\xd0\xb8\xd0\xb5 \xd0\xb3\xd1\x80\xd1\x83\xd0\xbf\xd0\xbf \xd0\xbf\xd0\xbe\xd0\xbb\xd1\x8c\xd0\xb7\xd0\xbe\xd0\xb2\xd0\xb0\xd1\x82\xd0\xb5\xd0\xbb\xd0\xb5\xd0\xb9 \xd0\xbe\xd1\x82\xd0\xba\xd0\xbb\xd1\x8e\xd1\x87\xd0\xb5\xd0\xbd\xd0\xbe"'
2496 2715 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2497 2716 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990
2498 2717 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2312
2499 #: rhodecode/model/db.py:2304
2718 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2304
2719 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2304
2720 #: rhodecode/model/db.py:2306
2500 2721 msgid "User Group creation enabled"
2501 2722 msgstr "Создание групп пользователей включено"
2502 2723
@@ -2520,7 +2741,9 b' msgstr "\xd0\xa1\xd0\xbe\xd0\xb7\xd0\xb4\xd0\xb0\xd0\xbd\xd0\xb8\xd0\xb5 \xd0\xb3\xd1\x80\xd1\x83\xd0\xbf\xd0\xbf \xd0\xbf\xd0\xbe\xd0\xbb\xd1\x8c\xd0\xb7\xd0\xbe\xd0\xb2\xd0\xb0\xd1\x82\xd0\xb5\xd0\xbb\xd0\xb5\xd0\xb9 \xd0\xb2\xd0\xba\xd0\xbb\xd1\x8e\xd1\x87\xd0\xb5\xd0\xbd\xd0\xbe"'
2520 2741 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2521 2742 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
2522 2743 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2322
2523 #: rhodecode/model/db.py:2314
2744 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2314
2745 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2314
2746 #: rhodecode/model/db.py:2316
2524 2747 msgid "Registration disabled"
2525 2748 msgstr "Регистрация отключена"
2526 2749
@@ -2544,7 +2767,9 b' msgstr "\xd0\xa0\xd0\xb5\xd0\xb3\xd0\xb8\xd1\x81\xd1\x82\xd1\x80\xd0\xb0\xd1\x86\xd0\xb8\xd1\x8f \xd0\xbe\xd1\x82\xd0\xba\xd0\xbb\xd1\x8e\xd1\x87\xd0\xb5\xd0\xbd\xd0\xb0"'
2544 2767 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2545 2768 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001
2546 2769 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2323
2547 #: rhodecode/model/db.py:2315
2770 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2315
2771 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2315
2772 #: rhodecode/model/db.py:2317
2548 2773 msgid "User Registration with manual account activation"
2549 2774 msgstr "Регистрация пользователя с ручной активацией учётной записи"
2550 2775
@@ -2568,7 +2793,9 b' msgstr "\xd0\xa0\xd0\xb5\xd0\xb3\xd0\xb8\xd1\x81\xd1\x82\xd1\x80\xd0\xb0\xd1\x86\xd0\xb8\xd1\x8f \xd0\xbf\xd0\xbe\xd0\xbb\xd1\x8c\xd0\xb7\xd0\xbe\xd0\xb2\xd0\xb0\xd1\x82\xd0\xb5\xd0\xbb\xd1\x8f \xd1\x81 \xd1\x80\xd1\x83\xd1\x87\xd0\xbd\xd0\xbe\xd0\xb9 \xd0\xb0\xd0\xba\xd1\x82\xd0\xb8\xd0\xb2\xd0\xb0\xd1\x86\xd0\xb8\xd0\xb5\xd0\xb9 \xd1\x83\xd1\x87\xd1\x91\xd1\x82\xd0\xbd\xd0\xbe\xd0\xb9 \xd0\xb7\xd0\xb0\xd0\xbf\xd0\xb8\xd1\x81\xd0\xb8"'
2568 2793 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2569 2794 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2570 2795 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2324
2571 #: rhodecode/model/db.py:2316
2796 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2316
2797 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2316
2798 #: rhodecode/model/db.py:2318
2572 2799 msgid "User Registration with automatic account activation"
2573 2800 msgstr "Регистрация пользователя с автоматической активацией учётной записи"
2574 2801
@@ -2592,7 +2819,9 b' msgstr "\xd0\xa0\xd0\xb5\xd0\xb3\xd0\xb8\xd1\x81\xd1\x82\xd1\x80\xd0\xb0\xd1\x86\xd0\xb8\xd1\x8f \xd0\xbf\xd0\xbe\xd0\xbb\xd1\x8c\xd0\xb7\xd0\xbe\xd0\xb2\xd0\xb0\xd1\x82\xd0\xb5\xd0\xbb\xd1\x8f \xd1\x81 \xd0\xb0\xd0\xb2\xd1\x82\xd0\xbe\xd0\xbc\xd0\xb0\xd1\x82\xd0\xb8\xd1\x87\xd0\xb5\xd1\x81\xd0\xba\xd0\xbe\xd0\xb9 \xd0\xb0\xd0\xba\xd1\x82\xd0\xb8\xd0\xb2\xd0\xb0\xd1\x86\xd0\xb8\xd0\xb5\xd0\xb9 \xd1\x83\xd1\x87\xd1\x91\xd1\x82\xd0\xbd\xd0\xbe\xd0\xb9 \xd0\xb7\xd0\xb0\xd0\xbf\xd0\xb8\xd1\x81\xd0\xb8"'
2592 2819 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2593 2820 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2594 2821 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2326
2595 #: rhodecode/model/db.py:2318
2822 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2318
2823 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2318
2824 #: rhodecode/model/db.py:2320
2596 2825 msgid "Manual activation of external account"
2597 2826 msgstr "Ручная активация внешней учетной записи"
2598 2827
@@ -2616,7 +2845,9 b' msgstr "\xd0\xa0\xd1\x83\xd1\x87\xd0\xbd\xd0\xb0\xd1\x8f \xd0\xb0\xd0\xba\xd1\x82\xd0\xb8\xd0\xb2\xd0\xb0\xd1\x86\xd0\xb8\xd1\x8f \xd0\xb2\xd0\xbd\xd0\xb5\xd1\x88\xd0\xbd\xd0\xb5\xd0\xb9 \xd1\x83\xd1\x87\xd0\xb5\xd1\x82\xd0\xbd\xd0\xbe\xd0\xb9 \xd0\xb7\xd0\xb0\xd0\xbf\xd0\xb8\xd1\x81\xd0\xb8"'
2616 2845 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
2617 2846 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005
2618 2847 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2327
2619 #: rhodecode/model/db.py:2319
2848 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2319
2849 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2319
2850 #: rhodecode/model/db.py:2321
2620 2851 msgid "Automatic activation of external account"
2621 2852 msgstr "Автоматическая активация внешней учетной записи"
2622 2853
@@ -2634,7 +2865,9 b' msgstr "\xd0\x90\xd0\xb2\xd1\x82\xd0\xbe\xd0\xbc\xd0\xb0\xd1\x82\xd0\xb8\xd1\x87\xd0\xb5\xd1\x81\xd0\xba\xd0\xb0\xd1\x8f \xd0\xb0\xd0\xba\xd1\x82\xd0\xb8\xd0\xb2\xd0\xb0\xd1\x86\xd0\xb8\xd1\x8f \xd0\xb2\xd0\xbd\xd0\xb5\xd1\x88\xd0\xbd\xd0\xb5\xd0\xb9 \xd1\x83\xd1\x87\xd0\xb5\xd1\x82\xd0\xbd\xd0\xbe\xd0\xb9 \xd0\xb7\xd0\xb0\xd0\xbf\xd0\xb8\xd1\x81\xd0\xb8"'
2634 2865 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
2635 2866 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994
2636 2867 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2316
2637 #: rhodecode/model/db.py:2308
2868 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2308
2869 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2308
2870 #: rhodecode/model/db.py:2310
2638 2871 msgid ""
2639 2872 "Repository creation enabled with write permission to a repository group"
2640 2873 msgstr ""
@@ -2653,7 +2886,9 b' msgstr ""'
2653 2886 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
2654 2887 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995
2655 2888 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2317
2656 #: rhodecode/model/db.py:2309
2889 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2309
2890 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2309
2891 #: rhodecode/model/db.py:2311
2657 2892 msgid ""
2658 2893 "Repository creation disabled with write permission to a repository group"
2659 2894 msgstr ""
@@ -2669,7 +2904,9 b' msgstr ""'
2669 2904 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
2670 2905 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969
2671 2906 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2291
2672 #: rhodecode/model/db.py:2283
2907 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2283
2908 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2283
2909 #: rhodecode/model/db.py:2285
2673 2910 msgid "RhodeCode Super Administrator"
2674 2911 msgstr ""
2675 2912
@@ -2682,7 +2919,9 b' msgstr ""'
2682 2919 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2683 2920 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2684 2921 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2329
2685 #: rhodecode/model/db.py:2321
2922 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2321
2923 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2321
2924 #: rhodecode/model/db.py:2323
2686 2925 msgid "Inherit object permissions from default user disabled"
2687 2926 msgstr ""
2688 2927
@@ -2695,32 +2934,46 b' msgstr ""'
2695 2934 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
2696 2935 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008
2697 2936 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2330
2698 #: rhodecode/model/db.py:2322
2937 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2322
2938 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2322
2939 #: rhodecode/model/db.py:2324
2699 2940 msgid "Inherit object permissions from default user enabled"
2700 2941 msgstr ""
2701 2942
2702 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909 rhodecode/model/db.py:910
2943 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909
2944 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:910
2945 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:910 rhodecode/model/db.py:910
2703 2946 msgid "all"
2704 2947 msgstr ""
2705 2948
2706 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910 rhodecode/model/db.py:911
2949 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910
2950 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:911
2951 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:911 rhodecode/model/db.py:911
2707 2952 msgid "http/web interface"
2708 2953 msgstr ""
2709 2954
2710 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911 rhodecode/model/db.py:912
2955 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911
2956 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:912
2957 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:912 rhodecode/model/db.py:912
2711 2958 msgid "vcs (git/hg/svn protocol)"
2712 2959 msgstr ""
2713 2960
2714 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912 rhodecode/model/db.py:913
2961 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912
2962 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:913
2963 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:913 rhodecode/model/db.py:913
2715 2964 msgid "api calls"
2716 2965 msgstr ""
2717 2966
2718 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913 rhodecode/model/db.py:914
2967 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913
2968 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:914
2969 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:914 rhodecode/model/db.py:914
2719 2970 msgid "feed access"
2720 2971 msgstr ""
2721 2972
2722 2973 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2069
2723 #: rhodecode/model/db.py:2061
2974 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2061
2975 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2061
2976 #: rhodecode/model/db.py:2063
2724 2977 msgid "No parent"
2725 2978 msgstr ""
2726 2979
@@ -2774,12 +3027,12 b' msgid ""'
2774 3027 "email"
2775 3028 msgstr "Сброс пароля прошел успешно, новый пароль отправлен на ваш адрес электронной почты"
2776 3029
2777 #: rhodecode/model/comment.py:263
3030 #: rhodecode/model/comment.py:266
2778 3031 msgid "made a comment"
2779 3032 msgstr ""
2780 3033
2781 #: rhodecode/model/comment.py:264
2782 msgid "Refresh page"
3034 #: rhodecode/model/comment.py:267
3035 msgid "Show it now"
2783 3036 msgstr ""
2784 3037
2785 3038 #: rhodecode/model/forms.py:85
@@ -2910,7 +3163,7 b' msgid ""'
2910 3163 " %(pr_title)s"
2911 3164 msgstr ""
2912 3165
2913 #: rhodecode/model/pull_request.py:449
3166 #: rhodecode/model/pull_request.py:448
2914 3167 msgid "Pull request merged and closed"
2915 3168 msgstr ""
2916 3169
@@ -2954,7 +3207,7 b' msgstr "\xd0\xbf\xd0\xbe\xd1\x81\xd0\xbb\xd0\xb5\xd0\xb4\xd0\xbd\xd1\x8f\xd1\x8f \xd0\xb2\xd0\xb5\xd1\x80\xd1\x81\xd0\xb8\xd1\x8f"'
2954 3207 msgid "You can't Edit this user since it's crucial for entire application"
2955 3208 msgstr "Вы не можете редактировать пользователя, поскольку это критично для работы всего приложения"
2956 3209
2957 #: rhodecode/model/user.py:285
3210 #: rhodecode/model/user.py:284
2958 3211 #, python-format
2959 3212 msgid ""
2960 3213 "You can't edit this user (`%(username)s`) since it's crucial for entire "
@@ -3208,6 +3461,56 b' msgstr ""'
3208 3461 msgid "Duplicated value for filename found: `{}`"
3209 3462 msgstr ""
3210 3463
3464 #: rhodecode/model/validation_schema/schemas/integration_schema.py:36
3465 msgid "Pick a scope:"
3466 msgstr ""
3467
3468 #: rhodecode/model/validation_schema/schemas/integration_schema.py:39
3469 msgid "Global (all repositories)"
3470 msgstr ""
3471
3472 #: rhodecode/model/validation_schema/schemas/integration_schema.py:40
3473 msgid "Top level repositories only"
3474 msgstr ""
3475
3476 #: rhodecode/model/validation_schema/schemas/integration_schema.py:79
3477 msgid "Only repo admins can create integrations"
3478 msgstr ""
3479
3480 #: rhodecode/model/validation_schema/schemas/integration_schema.py:86
3481 msgid "Only repogroup admins can create integrations"
3482 msgstr ""
3483
3484 #: rhodecode/model/validation_schema/schemas/integration_schema.py:91
3485 msgid "Only superadmins can create global integrations"
3486 msgstr ""
3487
3488 #: rhodecode/model/validation_schema/schemas/integration_schema.py:183
3489 msgid ""
3490 "Scope of the integration. Recursive means the integration runs on all repos"
3491 " of that group and children recursively."
3492 msgstr ""
3493
3494 #: rhodecode/model/validation_schema/schemas/integration_schema.py:186
3495 msgid "Integration scope"
3496 msgstr ""
3497
3498 #: rhodecode/model/validation_schema/schemas/integration_schema.py:217
3499 msgid "General integration options"
3500 msgstr ""
3501
3502 #: rhodecode/model/validation_schema/schemas/integration_schema.py:220
3503 msgid "{integration_type} settings"
3504 msgstr ""
3505
3506 #: rhodecode/model/validation_schema/schemas/user_schema.py:36
3507 msgid "Password is incorrect"
3508 msgstr ""
3509
3510 #: rhodecode/model/validation_schema/schemas/user_schema.py:59
3511 msgid "New password must be different to old password"
3512 msgstr ""
3513
3211 3514 #: rhodecode/public/js/scripts.js:23039
3212 3515 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:16
3213 3516 #: rhodecode/public/js/src/plugins/jquery.autocomplete.js:87
@@ -3378,19 +3681,19 b' msgstr ""'
3378 3681
3379 3682 #: rhodecode/public/js/scripts.js:41308
3380 3683 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:2
3381 #: rhodecode/public/js/src/rhodecode/comments.js:235
3684 #: rhodecode/public/js/src/rhodecode/comments.js:236
3382 3685 msgid "Add another comment"
3383 3686 msgstr "Добавить другой комментарий"
3384 3687
3385 3688 #: rhodecode/public/js/scripts.js:41526
3386 3689 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:35
3387 #: rhodecode/public/js/src/rhodecode/comments.js:453
3690 #: rhodecode/public/js/src/rhodecode/comments.js:470
3388 3691 msgid "Status Review"
3389 3692 msgstr ""
3390 3693
3391 3694 #: rhodecode/public/js/scripts.js:41540
3392 3695 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:3
3393 #: rhodecode/public/js/src/rhodecode/comments.js:467
3696 #: rhodecode/public/js/src/rhodecode/comments.js:484
3394 3697 msgid ""
3395 3698 "Comment text will be set automatically based on currently selected status "
3396 3699 "({0}) ..."
@@ -3398,13 +3701,13 b' msgstr ""'
3398 3701
3399 3702 #: rhodecode/public/js/scripts.js:41653
3400 3703 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:37
3401 #: rhodecode/public/js/src/rhodecode/comments.js:580
3704 #: rhodecode/public/js/src/rhodecode/comments.js:597
3402 3705 msgid "Submitting..."
3403 3706 msgstr "Применение..."
3404 3707
3405 3708 #: rhodecode/public/js/scripts.js:41703
3406 3709 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:5
3407 #: rhodecode/public/js/src/rhodecode/comments.js:630
3710 #: rhodecode/public/js/src/rhodecode/comments.js:647
3408 3711 #: rhodecode/templates/files/files_browser_tree.html:47
3409 3712 msgid "Loading ..."
3410 3713 msgstr "Загрузка..."
@@ -3564,6 +3867,22 b' msgstr ""'
3564 3867 msgid "{0} years"
3565 3868 msgstr ""
3566 3869
3870 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3871 msgid "UIEvent"
3872 msgstr ""
3873
3874 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3875 msgid "CustomEvent"
3876 msgstr ""
3877
3878 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3879 msgid "MouseEvent"
3880 msgstr ""
3881
3882 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3883 msgid "FocusEvent"
3884 msgstr ""
3885
3567 3886 #: rhodecode/templates/index.html:5
3568 3887 msgid "Dashboard"
3569 3888 msgstr "Панель управления"
@@ -3612,6 +3931,7 b' msgstr "\xd0\x98\xd0\xb7\xd0\xbc\xd0\xb5\xd0\xbd\xd0\xb8\xd1\x82\xd1\x8c \xd0\xb3\xd1\x80\xd1\x83\xd0\xbf\xd0\xbf\xd1\x83 \xd1\x80\xd0\xb5\xd0\xbf\xd0\xbe\xd0\xb7\xd0\xb8\xd1\x82\xd0\xbe\xd1\x80\xd0\xb8\xd0\xb5\xd0\xb2"'
3612 3931 #: rhodecode/templates/index_base.html:97
3613 3932 #: rhodecode/templates/index_base.html:122
3614 3933 #: rhodecode/templates/admin/gists/index.html:112
3934 #: rhodecode/templates/admin/integrations/list.html:102
3615 3935 #: rhodecode/templates/admin/my_account/my_account_repos.html:31
3616 3936 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
3617 3937 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
@@ -3631,7 +3951,6 b' msgstr "\xd0\x98\xd0\xbc\xd1\x8f"'
3631 3951 #: rhodecode/templates/index_base.html:100
3632 3952 #: rhodecode/templates/index_base.html:125
3633 3953 #: rhodecode/templates/admin/gists/index.html:114
3634 #: rhodecode/templates/admin/integrations/list.html:63
3635 3954 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
3636 3955 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
3637 3956 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:42
@@ -3648,8 +3967,8 b' msgstr "\xd0\x98\xd0\xbc\xd1\x8f"'
3648 3967 #: rhodecode/templates/changeset/changeset.html:53
3649 3968 #: rhodecode/templates/compare/compare_commits.html:24
3650 3969 #: rhodecode/templates/email_templates/commit_comment.mako:82
3651 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3652 #: rhodecode/templates/email_templates/pull_request_review.mako:51
3970 #: rhodecode/templates/email_templates/pull_request_review.mako:41
3971 #: rhodecode/templates/email_templates/pull_request_review.mako:75
3653 3972 #: rhodecode/templates/files/file_tree_detail.html:5
3654 3973 #: rhodecode/templates/files/file_tree_detail.html:12
3655 3974 #: rhodecode/templates/forks/fork.html:48
@@ -3865,9 +4184,13 b' msgstr "\xd0\x9d\xd0\xb0\xd1\x81\xd1\x82\xd1\x80\xd0\xbe\xd0\xb9\xd0\xba\xd0\xb8 \xd0\xb0\xd1\x83\xd1\x82\xd0\xb5\xd0\xbd\xd1\x82\xd0\xb8\xd1\x84\xd0\xb8\xd0\xba\xd0\xb0\xd1\x86\xd0\xb8\xd0\xb8"'
3865 4184 #: rhodecode/templates/admin/auth/auth_settings.html:12
3866 4185 #: rhodecode/templates/admin/auth/plugin_settings.html:12
3867 4186 #: rhodecode/templates/admin/defaults/defaults.html:12
3868 #: rhodecode/templates/admin/integrations/base.html:19
3869 #: rhodecode/templates/admin/integrations/edit.html:15
4187 #: rhodecode/templates/admin/integrations/base.html:21
4188 #: rhodecode/templates/admin/integrations/form.html:15
4189 #: rhodecode/templates/admin/integrations/form.html:28
3870 4190 #: rhodecode/templates/admin/integrations/list.html:8
4191 #: rhodecode/templates/admin/integrations/list.html:14
4192 #: rhodecode/templates/admin/integrations/new.html:11
4193 #: rhodecode/templates/admin/integrations/new.html:19
3871 4194 #: rhodecode/templates/admin/permissions/permissions.html:12
3872 4195 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:12
3873 4196 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:12
@@ -3917,7 +4240,6 b' msgstr ""'
3917 4240 #: rhodecode/templates/admin/auth/auth_settings.html:81
3918 4241 #: rhodecode/templates/admin/auth/plugin_settings.html:87
3919 4242 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3920 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3921 4243 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3922 4244 #: rhodecode/templates/admin/permissions/permissions_application.html:50
3923 4245 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
@@ -3954,7 +4276,7 b' msgstr ""'
3954 4276
3955 4277 #: rhodecode/templates/admin/defaults/defaults_repositories.html:14
3956 4278 #: rhodecode/templates/admin/gists/index.html:110
3957 #: rhodecode/templates/admin/integrations/list.html:64
4279 #: rhodecode/templates/admin/integrations/list.html:103
3958 4280 #: rhodecode/templates/admin/repos/repo_add_base.html:62
3959 4281 #: rhodecode/templates/admin/repos/repo_edit_fields.html:12
3960 4282 msgid "Type"
@@ -4099,7 +4421,7 b' msgstr ""'
4099 4421
4100 4422 #: rhodecode/templates/admin/gists/index.html:108
4101 4423 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:24
4102 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:89
4424 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4103 4425 #: rhodecode/templates/bookmarks/bookmarks.html:63
4104 4426 #: rhodecode/templates/branches/branches.html:62
4105 4427 #: rhodecode/templates/changelog/changelog.html:110
@@ -4152,75 +4474,17 b' msgstr ""'
4152 4474 msgid "Create Public Gist"
4153 4475 msgstr ""
4154 4476
4155 #: rhodecode/templates/admin/gists/new.html:62
4156 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
4157 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
4158 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
4159 #: rhodecode/templates/admin/my_account/my_account_password.html:37
4160 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
4161 #: rhodecode/templates/admin/permissions/permissions_application.html:51
4162 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
4163 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
4164 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
4165 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
4166 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
4167 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
4168 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
4169 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
4170 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
4171 #: rhodecode/templates/admin/settings/settings_global.html:110
4172 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
4173 #: rhodecode/templates/admin/settings/settings_labs.html:46
4174 #: rhodecode/templates/admin/settings/settings_vcs.html:14
4175 #: rhodecode/templates/admin/settings/settings_visual.html:220
4176 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
4177 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
4178 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
4179 #: rhodecode/templates/admin/users/user_edit_emails.html:63
4180 #: rhodecode/templates/admin/users/user_edit_ips.html:70
4181 #: rhodecode/templates/admin/users/user_edit_profile.html:135
4182 #: rhodecode/templates/base/default_perms_box.html:89
4183 msgid "Reset"
4184 msgstr "Сброс"
4185
4186 4477 #: rhodecode/templates/admin/gists/show.html:13
4187 4478 #: rhodecode/templates/admin/gists/show.html:20
4188 4479 msgid "Gist"
4189 4480 msgstr "Gist"
4190 4481
4191 4482 #: rhodecode/templates/admin/gists/show.html:49
4192 #: rhodecode/templates/admin/integrations/list.html:110
4193 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
4194 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
4195 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4196 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
4197 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
4198 #: rhodecode/templates/admin/settings/settings_hooks.html:46
4199 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
4200 #: rhodecode/templates/admin/users/user_edit_emails.html:31
4201 #: rhodecode/templates/admin/users/user_edit_ips.html:34
4202 #: rhodecode/templates/base/issue_tracker_settings.html:70
4203 #: rhodecode/templates/base/vcs_settings.html:147
4204 #: rhodecode/templates/base/vcs_settings.html:172
4205 #: rhodecode/templates/changeset/changeset_file_comment.html:49
4206 #: rhodecode/templates/changeset/changeset_file_comment.html:99
4207 #: rhodecode/templates/data_table/_dt_elements.html:119
4208 #: rhodecode/templates/data_table/_dt_elements.html:176
4209 #: rhodecode/templates/data_table/_dt_elements.html:190
4210 #: rhodecode/templates/data_table/_dt_elements.html:202
4211 #: rhodecode/templates/debug_style/buttons.html:132
4212 #: rhodecode/templates/files/files_source.html:33
4213 #: rhodecode/templates/files/files_source.html:37
4214 #: rhodecode/templates/files/files_source.html:40
4215 msgid "Delete"
4216 msgstr "Удалить"
4217
4218 #: rhodecode/templates/admin/gists/show.html:49
4219 4483 msgid "Confirm to delete this Gist"
4220 4484 msgstr ""
4221 4485
4222 4486 #: rhodecode/templates/admin/gists/show.html:56
4223 #: rhodecode/templates/admin/integrations/list.html:103
4487 #: rhodecode/templates/admin/integrations/list.html:204
4224 4488 #: rhodecode/templates/admin/my_account/my_account_profile.html:5
4225 4489 #: rhodecode/templates/base/issue_tracker_settings.html:61
4226 4490 #: rhodecode/templates/changeset/changeset_file_comment.html:145
@@ -4232,8 +4496,8 b' msgstr ""'
4232 4496 #: rhodecode/templates/debug_style/buttons.html:128
4233 4497 #: rhodecode/templates/files/files_add.html:204
4234 4498 #: rhodecode/templates/files/files_edit.html:165
4235 #: rhodecode/templates/files/files_source.html:36
4236 #: rhodecode/templates/files/files_source.html:39
4499 #: rhodecode/templates/files/files_source.html:37
4500 #: rhodecode/templates/files/files_source.html:40
4237 4501 #: rhodecode/templates/pullrequests/pullrequest_show.html:50
4238 4502 #: rhodecode/templates/pullrequests/pullrequest_show.html:184
4239 4503 #: rhodecode/templates/users/user_profile.html:7
@@ -4254,17 +4518,27 b' msgstr "\xd1\x81\xd0\xbe\xd0\xb7\xd0\xb4\xd0\xb0\xd0\xbb"'
4254 4518
4255 4519 #: rhodecode/templates/admin/gists/show.html:91
4256 4520 #: rhodecode/templates/files/files_delete.html:50
4257 #: rhodecode/templates/files/files_source.html:61
4521 #: rhodecode/templates/files/files_source.html:62
4258 4522 msgid "Show as raw"
4259 4523 msgstr "Показать без форматирования"
4260 4524
4261 #: rhodecode/templates/admin/integrations/base.html:12
4262 msgid "Integrations settings"
4263 msgstr ""
4264
4265 #: rhodecode/templates/admin/integrations/edit.html:17
4525 #: rhodecode/templates/admin/integrations/base.html:14
4526 msgid "Integrations Settings"
4527 msgstr ""
4528
4529 #: rhodecode/templates/admin/integrations/form.html:17
4266 4530 #: rhodecode/templates/admin/integrations/list.html:10
4267 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:44
4531 #: rhodecode/templates/admin/integrations/new.html:13
4532 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4533 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4534 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4535 msgid "Repository Groups"
4536 msgstr "Группы репозиториев"
4537
4538 #: rhodecode/templates/admin/integrations/form.html:30
4539 #: rhodecode/templates/admin/integrations/list.html:16
4540 #: rhodecode/templates/admin/integrations/new.html:21
4541 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:48
4268 4542 #: rhodecode/templates/admin/repos/repo_edit.html:15
4269 4543 #: rhodecode/templates/admin/repos/repo_edit.html:43
4270 4544 #: rhodecode/templates/admin/settings/settings.html:14
@@ -4274,27 +4548,101 b' msgstr ""'
4274 4548 msgid "Settings"
4275 4549 msgstr "Настройки"
4276 4550
4277 #: rhodecode/templates/admin/integrations/edit.html:36
4278 #, python-format
4279 msgid "Create new %(integration_type)s integration"
4280 msgstr ""
4281
4282 #: rhodecode/templates/admin/integrations/list.html:31
4551 #: rhodecode/templates/admin/integrations/form.html:60
4552 #, python-format
4553 msgid "Create New %(integration_type)s Integration"
4554 msgstr ""
4555
4556 #: rhodecode/templates/admin/integrations/list.html:44
4557 msgid "Current Integrations for Repository: {repo_name}"
4558 msgstr ""
4559
4560 #: rhodecode/templates/admin/integrations/list.html:46
4561 msgid "Current Integrations for repository group: {repo_group_name}"
4562 msgstr ""
4563
4564 #: rhodecode/templates/admin/integrations/list.html:48
4565 msgid "Current Integrations"
4566 msgstr ""
4567
4568 #: rhodecode/templates/admin/integrations/list.html:64
4569 #: rhodecode/templates/admin/notifications/notifications.html:31
4570 msgid "All"
4571 msgstr "Всё"
4572
4573 #: rhodecode/templates/admin/integrations/list.html:95
4574 #: rhodecode/templates/admin/integrations/new.html:26
4283 4575 msgid "Create new integration"
4284 4576 msgstr ""
4285 4577
4286 #: rhodecode/templates/admin/integrations/list.html:56
4287 msgid "Current integrations"
4288 msgstr ""
4289
4290 #: rhodecode/templates/admin/integrations/list.html:65
4578 #: rhodecode/templates/admin/integrations/list.html:104
4579 msgid "Scope"
4580 msgstr ""
4581
4582 #: rhodecode/templates/admin/integrations/list.html:105
4291 4583 msgid "Actions"
4292 4584 msgstr ""
4293 4585
4294 #: rhodecode/templates/admin/integrations/list.html:89
4586 #: rhodecode/templates/admin/integrations/list.html:115
4587 msgid "No {type} integrations for repo {repo} exist yet."
4588 msgstr ""
4589
4590 #: rhodecode/templates/admin/integrations/list.html:117
4591 msgid "No {type} integrations for repogroup {repogroup} exist yet."
4592 msgstr ""
4593
4594 #: rhodecode/templates/admin/integrations/list.html:119
4595 msgid "No {type} integrations exist yet."
4596 msgstr ""
4597
4598 #: rhodecode/templates/admin/integrations/list.html:133
4599 msgid "Create one"
4600 msgstr ""
4601
4602 #: rhodecode/templates/admin/integrations/list.html:164
4603 msgid "repo"
4604 msgstr ""
4605
4606 #: rhodecode/templates/admin/integrations/list.html:168
4607 msgid "repogroup"
4608 msgstr ""
4609
4610 #: rhodecode/templates/admin/integrations/list.html:170
4611 msgid "child repos only"
4612 msgstr ""
4613
4614 #: rhodecode/templates/admin/integrations/list.html:172
4615 msgid "cascade to all"
4616 msgstr ""
4617
4618 #: rhodecode/templates/admin/integrations/list.html:177
4619 msgid "top level repos only"
4620 msgstr ""
4621
4622 #: rhodecode/templates/admin/integrations/list.html:179
4623 msgid "global"
4624 msgstr ""
4625
4626 #: rhodecode/templates/admin/integrations/list.html:185
4295 4627 msgid "unknown integration"
4296 4628 msgstr ""
4297 4629
4630 #: rhodecode/templates/admin/integrations/new.html:31
4631 msgid "Create New Integration for repository: {repo_name}"
4632 msgstr ""
4633
4634 #: rhodecode/templates/admin/integrations/new.html:33
4635 msgid "Create New Integration for repository group: {repo_group_name}"
4636 msgstr ""
4637
4638 #: rhodecode/templates/admin/integrations/new.html:35
4639 msgid "Create New Global Integration"
4640 msgstr ""
4641
4642 #: rhodecode/templates/admin/integrations/new.html:61
4643 msgid "No description available"
4644 msgstr ""
4645
4298 4646 #: rhodecode/templates/admin/my_account/my_account.html:5
4299 4647 #: rhodecode/templates/base/base.html:343
4300 4648 msgid "My account"
@@ -4314,7 +4662,7 b' msgstr ""'
4314 4662 msgid "Auth Tokens"
4315 4663 msgstr ""
4316 4664
4317 #: rhodecode/templates/admin/my_account/my_account.html:34
4665 #: rhodecode/templates/admin/my_account/my_account.html:35
4318 4666 msgid "OAuth Identities"
4319 4667 msgstr ""
4320 4668
@@ -4432,36 +4780,18 b' msgstr "\xd0\x94\xd0\xbe\xd0\xbf\xd0\xbe\xd0\xbb\xd0\xbd\xd0\xb8\xd1\x82\xd0\xb5\xd0\xbb\xd1\x8c\xd0\xbd\xd1\x8b\xd1\x85 Email \xd0\xbd\xd0\xb5 \xd1\x83\xd0\xba\xd0\xb0\xd0\xb7\xd0\xb0\xd0\xbd\xd0\xbe"'
4432 4780 msgid "New email address"
4433 4781 msgstr "Новый E-mail"
4434 4782
4435 #: rhodecode/templates/admin/my_account/my_account_notifications.html:3
4436 msgid "Your live notification settings"
4437 msgstr ""
4438
4439 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4440 #: rhodecode/templates/admin/notifications/show_notification.html:12
4441 msgid "Notifications"
4442 msgstr "Уведомления"
4443
4444 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4445 msgid "Disabled"
4446 msgstr "Отключено"
4783 #: rhodecode/templates/admin/my_account/my_account_notifications.html:12
4784 msgid "Your Live Notification Settings"
4785 msgstr ""
4786
4787 #: rhodecode/templates/admin/my_account/my_account_notifications.html:24
4788 msgid "Notifications Status"
4789 msgstr ""
4447 4790
4448 4791 #: rhodecode/templates/admin/my_account/my_account_password.html:3
4449 4792 msgid "Change Your Account Password"
4450 4793 msgstr ""
4451 4794
4452 #: rhodecode/templates/admin/my_account/my_account_password.html:10
4453 msgid "Current Password"
4454 msgstr ""
4455
4456 #: rhodecode/templates/admin/my_account/my_account_password.html:19
4457 #: rhodecode/templates/admin/users/user_edit_profile.html:74
4458 msgid "New Password"
4459 msgstr ""
4460
4461 #: rhodecode/templates/admin/my_account/my_account_password.html:28
4462 msgid "Confirm New Password"
4463 msgstr ""
4464
4465 4795 #: rhodecode/templates/admin/my_account/my_account_profile.html:11
4466 4796 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:52
4467 4797 #: rhodecode/templates/admin/users/user_edit_profile.html:25
@@ -4501,27 +4831,28 b' msgid "Pull Requests You Opened"'
4501 4831 msgstr ""
4502 4832
4503 4833 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:23
4504 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4834 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:87
4505 4835 msgid "Target Repo"
4506 4836 msgstr ""
4507 4837
4508 4838 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:26
4509 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4839 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:90
4510 4840 #: rhodecode/templates/admin/settings/settings_global.html:9
4511 #: rhodecode/templates/email_templates/pull_request_review.mako:28
4512 #: rhodecode/templates/email_templates/pull_request_review.mako:48
4841 #: rhodecode/templates/email_templates/pull_request_review.mako:39
4842 #: rhodecode/templates/email_templates/pull_request_review.mako:72
4513 4843 #: rhodecode/templates/pullrequests/pullrequest.html:38
4514 4844 #: rhodecode/templates/pullrequests/pullrequests.html:104
4515 4845 msgid "Title"
4516 4846 msgstr "Заголовок"
4517 4847
4518 4848 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
4519 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:92
4520 msgid "Opened On"
4849 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4850 #: rhodecode/templates/pullrequests/pullrequests.html:108
4851 msgid "Last Update"
4521 4852 msgstr ""
4522 4853
4523 4854 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:43
4524 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:107
4855 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:106
4525 4856 #: rhodecode/templates/changelog/changelog.html:153
4526 4857 #: rhodecode/templates/compare/compare_commits.html:49
4527 4858 #: rhodecode/templates/search/search_commit.html:36
@@ -4529,7 +4860,7 b' msgid "Expand commit message"'
4529 4860 msgstr ""
4530 4861
4531 4862 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:52
4532 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:116
4863 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:115
4533 4864 #: rhodecode/templates/changeset/changeset_file_comment.html:284
4534 4865 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
4535 4866 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
@@ -4537,19 +4868,19 b' msgstr ""'
4537 4868 msgid "Closed"
4538 4869 msgstr "Закрыто"
4539 4870
4540 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:64
4871 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4541 4872 msgid "Confirm to delete this pull request"
4542 4873 msgstr "Подтвердите удаление этого pull-request'а"
4543 4874
4544 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:71
4875 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:70
4545 4876 msgid "You currently have no open pull requests."
4546 4877 msgstr ""
4547 4878
4548 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:79
4879 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:78
4549 4880 msgid "Pull Requests You Participate In"
4550 4881 msgstr ""
4551 4882
4552 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:129
4883 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:127
4553 4884 msgid ""
4554 4885 "There are currently no open pull requests requiring your participation."
4555 4886 msgstr ""
@@ -4567,10 +4898,6 b' msgstr ""'
4567 4898 msgid "My Notifications"
4568 4899 msgstr "Мои уведомления"
4569 4900
4570 #: rhodecode/templates/admin/notifications/notifications.html:31
4571 msgid "All"
4572 msgstr "Всё"
4573
4574 4901 #: rhodecode/templates/admin/notifications/notifications.html:32
4575 4902 #: rhodecode/templates/changeset/changeset.html:140
4576 4903 #: rhodecode/templates/pullrequests/pullrequest_show.html:133
@@ -4590,12 +4917,16 b' msgstr "\xd0\xa3\xd0\xb2\xd0\xb5\xd0\xb4\xd0\xbe\xd0\xbc\xd0\xbb\xd0\xb5\xd0\xbd\xd0\xb8\xd0\xb9 \xd0\xbd\xd0\xb5\xd1\x82"'
4590 4917 msgid "Show notification"
4591 4918 msgstr "Показать уведомление"
4592 4919
4920 #: rhodecode/templates/admin/notifications/show_notification.html:12
4921 msgid "Notifications"
4922 msgstr "Уведомления"
4923
4593 4924 #: rhodecode/templates/admin/permissions/permissions.html:5
4594 4925 msgid "Permissions Administration"
4595 4926 msgstr ""
4596 4927
4597 4928 #: rhodecode/templates/admin/permissions/permissions.html:14
4598 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:45
4929 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:49
4599 4930 #: rhodecode/templates/admin/repos/repo_edit.html:46
4600 4931 #: rhodecode/templates/admin/user_groups/user_group_edit.html:34
4601 4932 #: rhodecode/templates/base/base.html:82
@@ -4708,12 +5039,6 b' msgstr "\xd0\x92\xd1\x8b\xd0\xb1\xd1\x80\xd0\xb0\xd0\xbd\xd0\xbd\xd1\x8b\xd0\xb5 \xd0\xbf\xd1\x80\xd0\xb8\xd0\xb2\xd0\xb8\xd0\xbb\xd0\xb5\xd0\xb3\xd0\xb8\xd0\xb8 \xd0\xb1\xd1\x83\xd0\xb4\xd1\x83\xd1\x82 \xd1\x83\xd1\x81\xd1\x82\xd0\xb0\xd0\xbd\xd0\xbe\xd0\xb2\xd0\xbb\xd0\xb5\xd0\xbd\xd1\x8b \xd0\xbf\xd0\xbe \xd1\x83\xd0\xbc\xd0\xbe\xd0\xbb\xd1\x87\xd0\xb0\xd0\xbd\xd0\xb8\xd1\x8e \xd0\xb4\xd0\xbb\xd1\x8f \xd0\xba\xd0\xb0\xd0\xb6\xd0\xb4\xd0\xbe\xd0\xb3\xd0\xbe \xd1\x80\xd0\xb5\xd0\xbf\xd0\xbe\xd0\xb7\xd0\xb8\xd1\x82\xd0\xbe\xd1\x80\xd0\xb8\xd1\x8f. \xd0\xa3\xd1\x87\xd1\x82\xd0\xb8\xd1\x82\xd0\xb5, \xd1\x87\xd1\x82\xd0\xbe \xd1\x80\xd0\xb0\xd0\xbd\xd0\xb5\xd0\xb5 \xd1\x83\xd1\x81\xd1\x82\xd0\xb0\xd0\xbd\xd0\xbe\xd0\xb2\xd0\xbb\xd0\xb5\xd0\xbd\xd0\xbd\xd1\x8b\xd0\xb5 \xd0\xbf\xd1\x80\xd0\xb8\xd0\xb2\xd0\xb8\xd0\xbb\xd0\xb5\xd0\xb3\xd0\xb8\xd0\xb8 \xd0\xbf\xd0\xbe \xd1\x83\xd0\xbc\xd0\xbe\xd0\xbb\xd1\x87\xd0\xb0\xd0\xbd\xd0\xb8\xd1\x8e \xd0\xb1\xd1\x83\xd0\xb4\xd1\x83\xd1\x82 \xd1\x81\xd0\xb1\xd1\x80\xd0\xbe\xd1\x88\xd0\xb5\xd0\xbd\xd1\x8b."'
4708 5039 msgid "Overwrite Existing Settings"
4709 5040 msgstr ""
4710 5041
4711 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4712 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4713 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4714 msgid "Repository Groups"
4715 msgstr "Группы репозиториев"
4716
4717 5042 #: rhodecode/templates/admin/permissions/permissions_objects.html:34
4718 5043 msgid ""
4719 5044 "All default permissions on each repository group will be reset to chosen "
@@ -4776,7 +5101,7 b' msgstr ""'
4776 5101 msgid "Add Child Group"
4777 5102 msgstr "Добавить подгруппу"
4778 5103
4779 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:46
5104 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:50
4780 5105 #: rhodecode/templates/admin/repos/repo_edit.html:49
4781 5106 #: rhodecode/templates/admin/user_groups/user_group_edit.html:35
4782 5107 #: rhodecode/templates/admin/users/user_edit.html:35
@@ -5049,7 +5374,6 b' msgid "Statistics"'
5049 5374 msgstr "Статистика"
5050 5375
5051 5376 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:7
5052 #: rhodecode/templates/pullrequests/pullrequests.html:108
5053 5377 msgid "Updated on"
5054 5378 msgstr ""
5055 5379
@@ -5456,7 +5780,7 b' msgstr ""'
5456 5780
5457 5781 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:45
5458 5782 #: rhodecode/templates/admin/settings/settings_global.html:109
5459 #: rhodecode/templates/admin/settings/settings_labs.html:45
5783 #: rhodecode/templates/admin/settings/settings_labs.html:48
5460 5784 #: rhodecode/templates/admin/settings/settings_vcs.html:13
5461 5785 #: rhodecode/templates/admin/settings/settings_visual.html:219
5462 5786 msgid "Save settings"
@@ -5673,6 +5997,10 b' msgstr "\xd0\x9f\xd0\xbe\xd0\xbb\xd1\x8c\xd0\xb7\xd0\xbe\xd0\xb2\xd0\xb0\xd1\x82\xd0\xb5\xd0\xbb\xd1\x8c\xd1\x81\xd0\xba\xd0\xb8\xd0\xb5 \xd1\x85\xd1\x83\xd0\xba\xd0\xb8"'
5673 5997 msgid "Labs Settings"
5674 5998 msgstr ""
5675 5999
6000 #: rhodecode/templates/admin/settings/settings_labs.html:10
6001 msgid "There are no Labs settings currently"
6002 msgstr ""
6003
5676 6004 #: rhodecode/templates/admin/settings/settings_mapping.html:5
5677 6005 msgid "Import New Groups or Repositories"
5678 6006 msgstr ""
@@ -6414,6 +6742,10 b' msgstr ""'
6414 6742 msgid "Change the avatar at"
6415 6743 msgstr ""
6416 6744
6745 #: rhodecode/templates/admin/users/user_edit_profile.html:74
6746 msgid "New Password"
6747 msgstr ""
6748
6417 6749 #: rhodecode/templates/admin/users/user_edit_profile.html:82
6418 6750 msgid "New Password Confirmation"
6419 6751 msgstr ""
@@ -6444,7 +6776,7 b' msgid "Authentication type"'
6444 6776 msgstr ""
6445 6777
6446 6778 #: rhodecode/templates/base/base.html:44
6447 #: rhodecode/templates/errors/error_document.html:51
6779 #: rhodecode/templates/errors/error_document.html:57
6448 6780 msgid "Support"
6449 6781 msgstr ""
6450 6782
@@ -6830,7 +7162,7 b' msgstr "\xd0\xa1\xd0\xbe\xd0\xb7\xd0\xb4\xd0\xb0\xd0\xb2\xd0\xb0\xd1\x82\xd1\x8c \xd0\xb3\xd1\x80\xd1\x83\xd0\xbf\xd0\xbf\xd1\x8b \xd0\xbf\xd0\xbe\xd0\xbb\xd1\x8c\xd0\xb7\xd0\xbe\xd0\xb2\xd0\xb0\xd1\x82\xd0\xb5\xd0\xbb\xd0\xb5\xd0\xb9"'
6830 7162 msgid "No permission defined"
6831 7163 msgstr ""
6832 7164
6833 #: rhodecode/templates/base/root.html:120
7165 #: rhodecode/templates/base/root.html:161
6834 7166 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6835 7167 msgstr ""
6836 7168
@@ -6932,29 +7264,65 b' msgid ""'
6932 7264 "repositories and migrates them to Mercurial type."
6933 7265 msgstr ""
6934 7266
6935 #: rhodecode/templates/base/vcs_settings.html:124
6936 msgid "Subversion Settings"
7267 #: rhodecode/templates/base/vcs_settings.html:123
7268 msgid "Mercurial Labs Settings"
7269 msgstr ""
7270
7271 #: rhodecode/templates/base/vcs_settings.html:123
7272 msgid ""
7273 "These features are considered experimental and may not work as expected."
6937 7274 msgstr ""
6938 7275
6939 7276 #: rhodecode/templates/base/vcs_settings.html:129
7277 msgid "Use rebase as merge strategy"
7278 msgstr ""
7279
7280 #: rhodecode/templates/base/vcs_settings.html:132
7281 msgid ""
7282 "Use rebase instead of creating a merge commit when merging via web "
7283 "interface."
7284 msgstr ""
7285
7286 #: rhodecode/templates/base/vcs_settings.html:144
7287 msgid "Global Subversion Settings"
7288 msgstr ""
7289
7290 #: rhodecode/templates/base/vcs_settings.html:150
7291 msgid "Proxy subversion HTTP requests"
7292 msgstr ""
7293
7294 #: rhodecode/templates/base/vcs_settings.html:153
7295 msgid ""
7296 "Subversion HTTP Support. Enables communication with SVN over HTTP protocol."
7297 msgstr ""
7298
7299 #: rhodecode/templates/base/vcs_settings.html:158
7300 msgid "Subversion HTTP Server URL"
7301 msgstr ""
7302
7303 #: rhodecode/templates/base/vcs_settings.html:171
7304 msgid "Subversion Settings"
7305 msgstr ""
7306
7307 #: rhodecode/templates/base/vcs_settings.html:176
6940 7308 msgid "Repository patterns"
6941 7309 msgstr ""
6942 7310
6943 #: rhodecode/templates/base/vcs_settings.html:133
7311 #: rhodecode/templates/base/vcs_settings.html:180
6944 7312 msgid ""
6945 7313 "Patterns for identifying SVN branches and tags. For recursive search, use "
6946 7314 "\"*\". Eg.: \"/branches/*\""
6947 7315 msgstr ""
6948 7316
6949 #: rhodecode/templates/base/vcs_settings.html:196
7317 #: rhodecode/templates/base/vcs_settings.html:246
6950 7318 msgid "Pull Request Settings"
6951 7319 msgstr ""
6952 7320
6953 #: rhodecode/templates/base/vcs_settings.html:201
7321 #: rhodecode/templates/base/vcs_settings.html:251
6954 7322 msgid "Enable server-side merge for pull requests"
6955 7323 msgstr ""
6956 7324
6957 #: rhodecode/templates/base/vcs_settings.html:204
7325 #: rhodecode/templates/base/vcs_settings.html:254
6958 7326 msgid ""
6959 7327 "Note: when this feature is enabled, it only runs hooks defined in the "
6960 7328 "rcextension package. Custom hooks added on the Admin -> Settings -> Hooks "
@@ -6962,34 +7330,16 b' msgid ""'
6962 7330 "web interface."
6963 7331 msgstr ""
6964 7332
6965 #: rhodecode/templates/base/vcs_settings.html:208
7333 #: rhodecode/templates/base/vcs_settings.html:258
6966 7334 msgid "Invalidate and relocate inline comments during update"
6967 7335 msgstr ""
6968 7336
6969 #: rhodecode/templates/base/vcs_settings.html:211
7337 #: rhodecode/templates/base/vcs_settings.html:261
6970 7338 msgid ""
6971 7339 "During the update of a pull request, the position of inline comments will be"
6972 7340 " updated and outdated inline comments will be hidden."
6973 7341 msgstr ""
6974 7342
6975 #: rhodecode/templates/base/vcs_settings.html:222
6976 msgid "Labs settings"
6977 msgstr ""
6978
6979 #: rhodecode/templates/base/vcs_settings.html:222
6980 msgid ""
6981 "These features are considered experimental and may not work as expected."
6982 msgstr ""
6983
6984 #: rhodecode/templates/base/vcs_settings.html:229
6985 msgid "Mercurial server-side merge"
6986 msgstr ""
6987
6988 #: rhodecode/templates/base/vcs_settings.html:234
6989 msgid ""
6990 "Use rebase instead of creating a merge commit when merging via web interface"
6991 msgstr ""
6992
6993 7343 #: rhodecode/templates/bookmarks/bookmarks.html:5
6994 7344 #, python-format
6995 7345 msgid "%s Bookmarks"
@@ -7403,7 +7753,7 b' msgstr "\xd0\x9f\xd1\x80\xd0\xb5\xd0\xb4\xd0\xb2\xd0\xb0\xd1\x80\xd0\xb8\xd1\x82\xd0\xb5\xd0\xbb\xd1\x8c\xd0\xbd\xd1\x8b\xd0\xb9 \xd0\xbf\xd1\x80\xd0\xbe\xd1\x81\xd0\xbc\xd0\xbe\xd1\x82\xd1\x80 \xd0\xba\xd0\xbe\xd0\xbc\xd0\xbc\xd0\xb5\xd0\xbd\xd1\x82\xd0\xb0\xd1\x80\xd0\xb8\xd1\x8f"'
7403 7753 #: rhodecode/templates/changeset/changeset_file_comment.html:293
7404 7754 #: rhodecode/templates/compare/compare_diff.html:57
7405 7755 #: rhodecode/templates/email_templates/commit_comment.mako:87
7406 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7756 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7407 7757 msgid "Comment"
7408 7758 msgstr "Комментировать"
7409 7759
@@ -7563,17 +7913,17 b' msgid "Compare Commits"'
7563 7913 msgstr ""
7564 7914
7565 7915 #: rhodecode/templates/compare/compare_diff.html:46
7566 #: rhodecode/templates/email_templates/pull_request_review.mako:50
7916 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7567 7917 #: rhodecode/templates/files/file_diff.html:56
7568 7918 #: rhodecode/templates/pullrequests/pullrequest_show.html:85
7569 7919 msgid "Target"
7570 7920 msgstr ""
7571 7921
7572 7922 #: rhodecode/templates/compare/compare_diff.html:47
7573 #: rhodecode/templates/email_templates/pull_request_comment.mako:92
7574 #: rhodecode/templates/email_templates/pull_request_review.mako:49
7923 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7924 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7575 7925 #: rhodecode/templates/files/file_diff.html:62
7576 #: rhodecode/templates/files/files_source.html:18
7926 #: rhodecode/templates/files/files_source.html:19
7577 7927 msgid "Source"
7578 7928 msgstr "Исходный код"
7579 7929
@@ -7756,17 +8106,17 b' msgstr ""'
7756 8106 msgid "Form vertical"
7757 8107 msgstr ""
7758 8108
7759 #: rhodecode/templates/email_templates/base.mako:7
8109 #: rhodecode/templates/email_templates/base.mako:32
7760 8110 #, python-format
7761 8111 msgid "This is a notification from RhodeCode. %(instance_url)s"
7762 8112 msgstr ""
7763 8113
7764 #: rhodecode/templates/email_templates/base.mako:90
8114 #: rhodecode/templates/email_templates/base.mako:115
7765 8115 msgid "RhodeCode"
7766 8116 msgstr ""
7767 8117
7768 8118 #: rhodecode/templates/email_templates/commit_comment.mako:16
7769 #: rhodecode/templates/email_templates/pull_request_comment.mako:17
8119 #: rhodecode/templates/email_templates/pull_request_comment.mako:18
7770 8120 msgid "[mention]"
7771 8121 msgstr ""
7772 8122
@@ -7795,12 +8145,12 b' msgid "%(user)s commented on commit `%(c'
7795 8145 msgstr ""
7796 8146
7797 8147 #: rhodecode/templates/email_templates/commit_comment.mako:43
7798 #: rhodecode/templates/email_templates/pull_request_comment.mako:43
8148 #: rhodecode/templates/email_templates/pull_request_comment.mako:44
7799 8149 msgid "Comment link"
7800 8150 msgstr ""
7801 8151
7802 8152 #: rhodecode/templates/email_templates/commit_comment.mako:48
7803 #: rhodecode/templates/email_templates/pull_request_comment.mako:48
8153 #: rhodecode/templates/email_templates/pull_request_comment.mako:49
7804 8154 #, python-format
7805 8155 msgid "File: %(comment_file)s on line %(comment_line)s"
7806 8156 msgstr ""
@@ -7829,7 +8179,7 b' msgid "The commit status was changed to"'
7829 8179 msgstr ""
7830 8180
7831 8181 #: rhodecode/templates/email_templates/commit_comment.mako:87
7832 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
8182 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7833 8183 #, python-format
7834 8184 msgid "Comment on line: %(comment_line)s"
7835 8185 msgstr ""
@@ -7838,75 +8188,79 b' msgstr ""'
7838 8188 msgid "Generate new password here"
7839 8189 msgstr ""
7840 8190
7841 #: rhodecode/templates/email_templates/pull_request_comment.mako:20
8191 #: rhodecode/templates/email_templates/pull_request_comment.mako:21
7842 8192 #, python-format
7843 8193 msgid ""
7844 8194 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (file: "
7845 8195 "`%(comment_file)s`)"
7846 8196 msgstr ""
7847 8197
7848 #: rhodecode/templates/email_templates/pull_request_comment.mako:23
8198 #: rhodecode/templates/email_templates/pull_request_comment.mako:24
7849 8199 #, python-format
7850 8200 msgid ""
7851 8201 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (status: "
7852 8202 "%(status)s)"
7853 8203 msgstr ""
7854 8204
7855 #: rhodecode/templates/email_templates/pull_request_comment.mako:25
7856 #: rhodecode/templates/email_templates/pull_request_comment.mako:82
8205 #: rhodecode/templates/email_templates/pull_request_comment.mako:26
8206 #: rhodecode/templates/email_templates/pull_request_comment.mako:83
7857 8207 #, python-format
7858 8208 msgid "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\""
7859 8209 msgstr ""
7860 8210
7861 #: rhodecode/templates/email_templates/pull_request_comment.mako:45
8211 #: rhodecode/templates/email_templates/pull_request_comment.mako:46
7862 8212 msgid "Source repository"
7863 8213 msgstr ""
7864 8214
7865 #: rhodecode/templates/email_templates/pull_request_comment.mako:54
8215 #: rhodecode/templates/email_templates/pull_request_comment.mako:55
7866 8216 #, python-format
7867 8217 msgid "%(user)s submitted pull request #%(pr_id)s status: *%(status)s*"
7868 8218 msgstr ""
7869 8219
7870 #: rhodecode/templates/email_templates/pull_request_comment.mako:56
8220 #: rhodecode/templates/email_templates/pull_request_comment.mako:57
7871 8221 #, python-format
7872 8222 msgid ""
7873 8223 "%(user)s submitted pull request #%(pr_id)s status: *%(status)s and closed*"
7874 8224 msgstr ""
7875 8225
7876 #: rhodecode/templates/email_templates/pull_request_comment.mako:80
8226 #: rhodecode/templates/email_templates/pull_request_comment.mako:81
7877 8227 #, python-format
7878 8228 msgid ""
7879 8229 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" "
7880 8230 "(file:`%(comment_file)s`)"
7881 8231 msgstr ""
7882 8232
7883 #: rhodecode/templates/email_templates/pull_request_comment.mako:86
8233 #: rhodecode/templates/email_templates/pull_request_comment.mako:87
7884 8234 #, python-format
7885 8235 msgid "submitted pull request status: %(status)s"
7886 8236 msgstr ""
7887 8237
7888 #: rhodecode/templates/email_templates/pull_request_comment.mako:88
8238 #: rhodecode/templates/email_templates/pull_request_comment.mako:89
7889 8239 #, python-format
7890 8240 msgid "submitted pull request status: %(status)s and closed"
7891 8241 msgstr ""
7892 8242
7893 #: rhodecode/templates/email_templates/pull_request_review.mako:5
7894 #, python-format
7895 msgid "%(user)s wants you to review pull request #%(pr_url)s: \"%(pr_title)s\""
7896 msgstr ""
7897
7898 #: rhodecode/templates/email_templates/pull_request_review.mako:17
8243 #: rhodecode/templates/email_templates/pull_request_comment.mako:95
8244 msgid "Submitted status"
8245 msgstr ""
8246
8247 #: rhodecode/templates/email_templates/pull_request_review.mako:14
8248 #, python-format
8249 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\""
8250 msgstr ""
8251
8252 #: rhodecode/templates/email_templates/pull_request_review.mako:34
7899 8253 #, python-format
7900 8254 msgid ""
7901 8255 "Pull request from %(source_ref_type)s:%(source_ref_name)s of %(repo_url)s "
7902 8256 "into %(target_ref_type)s:%(target_ref_name)s"
7903 8257 msgstr ""
7904 8258
7905 #: rhodecode/templates/email_templates/pull_request_review.mako:26
8259 #: rhodecode/templates/email_templates/pull_request_review.mako:37
7906 8260 msgid "Link"
7907 8261 msgstr ""
7908 8262
7909 #: rhodecode/templates/email_templates/pull_request_review.mako:35
8263 #: rhodecode/templates/email_templates/pull_request_review.mako:46
7910 8264 #, python-format
7911 8265 msgid "Commit (%(num)s)"
7912 8266 msgid_plural "Commits (%(num)s)"
@@ -7915,22 +8269,22 b' msgstr[1] ""'
7915 8269 msgstr[2] ""
7916 8270 msgstr[3] ""
7917 8271
7918 #: rhodecode/templates/email_templates/pull_request_review.mako:47
8272 #: rhodecode/templates/email_templates/pull_request_review.mako:71
7919 8273 #, python-format
7920 8274 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\"."
7921 8275 msgstr ""
7922 8276
7923 #: rhodecode/templates/email_templates/pull_request_review.mako:49
8277 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7924 8278 #, python-format
7925 8279 msgid "%(source_ref_type)s of %(source_repo_url)s"
7926 8280 msgstr ""
7927 8281
7928 #: rhodecode/templates/email_templates/pull_request_review.mako:50
8282 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7929 8283 #, python-format
7930 8284 msgid "%(target_ref_type)s of %(target_repo_url)s"
7931 8285 msgstr ""
7932 8286
7933 #: rhodecode/templates/email_templates/pull_request_review.mako:52
8287 #: rhodecode/templates/email_templates/pull_request_review.mako:76
7934 8288 #: rhodecode/templates/summary/components.html:95
7935 8289 #: rhodecode/templates/summary/components.html:98
7936 8290 #, python-format
@@ -8175,13 +8529,13 b' msgid "Delete file"'
8175 8529 msgstr ""
8176 8530
8177 8531 #: rhodecode/templates/files/files_delete.html:45
8178 #: rhodecode/templates/files/files_source.html:49
8532 #: rhodecode/templates/files/files_source.html:50
8179 8533 #, python-format
8180 8534 msgid "Binary file (%s)"
8181 8535 msgstr "Бинарный файл (%s)"
8182 8536
8183 8537 #: rhodecode/templates/files/files_delete.html:50
8184 #: rhodecode/templates/files/files_source.html:61
8538 #: rhodecode/templates/files/files_source.html:62
8185 8539 msgid "File is too big to display"
8186 8540 msgstr "Файл слишком большой для отображения"
8187 8541
@@ -8253,44 +8607,44 b' msgstr[1] ""'
8253 8607 msgstr[2] ""
8254 8608 msgstr[3] ""
8255 8609
8256 #: rhodecode/templates/files/files_source.html:12
8610 #: rhodecode/templates/files/files_source.html:13
8257 8611 msgid "History"
8258 8612 msgstr "История"
8259 8613
8260 #: rhodecode/templates/files/files_source.html:15
8614 #: rhodecode/templates/files/files_source.html:16
8261 8615 #: rhodecode/templates/search/search_content.html:68
8262 8616 msgid "Show Full History"
8263 8617 msgstr ""
8264 8618
8265 #: rhodecode/templates/files/files_source.html:20
8619 #: rhodecode/templates/files/files_source.html:21
8266 8620 #: rhodecode/templates/search/search_content.html:70
8267 8621 msgid "Annotation"
8268 8622 msgstr ""
8269 8623
8270 #: rhodecode/templates/files/files_source.html:22
8624 #: rhodecode/templates/files/files_source.html:23
8271 8625 #: rhodecode/templates/search/search_content.html:71
8272 8626 msgid "Raw"
8273 8627 msgstr ""
8274 8628
8275 #: rhodecode/templates/files/files_source.html:24
8629 #: rhodecode/templates/files/files_source.html:25
8276 8630 #: rhodecode/templates/search/search_content.html:73
8277 8631 msgid "Download"
8278 8632 msgstr "Скачать"
8279 8633
8280 #: rhodecode/templates/files/files_source.html:31
8634 #: rhodecode/templates/files/files_source.html:32
8281 8635 #, python-format
8282 8636 msgid "Edit on Branch:%s"
8283 8637 msgstr ""
8284 8638
8285 #: rhodecode/templates/files/files_source.html:36
8639 #: rhodecode/templates/files/files_source.html:37
8286 8640 msgid "Editing binary files not allowed"
8287 8641 msgstr ""
8288 8642
8289 #: rhodecode/templates/files/files_source.html:39
8290 msgid "Editing files allowed only when on branch head commit"
8291 msgstr ""
8292
8293 8643 #: rhodecode/templates/files/files_source.html:40
8644 msgid "Editing files allowed only when on branch head commit"
8645 msgstr ""
8646
8647 #: rhodecode/templates/files/files_source.html:41
8294 8648 msgid "Deleting files allowed only when on branch head commit"
8295 8649 msgstr ""
8296 8650
1 NO CONTENT: modified file, binary diff hidden
This diff has been collapsed as it changes many lines, (1186 lines changed) Show them Hide them
@@ -10,8 +10,8 b' msgid ""'
10 10 msgstr ""
11 11 "Project-Id-Version: RhodeCode\n"
12 12 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
13 "POT-Creation-Date: 2016-08-02 20:55+0000\n"
14 "PO-Revision-Date: 2016-08-02 20:57+0000\n"
13 "POT-Creation-Date: 2016-09-15 14:11+0000\n"
14 "PO-Revision-Date: 2016-09-15 14:12+0000\n"
15 15 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
16 16 "Language-Team: Chinese (http://www.transifex.com/rhodecode/RhodeCode/language/zh/)\n"
17 17 "MIME-Version: 1.0\n"
@@ -22,7 +22,7 b' msgstr ""'
22 22 "Plural-Forms: nplurals=1; plural=0;\n"
23 23
24 24 #: rhodecode/admin/navigation.py:74 rhodecode/authentication/routes.py:60
25 #: rhodecode/integrations/views.py:126
25 #: rhodecode/integrations/views.py:168
26 26 #: rhodecode/templates/admin/permissions/permissions.html:36
27 27 msgid "Global"
28 28 msgstr ""
@@ -45,7 +45,8 b' msgstr ""'
45 45 msgid "Issue Tracker"
46 46 msgstr ""
47 47
48 #: rhodecode/admin/navigation.py:80 rhodecode/templates/register.html:76
48 #: rhodecode/admin/navigation.py:80 rhodecode/integrations/types/email.py:232
49 #: rhodecode/templates/register.html:76
49 50 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
50 51 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
51 52 #: rhodecode/templates/admin/users/user_add.html:86
@@ -65,12 +66,18 b' msgid "Full Text Search"'
65 66 msgstr ""
66 67
67 68 #: rhodecode/admin/navigation.py:83
68 #: rhodecode/templates/admin/integrations/base.html:21
69 #: rhodecode/templates/admin/integrations/edit.html:8
70 #: rhodecode/templates/admin/integrations/edit.html:19
71 #: rhodecode/templates/admin/integrations/list.html:15
72 #: rhodecode/templates/admin/integrations/list.html:19
73 #: rhodecode/templates/admin/integrations/list.html:26
69 #: rhodecode/templates/admin/integrations/base.html:23
70 #: rhodecode/templates/admin/integrations/form.html:8
71 #: rhodecode/templates/admin/integrations/form.html:21
72 #: rhodecode/templates/admin/integrations/form.html:32
73 #: rhodecode/templates/admin/integrations/list.html:21
74 #: rhodecode/templates/admin/integrations/list.html:25
75 #: rhodecode/templates/admin/integrations/list.html:29
76 #: rhodecode/templates/admin/integrations/list.html:36
77 #: rhodecode/templates/admin/integrations/new.html:9
78 #: rhodecode/templates/admin/integrations/new.html:17
79 #: rhodecode/templates/admin/integrations/new.html:23
80 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:51
74 81 #: rhodecode/templates/admin/repos/repo_edit.html:72
75 82 #: rhodecode/templates/base/base.html:84
76 83 msgid "Integrations"
@@ -93,9 +100,9 b' msgstr ""'
93 100 msgid "Enable or disable this authentication plugin."
94 101 msgstr ""
95 102
96 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:37
97 #: rhodecode/templates/admin/integrations/list.html:62
98 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
103 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:32
104 #: rhodecode/model/validation_schema/schemas/integration_schema.py:197
105 #: rhodecode/templates/admin/integrations/list.html:101
99 106 msgid "Enabled"
100 107 msgstr "启用"
101 108
@@ -398,12 +405,12 b' msgstr ""'
398 405
399 406 #: rhodecode/controllers/changeset.py:335
400 407 #: rhodecode/controllers/pullrequests.py:750
401 #: rhodecode/model/pull_request.py:843
408 #: rhodecode/model/pull_request.py:842
402 409 #, python-format
403 410 msgid "Status change %(transition_icon)s %(status)s"
404 411 msgstr ""
405 412
406 #: rhodecode/controllers/changeset.py:372
413 #: rhodecode/controllers/changeset.py:373
407 414 msgid ""
408 415 "Changing the status of a commit associated with a closed pull request is not"
409 416 " allowed"
@@ -546,14 +553,14 b' msgstr ""'
546 553 msgid "Changesets"
547 554 msgstr "修订集"
548 555
549 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:251
556 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:259
550 557 #: rhodecode/model/pull_request.py:1059 rhodecode/model/scm.py:780
551 #: rhodecode/templates/base/vcs_settings.html:138
558 #: rhodecode/templates/base/vcs_settings.html:185
552 559 msgid "Branches"
553 560 msgstr "分支"
554 561
555 562 #: rhodecode/controllers/files.py:1030 rhodecode/model/scm.py:795
556 #: rhodecode/templates/base/vcs_settings.html:163
563 #: rhodecode/templates/base/vcs_settings.html:210
557 564 msgid "Tags"
558 565 msgstr "标签"
559 566
@@ -659,30 +666,30 b' msgid "Close Pull Request"'
659 666 msgstr ""
660 667
661 668 #: rhodecode/controllers/pullrequests.py:754
662 #: rhodecode/model/pull_request.py:847
669 #: rhodecode/model/pull_request.py:846
663 670 msgid "Closing with"
664 671 msgstr ""
665 672
666 #: rhodecode/controllers/pullrequests.py:802
673 #: rhodecode/controllers/pullrequests.py:804
667 674 #, python-format
668 675 msgid ""
669 676 "Closing pull request on other statuses than rejected or approved is "
670 677 "forbidden. Calculated status from all reviewers is currently: %s"
671 678 msgstr ""
672 679
673 #: rhodecode/controllers/summary.py:235
680 #: rhodecode/controllers/summary.py:243
674 681 msgid "Branch"
675 682 msgstr ""
676 683
677 #: rhodecode/controllers/summary.py:236
684 #: rhodecode/controllers/summary.py:244
678 685 msgid "Tag"
679 686 msgstr ""
680 687
681 #: rhodecode/controllers/summary.py:237
688 #: rhodecode/controllers/summary.py:245
682 689 msgid "Bookmark"
683 690 msgstr ""
684 691
685 #: rhodecode/controllers/summary.py:252
692 #: rhodecode/controllers/summary.py:260
686 693 msgid "Closed branches"
687 694 msgstr ""
688 695
@@ -695,37 +702,37 b' msgid "Error occurred during update of d'
695 702 msgstr ""
696 703
697 704 #: rhodecode/controllers/admin/gists.py:63
698 #: rhodecode/controllers/admin/my_account.py:307
705 #: rhodecode/controllers/admin/my_account.py:317
699 706 #: rhodecode/controllers/admin/users.py:431
700 707 msgid "forever"
701 708 msgstr ""
702 709
703 710 #: rhodecode/controllers/admin/gists.py:64
704 #: rhodecode/controllers/admin/my_account.py:308
711 #: rhodecode/controllers/admin/my_account.py:318
705 712 #: rhodecode/controllers/admin/users.py:432
706 713 msgid "5 minutes"
707 714 msgstr ""
708 715
709 716 #: rhodecode/controllers/admin/gists.py:65
710 #: rhodecode/controllers/admin/my_account.py:309
717 #: rhodecode/controllers/admin/my_account.py:319
711 718 #: rhodecode/controllers/admin/users.py:433
712 719 msgid "1 hour"
713 720 msgstr ""
714 721
715 722 #: rhodecode/controllers/admin/gists.py:66
716 #: rhodecode/controllers/admin/my_account.py:310
723 #: rhodecode/controllers/admin/my_account.py:320
717 724 #: rhodecode/controllers/admin/users.py:434
718 725 msgid "1 day"
719 726 msgstr ""
720 727
721 728 #: rhodecode/controllers/admin/gists.py:67
722 #: rhodecode/controllers/admin/my_account.py:311
729 #: rhodecode/controllers/admin/my_account.py:321
723 730 #: rhodecode/controllers/admin/users.py:435
724 731 msgid "1 month"
725 732 msgstr ""
726 733
727 734 #: rhodecode/controllers/admin/gists.py:71
728 #: rhodecode/controllers/admin/my_account.py:313
735 #: rhodecode/controllers/admin/my_account.py:323
729 736 #: rhodecode/controllers/admin/users.py:437
730 737 msgid "Lifetime"
731 738 msgstr ""
@@ -779,60 +786,61 b' msgstr ""'
779 786 msgid "%(expiry)s - current value"
780 787 msgstr ""
781 788
782 #: rhodecode/controllers/admin/my_account.py:70
789 #: rhodecode/controllers/admin/my_account.py:74
783 790 msgid "You can't edit this user since it's crucial for entire application"
784 791 msgstr "由于是系统帐号,无法编辑该用户"
785 792
786 #: rhodecode/controllers/admin/my_account.py:128
793 #: rhodecode/controllers/admin/my_account.py:132
787 794 msgid "Your account was updated successfully"
788 795 msgstr "你的帐号已经更新完成"
789 796
790 #: rhodecode/controllers/admin/my_account.py:143
797 #: rhodecode/controllers/admin/my_account.py:147
791 798 #: rhodecode/controllers/admin/users.py:218
792 799 #, python-format
793 800 msgid "Error occurred during update of user %s"
794 801 msgstr ""
795 802
796 #: rhodecode/controllers/admin/my_account.py:202
803 #: rhodecode/controllers/admin/my_account.py:213
804 #: rhodecode/controllers/admin/my_account.py:219
805 msgid "Error occurred during update of user password"
806 msgstr ""
807
808 #: rhodecode/controllers/admin/my_account.py:226
797 809 msgid "Successfully updated password"
798 810 msgstr ""
799 811
800 #: rhodecode/controllers/admin/my_account.py:213
801 msgid "Error occurred during update of user password"
802 msgstr ""
803
804 #: rhodecode/controllers/admin/my_account.py:261
812 #: rhodecode/controllers/admin/my_account.py:271
805 813 #: rhodecode/controllers/admin/users.py:611
806 814 #, python-format
807 815 msgid "Added new email address `%s` for user account"
808 816 msgstr ""
809 817
810 #: rhodecode/controllers/admin/my_account.py:268
818 #: rhodecode/controllers/admin/my_account.py:278
811 819 #: rhodecode/controllers/admin/users.py:618
812 820 msgid "An error occurred during email saving"
813 821 msgstr "保存电子邮件时发生错误"
814 822
815 #: rhodecode/controllers/admin/my_account.py:278
823 #: rhodecode/controllers/admin/my_account.py:288
816 824 #: rhodecode/controllers/admin/users.py:633
817 825 msgid "Removed email address from user account"
818 826 msgstr ""
819 827
820 #: rhodecode/controllers/admin/my_account.py:316
828 #: rhodecode/controllers/admin/my_account.py:326
821 829 #: rhodecode/controllers/admin/users.py:440
822 830 msgid "Role"
823 831 msgstr ""
824 832
825 #: rhodecode/controllers/admin/my_account.py:329
833 #: rhodecode/controllers/admin/my_account.py:339
826 834 #: rhodecode/controllers/admin/users.py:464
827 835 msgid "Auth token successfully created"
828 836 msgstr ""
829 837
830 #: rhodecode/controllers/admin/my_account.py:342
838 #: rhodecode/controllers/admin/my_account.py:352
831 839 #: rhodecode/controllers/admin/users.py:483
832 840 msgid "Auth token successfully reset"
833 841 msgstr ""
834 842
835 #: rhodecode/controllers/admin/my_account.py:346
843 #: rhodecode/controllers/admin/my_account.py:356
836 844 #: rhodecode/controllers/admin/users.py:487
837 845 msgid "Auth token successfully deleted"
838 846 msgstr ""
@@ -1050,18 +1058,18 b' msgid "Error occurred during deleting is'
1050 1058 msgstr ""
1051 1059
1052 1060 #: rhodecode/controllers/admin/repos.py:721
1053 #: rhodecode/controllers/admin/settings.py:363
1061 #: rhodecode/controllers/admin/settings.py:366
1054 1062 msgid "Removed issue tracker entry"
1055 1063 msgstr ""
1056 1064
1057 1065 #: rhodecode/controllers/admin/repos.py:751
1058 #: rhodecode/controllers/admin/settings.py:409
1066 #: rhodecode/controllers/admin/settings.py:412
1059 1067 msgid "Updated issue tracker entries"
1060 1068 msgstr ""
1061 1069
1062 1070 #: rhodecode/controllers/admin/repos.py:812
1063 #: rhodecode/controllers/admin/settings.py:142
1064 #: rhodecode/controllers/admin/settings.py:719
1071 #: rhodecode/controllers/admin/settings.py:143
1072 #: rhodecode/controllers/admin/settings.py:722
1065 1073 msgid "Some form inputs contain invalid data."
1066 1074 msgstr ""
1067 1075
@@ -1070,86 +1078,70 b' msgid "Error occurred during updating re'
1070 1078 msgstr ""
1071 1079
1072 1080 #: rhodecode/controllers/admin/repos.py:834
1073 #: rhodecode/controllers/admin/settings.py:168
1081 #: rhodecode/controllers/admin/settings.py:171
1074 1082 msgid "Updated VCS settings"
1075 1083 msgstr "成功更新版本控制系统设置"
1076 1084
1077 #: rhodecode/controllers/admin/settings.py:164
1078 #: rhodecode/controllers/admin/settings.py:267
1085 #: rhodecode/controllers/admin/settings.py:167
1086 #: rhodecode/controllers/admin/settings.py:270
1079 1087 msgid "Error occurred during updating application settings"
1080 1088 msgstr ""
1081 1089
1082 #: rhodecode/controllers/admin/settings.py:211
1090 #: rhodecode/controllers/admin/settings.py:214
1083 1091 #, python-format
1084 1092 msgid "Repositories successfully rescanned added: %s ; removed: %s"
1085 1093 msgstr ""
1086 1094
1087 #: rhodecode/controllers/admin/settings.py:263
1095 #: rhodecode/controllers/admin/settings.py:266
1088 1096 msgid "Updated application settings"
1089 1097 msgstr "更新应用设置"
1090 1098
1091 #: rhodecode/controllers/admin/settings.py:327
1099 #: rhodecode/controllers/admin/settings.py:330
1092 1100 msgid "Updated visualisation settings"
1093 1101 msgstr "成功更新可视化设置"
1094 1102
1095 #: rhodecode/controllers/admin/settings.py:330
1103 #: rhodecode/controllers/admin/settings.py:333
1096 1104 msgid "Error occurred during updating visualisation settings"
1097 1105 msgstr ""
1098 1106
1099 #: rhodecode/controllers/admin/settings.py:422
1107 #: rhodecode/controllers/admin/settings.py:425
1100 1108 msgid "Please enter email address"
1101 1109 msgstr ""
1102 1110
1103 #: rhodecode/controllers/admin/settings.py:440
1111 #: rhodecode/controllers/admin/settings.py:443
1104 1112 msgid "Send email task created"
1105 1113 msgstr ""
1106 1114
1107 #: rhodecode/controllers/admin/settings.py:473
1115 #: rhodecode/controllers/admin/settings.py:476
1108 1116 msgid "Added new hook"
1109 1117 msgstr "新建钩子"
1110 1118
1111 #: rhodecode/controllers/admin/settings.py:488
1119 #: rhodecode/controllers/admin/settings.py:491
1112 1120 msgid "Updated hooks"
1113 1121 msgstr "更新钩子"
1114 1122
1115 #: rhodecode/controllers/admin/settings.py:492
1123 #: rhodecode/controllers/admin/settings.py:495
1116 1124 msgid "Error occurred during hook creation"
1117 1125 msgstr ""
1118 1126
1119 #: rhodecode/controllers/admin/settings.py:540
1127 #: rhodecode/controllers/admin/settings.py:543
1120 1128 #, python-format
1121 1129 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
1122 1130 msgstr ""
1123 1131
1124 #: rhodecode/controllers/admin/settings.py:544
1132 #: rhodecode/controllers/admin/settings.py:547
1125 1133 #, python-format
1126 1134 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
1127 1135 msgstr ""
1128 1136
1129 #: rhodecode/controllers/admin/settings.py:740
1137 #: rhodecode/controllers/admin/settings.py:743
1130 1138 msgid "Error occurred during updating labs settings"
1131 1139 msgstr ""
1132 1140
1133 #: rhodecode/controllers/admin/settings.py:745
1141 #: rhodecode/controllers/admin/settings.py:748
1134 1142 msgid "Updated Labs settings"
1135 1143 msgstr ""
1136 1144
1137 #: rhodecode/controllers/admin/settings.py:795
1138 msgid "Subversion HTTP Support"
1139 msgstr ""
1140
1141 #: rhodecode/controllers/admin/settings.py:796
1142 msgid "Proxy subversion HTTP requests"
1143 msgstr ""
1144
1145 #: rhodecode/controllers/admin/settings.py:802
1146 msgid "Subversion HTTP Server URL"
1147 msgstr ""
1148
1149 #: rhodecode/controllers/admin/settings.py:804
1150 msgid "e.g. http://localhost:8080/"
1151 msgstr ""
1152
1153 1145 #: rhodecode/controllers/admin/user_groups.py:168
1154 1146 #, python-format
1155 1147 msgid "Created user group %(user_group_link)s"
@@ -1332,38 +1324,50 b' msgstr ""'
1332 1324 msgid "pullrequest commented"
1333 1325 msgstr ""
1334 1326
1335 #: rhodecode/events/repo.py:135
1327 #: rhodecode/events/repo.py:136
1336 1328 msgid "repository pre create"
1337 1329 msgstr ""
1338 1330
1339 #: rhodecode/events/repo.py:144
1331 #: rhodecode/events/repo.py:145
1340 1332 msgid "repository created"
1341 1333 msgstr ""
1342 1334
1343 #: rhodecode/events/repo.py:153
1335 #: rhodecode/events/repo.py:154
1344 1336 msgid "repository pre delete"
1345 1337 msgstr ""
1346 1338
1347 #: rhodecode/events/repo.py:162
1339 #: rhodecode/events/repo.py:163
1348 1340 msgid "repository deleted"
1349 1341 msgstr ""
1350 1342
1351 #: rhodecode/events/repo.py:193
1343 #: rhodecode/events/repo.py:199
1352 1344 msgid "repository pre pull"
1353 1345 msgstr ""
1354 1346
1355 #: rhodecode/events/repo.py:202
1347 #: rhodecode/events/repo.py:208
1356 1348 msgid "repository pull"
1357 1349 msgstr ""
1358 1350
1359 #: rhodecode/events/repo.py:211
1351 #: rhodecode/events/repo.py:217
1360 1352 msgid "repository pre push"
1361 1353 msgstr ""
1362 1354
1363 #: rhodecode/events/repo.py:222
1355 #: rhodecode/events/repo.py:228
1364 1356 msgid "repository push"
1365 1357 msgstr ""
1366 1358
1359 #: rhodecode/events/repo_group.py:62
1360 msgid "repository group created"
1361 msgstr ""
1362
1363 #: rhodecode/events/repo_group.py:71
1364 msgid "repository group deleted"
1365 msgstr ""
1366
1367 #: rhodecode/events/repo_group.py:80
1368 msgid "repository group update"
1369 msgstr ""
1370
1367 1371 #: rhodecode/events/user.py:34
1368 1372 msgid "user registered"
1369 1373 msgstr ""
@@ -1376,42 +1380,202 b' msgstr ""'
1376 1380 msgid "user pre update"
1377 1381 msgstr ""
1378 1382
1379 #: rhodecode/integrations/schema.py:35
1383 #: rhodecode/forms/__init__.py:32 rhodecode/templates/admin/gists/new.html:62
1384 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
1385 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
1386 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
1387 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
1388 #: rhodecode/templates/admin/permissions/permissions_application.html:51
1389 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
1390 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
1391 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
1392 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
1393 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
1394 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
1395 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
1396 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
1397 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
1398 #: rhodecode/templates/admin/settings/settings_global.html:110
1399 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
1400 #: rhodecode/templates/admin/settings/settings_labs.html:49
1401 #: rhodecode/templates/admin/settings/settings_vcs.html:14
1402 #: rhodecode/templates/admin/settings/settings_visual.html:220
1403 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
1404 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
1405 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
1406 #: rhodecode/templates/admin/users/user_edit_emails.html:63
1407 #: rhodecode/templates/admin/users/user_edit_ips.html:70
1408 #: rhodecode/templates/admin/users/user_edit_profile.html:135
1409 #: rhodecode/templates/base/default_perms_box.html:89
1410 msgid "Reset"
1411 msgstr "重置"
1412
1413 #: rhodecode/forms/__init__.py:33 rhodecode/templates/admin/gists/show.html:49
1414 #: rhodecode/templates/admin/integrations/list.html:211
1415 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
1416 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
1417 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:62
1418 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
1419 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
1420 #: rhodecode/templates/admin/settings/settings_hooks.html:46
1421 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
1422 #: rhodecode/templates/admin/users/user_edit_emails.html:31
1423 #: rhodecode/templates/admin/users/user_edit_ips.html:34
1424 #: rhodecode/templates/base/issue_tracker_settings.html:70
1425 #: rhodecode/templates/base/vcs_settings.html:194
1426 #: rhodecode/templates/base/vcs_settings.html:219
1427 #: rhodecode/templates/changeset/changeset_file_comment.html:49
1428 #: rhodecode/templates/changeset/changeset_file_comment.html:99
1429 #: rhodecode/templates/data_table/_dt_elements.html:119
1430 #: rhodecode/templates/data_table/_dt_elements.html:176
1431 #: rhodecode/templates/data_table/_dt_elements.html:190
1432 #: rhodecode/templates/data_table/_dt_elements.html:202
1433 #: rhodecode/templates/debug_style/buttons.html:132
1434 #: rhodecode/templates/files/files_source.html:34
1435 #: rhodecode/templates/files/files_source.html:38
1436 #: rhodecode/templates/files/files_source.html:41
1437 msgid "Delete"
1438 msgstr "删除"
1439
1440 #: rhodecode/integrations/schema.py:30
1441 #: rhodecode/model/validation_schema/schemas/integration_schema.py:195
1380 1442 msgid "Enable or disable this integration."
1381 1443 msgstr ""
1382 1444
1383 #: rhodecode/integrations/schema.py:42
1445 #: rhodecode/integrations/schema.py:37
1446 #: rhodecode/model/validation_schema/schemas/integration_schema.py:176
1384 1447 msgid "Short name for this integration."
1385 1448 msgstr ""
1386 1449
1387 #: rhodecode/integrations/schema.py:44
1450 #: rhodecode/integrations/schema.py:39
1451 #: rhodecode/model/validation_schema/schemas/integration_schema.py:178
1388 1452 msgid "Integration name"
1389 1453 msgstr ""
1390 1454
1455 #: rhodecode/integrations/schema.py:51
1456 msgid ""
1457 "Limit integrations to to work only on the direct children repositories of "
1458 "this repository group (no subgroups)"
1459 msgstr ""
1460
1461 #: rhodecode/integrations/schema.py:55
1462 msgid "Limit to childen repos only"
1463 msgstr ""
1464
1465 #: rhodecode/integrations/schema.py:63
1466 msgid "Limit integrations to to work only on root level repositories"
1467 msgstr ""
1468
1469 #: rhodecode/integrations/schema.py:66
1470 msgid "Root repositories only"
1471 msgstr ""
1472
1473 #: rhodecode/integrations/views.py:162
1474 msgid "{repo_name} repository"
1475 msgstr ""
1476
1477 #: rhodecode/integrations/views.py:165
1478 msgid "{repo_group_name} repo group"
1479 msgstr ""
1480
1391 1481 #: rhodecode/integrations/views.py:172
1482 msgid "{name} integration"
1483 msgstr ""
1484
1485 #: rhodecode/integrations/views.py:186
1392 1486 msgid "Integration {integration_name} deleted successfully."
1393 1487 msgstr ""
1394 1488
1395 #: rhodecode/integrations/views.py:200
1489 #: rhodecode/integrations/views.py:266
1396 1490 msgid ""
1397 1491 "Errors exist when saving integration settings. Please check the form inputs."
1398 1492 msgstr ""
1399 1493
1400 #: rhodecode/integrations/views.py:220
1494 #: rhodecode/integrations/views.py:292
1401 1495 msgid "Integration {integration_name} updated successfully."
1402 1496 msgstr ""
1403 1497
1498 #: rhodecode/integrations/types/email.py:214
1499 msgid "Recipients"
1500 msgstr ""
1501
1502 #: rhodecode/integrations/types/email.py:215
1503 msgid "Email addresses to send push events to"
1504 msgstr ""
1505
1506 #: rhodecode/integrations/types/email.py:220
1507 #: rhodecode/integrations/types/email.py:221
1508 msgid "Email address"
1509 msgstr ""
1510
1511 #: rhodecode/integrations/types/email.py:233
1512 msgid "Send repo push summaries to a list of recipients via email"
1513 msgstr ""
1514
1515 #: rhodecode/integrations/types/hipchat.py:43
1516 msgid "Yellow"
1517 msgstr ""
1518
1519 #: rhodecode/integrations/types/hipchat.py:44
1520 msgid "Red"
1521 msgstr ""
1522
1523 #: rhodecode/integrations/types/hipchat.py:45
1524 msgid "Green"
1525 msgstr ""
1526
1527 #: rhodecode/integrations/types/hipchat.py:46
1528 msgid "Purple"
1529 msgstr ""
1530
1531 #: rhodecode/integrations/types/hipchat.py:47
1532 msgid "Gray"
1533 msgstr ""
1534
1535 #: rhodecode/integrations/types/hipchat.py:52
1536 msgid "Hipchat server URL"
1537 msgstr ""
1538
1539 #: rhodecode/integrations/types/hipchat.py:53
1540 msgid "Hipchat integration url."
1541 msgstr ""
1542
1543 #: rhodecode/integrations/types/hipchat.py:63
1544 msgid "Notify"
1545 msgstr ""
1546
1547 #: rhodecode/integrations/types/hipchat.py:64
1548 msgid "Make a notification to the users in room."
1549 msgstr ""
1550
1551 #: rhodecode/integrations/types/hipchat.py:70
1552 msgid "Color"
1553 msgstr ""
1554
1555 #: rhodecode/integrations/types/hipchat.py:71
1556 msgid "Background color of message."
1557 msgstr ""
1558
1559 #: rhodecode/integrations/types/hipchat.py:99
1560 msgid "Hipchat"
1561 msgstr ""
1562
1563 #: rhodecode/integrations/types/hipchat.py:100
1564 msgid ""
1565 "Send events such as repo pushes and pull requests to your hipchat channel."
1566 msgstr ""
1567
1568 #: rhodecode/integrations/types/slack.py:44
1569 msgid "Slack service URL"
1570 msgstr ""
1571
1404 1572 #: rhodecode/integrations/types/slack.py:45
1405 msgid "Slack service URL"
1406 msgstr ""
1407
1408 #: rhodecode/integrations/types/slack.py:46
1409 1573 msgid ""
1410 1574 "This can be setup at the <a href=\"https://my.slack.com/services/new"
1411 1575 "/incoming-webhook/\">slack app manager</a>"
1412 1576 msgstr ""
1413 1577
1414 #: rhodecode/integrations/types/slack.py:59 rhodecode/templates/login.html:43
1578 #: rhodecode/integrations/types/slack.py:58 rhodecode/templates/login.html:43
1415 1579 #: rhodecode/templates/register.html:41
1416 1580 #: rhodecode/templates/admin/admin_log.html:7
1417 1581 #: rhodecode/templates/admin/my_account/my_account_profile.html:24
@@ -1427,35 +1591,40 b' msgstr ""'
1427 1591 msgid "Username"
1428 1592 msgstr "帐号"
1429 1593
1430 #: rhodecode/integrations/types/slack.py:60
1594 #: rhodecode/integrations/types/slack.py:59
1431 1595 msgid "Username to show notifications coming from."
1432 1596 msgstr ""
1433 1597
1598 #: rhodecode/integrations/types/slack.py:68
1599 msgid "Channel"
1600 msgstr ""
1601
1434 1602 #: rhodecode/integrations/types/slack.py:69
1435 msgid "Channel"
1436 msgstr ""
1437
1438 #: rhodecode/integrations/types/slack.py:70
1439 1603 msgid "Channel to send notifications to."
1440 1604 msgstr ""
1441 1605
1606 #: rhodecode/integrations/types/slack.py:78
1607 msgid "Emoji"
1608 msgstr ""
1609
1442 1610 #: rhodecode/integrations/types/slack.py:79
1443 msgid "Emoji"
1444 msgstr ""
1445
1446 #: rhodecode/integrations/types/slack.py:80
1447 1611 msgid "Emoji to use eg. :studio_microphone:"
1448 1612 msgstr ""
1449 1613
1450 #: rhodecode/integrations/types/slack.py:107
1614 #: rhodecode/integrations/types/slack.py:101
1451 1615 msgid "Slack"
1452 1616 msgstr ""
1453 1617
1618 #: rhodecode/integrations/types/slack.py:102
1619 msgid ""
1620 "Send events such as repo pushes and pull requests to your slack channel."
1621 msgstr ""
1622
1623 #: rhodecode/integrations/types/webhook.py:40
1624 msgid "Webhook URL"
1625 msgstr ""
1626
1454 1627 #: rhodecode/integrations/types/webhook.py:41
1455 msgid "Webhook URL"
1456 msgstr ""
1457
1458 #: rhodecode/integrations/types/webhook.py:42
1459 1628 msgid "URL of the webhook to receive POST event."
1460 1629 msgstr ""
1461 1630
@@ -1467,10 +1636,14 b' msgstr ""'
1467 1636 msgid "String used to validate received payloads."
1468 1637 msgstr ""
1469 1638
1470 #: rhodecode/integrations/types/webhook.py:62
1639 #: rhodecode/integrations/types/webhook.py:65
1471 1640 msgid "Webhook"
1472 1641 msgstr ""
1473 1642
1643 #: rhodecode/integrations/types/webhook.py:66
1644 msgid "Post json events to a webhook endpoint"
1645 msgstr ""
1646
1474 1647 #: rhodecode/lib/action_parser.py:89
1475 1648 msgid "[deleted] repository"
1476 1649 msgstr "[删除]版本库"
@@ -1594,80 +1767,80 b' msgstr "\xe5\x88\x9b\xe5\xbb\xba\xe6\xa0\x87\xe7\xad\xbe%s"'
1594 1767 msgid "Commit not found"
1595 1768 msgstr ""
1596 1769
1597 #: rhodecode/lib/auth.py:1180
1770 #: rhodecode/lib/auth.py:1185
1598 1771 #, python-format
1599 1772 msgid "IP %s not allowed"
1600 1773 msgstr ""
1601 1774
1602 #: rhodecode/lib/auth.py:1254
1775 #: rhodecode/lib/auth.py:1259
1603 1776 msgid "You need to be a registered user to perform this action"
1604 1777 msgstr "必须是注册用户才能进行此操作"
1605 1778
1606 #: rhodecode/lib/auth.py:1302
1779 #: rhodecode/lib/auth.py:1307
1607 1780 #, python-format
1608 1781 msgid "Action not supported for %s."
1609 1782 msgstr ""
1610 1783
1611 #: rhodecode/lib/auth.py:1339
1784 #: rhodecode/lib/auth.py:1344
1612 1785 msgid "You need to be signed in to view this page"
1613 1786 msgstr ""
1614 1787
1615 #: rhodecode/lib/base.py:545
1788 #: rhodecode/lib/base.py:550
1616 1789 #, python-format
1617 1790 msgid "The repository at %(repo_name)s cannot be located."
1618 1791 msgstr ""
1619 1792
1620 #: rhodecode/lib/diffs.py:56
1793 #: rhodecode/lib/diffs.py:62
1621 1794 msgid "Click to comment"
1622 1795 msgstr ""
1623 1796
1624 #: rhodecode/lib/diffs.py:71
1797 #: rhodecode/lib/diffs.py:77
1625 1798 msgid "Binary file"
1626 1799 msgstr ""
1627 1800
1628 #: rhodecode/lib/diffs.py:91
1801 #: rhodecode/lib/diffs.py:98
1629 1802 msgid ""
1630 1803 "Changeset was too big and was cut off, use diff menu to display this diff"
1631 1804 msgstr "修订集因过大而被截断,可查看原始修订集作为替代"
1632 1805
1633 #: rhodecode/lib/diffs.py:102
1806 #: rhodecode/lib/diffs.py:109
1634 1807 msgid "No changes detected"
1635 1808 msgstr "未发现差异"
1636 1809
1637 #: rhodecode/lib/diffs.py:631
1810 #: rhodecode/lib/diffs.py:643
1638 1811 msgid "Click to select line"
1639 1812 msgstr ""
1640 1813
1641 #: rhodecode/lib/helpers.py:1481
1814 #: rhodecode/lib/helpers.py:1489
1642 1815 #, python-format
1643 1816 msgid " and %s more"
1644 1817 msgstr "还有%s个"
1645 1818
1646 #: rhodecode/lib/helpers.py:1485
1819 #: rhodecode/lib/helpers.py:1493
1647 1820 msgid "No Files"
1648 1821 msgstr "没有文件"
1649 1822
1650 #: rhodecode/lib/helpers.py:1558
1823 #: rhodecode/lib/helpers.py:1566
1651 1824 msgid "new file"
1652 1825 msgstr ""
1653 1826
1654 #: rhodecode/lib/helpers.py:1561
1827 #: rhodecode/lib/helpers.py:1569
1655 1828 msgid "mod"
1656 1829 msgstr ""
1657 1830
1658 #: rhodecode/lib/helpers.py:1564
1659 msgid "del"
1660 msgstr ""
1661
1662 #: rhodecode/lib/helpers.py:1567
1663 msgid "rename"
1664 msgstr ""
1665
1666 1831 #: rhodecode/lib/helpers.py:1572
1832 msgid "del"
1833 msgstr ""
1834
1835 #: rhodecode/lib/helpers.py:1575
1836 msgid "rename"
1837 msgstr ""
1838
1839 #: rhodecode/lib/helpers.py:1580
1667 1840 msgid "chmod"
1668 1841 msgstr ""
1669 1842
1670 #: rhodecode/lib/helpers.py:1819
1843 #: rhodecode/lib/helpers.py:1827
1671 1844 msgid ""
1672 1845 "Example filter terms:\n"
1673 1846 " repository:vcs\n"
@@ -1686,85 +1859,85 b' msgid ""'
1686 1859 " \"username:test AND repository:test*\"\n"
1687 1860 msgstr ""
1688 1861
1689 #: rhodecode/lib/helpers.py:1839
1862 #: rhodecode/lib/helpers.py:1847
1690 1863 #, python-format
1691 1864 msgid ""
1692 1865 "%s repository is not mapped to db perhaps it was created or renamed from the"
1693 1866 " filesystem please run the application again in order to rescan repositories"
1694 1867 msgstr "版本库%s没有映射到数据库,可能是从文件系统创建或者重命名,请重启RhodeCode以重新扫描版本库"
1695 1868
1696 #: rhodecode/lib/utils2.py:454
1869 #: rhodecode/lib/utils2.py:463
1697 1870 #, python-format
1698 1871 msgid "%d year"
1699 1872 msgid_plural "%d years"
1700 1873 msgstr[0] "%d年"
1701 1874
1702 #: rhodecode/lib/utils2.py:455
1875 #: rhodecode/lib/utils2.py:464
1703 1876 #, python-format
1704 1877 msgid "%d month"
1705 1878 msgid_plural "%d months"
1706 1879 msgstr[0] "%d月"
1707 1880
1708 #: rhodecode/lib/utils2.py:456
1881 #: rhodecode/lib/utils2.py:465
1709 1882 #, python-format
1710 1883 msgid "%d day"
1711 1884 msgid_plural "%d days"
1712 1885 msgstr[0] "%d天"
1713 1886
1714 #: rhodecode/lib/utils2.py:457
1887 #: rhodecode/lib/utils2.py:466
1715 1888 #, python-format
1716 1889 msgid "%d hour"
1717 1890 msgid_plural "%d hours"
1718 1891 msgstr[0] "%d时"
1719 1892
1720 #: rhodecode/lib/utils2.py:458
1893 #: rhodecode/lib/utils2.py:467
1721 1894 #, python-format
1722 1895 msgid "%d minute"
1723 1896 msgid_plural "%d minutes"
1724 1897 msgstr[0] "%d分"
1725 1898
1726 #: rhodecode/lib/utils2.py:459
1899 #: rhodecode/lib/utils2.py:468
1727 1900 #, python-format
1728 1901 msgid "%d second"
1729 1902 msgid_plural "%d seconds"
1730 1903 msgstr[0] "%d秒"
1731 1904
1732 #: rhodecode/lib/utils2.py:477
1905 #: rhodecode/lib/utils2.py:486
1733 1906 #, python-format
1734 1907 msgid "in %s"
1735 1908 msgstr "%s"
1736 1909
1737 #: rhodecode/lib/utils2.py:483
1910 #: rhodecode/lib/utils2.py:492
1738 1911 #, python-format
1739 1912 msgid "%s ago"
1740 1913 msgstr "%s前"
1741 1914
1742 #: rhodecode/lib/utils2.py:493
1915 #: rhodecode/lib/utils2.py:502
1743 1916 #, python-format
1744 1917 msgid "%s, %s ago"
1745 1918 msgstr ""
1746 1919
1747 #: rhodecode/lib/utils2.py:495
1920 #: rhodecode/lib/utils2.py:504
1748 1921 #, python-format
1749 1922 msgid "in %s, %s"
1750 1923 msgstr ""
1751 1924
1752 #: rhodecode/lib/utils2.py:497
1925 #: rhodecode/lib/utils2.py:506
1753 1926 #, python-format
1754 1927 msgid "%s and %s"
1755 1928 msgstr ""
1756 1929
1757 #: rhodecode/lib/utils2.py:499
1930 #: rhodecode/lib/utils2.py:508
1758 1931 #, python-format
1759 1932 msgid "%s and %s ago"
1760 1933 msgstr "%s零%s前"
1761 1934
1762 #: rhodecode/lib/utils2.py:501
1935 #: rhodecode/lib/utils2.py:510
1763 1936 #, python-format
1764 1937 msgid "in %s and %s"
1765 1938 msgstr "%s零%s"
1766 1939
1767 #: rhodecode/lib/utils2.py:505 rhodecode/public/js/scripts.js:25035
1940 #: rhodecode/lib/utils2.py:514 rhodecode/public/js/scripts.js:25035
1768 1941 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:49
1769 1942 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:174
1770 1943 msgid "just now"
@@ -1794,7 +1967,9 b' msgstr "\xe5\x88\x9a\xe6\x89\x8d"'
1794 1967 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
1795 1968 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971
1796 1969 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2293
1797 #: rhodecode/model/db.py:2285
1970 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2285
1971 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2285
1972 #: rhodecode/model/db.py:2287
1798 1973 msgid "Repository no access"
1799 1974 msgstr "无版本库访问权限"
1800 1975
@@ -1822,7 +1997,9 b' msgstr "\xe6\x97\xa0\xe7\x89\x88\xe6\x9c\xac\xe5\xba\x93\xe8\xae\xbf\xe9\x97\xae\xe6\x9d\x83\xe9\x99\x90"'
1822 1997 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
1823 1998 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972
1824 1999 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2294
1825 #: rhodecode/model/db.py:2286
2000 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2286
2001 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2286
2002 #: rhodecode/model/db.py:2288
1826 2003 msgid "Repository read access"
1827 2004 msgstr "版本库读取权限"
1828 2005
@@ -1850,7 +2027,9 b' msgstr "\xe7\x89\x88\xe6\x9c\xac\xe5\xba\x93\xe8\xaf\xbb\xe5\x8f\x96\xe6\x9d\x83\xe9\x99\x90"'
1850 2027 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1851 2028 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973
1852 2029 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2295
1853 #: rhodecode/model/db.py:2287
2030 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2287
2031 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2287
2032 #: rhodecode/model/db.py:2289
1854 2033 msgid "Repository write access"
1855 2034 msgstr "版本库写入权限"
1856 2035
@@ -1878,7 +2057,9 b' msgstr "\xe7\x89\x88\xe6\x9c\xac\xe5\xba\x93\xe5\x86\x99\xe5\x85\xa5\xe6\x9d\x83\xe9\x99\x90"'
1878 2057 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1879 2058 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974
1880 2059 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2296
1881 #: rhodecode/model/db.py:2288
2060 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2288
2061 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2288
2062 #: rhodecode/model/db.py:2290
1882 2063 msgid "Repository admin access"
1883 2064 msgstr "版本库管理权限"
1884 2065
@@ -1946,7 +2127,9 b' msgstr "RhodeCode \xe7\xae\xa1\xe7\x90\x86\xe5\x91\x98"'
1946 2127 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
1947 2128 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992
1948 2129 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2314
1949 #: rhodecode/model/db.py:2306
2130 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2306
2131 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2306
2132 #: rhodecode/model/db.py:2308
1950 2133 msgid "Repository creation disabled"
1951 2134 msgstr "禁用创建版本库"
1952 2135
@@ -1974,7 +2157,9 b' msgstr "\xe7\xa6\x81\xe7\x94\xa8\xe5\x88\x9b\xe5\xbb\xba\xe7\x89\x88\xe6\x9c\xac\xe5\xba\x93"'
1974 2157 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
1975 2158 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993
1976 2159 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2315
1977 #: rhodecode/model/db.py:2307
2160 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2307
2161 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2307
2162 #: rhodecode/model/db.py:2309
1978 2163 msgid "Repository creation enabled"
1979 2164 msgstr "允许创建版本库"
1980 2165
@@ -2002,7 +2187,9 b' msgstr "\xe5\x85\x81\xe8\xae\xb8\xe5\x88\x9b\xe5\xbb\xba\xe7\x89\x88\xe6\x9c\xac\xe5\xba\x93"'
2002 2187 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
2003 2188 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997
2004 2189 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2319
2005 #: rhodecode/model/db.py:2311
2190 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2311
2191 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2311
2192 #: rhodecode/model/db.py:2313
2006 2193 msgid "Repository forking disabled"
2007 2194 msgstr "禁用复刻版本库"
2008 2195
@@ -2030,7 +2217,9 b' msgstr "\xe7\xa6\x81\xe7\x94\xa8\xe5\xa4\x8d\xe5\x88\xbb\xe7\x89\x88\xe6\x9c\xac\xe5\xba\x93"'
2030 2217 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
2031 2218 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998
2032 2219 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2320
2033 #: rhodecode/model/db.py:2312
2220 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2312
2221 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2312
2222 #: rhodecode/model/db.py:2314
2034 2223 msgid "Repository forking enabled"
2035 2224 msgstr "允许复刻版本库"
2036 2225
@@ -2079,7 +2268,9 b' msgstr "\xe7\x94\xa8\xe8\x87\xaa\xe5\x8a\xa8\xe6\xbf\x80\xe6\xb4\xbb\xe6\xb3\xa8\xe5\x86\x8c\xe6\x96\xb0\xe7\x94\xa8\xe6\x88\xb7"'
2079 2268 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
2080 2269 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343
2081 2270 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2952
2082 #: rhodecode/model/db.py:2944
2271 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2946
2272 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2946
2273 #: rhodecode/model/db.py:2948
2083 2274 msgid "Not Reviewed"
2084 2275 msgstr "未检视"
2085 2276
@@ -2107,7 +2298,9 b' msgstr "\xe6\x9c\xaa\xe6\xa3\x80\xe8\xa7\x86"'
2107 2298 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
2108 2299 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344
2109 2300 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2953
2110 #: rhodecode/model/db.py:2945
2301 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2947
2302 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2947
2303 #: rhodecode/model/db.py:2949
2111 2304 msgid "Approved"
2112 2305 msgstr "已批准"
2113 2306
@@ -2135,7 +2328,9 b' msgstr "\xe5\xb7\xb2\xe6\x89\xb9\xe5\x87\x86"'
2135 2328 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
2136 2329 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
2137 2330 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2954
2138 #: rhodecode/model/db.py:2946
2331 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2948
2332 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2948
2333 #: rhodecode/model/db.py:2950
2139 2334 msgid "Rejected"
2140 2335 msgstr "驳回"
2141 2336
@@ -2163,7 +2358,9 b' msgstr "\xe9\xa9\xb3\xe5\x9b\x9e"'
2163 2358 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
2164 2359 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
2165 2360 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2955
2166 #: rhodecode/model/db.py:2947
2361 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2949
2362 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2949
2363 #: rhodecode/model/db.py:2951
2167 2364 msgid "Under Review"
2168 2365 msgstr "检视中"
2169 2366
@@ -2188,7 +2385,9 b' msgstr "\xe6\xa3\x80\xe8\xa7\x86\xe4\xb8\xad"'
2188 2385 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
2189 2386 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976
2190 2387 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2298
2191 #: rhodecode/model/db.py:2290
2388 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2290
2389 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2290
2390 #: rhodecode/model/db.py:2292
2192 2391 msgid "Repository group no access"
2193 2392 msgstr ""
2194 2393
@@ -2213,7 +2412,9 b' msgstr ""'
2213 2412 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
2214 2413 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977
2215 2414 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2299
2216 #: rhodecode/model/db.py:2291
2415 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2291
2416 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2291
2417 #: rhodecode/model/db.py:2293
2217 2418 msgid "Repository group read access"
2218 2419 msgstr ""
2219 2420
@@ -2238,7 +2439,9 b' msgstr ""'
2238 2439 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2239 2440 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978
2240 2441 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2300
2241 #: rhodecode/model/db.py:2292
2442 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2292
2443 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2292
2444 #: rhodecode/model/db.py:2294
2242 2445 msgid "Repository group write access"
2243 2446 msgstr ""
2244 2447
@@ -2263,7 +2466,9 b' msgstr ""'
2263 2466 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2264 2467 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979
2265 2468 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2301
2266 #: rhodecode/model/db.py:2293
2469 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2293
2470 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2293
2471 #: rhodecode/model/db.py:2295
2267 2472 msgid "Repository group admin access"
2268 2473 msgstr ""
2269 2474
@@ -2287,7 +2492,9 b' msgstr ""'
2287 2492 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2288 2493 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981
2289 2494 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2303
2290 #: rhodecode/model/db.py:2295
2495 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2295
2496 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2295
2497 #: rhodecode/model/db.py:2297
2291 2498 msgid "User group no access"
2292 2499 msgstr ""
2293 2500
@@ -2311,7 +2518,9 b' msgstr ""'
2311 2518 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2312 2519 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982
2313 2520 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2304
2314 #: rhodecode/model/db.py:2296
2521 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2296
2522 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2296
2523 #: rhodecode/model/db.py:2298
2315 2524 msgid "User group read access"
2316 2525 msgstr ""
2317 2526
@@ -2335,7 +2544,9 b' msgstr ""'
2335 2544 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2336 2545 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983
2337 2546 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2305
2338 #: rhodecode/model/db.py:2297
2547 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2297
2548 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2297
2549 #: rhodecode/model/db.py:2299
2339 2550 msgid "User group write access"
2340 2551 msgstr ""
2341 2552
@@ -2359,7 +2570,9 b' msgstr ""'
2359 2570 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2360 2571 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984
2361 2572 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2306
2362 #: rhodecode/model/db.py:2298
2573 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2298
2574 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2298
2575 #: rhodecode/model/db.py:2300
2363 2576 msgid "User group admin access"
2364 2577 msgstr ""
2365 2578
@@ -2383,7 +2596,9 b' msgstr ""'
2383 2596 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2384 2597 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986
2385 2598 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2308
2386 #: rhodecode/model/db.py:2300
2599 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2300
2600 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2300
2601 #: rhodecode/model/db.py:2302
2387 2602 msgid "Repository Group creation disabled"
2388 2603 msgstr ""
2389 2604
@@ -2407,7 +2622,9 b' msgstr ""'
2407 2622 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2408 2623 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987
2409 2624 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2309
2410 #: rhodecode/model/db.py:2301
2625 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2301
2626 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2301
2627 #: rhodecode/model/db.py:2303
2411 2628 msgid "Repository Group creation enabled"
2412 2629 msgstr ""
2413 2630
@@ -2431,7 +2648,9 b' msgstr ""'
2431 2648 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2432 2649 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989
2433 2650 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2311
2434 #: rhodecode/model/db.py:2303
2651 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2303
2652 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2303
2653 #: rhodecode/model/db.py:2305
2435 2654 msgid "User Group creation disabled"
2436 2655 msgstr ""
2437 2656
@@ -2455,7 +2674,9 b' msgstr ""'
2455 2674 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2456 2675 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990
2457 2676 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2312
2458 #: rhodecode/model/db.py:2304
2677 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2304
2678 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2304
2679 #: rhodecode/model/db.py:2306
2459 2680 msgid "User Group creation enabled"
2460 2681 msgstr ""
2461 2682
@@ -2479,7 +2700,9 b' msgstr ""'
2479 2700 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2480 2701 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
2481 2702 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2322
2482 #: rhodecode/model/db.py:2314
2703 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2314
2704 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2314
2705 #: rhodecode/model/db.py:2316
2483 2706 msgid "Registration disabled"
2484 2707 msgstr ""
2485 2708
@@ -2503,7 +2726,9 b' msgstr ""'
2503 2726 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2504 2727 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001
2505 2728 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2323
2506 #: rhodecode/model/db.py:2315
2729 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2315
2730 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2315
2731 #: rhodecode/model/db.py:2317
2507 2732 msgid "User Registration with manual account activation"
2508 2733 msgstr ""
2509 2734
@@ -2527,7 +2752,9 b' msgstr ""'
2527 2752 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2528 2753 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2529 2754 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2324
2530 #: rhodecode/model/db.py:2316
2755 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2316
2756 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2316
2757 #: rhodecode/model/db.py:2318
2531 2758 msgid "User Registration with automatic account activation"
2532 2759 msgstr ""
2533 2760
@@ -2551,7 +2778,9 b' msgstr ""'
2551 2778 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2552 2779 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2553 2780 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2326
2554 #: rhodecode/model/db.py:2318
2781 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2318
2782 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2318
2783 #: rhodecode/model/db.py:2320
2555 2784 msgid "Manual activation of external account"
2556 2785 msgstr ""
2557 2786
@@ -2575,7 +2804,9 b' msgstr ""'
2575 2804 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
2576 2805 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005
2577 2806 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2327
2578 #: rhodecode/model/db.py:2319
2807 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2319
2808 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2319
2809 #: rhodecode/model/db.py:2321
2579 2810 msgid "Automatic activation of external account"
2580 2811 msgstr ""
2581 2812
@@ -2593,7 +2824,9 b' msgstr ""'
2593 2824 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
2594 2825 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994
2595 2826 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2316
2596 #: rhodecode/model/db.py:2308
2827 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2308
2828 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2308
2829 #: rhodecode/model/db.py:2310
2597 2830 msgid ""
2598 2831 "Repository creation enabled with write permission to a repository group"
2599 2832 msgstr ""
@@ -2612,7 +2845,9 b' msgstr ""'
2612 2845 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
2613 2846 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995
2614 2847 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2317
2615 #: rhodecode/model/db.py:2309
2848 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2309
2849 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2309
2850 #: rhodecode/model/db.py:2311
2616 2851 msgid ""
2617 2852 "Repository creation disabled with write permission to a repository group"
2618 2853 msgstr ""
@@ -2628,7 +2863,9 b' msgstr ""'
2628 2863 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
2629 2864 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969
2630 2865 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2291
2631 #: rhodecode/model/db.py:2283
2866 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2283
2867 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2283
2868 #: rhodecode/model/db.py:2285
2632 2869 msgid "RhodeCode Super Administrator"
2633 2870 msgstr ""
2634 2871
@@ -2641,7 +2878,9 b' msgstr ""'
2641 2878 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2642 2879 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2643 2880 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2329
2644 #: rhodecode/model/db.py:2321
2881 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2321
2882 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2321
2883 #: rhodecode/model/db.py:2323
2645 2884 msgid "Inherit object permissions from default user disabled"
2646 2885 msgstr ""
2647 2886
@@ -2654,32 +2893,46 b' msgstr ""'
2654 2893 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
2655 2894 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008
2656 2895 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2330
2657 #: rhodecode/model/db.py:2322
2896 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2322
2897 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2322
2898 #: rhodecode/model/db.py:2324
2658 2899 msgid "Inherit object permissions from default user enabled"
2659 2900 msgstr ""
2660 2901
2661 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909 rhodecode/model/db.py:910
2902 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909
2903 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:910
2904 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:910 rhodecode/model/db.py:910
2662 2905 msgid "all"
2663 2906 msgstr ""
2664 2907
2665 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910 rhodecode/model/db.py:911
2908 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910
2909 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:911
2910 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:911 rhodecode/model/db.py:911
2666 2911 msgid "http/web interface"
2667 2912 msgstr ""
2668 2913
2669 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911 rhodecode/model/db.py:912
2914 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911
2915 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:912
2916 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:912 rhodecode/model/db.py:912
2670 2917 msgid "vcs (git/hg/svn protocol)"
2671 2918 msgstr ""
2672 2919
2673 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912 rhodecode/model/db.py:913
2920 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912
2921 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:913
2922 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:913 rhodecode/model/db.py:913
2674 2923 msgid "api calls"
2675 2924 msgstr ""
2676 2925
2677 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913 rhodecode/model/db.py:914
2926 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913
2927 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:914
2928 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:914 rhodecode/model/db.py:914
2678 2929 msgid "feed access"
2679 2930 msgstr ""
2680 2931
2681 2932 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2069
2682 #: rhodecode/model/db.py:2061
2933 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2061
2934 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2061
2935 #: rhodecode/model/db.py:2063
2683 2936 msgid "No parent"
2684 2937 msgstr ""
2685 2938
@@ -2733,12 +2986,12 b' msgid ""'
2733 2986 "email"
2734 2987 msgstr ""
2735 2988
2736 #: rhodecode/model/comment.py:263
2989 #: rhodecode/model/comment.py:266
2737 2990 msgid "made a comment"
2738 2991 msgstr ""
2739 2992
2740 #: rhodecode/model/comment.py:264
2741 msgid "Refresh page"
2993 #: rhodecode/model/comment.py:267
2994 msgid "Show it now"
2742 2995 msgstr ""
2743 2996
2744 2997 #: rhodecode/model/forms.py:85
@@ -2869,7 +3122,7 b' msgid ""'
2869 3122 " %(pr_title)s"
2870 3123 msgstr ""
2871 3124
2872 #: rhodecode/model/pull_request.py:449
3125 #: rhodecode/model/pull_request.py:448
2873 3126 msgid "Pull request merged and closed"
2874 3127 msgstr ""
2875 3128
@@ -2913,7 +3166,7 b' msgstr "\xe6\x9c\x80\xe6\x96\xb0tip\xe7\x89\x88\xe6\x9c\xac"'
2913 3166 msgid "You can't Edit this user since it's crucial for entire application"
2914 3167 msgstr "由于是系统帐号,无法编辑该用户"
2915 3168
2916 #: rhodecode/model/user.py:285
3169 #: rhodecode/model/user.py:284
2917 3170 #, python-format
2918 3171 msgid ""
2919 3172 "You can't edit this user (`%(username)s`) since it's crucial for entire "
@@ -3167,6 +3420,56 b' msgstr ""'
3167 3420 msgid "Duplicated value for filename found: `{}`"
3168 3421 msgstr ""
3169 3422
3423 #: rhodecode/model/validation_schema/schemas/integration_schema.py:36
3424 msgid "Pick a scope:"
3425 msgstr ""
3426
3427 #: rhodecode/model/validation_schema/schemas/integration_schema.py:39
3428 msgid "Global (all repositories)"
3429 msgstr ""
3430
3431 #: rhodecode/model/validation_schema/schemas/integration_schema.py:40
3432 msgid "Top level repositories only"
3433 msgstr ""
3434
3435 #: rhodecode/model/validation_schema/schemas/integration_schema.py:79
3436 msgid "Only repo admins can create integrations"
3437 msgstr ""
3438
3439 #: rhodecode/model/validation_schema/schemas/integration_schema.py:86
3440 msgid "Only repogroup admins can create integrations"
3441 msgstr ""
3442
3443 #: rhodecode/model/validation_schema/schemas/integration_schema.py:91
3444 msgid "Only superadmins can create global integrations"
3445 msgstr ""
3446
3447 #: rhodecode/model/validation_schema/schemas/integration_schema.py:183
3448 msgid ""
3449 "Scope of the integration. Recursive means the integration runs on all repos"
3450 " of that group and children recursively."
3451 msgstr ""
3452
3453 #: rhodecode/model/validation_schema/schemas/integration_schema.py:186
3454 msgid "Integration scope"
3455 msgstr ""
3456
3457 #: rhodecode/model/validation_schema/schemas/integration_schema.py:217
3458 msgid "General integration options"
3459 msgstr ""
3460
3461 #: rhodecode/model/validation_schema/schemas/integration_schema.py:220
3462 msgid "{integration_type} settings"
3463 msgstr ""
3464
3465 #: rhodecode/model/validation_schema/schemas/user_schema.py:36
3466 msgid "Password is incorrect"
3467 msgstr ""
3468
3469 #: rhodecode/model/validation_schema/schemas/user_schema.py:59
3470 msgid "New password must be different to old password"
3471 msgstr ""
3472
3170 3473 #: rhodecode/public/js/scripts.js:23039
3171 3474 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:16
3172 3475 #: rhodecode/public/js/src/plugins/jquery.autocomplete.js:87
@@ -3337,19 +3640,19 b' msgstr ""'
3337 3640
3338 3641 #: rhodecode/public/js/scripts.js:41308
3339 3642 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:2
3340 #: rhodecode/public/js/src/rhodecode/comments.js:235
3643 #: rhodecode/public/js/src/rhodecode/comments.js:236
3341 3644 msgid "Add another comment"
3342 3645 msgstr ""
3343 3646
3344 3647 #: rhodecode/public/js/scripts.js:41526
3345 3648 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:35
3346 #: rhodecode/public/js/src/rhodecode/comments.js:453
3649 #: rhodecode/public/js/src/rhodecode/comments.js:470
3347 3650 msgid "Status Review"
3348 3651 msgstr ""
3349 3652
3350 3653 #: rhodecode/public/js/scripts.js:41540
3351 3654 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:3
3352 #: rhodecode/public/js/src/rhodecode/comments.js:467
3655 #: rhodecode/public/js/src/rhodecode/comments.js:484
3353 3656 msgid ""
3354 3657 "Comment text will be set automatically based on currently selected status "
3355 3658 "({0}) ..."
@@ -3357,13 +3660,13 b' msgstr ""'
3357 3660
3358 3661 #: rhodecode/public/js/scripts.js:41653
3359 3662 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:37
3360 #: rhodecode/public/js/src/rhodecode/comments.js:580
3663 #: rhodecode/public/js/src/rhodecode/comments.js:597
3361 3664 msgid "Submitting..."
3362 3665 msgstr "提交中……"
3363 3666
3364 3667 #: rhodecode/public/js/scripts.js:41703
3365 3668 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:5
3366 #: rhodecode/public/js/src/rhodecode/comments.js:630
3669 #: rhodecode/public/js/src/rhodecode/comments.js:647
3367 3670 #: rhodecode/templates/files/files_browser_tree.html:47
3368 3671 msgid "Loading ..."
3369 3672 msgstr ""
@@ -3523,6 +3826,22 b' msgstr ""'
3523 3826 msgid "{0} years"
3524 3827 msgstr ""
3525 3828
3829 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3830 msgid "UIEvent"
3831 msgstr ""
3832
3833 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3834 msgid "CustomEvent"
3835 msgstr ""
3836
3837 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3838 msgid "MouseEvent"
3839 msgstr ""
3840
3841 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
3842 msgid "FocusEvent"
3843 msgstr ""
3844
3526 3845 #: rhodecode/templates/index.html:5
3527 3846 msgid "Dashboard"
3528 3847 msgstr "控制面板"
@@ -3571,6 +3890,7 b' msgstr ""'
3571 3890 #: rhodecode/templates/index_base.html:97
3572 3891 #: rhodecode/templates/index_base.html:122
3573 3892 #: rhodecode/templates/admin/gists/index.html:112
3893 #: rhodecode/templates/admin/integrations/list.html:102
3574 3894 #: rhodecode/templates/admin/my_account/my_account_repos.html:31
3575 3895 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
3576 3896 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
@@ -3590,7 +3910,6 b' msgstr "\xe5\x90\x8d\xe7\xa7\xb0"'
3590 3910 #: rhodecode/templates/index_base.html:100
3591 3911 #: rhodecode/templates/index_base.html:125
3592 3912 #: rhodecode/templates/admin/gists/index.html:114
3593 #: rhodecode/templates/admin/integrations/list.html:63
3594 3913 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
3595 3914 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
3596 3915 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:42
@@ -3607,8 +3926,8 b' msgstr "\xe5\x90\x8d\xe7\xa7\xb0"'
3607 3926 #: rhodecode/templates/changeset/changeset.html:53
3608 3927 #: rhodecode/templates/compare/compare_commits.html:24
3609 3928 #: rhodecode/templates/email_templates/commit_comment.mako:82
3610 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3611 #: rhodecode/templates/email_templates/pull_request_review.mako:51
3929 #: rhodecode/templates/email_templates/pull_request_review.mako:41
3930 #: rhodecode/templates/email_templates/pull_request_review.mako:75
3612 3931 #: rhodecode/templates/files/file_tree_detail.html:5
3613 3932 #: rhodecode/templates/files/file_tree_detail.html:12
3614 3933 #: rhodecode/templates/forks/fork.html:48
@@ -3821,9 +4140,13 b' msgstr ""'
3821 4140 #: rhodecode/templates/admin/auth/auth_settings.html:12
3822 4141 #: rhodecode/templates/admin/auth/plugin_settings.html:12
3823 4142 #: rhodecode/templates/admin/defaults/defaults.html:12
3824 #: rhodecode/templates/admin/integrations/base.html:19
3825 #: rhodecode/templates/admin/integrations/edit.html:15
4143 #: rhodecode/templates/admin/integrations/base.html:21
4144 #: rhodecode/templates/admin/integrations/form.html:15
4145 #: rhodecode/templates/admin/integrations/form.html:28
3826 4146 #: rhodecode/templates/admin/integrations/list.html:8
4147 #: rhodecode/templates/admin/integrations/list.html:14
4148 #: rhodecode/templates/admin/integrations/new.html:11
4149 #: rhodecode/templates/admin/integrations/new.html:19
3827 4150 #: rhodecode/templates/admin/permissions/permissions.html:12
3828 4151 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:12
3829 4152 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:12
@@ -3873,7 +4196,6 b' msgstr ""'
3873 4196 #: rhodecode/templates/admin/auth/auth_settings.html:81
3874 4197 #: rhodecode/templates/admin/auth/plugin_settings.html:87
3875 4198 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3876 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3877 4199 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3878 4200 #: rhodecode/templates/admin/permissions/permissions_application.html:50
3879 4201 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
@@ -3910,7 +4232,7 b' msgstr ""'
3910 4232
3911 4233 #: rhodecode/templates/admin/defaults/defaults_repositories.html:14
3912 4234 #: rhodecode/templates/admin/gists/index.html:110
3913 #: rhodecode/templates/admin/integrations/list.html:64
4235 #: rhodecode/templates/admin/integrations/list.html:103
3914 4236 #: rhodecode/templates/admin/repos/repo_add_base.html:62
3915 4237 #: rhodecode/templates/admin/repos/repo_edit_fields.html:12
3916 4238 msgid "Type"
@@ -4055,7 +4377,7 b' msgstr ""'
4055 4377
4056 4378 #: rhodecode/templates/admin/gists/index.html:108
4057 4379 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:24
4058 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:89
4380 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4059 4381 #: rhodecode/templates/bookmarks/bookmarks.html:63
4060 4382 #: rhodecode/templates/branches/branches.html:62
4061 4383 #: rhodecode/templates/changelog/changelog.html:110
@@ -4108,75 +4430,17 b' msgstr ""'
4108 4430 msgid "Create Public Gist"
4109 4431 msgstr ""
4110 4432
4111 #: rhodecode/templates/admin/gists/new.html:62
4112 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
4113 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
4114 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
4115 #: rhodecode/templates/admin/my_account/my_account_password.html:37
4116 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
4117 #: rhodecode/templates/admin/permissions/permissions_application.html:51
4118 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
4119 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
4120 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
4121 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
4122 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
4123 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
4124 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
4125 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
4126 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
4127 #: rhodecode/templates/admin/settings/settings_global.html:110
4128 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
4129 #: rhodecode/templates/admin/settings/settings_labs.html:46
4130 #: rhodecode/templates/admin/settings/settings_vcs.html:14
4131 #: rhodecode/templates/admin/settings/settings_visual.html:220
4132 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
4133 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
4134 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
4135 #: rhodecode/templates/admin/users/user_edit_emails.html:63
4136 #: rhodecode/templates/admin/users/user_edit_ips.html:70
4137 #: rhodecode/templates/admin/users/user_edit_profile.html:135
4138 #: rhodecode/templates/base/default_perms_box.html:89
4139 msgid "Reset"
4140 msgstr "重置"
4141
4142 4433 #: rhodecode/templates/admin/gists/show.html:13
4143 4434 #: rhodecode/templates/admin/gists/show.html:20
4144 4435 msgid "Gist"
4145 4436 msgstr ""
4146 4437
4147 4438 #: rhodecode/templates/admin/gists/show.html:49
4148 #: rhodecode/templates/admin/integrations/list.html:110
4149 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
4150 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
4151 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4152 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
4153 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
4154 #: rhodecode/templates/admin/settings/settings_hooks.html:46
4155 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
4156 #: rhodecode/templates/admin/users/user_edit_emails.html:31
4157 #: rhodecode/templates/admin/users/user_edit_ips.html:34
4158 #: rhodecode/templates/base/issue_tracker_settings.html:70
4159 #: rhodecode/templates/base/vcs_settings.html:147
4160 #: rhodecode/templates/base/vcs_settings.html:172
4161 #: rhodecode/templates/changeset/changeset_file_comment.html:49
4162 #: rhodecode/templates/changeset/changeset_file_comment.html:99
4163 #: rhodecode/templates/data_table/_dt_elements.html:119
4164 #: rhodecode/templates/data_table/_dt_elements.html:176
4165 #: rhodecode/templates/data_table/_dt_elements.html:190
4166 #: rhodecode/templates/data_table/_dt_elements.html:202
4167 #: rhodecode/templates/debug_style/buttons.html:132
4168 #: rhodecode/templates/files/files_source.html:33
4169 #: rhodecode/templates/files/files_source.html:37
4170 #: rhodecode/templates/files/files_source.html:40
4171 msgid "Delete"
4172 msgstr "删除"
4173
4174 #: rhodecode/templates/admin/gists/show.html:49
4175 4439 msgid "Confirm to delete this Gist"
4176 4440 msgstr ""
4177 4441
4178 4442 #: rhodecode/templates/admin/gists/show.html:56
4179 #: rhodecode/templates/admin/integrations/list.html:103
4443 #: rhodecode/templates/admin/integrations/list.html:204
4180 4444 #: rhodecode/templates/admin/my_account/my_account_profile.html:5
4181 4445 #: rhodecode/templates/base/issue_tracker_settings.html:61
4182 4446 #: rhodecode/templates/changeset/changeset_file_comment.html:145
@@ -4188,8 +4452,8 b' msgstr ""'
4188 4452 #: rhodecode/templates/debug_style/buttons.html:128
4189 4453 #: rhodecode/templates/files/files_add.html:204
4190 4454 #: rhodecode/templates/files/files_edit.html:165
4191 #: rhodecode/templates/files/files_source.html:36
4192 #: rhodecode/templates/files/files_source.html:39
4455 #: rhodecode/templates/files/files_source.html:37
4456 #: rhodecode/templates/files/files_source.html:40
4193 4457 #: rhodecode/templates/pullrequests/pullrequest_show.html:50
4194 4458 #: rhodecode/templates/pullrequests/pullrequest_show.html:184
4195 4459 #: rhodecode/templates/users/user_profile.html:7
@@ -4210,17 +4474,27 b' msgstr ""'
4210 4474
4211 4475 #: rhodecode/templates/admin/gists/show.html:91
4212 4476 #: rhodecode/templates/files/files_delete.html:50
4213 #: rhodecode/templates/files/files_source.html:61
4477 #: rhodecode/templates/files/files_source.html:62
4214 4478 msgid "Show as raw"
4215 4479 msgstr ""
4216 4480
4217 #: rhodecode/templates/admin/integrations/base.html:12
4218 msgid "Integrations settings"
4219 msgstr ""
4220
4221 #: rhodecode/templates/admin/integrations/edit.html:17
4481 #: rhodecode/templates/admin/integrations/base.html:14
4482 msgid "Integrations Settings"
4483 msgstr ""
4484
4485 #: rhodecode/templates/admin/integrations/form.html:17
4222 4486 #: rhodecode/templates/admin/integrations/list.html:10
4223 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:44
4487 #: rhodecode/templates/admin/integrations/new.html:13
4488 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4489 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4490 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4491 msgid "Repository Groups"
4492 msgstr ""
4493
4494 #: rhodecode/templates/admin/integrations/form.html:30
4495 #: rhodecode/templates/admin/integrations/list.html:16
4496 #: rhodecode/templates/admin/integrations/new.html:21
4497 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:48
4224 4498 #: rhodecode/templates/admin/repos/repo_edit.html:15
4225 4499 #: rhodecode/templates/admin/repos/repo_edit.html:43
4226 4500 #: rhodecode/templates/admin/settings/settings.html:14
@@ -4230,27 +4504,101 b' msgstr ""'
4230 4504 msgid "Settings"
4231 4505 msgstr "设置"
4232 4506
4233 #: rhodecode/templates/admin/integrations/edit.html:36
4234 #, python-format
4235 msgid "Create new %(integration_type)s integration"
4236 msgstr ""
4237
4238 #: rhodecode/templates/admin/integrations/list.html:31
4507 #: rhodecode/templates/admin/integrations/form.html:60
4508 #, python-format
4509 msgid "Create New %(integration_type)s Integration"
4510 msgstr ""
4511
4512 #: rhodecode/templates/admin/integrations/list.html:44
4513 msgid "Current Integrations for Repository: {repo_name}"
4514 msgstr ""
4515
4516 #: rhodecode/templates/admin/integrations/list.html:46
4517 msgid "Current Integrations for repository group: {repo_group_name}"
4518 msgstr ""
4519
4520 #: rhodecode/templates/admin/integrations/list.html:48
4521 msgid "Current Integrations"
4522 msgstr ""
4523
4524 #: rhodecode/templates/admin/integrations/list.html:64
4525 #: rhodecode/templates/admin/notifications/notifications.html:31
4526 msgid "All"
4527 msgstr "全部"
4528
4529 #: rhodecode/templates/admin/integrations/list.html:95
4530 #: rhodecode/templates/admin/integrations/new.html:26
4239 4531 msgid "Create new integration"
4240 4532 msgstr ""
4241 4533
4242 #: rhodecode/templates/admin/integrations/list.html:56
4243 msgid "Current integrations"
4244 msgstr ""
4245
4246 #: rhodecode/templates/admin/integrations/list.html:65
4534 #: rhodecode/templates/admin/integrations/list.html:104
4535 msgid "Scope"
4536 msgstr ""
4537
4538 #: rhodecode/templates/admin/integrations/list.html:105
4247 4539 msgid "Actions"
4248 4540 msgstr ""
4249 4541
4250 #: rhodecode/templates/admin/integrations/list.html:89
4542 #: rhodecode/templates/admin/integrations/list.html:115
4543 msgid "No {type} integrations for repo {repo} exist yet."
4544 msgstr ""
4545
4546 #: rhodecode/templates/admin/integrations/list.html:117
4547 msgid "No {type} integrations for repogroup {repogroup} exist yet."
4548 msgstr ""
4549
4550 #: rhodecode/templates/admin/integrations/list.html:119
4551 msgid "No {type} integrations exist yet."
4552 msgstr ""
4553
4554 #: rhodecode/templates/admin/integrations/list.html:133
4555 msgid "Create one"
4556 msgstr ""
4557
4558 #: rhodecode/templates/admin/integrations/list.html:164
4559 msgid "repo"
4560 msgstr ""
4561
4562 #: rhodecode/templates/admin/integrations/list.html:168
4563 msgid "repogroup"
4564 msgstr ""
4565
4566 #: rhodecode/templates/admin/integrations/list.html:170
4567 msgid "child repos only"
4568 msgstr ""
4569
4570 #: rhodecode/templates/admin/integrations/list.html:172
4571 msgid "cascade to all"
4572 msgstr ""
4573
4574 #: rhodecode/templates/admin/integrations/list.html:177
4575 msgid "top level repos only"
4576 msgstr ""
4577
4578 #: rhodecode/templates/admin/integrations/list.html:179
4579 msgid "global"
4580 msgstr ""
4581
4582 #: rhodecode/templates/admin/integrations/list.html:185
4251 4583 msgid "unknown integration"
4252 4584 msgstr ""
4253 4585
4586 #: rhodecode/templates/admin/integrations/new.html:31
4587 msgid "Create New Integration for repository: {repo_name}"
4588 msgstr ""
4589
4590 #: rhodecode/templates/admin/integrations/new.html:33
4591 msgid "Create New Integration for repository group: {repo_group_name}"
4592 msgstr ""
4593
4594 #: rhodecode/templates/admin/integrations/new.html:35
4595 msgid "Create New Global Integration"
4596 msgstr ""
4597
4598 #: rhodecode/templates/admin/integrations/new.html:61
4599 msgid "No description available"
4600 msgstr ""
4601
4254 4602 #: rhodecode/templates/admin/my_account/my_account.html:5
4255 4603 #: rhodecode/templates/base/base.html:343
4256 4604 msgid "My account"
@@ -4270,7 +4618,7 b' msgstr ""'
4270 4618 msgid "Auth Tokens"
4271 4619 msgstr ""
4272 4620
4273 #: rhodecode/templates/admin/my_account/my_account.html:34
4621 #: rhodecode/templates/admin/my_account/my_account.html:35
4274 4622 msgid "OAuth Identities"
4275 4623 msgstr ""
4276 4624
@@ -4388,36 +4736,18 b' msgstr ""'
4388 4736 msgid "New email address"
4389 4737 msgstr "增加邮箱"
4390 4738
4391 #: rhodecode/templates/admin/my_account/my_account_notifications.html:3
4392 msgid "Your live notification settings"
4393 msgstr ""
4394
4395 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4396 #: rhodecode/templates/admin/notifications/show_notification.html:12
4397 msgid "Notifications"
4398 msgstr "通知"
4399
4400 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4401 msgid "Disabled"
4402 msgstr "停用"
4739 #: rhodecode/templates/admin/my_account/my_account_notifications.html:12
4740 msgid "Your Live Notification Settings"
4741 msgstr ""
4742
4743 #: rhodecode/templates/admin/my_account/my_account_notifications.html:24
4744 msgid "Notifications Status"
4745 msgstr ""
4403 4746
4404 4747 #: rhodecode/templates/admin/my_account/my_account_password.html:3
4405 4748 msgid "Change Your Account Password"
4406 4749 msgstr ""
4407 4750
4408 #: rhodecode/templates/admin/my_account/my_account_password.html:10
4409 msgid "Current Password"
4410 msgstr ""
4411
4412 #: rhodecode/templates/admin/my_account/my_account_password.html:19
4413 #: rhodecode/templates/admin/users/user_edit_profile.html:74
4414 msgid "New Password"
4415 msgstr ""
4416
4417 #: rhodecode/templates/admin/my_account/my_account_password.html:28
4418 msgid "Confirm New Password"
4419 msgstr ""
4420
4421 4751 #: rhodecode/templates/admin/my_account/my_account_profile.html:11
4422 4752 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:52
4423 4753 #: rhodecode/templates/admin/users/user_edit_profile.html:25
@@ -4457,27 +4787,28 b' msgid "Pull Requests You Opened"'
4457 4787 msgstr ""
4458 4788
4459 4789 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:23
4460 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
4790 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:87
4461 4791 msgid "Target Repo"
4462 4792 msgstr ""
4463 4793
4464 4794 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:26
4465 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4795 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:90
4466 4796 #: rhodecode/templates/admin/settings/settings_global.html:9
4467 #: rhodecode/templates/email_templates/pull_request_review.mako:28
4468 #: rhodecode/templates/email_templates/pull_request_review.mako:48
4797 #: rhodecode/templates/email_templates/pull_request_review.mako:39
4798 #: rhodecode/templates/email_templates/pull_request_review.mako:72
4469 4799 #: rhodecode/templates/pullrequests/pullrequest.html:38
4470 4800 #: rhodecode/templates/pullrequests/pullrequests.html:104
4471 4801 msgid "Title"
4472 4802 msgstr "标题"
4473 4803
4474 4804 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
4475 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:92
4476 msgid "Opened On"
4805 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4806 #: rhodecode/templates/pullrequests/pullrequests.html:108
4807 msgid "Last Update"
4477 4808 msgstr ""
4478 4809
4479 4810 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:43
4480 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:107
4811 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:106
4481 4812 #: rhodecode/templates/changelog/changelog.html:153
4482 4813 #: rhodecode/templates/compare/compare_commits.html:49
4483 4814 #: rhodecode/templates/search/search_commit.html:36
@@ -4485,7 +4816,7 b' msgid "Expand commit message"'
4485 4816 msgstr ""
4486 4817
4487 4818 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:52
4488 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:116
4819 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:115
4489 4820 #: rhodecode/templates/changeset/changeset_file_comment.html:284
4490 4821 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
4491 4822 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
@@ -4493,19 +4824,19 b' msgstr ""'
4493 4824 msgid "Closed"
4494 4825 msgstr "已关闭"
4495 4826
4496 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:64
4827 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
4497 4828 msgid "Confirm to delete this pull request"
4498 4829 msgstr "确认删除拉取请求"
4499 4830
4500 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:71
4831 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:70
4501 4832 msgid "You currently have no open pull requests."
4502 4833 msgstr ""
4503 4834
4504 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:79
4835 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:78
4505 4836 msgid "Pull Requests You Participate In"
4506 4837 msgstr ""
4507 4838
4508 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:129
4839 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:127
4509 4840 msgid ""
4510 4841 "There are currently no open pull requests requiring your participation."
4511 4842 msgstr ""
@@ -4523,10 +4854,6 b' msgstr ""'
4523 4854 msgid "My Notifications"
4524 4855 msgstr "我的通知"
4525 4856
4526 #: rhodecode/templates/admin/notifications/notifications.html:31
4527 msgid "All"
4528 msgstr "全部"
4529
4530 4857 #: rhodecode/templates/admin/notifications/notifications.html:32
4531 4858 #: rhodecode/templates/changeset/changeset.html:140
4532 4859 #: rhodecode/templates/pullrequests/pullrequest_show.html:133
@@ -4546,12 +4873,16 b' msgstr "\xe6\x97\xa0\xe9\x80\x9a\xe7\x9f\xa5"'
4546 4873 msgid "Show notification"
4547 4874 msgstr "显示通知"
4548 4875
4876 #: rhodecode/templates/admin/notifications/show_notification.html:12
4877 msgid "Notifications"
4878 msgstr "通知"
4879
4549 4880 #: rhodecode/templates/admin/permissions/permissions.html:5
4550 4881 msgid "Permissions Administration"
4551 4882 msgstr ""
4552 4883
4553 4884 #: rhodecode/templates/admin/permissions/permissions.html:14
4554 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:45
4885 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:49
4555 4886 #: rhodecode/templates/admin/repos/repo_edit.html:46
4556 4887 #: rhodecode/templates/admin/user_groups/user_group_edit.html:34
4557 4888 #: rhodecode/templates/base/base.html:82
@@ -4664,12 +4995,6 b' msgstr ""'
4664 4995 msgid "Overwrite Existing Settings"
4665 4996 msgstr ""
4666 4997
4667 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4668 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4669 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4670 msgid "Repository Groups"
4671 msgstr ""
4672
4673 4998 #: rhodecode/templates/admin/permissions/permissions_objects.html:34
4674 4999 msgid ""
4675 5000 "All default permissions on each repository group will be reset to chosen "
@@ -4732,7 +5057,7 b' msgstr ""'
4732 5057 msgid "Add Child Group"
4733 5058 msgstr ""
4734 5059
4735 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:46
5060 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:50
4736 5061 #: rhodecode/templates/admin/repos/repo_edit.html:49
4737 5062 #: rhodecode/templates/admin/user_groups/user_group_edit.html:35
4738 5063 #: rhodecode/templates/admin/users/user_edit.html:35
@@ -4999,7 +5324,6 b' msgid "Statistics"'
4999 5324 msgstr "统计"
5000 5325
5001 5326 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:7
5002 #: rhodecode/templates/pullrequests/pullrequests.html:108
5003 5327 msgid "Updated on"
5004 5328 msgstr ""
5005 5329
@@ -5400,7 +5724,7 b' msgstr ""'
5400 5724
5401 5725 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:45
5402 5726 #: rhodecode/templates/admin/settings/settings_global.html:109
5403 #: rhodecode/templates/admin/settings/settings_labs.html:45
5727 #: rhodecode/templates/admin/settings/settings_labs.html:48
5404 5728 #: rhodecode/templates/admin/settings/settings_vcs.html:13
5405 5729 #: rhodecode/templates/admin/settings/settings_visual.html:219
5406 5730 msgid "Save settings"
@@ -5617,6 +5941,10 b' msgstr "\xe8\x87\xaa\xe5\xae\x9a\xe4\xb9\x89\xe9\x92\xa9\xe5\xad\x90"'
5617 5941 msgid "Labs Settings"
5618 5942 msgstr ""
5619 5943
5944 #: rhodecode/templates/admin/settings/settings_labs.html:10
5945 msgid "There are no Labs settings currently"
5946 msgstr ""
5947
5620 5948 #: rhodecode/templates/admin/settings/settings_mapping.html:5
5621 5949 msgid "Import New Groups or Repositories"
5622 5950 msgstr ""
@@ -6349,6 +6677,10 b' msgstr ""'
6349 6677 msgid "Change the avatar at"
6350 6678 msgstr ""
6351 6679
6680 #: rhodecode/templates/admin/users/user_edit_profile.html:74
6681 msgid "New Password"
6682 msgstr ""
6683
6352 6684 #: rhodecode/templates/admin/users/user_edit_profile.html:82
6353 6685 msgid "New Password Confirmation"
6354 6686 msgstr ""
@@ -6379,7 +6711,7 b' msgid "Authentication type"'
6379 6711 msgstr ""
6380 6712
6381 6713 #: rhodecode/templates/base/base.html:44
6382 #: rhodecode/templates/errors/error_document.html:51
6714 #: rhodecode/templates/errors/error_document.html:57
6383 6715 msgid "Support"
6384 6716 msgstr ""
6385 6717
@@ -6762,7 +7094,7 b' msgstr ""'
6762 7094 msgid "No permission defined"
6763 7095 msgstr ""
6764 7096
6765 #: rhodecode/templates/base/root.html:120
7097 #: rhodecode/templates/base/root.html:161
6766 7098 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6767 7099 msgstr ""
6768 7100
@@ -6864,29 +7196,65 b' msgid ""'
6864 7196 "repositories and migrates them to Mercurial type."
6865 7197 msgstr ""
6866 7198
6867 #: rhodecode/templates/base/vcs_settings.html:124
6868 msgid "Subversion Settings"
7199 #: rhodecode/templates/base/vcs_settings.html:123
7200 msgid "Mercurial Labs Settings"
7201 msgstr ""
7202
7203 #: rhodecode/templates/base/vcs_settings.html:123
7204 msgid ""
7205 "These features are considered experimental and may not work as expected."
6869 7206 msgstr ""
6870 7207
6871 7208 #: rhodecode/templates/base/vcs_settings.html:129
7209 msgid "Use rebase as merge strategy"
7210 msgstr ""
7211
7212 #: rhodecode/templates/base/vcs_settings.html:132
7213 msgid ""
7214 "Use rebase instead of creating a merge commit when merging via web "
7215 "interface."
7216 msgstr ""
7217
7218 #: rhodecode/templates/base/vcs_settings.html:144
7219 msgid "Global Subversion Settings"
7220 msgstr ""
7221
7222 #: rhodecode/templates/base/vcs_settings.html:150
7223 msgid "Proxy subversion HTTP requests"
7224 msgstr ""
7225
7226 #: rhodecode/templates/base/vcs_settings.html:153
7227 msgid ""
7228 "Subversion HTTP Support. Enables communication with SVN over HTTP protocol."
7229 msgstr ""
7230
7231 #: rhodecode/templates/base/vcs_settings.html:158
7232 msgid "Subversion HTTP Server URL"
7233 msgstr ""
7234
7235 #: rhodecode/templates/base/vcs_settings.html:171
7236 msgid "Subversion Settings"
7237 msgstr ""
7238
7239 #: rhodecode/templates/base/vcs_settings.html:176
6872 7240 msgid "Repository patterns"
6873 7241 msgstr ""
6874 7242
6875 #: rhodecode/templates/base/vcs_settings.html:133
7243 #: rhodecode/templates/base/vcs_settings.html:180
6876 7244 msgid ""
6877 7245 "Patterns for identifying SVN branches and tags. For recursive search, use "
6878 7246 "\"*\". Eg.: \"/branches/*\""
6879 7247 msgstr ""
6880 7248
6881 #: rhodecode/templates/base/vcs_settings.html:196
7249 #: rhodecode/templates/base/vcs_settings.html:246
6882 7250 msgid "Pull Request Settings"
6883 7251 msgstr ""
6884 7252
6885 #: rhodecode/templates/base/vcs_settings.html:201
7253 #: rhodecode/templates/base/vcs_settings.html:251
6886 7254 msgid "Enable server-side merge for pull requests"
6887 7255 msgstr ""
6888 7256
6889 #: rhodecode/templates/base/vcs_settings.html:204
7257 #: rhodecode/templates/base/vcs_settings.html:254
6890 7258 msgid ""
6891 7259 "Note: when this feature is enabled, it only runs hooks defined in the "
6892 7260 "rcextension package. Custom hooks added on the Admin -> Settings -> Hooks "
@@ -6894,34 +7262,16 b' msgid ""'
6894 7262 "web interface."
6895 7263 msgstr ""
6896 7264
6897 #: rhodecode/templates/base/vcs_settings.html:208
7265 #: rhodecode/templates/base/vcs_settings.html:258
6898 7266 msgid "Invalidate and relocate inline comments during update"
6899 7267 msgstr ""
6900 7268
6901 #: rhodecode/templates/base/vcs_settings.html:211
7269 #: rhodecode/templates/base/vcs_settings.html:261
6902 7270 msgid ""
6903 7271 "During the update of a pull request, the position of inline comments will be"
6904 7272 " updated and outdated inline comments will be hidden."
6905 7273 msgstr ""
6906 7274
6907 #: rhodecode/templates/base/vcs_settings.html:222
6908 msgid "Labs settings"
6909 msgstr ""
6910
6911 #: rhodecode/templates/base/vcs_settings.html:222
6912 msgid ""
6913 "These features are considered experimental and may not work as expected."
6914 msgstr ""
6915
6916 #: rhodecode/templates/base/vcs_settings.html:229
6917 msgid "Mercurial server-side merge"
6918 msgstr ""
6919
6920 #: rhodecode/templates/base/vcs_settings.html:234
6921 msgid ""
6922 "Use rebase instead of creating a merge commit when merging via web interface"
6923 msgstr ""
6924
6925 7275 #: rhodecode/templates/bookmarks/bookmarks.html:5
6926 7276 #, python-format
6927 7277 msgid "%s Bookmarks"
@@ -7326,7 +7676,7 b' msgstr ""'
7326 7676 #: rhodecode/templates/changeset/changeset_file_comment.html:293
7327 7677 #: rhodecode/templates/compare/compare_diff.html:57
7328 7678 #: rhodecode/templates/email_templates/commit_comment.mako:87
7329 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7679 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7330 7680 msgid "Comment"
7331 7681 msgstr "评论"
7332 7682
@@ -7468,17 +7818,17 b' msgid "Compare Commits"'
7468 7818 msgstr ""
7469 7819
7470 7820 #: rhodecode/templates/compare/compare_diff.html:46
7471 #: rhodecode/templates/email_templates/pull_request_review.mako:50
7821 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7472 7822 #: rhodecode/templates/files/file_diff.html:56
7473 7823 #: rhodecode/templates/pullrequests/pullrequest_show.html:85
7474 7824 msgid "Target"
7475 7825 msgstr ""
7476 7826
7477 7827 #: rhodecode/templates/compare/compare_diff.html:47
7478 #: rhodecode/templates/email_templates/pull_request_comment.mako:92
7479 #: rhodecode/templates/email_templates/pull_request_review.mako:49
7828 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7829 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7480 7830 #: rhodecode/templates/files/file_diff.html:62
7481 #: rhodecode/templates/files/files_source.html:18
7831 #: rhodecode/templates/files/files_source.html:19
7482 7832 msgid "Source"
7483 7833 msgstr ""
7484 7834
@@ -7658,17 +8008,17 b' msgstr ""'
7658 8008 msgid "Form vertical"
7659 8009 msgstr ""
7660 8010
7661 #: rhodecode/templates/email_templates/base.mako:7
8011 #: rhodecode/templates/email_templates/base.mako:32
7662 8012 #, python-format
7663 8013 msgid "This is a notification from RhodeCode. %(instance_url)s"
7664 8014 msgstr ""
7665 8015
7666 #: rhodecode/templates/email_templates/base.mako:90
8016 #: rhodecode/templates/email_templates/base.mako:115
7667 8017 msgid "RhodeCode"
7668 8018 msgstr ""
7669 8019
7670 8020 #: rhodecode/templates/email_templates/commit_comment.mako:16
7671 #: rhodecode/templates/email_templates/pull_request_comment.mako:17
8021 #: rhodecode/templates/email_templates/pull_request_comment.mako:18
7672 8022 msgid "[mention]"
7673 8023 msgstr ""
7674 8024
@@ -7697,12 +8047,12 b' msgid "%(user)s commented on commit `%(c'
7697 8047 msgstr ""
7698 8048
7699 8049 #: rhodecode/templates/email_templates/commit_comment.mako:43
7700 #: rhodecode/templates/email_templates/pull_request_comment.mako:43
8050 #: rhodecode/templates/email_templates/pull_request_comment.mako:44
7701 8051 msgid "Comment link"
7702 8052 msgstr ""
7703 8053
7704 8054 #: rhodecode/templates/email_templates/commit_comment.mako:48
7705 #: rhodecode/templates/email_templates/pull_request_comment.mako:48
8055 #: rhodecode/templates/email_templates/pull_request_comment.mako:49
7706 8056 #, python-format
7707 8057 msgid "File: %(comment_file)s on line %(comment_line)s"
7708 8058 msgstr ""
@@ -7731,7 +8081,7 b' msgid "The commit status was changed to"'
7731 8081 msgstr ""
7732 8082
7733 8083 #: rhodecode/templates/email_templates/commit_comment.mako:87
7734 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
8084 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7735 8085 #, python-format
7736 8086 msgid "Comment on line: %(comment_line)s"
7737 8087 msgstr ""
@@ -7740,96 +8090,100 b' msgstr ""'
7740 8090 msgid "Generate new password here"
7741 8091 msgstr ""
7742 8092
7743 #: rhodecode/templates/email_templates/pull_request_comment.mako:20
8093 #: rhodecode/templates/email_templates/pull_request_comment.mako:21
7744 8094 #, python-format
7745 8095 msgid ""
7746 8096 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (file: "
7747 8097 "`%(comment_file)s`)"
7748 8098 msgstr ""
7749 8099
7750 #: rhodecode/templates/email_templates/pull_request_comment.mako:23
8100 #: rhodecode/templates/email_templates/pull_request_comment.mako:24
7751 8101 #, python-format
7752 8102 msgid ""
7753 8103 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (status: "
7754 8104 "%(status)s)"
7755 8105 msgstr ""
7756 8106
7757 #: rhodecode/templates/email_templates/pull_request_comment.mako:25
7758 #: rhodecode/templates/email_templates/pull_request_comment.mako:82
8107 #: rhodecode/templates/email_templates/pull_request_comment.mako:26
8108 #: rhodecode/templates/email_templates/pull_request_comment.mako:83
7759 8109 #, python-format
7760 8110 msgid "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\""
7761 8111 msgstr ""
7762 8112
7763 #: rhodecode/templates/email_templates/pull_request_comment.mako:45
8113 #: rhodecode/templates/email_templates/pull_request_comment.mako:46
7764 8114 msgid "Source repository"
7765 8115 msgstr ""
7766 8116
7767 #: rhodecode/templates/email_templates/pull_request_comment.mako:54
8117 #: rhodecode/templates/email_templates/pull_request_comment.mako:55
7768 8118 #, python-format
7769 8119 msgid "%(user)s submitted pull request #%(pr_id)s status: *%(status)s*"
7770 8120 msgstr ""
7771 8121
7772 #: rhodecode/templates/email_templates/pull_request_comment.mako:56
8122 #: rhodecode/templates/email_templates/pull_request_comment.mako:57
7773 8123 #, python-format
7774 8124 msgid ""
7775 8125 "%(user)s submitted pull request #%(pr_id)s status: *%(status)s and closed*"
7776 8126 msgstr ""
7777 8127
7778 #: rhodecode/templates/email_templates/pull_request_comment.mako:80
8128 #: rhodecode/templates/email_templates/pull_request_comment.mako:81
7779 8129 #, python-format
7780 8130 msgid ""
7781 8131 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" "
7782 8132 "(file:`%(comment_file)s`)"
7783 8133 msgstr ""
7784 8134
7785 #: rhodecode/templates/email_templates/pull_request_comment.mako:86
8135 #: rhodecode/templates/email_templates/pull_request_comment.mako:87
7786 8136 #, python-format
7787 8137 msgid "submitted pull request status: %(status)s"
7788 8138 msgstr ""
7789 8139
7790 #: rhodecode/templates/email_templates/pull_request_comment.mako:88
8140 #: rhodecode/templates/email_templates/pull_request_comment.mako:89
7791 8141 #, python-format
7792 8142 msgid "submitted pull request status: %(status)s and closed"
7793 8143 msgstr ""
7794 8144
7795 #: rhodecode/templates/email_templates/pull_request_review.mako:5
7796 #, python-format
7797 msgid "%(user)s wants you to review pull request #%(pr_url)s: \"%(pr_title)s\""
7798 msgstr ""
7799
7800 #: rhodecode/templates/email_templates/pull_request_review.mako:17
8145 #: rhodecode/templates/email_templates/pull_request_comment.mako:95
8146 msgid "Submitted status"
8147 msgstr ""
8148
8149 #: rhodecode/templates/email_templates/pull_request_review.mako:14
8150 #, python-format
8151 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\""
8152 msgstr ""
8153
8154 #: rhodecode/templates/email_templates/pull_request_review.mako:34
7801 8155 #, python-format
7802 8156 msgid ""
7803 8157 "Pull request from %(source_ref_type)s:%(source_ref_name)s of %(repo_url)s "
7804 8158 "into %(target_ref_type)s:%(target_ref_name)s"
7805 8159 msgstr ""
7806 8160
7807 #: rhodecode/templates/email_templates/pull_request_review.mako:26
8161 #: rhodecode/templates/email_templates/pull_request_review.mako:37
7808 8162 msgid "Link"
7809 8163 msgstr ""
7810 8164
7811 #: rhodecode/templates/email_templates/pull_request_review.mako:35
8165 #: rhodecode/templates/email_templates/pull_request_review.mako:46
7812 8166 #, python-format
7813 8167 msgid "Commit (%(num)s)"
7814 8168 msgid_plural "Commits (%(num)s)"
7815 8169 msgstr[0] ""
7816 8170
7817 #: rhodecode/templates/email_templates/pull_request_review.mako:47
8171 #: rhodecode/templates/email_templates/pull_request_review.mako:71
7818 8172 #, python-format
7819 8173 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\"."
7820 8174 msgstr ""
7821 8175
7822 #: rhodecode/templates/email_templates/pull_request_review.mako:49
8176 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7823 8177 #, python-format
7824 8178 msgid "%(source_ref_type)s of %(source_repo_url)s"
7825 8179 msgstr ""
7826 8180
7827 #: rhodecode/templates/email_templates/pull_request_review.mako:50
8181 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7828 8182 #, python-format
7829 8183 msgid "%(target_ref_type)s of %(target_repo_url)s"
7830 8184 msgstr ""
7831 8185
7832 #: rhodecode/templates/email_templates/pull_request_review.mako:52
8186 #: rhodecode/templates/email_templates/pull_request_review.mako:76
7833 8187 #: rhodecode/templates/summary/components.html:95
7834 8188 #: rhodecode/templates/summary/components.html:98
7835 8189 #, python-format
@@ -8068,13 +8422,13 b' msgid "Delete file"'
8068 8422 msgstr ""
8069 8423
8070 8424 #: rhodecode/templates/files/files_delete.html:45
8071 #: rhodecode/templates/files/files_source.html:49
8425 #: rhodecode/templates/files/files_source.html:50
8072 8426 #, python-format
8073 8427 msgid "Binary file (%s)"
8074 8428 msgstr "二进制文件(%s)"
8075 8429
8076 8430 #: rhodecode/templates/files/files_delete.html:50
8077 #: rhodecode/templates/files/files_source.html:61
8431 #: rhodecode/templates/files/files_source.html:62
8078 8432 msgid "File is too big to display"
8079 8433 msgstr "文件过大,不能显示"
8080 8434
@@ -8143,44 +8497,44 b' msgid "line"'
8143 8497 msgid_plural "lines"
8144 8498 msgstr[0] ""
8145 8499
8146 #: rhodecode/templates/files/files_source.html:12
8500 #: rhodecode/templates/files/files_source.html:13
8147 8501 msgid "History"
8148 8502 msgstr ""
8149 8503
8150 #: rhodecode/templates/files/files_source.html:15
8504 #: rhodecode/templates/files/files_source.html:16
8151 8505 #: rhodecode/templates/search/search_content.html:68
8152 8506 msgid "Show Full History"
8153 8507 msgstr ""
8154 8508
8155 #: rhodecode/templates/files/files_source.html:20
8509 #: rhodecode/templates/files/files_source.html:21
8156 8510 #: rhodecode/templates/search/search_content.html:70
8157 8511 msgid "Annotation"
8158 8512 msgstr ""
8159 8513
8160 #: rhodecode/templates/files/files_source.html:22
8514 #: rhodecode/templates/files/files_source.html:23
8161 8515 #: rhodecode/templates/search/search_content.html:71
8162 8516 msgid "Raw"
8163 8517 msgstr ""
8164 8518
8165 #: rhodecode/templates/files/files_source.html:24
8519 #: rhodecode/templates/files/files_source.html:25
8166 8520 #: rhodecode/templates/search/search_content.html:73
8167 8521 msgid "Download"
8168 8522 msgstr "下载"
8169 8523
8170 #: rhodecode/templates/files/files_source.html:31
8524 #: rhodecode/templates/files/files_source.html:32
8171 8525 #, python-format
8172 8526 msgid "Edit on Branch:%s"
8173 8527 msgstr ""
8174 8528
8175 #: rhodecode/templates/files/files_source.html:36
8529 #: rhodecode/templates/files/files_source.html:37
8176 8530 msgid "Editing binary files not allowed"
8177 8531 msgstr ""
8178 8532
8179 #: rhodecode/templates/files/files_source.html:39
8180 msgid "Editing files allowed only when on branch head commit"
8181 msgstr ""
8182
8183 8533 #: rhodecode/templates/files/files_source.html:40
8534 msgid "Editing files allowed only when on branch head commit"
8535 msgstr ""
8536
8537 #: rhodecode/templates/files/files_source.html:41
8184 8538 msgid "Deleting files allowed only when on branch head commit"
8185 8539 msgstr ""
8186 8540
General Comments 0
You need to be logged in to leave comments. Login now