gitphp.pot 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR Christopher Han
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: GitPHP 0.2.8\n"
  10. "Report-Msgid-Bugs-To: xiphux@gmail.com\n"
  11. "POT-Creation-Date: 2012-10-28 20:33-0500\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  20. # Used as link to and title for page displaying a blob, which is what git calls a single file
  21. #: templates/tag.tpl
  22. #: templates/blobdiff.tpl
  23. #: templates/commit.tpl
  24. #: templates/taglist.tpl
  25. #: templates/treelist.tpl
  26. #: templates/searchfiles.tpl
  27. #: templates/history.tpl
  28. #: include/controller/Controller_Blob.class.php:55
  29. msgid "blob"
  30. msgstr ""
  31. # Used as link to and title for the file history, which displays all commits that have modified a certain file
  32. #: templates/commit.tpl
  33. #: templates/treelist.tpl
  34. #: templates/searchfiles.tpl
  35. #: templates/blob.tpl
  36. #: include/controller/Controller_History.class.php:56
  37. msgid "history"
  38. msgstr ""
  39. # Used as title for and link to a list of files in a directory, which git calls a 'tree'
  40. #: templates/search.tpl
  41. #: templates/commit.tpl
  42. #: templates/headlist.tpl
  43. #: templates/nav.tpl
  44. #: templates/treelist.tpl
  45. #: templates/searchfiles.tpl
  46. #: templates/log.tpl
  47. #: templates/projectlist.tpl
  48. #: templates/shortloglist.tpl
  49. #: include/controller/Controller_Tree.class.php:61
  50. msgid "tree"
  51. msgstr ""
  52. # Used as link to download a copy of the files in a given commit
  53. #: templates/search.tpl
  54. #: templates/commit.tpl
  55. #: templates/taglist.tpl
  56. #: templates/main.tpl
  57. #: templates/treelist.tpl
  58. #: templates/projectlist.tpl
  59. #: templates/shortloglist.tpl
  60. #: include/controller/Controller_Snapshot.class.php:121
  61. msgid "snapshot"
  62. msgstr ""
  63. # Used to label something stored in a git repository where the type of item - tag, blob, etc - isn't known
  64. #: templates/tag.tpl
  65. msgid "object"
  66. msgstr ""
  67. # Used as link to and title for page displaying info about a single commit in the project
  68. #: templates/tag.tpl
  69. #: templates/search.tpl
  70. #: templates/commit.tpl
  71. #: templates/nav.tpl
  72. #: templates/taglist.tpl
  73. #: templates/log.tpl
  74. #: templates/history.tpl
  75. #: templates/shortloglist.tpl
  76. #: templates/projectbase.tpl
  77. #: include/controller/Controller_Commit.class.php:59
  78. msgid "commit"
  79. msgstr ""
  80. # Used as link to and title for page displaying detailed info about a tag
  81. #: templates/tag.tpl
  82. #: templates/tagtip.tpl
  83. #: templates/taglist.tpl
  84. #: include/controller/Controller_Tag.class.php:56
  85. msgid "tag"
  86. msgstr ""
  87. # Used to label the author of the commit, and as a field to search
  88. # The author is the person who wrote the changes in the commit
  89. #: templates/tag.tpl
  90. #: templates/commit.tpl
  91. #: templates/committip.tpl
  92. #: templates/projectbase.tpl
  93. msgid "author"
  94. msgstr ""
  95. # Used as a link to a plaintext version of a page
  96. #: templates/blobdiff.tpl
  97. #: templates/commit.tpl
  98. #: templates/blame.tpl
  99. #: templates/treelist.tpl
  100. #: templates/commitdiff.tpl
  101. #: templates/blob.tpl
  102. msgid "plain"
  103. msgstr ""
  104. # Used as a link to a side-by-side version of a diff
  105. #: templates/blobdiff.tpl
  106. #: templates/commitdiff.tpl
  107. msgid "side by side"
  108. msgstr ""
  109. # Used as a link to a unified version of a diff
  110. #: templates/blobdiff.tpl
  111. #: templates/commitdiff.tpl
  112. msgid "unified"
  113. msgstr ""
  114. # Used as a link to the first page in a list of results
  115. #: templates/search.tpl
  116. #: templates/tags.tpl
  117. #: templates/heads.tpl
  118. #: templates/searchfiles.tpl
  119. #: templates/history.tpl
  120. msgid "first"
  121. msgstr ""
  122. # Used as a link to the previous page in a list of results
  123. #: templates/search.tpl
  124. #: templates/tags.tpl
  125. #: templates/heads.tpl
  126. #: templates/searchfiles.tpl
  127. #: templates/log.tpl
  128. #: templates/history.tpl
  129. #: templates/shortlog.tpl
  130. msgid "prev"
  131. msgstr ""
  132. # Used as a link to the next page in a list of results
  133. #: templates/search.tpl
  134. #: templates/tags.tpl
  135. #: templates/headlist.tpl
  136. #: templates/taglist.tpl
  137. #: templates/heads.tpl
  138. #: templates/searchfiles.tpl
  139. #: templates/log.tpl
  140. #: templates/history.tpl
  141. #: templates/shortlog.tpl
  142. #: templates/shortloglist.tpl
  143. msgid "next"
  144. msgstr ""
  145. # Used as link to and title for the full diff of all the changes in a commit
  146. #: templates/search.tpl
  147. #: templates/commit.tpl
  148. #: templates/nav.tpl
  149. #: templates/log.tpl
  150. #: templates/history.tpl
  151. #: templates/shortloglist.tpl
  152. #: include/controller/Controller_Commitdiff.class.php:49
  153. msgid "commitdiff"
  154. msgstr ""
  155. # Used to label the committer of the commit, and as a field to search
  156. # The committer is the person who put the commit into this project
  157. #: templates/commit.tpl
  158. #: templates/committip.tpl
  159. #: templates/projectbase.tpl
  160. msgid "committer"
  161. msgstr ""
  162. # Used to label the parent of this commit
  163. # The parent is the commit preceding this one in the project history
  164. #: templates/commit.tpl
  165. msgid "parent"
  166. msgstr ""
  167. # Used to indicate the number of files changed in a commit
  168. # Comes before a list of files
  169. # %1: the number of files
  170. #: templates/commit.tpl
  171. #: templates/commitdiff.tpl
  172. msgid "%1 file changed:"
  173. msgid_plural "%1 files changed:"
  174. msgstr[0] ""
  175. msgstr[1] ""
  176. # Used to indicate a new object was added with an access mode
  177. # %1: the type of object
  178. # %2: the mode
  179. #: templates/commit.tpl
  180. msgid "new %1 with mode %2"
  181. msgstr ""
  182. # Used to indicate a new object was added
  183. # %1: the type of object
  184. #: templates/commit.tpl
  185. msgid "new %1"
  186. msgstr ""
  187. # Used to indicate an object was deleted
  188. # %1: the type of object
  189. #: templates/commit.tpl
  190. msgid "deleted %1"
  191. msgstr ""
  192. # Used to indicate a file type changed, including original and new file modes
  193. # (when both original and new files are regular files)
  194. # %1: the original file type
  195. # %2: the new file type
  196. # %3: the original file mode
  197. # %4: the new file mode
  198. #: templates/commit.tpl
  199. msgid "changed from %1 to %2 mode: %3 -> %4"
  200. msgstr ""
  201. # Used to indicate a file type changed, with only new file mode
  202. # (when old file type wasn't a normal file)
  203. # %1: the original file type
  204. # %2: the new file type
  205. # %3: the original file mode
  206. # %4: the new file mode
  207. #: templates/commit.tpl
  208. msgid "changed from %1 to %2 mode: %3"
  209. msgstr ""
  210. # Used to indicate a file type changed
  211. # %1: the original file type
  212. # %2: the new file type
  213. #: templates/commit.tpl
  214. msgid "changed from %1 to %2"
  215. msgstr ""
  216. # Used to indicate a file mode changed
  217. # %1: the original file mode
  218. # %2: the new file mode
  219. #: templates/commit.tpl
  220. msgid "changed mode: %1 -> %2"
  221. msgstr ""
  222. # Used to indicate a file mode changed
  223. # %1: the new file mode
  224. #: templates/commit.tpl
  225. msgid "changed mode: %1"
  226. msgstr ""
  227. # Used to indicate a file mode changed
  228. #: templates/commit.tpl
  229. msgid "changed"
  230. msgstr ""
  231. # Used as link to diff this file version with the previous version
  232. #: templates/commit.tpl
  233. #: templates/history.tpl
  234. msgid "diff"
  235. msgstr ""
  236. # Used to indicate a file was moved and the file mode changed
  237. # This string should be HTML safe
  238. # %1: the old file
  239. # %2: the similarity as a percent number
  240. # %3: the new file mode
  241. #: templates/commit.tpl
  242. msgid "moved from %1 with %2%% similarity, mode: %3"
  243. msgstr ""
  244. # Used to indicate a file was moved
  245. # This string should be HTML safe
  246. # %1: the old file
  247. # %2: the similarity as a percent number
  248. #: templates/commit.tpl
  249. msgid "moved from %1 with %2%% similarity"
  250. msgstr ""
  251. # Used as title for and link to the compact log view with one line abbreviated commits
  252. #: templates/headlist.tpl
  253. #: templates/nav.tpl
  254. #: templates/taglist.tpl
  255. #: templates/title.tpl
  256. #: templates/projectlist.tpl
  257. #: include/controller/Controller_Log.class.php:60
  258. msgid "shortlog"
  259. msgstr ""
  260. # Used as title for and link to log view with full commit messages
  261. #: templates/headlist.tpl
  262. #: templates/nav.tpl
  263. #: templates/taglist.tpl
  264. #: templates/projectlist.tpl
  265. #: include/controller/Controller_Log.class.php:65
  266. msgid "log"
  267. msgstr ""
  268. # Used as title for and link to project summary page
  269. #: templates/nav.tpl
  270. #: templates/projectlist.tpl
  271. #: include/controller/Controller_Project.class.php:42
  272. msgid "summary"
  273. msgstr ""
  274. # Link back to the list of projects
  275. #: templates/login.tpl
  276. #: templates/main.tpl
  277. #: templates/projectbase.tpl
  278. #: include/controller/ControllerBase.class.php:519
  279. #: include/controller/Controller_ProjectList.class.php:78
  280. msgid "projects"
  281. msgstr ""
  282. # Used as a search type, to search the contents of files in the project
  283. #: templates/projectbase.tpl
  284. #: include/smartyplugins/function.localfiletype.php:29
  285. msgid "file"
  286. msgstr ""
  287. # Used as title for search page, and also is the label for the search box
  288. #: templates/projectbase.tpl
  289. #: include/controller/Controller_Search.class.php:108
  290. msgid "search"
  291. msgstr ""
  292. # Used as a link to the HEAD of a project for a log or file
  293. # (note: HEAD is standard git terminology)
  294. #: templates/blame.tpl
  295. #: templates/log.tpl
  296. #: templates/shortlog.tpl
  297. #: templates/blob.tpl
  298. msgid "HEAD"
  299. msgstr ""
  300. # Used to indicate the last change in a project
  301. # %1: the timestamp of the latest change
  302. #: templates/log.tpl
  303. msgid "Last change %1"
  304. msgstr ""
  305. # Message displayed when there are no commits in the project to display
  306. #: templates/log.tpl
  307. #: templates/projectlist.tpl
  308. #: templates/shortloglist.tpl
  309. msgid "No commits"
  310. msgstr ""
  311. # Used as link to diff this file version with the current file
  312. #: templates/history.tpl
  313. msgid "diff to current"
  314. msgstr ""
  315. # Used as link to and title for page showing all tags in a project
  316. #: templates/title.tpl
  317. #: include/controller/Controller_Tags.class.php:53
  318. msgid "tags"
  319. msgstr ""
  320. # Used as link to and title for page showing all heads in a project
  321. #: templates/title.tpl
  322. #: include/controller/Controller_Heads.class.php:53
  323. msgid "heads"
  324. msgstr ""
  325. # Used when diffing a file, to indicate that it's been deleted
  326. #: templates/commitdiff.tpl
  327. msgid "(deleted)"
  328. msgstr ""
  329. # Used when diffing a file, to indicate that it's a new file
  330. #: templates/commitdiff.tpl
  331. msgid "(new)"
  332. msgstr ""
  333. # Used to label the project description
  334. #: templates/project.tpl
  335. msgid "description"
  336. msgstr ""
  337. # Used to label the project owner
  338. #: templates/project.tpl
  339. msgid "owner"
  340. msgstr ""
  341. # Used to label the time the project was last changed
  342. # (the time of the most recent commit)
  343. #: templates/project.tpl
  344. msgid "last change"
  345. msgstr ""
  346. # Used to label the url that users can use to clone the project
  347. #: templates/project.tpl
  348. msgid "clone url"
  349. msgstr ""
  350. # Used to label the url that users can use to push commits to the project
  351. #: templates/project.tpl
  352. msgid "push url"
  353. msgstr ""
  354. # Used as the header for the project name column
  355. #: templates/projectlist.tpl
  356. msgid "Project"
  357. msgstr ""
  358. # Used as the header for the project description column
  359. #: templates/projectlist.tpl
  360. msgid "Description"
  361. msgstr ""
  362. # Used as the header for the column showing the person that owns the project
  363. #: templates/projectlist.tpl
  364. msgid "Owner"
  365. msgstr ""
  366. # Used as the header for the last change column
  367. # (how long ago was the last commit)
  368. #: templates/projectlist.tpl
  369. msgid "Last Change"
  370. msgstr ""
  371. # Used as the header for the actions column, which is a list of links users can use to jump to various parts of this project
  372. #: templates/projectlist.tpl
  373. msgid "Actions"
  374. msgstr ""
  375. # Message shown when there were no projects found to display
  376. #: templates/projectlist.tpl
  377. msgid "No projects found"
  378. msgstr ""
  379. # Used as link to and title for page displaying blame info (who last touched what line) in a file
  380. #: templates/blob.tpl
  381. #: include/controller/Controller_Blame.class.php:59
  382. msgid "blame"
  383. msgstr ""
  384. # Error message when user tries to do an action that requires a project but a project isn't specified
  385. #: include/controller/Controller_Message.class.php:150
  386. msgid "Project is required"
  387. msgstr ""
  388. # Used as the title of the rss controller
  389. # rss is a standard web feed format
  390. #: include/controller/Controller_Feed.class.php:77
  391. msgid "rss"
  392. msgstr ""
  393. # Used as link to and title for a diff of a single file
  394. #: include/controller/Controller_Blobdiff.class.php:45
  395. msgid "blobdiff"
  396. msgstr ""
  397. # Error message when user tries to access a project that doesn't exist
  398. # %1$s: the project the user tried to access
  399. #: include/controller/Controller_Message.class.php:144
  400. #, php-format
  401. msgid "Invalid project %1$s"
  402. msgstr ""
  403. # Used as the title for the opml controller
  404. # OPML is a standard XML outline format
  405. #: include/controller/Controller_ProjectList.class.php:68
  406. msgid "opml"
  407. msgstr ""
  408. # Used as the title of the project index controller
  409. #: include/controller/Controller_ProjectList.class.php:73
  410. msgid "project index"
  411. msgstr ""
  412. # Error message when a user tries to search but searching has been disabled in the config
  413. #: include/controller/Controller_Message.class.php:161
  414. msgid "Search has been disabled"
  415. msgstr ""
  416. # Error message when a user tries to do a file search but searching files has been disabled in the config
  417. #: include/controller/Controller_Message.class.php:157
  418. msgid "File search has been disabled"
  419. msgstr ""
  420. # Error message when a user's search query is too short
  421. # %1$d: the minimum number of characters
  422. #: include/controller/Controller_Message.class.php:174
  423. #, php-format
  424. msgid "You must enter search text of at least %1$d character"
  425. msgid_plural "You must enter search text of at least %1$d characters"
  426. msgstr[0] ""
  427. msgstr[1] ""
  428. # Error message when the user enters an unsupported search type
  429. #: include/controller/Controller_Message.class.php:168
  430. msgid "Invalid search type"
  431. msgstr ""
  432. # Error message when a user's search didn't produce any results
  433. # %1$s: the user's search string
  434. #: templates/search.tpl
  435. #: templates/searchfiles.tpl
  436. #, php-format
  437. msgid "No matches for \"%1\""
  438. msgstr ""
  439. # A type of filesystem object stored in a project
  440. #: include/smartyplugins/function.localfiletype.php:41
  441. msgid "directory"
  442. msgstr ""
  443. # A type of filesystem object stored in a project
  444. #: include/smartyplugins/function.localfiletype.php:35
  445. msgid "symlink"
  446. msgstr ""
  447. # Used when an object is stored in a project but git doesn't know what type it is
  448. #: include/smartyplugins/function.localfiletype.php:47
  449. msgid "unknown"
  450. msgstr ""
  451. # Error message when user specifies a path for a project root or project, but the path given isn't a directory
  452. # %1$s: the path the user specified
  453. #: include/controller/Controller_Message.class.php:204
  454. #, php-format
  455. msgid "%1$s is not a directory"
  456. msgstr ""
  457. # Error message when a path specified in the config is not a git repository
  458. # %1$s: the specified path
  459. #: include/controller/Controller_Message.class.php:216
  460. #, php-format
  461. msgid "%1$s is not a git repository"
  462. msgstr ""
  463. # Error message when a path specified is using '..' to break out of the project root (a hack attempt)
  464. # %1$s: The specified path
  465. #: include/controller/Controller_Message.class.php:228
  466. #, php-format
  467. msgid "%1$s is attempting directory traversal"
  468. msgstr ""
  469. # Error message when a path specified is outside of the project root
  470. # %1$s: The specified path
  471. #: include/controller/Controller_Message.class.php:234
  472. #, php-format
  473. msgid "%1$s is outside of the projectroot"
  474. msgstr ""
  475. # Error message when user tries to specify a file with a list of the projects, but it isn't a file
  476. # %1$s: the path the user specified
  477. #: include/controller/Controller_Message.class.php:210
  478. #, php-format
  479. msgid "%1$s is not a file"
  480. msgstr ""
  481. # Error message when user tries to specify a file with a list of the projects, but the system can't read the file
  482. # %1$s: the file the user specified
  483. #: include/controller/Controller_Message.class.php:222
  484. #, php-format
  485. msgid "Failed to open project list file %1$s"
  486. msgstr ""
  487. # Error message when a hash specified in a URL isn't a valid git hash
  488. # %1$s: the hash entered
  489. #: include/controller/Controller_Message.class.php:180
  490. #, php-format
  491. msgid "Invalid hash %1$s"
  492. msgstr ""
  493. # Used to represent an age in years
  494. # %1$d: the number of years
  495. #: include/smartyplugins/function.agestring.php:31
  496. #, php-format
  497. msgid "%1$d year ago"
  498. msgid_plural "%1$d years ago"
  499. msgstr[0] ""
  500. msgstr[1] ""
  501. # Used to represent an age in months
  502. # %1$d: the number of months
  503. #: include/smartyplugins/function.agestring.php:39
  504. #, php-format
  505. msgid "%1$d month ago"
  506. msgid_plural "%1$d months ago"
  507. msgstr[0] ""
  508. msgstr[1] ""
  509. # Used to represent an age in weeks
  510. # %1$d: the number of weeks
  511. #: include/smartyplugins/function.agestring.php:47
  512. #, php-format
  513. msgid "%1$d week ago"
  514. msgid_plural "%1$d weeks ago"
  515. msgstr[0] ""
  516. msgstr[1] ""
  517. # Used to represent an age in days
  518. # %1$d: the number of days
  519. #: include/smartyplugins/function.agestring.php:55
  520. #, php-format
  521. msgid "%1$d day ago"
  522. msgid_plural "%1$d days ago"
  523. msgstr[0] ""
  524. msgstr[1] ""
  525. # Used to represent an age in hours
  526. # %1$d: the number of hours
  527. #: include/smartyplugins/function.agestring.php:63
  528. #, php-format
  529. msgid "%1$d hour ago"
  530. msgid_plural "%1$d hours ago"
  531. msgstr[0] ""
  532. msgstr[1] ""
  533. # Used to represent an age in minutes
  534. # %1$d: the number of minutes
  535. #: include/smartyplugins/function.agestring.php:71
  536. #, php-format
  537. msgid "%1$d min ago"
  538. msgid_plural "%1$d min ago"
  539. msgstr[0] ""
  540. msgstr[1] ""
  541. # Used to represent an age in seconds
  542. # %1$d: the number of seconds
  543. #: include/smartyplugins/function.agestring.php:79
  544. #, php-format
  545. msgid "%1$d sec ago"
  546. msgid_plural "%1$d sec ago"
  547. msgstr[0] ""
  548. msgstr[1] ""
  549. # Used to represent a modification time of right now
  550. #: include/smartyplugins/function.agestring.php:86
  551. msgid "right now"
  552. msgstr ""
  553. # Error message when user hasn't defined a project root in the config
  554. # "projectroot" refers to a root directory where the user's git projects are stored
  555. #: include/controller/Controller_Message.class.php:192
  556. msgid "A projectroot must be set in the config"
  557. msgstr ""
  558. # Caption for the rss button for a project
  559. # rss is a standard web feed format
  560. #: templates/projectbase.tpl
  561. msgid "RSS"
  562. msgstr ""
  563. # Caption for the OPML button on the project list
  564. # OPML is a standard XML outline format
  565. #: templates/projectlist.tpl
  566. msgid "OPML"
  567. msgstr ""
  568. # Caption for the button to get a plaintext list of projects
  569. #: templates/projectlist.tpl
  570. msgid "TXT"
  571. msgstr ""
  572. # Label for the selected commit, when selecting commits to diff
  573. #: templates/log.tpl
  574. #: templates/shortlog.tpl
  575. msgid "selected"
  576. msgstr ""
  577. # Link to deselect the currently selected diff
  578. #: templates/log.tpl
  579. #: templates/shortlog.tpl
  580. #: templates/shortloglist.tpl
  581. msgid "deselect"
  582. msgstr ""
  583. # Link beside commits - diffs this commit against the currently selected commit
  584. #: templates/log.tpl
  585. #: templates/shortloglist.tpl
  586. msgid "diff with selected"
  587. msgstr ""
  588. # Link beside commits - selects this commit to be used in a diff
  589. #: templates/log.tpl
  590. #: templates/shortloglist.tpl
  591. msgid "select for diff"
  592. msgstr ""
  593. # Used as an alternate text on javascript "loading" images
  594. #: templates/main.tpl
  595. #: templates/projectlist.tpl
  596. msgid "Loading…"
  597. msgstr ""
  598. # Used as a loading message while blame data is being pulled from the server
  599. #: templates/main.tpl
  600. msgid "Loading blame data…"
  601. msgstr ""
  602. # Used as a label by the language selector drop-down box
  603. #: templates/main.tpl
  604. msgid "language:"
  605. msgstr ""
  606. # Used as a button by the language selector drop-down box to set the
  607. # language to the user's choice
  608. #: templates/main.tpl
  609. msgid "set"
  610. msgstr ""
  611. # Caption for the Atom button for a project
  612. # Atom is a standard web feed format
  613. #: templates/projectbase.tpl
  614. msgid "Atom"
  615. msgstr ""
  616. # Used as the title of the Atom controller
  617. # Atom is a standard web feed format
  618. #: include/controller/Controller_Feed.class.php:82
  619. msgid "atom"
  620. msgstr ""
  621. # Used as an error message when memcache is turned
  622. # on without the appropriate PHP extension installed
  623. #: include/controller/Controller_Message.class.php:198
  624. msgid ""
  625. "The Memcached or Memcache PHP extension is required for Memcache support"
  626. msgstr ""
  627. # Message when searching the project list, and nothing is found
  628. # %1: the search string entered
  629. #: templates/main.tpl
  630. #: templates/projectlist.tpl
  631. msgid "No matches found for \"%1\""
  632. msgstr ""
  633. # Label for the field to search the project list
  634. #: templates/projectlist.tpl
  635. msgid "Search projects"
  636. msgstr ""
  637. # Error message displayed when the git executable isn't found or doesn't work
  638. # %1$s: the git executable the system is trying to run
  639. # %2$s: the config value the user needs to set to specify the correct path
  640. #: include/controller/Controller_Message.class.php:186
  641. #, php-format
  642. msgid ""
  643. "Could not run the git executable \"%1$s\". You may need to set the \"%2$s\" "
  644. "config value."
  645. msgstr ""
  646. # Link displayed in commitdiff view, when the user has filtered
  647. # the display to a single file using the list of changed files.
  648. # This will go back to showing all files in the commitdiff
  649. #: templates/commitdiff.tpl
  650. msgid "(show all)"
  651. msgstr ""
  652. # Message displayed when diffing two binary files.
  653. # %1$s: the filename of the first file
  654. # %2$s: the filename of the second file
  655. #: templates/blobdiff.tpl
  656. #: templates/blobdiffplain.tpl
  657. #: templates/commitdiff.tpl
  658. #, php-format
  659. msgid "Binary files %1 and %2 differ"
  660. msgstr ""
  661. # Used to label the url of the website of the project
  662. #: templates/project.tpl
  663. msgid "website"
  664. msgstr ""
  665. # This is the name of YOUR language, in your language.
  666. # Don't just translate the word "English".
  667. # This will be displayed as a choice in the language picker for your language.
  668. # You want this in your native language so speakers of your language
  669. # will recognize it. For example, a french translation would translate
  670. # this as "Français".
  671. #: include/Resource.class.php:130
  672. msgid "English"
  673. msgstr ""
  674. # Message when the config file failed to load
  675. # %1$s: the config file that we tried to load
  676. #: include/controller/Controller_Message.class.php:240
  677. #, php-format
  678. msgid "Could not load config file %1$s"
  679. msgstr ""
  680. # Used as a link to and title of the graph page
  681. #: include/controller/Controller_Graph.class.php:56
  682. msgid "graph"
  683. msgstr ""
  684. # Name of the commit activity graph
  685. #: templates/graph.tpl
  686. msgid "commit activity"
  687. msgstr ""
  688. # Name of the language distribution graph
  689. #: templates/graph.tpl
  690. msgid "language distribution"
  691. msgstr ""
  692. # Message displayed when an abbreviated hash is given
  693. # but it is ambiguous because there are multiple hashes
  694. # in the system with this abbreviation
  695. #: include/controller/Controller_Message.class.php:246
  696. #, php-format
  697. msgid "Ambiguous abbreviated hash %1$s"
  698. msgstr ""
  699. # Message displayed when a directory that doesn't exist
  700. # is specified
  701. #: include/controller/Controller_Message.class.php:253
  702. #, php-format
  703. msgid "Directory %1$s not found"
  704. msgstr ""
  705. # Message displayed when a file that doesn't exist is
  706. # specified
  707. #: include/controller/Controller_Message.class.php:260
  708. #, php-format
  709. msgid "File %1$s not found"
  710. msgstr ""
  711. # Label for the username field on the login form
  712. #: templates/login.tpl
  713. #: templates/main.tpl
  714. msgid "username:"
  715. msgstr ""
  716. # Label for the password field on the login form
  717. #: templates/login.tpl
  718. #: templates/main.tpl
  719. msgid "password:"
  720. msgstr ""
  721. # Label for the link/button for a user to login to an account
  722. #: templates/login.tpl
  723. #: templates/main.tpl
  724. #: include/controller/Controller_Login.class.php:67
  725. msgid "login"
  726. msgstr ""
  727. # Label for the link for a user to log out of an account
  728. # %1: the account username
  729. #: templates/main.tpl
  730. msgid "logout %1"
  731. msgstr ""
  732. # Error message that appears when there is a technical error
  733. # during login
  734. #: templates/main.tpl
  735. msgid "An error occurred while logging in"
  736. msgstr ""
  737. # Title of the login modal message box
  738. #: templates/main.tpl
  739. msgid "Login"
  740. msgstr ""
  741. # Error message when the username or the password is
  742. # invalid (login failure)
  743. #: include/controller/Controller_Login.class.php:124
  744. #: include/controller/Controller_Login.class.php:150
  745. msgid "Invalid username or password"
  746. msgstr ""
  747. # Error message when a username is not entered during login
  748. #: templates/main.tpl
  749. msgid "Username is required"
  750. msgstr ""
  751. # Error message when a password is not entered during login
  752. #: templates/main.tpl
  753. msgid "Password is required"
  754. msgstr ""
  755. # Error message when a user tries to access a project they
  756. # don't have access to
  757. # %1$s: The project they tried to access
  758. #: include/controller/Controller_Message.class.php:267
  759. #, php-format
  760. msgid "You are not authorized to access project %1$s"
  761. msgstr ""
  762. # Error message when a function required by gitphp
  763. # has been disabled in the php config
  764. # %1$s: The name of the function
  765. #: include/controller/Controller_Message.class.php:274
  766. #, php-format
  767. msgid "Required function %1$s has been disabled"
  768. msgstr ""