##// END OF EJS Templates
i18n: Updated message catalog template
marcink -
r656:485b22be stable
parent child Browse files
Show More
@@ -11,6 +11,7 b' done = true'
11 11 [task:changelog_updated]
12 12
13 13 [task:generate_api_docs]
14 done = true
14 15
15 16 [task:updated_translation]
16 17
@@ -8,7 +8,7 b' msgid ""'
8 8 msgstr ""
9 9 "Project-Id-Version: rhodecode-enterprise-ce 4.3.0\n"
10 10 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
11 "POT-Creation-Date: 2016-08-02 20:55+0000\n"
11 "POT-Creation-Date: 2016-08-12 12:29+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"
@@ -41,7 +41,8 b' msgstr ""'
41 41 msgid "Issue Tracker"
42 42 msgstr ""
43 43
44 #: rhodecode/admin/navigation.py:80 rhodecode/templates/register.html:76
44 #: rhodecode/admin/navigation.py:80 rhodecode/integrations/types/email.py:172
45 #: rhodecode/templates/register.html:76
45 46 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
46 47 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
47 48 #: rhodecode/templates/admin/users/user_add.html:86
@@ -384,12 +385,12 b' msgstr ""'
384 385
385 386 #: rhodecode/controllers/changeset.py:335
386 387 #: rhodecode/controllers/pullrequests.py:750
387 #: rhodecode/model/pull_request.py:843
388 #: rhodecode/model/pull_request.py:842
388 389 #, python-format
389 390 msgid "Status change %(transition_icon)s %(status)s"
390 391 msgstr ""
391 392
392 #: rhodecode/controllers/changeset.py:372
393 #: rhodecode/controllers/changeset.py:373
393 394 msgid "Changing the status of a commit associated with a closed pull request is not allowed"
394 395 msgstr ""
395 396
@@ -635,11 +636,11 b' msgid "Close Pull Request"'
635 636 msgstr ""
636 637
637 638 #: rhodecode/controllers/pullrequests.py:754
638 #: rhodecode/model/pull_request.py:847
639 #: rhodecode/model/pull_request.py:846
639 640 msgid "Closing with"
640 641 msgstr ""
641 642
642 #: rhodecode/controllers/pullrequests.py:802
643 #: rhodecode/controllers/pullrequests.py:804
643 644 #, python-format
644 645 msgid "Closing pull request on other statuses than rejected or approved is forbidden. Calculated status from all reviewers is currently: %s"
645 646 msgstr ""
@@ -1322,22 +1323,34 b' msgstr ""'
1322 1323 msgid "repository deleted"
1323 1324 msgstr ""
1324 1325
1325 #: rhodecode/events/repo.py:193
1326 #: rhodecode/events/repo.py:198
1326 1327 msgid "repository pre pull"
1327 1328 msgstr ""
1328 1329
1329 #: rhodecode/events/repo.py:202
1330 #: rhodecode/events/repo.py:207
1330 1331 msgid "repository pull"
1331 1332 msgstr ""
1332 1333
1333 #: rhodecode/events/repo.py:211
1334 #: rhodecode/events/repo.py:216
1334 1335 msgid "repository pre push"
1335 1336 msgstr ""
1336 1337
1337 #: rhodecode/events/repo.py:222
1338 #: rhodecode/events/repo.py:227
1338 1339 msgid "repository push"
1339 1340 msgstr ""
1340 1341
1342 #: rhodecode/events/repo_group.py:62
1343 msgid "repository group created"
1344 msgstr ""
1345
1346 #: rhodecode/events/repo_group.py:71
1347 msgid "repository group deleted"
1348 msgstr ""
1349
1350 #: rhodecode/events/repo_group.py:80
1351 msgid "repository group update"
1352 msgstr ""
1353
1341 1354 #: rhodecode/events/user.py:34
1342 1355 msgid "user registered"
1343 1356 msgstr ""
@@ -1374,6 +1387,67 b' msgstr ""'
1374 1387 msgid "Integration {integration_name} updated successfully."
1375 1388 msgstr ""
1376 1389
1390 #: rhodecode/integrations/types/email.py:154
1391 msgid "Recipients"
1392 msgstr ""
1393
1394 #: rhodecode/integrations/types/email.py:155
1395 msgid "Email addresses to send push events to"
1396 msgstr ""
1397
1398 #: rhodecode/integrations/types/email.py:160
1399 #: rhodecode/integrations/types/email.py:161
1400 msgid "Email address"
1401 msgstr ""
1402
1403 #: rhodecode/integrations/types/hipchat.py:44
1404 msgid "Yellow"
1405 msgstr ""
1406
1407 #: rhodecode/integrations/types/hipchat.py:45
1408 msgid "Red"
1409 msgstr ""
1410
1411 #: rhodecode/integrations/types/hipchat.py:46
1412 msgid "Green"
1413 msgstr ""
1414
1415 #: rhodecode/integrations/types/hipchat.py:47
1416 msgid "Purple"
1417 msgstr ""
1418
1419 #: rhodecode/integrations/types/hipchat.py:48
1420 msgid "Gray"
1421 msgstr ""
1422
1423 #: rhodecode/integrations/types/hipchat.py:53
1424 msgid "Hipchat server URL"
1425 msgstr ""
1426
1427 #: rhodecode/integrations/types/hipchat.py:54
1428 msgid "Hipchat integration url."
1429 msgstr ""
1430
1431 #: rhodecode/integrations/types/hipchat.py:64
1432 msgid "Notify"
1433 msgstr ""
1434
1435 #: rhodecode/integrations/types/hipchat.py:65
1436 msgid "Make a notification to the users in room."
1437 msgstr ""
1438
1439 #: rhodecode/integrations/types/hipchat.py:71
1440 msgid "Color"
1441 msgstr ""
1442
1443 #: rhodecode/integrations/types/hipchat.py:72
1444 msgid "Background color of message."
1445 msgstr ""
1446
1447 #: rhodecode/integrations/types/hipchat.py:104
1448 msgid "Hipchat"
1449 msgstr ""
1450
1377 1451 #: rhodecode/integrations/types/slack.py:45
1378 1452 msgid "Slack service URL"
1379 1453 msgstr ""
@@ -1583,7 +1657,7 b' msgstr ""'
1583 1657 msgid "You need to be signed in to view this page"
1584 1658 msgstr ""
1585 1659
1586 #: rhodecode/lib/base.py:545
1660 #: rhodecode/lib/base.py:547
1587 1661 #, python-format
1588 1662 msgid "The repository at %(repo_name)s cannot be located."
1589 1663 msgstr ""
@@ -1608,36 +1682,36 b' msgstr ""'
1608 1682 msgid "Click to select line"
1609 1683 msgstr ""
1610 1684
1611 #: rhodecode/lib/helpers.py:1481
1685 #: rhodecode/lib/helpers.py:1484
1612 1686 #, python-format
1613 1687 msgid " and %s more"
1614 1688 msgstr ""
1615 1689
1616 #: rhodecode/lib/helpers.py:1485
1690 #: rhodecode/lib/helpers.py:1488
1617 1691 msgid "No Files"
1618 1692 msgstr ""
1619 1693
1620 #: rhodecode/lib/helpers.py:1558
1621 msgid "new file"
1622 msgstr ""
1623
1624 1694 #: rhodecode/lib/helpers.py:1561
1625 msgid "mod"
1695 msgid "new file"
1626 1696 msgstr ""
1627 1697
1628 1698 #: rhodecode/lib/helpers.py:1564
1629 msgid "del"
1699 msgid "mod"
1630 1700 msgstr ""
1631 1701
1632 1702 #: rhodecode/lib/helpers.py:1567
1703 msgid "del"
1704 msgstr ""
1705
1706 #: rhodecode/lib/helpers.py:1570
1633 1707 msgid "rename"
1634 1708 msgstr ""
1635 1709
1636 #: rhodecode/lib/helpers.py:1572
1710 #: rhodecode/lib/helpers.py:1575
1637 1711 msgid "chmod"
1638 1712 msgstr ""
1639 1713
1640 #: rhodecode/lib/helpers.py:1819
1714 #: rhodecode/lib/helpers.py:1822
1641 1715 msgid ""
1642 1716 "Example filter terms:\n"
1643 1717 " repository:vcs\n"
@@ -1656,7 +1730,7 b' msgid ""'
1656 1730 " \"username:test AND repository:test*\"\n"
1657 1731 msgstr ""
1658 1732
1659 #: rhodecode/lib/helpers.py:1839
1733 #: rhodecode/lib/helpers.py:1842
1660 1734 #, python-format
1661 1735 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"
1662 1736 msgstr ""
@@ -2044,7 +2118,7 b' msgstr ""'
2044 2118 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1196
2045 2119 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
2046 2120 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343
2047 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2952 rhodecode/model/db.py:2944
2121 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2952 rhodecode/model/db.py:2946
2048 2122 msgid "Not Reviewed"
2049 2123 msgstr ""
2050 2124
@@ -2071,7 +2145,7 b' msgstr ""'
2071 2145 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1197
2072 2146 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
2073 2147 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344
2074 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2953 rhodecode/model/db.py:2945
2148 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2953 rhodecode/model/db.py:2947
2075 2149 msgid "Approved"
2076 2150 msgstr ""
2077 2151
@@ -2098,7 +2172,7 b' msgstr ""'
2098 2172 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1198
2099 2173 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
2100 2174 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
2101 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2954 rhodecode/model/db.py:2946
2175 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2954 rhodecode/model/db.py:2948
2102 2176 msgid "Rejected"
2103 2177 msgstr ""
2104 2178
@@ -2125,7 +2199,7 b' msgstr ""'
2125 2199 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1199
2126 2200 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
2127 2201 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
2128 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2955 rhodecode/model/db.py:2947
2202 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2955 rhodecode/model/db.py:2949
2129 2203 msgid "Under Review"
2130 2204 msgstr ""
2131 2205
@@ -2668,12 +2742,12 b' msgstr ""'
2668 2742 msgid "Your password reset was successful, a new password has been sent to your email"
2669 2743 msgstr ""
2670 2744
2671 #: rhodecode/model/comment.py:263
2745 #: rhodecode/model/comment.py:266
2672 2746 msgid "made a comment"
2673 2747 msgstr ""
2674 2748
2675 #: rhodecode/model/comment.py:264
2676 msgid "Refresh page"
2749 #: rhodecode/model/comment.py:267
2750 msgid "Show it now"
2677 2751 msgstr ""
2678 2752
2679 2753 #: rhodecode/model/forms.py:85
@@ -2798,7 +2872,7 b' msgid ""'
2798 2872 " %(pr_title)s"
2799 2873 msgstr ""
2800 2874
2801 #: rhodecode/model/pull_request.py:449
2875 #: rhodecode/model/pull_request.py:448
2802 2876 msgid "Pull request merged and closed"
2803 2877 msgstr ""
2804 2878
@@ -3518,8 +3592,8 b' msgstr ""'
3518 3592 #: rhodecode/templates/changeset/changeset.html:53
3519 3593 #: rhodecode/templates/compare/compare_commits.html:24
3520 3594 #: rhodecode/templates/email_templates/commit_comment.mako:82
3521 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3522 #: rhodecode/templates/email_templates/pull_request_review.mako:51
3595 #: rhodecode/templates/email_templates/pull_request_review.mako:41
3596 #: rhodecode/templates/email_templates/pull_request_review.mako:75
3523 3597 #: rhodecode/templates/files/file_tree_detail.html:5
3524 3598 #: rhodecode/templates/files/file_tree_detail.html:12
3525 3599 #: rhodecode/templates/forks/fork.html:48
@@ -4119,7 +4193,7 b' msgid "Show as raw"'
4119 4193 msgstr ""
4120 4194
4121 4195 #: rhodecode/templates/admin/integrations/base.html:12
4122 msgid "Integrations settings"
4196 msgid "Integrations Settings"
4123 4197 msgstr ""
4124 4198
4125 4199 #: rhodecode/templates/admin/integrations/edit.html:17
@@ -4135,15 +4209,19 b' msgstr ""'
4135 4209
4136 4210 #: rhodecode/templates/admin/integrations/edit.html:36
4137 4211 #, python-format
4138 msgid "Create new %(integration_type)s integration"
4212 msgid "Create New %(integration_type)s Integration"
4139 4213 msgstr ""
4140 4214
4141 4215 #: rhodecode/templates/admin/integrations/list.html:31
4142 msgid "Create new integration"
4216 msgid "Create New Integration"
4217 msgstr ""
4218
4219 #: rhodecode/templates/admin/integrations/list.html:35
4220 msgid "No integrations available."
4143 4221 msgstr ""
4144 4222
4145 4223 #: rhodecode/templates/admin/integrations/list.html:56
4146 msgid "Current integrations"
4224 msgid "Current Integrations"
4147 4225 msgstr ""
4148 4226
4149 4227 #: rhodecode/templates/admin/integrations/list.html:65
@@ -4363,8 +4441,8 b' msgstr ""'
4363 4441 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:26
4364 4442 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
4365 4443 #: rhodecode/templates/admin/settings/settings_global.html:9
4366 #: rhodecode/templates/email_templates/pull_request_review.mako:28
4367 #: rhodecode/templates/email_templates/pull_request_review.mako:48
4444 #: rhodecode/templates/email_templates/pull_request_review.mako:39
4445 #: rhodecode/templates/email_templates/pull_request_review.mako:72
4368 4446 #: rhodecode/templates/pullrequests/pullrequest.html:38
4369 4447 #: rhodecode/templates/pullrequests/pullrequests.html:104
4370 4448 msgid "Title"
@@ -7111,7 +7189,7 b' msgstr ""'
7111 7189 #: rhodecode/templates/changeset/changeset_file_comment.html:293
7112 7190 #: rhodecode/templates/compare/compare_diff.html:57
7113 7191 #: rhodecode/templates/email_templates/commit_comment.mako:87
7114 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7192 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7115 7193 msgid "Comment"
7116 7194 msgstr ""
7117 7195
@@ -7258,15 +7336,15 b' msgid "Compare Commits"'
7258 7336 msgstr ""
7259 7337
7260 7338 #: rhodecode/templates/compare/compare_diff.html:46
7261 #: rhodecode/templates/email_templates/pull_request_review.mako:50
7339 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7262 7340 #: rhodecode/templates/files/file_diff.html:56
7263 7341 #: rhodecode/templates/pullrequests/pullrequest_show.html:85
7264 7342 msgid "Target"
7265 7343 msgstr ""
7266 7344
7267 7345 #: rhodecode/templates/compare/compare_diff.html:47
7268 #: rhodecode/templates/email_templates/pull_request_comment.mako:92
7269 #: rhodecode/templates/email_templates/pull_request_review.mako:49
7346 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7347 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7270 7348 #: rhodecode/templates/files/file_diff.html:62
7271 7349 #: rhodecode/templates/files/files_source.html:18
7272 7350 msgid "Source"
@@ -7449,17 +7527,17 b' msgstr ""'
7449 7527 msgid "Form vertical"
7450 7528 msgstr ""
7451 7529
7452 #: rhodecode/templates/email_templates/base.mako:7
7530 #: rhodecode/templates/email_templates/base.mako:32
7453 7531 #, python-format
7454 7532 msgid "This is a notification from RhodeCode. %(instance_url)s"
7455 7533 msgstr ""
7456 7534
7457 #: rhodecode/templates/email_templates/base.mako:90
7535 #: rhodecode/templates/email_templates/base.mako:115
7458 7536 msgid "RhodeCode"
7459 7537 msgstr ""
7460 7538
7461 7539 #: rhodecode/templates/email_templates/commit_comment.mako:16
7462 #: rhodecode/templates/email_templates/pull_request_comment.mako:17
7540 #: rhodecode/templates/email_templates/pull_request_comment.mako:18
7463 7541 msgid "[mention]"
7464 7542 msgstr ""
7465 7543
@@ -7487,12 +7565,12 b' msgid "%(user)s commented on commit `%(c'
7487 7565 msgstr ""
7488 7566
7489 7567 #: rhodecode/templates/email_templates/commit_comment.mako:43
7490 #: rhodecode/templates/email_templates/pull_request_comment.mako:43
7568 #: rhodecode/templates/email_templates/pull_request_comment.mako:44
7491 7569 msgid "Comment link"
7492 7570 msgstr ""
7493 7571
7494 7572 #: rhodecode/templates/email_templates/commit_comment.mako:48
7495 #: rhodecode/templates/email_templates/pull_request_comment.mako:48
7573 #: rhodecode/templates/email_templates/pull_request_comment.mako:49
7496 7574 #, python-format
7497 7575 msgid "File: %(comment_file)s on line %(comment_line)s"
7498 7576 msgstr ""
@@ -7521,7 +7599,7 b' msgid "The commit status was changed to"'
7521 7599 msgstr ""
7522 7600
7523 7601 #: rhodecode/templates/email_templates/commit_comment.mako:87
7524 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7602 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
7525 7603 #, python-format
7526 7604 msgid "Comment on line: %(comment_line)s"
7527 7605 msgstr ""
@@ -7530,88 +7608,92 b' msgstr ""'
7530 7608 msgid "Generate new password here"
7531 7609 msgstr ""
7532 7610
7533 #: rhodecode/templates/email_templates/pull_request_comment.mako:20
7611 #: rhodecode/templates/email_templates/pull_request_comment.mako:21
7534 7612 #, python-format
7535 7613 msgid "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (file: `%(comment_file)s`)"
7536 7614 msgstr ""
7537 7615
7538 #: rhodecode/templates/email_templates/pull_request_comment.mako:23
7616 #: rhodecode/templates/email_templates/pull_request_comment.mako:24
7539 7617 #, python-format
7540 7618 msgid "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (status: %(status)s)"
7541 7619 msgstr ""
7542 7620
7543 #: rhodecode/templates/email_templates/pull_request_comment.mako:25
7544 #: rhodecode/templates/email_templates/pull_request_comment.mako:82
7621 #: rhodecode/templates/email_templates/pull_request_comment.mako:26
7622 #: rhodecode/templates/email_templates/pull_request_comment.mako:83
7545 7623 #, python-format
7546 7624 msgid "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\""
7547 7625 msgstr ""
7548 7626
7549 #: rhodecode/templates/email_templates/pull_request_comment.mako:45
7627 #: rhodecode/templates/email_templates/pull_request_comment.mako:46
7550 7628 msgid "Source repository"
7551 7629 msgstr ""
7552 7630
7553 #: rhodecode/templates/email_templates/pull_request_comment.mako:54
7631 #: rhodecode/templates/email_templates/pull_request_comment.mako:55
7554 7632 #, python-format
7555 7633 msgid "%(user)s submitted pull request #%(pr_id)s status: *%(status)s*"
7556 7634 msgstr ""
7557 7635
7558 #: rhodecode/templates/email_templates/pull_request_comment.mako:56
7636 #: rhodecode/templates/email_templates/pull_request_comment.mako:57
7559 7637 #, python-format
7560 7638 msgid "%(user)s submitted pull request #%(pr_id)s status: *%(status)s and closed*"
7561 7639 msgstr ""
7562 7640
7563 #: rhodecode/templates/email_templates/pull_request_comment.mako:80
7641 #: rhodecode/templates/email_templates/pull_request_comment.mako:81
7564 7642 #, python-format
7565 7643 msgid "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (file:`%(comment_file)s`)"
7566 7644 msgstr ""
7567 7645
7568 #: rhodecode/templates/email_templates/pull_request_comment.mako:86
7646 #: rhodecode/templates/email_templates/pull_request_comment.mako:87
7569 7647 #, python-format
7570 7648 msgid "submitted pull request status: %(status)s"
7571 7649 msgstr ""
7572 7650
7573 #: rhodecode/templates/email_templates/pull_request_comment.mako:88
7651 #: rhodecode/templates/email_templates/pull_request_comment.mako:89
7574 7652 #, python-format
7575 7653 msgid "submitted pull request status: %(status)s and closed"
7576 7654 msgstr ""
7577 7655
7578 #: rhodecode/templates/email_templates/pull_request_review.mako:5
7579 #, python-format
7580 msgid "%(user)s wants you to review pull request #%(pr_url)s: \"%(pr_title)s\""
7581 msgstr ""
7582
7583 #: rhodecode/templates/email_templates/pull_request_review.mako:17
7656 #: rhodecode/templates/email_templates/pull_request_comment.mako:95
7657 msgid "Submitted status"
7658 msgstr ""
7659
7660 #: rhodecode/templates/email_templates/pull_request_review.mako:14
7661 #, python-format
7662 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\""
7663 msgstr ""
7664
7665 #: rhodecode/templates/email_templates/pull_request_review.mako:34
7584 7666 #, python-format
7585 7667 msgid "Pull request from %(source_ref_type)s:%(source_ref_name)s of %(repo_url)s into %(target_ref_type)s:%(target_ref_name)s"
7586 7668 msgstr ""
7587 7669
7588 #: rhodecode/templates/email_templates/pull_request_review.mako:26
7670 #: rhodecode/templates/email_templates/pull_request_review.mako:37
7589 7671 msgid "Link"
7590 7672 msgstr ""
7591 7673
7592 #: rhodecode/templates/email_templates/pull_request_review.mako:35
7674 #: rhodecode/templates/email_templates/pull_request_review.mako:46
7593 7675 #, python-format
7594 7676 msgid "Commit (%(num)s)"
7595 7677 msgid_plural "Commits (%(num)s)"
7596 7678 msgstr[0] ""
7597 7679 msgstr[1] ""
7598 7680
7599 #: rhodecode/templates/email_templates/pull_request_review.mako:47
7681 #: rhodecode/templates/email_templates/pull_request_review.mako:71
7600 7682 #, python-format
7601 7683 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\"."
7602 7684 msgstr ""
7603 7685
7604 #: rhodecode/templates/email_templates/pull_request_review.mako:49
7686 #: rhodecode/templates/email_templates/pull_request_review.mako:73
7605 7687 #, python-format
7606 7688 msgid "%(source_ref_type)s of %(source_repo_url)s"
7607 7689 msgstr ""
7608 7690
7609 #: rhodecode/templates/email_templates/pull_request_review.mako:50
7691 #: rhodecode/templates/email_templates/pull_request_review.mako:74
7610 7692 #, python-format
7611 7693 msgid "%(target_ref_type)s of %(target_repo_url)s"
7612 7694 msgstr ""
7613 7695
7614 #: rhodecode/templates/email_templates/pull_request_review.mako:52
7696 #: rhodecode/templates/email_templates/pull_request_review.mako:76
7615 7697 #: rhodecode/templates/summary/components.html:95
7616 7698 #: rhodecode/templates/summary/components.html:98
7617 7699 #, python-format
General Comments 0
You need to be logged in to leave comments. Login now