Skip to content

Commit

Permalink
new log picture gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
following committed Mar 14, 2013
1 parent ce8f0d1 commit 10ce948
Show file tree
Hide file tree
Showing 50 changed files with 2,177 additions and 135 deletions.
28 changes: 27 additions & 1 deletion htdocs/config2/locale.inc.php
Expand Up @@ -90,8 +90,10 @@
$opt['locale']['JA']['locales'] = array('ja_JP.utf8', 'ja_JP', 'jp');

$opt['locale']['EN']['timezone'] = 'Europe/Berlin';
$opt['locale']['EN']['format']['dm'] = '%m/%d';
$opt['locale']['EN']['format']['dateshort'] = '%m/%d/%y';
$opt['locale']['EN']['format']['date'] = '%x';
$opt['locale']['EN']['format']['datelong'] = '%d. %B %Y';
$opt['locale']['EN']['format']['datelong'] = '%B %d, %Y';
$opt['locale']['EN']['format']['datetime'] = '%x %I:%M %p';
$opt['locale']['EN']['format']['datetimesec'] = '%x %X';
$opt['locale']['EN']['format']['time'] = '%I:%M %p';
Expand All @@ -101,6 +103,8 @@
$opt['locale']['EN']['page']['subtitle2'] = '';

$opt['locale']['DE']['timezone'] = 'Europe/Berlin';
$opt['locale']['DE']['format']['dm'] = '%d.%m.';
$opt['locale']['DE']['format']['dateshort'] = '%d.%m.%y';
$opt['locale']['DE']['format']['date'] = '%x';
$opt['locale']['DE']['format']['datelong'] = '%d. %B %Y';
$opt['locale']['DE']['format']['datetime'] = '%x %H:%M';
Expand All @@ -113,6 +117,8 @@
$opt['locale']['DE']['helpwiki'] = "http://wiki.opencaching.de/index.php/";

$opt['locale']['FR']['timezone'] = 'Europe/Berlin';
$opt['locale']['FR']['format']['dm'] = '%d.%m.';
$opt['locale']['DE']['format']['dateshort'] = '%d.%m.%y';
$opt['locale']['FR']['format']['date'] = '%x';
$opt['locale']['FR']['format']['datelong'] = '%d. %B %Y';
$opt['locale']['FR']['format']['datetime'] = '%x %H:%M';
Expand All @@ -122,6 +128,8 @@
$opt['locale']['FR']['country'] = 'FR';

$opt['locale']['PL']['timezone'] = 'Europe/Berlin';
$opt['locale']['PL']['format']['dm'] = '%d.%m.';
$opt['locale']['DE']['format']['dateshort'] = '%d.%m.%y';
$opt['locale']['PL']['format']['date'] = '%x';
$opt['locale']['PL']['format']['datelong'] = '%d. %B %Y';
$opt['locale']['PL']['format']['datetime'] = '%x %H:%M';
Expand All @@ -131,6 +139,8 @@
$opt['locale']['PL']['country'] = 'PL';

$opt['locale']['NL']['timezone'] = 'Europe/Berlin';
$opt['locale']['NL']['format']['dm'] = '%d.%m.';
$opt['locale']['DE']['format']['dateshort'] = '%d.%m.%y';
$opt['locale']['NL']['format']['date'] = '%x';
$opt['locale']['NL']['format']['datelong'] = '%d. %B %Y';
$opt['locale']['NL']['format']['datetime'] = '%x %H:%M';
Expand All @@ -142,6 +152,8 @@
$opt['locale']['NL']['country'] = 'NL';

$opt['locale']['IT']['timezone'] = 'Europe/Berlin';
$opt['locale']['DE']['format']['dateshort'] = '%d.%m.%y';
$opt['locale']['IT']['format']['dm'] = '%d.%m.';
$opt['locale']['IT']['format']['date'] = '%x';
$opt['locale']['IT']['format']['datelong'] = '%d. %B %Y';
$opt['locale']['IT']['format']['datetime'] = '%x %H:%M';
Expand All @@ -153,6 +165,8 @@
$opt['locale']['IT']['page']['subtitle2'] = '';

