[Midnightbsd-cvs] www: src/lang: add the missing language files.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 5 15:29:58 EDT 2008


Log Message:
-----------
add the missing language files.

Added Files:
-----------
    www/shadowbox/src/lang:
        shadowbox-ar.js (r1.1)
        shadowbox-ca.js (r1.1)
        shadowbox-cs.js (r1.1)
        shadowbox-de-CH.js (r1.1)
        shadowbox-de-DE.js (r1.1)
        shadowbox-en.js (r1.1)
        shadowbox-es.js (r1.1)
        shadowbox-et.js (r1.1)
        shadowbox-fi.js (r1.1)
        shadowbox-fr.js (r1.1)
        shadowbox-gl.js (r1.1)
        shadowbox-he.js (r1.1)
        shadowbox-id.js (r1.1)
        shadowbox-is.js (r1.1)
        shadowbox-it.js (r1.1)
        shadowbox-ko.js (r1.1)
        shadowbox-my.js (r1.1)
        shadowbox-nl.js (r1.1)
        shadowbox-no.js (r1.1)
        shadowbox-pl.js (r1.1)
        shadowbox-pt-BR.js (r1.1)
        shadowbox-pt-PT.js (r1.1)
        shadowbox-ro.js (r1.1)
        shadowbox-ru.js (r1.1)
        shadowbox-sk.js (r1.1)
        shadowbox-sv.js (r1.1)
        shadowbox-tr.js (r1.1)
        shadowbox-zh-CN.js (r1.1)
        shadowbox-zh-TW.js (r1.1)

