Changeset - 3cc963a1b00c
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 7 years ago 2019-03-10 21:51:06
thomas.de_schampheleire@nokia.com
i18n: de: fix syntax error

Weblate reports:

msgmerge --no-wrap --backup=none --previous --update /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/de/LC_MESSAGES/kallithea.po /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/kallithea.pot

/home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/de/LC_MESSAGES/kallithea.po:1709: end-of-line within string
/home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/de/LC_MESSAGES/kallithea.po:1709:6: syntax error
msgmerge: found 2 fatal errors


Problem introduced in commit 0add693c626bade1f86a587d83375c84b69df881
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/i18n/de/LC_MESSAGES/kallithea.po
Show inline comments
 
@@ -1660,97 +1660,96 @@ msgid ""
 
msgstr ""
 

	
 
#: kallithea/model/notification.py:307
 
msgid "Closing"
 
msgstr "Schließen"
 

	
 
#: kallithea/model/pull_request.py:76
 
#, fuzzy, python-format
 
msgid "%(user)s wants you to review pull request %(pr_nice_id)s: %(pr_title)s"
 
msgstr "%(user)s möchte ein Review des Pull Request #%(pr_id)s: %(pr_title)s"
 

	
 
#: kallithea/model/pull_request.py:211
 
#, fuzzy, python-format
 
#| msgid "Error creating pull request: %s"
 
msgid "Cannot create empty pull request"
 
msgstr "Fehler beim Erstellen des Pull-Requests: %s"
 

	
 
#: kallithea/model/pull_request.py:219
 
#, python-format
 
msgid ""
 
"Cannot create pull request - criss cross merge detected, please merge a "
 
"later %s revision to %s"
 
msgstr ""
 

	
 
#: kallithea/model/pull_request.py:247 kallithea/model/pull_request.py:382
 
msgid "You are not authorized to create the pull request"
 
msgstr ""
 

	
 
#: kallithea/model/pull_request.py:341
 
#, fuzzy
 
#| msgid "Missing changesets since the previous pull request:"
 
msgid "Missing changesets since the previous iteration:"
 
msgstr "Fehlende Changesets seit letztem Pull Request:"
 

	
 
#: kallithea/model/pull_request.py:348
 
#, fuzzy, python-format
 
#| msgid "New changesets on %s %s since the previous pull request:"
 
msgid "New changesets on %s %s since the previous iteration:"
 
msgstr "Neue Changesets in %s %s seit dem letzten Pull Request:"
 

	
 
#: kallithea/model/pull_request.py:355
 
#, fuzzy
 
#| msgid "Ancestor didn't change - show diff since previous version:"
 
msgid "Ancestor didn't change - diff since previous iteration:"
 
msgstr "Vorgänger unverändert - zeige Diff zu lezter Version:"
 

	
 
#: kallithea/model/pull_request.py:362
 
#, fuzzy, python-format
 
#| msgid "" "
 
msgid ""
 
"This iteration is based on another %s revision and there is no simple "
 
"diff."
 
msgstr ""
 
"Dieser Pull Request basiert auf einer anderen %s Revision. Daher ist kein"
 
" Simple Diff verfügbar."
 

	
 
#: kallithea/model/pull_request.py:364
 
#, fuzzy, python-format
 
#| msgid "No changes found on %s %s since previous version."
 
msgid "No changes found on %s %s since previous iteration."
 
msgstr "Keine Änderungen seit der letzten Version gefunden in %s %s."
 

	
 
#: kallithea/model/pull_request.py:390
 
#, python-format
 
msgid "Closed, next iteration: %s ."
 
msgstr ""
 

	
 
#: kallithea/model/scm.py:697
 
msgid "latest tip"
 
msgstr "Letzter Tip"
 

	
 
#: kallithea/model/user.py:189
 
msgid "New user registration"
 
msgstr "Neue Benutzerregistrierung"
 

	
 
#: kallithea/model/user.py:253
 
#, fuzzy
 
msgid "You can't remove this user since it is crucial for the entire application"
 
msgstr ""
 
"Sie können diesen Benutzer nicht löschen, da er von entscheidender "
 
"Bedeutung für die gesamte Applikation ist"
 

	
 
#: kallithea/model/user.py:258
 
#, python-format
 
msgid ""
 
"User \"%s\" still owns %s repositories and cannot be removed. Switch "
 
"owners or remove those repositories: %s"
 
msgstr ""
 
"Der Benutzer \"%s\" besitzt noch immer %s Repositories und kann daher "
 
"nicht entfernt werden. Entweder muss der Besitzer geändert oder das "
 
"Repository entfernt werden: %s"
 

	
 
#: kallithea/model/user.py:263
 
#, python-format
 
msgid ""
 
"User \"%s\" still owns %s repository groups and cannot be removed. Switch"
 
" owners or remove those repository groups: %s"
0 comments (0 inline, 0 general)