]> git.proxmox.com Git - grub2.git/commitdiff
* grub-core/commands/videoinfo.c: Add TRANSLATORS comments.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 6 Mar 2012 14:04:33 +0000 (15:04 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 6 Mar 2012 14:04:33 +0000 (15:04 +0100)
* grub-core/commands/videotest.c: Likewise.
* grub-core/loader/i386/linux.c: Likewise.

ChangeLog
grub-core/commands/videoinfo.c
grub-core/commands/videotest.c
grub-core/loader/i386/linux.c

index 1c2410d1f07e20bf4037d69fee1dca2e37f791d0..c0c856a1bd521b0a060340a29fe3e4867833018f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-06  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/commands/videoinfo.c: Add TRANSLATORS comments.
+       * grub-core/commands/videotest.c: Likewise.
+       * grub-core/loader/i386/linux.c: Likewise.
+
 2012-03-06  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/commands/acpi.c (options): Fix a dot in the middle of the
index e66573c947568c791f1366cb0d51fe058a816a4c..31fd83a30acee1705d1ec97a87ce765140f77b15 100644 (file)
@@ -221,12 +221,19 @@ static grub_command_t cmd_vbe;
 
 GRUB_MOD_INIT(videoinfo)
 {
-  cmd = grub_register_command ("videoinfo", grub_cmd_videoinfo, N_("[WxH[xD]]"),
+  cmd = grub_register_command ("videoinfo", grub_cmd_videoinfo,
+                              /* TRANSLATORS: "x" has to be entered in,
+                                 like an identifier, so please don't
+                                 use better Unicode codepoints.  */
+                              N_("[WxH[xD]]"),
                               N_("List available video modes. If "
                                     "resolution is given show only modes"
                                     " matching it."));
 #ifdef GRUB_MACHINE_PCBIOS
   cmd_vbe = grub_register_command ("vbeinfo", grub_cmd_videoinfo,
+                                  /* TRANSLATORS: "x" has to be entered in,
+                                     like an identifier, so please don't
+                                     use better Unicode codepoints.  */
                                   N_("[WxH[xD]]"),
                                   N_("List available video modes. If "
                                      "resolution is given show only modes"
index 9a6ba62563f011a4bb3ab157daf67c7455a7696c..2e4b3a23c7a1fa2daa4c907d3bc759f6e88f7406 100644 (file)
@@ -208,7 +208,12 @@ static grub_command_t cmd_vbe;
 GRUB_MOD_INIT(videotest)
 {
   cmd = grub_register_command ("videotest", grub_cmd_videotest,
+                              /* TRANSLATORS: "x" has to be entered in,
+                                 like an identifier, so please don't
+                                 use better Unicode codepoints.  */
                               N_("[WxH]"),
+                              /* TRANSLATORS: Here, on the other hand, it's
+                                 nicer to use unicode cross instead of x.  */
                               N_("Test video subsystem in mode WxH."));
 #ifdef GRUB_MACHINE_PCBIOS
   cmd_vbe = grub_register_command ("vbetest", grub_cmd_videotest,
index 84896c27be7f19e81477a67aafb66a83081d91cc..06253462af65949adf26961a8b6374b79cd069ab 100644 (file)
@@ -894,6 +894,8 @@ grub_cmd_linux (grub_command_t cmd __attribute__ ((unused)),
                vid_mode > GRUB_VESA_MODE_TABLE_END)
              {
                grub_env_set ("gfxpayload", "text");
+               /* TRANSLATORS: "x" has to be entered in, like an identifier,
+                  so please don't use better Unicode codepoints.  */
                grub_printf_ (N_("%s is deprecated. VGA mode %d isn't recognized. "
                                 "Use set gfxpayload=WIDTHxHEIGHT[xDEPTH] "
                                 "before linux command instead.\n"),