Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #62 from m47730/develop
Browse files Browse the repository at this point in the history
start working on italian translation
  • Loading branch information
mikelbring committed Jul 29, 2012
2 parents 47b94a9 + 7992822 commit ded3304
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 0 deletions.
19 changes: 19 additions & 0 deletions app/application/language/it/pagination.php
@@ -0,0 +1,19 @@
<?php

return array(

/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the pagination links. You're free to change them to anything you want.
| If you come up with something more exciting, let us know.
|
*/

'previous' => '&laquo; Precedente',
'next' => 'Successivo &raquo;',

);
112 changes: 112 additions & 0 deletions app/application/language/it/tinyissue.php
@@ -0,0 +1,112 @@
<?php

return array(

'welcome' => 'Benvenuto',
'users' => 'Utenti',
'administration' => 'Amministrazione',
'logout' => 'Esci',
'dashboard' => 'Dashboard',
'your_issues' => 'Your Issues',
'project' => 'Progetto',
'projects' => 'Progetti',
'settings' => 'Settaggi',
'active_projects' => 'Progetti Attivi',
'active_projects_description' => 'Lista breve dei progetti attivi',
'saving' => 'Salvataggio',
'projects_description' => 'Lista di tutti i progetti',
'new' => 'Nuovo',
'active' => 'Attivo',
'archived' => 'Archiviato',
'archived_projects' => 'Progetti Archiviati',
'open_issue' => 'Problema Aperto',
'open_issues' => 'Problemi Aperti',
'closed_issue' => 'Problema Chiuso',
'closed_issues' => 'Problemi Chiusi',
'issue_assigned_to_you' => 'Problema Assegnata a Te',
'issues_assigned_to_you' => 'Issues Assigned a Te',
'you_do_not_have_any_projects' => 'Nessun progetto.',
'create_project' => 'Crea un nuovo progetto!',
'create_a_new_project' => 'Crea un nuovo progetto',
'create_a_new_project_description' => 'Create a new project and select users to assign to it. You can assign users later as well.',
'create_a_new_project_description' => 'Crea un nuovo progetto e seleziona gli utenti da assegnargli. E\' possibile assegnare gli utenti anche successivamente',
'name' => 'Nome',
'remove' => 'Rimuovi',
'assign_users' => 'Assegna Utenti',
'new_issue' => 'Nuovo Problema',
'project_overview' => 'Project Overview',
'activity' => 'Attività',
'edit' => 'Modifica',
'assign_users_and_edit_the_project' => 'Asegna gli utenti e modifica il progetto',
'assigned_users' => 'Utenti Assegnati',
'assigned_users_description' => 'Utenti assegnati a questo progetto',
'assign_a_user' => 'Assign a user',
'no_activity' => 'This project does not have any activity!',
'no_issues' => 'This project does not have any issues!',
'created_by' => 'Created By',
'updated_by' => 'Updated By',
'update' => 'Update',
'update_project_description' => 'Change the name, status or delete this project',
'status' => 'Status',
'delete' => 'Delete',
'delete_project_confirm' => 'Are you sure you want to delete this project? There is no going back!',
'create_a_new_issue' => 'Create A New Issue',
'create_a_new_issue_in' => 'Create a new issue in project',
'title' => 'Title',
'issue' => 'Issue',
'assigned_to' => 'Assigned To',
'attachments' => 'Attachments',
'create_issue' => 'Create Issue',
'on_project' => 'On Project',
'opened_this_issue' => 'opened this issue',
'commented' => 'Commented',
'save' => 'Save',
'cancel' => 'Cancel',
'comment_on_this_issue' => 'Comment on this issue:',
'no_one' => 'No one',
'close_issue' => 'Close Issue',
'close_issue_confirm' => 'Are you sure you want to close this issue?',
'closed_by' => 'Closed By',
'on' => 'on',
'reopen' => 'Reopen',
'reopen_issue' => 'Reopen Issue',
'comment' => 'Comment',
'edit_issue' => 'Edit Issue',
'update_issue' => 'Update Issue',
'your_issues_description' => 'Issues that are assigned to you',
'my_settings' => 'My Settings',
'my_settings_description' => 'Update your personal settings',
'first_name' => 'First Name',
'last_name' => 'Last Name',
'email' => 'Email',
'only_complete_if_changing_password' => 'Only complete if changing password',
'new_password' => 'New Password',
'confirm' => 'Confirm',
'administration_description' => 'Global application statistics',
'total_users' => 'Total Users',
'version' => 'Version',
'version_release_date' => 'Version Release Date',
'users_description' => 'Add, modify and delete application wide users',
'delete_user_confirm' => 'Are you sure you wish to delete this user?',
'add_new_user' => 'Add a new user',
'update_user' => 'Update User',
'update_user_description' => 'Change the information for user',
'role' => 'Role',
'add_user' => 'Add User',
'password_incorrect' => 'Whoops, your username or password did not match.',
'we_have_some_errors' => 'Whoops, we have some errors below.',
'project_has_been_updated' => 'Project has been updated!',
'project_has_been_deleted'=>'The project has been deleted.',
'settings_updated' => 'Settings Updated',
'issue_has_been_created' => 'Issue has been created!',
'issue_has_been_reopened' => 'This issue has been reopened. You can now work the issue.',
'issue_has_been_closed' => 'This issue has been closed. It is now read-only.',
'issue_has_been_updated' => 'This issue has been updated!',
'comment_deleted' => 'Comment Deleted',
'your_comment_added' => 'Your comment has been added!',
'you_put_no_comment' =>'You did not put in a comment!',
'user_deleted' => 'User Deleted',
'user_updated' => 'User Updated',
'user_added' => 'User Added'

);
99 changes: 99 additions & 0 deletions app/application/language/it/validation.php
@@ -0,0 +1,99 @@
<?php

