Changeset 554 for trunk/script/expeditee


Ignore:
Timestamp:
11/27/13 23:54:47 (11 years ago)
Author:
davidb
Message:

Russian for 'Browser' added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/script/expeditee

    r524 r554  
    44  explang=en
    55fi
     6
     7# Our French and Spanish strings are in 'ISO-8859-1' (Latin 1) encoding;
     8# Russian is the Cyrillic alphabet encoding, 'KOI8-R'
    69
    710if [ "x$PROGNAME" = "x" ] ; then
     
    1114    PROGNAME="Navigateur Expeditee"
    1215  elif [ "$explang" = "ru" ]; then
    13     PROGNAME="ÉÎÔÅÒÆÅÊÓ Expeditee"
     16    PROGNAME="âÒÁÕÚÅÒ Expeditee"
    1417  else
    1518    PROGNAME="Expeditee Browser"
Note: See TracChangeset for help on using the changeset viewer.