]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Correct some translatable strings.
authorDavid Prévot <david@tilapin.org>
Sat, 21 Dec 2013 02:03:31 +0000 (03:03 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 21 Dec 2013 02:03:31 +0000 (03:03 +0100)
ChangeLog
grub-core/commands/file.c
grub-core/commands/verify.c
grub-core/commands/xen/lsxen.c
grub-core/osdep/windows/platform.c
util/grub-glue-efi.c
util/grub-mkimagexx.c

index 2a7e8d9955e2d386d2afccb6d4a312dab78ce1ba..6b59c3c7d40187feb7180024cb862f09da96e3e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-21  David Prévot  <david@tilapin.org>
+
+       Correct some translatable strings.
+
 2013-12-21  Colin Watson  <cjwatson@ubuntu.com>
 
        * util/grub-mkrescue.c: Rephrase mkrescue description.
index f4446ac9362d3108986c036a6f49c6e18ca79afc..3b88525bc26a3fd142370daf0c8fcf942a2c8417 100644 (file)
@@ -36,50 +36,50 @@ GRUB_MOD_LICENSE ("GPLv3+");
 
 static const struct grub_arg_option options[] = {
   {"is-i386-xen-pae-domu", 0, 0,
-   N_("Check if FILE can be booted as i386 PAE xen unprivileged guest kernel"),
+   N_("Check if FILE can be booted as i386 PAE Xen unprivileged guest kernel"),
    0, 0},
   {"is-x86_64-xen-domu", 0, 0,
-   N_("Check if FILE can be booted as x86_64 xen unprivileged guest kernel"), 0, 0},
+   N_("Check if FILE can be booted as x86_64 Xen unprivileged guest kernel"), 0, 0},
   {"is-x86-xen-dom0", 0, 0,
-   N_("Check if FILE can be used as xen x86 privileged guest kernel"), 0, 0},
+   N_("Check if FILE can be used as Xen x86 privileged guest kernel"), 0, 0},
   {"is-x86-multiboot", 0, 0,
    N_("Check if FILE can be used as x86 multiboot kernel"), 0, 0},
   {"is-x86-multiboot2", 0, 0,
    N_("Check if FILE can be used as x86 multiboot2 kernel"), 0, 0},
   {"is-arm-linux", 0, 0,
-   N_("Check if FILE is ARM linux"), 0, 0},
+   N_("Check if FILE is ARM Linux"), 0, 0},
   {"is-ia64-linux", 0, 0,
-   N_("Check if FILE is IA64 linux"), 0, 0},
+   N_("Check if FILE is IA64 Linux"), 0, 0},
   {"is-mips-linux", 0, 0,
-   N_("Check if FILE is MIPS linux"), 0, 0},
+   N_("Check if FILE is MIPS Linux"), 0, 0},
   {"is-mipsel-linux", 0, 0,
-   N_("Check if FILE is MIPSEL linux"), 0, 0},
+   N_("Check if FILE is MIPSEL Linux"), 0, 0},
   {"is-sparc64-linux", 0, 0,
-   N_("Check if FILE is SPARC64 linux"), 0, 0},
+   N_("Check if FILE is SPARC64 Linux"), 0, 0},
   {"is-powerpc-linux", 0, 0,
-   N_("Check if FILE is POWERPC linux"), 0, 0},
+   N_("Check if FILE is POWERPC Linux"), 0, 0},
   {"is-x86-linux", 0, 0,
-   N_("Check if FILE is x86 linux"), 0, 0},
+   N_("Check if FILE is x86 Linux"), 0, 0},
   {"is-x86-linux32", 0, 0,
-   N_("Check if FILE is x86 linux supporting 32-bit protocol"), 0, 0},
+   N_("Check if FILE is x86 Linux supporting 32-bit protocol"), 0, 0},
   {"is-x86-kfreebsd", 0, 0,
-   N_("Check if FILE is x86 kfreebsd"), 0, 0},
+   N_("Check if FILE is x86 kFreeBSD"), 0, 0},
   {"is-i386-kfreebsd", 0, 0,
-   N_("Check if FILE is i386 kfreebsd"), 0, 0},
+   N_("Check if FILE is i386 kFreeBSD"), 0, 0},
   {"is-x86_64-kfreebsd", 0, 0,
-   N_("Check if FILE is x86_64 kfreebsd"), 0, 0},
+   N_("Check if FILE is x86_64 kFreeBSD"), 0, 0},
 
   {"is-x86-knetbsd", 0, 0,
-   N_("Check if FILE is x86 knetbsd"), 0, 0},
+   N_("Check if FILE is x86 kNetBSD"), 0, 0},
   {"is-i386-knetbsd", 0, 0,
-   N_("Check if FILE is i386 knetbsd"), 0, 0},
+   N_("Check if FILE is i386 kNetBSD"), 0, 0},
   {"is-x86_64-knetbsd", 0, 0,
-   N_("Check if FILE is x86_64 knetbsd"), 0, 0},
+   N_("Check if FILE is x86_64 kNetBSD"), 0, 0},
 
   {"is-i386-efi", 0, 0,
    N_("Check if FILE is i386 EFI file"), 0, 0},
   {"is-x86_64-efi", 0, 0,
-   N_("Check if FILE is x86-64 EFI file"), 0, 0},
+   N_("Check if FILE is x86_64 EFI file"), 0, 0},
   {"is-ia64-efi", 0, 0,
    N_("Check if FILE is IA64 EFI file"), 0, 0},
   {"is-arm-efi", 0, 0,
@@ -87,11 +87,11 @@ static const struct grub_arg_option options[] = {
   {"is-hibernated-hiberfil", 0, 0,
    N_("Check if FILE is hiberfil.sys in hibernated state"), 0, 0},
   {"is-x86_64-xnu", 0, 0,
-   N_("Check if FILE is x86_64 xnu (Mac OS X kernel)"), 0, 0},
+   N_("Check if FILE is x86_64 XNU (Mac OS X kernel)"), 0, 0},
   {"is-i386-xnu", 0, 0,
-   N_("Check if FILE is i386 xnu (Mac OS X kernel)"), 0, 0},
+   N_("Check if FILE is i386 XNU (Mac OS X kernel)"), 0, 0},
   {"is-xnu-hibr", 0, 0,
-   N_("Check if FILE is xnu (Mac OS X kernel) hibernated image"), 0, 0},
+   N_("Check if FILE is XNU (Mac OS X kernel) hibernated image"), 0, 0},
   {"is-x86-bios-bootsector", 0, 0,
    N_("Check if FILE is BIOS bootsector"), 0, 0},
   {0, 0, 0, 0, 0, 0}
