summaryrefslogtreecommitdiffstats
path: root/lang/sv.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-0/+1
| | | | | | 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 wiki index by date.Jean-Philippe Lang2007-09-271-1/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@768 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updated lang files (:label_result)Jean-Philippe Lang2007-09-271-2/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@767 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Project activity view now only shows what the user is allowed to view.Jean-Philippe Lang2007-09-241-0/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@757 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added polish translation (Tomasz Gawryl).Jean-Philippe Lang2007-09-221-0/+1
| | | | | | Added a gloc task to update lang files based on the english file content. git-svn-id: http://redmine.rubyforge.org/svn/trunk@749 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Application layout refactored.Jean-Philippe Lang2007-09-221-0/+1
| | | | | | The project menu is now the main menu. git-svn-id: http://redmine.rubyforge.org/svn/trunk@747 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: error in english string :label_end_to_startJean-Philippe Lang2007-09-211-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@746 e93f8b46-1217-0410-a6f0-8f06a7374b81
* A category with assigned issue can now be deleted. 2 options are proposed:Jean-Philippe Lang2007-09-151-0/+3
| | | | | | | | * remove assignments (issues are set to 'no category') * reassign issues to another category (if at least an other category exists) If no issue is assigned to the category, it's deleted silently. git-svn-id: http://redmine.rubyforge.org/svn/trunk@733 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changed author display on issues, news and document files.Jean-Philippe Lang2007-09-151-0/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@732 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added project module concept.Jean-Philippe Lang2007-09-141-0/+2
| | | | | | | | | | A project module (eg. issue tracking, news, wiki,...) is a set of permissions that can enabled/disabled at project level. For each project, modules can be enabled on the project settings view ('Modules' tab). This requires a specific permission: 'Select project modules' (if this permission is turned off, only Redmine administrators can choose which modules a project uses). When applying this migration, all modules are enabled for all existing projects. git-svn-id: http://redmine.rubyforge.org/svn/trunk@725 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Notifications about issues (add/edit) are now sent in plain text and html.Jean-Philippe Lang2007-09-111-0/+2
| | | | | | Removed lang specific strings in the corresponding mail templates, so that there is only one template for all languages. git-svn-id: http://redmine.rubyforge.org/svn/trunk@723 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added the ability to rename wiki pages (specific permission required).Jean-Philippe Lang2007-09-091-0/+2
| | | | | | Existing links that point to the old page are preserved and automatically redirected to the new page (this behaviour can be disabled when renaming the page). git-svn-id: http://redmine.rubyforge.org/svn/trunk@720 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added a new value for date filters: 'this week'Jean-Philippe Lang2007-09-051-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@704 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added the ability to reset its own RSS access key on "My account".Jean-Philippe Lang2007-08-291-1/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@677 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added a 'Assignable' boolean on Role model.Jean-Philippe Lang2007-08-161-0/+1
| | | | | | If unchecked, issues can not be assigned to users having this role. git-svn-id: http://redmine.rubyforge.org/svn/trunk@649 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added 'email sending test' functionality.Jean-Philippe Lang2007-08-141-0/+3
| | | | | | | Go to Admin -> Mail notifications and click on 'Send a test email'. If an error occurs while sending the mail, the error message is displayed to the user. git-svn-id: http://redmine.rubyforge.org/svn/trunk@632 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added an option to be able to relate issues in different projects.Jean-Philippe Lang2007-08-121-0/+1
| | | | | | It can be set in Admin -> Settings (default: false). git-svn-id: http://redmine.rubyforge.org/svn/trunk@620 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translated 'Sort by' label on table headers.Jean-Philippe Lang2007-08-121-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@618 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Overdue versions (date reached and open issues > 0) are now always displayed ↵Jean-Philippe Lang2007-08-121-0/+1
| | | | | | on the roadmap. git-svn-id: http://redmine.rubyforge.org/svn/trunk@604 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added an option to choose the date format: language based (as defined in ↵Jean-Philippe Lang2007-07-141-0/+2
| | | | | | | | each lang file) or ISO 8601 (YYYY-MM-DD). This option can be set in Admin -> Settings. git-svn-id: http://redmine.rubyforge.org/svn/trunk@585 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added time report.Jean-Philippe Lang2007-06-241-1/+6
| | | | | | Report can be generated by member/activity/tracker/version and year/month/week for the selected period. git-svn-id: http://redmine.rubyforge.org/svn/trunk@572 e93f8b46-1217-0410-a6f0-8f06a7374b81
* A wiki page can now be attached to each version.Jean-Philippe Lang2007-06-141-0/+2
| | | | | | | For that, edit the version and set the wiki page name (project wiki must be enabled). The wiki page content is displayed for each version on the roadmap view. git-svn-id: http://redmine.rubyforge.org/svn/trunk@564 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added basic support for CVS and Mercurial SCMs.Jean-Philippe Lang2007-06-121-2/+2
| | | | | | | | | Browsing, changesets fetching and diff viewing are implemented. Only tested with local repositories. Thanks to Ralph Vater for CVS specific code. git-svn-id: http://redmine.rubyforge.org/svn/trunk@559 e93f8b46-1217-0410-a6f0-8f06a7374b81