aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-05-30 18:08:37 +0000
committerChad Little <clittle@users.sourceforge.net>2003-05-30 18:08:37 +0000
commit4d284682acc042a46720d819af6ca11c9e60de3e (patch)
tree6d5d2a1d8c4bee567220a9061e54a3b023e04f94
parent87f4ce8dd9cfa600d10ca2bd73fd4390a181ef99 (diff)
downloadphpicalendar-4d284682acc042a46720d819af6ca11c9e60de3e.tar.gz
phpicalendar-4d284682acc042a46720d819af6ca11c9e60de3e.tar.bz2
phpicalendar-4d284682acc042a46720d819af6ca11c9e60de3e.zip
0.9.2 initial translation checkin.
-rw-r--r--languages/brazilian.inc.php42
-rw-r--r--languages/catalan.inc.php42
-rw-r--r--languages/czech.inc.php42
-rw-r--r--languages/danish.inc.php42
-rw-r--r--languages/dutch.inc.php34
-rw-r--r--languages/finnish.inc.php43
-rw-r--r--languages/french.inc.php36
-rw-r--r--languages/german.inc.php42
-rw-r--r--languages/italian.inc.php42
-rw-r--r--languages/japanese.inc.php38
-rw-r--r--languages/norwegian.inc.php42
-rw-r--r--languages/polish.inc.php42
-rw-r--r--languages/portuguese.inc.php70
-rw-r--r--languages/spanish.inc.php42
-rw-r--r--languages/swedish.inc.phpbin6854 -> 8226 bytes
-rw-r--r--languages/traditional_chinese.inc.php42
16 files changed, 530 insertions, 111 deletions
diff --git a/languages/brazilian.inc.php b/languages/brazilian.inc.php
index 54f1211..666ce67 100644
--- a/languages/brazilian.inc.php
+++ b/languages/brazilian.inc.php
@@ -1,7 +1,7 @@
<?php
// Brazilian Portuguese language include
-// For version 0.9.1 PHP iCalendar
+// For version 0.9.2 PHP iCalendar
//
// Translation by Wilton, Bennet (suporte@bennetworks.com.br)
// 01-nov-2002 02:42 PM
@@ -84,12 +84,40 @@ $priority_none_lang = 'None';
$status_lang = 'Status:';
$todo_lang = 'To do items';
$unfinished_lang = 'Unfinished';
-
-// ----- New for 0.9.1
-
-$prefs_set_lang = 'Your preferences have been set.';
-$prefs_unset_lang = 'Preferences unset. Changes will take place next page load.';
-$unset_prefs_lang = 'Unset preferences:';
+$prefs_set_lang = 'Your preferences have been set.';
+$prefs_unset_lang = 'Preferences unset. Changes will take place next page load.';
+$unset_prefs_lang = 'Unset preferences:';
+
+// ----- New for 0.9.2
+
+$organizer_lang = 'Organizer';
+$attendee_lang = 'Attendee';
+$status_lang = 'Status';
+$location_lang = 'Location';
+$admin_header_lang = 'PHP iCalendar Administration';
+$username_lang = 'Username';
+$password_lang = 'Password';
+$login_lang = 'Login';
+$invalid_login_lang = 'Wrong username or password.';
+$addupdate_cal_lang = 'Add or Update a Calendar';
+$addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
+$delete_cal_lang = 'Delete a Calendar';
+$logout_lang = 'Logout';
+$cal_file_lang = 'Calendar File';
+$php_error_lang = 'PHP Error';
+$upload_error_gen_lang = 'There was a problem with your upload.';
+$upload_error_lang[0] = 'There was a problem with your upload.';
+$upload_error_lang[1] = 'The file you are trying to upload is too big.';
+$upload_error_lang[2] = 'The file you are trying to upload is too big.';
+$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.';
+$upload_error_lang[4] = 'You must select a file for upload.';
+$upload_error_type_lang = 'Only .ics files may be uploaded.';
+$copy_error_lang = 'Failed to copy file';
+$delete_error_lang = 'Failed to delete file';
+$delete_success_lang = 'was deleted successfully.';
+$action_success_lang = 'Your action was successful.';
+$submit_lang = 'Submit';
+$delete_lang = 'Delete';
// - navigation
$back_lang = 'Back';
diff --git a/languages/catalan.inc.php b/languages/catalan.inc.php
index 66529f9..541a9b5 100644
--- a/languages/catalan.inc.php
+++ b/languages/catalan.inc.php
@@ -1,7 +1,7 @@
<?php
// Catalan language include
-// For version 0.9.1 PHP iCalendar
+// For version 0.9.2 PHP iCalendar
//
// Translation by Oriol Ferrer Mesia; (tm05788@salleurl.edu)
@@ -82,12 +82,40 @@ $priority_none_lang = 'Cap';
$status_lang = 'Estat:';
$todo_lang = 'Pendent';
$unfinished_lang = 'Sense acabar';
-
-// ----- New for 0.9.1
-
-$prefs_set_lang = 'Your preferences have been set.';
-$prefs_unset_lang = 'Preferences unset. Changes will take place next page load.';
-$unset_prefs_lang = 'Unset preferences:';
+$prefs_set_lang = 'Your preferences have been set.';
+$prefs_unset_lang = 'Preferences unset. Changes will take place next page load.';
+$unset_prefs_lang = 'Unset preferences:';
+
+// ----- New for 0.9.2
+
+$organizer_lang = 'Organizer';
+$attendee_lang = 'Attendee';
+$status_lang = 'Status';
+$location_lang = 'Location';
+$admin_header_lang = 'PHP iCalendar Administration';
+$username_lang = 'Username';
+$password_lang = 'Password';
+$login_lang = 'Login';
+$invalid_login_lang = 'Wrong username or password.';
+$addupdate_cal_lang = 'Add or Update a Calendar';
+$addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
+$delete_cal_lang = 'Delete a Calendar';
+$logout_lang = 'Logout';
+$cal_file_lang = 'Calendar File';
+$php_error_lang = 'PHP Error';
+$upload_error_gen_lang = 'There was a problem with your upload.';
+$upload_error_lang[0] = 'There was a problem with your upload.';
+$upload_error_lang[1] = 'The file you are trying to upload is too big.';
+$upload_error_lang[2] = 'The file you are trying to upload is too big.';
+$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.';
+$upload_error_lang[4] = 'You must select a file for upload.';
+$upload_error_type_lang = 'Only .ics files may be uploaded.';
+$copy_error_lang = 'Failed to copy file';
+$delete_error_lang = 'Failed to delete file';
+$delete_success_lang = 'was deleted successfully.';
+$action_success_lang = 'Your action was successful.';
+$submit_lang = 'Submit';
+$delete_lang = 'Delete';
// - navigation
$back_lang = 'Back';
diff --git a/languages/czech.inc.php b/languages/czech.inc.php
index 0dac98b..865553f 100644
--- a/languages/czech.inc.php
+++ b/languages/czech.inc.php
@@ -1,7 +1,7 @@
<?php
// Czech language include
-// For version 0.9.1 PHP iCalendar
+// For version 0.9.2 PHP iCalendar
//
// Translation by Whit, studio jižák (whit@studio.jizak.cz)
//
@@ -84,12 +84,40 @@ $priority_none_lang = 'Žádná';
$status_lang = 'Status:';
$todo_lang = 'Seznam úkolů';
$unfinished_lang = 'Nedokončeno';
-
-// ----- New for 0.9.1
-
-$prefs_set_lang = 'Your preferences have been set.';
-$prefs_unset_lang = 'Preferences unset. Changes will take place next page load.';
-$unset_prefs_lang = 'Unset preferences:';
+$prefs_set_lang = 'Your preferences have been set.';
+$prefs_unset_lang = 'Preferences unset. Changes will take place next page load.';
+$unset_prefs_lang = 'Unset preferences:';
+
+// ----- New for 0.9.2
+
+$organizer_lang = 'Organizer';
+$attendee_lang = 'Attendee';
+$status_lang = 'Status';
+$location_lang = 'Location';
+$admin_header_lang = 'PHP iCalendar Administration';
+$username_lang = 'Username';
+$password_lang = 'Password';
+$login_lang = 'Login';
+$invalid_login_lang = 'Wrong username or password.';
+$addupdate_cal_lang = 'Add or Update a Calendar';
+$addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
+$delete_cal_lang = 'Delete a Calendar';
+$logout_lang = 'Logout';
+$cal_file_lang = 'Calendar File';
+$php_error_lang = 'PHP Error';
+$upload_error_gen_lang = 'There was a problem with your upload.';
+$upload_error_lang[0] = 'There was a problem with your upload.';
+$upload_error_lang[1] = 'The file you are trying to upload is too big.';
+$upload_error_lang[2] = 'The file you are trying to upload is too big.';
+$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.';
+$upload_error_lang[4] = 'You must select a file for upload.';
+$upload_error_type_lang = 'Only .ics files may be uploaded.';
+$copy_error_lang = 'Failed to copy file';
+$delete_error_lang = 'Failed to delete file';
+$delete_success_lang = 'was deleted successfully.';
+$action_success_lang = 'Your action was successful.';
+$submit_lang = 'Submit';
+$delete_lang = 'Delete';
// - navigation
$back_lang = 'Zpět';
diff --git a/languages/danish.inc.php b/languages/danish.inc.php
index 2ca9dc9..ce3a14c 100644
--- a/languages/danish.inc.php
+++ b/languages/danish.inc.php
@@ -1,7 +1,7 @@
<?php
// Danish language include
-// For version 0.9.1 PHP iCalendar
+// For version 0.9.2 PHP iCalendar
//
// Translation by Henrik H�jmark (styxx@worldonline.dk)
// and Jakob Peterh�nsel (marook@creepers.org)
@@ -84,12 +84,40 @@ $priority_none_lang = 'Ingen';
$status_lang = 'Status:';
$todo_lang = 'Ting der skal g&oslash;res';
$unfinished_lang = 'Uafsluttet';
-
-// ----- New for 0.9.1
-
-$prefs_set_lang = 'Dine indstillinger er gemt.'; //Your preferences have been set.
-$prefs_unset_lang = 'Indstillinger fjernet. &AElig;ndringer er synlig ved n&aelig;ste sidevisning.'; //Preferences unset. Changes will take place next page load.
-$unset_prefs_lang = 'Unset preferences:';
+$prefs_set_lang = 'Dine indstillinger er gemt.'; //Your preferences have been set.
+$prefs_unset_lang = 'Indstillinger fjernet. &AElig;ndringer er synlig ved n&aelig;ste sidevisning.'; //Preferences unset. Changes will take place next page load.
+$unset_prefs_lang = 'Unset preferences:';
+
+// ----- New for 0.9.2
+
+$organizer_lang = 'Organizer';
+$attendee_lang = 'Attendee';
+$status_lang = 'Status';
+$location_lang = 'Location';
+$admin_header_lang = 'PHP iCalendar Administration';
+$username_lang = 'Username';
+$password_lang = 'Password';
+$login_lang = 'Login';
+$invalid_login_lang = 'Wrong username or password.';
+$addupdate_cal_lang = 'Add or Update a Calendar';
+$addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
+$delete_cal_lang = 'Delete a Calendar';
+$logout_lang = 'Logout';
+$cal_file_lang = 'Calendar File';
+$php_error_lang = 'PHP Error';
+$upload_error_gen_lang = 'There was a problem with your upload.';
+$upload_error_lang[0] = 'There was a problem with your upload.';
+$upload_error_lang[1] = 'The file you are trying to upload is too big.';
+$upload_error_lang[2] = 'The file you are trying to upload is too big.';
+$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.';
+$upload_error_lang[4] = 'You must select a file for upload.';
+$upload_error_type_lang = 'Only .ics files may be uploaded.';
+$copy_error_lang = 'Failed to copy file';
+$delete_error_lang = 'Failed to delete file';
+$delete_success_lang = 'was deleted successfully.';
+$action_success_lang = 'Your action was successful.';
+$submit_lang = 'Submit';
+$delete_lang = 'Delete';
// - navigation
$back_lang = 'Tilbage';
diff --git a/languages/dutch.inc.php b/languages/dutch.inc.php
index e983af6..e860662 100644
--- a/languages/dutch.inc.php
+++ b/languages/dutch.inc.php
@@ -84,13 +84,41 @@ $priority_none_lang = 'Geen';
$status_lang = 'Status:';
$todo_lang = 'Nog af te werken items';
$unfinished_lang = 'Niet afgewerkt';
-
-// ----- New for 0.9.1
-
$prefs_set_lang = 'Uw voorkeuren zijn bewaard.';
$prefs_unset_lang = 'Voorkeuren niet bewaard. Aanpassingen zijn actief de volgende keer u de pagina laadt.';
$unset_prefs_lang = 'Niet bewaarde voorkeuren:';
+// ----- New for 0.9.2
+
+$organizer_lang = 'Organizer';
+$attendee_lang = 'Attendee';
+$status_lang = 'Status';
+$location_lang = 'Location';
+$admin_header_lang = 'PHP iCalendar Administration';
+$username_lang = 'Username';
+$password_lang = 'Password';
+$login_lang = 'Login';
+$invalid_login_lang = 'Wrong username or password.';
+$addupdate_cal_lang = 'Add or Update a Calendar';
+$addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
+$delete_cal_lang = 'Delete a Calendar';
+$logout_lang = 'Logout';
+$cal_file_lang = 'Calendar File';
+$php_error_lang = 'PHP Error';
+$upload_error_gen_lang = 'There was a problem with your upload.';
+$upload_error_lang[0] = 'There was a problem with your upload.';
+$upload_error_lang[1] = 'The file you are trying to upload is too big.';
+$upload_error_lang[2] = 'The file you are trying to upload is too big.';
+$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.';
+$upload_error_lang[4] = 'You must select a file for upload.';
+$upload_error_type_lang = 'Only .ics files may be uploaded.';
+$copy_error_lang = 'Failed to copy file';
+$delete_error_lang = 'Failed to delete file';
+$delete_success_lang = 'was deleted successfully.';
+$action_success_lang = 'Your action was successful.';
+$submit_lang = 'Submit';
+$delete_lang = 'Delete';
+
// - navigation
$back_lang = 'Back';
$next_lang = 'Next';
diff --git a/languages/finnish.inc.php b/languages/finnish.inc.php
index 7389cae..a695509 100644
--- a/languages/finnish.inc.php
+++ b/languages/finnish.inc.php
@@ -1,7 +1,7 @@
<?php
// Finnish language include
-// For version 0.9 PHP iCalendar
+// For version 0.9.2 PHP iCalendar
//
// Translation by Kari Somby (kari.somby@ramk.fi)
//
@@ -84,13 +84,40 @@ $priority_none_lang = 'Ei mit&auml;&auml;n';
$status_lang = 'Tila:';
$todo_lang = 'Teht&auml;v&auml;t:';
$unfinished_lang = 'P&auml;&auml;ttym&auml;tt&ouml;m&auml;t';
-
-
-// ----- New for 0.9.1
-
-$prefs_set_lang = 'Asetukset p&auml;ivitetty';
-$prefs_unset_lang = 'Asetuksia ei p&auml;ivitetty. Muutokset p&auml;ivitet&auml;&auml;n seuraavan sivun ladattua';
-$unset_prefs_lang = 'Asetukset peruttu';
+$prefs_set_lang = 'Asetukset p&auml;ivitetty';
+$prefs_unset_lang = 'Asetuksia ei p&auml;ivitetty. Muutokset p&auml;ivitet&auml;&auml;n seuraavan sivun ladattua';
+$unset_prefs_lang = 'Asetukset peruttu';
+
+// ----- New for 0.9.2
+
+$organizer_lang = 'Organizer';
+$attendee_lang = 'Attendee';
+$status_lang = 'Status';
+$location_lang = 'Location';
+$admin_header_lang = 'PHP iCalendar Administration';
+$username_lang = 'Username';
+$password_lang = 'Password';
+$login_lang = 'Login';
+$invalid_login_lang = 'Wrong username or password.';
+$addupdate_cal_lang = 'Add or Update a Calendar';
+$addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
+$delete_cal_lang = 'Delete a Calendar';
+$logout_lang = 'Logout';
+$cal_file_lang = 'Calendar File';
+$php_error_lang = 'PHP Error';
+$upload_error_gen_lang = 'There was a problem with your upload.';
+$upload_error_lang[0] = 'There was a problem with your upload.';
+$upload_error_lang[1] = 'The file you are trying to upload is too big.';
+$upload_error_lang[2] = 'The file you are trying to upload is too big.';
+$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.';
+$upload_error_lang[4] = 'You must select a file for upload.';
+$upload_error_type_lang = 'Only .ics files may be uploaded.';
+$copy_error_lang = 'Failed to copy file';
+$delete_error_lang = 'Failed to delete file';
+$delete_success_lang = 'was deleted successfully.';
+$action_success_lang = 'Your action was successful.';
+$submit_lang = 'Submit';
+$delete_lang = 'Delete';
// - navigation
$back_lang = 'Takaisin';
diff --git a/languages/french.inc.php b/languages/french.inc.php
index a0bc55a..44d7ce4 100644
--- a/languages/french.inc.php
+++ b/languages/french.inc.php
@@ -1,7 +1,7 @@
<?php
// French language include
-// For version 0.9.1 PHP iCalendar
+// For version 0.9.2 PHP iCalendar
//
// Translation by La Shampouineuse (info@lashampoo.com)
//
@@ -85,6 +85,37 @@ $status_lang = 'Status:';
$todo_lang = 'T&acirc;ches &agrave; faire';
$unfinished_lang = 'Non faites';
+// ----- New for 0.9.2
+
+$organizer_lang = 'Organizer';
+$attendee_lang = 'Attendee';
+$status_lang = 'Status';
+$location_lang = 'Location';
+$admin_header_lang = 'PHP iCalendar Administration';
+$username_lang = 'Username';
+$password_lang = 'Password';
+$login_lang = 'Login';
+$invalid_login_lang = 'Wrong username or password.';
+$addupdate_cal_lang = 'Add or Update a Calendar';
+$addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
+$delete_cal_lang = 'Delete a Calendar';
+$logout_lang = 'Logout';
+$cal_file_lang = 'Calendar File';
+$php_error_lang = 'PHP Error';
+$upload_error_gen_lang = 'There was a problem with your upload.';
+$upload_error_lang[0] = 'There was a problem with your upload.';
+$upload_error_lang[1] = 'The file you are trying to upload is too big.';
+$upload_error_lang[2] = 'The file you are trying to upload is too big.';
+$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.';
+$upload_error_lang[4] = 'You must select a file for upload.';
+$upload_error_type_lang = 'Only .ics files may be uploaded.';
+$copy_error_lang = 'Failed to copy file';
+$delete_error_lang = 'Failed to delete file';
+$delete_success_lang = 'was deleted successfully.';
+$action_success_lang = 'Your action was successful.';
+$submit_lang = 'Submit';
+$delete_lang = 'Delete';
+
// - navigation
$back_lang = 'Retour';
$next_lang = 'Suivant';
@@ -93,9 +124,6 @@ $day_view_lang = 'Vue Journaliere';
$week_view_lang = 'Vue Hebdomadaire';
$month_view_lang = 'Vue Mensuelle';
$year_view_lang = 'Vue Annuelle';
-
-// ----- New for 0.9.1
-
$prefs_set_lang = 'Vos pr&eacute;f&eacute;rences ont &eacute;t&eacute; enregistr&eacute;es';
$prefs_unset_lang = 'Pr&eacute;f&eacute;rences non d&eacute;finies. Les Changements seront pris en compte au prochain chargement de la page.';
$unset_prefs_lang = 'Pr&eacute;f&eacute;rences non d&eacute;finies:';
diff --git a/languages/german.inc.php b/languages/german.inc.php
index 3054b84..11e9f16 100644
--- a/languages/german.inc.php
+++ b/languages/german.inc.php
@@ -1,7 +1,7 @@
<?php
// German language include
-// For version 0.9.1 PHP iCalendar
+// For version 0.9.2 PHP iCalendar
//
// Translation by David Reindl (dre@andare.ch)
// Corrected by whippersnapper slomo (mail@slomo.de)
@@ -85,12 +85,40 @@ $priority_none_lang = 'keine';
$status_lang = 'Status:';
$todo_lang = 'Aufgaben';
$unfinished_lang = 'Pendent';
-
-// ----- New for 0.9.1
-
-$prefs_set_lang = 'Your preferences have been set.';
-$prefs_unset_lang = 'Preferences unset. Changes will take place next page load.';
-$unset_prefs_lang = 'Unset preferences:';
+$prefs_set_lang = 'Your preferences have been set.';
+$prefs_unset_lang = 'Preferences unset. Changes will take place next page load.';
+$unset_prefs_lang = 'Unset preferences:';
+
+// ----- New for 0.9.2
+
+$organizer_lang = 'Organizer';
+$attendee_lang = 'Attendee';
+$status_lang = 'Status';
+$location_lang = 'Location';
+$admin_header_lang = 'PHP iCalendar Administration';
+$username_lang = 'Username';
+$password_lang = 'Password';
+$login_lang = 'Login';
+$invalid_login_lang = 'Wrong username or password.';
+$addupdate_cal_lang = 'Add or Update a Calendar';
+$addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
+$delete_cal_lang = 'Delete a Calendar';
+$logout_lang = 'Logout';
+$cal_file_lang = 'Calendar File';
+$php_error_lang = 'PHP Error';
+$upload_error_gen_lang = 'There was a problem with your upload.';
+$upload_error_lang[0] = 'There was a problem with your upload.';
+$upload_error_lang[1] = 'The file you are trying to upload is too big.';
+$upload_error_lang[2] = 'The file you are trying to upload is too big.';
+$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.';
+$upload_error_lang[4] = 'You must select a file for upload.';
+$upload_error_type_lang = 'Only .ics files may be uploaded.';
+$copy_error_lang = 'Failed to copy file';
+$delete_error_lang = 'Failed to delete file';
+$delete_success_lang = 'was deleted successfully.';
+$action_success_lang = 'Your action was successful.';
+$submit_lang = 'Submit';
+$delete_lang = 'Delete';
// - navigation
$back_lang = 'Back';
diff --git a/languages/italian.inc.php b/languages/italian.inc.php
index 8e7c8d4..d30bbfe 100644
--- a/languages/italian.inc.php
+++ b/languages/italian.inc.php
@@ -1,7 +1,7 @@
<?php
// Italian language include
-// For version 0.9.1 PHP iCalendar
+// For version 0.9.2 PHP iCalendar
//
// First translation by Luca Cacciagrano (clooka@clac.it)
// Updated translation by Daniele Nicolucci (jollino@discussioni.org)
@@ -85,12 +85,40 @@ $priority_none_lang = 'Nessuna';
$status_lang = 'Stato:';
$todo_lang = 'Attivit&agrave;';
$unfinished_lang = 'Non terminato';
-
-// ----- New for 0.9.1
-
-$prefs_set_lang = 'Le tue preferenze sono state registrate.';
-$prefs_unset_lang = 'Preferenze non impostate. Le modifiche avranno effetto al caricamento della prossima pagina.';
-$unset_prefs_lang = 'Preferenze non impostate:';
+$prefs_set_lang = 'Le tue preferenze sono state registrate.';
+$prefs_unset_lang = 'Preferenze non impostate. Le modifiche avranno effetto al caricamento della prossima pagina.';
+$unset_prefs_lang = 'Preferenze non impostate:';
+
+// ----- New for 0.9.2
+
+$organizer_lang = 'Organizer';
+$attendee_lang = 'Attendee';
+$status_lang = 'Status';
+$location_lang = 'Location';
+$admin_header_lang = 'PHP iCalendar Administration';
+$username_lang = 'Username';
+$password_lang = 'Password';
+$login_lang = 'Login';
+$invalid_login_lang = 'Wrong username or password.';
+$addupdate_cal_lang = 'Add or Update a Calendar';
+$addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
+$delete_cal_lang = 'Delete a Calendar';
+$logout_lang = 'Logout';
+$cal_file_lang = 'Calendar File';
+$php_error_lang = 'PHP Error';
+$upload_error_gen_lang = 'There was a problem with your upload.';
+$upload_error_lang[0] = 'There was a problem with your upload.';
+$upload_error_lang[1] = 'The file you are trying to upload is too big.';
+$upload_error_lang[2] = 'The file you are trying to upload is too big.';
+$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.';
+$upload_error_lang[4] = 'You must select a file for upload.';
+$upload_error_type_lang = 'Only .ics files may be uploaded.';
+$copy_error_lang = 'Failed to copy file';
+$delete_error_lang = 'Failed to delete file';
+$delete_success_lang = 'was deleted successfully.';
+$action_success_lang = 'Your action was successful.';
+$submit_lang = 'Submit';
+$delete_lang = 'Delete';
// - navigation
$back_lang = 'Indietro';
diff --git a/languages/japanese.inc.php b/languages/japanese.inc.php
index 7b9a119..f421fea 100644
--- a/languages/japanese.inc.php
+++ b/languages/japanese.inc.php
@@ -1,7 +1,7 @@
<?php
// Japanese language include
-// For version 0.9.1 PHP iCalendar
+// For version 0.9.2 PHP iCalendar
//
// Translation by Jared Wangen (jared@silter.org)
// With the help of Eri Hayashiguchi
@@ -87,12 +87,40 @@ $priority_none_lang = 'なし';
$status_lang = '状態:';
$todo_lang = '備忘録';
$unfinished_lang = '完成されていない';
+$prefs_set_lang = 'Your preferences have been set.';
+$prefs_unset_lang = 'Preferences unset. Changes will take place next page load.';
+$unset_prefs_lang = 'Unset preferences:';
-// ----- New for 0.9.1
+// ----- New for 0.9.2
-$prefs_set_lang = 'Your preferences have been set.';
-$prefs_unset_lang = 'Preferences unset. Changes will take place next page load.';
-$unset_prefs_lang = 'Unset preferences:';
+$organizer_lang = 'Organizer';
+$attendee_lang = 'Attendee';
+$status_lang = 'Status';
+$location_lang = 'Location';
+$admin_header_lang = 'PHP iCalendar Administration';
+$username_lang = 'Username';
+$password_lang = 'Password';
+$login_lang = 'Login';
+$invalid_login_lang = 'Wrong username or password.';
+$addupdate_cal_lang = 'Add or Update a Calendar';
+$addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
+$delete_cal_lang = 'Delete a Calendar';
+$logout_lang = 'Logout';
+$cal_file_lang = 'Calendar File';
+$php_error_lang = 'PHP Error';
+$upload_error_gen_lang = 'There was a problem with your upload.';
+$upload_error_lang[0] = 'There was a problem with your upload.';
+$upload_error_lang[1] = 'The file you are trying to upload is too big.';
+$upload_error_lang[2] = 'The file you are trying to upload is too big.';
+$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.';
+$upload_error_lang[4] = 'You must select a file for upload.';
+$upload_error_type_lang = 'Only .ics files may be uploaded.';
+$copy_error_lang = 'Failed to copy file';
+$delete_error_lang = 'Failed to delete file';
+$delete_success_lang = 'was deleted successfully.';
+$action_success_lang = 'Your action was successful.';
+$submit_lang = 'Submit';
+$delete_lang = 'Delete';
// - navigation
$back_lang = '戻る';
diff --git a/languages/norwegian.inc.php b/languages/norwegian.inc.php
index f833cdd..1e8d4e4 100644
--- a/languages/norwegian.inc.php
+++ b/languages/norwegian.inc.php
@@ -1,7 +1,7 @@
<?php
// Norwegian language include
-// For version 0.9.1 PHP iCalendar
+// For version 0.9.2 PHP iCalendar
//
// Translation by Geir Kielland (geir.kielland@jus.uio.no)
//
@@ -83,12 +83,40 @@ $priority_none_lang = 'Ingen';
$status_lang = 'Status:';
$todo_lang = 'Gj&oslash;rem&aring;lsliste';
$unfinished_lang = 'Uferdig';
-
-// ----- New for 0.9.1
-
-$prefs_set_lang = 'Dine valg er satt.';
-$prefs_unset_lang = 'Valgene er tilbakestilt. Endringene vil vises neste gang siden lastes.';
-$unset_prefs_lang = 'Tilbakestill valgene:';
+$prefs_set_lang = 'Dine valg er satt.';
+$prefs_unset_lang = 'Valgene er tilbakestilt. Endringene vil vises neste gang siden lastes.';
+$unset_prefs_lang = 'Tilbakestill valgene:';
+
+// ----- New for 0.9.2
+
+$organizer_lang = 'Organizer';
+$attendee_lang = 'Attendee';
+$status_lang = 'Status';
+$location_lang = 'Location';
+$admin_header_lang = 'PHP iCalendar Administration';
+$username_lang = 'Username';
+$password_lang = 'Password';
+$login_lang = 'Login';
+$invalid_login_lang = 'Wrong username or password.';
+$addupdate_cal_lang = 'Add or Update a Calendar';
+$addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
+$delete_cal_lang = 'Delete a Calendar';
+$logout_lang = 'Logout';
+$cal_file_lang = 'Calendar File';
+$php_error_lang = 'PHP Error';
+$upload_error_gen_lang = 'There was a problem with your upload.';
+$upload_error_lang[0] = 'There was a problem with your upload.';
+$upload_error_lang[1] = 'The file you are trying to upload is too big.';
+$upload_error_lang[2] = 'The file you are trying to upload is too big.';
+$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.';
+$upload_error_lang[4] = 'You must select a file for upload.';
+$upload_error_type_lang = 'Only .ics files may be uploaded.';
+$copy_error_lang = 'Failed to copy file';
+$delete_error_lang = 'Failed to delete file';
+$delete_success_lang = 'was deleted successfully.';
+$action_success_lang = 'Your action was successful.';
+$submit_lang = 'Submit';
+$delete_lang = 'Delete';
// - navigation
$back_lang = 'Tilbake';
diff --git a/languages/polish.inc.php b/languages/polish.inc.php
index 858d9b1..1560278 100644
--- a/languages/polish.inc.php
+++ b/languages/polish.inc.php
@@ -1,7 +1,7 @@
<?php
// Polish language include
-// For version 0.9.1 PHP iCalendar
+// For version 0.9.2 PHP iCalendar
//
// Translation by Stanisław Cieślicki (stahoo@poczta.onet.pl)
//
@@ -84,12 +84,40 @@ $priority_none_lang = 'Żaden';
$status_lang = 'Status:';
$todo_lang = 'Do zrobienia';
$unfinished_lang = 'Niewykonane';
-
-// ----- New for 0.9.1
-
-$prefs_set_lang = 'Twoje preferencje zostały ustawione.';
-$prefs_unset_lang = 'Preferencje przywrócone. Zmiany będą widoczne po ponownym załadowaniu strony.';
-$unset_prefs_lang = 'Przywróć preferencje:';
+$prefs_set_lang = 'Twoje preferencje zostały ustawione.';
+$prefs_unset_lang = 'Preferencje przywrócone. Zmiany będą widoczne po ponownym załadowaniu strony.';
+$unset_prefs_lang = 'Przywróć preferencje:';
+
+// ----- New for 0.9.2
+
+$organizer_lang = 'Organizer';
+$attendee_lang = 'Attendee';
+$status_lang = 'Status';
+$location_lang = 'Location';
+$admin_header_lang = 'PHP iCalendar Administration';
+$username_lang = 'Username';
+$password_lang = 'Password';
+$login_lang = 'Login';
+$invalid_login_lang = 'Wrong username or password.';
+$addupdate_cal_lang = 'Add or Update a Calendar';
+$addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
+$delete_cal_lang = 'Delete a Calendar';
+$logout_lang = 'Logout';
+$cal_file_lang = 'Calendar File';
+$php_error_lang = 'PHP Error';
+$upload_error_gen_lang = 'There was a problem with your upload.';
+$upload_error_lang[0] = 'There was a problem with your upload.';
+$upload_error_lang[1] = 'The file you are trying to upload is too big.';
+$upload_error_lang[2] = 'The file you are trying to upload is too big.';
+$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.';
+$upload_error_lang[4] = 'You must select a file for upload.';
+$upload_error_type_lang = 'Only .ics files may be uploaded.';
+$copy_error_lang = 'Failed to copy file';
+$delete_error_lang = 'Failed to delete file';
+$delete_success_lang = 'was deleted successfully.';
+$action_success_lang = 'Your action was successful.';
+$submit_lang = 'Submit';
+$delete_lang = 'Delete';
// - navigation
$back_lang = 'Back';
diff --git a/languages/portuguese.inc.php b/languages/portuguese.inc.php
index 181cb73..1e18b7c 100644
--- a/languages/portuguese.inc.php
+++ b/languages/portuguese.inc.php
@@ -1,7 +1,7 @@
<?php
// Portuguese language include
-// For version 0.9.1 PHP iCalendar
+// For version 0.9.2 PHP iCalendar
//
// Translation by Rui Costa (ruicosta@ubi.pt)
//
@@ -69,26 +69,54 @@ $select_cal_lang = 'Escolha o seu calendrio base:';
$select_view_lang = 'Selecione a sua vista por defeito :';
$select_time_lang = 'Selecione a sua hora de inicio:';
$select_day_lang = 'Selecione o seu dia de inicio da semana:';
-$select_style_lang = 'Selecione o seu estilo por defeito:';
-$set_prefs_lang = 'Ajuste preferencias';
-$completed_date_lang = 'Terminado em';
-$completed_lang = 'Terminado';
-$created_lang = 'Criado:';
-$due_lang = 'Devido:';
-$priority_lang = 'Prioridade:';
-$priority_high_lang = 'Elevada';
-$priority_low_lang = 'Baixa';
-$priority_medium_lang = 'Media';
-$priority_none_lang = 'Nenhum';
-$status_lang = 'Status:';
-$todo_lang = 'Itens a fazer';
-$unfinished_lang = 'Por terminar';
-
-// ----- New for 0.9.1
-
-$prefs_set_lang = 'A suas preferencias foram aplicadas.';
-$prefs_unset_lang = 'Preferencias retiradas. Alteracoes aparecerao nas proxinas paginas.';
-$unset_prefs_lang = 'Retirar preferencias:';
+$select_style_lang = 'Selecione o seu estilo por defeito:';
+$set_prefs_lang = 'Ajuste preferencias';
+$completed_date_lang = 'Terminado em';
+$completed_lang = 'Terminado';
+$created_lang = 'Criado:';
+$due_lang = 'Devido:';
+$priority_lang = 'Prioridade:';
+$priority_high_lang = 'Elevada';
+$priority_low_lang = 'Baixa';
+$priority_medium_lang = 'Media';
+$priority_none_lang = 'Nenhum';
+$status_lang = 'Status:';
+$todo_lang = 'Itens a fazer';
+$unfinished_lang = 'Por terminar';
+$prefs_set_lang = 'A suas preferencias foram aplicadas.';
+$prefs_unset_lang = 'Preferencias retiradas. Alteracoes aparecerao nas proxinas paginas.';
+$unset_prefs_lang = 'Retirar preferencias:';
+
+// ----- New for 0.9.2
+
+$organizer_lang = 'Organizer';
+$attendee_lang = 'Attendee';
+$status_lang = 'Status';
+$location_lang = 'Location';
+$admin_header_lang = 'PHP iCalendar Administration';
+$username_lang = 'Username';
+$password_lang = 'Password';
+$login_lang = 'Login';
+$invalid_login_lang = 'Wrong username or password.';
+$addupdate_cal_lang = 'Add or Update a Calendar';
+$addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
+$delete_cal_lang = 'Delete a Calendar';
+$logout_lang = 'Logout';
+$cal_file_lang = 'Calendar File';
+$php_error_lang = 'PHP Error';
+$upload_error_gen_lang = 'There was a problem with your upload.';
+$upload_error_lang[0] = 'There was a problem with your upload.';
+$upload_error_lang[1] = 'The file you are trying to upload is too big.';
+$upload_error_lang[2] = 'The file you are trying to upload is too big.';
+$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.';
+$upload_error_lang[4] = 'You must select a file for upload.';
+$upload_error_type_lang = 'Only .ics files may be uploaded.';
+$copy_error_lang = 'Failed to copy file';
+$delete_error_lang = 'Failed to delete file';
+$delete_success_lang = 'was deleted successfully.';
+$action_success_lang = 'Your action was successful.';
+$submit_lang = 'Submit';
+$delete_lang = 'Delete';
// - navigation
$back_lang = 'Anterior';
diff --git a/languages/spanish.inc.php b/languages/spanish.inc.php
index 6a3a317..2e6d46c 100644
--- a/languages/spanish.inc.php
+++ b/languages/spanish.inc.php
@@ -1,7 +1,7 @@
<?php
// Spanish language include
-// For version 0.9.1 PHP iCalendar
+// For version 0.9.2 PHP iCalendar
//
// Translation by Javier Navarro from XIPS (jnavarro@xips.es)
@@ -82,12 +82,40 @@ $priority_none_lang = 'Ninguna';
$status_lang = 'Estado:';
$todo_lang = 'Por hacer';
$unfinished_lang = 'Sin terminar';
-
-// ----- New for 0.9.1
-
-$prefs_set_lang = 'Sus preferencias han sido activadas.';
-$prefs_unset_lang = 'Preferencias no activas. Los cambios se activaran al recargar la p&aacute;gina.';
-$unset_prefs_lang = 'Preferencias sin activar:';
+$prefs_set_lang = 'Sus preferencias han sido activadas.';
+$prefs_unset_lang = 'Preferencias no activas. Los cambios se activaran al recargar la p&aacute;gina.';
+$unset_prefs_lang = 'Preferencias sin activar:';
+
+// ----- New for 0.9.2
+
+$organizer_lang = 'Organizer';
+$attendee_lang = 'Attendee';
+$status_lang = 'Status';
+$location_lang = 'Location';
+$admin_header_lang = 'PHP iCalendar Administration';
+$username_lang = 'Username';
+$password_lang = 'Password';
+$login_lang = 'Login';
+$invalid_login_lang = 'Wrong username or password.';
+$addupdate_cal_lang = 'Add or Update a Calendar';
+$addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
+$delete_cal_lang = 'Delete a Calendar';
+$logout_lang = 'Logout';
+$cal_file_lang = 'Calendar File';
+$php_error_lang = 'PHP Error';
+$upload_error_gen_lang = 'There was a problem with your upload.';
+$upload_error_lang[0] = 'There was a problem with your upload.';
+$upload_error_lang[1] = 'The file you are trying to upload is too big.';
+$upload_error_lang[2] = 'The file you are trying to upload is too big.';
+$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.';
+$upload_error_lang[4] = 'You must select a file for upload.';
+$upload_error_type_lang = 'Only .ics files may be uploaded.';
+$copy_error_lang = 'Failed to copy file';
+$delete_error_lang = 'Failed to delete file';
+$delete_success_lang = 'was deleted successfully.';
+$action_success_lang = 'Your action was successful.';
+$submit_lang = 'Submit';
+$delete_lang = 'Delete';
// - navigation
$back_lang = 'Atr&aacute;s';
diff --git a/languages/swedish.inc.php b/languages/swedish.inc.php
index 1c1bdb2..1eff867 100644
--- a/languages/swedish.inc.php
+++ b/languages/swedish.inc.php
Binary files differ
diff --git a/languages/traditional_chinese.inc.php b/languages/traditional_chinese.inc.php
index 978415e..f4f7f1f 100644
--- a/languages/traditional_chinese.inc.php
+++ b/languages/traditional_chinese.inc.php
@@ -1,7 +1,7 @@
<?php
// Trad. Chinese language include
-// For version 0.9.1 PHP iCalendar
+// For version 0.9.2 PHP iCalendar
//
// Translation by Kevin Fyure (digdog@mac.com)
//
@@ -84,12 +84,40 @@ $priority_none_lang = '無';
$status_lang = '狀態:';
$todo_lang = '待辦事項';
$unfinished_lang = '尚未完成';
-
-// ----- New for 0.9.1
-
-$prefs_set_lang = '您的偏好設定已設定。';
-$prefs_unset_lang = '設定已還原。更動的部份會在讀取下一頁時生效。';
-$unset_prefs_lang = '還原設定:';
+$prefs_set_lang = '您的偏好設定已設定。';
+$prefs_unset_lang = '設定已還原。更動的部份會在讀取下一頁時生效。';
+$unset_prefs_lang = '還原設定:';
+
+// ----- New for 0.9.2
+
+$organizer_lang = 'Organizer';
+$attendee_lang = 'Attendee';
+$status_lang = 'Status';
+$location_lang = 'Location';
+$admin_header_lang = 'PHP iCalendar Administration';
+$username_lang = 'Username';
+$password_lang = 'Password';
+$login_lang = 'Login';
+$invalid_login_lang = 'Wrong username or password.';
+$addupdate_cal_lang = 'Add or Update a Calendar';
+$addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
+$delete_cal_lang = 'Delete a Calendar';
+$logout_lang = 'Logout';
+$cal_file_lang = 'Calendar File';
+$php_error_lang = 'PHP Error';
+$upload_error_gen_lang = 'There was a problem with your upload.';
+$upload_error_lang[0] = 'There was a problem with your upload.';
+$upload_error_lang[1] = 'The file you are trying to upload is too big.';
+$upload_error_lang[2] = 'The file you are trying to upload is too big.';
+$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.';
+$upload_error_lang[4] = 'You must select a file for upload.';
+$upload_error_type_lang = 'Only .ics files may be uploaded.';
+$copy_error_lang = 'Failed to copy file';
+$delete_error_lang = 'Failed to delete file';
+$delete_success_lang = 'was deleted successfully.';
+$action_success_lang = 'Your action was successful.';
+$submit_lang = 'Submit';
+$delete_lang = 'Delete';
// - navigation
$back_lang = '回去';

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