merge r7469 from trunk
authorDana Jansens <danakj@orodu.net>
Sun, 10 Jun 2007 03:42:29 +0000 (03:42 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 10 Jun 2007 03:42:29 +0000 (03:42 +0000)
26 files changed:
openbox/dock.c
po/ar.po
po/bn_IN.po
po/ca.po
po/cs.po
po/de.po
po/en@boldquot.po
po/en@quot.po
po/es.po
po/et.po
po/fi.po
po/fr.po
po/it.po
po/ja.po
po/nl.po
po/no.po
po/openbox.pot
po/pl.po
po/pt.po
po/pt_BR.po
po/ru.po
po/sk.po
po/sv.po
po/vi.po
po/zh_CN.po
po/zh_TW.po

index 9a03d75c63b5cc7ead230f818b4d0da91e9e9018..ff5b74cf9a34432d1cae4bffb30cfbdf8e901323 100644 (file)
@@ -57,12 +57,11 @@ void dock_startup(gboolean reconfig)
         GList *it;
 
         XSetWindowBorder(ob_display, dock->frame,
-                         RrColorPixel(ob_rr_theme->
-                                      frame_focused_border_color));
-        XSetWindowBorderWidth(ob_display, dock->frame, ob_rr_theme->fbwidth);
+                         RrColorPixel(ob_rr_theme->osd_border_color));
+        XSetWindowBorderWidth(ob_display, dock->frame, ob_rr_theme->obwidth);
 
         RrAppearanceFree(dock->a_frame);
-        dock->a_frame = RrAppearanceCopy(ob_rr_theme->a_focused_title);
+        dock->a_frame = RrAppearanceCopy(ob_rr_theme->osd_hilite_bg);
 
         stacking_add(DOCK_AS_WINDOW(dock));
 
@@ -90,10 +89,10 @@ void dock_startup(gboolean reconfig)
                                 RrVisual(ob_rr_inst),
                                 CWOverrideRedirect | CWEventMask,
                                 &attrib);
-    dock->a_frame = RrAppearanceCopy(ob_rr_theme->a_focused_title);
+    dock->a_frame = RrAppearanceCopy(ob_rr_theme->osd_hilite_bg);
     XSetWindowBorder(ob_display, dock->frame,
-                     RrColorPixel(ob_rr_theme->frame_focused_border_color));
-    XSetWindowBorderWidth(ob_display, dock->frame, ob_rr_theme->fbwidth);
+                     RrColorPixel(ob_rr_theme->osd_border_color));
+    XSetWindowBorderWidth(ob_display, dock->frame, ob_rr_theme->obwidth);
 
     g_hash_table_insert(window_map, &dock->frame, dock);
     stacking_add(DOCK_AS_WINDOW(dock));
@@ -262,8 +261,8 @@ void dock_configure()
     }
 
     /* used for calculating offsets */
-    dock->w += ob_rr_theme->fbwidth * 2;
-    dock->h += ob_rr_theme->fbwidth * 2;
+    dock->w += ob_rr_theme->obwidth * 2;
+    dock->h += ob_rr_theme->obwidth * 2;
 
     a = screen_physical_area();
 
@@ -350,51 +349,51 @@ void dock_configure()
             case OB_DIRECTION_NORTHWEST:
                 switch (config_dock_orient) {
                 case OB_ORIENTATION_HORZ:
-                    dock->y -= dock->h - ob_rr_theme->fbwidth;
+                    dock->y -= dock->h - ob_rr_theme->obwidth;
                     break;
                 case OB_ORIENTATION_VERT:
-                    dock->x -= dock->w - ob_rr_theme->fbwidth;
+                    dock->x -= dock->w - ob_rr_theme->obwidth;
                     break;
                 }
                 break;
             case OB_DIRECTION_NORTH:
-                dock->y -= dock->h - ob_rr_theme->fbwidth;
+                dock->y -= dock->h - ob_rr_theme->obwidth;
                 break;
             case OB_DIRECTION_NORTHEAST:
                 switch (config_dock_orient) {
                 case OB_ORIENTATION_HORZ:
-                    dock->y -= dock->h - ob_rr_theme->fbwidth;
+                    dock->y -= dock->h - ob_rr_theme->obwidth;
                     break;
                 case OB_ORIENTATION_VERT:
-                    dock->x += dock->w - ob_rr_theme->fbwidth;
+                    dock->x += dock->w - ob_rr_theme->obwidth;
                     break;
                 }
                 break;
             case OB_DIRECTION_WEST:
