aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-09 01:26:15 +0000
committerjwangen <jwangen>2002-10-09 01:26:15 +0000
commit75251d8c730212ead8655ee44446a17ee6553e9f (patch)
tree1bfefd28e7d1ec93fc539ccb6cb71c3d41fc2fe8
parent1a783431b2f07298c1d3a43092c5787715313da4 (diff)
downloadphpicalendar-75251d8c730212ead8655ee44446a17ee6553e9f.tar.gz
phpicalendar-75251d8c730212ead8655ee44446a17ee6553e9f.tar.bz2
phpicalendar-75251d8c730212ead8655ee44446a17ee6553e9f.zip
minor changes to language files. accidentally left config in orange
-rw-r--r--config.inc.php2
-rw-r--r--languages/italian.inc.php3
-rw-r--r--languages/norwegian.inc.php1
-rw-r--r--languages/polish.inc.php2
4 files changed, 3 insertions, 5 deletions
diff --git a/config.inc.php b/config.inc.php
index 1425cb4..05e3dc1 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -5,7 +5,7 @@
// To set values, change the text between the single quotes
// Follow instructions to the right for detailed information
-$style_sheet = 'silver'; // Themes support
+$style_sheet = 'orange'; // Themes support
$calendar_path = './calendars'; // Path to directory with calendars
$default_view = 'day'; // Default view for calendars = 'day', 'week', 'month'
$minical_view = 'current'; // Where do the mini-calendars go when clicked? = 'day', 'week', 'month', 'current'
diff --git a/languages/italian.inc.php b/languages/italian.inc.php
index af8c509..3b053c7 100644
--- a/languages/italian.inc.php
+++ b/languages/italian.inc.php
@@ -91,5 +91,4 @@ $error_restrictedcal_lang = 'Hai tentato di accedere ad un calendario protetto s
$error_invalidcal_lang = 'File di calendario non valido. Prova un calendario diverso.';
-?>
-)
+?> \ No newline at end of file
diff --git a/languages/norwegian.inc.php b/languages/norwegian.inc.php
index 3a7d47a..5421cd3 100644
--- a/languages/norwegian.inc.php
+++ b/languages/norwegian.inc.php
@@ -91,4 +91,3 @@ $error_invalidcal_lang = 'Ugyldig kalenderfil. Vennligst pr&oslash;v en annen ka
?>
-)
diff --git a/languages/polish.inc.php b/languages/polish.inc.php
index 60a38a2..18f425e 100644
--- a/languages/polish.inc.php
+++ b/languages/polish.inc.php
@@ -90,4 +90,4 @@ $error_remotecal_lang = 'Ten serwer blokuje dostęp do niezatwierdzonych zdalnyc
$error_restrictedcal_lang = 'Dostęp do kalendarza, który próbujesz otworzyć, jest zabroniony przez serwer.';
$error_invalidcal_lang = 'Zły plik kalendarza. Spróbuj innego.';
-?>)
+?> \ No newline at end of file

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