You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

GitBlitWebApp.properties 34KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786
  1. gb.repository = repository
  2. gb.owner = owner
  3. gb.description = description
  4. gb.lastChange = last change
  5. gb.refs = refs
  6. gb.tag = tag
  7. gb.tags = tags
  8. gb.author = author
  9. gb.committer = committer
  10. gb.commit = commit
  11. gb.age = age
  12. gb.tree = tree
  13. gb.parent = parent
  14. gb.url = URL
  15. gb.history = history
  16. gb.raw = raw
  17. gb.object = object
  18. gb.ticketId = ticket id
  19. gb.ticketAssigned = assigned
  20. gb.ticketOpenDate = open date
  21. gb.ticketStatus = status
  22. gb.ticketComments = comments
  23. gb.view = view
  24. gb.local = local
  25. gb.remote = remote
  26. gb.branches = branches
  27. gb.patch = patch
  28. gb.diff = diff
  29. gb.log = log
  30. gb.moreLogs = more commits...
  31. gb.allTags = all tags...
  32. gb.allBranches = all branches...
  33. gb.summary = summary
  34. gb.ticket = ticket
  35. gb.newRepository = new repository
  36. gb.newUser = new user
  37. gb.commitdiff = commitdiff
  38. gb.tickets = tickets
  39. gb.pageFirst = first
  40. gb.pagePrevious = prev
  41. gb.pageNext = next
  42. gb.head = HEAD
  43. gb.blame = blame
  44. gb.login = login
  45. gb.logout = logout
  46. gb.username = username
  47. gb.password = password
  48. gb.tagger = tagger
  49. gb.moreHistory = more history...
  50. gb.difftocurrent = diff to current
  51. gb.search = search
  52. gb.searchForAuthor = Search for commits authored by
  53. gb.searchForCommitter = Search for commits committed by
  54. gb.addition = addition
  55. gb.modification = modification
  56. gb.deletion = deletion
  57. gb.rename = rename
  58. gb.metrics = metrics
  59. gb.stats = stats
  60. gb.markdown = markdown
  61. gb.changedFiles = changed files
  62. gb.filesAdded = {0} files added
  63. gb.filesModified = {0} files modified
  64. gb.filesDeleted = {0} files deleted
  65. gb.filesCopied = {0} files copied
  66. gb.filesRenamed = {0} files renamed
  67. gb.missingUsername = Missing Username
  68. gb.edit = edit
  69. gb.searchTypeTooltip = Select Search Type
  70. gb.searchTooltip = Search {0}
  71. gb.delete = delete
  72. gb.docs = docs
  73. gb.accessRestriction = access restriction
  74. gb.name = name
  75. gb.enableTickets = enable tickets
  76. gb.enableDocs = enable docs
  77. gb.save = save
  78. gb.showRemoteBranches = show remote branches
  79. gb.editUsers = edit users
  80. gb.confirmPassword = confirm password
  81. gb.restrictedRepositories = restricted repositories
  82. gb.canAdmin = can admin
  83. gb.notRestricted = anonymous view, clone, & push
  84. gb.pushRestricted = authenticated push
  85. gb.cloneRestricted = authenticated clone & push
  86. gb.viewRestricted = authenticated view, clone, & push
  87. gb.useTicketsDescription = readonly, distributed Ticgit issues
  88. gb.useDocsDescription = enumerates Markdown documentation in repository
  89. gb.showRemoteBranchesDescription = show remote branches
  90. gb.canAdminDescription = can administer Gitblit server
  91. gb.permittedUsers = permitted users
  92. gb.isFrozen = is frozen
  93. gb.isFrozenDescription = deny push operations
  94. gb.zip = zip
  95. gb.showReadme = show readme
  96. gb.showReadmeDescription = show a \"readme\" Markdown file on the summary page
  97. gb.nameDescription = use '/' to group repositories. e.g. libraries/mycoollib.git
  98. gb.ownerDescription = the owner may edit repository settings
  99. gb.blob = blob
  100. gb.commitActivityTrend = commit activity trend
  101. gb.commitActivityDOW = commit activity by day of week
  102. gb.commitActivityAuthors = primary authors by commit activity
  103. gb.feed = feed
  104. gb.cancel = cancel
  105. gb.changePassword = change password
  106. gb.isFederated = is federated
  107. gb.federateThis = federate this repository
  108. gb.federateOrigin = federate the origin
  109. gb.excludeFromFederation = exclude from federation
  110. gb.excludeFromFederationDescription = block federated Gitblit instances from pulling this account
  111. gb.tokens = federation tokens
  112. gb.tokenAllDescription = all repositories, users, & settings
  113. gb.tokenUnrDescription = all repositories & users
  114. gb.tokenJurDescription = all repositories
  115. gb.federatedRepositoryDefinitions = repository definitions
  116. gb.federatedUserDefinitions = user definitions
  117. gb.federatedSettingDefinitions = setting definitions
  118. gb.proposals = federation proposals
  119. gb.received = received
  120. gb.type = type
  121. gb.token = token
  122. gb.repositories = repositories
  123. gb.proposal = proposal
  124. gb.frequency = frequency
  125. gb.folder = folder
  126. gb.lastPull = last pull
  127. gb.nextPull = next pull
  128. gb.inclusions = inclusions
  129. gb.exclusions = exclusions
  130. gb.registration = registration
  131. gb.registrations = federation registrations
  132. gb.sendProposal = propose
  133. gb.status = status
  134. gb.origin = origin
  135. gb.headRef = default branch (HEAD)
  136. gb.headRefDescription = The default branch that will be cloned and displayed on the Summary page.
  137. gb.federationStrategy = federation strategy
  138. gb.federationRegistration = federation registration
  139. gb.federationResults = federation pull results
  140. gb.federationSets = federation sets
  141. gb.message = message
  142. gb.myUrlDescription = the publicly accessible url for your Gitblit instance
  143. gb.destinationUrl = send to
  144. gb.destinationUrlDescription = the url of the Gitblit instance to send your proposal
  145. gb.users = users
  146. gb.federation = federation
  147. gb.error = error
  148. gb.refresh = refresh
  149. gb.browse = browse
  150. gb.clone = clone
  151. gb.filter = filter
  152. gb.create = create
  153. gb.servers = servers
  154. gb.recent = recent
  155. gb.available = available
  156. gb.selected = selected
  157. gb.size = size
  158. gb.downloading = downloading
  159. gb.loading = loading
  160. gb.starting = starting
  161. gb.general = general
  162. gb.settings = settings
  163. gb.manage = manage
  164. gb.lastLogin = last login
  165. gb.skipSizeCalculation = skip size calculation
  166. gb.skipSizeCalculationDescription = do not calculate the repository size (reduces page load time)
  167. gb.skipSummaryMetrics = skip summary metrics
  168. gb.skipSummaryMetricsDescription = do not calculate metrics on the summary page (reduces page load time)
  169. gb.accessLevel = access level
  170. gb.default = default
  171. gb.setDefault = set default
  172. gb.since = since
  173. gb.status = status
  174. gb.bootDate = boot date
  175. gb.servletContainer = servlet container
  176. gb.heapMaximum = maximum heap
  177. gb.heapAllocated = allocated heap
  178. gb.heapUsed = used heap
  179. gb.free = free
  180. gb.version = version
  181. gb.releaseDate = release date
  182. gb.date = date
  183. gb.activity = activity
  184. gb.subscribe = subscribe
  185. gb.branch = branch
  186. gb.maxHits = max hits
  187. gb.recentActivity = recent activity
  188. gb.recentActivityStats = last {0} days / {1} commits by {2} authors
  189. gb.recentActivityNone = last {0} days / none
  190. gb.dailyActivity = daily activity
  191. gb.activeRepositories = active repositories
  192. gb.activeAuthors = active authors
  193. gb.commits = commits
  194. gb.teams = teams
  195. gb.teamName = team name
  196. gb.teamMembers = team members
  197. gb.teamMemberships = team memberships
  198. gb.newTeam = new team
  199. gb.permittedTeams = permitted teams
  200. gb.emptyRepository = empty repository
  201. gb.repositoryUrl = repository url
  202. gb.mailingLists = mailing lists
  203. gb.preReceiveScripts = pre-receive scripts
  204. gb.postReceiveScripts = post-receive scripts
  205. gb.hookScripts = hook scripts
  206. gb.customFields = custom fields
  207. gb.customFieldsDescription = custom fields available to Groovy hooks
  208. gb.accessPermissions = access permissions
  209. gb.filters = filters
  210. gb.generalDescription = common settings
  211. gb.accessPermissionsDescription = restrict access by users and teams
  212. gb.accessPermissionsForUserDescription = set team memberships or grant access to specific restricted repositories
  213. gb.accessPermissionsForTeamDescription = set team members and grant access to specific restricted repositories
  214. gb.federationRepositoryDescription = share this repository with other Gitblit servers
  215. gb.hookScriptsDescription = run Groovy scripts on pushes to this Gitblit server
  216. gb.reset = reset
  217. gb.pages = pages
  218. gb.workingCopy = working copy
  219. gb.workingCopyWarning = this repository has a working copy and can not receive pushes
  220. gb.query = query
  221. gb.queryHelp = Standard query syntax is supported.<p/><p/>Please see <a target="_new" href="http://lucene.apache.org/core/old_versioned_docs/versions/3_5_0/queryparsersyntax.html">Lucene Query Parser Syntax</a> for details.
  222. gb.queryResults = results {0} - {1} ({2} hits)
  223. gb.noHits = no hits
  224. gb.authored = authored
  225. gb.committed = committed
  226. gb.indexedBranches = Indexed Branches
  227. gb.indexedBranchesDescription = Select the branches to be indexed by Lucene
  228. gb.noIndexedRepositoriesWarning = none of your repositories are configured for Lucene indexing
  229. gb.undefinedQueryWarning = query is undefined!
  230. gb.noSelectedRepositoriesWarning = please select one or more repositories!
  231. gb.luceneDisabled = Lucene indexing is disabled
  232. gb.failedtoRead = Failed to read
  233. gb.isNotValidFile = is not a valid file
  234. gb.failedToReadMessage = Failed to read default message from {0}!
  235. gb.passwordsDoNotMatch = Passwords do not match!
  236. gb.passwordTooShort = Password is too short. Minimum length is {0} characters.
  237. gb.passwordChanged = Password successfully changed.
  238. gb.passwordChangeAborted = Password change aborted.
  239. gb.pleaseSetRepositoryName = Please set repository name!
  240. gb.illegalLeadingSlash = Leading root folder references (/) are prohibited.
  241. gb.illegalRelativeSlash = Relative folder references (../) are prohibited.
  242. gb.illegalCharacterRepositoryName = Illegal character ''{0}'' in repository name!
  243. gb.selectAccessRestriction = Please select access restriction!
  244. gb.selectFederationStrategy = Please select federation strategy!
  245. gb.pleaseSetTeamName = Please enter a teamname!
  246. gb.teamNameUnavailable = Team name ''{0}'' is unavailable.
  247. gb.teamMustSpecifyRepository = A team must specify at least one repository.
  248. gb.teamCreated = New team ''{0}'' successfully created.
  249. gb.pleaseSetUsername = Please enter a username!
  250. gb.usernameUnavailable = Username ''{0}'' is unavailable.
  251. gb.combinedMd5Rename = Gitblit is configured for combined-md5 password hashing. You must enter a new password on account rename.
  252. gb.userCreated = New user ''{0}'' successfully created.
  253. gb.couldNotFindFederationRegistration = Could not find federation registration!
  254. gb.failedToFindGravatarProfile = Failed to find Gravatar profile for {0}
  255. gb.branchStats = {0} commits and {1} tags in {2}
  256. gb.repositoryNotSpecified = Repository not specified!
  257. gb.repositoryNotSpecifiedFor = Repository not specified for {0}!
  258. gb.canNotLoadRepository = Can not load repository
  259. gb.commitIsNull = Commit is null
  260. gb.unauthorizedAccessForRepository = Unauthorized access for repository
  261. gb.failedToFindCommit = Failed to find commit \"{0}\" in {1}!
  262. gb.couldNotFindFederationProposal = Could not find federation proposal!
  263. gb.invalidUsernameOrPassword = Invalid username or password!
  264. gb.OneProposalToReview = There is 1 federation proposal awaiting review.
  265. gb.nFederationProposalsToReview = There are {0} federation proposals awaiting review.
  266. gb.couldNotFindTag = Could not find tag {0}
  267. gb.couldNotCreateFederationProposal = Could not create federation proposal!
  268. gb.pleaseSetGitblitUrl = Please enter your Gitblit url!
  269. gb.pleaseSetDestinationUrl = Please enter a destination url for your proposal!
  270. gb.proposalReceived = Proposal successfully received by {0}.
  271. gb.noGitblitFound = Sorry, {0} could not find a Gitblit instance at {1}.
  272. gb.noProposals = Sorry, {0} is not accepting proposals at this time.
  273. gb.noFederation = Sorry, {0} is not configured to federate with any Gitblit instances.
  274. gb.proposalFailed = Sorry, {0} did not receive any proposal data!
  275. gb.proposalError = Sorry, {0} reports that an unexpected error occurred!
  276. gb.failedToSendProposal = Failed to send proposal!
  277. gb.userServiceDoesNotPermitAddUser = {0} does not permit adding a user account!
  278. gb.userServiceDoesNotPermitPasswordChanges = {0} does not permit password changes!
  279. gb.displayName = display name
  280. gb.emailAddress = email address
  281. gb.errorAdminLoginRequired = Administration requires a login
  282. gb.errorOnlyAdminMayCreateRepository = Only an administrator may create a repository
  283. gb.errorOnlyAdminOrOwnerMayEditRepository = Only an administrator or the owner may edit a repository
  284. gb.errorAdministrationDisabled = Administration is disabled
  285. gb.lastNDays = last {0} days
  286. gb.completeGravatarProfile = Complete profile on Gravatar.com
  287. gb.none = none
  288. gb.line = line
  289. gb.content = content
  290. gb.empty = empty
  291. gb.inherited = inherited
  292. gb.deleteRepository = Delete repository \"{0}\"?
  293. gb.repositoryDeleted = Repository ''{0}'' deleted.
  294. gb.repositoryDeleteFailed = Failed to delete repository ''{0}''!
  295. gb.deleteUser = Delete user \"{0}\"?
  296. gb.userDeleted = User ''{0}'' deleted.
  297. gb.userDeleteFailed = Failed to delete user ''{0}''!
  298. gb.time.justNow = just now
  299. gb.time.today = today
  300. gb.time.yesterday = yesterday
  301. gb.time.minsAgo = {0} mins ago
  302. gb.time.hoursAgo = {0} hours ago
  303. gb.time.daysAgo = {0} days ago
  304. gb.time.weeksAgo = {0} weeks ago
  305. gb.time.monthsAgo = {0} months ago
  306. gb.time.oneYearAgo = 1 year ago
  307. gb.time.yearsAgo = {0} years ago
  308. gb.duration.oneDay = 1 day
  309. gb.duration.days = {0} days
  310. gb.duration.oneMonth = 1 month
  311. gb.duration.months = {0} months
  312. gb.duration.oneYear = 1 year
  313. gb.duration.years = {0} years
  314. gb.authorizationControl = authorization control
  315. gb.allowAuthenticatedDescription = grant RW+ permission to all authenticated users
  316. gb.allowNamedDescription = grant fine-grained permissions to named users or teams
  317. gb.markdownFailure = Failed to parse Markdown content!
  318. gb.clearCache = clear cache
  319. gb.projects = projects
  320. gb.project = project
  321. gb.allProjects = all projects
  322. gb.copyToClipboard = copy to clipboard
  323. gb.fork = fork
  324. gb.forks = forks
  325. gb.forkRepository = fork {0}?
  326. gb.repositoryForked = {0} has been forked
  327. gb.repositoryForkFailed= fork has failed
  328. gb.personalRepositories = personal repositories
  329. gb.allowForks = allow forks
  330. gb.allowForksDescription = allow authorized users to fork this repository
  331. gb.forkedFrom = forked from
  332. gb.canFork = can fork
  333. gb.canForkDescription = can fork authorized repositories to personal repositories
  334. gb.myFork = view my fork
  335. gb.forksProhibited = forks prohibited
  336. gb.forksProhibitedWarning = this repository forbids forks
  337. gb.noForks = {0} has no forks
  338. gb.forkNotAuthorized = sorry, you are not authorized to fork {0}
  339. gb.forkInProgress = fork in progress
  340. gb.preparingFork = preparing your fork...
  341. gb.isFork = is fork
  342. gb.canCreate = can create
  343. gb.canCreateDescription = can create personal repositories
  344. gb.illegalPersonalRepositoryLocation = your personal repository must be located at \"{0}\"
  345. gb.verifyCommitter = verify committer
  346. gb.verifyCommitterDescription = require committer identity to match pushing Gitblit user account
  347. gb.verifyCommitterNote = all merges require "--no-ff" to enforce committer identity
  348. gb.repositoryPermissions = repository permissions
  349. gb.userPermissions = user permissions
  350. gb.teamPermissions = team permissions
  351. gb.add = add
  352. gb.noPermission = DELETE THIS PERMISSION
  353. gb.excludePermission = {0} (exclude)
  354. gb.viewPermission = {0} (view)
  355. gb.clonePermission = {0} (clone)
  356. gb.pushPermission = {0} (push)
  357. gb.createPermission = {0} (push, ref creation)
  358. gb.deletePermission = {0} (push, ref creation+deletion)
  359. gb.rewindPermission = {0} (push, ref creation+deletion+rewind)
  360. gb.permission = permission
  361. gb.regexPermission = this permission is set from regular expression \"{0}\"
  362. gb.accessDenied = access denied
  363. gb.busyCollectingGarbage = sorry, Gitblit is busy collecting garbage in {0}
  364. gb.gcPeriod = GC period
  365. gb.gcPeriodDescription = duration between garbage collections
  366. gb.gcThreshold = GC threshold
  367. gb.gcThresholdDescription = minimum total size of loose objects to trigger early garbage collection
  368. gb.ownerPermission = repository owner
  369. gb.administrator = admin
  370. gb.administratorPermission = Gitblit administrator
  371. gb.team = team
  372. gb.teamPermission = permission set by \"{0}\" team membership
  373. gb.missing = missing!
  374. gb.missingPermission = the repository for this permission is missing!
  375. gb.mutable = mutable
  376. gb.specified = specified
  377. gb.effective = effective
  378. gb.organizationalUnit = organizational unit
  379. gb.organization = organization
  380. gb.locality = locality
  381. gb.stateProvince = state or province
  382. gb.countryCode = country code
  383. gb.properties = properties
  384. gb.issued = issued
  385. gb.expires = expires
  386. gb.expired = expired
  387. gb.expiring = expiring
  388. gb.revoked = revoked
  389. gb.serialNumber = serial number
  390. gb.certificates = certificates
  391. gb.newCertificate = new certificate
  392. gb.revokeCertificate = revoke certificate
  393. gb.sendEmail = send email
  394. gb.passwordHint = password hint
  395. gb.ok = ok
  396. gb.invalidExpirationDate = invalid expiration date!
  397. gb.passwordHintRequired = password hint required!
  398. gb.viewCertificate = view certificate
  399. gb.subject = subject
  400. gb.issuer = issuer
  401. gb.validFrom = valid from
  402. gb.validUntil = valid until
  403. gb.publicKey = public key
  404. gb.signatureAlgorithm = signature algorithm
  405. gb.sha1FingerPrint = SHA-1 Fingerprint
  406. gb.md5FingerPrint = MD5 Fingerprint
  407. gb.reason = reason
  408. gb.revokeCertificateReason = Please select a reason for certificate revocation
  409. gb.unspecified = unspecified
  410. gb.keyCompromise = key compromise
  411. gb.caCompromise = CA compromise
  412. gb.affiliationChanged = affiliation changed
  413. gb.superseded = superseded
  414. gb.cessationOfOperation = cessation of operation
  415. gb.privilegeWithdrawn = privilege withdrawn
  416. gb.time.inMinutes = in {0} mins
  417. gb.time.inHours = in {0} hours
  418. gb.time.inDays = in {0} days
  419. gb.hostname = hostname
  420. gb.hostnameRequired = Please enter a hostname
  421. gb.newSSLCertificate = new server SSL certificate
  422. gb.newCertificateDefaults = new certificate defaults
  423. gb.duration = duration
  424. gb.certificateRevoked = Certificate {0,number,0} has been revoked
  425. gb.clientCertificateGenerated = Successfully generated new client certificate for {0}
  426. gb.sslCertificateGenerated = Successfully generated new server SSL certificate for {0}
  427. gb.newClientCertificateMessage = NOTE:\nThe 'password' is not the user's password, it is the password to protect the user's keystore. This password is not saved so you must also enter a 'hint' which will be included in the user's README instructions.
  428. gb.certificate = certificate
  429. gb.emailCertificateBundle = email client certificate bundle
  430. gb.pleaseGenerateClientCertificate = Please generate a client certificate for {0}
  431. gb.clientCertificateBundleSent = Client certificate bundle for {0} sent
  432. gb.enterKeystorePassword = Please enter the Gitblit keystore password
  433. gb.warning = warning
  434. gb.jceWarning = Your Java Runtime Environment does not have the \"JCE Unlimited Strength Jurisdiction Policy\" files.\nThis will limit the length of passwords you may use to encrypt your keystores to 7 characters.\nThese policy files are an optional download from Oracle.\n\nWould you like to continue and generate the certificate infrastructure anyway?\n\nAnswering No will direct your browser to Oracle's download page so that you may download the policy files.
  435. gb.maxActivityCommits = max activity commits
  436. gb.maxActivityCommitsDescription = maximum number of commits to contribute to the Activity page
  437. gb.noMaximum = no maximum
  438. gb.attributes = attributes
  439. gb.serveCertificate = serve https with this certificate
  440. gb.sslCertificateGeneratedRestart = Successfully generated new server SSL certificate for {0}.\nYou must restart Gitblit to use the new certificate.\n\nIf you are launching with the '--alias' parameter you will have to set that to ''--alias {0}''.
  441. gb.validity = validity
  442. gb.siteName = site name
  443. gb.siteNameDescription = short, descriptive name of your server
  444. gb.excludeFromActivity = exclude from activity page
  445. gb.isSparkleshared = repository is Sparkleshared
  446. gb.owners = owners
  447. gb.sessionEnded = Session has been closed
  448. gb.closeBrowser = Please close the browser to properly end the session.
  449. gb.doesNotExistInTree = {0} does not exist in tree {1}
  450. gb.enableIncrementalPushTags = enable incremental push tags
  451. gb.useIncrementalPushTagsDescription = on push, automatically tag each branch tip with an incremental revision number
  452. gb.incrementalPushTagMessage = Auto-tagged [{0}] branch on push
  453. gb.externalPermissions = {0} access permissions are externally maintained
  454. gb.viewAccess = You do not have Gitblit read or write access
  455. gb.overview = overview
  456. gb.dashboard = dashboard
  457. gb.monthlyActivity = monthly activity
  458. gb.myProfile = my profile
  459. gb.compare = compare
  460. gb.manual = manual
  461. gb.from = from
  462. gb.to = to
  463. gb.at = at
  464. gb.of = of
  465. gb.in = in
  466. gb.moreChanges = all changes...
  467. gb.pushedNCommitsTo = pushed {0} commits to
  468. gb.pushedOneCommitTo = pushed 1 commit to
  469. gb.commitsTo = {0} commits to
  470. gb.oneCommitTo = 1 commit to
  471. gb.byNAuthors = by {0} authors
  472. gb.byOneAuthor = by {0}
  473. gb.viewComparison = view comparison of these {0} commits \u00bb
  474. gb.nMoreCommits = {0} more commits \u00bb
  475. gb.oneMoreCommit = 1 more commit \u00bb
  476. gb.pushedNewTag = pushed new tag
  477. gb.createdNewTag = created new tag
  478. gb.deletedTag = deleted tag
  479. gb.pushedNewBranch = pushed new branch
  480. gb.createdNewBranch = created new branch
  481. gb.deletedBranch = deleted branch
  482. gb.createdNewPullRequest = created pull request
  483. gb.mergedPullRequest = merged pull request
  484. gb.rewind = REWIND
  485. gb.star = star
  486. gb.unstar = unstar
  487. gb.stargazers = stargazers
  488. gb.starredRepositories = starred repositories
  489. gb.failedToUpdateUser = Failed to update user account!
  490. gb.myRepositories = my repositories
  491. gb.noActivity = there has been no activity in the last {0} days
  492. gb.findSomeRepositories = find some repositories
  493. gb.metricAuthorExclusions = author metric exclusions
  494. gb.myDashboard = my dashboard
  495. gb.failedToFindAccount = failed to find user account ''{0}''
  496. gb.reflog = reflog
  497. gb.active = active
  498. gb.starred = starred
  499. gb.owned = owned
  500. gb.starredAndOwned = starred & owned
  501. gb.reviewPatchset = review {0} patchset {1}
  502. gb.todaysActivityStats = today / {1} commits by {2} authors
  503. gb.todaysActivityNone = today / none
  504. gb.noActivityToday = there has been no activity today
  505. gb.anonymousUser= anonymous
  506. gb.commitMessageRenderer = commit message renderer
  507. gb.diffStat = {0} insertions & {1} deletions
  508. gb.home = home
  509. gb.isMirror = this repository is a mirror
  510. gb.mirrorOf = mirror of {0}
  511. gb.mirrorWarning = this repository is a mirror and can not receive pushes
  512. gb.docsWelcome1 = You can use docs to document your repository.
  513. gb.docsWelcome2 = Commit a README.md or a HOME.md file to get started.
  514. gb.createReadme = create a README
  515. gb.responsible = responsible
  516. gb.createdThisTicket = created this ticket
  517. gb.proposedThisChange = proposed this change
  518. gb.uploadedPatchsetN = uploaded patchset {0}
  519. gb.uploadedPatchsetNRevisionN = uploaded patchset {0} revision {1}
  520. gb.mergedPatchset = merged patchset
  521. gb.commented = commented
  522. gb.noDescriptionGiven = no description given
  523. gb.toBranch = to {0}
  524. gb.createdBy = created by
  525. gb.oneParticipant = {0} participant
  526. gb.nParticipants = {0} participants
  527. gb.noComments = no comments
  528. gb.oneComment = {0} comment
  529. gb.nComments = {0} comments
  530. gb.oneAttachment = {0} attachment
  531. gb.nAttachments = {0} attachments
  532. gb.milestone = milestone
  533. gb.compareToMergeBase = compare to merge base
  534. gb.compareToN = compare to {0}
  535. gb.open = open
  536. gb.closed = closed
  537. gb.merged = merged
  538. gb.ticketPatchset = ticket {0}, patchset {1}
  539. gb.patchsetMergeable = This patchset can be automatically merged into {0}.
  540. gb.patchsetMergeableMore = This patchset may also be merged into {0} from the command line.
  541. gb.patchsetAlreadyMerged = This patchset has been merged into {0}.
  542. gb.patchsetNotMergeable = This patchset can not be automatically merged into {0}.
  543. gb.patchsetNotMergeableMore = This patchset must be rebased or manually merged into {0} to resolve conflicts.
  544. gb.patchsetNotApproved = This patchset revision has not been approved for merging into {0}.
  545. gb.patchsetNotApprovedMore = A reviewer must approve this patchset.
  546. gb.patchsetVetoedMore = A reviewer has vetoed this patchset.
  547. gb.write = write
  548. gb.comment = comment
  549. gb.preview = preview
  550. gb.leaveComment = leave a comment...
  551. gb.showHideDetails = show/hide details
  552. gb.acceptNewPatchsets = accept patchsets
  553. gb.acceptNewPatchsetsDescription = accept patchsets pushed to this repository
  554. gb.acceptNewTickets = allow new tickets
  555. gb.acceptNewTicketsDescription = allow creation of bug, enhancement, task ,etc tickets
  556. gb.requireApproval = require approvals
  557. gb.requireApprovalDescription = patchsets must be approved before merge button is enabled
  558. gb.topic = topic
  559. gb.proposalTickets = proposed changes
  560. gb.bugTickets = bugs
  561. gb.enhancementTickets = enhancements
  562. gb.taskTickets = tasks
  563. gb.questionTickets = questions
  564. gb.maintenanceTickets = maintenance
  565. gb.requestTickets = enhancements & tasks
  566. gb.yourCreatedTickets = created by you
  567. gb.yourWatchedTickets = watched by you
  568. gb.mentionsMeTickets = mentioning you
  569. gb.updatedBy = updated by
  570. gb.sort = sort
  571. gb.sortNewest = newest
  572. gb.sortOldest = oldest
  573. gb.sortMostRecentlyUpdated = recently updated
  574. gb.sortLeastRecentlyUpdated = least recently updated
  575. gb.sortMostComments = most comments
  576. gb.sortLeastComments = least comments
  577. gb.sortMostPatchsetRevisions = most patchset revisions
  578. gb.sortLeastPatchsetRevisions = least patchset revisions
  579. gb.sortMostVotes = most votes
  580. gb.sortLeastVotes = least votes
  581. gb.topicsAndLabels = topics & labels
  582. gb.milestones = milestones
  583. gb.noMilestoneSelected = no milestone selected
  584. gb.notSpecified = not specified
  585. gb.due = due
  586. gb.queries = queries
  587. gb.searchTicketsTooltip = search {0} tickets
  588. gb.searchTickets = search tickets
  589. gb.new = new
  590. gb.newTicket = new ticket
  591. gb.editTicket = edit ticket
  592. gb.ticketsWelcome = You can use tickets to organize your todo list, discuss bugs, and to collaborate on patchsets.
  593. gb.createFirstTicket = create your first ticket
  594. gb.title = title
  595. gb.changedStatus = changed the status
  596. gb.discussion = discussion
  597. gb.updated = updated
  598. gb.proposePatchset = propose a patchset
  599. gb.proposePatchsetNote = You are welcome to propose a patchset for this ticket.
  600. gb.proposeInstructions = To start, craft a patchset and upload it with Git. Gitblit will link your patchset to this ticket by the id.
  601. gb.proposeWith = propose a patchset with {0}
  602. gb.revisionHistory = revision history
  603. gb.merge = merge
  604. gb.action = action
  605. gb.patchset = patchset
  606. gb.all = all
  607. gb.mergeBase = merge base
  608. gb.checkout = checkout
  609. gb.checkoutViaCommandLine = Checkout via command line
  610. gb.checkoutViaCommandLineNote = You can checkout and test these changes locally from your clone of this repository.
  611. gb.checkoutStep1 = Fetch the current patchset \u2014 run this from your project directory
  612. gb.checkoutStep2 = Checkout the patchset to a new branch and review
  613. gb.mergingViaCommandLine = Merging via command line
  614. gb.mergingViaCommandLineNote = If you do not want to use the merge button or an automatic merge cannot be performed, you can perform a manual merge on the command line.
  615. gb.mergeStep1 = Check out a new branch to review the changes \u2014 run this from your project directory
  616. gb.mergeStep2 = Bring in the proposed changes and review
  617. gb.mergeStep3 = Merge the proposed changes and update the server
  618. gb.download = download
  619. gb.ptDescription = the Gitblit patchset tool
  620. gb.ptCheckout = Fetch & checkout the current patchset to a review branch
  621. gb.ptMerge = Fetch & merge the current patchset into your local branch
  622. gb.ptDescription1 = Barnum is a command-line companion for Git that simplifies the syntax for working with Gitblit Tickets and Patchsets.
  623. gb.ptSimplifiedCollaboration = simplified collaboration syntax
  624. gb.ptSimplifiedMerge = simplified merge syntax
  625. gb.ptDescription2 = Barnum requires Python 3 and native Git. It runs on Windows, Linux, and Mac OS X.
  626. gb.stepN = Step {0}
  627. gb.watchers = watchers
  628. gb.votes = votes
  629. gb.vote = vote for this {0}
  630. gb.watch = watch this {0}
  631. gb.removeVote = remove vote
  632. gb.stopWatching = stop watching
  633. gb.watching = watching
  634. gb.comments = comments
  635. gb.addComment = add comment
  636. gb.export = export
  637. gb.oneCommit = one commit
  638. gb.nCommits = {0} commits
  639. gb.addedOneCommit = added 1 commit
  640. gb.addedNCommits = added {0} commits
  641. gb.commitsInPatchsetN = commits in patchset {0}
  642. gb.patchsetN = patchset {0}
  643. gb.reviewedPatchsetRev = reviewed patchset {0} revision {1}: {2}
  644. gb.review = review
  645. gb.reviews = reviews
  646. gb.veto = veto
  647. gb.needsImprovement = needs improvement
  648. gb.looksGood = looks good
  649. gb.approve = approve
  650. gb.hasNotReviewed = has not reviewed
  651. gb.about = about
  652. gb.ticketN = ticket #{0}
  653. gb.disableUser = disable user
  654. gb.disableUserDescription = prevent this account from authenticating
  655. gb.any = any
  656. gb.milestoneProgress = {0} open, {1} closed
  657. gb.nOpenTickets = {0} open
  658. gb.nClosedTickets = {0} closed
  659. gb.nTotalTickets = {0} total
  660. gb.body = body
  661. gb.mergeSha = mergeSha
  662. gb.mergeTo = merge to
  663. gb.mergeType = merge type
  664. gb.labels = labels
  665. gb.reviewers = reviewers
  666. gb.voters = voters
  667. gb.mentions = mentions
  668. gb.canNotProposePatchset = can not propose a patchset
  669. gb.repositoryIsMirror = This repository is a read-only mirror.
  670. gb.repositoryIsFrozen = This repository is frozen.
  671. gb.repositoryDoesNotAcceptPatchsets = This repository does not accept patchsets.
  672. gb.serverDoesNotAcceptPatchsets = This server does not accept patchsets.
  673. gb.ticketIsClosed = This ticket is closed.
  674. gb.mergeToDescription = default integration branch for merging ticket patchsets
  675. gb.mergeTypeDescription = merge a ticket fast-forward only, if necessary, or always with a merge commit to the integration branch
  676. gb.anonymousCanNotPropose = Anonymous users can not propose patchsets.
  677. gb.youDoNotHaveClonePermission = You are not permitted to clone this repository.
  678. gb.myTickets = my tickets
  679. gb.yourAssignedTickets = assigned to you
  680. gb.newMilestone = new milestone
  681. gb.editMilestone = edit milestone
  682. gb.deleteMilestone = Delete milestone \"{0}\"?
  683. gb.milestoneDeleteFailed = Failed to delete milestone ''{0}''!
  684. gb.notifyChangedOpenTickets = send notification for changed open tickets
  685. gb.overdue = overdue
  686. gb.openMilestones = open milestones
  687. gb.closedMilestones = closed milestones
  688. gb.administration = administration
  689. gb.plugins = plugins
  690. gb.extensions = extensions
  691. gb.pleaseSelectProject = Please select the project!
  692. gb.accessPolicy = Access Policy
  693. gb.accessPolicyDescription = Choose an access policy to control repository visibility and git permissions.
  694. gb.anonymousPolicy = Anonymous View, Clone, & Push
  695. gb.anonymousPolicyDescription = Anyone can see, clone, and push to this repository.
  696. gb.authenticatedPushPolicy = Restrict Push (Authenticated)
  697. gb.authenticatedPushPolicyDescription = Anyone can see and clone this repository. All authenticated users have RW+ push permission.
  698. gb.namedPushPolicy = Restrict Push (Named)
  699. gb.namedPushPolicyDescription = Anyone can see and clone this repository. You choose who can push.
  700. gb.clonePolicy = Restrict Clone & Push
  701. gb.clonePolicyDescription = Anyone can see this repository. You choose who can clone and push.
  702. gb.viewPolicy = Restrict View, Clone, & Push
  703. gb.viewPolicyDescription = You choose who can see, clone, and push to this repository.
  704. gb.initialCommit = Initial Commit
  705. gb.initialCommitDescription = This will allow you to <code>git clone</code> this repository immediately. Skip this step if you have already run <code>git init</code> locally.
  706. gb.initWithReadme = Include a README
  707. gb.initWithReadmeDescription = This will generate a simple README document for your repository.
  708. gb.initWithGitignore = Include a .gitignore file
  709. gb.initWithGitignoreDescription = This will insert a config file that instructs your Git clients to ignore files or directories that match defined patterns.
  710. gb.pleaseSelectGitIgnore = Please select a .gitignore file
  711. gb.receive = receive
  712. gb.permissions = permissions
  713. gb.ownersDescription = Owners can manage all repository settings but they are not allowed to rename a repository unless it is their personal repository.
  714. gb.userPermissionsDescription = You can specify individual user permissions. These settings will override team or regex permissions.
  715. gb.teamPermissionsDescription = You can specify individual team permissions. These settings will override regex permissions.
  716. gb.ticketSettings = Ticket Settings
  717. gb.receiveSettings = Receive Settings
  718. gb.receiveSettingsDescription = The receive settings control pushes to the repository.
  719. gb.preReceiveDescription = Pre-receive hooks are executed after commits are received but <em>BEFORE</em> the refs are updated.<p>This is the appropriate hook for rejecting a push.</p>
  720. gb.postReceiveDescription = Post-receive hooks are executed after commits are received but <em>AFTER</em> the refs are updated.<p>This is the appropriate hook for notifications, build triggers, etc.</p>
  721. gb.federationStrategyDescription = Control if and how to federate this repository with another Gitblit.
  722. gb.federationSetsDescription = This repository will be included in the selected federation sets.
  723. gb.miscellaneous = miscellaneous
  724. gb.originDescription = The url from which this repository was cloned.
  725. gb.gc = GC
  726. gb.garbageCollection = Garbage Collection
  727. gb.garbageCollectionDescription = The garbage collector will pack loose objects pushed from clients and will remove unreferenced objects from the repository.
  728. gb.commitMessageRendererDescription = Commit messages can be displayed as plaintext or as rendered markup.
  729. gb.preferences = preferences
  730. gb.accountPreferences = Account Preferences
  731. gb.accountPreferencesDescription = Specify your account preferences
  732. gb.languagePreference = Language Preference
  733. gb.languagePreferenceDescription = Select your preferred translation for Gitblit
  734. gb.emailMeOnMyTicketChanges = Email me on my ticket changes
  735. gb.emailMeOnMyTicketChangesDescription = Send me an email notification for changes that I make to a ticket
  736. gb.displayNameDescription = The preferred name for display
  737. gb.emailAddressDescription = The primary email address for receiving notifications
  738. gb.sshKeys = SSH Keys
  739. gb.sshKeysDescription = SSH public key authentication is a secure alternative to password authentication
  740. gb.addSshKey = Add SSH Key
  741. gb.key = Key
  742. gb.comment = Comment
  743. gb.sshKeyCommentDescription = Enter an optional comment. If blank, the comment will be extracted from the key data.
  744. gb.permission = Permission
  745. gb.sshKeyPermissionDescription = Specify the access permission for the SSH key
  746. gb.transportPreference = Transport Preference
  747. gb.transportPreferenceDescription = Set the transport that you prefer to use for cloning
  748. gb.priority = priority
  749. gb.severity = severity
  750. gb.sortHighestPriority = highest priority
  751. gb.sortLowestPriority = lowest priority
  752. gb.sortHighestSeverity = highest severity
  753. gb.sortLowestSeverity = lowest severity
  754. gb.missingIntegrationBranchMore = The target integration branch does not exist in the repository!
  755. gb.diffDeletedFileSkipped = (deleted)
  756. gb.diffFileDiffTooLarge = Diff too large
  757. gb.diffNewFile = New file
  758. gb.diffDeletedFile = File was deleted
  759. gb.diffRenamedFile = File was renamed from {0}
  760. gb.diffCopiedFile = File was copied from {0}
  761. gb.diffTruncated = Diff truncated after the above file
  762. gb.opacityAdjust = Adjust opacity
  763. gb.blinkComparator = Blink comparator
  764. gb.imgdiffSubtract = Subtract (black = identical)
  765. gb.deleteRepositoryHeader = Delete Repository
  766. gb.deleteRepositoryDescription = Deleted repositories will be unrecoverable.
  767. gb.show_whitespace = show whitespace
  768. gb.ignore_whitespace = ignore whitespace
  769. gb.allRepositories = All Repositories
  770. gb.oid = object id
  771. gb.filestore = filestore
  772. gb.filestoreStats = Filestore contains {0} files with a total size of {1}. ({2} remaining)
  773. gb.statusChangedOn = status changed on
  774. gb.statusChangedBy = status changed by
  775. gb.filestoreHelp = How to use the Filestore?
  776. gb.editFile = edit file
  777. gb.continueEditing = Continue Editing
  778. gb.commitChanges = Commit Changes
  779. gb.fileNotMergeable = Unable to commit {0}. This file can not be automatically merged.
  780. gb.fileCommitted = Successfully committed {0}.
  781. gb.deletePatchset = Delete Patchset {0}
  782. gb.deletePatchsetSuccess = Deleted Patchset {0}.
  783. gb.deletePatchsetFailure = Error deleting Patchset {0}.
  784. gb.referencedByCommit = Referenced by commit.
  785. gb.referencedByTicket = Referenced by ticket.
  786. gb.emailClientCertificateSubject = Your Gitblit client certificate for {0}