rhodecode.pot
4252 lines
| 112.8 KiB
| application/vnd.ms-powerpoint
|
GettextLexer
r1086 | # Translations template for RhodeCode. | |||
r3242 | # Copyright (C) 2013 ORGANIZATION | |||
r1086 | # This file is distributed under the same license as the RhodeCode project. | |||
r3242 | # FIRST AUTHOR <EMAIL@ADDRESS>, 2013. | |||
r547 | # | |||
#, fuzzy | ||||
msgid "" | ||||
msgstr "" | ||||
r3242 | "Project-Id-Version: RhodeCode 1.5.3b\n" | |||
r547 | "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | |||
r3242 | "POT-Creation-Date: 2013-01-28 00:24+0100\n" | |||
r547 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
"Language-Team: LANGUAGE <LL@li.org>\n" | ||||
"MIME-Version: 1.0\n" | ||||
"Content-Type: text/plain; charset=utf-8\n" | ||||
"Content-Transfer-Encoding: 8bit\n" | ||||
Augusto Herrmann
|
r1472 | "Generated-By: Babel 0.9.6\n" | ||
r3033 | #: rhodecode/controllers/changelog.py:95 | |||
Vincent Duvert
|
r2305 | msgid "All Branches" | ||
msgstr "" | ||||
r3109 | #: rhodecode/controllers/changeset.py:83 | |||
Vincent Duvert
|
r2305 | msgid "show white space" | ||
msgstr "" | ||||
r3109 | #: rhodecode/controllers/changeset.py:90 rhodecode/controllers/changeset.py:97 | |||
Vincent Duvert
|
r2305 | msgid "ignore white space" | ||
msgstr "" | ||||
r3109 | #: rhodecode/controllers/changeset.py:163 | |||
Vincent Duvert
|
r2305 | #, python-format | ||
msgid "%s line context" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/changeset.py:329 rhodecode/controllers/pullrequests.py:416 | |||
r3033 | #, python-format | |||
msgid "Status change -> %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/changeset.py:360 | |||
r2774 | msgid "" | |||
r3242 | "Changing status on a changeset associated with a closed pull request is not " | |||
r2774 | "allowed" | |||
msgstr "" | ||||
r3109 | #: rhodecode/controllers/compare.py:75 rhodecode/controllers/pullrequests.py:121 | |||
r3059 | #: rhodecode/controllers/shortlog.py:100 | |||
r2671 | msgid "There are no changesets yet" | |||
msgstr "" | ||||
r1272 | #: rhodecode/controllers/error.py:69 | |||
r547 | msgid "Home page" | |||
msgstr "" | ||||
r1272 | #: rhodecode/controllers/error.py:98 | |||
msgid "The request could not be understood by the server due to malformed syntax." | ||||
msgstr "" | ||||
r1086 | #: rhodecode/controllers/error.py:101 | |||
r1272 | msgid "Unauthorized access to resource" | |||
r547 | msgstr "" | |||
r1086 | #: rhodecode/controllers/error.py:103 | |||
r1272 | msgid "You don't have permission to view this page" | |||
r547 | msgstr "" | |||
r1086 | #: rhodecode/controllers/error.py:105 | |||
r1272 | msgid "The resource could not be found" | |||
r547 | msgstr "" | |||
r1086 | #: rhodecode/controllers/error.py:107 | |||
r547 | msgid "" | |||
"The server encountered an unexpected condition which prevented it from " | ||||
"fulfilling the request." | ||||
msgstr "" | ||||
r3033 | #: rhodecode/controllers/feed.py:52 | |||
r1086 | #, python-format | |||
msgid "Changes on %s repository" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/controllers/feed.py:53 | |||
r1272 | #, python-format | |||
msgid "%s %s feed" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/controllers/feed.py:86 | |||
r3109 | #: rhodecode/templates/changeset/changeset.html:137 | |||
#: rhodecode/templates/changeset/changeset.html:149 | ||||
r3033 | #: rhodecode/templates/compare/compare_diff.html:62 | |||
#: rhodecode/templates/compare/compare_diff.html:73 | ||||
r3242 | #: rhodecode/templates/pullrequests/pullrequest_show.html:112 | |||
#: rhodecode/templates/pullrequests/pullrequest_show.html:171 | ||||
r3033 | msgid "Changeset was too big and was cut off..." | |||
msgstr "" | ||||
#: rhodecode/controllers/feed.py:92 | ||||
Vincent Duvert
|
r2421 | msgid "commited on" | ||
msgstr "" | ||||
r3033 | #: rhodecode/controllers/files.py:86 | |||
r2774 | msgid "click here to add new file" | |||
Vincent Duvert
|
r2305 | msgstr "" | ||
r3033 | #: rhodecode/controllers/files.py:87 | |||
Vincent Duvert
|
r2305 | #, python-format | ||
msgid "There are no files yet %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/files.py:269 rhodecode/controllers/files.py:338 | |||
r2774 | #, python-format | |||
msgid "This repository is has been locked by %s on %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/files.py:281 | |||
msgid "You can only edit files with revision being a valid branch " | ||||
msgstr "" | ||||
#: rhodecode/controllers/files.py:295 | ||||
Augusto Herrmann
|
r1472 | #, python-format | ||
r3242 | msgid "Edited file %s via RhodeCode" | |||
msgstr "" | ||||
#: rhodecode/controllers/files.py:311 | ||||
Augusto Herrmann
|
r1472 | msgid "No changes" | ||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/files.py:321 rhodecode/controllers/files.py:384 | |||
Augusto Herrmann
|
r1472 | #, python-format | ||
msgid "Successfully committed to %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/files.py:326 rhodecode/controllers/files.py:390 | |||
Augusto Herrmann
|
r1472 | msgid "Error occurred during commit" | ||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/files.py:350 | |||
msgid "Added file via RhodeCode" | ||||
msgstr "" | ||||
#: rhodecode/controllers/files.py:370 | ||||
Vincent Duvert
|
r2305 | msgid "No content" | ||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/files.py:374 | |||
Vincent Duvert
|
r2305 | msgid "No filename" | ||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/files.py:416 | |||
r2534 | msgid "downloads disabled" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/files.py:427 | |||
r2575 | #, python-format | |||
msgid "Unknown revision %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/files.py:429 | |||
r2575 | msgid "Empty repository" | |||
r1086 | msgstr "" | |||
r3242 | #: rhodecode/controllers/files.py:431 | |||
Augusto Herrmann
|
r1472 | msgid "Unknown archive type" | ||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/files.py:576 | |||
Vincent Duvert
|
r2305 | #: rhodecode/templates/changeset/changeset_range.html:13 | ||
#: rhodecode/templates/changeset/changeset_range.html:31 | ||||
r1086 | msgid "Changesets" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/files.py:577 rhodecode/controllers/pullrequests.py:74 | |||
#: rhodecode/controllers/summary.py:236 rhodecode/model/scm.py:564 | ||||
r1086 | msgid "Branches" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/files.py:578 rhodecode/controllers/pullrequests.py:78 | |||
#: rhodecode/controllers/summary.py:237 rhodecode/model/scm.py:575 | ||||
r1086 | msgid "Tags" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/forks.py:165 | |||
Vincent Duvert
|
r2305 | #, python-format | ||
msgid "forked %s repository as %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/forks.py:179 | |||
Vincent Duvert
|
r2305 | #, python-format | ||
msgid "An error occurred during repository forking %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/journal.py:275 rhodecode/controllers/journal.py:318 | |||
r3033 | msgid "public journal" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/journal.py:279 rhodecode/controllers/journal.py:322 | |||
#: rhodecode/templates/base/base.html:238 | ||||
r3109 | #: rhodecode/templates/journal/journal.html:12 | |||
r2534 | msgid "journal" | |||
Vincent Duvert
|
r2305 | msgstr "" | ||
r3242 | #: rhodecode/controllers/login.py:142 | |||
Vincent Duvert
|
r2305 | msgid "You have successfully registered into rhodecode" | ||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/login.py:163 | |||
Vincent Duvert
|
r2305 | msgid "Your password reset link was sent" | ||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/login.py:183 | |||
Vincent Duvert
|
r2305 | msgid "Your password reset was successful, new password has been sent to your email" | ||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/pullrequests.py:76 rhodecode/model/scm.py:570 | |||
r2534 | msgid "Bookmarks" | |||
msgstr "" | ||||
r3109 | #: rhodecode/controllers/pullrequests.py:190 | |||
r2774 | msgid "Pull request requires a title with min. 3 chars" | |||
msgstr "" | ||||
r3109 | #: rhodecode/controllers/pullrequests.py:192 | |||
r2774 | msgid "error during creation of pull request" | |||
msgstr "" | ||||
r3109 | #: rhodecode/controllers/pullrequests.py:224 | |||
r2534 | msgid "Successfully opened new pull request" | |||
msgstr "" | ||||
r3109 | #: rhodecode/controllers/pullrequests.py:227 | |||
r2534 | msgid "Error occurred during sending pull request" | |||
msgstr "" | ||||
r3109 | #: rhodecode/controllers/pullrequests.py:260 | |||
r2774 | msgid "Successfully deleted pull request" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/pullrequests.py:451 | |||
r3109 | msgid "Closing pull request on other statuses than rejected or approved forbidden" | |||
msgstr "" | ||||
r3033 | #: rhodecode/controllers/search.py:134 | |||
Vincent Duvert
|
r2305 | msgid "Invalid search query. Try quoting it." | ||
msgstr "" | ||||
r3033 | #: rhodecode/controllers/search.py:139 | |||
Vincent Duvert
|
r2305 | msgid "There is no index to search in. Please run whoosh indexer" | ||
msgstr "" | ||||
r3033 | #: rhodecode/controllers/search.py:143 | |||
Vincent Duvert
|
r2305 | msgid "An error occurred during this search operation" | ||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/settings.py:120 rhodecode/controllers/admin/repos.py:254 | |||
r1086 | #, python-format | |||
msgid "Repository %s updated successfully" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/settings.py:138 rhodecode/controllers/admin/repos.py:272 | |||
r1086 | #, python-format | |||
msgid "error occurred during update of repository %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/settings.py:163 rhodecode/controllers/admin/repos.py:297 | |||
r1086 | #, python-format | |||
msgid "deleted repository %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/settings.py:167 rhodecode/controllers/admin/repos.py:307 | |||
#: rhodecode/controllers/admin/repos.py:313 | ||||
r1086 | #, python-format | |||
msgid "An error occurred during deletion of %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/settings.py:186 | |||
r3033 | msgid "unlocked" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/settings.py:189 | |||
r3033 | msgid "locked" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/settings.py:191 | |||
r3033 | #, python-format | |||
msgid "Repository has been %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/settings.py:195 rhodecode/controllers/admin/repos.py:405 | |||
r3033 | msgid "An error occurred during unlocking" | |||
msgstr "" | ||||
#: rhodecode/controllers/summary.py:140 | ||||
r1086 | msgid "No data loaded yet" | |||
msgstr "" | ||||
r3033 | #: rhodecode/controllers/summary.py:144 | |||
#: rhodecode/templates/summary/summary.html:157 | ||||
r1086 | msgid "Statistics are disabled for this repository" | |||
msgstr "" | ||||
r3059 | #: rhodecode/controllers/admin/defaults.py:96 | |||
msgid "Default settings updated successfully" | ||||
msgstr "" | ||||
#: rhodecode/controllers/admin/defaults.py:110 | ||||
msgid "error occurred during update of defaults" | ||||
msgstr "" | ||||
r2671 | #: rhodecode/controllers/admin/ldap_settings.py:50 | |||
Augusto Herrmann
|
r1472 | msgid "BASE" | ||
r1086 | msgstr "" | |||
Augusto Herrmann
|
r1472 | #: rhodecode/controllers/admin/ldap_settings.py:51 | ||
r2671 | msgid "ONELEVEL" | |||
msgstr "" | ||||
#: rhodecode/controllers/admin/ldap_settings.py:52 | ||||
r1086 | msgid "SUBTREE" | |||
msgstr "" | ||||
r1272 | #: rhodecode/controllers/admin/ldap_settings.py:56 | |||
r2671 | msgid "NEVER" | |||
r1086 | msgstr "" | |||
r1272 | #: rhodecode/controllers/admin/ldap_settings.py:57 | |||
r2671 | msgid "ALLOW" | |||
r1086 | msgstr "" | |||
r1272 | #: rhodecode/controllers/admin/ldap_settings.py:58 | |||
r2671 | msgid "TRY" | |||
Augusto Herrmann
|
r1472 | msgstr "" | ||
#: rhodecode/controllers/admin/ldap_settings.py:59 | ||||
r2671 | msgid "DEMAND" | |||
msgstr "" | ||||
#: rhodecode/controllers/admin/ldap_settings.py:60 | ||||
r1086 | msgid "HARD" | |||
msgstr "" | ||||
Augusto Herrmann
|
r1472 | #: rhodecode/controllers/admin/ldap_settings.py:64 | ||
r2671 | msgid "No encryption" | |||
Augusto Herrmann
|
r1472 | msgstr "" | ||
#: rhodecode/controllers/admin/ldap_settings.py:65 | ||||
r2671 | msgid "LDAPS connection" | |||
msgstr "" | ||||
#: rhodecode/controllers/admin/ldap_settings.py:66 | ||||
Augusto Herrmann
|
r1472 | msgid "START_TLS on LDAP connection" | ||
msgstr "" | ||||
r2671 | #: rhodecode/controllers/admin/ldap_settings.py:126 | |||
r1086 | msgid "Ldap settings updated successfully" | |||
msgstr "" | ||||
r2671 | #: rhodecode/controllers/admin/ldap_settings.py:130 | |||
r1086 | msgid "Unable to activate ldap. The \"python-ldap\" library is missing." | |||
msgstr "" | ||||
r2671 | #: rhodecode/controllers/admin/ldap_settings.py:147 | |||
r1086 | msgid "error occurred during update of ldap settings" | |||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/controllers/admin/permissions.py:60 | ||
r3059 | #: rhodecode/controllers/admin/permissions.py:64 | |||
r3242 | msgid "None" | |||
Vincent Duvert
|
r2305 | msgstr "" | ||
#: rhodecode/controllers/admin/permissions.py:61 | ||||
r3059 | #: rhodecode/controllers/admin/permissions.py:65 | |||
r3242 | msgid "Read" | |||
Vincent Duvert
|
r2305 | msgstr "" | ||
#: rhodecode/controllers/admin/permissions.py:62 | ||||
r3059 | #: rhodecode/controllers/admin/permissions.py:66 | |||
r3242 | msgid "Write" | |||
msgstr "" | ||||
#: rhodecode/controllers/admin/permissions.py:63 | ||||
#: rhodecode/controllers/admin/permissions.py:67 | ||||
r3059 | #: rhodecode/templates/admin/defaults/defaults.html:9 | |||
r1272 | #: rhodecode/templates/admin/ldap/ldap.html:9 | |||
#: rhodecode/templates/admin/permissions/permissions.html:9 | ||||
#: rhodecode/templates/admin/repos/repo_add.html:9 | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:9 | ||||
r2671 | #: rhodecode/templates/admin/repos/repos.html:9 | |||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/admin/repos_groups/repos_groups_add.html:8 | ||
#: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:8 | ||||
#: rhodecode/templates/admin/repos_groups/repos_groups_show.html:10 | ||||
#: rhodecode/templates/admin/settings/hooks.html:9 | ||||
r1272 | #: rhodecode/templates/admin/settings/settings.html:9 | |||
#: rhodecode/templates/admin/users/user_add.html:8 | ||||
#: rhodecode/templates/admin/users/user_edit.html:9 | ||||
r3242 | #: rhodecode/templates/admin/users/user_edit.html:130 | |||
r1272 | #: rhodecode/templates/admin/users/users.html:9 | |||
#: rhodecode/templates/admin/users_groups/users_group_add.html:8 | ||||
#: rhodecode/templates/admin/users_groups/users_group_edit.html:9 | ||||
#: rhodecode/templates/admin/users_groups/users_groups.html:9 | ||||
r3242 | #: rhodecode/templates/base/base.html:203 rhodecode/templates/base/base.html:324 | |||
#: rhodecode/templates/base/base.html:326 rhodecode/templates/base/base.html:328 | ||||
r1086 | msgid "Admin" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/permissions.py:70 | |||
r3059 | msgid "disabled" | |||
Vincent Duvert
|
r2305 | msgstr "" | ||
r3242 | #: rhodecode/controllers/admin/permissions.py:72 | |||
r3059 | msgid "allowed with manual account activation" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/permissions.py:74 | |||
r3059 | msgid "allowed with automatic account activation" | |||
msgstr "" | ||||
#: rhodecode/controllers/admin/permissions.py:76 | ||||
#: rhodecode/controllers/admin/permissions.py:79 | ||||
r3242 | msgid "Disabled" | |||
msgstr "" | ||||
#: rhodecode/controllers/admin/permissions.py:77 | ||||
#: rhodecode/controllers/admin/permissions.py:80 | ||||
r1086 | msgid "Enabled" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/permissions.py:128 | |||
r1086 | msgid "Default permissions updated successfully" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/permissions.py:142 | |||
r1086 | msgid "error occurred during update of permissions" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos.py:123 | |||
Vincent Duvert
|
r2305 | msgid "--REMOVE FORK--" | ||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos.py:162 | |||
r1272 | #, python-format | |||
msgid "created repository %s from %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos.py:166 | |||
r1272 | #, python-format | |||
msgid "created repository %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos.py:197 | |||
r1272 | #, python-format | |||
msgid "error occurred during creation of repository %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos.py:302 | |||
Augusto Herrmann
|
r1472 | #, python-format | ||
msgid "Cannot delete %s it still contains attached forks" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos.py:331 | |||
r1272 | msgid "An error occurred during deletion of repository user" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos.py:350 | |||
msgid "An error occurred during deletion of repository users groups" | ||||
msgstr "" | ||||
r3111 | #: rhodecode/controllers/admin/repos.py:368 | |||
r1272 | msgid "An error occurred during deletion of repository stats" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos.py:385 | |||
r1272 | msgid "An error occurred during cache invalidation" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos.py:425 | |||
r2774 | msgid "Updated repository visibility in public journal" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos.py:429 | |||
msgid "An error occurred during setting this repository in public journal" | ||||
msgstr "" | ||||
#: rhodecode/controllers/admin/repos.py:434 rhodecode/model/validators.py:301 | ||||
msgid "Token mismatch" | ||||
msgstr "" | ||||
r3111 | #: rhodecode/controllers/admin/repos.py:447 | |||
r3242 | msgid "Pulled from remote location" | |||
msgstr "" | ||||
#: rhodecode/controllers/admin/repos.py:449 | ||||
msgid "An error occurred during pull from remote location" | ||||
Vincent Duvert
|
r2305 | msgstr "" | ||
r3111 | #: rhodecode/controllers/admin/repos.py:465 | |||
r3242 | msgid "Nothing" | |||
r2774 | msgstr "" | |||
r3111 | #: rhodecode/controllers/admin/repos.py:467 | |||
r2774 | #, python-format | |||
msgid "Marked repo %s as fork of %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos.py:471 | |||
Vincent Duvert
|
r2305 | msgid "An error occurred during this operation" | ||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos_groups.py:136 | |||
Augusto Herrmann
|
r1472 | #, python-format | ||
msgid "created repos group %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos_groups.py:148 | |||
Augusto Herrmann
|
r1472 | #, python-format | ||
msgid "error occurred during creation of repos group %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos_groups.py:205 | |||
Augusto Herrmann
|
r1472 | #, python-format | ||
msgid "updated repos group %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos_groups.py:220 | |||
Augusto Herrmann
|
r1472 | #, python-format | ||
msgid "error occurred during update of repos group %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos_groups.py:238 | |||
Augusto Herrmann
|
r1472 | #, python-format | ||
msgid "This group contains %s repositores and cannot be deleted" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos_groups.py:246 | |||
Augusto Herrmann
|
r1472 | #, python-format | ||
msgid "removed repos group %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos_groups.py:252 | |||
Vincent Duvert
|
r2305 | msgid "Cannot delete this group it still contains subgroups" | ||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos_groups.py:257 | |||
#: rhodecode/controllers/admin/repos_groups.py:262 | ||||
Augusto Herrmann
|
r1472 | #, python-format | ||
msgid "error occurred during deletion of repos group %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos_groups.py:283 | |||
Vincent Duvert
|
r2305 | msgid "An error occurred during deletion of group user" | ||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/repos_groups.py:304 | |||
Vincent Duvert
|
r2305 | msgid "An error occurred during deletion of group users groups" | ||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/settings.py:124 | |||
r1086 | #, python-format | |||
r3242 | msgid "Repositories successfully rescanned added: %s ; removed: %s" | |||
msgstr "" | ||||
#: rhodecode/controllers/admin/settings.py:133 | ||||
r1086 | msgid "Whoosh reindex task scheduled" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/settings.py:164 | |||
r1086 | msgid "Updated application settings" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/settings.py:168 | |||
#: rhodecode/controllers/admin/settings.py:301 | ||||
r1086 | msgid "error occurred during updating application settings" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/settings.py:209 | |||
r2774 | msgid "Updated visualisation settings" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/settings.py:214 | |||
r2774 | msgid "error occurred during updating visualisation settings" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/settings.py:297 | |||
r2774 | msgid "Updated VCS settings" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/settings.py:311 | |||
Augusto Herrmann
|
r1472 | msgid "Added new hook" | ||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/settings.py:323 | |||
Augusto Herrmann
|
r1472 | msgid "Updated hooks" | ||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/settings.py:327 | |||
Augusto Herrmann
|
r1472 | msgid "error occurred during hook creation" | ||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/settings.py:346 | |||
Vincent Duvert
|
r2305 | msgid "Email task created" | ||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/settings.py:408 | |||
r1086 | msgid "You can't edit this user since it's crucial for entire application" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/settings.py:448 | |||
r1086 | msgid "Your account was updated successfully" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/settings.py:463 | |||
#: rhodecode/controllers/admin/users.py:198 | ||||
r1086 | #, python-format | |||
msgid "error occurred during update of user %s" | ||||
msgstr "" | ||||
r2774 | #: rhodecode/controllers/admin/users.py:130 | |||
r1086 | #, python-format | |||
msgid "created user %s" | ||||
msgstr "" | ||||
r2774 | #: rhodecode/controllers/admin/users.py:142 | |||
r1086 | #, python-format | |||
msgid "error occurred during creation of user %s" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/controllers/admin/users.py:176 | |||
r1272 | msgid "User updated successfully" | |||
r1086 | msgstr "" | |||
r3242 | #: rhodecode/controllers/admin/users.py:214 | |||
r3033 | msgid "successfully deleted user" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/users.py:219 | |||
r1086 | msgid "An error occurred during deletion of user" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/users.py:233 | |||
r1086 | msgid "You can't edit this user" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/users.py:276 | |||
r1272 | msgid "Granted 'repository create' permission to user" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/users.py:281 | |||
r3033 | msgid "Revoked 'repository create' permission to user" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/users.py:287 | |||
r2774 | msgid "Granted 'repository fork' permission to user" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/users.py:292 | |||
r3033 | msgid "Revoked 'repository fork' permission to user" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/users.py:298 | |||
r3033 | #: rhodecode/controllers/admin/users_groups.py:279 | |||
r2774 | msgid "An error occurred during permissions saving" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/users.py:312 | |||
r3033 | #, python-format | |||
msgid "Added email %s to user" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/users.py:318 | |||
r2534 | msgid "An error occurred during email saving" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/users.py:328 | |||
r2534 | msgid "Removed email from user" | |||
msgstr "" | ||||
r3242 | #: rhodecode/controllers/admin/users.py:341 | |||
#, python-format | ||||
msgid "Added ip %s to user" | ||||
msgstr "" | ||||
#: rhodecode/controllers/admin/users.py:347 | ||||
msgid "An error occurred during ip saving" | ||||
msgstr "" | ||||
#: rhodecode/controllers/admin/users.py:359 | ||||
msgid "Removed ip from user" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/controllers/admin/users_groups.py:86 | |||
r1086 | #, python-format | |||
msgid "created users group %s" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/controllers/admin/users_groups.py:97 | |||
r1086 | #, python-format | |||
msgid "error occurred during creation of users group %s" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/controllers/admin/users_groups.py:164 | |||
r1086 | #, python-format | |||
msgid "updated users group %s" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/controllers/admin/users_groups.py:186 | |||
r1086 | #, python-format | |||
msgid "error occurred during update of users group %s" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/controllers/admin/users_groups.py:203 | |||
r2774 | msgid "successfully deleted users group" | |||
msgstr "" | ||||
r3033 | #: rhodecode/controllers/admin/users_groups.py:208 | |||
r1086 | msgid "An error occurred during deletion of users group" | |||
msgstr "" | ||||
r3033 | #: rhodecode/controllers/admin/users_groups.py:257 | |||
r2774 | msgid "Granted 'repository create' permission to users group" | |||
msgstr "" | ||||
r3033 | #: rhodecode/controllers/admin/users_groups.py:262 | |||
r2774 | msgid "Revoked 'repository create' permission to users group" | |||
msgstr "" | ||||
r3033 | #: rhodecode/controllers/admin/users_groups.py:268 | |||
r2774 | msgid "Granted 'repository fork' permission to users group" | |||
msgstr "" | ||||
r3033 | #: rhodecode/controllers/admin/users_groups.py:273 | |||
r2774 | msgid "Revoked 'repository fork' permission to users group" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/auth.py:509 | |||
#, python-format | ||||
msgid "IP %s not allowed" | ||||
msgstr "" | ||||
#: rhodecode/lib/auth.py:558 | ||||
r1086 | msgid "You need to be a registered user to perform this action" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/auth.py:599 | |||
Augusto Herrmann
|
r1472 | msgid "You need to be a signed in to view this page" | ||
msgstr "" | ||||
r3033 | #: rhodecode/lib/diffs.py:74 | |||
msgid "binary file" | ||||
msgstr "" | ||||
#: rhodecode/lib/diffs.py:90 | ||||
r2341 | msgid "Changeset was too big and was cut off, use diff menu to display this diff" | |||
Vincent Duvert
|
r2305 | msgstr "" | ||
r3033 | #: rhodecode/lib/diffs.py:100 | |||
Vincent Duvert
|
r2305 | msgid "No changes detected" | ||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:374 | |||
Vincent Duvert
|
r2421 | #, python-format | ||
msgid "%a, %d %b %Y %H:%M:%S" | ||||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:486 | |||
Augusto Herrmann
|
r1472 | msgid "True" | ||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:490 | |||
Augusto Herrmann
|
r1472 | msgid "False" | ||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:530 | |||
r3033 | #, python-format | |||
msgid "Deleted branch: %s" | ||||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:533 | |||
r3033 | #, python-format | |||
msgid "Created tag: %s" | ||||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:546 | |||
Augusto Herrmann
|
r2331 | msgid "Changeset not found" | ||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:589 | |||
Augusto Herrmann
|
r1472 | #, python-format | ||
msgid "Show all combined changesets %s->%s" | ||||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:595 | |||
Augusto Herrmann
|
r1472 | msgid "compare view" | ||
r1086 | msgstr "" | |||
r3033 | #: rhodecode/lib/helpers.py:615 | |||
r3109 | msgid "and" | |||
msgstr "" | ||||
#: rhodecode/lib/helpers.py:616 | ||||
r1086 | #, python-format | |||
msgid "%s more" | ||||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:617 rhodecode/templates/changelog/changelog.html:51 | |||
r1086 | msgid "revisions" | |||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:641 | |||
r3033 | #, python-format | |||
msgid "fork name %s" | ||||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:658 | |||
r2671 | #: rhodecode/templates/pullrequests/pullrequest_show.html:4 | |||
#: rhodecode/templates/pullrequests/pullrequest_show.html:12 | ||||
#, python-format | ||||
msgid "Pull request #%s" | ||||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:664 | |||
Augusto Herrmann
|
r2331 | msgid "[deleted] repository" | ||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:666 rhodecode/lib/helpers.py:676 | |||
Augusto Herrmann
|
r2331 | msgid "[created] repository" | ||
r1272 | msgstr "" | |||
r3109 | #: rhodecode/lib/helpers.py:668 | |||
r2376 | msgid "[created] repository as fork" | |||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:670 rhodecode/lib/helpers.py:678 | |||
r2376 | msgid "[forked] repository" | |||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:672 rhodecode/lib/helpers.py:680 | |||
r2376 | msgid "[updated] repository" | |||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:674 | |||
Vincent Duvert
|
r2421 | msgid "[delete] repository" | ||
r2376 | msgstr "" | |||
r3109 | #: rhodecode/lib/helpers.py:682 | |||
Vincent Duvert
|
r2421 | msgid "[created] user" | ||
r2376 | msgstr "" | |||
r3109 | #: rhodecode/lib/helpers.py:684 | |||
Vincent Duvert
|
r2421 | msgid "[updated] user" | ||
r2376 | msgstr "" | |||
r3109 | #: rhodecode/lib/helpers.py:686 | |||
Vincent Duvert
|
r2421 | msgid "[created] users group" | ||
r2376 | msgstr "" | |||
r3109 | #: rhodecode/lib/helpers.py:688 | |||
Vincent Duvert
|
r2421 | msgid "[updated] users group" | ||
r2376 | msgstr "" | |||
r3109 | #: rhodecode/lib/helpers.py:690 | |||
Vincent Duvert
|
r2421 | msgid "[commented] on revision in repository" | ||
r2376 | msgstr "" | |||
r3109 | #: rhodecode/lib/helpers.py:692 | |||
r2671 | msgid "[commented] on pull request for" | |||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:694 | |||
r2671 | msgid "[closed] pull request for" | |||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:696 | |||
Vincent Duvert
|
r2421 | msgid "[pushed] into" | ||
r2376 | msgstr "" | |||
r3109 | #: rhodecode/lib/helpers.py:698 | |||
Vincent Duvert
|
r2421 | msgid "[committed via RhodeCode] into repository" | ||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:700 | |||
Vincent Duvert
|
r2421 | msgid "[pulled from remote] into repository" | ||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:702 | |||
Vincent Duvert
|
r2421 | msgid "[pulled] from" | ||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:704 | |||
Vincent Duvert
|
r2421 | msgid "[started following] repository" | ||
msgstr "" | ||||
r3109 | #: rhodecode/lib/helpers.py:706 | |||
r1086 | msgid "[stopped following] repository" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/helpers.py:884 | |||
r1086 | #, python-format | |||
msgid " and %s more" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/lib/helpers.py:888 | |||
r1086 | msgid "No Files" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/helpers.py:1164 | |||
r3111 | #, python-format | |||
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" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/lib/utils2.py:403 | |||
Vincent Duvert
|
r2305 | #, python-format | ||
msgid "%d year" | ||||
msgid_plural "%d years" | ||||
msgstr[0] "" | ||||
msgstr[1] "" | ||||
r3033 | #: rhodecode/lib/utils2.py:404 | |||
Vincent Duvert
|
r2305 | #, python-format | ||
msgid "%d month" | ||||
msgid_plural "%d months" | ||||
msgstr[0] "" | ||||
msgstr[1] "" | ||||
r3033 | #: rhodecode/lib/utils2.py:405 | |||
Vincent Duvert
|
r2305 | #, python-format | ||
msgid "%d day" | ||||
msgid_plural "%d days" | ||||
msgstr[0] "" | ||||
msgstr[1] "" | ||||
r3033 | #: rhodecode/lib/utils2.py:406 | |||
Vincent Duvert
|
r2305 | #, python-format | ||
msgid "%d hour" | ||||
msgid_plural "%d hours" | ||||
msgstr[0] "" | ||||
msgstr[1] "" | ||||
r3033 | #: rhodecode/lib/utils2.py:407 | |||
Vincent Duvert
|
r2305 | #, python-format | ||
msgid "%d minute" | ||||
msgid_plural "%d minutes" | ||||
msgstr[0] "" | ||||
msgstr[1] "" | ||||
r3033 | #: rhodecode/lib/utils2.py:408 | |||
Vincent Duvert
|
r2305 | #, python-format | ||
msgid "%d second" | ||||
msgid_plural "%d seconds" | ||||
msgstr[0] "" | ||||
msgstr[1] "" | ||||
r3033 | #: rhodecode/lib/utils2.py:424 | |||
#, python-format | ||||
msgid "in %s" | ||||
msgstr "" | ||||
#: rhodecode/lib/utils2.py:426 | ||||
Vincent Duvert
|
r2305 | #, python-format | ||
msgid "%s ago" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/lib/utils2.py:428 | |||
#, python-format | ||||
msgid "in %s and %s" | ||||
msgstr "" | ||||
#: rhodecode/lib/utils2.py:431 | ||||
Vincent Duvert
|
r2305 | #, python-format | ||
msgid "%s and %s ago" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/lib/utils2.py:434 | |||
Vincent Duvert
|
r2305 | msgid "just now" | ||
msgstr "" | ||||
r3033 | #: rhodecode/lib/celerylib/tasks.py:270 | |||
Vincent Duvert
|
r2305 | msgid "password reset link" | ||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1163 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1183 rhodecode/model/db.py:1313 | ||||
r3059 | msgid "Repository no access" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1164 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1184 rhodecode/model/db.py:1314 | ||||
r3059 | msgid "Repository read access" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1165 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1185 rhodecode/model/db.py:1315 | ||||
r3059 | msgid "Repository write access" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1166 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1186 rhodecode/model/db.py:1316 | ||||
r3059 | msgid "Repository admin access" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1168 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1188 rhodecode/model/db.py:1318 | ||||
r3059 | msgid "Repositories Group no access" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1169 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1189 rhodecode/model/db.py:1319 | ||||
r3059 | msgid "Repositories Group read access" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1170 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1190 rhodecode/model/db.py:1320 | ||||
r3059 | msgid "Repositories Group write access" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1171 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1191 rhodecode/model/db.py:1321 | ||||
r3059 | msgid "Repositories Group admin access" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1173 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1193 rhodecode/model/db.py:1323 | ||||
r3059 | msgid "RhodeCode Administrator" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1174 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1194 rhodecode/model/db.py:1324 | ||||
r3059 | msgid "Repository creation disabled" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1175 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1195 rhodecode/model/db.py:1325 | ||||
r3059 | msgid "Repository creation enabled" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1176 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1196 rhodecode/model/db.py:1326 | ||||
r3059 | msgid "Repository forking disabled" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1177 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1197 rhodecode/model/db.py:1327 | ||||
r3059 | msgid "Repository forking enabled" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1178 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1198 rhodecode/model/db.py:1328 | ||||
r3059 | msgid "Register disabled" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1179 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1199 rhodecode/model/db.py:1329 | ||||
r3059 | msgid "Register new user with RhodeCode with manual activation" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1182 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1202 rhodecode/model/db.py:1332 | ||||
r3059 | msgid "Register new user with RhodeCode with auto activation" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1623 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1643 rhodecode/model/db.py:1776 | ||||
r3059 | msgid "Not Reviewed" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1624 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1644 rhodecode/model/db.py:1777 | ||||
r3059 | msgid "Approved" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1625 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1645 rhodecode/model/db.py:1778 | ||||
r3059 | msgid "Rejected" | |||
msgstr "" | ||||
r3242 | #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:1626 | |||
#: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:1646 rhodecode/model/db.py:1779 | ||||
r3059 | msgid "Under Review" | |||
msgstr "" | ||||
r3242 | #: rhodecode/model/comment.py:109 | |||
Vincent Duvert
|
r2305 | #, python-format | ||
msgid "on line %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/model/comment.py:176 | |||
Vincent Duvert
|
r2305 | msgid "[Mention]" | ||
msgstr "" | ||||
r2534 | #: rhodecode/model/forms.py:43 | |||
r1086 | msgid "Please enter a login" | |||
msgstr "" | ||||
r2534 | #: rhodecode/model/forms.py:44 | |||
r1086 | #, python-format | |||
msgid "Enter a value %(min)i characters long or more" | ||||
msgstr "" | ||||
r2534 | #: rhodecode/model/forms.py:52 | |||
r1086 | msgid "Please enter a password" | |||
msgstr "" | ||||
r2534 | #: rhodecode/model/forms.py:53 | |||
r1086 | #, python-format | |||
msgid "Enter %(min)i characters or more" | ||||
msgstr "" | ||||
r2671 | #: rhodecode/model/notification.py:220 | |||
r3033 | #, python-format | |||
msgid "commented on commit at %(when)s" | ||||
Vincent Duvert
|
r2305 | msgstr "" | ||
r2671 | #: rhodecode/model/notification.py:221 | |||
r3033 | #, python-format | |||
msgid "sent message at %(when)s" | ||||
Vincent Duvert
|
r2305 | msgstr "" | ||
r2671 | #: rhodecode/model/notification.py:222 | |||
r3033 | #, python-format | |||
msgid "mentioned you at %(when)s" | ||||
Vincent Duvert
|
r2305 | msgstr "" | ||
r2671 | #: rhodecode/model/notification.py:223 | |||
r3033 | #, python-format | |||
msgid "registered in RhodeCode at %(when)s" | ||||
Vincent Duvert
|
r2305 | msgstr "" | ||
r2671 | #: rhodecode/model/notification.py:224 | |||
r3033 | #, python-format | |||
msgid "opened new pull request at %(when)s" | ||||
r2534 | msgstr "" | |||
r2671 | #: rhodecode/model/notification.py:225 | |||
r3033 | #, python-format | |||
msgid "commented on pull request at %(when)s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/model/pull_request.py:100 | |||
r2534 | #, python-format | |||
msgid "%(user)s wants you to review pull request #%(pr_id)s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/model/scm.py:556 | |||
r2534 | msgid "latest tip" | |||
msgstr "" | ||||
r3242 | #: rhodecode/model/user.py:231 | |||
Vincent Duvert
|
r2305 | msgid "new user registration" | ||
msgstr "" | ||||
r3242 | #: rhodecode/model/user.py:256 rhodecode/model/user.py:280 | |||
r1086 | msgid "You can't Edit this user since it's crucial for entire application" | |||
msgstr "" | ||||
r3242 | #: rhodecode/model/user.py:302 | |||
r2534 | msgid "You can't remove this user since it's crucial for entire application" | |||
msgstr "" | ||||
r3242 | #: rhodecode/model/user.py:308 | |||
r1086 | #, python-format | |||
msgid "" | ||||
Vincent Duvert
|
r2305 | "user \"%s\" still owns %s repositories and cannot be removed. Switch owners " | ||
"or remove those repositories. %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:37 rhodecode/model/validators.py:38 | |||
r2774 | msgid "Value cannot be an empty list" | |||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:84 | |||
r2534 | #, python-format | |||
msgid "Username \"%(username)s\" already exists" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:86 | |||
r2534 | #, python-format | |||
r2774 | msgid "Username \"%(username)s\" is forbidden" | |||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:88 | |||
r2774 | msgid "" | |||
"Username may only contain alphanumeric characters underscores, periods or " | ||||
"dashes and must begin with alphanumeric character" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:116 | |||
r2774 | #, python-format | |||
r2534 | msgid "Username %(username)s is not valid" | |||
msgstr "" | ||||
r3033 | #: rhodecode/model/validators.py:135 | |||
r3242 | msgid "Invalid users group name" | |||
msgstr "" | ||||
#: rhodecode/model/validators.py:136 | ||||
r2534 | #, python-format | |||
msgid "Users group \"%(usersgroup)s\" already exists" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:138 | |||
r2534 | msgid "" | |||
"users group name may only contain alphanumeric characters underscores, " | ||||
"periods or dashes and must begin with alphanumeric character" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:176 | |||
r2534 | msgid "Cannot assign this group as parent" | |||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:177 | |||
r2534 | #, python-format | |||
msgid "Group \"%(group_name)s\" already exists" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:179 | |||
r2534 | #, python-format | |||
msgid "Repository with name \"%(group_name)s\" already exists" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:237 | |||
r2534 | msgid "Invalid characters (non-ascii) in password" | |||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:252 | |||
r2534 | msgid "Passwords do not match" | |||
msgstr "" | ||||
r2774 | #: rhodecode/model/validators.py:269 | |||
r3242 | msgid "invalid password" | |||
r3033 | msgstr "" | |||
#: rhodecode/model/validators.py:270 | ||||
r3242 | msgid "invalid user name" | |||
msgstr "" | ||||
#: rhodecode/model/validators.py:271 | ||||
r2534 | msgid "Your account is disabled" | |||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:315 | |||
r2534 | #, python-format | |||
msgid "Repository name %(repo)s is disallowed" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/model/validators.py:317 | |||
#, python-format | ||||
r3242 | msgid "Repository named %(repo)s already exists" | |||
msgstr "" | ||||
#: rhodecode/model/validators.py:318 | ||||
#, python-format | ||||
r2534 | msgid "Repository \"%(repo)s\" already exists in group \"%(group)s\"" | |||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:320 | |||
r2534 | #, python-format | |||
msgid "Repositories group with name \"%(repo)s\" already exists" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/model/validators.py:433 | |||
r3242 | msgid "invalid clone url" | |||
msgstr "" | ||||
#: rhodecode/model/validators.py:434 | ||||
r2774 | msgid "Invalid clone url, provide a valid clone http(s)/svn+http(s) url" | |||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:459 | |||
r2534 | msgid "Fork have to be the same type as parent" | |||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:474 | |||
r3033 | msgid "You don't have permissions to create repository in this group" | |||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:501 | |||
msgid "You don't have permissions to create a group in this location" | ||||
msgstr "" | ||||
#: rhodecode/model/validators.py:540 | ||||
r2534 | msgid "This username or users group name is not valid" | |||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:636 | |||
r2534 | msgid "This is not a valid path" | |||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:651 | |||
r3033 | msgid "This e-mail address is already taken" | |||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:671 | |||
r2534 | #, python-format | |||
msgid "e-mail \"%(email)s\" does not exist." | ||||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:708 | |||
r2534 | msgid "" | |||
"The LDAP Login attribute of the CN must be specified - this is the name of " | ||||
"the attribute that is equivalent to \"username\"" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:727 | |||
r2774 | #, python-format | |||
msgid "Revisions %(revs)s are already part of pull request or have set status" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/model/validators.py:759 | |||
msgid "Please enter a valid IPv4 or IpV6 address" | ||||
msgstr "" | ||||
#: rhodecode/model/validators.py:760 | ||||
#, python-format | ||||
msgid "The network size (bits) must be within the range of 0-32 (not %(bits)r)" | ||||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/index.html:3 | ||
r1272 | msgid "Dashboard" | |||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/index_base.html:6 | ||
Vincent Duvert
|
r2421 | #: rhodecode/templates/repo_switcher_list.html:4 | ||
r2671 | #: rhodecode/templates/admin/repos/repos.html:9 | |||
r2376 | #: rhodecode/templates/admin/users/user_edit_my_account.html:31 | |||
r2671 | #: rhodecode/templates/admin/users/users.html:9 | |||
Vincent Duvert
|
r2305 | #: rhodecode/templates/bookmarks/bookmarks.html:10 | ||
#: rhodecode/templates/branches/branches.html:9 | ||||
r3109 | #: rhodecode/templates/journal/journal.html:9 | |||
r3242 | #: rhodecode/templates/journal/journal.html:49 | |||
#: rhodecode/templates/journal/journal.html:50 | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/tags/tags.html:10 | ||
r1272 | msgid "quick filter..." | |||
msgstr "" | ||||
r2671 | #: rhodecode/templates/index_base.html:6 | |||
#: rhodecode/templates/admin/repos/repos.html:9 | ||||
r3242 | #: rhodecode/templates/base/base.html:239 | |||
r1272 | msgid "repositories" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/index_base.html:14 rhodecode/templates/index_base.html:17 | |||
#: rhodecode/templates/admin/repos/repo_add.html:5 | ||||
#: rhodecode/templates/admin/repos/repo_add_create_repository.html:5 | ||||
r2671 | #: rhodecode/templates/admin/repos/repos.html:21 | |||
r3242 | msgid "Add repository" | |||
msgstr "" | ||||
#: rhodecode/templates/index_base.html:23 | ||||
msgid "Edit group" | ||||
msgstr "" | ||||
#: rhodecode/templates/index_base.html:23 | ||||
msgid "You have admin right to this group, and can edit it" | ||||
msgstr "" | ||||
#: rhodecode/templates/index_base.html:36 rhodecode/templates/index_base.html:140 | ||||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/admin/repos_groups/repos_groups_add.html:32 | ||
r3242 | #: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:37 | |||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/admin/repos_groups/repos_groups_show.html:33 | ||
#: rhodecode/templates/admin/users_groups/users_group_add.html:32 | ||||
#: rhodecode/templates/admin/users_groups/users_group_edit.html:33 | ||||
msgid "Group name" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/templates/index_base.html:37 rhodecode/templates/index_base.html:79 | |||
#: rhodecode/templates/index_base.html:142 rhodecode/templates/index_base.html:180 | ||||
#: rhodecode/templates/index_base.html:273 | ||||
r2534 | #: rhodecode/templates/admin/repos/repo_add_base.html:56 | |||
#: rhodecode/templates/admin/repos/repo_edit.html:75 | ||||
r3242 | #: rhodecode/templates/admin/repos/repos.html:73 | |||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/admin/repos_groups/repos_groups_add.html:41 | ||
r3242 | #: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:46 | |||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/admin/repos_groups/repos_groups_show.html:34 | ||
r2534 | #: rhodecode/templates/forks/fork.html:59 | |||
r2671 | #: rhodecode/templates/settings/repo_settings.html:66 | |||
r3033 | #: rhodecode/templates/summary/summary.html:114 | |||
r1272 | msgid "Description" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/index_base.html:47 | |||
r3033 | #: rhodecode/templates/admin/repos_groups/repos_groups_show.html:47 | |||
Augusto Herrmann
|
r1472 | msgid "Repositories group" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/index_base.html:78 rhodecode/templates/index_base.html:178 | |||
#: rhodecode/templates/index_base.html:271 | ||||
#: rhodecode/templates/admin/permissions/permissions.html:117 | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/repos/repo_add_base.html:9 | ||
#: rhodecode/templates/admin/repos/repo_edit.html:32 | ||||
r3242 | #: rhodecode/templates/admin/repos/repos.html:71 | |||
#: rhodecode/templates/admin/users/user_edit.html:200 | ||||
#: rhodecode/templates/admin/users/user_edit_my_account.html:60 | ||||
#: rhodecode/templates/admin/users/user_edit_my_account.html:211 | ||||
r3033 | #: rhodecode/templates/admin/users_groups/users_group_edit.html:184 | |||
Vincent Duvert
|
r2305 | #: rhodecode/templates/bookmarks/bookmarks.html:36 | ||
#: rhodecode/templates/bookmarks/bookmarks_data.html:6 | ||||
r3033 | #: rhodecode/templates/branches/branches.html:50 | |||
#: rhodecode/templates/branches/branches_data.html:6 | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/files/files_browser.html:47 | ||
r3242 | #: rhodecode/templates/journal/journal.html:201 | |||
#: rhodecode/templates/journal/journal.html:305 | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/settings/repo_settings.html:31 | ||
r2534 | #: rhodecode/templates/summary/summary.html:43 | |||
r3033 | #: rhodecode/templates/summary/summary.html:132 | |||
#: rhodecode/templates/tags/tags.html:51 rhodecode/templates/tags/tags_data.html:6 | ||||
Vincent Duvert
|
r2305 | msgid "Name" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/index_base.html:80 | |||
Vincent Duvert
|
r2305 | msgid "Last change" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/index_base.html:81 rhodecode/templates/index_base.html:183 | |||
#: rhodecode/templates/index_base.html:276 | ||||
#: rhodecode/templates/admin/repos/repos.html:74 | ||||
#: rhodecode/templates/admin/users/user_edit_my_account.html:213 | ||||
#: rhodecode/templates/journal/journal.html:203 | ||||
#: rhodecode/templates/journal/journal.html:307 | ||||
Vincent Duvert
|
r2305 | msgid "Tip" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/index_base.html:82 rhodecode/templates/index_base.html:185 | |||
#: rhodecode/templates/index_base.html:278 | ||||
r2774 | #: rhodecode/templates/admin/repos/repo_edit.html:121 | |||
r3242 | #: rhodecode/templates/admin/repos/repos.html:76 | |||
Vincent Duvert
|
r2305 | msgid "Owner" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/index_base.html:83 | |||
r3033 | #: rhodecode/templates/summary/summary.html:48 | |||
#: rhodecode/templates/summary/summary.html:51 | ||||
msgid "RSS" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/templates/index_base.html:84 | |||
r1272 | msgid "Atom" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/index_base.html:171 rhodecode/templates/index_base.html:211 | |||
#: rhodecode/templates/index_base.html:300 | ||||
#: rhodecode/templates/admin/repos/repos.html:97 | ||||
#: rhodecode/templates/admin/users/user_edit_my_account.html:235 | ||||
r2774 | #: rhodecode/templates/admin/users/users.html:107 | |||
Vincent Duvert
|
r2305 | #: rhodecode/templates/bookmarks/bookmarks.html:60 | ||
r3033 | #: rhodecode/templates/branches/branches.html:76 | |||
r3242 | #: rhodecode/templates/journal/journal.html:225 | |||
#: rhodecode/templates/journal/journal.html:329 | ||||
r3033 | #: rhodecode/templates/tags/tags.html:77 | |||
Vincent Duvert
|
r2305 | msgid "Click to sort ascending" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/index_base.html:172 rhodecode/templates/index_base.html:212 | |||
#: rhodecode/templates/index_base.html:301 | ||||
#: rhodecode/templates/admin/repos/repos.html:98 | ||||
#: rhodecode/templates/admin/users/user_edit_my_account.html:236 | ||||
r2774 | #: rhodecode/templates/admin/users/users.html:108 | |||
Vincent Duvert
|
r2305 | #: rhodecode/templates/bookmarks/bookmarks.html:61 | ||
r3033 | #: rhodecode/templates/branches/branches.html:77 | |||
r3242 | #: rhodecode/templates/journal/journal.html:226 | |||
#: rhodecode/templates/journal/journal.html:330 | ||||
r3033 | #: rhodecode/templates/tags/tags.html:78 | |||
Vincent Duvert
|
r2305 | msgid "Click to sort descending" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/index_base.html:181 rhodecode/templates/index_base.html:274 | |||
Vincent Duvert
|
r2305 | msgid "Last Change" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/index_base.html:213 rhodecode/templates/index_base.html:302 | |||
#: rhodecode/templates/admin/repos/repos.html:99 | ||||
#: rhodecode/templates/admin/users/user_edit_my_account.html:237 | ||||
r2774 | #: rhodecode/templates/admin/users/users.html:109 | |||
Vincent Duvert
|
r2305 | #: rhodecode/templates/bookmarks/bookmarks.html:62 | ||
r3033 | #: rhodecode/templates/branches/branches.html:78 | |||
r3242 | #: rhodecode/templates/journal/journal.html:227 | |||
#: rhodecode/templates/journal/journal.html:331 | ||||
r3033 | #: rhodecode/templates/tags/tags.html:79 | |||
Vincent Duvert
|
r2305 | msgid "No records found." | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/index_base.html:214 rhodecode/templates/index_base.html:303 | |||
#: rhodecode/templates/admin/repos/repos.html:100 | ||||
#: rhodecode/templates/admin/users/user_edit_my_account.html:238 | ||||
r2774 | #: rhodecode/templates/admin/users/users.html:110 | |||
Vincent Duvert
|
r2305 | #: rhodecode/templates/bookmarks/bookmarks.html:63 | ||
r3033 | #: rhodecode/templates/branches/branches.html:79 | |||
r3242 | #: rhodecode/templates/journal/journal.html:228 | |||
#: rhodecode/templates/journal/journal.html:332 | ||||
r3033 | #: rhodecode/templates/tags/tags.html:80 | |||
Vincent Duvert
|
r2305 | msgid "Data error." | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/index_base.html:215 rhodecode/templates/index_base.html:304 | |||
#: rhodecode/templates/admin/repos/repos.html:101 | ||||
#: rhodecode/templates/admin/users/user_edit_my_account.html:105 | ||||
#: rhodecode/templates/admin/users/user_edit_my_account.html:239 | ||||
r2774 | #: rhodecode/templates/admin/users/users.html:111 | |||
Vincent Duvert
|
r2305 | #: rhodecode/templates/bookmarks/bookmarks.html:64 | ||
r3033 | #: rhodecode/templates/branches/branches.html:80 | |||
r3242 | #: rhodecode/templates/journal/journal.html:229 | |||
#: rhodecode/templates/journal/journal.html:333 | ||||
r3033 | #: rhodecode/templates/tags/tags.html:81 | |||
Vincent Duvert
|
r2305 | msgid "Loading..." | ||
msgstr "" | ||||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/login.html:5 rhodecode/templates/login.html:54 | ||
r1272 | msgid "Sign In" | |||
msgstr "" | ||||
#: rhodecode/templates/login.html:21 | ||||
msgid "Sign In to" | ||||
msgstr "" | ||||
#: rhodecode/templates/login.html:31 rhodecode/templates/register.html:20 | ||||
#: rhodecode/templates/admin/admin_log.html:5 | ||||
#: rhodecode/templates/admin/users/user_add.html:32 | ||||
r3242 | #: rhodecode/templates/admin/users/user_edit.html:54 | |||
r2376 | #: rhodecode/templates/admin/users/user_edit_my_account_form.html:26 | |||
r3242 | #: rhodecode/templates/base/base.html:89 | |||
r3033 | #: rhodecode/templates/summary/summary.html:131 | |||
r1272 | msgid "Username" | |||
msgstr "" | ||||
#: rhodecode/templates/login.html:40 rhodecode/templates/register.html:29 | ||||
#: rhodecode/templates/admin/ldap/ldap.html:46 | ||||
#: rhodecode/templates/admin/users/user_add.html:41 | ||||
r3242 | #: rhodecode/templates/base/base.html:98 | |||
r1272 | msgid "Password" | |||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/login.html:50 | ||
msgid "Remember me" | ||||
msgstr "" | ||||
r1272 | #: rhodecode/templates/login.html:60 | |||
msgid "Forgot your password ?" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/templates/login.html:63 rhodecode/templates/base/base.html:109 | |||
r1272 | msgid "Don't have an account ?" | |||
msgstr "" | ||||
#: rhodecode/templates/password_reset.html:5 | ||||
Augusto Herrmann
|
r1472 | msgid "Reset your password" | ||
r1272 | msgstr "" | |||
#: rhodecode/templates/password_reset.html:11 | ||||
Augusto Herrmann
|
r1472 | msgid "Reset your password to" | ||
r1272 | msgstr "" | |||
#: rhodecode/templates/password_reset.html:21 | ||||
msgid "Email address" | ||||
msgstr "" | ||||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/password_reset.html:30 | ||
msgid "Reset my password" | ||||
msgstr "" | ||||
r1272 | #: rhodecode/templates/password_reset.html:31 | |||
Augusto Herrmann
|
r1472 | msgid "Password reset link will be send to matching email address" | ||
msgstr "" | ||||
#: rhodecode/templates/register.html:5 rhodecode/templates/register.html:74 | ||||
r1272 | msgid "Sign Up" | |||
msgstr "" | ||||
#: rhodecode/templates/register.html:11 | ||||
msgid "Sign Up to" | ||||
msgstr "" | ||||
#: rhodecode/templates/register.html:38 | ||||
msgid "Re-enter password" | ||||
msgstr "" | ||||
#: rhodecode/templates/register.html:47 | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/users/user_add.html:59 | ||
r3242 | #: rhodecode/templates/admin/users/user_edit.html:94 | |||
#: rhodecode/templates/admin/users/user_edit_my_account_form.html:57 | ||||
r1272 | msgid "First Name" | |||
msgstr "" | ||||
#: rhodecode/templates/register.html:56 | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/users/user_add.html:68 | ||
r3242 | #: rhodecode/templates/admin/users/user_edit.html:103 | |||
#: rhodecode/templates/admin/users/user_edit_my_account_form.html:66 | ||||
r1272 | msgid "Last Name" | |||
msgstr "" | ||||
#: rhodecode/templates/register.html:65 | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/users/user_add.html:77 | ||
r3242 | #: rhodecode/templates/admin/users/user_edit.html:112 | |||
#: rhodecode/templates/admin/users/user_edit_my_account_form.html:75 | ||||
r3033 | #: rhodecode/templates/summary/summary.html:133 | |||
r1272 | msgid "Email" | |||
msgstr "" | ||||
#: rhodecode/templates/register.html:76 | ||||
msgid "Your account will be activated right after registration" | ||||
msgstr "" | ||||
#: rhodecode/templates/register.html:78 | ||||
msgid "Your account must wait for activation by administrator" | ||||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/repo_switcher_list.html:11 | ||
r3059 | #: rhodecode/templates/admin/defaults/defaults.html:44 | |||
r2534 | #: rhodecode/templates/admin/repos/repo_add_base.html:65 | |||
#: rhodecode/templates/admin/repos/repo_edit.html:85 | ||||
r2671 | #: rhodecode/templates/settings/repo_settings.html:76 | |||
r1272 | msgid "Private repository" | |||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/repo_switcher_list.html:16 | ||
r1272 | msgid "Public repository" | |||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/switch_to_list.html:3 | ||
#: rhodecode/templates/branches/branches.html:14 | ||||
msgid "branches" | ||||
msgstr "" | ||||
#: rhodecode/templates/switch_to_list.html:10 | ||||
r2534 | #: rhodecode/templates/branches/branches_data.html:57 | |||
Vincent Duvert
|
r2305 | msgid "There are no branches yet" | ||
msgstr "" | ||||
#: rhodecode/templates/switch_to_list.html:15 | ||||
#: rhodecode/templates/shortlog/shortlog_data.html:10 | ||||
#: rhodecode/templates/tags/tags.html:15 | ||||
msgid "tags" | ||||
msgstr "" | ||||
#: rhodecode/templates/switch_to_list.html:22 | ||||
r3033 | #: rhodecode/templates/tags/tags_data.html:38 | |||
Vincent Duvert
|
r2305 | msgid "There are no tags yet" | ||
msgstr "" | ||||
#: rhodecode/templates/switch_to_list.html:28 | ||||
#: rhodecode/templates/bookmarks/bookmarks.html:15 | ||||
msgid "bookmarks" | ||||
msgstr "" | ||||
#: rhodecode/templates/switch_to_list.html:35 | ||||
#: rhodecode/templates/bookmarks/bookmarks_data.html:32 | ||||
msgid "There are no bookmarks yet" | ||||
msgstr "" | ||||
r3109 | #: rhodecode/templates/admin/admin.html:5 rhodecode/templates/admin/admin.html:13 | |||
r1272 | msgid "Admin journal" | |||
msgstr "" | ||||
r3109 | #: rhodecode/templates/admin/admin.html:10 | |||
msgid "journal filter..." | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/admin.html:12 | ||||
#: rhodecode/templates/journal/journal.html:11 | ||||
msgid "filter" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/admin.html:13 | ||||
#: rhodecode/templates/journal/journal.html:12 | ||||
#, python-format | ||||
msgid "%s entry" | ||||
msgid_plural "%s entries" | ||||
msgstr[0] "" | ||||
msgstr[1] "" | ||||
r1272 | #: rhodecode/templates/admin/admin_log.html:6 | |||
r3242 | #: rhodecode/templates/admin/repos/repos.html:77 | |||
#: rhodecode/templates/admin/users/user_edit_my_account.html:215 | ||||
#: rhodecode/templates/journal/journal.html:205 | ||||
#: rhodecode/templates/journal/journal.html:309 | ||||
r1272 | msgid "Action" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/admin_log.html:7 | ||||
r3059 | #: rhodecode/templates/admin/permissions/permissions.html:41 | |||
r1272 | msgid "Repository" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/admin_log.html:8 | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/bookmarks/bookmarks.html:37 | ||
#: rhodecode/templates/bookmarks/bookmarks_data.html:7 | ||||
r3033 | #: rhodecode/templates/branches/branches.html:51 | |||
#: rhodecode/templates/branches/branches_data.html:7 | ||||
#: rhodecode/templates/tags/tags.html:52 rhodecode/templates/tags/tags_data.html:7 | ||||
r1272 | msgid "Date" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/admin_log.html:9 | ||||
msgid "From IP" | ||||
msgstr "" | ||||
r3109 | #: rhodecode/templates/admin/admin_log.html:63 | |||
r1272 | msgid "No actions yet" | |||
msgstr "" | ||||
r3059 | #: rhodecode/templates/admin/defaults/defaults.html:5 | |||
#: rhodecode/templates/admin/defaults/defaults.html:25 | ||||
msgid "Repositories defaults" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/defaults/defaults.html:11 | ||||
msgid "Defaults" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/defaults/defaults.html:35 | ||||
#: rhodecode/templates/admin/repos/repo_add_base.html:38 | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:58 | ||||
msgid "Type" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/defaults/defaults.html:48 | ||||
#: rhodecode/templates/admin/repos/repo_add_base.html:69 | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:89 | ||||
#: rhodecode/templates/forks/fork.html:72 | ||||
#: rhodecode/templates/settings/repo_settings.html:80 | ||||
msgid "" | ||||
"Private repositories are only visible to people explicitly added as " | ||||
"collaborators." | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/defaults/defaults.html:55 | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:94 | ||||
msgid "Enable statistics" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/defaults/defaults.html:59 | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:98 | ||||
msgid "Enable statistics window on summary page." | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/defaults/defaults.html:65 | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:103 | ||||
msgid "Enable downloads" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/defaults/defaults.html:69 | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:107 | ||||
msgid "Enable download menu on summary page." | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/defaults/defaults.html:75 | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:112 | ||||
r3242 | #: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:71 | |||
r3059 | msgid "Enable locking" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/defaults/defaults.html:79 | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:116 | ||||
msgid "Enable lock-by-pulling on repository." | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/defaults/defaults.html:84 | ||||
#: rhodecode/templates/admin/ldap/ldap.html:89 | ||||
r3242 | #: rhodecode/templates/admin/permissions/permissions.html:92 | |||
r3059 | #: rhodecode/templates/admin/repos/repo_edit.html:141 | |||
r3242 | #: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:79 | |||
r3059 | #: rhodecode/templates/admin/settings/hooks.html:73 | |||
r3242 | #: rhodecode/templates/admin/users/user_edit.html:137 | |||
#: rhodecode/templates/admin/users/user_edit.html:182 | ||||
#: rhodecode/templates/admin/users/user_edit_my_account_form.html:83 | ||||
r3059 | #: rhodecode/templates/admin/users_groups/users_group_edit.html:135 | |||
r3109 | #: rhodecode/templates/settings/repo_settings.html:94 | |||
r3059 | msgid "Save" | |||
msgstr "" | ||||
r1272 | #: rhodecode/templates/admin/ldap/ldap.html:5 | |||
msgid "LDAP administration" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/ldap/ldap.html:11 | ||||
msgid "Ldap" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/ldap/ldap.html:28 | ||||
msgid "Connection settings" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/ldap/ldap.html:30 | ||||
msgid "Enable LDAP" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/ldap/ldap.html:34 | ||||
msgid "Host" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/ldap/ldap.html:38 | ||||
msgid "Port" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/ldap/ldap.html:42 | ||||
msgid "Account" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/ldap/ldap.html:50 | ||||
Augusto Herrmann
|
r1472 | msgid "Connection security" | ||
r1272 | msgstr "" | |||
#: rhodecode/templates/admin/ldap/ldap.html:54 | ||||
msgid "Certificate Checks" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/ldap/ldap.html:57 | ||||
msgid "Search settings" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/ldap/ldap.html:59 | ||||
msgid "Base DN" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/ldap/ldap.html:63 | ||||
msgid "LDAP Filter" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/ldap/ldap.html:67 | ||||
msgid "LDAP Search Scope" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/ldap/ldap.html:70 | ||||
msgid "Attribute mappings" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/ldap/ldap.html:72 | ||||
msgid "Login Attribute" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/ldap/ldap.html:76 | ||||
msgid "First Name Attribute" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/ldap/ldap.html:80 | ||||
msgid "Last Name Attribute" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/ldap/ldap.html:84 | ||||
msgid "E-mail Attribute" | ||||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/notifications/notifications.html:5 | ||
#: rhodecode/templates/admin/notifications/notifications.html:9 | ||||
msgid "My Notifications" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/notifications/notifications.html:29 | ||||
r2534 | msgid "All" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/notifications/notifications.html:30 | ||||
msgid "Comments" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/notifications/notifications.html:31 | ||||
r3242 | #: rhodecode/templates/base/base.html:272 rhodecode/templates/base/base.html:274 | |||
r2534 | msgid "Pull requests" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/notifications/notifications.html:35 | ||||
Vincent Duvert
|
r2305 | msgid "Mark all read" | ||
msgstr "" | ||||
r2671 | #: rhodecode/templates/admin/notifications/notifications_data.html:39 | |||
Vincent Duvert
|
r2305 | msgid "No notifications here yet" | ||
msgstr "" | ||||
#: rhodecode/templates/admin/notifications/show_notification.html:5 | ||||
#: rhodecode/templates/admin/notifications/show_notification.html:11 | ||||
msgid "Show notification" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/notifications/show_notification.html:9 | ||||
msgid "Notifications" | ||||
msgstr "" | ||||
r1272 | #: rhodecode/templates/admin/permissions/permissions.html:5 | |||
msgid "Permissions administration" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/permissions/permissions.html:11 | ||||
r2774 | #: rhodecode/templates/admin/repos/repo_edit.html:134 | |||
r3242 | #: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:63 | |||
#: rhodecode/templates/admin/users/user_edit.html:147 | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/users_groups/users_group_edit.html:100 | ||
r2671 | #: rhodecode/templates/settings/repo_settings.html:86 | |||
r1272 | msgid "Permissions" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/permissions/permissions.html:24 | ||||
msgid "Default permissions" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/permissions/permissions.html:31 | ||||
msgid "Anonymous access" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/permissions/permissions.html:49 | ||||
msgid "" | ||||
"All default permissions on each repository will be reset to choosen " | ||||
"permission, note that all custom default permission on repositories will be " | ||||
"lost" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/permissions/permissions.html:50 | ||||
r3059 | #: rhodecode/templates/admin/permissions/permissions.html:63 | |||
r1272 | msgid "overwrite existing settings" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/permissions/permissions.html:55 | ||||
r3059 | #: rhodecode/templates/admin/repos/repo_add_base.html:29 | |||
#: rhodecode/templates/admin/repos/repo_edit.html:49 | ||||
#: rhodecode/templates/admin/repos_groups/repos_groups.html:4 | ||||
#: rhodecode/templates/forks/fork.html:50 | ||||
#: rhodecode/templates/settings/repo_settings.html:48 | ||||
msgid "Repository group" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/permissions/permissions.html:62 | ||||
msgid "" | ||||
"All default permissions on each repository group will be reset to choosen " | ||||
"permission, note that all custom default permission on repositories group " | ||||
"will be lost" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/permissions/permissions.html:69 | ||||
r1272 | msgid "Registration" | |||
msgstr "" | ||||
r3059 | #: rhodecode/templates/admin/permissions/permissions.html:77 | |||
r1272 | msgid "Repository creation" | |||
msgstr "" | ||||
r3059 | #: rhodecode/templates/admin/permissions/permissions.html:85 | |||
r2774 | msgid "Repository forking" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/admin/permissions/permissions.html:93 | |||
#: rhodecode/templates/admin/permissions/permissions.html:209 | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:142 | ||||
#: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:80 | ||||
#: rhodecode/templates/admin/settings/settings.html:113 | ||||
#: rhodecode/templates/admin/settings/settings.html:179 | ||||
#: rhodecode/templates/admin/settings/settings.html:269 | ||||
#: rhodecode/templates/admin/users/user_edit.html:138 | ||||
#: rhodecode/templates/admin/users/user_edit.html:183 | ||||
#: rhodecode/templates/admin/users/user_edit.html:286 | ||||
#: rhodecode/templates/admin/users/user_edit.html:334 | ||||
#: rhodecode/templates/admin/users/user_edit_my_account_form.html:84 | ||||
#: rhodecode/templates/admin/users_groups/users_group_edit.html:136 | ||||
#: rhodecode/templates/files/files_add.html:82 | ||||
#: rhodecode/templates/files/files_edit.html:68 | ||||
#: rhodecode/templates/pullrequests/pullrequest.html:124 | ||||
#: rhodecode/templates/settings/repo_settings.html:95 | ||||
msgid "Reset" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/permissions/permissions.html:103 | ||||
msgid "Default User Permissions" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/permissions/permissions.html:111 | ||||
#: rhodecode/templates/admin/users/user_edit.html:194 | ||||
#: rhodecode/templates/admin/users/user_edit_my_account_pullrequests.html:22 | ||||
#: rhodecode/templates/admin/users/user_edit_my_account_pullrequests.html:39 | ||||
msgid "Nothing here yet" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/permissions/permissions.html:118 | ||||
#: rhodecode/templates/admin/users/user_edit.html:201 | ||||
#: rhodecode/templates/admin/users/user_edit_my_account.html:61 | ||||
#: rhodecode/templates/admin/users_groups/users_group_edit.html:185 | ||||
msgid "Permission" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/permissions/permissions.html:119 | ||||
#: rhodecode/templates/admin/users/user_edit.html:202 | ||||
#: rhodecode/templates/admin/users_groups/users_group_edit.html:186 | ||||
msgid "Edit Permission" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/permissions/permissions.html:149 | ||||
#: rhodecode/templates/admin/permissions/permissions.html:151 | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:13 | ||||
#: rhodecode/templates/admin/repos_groups/repos_groups_show.html:54 | ||||
#: rhodecode/templates/admin/repos_groups/repos_groups_show.html:55 | ||||
#: rhodecode/templates/admin/users/user_edit.html:13 | ||||
#: rhodecode/templates/admin/users/user_edit.html:232 | ||||
#: rhodecode/templates/admin/users/user_edit.html:234 | ||||
#: rhodecode/templates/admin/users_groups/users_group_edit.html:13 | ||||
#: rhodecode/templates/admin/users_groups/users_group_edit.html:207 | ||||
#: rhodecode/templates/admin/users_groups/users_group_edit.html:209 | ||||
#: rhodecode/templates/data_table/_dt_elements.html:116 | ||||
#: rhodecode/templates/data_table/_dt_elements.html:117 | ||||
msgid "edit" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/permissions/permissions.html:168 | ||||
#: rhodecode/templates/admin/users/user_edit.html:295 | ||||
msgid "Allowed IP addresses" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/permissions/permissions.html:182 | ||||
#: rhodecode/templates/admin/repos_groups/repos_groups_show.html:60 | ||||
#: rhodecode/templates/admin/users/user_edit.html:263 | ||||
#: rhodecode/templates/admin/users/user_edit.html:308 | ||||
#: rhodecode/templates/admin/users_groups/users_groups.html:44 | ||||
#: rhodecode/templates/data_table/_dt_elements.html:122 | ||||
#: rhodecode/templates/data_table/_dt_elements.html:130 | ||||
msgid "delete" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/permissions/permissions.html:183 | ||||
#: rhodecode/templates/admin/users/user_edit.html:309 | ||||
#, python-format | ||||
msgid "Confirm to delete this ip: %s" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/permissions/permissions.html:189 | ||||
#: rhodecode/templates/admin/users/user_edit.html:315 | ||||
msgid "All IP addresses are allowed" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/permissions/permissions.html:200 | ||||
#: rhodecode/templates/admin/users/user_edit.html:326 | ||||
msgid "New ip address" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/permissions/permissions.html:208 | ||||
#: rhodecode/templates/admin/users/user_edit.html:285 | ||||
#: rhodecode/templates/admin/users/user_edit.html:333 | ||||
msgid "Add" | ||||
r1272 | msgstr "" | |||
#: rhodecode/templates/admin/repos/repo_add.html:11 | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:11 | ||||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/admin/repos_groups/repos_groups_show.html:10 | ||
r3242 | #: rhodecode/templates/base/base.html:154 | |||
r1272 | msgid "Repositories" | |||
msgstr "" | ||||
r2774 | #: rhodecode/templates/admin/repos/repo_add.html:13 | |||
msgid "add new" | ||||
msgstr "" | ||||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/admin/repos/repo_add_base.html:20 | ||
r3033 | #: rhodecode/templates/summary/summary.html:104 | |||
#: rhodecode/templates/summary/summary.html:105 | ||||
r1272 | msgid "Clone from" | |||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/repos/repo_add_base.html:24 | ||
#: rhodecode/templates/admin/repos/repo_edit.html:44 | ||||
#: rhodecode/templates/settings/repo_settings.html:43 | ||||
msgid "Optional http[s] url from which repository should be cloned." | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_add_base.html:33 | ||||
r2534 | #: rhodecode/templates/forks/fork.html:54 | |||
msgid "Optionaly select a group to put this repository into." | ||||
Vincent Duvert
|
r2305 | msgstr "" | ||
#: rhodecode/templates/admin/repos/repo_add_base.html:42 | ||||
msgid "Type of repository to create." | ||||
msgstr "" | ||||
r2534 | #: rhodecode/templates/admin/repos/repo_add_base.html:47 | |||
#: rhodecode/templates/admin/repos/repo_edit.html:66 | ||||
#: rhodecode/templates/forks/fork.html:41 | ||||
r2671 | #: rhodecode/templates/settings/repo_settings.html:57 | |||
r2534 | msgid "Landing revision" | |||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/repos/repo_add_base.html:51 | ||
#: rhodecode/templates/admin/repos/repo_edit.html:70 | ||||
r2534 | #: rhodecode/templates/forks/fork.html:45 | |||
r2671 | #: rhodecode/templates/settings/repo_settings.html:61 | |||
r2534 | msgid "Default revision for files page, downloads, whoosh and readme" | |||
Vincent Duvert
|
r2305 | msgstr "" | ||
#: rhodecode/templates/admin/repos/repo_add_base.html:60 | ||||
r2534 | #: rhodecode/templates/admin/repos/repo_edit.html:79 | |||
#: rhodecode/templates/forks/fork.html:63 | ||||
r2671 | #: rhodecode/templates/settings/repo_settings.html:70 | |||
r2534 | msgid "Keep it short and to the point. Use a README file for longer descriptions." | |||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_add_base.html:73 | ||||
Augusto Herrmann
|
r1472 | msgid "add" | ||
msgstr "" | ||||
r1272 | #: rhodecode/templates/admin/repos/repo_add_create_repository.html:9 | |||
msgid "add new repository" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:5 | ||||
msgid "Edit repository" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:40 | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/settings/repo_settings.html:39 | ||
r1272 | msgid "Clone uri" | |||
msgstr "" | ||||
r2534 | #: rhodecode/templates/admin/repos/repo_edit.html:53 | |||
#: rhodecode/templates/settings/repo_settings.html:52 | ||||
msgid "Optional select a group to put this repository into." | ||||
Vincent Duvert
|
r2305 | msgstr "" | ||
r2774 | #: rhodecode/templates/admin/repos/repo_edit.html:126 | |||
Vincent Duvert
|
r2305 | msgid "Change owner of this repository." | ||
r1272 | msgstr "" | |||
r2774 | #: rhodecode/templates/admin/repos/repo_edit.html:152 | |||
Vincent Duvert
|
r2305 | msgid "Administration" | ||
Augusto Herrmann
|
r1472 | msgstr "" | ||
r2774 | #: rhodecode/templates/admin/repos/repo_edit.html:155 | |||
Vincent Duvert
|
r2305 | msgid "Statistics" | ||
msgstr "" | ||||
r2774 | #: rhodecode/templates/admin/repos/repo_edit.html:159 | |||
Vincent Duvert
|
r2305 | msgid "Reset current statistics" | ||
msgstr "" | ||||
r2774 | #: rhodecode/templates/admin/repos/repo_edit.html:159 | |||
Vincent Duvert
|
r2305 | msgid "Confirm to remove current statistics" | ||
msgstr "" | ||||
r2534 | #: rhodecode/templates/admin/repos/repo_edit.html:162 | |||
r2774 | msgid "Fetched to rev" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:163 | ||||
msgid "Stats gathered" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:171 | ||||
r1272 | msgid "Remote" | |||
msgstr "" | ||||
r2774 | #: rhodecode/templates/admin/repos/repo_edit.html:175 | |||
r1272 | msgid "Pull changes from remote location" | |||
msgstr "" | ||||
r2774 | #: rhodecode/templates/admin/repos/repo_edit.html:175 | |||
Augusto Herrmann
|
r1472 | msgid "Confirm to pull changes from remote side" | ||
msgstr "" | ||||
r2534 | #: rhodecode/templates/admin/repos/repo_edit.html:186 | |||
r2774 | msgid "Cache" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:190 | ||||
msgid "Invalidate repository cache" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:190 | ||||
msgid "Confirm to invalidate repository cache" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/repos/repo_edit.html:193 | |||
msgid "" | ||||
"Manually invalidate cache for this repository. On first access repository " | ||||
"will be cached again" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:198 | ||||
msgid "List of cached values" | ||||
r2534 | msgstr "" | |||
r2774 | #: rhodecode/templates/admin/repos/repo_edit.html:201 | |||
r3033 | msgid "Prefix" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:202 | ||||
msgid "Key" | ||||
r1272 | msgstr "" | |||
r2774 | #: rhodecode/templates/admin/repos/repo_edit.html:203 | |||
r3033 | #: rhodecode/templates/admin/users/user_add.html:86 | |||
r3242 | #: rhodecode/templates/admin/users/user_edit.html:121 | |||
r3033 | #: rhodecode/templates/admin/users_groups/users_group_add.html:41 | |||
#: rhodecode/templates/admin/users_groups/users_group_edit.html:42 | ||||
msgid "Active" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:218 | ||||
r3242 | #: rhodecode/templates/base/base.html:306 rhodecode/templates/base/base.html:308 | |||
#: rhodecode/templates/base/base.html:310 | ||||
r3033 | msgid "Public journal" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:224 | ||||
msgid "Remove from public journal" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:226 | ||||
Vincent Duvert
|
r2305 | msgid "Add to public journal" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/repos/repo_edit.html:231 | |||
Vincent Duvert
|
r2305 | msgid "" | ||
"All actions made on this repository will be accessible to everyone in public " | ||||
"journal" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/repos/repo_edit.html:238 | |||
r2774 | msgid "Locking" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/repos/repo_edit.html:243 | |||
r2774 | msgid "Unlock locked repo" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/repos/repo_edit.html:243 | |||
r2774 | msgid "Confirm to unlock repository" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/repos/repo_edit.html:246 | |||
r2774 | msgid "lock repo" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/repos/repo_edit.html:246 | |||
r2774 | msgid "Confirm to lock repository" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/repos/repo_edit.html:247 | |||
r2774 | msgid "Repository is not locked" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/repos/repo_edit.html:252 | |||
r2774 | msgid "Force locking on repository. Works only when anonymous access is disabled" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:259 | ||||
r3033 | msgid "Set as fork of" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/admin/repos/repo_edit.html:264 | |||
msgid "set" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/repos/repo_edit.html:268 | |||
msgid "Manually set this repository as a fork of another from the list" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:274 | ||||
r3242 | #: rhodecode/templates/changeset/changeset_file_comment.html:41 | |||
r3033 | msgid "Delete" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:278 | ||||
r3109 | #: rhodecode/templates/settings/repo_settings.html:115 | |||
r3033 | msgid "Remove this repository" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:278 | ||||
r3109 | #: rhodecode/templates/settings/repo_settings.html:115 | |||
r3033 | msgid "Confirm to delete this repository" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit.html:282 | ||||
r3109 | #: rhodecode/templates/settings/repo_settings.html:119 | |||
Vincent Duvert
|
r2305 | msgid "" | ||
"This repository will be renamed in a special way in order to be unaccesible " | ||||
r3109 | "for RhodeCode and VCS systems. If you need fully delete it from file system " | |||
"please do it manually" | ||||
Vincent Duvert
|
r2305 | msgstr "" | ||
r1272 | #: rhodecode/templates/admin/repos/repo_edit_perms.html:3 | |||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:3 | ||
r1272 | msgid "none" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit_perms.html:4 | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:4 | ||
r1272 | msgid "read" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit_perms.html:5 | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:5 | ||
r1272 | msgid "write" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit_perms.html:6 | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:6 | ||
r2774 | #: rhodecode/templates/admin/users/users.html:85 | |||
r3242 | #: rhodecode/templates/base/base.html:235 | |||
r1272 | msgid "admin" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repo_edit_perms.html:7 | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:7 | ||
r1272 | msgid "member" | |||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/repos/repo_edit_perms.html:16 | ||
r3242 | #: rhodecode/templates/data_table/_dt_elements.html:61 | |||
r3033 | #: rhodecode/templates/summary/summary.html:85 | |||
Vincent Duvert
|
r2305 | msgid "private repository" | ||
msgstr "" | ||||
Vincent Duvert
|
r2421 | #: rhodecode/templates/admin/repos/repo_edit_perms.html:19 | ||
#: rhodecode/templates/admin/repos/repo_edit_perms.html:28 | ||||
#: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:18 | ||||
msgid "default" | ||||
msgstr "" | ||||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/admin/repos/repo_edit_perms.html:33 | ||
r2376 | #: rhodecode/templates/admin/repos/repo_edit_perms.html:58 | |||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:23 | ||
#: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:42 | ||||
Augusto Herrmann
|
r1472 | msgid "revoke" | ||
msgstr "" | ||||
r2774 | #: rhodecode/templates/admin/repos/repo_edit_perms.html:83 | |||
#: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:67 | ||||
Augusto Herrmann
|
r1472 | msgid "Add another member" | ||
msgstr "" | ||||
r2774 | #: rhodecode/templates/admin/repos/repo_edit_perms.html:97 | |||
r3033 | #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:87 | |||
r1272 | msgid "Failed to remove user" | |||
msgstr "" | ||||
r2774 | #: rhodecode/templates/admin/repos/repo_edit_perms.html:112 | |||
r3033 | #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:103 | |||
r1272 | msgid "Failed to remove users group" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/repos/repos.html:5 | ||||
msgid "Repositories administration" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:73 | |||
msgid "apply to children" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:74 | ||||
msgid "" | ||||
r3242 | "Set or revoke permission to all children of that group, including non-private" | |||
" repositories and other groups" | ||||
r3033 | msgstr "" | |||
#: rhodecode/templates/admin/repos_groups/repos_groups.html:9 | ||||
r3242 | #: rhodecode/templates/base/base.html:128 | |||
r3033 | #: rhodecode/templates/bookmarks/bookmarks.html:11 | |||
#: rhodecode/templates/branches/branches.html:10 | ||||
#: rhodecode/templates/changelog/changelog.html:10 | ||||
#: rhodecode/templates/changeset/changeset.html:10 | ||||
#: rhodecode/templates/changeset/changeset_range.html:9 | ||||
#: rhodecode/templates/compare/compare_diff.html:9 | ||||
#: rhodecode/templates/files/file_diff.html:8 | ||||
#: rhodecode/templates/files/files.html:8 | ||||
#: rhodecode/templates/files/files_add.html:15 | ||||
#: rhodecode/templates/files/files_edit.html:15 | ||||
#: rhodecode/templates/followers/followers.html:9 | ||||
#: rhodecode/templates/forks/fork.html:9 rhodecode/templates/forks/forks.html:9 | ||||
#: rhodecode/templates/pullrequests/pullrequest.html:8 | ||||
#: rhodecode/templates/pullrequests/pullrequest_show.html:8 | ||||
#: rhodecode/templates/pullrequests/pullrequest_show_all.html:8 | ||||
#: rhodecode/templates/settings/repo_settings.html:9 | ||||
#: rhodecode/templates/shortlog/shortlog.html:10 | ||||
#: rhodecode/templates/summary/summary.html:8 rhodecode/templates/tags/tags.html:11 | ||||
msgid "Home" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/repos_groups/repos_groups.html:13 | ||||
Augusto Herrmann
|
r1472 | msgid "with" | ||
msgstr "" | ||||
#: rhodecode/templates/admin/repos_groups/repos_groups_add.html:5 | ||||
msgid "Add repos group" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/repos_groups/repos_groups_add.html:10 | ||||
#: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:10 | ||||
msgid "Repos groups" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/repos_groups/repos_groups_add.html:12 | ||||
msgid "add new repos group" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/repos_groups/repos_groups_add.html:50 | ||||
r3242 | #: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:55 | |||
Augusto Herrmann
|
r1472 | msgid "Group parent" | ||
msgstr "" | ||||
#: rhodecode/templates/admin/repos_groups/repos_groups_add.html:58 | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/users/user_add.html:94 | ||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/admin/users_groups/users_group_add.html:49 | ||
#: rhodecode/templates/admin/users_groups/users_group_edit.html:90 | ||||
r3242 | #: rhodecode/templates/pullrequests/pullrequest_show.html:149 | |||
Augusto Herrmann
|
r1472 | msgid "save" | ||
msgstr "" | ||||
#: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:5 | ||||
msgid "Edit repos group" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:12 | ||||
msgid "edit repos group" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:26 | |||
msgid "Add new child group" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:75 | ||||
r2774 | msgid "" | |||
"Enable lock-by-pulling on group. This option will be applied to all other " | ||||
"groups and repositories inside" | ||||
msgstr "" | ||||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/admin/repos_groups/repos_groups_show.html:5 | ||
msgid "Repositories groups administration" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/repos_groups/repos_groups_show.html:22 | ||||
r3242 | msgid "Add new group" | |||
Augusto Herrmann
|
r1472 | msgstr "" | ||
#: rhodecode/templates/admin/repos_groups/repos_groups_show.html:35 | ||||
Vincent Duvert
|
r2305 | msgid "Number of toplevel repositories" | ||
msgstr "" | ||||
#: rhodecode/templates/admin/repos_groups/repos_groups_show.html:36 | ||||
r2774 | #: rhodecode/templates/admin/users/users.html:87 | |||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/users_groups/users_groups.html:35 | ||
msgid "action" | ||||
Augusto Herrmann
|
r1472 | msgstr "" | ||
r3242 | #: rhodecode/templates/admin/repos_groups/repos_groups_show.html:60 | |||
Vincent Duvert
|
r2305 | #, python-format | ||
r3033 | msgid "Confirm to delete this group: %s with %s repository" | |||
msgid_plural "Confirm to delete this group: %s with %s repositories" | ||||
msgstr[0] "" | ||||
msgstr[1] "" | ||||
r3242 | #: rhodecode/templates/admin/repos_groups/repos_groups_show.html:68 | |||
Augusto Herrmann
|
r1472 | msgid "There are no repositories groups yet" | ||
msgstr "" | ||||
#: rhodecode/templates/admin/settings/hooks.html:5 | ||||
r1272 | #: rhodecode/templates/admin/settings/settings.html:5 | |||
msgid "Settings administration" | ||||
msgstr "" | ||||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/admin/settings/hooks.html:9 | ||
r1272 | #: rhodecode/templates/admin/settings/settings.html:9 | |||
#: rhodecode/templates/settings/repo_settings.html:13 | ||||
msgid "Settings" | ||||
msgstr "" | ||||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/admin/settings/hooks.html:24 | ||
msgid "Built in hooks - read only" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/settings/hooks.html:40 | ||||
msgid "Custom hooks" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/settings/hooks.html:56 | ||||
msgid "remove" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/settings/hooks.html:88 | ||||
msgid "Failed to remove hook" | ||||
msgstr "" | ||||
r1272 | #: rhodecode/templates/admin/settings/settings.html:24 | |||
msgid "Remap and rescan repositories" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/settings/settings.html:32 | ||||
msgid "rescan option" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/settings/settings.html:38 | ||||
msgid "" | ||||
"In case a repository was deleted from filesystem and there are leftovers in " | ||||
"the database check this option to scan obsolete data in database and remove " | ||||
"it." | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/settings/settings.html:39 | ||||
msgid "destroy old data" | ||||
msgstr "" | ||||
r2671 | #: rhodecode/templates/admin/settings/settings.html:41 | |||
msgid "" | ||||
"Rescan repositories location for new repositories. Also deletes obsolete if " | ||||
"`destroy` flag is checked " | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/settings/settings.html:46 | ||||
Augusto Herrmann
|
r1472 | msgid "Rescan repositories" | ||
msgstr "" | ||||
r2671 | #: rhodecode/templates/admin/settings/settings.html:52 | |||
r1272 | msgid "Whoosh indexing" | |||
msgstr "" | ||||
r2671 | #: rhodecode/templates/admin/settings/settings.html:60 | |||
r1272 | msgid "index build option" | |||
msgstr "" | ||||
r2671 | #: rhodecode/templates/admin/settings/settings.html:65 | |||
r1272 | msgid "build from scratch" | |||
msgstr "" | ||||
r2671 | #: rhodecode/templates/admin/settings/settings.html:71 | |||
Augusto Herrmann
|
r1472 | msgid "Reindex" | ||
msgstr "" | ||||
r2671 | #: rhodecode/templates/admin/settings/settings.html:77 | |||
r1272 | msgid "Global application settings" | |||
msgstr "" | ||||
r2671 | #: rhodecode/templates/admin/settings/settings.html:86 | |||
r1272 | msgid "Application name" | |||
msgstr "" | ||||
r2671 | #: rhodecode/templates/admin/settings/settings.html:95 | |||
r1272 | msgid "Realm text" | |||
msgstr "" | ||||
r2671 | #: rhodecode/templates/admin/settings/settings.html:104 | |||
r1272 | msgid "GA code" | |||
msgstr "" | ||||
r2671 | #: rhodecode/templates/admin/settings/settings.html:112 | |||
r3033 | #: rhodecode/templates/admin/settings/settings.html:178 | |||
#: rhodecode/templates/admin/settings/settings.html:268 | ||||
Augusto Herrmann
|
r1472 | msgid "Save settings" | ||
msgstr "" | ||||
r2671 | #: rhodecode/templates/admin/settings/settings.html:119 | |||
r2774 | msgid "Visualisation settings" | |||
r2671 | msgstr "" | |||
r3033 | #: rhodecode/templates/admin/settings/settings.html:127 | |||
msgid "General" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/settings/settings.html:132 | ||||
msgid "Use lightweight dashboard" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/settings/settings.html:139 | ||||
r2774 | msgid "Icons" | |||
r1272 | msgstr "" | |||
r2774 | #: rhodecode/templates/admin/settings/settings.html:144 | |||
r3033 | msgid "Show public repo icon on repositories" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/settings/settings.html:148 | ||||
msgid "Show private repo icon on repositories" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/settings/settings.html:155 | ||||
r2774 | msgid "Meta-Tagging" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/settings/settings.html:160 | |||
r2774 | msgid "Stylify recognised metatags:" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/settings/settings.html:187 | |||
r2774 | msgid "VCS settings" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/settings/settings.html:196 | |||
r2774 | msgid "Web" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/settings/settings.html:201 | |||
r2671 | msgid "require ssl for vcs operations" | |||
msgstr "" | ||||
r2774 | #: rhodecode/templates/admin/settings/settings.html:203 | |||
r3033 | msgid "" | |||
"RhodeCode will require SSL for pushing or pulling. If SSL is missing it will " | ||||
"return HTTP Error 406: Not Acceptable" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/settings/settings.html:209 | ||||
msgid "Hooks" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/settings/settings.html:214 | ||||
r1272 | msgid "Update repository after push (hg update)" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/settings/settings.html:218 | |||
r1272 | msgid "Show repository size after push" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/settings/settings.html:222 | |||
r1272 | msgid "Log user push commands" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/settings/settings.html:226 | |||
r1272 | msgid "Log user pull commands" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/settings/settings.html:230 | |||
Vincent Duvert
|
r2305 | msgid "advanced setup" | ||
msgstr "" | ||||
r2774 | #: rhodecode/templates/admin/settings/settings.html:235 | |||
r3033 | msgid "Mercurial Extensions" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/settings/settings.html:240 | ||||
msgid "largefiles extensions" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/settings/settings.html:244 | ||||
msgid "hgsubversion extensions" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/settings/settings.html:246 | ||||
r2774 | msgid "" | |||
"Requires hgsubversion library installed. Allows clonning from svn remote " | ||||
"locations" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/settings/settings.html:256 | |||
r1272 | msgid "Repositories location" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/settings/settings.html:261 | |||
r1272 | msgid "" | |||
Augusto Herrmann
|
r1472 | "This a crucial application setting. If you are really sure you need to change" | ||
" this, you must restart application in order to make this setting take " | ||||
r1272 | "effect. Click this label to unlock." | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/settings/settings.html:262 | |||
r3242 | #: rhodecode/templates/base/base.html:227 | |||
r1272 | msgid "unlock" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/settings/settings.html:263 | |||
r2671 | msgid "" | |||
"Location where repositories are stored. After changing this value a restart, " | ||||
"and rescan is required" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/settings/settings.html:283 | |||
Vincent Duvert
|
r2305 | msgid "Test Email" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/settings/settings.html:291 | |||
Vincent Duvert
|
r2305 | msgid "Email to" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/settings/settings.html:299 | |||
Vincent Duvert
|
r2305 | msgid "Send" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/settings/settings.html:305 | |||
r2671 | msgid "System Info and Packages" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/settings/settings.html:308 | |||
Vincent Duvert
|
r2305 | msgid "show" | ||
msgstr "" | ||||
r1272 | #: rhodecode/templates/admin/users/user_add.html:5 | |||
msgid "Add user" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/users/user_add.html:10 | ||||
#: rhodecode/templates/admin/users/user_edit.html:11 | ||||
msgid "Users" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/users/user_add.html:12 | ||||
msgid "add new user" | ||||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/users/user_add.html:50 | ||
msgid "Password confirmation" | ||||
msgstr "" | ||||
r1272 | #: rhodecode/templates/admin/users/user_edit.html:5 | |||
msgid "Edit user" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/users/user_edit.html:34 | ||||
r2376 | #: rhodecode/templates/admin/users/user_edit_my_account_form.html:10 | |||
Vincent Duvert
|
r2305 | msgid "Change your avatar at" | ||
msgstr "" | ||||
#: rhodecode/templates/admin/users/user_edit.html:35 | ||||
r2376 | #: rhodecode/templates/admin/users/user_edit_my_account_form.html:11 | |||
r1272 | msgid "Using" | |||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/users/user_edit.html:43 | ||
r2376 | #: rhodecode/templates/admin/users/user_edit_my_account_form.html:20 | |||
r1272 | msgid "API key" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/admin/users/user_edit.html:48 | |||
msgid "Your IP" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/users/user_edit.html:67 | ||||
r1272 | msgid "LDAP DN" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/admin/users/user_edit.html:76 | |||
#: rhodecode/templates/admin/users/user_edit_my_account_form.html:39 | ||||
r1272 | msgid "New password" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/admin/users/user_edit.html:85 | |||
#: rhodecode/templates/admin/users/user_edit_my_account_form.html:48 | ||||
Vincent Duvert
|
r2305 | msgid "New password confirmation" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/admin/users/user_edit.html:155 | |||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/users_groups/users_group_edit.html:108 | ||
r2774 | msgid "Inherit default permissions" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/admin/users/user_edit.html:160 | |||
r2774 | #: rhodecode/templates/admin/users_groups/users_group_edit.html:113 | |||
#, python-format | ||||
msgid "" | ||||
"Select to inherit permissions from %s settings. With this selected below " | ||||
"options does not have any action" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/templates/admin/users/user_edit.html:166 | |||
r2774 | #: rhodecode/templates/admin/users_groups/users_group_edit.html:119 | |||
r1272 | msgid "Create repositories" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/admin/users/user_edit.html:174 | |||
r2774 | #: rhodecode/templates/admin/users_groups/users_group_edit.html:127 | |||
msgid "Fork repositories" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/templates/admin/users/user_edit.html:251 | |||
r2671 | msgid "Email addresses" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/admin/users/user_edit.html:264 | |||
r2534 | #, python-format | |||
msgid "Confirm to delete this email: %s" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/templates/admin/users/user_edit.html:278 | |||
r2534 | msgid "New email address" | |||
msgstr "" | ||||
r1272 | #: rhodecode/templates/admin/users/user_edit_my_account.html:5 | |||
r3242 | #: rhodecode/templates/base/base.html:130 | |||
r1272 | msgid "My account" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/users/user_edit_my_account.html:9 | ||||
msgid "My Account" | ||||
msgstr "" | ||||
r2671 | #: rhodecode/templates/admin/users/user_edit_my_account.html:35 | |||
msgid "My permissions" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/users/user_edit_my_account.html:38 | ||||
r3242 | #: rhodecode/templates/journal/journal.html:57 | |||
Vincent Duvert
|
r2305 | msgid "My repos" | ||
msgstr "" | ||||
r2671 | #: rhodecode/templates/admin/users/user_edit_my_account.html:41 | |||
msgid "My pull requests" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/users/user_edit_my_account.html:45 | ||||
r3242 | #: rhodecode/templates/journal/journal.html:61 | |||
r2671 | msgid "Add repo" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/users/user_edit_my_account_pullrequests.html:2 | ||||
msgid "Opened by me" | ||||
msgstr "" | ||||
r2774 | #: rhodecode/templates/admin/users/user_edit_my_account_pullrequests.html:10 | |||
r2671 | #, python-format | |||
msgid "Pull request #%s opened on %s" | ||||
msgstr "" | ||||
r2774 | #: rhodecode/templates/admin/users/user_edit_my_account_pullrequests.html:15 | |||
msgid "Confirm to delete this pull request" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/users/user_edit_my_account_pullrequests.html:26 | ||||
r2671 | msgid "I participate in" | |||
msgstr "" | ||||
r2774 | #: rhodecode/templates/admin/users/user_edit_my_account_pullrequests.html:33 | |||
r2671 | #: rhodecode/templates/pullrequests/pullrequest_show_all.html:30 | |||
#, python-format | ||||
msgid "Pull request #%s opened by %s on %s" | ||||
msgstr "" | ||||
r1272 | #: rhodecode/templates/admin/users/users.html:5 | |||
msgid "Users administration" | ||||
msgstr "" | ||||
r2671 | #: rhodecode/templates/admin/users/users.html:9 | |||
r3242 | #: rhodecode/templates/base/base.html:241 | |||
r2671 | msgid "users" | |||
msgstr "" | ||||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/admin/users/users.html:23 | ||
r3242 | msgid "Add new user" | |||
Augusto Herrmann
|
r1472 | msgstr "" | ||
r2774 | #: rhodecode/templates/admin/users/users.html:77 | |||
r1272 | msgid "username" | |||
msgstr "" | ||||
r2671 | #: rhodecode/templates/admin/users/users.html:80 | |||
r2774 | msgid "firstname" | |||
r1272 | msgstr "" | |||
r2671 | #: rhodecode/templates/admin/users/users.html:81 | |||
r2774 | msgid "lastname" | |||
r1272 | msgstr "" | |||
r2671 | #: rhodecode/templates/admin/users/users.html:82 | |||
r2774 | msgid "last login" | |||
r1272 | msgstr "" | |||
r2671 | #: rhodecode/templates/admin/users/users.html:84 | |||
r2774 | #: rhodecode/templates/admin/users_groups/users_groups.html:34 | |||
msgid "active" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/users/users.html:86 | ||||
r3242 | #: rhodecode/templates/base/base.html:244 | |||
r1272 | msgid "ldap" | |||
msgstr "" | ||||
#: rhodecode/templates/admin/users_groups/users_group_add.html:5 | ||||
msgid "Add users group" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/users_groups/users_group_add.html:10 | ||||
#: rhodecode/templates/admin/users_groups/users_groups.html:9 | ||||
msgid "Users groups" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/users_groups/users_group_add.html:12 | ||||
msgid "add new users group" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/users_groups/users_group_edit.html:5 | ||||
msgid "Edit users group" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/users_groups/users_group_edit.html:11 | ||||
msgid "UsersGroups" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/users_groups/users_group_edit.html:50 | ||||
msgid "Members" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/users_groups/users_group_edit.html:58 | ||||
msgid "Choosen group members" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/users_groups/users_group_edit.html:61 | ||||
msgid "Remove all elements" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/users_groups/users_group_edit.html:75 | ||||
msgid "Available members" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/users_groups/users_group_edit.html:79 | ||||
msgid "Add all elements" | ||||
msgstr "" | ||||
r2774 | #: rhodecode/templates/admin/users_groups/users_group_edit.html:146 | |||
Vincent Duvert
|
r2305 | msgid "Group members" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/admin/users_groups/users_group_edit.html:163 | |||
msgid "No members yet" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/users_groups/users_group_edit.html:171 | ||||
msgid "Permissions defined for this group" | ||||
msgstr "" | ||||
#: rhodecode/templates/admin/users_groups/users_group_edit.html:178 | ||||
msgid "No permissions set yet" | ||||
msgstr "" | ||||
r1272 | #: rhodecode/templates/admin/users_groups/users_groups.html:5 | |||
msgid "Users groups administration" | ||||
msgstr "" | ||||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/admin/users_groups/users_groups.html:23 | ||
r3242 | msgid "Add new user group" | |||
Augusto Herrmann
|
r1472 | msgstr "" | ||
r1272 | #: rhodecode/templates/admin/users_groups/users_groups.html:32 | |||
msgid "group name" | ||||
msgstr "" | ||||
r2376 | #: rhodecode/templates/admin/users_groups/users_groups.html:33 | |||
#: rhodecode/templates/base/root.html:46 | ||||
msgid "members" | ||||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/admin/users_groups/users_groups.html:45 | ||
#, python-format | ||||
msgid "Confirm to delete this users group: %s" | ||||
msgstr "" | ||||
#: rhodecode/templates/base/base.html:41 | ||||
msgid "Submit a bug" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/templates/base/base.html:76 | |||
msgid "Not logged in" | ||||
msgstr "" | ||||
#: rhodecode/templates/base/base.html:83 | ||||
Vincent Duvert
|
r2305 | msgid "Login to your account" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/base/base.html:106 | |||
Augusto Herrmann
|
r1472 | msgid "Forgot password ?" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/base/base.html:113 | |||
Vincent Duvert
|
r2305 | msgid "Log In" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/base/base.html:124 | |||
Vincent Duvert
|
r2305 | msgid "Inbox" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/base/base.html:129 rhodecode/templates/base/base.html:297 | |||
#: rhodecode/templates/base/base.html:299 rhodecode/templates/base/base.html:301 | ||||
r1272 | #: rhodecode/templates/journal/journal.html:4 | |||
#: rhodecode/templates/journal/public_journal.html:4 | ||||
msgid "Journal" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/templates/base/base.html:131 | |||
Augusto Herrmann
|
r1472 | msgid "Log Out" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/base/base.html:150 | |||
r1272 | msgid "Switch repository" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/base/base.html:152 | |||
Augusto Herrmann
|
r1474 | msgid "Products" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/base/base.html:158 rhodecode/templates/base/base.html:189 | |||
r3033 | #: rhodecode/templates/base/root.html:47 | |||
r1272 | msgid "loading..." | |||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/base/base.html:166 rhodecode/templates/base/base.html:168 | ||
#: rhodecode/templates/base/base.html:170 | ||||
r3242 | #: rhodecode/templates/data_table/_dt_elements.html:9 | |||
#: rhodecode/templates/data_table/_dt_elements.html:11 | ||||
#: rhodecode/templates/data_table/_dt_elements.html:13 | ||||
msgid "Summary" | ||||
msgstr "" | ||||
#: rhodecode/templates/base/base.html:174 rhodecode/templates/base/base.html:176 | ||||
#: rhodecode/templates/base/base.html:178 | ||||
Vincent Duvert
|
r2313 | #: rhodecode/templates/changelog/changelog.html:15 | ||
r3242 | #: rhodecode/templates/data_table/_dt_elements.html:17 | |||
#: rhodecode/templates/data_table/_dt_elements.html:19 | ||||
#: rhodecode/templates/data_table/_dt_elements.html:21 | ||||
msgid "Changelog" | ||||
msgstr "" | ||||
#: rhodecode/templates/base/base.html:182 rhodecode/templates/base/base.html:184 | ||||
#: rhodecode/templates/base/base.html:186 | ||||
msgid "Switch to" | ||||
msgstr "" | ||||
#: rhodecode/templates/base/base.html:193 rhodecode/templates/base/base.html:195 | ||||
#: rhodecode/templates/base/base.html:197 | ||||
r2671 | #: rhodecode/templates/data_table/_dt_elements.html:25 | |||
#: rhodecode/templates/data_table/_dt_elements.html:27 | ||||
r3242 | #: rhodecode/templates/data_table/_dt_elements.html:29 | |||
Vincent Duvert
|
r2305 | msgid "Files" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/base/base.html:201 rhodecode/templates/base/base.html:205 | |||
r1272 | msgid "Options" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/base/base.html:210 rhodecode/templates/base/base.html:212 | |||
r3033 | msgid "repository settings" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/base/base.html:216 | |||
#: rhodecode/templates/data_table/_dt_elements.html:74 | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/forks/fork.html:13 | ||
msgid "fork" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/templates/base/base.html:218 | |||
r3033 | #: rhodecode/templates/changelog/changelog.html:43 | |||
r3242 | msgid "open new pull request" | |||
msgstr "" | ||||
#: rhodecode/templates/base/base.html:221 | ||||
msgid "compare fork" | ||||
r1272 | msgstr "" | |||
r3033 | #: rhodecode/templates/base/base.html:223 | |||
r3242 | msgid "search" | |||
msgstr "" | ||||
#: rhodecode/templates/base/base.html:229 | ||||
r3033 | msgid "lock" | |||
msgstr "" | ||||
r3059 | #: rhodecode/templates/base/base.html:240 | |||
r3242 | msgid "repositories groups" | |||
msgstr "" | ||||
#: rhodecode/templates/base/base.html:242 | ||||
msgid "users groups" | ||||
msgstr "" | ||||
#: rhodecode/templates/base/base.html:243 | ||||
msgid "permissions" | ||||
msgstr "" | ||||
#: rhodecode/templates/base/base.html:245 | ||||
msgid "defaults" | ||||
msgstr "" | ||||
#: rhodecode/templates/base/base.html:246 | ||||
r3033 | msgid "settings" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/base/base.html:256 rhodecode/templates/base/base.html:258 | |||
r1272 | msgid "Followers" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/base/base.html:264 rhodecode/templates/base/base.html:266 | |||
r1272 | msgid "Forks" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/base/base.html:315 rhodecode/templates/base/base.html:317 | |||
#: rhodecode/templates/base/base.html:319 rhodecode/templates/search/search.html:52 | ||||
r1272 | msgid "Search" | |||
msgstr "" | ||||
r2376 | #: rhodecode/templates/base/root.html:42 | |||
Vincent Duvert
|
r2305 | msgid "add another comment" | ||
msgstr "" | ||||
r2376 | #: rhodecode/templates/base/root.html:43 | |||
r3242 | #: rhodecode/templates/data_table/_dt_elements.html:140 | |||
r2534 | #: rhodecode/templates/summary/summary.html:57 | |||
r1272 | msgid "Stop following this repository" | |||
msgstr "" | ||||
r2376 | #: rhodecode/templates/base/root.html:44 | |||
r2534 | #: rhodecode/templates/summary/summary.html:61 | |||
r1272 | msgid "Start following this repository" | |||
msgstr "" | ||||
r2376 | #: rhodecode/templates/base/root.html:45 | |||
msgid "Group" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/base/root.html:48 | |||
r2534 | msgid "search truncated" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/base/root.html:49 | |||
r2534 | msgid "no matching files" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/base/root.html:50 | |||
msgid "Open new pull request" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/base/root.html:51 | |||
msgid "Open new pull request for selected changesets" | ||||
msgstr "" | ||||
#: rhodecode/templates/base/root.html:52 | ||||
msgid "Show selected changes __S -> __E" | ||||
msgstr "" | ||||
#: rhodecode/templates/base/root.html:53 | ||||
msgid "Selection link" | ||||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/bookmarks/bookmarks.html:5 | ||
Vincent Duvert
|
r2421 | #, python-format | ||
msgid "%s Bookmarks" | ||||
Vincent Duvert
|
r2305 | msgstr "" | ||
#: rhodecode/templates/bookmarks/bookmarks.html:39 | ||||
#: rhodecode/templates/bookmarks/bookmarks_data.html:8 | ||||
r3033 | #: rhodecode/templates/branches/branches.html:53 | |||
#: rhodecode/templates/branches/branches_data.html:8 | ||||
#: rhodecode/templates/tags/tags.html:54 rhodecode/templates/tags/tags_data.html:8 | ||||
Vincent Duvert
|
r2305 | msgid "Author" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/bookmarks/bookmarks.html:40 | |||
#: rhodecode/templates/bookmarks/bookmarks_data.html:9 | ||||
#: rhodecode/templates/branches/branches.html:54 | ||||
#: rhodecode/templates/branches/branches_data.html:9 | ||||
#: rhodecode/templates/tags/tags.html:55 rhodecode/templates/tags/tags_data.html:9 | ||||
msgid "Revision" | ||||
msgstr "" | ||||
Vincent Duvert
|
r2421 | #: rhodecode/templates/branches/branches.html:5 | ||
#, python-format | ||||
msgid "%s Branches" | ||||
msgstr "" | ||||
r2534 | #: rhodecode/templates/branches/branches.html:29 | |||
msgid "Compare branches" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/branches/branches.html:56 | |||
#: rhodecode/templates/branches/branches_data.html:10 | ||||
r2534 | #: rhodecode/templates/compare/compare_diff.html:5 | |||
#: rhodecode/templates/compare/compare_diff.html:13 | ||||
r3033 | #: rhodecode/templates/tags/tags.html:57 rhodecode/templates/tags/tags_data.html:10 | |||
r2534 | msgid "Compare" | |||
msgstr "" | ||||
Vincent Duvert
|
r2421 | #: rhodecode/templates/changelog/changelog.html:6 | ||
#, python-format | ||||
msgid "%s Changelog" | ||||
msgstr "" | ||||
Vincent Duvert
|
r2313 | #: rhodecode/templates/changelog/changelog.html:15 | ||
#, python-format | ||||
msgid "showing %d out of %d revision" | ||||
msgid_plural "showing %d out of %d revisions" | ||||
msgstr[0] "" | ||||
msgstr[1] "" | ||||
r2534 | #: rhodecode/templates/changelog/changelog.html:37 | |||
r3033 | msgid "Clear selection" | |||
msgstr "" | ||||
#: rhodecode/templates/changelog/changelog.html:40 | ||||
r2671 | #: rhodecode/templates/forks/forks_data.html:19 | |||
r2534 | #, python-format | |||
msgid "compare fork with %s" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/changelog/changelog.html:40 | |||
msgid "Compare fork with parent" | ||||
msgstr "" | ||||
#: rhodecode/templates/changelog/changelog.html:49 | ||||
r1272 | msgid "Show" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/changelog/changelog.html:74 | |||
#: rhodecode/templates/summary/summary.html:375 | ||||
Vincent Duvert
|
r2305 | msgid "show more" | ||
r1272 | msgstr "" | |||
r3033 | #: rhodecode/templates/changelog/changelog.html:78 | |||
Vincent Duvert
|
r2305 | msgid "Affected number of files, click to show more details" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/changelog/changelog.html:91 | |||
r3109 | #: rhodecode/templates/changeset/changeset.html:65 | |||
r2534 | #: rhodecode/templates/changeset/changeset_file_comment.html:20 | |||
#: rhodecode/templates/changeset/changeset_range.html:46 | ||||
msgid "Changeset status" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/changelog/changelog.html:94 | |||
#: rhodecode/templates/shortlog/shortlog_data.html:20 | ||||
r3242 | #, python-format | |||
msgid "Click to open associated pull request #%s" | ||||
r2534 | msgstr "" | |||
r3033 | #: rhodecode/templates/changelog/changelog.html:104 | |||
Augusto Herrmann
|
r1472 | msgid "Parent" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/changelog/changelog.html:110 | |||
r3109 | #: rhodecode/templates/changeset/changeset.html:42 | |||
Augusto Herrmann
|
r1472 | msgid "No parents" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/changelog/changelog.html:115 | |||
r3109 | #: rhodecode/templates/changeset/changeset.html:106 | |||
r3033 | #: rhodecode/templates/changeset/changeset_range.html:79 | |||
Vincent Duvert
|
r2305 | msgid "merge" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/changelog/changelog.html:118 | |||
r3109 | #: rhodecode/templates/changeset/changeset.html:109 | |||
r3033 | #: rhodecode/templates/changeset/changeset_range.html:82 | |||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/files/files.html:29 | ||
Vincent Duvert
|
r2305 | #: rhodecode/templates/files/files_add.html:33 | ||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/files/files_edit.html:33 | ||
#: rhodecode/templates/shortlog/shortlog_data.html:9 | ||||
msgid "branch" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/changelog/changelog.html:124 | |||
#: rhodecode/templates/changeset/changeset_range.html:88 | ||||
Vincent Duvert
|
r2305 | msgid "bookmark" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/changelog/changelog.html:130 | |||
r3109 | #: rhodecode/templates/changeset/changeset.html:114 | |||
r3033 | #: rhodecode/templates/changeset/changeset_range.html:94 | |||
Augusto Herrmann
|
r1472 | msgid "tag" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/changelog/changelog.html:302 | |||
Augusto Herrmann
|
r1472 | msgid "There are no changes yet" | ||
msgstr "" | ||||
#: rhodecode/templates/changelog/changelog_details.html:4 | ||||
r3109 | #: rhodecode/templates/changeset/changeset.html:94 | |||
r2534 | msgid "removed" | |||
msgstr "" | ||||
#: rhodecode/templates/changelog/changelog_details.html:5 | ||||
r3109 | #: rhodecode/templates/changeset/changeset.html:95 | |||
r2534 | msgid "changed" | |||
r1272 | msgstr "" | |||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/changelog/changelog_details.html:6 | ||
r3109 | #: rhodecode/templates/changeset/changeset.html:96 | |||
r2534 | msgid "added" | |||
msgstr "" | ||||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/changelog/changelog_details.html:8 | ||
r2534 | #: rhodecode/templates/changelog/changelog_details.html:9 | |||
#: rhodecode/templates/changelog/changelog_details.html:10 | ||||
r3109 | #: rhodecode/templates/changeset/changeset.html:98 | |||
#: rhodecode/templates/changeset/changeset.html:99 | ||||
#: rhodecode/templates/changeset/changeset.html:100 | ||||
r1272 | #, python-format | |||
msgid "affected %s files" | ||||
msgstr "" | ||||
#: rhodecode/templates/changeset/changeset.html:6 | ||||
Vincent Duvert
|
r2421 | #, python-format | ||
msgid "%s Changeset" | ||||
msgstr "" | ||||
r1272 | #: rhodecode/templates/changeset/changeset.html:14 | |||
msgid "Changeset" | ||||
msgstr "" | ||||
r3109 | #: rhodecode/templates/changeset/changeset.html:52 | |||
msgid "No children" | ||||
msgstr "" | ||||
#: rhodecode/templates/changeset/changeset.html:70 | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/changeset/diff_block.html:20 | ||
r1272 | msgid "raw diff" | |||
msgstr "" | ||||
r3109 | #: rhodecode/templates/changeset/changeset.html:71 | |||
r3033 | msgid "patch diff" | |||
msgstr "" | ||||
r3109 | #: rhodecode/templates/changeset/changeset.html:72 | |||
Vincent Duvert
|
r2305 | #: rhodecode/templates/changeset/diff_block.html:21 | ||
r1272 | msgid "download diff" | |||
msgstr "" | ||||
r3109 | #: rhodecode/templates/changeset/changeset.html:76 | |||
r3242 | #: rhodecode/templates/changeset/changeset_file_comment.html:97 | |||
Vincent Duvert
|
r2311 | #, python-format | ||
msgid "%d comment" | ||||
msgid_plural "%d comments" | ||||
msgstr[0] "" | ||||
msgstr[1] "" | ||||
r3109 | #: rhodecode/templates/changeset/changeset.html:76 | |||
r3242 | #: rhodecode/templates/changeset/changeset_file_comment.html:97 | |||
Vincent Duvert
|
r2311 | #, python-format | ||
msgid "(%d inline)" | ||||
msgid_plural "(%d inline)" | ||||
msgstr[0] "" | ||||
msgstr[1] "" | ||||
Vincent Duvert
|
r2305 | |||
r3109 | #: rhodecode/templates/changeset/changeset.html:122 | |||
r3033 | #: rhodecode/templates/compare/compare_diff.html:44 | |||
r3242 | #: rhodecode/templates/pullrequests/pullrequest_show.html:94 | |||
Vincent Duvert
|
r2305 | #, python-format | ||
r3033 | msgid "%s file changed" | |||
msgid_plural "%s files changed" | ||||
msgstr[0] "" | ||||
msgstr[1] "" | ||||
r3109 | #: rhodecode/templates/changeset/changeset.html:124 | |||
r3033 | #: rhodecode/templates/compare/compare_diff.html:46 | |||
r3242 | #: rhodecode/templates/pullrequests/pullrequest_show.html:96 | |||
r3033 | #, python-format | |||
msgid "%s file changed with %s insertions and %s deletions" | ||||
msgid_plural "%s files changed with %s insertions and %s deletions" | ||||
msgstr[0] "" | ||||
msgstr[1] "" | ||||
Vincent Duvert
|
r2305 | |||
r3242 | #: rhodecode/templates/changeset/changeset_file_comment.html:30 | |||
r1272 | #, python-format | |||
r3242 | msgid "Status from pull request %s" | |||
msgstr "" | ||||
#: rhodecode/templates/changeset/changeset_file_comment.html:32 | ||||
#, python-format | ||||
msgid "Comment from pull request %s" | ||||
msgstr "" | ||||
#: rhodecode/templates/changeset/changeset_file_comment.html:57 | ||||
msgid "Submitting..." | ||||
Vincent Duvert
|
r2305 | msgstr "" | ||
r2534 | #: rhodecode/templates/changeset/changeset_file_comment.html:60 | |||
r3242 | msgid "Commenting on line {1}." | |||
msgstr "" | ||||
#: rhodecode/templates/changeset/changeset_file_comment.html:61 | ||||
#: rhodecode/templates/changeset/changeset_file_comment.html:140 | ||||
#, python-format | ||||
msgid "Comments parsed using %s syntax with %s support." | ||||
msgstr "" | ||||
#: rhodecode/templates/changeset/changeset_file_comment.html:63 | ||||
#: rhodecode/templates/changeset/changeset_file_comment.html:142 | ||||
msgid "Use @username inside this text to send notification to this RhodeCode user" | ||||
msgstr "" | ||||
#: rhodecode/templates/changeset/changeset_file_comment.html:74 | ||||
#: rhodecode/templates/changeset/changeset_file_comment.html:162 | ||||
msgid "Comment" | ||||
msgstr "" | ||||
#: rhodecode/templates/changeset/changeset_file_comment.html:75 | ||||
#: rhodecode/templates/changeset/changeset_file_comment.html:86 | ||||
Vincent Duvert
|
r2305 | msgid "Hide" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/changeset/changeset_file_comment.html:82 | |||
Vincent Duvert
|
r2305 | msgid "You need to be logged in to comment." | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/changeset/changeset_file_comment.html:82 | |||
Vincent Duvert
|
r2305 | msgid "Login now" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/changeset/changeset_file_comment.html:137 | |||
Vincent Duvert
|
r2305 | msgid "Leave a comment" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/changeset/changeset_file_comment.html:144 | |||
r2534 | msgid "Check this to change current status of code-review for this changeset" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/changeset/changeset_file_comment.html:144 | |||
r2534 | msgid "change status" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/changeset/changeset_file_comment.html:164 | |||
r2671 | msgid "Comment and close" | |||
msgstr "" | ||||
Vincent Duvert
|
r2421 | #: rhodecode/templates/changeset/changeset_range.html:5 | ||
#, python-format | ||||
msgid "%s Changesets" | ||||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/changeset/changeset_range.html:29 | ||
r2534 | #: rhodecode/templates/compare/compare_diff.html:29 | |||
Vincent Duvert
|
r2305 | msgid "Compare View" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/changeset/changeset_range.html:29 | |||
msgid "Show combined compare" | ||||
msgstr "" | ||||
r2534 | #: rhodecode/templates/changeset/changeset_range.html:54 | |||
Vincent Duvert
|
r2305 | msgid "Files affected" | ||
msgstr "" | ||||
#: rhodecode/templates/changeset/diff_block.html:19 | ||||
r3033 | msgid "show full diff for this file" | |||
r1272 | msgstr "" | |||
Vincent Duvert
|
r2305 | #: rhodecode/templates/changeset/diff_block.html:27 | ||
msgid "show inline comments" | ||||
msgstr "" | ||||
r2534 | #: rhodecode/templates/compare/compare_cs.html:5 | |||
msgid "No changesets" | ||||
msgstr "" | ||||
#: rhodecode/templates/compare/compare_diff.html:37 | ||||
r3242 | #: rhodecode/templates/pullrequests/pullrequest_show.html:87 | |||
r3033 | #, python-format | |||
msgid "Showing %s commit" | ||||
msgid_plural "Showing %s commits" | ||||
msgstr[0] "" | ||||
msgstr[1] "" | ||||
#: rhodecode/templates/compare/compare_diff.html:52 | ||||
r3242 | #: rhodecode/templates/pullrequests/pullrequest_show.html:102 | |||
r3033 | msgid "No files" | |||
r2534 | msgstr "" | |||
r3242 | #: rhodecode/templates/data_table/_dt_elements.html:33 | |||
#: rhodecode/templates/data_table/_dt_elements.html:35 | ||||
#: rhodecode/templates/data_table/_dt_elements.html:37 | ||||
Vincent Duvert
|
r2305 | msgid "Fork" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/data_table/_dt_elements.html:54 | |||
r3033 | #: rhodecode/templates/summary/summary.html:77 | |||
Vincent Duvert
|
r2305 | msgid "Mercurial repository" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/data_table/_dt_elements.html:56 | |||
r3033 | #: rhodecode/templates/summary/summary.html:80 | |||
Vincent Duvert
|
r2305 | msgid "Git repository" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/data_table/_dt_elements.html:63 | |||
r3033 | #: rhodecode/templates/summary/summary.html:87 | |||
Vincent Duvert
|
r2305 | msgid "public repository" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/data_table/_dt_elements.html:74 | |||
r3033 | #: rhodecode/templates/summary/summary.html:96 | |||
#: rhodecode/templates/summary/summary.html:97 | ||||
Vincent Duvert
|
r2305 | msgid "Fork of" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/data_table/_dt_elements.html:88 | |||
Vincent Duvert
|
r2305 | msgid "No changesets yet" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/data_table/_dt_elements.html:95 | |||
#: rhodecode/templates/data_table/_dt_elements.html:97 | ||||
r3033 | #, python-format | |||
msgid "Subscribe to %s rss feed" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/templates/data_table/_dt_elements.html:103 | |||
#: rhodecode/templates/data_table/_dt_elements.html:105 | ||||
r3033 | #, python-format | |||
msgid "Subscribe to %s atom feed" | ||||
msgstr "" | ||||
#: rhodecode/templates/data_table/_dt_elements.html:122 | ||||
r2671 | #, python-format | |||
r3242 | msgid "Confirm to delete this repository: %s" | |||
msgstr "" | ||||
#: rhodecode/templates/data_table/_dt_elements.html:131 | ||||
#, python-format | ||||
r2671 | msgid "Confirm to delete this user: %s" | |||
msgstr "" | ||||
r3059 | #: rhodecode/templates/email_templates/changeset_comment.html:10 | |||
msgid "New status$" | ||||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/email_templates/main.html:8 | ||
r3033 | msgid "This is a notification from RhodeCode." | |||
r1272 | msgstr "" | |||
r3059 | #: rhodecode/templates/email_templates/password_reset.html:4 | |||
msgid "Hello" | ||||
msgstr "" | ||||
#: rhodecode/templates/email_templates/password_reset.html:6 | ||||
msgid "We received a request to create a new password for your account." | ||||
msgstr "" | ||||
#: rhodecode/templates/email_templates/password_reset.html:8 | ||||
msgid "You can generate it by clicking following URL" | ||||
msgstr "" | ||||
#: rhodecode/templates/email_templates/password_reset.html:12 | ||||
msgid "If you didn't request new password please ignore this email." | ||||
msgstr "" | ||||
#: rhodecode/templates/email_templates/pull_request.html:4 | ||||
#, python-format | ||||
msgid "User %s opened pull request for repository %s and wants you to review changes." | ||||
msgstr "" | ||||
#: rhodecode/templates/email_templates/pull_request.html:5 | ||||
msgid "title" | ||||
msgstr "" | ||||
#: rhodecode/templates/email_templates/pull_request.html:6 | ||||
#: rhodecode/templates/pullrequests/pullrequest.html:115 | ||||
msgid "description" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/templates/email_templates/pull_request.html:7 | |||
msgid "View this pull request here" | ||||
msgstr "" | ||||
#: rhodecode/templates/email_templates/pull_request.html:12 | ||||
r3059 | msgid "revisions for reviewing" | |||
msgstr "" | ||||
#: rhodecode/templates/email_templates/pull_request_comment.html:4 | ||||
#, python-format | ||||
msgid "User %s commented on pull request #%s for repository %s" | ||||
msgstr "" | ||||
#: rhodecode/templates/email_templates/pull_request_comment.html:10 | ||||
msgid "New status" | ||||
msgstr "" | ||||
#: rhodecode/templates/email_templates/pull_request_comment.html:14 | ||||
msgid "View this comment here" | ||||
msgstr "" | ||||
#: rhodecode/templates/email_templates/registration.html:4 | ||||
msgid "A new user have registered in RhodeCode" | ||||
msgstr "" | ||||
#: rhodecode/templates/email_templates/registration.html:9 | ||||
msgid "View this user here" | ||||
msgstr "" | ||||
r2534 | #: rhodecode/templates/errors/error_document.html:46 | |||
r1272 | #, python-format | |||
msgid "You will be redirected to %s in %s seconds" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/file_diff.html:4 | ||||
Vincent Duvert
|
r2421 | #, python-format | ||
msgid "%s File diff" | ||||
msgstr "" | ||||
r1272 | #: rhodecode/templates/files/file_diff.html:12 | |||
msgid "File diff" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/files/files.html:4 rhodecode/templates/files/files.html:74 | |||
Vincent Duvert
|
r2421 | #, python-format | ||
r2774 | msgid "%s files" | |||
Vincent Duvert
|
r2421 | msgstr "" | ||
Vincent Duvert
|
r2305 | #: rhodecode/templates/files/files.html:12 | ||
r3033 | #: rhodecode/templates/summary/summary.html:351 | |||
Vincent Duvert
|
r2305 | msgid "files" | ||
msgstr "" | ||||
#: rhodecode/templates/files/files_add.html:4 | ||||
#: rhodecode/templates/files/files_edit.html:4 | ||||
Vincent Duvert
|
r2421 | #, python-format | ||
msgid "%s Edit file" | ||||
Vincent Duvert
|
r2305 | msgstr "" | ||
#: rhodecode/templates/files/files_add.html:19 | ||||
msgid "add file" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_add.html:40 | ||||
msgid "Add new file" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_add.html:45 | ||||
msgid "File Name" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_add.html:49 | ||||
#: rhodecode/templates/files/files_add.html:58 | ||||
msgid "or" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_add.html:49 | ||||
#: rhodecode/templates/files/files_add.html:54 | ||||
msgid "Upload file" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_add.html:58 | ||||
msgid "Create new file" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_add.html:63 | ||||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/files/files_edit.html:39 | ||
Vincent Duvert
|
r2305 | #: rhodecode/templates/files/files_ypjax.html:3 | ||
r1272 | msgid "Location" | |||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/files/files_add.html:67 | ||
msgid "use / to separate directories" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_add.html:77 | ||||
#: rhodecode/templates/files/files_edit.html:63 | ||||
#: rhodecode/templates/shortlog/shortlog_data.html:6 | ||||
msgid "commit message" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_add.html:81 | ||||
#: rhodecode/templates/files/files_edit.html:67 | ||||
msgid "Commit changes" | ||||
r1272 | msgstr "" | |||
#: rhodecode/templates/files/files_browser.html:13 | ||||
msgid "view" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_browser.html:14 | ||||
msgid "previous revision" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_browser.html:16 | ||||
msgid "next revision" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_browser.html:23 | ||||
msgid "follow current branch" | ||||
msgstr "" | ||||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/files/files_browser.html:27 | ||
msgid "search file list" | ||||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/files/files_browser.html:31 | ||
r3059 | #: rhodecode/templates/shortlog/shortlog_data.html:78 | |||
Vincent Duvert
|
r2305 | msgid "add new file" | ||
msgstr "" | ||||
#: rhodecode/templates/files/files_browser.html:35 | ||||
Augusto Herrmann
|
r1472 | msgid "Loading file list..." | ||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/files/files_browser.html:48 | ||
msgid "Size" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_browser.html:49 | ||||
msgid "Mimetype" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_browser.html:50 | ||||
msgid "Last Revision" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_browser.html:51 | ||||
r1272 | msgid "Last modified" | |||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/files/files_browser.html:52 | ||
r1272 | msgid "Last commiter" | |||
msgstr "" | ||||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/files/files_edit.html:19 | ||
msgid "edit file" | ||||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/files/files_edit.html:49 | ||
r3033 | #: rhodecode/templates/files/files_source.html:23 | |||
Vincent Duvert
|
r2305 | msgid "show annotation" | ||
msgstr "" | ||||
#: rhodecode/templates/files/files_edit.html:50 | ||||
r3033 | #: rhodecode/templates/files/files_source.html:25 | |||
r3242 | #: rhodecode/templates/files/files_source.html:55 | |||
Vincent Duvert
|
r2305 | msgid "show as raw" | ||
Augusto Herrmann
|
r1472 | msgstr "" | ||
#: rhodecode/templates/files/files_edit.html:51 | ||||
r3033 | #: rhodecode/templates/files/files_source.html:26 | |||
Vincent Duvert
|
r2305 | msgid "download as raw" | ||
msgstr "" | ||||
#: rhodecode/templates/files/files_edit.html:54 | ||||
msgid "source" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_edit.html:59 | ||||
msgid "Editing file" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/files/files_history_box.html:2 | |||
Vincent Duvert
|
r2305 | msgid "History" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/files/files_history_box.html:9 | |||
r2534 | msgid "diff to revision" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/files/files_history_box.html:10 | |||
r2534 | msgid "show at revision" | |||
msgstr "" | ||||
r3059 | #: rhodecode/templates/files/files_history_box.html:11 | |||
msgid "show full history" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_history_box.html:16 | ||||
r2534 | #, python-format | |||
msgid "%s author" | ||||
msgid_plural "%s authors" | ||||
msgstr[0] "" | ||||
msgstr[1] "" | ||||
r3033 | #: rhodecode/templates/files/files_source.html:6 | |||
msgid "Load file history" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_source.html:21 | ||||
Vincent Duvert
|
r2305 | msgid "show source" | ||
msgstr "" | ||||
r3242 | #: rhodecode/templates/files/files_source.html:29 | |||
#, python-format | ||||
msgid "edit on branch:%s" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_source.html:31 | ||||
msgid "edit on branch:?" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_source.html:31 | ||||
msgid "Editing files allowed only when on branch head revision" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_source.html:46 | ||||
Vincent Duvert
|
r2305 | #, python-format | ||
msgid "Binary file (%s)" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/templates/files/files_source.html:55 | |||
Vincent Duvert
|
r2305 | msgid "File is too big to display" | ||
msgstr "" | ||||
#: rhodecode/templates/files/files_ypjax.html:5 | ||||
msgid "annotation" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_ypjax.html:15 | ||||
msgid "Go back" | ||||
msgstr "" | ||||
#: rhodecode/templates/files/files_ypjax.html:16 | ||||
msgid "No files at given path" | ||||
msgstr "" | ||||
Vincent Duvert
|
r2421 | #: rhodecode/templates/followers/followers.html:5 | ||
#, python-format | ||||
msgid "%s Followers" | ||||
msgstr "" | ||||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/followers/followers.html:13 | ||
msgid "followers" | ||||
msgstr "" | ||||
#: rhodecode/templates/followers/followers_data.html:12 | ||||
Vincent Duvert
|
r2421 | msgid "Started following -" | ||
msgstr "" | ||||
#: rhodecode/templates/forks/fork.html:5 | ||||
#, python-format | ||||
msgid "%s Fork" | ||||
Augusto Herrmann
|
r1472 | msgstr "" | ||
Vincent Duvert
|
r2305 | #: rhodecode/templates/forks/fork.html:31 | ||
msgid "Fork name" | ||||
msgstr "" | ||||
r2534 | #: rhodecode/templates/forks/fork.html:68 | |||
Vincent Duvert
|
r2305 | msgid "Private" | ||
msgstr "" | ||||
r2534 | #: rhodecode/templates/forks/fork.html:77 | |||
Vincent Duvert
|
r2305 | msgid "Copy permissions" | ||
msgstr "" | ||||
r2534 | #: rhodecode/templates/forks/fork.html:81 | |||
msgid "Copy permissions from forked repository" | ||||
msgstr "" | ||||
#: rhodecode/templates/forks/fork.html:86 | ||||
Vincent Duvert
|
r2305 | msgid "Update after clone" | ||
msgstr "" | ||||
r2534 | #: rhodecode/templates/forks/fork.html:90 | |||
msgid "Checkout source after making a clone" | ||||
msgstr "" | ||||
#: rhodecode/templates/forks/fork.html:94 | ||||
Vincent Duvert
|
r2305 | msgid "fork this repository" | ||
msgstr "" | ||||
Vincent Duvert
|
r2421 | #: rhodecode/templates/forks/forks.html:5 | ||
#, python-format | ||||
msgid "%s Forks" | ||||
msgstr "" | ||||
Augusto Herrmann
|
r1472 | #: rhodecode/templates/forks/forks.html:13 | ||
msgid "forks" | ||||
msgstr "" | ||||
#: rhodecode/templates/forks/forks_data.html:17 | ||||
msgid "forked" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/templates/forks/forks_data.html:21 | |||
msgid "Compare fork" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/forks/forks_data.html:42 | |||
Augusto Herrmann
|
r1472 | msgid "There are no forks yet" | ||
msgstr "" | ||||
r3109 | #: rhodecode/templates/journal/journal.html:21 | |||
r2534 | msgid "ATOM journal feed" | |||
msgstr "" | ||||
r3109 | #: rhodecode/templates/journal/journal.html:22 | |||
r2534 | msgid "RSS journal feed" | |||
msgstr "" | ||||
r3109 | #: rhodecode/templates/journal/journal.html:32 | |||
r3033 | #: rhodecode/templates/pullrequests/pullrequest.html:55 | |||
Vincent Duvert
|
r2305 | msgid "Refresh" | ||
msgstr "" | ||||
r3109 | #: rhodecode/templates/journal/journal.html:35 | |||
r2534 | #: rhodecode/templates/journal/public_journal.html:24 | |||
msgid "RSS feed" | ||||
msgstr "" | ||||
r3109 | #: rhodecode/templates/journal/journal.html:38 | |||
r2534 | #: rhodecode/templates/journal/public_journal.html:27 | |||
msgid "ATOM feed" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/templates/journal/journal.html:54 | |||
Vincent Duvert
|
r2305 | msgid "Watched" | ||
msgstr "" | ||||
r3109 | #: rhodecode/templates/journal/journal_data.html:55 | |||
r1272 | msgid "No entries yet" | |||
msgstr "" | ||||
r2534 | #: rhodecode/templates/journal/public_journal.html:13 | |||
msgid "ATOM public journal feed" | ||||
msgstr "" | ||||
#: rhodecode/templates/journal/public_journal.html:14 | ||||
msgid "RSS public journal feed" | ||||
msgstr "" | ||||
#: rhodecode/templates/journal/public_journal.html:21 | ||||
r1272 | msgid "Public Journal" | |||
msgstr "" | ||||
r2534 | #: rhodecode/templates/pullrequests/pullrequest.html:4 | |||
#: rhodecode/templates/pullrequests/pullrequest.html:12 | ||||
msgid "New pull request" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/pullrequests/pullrequest.html:54 | |||
r2534 | msgid "refresh overview" | |||
msgstr "" | ||||
#: rhodecode/templates/pullrequests/pullrequest.html:66 | ||||
msgid "Detailed compare view" | ||||
msgstr "" | ||||
#: rhodecode/templates/pullrequests/pullrequest.html:70 | ||||
r3242 | #: rhodecode/templates/pullrequests/pullrequest_show.html:118 | |||
r2534 | msgid "Pull request reviewers" | |||
msgstr "" | ||||
r2671 | #: rhodecode/templates/pullrequests/pullrequest.html:79 | |||
r3242 | #: rhodecode/templates/pullrequests/pullrequest_show.html:130 | |||
r2671 | msgid "owner" | |||
msgstr "" | ||||
#: rhodecode/templates/pullrequests/pullrequest.html:91 | ||||
r3242 | #: rhodecode/templates/pullrequests/pullrequest_show.html:145 | |||
r2671 | msgid "Add reviewer to this pull request." | |||
msgstr "" | ||||
#: rhodecode/templates/pullrequests/pullrequest.html:97 | ||||
r2534 | msgid "Create new pull request" | |||
msgstr "" | ||||
r2671 | #: rhodecode/templates/pullrequests/pullrequest.html:106 | |||
#: rhodecode/templates/pullrequests/pullrequest_show.html:25 | ||||
#: rhodecode/templates/pullrequests/pullrequest_show_all.html:33 | ||||
r2534 | msgid "Title" | |||
msgstr "" | ||||
r2671 | #: rhodecode/templates/pullrequests/pullrequest.html:123 | |||
r2534 | msgid "Send pull request" | |||
msgstr "" | ||||
r2671 | #: rhodecode/templates/pullrequests/pullrequest_show.html:23 | |||
r2534 | #, python-format | |||
r2671 | msgid "Closed %s" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/pullrequests/pullrequest_show.html:23 | |||
#, python-format | ||||
msgid "with status %s" | ||||
msgstr "" | ||||
r2774 | #: rhodecode/templates/pullrequests/pullrequest_show.html:31 | |||
msgid "Status" | ||||
msgstr "" | ||||
#: rhodecode/templates/pullrequests/pullrequest_show.html:36 | ||||
r2534 | msgid "Pull request status" | |||
msgstr "" | ||||
r2774 | #: rhodecode/templates/pullrequests/pullrequest_show.html:44 | |||
msgid "Still not reviewed by" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/pullrequests/pullrequest_show.html:48 | |||
r2774 | #, python-format | |||
msgid "%d reviewer" | ||||
msgid_plural "%d reviewers" | ||||
msgstr[0] "" | ||||
msgstr[1] "" | ||||
r3033 | #: rhodecode/templates/pullrequests/pullrequest_show.html:50 | |||
msgid "pull request was reviewed by all reviewers" | ||||
msgstr "" | ||||
r3242 | #: rhodecode/templates/pullrequests/pullrequest_show.html:56 | |||
msgid "Origin repository" | ||||
msgstr "" | ||||
#: rhodecode/templates/pullrequests/pullrequest_show.html:76 | ||||
r2534 | msgid "Created on" | |||
msgstr "" | ||||
r3242 | #: rhodecode/templates/pullrequests/pullrequest_show.html:83 | |||
r3033 | msgid "Compare view" | |||
r2534 | msgstr "" | |||
r3242 | #: rhodecode/templates/pullrequests/pullrequest_show.html:130 | |||
r3109 | msgid "reviewer" | |||
msgstr "" | ||||
r2534 | #: rhodecode/templates/pullrequests/pullrequest_show_all.html:4 | |||
r2671 | msgid "all pull requests" | |||
msgstr "" | ||||
r2534 | #: rhodecode/templates/pullrequests/pullrequest_show_all.html:12 | |||
msgid "All pull requests" | ||||
msgstr "" | ||||
r2671 | #: rhodecode/templates/pullrequests/pullrequest_show_all.html:27 | |||
msgid "Closed" | ||||
msgstr "" | ||||
r2534 | #: rhodecode/templates/search/search.html:6 | |||
#, python-format | ||||
msgid "Search \"%s\" in repository: %s" | ||||
msgstr "" | ||||
#: rhodecode/templates/search/search.html:8 | ||||
#, python-format | ||||
msgid "Search \"%s\" in all repositories" | ||||
msgstr "" | ||||
#: rhodecode/templates/search/search.html:12 | ||||
#: rhodecode/templates/search/search.html:32 | ||||
#, python-format | ||||
msgid "Search in repository: %s" | ||||
msgstr "" | ||||
#: rhodecode/templates/search/search.html:14 | ||||
#: rhodecode/templates/search/search.html:34 | ||||
msgid "Search in all repositories" | ||||
msgstr "" | ||||
#: rhodecode/templates/search/search.html:48 | ||||
r1272 | msgid "Search term" | |||
msgstr "" | ||||
r2534 | #: rhodecode/templates/search/search.html:60 | |||
r1272 | msgid "Search in" | |||
msgstr "" | ||||
r2534 | #: rhodecode/templates/search/search.html:63 | |||
r1272 | msgid "File contents" | |||
msgstr "" | ||||
r2671 | #: rhodecode/templates/search/search.html:64 | |||
msgid "Commit messages" | ||||
msgstr "" | ||||
r2534 | #: rhodecode/templates/search/search.html:65 | |||
r1272 | msgid "File names" | |||
msgstr "" | ||||
r2774 | #: rhodecode/templates/search/search_commit.html:35 | |||
Vincent Duvert
|
r2305 | #: rhodecode/templates/search/search_content.html:21 | ||
r1272 | #: rhodecode/templates/search/search_path.html:15 | |||
msgid "Permission denied" | ||||
msgstr "" | ||||
Vincent Duvert
|
r2421 | #: rhodecode/templates/settings/repo_settings.html:5 | ||
#, python-format | ||||
msgid "%s Settings" | ||||
msgstr "" | ||||
r3109 | #: rhodecode/templates/settings/repo_settings.html:102 | |||
msgid "Delete repository" | ||||
msgstr "" | ||||
#: rhodecode/templates/settings/repo_settings.html:109 | ||||
msgid "Remove repo" | ||||
msgstr "" | ||||
r1272 | #: rhodecode/templates/shortlog/shortlog.html:5 | |||
Vincent Duvert
|
r2421 | #, python-format | ||
msgid "%s Shortlog" | ||||
r1272 | msgstr "" | |||
r3059 | #: rhodecode/templates/shortlog/shortlog.html:15 | |||
#: rhodecode/templates/shortlog/shortlog.html:19 | ||||
r1272 | msgid "shortlog" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/shortlog/shortlog_data.html:5 | |||
msgid "revision" | ||||
msgstr "" | ||||
Vincent Duvert
|
r2305 | #: rhodecode/templates/shortlog/shortlog_data.html:7 | ||
r1272 | msgid "age" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/shortlog/shortlog_data.html:8 | |||
msgid "author" | ||||
msgstr "" | ||||
r3059 | #: rhodecode/templates/shortlog/shortlog_data.html:75 | |||
Vincent Duvert
|
r2305 | msgid "Add or upload files directly via RhodeCode" | ||
msgstr "" | ||||
r3059 | #: rhodecode/templates/shortlog/shortlog_data.html:84 | |||
Vincent Duvert
|
r2305 | msgid "Push new repo" | ||
msgstr "" | ||||
r3059 | #: rhodecode/templates/shortlog/shortlog_data.html:92 | |||
Vincent Duvert
|
r2305 | msgid "Existing repository?" | ||
msgstr "" | ||||
Vincent Duvert
|
r2421 | #: rhodecode/templates/summary/summary.html:4 | ||
#, python-format | ||||
msgid "%s Summary" | ||||
msgstr "" | ||||
r1272 | #: rhodecode/templates/summary/summary.html:12 | |||
msgid "summary" | ||||
msgstr "" | ||||
r2534 | #: rhodecode/templates/summary/summary.html:20 | |||
#, python-format | ||||
msgid "repo %s ATOM feed" | ||||
msgstr "" | ||||
#: rhodecode/templates/summary/summary.html:21 | ||||
#, python-format | ||||
msgid "repo %s RSS feed" | ||||
msgstr "" | ||||
#: rhodecode/templates/summary/summary.html:49 | ||||
#: rhodecode/templates/summary/summary.html:52 | ||||
Vincent Duvert
|
r2305 | msgid "ATOM" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:70 | |||
#, python-format | ||||
msgid "Repository locked by %s" | ||||
msgstr "" | ||||
#: rhodecode/templates/summary/summary.html:72 | ||||
msgid "Repository unlocked" | ||||
msgstr "" | ||||
#: rhodecode/templates/summary/summary.html:91 | ||||
r2534 | #, python-format | |||
msgid "Non changable ID %s" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:96 | |||
Vincent Duvert
|
r2305 | msgid "public" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:104 | |||
r1272 | msgid "remote clone" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:125 | |||
r2671 | msgid "Contact" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:139 | |||
r2774 | msgid "Clone url" | |||
msgstr "" | ||||
#: rhodecode/templates/summary/summary.html:142 | ||||
r3033 | msgid "Show by Name" | |||
msgstr "" | ||||
#: rhodecode/templates/summary/summary.html:143 | ||||
msgid "Show by ID" | ||||
msgstr "" | ||||
#: rhodecode/templates/summary/summary.html:151 | ||||
Vincent Duvert
|
r2305 | msgid "Trending files" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:159 | |||
#: rhodecode/templates/summary/summary.html:175 | ||||
#: rhodecode/templates/summary/summary.html:203 | ||||
Vincent Duvert
|
r2305 | msgid "enable" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:167 | |||
r2774 | msgid "Download" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:171 | |||
Augusto Herrmann
|
r1472 | msgid "There are no downloads yet" | ||
msgstr "" | ||||
r2774 | #: rhodecode/templates/summary/summary.html:173 | |||
r3033 | msgid "Downloads are disabled for this repository" | |||
msgstr "" | ||||
#: rhodecode/templates/summary/summary.html:179 | ||||
msgid "Download as zip" | ||||
msgstr "" | ||||
#: rhodecode/templates/summary/summary.html:182 | ||||
msgid "Check this to download archive with subrepos" | ||||
msgstr "" | ||||
#: rhodecode/templates/summary/summary.html:182 | ||||
Vincent Duvert
|
r2305 | msgid "with subrepos" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:195 | |||
Vincent Duvert
|
r2305 | msgid "Commit activity by day / author" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:206 | |||
Vincent Duvert
|
r2305 | msgid "Stats gathered: " | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:227 | |||
Vincent Duvert
|
r2421 | msgid "Shortlog" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:229 | |||
Vincent Duvert
|
r2305 | msgid "Quick start" | ||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:243 | |||
r2671 | #, python-format | |||
msgid "Readme file at revision '%s'" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:246 | |||
r2671 | msgid "Permalink to this readme" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:304 | |||
r1272 | #, python-format | |||
msgid "Download %s as %s" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:661 | |||
r2671 | msgid "commits" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:662 | |||
r2671 | msgid "files added" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:663 | |||
r2774 | msgid "files changed" | |||
r2671 | msgstr "" | |||
r3033 | #: rhodecode/templates/summary/summary.html:664 | |||
r2774 | msgid "files removed" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:667 | |||
r2774 | msgid "commit" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:668 | |||
r2671 | msgid "file added" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:669 | |||
r2671 | msgid "file changed" | |||
msgstr "" | ||||
r3033 | #: rhodecode/templates/summary/summary.html:670 | |||
r1272 | msgid "file removed" | |||
msgstr "" | ||||
Vincent Duvert
|
r2421 | #: rhodecode/templates/tags/tags.html:5 | ||
#, python-format | ||||
msgid "%s Tags" | ||||
msgstr "" | ||||
r3033 | #: rhodecode/templates/tags/tags.html:29 | |||
msgid "Compare tags" | ||||
msgstr "" | ||||