aboutsummaryrefslogtreecommitdiffstats
path: root/languages
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-03-21 09:52:29 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-03-21 09:52:29 +0000
commita430b6f5528f4698cefb45edde90bf869f05eeda (patch)
tree5b21f68143a9f32ad05c98c64685b49994febe2e /languages
parent3280427d50b95564c2a21396b5d3bb603795d014 (diff)
downloadphpicalendar-a430b6f5528f4698cefb45edde90bf869f05eeda.tar.gz
phpicalendar-a430b6f5528f4698cefb45edde90bf869f05eeda.tar.bz2
phpicalendar-a430b6f5528f4698cefb45edde90bf869f05eeda.zip
add year printview, fix misc bugs
Diffstat (limited to 'languages')
-rw-r--r--languages/afrikaans.inc.php1
-rw-r--r--languages/brazilian.inc.php1
-rw-r--r--languages/catalan.inc.php1
-rw-r--r--languages/czech.inc.php1
-rw-r--r--languages/danish.inc.php1
-rw-r--r--languages/english.inc.php2
-rw-r--r--languages/esperanto.inc.php1
-rw-r--r--languages/french.inc.php1
-rw-r--r--languages/german.inc.php1
-rw-r--r--languages/italian.inc.php1
-rw-r--r--languages/japanese.inc.php1
-rw-r--r--languages/korean.inc.php1
-rw-r--r--languages/lithuanian.inc.php1
-rw-r--r--languages/norwegian.inc.php1
-rw-r--r--languages/polish.inc.php1
-rw-r--r--languages/portuguese.inc.php1
-rw-r--r--languages/spanish.inc.php1
-rw-r--r--languages/swedish.inc.php1
-rw-r--r--languages/traditional_chinese.inc.php1
19 files changed, 20 insertions, 0 deletions
diff --git a/languages/afrikaans.inc.php b/languages/afrikaans.inc.php
index b0e4a3e..d04a248 100644
--- a/languages/afrikaans.inc.php
+++ b/languages/afrikaans.inc.php
@@ -180,6 +180,7 @@ $dateFormat_week_list = '%a, %e %b';
$dateFormat_week_jump = '%e %b';
$dateFormat_month = '%B %Y';
$dateFormat_month_list = '%A, %e %B';
+$dateFormat_year = '%Y';
/*
Notes about dateFormat_*
diff --git a/languages/brazilian.inc.php b/languages/brazilian.inc.php
index 25e1137..d9292ea 100644
--- a/languages/brazilian.inc.php
+++ b/languages/brazilian.inc.php
@@ -175,6 +175,7 @@ $dateFormat_week_list = '%a, %e %b';
$dateFormat_week_jump = '%e %b';
$dateFormat_month = '%B %Y';
$dateFormat_month_list = '%A, %e %B';
+$dateFormat_year = '%Y';
/*
Notes about dateFormat_*
diff --git a/languages/catalan.inc.php b/languages/catalan.inc.php
index 8941363..fc2ed2e 100644
--- a/languages/catalan.inc.php
+++ b/languages/catalan.inc.php
@@ -175,6 +175,7 @@ $dateFormat_week_list = '%a, %e de %b';
$dateFormat_week_jump = '%e de %b';
$dateFormat_month = '%B de %Y';
$dateFormat_month_list = '%A, %e de %B';
+$dateFormat_year = '%Y';
/*
Notes about dateFormat_*
diff --git a/languages/czech.inc.php b/languages/czech.inc.php
index 1e136b9..ff3c9e1 100644
--- a/languages/czech.inc.php
+++ b/languages/czech.inc.php
@@ -174,6 +174,7 @@ $dateFormat_week_list = '%a, %e. %b';
$dateFormat_week_jump = '%e. %B';// new since last translation
$dateFormat_month = '%B %Y';
$dateFormat_month_list = '%A, %e. %B';
+$dateFormat_year = '%Y';
/*
Notes about $dateFormat_*
diff --git a/languages/danish.inc.php b/languages/danish.inc.php
index 973ce75..4503f3c 100644
--- a/languages/danish.inc.php
+++ b/languages/danish.inc.php
@@ -165,6 +165,7 @@ $dateFormat_week_list = '%a, %e %b';
$dateFormat_week_jump = '%e %b';
$dateFormat_month = '%B %Y';
$dateFormat_month_list = '%A, %e %B';
+$dateFormat_year = '%Y';
/*
Notes about dateFormat_*
diff --git a/languages/english.inc.php b/languages/english.inc.php
index dd3a8b8..c3fb741 100644
--- a/languages/english.inc.php
+++ b/languages/english.inc.php
@@ -176,6 +176,8 @@ $dateFormat_week_list = '%a, %b %e';
$dateFormat_week_jump = '%b %e';
$dateFormat_month = '%B %Y';
$dateFormat_month_list = '%A, %B %e';
+$dateFormat_year = '%Y';
+
/*
Notes about dateFormat_*
diff --git a/languages/esperanto.inc.php b/languages/esperanto.inc.php
index c7e0ad8..407b6c8 100644
--- a/languages/esperanto.inc.php
+++ b/languages/esperanto.inc.php
@@ -167,6 +167,7 @@ $dateFormat_week_list = '%a, %e %b';
$dateFormat_week_jump = '%e %b';
$dateFormat_month = '%B %Y';
$dateFormat_month_list = '%A, %B %e';
+$dateFormat_year = '%Y';
/*
Notes about dateFormat_*
diff --git a/languages/french.inc.php b/languages/french.inc.php
index 59d8bce..7a572ce 100644
--- a/languages/french.inc.php
+++ b/languages/french.inc.php
@@ -178,6 +178,7 @@ $dateFormat_week_list = '%a %e %b';
$dateFormat_week_jump = '%e %b';
$dateFormat_month = '%B %Y';
$dateFormat_month_list = '%A %e %B';
+$dateFormat_year = '%Y';
/*
Notes about dateFormat_*
diff --git a/languages/german.inc.php b/languages/german.inc.php
index de3e7ed..0522f18 100644
--- a/languages/german.inc.php
+++ b/languages/german.inc.php
@@ -178,6 +178,7 @@ $dateFormat_week_list = '%a, %e. %b';
$dateFormat_week_jump = ' %e. %b';
$dateFormat_month = '%B %Y';
$dateFormat_month_list = '%A, %e. %B';
+$dateFormat_year = '%Y';
/*
Notes about dateFormat_*
diff --git a/languages/italian.inc.php b/languages/italian.inc.php
index afe6717..6ef78c3 100644
--- a/languages/italian.inc.php
+++ b/languages/italian.inc.php
@@ -178,6 +178,7 @@ $dateFormat_week_list = '%a, %e %b';
$dateFormat_week_jump = '%e %b';
$dateFormat_month = '%B %Y';
$dateFormat_month_list = '%A, %e %B';
+$dateFormat_year = '%Y';
/*
Notes about dateFormat_*
diff --git a/languages/japanese.inc.php b/languages/japanese.inc.php
index 42f120f..9155cf4 100644
--- a/languages/japanese.inc.php
+++ b/languages/japanese.inc.php
@@ -177,6 +177,7 @@ $dateFormat_week_list = '%b%e日(%a)';
$dateFormat_week_jump = '%b%e日';
$dateFormat_month = '%Y年%B';
$dateFormat_month_list = '%B%e日 %A';
+$dateFormat_year = '%Y';
/*
Notes about dateFormat_*
diff --git a/languages/korean.inc.php b/languages/korean.inc.php
index fd7b2cf..b0e0a2f 100644
--- a/languages/korean.inc.php
+++ b/languages/korean.inc.php
@@ -163,6 +163,7 @@ $dateFormat_week_list = '%b %e일, %a';
$dateFormat_week_jump = '%b %e일';
$dateFormat_month = '%Y년 %B';
$dateFormat_month_list = '%B %e일, %A';
+$dateFormat_year = '%Y';
/*
Notes about dateFormat_*
diff --git a/languages/lithuanian.inc.php b/languages/lithuanian.inc.php
index adaebb8..6101ecb 100644
--- a/languages/lithuanian.inc.php
+++ b/languages/lithuanian.inc.php
@@ -176,6 +176,7 @@ $dateFormat_week_list = '%b %e d., %a';
$dateFormat_week_jump = '%b %e d.';
$dateFormat_month = '%Y m. %b mėn.';
$dateFormat_month_list = '%A, %B %e d.';
+$dateFormat_year = '%Y';
/*
Notes about dateFormat_*
diff --git a/languages/norwegian.inc.php b/languages/norwegian.inc.php
index 47fc561..8c0e113 100644
--- a/languages/norwegian.inc.php
+++ b/languages/norwegian.inc.php
@@ -177,6 +177,7 @@ $dateFormat_week_list = '%a %e. %b';
$dateFormat_week_jump = '%b %e';
$dateFormat_month = '%B %Y';
$dateFormat_month_list = '%A %e. %B';
+$dateFormat_year = '%Y';
/*
Notes about dateFormat_*
diff --git a/languages/polish.inc.php b/languages/polish.inc.php
index e5eb9a4..48507bc 100644
--- a/languages/polish.inc.php
+++ b/languages/polish.inc.php
@@ -163,6 +163,7 @@ $dateFormat_week_list = '%a, %e %b';
$dateFormat_week_jump = '%e %B';// new since last translation
$dateFormat_month = '%B %Y';
$dateFormat_month_list = '%A, %e %B';
+$dateFormat_year = '%Y';
/*
Notes about $dateFormat_*
diff --git a/languages/portuguese.inc.php b/languages/portuguese.inc.php
index c75e38a..f4dbd60 100644
--- a/languages/portuguese.inc.php
+++ b/languages/portuguese.inc.php
@@ -175,6 +175,7 @@ $dateFormat_week_list = '%a, %e %b';
$dateFormat_week_jump = '%e %b';
$dateFormat_month = '%B %Y';
$dateFormat_month_list = '%A, %e %B';
+$dateFormat_year = '%Y';
/*
Notes about dateFormat_*
diff --git a/languages/spanish.inc.php b/languages/spanish.inc.php
index 51ba938..6d8a239 100644
--- a/languages/spanish.inc.php
+++ b/languages/spanish.inc.php
@@ -175,6 +175,7 @@ $dateFormat_week_list = '%a, %e de %b';
$dateFormat_week_jump = '%e de %b';
$dateFormat_month = '%B de %Y';
$dateFormat_month_list = '%A, %e de %B';
+$dateFormat_year = '%Y';
/*
Notes about dateFormat_*
diff --git a/languages/swedish.inc.php b/languages/swedish.inc.php
index 2c8b33c..674cc04 100644
--- a/languages/swedish.inc.php
+++ b/languages/swedish.inc.php
@@ -176,6 +176,7 @@ $dateFormat_week_list = '%a, %e %b';
$dateFormat_week_jump = '%e %b';
$dateFormat_month = '%B %Y';
$dateFormat_month_list = '%A, %B %e';
+$dateFormat_year = '%Y';
/*
Notes about dateFormat_*
diff --git a/languages/traditional_chinese.inc.php b/languages/traditional_chinese.inc.php
index 6923dc0..2c5a1d0 100644
--- a/languages/traditional_chinese.inc.php
+++ b/languages/traditional_chinese.inc.php
@@ -165,6 +165,7 @@ $dateFormat_week_list = '%a, %b%e日';
$dateFormat_week_jump = '%b %e 日';
$dateFormat_month = '%Y 年 %B';
$dateFormat_month_list = '%A, %B %e 日';
+$dateFormat_year = '%Y';
/*
Notes about dateFormat_*

© 2014-2024 Faster IT GmbH | imprint | privacy policy