Commit 2a96f569 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

lang files updated

git-svn-id: http://redmine.rubyforge.org/svn/trunk@16 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 3903eddd
......@@ -57,6 +57,7 @@ notice_successful_create: Successful creation.
notice_successful_update: Successful update.
notice_successful_delete: Successful deletion.
notice_successful_connection: Successful connection.
notice_file_not_found: Requested file doesn't exist or has been deleted.
gui_validation_error: 1 error
gui_validation_error_plural: %d errors
......@@ -124,7 +125,7 @@ field_attr_lastname: Lastname attribute
field_attr_mail: Email attribute
field_onthefly: On-the-fly user creation
label_user: Uuser
label_user: User
label_user_plural: Users
label_user_new: New user
label_project: Project
......
Localization.define('en', 'English') do |l|
l.store '(date)', lambda { |t| t.strftime('%m/%d/%Y') }
l.store '(time)', lambda { |t| t.strftime('%m/%d/%Y %I:%M%p') }
l.store '%d errors', ['1 error', '%d errors']
end
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
......@@ -57,6 +57,7 @@ notice_successful_create: Création effectuée avec succès.
notice_successful_update: Mise à jour effectuée avec succès.
notice_successful_delete: Suppression effectuée avec succès.
notice_successful_connection: Connection réussie.
notice_file_not_found: Le fichier demandé n'existe pas ou a été supprimé.
gui_validation_error: 1 erreur
gui_validation_error_plural: %d erreurs
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment