Removed terminating PHP tags in language files
[timetracker.git] / WEB-INF / resources / en.lang.php
index d3834a4..a2d38ef 100644 (file)
@@ -59,9 +59,11 @@ $i18n_key_words = array(
 'menu.options' => 'Options',
 
 // Footer - strings on the bottom of most pages.
-'footer.mobile_phones' => 'Time Tracker is available on mobile phones.',
+'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
 'footer.credits' => 'Credits',
 'footer.license' => 'License',
+'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
+                                  // This is a link to a webpage that describes how to contribute to the project.
 
 // Error messages.
 'error.access_denied' => 'Access denied.',
@@ -182,6 +184,7 @@ $i18n_key_words = array(
 'label.role_manager' => '(manager)',
 'label.role_comanager' => '(co-manager)',
 'label.role_admin' => '(administrator)',
+'label.page' => 'Page',
 // Labels for plugins (extensions to Time Tracker that provide additional features).
 'label.custom_fields' => 'Custom fields',
 'label.type' => 'Type',
@@ -393,4 +396,3 @@ $i18n_key_words = array(
 'form.mail.report_sent' => 'Report sent.',
 'form.mail.invoice_sent' => 'Invoice sent.',
 );
-?>
\ No newline at end of file