diff --git a/doc/translations.xls b/doc/translations.xls index 5ac8e719..1711ceab 100644 Binary files a/doc/translations.xls and b/doc/translations.xls differ diff --git a/release-notes.txt b/release-notes.txt index f2d30e42..082b6d1c 100644 --- a/release-notes.txt +++ b/release-notes.txt @@ -1,9 +1,8 @@ -VERSION 0.7 +VERSION 1.0 =========== -This is the Beta version of Easy!Appointments. It has many improvements -and bug fixes from the Alpha version and will be the first major release -candidate. If you have any suggestions or problems please visit the -links below. +The first major release will include translated interface (English, +Greek, German) and the user will also be able to select a specific +calendar for synchronization. Official Easy!Appointments Website: diff --git a/src/application/language/english/backend_lang.php b/src/application/language/english/backend_lang.php index 3d0dadb8..2f7f2d18 100644 --- a/src/application/language/english/backend_lang.php +++ b/src/application/language/english/backend_lang.php @@ -182,4 +182,9 @@ $lang['be_filter'] = 'Filter'; $lang['be_clear'] = 'Clear'; $lang['be_uncategorized'] = 'Uncategorized'; $lang['be_username_already_exists'] = 'Username already exists.'; -$lang['be_password_length_notice'] = 'Password must be at least $number characters long.'; \ No newline at end of file +$lang['be_password_length_notice'] = 'Password must be at least $number characters long.'; +$lang['be_general_settings'] = 'General Settings'; +$lang['be_personal_information'] = 'Personal Information'; +$lang['be_system_login'] = 'System Login'; +$lang['be_user_settings_are_invalid'] = 'User settings are invalid! Please review your settings and try again.'; +$lang['be_add_break'] = 'Add Break'; diff --git a/src/application/language/german/backend_lang.php b/src/application/language/german/backend_lang.php index 7952e89a..4e489020 100644 --- a/src/application/language/german/backend_lang.php +++ b/src/application/language/german/backend_lang.php @@ -182,4 +182,9 @@ $lang['be_filter'] = 'Filtern'; $lang['be_clear'] = 'Deaktivieren'; $lang['be_uncategorized'] = 'Nicht Zugeordnet'; $lang['be_username_already_exists'] = 'Benutzername ist bereits vorhanden.'; -$lang['be_password_length_notice'] = 'Das Passwort muss mindestens $number Zeichen lang sein.'; \ No newline at end of file +$lang['be_password_length_notice'] = 'Das Passwort muss mindestens $number Zeichen lang sein.'; +$lang['be_general_settings'] = 'Allgemeine Einstellungen'; +$lang['be_personal_information'] = 'Persönliche Informationen'; +$lang['be_system_login'] = 'System Login'; +$lang['be_user_settings_are_invalid'] = 'Benutzereinstellungen sind ungültig! Bitte überprüfen Sie Ihre Einstellungen und wiederholen Sie den Vorgang.'; +$lang['be_add_break'] = 'Interval Hinzufügen'; \ No newline at end of file diff --git a/src/application/language/greek/backend_lang.php b/src/application/language/greek/backend_lang.php index 74663efe..3377d4a1 100644 --- a/src/application/language/greek/backend_lang.php +++ b/src/application/language/greek/backend_lang.php @@ -182,4 +182,11 @@ $lang['be_filter'] = 'Φιλτράρισμα'; $lang['be_clear'] = 'Καθαρισμός'; $lang['be_uncategorized'] = 'Χωρίς Κατηγορία'; $lang['be_username_already_exists'] = 'Το όνομα χρήστη υπάρχει ήδη.'; -$lang['be_password_length_notice'] = 'Ο κωδικός θα πρέπει να είναι τουλάχιστον $number χαρακτήρες.'; \ No newline at end of file +$lang['be_password_length_notice'] = 'Ο κωδικός θα πρέπει να είναι τουλάχιστον $number χαρακτήρες.'; +$lang['be_general_settings'] = 'Γενικές Ρυθμίσεις'; +$lang['be_personal_information'] = 'Προσωπικές Πληροφορίες'; +$lang['be_system_login'] = 'Σύνδεση Στο Σύστημα'; +$lang['be_user_settings_are_invalid'] = 'Οι ρυθμίσεις του χρήστη δεν είναι έγκυρες. Παρακαλώ ελέγξτε τις ρυθμίσεις και προσπαθήστε ξανά.'; +$lang['be_add_break'] = 'Προσθήκη Διαλείμματος'; +$lang['be_edit_break'] = 'Επεξεργασία Διαλείμματος'; +$lang['be_delete_break'] = 'Διαγραφή Διαλείμματος'; \ No newline at end of file diff --git a/src/application/views/backend/settings.php b/src/application/views/backend/settings.php index 9a0214f5..37748794 100644 --- a/src/application/views/backend/settings.php +++ b/src/application/views/backend/settings.php @@ -23,6 +23,8 @@ } }; + var EALang = lang->language); ?>; + $(document).ready(function() { BackendSettings.initialize(true); }); @@ -31,18 +33,18 @@