Skip to content

Instantly share code, notes, and snippets.

@matsuu
Created January 26, 2009 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matsuu/52842 to your computer and use it in GitHub Desktop.
Save matsuu/52842 to your computer and use it in GitHub Desktop.
/**
* The Japanese 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 <michael@mjijackson.com>
* @copyright 2007-2009 Michael J. I. Jackson
* @license http://creativecommons.org/licenses/by-nc-sa/3.0/
* @version SVN: $Id: shadowbox-ja.js 132 2009-01-12 06:19:26Z mjijackson $
*/
if(typeof Shadowbox == 'undefined')
throw 'Unable to load Shadowbox language file, Shadowbox 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
* @public
*/
Shadowbox.lang = {
code: 'ja',
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> を追加する必要があります。'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment