# The same sentence with a doubled and a single apostrophe, with and without arguments

apos.doubled = Order {0} can''t be shipped yet.
apos.single  = Order {0} can't be shipped yet.

with an argument:    doubled -> Order A-1 can't be shipped yet.
with an argument:    single  -> Order A-1 cant be shipped yet.
without arguments:   doubled -> Order {0} can''t be shipped yet.
without arguments:   single  -> Order {0} can't be shipped yet.
