From a430b6f5528f4698cefb45edde90bf869f05eeda Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Tue, 21 Mar 2006 09:52:29 +0000 Subject: add year printview, fix misc bugs --- languages/afrikaans.inc.php | 1 + languages/brazilian.inc.php | 1 + languages/catalan.inc.php | 1 + languages/czech.inc.php | 1 + languages/danish.inc.php | 1 + languages/english.inc.php | 2 ++ languages/esperanto.inc.php | 1 + languages/french.inc.php | 1 + languages/german.inc.php | 1 + languages/italian.inc.php | 1 + languages/japanese.inc.php | 1 + languages/korean.inc.php | 1 + languages/lithuanian.inc.php | 1 + languages/norwegian.inc.php | 1 + languages/polish.inc.php | 1 + languages/portuguese.inc.php | 1 + languages/spanish.inc.php | 1 + languages/swedish.inc.php | 1 + languages/traditional_chinese.inc.php | 1 + 19 files changed, 20 insertions(+) (limited to 'languages') 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_* -- cgit v1.2.3