Files
@ 7ec91347b83f
Branch filter:
Location: hot67beta/components/com_morfeoshow/src/lang/shadowbox-it.js - annotation
7ec91347b83f
2.3 KiB
text/javascript
there we go
7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f 7ec91347b83f | /**
* The Italian (Italiano) language file for Shadowbox.
*
* This file is part of Shadowbox.
*
* Shadowbox is an online media viewer application that supports all of the
* web's most popular media publishing formats. Shadowbox is written entirely
* in JavaScript and CSS and is highly customizable. Using Shadowbox, website
* authors can showcase a wide assortment of media in all major browsers without
* navigating users away from the linking page.
*
* Shadowbox is released under version 3.0 of the Creative Commons Attribution-
* Noncommercial-Share Alike license. This means that it is absolutely free
* for personal, noncommercial use provided that you 1) make attribution to the
* author and 2) release any derivative work under the same or a similar
* license.
*
* If you wish to use Shadowbox for commercial purposes, licensing information
* can be found at http://mjijackson.com/shadowbox/.
*
* @author Michael J. I. Jackson <mjijackson@gmail.com>
* @copyright 2007-2008 Michael J. I. Jackson
* @license http://creativecommons.org/licenses/by-nc-sa/3.0/
* @version SVN: $Id: shadowbox-it.js 99 2008-05-11 16:22:43Z mjijackson $
*/
if(typeof Shadowbox == 'undefined'){
throw 'Unable to load Shadowbox language file, base library not found.';
}
/**
* An object containing all textual messages to be used in Shadowbox. These are
* provided so they may be translated into different languages. Alternative
* translations may be found in js/lang/shadowbox-*.js where * is an abbreviation
* of the language name (see
* http://www.gnu.org/software/gettext/manual/gettext.html#Language-Codes).
*
* @var {Object} LANG
* @public
* @static
*/
Shadowbox.LANG = {
code: 'it',
of: 'di',
loading: 'caricando',
cancel: 'Cancellare',
next: 'Prossimo',
previous: 'Antecedente',
play: 'Play',
pause: 'Pausa',
close: 'Chiudere',
errors: {
single: 'È necessario installare il plugin <a href="{0}">{1}</a> per poter vedere questo contenuto.',
shared: 'È necessario installare i plugin <a href="{0}">{1}</a> e <a href="{2}">{3}</a> per poter vedere questo contenuto.',
either: 'È necessario installare o il plugin <a href="{0}">{1}</a> o <a href="{2}">{3}</a> per poter vedere questo contenuto.'
}
};
|