diff --git a/articles/serving-xhtml/index.de.html b/articles/serving-xhtml/index.de.html index 62cd6bf2..5a594be5 100644 --- a/articles/serving-xhtml/index.de.html +++ b/articles/serving-xhtml/index.de.html @@ -26,7 +26,8 @@ f.sources = '' // describes sources of information // TRANSLATORS should fill in these assignments: -f.translators = 'Gunnar Bittersmann mit Juliane Wünsche' // translator(s) and their affiliation - a elements allowed, but use double quotes for attributes +f.translators = 'Gunnar Bittersmann' // translator(s) and their affiliation - a elements allowed, but use double quotes for attributes +f.translationContributors = 'Juliane Wünsche' // people providing useful contributions or feedback to this translation f.breadcrumb = 'other' diff --git a/javascript/boilerplate-text/boilerplate-de.js b/javascript/boilerplate-text/boilerplate-de.js index 0c09c86b..d8dbd03f 100644 --- a/javascript/boilerplate-text/boilerplate-de.js +++ b/javascript/boilerplate-text/boilerplate-de.js @@ -131,4 +131,5 @@ s.quickanswer = "Kurze Antwort" // heading s.longeranswer = "Details" // heading s.additionalinfo = "Weitere Informationen" // heading that sometimes follows 'Details' s.acknowledgements = "Vielen Dank für die Beiträge und Kommentare zu diesem Artikel an:" // used at bottom of page to list people who provided feedback. The list comes after this text. +s.translationAcknowledgements = "Vielen Dank für die Beiträge und Kommentare zu dieser Übersetzung an:" // used at bottom of page to list people who provided feedback to the translation. The list comes after this text. s.cookieMsg = "If you let the browser set a cookie, you will continue to see W3C Internationalization Activity pages (where available) in the language you chose. Do you want to set the cookie?" // this text is to be copied to another location diff --git a/javascript/boilerplate-text/boilerplate-en.js b/javascript/boilerplate-text/boilerplate-en.js index cfcf7efe..4f0f8293 100644 --- a/javascript/boilerplate-text/boilerplate-en.js +++ b/javascript/boilerplate-text/boilerplate-en.js @@ -129,5 +129,6 @@ s.quickanswer = "Quick answer" // heading s.longeranswer = "Details" // heading that follows 'Quick answer' s.additionalinfo = "Additional information" // heading that sometimes follows 'Details' s.acknowledgements = "Thanks also to the following people whose contribution or feedback was included:" // used at bottom of page to list people who provided feedback. The list comes after this text. +s.translationAcknowledgements = "Thanks also to the following people whose contribution or feedback was included in this translation:" // used at bottom of page to list people who provided feedback to the translation. The list comes after this text. s.cookieMsg = "If you let the browser set a cookie, you will continue to see W3C Internationalization Activity pages (where available) in the language you chose. Do you want to set the cookie?" // this text is to be copied to another location //s.supercededTranslation = 'Avertissement : Ceci est une version dépassée de ce document! Il est recommandé de lire la dernière version et si vous le pouvez, de modifier le marque-page ou le lien qui vous a redirigé ici.' \ No newline at end of file diff --git a/javascript/boilerplate-text/boilerplate-pl.js b/javascript/boilerplate-text/boilerplate-pl.js index 27c4c3d7..3ffa2d30 100644 --- a/javascript/boilerplate-text/boilerplate-pl.js +++ b/javascript/boilerplate-text/boilerplate-pl.js @@ -129,4 +129,5 @@ s.quickanswer = "Quick answer" // heading s.longeranswer = "Longer answer" // heading s.additionalinfo = "Additional information" // heading that sometimes follows 'Details' s.acknowledgements = "Thanks also to the following people whose contribution or feedback was included:" // used at bottom of page to list people who provided feedback. The list comes after this text. +s.translationAcknowledgements = "Thanks also to the following people whose contribution or feedback was included in this translation:" // used at bottom of page to list people who provided feedback to the translation. The list comes after this text. s.cookieMsg = "If you let the browser set a cookie, you will continue to see W3C Internationalization Activity pages (where available) in the language you chose. Do you want to set the cookie?" // this text is to be copied to another location diff --git a/javascript/doc-structure/article.js b/javascript/doc-structure/article.js index 898cf74a..4a5acd91 100644 --- a/javascript/doc-structure/article.js +++ b/javascript/doc-structure/article.js @@ -204,6 +204,7 @@ if (g.isTranslation) translatorCredit = s.translatedBy+' '+f.translators+s.sente var credits = "
"+s.author+' '+f.authors+s.sentenceDelimiter+' '+previousCredit+modCredit+translatorCredit+"
" if (f.contributors && f.contributors != '') credits += ""+s.acknowledgements+" "+f.contributors+"
" +if (f.translationContributors && f.translationContributors != '') credits += ""+s.translationAcknowledgements+" "+f.translationContributors+"
" if (f.sources && f.sources != '') credits += ""+f.sources+"
" diff --git a/questions/qa-chars-vs-markup.pl.html b/questions/qa-chars-vs-markup.pl.html index ef6a011f..b1f1fa02 100644 --- a/questions/qa-chars-vs-markup.pl.html +++ b/questions/qa-chars-vs-markup.pl.html @@ -26,7 +26,8 @@ f.sources = '' // describes sources of information // TRANSLATORS should fill in these assignments: -f.translators = 'Gunnar Bittersmann, korekta: Michał Kreft' // translator(s) and their affiliation - a elements allowed, but use double quotes for attributes +f.translators = 'Gunnar Bittersmann' // translator(s) and their affiliation - a elements allowed, but use double quotes for attributes +f.translationContributors = 'Michał Kreft' // people providing useful contributions or feedback to this translation f.breadcrumb = 'characters' diff --git a/questions/qa-when-lang-neg.de.html b/questions/qa-when-lang-neg.de.html index adafc604..c0dcbea7 100644 --- a/questions/qa-when-lang-neg.de.html +++ b/questions/qa-when-lang-neg.de.html @@ -26,7 +26,8 @@ f.sources = '' // describes sources of information // TRANSLATORS should fill in these assignments: -f.translators = 'Gunnar Bittersmann mit Juliane Wünsche' // translator(s) and their affiliation - a elements allowed, but use double quotes for attributes +f.translators = 'Gunnar Bittersmann' // translator(s) and their affiliation - a elements allowed, but use double quotes for attributes +f.translationContributors = 'Juliane Wünsche' // people providing useful contributions or feedback to this translation f.breadcrumb = 'navigation'