-                dock->x -= dock->w - ob_rr_theme->fbwidth;
+                dock->x -= dock->w - ob_rr_theme->obwidth;
                 break;
             case OB_DIRECTION_EAST:
-                dock->x += dock->w - ob_rr_theme->fbwidth;
+                dock->x += dock->w - ob_rr_theme->obwidth;
                 break;
             case OB_DIRECTION_SOUTHWEST:
                 switch (config_dock_orient) {
                 case OB_ORIENTATION_HORZ:
-                    dock->y += dock->h - ob_rr_theme->fbwidth;
+                    dock->y += dock->h - ob_rr_theme->obwidth;
                     break;
                 case OB_ORIENTATION_VERT:
-                    dock->x -= dock->w - ob_rr_theme->fbwidth;
+                    dock->x -= dock->w - ob_rr_theme->obwidth;
                     break;
                 } break;
             case OB_DIRECTION_SOUTH:
-                dock->y += dock->h - ob_rr_theme->fbwidth;
+                dock->y += dock->h - ob_rr_theme->obwidth;
                 break;
             case OB_DIRECTION_SOUTHEAST:
                 switch (config_dock_orient) {
                 case OB_ORIENTATION_HORZ:
-                    dock->y += dock->h - ob_rr_theme->fbwidth;
+                    dock->y += dock->h - ob_rr_theme->obwidth;
                     break;
                 case OB_ORIENTATION_VERT:
-                    dock->x += dock->w - ob_rr_theme->fbwidth;
+                    dock->x += dock->w - ob_rr_theme->obwidth;
                     break;
                 }
                 break;
