123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893 |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR Christopher Han
- # This file is distributed under the same license as the PACKAGE package.
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
- #
- #, fuzzy
- msgid ""
- msgstr ""
- "Project-Id-Version: GitPHP 0.2.8\n"
- "Report-Msgid-Bugs-To: xiphux@gmail.com\n"
- "POT-Creation-Date: 2012-10-28 20:33-0500\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "Language: \n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
- # Used as link to and title for page displaying a blob, which is what git calls a single file
- #: templates/tag.tpl
- #: templates/blobdiff.tpl
- #: templates/commit.tpl
- #: templates/taglist.tpl
- #: templates/treelist.tpl
- #: templates/searchfiles.tpl
- #: templates/history.tpl
- #: include/controller/Controller_Blob.class.php:55
- msgid "blob"
- msgstr ""
- # Used as link to and title for the file history, which displays all commits that have modified a certain file
- #: templates/commit.tpl
- #: templates/treelist.tpl
- #: templates/searchfiles.tpl
- #: templates/blob.tpl
- #: include/controller/Controller_History.class.php:56
- msgid "history"
- msgstr ""
- # Used as title for and link to a list of files in a directory, which git calls a 'tree'
- #: templates/search.tpl
- #: templates/commit.tpl
- #: templates/headlist.tpl
- #: templates/nav.tpl
- #: templates/treelist.tpl
- #: templates/searchfiles.tpl
- #: templates/log.tpl
- #: templates/projectlist.tpl
- #: templates/shortloglist.tpl
- #: include/controller/Controller_Tree.class.php:61
- msgid "tree"
- msgstr ""
- # Used as link to download a copy of the files in a given commit
- #: templates/search.tpl
- #: templates/commit.tpl
- #: templates/taglist.tpl
- #: templates/main.tpl
- #: templates/treelist.tpl
- #: templates/projectlist.tpl
- #: templates/shortloglist.tpl
- #: include/controller/Controller_Snapshot.class.php:121
- msgid "snapshot"
- msgstr ""
- # Used to label something stored in a git repository where the type of item - tag, blob, etc - isn't known
- #: templates/tag.tpl
- msgid "object"
- msgstr ""
- # Used as link to and title for page displaying info about a single commit in the project
- #: templates/tag.tpl
- #: templates/search.tpl
- #: templates/commit.tpl
- #: templates/nav.tpl
- #: templates/taglist.tpl
- #: templates/log.tpl
- #: templates/history.tpl
- #: templates/shortloglist.tpl
- #: templates/projectbase.tpl
- #: include/controller/Controller_Commit.class.php:59
- msgid "commit"
- msgstr ""
- # Used as link to and title for page displaying detailed info about a tag
- #: templates/tag.tpl
- #: templates/tagtip.tpl
- #: templates/taglist.tpl
- #: include/controller/Controller_Tag.class.php:56
- msgid "tag"
- msgstr ""
- # Used to label the author of the commit, and as a field to search
- # The author is the person who wrote the changes in the commit
- #: templates/tag.tpl
- #: templates/commit.tpl
- #: templates/committip.tpl
- #: templates/projectbase.tpl
- msgid "author"
- msgstr ""
- # Used as a link to a plaintext version of a page
- #: templates/blobdiff.tpl
- #: templates/commit.tpl
- #: templates/blame.tpl
- #: templates/treelist.tpl
- #: templates/commitdiff.tpl
- #: templates/blob.tpl
- msgid "plain"
- msgstr ""
- # Used as a link to a side-by-side version of a diff
- #: templates/blobdiff.tpl
- #: templates/commitdiff.tpl
- msgid "side by side"
- msgstr ""
- # Used as a link to a unified version of a diff
- #: templates/blobdiff.tpl
- #: templates/commitdiff.tpl
- msgid "unified"
- msgstr ""
- # Used as a link to the first page in a list of results
- #: templates/search.tpl
- #: templates/tags.tpl
- #: templates/heads.tpl
- #: templates/searchfiles.tpl
- #: templates/history.tpl
- msgid "first"
- msgstr ""
- # Used as a link to the previous page in a list of results
- #: templates/search.tpl
- #: templates/tags.tpl
- #: templates/heads.tpl
- #: templates/searchfiles.tpl
- #: templates/log.tpl
- #: templates/history.tpl
- #: templates/shortlog.tpl
- msgid "prev"
- msgstr ""
- # Used as a link to the next page in a list of results
- #: templates/search.tpl
- #: templates/tags.tpl
- #: templates/headlist.tpl
- #: templates/taglist.tpl
- #: templates/heads.tpl
- #: templates/searchfiles.tpl
- #: templates/log.tpl
- #: templates/history.tpl
- #: templates/shortlog.tpl
- #: templates/shortloglist.tpl
- msgid "next"
- msgstr ""
- # Used as link to and title for the full diff of all the changes in a commit
- #: templates/search.tpl
- #: templates/commit.tpl
- #: templates/nav.tpl
- #: templates/log.tpl
- #: templates/history.tpl
- #: templates/shortloglist.tpl
- #: include/controller/Controller_Commitdiff.class.php:49
- msgid "commitdiff"
- msgstr ""
- # Used to label the committer of the commit, and as a field to search
- # The committer is the person who put the commit into this project
- #: templates/commit.tpl
- #: templates/committip.tpl
- #: templates/projectbase.tpl
- msgid "committer"
- msgstr ""
- # Used to label the parent of this commit
- # The parent is the commit preceding this one in the project history
- #: templates/commit.tpl
- msgid "parent"
- msgstr ""
- # Used to indicate the number of files changed in a commit
- # Comes before a list of files
- # %1: the number of files
- #: templates/commit.tpl
- #: templates/commitdiff.tpl
- msgid "%1 file changed:"
- msgid_plural "%1 files changed:"
- msgstr[0] ""
- msgstr[1] ""
- # Used to indicate a new object was added with an access mode
- # %1: the type of object
- # %2: the mode
- #: templates/commit.tpl
- msgid "new %1 with mode %2"
- msgstr ""
- # Used to indicate a new object was added
- # %1: the type of object
- #: templates/commit.tpl
- msgid "new %1"
- msgstr ""
- # Used to indicate an object was deleted
- # %1: the type of object
- #: templates/commit.tpl
- msgid "deleted %1"
- msgstr ""
- # Used to indicate a file type changed, including original and new file modes
- # (when both original and new files are regular files)
- # %1: the original file type
- # %2: the new file type
- # %3: the original file mode
- # %4: the new file mode
- #: templates/commit.tpl
- msgid "changed from %1 to %2 mode: %3 -> %4"
- msgstr ""
- # Used to indicate a file type changed, with only new file mode
- # (when old file type wasn't a normal file)
- # %1: the original file type
- # %2: the new file type
- # %3: the original file mode
- # %4: the new file mode
- #: templates/commit.tpl
- msgid "changed from %1 to %2 mode: %3"
- msgstr ""
- # Used to indicate a file type changed
- # %1: the original file type
- # %2: the new file type
- #: templates/commit.tpl
- msgid "changed from %1 to %2"
- msgstr ""
- # Used to indicate a file mode changed
- # %1: the original file mode
- # %2: the new file mode
- #: templates/commit.tpl
- msgid "changed mode: %1 -> %2"
- msgstr ""
- # Used to indicate a file mode changed
- # %1: the new file mode
- #: templates/commit.tpl
- msgid "changed mode: %1"
- msgstr ""
- # Used to indicate a file mode changed
- #: templates/commit.tpl
- msgid "changed"
- msgstr ""
- # Used as link to diff this file version with the previous version
- #: templates/commit.tpl
- #: templates/history.tpl
- msgid "diff"
- msgstr ""
- # Used to indicate a file was moved and the file mode changed
- # This string should be HTML safe
- # %1: the old file
- # %2: the similarity as a percent number
- # %3: the new file mode
- #: templates/commit.tpl
- msgid "moved from %1 with %2%% similarity, mode: %3"
- msgstr ""
- # Used to indicate a file was moved
- # This string should be HTML safe
- # %1: the old file
- # %2: the similarity as a percent number
- #: templates/commit.tpl
- msgid "moved from %1 with %2%% similarity"
- msgstr ""
- # Used as title for and link to the compact log view with one line abbreviated commits
- #: templates/headlist.tpl
- #: templates/nav.tpl
- #: templates/taglist.tpl
- #: templates/title.tpl
- #: templates/projectlist.tpl
- #: include/controller/Controller_Log.class.php:60
- msgid "shortlog"
- msgstr ""
- # Used as title for and link to log view with full commit messages
- #: templates/headlist.tpl
- #: templates/nav.tpl
- #: templates/taglist.tpl
- #: templates/projectlist.tpl
- #: include/controller/Controller_Log.class.php:65
- msgid "log"
- msgstr ""
- # Used as title for and link to project summary page
- #: templates/nav.tpl
- #: templates/projectlist.tpl
- #: include/controller/Controller_Project.class.php:42
- msgid "summary"
- msgstr ""
- # Link back to the list of projects
- #: templates/login.tpl
- #: templates/main.tpl
- #: templates/projectbase.tpl
- #: include/controller/ControllerBase.class.php:519
- #: include/controller/Controller_ProjectList.class.php:78
- msgid "projects"
- msgstr ""
- # Used as a search type, to search the contents of files in the project
- #: templates/projectbase.tpl
- #: include/smartyplugins/function.localfiletype.php:29
- msgid "file"
- msgstr ""
- # Used as title for search page, and also is the label for the search box
- #: templates/projectbase.tpl
- #: include/controller/Controller_Search.class.php:108
- msgid "search"
- msgstr ""
- # Used as a link to the HEAD of a project for a log or file
- # (note: HEAD is standard git terminology)
- #: templates/blame.tpl
- #: templates/log.tpl
- #: templates/shortlog.tpl
- #: templates/blob.tpl
- msgid "HEAD"
- msgstr ""
- # Used to indicate the last change in a project
- # %1: the timestamp of the latest change
- #: templates/log.tpl
- msgid "Last change %1"
- msgstr ""
- # Message displayed when there are no commits in the project to display
- #: templates/log.tpl
- #: templates/projectlist.tpl
- #: templates/shortloglist.tpl
- msgid "No commits"
- msgstr ""
- # Used as link to diff this file version with the current file
- #: templates/history.tpl
- msgid "diff to current"
- msgstr ""
- # Used as link to and title for page showing all tags in a project
- #: templates/title.tpl
- #: include/controller/Controller_Tags.class.php:53
- msgid "tags"
- msgstr ""
- # Used as link to and title for page showing all heads in a project
- #: templates/title.tpl
- #: include/controller/Controller_Heads.class.php:53
- msgid "heads"
- msgstr ""
- # Used when diffing a file, to indicate that it's been deleted
- #: templates/commitdiff.tpl
- msgid "(deleted)"
- msgstr ""
- # Used when diffing a file, to indicate that it's a new file
- #: templates/commitdiff.tpl
- msgid "(new)"
- msgstr ""
- # Used to label the project description
- #: templates/project.tpl
- msgid "description"
- msgstr ""
- # Used to label the project owner
- #: templates/project.tpl
- msgid "owner"
- msgstr ""
- # Used to label the time the project was last changed
- # (the time of the most recent commit)
- #: templates/project.tpl
- msgid "last change"
- msgstr ""
- # Used to label the url that users can use to clone the project
- #: templates/project.tpl
- msgid "clone url"
- msgstr ""
- # Used to label the url that users can use to push commits to the project
- #: templates/project.tpl
- msgid "push url"
- msgstr ""
- # Used as the header for the project name column
- #: templates/projectlist.tpl
- msgid "Project"
- msgstr ""
- # Used as the header for the project description column
- #: templates/projectlist.tpl
- msgid "Description"
- msgstr ""
- # Used as the header for the column showing the person that owns the project
- #: templates/projectlist.tpl
- msgid "Owner"
- msgstr ""
- # Used as the header for the last change column
- # (how long ago was the last commit)
- #: templates/projectlist.tpl
- msgid "Last Change"
- msgstr ""
- # 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
- #: templates/projectlist.tpl
- msgid "Actions"
- msgstr ""
- # Message shown when there were no projects found to display
- #: templates/projectlist.tpl
- msgid "No projects found"
- msgstr ""
- # Used as link to and title for page displaying blame info (who last touched what line) in a file
- #: templates/blob.tpl
- #: include/controller/Controller_Blame.class.php:59
- msgid "blame"
- msgstr ""
- # Error message when user tries to do an action that requires a project but a project isn't specified
- #: include/controller/Controller_Message.class.php:150
- msgid "Project is required"
- msgstr ""
- # Used as the title of the rss controller
- # rss is a standard web feed format
- #: include/controller/Controller_Feed.class.php:77
- msgid "rss"
- msgstr ""
- # Used as link to and title for a diff of a single file
- #: include/controller/Controller_Blobdiff.class.php:45
- msgid "blobdiff"
- msgstr ""
- # Error message when user tries to access a project that doesn't exist
- # %1$s: the project the user tried to access
- #: include/controller/Controller_Message.class.php:144
- #, php-format
- msgid "Invalid project %1$s"
- msgstr ""
- # Used as the title for the opml controller
- # OPML is a standard XML outline format
- #: include/controller/Controller_ProjectList.class.php:68
- msgid "opml"
- msgstr ""
- # Used as the title of the project index controller
- #: include/controller/Controller_ProjectList.class.php:73
- msgid "project index"
- msgstr ""
- # Error message when a user tries to search but searching has been disabled in the config
- #: include/controller/Controller_Message.class.php:161
- msgid "Search has been disabled"
- msgstr ""
- # Error message when a user tries to do a file search but searching files has been disabled in the config
- #: include/controller/Controller_Message.class.php:157
- msgid "File search has been disabled"
- msgstr ""
- # Error message when a user's search query is too short
- # %1$d: the minimum number of characters
- #: include/controller/Controller_Message.class.php:174
- #, php-format
- msgid "You must enter search text of at least %1$d character"
- msgid_plural "You must enter search text of at least %1$d characters"
- msgstr[0] ""
- msgstr[1] ""
- # Error message when the user enters an unsupported search type
- #: include/controller/Controller_Message.class.php:168
- msgid "Invalid search type"
- msgstr ""
- # Error message when a user's search didn't produce any results
- # %1$s: the user's search string
- #: templates/search.tpl
- #: templates/searchfiles.tpl
- #, php-format
- msgid "No matches for \"%1\""
- msgstr ""
- # A type of filesystem object stored in a project
- #: include/smartyplugins/function.localfiletype.php:41
- msgid "directory"
- msgstr ""
- # A type of filesystem object stored in a project
- #: include/smartyplugins/function.localfiletype.php:35
- msgid "symlink"
- msgstr ""
- # Used when an object is stored in a project but git doesn't know what type it is
- #: include/smartyplugins/function.localfiletype.php:47
- msgid "unknown"
- msgstr ""
- # Error message when user specifies a path for a project root or project, but the path given isn't a directory
- # %1$s: the path the user specified
- #: include/controller/Controller_Message.class.php:204
- #, php-format
- msgid "%1$s is not a directory"
- msgstr ""
- # Error message when a path specified in the config is not a git repository
- # %1$s: the specified path
- #: include/controller/Controller_Message.class.php:216
- #, php-format
- msgid "%1$s is not a git repository"
- msgstr ""
- # Error message when a path specified is using '..' to break out of the project root (a hack attempt)
- # %1$s: The specified path
- #: include/controller/Controller_Message.class.php:228
- #, php-format
- msgid "%1$s is attempting directory traversal"
- msgstr ""
- # Error message when a path specified is outside of the project root
- # %1$s: The specified path
- #: include/controller/Controller_Message.class.php:234
- #, php-format
- msgid "%1$s is outside of the projectroot"
- msgstr ""
- # Error message when user tries to specify a file with a list of the projects, but it isn't a file
- # %1$s: the path the user specified
- #: include/controller/Controller_Message.class.php:210
- #, php-format
- msgid "%1$s is not a file"
- msgstr ""
- # Error message when user tries to specify a file with a list of the projects, but the system can't read the file
- # %1$s: the file the user specified
- #: include/controller/Controller_Message.class.php:222
- #, php-format
- msgid "Failed to open project list file %1$s"
- msgstr ""
- # Error message when a hash specified in a URL isn't a valid git hash
- # %1$s: the hash entered
- #: include/controller/Controller_Message.class.php:180
- #, php-format
- msgid "Invalid hash %1$s"
- msgstr ""
- # Used to represent an age in years
- # %1$d: the number of years
- #: include/smartyplugins/function.agestring.php:31
- #, php-format
- msgid "%1$d year ago"
- msgid_plural "%1$d years ago"
- msgstr[0] ""
- msgstr[1] ""
- # Used to represent an age in months
- # %1$d: the number of months
- #: include/smartyplugins/function.agestring.php:39
- #, php-format
- msgid "%1$d month ago"
- msgid_plural "%1$d months ago"
- msgstr[0] ""
- msgstr[1] ""
- # Used to represent an age in weeks
- # %1$d: the number of weeks
- #: include/smartyplugins/function.agestring.php:47
- #, php-format
- msgid "%1$d week ago"
- msgid_plural "%1$d weeks ago"
- msgstr[0] ""
- msgstr[1] ""
- # Used to represent an age in days
- # %1$d: the number of days
- #: include/smartyplugins/function.agestring.php:55
- #, php-format
- msgid "%1$d day ago"
- msgid_plural "%1$d days ago"
- msgstr[0] ""
- msgstr[1] ""
- # Used to represent an age in hours
- # %1$d: the number of hours
- #: include/smartyplugins/function.agestring.php:63
- #, php-format
- msgid "%1$d hour ago"
- msgid_plural "%1$d hours ago"
- msgstr[0] ""
- msgstr[1] ""
- # Used to represent an age in minutes
- # %1$d: the number of minutes
- #: include/smartyplugins/function.agestring.php:71
- #, php-format
- msgid "%1$d min ago"
- msgid_plural "%1$d min ago"
- msgstr[0] ""
- msgstr[1] ""
- # Used to represent an age in seconds
- # %1$d: the number of seconds
- #: include/smartyplugins/function.agestring.php:79
- #, php-format
- msgid "%1$d sec ago"
- msgid_plural "%1$d sec ago"
- msgstr[0] ""
- msgstr[1] ""
- # Used to represent a modification time of right now
- #: include/smartyplugins/function.agestring.php:86
- msgid "right now"
- msgstr ""
- # Error message when user hasn't defined a project root in the config
- # "projectroot" refers to a root directory where the user's git projects are stored
- #: include/controller/Controller_Message.class.php:192
- msgid "A projectroot must be set in the config"
- msgstr ""
- # Caption for the rss button for a project
- # rss is a standard web feed format
- #: templates/projectbase.tpl
- msgid "RSS"
- msgstr ""
- # Caption for the OPML button on the project list
- # OPML is a standard XML outline format
- #: templates/projectlist.tpl
- msgid "OPML"
- msgstr ""
- # Caption for the button to get a plaintext list of projects
- #: templates/projectlist.tpl
- msgid "TXT"
- msgstr ""
- # Label for the selected commit, when selecting commits to diff
- #: templates/log.tpl
- #: templates/shortlog.tpl
- msgid "selected"
- msgstr ""
- # Link to deselect the currently selected diff
- #: templates/log.tpl
- #: templates/shortlog.tpl
- #: templates/shortloglist.tpl
- msgid "deselect"
- msgstr ""
- # Link beside commits - diffs this commit against the currently selected commit
- #: templates/log.tpl
- #: templates/shortloglist.tpl
- msgid "diff with selected"
- msgstr ""
- # Link beside commits - selects this commit to be used in a diff
- #: templates/log.tpl
- #: templates/shortloglist.tpl
- msgid "select for diff"
- msgstr ""
- # Used as an alternate text on javascript "loading" images
- #: templates/main.tpl
- #: templates/projectlist.tpl
- msgid "Loading…"
- msgstr ""
- # Used as a loading message while blame data is being pulled from the server
- #: templates/main.tpl
- msgid "Loading blame data…"
- msgstr ""
- # Used as a label by the language selector drop-down box
- #: templates/main.tpl
- msgid "language:"
- msgstr ""
- # Used as a button by the language selector drop-down box to set the
- # language to the user's choice
- #: templates/main.tpl
- msgid "set"
- msgstr ""
- # Caption for the Atom button for a project
- # Atom is a standard web feed format
- #: templates/projectbase.tpl
- msgid "Atom"
- msgstr ""
- # Used as the title of the Atom controller
- # Atom is a standard web feed format
- #: include/controller/Controller_Feed.class.php:82
- msgid "atom"
- msgstr ""
- # Used as an error message when memcache is turned
- # on without the appropriate PHP extension installed
- #: include/controller/Controller_Message.class.php:198
- msgid ""
- "The Memcached or Memcache PHP extension is required for Memcache support"
- msgstr ""
- # Message when searching the project list, and nothing is found
- # %1: the search string entered
- #: templates/main.tpl
- #: templates/projectlist.tpl
- msgid "No matches found for \"%1\""
- msgstr ""
- # Label for the field to search the project list
- #: templates/projectlist.tpl
- msgid "Search projects"
- msgstr ""
- # Error message displayed when the git executable isn't found or doesn't work
- # %1$s: the git executable the system is trying to run
- # %2$s: the config value the user needs to set to specify the correct path
- #: include/controller/Controller_Message.class.php:186
- #, php-format
- msgid ""
- "Could not run the git executable \"%1$s\". You may need to set the \"%2$s\" "
- "config value."
- msgstr ""
- # Link displayed in commitdiff view, when the user has filtered
- # the display to a single file using the list of changed files.
- # This will go back to showing all files in the commitdiff
- #: templates/commitdiff.tpl
- msgid "(show all)"
- msgstr ""
- # Message displayed when diffing two binary files.
- # %1$s: the filename of the first file
- # %2$s: the filename of the second file
- #: templates/blobdiff.tpl
- #: templates/blobdiffplain.tpl
- #: templates/commitdiff.tpl
- #, php-format
- msgid "Binary files %1 and %2 differ"
- msgstr ""
- # Used to label the url of the website of the project
- #: templates/project.tpl
- msgid "website"
- msgstr ""
- # This is the name of YOUR language, in your language.
- # Don't just translate the word "English".
- # This will be displayed as a choice in the language picker for your language.
- # You want this in your native language so speakers of your language
- # will recognize it. For example, a french translation would translate
- # this as "Français".
- #: include/Resource.class.php:130
- msgid "English"
- msgstr ""
- # Message when the config file failed to load
- # %1$s: the config file that we tried to load
- #: include/controller/Controller_Message.class.php:240
- #, php-format
- msgid "Could not load config file %1$s"
- msgstr ""
- # Used as a link to and title of the graph page
- #: include/controller/Controller_Graph.class.php:56
- msgid "graph"
- msgstr ""
- # Name of the commit activity graph
- #: templates/graph.tpl
- msgid "commit activity"
- msgstr ""
- # Name of the language distribution graph
- #: templates/graph.tpl
- msgid "language distribution"
- msgstr ""
- # Message displayed when an abbreviated hash is given
- # but it is ambiguous because there are multiple hashes
- # in the system with this abbreviation
- #: include/controller/Controller_Message.class.php:246
- #, php-format
- msgid "Ambiguous abbreviated hash %1$s"
- msgstr ""
- # Message displayed when a directory that doesn't exist
- # is specified
- #: include/controller/Controller_Message.class.php:253
- #, php-format
- msgid "Directory %1$s not found"
- msgstr ""
- # Message displayed when a file that doesn't exist is
- # specified
- #: include/controller/Controller_Message.class.php:260
- #, php-format
- msgid "File %1$s not found"
- msgstr ""
- # Label for the username field on the login form
- #: templates/login.tpl
- #: templates/main.tpl
- msgid "username:"
- msgstr ""
- # Label for the password field on the login form
- #: templates/login.tpl
- #: templates/main.tpl
- msgid "password:"
- msgstr ""
- # Label for the link/button for a user to login to an account
- #: templates/login.tpl
- #: templates/main.tpl
- #: include/controller/Controller_Login.class.php:67
- msgid "login"
- msgstr ""
- # Label for the link for a user to log out of an account
- # %1: the account username
- #: templates/main.tpl
- msgid "logout %1"
- msgstr ""
- # Error message that appears when there is a technical error
- # during login
- #: templates/main.tpl
- msgid "An error occurred while logging in"
- msgstr ""
- # Title of the login modal message box
- #: templates/main.tpl
- msgid "Login"
- msgstr ""
- # Error message when the username or the password is
- # invalid (login failure)
- #: include/controller/Controller_Login.class.php:124
- #: include/controller/Controller_Login.class.php:150
- msgid "Invalid username or password"
- msgstr ""
- # Error message when a username is not entered during login
- #: templates/main.tpl
- msgid "Username is required"
- msgstr ""
- # Error message when a password is not entered during login
- #: templates/main.tpl
- msgid "Password is required"
- msgstr ""
- # Error message when a user tries to access a project they
- # don't have access to
- # %1$s: The project they tried to access
- #: include/controller/Controller_Message.class.php:267
- #, php-format
- msgid "You are not authorized to access project %1$s"
- msgstr ""
- # Error message when a function required by gitphp
- # has been disabled in the php config
- # %1$s: The name of the function
- #: include/controller/Controller_Message.class.php:274
- #, php-format
- msgid "Required function %1$s has been disabled"
- msgstr ""
|