// Copyright 2009 Google Inc.  All Rights Reserved.

/**
 * @fileoverview Javascript file to store localized strings for picasa album
 * feed.
 * This file is always used in conjunction with
 * google.com/press/media_room/js/picasa_feed.js.
 * This file is used for Latin America.
 *
 * @author dave carlsson
 */

/**
 * Global variables for strings that reference image size.
 * These are used when creating links to different sized images in Picasa.
 * These are required for each use of the picasa_feed.js file.
 * @const
 * @type {string}
 */
var PHOTO_TEXT_SMALL = 'foto peque&ntilde;a';
var PHOTO_TEXT_LARGE = 'foto grande';
var PHOTO_TEXT_FULL_SIZE = 'imagen original';

/**
 * Text used to display a "loading" message on the HTML page while feed
 * data is being rendered.
 * @const
 * @type {string}
 */
var LOADING_TEXT = 'Cargando';
