Skip to content

Commit

Permalink
[GENERATED] Regenerate POT
Browse files Browse the repository at this point in the history
  • Loading branch information
sils committed May 24, 2015
1 parent 7f42fb2 commit f7c602d
Showing 1 changed file with 87 additions and 61 deletions.
148 changes: 87 additions & 61 deletions locale/coala.pot
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#: bears/codeclone_detection/ClangCloneDetectionBear.py:27
#, python-brace-format
msgid ""
"Code clone found. The other occurrence is at file {file}, line {line}, "
"function {function}. The similarity is {similarity}."
msgstr ""

#: bears/tests/misc/LineCountBearTest.py:21
#: bears/tests/misc/LineCountBearTest.py:28 bears/misc/LineCountBear.py:14
#, python-brace-format
Expand All @@ -16,70 +23,70 @@ msgstr ""
msgid "Line contains spacing inconsistencies."
msgstr ""

#: coalib/processes/BearRunner.py:226
#: coalib/processes/BearRunner.py:188
msgid "An internal error occurred."
msgstr ""

#: coalib/processes/BearRunner.py:228
#: coalib/processes/BearRunner.py:190
msgid "The given file through the queue is not in the file dictionary."
msgstr ""

#: coalib/processes/BearRunner.py:263
#: coalib/processes/BearRunner.py:225
msgid "A given local bear ({}) is not valid. Leaving it out..."
msgstr ""

#: coalib/processes/BearRunner.py:280
#: coalib/processes/BearRunner.py:242
msgid "A given global bear ({}) is not valid. Leaving it out..."
msgstr ""

#: coalib/processes/BearRunner.py:300
#: coalib/processes/BearRunner.py:262
#, python-brace-format
msgid ""
"The bear {bear} failed to run with the arguments {arglist}, {kwarglist}. "
"Skipping bear..."
msgstr ""

#: coalib/processes/BearRunner.py:303
#: coalib/processes/BearRunner.py:265
#, python-brace-format
msgid "Traceback for error in bear {bear}:"
msgstr ""

#: coalib/processes/BearRunner.py:317
#: coalib/processes/BearRunner.py:279
#, python-brace-format
msgid ""
"The results from the bear {bear} couldn't be processed with arguments "
"{arglist}, {kwarglist}."
msgstr ""

#: coalib/processes/BearRunner.py:320
#: coalib/processes/BearRunner.py:282
#, python-brace-format
msgid ""
"The return value of the {bear} is an instance of {ret} but should be an "
"instance of list."
msgstr ""

#: coalib/processes/BearRunner.py:327
#: coalib/processes/BearRunner.py:289
#, python-brace-format
msgid ""
"The results from the bear {bear} could only bepartially processed with "
"arguments {arglist}, {kwarglist}"
msgstr ""

#: coalib/processes/BearRunner.py:331
#: coalib/processes/BearRunner.py:293
#, python-brace-format
msgid ""
"One of the results in the list for the bear {bear} is an instance of {ret} "
"but it should be an instance of Result"
msgstr ""

#: coalib/processes/SectionExecutor.py:203
#: coalib/processes/SectionExecutor.py:236
msgid ""
"Failed to read file '{}'. It seems to contain non-unicode characters. "
"Leaving it out."
msgstr ""

#. pragma: no cover
#: coalib/processes/SectionExecutor.py:207
#: coalib/processes/SectionExecutor.py:240
msgid "Failed to read file '{}' because of an unknown error. Leaving it out."
msgstr ""

Expand Down Expand Up @@ -157,9 +164,12 @@ msgstr ""
msgid "The following options are applicable to this result:"
msgstr ""

#: coalib/output/ConsoleInteractor.py:108
msgid ""
"Please enter the number of the action you want to execute. (0 is no action) "
#: coalib/output/ConsoleInteractor.py:103
msgid "Do nothing."
msgstr ""

#: coalib/output/ConsoleInteractor.py:109
msgid "Please enter the number of the action you want to execute. "
msgstr ""

#: coalib/output/ConsoleInteractor.py:117
Expand Down Expand Up @@ -201,6 +211,26 @@ msgid ""
"module code raises an exception."
msgstr ""

#. Ctrl+C
#: coalib/coala.py:53
msgid "Program terminated by user."
msgstr ""

#. Ctrl+D
#: coalib/coala.py:56
msgid "Found EOF. Exiting gracefully."
msgstr ""

#: coalib/coala.py:60
msgid "An unknown error occurred."
msgstr ""

#: coalib/coala.py:62
msgid ""
"During execution of coala an exception was raised. This should never happen. "
"When asked for, the following information may help investigating:"
msgstr ""

#: coalib/settings/SectionFiller.py:47
msgid "One of the given bears ({}) has no attribute get_non_optional_settings."
msgstr ""
Expand All @@ -213,7 +243,7 @@ msgstr ""
msgid "Optional, defaults to '{}'."
msgstr ""

#: coalib/settings/FunctionMetadata.py:98
#: coalib/settings/FunctionMetadata.py:87
#, python-brace-format
msgid "Unable to convert {param} to the desired data type."
msgstr ""
Expand All @@ -239,30 +269,20 @@ msgstr ""

#. Do not change this translation without changing it in the code also!
#: coalib/tests/misc/i18nTest.py:37 coalib/tests/misc/i18nTest.py:42
#: coalib/tests/bears/BearTest.py:26 coalib/tests/bears/BearTest.py:73
#: coalib/tests/bears/BearTest.py:20 coalib/tests/bears/BearTest.py:58
msgid "A string to test translations."
msgstr ""

#: coalib/tests/misc/i18nTest.py:48
msgid "A not directly translated test string."
msgstr ""