$opt['locale']['RU']['timezone'] = 'Europe/Berlin';
$opt['locale']['DE']['format']['dateshort'] = '%d.%m.%y';
$opt['locale']['RU']['format']['dm'] = '%d.%m.';
$opt['locale']['RU']['format']['date'] = '%x';
$opt['locale']['RU']['format']['datelong'] = '%d. %B %Y';
$opt['locale']['RU']['format']['datetime'] = '%x %H:%M';
Expand All @@ -162,6 +176,8 @@
$opt['locale']['RU']['country'] = 'RU';

$opt['locale']['ES']['timezone'] = 'Europe/Berlin';
$opt['locale']['DE']['format']['dateshort'] = '%d.%m.%y';
$opt['locale']['ES']['format']['dm'] = '%d.%m.';
$opt['locale']['ES']['format']['date'] = '%x';
$opt['locale']['ES']['format']['datelong'] = '%d. %B %Y';
$opt['locale']['ES']['format']['datetime'] = '%x %H:%M';
Expand All @@ -173,6 +189,8 @@
$opt['locale']['ES']['page']['subtitle2'] = '';

$opt['locale']['SV']['timezone'] = 'Europe/Berlin';
$opt['locale']['DE']['format']['dateshort'] = '%d.%m.%y';
$opt['locale']['SV']['format']['dm'] = '%d.%m.';
$opt['locale']['SV']['format']['date'] = '%Y-%m-%d';
$opt['locale']['SV']['format']['datelong'] = '%Y-%m-%d';
$opt['locale']['SV']['format']['datetime'] = '%x %H:%M';
Expand All @@ -184,6 +202,8 @@
$opt['locale']['SV']['page']['subtitle2'] = '';

$opt['locale']['NO']['timezone'] = 'Europe/Berlin';
$opt['locale']['DE']['format']['dateshort'] = '%d.%m.%y';
$opt['locale']['NO']['format']['dm'] = '%d.%m.';
$opt['locale']['NO']['format']['date'] = '%Y-%m-%d';
$opt['locale']['NO']['format']['datelong'] = '%Y-%m-%d';
$opt['locale']['NO']['format']['datetime'] = '%x %H:%M';
Expand All @@ -195,6 +215,8 @@
$opt['locale']['NO']['page']['subtitle2'] = '';

$opt['locale']['DA']['timezone'] = 'Europe/Berlin';
$opt['locale']['DE']['format']['dateshort'] = '%d.%m.%y';
$opt['locale']['DA']['format']['dm'] = '%d.%m.';
$opt['locale']['DA']['format']['date'] = '%Y-%m-%d';
$opt['locale']['DA']['format']['datelong'] = '%Y-%m-%d';
$opt['locale']['DA']['format']['datetime'] = '%x %H:%M';
Expand All @@ -206,6 +228,8 @@
$opt['locale']['DA']['page']['subtitle2'] = '';

$opt['locale']['PT']['timezone'] = 'Europe/Berlin';
$opt['locale']['DE']['format']['dateshort'] = '%d.%m.%y';
$opt['locale']['PT']['format']['dm'] = '%d.%m.';
$opt['locale']['PT']['format']['date'] = '%Y-%m-%d';
$opt['locale']['PT']['format']['datelong'] = '%Y-%m-%d';
$opt['locale']['PT']['format']['datetime'] = '%x %H:%M';
Expand All @@ -217,6 +241,8 @@
$opt['locale']['PT']['page']['subtitle2'] = '';

$opt['locale']['JA']['timezone'] = 'Europe/Berlin';
$opt['locale']['DE']['format']['dateshort'] = '%d.%m.%y';
$opt['locale']['JA']['format']['dm'] = '%d.%m.';
$opt['locale']['JA']['format']['date'] = '%Y-%m-%d';
$opt['locale']['JA']['format']['datelong'] = '%Y-%m-%d';
$opt['locale']['JA']['format']['datetime'] = '%x %H:%M';
Expand Down

0 comments on commit 10ce948

Please sign in to comment.