[ PHPXref.com ] [ Generated: Sun Jul 20 20:59:36 2008 ] [ Weatimages 1.7.1 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> weatimages_langpack.en.inc.php (source)

   1  <?php
   2  //If you have made translation of Weatimages interface into language which

   3  //missing at Weatimages langpacks page, please send your langpack to

   4  //weatimages@nazarkin.name and it will be available for other users.

   5  
   6  //Weatimages langpack version 1.7.1

   7  //Language: English Sample

   8  //Author: Vladimir Nazarkin

   9  //$Id: weatimages_langpack.en.inc.php,v 1.9 2006/05/08 21:16:35 Vova Exp $

  10  
  11  //Charset

  12  //Specify an encoding if it needed for correct displaying of national characters

  13  //This value will override encoding specified in weatimages.ini

  14  $ini['charset'] = 'utf-8';
  15  
  16  //Strings

  17  $langpack['albums'] = 'Albums';
  18  $langpack['nested_albums_available'] = 'Nested albums available at the first page';
  19  $langpack['additional_items'] = 'Additional items';
  20  $langpack['additional_items_available'] = 'Additional items available at the first page';
  21  $langpack['album_zip'] = 'Download entire album in single archive';
  22  $langpack['page'] = 'page';
  23  $langpack['next_image'] = 'next image';
  24  $langpack['previous_image'] = 'previous image';
  25  $langpack['return_to_album'] = 'return to album';
  26  $langpack['first_image'] = 'first image';
  27  $langpack['last_image'] = 'last image';
  28  $langpack['close_window'] = 'close window';
  29  $langpack['slideshow_start'] = 'start slideshow';
  30  $langpack['slideshow_stop'] = 'stop slideshow';
  31  $langpack['original'] = 'Original';
  32  $langpack['resized'] = 'Resized';
  33  $langpack['switch_size_bottomhelp'] = 'Click image to switch between full-size view and resized view';
  34  $langpack['switch_size_toresized'] = 'Click to view resized image';
  35  $langpack['switch_size_tofullsize'] = 'Click to view full size image';
  36  $langpack['thumbnail_hint'] = 'Click to view big image';
  37  $langpack['kilobytes'] = 'Kb';
  38  $langpack['powered_by'] = 'Powered by';
  39  
  40  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]