Skip to content

Commit

Permalink
Added German language configuration:
Browse files Browse the repository at this point in the history
Merge branch 'master' of git://github.com/wallenium/colorbox into 1.x
  • Loading branch information
jackmoore committed Jan 31, 2013
2 parents fe7f937 + b913432 commit 7e2dba9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
@@ -1,6 +1,9 @@
## About ColorBox:
A customizable lightbox plugin for jQuery. See the [project page](http://jacklmoore.com/colorbox/) for documentation and a demonstration, and the [FAQ](http://jacklmoore.com/colorbox/faq/) for solutions and examples to common issues. Released under the [MIT license](http://www.opensource.org/licenses/mit-license.php).

## Translations Welcome
Send me your language configuration files. See /i18n/jquery.colorbox-de.js as an example.

## Changelog:

### Version 1.3.32 - 2013/1/31
Expand Down
13 changes: 13 additions & 0 deletions i18n/jquery.colorbox-de.js
@@ -0,0 +1,13 @@
/*
jQuery ColorBox language configuration
language: German (de)
translated by: wallenium
*/
jQuery.extend(jQuery.colorbox.settings, {
current: "Bild {current} von {total}",
previous: "Zurück",
next: "Vor",
close: "Schließen",
xhrError: "Dieser Inhalt konnte nicht geladen werden.",
imgError: "Dieses Bild konnte nicht geladen werden."
});

0 comments on commit 7e2dba9

Please sign in to comment.