diff --git a/kallithea/i18n/kallithea.pot b/kallithea/i18n/kallithea.pot --- a/kallithea/i18n/kallithea.pot +++ b/kallithea/i18n/kallithea.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Kallithea 0.3\n" "Report-Msgid-Bugs-To: translations@kallithea-scm.org\n" -"POT-Creation-Date: 2015-08-25 11:37+0200\n" +"POT-Creation-Date: 2015-09-08 10:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: kallithea/controllers/changelog.py:86 -#: kallithea/controllers/pullrequests.py:241 kallithea/lib/base.py:512 +#: kallithea/controllers/pullrequests.py:238 kallithea/lib/base.py:512 msgid "There are no changesets yet" msgstr "" @@ -33,7 +33,7 @@ msgstr "" msgid "None" msgstr "" -#: kallithea/controllers/changelog.py:169 kallithea/controllers/files.py:197 +#: kallithea/controllers/changelog.py:169 kallithea/controllers/files.py:196 msgid "(closed)" msgstr "" @@ -51,8 +51,8 @@ msgstr "" msgid "Increase diff context to %(num)s lines" msgstr "" -#: kallithea/controllers/changeset.py:212 kallithea/controllers/files.py:97 -#: kallithea/controllers/files.py:117 kallithea/controllers/files.py:743 +#: kallithea/controllers/changeset.py:212 kallithea/controllers/files.py:96 +#: kallithea/controllers/files.py:116 kallithea/controllers/files.py:742 msgid "Such revision does not exist for this repository" msgstr "" @@ -60,11 +60,11 @@ msgstr "" msgid "Changing status on a changeset associated with a closed pull request is not allowed" msgstr "" -#: kallithea/controllers/compare.py:161 kallithea/templates/base/root.html:42 +#: kallithea/controllers/compare.py:161 kallithea/templates/base/root.html:41 msgid "Select changeset" msgstr "" -#: kallithea/controllers/compare.py:258 +#: kallithea/controllers/compare.py:261 msgid "Cannot compare repositories without using common ancestor" msgstr "" @@ -111,8 +111,8 @@ msgstr "" #: kallithea/templates/changeset/changeset.html:195 #: kallithea/templates/compare/compare_diff.html:78 #: kallithea/templates/compare/compare_diff.html:89 -#: kallithea/templates/pullrequests/pullrequest_show.html:335 -#: kallithea/templates/pullrequests/pullrequest_show.html:359 +#: kallithea/templates/pullrequests/pullrequest_show.html:339 +#: kallithea/templates/pullrequests/pullrequest_show.html:363 msgid "Changeset was too big and was cut off..." msgstr "" @@ -121,111 +121,111 @@ msgstr "" msgid "%s committed on %s" msgstr "" -#: kallithea/controllers/files.py:92 +#: kallithea/controllers/files.py:91 msgid "Click here to add new file" msgstr "" -#: kallithea/controllers/files.py:93 +#: kallithea/controllers/files.py:92 #, python-format msgid "There are no files yet. %s" msgstr "" -#: kallithea/controllers/files.py:194 +#: kallithea/controllers/files.py:193 #, python-format msgid "%s at %s" msgstr "" -#: kallithea/controllers/files.py:306 kallithea/controllers/files.py:366 -#: kallithea/controllers/files.py:433 +#: kallithea/controllers/files.py:305 kallithea/controllers/files.py:365 +#: kallithea/controllers/files.py:432 #, python-format msgid "This repository has been locked by %s on %s" msgstr "" -#: kallithea/controllers/files.py:318 +#: kallithea/controllers/files.py:317 msgid "You can only delete files with revision being a valid branch " msgstr "" -#: kallithea/controllers/files.py:329 +#: kallithea/controllers/files.py:328 #, python-format msgid "Deleted file %s via Kallithea" msgstr "" -#: kallithea/controllers/files.py:351 +#: kallithea/controllers/files.py:350 #, python-format msgid "Successfully deleted file %s" msgstr "" -#: kallithea/controllers/files.py:355 kallithea/controllers/files.py:421 -#: kallithea/controllers/files.py:502 +#: kallithea/controllers/files.py:354 kallithea/controllers/files.py:420 +#: kallithea/controllers/files.py:501 msgid "Error occurred during commit" msgstr "" -#: kallithea/controllers/files.py:378 +#: kallithea/controllers/files.py:377 msgid "You can only edit files with revision being a valid branch " msgstr "" -#: kallithea/controllers/files.py:392 +#: kallithea/controllers/files.py:391 #, python-format msgid "Edited file %s via Kallithea" msgstr "" -#: kallithea/controllers/files.py:408 +#: kallithea/controllers/files.py:407 msgid "No changes" msgstr "" -#: kallithea/controllers/files.py:417 kallithea/controllers/files.py:491 +#: kallithea/controllers/files.py:416 kallithea/controllers/files.py:490 #, python-format msgid "Successfully committed to %s" msgstr "" -#: kallithea/controllers/files.py:444 +#: kallithea/controllers/files.py:443 msgid "Added file via Kallithea" msgstr "" -#: kallithea/controllers/files.py:465 +#: kallithea/controllers/files.py:464 msgid "No content" msgstr "" -#: kallithea/controllers/files.py:469 +#: kallithea/controllers/files.py:468 msgid "No filename" msgstr "" -#: kallithea/controllers/files.py:494 +#: kallithea/controllers/files.py:493 msgid "Location must be relative path and must not contain .. in path" msgstr "" -#: kallithea/controllers/files.py:527 +#: kallithea/controllers/files.py:526 msgid "Downloads disabled" msgstr "" -#: kallithea/controllers/files.py:538 +#: kallithea/controllers/files.py:537 #, python-format msgid "Unknown revision %s" msgstr "" -#: kallithea/controllers/files.py:540 +#: kallithea/controllers/files.py:539 msgid "Empty repository" msgstr "" -#: kallithea/controllers/files.py:542 +#: kallithea/controllers/files.py:541 msgid "Unknown archive type" msgstr "" -#: kallithea/controllers/files.py:772 +#: kallithea/controllers/files.py:771 #: kallithea/templates/changeset/changeset_range.html:9 #: kallithea/templates/email_templates/pull_request.html:15 #: kallithea/templates/pullrequests/pullrequest.html:97 msgid "Changesets" msgstr "" -#: kallithea/controllers/files.py:773 kallithea/controllers/pullrequests.py:176 -#: kallithea/model/scm.py:821 kallithea/templates/switch_to_list.html:3 +#: kallithea/controllers/files.py:772 kallithea/controllers/pullrequests.py:176 +#: kallithea/model/scm.py:820 kallithea/templates/switch_to_list.html:3 #: kallithea/templates/branches/branches.html:10 msgid "Branches" msgstr "" -#: kallithea/controllers/files.py:774 kallithea/controllers/pullrequests.py:177 -#: kallithea/model/scm.py:832 kallithea/templates/switch_to_list.html:25 +#: kallithea/controllers/files.py:773 kallithea/controllers/pullrequests.py:177 +#: kallithea/model/scm.py:831 kallithea/templates/switch_to_list.html:25 #: kallithea/templates/tags/tags.html:10 msgid "Tags" msgstr "" @@ -246,9 +246,9 @@ msgstr "" #: kallithea/templates/admin/repos/repos.html:9 #: kallithea/templates/admin/users/user_edit_advanced.html:6 #: kallithea/templates/base/base.html:60 kallithea/templates/base/base.html:77 -#: kallithea/templates/base/base.html:131 -#: kallithea/templates/base/base.html:397 -#: kallithea/templates/base/base.html:569 +#: kallithea/templates/base/base.html:124 +#: kallithea/templates/base/base.html:390 +#: kallithea/templates/base/base.html:562 msgid "Repositories" msgstr "" @@ -274,26 +274,31 @@ msgid "Public Journal" msgstr "" #: kallithea/controllers/journal.py:115 kallithea/controllers/journal.py:157 -#: kallithea/templates/base/base.html:229 +#: kallithea/templates/base/base.html:222 #: kallithea/templates/journal/journal.html:4 #: kallithea/templates/journal/journal.html:12 msgid "Journal" msgstr "" -#: kallithea/controllers/login.py:150 kallithea/controllers/login.py:196 +#: kallithea/controllers/login.py:151 kallithea/controllers/login.py:197 msgid "Bad captcha" msgstr "" -#: kallithea/controllers/login.py:156 +#: kallithea/controllers/login.py:157 msgid "You have successfully registered into Kallithea" msgstr "" -#: kallithea/controllers/login.py:201 -msgid "Your password reset link was sent" -msgstr "" - -#: kallithea/controllers/login.py:222 -msgid "Your password reset was successful, new password has been sent to your email" +#: kallithea/controllers/login.py:202 +msgid "A password reset confirmation code has been sent" +msgstr "" + +#: kallithea/controllers/login.py:251 +msgid "Invalid password reset token" +msgstr "" + +#: kallithea/controllers/login.py:256 +#: kallithea/controllers/admin/my_account.py:167 +msgid "Successfully updated password" msgstr "" #: kallithea/controllers/pullrequests.py:124 @@ -315,110 +320,110 @@ msgstr "" msgid "Peer branches" msgstr "" -#: kallithea/controllers/pullrequests.py:175 kallithea/model/scm.py:827 +#: kallithea/controllers/pullrequests.py:175 kallithea/model/scm.py:826 #: kallithea/templates/switch_to_list.html:38 #: kallithea/templates/bookmarks/bookmarks.html:10 msgid "Bookmarks" msgstr "" -#: kallithea/controllers/pullrequests.py:306 +#: kallithea/controllers/pullrequests.py:310 #, python-format msgid "Error creating pull request: %s" msgstr "" -#: kallithea/controllers/pullrequests.py:352 -#: kallithea/controllers/pullrequests.py:499 +#: kallithea/controllers/pullrequests.py:356 +#: kallithea/controllers/pullrequests.py:503 msgid "No description" msgstr "" -#: kallithea/controllers/pullrequests.py:359 +#: kallithea/controllers/pullrequests.py:363 msgid "Successfully opened new pull request" msgstr "" -#: kallithea/controllers/pullrequests.py:362 -#: kallithea/controllers/pullrequests.py:449 -#: kallithea/controllers/pullrequests.py:504 +#: kallithea/controllers/pullrequests.py:366 +#: kallithea/controllers/pullrequests.py:453 +#: kallithea/controllers/pullrequests.py:509 #, python-format msgid "Invalid reviewer \"%s\" specified" msgstr "" -#: kallithea/controllers/pullrequests.py:365 -#: kallithea/controllers/pullrequests.py:452 +#: kallithea/controllers/pullrequests.py:369 +#: kallithea/controllers/pullrequests.py:456 msgid "Error occurred while creating pull request" msgstr "" -#: kallithea/controllers/pullrequests.py:397 +#: kallithea/controllers/pullrequests.py:401 msgid "Missing changesets since the previous pull request:" msgstr "" -#: kallithea/controllers/pullrequests.py:404 +#: kallithea/controllers/pullrequests.py:408 #, python-format msgid "New changesets on %s %s since the previous pull request:" msgstr "" -#: kallithea/controllers/pullrequests.py:411 +#: kallithea/controllers/pullrequests.py:415 msgid "Ancestor didn't change - show diff since previous version:" msgstr "" -#: kallithea/controllers/pullrequests.py:418 +#: kallithea/controllers/pullrequests.py:422 #, python-format msgid "This pull request is based on another %s revision and there is no simple diff." msgstr "" -#: kallithea/controllers/pullrequests.py:420 +#: kallithea/controllers/pullrequests.py:424 #, python-format msgid "No changes found on %s %s since previous version." msgstr "" -#: kallithea/controllers/pullrequests.py:458 +#: kallithea/controllers/pullrequests.py:462 #, python-format msgid "Closed, replaced by %s ." msgstr "" -#: kallithea/controllers/pullrequests.py:466 +#: kallithea/controllers/pullrequests.py:470 msgid "Pull request update created" msgstr "" -#: kallithea/controllers/pullrequests.py:508 +#: kallithea/controllers/pullrequests.py:513 msgid "Pull request updated" msgstr "" -#: kallithea/controllers/pullrequests.py:523 +#: kallithea/controllers/pullrequests.py:528 msgid "Successfully deleted pull request" msgstr "" -#: kallithea/controllers/pullrequests.py:582 +#: kallithea/controllers/pullrequests.py:594 #, python-format msgid "This pull request has already been merged to %s." msgstr "" -#: kallithea/controllers/pullrequests.py:584 +#: kallithea/controllers/pullrequests.py:596 msgid "This pull request has been closed and can not be updated." msgstr "" -#: kallithea/controllers/pullrequests.py:602 +#: kallithea/controllers/pullrequests.py:614 #, python-format msgid "This pull request can be updated with changes on %s:" msgstr "" -#: kallithea/controllers/pullrequests.py:605 +#: kallithea/controllers/pullrequests.py:617 msgid "No changesets found for updating this pull request." msgstr "" -#: kallithea/controllers/pullrequests.py:613 +#: kallithea/controllers/pullrequests.py:625 #, python-format msgid "Note: Branch %s has another head: %s." msgstr "" -#: kallithea/controllers/pullrequests.py:619 +#: kallithea/controllers/pullrequests.py:631 msgid "Git pull requests don't support updates yet." msgstr "" -#: kallithea/controllers/pullrequests.py:710 +#: kallithea/controllers/pullrequests.py:722 msgid "No permission to change pull request status" msgstr "" -#: kallithea/controllers/pullrequests.py:715 +#: kallithea/controllers/pullrequests.py:727 msgid "Closing." msgstr "" @@ -462,37 +467,37 @@ msgstr "" #: kallithea/controllers/admin/gists.py:59 #: kallithea/controllers/admin/my_account.py:243 -#: kallithea/controllers/admin/users.py:283 +#: kallithea/controllers/admin/users.py:285 msgid "Forever" msgstr "" #: kallithea/controllers/admin/gists.py:60 #: kallithea/controllers/admin/my_account.py:244 -#: kallithea/controllers/admin/users.py:284 +#: kallithea/controllers/admin/users.py:286 msgid "5 minutes" msgstr "" #: kallithea/controllers/admin/gists.py:61 #: kallithea/controllers/admin/my_account.py:245 -#: kallithea/controllers/admin/users.py:285 +#: kallithea/controllers/admin/users.py:287 msgid "1 hour" msgstr "" #: kallithea/controllers/admin/gists.py:62 #: kallithea/controllers/admin/my_account.py:246 -#: kallithea/controllers/admin/users.py:286 +#: kallithea/controllers/admin/users.py:288 msgid "1 day" msgstr "" #: kallithea/controllers/admin/gists.py:63 #: kallithea/controllers/admin/my_account.py:247 -#: kallithea/controllers/admin/users.py:287 +#: kallithea/controllers/admin/users.py:289 msgid "1 month" msgstr "" #: kallithea/controllers/admin/gists.py:67 #: kallithea/controllers/admin/my_account.py:249 -#: kallithea/controllers/admin/users.py:289 +#: kallithea/controllers/admin/users.py:291 msgid "Lifetime" msgstr "" @@ -522,8 +527,8 @@ msgstr "" msgid "Error occurred during update of gist %s" msgstr "" -#: kallithea/controllers/admin/my_account.py:70 kallithea/model/user.py:208 -#: kallithea/model/user.py:230 +#: kallithea/controllers/admin/my_account.py:70 kallithea/model/user.py:215 +#: kallithea/model/user.py:237 msgid "You can't edit this user since it's crucial for entire application" msgstr "" @@ -532,47 +537,43 @@ msgid "Your account was updated successf msgstr "" #: kallithea/controllers/admin/my_account.py:144 -#: kallithea/controllers/admin/users.py:204 +#: kallithea/controllers/admin/users.py:202 #, python-format msgid "Error occurred during update of user %s" msgstr "" -#: kallithea/controllers/admin/my_account.py:167 -msgid "Successfully updated password" -msgstr "" - #: kallithea/controllers/admin/my_account.py:178 msgid "Error occurred during update of user password" msgstr "" #: kallithea/controllers/admin/my_account.py:220 -#: kallithea/controllers/admin/users.py:413 +#: kallithea/controllers/admin/users.py:415 #, python-format msgid "Added email %s to user" msgstr "" #: kallithea/controllers/admin/my_account.py:226 -#: kallithea/controllers/admin/users.py:419 +#: kallithea/controllers/admin/users.py:421 msgid "An error occurred during email saving" msgstr "" #: kallithea/controllers/admin/my_account.py:235 -#: kallithea/controllers/admin/users.py:431 +#: kallithea/controllers/admin/users.py:433 msgid "Removed email from user" msgstr "" #: kallithea/controllers/admin/my_account.py:259 -#: kallithea/controllers/admin/users.py:306 +#: kallithea/controllers/admin/users.py:308 msgid "API key successfully created" msgstr "" #: kallithea/controllers/admin/my_account.py:271 -#: kallithea/controllers/admin/users.py:319 +#: kallithea/controllers/admin/users.py:321 msgid "API key successfully reset" msgstr "" #: kallithea/controllers/admin/my_account.py:275 -#: kallithea/controllers/admin/users.py:323 +#: kallithea/controllers/admin/users.py:325 msgid "API key successfully deleted" msgstr "" @@ -622,10 +623,10 @@ msgstr "" #: kallithea/templates/admin/users/user_edit_profile.html:105 #: kallithea/templates/admin/users/users.html:10 #: kallithea/templates/admin/users/users.html:55 +#: kallithea/templates/base/base.html:252 +#: kallithea/templates/base/base.html:253 #: kallithea/templates/base/base.html:259 #: kallithea/templates/base/base.html:260 -#: kallithea/templates/base/base.html:266 -#: kallithea/templates/base/base.html:267 #: kallithea/templates/base/perms_summary.html:17 msgid "Admin" msgstr "" @@ -881,48 +882,48 @@ msgid "Unable to activate hgsubversion s msgstr "" #: kallithea/controllers/admin/settings.py:180 -#: kallithea/controllers/admin/settings.py:274 +#: kallithea/controllers/admin/settings.py:277 msgid "Error occurred while updating application settings" msgstr "" -#: kallithea/controllers/admin/settings.py:213 +#: kallithea/controllers/admin/settings.py:216 #, python-format msgid "Repositories successfully rescanned. Added: %s. Removed: %s." msgstr "" -#: kallithea/controllers/admin/settings.py:270 +#: kallithea/controllers/admin/settings.py:273 msgid "Updated application settings" msgstr "" -#: kallithea/controllers/admin/settings.py:327 +#: kallithea/controllers/admin/settings.py:330 msgid "Updated visualisation settings" msgstr "" -#: kallithea/controllers/admin/settings.py:332 +#: kallithea/controllers/admin/settings.py:335 msgid "Error occurred during updating visualisation settings" msgstr "" -#: kallithea/controllers/admin/settings.py:358 +#: kallithea/controllers/admin/settings.py:361 msgid "Please enter email address" msgstr "" -#: kallithea/controllers/admin/settings.py:373 +#: kallithea/controllers/admin/settings.py:376 msgid "Send email task created" msgstr "" -#: kallithea/controllers/admin/settings.py:404 +#: kallithea/controllers/admin/settings.py:407 msgid "Added new hook" msgstr "" -#: kallithea/controllers/admin/settings.py:418 +#: kallithea/controllers/admin/settings.py:421 msgid "Updated hooks" msgstr "" -#: kallithea/controllers/admin/settings.py:422 +#: kallithea/controllers/admin/settings.py:425 msgid "Error occurred during hook creation" msgstr "" -#: kallithea/controllers/admin/settings.py:448 +#: kallithea/controllers/admin/settings.py:451 msgid "Whoosh reindex task scheduled" msgstr "" @@ -963,68 +964,68 @@ msgid "User group permissions updated" msgstr "" #: kallithea/controllers/admin/user_groups.py:440 -#: kallithea/controllers/admin/users.py:382 +#: kallithea/controllers/admin/users.py:384 msgid "Updated permissions" msgstr "" #: kallithea/controllers/admin/user_groups.py:444 -#: kallithea/controllers/admin/users.py:386 +#: kallithea/controllers/admin/users.py:388 msgid "An error occurred during permissions saving" msgstr "" -#: kallithea/controllers/admin/users.py:133 +#: kallithea/controllers/admin/users.py:134 #, python-format msgid "Created user %s" msgstr "" -#: kallithea/controllers/admin/users.py:148 +#: kallithea/controllers/admin/users.py:149 #, python-format msgid "Error occurred during creation of user %s" msgstr "" -#: kallithea/controllers/admin/users.py:184 +#: kallithea/controllers/admin/users.py:182 msgid "User updated successfully" msgstr "" -#: kallithea/controllers/admin/users.py:220 +#: kallithea/controllers/admin/users.py:218 msgid "Successfully deleted user" msgstr "" -#: kallithea/controllers/admin/users.py:225 +#: kallithea/controllers/admin/users.py:223 msgid "An error occurred during deletion of user" msgstr "" -#: kallithea/controllers/admin/users.py:238 +#: kallithea/controllers/admin/users.py:236 msgid "The default user cannot be edited" msgstr "" -#: kallithea/controllers/admin/users.py:461 +#: kallithea/controllers/admin/users.py:463 #, python-format msgid "Added IP address %s to user whitelist" msgstr "" -#: kallithea/controllers/admin/users.py:467 +#: kallithea/controllers/admin/users.py:469 msgid "An error occurred while adding IP address" msgstr "" -#: kallithea/controllers/admin/users.py:481 +#: kallithea/controllers/admin/users.py:483 msgid "Removed IP address from user whitelist" msgstr "" -#: kallithea/lib/auth.py:744 +#: kallithea/lib/auth.py:743 #, python-format msgid "IP %s not allowed" msgstr "" -#: kallithea/lib/auth.py:757 +#: kallithea/lib/auth.py:756 msgid "Invalid API key" msgstr "" -#: kallithea/lib/auth.py:795 +#: kallithea/lib/auth.py:812 msgid "You need to be a registered user to perform this action" msgstr "" -#: kallithea/lib/auth.py:827 +#: kallithea/lib/auth.py:844 msgid "You need to be signed in to view this page" msgstr "" @@ -1177,7 +1178,7 @@ msgstr "" #: kallithea/lib/helpers.py:1128 #: kallithea/templates/compare/compare_diff.html:65 -#: kallithea/templates/pullrequests/pullrequest_show.html:322 +#: kallithea/templates/pullrequests/pullrequest_show.html:326 msgid "No files" msgstr "" @@ -1892,7 +1893,7 @@ msgstr "" #: kallithea/model/notification.py:302 #, python-format -msgid "[Comment from %(comment_username)s] %(repo_name)s changeset %(short_id)s on %(branch)s" +msgid "[Comment] %(repo_name)s changeset %(short_id)s on %(branch)s" msgstr "" #: kallithea/model/notification.py:305 @@ -1902,12 +1903,12 @@ msgstr "" #: kallithea/model/notification.py:307 #, python-format -msgid "[Added by %(pr_username)s] %(repo_name)s pull request %(pr_nice_id)s from %(ref)s" +msgid "[Added] %(repo_name)s pull request %(pr_nice_id)s from %(ref)s" msgstr "" #: kallithea/model/notification.py:308 #, python-format -msgid "[Comment from %(comment_username)s] %(repo_name)s pull request %(pr_nice_id)s from %(ref)s" +msgid "[Comment] %(repo_name)s pull request %(pr_nice_id)s from %(ref)s" msgstr "" #: kallithea/model/notification.py:321 @@ -1919,44 +1920,44 @@ msgstr "" msgid "%(user)s wants you to review pull request %(pr_nice_id)s: %(pr_title)s" msgstr "" -#: kallithea/model/scm.py:813 +#: kallithea/model/scm.py:812 msgid "latest tip" msgstr "" -#: kallithea/model/user.py:185 +#: kallithea/model/user.py:192 msgid "New user registration" msgstr "" -#: kallithea/model/user.py:249 +#: kallithea/model/user.py:256 msgid "You can't remove this user since it is crucial for the entire application" msgstr "" -#: kallithea/model/user.py:254 +#: kallithea/model/user.py:261 #, python-format msgid "User \"%s\" still owns %s repositories and cannot be removed. Switch owners or remove those repositories: %s" msgstr "" -#: kallithea/model/user.py:259 -#, python-format -msgid "User \"%s\" still owns %s repository groups and cannot be removed. Switch owners or remove those repository groups: %s" -msgstr "" - #: kallithea/model/user.py:266 #, python-format +msgid "User \"%s\" still owns %s repository groups and cannot be removed. Switch owners or remove those repository groups: %s" +msgstr "" + +#: kallithea/model/user.py:273 +#, python-format msgid "User \"%s\" still owns %s user groups and cannot be removed. Switch owners or remove those user groups: %s" msgstr "" -#: kallithea/model/user.py:296 +#: kallithea/model/user.py:360 msgid "Password reset link" msgstr "" -#: kallithea/model/user.py:319 -msgid "Your new password" -msgstr "" - -#: kallithea/model/user.py:320 -#, python-format -msgid "Your new Kallithea password:%s" +#: kallithea/model/user.py:408 +msgid "Password reset notification" +msgstr "" + +#: kallithea/model/user.py:409 +#, python-format +msgid "The password to your account %s has been changed using password reset form." msgstr "" #: kallithea/model/validators.py:77 kallithea/model/validators.py:78 @@ -2240,7 +2241,9 @@ msgstr "" #: kallithea/templates/admin/repos/repos.html:50 #: kallithea/templates/admin/user_groups/user_group_edit_advanced.html:8 #: kallithea/templates/admin/user_groups/user_groups.html:50 -#: kallithea/templates/pullrequests/pullrequest_show.html:229 +#: kallithea/templates/pullrequests/pullrequest_data.html:16 +#: kallithea/templates/pullrequests/pullrequest_show.html:156 +#: kallithea/templates/pullrequests/pullrequest_show.html:233 #: kallithea/templates/summary/summary.html:134 msgid "Owner" msgstr "" @@ -2248,7 +2251,7 @@ msgstr "" #: kallithea/templates/index_base.html:140 #: kallithea/templates/admin/my_account/my_account_repos.html:57 #: kallithea/templates/admin/my_account/my_account_watched.html:57 -#: kallithea/templates/base/root.html:44 +#: kallithea/templates/base/root.html:43 #: kallithea/templates/bookmarks/bookmarks.html:79 #: kallithea/templates/branches/branches.html:79 #: kallithea/templates/journal/journal.html:198 @@ -2260,7 +2263,7 @@ msgstr "" #: kallithea/templates/index_base.html:141 #: kallithea/templates/admin/my_account/my_account_repos.html:58 #: kallithea/templates/admin/my_account/my_account_watched.html:58 -#: kallithea/templates/base/root.html:45 +#: kallithea/templates/base/root.html:44 #: kallithea/templates/bookmarks/bookmarks.html:80 #: kallithea/templates/branches/branches.html:80 #: kallithea/templates/journal/journal.html:199 @@ -2276,7 +2279,7 @@ msgstr "" #: kallithea/templates/index_base.html:143 #: kallithea/templates/admin/my_account/my_account_repos.html:60 #: kallithea/templates/admin/my_account/my_account_watched.html:60 -#: kallithea/templates/base/root.html:47 +#: kallithea/templates/base/root.html:46 #: kallithea/templates/bookmarks/bookmarks.html:82 #: kallithea/templates/branches/branches.html:82 #: kallithea/templates/journal/journal.html:201 @@ -2288,7 +2291,7 @@ msgstr "" #: kallithea/templates/index_base.html:144 #: kallithea/templates/admin/my_account/my_account_repos.html:61 #: kallithea/templates/admin/my_account/my_account_watched.html:61 -#: kallithea/templates/base/base.html:147 kallithea/templates/base/root.html:48 +#: kallithea/templates/base/base.html:140 kallithea/templates/base/root.html:47 #: kallithea/templates/bookmarks/bookmarks.html:83 #: kallithea/templates/branches/branches.html:83 #: kallithea/templates/journal/journal.html:202 @@ -2298,7 +2301,7 @@ msgid "Loading..." msgstr "" #: kallithea/templates/login.html:5 kallithea/templates/login.html:15 -#: kallithea/templates/base/base.html:333 +#: kallithea/templates/base/base.html:326 msgid "Log In" msgstr "" @@ -2313,14 +2316,15 @@ msgstr "" #: kallithea/templates/admin/users/user_add.html:32 #: kallithea/templates/admin/users/user_edit_profile.html:24 #: kallithea/templates/admin/users/users.html:50 -#: kallithea/templates/base/base.html:309 +#: kallithea/templates/base/base.html:302 +#: kallithea/templates/pullrequests/pullrequest_show.html:166 msgid "Username" msgstr "" #: kallithea/templates/login.html:33 kallithea/templates/register.html:33 #: kallithea/templates/admin/my_account/my_account.html:37 #: kallithea/templates/admin/users/user_add.html:41 -#: kallithea/templates/base/base.html:318 +#: kallithea/templates/base/base.html:311 msgid "Password" msgstr "" @@ -2332,7 +2336,7 @@ msgstr "" msgid "Forgot your password ?" msgstr "" -#: kallithea/templates/login.html:56 kallithea/templates/base/base.html:329 +#: kallithea/templates/login.html:56 kallithea/templates/base/base.html:322 msgid "Don't have an account ?" msgstr "" @@ -2345,11 +2349,14 @@ msgid "Password Reset" msgstr "" #: kallithea/templates/password_reset.html:12 +#: kallithea/templates/password_reset_confirmation.html:12 #, python-format msgid "Reset Your Password to %s" msgstr "" #: kallithea/templates/password_reset.html:14 +#: kallithea/templates/password_reset_confirmation.html:5 +#: kallithea/templates/password_reset_confirmation.html:14 msgid "Reset Your Password" msgstr "" @@ -2367,7 +2374,32 @@ msgid "Send Password Reset Email" msgstr "" #: kallithea/templates/password_reset.html:47 -msgid "Password reset link will be sent to the email address matching your username." +msgid "A password reset link will be sent to the specified email address if it is registered in the system." +msgstr "" + +#: kallithea/templates/password_reset_confirmation.html:19 +#, python-format +msgid "You are about to set a new password for the email address %s." +msgstr "" + +#: kallithea/templates/password_reset_confirmation.html:20 +msgid "Note that you must use the same browser session for this as the one used to request the password reset." +msgstr "" + +#: kallithea/templates/password_reset_confirmation.html:30 +msgid "Code you received in the email" +msgstr "" + +#: kallithea/templates/password_reset_confirmation.html:39 +msgid "New Password" +msgstr "" + +#: kallithea/templates/password_reset_confirmation.html:48 +msgid "Confirm New Password" +msgstr "" + +#: kallithea/templates/password_reset_confirmation.html:56 +msgid "Confirm" msgstr "" #: kallithea/templates/register.html:5 kallithea/templates/register.html:14 @@ -2673,7 +2705,7 @@ msgstr "" #: kallithea/templates/admin/gists/index.html:37 #: kallithea/templates/admin/gists/show.html:25 -#: kallithea/templates/base/base.html:244 +#: kallithea/templates/base/base.html:237 msgid "Create New Gist" msgstr "" @@ -2815,7 +2847,7 @@ msgstr "" #: kallithea/templates/admin/my_account/my_account.html:5 #: kallithea/templates/admin/my_account/my_account.html:9 -#: kallithea/templates/base/base.html:350 +#: kallithea/templates/base/base.html:343 msgid "My Account" msgstr "" @@ -2969,7 +3001,7 @@ msgstr "" #: kallithea/templates/admin/my_account/my_account_repos.html:59 #: kallithea/templates/admin/my_account/my_account_watched.html:59 -#: kallithea/templates/base/root.html:46 +#: kallithea/templates/base/root.html:45 #: kallithea/templates/bookmarks/bookmarks.html:81 #: kallithea/templates/branches/branches.html:81 #: kallithea/templates/journal/journal.html:200 @@ -2996,7 +3028,7 @@ msgid "Comments" msgstr "" #: kallithea/templates/admin/notifications/notifications.html:26 -#: kallithea/templates/base/base.html:190 +#: kallithea/templates/base/base.html:183 msgid "Pull Requests" msgstr "" @@ -3014,7 +3046,7 @@ msgid "Show Notification" msgstr "" #: kallithea/templates/admin/notifications/show_notification.html:9 -#: kallithea/templates/base/base.html:349 +#: kallithea/templates/base/base.html:342 msgid "Notifications" msgstr "" @@ -3196,7 +3228,7 @@ msgstr "" #: kallithea/templates/admin/repos/repo_edit.html:40 #: kallithea/templates/admin/settings/settings.html:11 #: kallithea/templates/admin/user_groups/user_group_edit.html:29 -#: kallithea/templates/base/base.html:67 kallithea/templates/base/base.html:158 +#: kallithea/templates/base/base.html:67 kallithea/templates/base/base.html:151 #: kallithea/templates/data_table/_dt_elements.html:45 #: kallithea/templates/data_table/_dt_elements.html:49 msgid "Settings" @@ -3235,7 +3267,7 @@ msgstr "" #: kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html:9 #: kallithea/templates/admin/user_groups/user_group_edit_advanced.html:7 #: kallithea/templates/admin/users/user_edit_advanced.html:8 -#: kallithea/templates/pullrequests/pullrequest_show.html:146 +#: kallithea/templates/pullrequests/pullrequest_show.html:148 msgid "Created on" msgstr "" @@ -3731,7 +3763,7 @@ msgstr "" msgid "Custom Hooks" msgstr "" -#: kallithea/templates/admin/settings/settings_hooks.html:68 +#: kallithea/templates/admin/settings/settings_hooks.html:67 msgid "Failed to remove hook" msgstr "" @@ -3763,7 +3795,15 @@ msgstr "" msgid "Verify if Kallithea's Git hooks are installed for each repository. Current hooks will be updated to the latest version." msgstr "" +#: kallithea/templates/admin/settings/settings_mapping.html:28 +msgid "Overwrite existing Git hooks" +msgstr "" + #: kallithea/templates/admin/settings/settings_mapping.html:30 +msgid "If installing Git hooks, overwrite any existing hooks, even if they do not seem to come from Kallithea. WARNING: This operation will destroy any custom git hooks you may have deployed by hand!" +msgstr "" + +#: kallithea/templates/admin/settings/settings_mapping.html:35 msgid "Rescan Repositories" msgstr "" @@ -4144,47 +4184,47 @@ msgstr "" msgid "Git repository" msgstr "" -#: kallithea/templates/base/base.html:126 +#: kallithea/templates/base/base.html:119 msgid "Create Fork" msgstr "" -#: kallithea/templates/base/base.html:137 +#: kallithea/templates/base/base.html:130 #: kallithea/templates/data_table/_dt_elements.html:13 #: kallithea/templates/data_table/_dt_elements.html:17 #: kallithea/templates/summary/summary.html:8 msgid "Summary" msgstr "" -#: kallithea/templates/base/base.html:139 -#: kallithea/templates/base/base.html:141 +#: kallithea/templates/base/base.html:132 +#: kallithea/templates/base/base.html:134 #: kallithea/templates/changelog/changelog.html:14 #: kallithea/templates/data_table/_dt_elements.html:21 #: kallithea/templates/data_table/_dt_elements.html:25 msgid "Changelog" msgstr "" -#: kallithea/templates/base/base.html:143 +#: kallithea/templates/base/base.html:136 #: kallithea/templates/data_table/_dt_elements.html:29 #: kallithea/templates/data_table/_dt_elements.html:33 #: kallithea/templates/files/files.html:11 msgid "Files" msgstr "" -#: kallithea/templates/base/base.html:145 +#: kallithea/templates/base/base.html:138 msgid "Switch To" msgstr "" -#: kallithea/templates/base/base.html:152 -#: kallithea/templates/base/base.html:154 +#: kallithea/templates/base/base.html:145 +#: kallithea/templates/base/base.html:147 msgid "Options" msgstr "" -#: kallithea/templates/base/base.html:162 +#: kallithea/templates/base/base.html:155 #: kallithea/templates/forks/forks_data.html:21 msgid "Compare Fork" msgstr "" -#: kallithea/templates/base/base.html:164 +#: kallithea/templates/base/base.html:157 #: kallithea/templates/bookmarks/bookmarks.html:56 #: kallithea/templates/bookmarks/bookmarks_data.html:13 #: kallithea/templates/branches/branches.html:56 @@ -4194,111 +4234,111 @@ msgstr "" msgid "Compare" msgstr "" -#: kallithea/templates/base/base.html:166 -#: kallithea/templates/base/base.html:254 +#: kallithea/templates/base/base.html:159 +#: kallithea/templates/base/base.html:247 #: kallithea/templates/search/search.html:14 #: kallithea/templates/search/search.html:54 msgid "Search" msgstr "" -#: kallithea/templates/base/base.html:170 +#: kallithea/templates/base/base.html:163 msgid "Unlock" msgstr "" -#: kallithea/templates/base/base.html:172 +#: kallithea/templates/base/base.html:165 msgid "Lock" msgstr "" -#: kallithea/templates/base/base.html:180 +#: kallithea/templates/base/base.html:173 msgid "Follow" msgstr "" -#: kallithea/templates/base/base.html:181 +#: kallithea/templates/base/base.html:174 msgid "Unfollow" msgstr "" -#: kallithea/templates/base/base.html:184 +#: kallithea/templates/base/base.html:177 #: kallithea/templates/data_table/_dt_elements.html:37 #: kallithea/templates/data_table/_dt_elements.html:41 #: kallithea/templates/forks/fork.html:9 msgid "Fork" msgstr "" -#: kallithea/templates/base/base.html:185 +#: kallithea/templates/base/base.html:178 #: kallithea/templates/pullrequests/pullrequest.html:88 msgid "Create Pull Request" msgstr "" -#: kallithea/templates/base/base.html:190 +#: kallithea/templates/base/base.html:183 #, python-format msgid "Show Pull Requests for %s" msgstr "" +#: kallithea/templates/base/base.html:221 +msgid "Show recent activity" +msgstr "" + +#: kallithea/templates/base/base.html:227 #: kallithea/templates/base/base.html:228 -msgid "Show recent activity" +msgid "Public journal" +msgstr "" + +#: kallithea/templates/base/base.html:233 +msgid "Show public gists" msgstr "" #: kallithea/templates/base/base.html:234 -#: kallithea/templates/base/base.html:235 -msgid "Public journal" +msgid "Gists" +msgstr "" + +#: kallithea/templates/base/base.html:238 +msgid "All Public Gists" msgstr "" #: kallithea/templates/base/base.html:240 -msgid "Show public gists" +msgid "My Public Gists" msgstr "" #: kallithea/templates/base/base.html:241 -msgid "Gists" -msgstr "" - -#: kallithea/templates/base/base.html:245 -msgid "All Public Gists" -msgstr "" - -#: kallithea/templates/base/base.html:247 -msgid "My Public Gists" -msgstr "" - -#: kallithea/templates/base/base.html:248 msgid "My Private Gists" msgstr "" -#: kallithea/templates/base/base.html:253 +#: kallithea/templates/base/base.html:246 msgid "Search in repositories" msgstr "" -#: kallithea/templates/base/base.html:276 -#: kallithea/templates/base/base.html:277 -#: kallithea/templates/pullrequests/pullrequest_show_my.html:4 -#: kallithea/templates/pullrequests/pullrequest_show_my.html:8 +#: kallithea/templates/base/base.html:269 +#: kallithea/templates/base/base.html:270 +#: kallithea/templates/pullrequests/pullrequest_show_my.html:6 +#: kallithea/templates/pullrequests/pullrequest_show_my.html:10 msgid "My Pull Requests" msgstr "" +#: kallithea/templates/base/base.html:289 +msgid "Not Logged In" +msgstr "" + #: kallithea/templates/base/base.html:296 -msgid "Not Logged In" -msgstr "" - -#: kallithea/templates/base/base.html:303 msgid "Login to Your Account" msgstr "" -#: kallithea/templates/base/base.html:326 +#: kallithea/templates/base/base.html:319 msgid "Forgot password ?" msgstr "" -#: kallithea/templates/base/base.html:353 +#: kallithea/templates/base/base.html:346 msgid "Log Out" msgstr "" -#: kallithea/templates/base/base.html:402 +#: kallithea/templates/base/base.html:395 msgid "No matches found" msgstr "" -#: kallithea/templates/base/base.html:531 +#: kallithea/templates/base/base.html:524 msgid "Keyboard shortcuts" msgstr "" -#: kallithea/templates/base/base.html:540 +#: kallithea/templates/base/base.html:533 msgid "Site-wide shortcuts" msgstr "" @@ -4396,52 +4436,47 @@ msgid "No matching files" msgstr "" #: kallithea/templates/base/root.html:31 -#: kallithea/templates/pullrequests/pullrequest_show_all.html:30 -msgid "Open New Pull Request" +msgid "Open New Pull Request from {0}" msgstr "" #: kallithea/templates/base/root.html:32 -msgid "Open New Pull Request for Selected Changesets" +msgid "Open New Pull Request for {0} → {1}" msgstr "" #: kallithea/templates/base/root.html:33 -msgid "Show Selected Changesets __S → __E" +msgid "Show Selected Changesets {0} → {1}" msgstr "" #: kallithea/templates/base/root.html:34 -msgid "Show Selected Changeset __S" +msgid "Selection Link" msgstr "" #: kallithea/templates/base/root.html:35 -msgid "Selection Link" +#: kallithea/templates/changeset/diff_block.html:8 +msgid "Collapse Diff" msgstr "" #: kallithea/templates/base/root.html:36 -#: kallithea/templates/changeset/diff_block.html:8 -msgid "Collapse Diff" +msgid "Expand Diff" msgstr "" #: kallithea/templates/base/root.html:37 -msgid "Expand Diff" +msgid "Failed to revoke permission" msgstr "" #: kallithea/templates/base/root.html:38 -msgid "Failed to revoke permission" +msgid "Confirm to revoke permission for {0}: {1} ?" msgstr "" #: kallithea/templates/base/root.html:39 -msgid "Confirm to revoke permission for {0}: {1} ?" +msgid "enabled" msgstr "" #: kallithea/templates/base/root.html:40 -msgid "enabled" -msgstr "" - -#: kallithea/templates/base/root.html:41 msgid "disabled" msgstr "" -#: kallithea/templates/base/root.html:43 +#: kallithea/templates/base/root.html:42 msgid "Specify changeset" msgstr "" @@ -4459,7 +4494,6 @@ msgstr "" #: kallithea/templates/branches/branches.html:53 #: kallithea/templates/branches/branches_data.html:10 #: kallithea/templates/changelog/changelog_summary_data.html:10 -#: kallithea/templates/pullrequests/pullrequest_data.html:16 #: kallithea/templates/tags/tags.html:53 #: kallithea/templates/tags/tags_data.html:10 msgid "Author" @@ -4499,7 +4533,7 @@ msgid_plural "showing %d out of %d revis msgstr[0] "" msgstr[1] "" -#: kallithea/templates/changelog/changelog.html:52 +#: kallithea/templates/changelog/changelog.html:49 msgid "Clear selection" msgstr "" @@ -4571,7 +4605,7 @@ msgstr "" msgid "Branch %s" msgstr "" -#: kallithea/templates/changelog/changelog.html:291 +#: kallithea/templates/changelog/changelog.html:310 msgid "There are no changes yet" msgstr "" @@ -4693,7 +4727,7 @@ msgstr "" #: kallithea/templates/changeset/changeset.html:166 #: kallithea/templates/compare/compare_diff.html:54 -#: kallithea/templates/pullrequests/pullrequest_show.html:314 +#: kallithea/templates/pullrequests/pullrequest_show.html:318 #, python-format msgid "%s file changed" msgid_plural "%s files changed" @@ -4702,7 +4736,7 @@ msgstr[1] "" #: kallithea/templates/changeset/changeset.html:168 #: kallithea/templates/compare/compare_diff.html:56 -#: kallithea/templates/pullrequests/pullrequest_show.html:316 +#: kallithea/templates/pullrequests/pullrequest_show.html:320 #, python-format msgid "%s file changed with %s insertions and %s deletions" msgid_plural "%s files changed with %s insertions and %s deletions" @@ -4711,8 +4745,8 @@ msgstr[1] "" #: kallithea/templates/changeset/changeset.html:182 #: kallithea/templates/changeset/changeset.html:195 -#: kallithea/templates/pullrequests/pullrequest_show.html:335 -#: kallithea/templates/pullrequests/pullrequest_show.html:359 +#: kallithea/templates/pullrequests/pullrequest_show.html:339 +#: kallithea/templates/pullrequests/pullrequest_show.html:363 msgid "Show full diff anyway" msgstr "" @@ -4884,7 +4918,7 @@ msgid "Show merge diff" msgstr "" #: kallithea/templates/compare/compare_cs.html:86 -#: kallithea/templates/pullrequests/pullrequest_show.html:306 +#: kallithea/templates/pullrequests/pullrequest_show.html:310 msgid "Common ancestor" msgstr "" @@ -4925,7 +4959,7 @@ msgid "Compare revisions, branches, book msgstr "" #: kallithea/templates/compare/compare_diff.html:47 -#: kallithea/templates/pullrequests/pullrequest_show.html:301 +#: kallithea/templates/pullrequests/pullrequest_show.html:305 #, python-format msgid "Showing %s commit" msgid_plural "Showing %s commits" @@ -4989,15 +5023,19 @@ msgid "Hello %s" msgstr "" #: kallithea/templates/email_templates/password_reset.html:6 -msgid "We received a request to create a new password for your account." +msgid "We have received a request to reset the password for your account." msgstr "" #: kallithea/templates/email_templates/password_reset.html:7 -msgid "You can generate it by clicking following URL" +msgid "To set a new password, click the following link" msgstr "" #: kallithea/templates/email_templates/password_reset.html:10 -msgid "Please ignore this email if you did not request a new password ." +msgid "Should you not be able to use the link above, please type the following code into the password reset form" +msgstr "" + +#: kallithea/templates/email_templates/password_reset.html:12 +msgid "If it weren't you who requested the password reset, just disregard this message." msgstr "" #: kallithea/templates/email_templates/pull_request.html:5 @@ -5454,98 +5492,102 @@ msgstr "" msgid "Target" msgstr "" -#: kallithea/templates/pullrequests/pullrequest_show.html:131 +#: kallithea/templates/pullrequests/pullrequest_show.html:124 +msgid "This is just a range of changesets and doesn't have a target or a real merge ancestor." +msgstr "" + +#: kallithea/templates/pullrequests/pullrequest_show.html:133 msgid "Pull changes" msgstr "" -#: kallithea/templates/pullrequests/pullrequest_show.html:154 -msgid "Created by" -msgstr "" - -#: kallithea/templates/pullrequests/pullrequest_show.html:169 +#: kallithea/templates/pullrequests/pullrequest_show.html:173 msgid "Update" msgstr "" -#: kallithea/templates/pullrequests/pullrequest_show.html:187 +#: kallithea/templates/pullrequests/pullrequest_show.html:191 msgid "Current revision - no change" msgstr "" -#: kallithea/templates/pullrequests/pullrequest_show.html:209 +#: kallithea/templates/pullrequests/pullrequest_show.html:213 msgid "Pull Request Reviewers" msgstr "" -#: kallithea/templates/pullrequests/pullrequest_show.html:234 +#: kallithea/templates/pullrequests/pullrequest_show.html:238 msgid "Remove reviewer" msgstr "" -#: kallithea/templates/pullrequests/pullrequest_show.html:246 +#: kallithea/templates/pullrequests/pullrequest_show.html:250 msgid "Type name of reviewer to add" msgstr "" -#: kallithea/templates/pullrequests/pullrequest_show.html:254 +#: kallithea/templates/pullrequests/pullrequest_show.html:258 msgid "Potential Reviewers" msgstr "" -#: kallithea/templates/pullrequests/pullrequest_show.html:257 +#: kallithea/templates/pullrequests/pullrequest_show.html:261 msgid "Click to add the repository owner as reviewer:" msgstr "" -#: kallithea/templates/pullrequests/pullrequest_show.html:280 +#: kallithea/templates/pullrequests/pullrequest_show.html:284 msgid "Save Changes" msgstr "" -#: kallithea/templates/pullrequests/pullrequest_show.html:281 +#: kallithea/templates/pullrequests/pullrequest_show.html:285 msgid "Save as New Pull Request" msgstr "" -#: kallithea/templates/pullrequests/pullrequest_show.html:282 +#: kallithea/templates/pullrequests/pullrequest_show.html:286 msgid "Cancel Changes" msgstr "" -#: kallithea/templates/pullrequests/pullrequest_show.html:292 +#: kallithea/templates/pullrequests/pullrequest_show.html:296 msgid "Pull Request Content" msgstr "" -#: kallithea/templates/pullrequests/pullrequest_show_all.html:4 +#: kallithea/templates/pullrequests/pullrequest_show_all.html:6 #, python-format msgid "%s Pull Requests" msgstr "" -#: kallithea/templates/pullrequests/pullrequest_show_all.html:9 -#, python-format -msgid "Pull Requests from %s'" -msgstr "" - #: kallithea/templates/pullrequests/pullrequest_show_all.html:11 #, python-format +msgid "Pull Requests from %s'" +msgstr "" + +#: kallithea/templates/pullrequests/pullrequest_show_all.html:13 +#, python-format msgid "Pull Requests to '%s'" msgstr "" -#: kallithea/templates/pullrequests/pullrequest_show_all.html:35 -#, python-format -msgid "Show Pull Requests to %s" +#: kallithea/templates/pullrequests/pullrequest_show_all.html:32 +msgid "Open New Pull Request" msgstr "" #: kallithea/templates/pullrequests/pullrequest_show_all.html:37 #, python-format +msgid "Show Pull Requests to %s" +msgstr "" + +#: kallithea/templates/pullrequests/pullrequest_show_all.html:39 +#, python-format msgid "Show Pull Requests from '%s'" msgstr "" -#: kallithea/templates/pullrequests/pullrequest_show_all.html:47 -#: kallithea/templates/pullrequests/pullrequest_show_my.html:26 -msgid "Hide closed pull requests (only show open pull requests)" -msgstr "" - #: kallithea/templates/pullrequests/pullrequest_show_all.html:49 #: kallithea/templates/pullrequests/pullrequest_show_my.html:28 +msgid "Hide closed pull requests (only show open pull requests)" +msgstr "" + +#: kallithea/templates/pullrequests/pullrequest_show_all.html:51 +#: kallithea/templates/pullrequests/pullrequest_show_my.html:30 msgid "Show closed pull requests (in addition to open pull requests)" msgstr "" -#: kallithea/templates/pullrequests/pullrequest_show_my_data.html:3 +#: kallithea/templates/pullrequests/pullrequest_show_my.html:35 msgid "Pull Requests Created by Me" msgstr "" -#: kallithea/templates/pullrequests/pullrequest_show_my_data.html:6 +#: kallithea/templates/pullrequests/pullrequest_show_my.html:38 msgid "Pull Requests I Participate In" msgstr ""