Merge pull request #3329 from fantasticfears/patch-11
add missing period in the translation file
This commit is contained in:
commit
a3a6aa9843
|
@ -1041,15 +1041,15 @@ en:
|
||||||
pin_note: "Users can unpin the topic individually for themselves."
|
pin_note: "Users can unpin the topic individually for themselves."
|
||||||
already_pinned:
|
already_pinned:
|
||||||
zero: "There are no topics pinned in {{categoryLink}}."
|
zero: "There are no topics pinned in {{categoryLink}}."
|
||||||
one: "Topics currently pinned in {{categoryLink}}: <strong class='badge badge-notification unread'>1</strong>"
|
one: "Topics currently pinned in {{categoryLink}}: <strong class='badge badge-notification unread'>1</strong>."
|
||||||
other: "Topics currently pinned in {{categoryLink}}: <strong class='badge badge-notification unread'>{{count}}</strong>"
|
other: "Topics currently pinned in {{categoryLink}}: <strong class='badge badge-notification unread'>{{count}}</strong>."
|
||||||
pin_globally: "Make this topic appear at the top of all topic lists, until a staff member unpins it."
|
pin_globally: "Make this topic appear at the top of all topic lists, until a staff member unpins it."
|
||||||
confirm_pin_globally: "You already have {{count}} globally pinned topics. Too many pinned topics may be a burden for new and anonymous users. Are you sure you want to pin another topic globally?"
|
confirm_pin_globally: "You already have {{count}} globally pinned topics. Too many pinned topics may be a burden for new and anonymous users. Are you sure you want to pin another topic globally?"
|
||||||
unpin_globally: "Remove this topic from the top of all topic lists."
|
unpin_globally: "Remove this topic from the top of all topic lists."
|
||||||
global_pin_note: "Users can unpin the topic individually for themselves."
|
global_pin_note: "Users can unpin the topic individually for themselves."
|
||||||
already_pinned_globally:
|
already_pinned_globally:
|
||||||
zero: "There are no topics pinned globally."
|
zero: "There are no topics pinned globally."
|
||||||
one: "Topics currently pinned globally: <strong class='badge badge-notification unread'>1</strong>"
|
one: "Topics currently pinned globally: <strong class='badge badge-notification unread'>1</strong>."
|
||||||
other: "Topics currently pinned globally: <strong class='badge badge-notification unread'>{{count}}</strong>."
|
other: "Topics currently pinned globally: <strong class='badge badge-notification unread'>{{count}}</strong>."
|
||||||
make_banner: "Make this topic into a banner that appears at the top of all pages."
|
make_banner: "Make this topic into a banner that appears at the top of all pages."
|
||||||
remove_banner: "Remove the banner that appears at the top of all pages."
|
remove_banner: "Remove the banner that appears at the top of all pages."
|
||||||
|
|
Loading…
Reference in New Issue