From 8bed66b69579e14a6e71330e5832b0445bd7d757 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 26 Nov 2002 02:16:46 +0000 Subject: [PATCH] fix the polish locale --- nls/pl_PL/Makefile.am | 16 ++++++++-------- nls/pl_PL/main.m | 10 ++++++++-- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/nls/pl_PL/Makefile.am b/nls/pl_PL/Makefile.am index 3990d22f..28b451f0 100644 --- a/nls/pl_PL/Makefile.am +++ b/nls/pl_PL/Makefile.am @@ -1,24 +1,24 @@ -# Makefile.am for Blackbox - an X11 Window Manager +# Makefile.am for Openbox - an X11 Window Manager NLSTEST = @NLS@ THE_LANG = pl_PL THE_NLS_PATH = $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG) -CLEANFILES = blackbox.cat +CLEANFILES = openbox.cat MAINTAINERCLEANFILES = Makefile.in Translation.m DISTCLEANFILES = Translation.m MFILES = @srcdir@/BaseDisplay.m @srcdir@/Basemenu.m @srcdir@/Configmenu.m @srcdir@/Icon.m @srcdir@/Image.m @srcdir@/Screen.m @srcdir@/Slit.m @srcdir@/Toolbar.m @srcdir@/Window.m @srcdir@/Windowmenu.m @srcdir@/Workspace.m @srcdir@/Workspacemenu.m @srcdir@/blackbox.m @srcdir@/common.m @srcdir@/main.m @srcdir@/bsetroot.m EXTRA_DIST= BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m bsetroot.m common.m main.m -all-local: blackbox.cat -install-data-local: blackbox.cat +all-local: openbox.cat +install-data-local: openbox.cat @if test x$(NLSTEST) = "x-DNLS"; then \ echo "Installing catalog in $(THE_NLS_PATH)"; \ $(mkinstalldirs) $(THE_NLS_PATH); \ - $(INSTALL_DATA) blackbox.cat $(THE_NLS_PATH); \ + $(INSTALL_DATA) openbox.cat $(THE_NLS_PATH); \ fi uninstall-local: @if test x$(NLSTEST) = "x-DNLS"; then \ - rm -f $(THE_NLS_PATH)/blackbox.cat; \ + rm -f $(THE_NLS_PATH)/openbox.cat; \ rmdir $(THE_NLS_PATH); \ fi @@ -27,9 +27,9 @@ Translation.m: $(MFILES) awk -f @srcdir@/../convert.awk output=Translation.m $(MFILES); \ fi -blackbox.cat: Translation.m +openbox.cat: Translation.m @if test x$(NLSTEST) = "x-DNLS"; then \ - $(gencat_cmd) blackbox.cat Translation.m; \ + $(gencat_cmd) openbox.cat Translation.m; \ fi distclean-local: diff --git a/nls/pl_PL/main.m b/nls/pl_PL/main.m index 512737d0..5fe6f0b2 100644 --- a/nls/pl_PL/main.m +++ b/nls/pl_PL/main.m @@ -2,19 +2,25 @@ $set 14 #main $ #RCRequiresArg # b³±d: opcja '-rc' wymaga podania argumentu\n +$ #MENURequiresArg +# b³±d: opcja '-menu' wymaga podania argumentu\n $ #DISPLAYRequiresArg # b³±d: opcja '-display' wymaga podania argumentu\n $ #WarnDisplaySet # ostrze¿enie: nie mo¿na ustawiæ zmiennej ¶rodowiskowej 'DISPLAY'\n $ #Usage -# Blackbox %s : (c) 2001 - 2002 Sean 'Shaleh' Perry\n\ - \t\t\t 1997 - 2000, 2002 Brad Hughes\n\n\ +# Openbox %s : (c) 2002 - 2002 Ben Jansens\n\ + 2001 - 2002 Sean 'Shaleh' Perry\n\ + 1997 - 2000, 2002 Brad Hughes\n\n\ -display \t\tpo³±cz z podanym panelem graficznym.\n\ -rc \t\t\tu¿yj innego pliku konfiguracyjnego.\n\ + -menu \t\tuse alternate menu file.\n\ -version\t\t\twy¶wietl wersjê i zakoñcz dzia³anie programu.\n\ -help\t\t\t\twy¶wietl ten komunikat.\n\n $ #CompileOptions # Opcje u¿yte podczas kompilacji:\n\ Debugging\t\t\t%s\n\ Shape:\t\t\t%s\n\ + Xft:\t\t\t\t%s\n\ + Xinerama:\t\t\t%s\n\ 8bpp Ordered Dithering:\t%s\n\n -- 2.34.1