]> git.sesse.net Git - vlc/commitdiff
Add a fake language type for OSD subpictures. This allows you to select the OSD menu...
authorJean-Paul Saman <jpsaman@videolan.org>
Wed, 10 Aug 2005 19:29:49 +0000 (19:29 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Wed, 10 Aug 2005 19:29:49 +0000 (19:29 +0000)
src/misc/iso-639_def.h

index e49fb864aaaaa23e818478bf60235fa7e8429945..965eb3b597e42b3f320f33ea37da04bf1a641457 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This is used in iso_lang.cpp and is taken from the GNU glibc 2.2.5
  * tarball. It has been partially completed with native language names.
- * Authors: Stéphane Borel <stef@via.ecp.fr>
+ * Authors: Sthane Borel <stef@via.ecp.fr>
  *          Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -29,9 +29,9 @@
  * If you find something missing or wrong contact <bug-glibc@gnu.org> */
 
 /* Some spellings were converted to pure ASCII:
- *  Provençal -> Provencal
- *  Volapük -> Volapuk
- *  Bokmål -> Bokmaal */
+ *  Provenl -> Provencal
+ *  Volapk -> Volapuk
+ *  Bokm -> Bokmaal */
 
 static const iso639_lang_t p_languages[] =
 {
@@ -140,6 +140,7 @@ static const iso639_lang_t p_languages[] =
     { N_( "Occitan (post 1500); Provencal" ), "", "oc", "oci", "oci" },
     { N_( "Oriya" ),            "",            "or", "ori", "ori" },
     { N_( "Oromo" ),            "",            "om", "orm", "orm" },
+    { N_( "On Screen Display" ),"On Screen Display", "od", "osd", "osd" },
     { N_( "Ossetian; Ossetic" ), "",           "os", "oss", "oss" },
     { N_( "Panjabi" ),          "",            "pa", "pan", "pan" },
     { N_( "Persian" ),          "",            "fa", "fas", "per" },