#: coalib/tests/bears/BearTest.py:68 coalib/tests/bears/BearTest.py:82
#: coalib/bears/Bear.py:78
msgid "Setting up bear {}..."
msgstr ""

#: coalib/tests/bears/BearTest.py:71 coalib/tests/bears/BearTest.py:84
#: coalib/bears/Bear.py:81
#: coalib/tests/bears/BearTest.py:55 coalib/tests/bears/BearTest.py:65
#: coalib/bears/Bear.py:72
msgid "Running bear {}..."
msgstr ""

#: coalib/tests/bears/BearTest.py:75 coalib/tests/bears/BearTest.py:86
#: coalib/bears/Bear.py:84
msgid "Tearing down bear {}..."
msgstr ""

#: coalib/tests/bears/BearTest.py:88 coalib/bears/Bear.py:90
#: coalib/tests/bears/BearTest.py:67 coalib/bears/Bear.py:76
msgid ""
"Bear {} failed to run. Take a look at debug messages for further information."
msgstr ""
Expand Down Expand Up @@ -292,7 +312,7 @@ msgstr ""
msgid "{} is not accessible and will be ignored!"
msgstr ""

#: coalib/bears/Bear.py:93
#: coalib/bears/Bear.py:79
#, python-brace-format
msgid ""
"The bear {bear} raised an exception. If you are the writer of this bear, "
Expand Down Expand Up @@ -331,32 +351,32 @@ msgid "Type of logging (console or any filename)"
msgstr ""

#: coalib/parsing/DefaultArgParser.py:37
msgid "Enum('ERR','WARN','DEBUG') to set level of log output"
msgid "Enum('ERROR','WARNING','DEBUG') to set level of log output"
msgstr ""

#: coalib/parsing/DefaultArgParser.py:44
#: coalib/parsing/DefaultArgParser.py:45
msgid "Type of output (console or none)"
msgstr ""

#: coalib/parsing/DefaultArgParser.py:50
#: coalib/parsing/DefaultArgParser.py:51
msgid "Configuration file to be used, defaults to .coafile"
msgstr ""

#: coalib/parsing/DefaultArgParser.py:56
#: coalib/parsing/DefaultArgParser.py:57
msgid ""
"Filename of file to be saved to, if provided with no arguments, settings "
"will be stored back to the file given by -c"
msgstr ""

#: coalib/parsing/DefaultArgParser.py:64
#: coalib/parsing/DefaultArgParser.py:65
msgid "Arbitrary settings in the form of section.key=value"
msgstr ""

#: coalib/parsing/DefaultArgParser.py:70
#: coalib/parsing/DefaultArgParser.py:71
msgid "Number of processes to be allowed to run at once"
msgstr ""

#: coalib/parsing/DefaultArgParser.py:77
#: coalib/parsing/DefaultArgParser.py:78
msgid "Enum('YES','NO','ASK') to set whether to apply changes"
msgstr ""

Expand All @@ -368,27 +388,33 @@ msgstr ""
msgid "Parentheses of pattern are not matching"
msgstr ""

#. Ctrl+C
#: coala:56
msgid "Program terminated by user."
msgstr ""

#. Ctrl+D
#: coala:59
msgid "Found EOF. Exiting gracefully."
msgstr ""

#: coala:64
msgid "An unknown error occurred."
msgstr ""

#: coala:66
#: tmp/doc_strings:1
msgid ""
"During execution of coala an exception was raised. This should never happen. "
"When asked for, the following information may help investigating:"
"Retrieves similarities for code clone detection. Those can be reused in\n"
"another bear to produce results.\n"
"\n"
":param condition_list: A comma seperated list of counting\n"
" conditions. Possible values are: used,\n"
" returned, is_condition, in_condition,\n"
" is_assignee, is_assigner, loop_content.\n"
" Weightings can be assigned to each\n"
" condition due to providing a dict\n"
" value, i.e. having used weighted in\n"
" half as much as other conditions would\n"
" simply be: \"used: 0.5, is_assignee\".\n"
" Weightings default to 1 if unset."
msgstr ""

#: tmp/doc_strings:14
msgid ""
"Checks the given code for similar functions that are probably\n"
"redundant.\n"
"\n"
":param max_clone_difference: The maximum difference a clone should\n"
" have."
msgstr ""

#: tmp/doc_strings:1
#: tmp/doc_strings:19
msgid ""
"Prints this node and all child nodes recursively in the style of:\n"
"\n"
Expand All @@ -404,7 +430,7 @@ msgid ""
" spaces for child nodes."
msgstr ""

#: tmp/doc_strings:13
#: tmp/doc_strings:31
msgid ""
"Checks the code files for given keywords.\n"
"\n"
Expand All @@ -414,19 +440,19 @@ msgid ""
" insensitive)."
msgstr ""

#: tmp/doc_strings:19
#: tmp/doc_strings:37
msgid ""
"Yields results for all lines longer than the given maximum line length.\n"
"\n"
":param max_line_length: Maximum number of characters for a line.\n"
":param tab_width: Number of spaces to show for one tab."
msgstr ""

#: tmp/doc_strings:23
#: tmp/doc_strings:41
msgid "Counts the lines of each file."
msgstr ""

#: tmp/doc_strings:24
#: tmp/doc_strings:42
msgid ""
"Checks the space consistency for each line.\n"
"\n"
Expand All @@ -438,7 +464,7 @@ msgid ""
" tab."
msgstr ""

#: tmp/doc_strings:32
#: tmp/doc_strings:50
msgid ""
"Test description. Do not translate except german.\n"
"\n"
Expand Down

0 comments on commit f7c602d

Please sign in to comment.