gitinspector/gitinspector/translations/messages.pot

260 lines
8.7 KiB
Plaintext

# Copyright © 2012-2015 Ejwa Software. All rights reserved.
#
# This file is part of gitinspector.
#
# gitinspector is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# gitinspector is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with gitinspector. If not, see <http://www.gnu.org/licenses/>.
#
# This file was generated with the following command:
#
# xgettext --no-wrap -s -w 140 --language=Python --keyword="N_"
# --no-location --output=messages.pot *.py
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: gitinspector 0.5.0dev\n"
"Report-Msgid-Bugs-To: gitinspector@ejwa.se\n"
"POT-Creation-Date: 2015-10-02 03:35+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Adam Waldenberg <adam.waldenberg@ejwa.se>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#, python-format
msgid "% in comments"
msgstr ""
#, python-format
msgid "% of changes"
msgstr ""
msgid "(extensions used during statistical analysis are marked)"
msgstr ""
msgid "Age"
msgstr ""
msgid "Author"
msgstr ""
msgid "Below are the number of rows from each author that have survived and are still intact in the current revision"
msgstr ""
#, python-brace-format
msgid "Checking how many rows belong to each author (Progress): {0:.0f}%"
msgstr ""
msgid "Commits"
msgstr ""
msgid ""
"Copyright © 2012-2015 Ejwa Software. All rights reserved.\n"
"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n"
"\n"
"Written by Adam Waldenberg."
msgstr ""
msgid "Deletions"
msgstr ""
#, python-format
msgid "Error processing git repository at \"%s\"."
msgstr ""
msgid "HTML output not yet supported in"
msgstr ""
msgid "Hide minor authors"
msgstr ""
msgid "Hide rows with minor work"
msgstr ""
msgid "Insertions"
msgstr ""
msgid "Minor Authors"
msgstr ""
msgid "Modified Rows:"
msgstr ""
msgid "No commited files with the specified extensions were found"
msgstr ""
msgid "No metrics violations were found in the repository"
msgstr ""
#, python-brace-format
msgid "Repository statistics for {0}"
msgstr ""
msgid "Rows"
msgstr ""
msgid "Show minor authors"
msgstr ""
msgid "Show rows with minor work"
msgstr ""
msgid "Stability"
msgstr ""
#, python-brace-format
msgid "Statistical information for the repository '{0}' was gathered on {1}."
msgstr ""
msgid "Text output not yet supported in"
msgstr ""
msgid "The authors with the following emails were excluded from the statistics due to the specified exclusion patterns"
msgstr ""
msgid "The extensions below were found in the repository history"
msgstr ""
msgid "The following authors were excluded from the statistics due to the specified exclusion patterns"
msgstr ""
msgid "The following commit revisions were excluded from the statistics due to the specified exclusion patterns"
msgstr ""
msgid "The following files are suspiciously big (in order of severity)"
msgstr ""
msgid "The following files have an elevated cyclomatic complexity (in order of severity)"
msgstr ""
msgid "The following files have an elevated cyclomatic complexity density (in order of severity)"
msgstr ""
msgid "The following files were excluded from the statistics due to the specified exclusion patterns"
msgstr ""
msgid "The following historical commit information, by author, was found in the repository"
msgstr ""
msgid "The following history timeline has been gathered from the repository"
msgstr ""
msgid "The following responsibilities, by author, were found in the current revision of the repository (comments are excluded from the line count, if possible)"
msgstr ""
msgid "The given option argument is not a valid boolean."
msgstr ""
#, python-brace-format
msgid "The output has been generated by {0} {1}. The statistical analysis tool for git repositories."
msgstr ""
#, python-brace-format
msgid "Try `{0} --help' for more information."
msgstr ""
msgid "Unable to determine absolute path of git repository."
msgstr ""
#, python-brace-format
msgid ""
"Usage: {0} [OPTION]... [REPOSITORY]\n"
"List information about the repository in REPOSITORY. If no repository is\n"
"specified, the current directory is used. If multiple repositories are\n"
"given, information will be fetched from the last repository specified.\n"
"\n"
"Mandatory arguments to long options are mandatory for short options too.\n"
"Boolean arguments can only be given to long options.\n"
" -f, --file-types=EXTENSIONS a comma separated list of file extensions to\n"
" include when computing statistics. The\n"
" default extensions used are:\n"
" {1}\n"
" Specifying * includes files with no\n"
" extension, while ** includes all files\n"
" -F, --format=FORMAT define in which format output should be\n"
" generated; the default format is 'text' and\n"
" the available formats are:\n"
" {2}\n"
" --grading[=BOOL] show statistics and information in a way that\n"
" is formatted for grading of student\n"
" projects; this is the same as supplying the\n"
" options -HlmrTw\n"
" -H, --hard[=BOOL] track rows and look for duplicates harder;\n"
" this can be quite slow with big repositories\n"
" -l, --list-file-types[=BOOL] list all the file extensions available in the\n"
" current branch of the repository\n"
" -L, --localize-output[=BOOL] localize the generated output to the selected\n"
" system language if a translation is\n"
" available\n"
" -m --metrics[=BOOL] include checks for certain metrics during the\n"
" analysis of commits\n"
" -r --responsibilities[=BOOL] show which files the different authors seem\n"
" most responsible for\n"
" --since=DATE only show statistics for commits more recent\n"
" than a specific date\n"
" -T, --timeline[=BOOL] show commit timeline, including author names\n"
" --until=DATE only show statistics for commits older than a\n"
" specific date\n"
" -w, --weeks[=BOOL] show all statistical information in weeks\n"
" instead of in months\n"
" -x, --exclude=PATTERN an exclusion pattern describing the file\n"
" paths, revisions, revisions with certain\n"
" commit messages, author names or author\n"
" emails that should be excluded from the\n"
" statistics; can be specified multiple times\n"
" -h, --help display this help and exit\n"
" --version output version information and exit\n"
"\n"
"gitinspector will filter statistics to only include commits that modify,\n"
"add or remove one of the specified extensions, see -f or --file-types for\n"
"more information.\n"
"\n"
"gitinspector requires that the git executable is available in your PATH.\n"
"Report gitinspector bugs to gitinspector@ejwa.se."
msgstr ""
msgid "WARNING: The terminal encoding is not correctly configured. gitinspector might malfunction. The encoding can be configured with the environment variable 'PYTHONIOENCODING'."
msgstr ""
msgid "XML output not yet supported in"
msgstr ""
#, python-brace-format
msgid "gitinspector requires at least Python 2.6 to run (version {0} was found)."
msgstr ""
msgid "invalid regular expression specified"
msgstr ""
msgid "is mostly responsible for"
msgstr ""
msgid "specified output format not supported."
msgstr ""
#, python-brace-format
msgid "{0} ({1:.3f} in cyclomatic complexity density)"
msgstr ""
#, python-brace-format
msgid "{0} ({1} estimated lines of code)"
msgstr ""
#, python-brace-format
msgid "{0} ({1} in cyclomatic complexity)"
msgstr ""