aboutsummaryrefslogtreecommitdiffstats
path: root/languages
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-27 16:43:16 +0000
committerjwangen <jwangen>2002-10-27 16:43:16 +0000
commitf8e16d8753d668998dacdb8567b639e84b3a4123 (patch)
tree4acc5199388ba7066fabe550235025c0ba9e5fed /languages
parent6df3fbe1e9eeb9cae52a49d80314a0d99e52d207 (diff)
downloadphpicalendar-f8e16d8753d668998dacdb8567b639e84b3a4123.tar.gz
phpicalendar-f8e16d8753d668998dacdb8567b639e84b3a4123.tar.bz2
phpicalendar-f8e16d8753d668998dacdb8567b639e84b3a4123.zip
prepped language files and sent them to translators
Diffstat (limited to 'languages')
-rw-r--r--languages/danish.inc.php11
-rw-r--r--languages/dutch.inc.php11
-rw-r--r--languages/english.inc.php9
-rw-r--r--languages/french.inc.php12
-rw-r--r--languages/german.inc.php10
-rw-r--r--languages/italian.inc.php10
-rw-r--r--languages/japanese.inc.php10
-rw-r--r--languages/norwegian.inc.php10
-rw-r--r--languages/polish.inc.php10
-rw-r--r--languages/spanish.inc.php10
-rw-r--r--languages/swedish.inc.php10
11 files changed, 89 insertions, 24 deletions
diff --git a/languages/danish.inc.php b/languages/danish.inc.php
index f245691..db388a1 100644
--- a/languages/danish.inc.php
+++ b/languages/danish.inc.php
@@ -45,6 +45,13 @@ $goday_lang = 'G&aring; til i dag';
$goweek_lang = 'G&aring; til denne uge';
$gomonth_lang = 'G&aring; til denne m&aring;ned';
$goyear_lang = 'G&aring; til dette &aring;r';
+
+// new in 0.8 -------------
+$search_lang = 'Search'; // the verb
+$results_lang = 'Search Results';
+$query_lang = 'Query: '; // will be followed by the search query
+$no_results_lang = 'No events found';
+
$goprint_lang = 'Printer Friendly';
$time_lang = 'Time';
$summary_lang = 'Summary';
@@ -58,10 +65,8 @@ $no_events_month_lang = 'No events this month.';
$rss_day_date = 'g:i A'; // Lists just the time
$rss_week_date = '%b %e'; // Lists just the day
$rss_month_date = '%b %e'; // Lists just the day
+// -------------------------
-
-
-// new since last translation
$daysofweek_lang = array ('S&oslash;ndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','L&oslash;rdag');
$daysofweekshort_lang = array ('S&oslash;n','Man','Tir','Ons','Tor','Fre','L&oslash;r');
$daysofweekreallyshort_lang = array ('S','M','T','O','T','F','L');
diff --git a/languages/dutch.inc.php b/languages/dutch.inc.php
index 65e0cb7..2c358bd 100644
--- a/languages/dutch.inc.php
+++ b/languages/dutch.inc.php
@@ -44,6 +44,13 @@ $goday_lang = 'Ga Naar Vandaag';
$goweek_lang = 'Ga Naar Deze Week';
$gomonth_lang = 'Ga Naar Deze Maand';
$goyear_lang = 'Ga Naar Dit Jaar';
+
+// new in 0.8 -------------
+$search_lang = 'Search'; // the verb
+$results_lang = 'Search Results';
+$query_lang = 'Query: '; // will be followed by the search query
+$no_results_lang = 'No events found';
+
$goprint_lang = 'Printer Friendly';
$time_lang = 'Time';
$summary_lang = 'Summary';
@@ -57,10 +64,8 @@ $no_events_month_lang = 'No events this month.';
$rss_day_date = 'g:i A'; // Lists just the time
$rss_week_date = '%b %e'; // Lists just the day
$rss_month_date = '%b %e'; // Lists just the day
+// -------------------------
-
-
-// new since last translation
$daysofweek_lang = array ('Zondag','Maandag','Dinsdag','Woensdag','Donderdag','Vrijdag','Zaterdag');
$daysofweekshort_lang = array ('Zon','Ma','Din','Woe','Do','Vrij','Zat');
$daysofweekreallyshort_lang = array ('Z','M','D','W','D','V','Z');
diff --git a/languages/english.inc.php b/languages/english.inc.php
index 9959690..5ef069c 100644
--- a/languages/english.inc.php
+++ b/languages/english.inc.php
@@ -44,6 +44,13 @@ $goday_lang = 'Go to Today';
$goweek_lang = 'Go to This Week';
$gomonth_lang = 'Go to This Month';
$goyear_lang = 'Go to This Year';
+
+// new in 0.8 -------------
+$search_lang = 'Search'; // the verb
+$results_lang = 'Search Results';
+$query_lang = 'Query: '; // will be followed by the search query
+$no_results_lang = 'No events found';
+
$goprint_lang = 'Printer Friendly';
$time_lang = 'Time';
$summary_lang = 'Summary';
@@ -57,7 +64,7 @@ $no_events_month_lang = 'No events this month.';
$rss_day_date = 'g:i A'; // Lists just the time
$rss_week_date = '%b %e'; // Lists just the day
$rss_month_date = '%b %e'; // Lists just the day
-
+// -------------------------
$daysofweek_lang = array ('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
$daysofweekshort_lang = array ('Sun','Mon','Tue','Wed','Thu','Fri','Sat');
diff --git a/languages/french.inc.php b/languages/french.inc.php
index 7e6c850..b813b60 100644
--- a/languages/french.inc.php
+++ b/languages/french.inc.php
@@ -44,6 +44,13 @@ $goday_lang = 'Voir aujourd\'hui';
$goweek_lang = 'Voir cette semaine';
$gomonth_lang = 'Voir ce mois';
$goyear_lang = 'Voir cette ann&eacute;e';
+
+// new in 0.8 -------------
+$search_lang = 'Search'; // the verb
+$results_lang = 'Search Results';
+$query_lang = 'Query: '; // will be followed by the search query
+$no_results_lang = 'No events found';
+
$goprint_lang = 'Printer Friendly';
$time_lang = 'Time';
$summary_lang = 'Summary';
@@ -57,8 +64,7 @@ $no_events_month_lang = 'No events this month.';
$rss_day_date = 'g:i A'; // Lists just the time
$rss_week_date = '%b %e'; // Lists just the day
$rss_month_date = '%b %e'; // Lists just the day
-
-
+// -------------------------
// Date display since setlocale isnt perfect. // new since last translation
$daysofweek_lang = array ('Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi');
@@ -76,7 +82,7 @@ $timeFormat = 'H:i';
$dateFormat_day = '%A %e %B';
$dateFormat_week = '%e %B';
$dateFormat_week_list = '%a %e %b';
-$dateFormat_week_jump = '%e %b';// new since last translation
+$dateFormat_week_jump = '%e %b';
$dateFormat_month = '%B %Y';
$dateFormat_month_list = '%A %e %B';
diff --git a/languages/german.inc.php b/languages/german.inc.php
index 0f85758..4c64dfb 100644
--- a/languages/german.inc.php
+++ b/languages/german.inc.php
@@ -43,6 +43,13 @@ $goday_lang = 'Gehe zu Heute';
$goweek_lang = 'Gehe zur aktuellen Woche';
$gomonth_lang = 'Gehe zum aktuellen Monat';
$goyear_lang = 'Gehe zum aktuellen Jahr';
+
+// new in 0.8 -------------
+$search_lang = 'Search'; // the verb
+$results_lang = 'Search Results';
+$query_lang = 'Query: '; // will be followed by the search query
+$no_results_lang = 'No events found';
+
$goprint_lang = 'Printer Friendly';
$time_lang = 'Time';
$summary_lang = 'Summary';
@@ -56,8 +63,7 @@ $no_events_month_lang = 'No events this month.';
$rss_day_date = 'g:i A'; // Lists just the time
$rss_week_date = '%b %e'; // Lists just the day
$rss_month_date = '%b %e'; // Lists just the day
-
-
+// -------------------------
$daysofweek_lang = array ('Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag');
$daysofweekshort_lang = array ('Son','Mon','Die','Mit','Don','Fre','Sam');
diff --git a/languages/italian.inc.php b/languages/italian.inc.php
index 8e47332..488038f 100644
--- a/languages/italian.inc.php
+++ b/languages/italian.inc.php
@@ -45,6 +45,13 @@ $goday_lang = 'Vai a oggi';
$goweek_lang = 'Vai a questa settimana';
$gomonth_lang = 'Vai a questo mese';
$goyear_lang = 'Vai a quest\'anno';
+
+// new in 0.8 -------------
+$search_lang = 'Search'; // the verb
+$results_lang = 'Search Results';
+$query_lang = 'Query: '; // will be followed by the search query
+$no_results_lang = 'No events found';
+
$goprint_lang = 'Printer Friendly';
$time_lang = 'Time';
$summary_lang = 'Summary';
@@ -58,8 +65,7 @@ $no_events_month_lang = 'No events this month.';
$rss_day_date = 'g:i A'; // Lists just the time
$rss_week_date = '%b %e'; // Lists just the day
$rss_month_date = '%b %e'; // Lists just the day
-
-
+// -------------------------
// Date display since setlocale isnt perfect. // new since last translation
$daysofweek_lang = array ('Domenica','Luned&iacute;','Marted&igrave;','Mercoled&igrave;','Gioved&igrave;','Venerd&igrave;','Sabato');
diff --git a/languages/japanese.inc.php b/languages/japanese.inc.php
index 236c6a0..8f8bce5 100644
--- a/languages/japanese.inc.php
+++ b/languages/japanese.inc.php
@@ -52,6 +52,13 @@ $goday_lang = '今日に移動';
$goweek_lang = '今週に移動';
$gomonth_lang = '今月に移動';
$goyear_lang = '今年に移動';
+
+// new in 0.8 -------------
+$search_lang = 'Search'; // the verb
+$results_lang = 'Search Results';
+$query_lang = 'Query: '; // will be followed by the search query
+$no_results_lang = 'No events found';
+
$goprint_lang = 'Printer Friendly';
$time_lang = 'Time';
$summary_lang = 'Summary';
@@ -65,8 +72,7 @@ $no_events_month_lang = 'No events this month.';
$rss_day_date = 'g:i A'; // Lists just the time
$rss_week_date = '%b %e'; // Lists just the day
$rss_month_date = '%b %e'; // Lists just the day
-
-
+// -------------------------
$daysofweek_lang = array ('日曜日','月曜日','火曜日','水曜日','木曜日','金曜日','土曜日');
$daysofweekshort_lang = array ('日','月','火','水','木','金','土');
diff --git a/languages/norwegian.inc.php b/languages/norwegian.inc.php
index 2efbd2a..9102ce3 100644
--- a/languages/norwegian.inc.php
+++ b/languages/norwegian.inc.php
@@ -44,6 +44,13 @@ $goday_lang = 'G&aring; til i dag';
$goweek_lang = 'G&aring; til denne uken';
$gomonth_lang = 'G&aring; til denne m&aring;neden';
$goyear_lang = 'G&aring; til dette &aring;ret';
+
+// new in 0.8 -------------
+$search_lang = 'Search'; // the verb
+$results_lang = 'Search Results';
+$query_lang = 'Query: '; // will be followed by the search query
+$no_results_lang = 'No events found';
+
$goprint_lang = 'Printer Friendly';
$time_lang = 'Time';
$summary_lang = 'Summary';
@@ -57,8 +64,7 @@ $no_events_month_lang = 'No events this month.';
$rss_day_date = 'g:i A'; // Lists just the time
$rss_week_date = '%b %e'; // Lists just the day
$rss_month_date = '%b %e'; // Lists just the day
-
-
+// -------------------------
$daysofweek_lang = array('S&oslash;ndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','L&oslash;rdag');
$daysofweekshort_lang = array ('S&oslash;n','Man','Tir','Ons','Tor','Fre','L&oslash;r');
diff --git a/languages/polish.inc.php b/languages/polish.inc.php
index 9488612..2add529 100644
--- a/languages/polish.inc.php
+++ b/languages/polish.inc.php
@@ -44,6 +44,13 @@ $goday_lang = 'Idź do dnia dzisiejszego';
$goweek_lang = 'Idź do bieżącego tygodnia';
$gomonth_lang = 'Idź do bieżącego miesiąca';
$goyear_lang = 'Idź do bieżącego roku';
+
+// new in 0.8 -------------
+$search_lang = 'Search'; // the verb
+$results_lang = 'Search Results';
+$query_lang = 'Query: '; // will be followed by the search query
+$no_results_lang = 'No events found';
+
$goprint_lang = 'Printer Friendly';
$time_lang = 'Time';
$summary_lang = 'Summary';
@@ -57,8 +64,7 @@ $no_events_month_lang = 'No events this month.';
$rss_day_date = 'g:i A'; // Lists just the time
$rss_week_date = '%b %e'; // Lists just the day
$rss_month_date = '%b %e'; // Lists just the day
-
-
+// -------------------------
$daysofweek_lang = array ('Niedziela','Poniedziałek','Wtorek','Środa','Czwartek','Piątek','Sobota');
$daysofweekshort_lang = array ('Nie','Pon','Wt','Śr','Czw','Pt','Sob');
diff --git a/languages/spanish.inc.php b/languages/spanish.inc.php
index ccac48f..c1f6c6e 100644
--- a/languages/spanish.inc.php
+++ b/languages/spanish.inc.php
@@ -41,6 +41,13 @@ $goday_lang = 'Ir a Hoy';
$goweek_lang = 'Ir a Esta semana';
$gomonth_lang = 'Ir a Este Mes';
$goyear_lang = 'Ir a Este A&ntilde;o';
+
+// new in 0.8 -------------
+$search_lang = 'Search'; // the verb
+$results_lang = 'Search Results';
+$query_lang = 'Query: '; // will be followed by the search query
+$no_results_lang = 'No events found';
+
$goprint_lang = 'Printer Friendly';
$time_lang = 'Time';
$summary_lang = 'Summary';
@@ -54,8 +61,7 @@ $no_events_month_lang = 'No events this month.';
$rss_day_date = 'g:i A'; // Lists just the time
$rss_week_date = '%b %e'; // Lists just the day
$rss_month_date = '%b %e'; // Lists just the day
-
-
+// -------------------------
$daysofweek_lang = array ('Domingo','Lunes','Martes','Mi&eacute;rcoles','Jueves','Viernes','S&aacute;bado');
$daysofweekshort_lang = array ('Dom','Lun','Mar','Mie','Jue','Vie','Sab');
diff --git a/languages/swedish.inc.php b/languages/swedish.inc.php
index 0bf0ac9..dcb5476 100644
--- a/languages/swedish.inc.php
+++ b/languages/swedish.inc.php
@@ -44,6 +44,13 @@ $goday_lang = 'G&aring; till dagens datum';
$goweek_lang = 'G&aring; till denna vecka';
$gomonth_lang = 'G&aring; till denna m&aring;nad';
$goyear_lang = 'G&aring; till detta &aring;r';
+
+// new in 0.8 -------------
+$search_lang = 'Search'; // the verb
+$results_lang = 'Search Results';
+$query_lang = 'Query: '; // will be followed by the search query
+$no_results_lang = 'No events found';
+
$goprint_lang = 'Printer Friendly';
$time_lang = 'Time';
$summary_lang = 'Summary';
@@ -57,8 +64,7 @@ $no_events_month_lang = 'No events this month.';
$rss_day_date = 'g:i A'; // Lists just the time
$rss_week_date = '%b %e'; // Lists just the day
$rss_month_date = '%b %e'; // Lists just the day
-
-
+// -------------------------
$daysofweek_lang = array ('S&ouml;ndag','M&aring;ndag','Tisdag','Onsdag','Torsdag','Fredag','L&ouml;rdag');
$daysofweekshort_lang = array ('S&ouml;n','M&aring;n','Tis','Ons','Tor','Fre','L&ouml;r');

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