diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-10-31 07:22:56 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-10-31 07:22:56 +0000 |
| commit | 4aaf063aa2842893bbaa59fe7f3ac83d885c2e38 (patch) | |
| tree | e75bdf9af9b1598724f4b0f6849c52cb587e890c /nls/C | |
| parent | db451d95bf97b8a8e995f031ac98da50606fd3a0 (diff) | |
rming all the nls bullshit. gettext.
Diffstat (limited to 'nls/C')
| -rw-r--r-- | nls/C/BaseDisplay.m | 16 | ||||
| -rw-r--r-- | nls/C/Basemenu.m | 4 | ||||
| -rw-r--r-- | nls/C/Icon.m | 4 | ||||
| -rw-r--r-- | nls/C/Image.m | 24 | ||||
| -rw-r--r-- | nls/C/Makefile.am | 50 | ||||
| -rw-r--r-- | nls/C/Screen.m | 54 | ||||
| -rw-r--r-- | nls/C/Slit.m | 8 | ||||
| -rw-r--r-- | nls/C/Toolbar.m | 22 | ||||
| -rw-r--r-- | nls/C/Window.m | 17 | ||||
| -rw-r--r-- | nls/C/Windowmenu.m | 20 | ||||
| -rw-r--r-- | nls/C/Workspace.m | 4 | ||||
| -rw-r--r-- | nls/C/Workspacemenu.m | 8 | ||||
| -rw-r--r-- | nls/C/blackbox.m | 6 | ||||
| -rw-r--r-- | nls/C/bsetroot.m | 17 | ||||
| -rw-r--r-- | nls/C/common.m | 38 | ||||
| -rw-r--r-- | nls/C/main.m | 26 |
16 files changed, 0 insertions, 318 deletions
diff --git a/nls/C/BaseDisplay.m b/nls/C/BaseDisplay.m deleted file mode 100644 index f7f3d9b4..00000000 --- a/nls/C/BaseDisplay.m +++ /dev/null @@ -1,16 +0,0 @@ -$set 1 #BaseDisplay - -$ #XError -# %s: X error: %s(%d) opcodes %d/%d\n resource 0x%lx\n -$ #SignalCaught -# %s: signal %d caught\n -$ #ShuttingDown -# shutting down\n -$ #Aborting -# aborting... dumping core\n -$ #XConnectFail -# BaseDisplay::BaseDisplay: connection to X server failed.\n -$ #CloseOnExecFail -# BaseDisplay::BaseDisplay: couldn't mark display connection as close-on-exec\n -$ #BadWindowRemove -# BaseDisplay::eventLoop(): removing bad window from event queue\n diff --git a/nls/C/Basemenu.m b/nls/C/Basemenu.m deleted file mode 100644 index 6c4da308..00000000 --- a/nls/C/Basemenu.m +++ /dev/null @@ -1,4 +0,0 @@ -$set 2 #Basemenu - -$ #BlackboxMenu -# Blackbox Menu diff --git a/nls/C/Icon.m b/nls/C/Icon.m deleted file mode 100644 index 54b96a63..00000000 --- a/nls/C/Icon.m +++ /dev/null @@ -1,4 +0,0 @@ -$set 4 #Icon - -$ #Icons -# Icons diff --git a/nls/C/Image.m b/nls/C/Image.m deleted file mode 100644 index 5dd251a6..00000000 --- a/nls/C/Image.m +++ /dev/null @@ -1,24 +0,0 @@ -$set 5 #Image - -$ #ErrorCreatingSolidPixmap -# BImage::render_solid: error creating pixmap\n -$ #ErrorCreatingXImage -# BImage::renderXImage: error creating XImage\n -$ #UnsupVisual -# BImage::renderXImage: unsupported visual\n -$ #ErrorCreatingPixmap -# BImage::renderPixmap: error creating pixmap\n -$ #InvalidColormapSize -# BImageControl::BImageControl: invalid colormap size %d (%d/%d/%d) - reducing\n -$ #ErrorAllocatingColormap -# BImageControl::BImageControl: error allocating colormap\n -$ #ColorAllocFail -# BImageControl::BImageControl: failed to alloc color %d/%d/%d\n -$ #PixmapRelease -# BImageControl::~BImageControl: pixmap cache - releasing %d pixmaps\n -$ #PixmapCacheLarge -# BImageControl::renderImage: cache is large, forcing cleanout\n -$ #ColorParseError -# BImageControl::getColor: color parse error: '%s'\n -$ #ColorAllocError -# BImageControl::getColor: color alloc error: '%s'\n diff --git a/nls/C/Makefile.am b/nls/C/Makefile.am deleted file mode 100644 index 8ef42894..00000000 --- a/nls/C/Makefile.am +++ /dev/null @@ -1,50 +0,0 @@ -# nls/C/Makefile.am for Blackbox - an X11 Window Manager - -NLSTEST = @NLS@ -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 - -all-local: Translation.m openbox.cat -install-data-local: openbox.cat - @if test x$(NLSTEST) = "xyes"; then \ - echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/C"; \ - $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/C; \ - $(INSTALL_DATA) openbox.cat $(DESTDIR)$(pkgdatadir)/nls/C; \ - rm -f $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \ - ln -f -ss C $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \ - rm -f $(DESTDIR)$(pkgdatadir)/nls/POSIX; \ - ln -f -s C $(DESTDIR)$(pkgdatadir)/nls/POSIX; \ - rm -f $(DESTDIR)$(pkgdatadir)/nls/en_US; \ - ln -f -s C $(DESTDIR)$(pkgdatadir)/nls/en_US; \ - rm -f $(DESTDIR)$(pkgdatadir)/nls/en_GB; \ - ln -f -s C $(DESTDIR)$(pkgdatadir)/nls/en_GB; \ - rm -f $(DESTDIR)$(pkgdatadir)/nls/en; \ - ln -f -s C $(DESTDIR)$(pkgdatadir)/nls/en; \ - fi -uninstall-local: - @if test x$(NLSTEST) = "xyes"; then \ - rm -f $(DESTDIR)$(pkgdatadir)/nls/C/openbox.cat; \ - rm -f $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \ - rm -f $(DESTDIR)$(pkgdatadir)/nls/POSIX; \ - rm -f $(DESTDIR)$(pkgdatadir)/nls/en_US; \ - rm -f $(DESTDIR)$(pkgdatadir)/nls/en; \ - rmdir $(DESTDIR)$(pkgdatadir)/nls/C; \ - fi - -# note... when adding new catalogs... you do not need the -# header=../blackbox-nls.hh which is passed to awk... we -# only need to generate it once. - -Translation.m: $(MFILES) - awk -f @srcdir@/../convert.awk header=../blackbox-nls.hh \ - output=Translation.m $(MFILES) - -openbox.cat: Translation.m - @if test x$(NLSTEST) = "xyes"; then \ - $(gencat_cmd) openbox.cat Translation.m; \ - fi - -distclean-local: - rm -f *\~ .\#* diff --git a/nls/C/Screen.m b/nls/C/Screen.m deleted file mode 100644 index 128c06e7..00000000 --- a/nls/C/Screen.m +++ /dev/null @@ -1,54 +0,0 @@ -$set 6 #Screen - -$ #AnotherWMRunning -# BScreen::BScreen: an error occured while querying the X server.\n \ -another window manager is already running on display %s.\n -$ #ManagingScreen -# BScreen::BScreen: managing screen %d using visual 0x%lx, depth %d\n -$ #FontLoadFail -# BScreen::LoadStyle(): couldn't load font '%s'\n -$ #DefaultFontLoadFail -# BScreen::LoadStyle(): couldn't load default font.\n -$ #EmptyMenuFile -# %s: empty menu file\n -$ #xterm -# xterm -$ #Restart -# Restart -$ #Exit -# Exit -$ #EXECError -# BScreen::parseMenuFile: [exec] error, no menu label and/or command defined\n -$ #EXITError -# BScreen::parseMenuFile: [exit] error, no menu label defined\n -$ #STYLEError -# BScreen::parseMenuFile: [style] error, no menu label and/or filename \ -defined\n -$ #CONFIGError -# BScreen::parseMenuFile: [config] error, no menu label defined\n -$ #INCLUDEError -# BScreen::parseMenuFile: [include] error, no filename defined\n -$ #INCLUDEErrorReg -# BScreen::parseMenuFile: [include] error, '%s' is not a regular file\n -$ #SUBMENUError -# BScreen::parseMenuFile: [submenu] error, no menu label defined\n -$ #RESTARTError -# BScreen::parseMenuFile: [restart] error, no menu label defined\n -$ #RECONFIGError -# BScreen::parseMenuFile: [reconfig] error, no menu label defined\n -$ #STYLESDIRError -# BScreen::parseMenuFile: [stylesdir/stylesmenu] error, no directory defined\n -$ #STYLESDIRErrorNotDir -# BScreen::parseMenuFile: [stylesdir/stylesmenu] error, '%s' is not a \ -directory\n -$ #STYLESDIRErrorNoExist -# BScreen::parseMenuFile: [stylesdir/stylesmenu] error, '%s' does not exist\n -$ #WORKSPACESError -# BScreen::parseMenuFile: [workspaces] error, no menu label defined\n -$ #PositionLength -# 0: 0000 x 0: 0000 -$ #PositionFormat -# X: %4d x Y: %4d -$ #GeometryFormat -# W: %4d x H: %4d - diff --git a/nls/C/Slit.m b/nls/C/Slit.m deleted file mode 100644 index 0e5e3a4f..00000000 --- a/nls/C/Slit.m +++ /dev/null @@ -1,8 +0,0 @@ -$set 7 #Slit - -$ #SlitTitle -# Slit -$ #SlitDirection -# Slit Direction -$ #SlitPlacement -# Slit Placement diff --git a/nls/C/Toolbar.m b/nls/C/Toolbar.m deleted file mode 100644 index 93e26453..00000000 --- a/nls/C/Toolbar.m +++ /dev/null @@ -1,22 +0,0 @@ -$set 8 #Toolbar - -$ #NoStrftimeLength -# 00:00000 -$ #NoStrftimeDateFormat -# %02d/%02d/%02d -$ #NoStrftimeDateFormatEu -# %02d.%02d.%02d -$ #NoStrftimeTimeFormat24 -# %02d:%02d -$ #NoStrftimeTimeFormat12 -# %02d:%02d %sm -$ #NoStrftimeTimeFormatP -# p -$ #NoStrftimeTimeFormatA -# a -$ #ToolbarTitle -# Toolbar -$ #EditWkspcName -# Edit current workspace name -$ #ToolbarPlacement -# Toolbar Placement diff --git a/nls/C/Window.m b/nls/C/Window.m deleted file mode 100644 index 9987b47c..00000000 --- a/nls/C/Window.m +++ /dev/null @@ -1,17 +0,0 @@ -$set 9 #Window - - -$ #Creating -# BlackboxWindow::BlackboxWindow: creating 0x%lx\n -$ #XGetWindowAttributesFail -# BlackboxWindow::BlackboxWindow: XGetWindowAttributres failed\n -$ #CannotFindScreen -# BlackboxWindow::BlackboxWindow: cannot find screen for root window 0x%lx\n -$ #Unnamed -# Unnamed -$ #MapRequest -# BlackboxWindow::mapRequestEvent() for 0x%lx\n -$ #UnmapNotify -# BlackboxWindow::unmapNotifyEvent() for 0x%lx\n -$ #ReparentNotify -# BlackboxWindow::reparentNotifyEvent: reparent 0x%lx to 0x%lx\n diff --git a/nls/C/Windowmenu.m b/nls/C/Windowmenu.m deleted file mode 100644 index 4bf90cf4..00000000 --- a/nls/C/Windowmenu.m +++ /dev/null @@ -1,20 +0,0 @@ -$set 10 #Windowmenu - -$ #SendTo -# Send To ... -$ #Shade -# Shade -$ #Iconify -# Iconify -$ #Maximize -# Maximize -$ #Raise -# Raise -$ #Lower -# Lower -$ #Stick -# Stick -$ #KillClient -# Kill Client -$ #Close -# Close diff --git a/nls/C/Workspace.m b/nls/C/Workspace.m deleted file mode 100644 index 315460a0..00000000 --- a/nls/C/Workspace.m +++ /dev/null @@ -1,4 +0,0 @@ -$set 11 #Workspace - -$ #DefaultNameFormat -# Workspace %d diff --git a/nls/C/Workspacemenu.m b/nls/C/Workspacemenu.m deleted file mode 100644 index 5423a191..00000000 --- a/nls/C/Workspacemenu.m +++ /dev/null @@ -1,8 +0,0 @@ -$set 12 #Workspacemenu - -$ #WorkspacesTitle -# Workspaces -$ #NewWorkspace -# New Workspace -$ #RemoveLast -# Remove Last diff --git a/nls/C/blackbox.m b/nls/C/blackbox.m deleted file mode 100644 index 74d09f6e..00000000 --- a/nls/C/blackbox.m +++ /dev/null @@ -1,6 +0,0 @@ -$set 13 #blackbox - -$ #NoManagableScreens -# Blackbox::Blackbox: no managable screens found, aborting\n -$ #MapRequest -# Blackbox::process_event: MapRequest for 0x%lx\n diff --git a/nls/C/bsetroot.m b/nls/C/bsetroot.m deleted file mode 100644 index d6350fe2..00000000 --- a/nls/C/bsetroot.m +++ /dev/null @@ -1,17 +0,0 @@ -$set 16 #bsetroot - -$ #MustSpecify -# %s: error: must specify one of: -solid, -mod, -gradient\n -$ #Usage -# %s 2.0: (c) 1997-2000 Brad Hughes\n\n\ - (c) 2001-2002 Sean 'Shaleh' Perry\n\n\ - -display <string> use display connection\n\ - -mod <x> <y> modula pattern\n\ - -foreground, -fg <color> modula foreground color\n\ - -background, -bg <color> modula background color\n\n\ - -gradient <texture> gradient texture\n\ - -from <color> gradient start color\n\ - -to <color> gradient end color\n\n\ - -solid <color> solid color\n\n\ - -help print this help text and exit\n - diff --git a/nls/C/common.m b/nls/C/common.m deleted file mode 100644 index 53217029..00000000 --- a/nls/C/common.m +++ /dev/null @@ -1,38 +0,0 @@ -$set 15 #Common - -$ #Yes -# Yes -$ #No -# No - -$ #DirectionTitle -# Direction -$ #DirectionHoriz -# Horizontal -$ #DirectionVert -# Vertical - -$ #AlwaysOnTop -# Always on top - -$ #PlacementTitle -# Placement -$ #PlacementTopLeft -# Top Left -$ #PlacementCenterLeft -# Center Left -$ #PlacementBottomLeft -# Bottom Left -$ #PlacementTopCenter -# Top Center -$ #PlacementBottomCenter -# BottomCenter -$ #PlacementTopRight -# Top Right -$ #PlacementCenterRight -# Center Right -$ #PlacementBottomRight -# Bottom Right - -$ #AutoHide -# Auto hide diff --git a/nls/C/main.m b/nls/C/main.m deleted file mode 100644 index a4b97589..00000000 --- a/nls/C/main.m +++ /dev/null @@ -1,26 +0,0 @@ -$set 14 #main - -$ #RCRequiresArg -# error: '-rc' requires an argument\n -$ #MENURequiresArg -# error: '-menu' requires an argument\n -$ #DISPLAYRequiresArg -# error: '-display' requires an argument\n -$ #WarnDisplaySet -# warning: could not set environment variable 'DISPLAY'\n -$ #Usage -# Openbox %s : (c) 2002 - 2002 Ben Jansens\n\ - 2001 - 2002 Sean 'Shaleh' Perry\n\ - 1997 - 2000, 2002 Brad Hughes\n\n\ - -display <string>\t\tuse display connection.\n\ - -rc <string>\t\t\tuse alternate resource file.\n\ - -menu <string>\t\tuse alternate menu file.\n\ - -version\t\t\tdisplay version and exit.\n\ - -help\t\t\t\tdisplay this help text and exit.\n\n -$ #CompileOptions -# Compile time options:\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 |
