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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790
  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 ${querySyntax} for details.
  222. gb.querySyntax = Lucene Query Parser Syntax
  223. gb.queryResults = results {0} - {1} ({2} hits)
  224. gb.noHits = no hits
  225. gb.authored = authored
  226. gb.committed = committed
  227. gb.indexedBranches = Indexed Branches
  228. gb.indexedBranchesDescription = Select the branches to be indexed by Lucene
  229. gb.noIndexedRepositoriesWarning = none of your repositories are configured for Lucene indexing
  230. gb.undefinedQueryWarning = query is undefined!
  231. gb.noSelectedRepositoriesWarning = please select one or more repositories!
  232. gb.luceneDisabled = Lucene indexing is disabled
  233. gb.failedtoRead = Failed to read
  234. gb.isNotValidFile = is not a valid file
  235. gb.failedToReadMessage = Failed to read default message from {0}!
  236. gb.passwordsDoNotMatch = Passwords do not match!
  237. gb.passwordTooShort = Password is too short. Minimum length is {0} characters.
  238. gb.passwordChanged = Password successfully changed.
  239. gb.passwordChangeAborted = Password change aborted.
  240. gb.pleaseSetRepositoryName = Please set repository name!
  241. gb.illegalLeadingSlash = Leading root folder references (/) are prohibited.
  242. gb.illegalRelativeSlash = Relative folder references (../) are prohibited.
  243. gb.illegalCharacterRepositoryName = Illegal character ''{0}'' in repository name!
  244. gb.selectAccessRestriction = Please select access restriction!
  245. gb.selectFederationStrategy = Please select federation strategy!
  246. gb.pleaseSetTeamName = Please enter a teamname!
  247. gb.teamNameUnavailable = Team name ''{0}'' is unavailable.
  248. gb.teamMustSpecifyRepository = A team must specify at least one repository.
  249. gb.teamCreated = New team ''{0}'' successfully created.
  250. gb.pleaseSetUsername = Please enter a username!
  251. gb.usernameUnavailable = Username ''{0}'' is unavailable.
  252. gb.combinedMd5Rename = Gitblit is configured for combined-md5 password hashing. You must enter a new password on account rename.
  253. gb.userCreated = New user ''{0}'' successfully created.
  254. gb.couldNotFindFederationRegistration = Could not find federation registration!
  255. gb.failedToFindGravatarProfile = Failed to find Gravatar profile for {0}
  256. gb.branchStats = {0} commits and {1} tags in {2}
  257. gb.repositoryNotSpecified = Repository not specified!
  258. gb.repositoryNotSpecifiedFor = Repository not specified for {0}!
  259. gb.canNotLoadRepository = Can not load repository
  260. gb.commitIsNull = Commit is null
  261. gb.unauthorizedAccessForRepository = Unauthorized access for repository
  262. gb.failedToFindCommit = Failed to find commit \"{0}\" in {1}!
  263. gb.couldNotFindFederationProposal = Could not find federation proposal!
  264. gb.invalidUsernameOrPassword = Invalid username or password!
  265. gb.OneProposalToReview = There is 1 federation proposal awaiting review.
  266. gb.nFederationProposalsToReview = There are {0} federation proposals awaiting review.
  267. gb.couldNotFindTag = Could not find tag {0}
  268. gb.couldNotCreateFederationProposal = Could not create federation proposal!
  269. gb.pleaseSetGitblitUrl = Please enter your Gitblit url!
  270. gb.pleaseSetDestinationUrl = Please enter a destination url for your proposal!
  271. gb.proposalReceived = Proposal successfully received by {0}.
  272. gb.noGitblitFound = Sorry, {0} could not find a Gitblit instance at {1}.
  273. gb.noProposals = Sorry, {0} is not accepting proposals at this time.
  274. gb.noFederation = Sorry, {0} is not configured to federate with any Gitblit instances.
  275. gb.proposalFailed = Sorry, {0} did not receive any proposal data!
  276. gb.proposalError = Sorry, {0} reports that an unexpected error occurred!
  277. gb.failedToSendProposal = Failed to send proposal!
  278. gb.userServiceDoesNotPermitAddUser = {0} does not permit adding a user account!
  279. gb.userServiceDoesNotPermitPasswordChanges = {0} does not permit password changes!
  280. gb.displayName = display name
  281. gb.emailAddress = email address
  282. gb.errorAdminLoginRequired = Administration requires a login
  283. gb.errorOnlyAdminMayCreateRepository = Only an administrator may create a repository
  284. gb.errorOnlyAdminOrOwnerMayEditRepository = Only an administrator or the owner may edit a repository
  285. gb.errorAdministrationDisabled = Administration is disabled
  286. gb.lastNDays = last {0} days
  287. gb.completeGravatarProfile = Complete profile on Gravatar.com
  288. gb.none = none
  289. gb.line = line
  290. gb.content = content
  291. gb.empty = empty
  292. gb.inherited = inherited
  293. gb.deleteRepository = Delete repository \"{0}\"?
  294. gb.repositoryDeleted = Repository ''{0}'' deleted.
  295. gb.repositoryDeleteFailed = Failed to delete repository ''{0}''!
  296. gb.deleteUser = Delete user \"{0}\"?
  297. gb.userDeleted = User ''{0}'' deleted.
  298. gb.userDeleteFailed = Failed to delete user ''{0}''!
  299. gb.time.justNow = just now
  300. gb.time.today = today
  301. gb.time.yesterday = yesterday
  302. gb.time.minsAgo = {0} mins ago
  303. gb.time.hoursAgo = {0} hours ago
  304. gb.time.daysAgo = {0} days ago
  305. gb.time.weeksAgo = {0} weeks ago
  306. gb.time.monthsAgo = {0} months ago
  307. gb.time.oneYearAgo = 1 year ago
  308. gb.time.yearsAgo = {0} years ago
  309. gb.duration.oneDay = 1 day
  310. gb.duration.days = {0} days
  311. gb.duration.oneMonth = 1 month
  312. gb.duration.months = {0} months
  313. gb.duration.oneYear = 1 year
  314. gb.duration.years = {0} years
  315. gb.authorizationControl = authorization control
  316. gb.allowAuthenticatedDescription = grant RW+ permission to all authenticated users
  317. gb.allowNamedDescription = grant fine-grained permissions to named users or teams
  318. gb.markdownFailure = Failed to parse Markdown content!
  319. gb.clearCache = clear cache
  320. gb.projects = projects
  321. gb.project = project
  322. gb.allProjects = all projects
  323. gb.copyToClipboard = copy to clipboard
  324. gb.fork = fork
  325. gb.forks = forks
  326. gb.forkRepository = fork {0}?
  327. gb.repositoryForked = {0} has been forked
  328. gb.repositoryForkFailed= fork has failed
  329. gb.personalRepositories = personal repositories
  330. gb.allowForks = allow forks
  331. gb.allowForksDescription = allow authorized users to fork this repository
  332. gb.forkedFrom = forked from
  333. gb.canFork = can fork
  334. gb.canForkDescription = can fork authorized repositories to personal repositories
  335. gb.myFork = view my fork
  336. gb.forksProhibited = forks prohibited
  337. gb.forksProhibitedWarning = this repository forbids forks
  338. gb.noForks = {0} has no forks
  339. gb.forkNotAuthorized = sorry, you are not authorized to fork {0}
  340. gb.forkInProgress = fork in progress
  341. gb.preparingFork = preparing your fork...
  342. gb.isFork = is fork
  343. gb.canCreate = can create
  344. gb.canCreateDescription = can create personal repositories
  345. gb.illegalPersonalRepositoryLocation = your personal repository must be located at \"{0}\"
  346. gb.verifyCommitter = verify committer
  347. gb.verifyCommitterDescription = require committer identity to match pushing Gitblit user account
  348. gb.verifyCommitterNote = all merges require "--no-ff" to enforce committer identity
  349. gb.repositoryPermissions = repository permissions
  350. gb.userPermissions = user permissions
  351. gb.teamPermissions = team permissions
  352. gb.add = add
  353. gb.noPermission = DELETE THIS PERMISSION
  354. gb.excludePermission = {0} (exclude)
  355. gb.viewPermission = {0} (view)
  356. gb.clonePermission = {0} (clone)
  357. gb.pushPermission = {0} (push)
  358. gb.createPermission = {0} (push, ref creation)
  359. gb.deletePermission = {0} (push, ref creation+deletion)
  360. gb.rewindPermission = {0} (push, ref creation+deletion+rewind)
  361. gb.permission = permission
  362. gb.regexPermission = this permission is set from regular expression \"{0}\"
  363. gb.accessDenied = access denied
  364. gb.busyCollectingGarbage = sorry, Gitblit is busy collecting garbage in {0}
  365. gb.gcPeriod = GC period
  366. gb.gcPeriodDescription = duration between garbage collections
  367. gb.gcThreshold = GC threshold
  368. gb.gcThresholdDescription = minimum total size of loose objects to trigger early garbage collection
  369. gb.ownerPermission = repository owner
  370. gb.administrator = admin
  371. gb.administratorPermission = Gitblit administrator
  372. gb.team = team
  373. gb.teamPermission = permission set by \"{0}\" team membership
  374. gb.missing = missing!
  375. gb.missingPermission = the repository for this permission is missing!
  376. gb.mutable = mutable
  377. gb.specified = specified
  378. gb.effective = effective
  379. gb.organizationalUnit = organizational unit
  380. gb.organization = organization
  381. gb.locality = locality
  382. gb.stateProvince = state or province
  383. gb.countryCode = country code
  384. gb.properties = properties
  385. gb.issued = issued
  386. gb.expires = expires
  387. gb.expired = expired
  388. gb.expiring = expiring
  389. gb.revoked = revoked
  390. gb.serialNumber = serial number
  391. gb.certificates = certificates
  392. gb.newCertificate = new certificate
  393. gb.revokeCertificate = revoke certificate
  394. gb.sendEmail = send email
  395. gb.passwordHint = password hint
  396. gb.ok = ok
  397. gb.invalidExpirationDate = invalid expiration date!
  398. gb.passwordHintRequired = password hint required!
  399. gb.viewCertificate = view certificate
  400. gb.subject = subject
  401. gb.issuer = issuer
  402. gb.validFrom = valid from
  403. gb.validUntil = valid until
  404. gb.publicKey = public key
  405. gb.signatureAlgorithm = signature algorithm
  406. gb.sha1FingerPrint = SHA-1 Fingerprint
  407. gb.md5FingerPrint = MD5 Fingerprint
  408. gb.reason = reason
  409. gb.revokeCertificateReason = Please select a reason for certificate revocation
  410. gb.unspecified = unspecified
  411. gb.keyCompromise = key compromise
  412. gb.caCompromise = CA compromise
  413. gb.affiliationChanged = affiliation changed
  414. gb.superseded = superseded
  415. gb.cessationOfOperation = cessation of operation
  416. gb.privilegeWithdrawn = privilege withdrawn
  417. gb.time.inMinutes = in {0} mins
  418. gb.time.inHours = in {0} hours
  419. gb.time.inDays = in {0} days
  420. gb.hostname = hostname
  421. gb.hostnameRequired = Please enter a hostname
  422. gb.newSSLCertificate = new server SSL certificate
  423. gb.newCertificateDefaults = new certificate defaults
  424. gb.duration = duration
  425. gb.certificateRevoked = Certificate {0,number,0} has been revoked
  426. gb.clientCertificateGenerated = Successfully generated new client certificate for {0}
  427. gb.sslCertificateGenerated = Successfully generated new server SSL certificate for {0}
  428. 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.
  429. gb.certificate = certificate
  430. gb.emailCertificateBundle = email client certificate bundle
  431. gb.pleaseGenerateClientCertificate = Please generate a client certificate for {0}
  432. gb.clientCertificateBundleSent = Client certificate bundle for {0} sent
  433. gb.enterKeystorePassword = Please enter the Gitblit keystore password
  434. gb.warning = warning
  435. 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.
  436. gb.maxActivityCommits = max activity commits
  437. gb.maxActivityCommitsDescription = maximum number of commits to contribute to the Activity page
  438. gb.noMaximum = no maximum
  439. gb.attributes = attributes
  440. gb.serveCertificate = serve https with this certificate
  441. 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}''.
  442. gb.validity = validity
  443. gb.siteName = site name
  444. gb.siteNameDescription = short, descriptive name of your server
  445. gb.excludeFromActivity = exclude from activity page
  446. gb.isSparkleshared = repository is Sparkleshared
  447. gb.owners = owners
  448. gb.sessionEnded = Session has been closed
  449. gb.closeBrowser = Please close the browser to properly end the session.
  450. gb.doesNotExistInTree = {0} does not exist in tree {1}
  451. gb.enableIncrementalPushTags = enable incremental push tags
  452. gb.useIncrementalPushTagsDescription = on push, automatically tag each branch tip with an incremental revision number
  453. gb.incrementalPushTagMessage = Auto-tagged [{0}] branch on push
  454. gb.externalPermissions = {0} access permissions are externally maintained
  455. gb.viewAccess = You do not have Gitblit read or write access
  456. gb.overview = overview
  457. gb.dashboard = dashboard
  458. gb.monthlyActivity = monthly activity
  459. gb.myProfile = my profile
  460. gb.compare = compare
  461. gb.manual = manual
  462. gb.from = from
  463. gb.to = to
  464. gb.at = at
  465. gb.of = of
  466. gb.in = in
  467. gb.moreChanges = all changes...
  468. gb.pushedNCommitsTo = pushed {0} commits to
  469. gb.pushedOneCommitTo = pushed 1 commit to
  470. gb.commitsTo = {0} commits to
  471. gb.oneCommitTo = 1 commit to
  472. gb.byNAuthors = by {0} authors
  473. gb.byOneAuthor = by {0}
  474. gb.viewComparison = view comparison of these {0} commits \u00bb
  475. gb.nMoreCommits = {0} more commits \u00bb
  476. gb.oneMoreCommit = 1 more commit \u00bb
  477. gb.pushedNewTag = pushed new tag
  478. gb.createdNewTag = created new tag
  479. gb.deletedTag = deleted tag
  480. gb.pushedNewBranch = pushed new branch
  481. gb.createdNewBranch = created new branch
  482. gb.deletedBranch = deleted branch
  483. gb.createdNewPullRequest = created pull request
  484. gb.mergedPullRequest = merged pull request
  485. gb.rewind = REWIND
  486. gb.star = star
  487. gb.unstar = unstar
  488. gb.stargazers = stargazers
  489. gb.starredRepositories = starred repositories
  490. gb.failedToUpdateUser = Failed to update user account!
  491. gb.myRepositories = my repositories
  492. gb.noActivity = there has been no activity in the last {0} days
  493. gb.findSomeRepositories = find some repositories
  494. gb.metricAuthorExclusions = author metric exclusions
  495. gb.myDashboard = my dashboard
  496. gb.failedToFindAccount = failed to find user account ''{0}''
  497. gb.reflog = reflog
  498. gb.active = active
  499. gb.starred = starred
  500. gb.owned = owned
  501. gb.starredAndOwned = starred & owned
  502. gb.reviewPatchset = review {0} patchset {1}
  503. gb.todaysActivityStats = today / {1} commits by {2} authors
  504. gb.todaysActivityNone = today / none
  505. gb.noActivityToday = there has been no activity today
  506. gb.anonymousUser= anonymous
  507. gb.commitMessageRenderer = commit message renderer
  508. gb.diffStat = {0} insertions & {1} deletions
  509. gb.home = home
  510. gb.isMirror = this repository is a mirror
  511. gb.mirrorOf = mirror of {0}
  512. gb.mirrorWarning = this repository is a mirror and can not receive pushes
  513. gb.docsWelcome1 = You can use docs to document your repository.
  514. gb.docsWelcome2 = Commit a README.md or a HOME.md file to get started.
  515. gb.createReadme = create a README
  516. gb.responsible = responsible
  517. gb.createdThisTicket = created this ticket
  518. gb.proposedThisChange = proposed this change
  519. gb.uploadedPatchsetN = uploaded patchset {0}
  520. gb.uploadedPatchsetNRevisionN = uploaded patchset {0} revision {1}
  521. gb.mergedPatchset = merged patchset
  522. gb.commented = commented
  523. gb.noDescriptionGiven = no description given
  524. gb.toBranch = to {0}
  525. gb.createdBy = created by
  526. gb.oneParticipant = {0} participant
  527. gb.nParticipants = {0} participants
  528. gb.noComments = no comments
  529. gb.oneComment = {0} comment
  530. gb.nComments = {0} comments
  531. gb.oneAttachment = {0} attachment
  532. gb.nAttachments = {0} attachments
  533. gb.milestone = milestone
  534. gb.compareToMergeBase = compare to merge base
  535. gb.compareToN = compare to {0}
  536. gb.open = open
  537. gb.closed = closed
  538. gb.merged = merged
  539. gb.ticketPatchset = ticket {0}, patchset {1}
  540. gb.patchsetMergeable = This patchset can be automatically merged into {0}.
  541. gb.patchsetMergeableMore = This patchset may also be merged into {0} from the command line.
  542. gb.patchsetAlreadyMerged = This patchset has been merged into {0}.
  543. gb.patchsetNotMergeable = This patchset can not be automatically merged into {0}.
  544. gb.patchsetNotMergeableMore = This patchset must be rebased or manually merged into {0} to resolve conflicts.
  545. gb.patchsetNotApproved = This patchset revision has not been approved for merging into {0}.
  546. gb.patchsetNotApprovedMore = A reviewer must approve this patchset.
  547. gb.patchsetVetoedMore = A reviewer has vetoed this patchset.
  548. gb.write = write
  549. gb.comment = comment
  550. gb.preview = preview
  551. gb.leaveComment = leave a comment...
  552. gb.showHideDetails = show/hide details
  553. gb.acceptNewPatchsets = accept patchsets
  554. gb.acceptNewPatchsetsDescription = accept patchsets pushed to this repository
  555. gb.acceptNewTickets = allow new tickets
  556. gb.acceptNewTicketsDescription = allow creation of bug, enhancement, task ,etc tickets
  557. gb.requireApproval = require approvals
  558. gb.requireApprovalDescription = patchsets must be approved before merge button is enabled
  559. gb.topic = topic
  560. gb.proposalTickets = proposed changes
  561. gb.bugTickets = bugs
  562. gb.enhancementTickets = enhancements
  563. gb.taskTickets = tasks
  564. gb.questionTickets = questions
  565. gb.maintenanceTickets = maintenance
  566. gb.requestTickets = enhancements & tasks
  567. gb.yourCreatedTickets = created by you
  568. gb.yourWatchedTickets = watched by you
  569. gb.mentionsMeTickets = mentioning you
  570. gb.updatedBy = updated by
  571. gb.sort = sort
  572. gb.sortNewest = newest
  573. gb.sortOldest = oldest
  574. gb.sortMostRecentlyUpdated = recently updated
  575. gb.sortLeastRecentlyUpdated = least recently updated
  576. gb.sortMostComments = most comments
  577. gb.sortLeastComments = least comments
  578. gb.sortMostPatchsetRevisions = most patchset revisions
  579. gb.sortLeastPatchsetRevisions = least patchset revisions
  580. gb.sortMostVotes = most votes
  581. gb.sortLeastVotes = least votes
  582. gb.topicsAndLabels = topics & labels
  583. gb.milestones = milestones
  584. gb.noMilestoneSelected = no milestone selected
  585. gb.notSpecified = not specified
  586. gb.due = due
  587. gb.queries = queries
  588. gb.searchTicketsTooltip = search {0} tickets
  589. gb.searchTickets = search tickets
  590. gb.new = new
  591. gb.newTicket = new ticket
  592. gb.editTicket = edit ticket
  593. gb.ticketsWelcome = You can use tickets to organize your todo list, discuss bugs, and to collaborate on patchsets.
  594. gb.createFirstTicket = create your first ticket
  595. gb.title = title
  596. gb.changedStatus = changed the status
  597. gb.discussion = discussion
  598. gb.updated = updated
  599. gb.proposePatchset = propose a patchset
  600. gb.proposePatchsetNote = You are welcome to propose a patchset for this ticket.
  601. gb.proposeInstructions = To start, craft a patchset and upload it with Git. Gitblit will link your patchset to this ticket by the id.
  602. gb.proposeWith = propose a patchset with {0}
  603. gb.revisionHistory = revision history
  604. gb.merge = merge
  605. gb.action = action
  606. gb.patchset = patchset
  607. gb.all = all
  608. gb.mergeBase = merge base
  609. gb.checkout = checkout
  610. gb.checkoutViaCommandLine = Checkout via command line
  611. gb.checkoutViaCommandLineNote = You can checkout and test these changes locally from your clone of this repository.
  612. gb.checkoutStep1 = Fetch the current patchset \u2014 run this from your project directory
  613. gb.checkoutStep2 = Checkout the patchset to a new branch and review
  614. gb.mergingViaCommandLine = Merging via command line
  615. 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.
  616. gb.mergeStep1 = Check out a new branch to review the changes \u2014 run this from your project directory
  617. gb.mergeStep2 = Bring in the proposed changes and review
  618. gb.mergeStep3 = Merge the proposed changes and update the server
  619. gb.download = download
  620. gb.ptDescription = the Gitblit patchset tool
  621. gb.ptCheckout = Fetch & checkout the current patchset to a review branch
  622. gb.ptMerge = Fetch & merge the current patchset into your local branch
  623. gb.ptDescription1 = Barnum is a command-line companion for Git that simplifies the syntax for working with Gitblit Tickets and Patchsets.
  624. gb.ptSimplifiedCollaboration = simplified collaboration syntax
  625. gb.ptSimplifiedMerge = simplified merge syntax
  626. gb.ptDescription2 = Barnum requires Python 3 and native Git. It runs on Windows, Linux, and Mac OS X.
  627. gb.stepN = Step {0}
  628. gb.watchers = watchers
  629. gb.votes = votes
  630. gb.vote = vote for this {0}
  631. gb.watch = watch this {0}
  632. gb.removeVote = remove vote
  633. gb.stopWatching = stop watching
  634. gb.watching = watching
  635. gb.comments = comments
  636. gb.addComment = add comment
  637. gb.export = export
  638. gb.oneCommit = one commit
  639. gb.nCommits = {0} commits
  640. gb.addedOneCommit = added 1 commit
  641. gb.addedNCommits = added {0} commits
  642. gb.commitsInPatchsetN = commits in patchset {0}
  643. gb.patchsetN = patchset {0}
  644. gb.reviewedPatchsetRev = reviewed patchset {0} revision {1}: {2}
  645. gb.review = review
  646. gb.reviews = reviews
  647. gb.veto = veto
  648. gb.needsImprovement = needs improvement
  649. gb.looksGood = looks good
  650. gb.approve = approve
  651. gb.hasNotReviewed = has not reviewed
  652. gb.about = about
  653. gb.ticketN = ticket #{0}
  654. gb.disableUser = disable user
  655. gb.disableUserDescription = prevent this account from authenticating
  656. gb.any = any
  657. gb.milestoneProgress = {0} open, {1} closed
  658. gb.nOpenTickets = {0} open
  659. gb.nClosedTickets = {0} closed
  660. gb.nTotalTickets = {0} total
  661. gb.body = body
  662. gb.mergeSha = mergeSha
  663. gb.mergeTo = merge to
  664. gb.mergeType = merge type
  665. gb.labels = labels
  666. gb.reviewers = reviewers
  667. gb.voters = voters
  668. gb.mentions = mentions
  669. gb.canNotProposePatchset = can not propose a patchset
  670. gb.repositoryIsMirror = This repository is a read-only mirror.
  671. gb.repositoryIsFrozen = This repository is frozen.
  672. gb.repositoryDoesNotAcceptPatchsets = This repository does not accept patchsets.
  673. gb.serverDoesNotAcceptPatchsets = This server does not accept patchsets.
  674. gb.ticketIsClosed = This ticket is closed.
  675. gb.mergeToDescription = default integration branch for merging ticket patchsets
  676. gb.mergeTypeDescription = merge a ticket fast-forward only, if necessary, or always with a merge commit to the integration branch
  677. gb.anonymousCanNotPropose = Anonymous users can not propose patchsets.
  678. gb.youDoNotHaveClonePermission = You are not permitted to clone this repository.
  679. gb.myTickets = my tickets
  680. gb.yourAssignedTickets = assigned to you
  681. gb.newMilestone = new milestone
  682. gb.editMilestone = edit milestone
  683. gb.deleteMilestone = Delete milestone \"{0}\"?
  684. gb.milestoneDeleteFailed = Failed to delete milestone ''{0}''!
  685. gb.notifyChangedOpenTickets = send notification for changed open tickets
  686. gb.overdue = overdue
  687. gb.openMilestones = open milestones
  688. gb.closedMilestones = closed milestones
  689. gb.administration = administration
  690. gb.plugins = plugins
  691. gb.extensions = extensions
  692. gb.pleaseSelectProject = Please select the project!
  693. gb.accessPolicy = Access Policy
  694. gb.accessPolicyDescription = Choose an access policy to control repository visibility and git permissions.
  695. gb.anonymousPolicy = Anonymous View, Clone, & Push
  696. gb.anonymousPolicyDescription = Anyone can see, clone, and push to this repository.
  697. gb.authenticatedPushPolicy = Restrict Push (Authenticated)
  698. gb.authenticatedPushPolicyDescription = Anyone can see and clone this repository. All authenticated users have RW+ push permission.
  699. gb.namedPushPolicy = Restrict Push (Named)
  700. gb.namedPushPolicyDescription = Anyone can see and clone this repository. You choose who can push.
  701. gb.clonePolicy = Restrict Clone & Push
  702. gb.clonePolicyDescription = Anyone can see this repository. You choose who can clone and push.
  703. gb.viewPolicy = Restrict View, Clone, & Push
  704. gb.viewPolicyDescription = You choose who can see, clone, and push to this repository.
  705. gb.initialCommit = Initial Commit
  706. 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.
  707. gb.initWithReadme = Include a README
  708. gb.initWithReadmeDescription = This will generate a simple README document for your repository.
  709. gb.initWithGitignore = Include a .gitignore file
  710. gb.initWithGitignoreDescription = This will insert a config file that instructs your Git clients to ignore files or directories that match defined patterns.
  711. gb.pleaseSelectGitIgnore = Please select a .gitignore file
  712. gb.receive = receive
  713. gb.permissions = permissions
  714. gb.ownersDescription = Owners can manage all repository settings but they are not allowed to rename a repository unless it is their personal repository.
  715. gb.userPermissionsDescription = You can specify individual user permissions. These settings will override team or regex permissions.
  716. gb.teamPermissionsDescription = You can specify individual team permissions. These settings will override regex permissions.
  717. gb.ticketSettings = Ticket Settings
  718. gb.receiveSettings = Receive Settings
  719. gb.receiveSettingsDescription = The receive settings control pushes to the repository.
  720. 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>
  721. 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>
  722. gb.federationStrategyDescription = Control if and how to federate this repository with another Gitblit.
  723. gb.federationSetsDescription = This repository will be included in the selected federation sets.
  724. gb.miscellaneous = miscellaneous
  725. gb.originDescription = The url from which this repository was cloned.
  726. gb.gc = GC
  727. gb.garbageCollection = Garbage Collection
  728. gb.garbageCollectionDescription = The garbage collector will pack loose objects pushed from clients and will remove unreferenced objects from the repository.
  729. gb.commitMessageRendererDescription = Commit messages can be displayed as plaintext or as rendered markup.
  730. gb.preferences = preferences
  731. gb.accountPreferences = Account Preferences
  732. gb.accountPreferencesDescription = Specify your account preferences
  733. gb.languagePreference = Language Preference
  734. gb.languagePreferenceDescription = Select your preferred translation for Gitblit
  735. gb.emailMeOnMyTicketChanges = Email me on my ticket changes
  736. gb.emailMeOnMyTicketChangesDescription = Send me an email notification for changes that I make to a ticket
  737. gb.displayNameDescription = The preferred name for display
  738. gb.emailAddressDescription = The primary email address for receiving notifications
  739. gb.sshKeys = SSH Keys
  740. gb.sshKeysDescription = SSH public key authentication is a secure alternative to password authentication
  741. gb.addSshKey = Add SSH Key
  742. gb.key = Key
  743. gb.comment = Comment
  744. gb.sshKeyCommentDescription = Enter an optional comment. If blank, the comment will be extracted from the key data.
  745. gb.permission = Permission
  746. gb.sshKeyPermissionDescription = Specify the access permission for the SSH key
  747. gb.transportPreference = Transport Preference
  748. gb.transportPreferenceDescription = Set the transport that you prefer to use for cloning
  749. gb.priority = priority
  750. gb.severity = severity
  751. gb.sortHighestPriority = highest priority
  752. gb.sortLowestPriority = lowest priority
  753. gb.sortHighestSeverity = highest severity
  754. gb.sortLowestSeverity = lowest severity
  755. gb.missingIntegrationBranchMore = The target integration branch does not exist in the repository!
  756. gb.diffDeletedFileSkipped = (deleted)
  757. gb.diffFileDiffTooLarge = Diff too large
  758. gb.diffNewFile = New file
  759. gb.diffDeletedFile = File was deleted
  760. gb.diffRenamedFile = File was renamed from {0}
  761. gb.diffCopiedFile = File was copied from {0}
  762. gb.diffTruncated = Diff truncated after the above file
  763. gb.opacityAdjust = Adjust opacity
  764. gb.blinkComparator = Blink comparator
  765. gb.imgdiffSubtract = Subtract (black = identical)
  766. gb.deleteRepositoryHeader = Delete Repository
  767. gb.deleteRepositoryDescription = Deleted repositories will be unrecoverable.
  768. gb.show_whitespace = show whitespace
  769. gb.ignore_whitespace = ignore whitespace
  770. gb.allRepositories = All Repositories
  771. gb.oid = object id
  772. gb.filestore = filestore
  773. gb.filestoreStats = Filestore contains {0} files with a total size of {1}. ({2} remaining)
  774. gb.statusChangedOn = status changed on
  775. gb.statusChangedBy = status changed by
  776. gb.filestoreHelp = How to use the Filestore?
  777. gb.editFile = edit file
  778. gb.continueEditing = Continue Editing
  779. gb.commitChanges = Commit Changes
  780. gb.fileNotMergeable = Unable to commit {0}. This file can not be automatically merged.
  781. gb.fileCommitted = Successfully committed {0}.
  782. gb.deletePatchset = Delete Patchset {0}
  783. gb.deletePatchsetSuccess = Deleted Patchset {0}.
  784. gb.deletePatchsetFailure = Error deleting Patchset {0}.
  785. gb.referencedByCommit = Referenced by commit.
  786. gb.referencedByTicket = Referenced by ticket.
  787. gb.emailClientCertificateSubject = Your Gitblit client certificate for {0}
  788. # This last property for unit tests to test successful loading of the resource file
  789. gb.loadLang = default