From 498f20c97f632a2acf6e3e89521c1c0fb294bbf3 Mon Sep 17 00:00:00 2001 From: Phyks Date: Sun, 31 Aug 2014 00:20:11 +0200 Subject: [PATCH] Put most of the strings in en.php --- i18n/en.php | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++ i18n/fr.php | 2 +- 2 files changed, 76 insertions(+), 1 deletion(-) diff --git a/i18n/en.php b/i18n/en.php index edf4e2a..328784f 100644 --- a/i18n/en.php +++ b/i18n/en.php @@ -1,2 +1,77 @@ line owes case € to column. You can click on links to confirm the payback.'; +$i18n['owes'] = 'Owes'; +$i18n['to'] = 'To'; +$i18n['detailed_list_bills'] = 'Detailed list of bills for last month'; +$i18n['display_all_bills'] = 'Display all bills'; +$i18n['no_bills'] = 'No bills added yet'; +$i18n['expense'] = 'Expense'; +$i18n['what'] = 'What'; +$i18n['amount'] = 'Montant'; +$i18n['date'] = 'Date'; +$i18n['users_in'] = 'Users in'; +$i18n['and'] = 'and'; +$i18n['guest'] = 'guest'; +$i18n['add'] = 'Add'; +$i18n['edit_password'] = 'Edit your password'; +$i18n['new_password'] = 'New password'; +$i18n['confirm_new_password'] = 'Confirm new password'; +$i18n['email_address'] = 'Email address'; +$i18n['notifications_for'] = 'Notifications for'; +$i18n['notif_everything'] = 'everything involving you'; +$i18n['notif_global_paybacks'] = 'global paybacks only'; +$i18n['nothing'] = 'nothing'; +$i18n['note_dont_edit_passwords'] = "Leave blank the password fields if you don't want to edit the password."; +$i18n['update'] = 'Update'; +$i18n['personal_token_title'] = 'Your personal token to use the API'; +$i18n['personal_token_is'] = 'Your personal token to use the API is'; +$i18n['compromised_token'] = 'If you think it might be compromised, you can'; +$i18n['generate_new_one'] = 'generate a new one'; +$i18n['global_paybacks_list'] = 'Global paybacks list'; +$i18n['no_global_payback'] = 'No global paybacks available'; +$i18n['add_global_payback'] = 'Add a new global payback'; +$i18n['you_can_also'] = 'You can also'; +$i18n['add_user'] = 'add a user'; +$i18n['display_name'] = 'Display name'; +$i18n['is_admin'] = 'Is admin'; +$i18n['edit'] = 'Edit'; +$i18n['delete'] = 'Delete'; +$i18n['optionnal'] = 'optionnal'; +$i18n['give_admin_rights'] = 'Give admin rights to this user'; +$i18n['yes'] = 'Yes'; +$i18n['no'] = 'No'; +$i18n['homepage_notice'] = 'Homepage notice'; +$i18n['note_use_html'] = 'You can use HTML formatting in this form.'; +$i18n['database'] = 'Database'; +$i18n['settings_note'] = "Use these settings carefully. Your database won't be updated by the script as it was during install and you'll have to manually update it."; +$i18n['mysql_host'] = 'MySQL host'; +$i18n['mysql_login'] = 'MySQL login'; +$i18n['mysql_password'] = 'MySQL password'; +$i18n['note'] = 'Note'; +$i18n['mysql_password_note'] = "Leave the above field blank if you don't want to change your password."; +$i18n['mysql_db'] = 'MySQL database to use'; +$i18n['mysql_db_note'] = 'You must create this database first.'; +$i18n['mysql_prefix'] = 'Prefix for the created tables'; +$i18n['mysql_prefix_note'] = 'Leave the field blank to not use any. You must create the necessary tables manually.'; +$i18n['general_options'] = 'General options'; +$i18n['instance_title'] = 'Title to display in pages'; +$i18n['base_url'] = 'Base URL'; +$i18n['base_url_note'] = 'This is the base URL from which you access this page. You must keep the trailing "/" in the above address.'; +$i18n['currency'] = 'Currency'; +$i18n['timezone'] = 'Timezone'; +$i18n['timezone_doc'] = 'For example: Europe/Paris. See the doc for more info.'; +$i18n['template'] = 'Template'; +$i18n['lang'] = 'Lang'; +$i18n['webmaster_email'] = "Webmaster's email"; diff --git a/i18n/fr.php b/i18n/fr.php index c3f503f..5e04f11 100644 --- a/i18n/fr.php +++ b/i18n/fr.php @@ -1,2 +1,2 @@