Patch #4760
closedCorrect two german localisation problems
50%
Description
There is one untranslated word in the following two lines, this patch fixes it. Please integrate into the main code (is still wrong in r3388).
Index: config/locales/de.yml
===================================================================
--- config/locales/de.yml (Revision 67)
++ config/locales/de.yml (Arbeitskopie)@ -762,8 +762,8
@
text_unallowed_characters: Nicht erlaubte Zeichen
text_comma_separated: Mehrere Werte erlaubt (durch Komma getrennt).
text_issues_ref_in_commit_messages: Ticket-Beziehungen und Status in Commit-Log-Meldungen text_issue_added: "Ticket {{id}} wurde erstellt by {{author}}."
- text_issue_updated: "Ticket {{id}} wurde aktualisiert by {{author}}."
text_issue_added: "Ticket {{id}} wurde erstellt von {{author}}."
+ text_issue_updated: "Ticket {{id}} wurde aktualisiert von {{author}}."
text_wiki_destroy_confirmation: Sind Sie sicher, dass Sie dieses Wiki mit sämtlichem Inhalt löschen möchten?
text_issue_category_destroy_question: "Einige Tickets ({{count}}) sind dieser Kategorie zugeodnet. Was möchten Sie tun?"
text_issue_category_destroy_assignments: Kategorie-Zuordnung entfernen
Files
Updated by Marcel Waldvogel almost 15 years ago
- File de-fix-by.patch de-fix-by.patch added
- Assignee deleted (
Azamat Hackimov)
Also attached the patch as it was mangled.
Updated by Azamat Hackimov almost 15 years ago
- Due date set to 2010-02-09
- Status changed from New to Closed
- Target version set to 0.9.3
Fixed, thank you for reporting.