simplify version number display a bit

This commit is contained in:
Jeff Atwood 2014-03-12 17:13:39 -07:00
parent 5f34a621b5
commit aea608c81c
10 changed files with 10 additions and 10 deletions

View File

@ -996,7 +996,7 @@ cs:
previous: Předchozí revize previous: Předchozí revize
next: Další revize next: Další revize
last: Poslední revize last: Poslední revize
comparing_previous_to_current_out_of_total: '<strong>#{{previous}}</strong> vs. <strong>#{{current}}</strong> / {{total}}' comparing_previous_to_current_out_of_total: '<strong>{{previous}}</strong> vs <strong>{{current}}</strong> / {{total}}'
displays: displays:
inline: inline:
title: Show the rendered output with additions and removals inline title: Show the rendered output with additions and removals inline

View File

@ -973,7 +973,7 @@ da:
previous: "Forrige udgave" previous: "Forrige udgave"
next: "Næste udgave" next: "Næste udgave"
last: "Sidste udgave" last: "Sidste udgave"
comparing_previous_to_current_out_of_total: "<strong>#{{previous}}</strong> vs. <strong>#{{current}}</strong> / {{total}}" comparing_previous_to_current_out_of_total: "<strong>{{previous}}</strong> vs <strong>{{current}}</strong> / {{total}}"
displays: displays:
inline: inline:
title: "Vis det renderede output med tilføjelser og ændringer indlejret" title: "Vis det renderede output med tilføjelser og ændringer indlejret"

View File

@ -1007,7 +1007,7 @@ de:
previous: "Vorherige Revision" previous: "Vorherige Revision"
next: "Nächste Revision" next: "Nächste Revision"
last: "Letzte Revision" last: "Letzte Revision"
comparing_previous_to_current_out_of_total: "<strong>#{{previous}}</strong> vs. <strong>#{{current}}</strong> / {{total}}" comparing_previous_to_current_out_of_total: "<strong>{{previous}}</strong> vs <strong>{{current}}</strong> / {{total}}"
displays: displays:
inline: inline:
title: "Zeige die Änderungen inline an" title: "Zeige die Änderungen inline an"

View File

@ -1042,7 +1042,7 @@ en:
previous: "Previous revision" previous: "Previous revision"
next: "Next revision" next: "Next revision"
last: "Last revision" last: "Last revision"
comparing_previous_to_current_out_of_total: "<strong>#{{previous}}</strong> vs. <strong>#{{current}}</strong> / {{total}}" comparing_previous_to_current_out_of_total: "<strong>{{previous}}</strong> vs <strong>{{current}}</strong> / {{total}}"
displays: displays:
inline: inline:
title: "Show the rendered output with additions and removals inline" title: "Show the rendered output with additions and removals inline"

View File

@ -1030,7 +1030,7 @@ fr:
previous: "Révision précédente" previous: "Révision précédente"
next: "Révision suivante" next: "Révision suivante"
last: "Dernière révision" last: "Dernière révision"
comparing_previous_to_current_out_of_total: "<strong>#{{previous}}</strong> vs. <strong>#{{current}}</strong> / {{total}}" comparing_previous_to_current_out_of_total: "<strong>{{previous}}</strong> vs <strong>{{current}}</strong> / {{total}}"
displays: displays:
inline: inline:
title: "Afficher le rendu avec les ajouts et les retraits en ligne" title: "Afficher le rendu avec les ajouts et les retraits en ligne"

View File

@ -962,7 +962,7 @@ ja:
previous: "一つ前のリビジョン" previous: "一つ前のリビジョン"
next: "次のリビジョン" next: "次のリビジョン"
last: "最後のリビジョン" last: "最後のリビジョン"
comparing_previous_to_current_out_of_total: "<strong>#{{previous}}</strong> vs. <strong>#{{current}}</strong> ({{total}}のうち)" comparing_previous_to_current_out_of_total: "<strong>{{previous}}</strong> vs <strong>{{current}}</strong> ({{total}}のうち)"
displays: displays:
inline: inline:
title: "追加・削除箇所をインラインで表示" title: "追加・削除箇所をインラインで表示"

View File

@ -989,7 +989,7 @@ nl:
previous: "Vorige revisie" previous: "Vorige revisie"
next: "Volgende revisie" next: "Volgende revisie"
last: "Laatste revisie" last: "Laatste revisie"
comparing_previous_to_current_out_of_total: "<strong>#{{previous}}</strong> vs. <strong>#{{current}}</strong> / {{total}}" comparing_previous_to_current_out_of_total: "<strong>{{previous}}</strong> vs <strong>{{current}}</strong> / {{total}}"
displays: displays:
inline: inline:
title: "Toon de het gerenderde bericht met wijzigingen als één geheel" title: "Toon de het gerenderde bericht met wijzigingen als één geheel"

View File

@ -1054,7 +1054,7 @@ ru:
previous: 'Предыдущая версия' previous: 'Предыдущая версия'
next: 'Следующая версия' next: 'Следующая версия'
last: 'Последняя версия' last: 'Последняя версия'
comparing_previous_to_current_out_of_total: '<strong>#{{previous}}</strong> vs. <strong>#{{current}}</strong> / {{total}}' comparing_previous_to_current_out_of_total: '<strong>{{previous}}</strong> vs <strong>{{current}}</strong> / {{total}}'
displays: displays:
inline: inline:
title: 'Отобразить сообщение с включенными добавлениями и удалениями.' title: 'Отобразить сообщение с включенными добавлениями и удалениями.'

View File

@ -955,7 +955,7 @@ sv:
previous: "Tidigare revision" previous: "Tidigare revision"
next: "Nästa revision" next: "Nästa revision"
last: "Sista revisionen" last: "Sista revisionen"
comparing_previous_to_current_out_of_total: "<strong>#{{previous}}</strong> vs. <strong>#{{current}}</strong> (av {{total}})" comparing_previous_to_current_out_of_total: "<strong>{{previous}}</strong> vs <strong>{{current}}</strong> (av {{total}})"
displays: displays:
inline: inline:
title: "Show the rendered output with additions and removals inline" title: "Show the rendered output with additions and removals inline"

View File

@ -1002,7 +1002,7 @@ zh_CN:
previous: "前一次修改" previous: "前一次修改"
next: "下一次修改" next: "下一次修改"
last: "上一次修改" last: "上一次修改"
comparing_previous_to_current_out_of_total: "<strong>#{{previous}}</strong> vs. <strong>#{{current}}</strong> / {{total}}" comparing_previous_to_current_out_of_total: "<strong>{{previous}}</strong> vs <strong>{{current}}</strong> / {{total}}"
displays: displays:
inline: inline:
title: "在生成的结果中显示增加和删除的内容" title: "在生成的结果中显示增加和删除的内容"