index 9e24b5eaa735cf5b0ab30000b3ad3fa4506c8cfd..a9dfd8852478a4fc901d0073883d89ee317d876d 100644 (file)
@@ -966,14 +966,14 @@ GRUB_MOD_INIT(verify)
                              options);
   cmd_trust = grub_register_extcmd ("trust", grub_cmd_trust, 0,
                                     N_("[-s|--skip-sig] PUBKEY_FILE"),
-                                    N_("Add PKFILE to trusted keys."),
+                                    N_("Add PUBKEY_FILE to trusted keys."),
                                     options);
   cmd_list = grub_register_command ("list_trusted", grub_cmd_list,
                                    0,
                                    N_("Show the list of trusted keys."));
   cmd_distrust = grub_register_command ("distrust", grub_cmd_distrust,
                                        N_("PUBKEY_ID"),
-                                       N_("Remove KEYID from trusted keys."));
+                                       N_("Remove PUBKEY_ID from trusted keys."));
 }
 
 GRUB_MOD_FINI(verify)
index def8c8b40028297c6cbd5e3f5ebb14297034d5c3..97713102c5d3405380c63e83e8fa34f55f421e33 100644 (file)
@@ -78,9 +78,9 @@ static grub_command_t cmd_ls, cmd_cat;
 GRUB_MOD_INIT (lsxen)
 {
   cmd_ls = grub_register_command ("xen_ls", grub_cmd_lsxen, N_("[DIR]"),
-                                 N_("List XEN storage."));
+                                 N_("List Xen storage."));
   cmd_cat = grub_register_command ("xen_cat", grub_cmd_catxen, N_("[DIR]"),
-                                  N_("List XEN storage."));
+                                  N_("List Xen storage."));
 }
 
 GRUB_MOD_FINI (lsxen)
index 1046a6ca3e3727a021f0b96b9556212a977f2efc..f2b9d714329c56c887d98bfbd7d53803e7640bb3 100644 (file)
@@ -94,7 +94,7 @@ get_platform (void)
 
   if (!get_efi_privilegies ())
     {
-      grub_util_warn (_("Insufficient privilegies to access firmware, assuming BIOS"));
+      grub_util_warn (_("Insufficient privileges to access firmware, assuming BIOS"));
       platform = PLAT_BIOS;
     }
 
index bd8240ca15c33aeaa9abb71d414f044e26ec1af7..936e46ba86168c6e6d8658f113e228d865932561 100644 (file)
@@ -87,7 +87,7 @@ argp_parser (int key, char *arg, struct argp_state *state)
 
 static struct argp argp = {
   options, argp_parser, N_("[OPTIONS]"),
-  N_("Glue 32-bit and 64-binary into Apple fat one."),
+  N_("Glue 32-bit and 64-bit binary into Apple fat one."),
   NULL, NULL, NULL
 };
 
index 7eb10deb30e66546e196dd138a655b13d140f1cd..0a1ac9e517cc7d269c5460cf3b61bbf3efc65b78 100644 (file)
@@ -1379,7 +1379,7 @@ SUFFIX (locate_sections) (const char *kernel_path,
                != image_target->link_addr)
              {
                char *msg
-                 = grub_xasprintf (_("`%s' is miscompiled: it's start address is 0x%llx"
+                 = grub_xasprintf (_("`%s' is miscompiled: its start address is 0x%llx"
                                      " instead of 0x%llx: ld.gold bug?"),
                                    kernel_path,
                                    (unsigned long long) grub_host_to_target_addr (s->sh_addr),