Select Git revision
english-strings.el
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)