Skip to content
Snippets Groups Projects
Select Git revision
  • ec19e44b9f9927a88bd296ce0b9c24e9f53def2b
  • master default protected
  • tweak-debian-packaging
  • nocompat
  • jskom-links
  • v0-45-1-maint
  • v0-38-2
  • v0.48
  • v0.45.2
  • v0.45.1.P1
  • last-in-cvs
  • v0.47.1
  • v0.47.1.BETA.2
  • v0.47.1.BETA.1
  • v0.47
  • v0.47.BETA.4
  • v0.47.BETA.3
  • v0.47.BETA.2
  • v0.47.BETA.1
  • v0.46.2.BETA.2
  • v0.46.2.BETA.1
  • v0.46.1
  • v0.46.1.BETA.5
  • v0.46.1.BETA.4
  • v0.46.1.BETA.3
  • v0.46.1.BETA.2
  • v0.46.1.BETA.1
27 results

english-strings.el

Blame
  • english-strings.el 150.58 KiB
    ;;;;; -*-coding: iso-8859-1;-*-
    ;;;;;
    ;;;;; $Id$
    ;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
    ;;;;;
    ;;;;; This file is part of the LysKOM server.
    ;;;;; 
    ;;;;; LysKOM is free software; you can redistribute it and/or modify it
    ;;;;; under the terms of the GNU General Public License as published by 
    ;;;;; the Free Software Foundation; either version 2, or (at your option) 
    ;;;;; any later version.
    ;;;;; 
    ;;;;; LysKOM is distributed in the hope that it will be useful, but WITHOUT
    ;;;;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    ;;;;; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    ;;;;; for more details.
    ;;;;; 
    ;;;;; You should have received a copy of the GNU General Public License
    ;;;;; along with LysKOM; see the file COPYING.  If not, write to
    ;;;;; Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
    ;;;;; or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, 
    ;;;;; MA 02139, USA.
    ;;;;;
    ;;;;; Please mail bug reports to bug-lyskom@lysator.liu.se. 
    ;;;;;
    ;;;; ================================================================
    ;;;; ================================================================
    ;;;;
    ;;;; File: english-strings.el
    ;;;;
    ;;;; This file contains all strings in the LysKOM elisp client.
    ;;;; Language:     English.
    ;;;; Matches version 36.11 of swedish-strings.el
    ;;;; ================================================================
    ;;;;
    ;;;; Translation from swedish-strings.el: David Byers
    ;;;;
    
    (require 'lyskom-vars "vars")
    (require 'lyskom-language "language")
    
    (setq lyskom-clientversion-long 
          (concat lyskom-clientversion-long
                  "$Id$"))
    
    
    ;;; ================================================================
    ;;; The language definition
    
    (lyskom-define-language 'en
                            'iso-8859-1
                            "English"
                            "Engelska")
    
    
    ;;; ================================================================
    ;;; lyskom-edit-mode-map                             English version
    
    (defvar lyskom-en-edit-mode-map nil)
    (lyskom-language-keymap lyskom-edit-mode-map en lyskom-en-edit-mode-map)
    
    ;;; Set the keymap for lyskom-edit-mode
    
    (defvar lyskom-en-edit-prefix nil)
    
    (if lyskom-en-edit-mode-map
        nil
      (setq lyskom-en-edit-mode-map (make-sparse-keymap))
      (define-prefix-command 'lyskom-en-edit-prefix)
      (define-prefix-command 'lyskom-en-edit-review-prefix)