simplify copy around merge and split
This commit is contained in:
parent
2aa487d2c8
commit
f46b619547
|
@ -461,7 +461,7 @@ da:
|
||||||
invisible: "Gør usynlig"
|
invisible: "Gør usynlig"
|
||||||
visible: "Gør synlig"
|
visible: "Gør synlig"
|
||||||
reset_read: "Glem hvilke emner jeg har læst"
|
reset_read: "Glem hvilke emner jeg har læst"
|
||||||
multi_select: "Select for Merge/Split"
|
multi_select: "Select Posts to Move"
|
||||||
convert_to_topic: "Konvertér til normalt emne"
|
convert_to_topic: "Konvertér til normalt emne"
|
||||||
|
|
||||||
reply:
|
reply:
|
||||||
|
|
|
@ -642,7 +642,7 @@ en:
|
||||||
invisible: "Make Invisible"
|
invisible: "Make Invisible"
|
||||||
visible: "Make Visible"
|
visible: "Make Visible"
|
||||||
reset_read: "Reset Read Data"
|
reset_read: "Reset Read Data"
|
||||||
multi_select: "Select for Merge/Split"
|
multi_select: "Select Posts to Move"
|
||||||
convert_to_topic: "Convert to Regular Topic"
|
convert_to_topic: "Convert to Regular Topic"
|
||||||
|
|
||||||
reply:
|
reply:
|
||||||
|
@ -697,18 +697,18 @@ en:
|
||||||
cancel: "Show all posts in this topic again."
|
cancel: "Show all posts in this topic again."
|
||||||
|
|
||||||
split_topic:
|
split_topic:
|
||||||
title: "Split Topic"
|
title: "Move to New Topic"
|
||||||
action: "split topic"
|
action: "move to new topic"
|
||||||
topic_name: "New Topic Name:"
|
topic_name: "New Topic Name:"
|
||||||
error: "There was an error splitting that topic."
|
error: "There was an error moving posts to the new topic."
|
||||||
instructions:
|
instructions:
|
||||||
one: "You are about to create a new topic and populate it with the post you've selected."
|
one: "You are about to create a new topic and populate it with the post you've selected."
|
||||||
other: "You are about to create a new topic and populate it with the <b>{{count}}</b> posts you've selected."
|
other: "You are about to create a new topic and populate it with the <b>{{count}}</b> posts you've selected."
|
||||||
|
|
||||||
merge_topic:
|
merge_topic:
|
||||||
title: "Merge Topic"
|
title: "Move to Existing Topic"
|
||||||
action: "merge topic"
|
action: "move to existing topic"
|
||||||
error: "There was an error merging that topic."
|
error: "There was an error moving posts into that topic."
|
||||||
instructions:
|
instructions:
|
||||||
one: "Please choose the topic you'd like to move that post to."
|
one: "Please choose the topic you'd like to move that post to."
|
||||||
other: "Please choose the topic you'd like to move those <b>{{count}}</b> posts to."
|
other: "Please choose the topic you'd like to move those <b>{{count}}</b> posts to."
|
||||||
|
|
|
@ -543,7 +543,7 @@ es:
|
||||||
invisible: "Make Invisible"
|
invisible: "Make Invisible"
|
||||||
visible: "Make Visible"
|
visible: "Make Visible"
|
||||||
reset_read: "Reset Read Data"
|
reset_read: "Reset Read Data"
|
||||||
multi_select: "Select for Merge/Split"
|
multi_select: "Select Posts to Move"
|
||||||
convert_to_topic: "Convert to Regular Topic"
|
convert_to_topic: "Convert to Regular Topic"
|
||||||
|
|
||||||
reply:
|
reply:
|
||||||
|
|
|
@ -422,7 +422,7 @@ id:
|
||||||
invisible: "Make Invisible"
|
invisible: "Make Invisible"
|
||||||
visible: "Make Visible"
|
visible: "Make Visible"
|
||||||
reset_read: "Reset Read Data"
|
reset_read: "Reset Read Data"
|
||||||
multi_select: "Select for Merge/Split"
|
multi_select: "Select Posts to Move"
|
||||||
convert_to_topic: "Convert to Regular Topic"
|
convert_to_topic: "Convert to Regular Topic"
|
||||||
|
|
||||||
reply:
|
reply:
|
||||||
|
|
Loading…
Reference in New Issue