forked from AuroraMiddleware/gtk
printing: Better typography
Use U+2013 for ranges. https://bugzilla.gnome.org/show_bug.cgi?id=735192
This commit is contained in:
parent
05a9006715
commit
0192f3fe2d
@ -282,7 +282,7 @@
|
|||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="receives_default">False</property>
|
<property name="receives_default">False</property>
|
||||||
<property name="tooltip_text" translatable="yes">Specify one or more page ranges,
|
<property name="tooltip_text" translatable="yes">Specify one or more page ranges,
|
||||||
e.g. 1-3,7,11</property>
|
e.g. 1–3, 7, 11</property>
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
<property name="xalign">0</property>
|
<property name="xalign">0</property>
|
||||||
<property name="active">True</property>
|
<property name="active">True</property>
|
||||||
@ -303,14 +303,14 @@
|
|||||||
<property name="sensitive">False</property>
|
<property name="sensitive">False</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="tooltip_text" translatable="yes">Specify one or more page ranges,
|
<property name="tooltip_text" translatable="yes">Specify one or more page ranges,
|
||||||
e.g. 1-3,7,11</property>
|
e.g. 1–3, 7, 11</property>
|
||||||
<property name="invisible_char">•</property>
|
<property name="invisible_char">•</property>
|
||||||
<property name="activates_default">True</property>
|
<property name="activates_default">True</property>
|
||||||
<child internal-child="accessible">
|
<child internal-child="accessible">
|
||||||
<object class="AtkObject" id="page_range_entry-atkobject">
|
<object class="AtkObject" id="page_range_entry-atkobject">
|
||||||
<property name="AtkObject::accessible-name" translatable="yes">Pages</property>
|
<property name="AtkObject::accessible-name" translatable="yes">Pages</property>
|
||||||
<property name="AtkObject::accessible-description" translatable="yes">Specify one or more page ranges,
|
<property name="AtkObject::accessible-description" translatable="yes">Specify one or more page ranges,
|
||||||
e.g. 1-3,7,11</property>
|
e.g. 1–3, 7, 11</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
@ -11,12 +11,12 @@ N_("C_urrent Page");
|
|||||||
N_("Se_lection");
|
N_("Se_lection");
|
||||||
N_("Pag_es:");
|
N_("Pag_es:");
|
||||||
N_("Specify one or more page ranges,\n"
|
N_("Specify one or more page ranges,\n"
|
||||||
" e.g. 1-3,7,11");
|
" e.g. 1?3, 7, 11");
|
||||||
N_("Specify one or more page ranges,\n"
|
N_("Specify one or more page ranges,\n"
|
||||||
" e.g. 1-3,7,11");
|
" e.g. 1?3, 7, 11");
|
||||||
N_("Pages");
|
N_("Pages");
|
||||||
N_("Specify one or more page ranges,\n"
|
N_("Specify one or more page ranges,\n"
|
||||||
" e.g. 1-3,7,11");
|
" e.g. 1?3, 7, 11");
|
||||||
N_("Copies");
|
N_("Copies");
|
||||||
N_("Copie_s:");
|
N_("Copie_s:");
|
||||||
N_("C_ollate");
|
N_("C_ollate");
|
||||||
@ -53,20 +53,20 @@ N_("_Now");
|
|||||||
/* this is one of the choices for the print at option in the print dialog. It also serves as the label for an entry that allows the user to enter a time. */
|
/* this is one of the choices for the print at option in the print dialog. It also serves as the label for an entry that allows the user to enter a time. */
|
||||||
N_("A_t:");
|
N_("A_t:");
|
||||||
N_("Specify the time of print,\n"
|
N_("Specify the time of print,\n"
|
||||||
" e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm");
|
" e.g. 15?30, 2?35 pm, 14?15?20, 11?46?30 am, 4 pm");
|
||||||
|
|
||||||
/* Ability to parse the am/pm format depends on actual locale. You can remove the am/pm values below for your locale if they are not supported. */
|
/* Ability to parse the am/pm format depends on actual locale. You can remove the am/pm values below for your locale if they are not supported. */
|
||||||
N_("Specify the time of print,\n"
|
N_("Specify the time of print,\n"
|
||||||
" e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm");
|
" e.g. 15?30, 2?35 pm, 14?15?20, 11?46?30 am, 4 pm");
|
||||||
N_("Specify the time of print,\n"
|
N_("Specify the time of print,\n"
|
||||||
" e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm");
|
" e.g. 15?30, 2?35 pm, 14?15?20, 11?46?30 am, 4 pm");
|
||||||
|
|
||||||
/* Ability to parse the am/pm format depends on actual locale. You can remove the am/pm values below for your locale if they are not supported. */
|
/* Ability to parse the am/pm format depends on actual locale. You can remove the am/pm values below for your locale if they are not supported. */
|
||||||
N_("Specify the time of print,\n"
|
N_("Specify the time of print,\n"
|
||||||
" e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm");
|
" e.g. 15?30, 2?35 pm, 14?15?20, 11?46?30 am, 4 pm");
|
||||||
N_("Time of print");
|
N_("Time of print");
|
||||||
N_("Specify the time of print,\n"
|
N_("Specify the time of print,\n"
|
||||||
" e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm");
|
" e.g. 15?30, 2?35 pm, 14?15?20, 11?46?30 am, 4 pm");
|
||||||
|
|
||||||
/* this is one of the choices for the print at option in the print dialog. It means that the print job will not be printed until it explicitly gets 'released'. */
|
/* this is one of the choices for the print at option in the print dialog. It means that the print job will not be printed until it explicitly gets 'released'. */
|
||||||
N_("On _hold");
|
N_("On _hold");
|
||||||
|
Loading…
Reference in New Issue
Block a user