X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1c40fb09e97ff643c80e9b96106d891e6fdbde1b..4d07dc7fef357e5139f35df6271cc15dc6bea955:/WEB-INF/resources/pt.lang.php diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 6aeed5ed..c8bb53c6 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -91,6 +91,7 @@ $i18n_key_words = array( // 'error.record' => 'Select record.', // 'error.auth' => 'Incorrect login or password.', // 'error.user_exists' => 'User with this login already exists.', +// 'error.object_exists' => 'Object with this name already exists.', // 'error.project_exists' => 'Project with this name already exists.', // 'error.task_exists' => 'Task with this name already exists.', // 'error.client_exists' => 'Client with this name already exists.', @@ -116,6 +117,7 @@ $i18n_key_words = array( 'button.cancel' => 'Cancelar', 'button.submit' => 'Submeter', 'button.add' => 'Adicionar', +'button.delete' => 'Apagar', // TODO: translate the following. // 'button.generate' => 'Generate', // 'button.reset_password' => 'Reset password',