@@ -403,8 +402,8 @@ void dock_configure()
     }
 
     if (!config_dock_floating && config_dock_hide) {
-        strw = ob_rr_theme->fbwidth;
-        strh = ob_rr_theme->fbwidth;
+        strw = ob_rr_theme->obwidth;
+        strh = ob_rr_theme->obwidth;
     } else {
         strw = dock->w;
         strh = dock->h;
@@ -503,8 +502,8 @@ void dock_configure()
     dock->h += minh;
 
     /* not used for actually sizing shit */
-    dock->w -= ob_rr_theme->fbwidth * 2;
-    dock->h -= ob_rr_theme->fbwidth * 2;
+    dock->w -= ob_rr_theme->obwidth * 2;
+    dock->h -= ob_rr_theme->obwidth * 2;
 
     if (dock->dock_apps) {
         g_assert(dock->w > 0);
@@ -519,8 +518,8 @@ void dock_configure()
         XUnmapWindow(ob_display, dock->frame);
 
     /* but they are useful outside of this function! */
-    dock->w += ob_rr_theme->fbwidth * 2;
-    dock->h += ob_rr_theme->fbwidth * 2;
+    dock->w += ob_rr_theme->obwidth * 2;
+    dock->h += ob_rr_theme->obwidth * 2;
 
     screen_update_areas();
 }
index fe6ec704fe4ea891e8c40d5aace5713973088093..370b499fa5cd2ed37b4a0f0c7c3c1f94d5baa7a9 100644 (file)
--- a/po/ar.po
+++ b/po/ar.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-05-26 03:11+0300\n"
 "Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n"
 "Language-Team: Arabic <doc@arabeyes.org>\n"
@@ -110,7 +110,7 @@ msgstr "ضع/أزل الحواف (&D)"
 msgid "&Close"
 msgstr "أغلق (&C)"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "زر غير صحيح '%s' محدد في ملف الإعدادات"
index d28a742a42311f46de23dfce3545ce8131c9ee55..d5f4920552c6e6b0b3f159fda59225112d0186ba 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-06-01 19:02+0530\n"
 "Last-Translator: Runa Bhattacharjee <runabh@gmail.com>\n"
 "Language-Team: Bengali (India) <en@li.org>\n"
@@ -110,7 +110,7 @@ msgstr "বিন্যাস পরিবর্তন (&D)"
 msgid "&Close"
 msgstr "বন্ধ করুন (&C)"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "কনফিগ ফাইলে অবৈধ বাটন '%s' উল্লিখিত হয়েছে"
index 765a9b57ffff90a917957ccc1e27c66570b39812..64ce4437392145a15f79182a6a78f59d156f0068 100644 (file)
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-05-28 15:54+0200\n"
 "Last-Translator: David Majà Martínez <davidmaja@gmail.com>\n"
 "Language-Team: catalan\n"
@@ -107,7 +107,7 @@ msgstr "Sense/Amb &decoració"
 msgid "&Close"
 msgstr "&Tanca"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "El botó especificat al fitxer de configuració '%s' no és vàlid."
index 3d5fee6442f74a283916d12770f9447c91dcf86e..15d71b3f2d920d3b4c16d4a7d05da8ad6760be30 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-06-04 12:46+0200\n"
 "Last-Translator: tezlo <tezlo@gmx.net>\n"
 "Language-Team: Czech <cs@li.org>\n"
@@ -110,7 +110,7 @@ msgstr "Oz&dobit/Odzdobit"
 msgid "&Close"
 msgstr "&Zavřít"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "Neplatné tlačítko '%s' v konfiguračním souboru"
index cb1383888bfd5260909ef79806425bd611c3490f..b798ab56382c8b68892e66ca339c9ca0d5063407 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-06-04 00:47+0200\n"
 "Last-Translator: Sebastian Sareyko <public@nooms.de>\n"
 "Language-Team:  <de@li.org>\n"
@@ -107,7 +107,7 @@ msgstr "Dekoration entfernen/&Dekorieren"
 msgid "&Close"
 msgstr "&Schließen"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "Unzulässiger Knopf '%s' in der Konfigurationsdatei angegeben"
index 91754294c2ceb15acd85f23359c51d25f3bb30e9..aad9171e20bf9b013e89b2b5a09d3b78bc68cfca 100644 (file)
@@ -32,8 +32,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: openbox 3.4.1\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
-"PO-Revision-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
+"PO-Revision-Date: 2007-06-09 21:06-0400\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "MIME-Version: 1.0\n"
@@ -133,7 +133,7 @@ msgstr "Un/&Decorate"
 msgid "&Close"
 msgstr "&Close"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "Invalid button ‘\e[1m%s\e[0m’ specified in config file"
index 5c1782c982e41f3bb291205c9fb48b22ba17658c..c8a897066b7a788e0887262da6b721b65b4fefc6 100644 (file)
@@ -29,8 +29,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: openbox 3.4.1\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
-"PO-Revision-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
+"PO-Revision-Date: 2007-06-09 21:06-0400\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "MIME-Version: 1.0\n"
@@ -130,7 +130,7 @@ msgstr "Un/&Decorate"
 msgid "&Close"
 msgstr "&Close"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "Invalid button ‘%s’ specified in config file"
index d75d97492bd13efa775204f150e1fce728a34e65..d59fa1ce56b859f659085af706131ed35ec5dd36 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-05-22 20:48+0200\n"
 "Last-Translator:  Gustavo Varela <gustavo.varela [en] gmail [punto] com>\n"
 "Language-Team: None\n"
@@ -107,7 +107,7 @@ msgstr "&Decorar"
 msgid "&Close"
 msgstr "&Cerrar"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "Botón invalido '%s' especificado en el archivo de configuración"
index a5ef1d702fb53824baec9dc7af73a09338a87d70..ce9f388d6c6a28f26f05c974cb9113b88d3d2bf4 100644 (file)
--- a/po/et.po
+++ b/po/et.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-05-21 20:11+0300\n"
 "Last-Translator: Andres Järv <andresjarv@gmail.com>\n"
 "Language-Team: Estonian <et@li.org>\n"
@@ -109,7 +109,7 @@ msgstr "Äär&ed sisse/välja"
 msgid "&Close"
 msgstr "S&ulge"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "Vigane nupp '%s' määratletud konfiguratsioonifailis"
index 27292eefa46ac3fc8fd7add1bf0097229fa8e715..abf6d45bc5cbf987eeee3322e8bd29a70f0f665f 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-05-21 00:06+0200\n"
 "Last-Translator: Lauri Hakko\n"
 "Language-Team: None\n"
@@ -108,7 +108,7 @@ msgstr "(Epä)reunusta"
 msgid "&Close"
 msgstr "&Sulje"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "Virheellinen painike '%s' määritelty konfiguraatio tiedostossa"
index ef474c2011bbc744a0923f34dfcb76da034999ab..983846ea9a2e94f446e9c3c9b22a9b6647c47478 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-05-21 00:53+0200\n"
 "Last-Translator: Cyrille Bagard <nocbos@gmail.com>\n"
 "Language-Team: French <traduc@traduc.org>\n"
@@ -108,7 +108,7 @@ msgstr "Ne pas/D
 msgid "&Close"
 msgstr "&Fermer"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "Bouton indiqué dans le fichier de configuration '%s' invalide"
index 565450a02537f6ab87c80e7752ea44d3875f4343..1f3189ec7be258f575be19d7917d2e0b1de370ca 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-06-04 03:06+0200\n"
 "Last-Translator: Davide Truffa <davide@catoblepa.org>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
@@ -106,7 +106,7 @@ msgstr "Si/No &Decorazioni"
 msgid "&Close"
 msgstr "&Chiudi"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "Il pulsante '%s' specificato nel file di configurazione non è valido"
index fa71cce5b3dd88e767a352a640ff848cabd0c9b1..94d0d63a9821dc131416c27dcd23e2ba1591d7b6 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-06-07 14:49+0200\n"
 "Last-Translator: Yukihiro Nakai <nakai@gnome.gr.jp>\n"
 "Language-Team: Japanese <ja@li.org>\n"
@@ -109,7 +109,7 @@ msgstr "非/装飾(&D)"
 msgid "&Close"
 msgstr "閉じる(&C)"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr ""
index 4b6f04031517b4af03f5de0b160237da3e73a5c4..cad612911b84719e6c815e5c7ab18e58ee6659d3 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-05-24 16:39+0200\n"
 "Last-Translator: Mark Pustjens <pustjens@dds.nl>\n"
 "Language-Team: Dutch <nl@li.org>\n"
@@ -108,7 +108,7 @@ msgstr "&Vensterrand weghalen/toevoegen"
 msgid "&Close"
 msgstr "&Sluiten"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "Ongeldige knop '%s' gespecificeerd in het configuratie bestand"
index 1dc4b34cd8dfa5fddb584de225bb0f247863ec1f..828cf974696a2f39840750689eed849630a8751a 100644 (file)
--- a/po/no.po
+++ b/po/no.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-05-20 18:41+0200\n"
 "Last-Translator: Michael Kjelbergvik Thung <postlogic@switch-case.org>\n"
 "Language-Team: None\n"
@@ -107,7 +107,7 @@ msgstr "Fjern/Legg til &dekorasjon"
 msgid "&Close"
 msgstr "&Lukk"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "Ugyldig tast '%s' spesifisert i konfigurasjonsfilen"
index de68463d0857700a3b42bdf13cca64d0779f726e..255bc496af84f131160a860833cb391b6fccdd6f 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -108,7 +108,7 @@ msgstr ""
 msgid "&Close"
 msgstr ""
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr ""
index 8755f820b8dbe1061a6e5fe4549c425018461db2..a08774182b17826e3a7c038e1efd4a39ed28414d 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-05-21 18:09+0100\n"
 "Last-Translator: Paweł Rusinek <p.rusinek@gmail.com>\n"
 "Language-Team: None\n"
@@ -108,7 +108,7 @@ msgstr "Pokaż/Ukryj &dekoracje"
 msgid "&Close"
 msgstr "Z&amknij"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "Niepoprawny klawisz '%s' użyty w pliku konfiguracyjnym"
index 8b1ecee73635eebca884e2d632dad9a503a6aa6d..30110cadc54e5a10c9571f05bc29ebd171fbdc8e 100644 (file)
--- a/po/pt.po
+++ b/po/pt.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-05-23 00:34+0200\n"
 "Last-Translator: Althaser <Althaser@gmail.com>\n"
 "Language-Team: None\n"
@@ -108,7 +108,7 @@ msgstr "Des/&Decorar"
 msgid "&Close"
 msgstr "&Fechar"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "Botão inválido '%s' especificado no ficheiro de configuração"
index e2104b23e60b1e6d64f522d5535af2b055b7d0e5..c2264c4d30c8ec0ebc910494e0e9509805b5fc66 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-05-22 19:35+0200\n"
 "Last-Translator: Og Maciel <ogmaciel@ubuntu.com>\n"
 "Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n"
@@ -109,7 +109,7 @@ msgstr "(Não) &Decorar"
 msgid "&Close"
 msgstr "&Fechar"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "Botão inválido '%s' especificado no arquivo de configuração"
index 9b58fa85a6e56d8ee01fbeb9768b063ee7b43995..5285c689c0dfb60ff09d68eabf82af5621f852ab 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-05-24 19:41+0100\n"
 "Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n"
 "Language-Team: Russian <gnome-cyr@gnome.org>\n"
@@ -108,7 +108,7 @@ msgstr "(От)декорировать(&D)"
 msgid "&Close"
 msgstr "Закрыть(&C)"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "Некорректная клавиша '%s' упомянута в конфигурационном файле"
index ece175ee76ad96d9b1808ecff88a3eb38b0f9f0e..ba0014c5c6ecabc6a1e1805bb690c6a0aaf3e023 100644 (file)
--- a/po/sk.po
+++ b/po/sk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Openbox-3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-05-27 13:43Central Europe Daylight Time\n"
 "Last-Translator: Jozef Riha <jose1711@gmail.com\n"
 "Language-Team: Slovak <LL@li.org>\n"
@@ -107,7 +107,7 @@ msgstr "(Ne)&Dekorovať"
 msgid "&Close"
 msgstr "Z&avrieť"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "Neplatné tlačidlo '%s' špecifikované v konfiguračnom súbore"
index 8be0faff2feab2795aa822baf24c62c2e833e04b..27973dc1d0f2e3be6b904138d2d8ef4ae0538e5f 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-05-22 00:29+0200\n"
 "Last-Translator: Mikael Magnusson <mikachu@icculus.org>\n"
 "Language-Team: None\n"
@@ -107,7 +107,7 @@ msgstr "&Dekorationer"
 msgid "&Close"
 msgstr "Stän&g"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "Ogiltig knapp '%s' angiven i konfigurationsfilen"
index cb77f9c59d9a6eddd791e3c5dc5c40e0b0aeb3f5..e7626864e4fe0ea847dfb35a987d1ea0a01ba07a 100644 (file)
--- a/po/vi.po
+++ b/po/vi.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-06-07 06:50-0500\n"
 "Last-Translator: Quan Tran <qeed.quan@gmail.com>\n"
 "Language-Team: None\n"
@@ -107,7 +107,7 @@ msgstr "&Trang/Không Trang trí"
 msgid "&Close"
 msgstr "Đón&g"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "Sai nút '%s' ở trong hình thể"
index 8f6c8fcd23bdb7eb78a0f7d05901299129eda1bb..2f8926036bf1398912041f3c466ad6ed8c7a2c70 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-05-28 13:00+0800\n"
 "Last-Translator: Xiaoyu PENG <peng.xiaoyu@gmail.com>\n"
 "Language-Team: None\n"
@@ -107,7 +107,7 @@ msgstr "去除装饰(&D)"
 msgid "&Close"
 msgstr "关闭(&C)"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "配置文件中指定的按钮 '%s' 无效"
index 44b9ff0de65d2c3b11f1e3ae8fa7dbe61462cd57..6b2d3d39ad6fbc02f1eec37569484074c1ee1e62 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: openbox 3.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
 "PO-Revision-Date: 2007-05-23 16:22+0200\n"
 "Last-Translator: Wei-Lun Chao <chaoweilun@gmail.com>\n"
 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
@@ -108,7 +108,7 @@ msgstr "去除/裝飾(&D)"
 msgid "&Close"
 msgstr "關閉(&C)"
 
-#: openbox/config.c:704
+#: openbox/config.c:716
 #, c-format
 msgid "Invalid button '%s' specified in config file"
 msgstr "在配置檔中指定的按鈕「%s」無效"