forked from AuroraMiddleware/gtk
Fix translator comments
They need to be exactly one line above a string to show up in .po files.
This commit is contained in:
parent
03c026e6b6
commit
bfaed659f1
@ -4771,12 +4771,12 @@ my_g_format_date_for_display (GtkFileChooserWidget *impl,
|
||||
0, 0, 0);
|
||||
days_ago = g_date_time_difference (now_date, date) / G_TIME_SPAN_DAY;
|
||||
|
||||
/* Translators: see g_date_time_format() for details on the format */
|
||||
if (days_ago < 1)
|
||||
{
|
||||
if (priv->show_time)
|
||||
format = "";
|
||||
else if (clock_format == CLOCK_FORMAT_24)
|
||||
/* Translators: see g_date_time_format() for details on the format */
|
||||
format = _("%H:%M");
|
||||
else
|
||||
format = _("%l:%M %p");
|
||||
|
@ -5425,10 +5425,10 @@ cups_printer_get_options (GtkPrinter *printer,
|
||||
"topsecret",
|
||||
"unclassified"
|
||||
};
|
||||
/* Translators, these strings are names for various 'standard' cover
|
||||
* pages that the printing system may support.
|
||||
*/
|
||||
char *cover_display_default[] = {
|
||||
/* Translators, these strings are names for various 'standard' cover
|
||||
* pages that the printing system may support.
|
||||
*/
|
||||
NC_("cover page", "None"),
|
||||
NC_("cover page", "Classified"),
|
||||
NC_("cover page", "Confidential"),
|
||||
@ -5701,8 +5701,8 @@ cups_printer_get_options (GtkPrinter *printer,
|
||||
cupsFreeOptions (num_opts, opts);
|
||||
|
||||
#ifdef HAVE_COLORD
|
||||
/* TRANSLATORS: this this the ICC color profile to use for this job */
|
||||
option = gtk_printer_option_new ("colord-profile",
|
||||
/* TRANSLATORS: this this the ICC color profile to use for this job */
|
||||
C_("printer option", "Printer Profile"),
|
||||
GTK_PRINTER_OPTION_TYPE_INFO);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user