aboutsummaryrefslogtreecommitdiffstats
path: root/languages/catalan.inc.php
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 /languages/catalan.inc.php
parent87f4ce8dd9cfa600d10ca2bd73fd4390a181ef99 (diff)
downloadphpicalendar-4d284682acc042a46720d819af6ca11c9e60de3e.tar.gz
phpicalendar-4d284682acc042a46720d819af6ca11c9e60de3e.tar.bz2
phpicalendar-4d284682acc042a46720d819af6ca11c9e60de3e.zip
0.9.2 initial translation checkin.
Diffstat (limited to 'languages/catalan.inc.php')
-rw-r--r--languages/catalan.inc.php42
1 files changed, 35 insertions, 7 deletions
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';

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