-------------- next part --------------
--- /dev/null
+++ shadowbox/src/lang/shadowbox-en.js
@@ -0,0 +1,68 @@
+/**
+ * The English 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-en.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:       'en',
+
+    of:         'of',
+
+    loading:    'loading',
+
+    cancel:     'Cancel',
+
+    next:       'Next',
+
+    previous:   'Previous',
+
+    play:       'Play',
+
+    pause:      'Pause',
+
+    close:      'Close',
+
+    errors:     {
+        single: 'You must install the <a href="{0}">{1}</a> browser plugin to view this content.',
+        shared: 'You must install both the <a href="{0}">{1}</a> and <a href="{2}">{3}</a> browser plugins to view this content.',
+        either: 'You must install either the <a href="{0}">{1}</a> or the <a href="{2}">{3}</a> browser plugin to view this content.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-zh-CN.js
@@ -0,0 +1,68 @@
+/**
+ * The Chinese (Simplified) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-zh-CN.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:       'zh-CN',
+
+    of:         '的',
+
+    loading:    '读取中',
+
+    cancel:     '取消',
+
+    next:       '下一页',
+
+    previous:   '上一页',
+
+    play:       '执行',
+
+    pause:      '暂停',
+
+    close:      '关闭',
+
+    errors:     {
+        single: '您必须安装 <a href="{0}">{1}</a> 这个浏览外挂程式才能检视这里的内容。',
+        shared: '您必须安装 <a href="{0}">{1}</a> 和 <a href="{2}">{3}</a> 这两个浏览外挂程式才能检视这里的内容。',
+        either: '您必须安装 <a href="{0}">{1}</a> 或者是 the <a href="{2}">{3}</a> 这两个其中一个浏览外挂程式才能检视这里的内容。'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-pt-BR.js
@@ -0,0 +1,68 @@
+/**
+ * The Brazilian Portuguese (Português) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-pt-BR.js 100 2008-06-23 02:31:30Z 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:       'pt-BR',
+
+    of:         'de',
+
+    loading:    'carregando',
+
+    cancel:     'Cancelar',
+
+    next:       'Próximo',
+
+    previous:   'Anterior',
+
+    play:       'Play',
+
+    pause:      'Pause',
+
+    close:      'Fechar',
+
+    errors:     {
+        single: 'Você precisa instalar o plugin <a href="{0}">{1}</a> para visualizar o conteúdo.',
+        shared: 'Você precisa instalar os plugins <a href="{0}">{1}</a> e <a href="{2}">{3}</a>, para visualizar o conteúdo.',
+        either: 'Você precisa instalar o plugin <a href="{0}">{1}</a> ou o plugin <a href="{2}">{3}</a>, para visualizar o conteúdo.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-ro.js
@@ -0,0 +1,68 @@
+/**
+ * The Romanian (Română) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-ro.js 100 2008-06-23 02:31:30Z 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:       'ro',
+
+    of:         'din',
+
+    loading:    'se incarca',
+
+    cancel:     'Revocare',
+
+    next:       'Inainte',
+
+    previous:   'Inapoi',
+
+    play:       'Ruleaza',
+
+    pause:      'Pauza',
+
+    close:      'Inchide',
+
+    errors:     {
+        single: 'Pentru a vizualiza acest continut trebuie sa instalati acest plugin <a href="{0}">{1}</a>.',
+        shared: 'Pentru a vizualiza acest continut trebuie sa instalati pluginurile <a href="{0}">{1}</a> si <a href="{2}">{3}</a>.',
+        either: 'Pentru a vizualiza acest continut trebuie sa instalati pluginul <a href="{0}">{1}</a> sau <a href="{2}">{3}</a>.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-pt-PT.js
@@ -0,0 +1,68 @@
+/**
+ * The Portuguese (Português) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-pt-PT.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:       'pt-PT',
+
+    of:         'de',
+
+    loading:    'A Carregar...',
+
+    cancel:     'Cancelar',
+
+    next:       'Seguinte',
+
+    previous:   'Anterior',
+
+    play:       'Reproduzir',
+
+    pause:      'Pausa',
+
+    close:      'Fechar',
+
+    errors:     {
+        single: 'É necessário instalar o plugin <a href="{0}">{1}</a> para visualizar este conteúdo.',
+        shared: 'É necessário instalar os plugins <a href="{0}">{1}</a> e <a href="{2}">{3}</a> para visualizar este conteúdo.',
+        either: 'É necessário instalar o plugin <a href="{0}">{1}</a> ou o plugin <a href="{2}">{3}</a> para visualizar este conteúdo.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-gl.js
@@ -0,0 +1,68 @@
+/**
+ * The Galician (Galego) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-gl.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:       'gl',
+
+    of:         'de',
+
+    loading:    'cargando',
+
+    cancel:     'Cancelar',
+
+    next:       'Seguinte',
+
+    previous:   'Anterior',
+
+    play:       'Reproducir',
+
+    pause:      'Pausa',
+
+    close:      'Pechar',
+
+    errors:     {
+        single: 'É necesario instalar o plugin <a href="{0}">{1}</a> para visualizar este contido.',
+        shared: 'É necesario instalar os plugins <a href="{0}">{1}</a> e <a href="{2}">{3}</a> para visualizar este contido.',
+        either: 'É necesario instalar o plugin <a href="{0}">{1}</a> ou o plugin <a href="{2}">{3}</a> para visualizar este contido.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-sv.js
@@ -0,0 +1,68 @@
+/**
+ * The Swedish (Svenska) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-sv.js 102 2008-06-26 08:31:30Z 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:       'sv',
+
+    of:         'av',
+
+    loading:    'laddar',
+
+    cancel:     'Avbryt',
+
+    next:       'Nästa',
+
+    previous:   'Föregående',
+
+    play:       'Spela',
+
+    pause:      'Pausa',
+
+    close:      'Stäng',
+
+    errors:     {
+        single: 'Du måste installera insticksprogrammet <a href="{0}">{1}</a> för att kunna visa innehållet.',
+        shared: 'Du måste installera både insticksprogram <a href="{0}">{1}</a> och <a href="{2}">{3}</a> för att kunna visa innehållet.',
+        either: 'Du måste installera antingen insticksprogram <a href="{0}">{1}</a>, eller <a href="{2}">{3}</a> för att kunna visa innehållet.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-he.js
@@ -0,0 +1,68 @@
+/**
+ * The Hebrew (עִבְרִית) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-he.js 100 2008-06-23 02:31:30Z 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:       'he',
+
+    of:         'מתוך',
+
+    loading:    'טוען',
+
+    cancel:     'ביטול',
+
+    next:       'הבא',
+
+    previous:   'הקודם',
+
+    play:       'נגן',
+
+    pause:      'השהה',
+
+    close:      'סגור',
+
+    errors:     {
+        single: 'על גבי הדפדפן על מנת לצפות בתוכן<a href="{0}">{1}</a> עליך להתקין את התקן ה.',
+        shared: 'על גבי הדפדפן על מנת לצפות בתוכן <a href="{0}">{1}</a> and <a href="{2}">{3}</a> עליך להתקין את שני ההתקנים.',
+        either: 'על מנת לצפות בתוכן <a href="{0}">{1}</a> או <a href="{2}">{3}</a> עליך להתקין התקן.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-fr.js
@@ -0,0 +1,68 @@
+/**
+ * The French (Français) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-fr.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:       'fr',
+
+    of:         'de',
+
+    loading:    'chargement',
+
+    cancel:     'Annuler',
+
+    next:       'Suivant',
+
+    previous:   'Précédent',
+
+    play:       'Lire',
+
+    pause:      'Pause',
+
+    close:      'Fermer',
+
+    errors:     {
+        single: 'Vous devez installer le plugin <a href="{0}">{1}</a> pour afficher ce contenu.',
+        shared: 'Vous devez installer les plugins <a href="{0}">{1}</a> et <a href="{2}">{3}</a> pour afficher ce contenu.',
+        either: 'Vous devez installer le plugin <a href="{0}">{1}</a> ou <a href="{2}">{3}</a> pour afficher ce contenu.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-ca.js
@@ -0,0 +1,68 @@
+/**
+ * The Catalan (Català) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-ca.js 100 2008-06-23 02:31:30Z 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:       'ca',
+
+    of:         'de',
+
+    loading:    'carregant',
+
+    cancel:     'Cancel·la',
+
+    next:       'Següent',
+
+    previous:   'Anterior',
+
+    play:       'Reprodueix',
+
+    pause:      'Pausa',
+
+    close:      'Tanca',
+
+    errors:     {
+        single: 'Heu d\'instal·lar el complement <a href="{0}">{1}</a> al vostre navegador per veure el contingut.',
+        shared: 'Heu d\'instal·lar els complements <a href="{0}">{1}</a> i <a href="{2}">{3}</a> al vostre navegador per veure el contingut.',
+        either: 'Heu d\'instal·lar el complement <a href="{0}">{1}</a> o el complement <a href="{2}">{3}</a> al vostre navegador per veure el contingut.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-tr.js
@@ -0,0 +1,68 @@
+/**
+ * The Turkish (Türkçe) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-tr.js 100 2008-06-23 02:31:30Z 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:       'tr',
+
+    of:         '/',
+
+    loading:    'yükleniyor',
+
+    cancel:     'İptal',
+
+    next:       'Sonraki',
+
+    previous:   'Önceki',
+
+    play:       'Oynat',
+
+    pause:      'Durdur',
+
+    close:      'Kapat',
+
+    errors:     {
+        single: 'Bu içeriği görmek için <a href="{0}">{1}</a> eklentisini kurmanız gerekiyor.',
+        shared: 'Bu içeriği görmek için <a href="{0}">{1}</a> ve <a href="{2}">{3}</a> eklentilerini kurmanız gerekiyor.',
+        either: 'Bu içeriği görmek için <a href="{0}">{1}</a> veya <a href="{2}">{3}</a> eklentilerinden birini kurmanız gerekiyor.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-no.js
@@ -0,0 +1,68 @@
+/**
+ * The Norwegian (Norsk) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-no.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:       'no',
+
+    of:         'av',
+
+    loading:    'laster',
+
+    cancel:     'Avbryt',
+
+    next:       'Neste',
+
+    previous:   'Forrige',
+
+    play:       'Spill',
+
+    pause:      'Pause',
+
+    close:      'Lukk',
+
+    errors:     {
+        single: 'Du må installere  <a href="{0}">{1}</a> for å kunne se dette innholdet.',
+        shared: 'Du må installere båre <a href="{0}">{1}</a> og <a href="{2}">{3}</a> for å kunne se dette innholdet.',
+        either: 'Du må enten installere <a href="{0}">{1}</a> eller the <a href="{2}">{3}</a> for å kunne se dette innholdet.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-is.js
@@ -0,0 +1,68 @@
+/**
+ * The Icelandic (Íslenska) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-is.js 100 2008-06-23 02:31:30Z 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:       'is',
+
+    of:         'af',
+
+    loading:    'hleð',
+
+    cancel:     'Hætta',
+
+    next:       'Næsta',
+
+    previous:   'Fyrri',
+
+    play:       'Spila',
+
+    pause:      'Pása',
+
+    close:      'Loka',
+
+    errors:     {
+        single: 'Þú verður að setja inn ... <a href="{0}">{1}</a> vafra íforritið til að skoða þetta efni.',
+        shared: 'Þú verður að setja inn bæði <a href="{0}">{1}</a> og <a href="{2}">{3}</a> vafra íforritin til að skoða þetta efni.',
+        either: 'Þú verður að setja inn annað hvort <a href="{0}">{1}</a> eða <a href="{2}">{3}</a> vafra íforritin til að skoða þetta efni.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-my.js
@@ -0,0 +1,68 @@
+/**
+ * The Burmese 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-my.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:       'my',
+
+    of:         '',
+
+    loading:    'memuat turun',
+
+    cancel:     'Batal',
+
+    next:       'Seterusnya',
+
+    previous:   'Sebelum',
+
+    play:       'Mainkan',
+
+    pause:      'Hentikan',
+
+    close:      'Tutup',
+
+    errors:     {
+        single: 'Anda perlu memasang <a href="{0}">{1}</a> plugin pelayar bagi melihat kandungan ini.',
+        shared: 'Anda perlu memasang kedua-dua <a href="{0}">{1}</a> dan <a href="{2}">{3}</a> plugin pelayar bagi melihat kandungan ini.',
+        either: 'Anda perlu memasang samada <a href="{0}">{1}</a> atau <a href="{2}">{3}</a> plugin pelayar bagi melihat kandungan ini.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-nl.js
@@ -0,0 +1,68 @@
+/**
+ * The Dutch (Nederlands) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-nl.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:       'nl',
+
+    of:         'van',
+
+    loading:    'laden',
+
+    cancel:     'Annuleren',
+
+    next:       'Volgende',
+
+    previous:   'Vorige',
+
+    play:       'Play',
+
+    pause:      'Pause',
+
+    close:      'Sluiten',
+
+    errors:     {
+        single: 'U moet de <a href="{0}">{1}</a> browser plugin installeren om dit media type te kunnen bekijken.',
+        shared: 'U moet de <a href="{0}">{1}</a> en de <a href="{2}">{3}</a> browser plugins installeren om dit media type te kunnen bekijken.',
+        either: 'U moet de <a href="{0}">{1}</a> of de <a href="{2}">{3}</a> browser plugin installeren om dit media type te kunnen bekijken.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-fi.js
@@ -0,0 +1,68 @@
+/**
+ * The Finnish (Suomi) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-fi.js 100 2008-06-23 02:31:30Z 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:       'fi',
+
+    of:         '/',
+
+    loading:    'ladataan',
+
+    cancel:     'Peruuta',
+
+    next:       'Seuraava',
+
+    previous:   'Edellinen',
+
+    play:       'Toista',
+
+    pause:      'Pysäytä',
+
+    close:      'Sulje',
+
+    errors:     {
+        single: 'Sinun on asennettava <a href="{0}">{1}</a> nähdäksesi sisällön.',
+        shared: 'Sinun on asennettava <a href="{0}">{1}</a> - ja <a href="{2}">{3}</a> selainlaajennukset nähdäksesi sisällön.',
+        either: 'Sinun on asennetteva joko <a href="{0}">{1}</a> tai <a href="{2}">{3}</a> selainlaajennus nähdäksesi sisällön.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-sk.js
@@ -0,0 +1,68 @@
+/**
+ * The Slovak (Slovenčina) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-sk.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:       'sk',
+
+    of:         'z',
+
+    loading:    'Načítava',
+
+    cancel:     'Zruš',
+
+    next:       'Ďalej',
+
+    previous:   'Predchádzjúci',
+
+    play:       'Prehraj',
+
+    pause:      'Zastav',
+
+    close:      'Zavrieť',
+
+    errors:     {
+        single: 'Na prezeranie obsahu je potrebné nainštalovať tento plugin <a href="{0}">{1}</a> do prehľiadača.',
+        shared: 'Na prezeranie obsahu je potrebné nainštalovať tieto pluginy <a href="{0}">{1}</a> a <a href="{2}">{3}</a> do prehľiadača.',
+        either: 'Na prezeranie obsahu je potrebné nainštalovať niektorý z týchto pluginov <a href="{0}">{1}</a> alebo <a href="{2}">{3}</a> do prehľiadača.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-ar.js
@@ -0,0 +1,68 @@
+/**
+ * The Arabic (العربية) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-ar.js 100 2008-06-23 02:31:30Z 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:       'ar',
+
+    of:         'من',
+
+    loading:    'جار التحميل',
+
+    cancel:     'خروج',
+
+    next:       'التالى',
+
+    previous:   'السابق',
+
+    play:       'بدء',
+
+    pause:      'ايقاف',
+
+    close:      'اغلاق',
+
+    errors:     {
+        single: 'يجب ان تقوم بتنصيب اضافة المتصفح <a href="{0}">{1}</a> لعرض هذا المحتوى.',
+        shared: 'يجب ان تقوم بتنصيب الاضافتين  <a href="{0}">{1}</a> و <a href="{2}">{3}</a>للمتصفح  لعرض هذا المحتوى.',
+        either: 'يجب ان قوم بتنصيب اما الاضافة التاليى <a href="{0}">{1}</a> او <a href="{2}">{3}</a> للمتصفح  لعرض هذا المحتوى.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-ko.js
@@ -0,0 +1,68 @@
+/**
+ * The Korean (한국말) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-ko.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:       'ko',
+
+    of:         '중',
+
+    loading:    '로딩 중',
+
+    cancel:     '취소',
+
+    next:       '다음',
+
+    previous:   '이전',
+
+    play:       '재생',
+
+    pause:      '잠시 멈춤',
+
+    close:      '닫기',
+
+    errors:     {
+        single: '이 내용을 보려면 <a href="{0}">{1}</a> 브라우저 플러그인을 설치하십시오.',
+        shared: '이 내용을 보려면 <a href="{0}">{1}</a> 와/과 <a href="{2}">{3}</a> 브라우저 플러그인을 설치하십시오.',
+        either: '이 내용을 보려면 <a href="{0}">{1}</a> 또는 <a href="{2}">{3}</a> 브라우저 플러그인을 설치하십시오.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-et.js
@@ -0,0 +1,68 @@
+/**
+ * The Estonian (Eesti keel) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-et.js 100 2008-06-23 02:31:30Z 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:       'et',
+
+    of:         '/',
+
+    loading:    'laen',
+
+    cancel:     'Katkesta',
+
+    next:       'Järgmine',
+
+    previous:   'Eelmine',
+
+    play:       'Start',
+
+    pause:      'Paus',
+
+    close:      'Sulge',
+
+    errors:     {
+        single: 'Lehekülje vaatamiseks installeerige browser\'i plugin <a href="{0}">{1}</a>.',
+        shared: 'Lehekülje vaatamiseks installeerige plugin\'id <a href="{0}">{1}</a> ja <a href="{2}">{3}</a>.',
+        either: 'Lehekülje vaatamiseks installeerige kas <a href="{0}">{1}</a> või <a href="{2}">{3}</a> plugin.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-de-DE.js
@@ -0,0 +1,68 @@
+/**
+ * The German (Deutsch) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-de-DE.js 100 2008-06-23 02:31:30Z 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:       'de',
+
+    of:         'von',
+
+    loading:    'ladend',
+
+    cancel:     'Abbrechen',
+
+    next:       'Nächste',
+
+    previous:   'Vorige',
+
+    play:       'Abspielen',
+
+    pause:      'Pause',
+
+    close:      'Schließen',
+
+    errors:     {
+        single: 'Um den Inhalt anzeigen zu können muss die Browser-Erweiterung <a href="{0}">{1}</a> installiert werden.',
+        shared: 'Um den Inhalt anzeigen zu können müssen die beiden Browser-Erweiterungen <a href="{0}">{1}</a> und <a href="{2}">{3}</a> installiert werden.',
+        either: 'Um den Inhalt anzeigen zu können muss eine der beiden Browser-Erweiterungen <a href="{0}">{1}</a> oder <a href="{2}">{3}</a> installiert werden.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-de-CH.js
@@ -0,0 +1,68 @@
+/**
+ * The Swiss German (Deutsch) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-de-CH.js 100 2008-06-23 02:31:30Z 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:       'de-CH',
+
+    of:         'von',
+
+    loading:    'lade',
+
+    cancel:     'Abbrechen',
+
+    next:       'weiter',
+
+    previous:   'zurück',
+
+    play:       'Abspielen',
+
+    pause:      'Pause',
+
+    close:      'Schliessen',
+
+    errors:     {
+        single: 'Um den Inhalt anzeigen zu können muss die Browser-Erweiterung <a href="{0}">{1}</a> installiert werden.',
+        shared: 'Um den Inhalt anzeigen zu können müssen die beiden Browser-Erweiterungen <a href="{0}">{1}</a> und <a href="{2}">{3}</a> installiert werden.',
+        either: 'Um den Inhalt anzeigen zu können muss eine der beiden Browser-Erweiterungen <a href="{0}">{1}</a> oder <a href="{2}">{3}</a> installiert werden.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-id.js
@@ -0,0 +1,68 @@
+/**
+ * The Indonesian (Bahasa Indonesia) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-id.js 100 2008-06-23 02:31:30Z 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:       'id',
+
+    of:         'dari',
+
+    loading:    'pengisian',
+
+    cancel:     'Batal',
+
+    next:       'Berikut',
+
+    previous:   'Sebelum',
+
+    play:       'Mainkan',
+
+    pause:      'Hentikan',
+
+    close:      'Tutup',
+
+    errors:     {
+        single: 'Anda harus memasang plugin browser <a href="{0}">{1}</a> untuk melihat isi ini.',
+        shared: 'Anda harus memasang kedua plugin browser <a href="{0}">{1}</a> dan <a href="{2}">{3}</a> untuk melihat isi ini.',
+        either: 'Anda harus memasang plugin browser <a href="{0}">{1}</a> atau <a href="{2}">{3}</a> untuk melihat isi ini.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-es.js
@@ -0,0 +1,68 @@
+/**
+ * The Spanish (Español) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-es.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:       'es',
+
+    of:         'de',
+
+    loading:    'cargando',
+
+    cancel:     'Cancelar',
+
+    next:       'Siguiente',
+
+    previous:   'Anterior',
+
+    play:       'Reproducir',
+
+    pause:      'Pausa',
+
+    close:      'Cerrar',
+
+    errors:     {
+        single: 'Debes instalar el plugin <a href="{0}">{1}</a> en el navegador para ver este contenido.',
+        shared: 'Debes instalar el <a href="{0}">{1}</a> y el <a href="{2}">{3}</a> en el navegador para ver este contenido.',
+        either: 'Debes instalar o bien el <a href="{0}">{1}</a> o el <a href="{2}">{3}</a> en el navegador para ver este contenido.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-ru.js
@@ -0,0 +1,68 @@
+/**
+ * The Russian (русский язык) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-ru.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:       'ru',
+
+    of:         'из',
+
+    loading:    'загрузка',
+
+    cancel:     'Отмена',
+
+    next:       'Следующая',
+
+    previous:   'Предыдущая',
+
+    play:       'Пуск',
+
+    pause:      'Пауза',
+
+    close:      'Закрыть',
+
+    errors:     {
+        single: 'Вы должны установить для браузера плагин <a href="{0}">{1}</a>, чтобы просмотривать этот контент.',
+        shared: 'Чтобы просмотреть этот контент, вы должны установить и <a href="{0}">{1}</a>, и <a href="{2}">{3}</a>.',
+        either: 'Вы должны установить или <a href="{0}">{1}</a> плагин, или <a href="{2}">{3}</a>, чтобы просмотреть этот контент.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-pl.js
@@ -0,0 +1,68 @@
+/**
+ * The Polish (Polski) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-pl.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:       'pl',
+
+    of:         'z',
+
+    loading:    'wczytywanie',
+
+    cancel:     'Anuluj',
+
+    next:       'Dalej',
+
+    previous:   'Wróć',
+
+    play:       'Odtwarzaj',
+
+    pause:      'Pauza',
+
+    close:      'Zamknij',
+
+    errors:     {
+        single: 'Musisz zainstalować plugin <a href="{0}">{1}</a> aby zobaczyć zawartość',
+        shared: 'Musisz zainstalować pluginy <a href="{0}">{1}</a> i <a href="{2}">{3}</a> aby zobaczyć zawartość ',
+        either: 'Musisz zainstalować plugin <a href="{0}">{1}</a> lub <a href="{2}">{3}</a> aby zobaczyć zawartość'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-cs.js
@@ -0,0 +1,68 @@
+/**
+ * The Czech (Čeština) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-cs.js 100 2008-06-23 02:31:30Z 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:       'cs',
+
+    of:         'z(e)',
+
+    loading:    'nahrávám',
+
+    cancel:     'Zrušit',
+
+    next:       'Další',
+
+    previous:   'Předchozí',
+
+    play:       'Přehrát',
+
+    pause:      'Pauza',
+
+    close:      'Zavřít',
+
+    errors:     {
+        single: 'Pro správné zobrazení je potřeba nainstalovat tento zásuvný modul do Vašeho prohlížeče: <a href="{0}">{1}</a>.',
+        shared: 'Pro správné zobrazení je potřeba nainstalovat oba tyto zásuvné moduly do Vašeho prohlížeče: <a href="{0}">{1}</a> a <a href="{2}">{3}</a>.',
+        either: 'Pro správné zobrazení je potřeba do Vašeho prohlížeče nainstalovat jeden z následujících zásuvných modulů: <a href="{0}">{1}</a> nebo <a href="{2}">{3}</a>.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-it.js
@@ -0,0 +1,68 @@
+/**
+ * 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 at 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.'
+    }
+
+};
--- /dev/null
+++ shadowbox/src/lang/shadowbox-zh-TW.js
@@ -0,0 +1,68 @@
+/**
+ * The Chinese (Traditional) 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 at gmail.com>
+ * @copyright   2007-2008 Michael J. I. Jackson
+ * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
+ * @version     SVN: $Id: shadowbox-zh-TW.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:       'zh-TW',
+
+    of:         '的',
+
+    loading:    '讀取中',
+
+    cancel:     '取消',
+
+    next:       '下一頁',
+
+    previous:   '上一頁',
+
+    play:       '執行',
+
+    pause:      '暫停',
+
+    close:      '關閉',
+
+    errors:     {
+        single: '您必須安裝 <a href="{0}">{1}</a> 這個瀏覽外掛程式才能檢視這裡的內容。',
+        shared: '您必須安裝 <a href="{0}">{1}</a> 和 <a href="{2}">{3}</a> 這兩個瀏覽外掛程式才能檢視這裡的內容。',
+        either: '您必須安裝 <a href="{0}">{1}</a> 或者是 the <a href="{2}">{3}</a> 這兩個其中一個瀏覽外掛程式才能檢視這裡的內容。'
+    }
+
+};


More information about the Midnightbsd-cvs mailing list