return array(

/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used
| by the validator class. Some of the rules contain multiple versions,
| such as the size (max, min, between) rules. These versions are used
| for different input types such as strings and files.
|
| These language lines may be easily changed to provide custom error
| messages in your application. Error messages for custom validation
| rules may also be added to this file.
|
*/

"accepted" => ":attribute deve essere accettato.",
"active_url" => ":attribute non è un URL valido.",
"after" => ":attribute deve essere una data successiva a :date.",
"alpha" => ":attribute può contenere solo lettere.",
"alpha_dash" => ":attribute può contenere solo lettere, numeri e tratti (-).",
"alpha_num" => ":attribute può contenere numeri e lettere.",
"before" => ":attribute deve essere una data precedente a :date.",
"between" => array(
"numeric" => ":attribute deve essere compreso tra :min - :max.",
"file" => ":attribute deve avere dimensione compresa tra :min - :max kilobytes.",
"string" => ":attribute deve contenere un numero di caratteri compreso tra :min - :max.",
),
"confirmed" => ":attribute la conferma non corrisponde.",
"different" => ":attribute e :other devono essere differenti.",
"email" => ":attribute il formato non è valido.",
"exists" => "l'attributo :attribute selezionato non è valido.",
"image" => ":attribute deve essere un'immagine.",
"in" => "l'attributo :attribute non è valido.",
"integer" => "The :attribute must be an integer.",
"ip" => "The :attribute must be a valid IP address.",
"match" => "The :attribute format is invalid.",
"max" => array(
"numeric" => "The :attribute must be less than :max.",
"file" => "The :attribute must be less than :max kilobytes.",
"string" => "The :attribute must be less than :max characters.",
),
"mimes" => "The :attribute must be a file of type: :values.",
"min" => array(
"numeric" => "The :attribute must be at least :min.",
"file" => "The :attribute must be at least :min kilobytes.",
"string" => "The :attribute must be at least :min characters.",
),
"not_in" => "The selected :attribute is invalid.",
"numeric" => "The :attribute must be a number.",
"required" => "The :attribute field is required.",
"same" => "The :attribute and :other must match.",
"size" => array(
"numeric" => "The :attribute must be :size.",
"file" => "The :attribute must be :size kilobyte.",
"string" => "The :attribute must be :size characters.",
),
"unique" => "The :attribute has already been taken.",
"url" => "The :attribute format is invalid.",

/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
|--------------------------------------------------------------------------
|
| Here you may specify custom validation messages for attributes using the
| convention "attribute_rule" to name the lines. This helps keep your
| custom validation clean and tidy.
|
| So, say you want to use a custom validation message when validating that
| the "email" attribute is unique. Just add "email_unique" to this array
| with your custom message. The Validator will handle the rest!
|
*/

'custom' => array(),

/*
|--------------------------------------------------------------------------
| Validation Attributes
|--------------------------------------------------------------------------
|
| The following language lines are used to swap attribute place-holders
| with something more reader friendly such as "E-Mail Address" instead
| of "email". Your users will thank you.
|
| The Validator class will automatically search this array of lines it
| is attempting to replace the :attribute place-holder in messages.
| It's pretty slick. We think you'll like it.
|
*/

'attributes' => array(),

);

0 comments on commit ded3304

Please sign in to comment.