From 515d95b84f628451a886e7853479075a3ec687c1 Mon Sep 17 00:00:00 2001 From: pawelzc Date: Thu, 12 Jul 2001 11:12:11 +0000 Subject: [PATCH] Spelling and english language corrections. --- translator/translator.readme | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/translator/translator.readme b/translator/translator.readme index c4baaa704e..450329b21b 100644 --- a/translator/translator.readme +++ b/translator/translator.readme @@ -1,28 +1,31 @@ -This is small note about 'translator.pl'. +This is a small note about 'translator.pl'. Author: Pawel Skuza email: pawelzc@cz.top.pl -Script 'translator.pl' do two things: -1. Prepare strings which can be translate; -2. Translate strings used gettext. +The Script 'translator.pl' does two things: +1. Prepares strings that can be translated; +2. Translates strings using gettext. -1. Prepare strings which can be translate. -Copy file 'translator.pl' into root koha directory and execute it. +1. Prepare strings which can be translated. +Copy file 'translator.pl' into koha root directory and execute it. eg. cd /usr/src/koha cp scripts/translator.pl . ./translator.pl some_file_name - xgettext some_file_name -okoha.po - vi koha.po //now you must translate koha.po - msgfmt koha.po -okoha.mo + xgettext some_file_name -okoha.pot + vi koha.pot //now you must translate koha.pot + msgfmt koha.pot -okoha.mo cp koha.mo /usr/share/locale/$$/LC_MESSAGES //where $$ is your language -note: if you omnit 'some_file_name' translator create 'koha.gettext.c' +note: if you omit 'some_file_name' the translator will create 'koha.gettext.c' -2. Translate strings used gettext. -You have to configure your apache. Put this lines in koha and opac virtual: +2. Translate strings using gettext. +You have to configure your apache. Put these lines into koha and opac virtual servers: - Action text/html /cgi-bin/koha/translator.pl - Action text/plane /cgi-bin/koha/translator.pl + Action text/html /cgi-bin/koha/translator/translator.pl + Action text/plane /cgi-bin/koha/translator/translator.pl -Don't forget set up the language preference in your browser. +Don't forget to set up the language preference in your browser. + +Enjoy koha in your language! + -- 2.39.5