summaryrefslogtreecommitdiffstats
path: root/lang/ro.yml
Commit message (Collapse)AuthorAgeFilesLines
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-021-0/+1
| | | | | | ApplicationHelper#set_html_title replaced by html_title with arguments and can be called several times in views to append elements to the title. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1032 e93f8b46-1217-0410-a6f0-8f06a7374b81
* New setting added to specify how many objects should be displayed on most ↵Jean-Philippe Lang2007-12-291-0/+2
| | | | | | | | | paginated lists. Default is: 25, 50, 100 (users can choose one of these values). If one value only is entered in this setting (eg. 25), the 'per page' links are not displayed (prior behaviour). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1026 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Search engine: issue custom fields can now be searched.Jean-Philippe Lang2007-12-141-0/+1
| | | | | | Each issue custom field (excepting numeric, date and boolean fields) can be marked as "Searchable" (default to false). git-svn-id: http://redmine.rubyforge.org/svn/trunk@994 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added version details view accessible from the roadmap.Jean-Philippe Lang2007-12-071-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@955 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.Jean-Philippe Lang2007-12-021-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@947 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Email notifications are now sent as Blind carbon copy by default. This can ↵Jean-Philippe Lang2007-12-021-0/+1
| | | | | | | | be changed in email notifications settings (new setting added). Emission email address setting moved to the email notifications settings view. git-svn-id: http://redmine.rubyforge.org/svn/trunk@944 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed the 12 characters limit on passwords.Jean-Philippe Lang2007-11-241-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@927 e93f8b46-1217-0410-a6f0-8f06a7374b81
* * Added time zone support: users can select their time zone on their account ↵Jean-Philippe Lang2007-11-191-0/+1
| | | | | | | | | view. * Updated Polish translation (Mariusz Olejnik). * Fixed: Projects should be listed with case mixed. git-svn-id: http://redmine.rubyforge.org/svn/trunk@917 e93f8b46-1217-0410-a6f0-8f06a7374b81
* There's now 3 account activation strategies (available in application settings):Jean-Philippe Lang2007-11-181-0/+6
| | | | | | | | * activation by email: the user receives an email containing a link to active his account * manual activation: an email is sent to administrators for account approval (default) * automatic activation: the user can log in as soon as he has registered git-svn-id: http://redmine.rubyforge.org/svn/trunk@915 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added a couple of new formats for the 'date format' setting.Jean-Philippe Lang2007-11-161-6/+7
| | | | | | Added a 'time format' setting. git-svn-id: http://redmine.rubyforge.org/svn/trunk@905 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed hard coded string on 'My account'.Jean-Philippe Lang2007-11-121-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@900 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed IssueStatus html_color attribute.Jean-Philippe Lang2007-11-041-1/+0
| | | | | | Issue list colorization can be done using a custom theme. Each row is given a class that correspond to the issue status (eg. status-1 where 1 is the status position). git-svn-id: http://redmine.rubyforge.org/svn/trunk@881 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added radio buttons on the documents list to sort documents by category, ↵Jean-Philippe Lang2007-11-041-1/+1
| | | | | | date, title or author. git-svn-id: http://redmine.rubyforge.org/svn/trunk@879 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mailer:Jean-Philippe Lang2007-11-041-0/+3
| | | | | | | | | | * added an application setting to specify the application protocol (http or https) used to generate urls * added layouts for text and html emails * no more language specific templates * urls are now generated using UrlWriter * the mailer now uses AdvAttrAccessor code style to set email parameters git-svn-id: http://redmine.rubyforge.org/svn/trunk@877 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added a missing string to lang files.Jean-Philippe Lang2007-10-281-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@875 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added "Float" as a custom field format.Jean-Philippe Lang2007-10-251-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@870 e93f8b46-1217-0410-a6f0-8f06a7374b81
* * Emails footer can now be customized from the admin interface (Admin -> ↵Jean-Philippe Lang2007-10-211-0/+1
| | | | | | | | Email notifications). * Added html part to all email templates. git-svn-id: http://redmine.rubyforge.org/svn/trunk@858 e93f8b46-1217-0410-a6f0-8f06a7374b81
* More flexible mail notifications settings at user level. A user has now 3 ↵Jean-Philippe Lang2007-10-201-0/+5
| | | | | | | | | | options: * notification on any event on all his projects * notification on any event on selected projects only (if the user belongs to more than 1 project) * notification only for things that he watches or he is involded in (eg. issues that he watches or he is author or assignee) git-svn-id: http://redmine.rubyforge.org/svn/trunk@855 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added the ability to unassign issues with bulk edit.Jean-Philippe Lang2007-10-181-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@850 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Search engine: added a checkbox to search titles only (usefull when ↵Jean-Philippe Lang2007-10-151-0/+1
| | | | | | searching on common words). git-svn-id: http://redmine.rubyforge.org/svn/trunk@842 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moved translated strings of 'register' and 'lost password' mail templates to ↵Jean-Philippe Lang2007-10-121-0/+2
| | | | | | lang files. git-svn-id: http://redmine.rubyforge.org/svn/trunk@832 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added missing string in lang files.Jean-Philippe Lang2007-10-101-0/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@819 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added 'Bulk edit' functionality.Jean-Philippe Lang2007-10-091-0/+4
| | | | | | | | This can be done by clicking on the edit link (little pen icon) at the upper-left corner of the issue list. Most properties can be set (priority, assignee, category, fixed version, start and due dates, done ratio) and a note can be entered. Only issues of the current project can be selected for bulk edit (subproject issues can't). git-svn-id: http://redmine.rubyforge.org/svn/trunk@817 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Calendar:Jean-Philippe Lang2007-10-071-0/+1
| | | | | | | * added an helper and moved the rendering code to a shared partial (used by project calendar and my calendar) * first day of week can now be set in lang files (general_first_day_of_week) git-svn-id: http://redmine.rubyforge.org/svn/trunk@815 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Default encodings for repository files can now be set in application ↵Jean-Philippe Lang2007-10-071-0/+1
| | | | | | | | | settings (Admin -> Settings -> Repositories encodings). These encodings are used to convert files content and diff to UTF-8 so that they're properly displayed. Multiple values are allowed (comma separated). git-svn-id: http://redmine.rubyforge.org/svn/trunk@814 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Default columns displayed on the issue list can now be selected at ↵Jean-Philippe Lang2007-10-011-0/+1
| | | | | | | | application level. Saved queries can overide this selection. git-svn-id: http://redmine.rubyforge.org/svn/trunk@785 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added a checkbox on custom query form to explicitly say if the query uses ↵Jean-Philippe Lang2007-10-011-0/+1
| | | | | | default columns or not. git-svn-id: http://redmine.rubyforge.org/svn/trunk@783 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added the ability to customize columns of a saved query.Jean-Philippe Lang2007-10-011-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@782 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added Romanian translation (Csongor Bartus).Jean-Philippe Lang2007-09-301-0/+513
Fixed a typo in en.yml. git-svn-id: http://redmine.rubyforge.org/svn/trunk@779 e93f8b46-1217-0410-a6f0-8f06a7374b81