X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=11c9d948fa71fd4afc7e4fbecb61cb78e6daeb6d;hb=1378de210177ee155fd7c167b03eeae98e75712b;hp=6710097ac744e27509d874ebd2b197a441cb8c15;hpb=2e0098f1df8d3aaac64eaf4993a8362875cf43db;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 6710097a..11c9d948 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -394,17 +394,17 @@ $i18n_key_words = array( 'form.clients.active_clients' => 'Active Clients', 'form.clients.inactive_clients' => 'Inactive Clients', -// Client delete form. See example at https://timetracker.anuko.com/client_delete.php +// Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php 'form.client.client_to_delete' => 'Client to delete', 'form.client.client_entries' => 'Client entries', -// Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php 'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.', 'form.export.compression' => 'Compression', 'form.export.compression_none' => 'none', 'form.export.compression_bzip' => 'bzip', -// Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Import team data from an xml file.', 'form.import.file' => 'Select file', 'form.import.success' => 'Import completed successfully.',