@@ -0,0 +1,45 | |||||
|
1 | # redMine - project management software | |||
|
2 | # Copyright (C) 2006-2008 Jean-Philippe Lang | |||
|
3 | # | |||
|
4 | # This program is free software; you can redistribute it and/or | |||
|
5 | # modify it under the terms of the GNU General Public License | |||
|
6 | # as published by the Free Software Foundation; either version 2 | |||
|
7 | # of the License, or (at your option) any later version. | |||
|
8 | # | |||
|
9 | # This program is distributed in the hope that it will be useful, | |||
|
10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
|
11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
|
12 | # GNU General Public License for more details. | |||
|
13 | # | |||
|
14 | # You should have received a copy of the GNU General Public License | |||
|
15 | # along with this program; if not, write to the Free Software | |||
|
16 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |||
|
17 | ||||
|
18 | require File.dirname(__FILE__) + '/../test_helper' | |||
|
19 | ||||
|
20 | class DefaultDataTest < Test::Unit::TestCase | |||
|
21 | fixtures :roles | |||
|
22 | ||||
|
23 | def test_no_data | |||
|
24 | assert !Redmine::DefaultData::Loader::no_data? | |||
|
25 | Role.delete_all("builtin = 0") | |||
|
26 | Tracker.delete_all | |||
|
27 | IssueStatus.delete_all | |||
|
28 | Enumeration.delete_all | |||
|
29 | assert Redmine::DefaultData::Loader::no_data? | |||
|
30 | end | |||
|
31 | ||||
|
32 | def test_load | |||
|
33 | GLoc.valid_languages.each do |lang| | |||
|
34 | begin | |||
|
35 | Role.delete_all("builtin = 0") | |||
|
36 | Tracker.delete_all | |||
|
37 | IssueStatus.delete_all | |||
|
38 | Enumeration.delete_all | |||
|
39 | assert Redmine::DefaultData::Loader::load(lang) | |||
|
40 | rescue ActiveRecord::RecordInvalid => e | |||
|
41 | assert false, ":#{lang} default data is invalid (#{e.message})." | |||
|
42 | end | |||
|
43 | end | |||
|
44 | end | |||
|
45 | end |
@@ -1,634 +1,634 | |||||
1 | _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' |
|
1 | _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' | |
2 |
|
2 | |||
3 | actionview_datehelper_select_day_prefix: |
|
3 | actionview_datehelper_select_day_prefix: | |
4 | actionview_datehelper_select_month_names: Gennaio,Febbraio,Marzo,Aprile,Maggio,Giugno,Luglio,Agosto,Settembre,Ottobre,Novembre,Dicembre |
|
4 | actionview_datehelper_select_month_names: Gennaio,Febbraio,Marzo,Aprile,Maggio,Giugno,Luglio,Agosto,Settembre,Ottobre,Novembre,Dicembre | |
5 | actionview_datehelper_select_month_names_abbr: Gen,Feb,Mar,Apr,Mag,Giu,Lug,Ago,Set,Ott,Nov,Dic |
|
5 | actionview_datehelper_select_month_names_abbr: Gen,Feb,Mar,Apr,Mag,Giu,Lug,Ago,Set,Ott,Nov,Dic | |
6 | actionview_datehelper_select_month_prefix: |
|
6 | actionview_datehelper_select_month_prefix: | |
7 | actionview_datehelper_select_year_prefix: |
|
7 | actionview_datehelper_select_year_prefix: | |
8 | actionview_datehelper_time_in_words_day: 1 giorno |
|
8 | actionview_datehelper_time_in_words_day: 1 giorno | |
9 | actionview_datehelper_time_in_words_day_plural: %d giorni |
|
9 | actionview_datehelper_time_in_words_day_plural: %d giorni | |
10 | actionview_datehelper_time_in_words_hour_about: circa un'ora |
|
10 | actionview_datehelper_time_in_words_hour_about: circa un'ora | |
11 | actionview_datehelper_time_in_words_hour_about_plural: circa %d ore |
|
11 | actionview_datehelper_time_in_words_hour_about_plural: circa %d ore | |
12 | actionview_datehelper_time_in_words_hour_about_single: circa un'ora |
|
12 | actionview_datehelper_time_in_words_hour_about_single: circa un'ora | |
13 | actionview_datehelper_time_in_words_minute: 1 minuto |
|
13 | actionview_datehelper_time_in_words_minute: 1 minuto | |
14 | actionview_datehelper_time_in_words_minute_half: mezzo minuto |
|
14 | actionview_datehelper_time_in_words_minute_half: mezzo minuto | |
15 | actionview_datehelper_time_in_words_minute_less_than: meno di un minuto |
|
15 | actionview_datehelper_time_in_words_minute_less_than: meno di un minuto | |
16 | actionview_datehelper_time_in_words_minute_plural: %d minuti |
|
16 | actionview_datehelper_time_in_words_minute_plural: %d minuti | |
17 | actionview_datehelper_time_in_words_minute_single: 1 minuto |
|
17 | actionview_datehelper_time_in_words_minute_single: 1 minuto | |
18 | actionview_datehelper_time_in_words_second_less_than: meno di un secondo |
|
18 | actionview_datehelper_time_in_words_second_less_than: meno di un secondo | |
19 | actionview_datehelper_time_in_words_second_less_than_plural: meno di %d secondi |
|
19 | actionview_datehelper_time_in_words_second_less_than_plural: meno di %d secondi | |
20 | actionview_instancetag_blank_option: Scegli |
|
20 | actionview_instancetag_blank_option: Scegli | |
21 |
|
21 | |||
22 | activerecord_error_inclusion: non Γ¨ incluso nella lista |
|
22 | activerecord_error_inclusion: non Γ¨ incluso nella lista | |
23 | activerecord_error_exclusion: Γ¨ riservato |
|
23 | activerecord_error_exclusion: Γ¨ riservato | |
24 | activerecord_error_invalid: non Γ¨ valido |
|
24 | activerecord_error_invalid: non Γ¨ valido | |
25 | activerecord_error_confirmation: non coincide con la conferma |
|
25 | activerecord_error_confirmation: non coincide con la conferma | |
26 | activerecord_error_accepted: deve essere accettato |
|
26 | activerecord_error_accepted: deve essere accettato | |
27 | activerecord_error_empty: non puo' essere vuoto |
|
27 | activerecord_error_empty: non puo' essere vuoto | |
28 | activerecord_error_blank: non puo' essere blank |
|
28 | activerecord_error_blank: non puo' essere blank | |
29 | activerecord_error_too_long: Γ¨ troppo lungo/a |
|
29 | activerecord_error_too_long: Γ¨ troppo lungo/a | |
30 | activerecord_error_too_short: Γ¨ troppo corto/a |
|
30 | activerecord_error_too_short: Γ¨ troppo corto/a | |
31 | activerecord_error_wrong_length: Γ¨ della lunghezza sbagliata |
|
31 | activerecord_error_wrong_length: Γ¨ della lunghezza sbagliata | |
32 | activerecord_error_taken: Γ¨ giΓ stato/a preso/a |
|
32 | activerecord_error_taken: Γ¨ giΓ stato/a preso/a | |
33 | activerecord_error_not_a_number: non Γ¨ un numero |
|
33 | activerecord_error_not_a_number: non Γ¨ un numero | |
34 | activerecord_error_not_a_date: non Γ¨ una data valida |
|
34 | activerecord_error_not_a_date: non Γ¨ una data valida | |
35 | activerecord_error_greater_than_start_date: deve essere maggiore della data di partenza |
|
35 | activerecord_error_greater_than_start_date: deve essere maggiore della data di partenza | |
36 | activerecord_error_not_same_project: non appartiene allo stesso progetto |
|
36 | activerecord_error_not_same_project: non appartiene allo stesso progetto | |
37 | activerecord_error_circular_dependency: Questa relazione creerebbe una dipendenza circolare |
|
37 | activerecord_error_circular_dependency: Questa relazione creerebbe una dipendenza circolare | |
38 |
|
38 | |||
39 | general_fmt_age: %d anno |
|
39 | general_fmt_age: %d anno | |
40 | general_fmt_age_plural: %d anni |
|
40 | general_fmt_age_plural: %d anni | |
41 | general_fmt_date: %%d/%%m/%%Y |
|
41 | general_fmt_date: %%d/%%m/%%Y | |
42 | general_fmt_datetime: %%d/%%m/%%Y %%I:%%M %%p |
|
42 | general_fmt_datetime: %%d/%%m/%%Y %%I:%%M %%p | |
43 | general_fmt_datetime_short: %%b %%d, %%I:%%M %%p |
|
43 | general_fmt_datetime_short: %%b %%d, %%I:%%M %%p | |
44 | general_fmt_time: %%I:%%M %%p |
|
44 | general_fmt_time: %%I:%%M %%p | |
45 | general_text_No: 'No' |
|
45 | general_text_No: 'No' | |
46 | general_text_Yes: 'Si' |
|
46 | general_text_Yes: 'Si' | |
47 | general_text_no: 'no' |
|
47 | general_text_no: 'no' | |
48 | general_text_yes: 'si' |
|
48 | general_text_yes: 'si' | |
49 | general_lang_name: 'Italiano' |
|
49 | general_lang_name: 'Italiano' | |
50 | general_csv_separator: ',' |
|
50 | general_csv_separator: ',' | |
51 | general_csv_decimal_separator: '.' |
|
51 | general_csv_decimal_separator: '.' | |
52 | general_csv_encoding: ISO-8859-1 |
|
52 | general_csv_encoding: ISO-8859-1 | |
53 | general_pdf_encoding: ISO-8859-1 |
|
53 | general_pdf_encoding: ISO-8859-1 | |
54 | general_day_names: Lunedì,Martedì,Mercoledì,Giovedì,Venerdì,Sabato,Domenica |
|
54 | general_day_names: Lunedì,Martedì,Mercoledì,Giovedì,Venerdì,Sabato,Domenica | |
55 | general_first_day_of_week: '1' |
|
55 | general_first_day_of_week: '1' | |
56 |
|
56 | |||
57 | notice_account_updated: L'utenza Γ¨ stata aggiornata. |
|
57 | notice_account_updated: L'utenza Γ¨ stata aggiornata. | |
58 | notice_account_invalid_creditentials: Nome utente o password non validi. |
|
58 | notice_account_invalid_creditentials: Nome utente o password non validi. | |
59 | notice_account_password_updated: La password Γ¨ stata aggiornata. |
|
59 | notice_account_password_updated: La password Γ¨ stata aggiornata. | |
60 | notice_account_wrong_password: Password errata |
|
60 | notice_account_wrong_password: Password errata | |
61 | notice_account_register_done: L'utenza Γ¨ stata creata. |
|
61 | notice_account_register_done: L'utenza Γ¨ stata creata. | |
62 | notice_account_unknown_email: Utente sconosciuto. |
|
62 | notice_account_unknown_email: Utente sconosciuto. | |
63 | notice_can_t_change_password: Questa utenza utilizza un metodo di autenticazione esterno. Impossibile cambiare la password. |
|
63 | notice_can_t_change_password: Questa utenza utilizza un metodo di autenticazione esterno. Impossibile cambiare la password. | |
64 | notice_account_lost_email_sent: Ti Γ¨ stata spedita una email con le istruzioni per cambiare la password. |
|
64 | notice_account_lost_email_sent: Ti Γ¨ stata spedita una email con le istruzioni per cambiare la password. | |
65 | notice_account_activated: Il tuo account Γ¨ stato attivato. Ora puoi effettuare l'accesso. |
|
65 | notice_account_activated: Il tuo account Γ¨ stato attivato. Ora puoi effettuare l'accesso. | |
66 | notice_successful_create: Creazione effettuata. |
|
66 | notice_successful_create: Creazione effettuata. | |
67 | notice_successful_update: Modifica effettuata. |
|
67 | notice_successful_update: Modifica effettuata. | |
68 | notice_successful_delete: Eliminazione effettuata. |
|
68 | notice_successful_delete: Eliminazione effettuata. | |
69 | notice_successful_connection: Connessione effettuata. |
|
69 | notice_successful_connection: Connessione effettuata. | |
70 | notice_file_not_found: La pagina desiderata non esiste o Γ¨ stata rimossa. |
|
70 | notice_file_not_found: La pagina desiderata non esiste o Γ¨ stata rimossa. | |
71 | notice_locking_conflict: Le informazioni sono state modificate da un altro utente. |
|
71 | notice_locking_conflict: Le informazioni sono state modificate da un altro utente. | |
72 | notice_not_authorized: Non sei autorizzato ad accedere a questa pagina. |
|
72 | notice_not_authorized: Non sei autorizzato ad accedere a questa pagina. | |
73 | notice_email_sent: Una e-mail Γ¨ stata spedita a %s |
|
73 | notice_email_sent: Una e-mail Γ¨ stata spedita a %s | |
74 | notice_email_error: Si Γ¨ verificato un errore durante l'invio di una e-mail (%s) |
|
74 | notice_email_error: Si Γ¨ verificato un errore durante l'invio di una e-mail (%s) | |
75 | notice_feeds_access_key_reseted: La tua chiave di accesso RSS Γ¨ stata reimpostata. |
|
75 | notice_feeds_access_key_reseted: La tua chiave di accesso RSS Γ¨ stata reimpostata. | |
76 |
|
76 | |||
77 | error_scm_not_found: "La risorsa e/o la versione non esistono nel repository." |
|
77 | error_scm_not_found: "La risorsa e/o la versione non esistono nel repository." | |
78 | error_scm_command_failed: "Si Γ¨ verificato un errore durante l'accesso al repository: %s" |
|
78 | error_scm_command_failed: "Si Γ¨ verificato un errore durante l'accesso al repository: %s" | |
79 |
|
79 | |||
80 | mail_subject_lost_password: Password %s |
|
80 | mail_subject_lost_password: Password %s | |
81 | mail_body_lost_password: 'Per cambiare la password, usate il seguente collegamento:' |
|
81 | mail_body_lost_password: 'Per cambiare la password, usate il seguente collegamento:' | |
82 | mail_subject_register: Attivazione utenza %s |
|
82 | mail_subject_register: Attivazione utenza %s | |
83 | mail_body_register: 'Per attivare la vostra utenza, usate il seguente collegamento:' |
|
83 | mail_body_register: 'Per attivare la vostra utenza, usate il seguente collegamento:' | |
84 |
|
84 | |||
85 | gui_validation_error: 1 errore |
|
85 | gui_validation_error: 1 errore | |
86 | gui_validation_error_plural: %d errori |
|
86 | gui_validation_error_plural: %d errori | |
87 |
|
87 | |||
88 | field_name: Nome |
|
88 | field_name: Nome | |
89 | field_description: Descrizione |
|
89 | field_description: Descrizione | |
90 | field_summary: Sommario |
|
90 | field_summary: Sommario | |
91 | field_is_required: Richiesto |
|
91 | field_is_required: Richiesto | |
92 | field_firstname: Nome |
|
92 | field_firstname: Nome | |
93 | field_lastname: Cognome |
|
93 | field_lastname: Cognome | |
94 | field_mail: Email |
|
94 | field_mail: Email | |
95 | field_filename: File |
|
95 | field_filename: File | |
96 | field_filesize: Dimensione |
|
96 | field_filesize: Dimensione | |
97 | field_downloads: Download |
|
97 | field_downloads: Download | |
98 | field_author: Autore |
|
98 | field_author: Autore | |
99 | field_created_on: Creato |
|
99 | field_created_on: Creato | |
100 | field_updated_on: Aggiornato |
|
100 | field_updated_on: Aggiornato | |
101 | field_field_format: Formato |
|
101 | field_field_format: Formato | |
102 | field_is_for_all: Per tutti i progetti |
|
102 | field_is_for_all: Per tutti i progetti | |
103 | field_possible_values: Valori possibili |
|
103 | field_possible_values: Valori possibili | |
104 | field_regexp: Espressione regolare |
|
104 | field_regexp: Espressione regolare | |
105 | field_min_length: Lunghezza minima |
|
105 | field_min_length: Lunghezza minima | |
106 | field_max_length: Lunghezza massima |
|
106 | field_max_length: Lunghezza massima | |
107 | field_value: Valore |
|
107 | field_value: Valore | |
108 | field_category: Categoria |
|
108 | field_category: Categoria | |
109 | field_title: Titolo |
|
109 | field_title: Titolo | |
110 | field_project: Progetto |
|
110 | field_project: Progetto | |
111 | field_issue: Issue |
|
111 | field_issue: Issue | |
112 | field_status: Stato |
|
112 | field_status: Stato | |
113 | field_notes: Note |
|
113 | field_notes: Note | |
114 | field_is_closed: Chiude la segnalazione |
|
114 | field_is_closed: Chiude la segnalazione | |
115 | field_is_default: Stato predefinito |
|
115 | field_is_default: Stato predefinito | |
116 | field_tracker: Tracker |
|
116 | field_tracker: Tracker | |
117 | field_subject: Oggetto |
|
117 | field_subject: Oggetto | |
118 | field_due_date: Data ultima |
|
118 | field_due_date: Data ultima | |
119 | field_assigned_to: Assegnato a |
|
119 | field_assigned_to: Assegnato a | |
120 | field_priority: Priorita' |
|
120 | field_priority: Priorita' | |
121 | field_fixed_version: Versione prevista |
|
121 | field_fixed_version: Versione prevista | |
122 | field_user: Utente |
|
122 | field_user: Utente | |
123 | field_role: Ruolo |
|
123 | field_role: Ruolo | |
124 | field_homepage: Homepage |
|
124 | field_homepage: Homepage | |
125 | field_is_public: Pubblico |
|
125 | field_is_public: Pubblico | |
126 | field_parent: Sottoprogetto di |
|
126 | field_parent: Sottoprogetto di | |
127 | field_is_in_chlog: Segnalazioni mostrate nel changelog |
|
127 | field_is_in_chlog: Segnalazioni mostrate nel changelog | |
128 | field_is_in_roadmap: Segnalazioni mostrate nel roadmap |
|
128 | field_is_in_roadmap: Segnalazioni mostrate nel roadmap | |
129 | field_login: Login |
|
129 | field_login: Login | |
130 | field_mail_notification: Notifiche via e-mail |
|
130 | field_mail_notification: Notifiche via e-mail | |
131 | field_admin: Amministratore |
|
131 | field_admin: Amministratore | |
132 | field_last_login_on: Ultima connessione |
|
132 | field_last_login_on: Ultima connessione | |
133 | field_language: Lingua |
|
133 | field_language: Lingua | |
134 | field_effective_date: Data |
|
134 | field_effective_date: Data | |
135 | field_password: Password |
|
135 | field_password: Password | |
136 | field_new_password: Nuova password |
|
136 | field_new_password: Nuova password | |
137 | field_password_confirmation: Conferma |
|
137 | field_password_confirmation: Conferma | |
138 | field_version: Versione |
|
138 | field_version: Versione | |
139 | field_type: Tipo |
|
139 | field_type: Tipo | |
140 | field_host: Host |
|
140 | field_host: Host | |
141 | field_port: Porta |
|
141 | field_port: Porta | |
142 | field_account: Utenza |
|
142 | field_account: Utenza | |
143 | field_base_dn: DN base |
|
143 | field_base_dn: DN base | |
144 | field_attr_login: Attributo login |
|
144 | field_attr_login: Attributo login | |
145 | field_attr_firstname: Attributo nome |
|
145 | field_attr_firstname: Attributo nome | |
146 | field_attr_lastname: Attributo cognome |
|
146 | field_attr_lastname: Attributo cognome | |
147 | field_attr_mail: Attributo e-mail |
|
147 | field_attr_mail: Attributo e-mail | |
148 | field_onthefly: Creazione utenza "al volo" |
|
148 | field_onthefly: Creazione utenza "al volo" | |
149 | field_start_date: Inizio |
|
149 | field_start_date: Inizio | |
150 | field_done_ratio: %% completo |
|
150 | field_done_ratio: %% completo | |
151 | field_auth_source: ModalitΓ di autenticazione |
|
151 | field_auth_source: ModalitΓ di autenticazione | |
152 | field_hide_mail: Nascondi il mio indirizzo di e-mail |
|
152 | field_hide_mail: Nascondi il mio indirizzo di e-mail | |
153 | field_comments: Commento |
|
153 | field_comments: Commento | |
154 | field_url: URL |
|
154 | field_url: URL | |
155 | field_start_page: Pagina principale |
|
155 | field_start_page: Pagina principale | |
156 | field_subproject: Sottoprogetto |
|
156 | field_subproject: Sottoprogetto | |
157 | field_hours: Ore |
|
157 | field_hours: Ore | |
158 | field_activity: AttivitΓ |
|
158 | field_activity: AttivitΓ | |
159 | field_spent_on: Data |
|
159 | field_spent_on: Data | |
160 | field_identifier: Identificativo |
|
160 | field_identifier: Identificativo | |
161 | field_is_filter: Usato come filtro |
|
161 | field_is_filter: Usato come filtro | |
162 | field_issue_to_id: Segnalazioni correlate |
|
162 | field_issue_to_id: Segnalazioni correlate | |
163 | field_delay: Ritardo |
|
163 | field_delay: Ritardo | |
164 | field_assignable: E' possibile assegnare segnalazioni a questo ruolo |
|
164 | field_assignable: E' possibile assegnare segnalazioni a questo ruolo | |
165 | field_redirect_existing_links: Redirige i collegamenti esistenti |
|
165 | field_redirect_existing_links: Redirige i collegamenti esistenti | |
166 | field_estimated_hours: Tempo stimato |
|
166 | field_estimated_hours: Tempo stimato | |
167 | field_default_value: Stato predefinito |
|
167 | field_default_value: Stato predefinito | |
168 |
|
168 | |||
169 | setting_app_title: Titolo applicazione |
|
169 | setting_app_title: Titolo applicazione | |
170 | setting_app_subtitle: Sottotitolo applicazione |
|
170 | setting_app_subtitle: Sottotitolo applicazione | |
171 | setting_welcome_text: Testo di benvenuto |
|
171 | setting_welcome_text: Testo di benvenuto | |
172 | setting_default_language: Lingua di default |
|
172 | setting_default_language: Lingua di default | |
173 | setting_login_required: Autenticazione richiesta |
|
173 | setting_login_required: Autenticazione richiesta | |
174 | setting_self_registration: Auto-registrazione abilitata |
|
174 | setting_self_registration: Auto-registrazione abilitata | |
175 | setting_attachment_max_size: Massima dimensione allegati |
|
175 | setting_attachment_max_size: Massima dimensione allegati | |
176 | setting_issues_export_limit: Limite esportazione segnalazioni |
|
176 | setting_issues_export_limit: Limite esportazione segnalazioni | |
177 | setting_mail_from: Indirizzo sorgente e-mail |
|
177 | setting_mail_from: Indirizzo sorgente e-mail | |
178 | setting_host_name: Nome host |
|
178 | setting_host_name: Nome host | |
179 | setting_text_formatting: Formattazione testo |
|
179 | setting_text_formatting: Formattazione testo | |
180 | setting_wiki_compression: Compressione di storia di Wiki |
|
180 | setting_wiki_compression: Compressione di storia di Wiki | |
181 | setting_feeds_limit: Limite contenuti del feed |
|
181 | setting_feeds_limit: Limite contenuti del feed | |
182 | setting_autofetch_changesets: Acquisisci automaticamente le commit |
|
182 | setting_autofetch_changesets: Acquisisci automaticamente le commit | |
183 | setting_sys_api_enabled: Abilita WS per la gestione del repository |
|
183 | setting_sys_api_enabled: Abilita WS per la gestione del repository | |
184 | setting_commit_ref_keywords: Referencing keywords |
|
184 | setting_commit_ref_keywords: Referencing keywords | |
185 | setting_commit_fix_keywords: Fixing keywords |
|
185 | setting_commit_fix_keywords: Fixing keywords | |
186 | setting_autologin: Login automatico |
|
186 | setting_autologin: Login automatico | |
187 | setting_date_format: Formato data |
|
187 | setting_date_format: Formato data | |
188 | setting_cross_project_issue_relations: Consenti la creazione di relazioni tra segnalazioni in progetti differenti |
|
188 | setting_cross_project_issue_relations: Consenti la creazione di relazioni tra segnalazioni in progetti differenti | |
189 |
|
189 | |||
190 | label_user: Utente |
|
190 | label_user: Utente | |
191 | label_user_plural: Utenti |
|
191 | label_user_plural: Utenti | |
192 | label_user_new: Nuovo utente |
|
192 | label_user_new: Nuovo utente | |
193 | label_project: Progetto |
|
193 | label_project: Progetto | |
194 | label_project_new: Nuovo progetto |
|
194 | label_project_new: Nuovo progetto | |
195 | label_project_plural: Progetti |
|
195 | label_project_plural: Progetti | |
196 | label_project_all: Tutti i progetti |
|
196 | label_project_all: Tutti i progetti | |
197 | label_project_latest: Ultimi progetti registrati |
|
197 | label_project_latest: Ultimi progetti registrati | |
198 | label_issue: Segnalazione |
|
198 | label_issue: Segnalazione | |
199 | label_issue_new: Nuova segnalazione |
|
199 | label_issue_new: Nuova segnalazione | |
200 | label_issue_plural: Segnalazioni |
|
200 | label_issue_plural: Segnalazioni | |
201 | label_issue_view_all: Mostra tutte le segnalazioni |
|
201 | label_issue_view_all: Mostra tutte le segnalazioni | |
202 | label_document: Documento |
|
202 | label_document: Documento | |
203 | label_document_new: Nuovo documento |
|
203 | label_document_new: Nuovo documento | |
204 | label_document_plural: Documenti |
|
204 | label_document_plural: Documenti | |
205 | label_role: Ruolo |
|
205 | label_role: Ruolo | |
206 | label_role_plural: Ruoli |
|
206 | label_role_plural: Ruoli | |
207 | label_role_new: Nuovo ruolo |
|
207 | label_role_new: Nuovo ruolo | |
208 | label_role_and_permissions: Ruoli e permessi |
|
208 | label_role_and_permissions: Ruoli e permessi | |
209 | label_member: Membro |
|
209 | label_member: Membro | |
210 | label_member_new: Nuovo membro |
|
210 | label_member_new: Nuovo membro | |
211 | label_member_plural: Membri |
|
211 | label_member_plural: Membri | |
212 | label_tracker: Tracker |
|
212 | label_tracker: Tracker | |
213 | label_tracker_plural: Tracker |
|
213 | label_tracker_plural: Tracker | |
214 | label_tracker_new: Nuovo tracker |
|
214 | label_tracker_new: Nuovo tracker | |
215 | label_workflow: Workflow |
|
215 | label_workflow: Workflow | |
216 | label_issue_status: Stato segnalazioni |
|
216 | label_issue_status: Stato segnalazioni | |
217 | label_issue_status_plural: Stati segnalazione |
|
217 | label_issue_status_plural: Stati segnalazione | |
218 | label_issue_status_new: Nuovo stato |
|
218 | label_issue_status_new: Nuovo stato | |
219 | label_issue_category: Categorie segnalazioni |
|
219 | label_issue_category: Categorie segnalazioni | |
220 | label_issue_category_plural: Categorie segnalazioni |
|
220 | label_issue_category_plural: Categorie segnalazioni | |
221 | label_issue_category_new: Nuova categoria |
|
221 | label_issue_category_new: Nuova categoria | |
222 | label_custom_field: Campo personalizzato |
|
222 | label_custom_field: Campo personalizzato | |
223 | label_custom_field_plural: Campi personalizzati |
|
223 | label_custom_field_plural: Campi personalizzati | |
224 | label_custom_field_new: Nuovo campo personalizzato |
|
224 | label_custom_field_new: Nuovo campo personalizzato | |
225 | label_enumerations: Enumerazioni |
|
225 | label_enumerations: Enumerazioni | |
226 | label_enumeration_new: Nuovo valore |
|
226 | label_enumeration_new: Nuovo valore | |
227 | label_information: Informazione |
|
227 | label_information: Informazione | |
228 | label_information_plural: Informazioni |
|
228 | label_information_plural: Informazioni | |
229 | label_please_login: Autenticarsi |
|
229 | label_please_login: Autenticarsi | |
230 | label_register: Registrati |
|
230 | label_register: Registrati | |
231 | label_password_lost: Password dimenticata |
|
231 | label_password_lost: Password dimenticata | |
232 | label_home: Home |
|
232 | label_home: Home | |
233 | label_my_page: Pagina personale |
|
233 | label_my_page: Pagina personale | |
234 | label_my_account: La mia utenza |
|
234 | label_my_account: La mia utenza | |
235 | label_my_projects: I miei progetti |
|
235 | label_my_projects: I miei progetti | |
236 | label_administration: Amministrazione |
|
236 | label_administration: Amministrazione | |
237 | label_login: Login |
|
237 | label_login: Login | |
238 | label_logout: Logout |
|
238 | label_logout: Logout | |
239 | label_help: Aiuto |
|
239 | label_help: Aiuto | |
240 | label_reported_issues: Segnalazioni |
|
240 | label_reported_issues: Segnalazioni | |
241 | label_assigned_to_me_issues: Le mie segnalazioni |
|
241 | label_assigned_to_me_issues: Le mie segnalazioni | |
242 | label_last_login: Ultimo collegamento |
|
242 | label_last_login: Ultimo collegamento | |
243 | label_last_updates: Ultimo aggiornamento |
|
243 | label_last_updates: Ultimo aggiornamento | |
244 | label_last_updates_plural: %d ultimo aggiornamento |
|
244 | label_last_updates_plural: %d ultimo aggiornamento | |
245 | label_registered_on: Registrato il |
|
245 | label_registered_on: Registrato il | |
246 | label_activity: AttivitΓ |
|
246 | label_activity: AttivitΓ | |
247 | label_new: Nuovo |
|
247 | label_new: Nuovo | |
248 | label_logged_as: Autenticato come |
|
248 | label_logged_as: Autenticato come | |
249 | label_environment: Ambiente |
|
249 | label_environment: Ambiente | |
250 | label_authentication: Autenticazione |
|
250 | label_authentication: Autenticazione | |
251 | label_auth_source: ModalitΓ di autenticazione |
|
251 | label_auth_source: ModalitΓ di autenticazione | |
252 | label_auth_source_new: Nuova modalitΓ di autenticazione |
|
252 | label_auth_source_new: Nuova modalitΓ di autenticazione | |
253 | label_auth_source_plural: ModalitΓ di autenticazione |
|
253 | label_auth_source_plural: ModalitΓ di autenticazione | |
254 | label_subproject_plural: Sottoprogetti |
|
254 | label_subproject_plural: Sottoprogetti | |
255 | label_min_max_length: Lunghezza minima - massima |
|
255 | label_min_max_length: Lunghezza minima - massima | |
256 | label_list: Elenco |
|
256 | label_list: Elenco | |
257 | label_date: Data |
|
257 | label_date: Data | |
258 | label_integer: Intero |
|
258 | label_integer: Intero | |
259 | label_boolean: Booleano |
|
259 | label_boolean: Booleano | |
260 | label_string: Testo |
|
260 | label_string: Testo | |
261 | label_text: Testo esteso |
|
261 | label_text: Testo esteso | |
262 | label_attribute: Attributo |
|
262 | label_attribute: Attributo | |
263 | label_attribute_plural: Attributi |
|
263 | label_attribute_plural: Attributi | |
264 | label_download: %d Download |
|
264 | label_download: %d Download | |
265 | label_download_plural: %d Download |
|
265 | label_download_plural: %d Download | |
266 | label_no_data: Nessun dato disponibile |
|
266 | label_no_data: Nessun dato disponibile | |
267 | label_change_status: Cambia stato |
|
267 | label_change_status: Cambia stato | |
268 | label_history: Cronologia |
|
268 | label_history: Cronologia | |
269 | label_attachment: File |
|
269 | label_attachment: File | |
270 | label_attachment_new: Nuovo file |
|
270 | label_attachment_new: Nuovo file | |
271 | label_attachment_delete: Elimina file |
|
271 | label_attachment_delete: Elimina file | |
272 | label_attachment_plural: File |
|
272 | label_attachment_plural: File | |
273 | label_report: Report |
|
273 | label_report: Report | |
274 | label_report_plural: Report |
|
274 | label_report_plural: Report | |
275 | label_news: Notizia |
|
275 | label_news: Notizia | |
276 | label_news_new: Aggiungi notizia |
|
276 | label_news_new: Aggiungi notizia | |
277 | label_news_plural: Notizie |
|
277 | label_news_plural: Notizie | |
278 | label_news_latest: Utime notizie |
|
278 | label_news_latest: Utime notizie | |
279 | label_news_view_all: Tutte le notizie |
|
279 | label_news_view_all: Tutte le notizie | |
280 | label_change_log: Elenco modifiche |
|
280 | label_change_log: Elenco modifiche | |
281 | label_settings: Impostazioni |
|
281 | label_settings: Impostazioni | |
282 | label_overview: Panoramica |
|
282 | label_overview: Panoramica | |
283 | label_version: Versione |
|
283 | label_version: Versione | |
284 | label_version_new: Nuova versione |
|
284 | label_version_new: Nuova versione | |
285 | label_version_plural: Versioni |
|
285 | label_version_plural: Versioni | |
286 | label_confirmation: Conferma |
|
286 | label_confirmation: Conferma | |
287 | label_export_to: Esporta su |
|
287 | label_export_to: Esporta su | |
288 | label_read: Leggi... |
|
288 | label_read: Leggi... | |
289 | label_public_projects: Progetti pubblici |
|
289 | label_public_projects: Progetti pubblici | |
290 | label_open_issues: aperta |
|
290 | label_open_issues: aperta | |
291 | label_open_issues_plural: aperte |
|
291 | label_open_issues_plural: aperte | |
292 | label_closed_issues: chiusa |
|
292 | label_closed_issues: chiusa | |
293 | label_closed_issues_plural: chiuse |
|
293 | label_closed_issues_plural: chiuse | |
294 | label_total: Totale |
|
294 | label_total: Totale | |
295 | label_permissions: Permessi |
|
295 | label_permissions: Permessi | |
296 | label_current_status: Stato attuale |
|
296 | label_current_status: Stato attuale | |
297 | label_new_statuses_allowed: Nuovi stati possibili |
|
297 | label_new_statuses_allowed: Nuovi stati possibili | |
298 | label_all: tutti |
|
298 | label_all: tutti | |
299 | label_none: nessuno |
|
299 | label_none: nessuno | |
300 | label_next: Successivo |
|
300 | label_next: Successivo | |
301 | label_previous: Precedente |
|
301 | label_previous: Precedente | |
302 | label_used_by: Usato da |
|
302 | label_used_by: Usato da | |
303 | label_details: Dettagli |
|
303 | label_details: Dettagli | |
304 | label_add_note: Aggiungi una nota |
|
304 | label_add_note: Aggiungi una nota | |
305 | label_per_page: Per pagina |
|
305 | label_per_page: Per pagina | |
306 | label_calendar: Calendario |
|
306 | label_calendar: Calendario | |
307 | label_months_from: mesi da |
|
307 | label_months_from: mesi da | |
308 | label_gantt: Gantt |
|
308 | label_gantt: Gantt | |
309 | label_internal: Interno |
|
309 | label_internal: Interno | |
310 | label_last_changes: ultime %d modifiche |
|
310 | label_last_changes: ultime %d modifiche | |
311 | label_change_view_all: Tutte le modifiche |
|
311 | label_change_view_all: Tutte le modifiche | |
312 | label_personalize_page: Personalizza la pagina |
|
312 | label_personalize_page: Personalizza la pagina | |
313 | label_comment: Commento |
|
313 | label_comment: Commento | |
314 | label_comment_plural: Commenti |
|
314 | label_comment_plural: Commenti | |
315 | label_comment_add: Aggiungi un commento |
|
315 | label_comment_add: Aggiungi un commento | |
316 | label_comment_added: Commento aggiunto |
|
316 | label_comment_added: Commento aggiunto | |
317 | label_comment_delete: Elimina commenti |
|
317 | label_comment_delete: Elimina commenti | |
318 | label_query: Query personalizzata |
|
318 | label_query: Query personalizzata | |
319 | label_query_plural: Query personalizzate |
|
319 | label_query_plural: Query personalizzate | |
320 | label_query_new: Nuova query |
|
320 | label_query_new: Nuova query | |
321 | label_filter_add: Aggiungi filtro |
|
321 | label_filter_add: Aggiungi filtro | |
322 | label_filter_plural: Filtri |
|
322 | label_filter_plural: Filtri | |
323 | label_equals: Γ¨ |
|
323 | label_equals: Γ¨ | |
324 | label_not_equals: non Γ¨ |
|
324 | label_not_equals: non Γ¨ | |
325 | label_in_less_than: Γ¨ minore di |
|
325 | label_in_less_than: Γ¨ minore di | |
326 | label_in_more_than: Γ¨ maggiore di |
|
326 | label_in_more_than: Γ¨ maggiore di | |
327 | label_in: in |
|
327 | label_in: in | |
328 | label_today: oggi |
|
328 | label_today: oggi | |
329 | label_this_week: questa settimana |
|
329 | label_this_week: questa settimana | |
330 | label_less_than_ago: meno di giorni fa |
|
330 | label_less_than_ago: meno di giorni fa | |
331 | label_more_than_ago: piΓΉ di giorni fa |
|
331 | label_more_than_ago: piΓΉ di giorni fa | |
332 | label_ago: giorni fa |
|
332 | label_ago: giorni fa | |
333 | label_contains: contiene |
|
333 | label_contains: contiene | |
334 | label_not_contains: non contiene |
|
334 | label_not_contains: non contiene | |
335 | label_day_plural: giorni |
|
335 | label_day_plural: giorni | |
336 | label_repository: Repository |
|
336 | label_repository: Repository | |
337 | label_browse: Sfoglia |
|
337 | label_browse: Sfoglia | |
338 | label_modification: %d modifica |
|
338 | label_modification: %d modifica | |
339 | label_modification_plural: %d modifiche |
|
339 | label_modification_plural: %d modifiche | |
340 | label_revision: Versione |
|
340 | label_revision: Versione | |
341 | label_revision_plural: Versioni |
|
341 | label_revision_plural: Versioni | |
342 | label_added: aggiunto |
|
342 | label_added: aggiunto | |
343 | label_modified: modificato |
|
343 | label_modified: modificato | |
344 | label_deleted: eliminato |
|
344 | label_deleted: eliminato | |
345 | label_latest_revision: Ultima versione |
|
345 | label_latest_revision: Ultima versione | |
346 | label_latest_revision_plural: Ultime versioni |
|
346 | label_latest_revision_plural: Ultime versioni | |
347 | label_view_revisions: Mostra versioni |
|
347 | label_view_revisions: Mostra versioni | |
348 | label_max_size: Dimensione massima |
|
348 | label_max_size: Dimensione massima | |
349 | label_on: 'on' |
|
349 | label_on: 'on' | |
350 | label_sort_highest: Sposta in cima |
|
350 | label_sort_highest: Sposta in cima | |
351 | label_sort_higher: Su |
|
351 | label_sort_higher: Su | |
352 | label_sort_lower: GiΓΉ |
|
352 | label_sort_lower: GiΓΉ | |
353 | label_sort_lowest: Sposta in fondo |
|
353 | label_sort_lowest: Sposta in fondo | |
354 | label_roadmap: Roadmap |
|
354 | label_roadmap: Roadmap | |
355 | label_roadmap_due_in: Da ultimare in |
|
355 | label_roadmap_due_in: Da ultimare in | |
356 | label_roadmap_overdue: %s late |
|
356 | label_roadmap_overdue: %s late | |
357 | label_roadmap_no_issues: Nessuna segnalazione per questa versione |
|
357 | label_roadmap_no_issues: Nessuna segnalazione per questa versione | |
358 | label_search: Ricerca |
|
358 | label_search: Ricerca | |
359 | label_result_plural: Risultati |
|
359 | label_result_plural: Risultati | |
360 | label_all_words: Tutte le parole |
|
360 | label_all_words: Tutte le parole | |
361 | label_wiki: Wiki |
|
361 | label_wiki: Wiki | |
362 | label_wiki_edit: Modifica Wiki |
|
362 | label_wiki_edit: Modifica Wiki | |
363 | label_wiki_edit_plural: Modfiche wiki |
|
363 | label_wiki_edit_plural: Modfiche wiki | |
364 | label_wiki_page: Wiki page |
|
364 | label_wiki_page: Wiki page | |
365 | label_wiki_page_plural: Wiki pages |
|
365 | label_wiki_page_plural: Wiki pages | |
366 | label_index_by_title: Index by title |
|
366 | label_index_by_title: Index by title | |
367 | label_index_by_date: Index by date |
|
367 | label_index_by_date: Index by date | |
368 | label_current_version: Versione corrente |
|
368 | label_current_version: Versione corrente | |
369 | label_preview: Anteprima |
|
369 | label_preview: Anteprima | |
370 | label_feed_plural: Feed |
|
370 | label_feed_plural: Feed | |
371 | label_changes_details: Particolari di tutti i cambiamenti |
|
371 | label_changes_details: Particolari di tutti i cambiamenti | |
372 | label_issue_tracking: tracking delle segnalazioni |
|
372 | label_issue_tracking: tracking delle segnalazioni | |
373 | label_spent_time: Tempo impiegato |
|
373 | label_spent_time: Tempo impiegato | |
374 | label_f_hour: %.2f ora |
|
374 | label_f_hour: %.2f ora | |
375 | label_f_hour_plural: %.2f ore |
|
375 | label_f_hour_plural: %.2f ore | |
376 | label_time_tracking: Tracking del tempo |
|
376 | label_time_tracking: Tracking del tempo | |
377 | label_change_plural: Modifiche |
|
377 | label_change_plural: Modifiche | |
378 | label_statistics: Statistiche |
|
378 | label_statistics: Statistiche | |
379 | label_commits_per_month: Commit per mese |
|
379 | label_commits_per_month: Commit per mese | |
380 | label_commits_per_author: Commit per autore |
|
380 | label_commits_per_author: Commit per autore | |
381 | label_view_diff: mostra differenze |
|
381 | label_view_diff: mostra differenze | |
382 | label_diff_inline: in linea |
|
382 | label_diff_inline: in linea | |
383 | label_diff_side_by_side: fianco a fianco |
|
383 | label_diff_side_by_side: fianco a fianco | |
384 | label_options: Opzioni |
|
384 | label_options: Opzioni | |
385 | label_copy_workflow_from: Copia workflow da |
|
385 | label_copy_workflow_from: Copia workflow da | |
386 | label_permissions_report: Report permessi |
|
386 | label_permissions_report: Report permessi | |
387 | label_watched_issues: Segnalazioni osservate |
|
387 | label_watched_issues: Segnalazioni osservate | |
388 | label_related_issues: Segnalazioni correlate |
|
388 | label_related_issues: Segnalazioni correlate | |
389 | label_applied_status: Stato applicato |
|
389 | label_applied_status: Stato applicato | |
390 | label_loading: Caricamento... |
|
390 | label_loading: Caricamento... | |
391 | label_relation_new: Nuova relazione |
|
391 | label_relation_new: Nuova relazione | |
392 | label_relation_delete: Elimina relazione |
|
392 | label_relation_delete: Elimina relazione | |
393 | label_relates_to: correlato a |
|
393 | label_relates_to: correlato a | |
394 | label_duplicates: duplicati |
|
394 | label_duplicates: duplicati | |
395 | label_blocks: blocchi |
|
395 | label_blocks: blocchi | |
396 | label_blocked_by: bloccato da |
|
396 | label_blocked_by: bloccato da | |
397 | label_precedes: precede |
|
397 | label_precedes: precede | |
398 | label_follows: segue |
|
398 | label_follows: segue | |
399 | label_end_to_start: end to start |
|
399 | label_end_to_start: end to start | |
400 | label_end_to_end: end to end |
|
400 | label_end_to_end: end to end | |
401 | label_start_to_start: start to start |
|
401 | label_start_to_start: start to start | |
402 | label_start_to_end: start to end |
|
402 | label_start_to_end: start to end | |
403 | label_stay_logged_in: Rimani collegato |
|
403 | label_stay_logged_in: Rimani collegato | |
404 | label_disabled: disabilitato |
|
404 | label_disabled: disabilitato | |
405 | label_show_completed_versions: Mostra versioni completate |
|
405 | label_show_completed_versions: Mostra versioni completate | |
406 | label_me: io |
|
406 | label_me: io | |
407 | label_board: Forum |
|
407 | label_board: Forum | |
408 | label_board_new: Nuovo forum |
|
408 | label_board_new: Nuovo forum | |
409 | label_board_plural: Forum |
|
409 | label_board_plural: Forum | |
410 | label_topic_plural: Argomenti |
|
410 | label_topic_plural: Argomenti | |
411 | label_message_plural: Messaggi |
|
411 | label_message_plural: Messaggi | |
412 | label_message_last: Ultimo messaggio |
|
412 | label_message_last: Ultimo messaggio | |
413 | label_message_new: Nuovo messaggio |
|
413 | label_message_new: Nuovo messaggio | |
414 | label_reply_plural: Risposte |
|
414 | label_reply_plural: Risposte | |
415 | label_send_information: Invia all'utente le informazioni relative all'account |
|
415 | label_send_information: Invia all'utente le informazioni relative all'account | |
416 | label_year: Anno |
|
416 | label_year: Anno | |
417 | label_month: Mese |
|
417 | label_month: Mese | |
418 | label_week: Settimana |
|
418 | label_week: Settimana | |
419 | label_date_from: Da |
|
419 | label_date_from: Da | |
420 | label_date_to: A |
|
420 | label_date_to: A | |
421 | label_language_based: Basato sul linguaggio |
|
421 | label_language_based: Basato sul linguaggio | |
422 | label_sort_by: Ordina per %s |
|
422 | label_sort_by: Ordina per %s | |
423 | label_send_test_email: Invia una e-mail di test |
|
423 | label_send_test_email: Invia una e-mail di test | |
424 | label_feeds_access_key_created_on: chiave di accesso RSS creata %s fa |
|
424 | label_feeds_access_key_created_on: chiave di accesso RSS creata %s fa | |
425 | label_module_plural: Moduli |
|
425 | label_module_plural: Moduli | |
426 | label_added_time_by: Aggiunto da %s %s fa |
|
426 | label_added_time_by: Aggiunto da %s %s fa | |
427 | label_updated_time: Aggiornato %s fa |
|
427 | label_updated_time: Aggiornato %s fa | |
428 | label_jump_to_a_project: Vai al progetto... |
|
428 | label_jump_to_a_project: Vai al progetto... | |
429 |
|
429 | |||
430 | button_login: Login |
|
430 | button_login: Login | |
431 | button_submit: Invia |
|
431 | button_submit: Invia | |
432 | button_save: Salva |
|
432 | button_save: Salva | |
433 | button_check_all: Seleziona tutti |
|
433 | button_check_all: Seleziona tutti | |
434 | button_uncheck_all: Deseleziona tutti |
|
434 | button_uncheck_all: Deseleziona tutti | |
435 | button_delete: Elimina |
|
435 | button_delete: Elimina | |
436 | button_create: Crea |
|
436 | button_create: Crea | |
437 | button_test: Test |
|
437 | button_test: Test | |
438 | button_edit: Modifica |
|
438 | button_edit: Modifica | |
439 | button_add: Aggiungi |
|
439 | button_add: Aggiungi | |
440 | button_change: Modifica |
|
440 | button_change: Modifica | |
441 | button_apply: Applica |
|
441 | button_apply: Applica | |
442 | button_clear: Pulisci |
|
442 | button_clear: Pulisci | |
443 | button_lock: Blocca |
|
443 | button_lock: Blocca | |
444 | button_unlock: Sblocca |
|
444 | button_unlock: Sblocca | |
445 | button_download: Scarica |
|
445 | button_download: Scarica | |
446 | button_list: Elenca |
|
446 | button_list: Elenca | |
447 | button_view: Mostra |
|
447 | button_view: Mostra | |
448 | button_move: Sposta |
|
448 | button_move: Sposta | |
449 | button_back: Indietro |
|
449 | button_back: Indietro | |
450 | button_cancel: Annulla |
|
450 | button_cancel: Annulla | |
451 | button_activate: Attiva |
|
451 | button_activate: Attiva | |
452 | button_sort: Ordina |
|
452 | button_sort: Ordina | |
453 | button_log_time: Registra tempo |
|
453 | button_log_time: Registra tempo | |
454 | button_rollback: Ripristina questa versione |
|
454 | button_rollback: Ripristina questa versione | |
455 | button_watch: Osserva |
|
455 | button_watch: Osserva | |
456 | button_unwatch: Dimentica |
|
456 | button_unwatch: Dimentica | |
457 | button_reply: Rispondi |
|
457 | button_reply: Rispondi | |
458 | button_archive: Archivia |
|
458 | button_archive: Archivia | |
459 | button_unarchive: Ripristina |
|
459 | button_unarchive: Ripristina | |
460 | button_reset: Reset |
|
460 | button_reset: Reset | |
461 | button_rename: Rinomina |
|
461 | button_rename: Rinomina | |
462 |
|
462 | |||
463 | status_active: attivo |
|
463 | status_active: attivo | |
464 | status_registered: registrato |
|
464 | status_registered: registrato | |
465 | status_locked: bloccato |
|
465 | status_locked: bloccato | |
466 |
|
466 | |||
467 | text_select_mail_notifications: Seleziona le azioni per cui deve essere inviata una notifica. |
|
467 | text_select_mail_notifications: Seleziona le azioni per cui deve essere inviata una notifica. | |
468 | text_regexp_info: eg. ^[A-Z0-9]+$ |
|
468 | text_regexp_info: eg. ^[A-Z0-9]+$ | |
469 | text_min_max_length_info: 0 significa nessuna restrizione |
|
469 | text_min_max_length_info: 0 significa nessuna restrizione | |
470 | text_project_destroy_confirmation: Sei sicuro di voler cancellare il progetti e tutti i dati ad esso collegati? |
|
470 | text_project_destroy_confirmation: Sei sicuro di voler cancellare il progetti e tutti i dati ad esso collegati? | |
471 | text_workflow_edit: Seleziona un ruolo ed un tracker per modificare il workflow |
|
471 | text_workflow_edit: Seleziona un ruolo ed un tracker per modificare il workflow | |
472 | text_are_you_sure: Sei sicuro ? |
|
472 | text_are_you_sure: Sei sicuro ? | |
473 | text_journal_changed: cambiato da %s a %s |
|
473 | text_journal_changed: cambiato da %s a %s | |
474 | text_journal_set_to: impostato a %s |
|
474 | text_journal_set_to: impostato a %s | |
475 | text_journal_deleted: cancellato |
|
475 | text_journal_deleted: cancellato | |
476 | text_tip_task_begin_day: attivitΓ che iniziano in questa giornata |
|
476 | text_tip_task_begin_day: attivitΓ che iniziano in questa giornata | |
477 | text_tip_task_end_day: attivitΓ che terminano in questa giornata |
|
477 | text_tip_task_end_day: attivitΓ che terminano in questa giornata | |
478 | text_tip_task_begin_end_day: attivitΓ che iniziano e terminano in questa giornata |
|
478 | text_tip_task_begin_end_day: attivitΓ che iniziano e terminano in questa giornata | |
479 | text_project_identifier_info: "Lettere minuscole (a-z), numeri e trattini permessi.<br />Una volta salvato, l'identificativo non puΓ² essere modificato." |
|
479 | text_project_identifier_info: "Lettere minuscole (a-z), numeri e trattini permessi.<br />Una volta salvato, l'identificativo non puΓ² essere modificato." | |
480 | text_caracters_maximum: massimo %d caratteri. |
|
480 | text_caracters_maximum: massimo %d caratteri. | |
481 | text_length_between: Lunghezza compresa tra %d e %d caratteri. |
|
481 | text_length_between: Lunghezza compresa tra %d e %d caratteri. | |
482 | text_tracker_no_workflow: Nessun workflow definito per questo tracker |
|
482 | text_tracker_no_workflow: Nessun workflow definito per questo tracker | |
483 | text_unallowed_characters: Caratteri non permessi |
|
483 | text_unallowed_characters: Caratteri non permessi | |
484 | text_comma_separated: Valori multipli permessi (separati da virgola). |
|
484 | text_comma_separated: Valori multipli permessi (separati da virgola). | |
485 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
485 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
486 | text_issue_added: "E' stata segnalata l'anomalia %s da %s." |
|
486 | text_issue_added: "E' stata segnalata l'anomalia %s da %s." | |
487 | text_issue_updated: "L'anomalia %s e' stata aggiornata da %s." |
|
487 | text_issue_updated: "L'anomalia %s e' stata aggiornata da %s." | |
488 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? |
|
488 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? | |
489 | text_issue_category_destroy_question: Alcune segnalazioni (%d) risultano assegnate a questa categoria. Cosa vuoi fare ? |
|
489 | text_issue_category_destroy_question: Alcune segnalazioni (%d) risultano assegnate a questa categoria. Cosa vuoi fare ? | |
490 | text_issue_category_destroy_assignments: Rimuovi gli assegnamenti a questa categoria |
|
490 | text_issue_category_destroy_assignments: Rimuovi gli assegnamenti a questa categoria | |
491 | text_issue_category_reassign_to: Riassegna segnalazioni a questa categoria |
|
491 | text_issue_category_reassign_to: Riassegna segnalazioni a questa categoria | |
492 |
|
492 | |||
493 | default_role_manager: Manager |
|
493 | default_role_manager: Manager | |
494 | default_role_developper: Sviluppatore |
|
494 | default_role_developper: Sviluppatore | |
495 | default_role_reporter: Reporter |
|
495 | default_role_reporter: Reporter | |
496 | default_tracker_bug: Segnalazione |
|
496 | default_tracker_bug: Segnalazione | |
497 | default_tracker_feature: Funzione |
|
497 | default_tracker_feature: Funzione | |
498 | default_tracker_support: Supporto |
|
498 | default_tracker_support: Supporto | |
499 |
default_issue_status_new: Nuovo |
|
499 | default_issue_status_new: Nuovo | |
500 |
default_issue_status_assigned: Assegnato |
|
500 | default_issue_status_assigned: Assegnato | |
501 |
default_issue_status_resolved: Risolto |
|
501 | default_issue_status_resolved: Risolto | |
502 | default_issue_status_feedback: Feedback |
|
502 | default_issue_status_feedback: Feedback | |
503 |
default_issue_status_closed: Chiuso |
|
503 | default_issue_status_closed: Chiuso | |
504 |
default_issue_status_rejected: Rifiutato |
|
504 | default_issue_status_rejected: Rifiutato | |
505 | default_doc_category_user: Documentazione utente |
|
505 | default_doc_category_user: Documentazione utente | |
506 | default_doc_category_tech: Documentazione tecnica |
|
506 | default_doc_category_tech: Documentazione tecnica | |
507 | default_priority_low: Bassa |
|
507 | default_priority_low: Bassa | |
508 | default_priority_normal: Normale |
|
508 | default_priority_normal: Normale | |
509 | default_priority_high: Alta |
|
509 | default_priority_high: Alta | |
510 | default_priority_urgent: Urgente |
|
510 | default_priority_urgent: Urgente | |
511 | default_priority_immediate: Immediata |
|
511 | default_priority_immediate: Immediata | |
512 | default_activity_design: Progettazione |
|
512 | default_activity_design: Progettazione | |
513 | default_activity_development: Sviluppo |
|
513 | default_activity_development: Sviluppo | |
514 |
|
514 | |||
515 | enumeration_issue_priorities: PrioritΓ segnalazioni |
|
515 | enumeration_issue_priorities: PrioritΓ segnalazioni | |
516 | enumeration_doc_categories: Categorie di documenti |
|
516 | enumeration_doc_categories: Categorie di documenti | |
517 | enumeration_activities: AttivitΓ (time tracking) |
|
517 | enumeration_activities: AttivitΓ (time tracking) | |
518 | label_file_plural: File |
|
518 | label_file_plural: File | |
519 | label_changeset_plural: Changeset |
|
519 | label_changeset_plural: Changeset | |
520 | field_column_names: Colonne |
|
520 | field_column_names: Colonne | |
521 | label_default_columns: Colonne predefinite |
|
521 | label_default_columns: Colonne predefinite | |
522 | setting_issue_list_default_columns: Colonne predefinite mostrate nell'elenco segnalazioni |
|
522 | setting_issue_list_default_columns: Colonne predefinite mostrate nell'elenco segnalazioni | |
523 | setting_repositories_encodings: Codifiche dei repository |
|
523 | setting_repositories_encodings: Codifiche dei repository | |
524 | notice_no_issue_selected: "Nessuna segnalazione selezionata! Seleziona le segnalazioni che intendi modificare." |
|
524 | notice_no_issue_selected: "Nessuna segnalazione selezionata! Seleziona le segnalazioni che intendi modificare." | |
525 | label_bulk_edit_selected_issues: Modifica massiva delle segnalazioni selezionate |
|
525 | label_bulk_edit_selected_issues: Modifica massiva delle segnalazioni selezionate | |
526 | label_no_change_option: (Nessuna modifica) |
|
526 | label_no_change_option: (Nessuna modifica) | |
527 | notice_failed_to_save_issues: "Impossibile salvare %d segnalazioni su %d selezionate: %s." |
|
527 | notice_failed_to_save_issues: "Impossibile salvare %d segnalazioni su %d selezionate: %s." | |
528 | label_theme: Tema |
|
528 | label_theme: Tema | |
529 | label_default: Predefinito |
|
529 | label_default: Predefinito | |
530 | label_search_titles_only: Cerca solo nei titoli |
|
530 | label_search_titles_only: Cerca solo nei titoli | |
531 | label_nobody: nessuno |
|
531 | label_nobody: nessuno | |
532 | button_change_password: Modifica password |
|
532 | button_change_password: Modifica password | |
533 | text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)." |
|
533 | text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)." | |
534 | label_user_mail_option_selected: "Solo per gli eventi relativi ai progetti selezionati..." |
|
534 | label_user_mail_option_selected: "Solo per gli eventi relativi ai progetti selezionati..." | |
535 | label_user_mail_option_all: "Per ogni evento relativo ad uno dei miei progetti" |
|
535 | label_user_mail_option_all: "Per ogni evento relativo ad uno dei miei progetti" | |
536 | label_user_mail_option_none: "Solo per argomenti che osservo o che mi riguardano" |
|
536 | label_user_mail_option_none: "Solo per argomenti che osservo o che mi riguardano" | |
537 | setting_emails_footer: Piè di pagina e-mail |
|
537 | setting_emails_footer: Piè di pagina e-mail | |
538 | label_float: Float |
|
538 | label_float: Float | |
539 | button_copy: Copia |
|
539 | button_copy: Copia | |
540 | mail_body_account_information_external: Puoi utilizzare il tuo account "%s" per accedere al sistema. |
|
540 | mail_body_account_information_external: Puoi utilizzare il tuo account "%s" per accedere al sistema. | |
541 | mail_body_account_information: Le informazioni riguardanti il tuo account |
|
541 | mail_body_account_information: Le informazioni riguardanti il tuo account | |
542 | setting_protocol: Protocollo |
|
542 | setting_protocol: Protocollo | |
543 | label_user_mail_no_self_notified: "Non voglio notifiche riguardanti modifiche da me apportate" |
|
543 | label_user_mail_no_self_notified: "Non voglio notifiche riguardanti modifiche da me apportate" | |
544 | setting_time_format: Formato ora |
|
544 | setting_time_format: Formato ora | |
545 | label_registration_activation_by_email: attivazione account via e-mail |
|
545 | label_registration_activation_by_email: attivazione account via e-mail | |
546 | mail_subject_account_activation_request: %s richiesta attivazione account |
|
546 | mail_subject_account_activation_request: %s richiesta attivazione account | |
547 | mail_body_account_activation_request: 'Un nuovo utente (%s) ha effettuato la registrazione. Il suo account Γ¨ in attesa di abilitazione da parte tua:' |
|
547 | mail_body_account_activation_request: 'Un nuovo utente (%s) ha effettuato la registrazione. Il suo account Γ¨ in attesa di abilitazione da parte tua:' | |
548 | label_registration_automatic_activation: attivazione account automatica |
|
548 | label_registration_automatic_activation: attivazione account automatica | |
549 | label_registration_manual_activation: attivazione account manuale |
|
549 | label_registration_manual_activation: attivazione account manuale | |
550 | notice_account_pending: "Il tuo account Γ¨ stato creato ed Γ¨ in attesa di attivazione da parte dell'amministratore." |
|
550 | notice_account_pending: "Il tuo account Γ¨ stato creato ed Γ¨ in attesa di attivazione da parte dell'amministratore." | |
551 | field_time_zone: Time zone |
|
551 | field_time_zone: Time zone | |
552 | text_caracters_minimum: Deve essere lungo almeno %d caratteri. |
|
552 | text_caracters_minimum: Deve essere lungo almeno %d caratteri. | |
553 | setting_bcc_recipients: Destinatari in copia nascosta (bcc) |
|
553 | setting_bcc_recipients: Destinatari in copia nascosta (bcc) | |
554 | button_annotate: Annota |
|
554 | button_annotate: Annota | |
555 | label_issues_by: Segnalazioni di %s |
|
555 | label_issues_by: Segnalazioni di %s | |
556 | field_searchable: Ricercabile |
|
556 | field_searchable: Ricercabile | |
557 | label_display_per_page: 'Per pagina: %s' |
|
557 | label_display_per_page: 'Per pagina: %s' | |
558 | setting_per_page_options: Opzioni oggetti per pagina |
|
558 | setting_per_page_options: Opzioni oggetti per pagina | |
559 | label_age: EtΓ |
|
559 | label_age: EtΓ | |
560 | notice_default_data_loaded: Configurazione di default caricata con successo. |
|
560 | notice_default_data_loaded: Configurazione di default caricata con successo. | |
561 | text_load_default_configuration: Carica la configurazione di default |
|
561 | text_load_default_configuration: Carica la configurazione di default | |
562 | text_no_configuration_data: "Ruoli, tracker, stati delle segnalazioni e workflow non sono stati ancora configurati.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." |
|
562 | text_no_configuration_data: "Ruoli, tracker, stati delle segnalazioni e workflow non sono stati ancora configurati.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." | |
563 | error_can_t_load_default_data: "Non Γ¨ stato possibile caricare la configurazione di default : %s" |
|
563 | error_can_t_load_default_data: "Non Γ¨ stato possibile caricare la configurazione di default : %s" | |
564 | button_update: Aggiorna |
|
564 | button_update: Aggiorna | |
565 | label_change_properties: Modifica le proprietΓ |
|
565 | label_change_properties: Modifica le proprietΓ | |
566 | label_general: Generale |
|
566 | label_general: Generale | |
567 | label_repository_plural: Repository |
|
567 | label_repository_plural: Repository | |
568 | label_associated_revisions: Revisioni associate |
|
568 | label_associated_revisions: Revisioni associate | |
569 | setting_user_format: Formato visualizzazione utenti |
|
569 | setting_user_format: Formato visualizzazione utenti | |
570 | text_status_changed_by_changeset: Applicata nel changeset %s. |
|
570 | text_status_changed_by_changeset: Applicata nel changeset %s. | |
571 | label_more: Altro |
|
571 | label_more: Altro | |
572 | text_issues_destroy_confirmation: 'Sei sicuro di voler eliminare le segnalazioni selezionate?' |
|
572 | text_issues_destroy_confirmation: 'Sei sicuro di voler eliminare le segnalazioni selezionate?' | |
573 | label_scm: SCM |
|
573 | label_scm: SCM | |
574 | text_select_project_modules: 'Seleziona i moduli abilitati per questo progetto:' |
|
574 | text_select_project_modules: 'Seleziona i moduli abilitati per questo progetto:' | |
575 | label_issue_added: Segnalazioni aggiunte |
|
575 | label_issue_added: Segnalazioni aggiunte | |
576 | label_issue_updated: Segnalazioni aggiornate |
|
576 | label_issue_updated: Segnalazioni aggiornate | |
577 | label_document_added: Documenti aggiunti |
|
577 | label_document_added: Documenti aggiunti | |
578 | label_message_posted: Messaggi aggiunti |
|
578 | label_message_posted: Messaggi aggiunti | |
579 | label_file_added: File aggiunti |
|
579 | label_file_added: File aggiunti | |
580 | label_news_added: Notizie aggiunte |
|
580 | label_news_added: Notizie aggiunte | |
581 | project_module_boards: Boards |
|
581 | project_module_boards: Boards | |
582 | project_module_issue_tracking: Tracking delle segnalazioni |
|
582 | project_module_issue_tracking: Tracking delle segnalazioni | |
583 | project_module_wiki: Wiki |
|
583 | project_module_wiki: Wiki | |
584 | project_module_files: File |
|
584 | project_module_files: File | |
585 | project_module_documents: Documenti |
|
585 | project_module_documents: Documenti | |
586 | project_module_repository: Repository |
|
586 | project_module_repository: Repository | |
587 | project_module_news: Notizie |
|
587 | project_module_news: Notizie | |
588 | project_module_time_tracking: Time tracking |
|
588 | project_module_time_tracking: Time tracking | |
589 | text_file_repository_writable: Repository dei file scrivibile |
|
589 | text_file_repository_writable: Repository dei file scrivibile | |
590 | text_default_administrator_account_changed: L'account amministrativo di default Γ¨ stato modificato |
|
590 | text_default_administrator_account_changed: L'account amministrativo di default Γ¨ stato modificato | |
591 | text_rmagick_available: RMagick disponibile (opzionale) |
|
591 | text_rmagick_available: RMagick disponibile (opzionale) | |
592 | button_configure: Configura |
|
592 | button_configure: Configura | |
593 | label_plugins: Plugin |
|
593 | label_plugins: Plugin | |
594 | label_ldap_authentication: Autenticazione LDAP |
|
594 | label_ldap_authentication: Autenticazione LDAP | |
595 | label_downloads_abbr: D/L |
|
595 | label_downloads_abbr: D/L | |
596 | label_this_month: questo mese |
|
596 | label_this_month: questo mese | |
597 | label_last_n_days: ultimi %d giorni |
|
597 | label_last_n_days: ultimi %d giorni | |
598 | label_all_time: sempre |
|
598 | label_all_time: sempre | |
599 | label_this_year: quest'anno |
|
599 | label_this_year: quest'anno | |
600 | label_date_range: Intervallo di date |
|
600 | label_date_range: Intervallo di date | |
601 | label_last_week: ultima settimana |
|
601 | label_last_week: ultima settimana | |
602 | label_yesterday: ieri |
|
602 | label_yesterday: ieri | |
603 | label_last_month: ultimo mese |
|
603 | label_last_month: ultimo mese | |
604 | label_add_another_file: Aggiungi un altro file |
|
604 | label_add_another_file: Aggiungi un altro file | |
605 | label_optional_description: Descrizione opzionale |
|
605 | label_optional_description: Descrizione opzionale | |
606 | text_destroy_time_entries_question: %.02f ore risultano spese sulle segnalazioni che stai per cancellare. Cosa vuoi fare ? |
|
606 | text_destroy_time_entries_question: %.02f ore risultano spese sulle segnalazioni che stai per cancellare. Cosa vuoi fare ? | |
607 | error_issue_not_found_in_project: 'La segnalazione non Γ¨ stata trovata o non appartiene al progetto' |
|
607 | error_issue_not_found_in_project: 'La segnalazione non Γ¨ stata trovata o non appartiene al progetto' | |
608 | text_assign_time_entries_to_project: Assegna le ore segnalate al progetto |
|
608 | text_assign_time_entries_to_project: Assegna le ore segnalate al progetto | |
609 | text_destroy_time_entries: Elimina le ore segnalate |
|
609 | text_destroy_time_entries: Elimina le ore segnalate | |
610 | text_reassign_time_entries: 'Riassegna le ore a questa segnalazione:' |
|
610 | text_reassign_time_entries: 'Riassegna le ore a questa segnalazione:' | |
611 | setting_activity_days_default: Giorni mostrati sulle attivitΓ di progetto |
|
611 | setting_activity_days_default: Giorni mostrati sulle attivitΓ di progetto | |
612 | label_chronological_order: In ordine cronologico |
|
612 | label_chronological_order: In ordine cronologico | |
613 | field_comments_sorting: Mostra commenti |
|
613 | field_comments_sorting: Mostra commenti | |
614 | label_reverse_chronological_order: In ordine cronologico inverso |
|
614 | label_reverse_chronological_order: In ordine cronologico inverso | |
615 | label_preferences: Preferenze |
|
615 | label_preferences: Preferenze | |
616 | setting_display_subprojects_issues: Mostra le segnalazioni dei sottoprogetti nel progetto principale per default |
|
616 | setting_display_subprojects_issues: Mostra le segnalazioni dei sottoprogetti nel progetto principale per default | |
617 | label_overall_activity: AttivitΓ generale |
|
617 | label_overall_activity: AttivitΓ generale | |
618 | setting_default_projects_public: I nuovi progetti sono pubblici per default |
|
618 | setting_default_projects_public: I nuovi progetti sono pubblici per default | |
619 | error_scm_annotate: "L'oggetto non esiste o non puΓ² essere annotato." |
|
619 | error_scm_annotate: "L'oggetto non esiste o non puΓ² essere annotato." | |
620 | label_planning: Pianificazione |
|
620 | label_planning: Pianificazione | |
621 | text_subprojects_destroy_warning: 'Anche i suoi sottoprogetti: %s verranno eliminati.' |
|
621 | text_subprojects_destroy_warning: 'Anche i suoi sottoprogetti: %s verranno eliminati.' | |
622 | label_and_its_subprojects: %s ed i suoi sottoprogetti |
|
622 | label_and_its_subprojects: %s ed i suoi sottoprogetti | |
623 | mail_body_reminder: "%d segnalazioni che ti sono state assegnate scadranno nei prossimi %d giorni:" |
|
623 | mail_body_reminder: "%d segnalazioni che ti sono state assegnate scadranno nei prossimi %d giorni:" | |
624 | mail_subject_reminder: "%d segnalazioni in scadenza nei prossimi giorni" |
|
624 | mail_subject_reminder: "%d segnalazioni in scadenza nei prossimi giorni" | |
625 | text_user_wrote: '%s ha scritto:' |
|
625 | text_user_wrote: '%s ha scritto:' | |
626 | label_duplicated_by: duplicato da |
|
626 | label_duplicated_by: duplicato da | |
627 | setting_enabled_scm: SCM abilitato |
|
627 | setting_enabled_scm: SCM abilitato | |
628 | text_enumeration_category_reassign_to: 'Riassegnale a questo valore:' |
|
628 | text_enumeration_category_reassign_to: 'Riassegnale a questo valore:' | |
629 | text_enumeration_destroy_question: '%d oggetti hanno un assegnamento su questo valore.' |
|
629 | text_enumeration_destroy_question: '%d oggetti hanno un assegnamento su questo valore.' | |
630 | label_incoming_emails: E-mail in arrivo |
|
630 | label_incoming_emails: E-mail in arrivo | |
631 | label_generate_key: Genera una chiave |
|
631 | label_generate_key: Genera una chiave | |
632 | setting_mail_handler_api_enabled: Abilita WS per le e-mail in arrivo |
|
632 | setting_mail_handler_api_enabled: Abilita WS per le e-mail in arrivo | |
633 | setting_mail_handler_api_key: chiave API |
|
633 | setting_mail_handler_api_key: chiave API | |
634 | text_email_delivery_not_configured: "La consegna via e-mail non Γ¨ configurata e le notifiche sono disabilitate.\nConfigura il tuo server SMTP in config/email.yml e riavvia l'applicazione per abilitarle." |
|
634 | text_email_delivery_not_configured: "La consegna via e-mail non Γ¨ configurata e le notifiche sono disabilitate.\nConfigura il tuo server SMTP in config/email.yml e riavvia l'applicazione per abilitarle." |
@@ -1,634 +1,634 | |||||
1 | _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' |
|
1 | _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' | |
2 |
|
2 | |||
3 | actionview_datehelper_select_day_prefix: |
|
3 | actionview_datehelper_select_day_prefix: | |
4 | actionview_datehelper_select_month_names: Janeiro,Fevereiro,MarΓ§o,Abril,Maio,Junho,Julho,Agosto,Setembro,Outubro,Novembro,Dezembro |
|
4 | actionview_datehelper_select_month_names: Janeiro,Fevereiro,MarΓ§o,Abril,Maio,Junho,Julho,Agosto,Setembro,Outubro,Novembro,Dezembro | |
5 | actionview_datehelper_select_month_names_abbr: Jan,Fev,Mar,Abr,Mai,Jun,Jul,Ago,Set,Out,Nov,Dez |
|
5 | actionview_datehelper_select_month_names_abbr: Jan,Fev,Mar,Abr,Mai,Jun,Jul,Ago,Set,Out,Nov,Dez | |
6 | actionview_datehelper_select_month_prefix: |
|
6 | actionview_datehelper_select_month_prefix: | |
7 | actionview_datehelper_select_year_prefix: |
|
7 | actionview_datehelper_select_year_prefix: | |
8 | actionview_datehelper_time_in_words_day: 1 dia |
|
8 | actionview_datehelper_time_in_words_day: 1 dia | |
9 | actionview_datehelper_time_in_words_day_plural: %d dias |
|
9 | actionview_datehelper_time_in_words_day_plural: %d dias | |
10 | actionview_datehelper_time_in_words_hour_about: em torno de uma hora |
|
10 | actionview_datehelper_time_in_words_hour_about: em torno de uma hora | |
11 | actionview_datehelper_time_in_words_hour_about_plural: em torno de %d horas |
|
11 | actionview_datehelper_time_in_words_hour_about_plural: em torno de %d horas | |
12 | actionview_datehelper_time_in_words_hour_about_single: em torno de uma hora |
|
12 | actionview_datehelper_time_in_words_hour_about_single: em torno de uma hora | |
13 | actionview_datehelper_time_in_words_minute: 1 minuto |
|
13 | actionview_datehelper_time_in_words_minute: 1 minuto | |
14 | actionview_datehelper_time_in_words_minute_half: meio minuto |
|
14 | actionview_datehelper_time_in_words_minute_half: meio minuto | |
15 | actionview_datehelper_time_in_words_minute_less_than: menos de um minuto |
|
15 | actionview_datehelper_time_in_words_minute_less_than: menos de um minuto | |
16 | actionview_datehelper_time_in_words_minute_plural: %d minutos |
|
16 | actionview_datehelper_time_in_words_minute_plural: %d minutos | |
17 | actionview_datehelper_time_in_words_minute_single: 1 minuto |
|
17 | actionview_datehelper_time_in_words_minute_single: 1 minuto | |
18 | actionview_datehelper_time_in_words_second_less_than: menos de um segundo |
|
18 | actionview_datehelper_time_in_words_second_less_than: menos de um segundo | |
19 | actionview_datehelper_time_in_words_second_less_than_plural: menos de %d segundos |
|
19 | actionview_datehelper_time_in_words_second_less_than_plural: menos de %d segundos | |
20 | actionview_instancetag_blank_option: Selecione |
|
20 | actionview_instancetag_blank_option: Selecione | |
21 |
|
21 | |||
22 | activerecord_error_inclusion: nΓ£o existe na lista |
|
22 | activerecord_error_inclusion: nΓ£o existe na lista | |
23 | activerecord_error_exclusion: jΓ‘ existe na lista |
|
23 | activerecord_error_exclusion: jΓ‘ existe na lista | |
24 | activerecord_error_invalid: Γ© invΓ‘lido |
|
24 | activerecord_error_invalid: Γ© invΓ‘lido | |
25 | activerecord_error_confirmation: nΓ£o confere com sua confirmaΓ§Γ£o |
|
25 | activerecord_error_confirmation: nΓ£o confere com sua confirmaΓ§Γ£o | |
26 | activerecord_error_accepted: deve ser aceito |
|
26 | activerecord_error_accepted: deve ser aceito | |
27 | activerecord_error_empty: nΓ£o pode ser vazio |
|
27 | activerecord_error_empty: nΓ£o pode ser vazio | |
28 | activerecord_error_blank: nΓ£o pode estar em branco |
|
28 | activerecord_error_blank: nΓ£o pode estar em branco | |
29 | activerecord_error_too_long: Γ© muito longo |
|
29 | activerecord_error_too_long: Γ© muito longo | |
30 | activerecord_error_too_short: Γ© muito curto |
|
30 | activerecord_error_too_short: Γ© muito curto | |
31 | activerecord_error_wrong_length: possui o comprimento errado |
|
31 | activerecord_error_wrong_length: possui o comprimento errado | |
32 | activerecord_error_taken: jΓ‘ foi usado em outro registro |
|
32 | activerecord_error_taken: jΓ‘ foi usado em outro registro | |
33 | activerecord_error_not_a_number: nΓ£o Γ© um nΓΊmero |
|
33 | activerecord_error_not_a_number: nΓ£o Γ© um nΓΊmero | |
34 | activerecord_error_not_a_date: nΓ£o Γ© uma data vΓ‘lida |
|
34 | activerecord_error_not_a_date: nΓ£o Γ© uma data vΓ‘lida | |
35 | activerecord_error_greater_than_start_date: deve ser maior que a data inicial |
|
35 | activerecord_error_greater_than_start_date: deve ser maior que a data inicial | |
36 | activerecord_error_not_same_project: nΓ£o pertence ao mesmo projeto |
|
36 | activerecord_error_not_same_project: nΓ£o pertence ao mesmo projeto | |
37 | activerecord_error_circular_dependency: Este relaΓ£o pode criar uma dependΓͺncia circular |
|
37 | activerecord_error_circular_dependency: Este relaΓ£o pode criar uma dependΓͺncia circular | |
38 |
|
38 | |||
39 | general_fmt_age: %d ano |
|
39 | general_fmt_age: %d ano | |
40 | general_fmt_age_plural: %d anos |
|
40 | general_fmt_age_plural: %d anos | |
41 | general_fmt_date: %%d/%%m/%%Y |
|
41 | general_fmt_date: %%d/%%m/%%Y | |
42 | general_fmt_datetime: %%d/%%m/%%Y %%I:%%M %%p |
|
42 | general_fmt_datetime: %%d/%%m/%%Y %%I:%%M %%p | |
43 | general_fmt_datetime_short: %%b %%d, %%I:%%M %%p |
|
43 | general_fmt_datetime_short: %%b %%d, %%I:%%M %%p | |
44 | general_fmt_time: %%I:%%M %%p |
|
44 | general_fmt_time: %%I:%%M %%p | |
45 | general_text_No: 'NΓ£o' |
|
45 | general_text_No: 'NΓ£o' | |
46 | general_text_Yes: 'Sim' |
|
46 | general_text_Yes: 'Sim' | |
47 | general_text_no: 'nΓ£o' |
|
47 | general_text_no: 'nΓ£o' | |
48 | general_text_yes: 'sim' |
|
48 | general_text_yes: 'sim' | |
49 | general_lang_name: 'PortuguΓͺs' |
|
49 | general_lang_name: 'PortuguΓͺs' | |
50 | general_csv_separator: ',' |
|
50 | general_csv_separator: ',' | |
51 | general_csv_decimal_separator: '.' |
|
51 | general_csv_decimal_separator: '.' | |
52 | general_csv_encoding: ISO-8859-1 |
|
52 | general_csv_encoding: ISO-8859-1 | |
53 | general_pdf_encoding: ISO-8859-1 |
|
53 | general_pdf_encoding: ISO-8859-1 | |
54 | general_day_names: Segunda,TerΓ§a,Quarta,Quinta,Sexta,SΓ‘bado,Domingo |
|
54 | general_day_names: Segunda,TerΓ§a,Quarta,Quinta,Sexta,SΓ‘bado,Domingo | |
55 | general_first_day_of_week: '1' |
|
55 | general_first_day_of_week: '1' | |
56 |
|
56 | |||
57 | notice_account_updated: Conta foi atualizada com sucesso. |
|
57 | notice_account_updated: Conta foi atualizada com sucesso. | |
58 | notice_account_invalid_creditentials: UsuΓ‘rio ou senha invΓ‘lidos. |
|
58 | notice_account_invalid_creditentials: UsuΓ‘rio ou senha invΓ‘lidos. | |
59 | notice_account_password_updated: Senha foi alterada com sucesso. |
|
59 | notice_account_password_updated: Senha foi alterada com sucesso. | |
60 | notice_account_wrong_password: Senha errada. |
|
60 | notice_account_wrong_password: Senha errada. | |
61 | notice_account_register_done: Conta foi criada com sucesso. |
|
61 | notice_account_register_done: Conta foi criada com sucesso. | |
62 | notice_account_unknown_email: UsuΓ‘rio desconhecido. |
|
62 | notice_account_unknown_email: UsuΓ‘rio desconhecido. | |
63 | notice_can_t_change_password: Esta conta usa autenticaΓ§Γ£o externa. E impossΓvel trocar a senha. |
|
63 | notice_can_t_change_password: Esta conta usa autenticaΓ§Γ£o externa. E impossΓvel trocar a senha. | |
64 | notice_account_lost_email_sent: Um email com as instruΓ§Γ΅es para escolher uma nova senha foi enviado para vocΓͺ. |
|
64 | notice_account_lost_email_sent: Um email com as instruΓ§Γ΅es para escolher uma nova senha foi enviado para vocΓͺ. | |
65 | notice_account_activated: Sua conta foi ativada. VocΓͺ pode logar agora |
|
65 | notice_account_activated: Sua conta foi ativada. VocΓͺ pode logar agora | |
66 | notice_successful_create: Criado com sucesso. |
|
66 | notice_successful_create: Criado com sucesso. | |
67 | notice_successful_update: Alterado com sucesso. |
|
67 | notice_successful_update: Alterado com sucesso. | |
68 | notice_successful_delete: Apagado com sucesso. |
|
68 | notice_successful_delete: Apagado com sucesso. | |
69 | notice_successful_connection: Conectado com sucesso. |
|
69 | notice_successful_connection: Conectado com sucesso. | |
70 | notice_file_not_found: A pΓ‘gina que vocΓͺ estΓ‘ tentando acessar nΓ£o existe ou foi excluΓda. |
|
70 | notice_file_not_found: A pΓ‘gina que vocΓͺ estΓ‘ tentando acessar nΓ£o existe ou foi excluΓda. | |
71 | notice_locking_conflict: Os dados foram atualizados por um outro usuΓ‘rio. |
|
71 | notice_locking_conflict: Os dados foram atualizados por um outro usuΓ‘rio. | |
72 | notice_not_authorized: VocΓͺ nΓ£o estΓ‘ autorizado a acessar esta pΓ‘gina. |
|
72 | notice_not_authorized: VocΓͺ nΓ£o estΓ‘ autorizado a acessar esta pΓ‘gina. | |
73 | notice_email_sent: An email was sent to %s |
|
73 | notice_email_sent: An email was sent to %s | |
74 | notice_email_error: An error occurred while sending mail (%s) |
|
74 | notice_email_error: An error occurred while sending mail (%s) | |
75 | notice_feeds_access_key_reseted: Your RSS access key was reseted. |
|
75 | notice_feeds_access_key_reseted: Your RSS access key was reseted. | |
76 |
|
76 | |||
77 | error_scm_not_found: "A entrada e/ou a revisΓ£o nΓ£o existem no repositΓ³rio." |
|
77 | error_scm_not_found: "A entrada e/ou a revisΓ£o nΓ£o existem no repositΓ³rio." | |
78 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" |
|
78 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" | |
79 |
|
79 | |||
80 | mail_subject_lost_password: Sua senha do %s. |
|
80 | mail_subject_lost_password: Sua senha do %s. | |
81 | mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:' |
|
81 | mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:' | |
82 | mail_subject_register: AtivaΓ§Γ£o de conta do %s. |
|
82 | mail_subject_register: AtivaΓ§Γ£o de conta do %s. | |
83 | mail_body_register: 'Para ativar sua conta, clique no link abaixo:' |
|
83 | mail_body_register: 'Para ativar sua conta, clique no link abaixo:' | |
84 |
|
84 | |||
85 | gui_validation_error: 1 erro |
|
85 | gui_validation_error: 1 erro | |
86 | gui_validation_error_plural: %d erros |
|
86 | gui_validation_error_plural: %d erros | |
87 |
|
87 | |||
88 | field_name: Nome |
|
88 | field_name: Nome | |
89 | field_description: DescriΓ§Γ£o |
|
89 | field_description: DescriΓ§Γ£o | |
90 | field_summary: SumΓ‘rio |
|
90 | field_summary: SumΓ‘rio | |
91 | field_is_required: ObrigatΓ³rio |
|
91 | field_is_required: ObrigatΓ³rio | |
92 | field_firstname: Primeiro nome |
|
92 | field_firstname: Primeiro nome | |
93 | field_lastname: Γltimo nome |
|
93 | field_lastname: Γltimo nome | |
94 | field_mail: Email |
|
94 | field_mail: Email | |
95 | field_filename: Arquivo |
|
95 | field_filename: Arquivo | |
96 | field_filesize: Tamanho |
|
96 | field_filesize: Tamanho | |
97 | field_downloads: Downloads |
|
97 | field_downloads: Downloads | |
98 | field_author: Autor |
|
98 | field_author: Autor | |
99 | field_created_on: Criado |
|
99 | field_created_on: Criado | |
100 | field_updated_on: Alterado |
|
100 | field_updated_on: Alterado | |
101 | field_field_format: Formato |
|
101 | field_field_format: Formato | |
102 | field_is_for_all: Para todos os projetos |
|
102 | field_is_for_all: Para todos os projetos | |
103 | field_possible_values: PossΓveis valores |
|
103 | field_possible_values: PossΓveis valores | |
104 | field_regexp: ExpressΓ£o regular |
|
104 | field_regexp: ExpressΓ£o regular | |
105 | field_min_length: Tamanho mΓnimo |
|
105 | field_min_length: Tamanho mΓnimo | |
106 | field_max_length: Tamanho mΓ‘ximo |
|
106 | field_max_length: Tamanho mΓ‘ximo | |
107 | field_value: Valor |
|
107 | field_value: Valor | |
108 | field_category: Categoria |
|
108 | field_category: Categoria | |
109 | field_title: TΓtulo |
|
109 | field_title: TΓtulo | |
110 | field_project: Projeto |
|
110 | field_project: Projeto | |
111 | field_issue: Tarefa |
|
111 | field_issue: Tarefa | |
112 | field_status: Status |
|
112 | field_status: Status | |
113 | field_notes: Notas |
|
113 | field_notes: Notas | |
114 | field_is_closed: Tarefa fechada |
|
114 | field_is_closed: Tarefa fechada | |
115 | field_is_default: Status padrΓ£o |
|
115 | field_is_default: Status padrΓ£o | |
116 | field_tracker: Tipo |
|
116 | field_tracker: Tipo | |
117 | field_subject: Assunto |
|
117 | field_subject: Assunto | |
118 | field_due_date: Data final |
|
118 | field_due_date: Data final | |
119 | field_assigned_to: AtribuΓdo para |
|
119 | field_assigned_to: AtribuΓdo para | |
120 | field_priority: Prioridade |
|
120 | field_priority: Prioridade | |
121 | field_fixed_version: Target version |
|
121 | field_fixed_version: Target version | |
122 | field_user: UsuΓ‘rio |
|
122 | field_user: UsuΓ‘rio | |
123 | field_role: Regra |
|
123 | field_role: Regra | |
124 | field_homepage: PΓ‘gina inicial |
|
124 | field_homepage: PΓ‘gina inicial | |
125 | field_is_public: PΓΊblico |
|
125 | field_is_public: PΓΊblico | |
126 | field_parent: Sub-projeto de |
|
126 | field_parent: Sub-projeto de | |
127 | field_is_in_chlog: Tarefas mostradas no changelog |
|
127 | field_is_in_chlog: Tarefas mostradas no changelog | |
128 | field_is_in_roadmap: Tarefas mostradas no roadmap |
|
128 | field_is_in_roadmap: Tarefas mostradas no roadmap | |
129 | field_login: Login |
|
129 | field_login: Login | |
130 | field_mail_notification: NotificaΓ§Γ΅es por email |
|
130 | field_mail_notification: NotificaΓ§Γ΅es por email | |
131 | field_admin: Administrador |
|
131 | field_admin: Administrador | |
132 | field_last_login_on: Γltima conexΓ£o |
|
132 | field_last_login_on: Γltima conexΓ£o | |
133 | field_language: LΓngua |
|
133 | field_language: LΓngua | |
134 | field_effective_date: Data |
|
134 | field_effective_date: Data | |
135 | field_password: Senha |
|
135 | field_password: Senha | |
136 | field_new_password: Nova senha |
|
136 | field_new_password: Nova senha | |
137 | field_password_confirmation: ConfirmaΓ§Γ£o |
|
137 | field_password_confirmation: ConfirmaΓ§Γ£o | |
138 | field_version: VersΓ£o |
|
138 | field_version: VersΓ£o | |
139 | field_type: Tipo |
|
139 | field_type: Tipo | |
140 | field_host: Servidor |
|
140 | field_host: Servidor | |
141 | field_port: Porta |
|
141 | field_port: Porta | |
142 | field_account: Conta |
|
142 | field_account: Conta | |
143 | field_base_dn: Base DN |
|
143 | field_base_dn: Base DN | |
144 | field_attr_login: Atributo login |
|
144 | field_attr_login: Atributo login | |
145 | field_attr_firstname: Atributo primeiro nome |
|
145 | field_attr_firstname: Atributo primeiro nome | |
146 | field_attr_lastname: Atributo ΓΊltimo nome |
|
146 | field_attr_lastname: Atributo ΓΊltimo nome | |
147 | field_attr_mail: Atributo email |
|
147 | field_attr_mail: Atributo email | |
148 | field_onthefly: CriaΓ§Γ£o de usuΓ‘rio sob-demanda |
|
148 | field_onthefly: CriaΓ§Γ£o de usuΓ‘rio sob-demanda | |
149 | field_start_date: InΓcio |
|
149 | field_start_date: InΓcio | |
150 | field_done_ratio: %% Terminado |
|
150 | field_done_ratio: %% Terminado | |
151 | field_auth_source: Modo de autenticaΓ§Γ£o |
|
151 | field_auth_source: Modo de autenticaΓ§Γ£o | |
152 | field_hide_mail: Esconda meu email |
|
152 | field_hide_mail: Esconda meu email | |
153 | field_comments: ComentΓ‘rio |
|
153 | field_comments: ComentΓ‘rio | |
154 | field_url: URL |
|
154 | field_url: URL | |
155 | field_start_page: PΓ‘gina inicial |
|
155 | field_start_page: PΓ‘gina inicial | |
156 | field_subproject: Sub-projeto |
|
156 | field_subproject: Sub-projeto | |
157 | field_hours: Horas |
|
157 | field_hours: Horas | |
158 | field_activity: Atividade |
|
158 | field_activity: Atividade | |
159 | field_spent_on: Data |
|
159 | field_spent_on: Data | |
160 | field_identifier: Identificador |
|
160 | field_identifier: Identificador | |
161 | field_is_filter: Usado como filtro |
|
161 | field_is_filter: Usado como filtro | |
162 | field_issue_to_id: Tarefa relacionada |
|
162 | field_issue_to_id: Tarefa relacionada | |
163 | field_delay: Atraso |
|
163 | field_delay: Atraso | |
164 | field_assignable: Issues can be assigned to this role |
|
164 | field_assignable: Issues can be assigned to this role | |
165 | field_redirect_existing_links: Redirect existing links |
|
165 | field_redirect_existing_links: Redirect existing links | |
166 | field_estimated_hours: Estimated time |
|
166 | field_estimated_hours: Estimated time | |
167 | field_default_value: PadrΓ£o |
|
167 | field_default_value: PadrΓ£o | |
168 |
|
168 | |||
169 | setting_app_title: TΓtulo da aplicaΓ§Γ£o |
|
169 | setting_app_title: TΓtulo da aplicaΓ§Γ£o | |
170 | setting_app_subtitle: Sub-tΓtulo da aplicaΓ§Γ£o |
|
170 | setting_app_subtitle: Sub-tΓtulo da aplicaΓ§Γ£o | |
171 | setting_welcome_text: Texto de boas-vindas |
|
171 | setting_welcome_text: Texto de boas-vindas | |
172 | setting_default_language: Linguagem padrΓ£o |
|
172 | setting_default_language: Linguagem padrΓ£o | |
173 | setting_login_required: AutenticaΓ§Γ£o obrigatΓ³ria |
|
173 | setting_login_required: AutenticaΓ§Γ£o obrigatΓ³ria | |
174 | setting_self_registration: Registro permitido |
|
174 | setting_self_registration: Registro permitido | |
175 | setting_attachment_max_size: Tamanho mΓ‘ximo do anexo |
|
175 | setting_attachment_max_size: Tamanho mΓ‘ximo do anexo | |
176 | setting_issues_export_limit: Limite de exportaΓ§Γ£o das tarefas |
|
176 | setting_issues_export_limit: Limite de exportaΓ§Γ£o das tarefas | |
177 | setting_mail_from: Email enviado de |
|
177 | setting_mail_from: Email enviado de | |
178 | setting_host_name: Servidor |
|
178 | setting_host_name: Servidor | |
179 | setting_text_formatting: Formato do texto |
|
179 | setting_text_formatting: Formato do texto | |
180 | setting_wiki_compression: CompactaΓ§Γ£o do histΓ³rico do Wiki |
|
180 | setting_wiki_compression: CompactaΓ§Γ£o do histΓ³rico do Wiki | |
181 | setting_feeds_limit: Limite do Feed |
|
181 | setting_feeds_limit: Limite do Feed | |
182 | setting_autofetch_changesets: Buscar automaticamente commits |
|
182 | setting_autofetch_changesets: Buscar automaticamente commits | |
183 | setting_sys_api_enabled: Ativa WS para gerenciamento do repositΓ³rio |
|
183 | setting_sys_api_enabled: Ativa WS para gerenciamento do repositΓ³rio | |
184 | setting_commit_ref_keywords: Palavras-chave de referΓ΄ncia |
|
184 | setting_commit_ref_keywords: Palavras-chave de referΓ΄ncia | |
185 | setting_commit_fix_keywords: Palavras-chave fixas |
|
185 | setting_commit_fix_keywords: Palavras-chave fixas | |
186 | setting_autologin: Autologin |
|
186 | setting_autologin: Autologin | |
187 | setting_date_format: Date format |
|
187 | setting_date_format: Date format | |
188 | setting_cross_project_issue_relations: Allow cross-project issue relations |
|
188 | setting_cross_project_issue_relations: Allow cross-project issue relations | |
189 |
|
189 | |||
190 | label_user: UsuΓ‘rio |
|
190 | label_user: UsuΓ‘rio | |
191 | label_user_plural: UsuΓ‘rios |
|
191 | label_user_plural: UsuΓ‘rios | |
192 | label_user_new: Novo usuΓ‘rio |
|
192 | label_user_new: Novo usuΓ‘rio | |
193 | label_project: Projeto |
|
193 | label_project: Projeto | |
194 | label_project_new: Novo projeto |
|
194 | label_project_new: Novo projeto | |
195 | label_project_plural: Projetos |
|
195 | label_project_plural: Projetos | |
196 | label_project_all: All Projects |
|
196 | label_project_all: All Projects | |
197 | label_project_latest: Γltimos projetos |
|
197 | label_project_latest: Γltimos projetos | |
198 | label_issue: Tarefa |
|
198 | label_issue: Tarefa | |
199 | label_issue_new: Nova tarefa |
|
199 | label_issue_new: Nova tarefa | |
200 | label_issue_plural: Tarefas |
|
200 | label_issue_plural: Tarefas | |
201 | label_issue_view_all: Ver todas as tarefas |
|
201 | label_issue_view_all: Ver todas as tarefas | |
202 | label_document: Documento |
|
202 | label_document: Documento | |
203 | label_document_new: Novo documento |
|
203 | label_document_new: Novo documento | |
204 | label_document_plural: Documentos |
|
204 | label_document_plural: Documentos | |
205 | label_role: Regra |
|
205 | label_role: Regra | |
206 | label_role_plural: Regras |
|
206 | label_role_plural: Regras | |
207 | label_role_new: Nova regra |
|
207 | label_role_new: Nova regra | |
208 | label_role_and_permissions: Regras e permissΓ΅es |
|
208 | label_role_and_permissions: Regras e permissΓ΅es | |
209 | label_member: Membro |
|
209 | label_member: Membro | |
210 | label_member_new: Novo membro |
|
210 | label_member_new: Novo membro | |
211 | label_member_plural: Membros |
|
211 | label_member_plural: Membros | |
212 | label_tracker: Tipo |
|
212 | label_tracker: Tipo | |
213 | label_tracker_plural: Tipos |
|
213 | label_tracker_plural: Tipos | |
214 | label_tracker_new: Novo tipo |
|
214 | label_tracker_new: Novo tipo | |
215 | label_workflow: Workflow |
|
215 | label_workflow: Workflow | |
216 | label_issue_status: Status da tarefa |
|
216 | label_issue_status: Status da tarefa | |
217 | label_issue_status_plural: Status das tarefas |
|
217 | label_issue_status_plural: Status das tarefas | |
218 | label_issue_status_new: Novo status |
|
218 | label_issue_status_new: Novo status | |
219 | label_issue_category: Categoria da tarefa |
|
219 | label_issue_category: Categoria da tarefa | |
220 | label_issue_category_plural: Categorias das tarefas |
|
220 | label_issue_category_plural: Categorias das tarefas | |
221 | label_issue_category_new: Nova categoria |
|
221 | label_issue_category_new: Nova categoria | |
222 | label_custom_field: Campo personalizado |
|
222 | label_custom_field: Campo personalizado | |
223 | label_custom_field_plural: Campos personalizados |
|
223 | label_custom_field_plural: Campos personalizados | |
224 | label_custom_field_new: Novo campo personalizado |
|
224 | label_custom_field_new: Novo campo personalizado | |
225 | label_enumerations: EnumeraΓ§Γ£o |
|
225 | label_enumerations: EnumeraΓ§Γ£o | |
226 | label_enumeration_new: Novo valor |
|
226 | label_enumeration_new: Novo valor | |
227 | label_information: InformaΓ§Γ£o |
|
227 | label_information: InformaΓ§Γ£o | |
228 | label_information_plural: InformaΓ§Γ΅es |
|
228 | label_information_plural: InformaΓ§Γ΅es | |
229 | label_please_login: Efetue login |
|
229 | label_please_login: Efetue login | |
230 | label_register: Registre-se |
|
230 | label_register: Registre-se | |
231 | label_password_lost: Perdi a senha |
|
231 | label_password_lost: Perdi a senha | |
232 | label_home: PΓ‘gina inicial |
|
232 | label_home: PΓ‘gina inicial | |
233 | label_my_page: Minha pΓ‘gina |
|
233 | label_my_page: Minha pΓ‘gina | |
234 | label_my_account: Minha conta |
|
234 | label_my_account: Minha conta | |
235 | label_my_projects: Meus projetos |
|
235 | label_my_projects: Meus projetos | |
236 | label_administration: AdministraΓ§Γ£o |
|
236 | label_administration: AdministraΓ§Γ£o | |
237 | label_login: Login |
|
237 | label_login: Login | |
238 | label_logout: Logout |
|
238 | label_logout: Logout | |
239 | label_help: Ajuda |
|
239 | label_help: Ajuda | |
240 | label_reported_issues: Tarefas reportadas |
|
240 | label_reported_issues: Tarefas reportadas | |
241 | label_assigned_to_me_issues: Tarefas atribuΓdas Γ mim |
|
241 | label_assigned_to_me_issues: Tarefas atribuΓdas Γ mim | |
242 | label_last_login: Γtima conexΓ£o |
|
242 | label_last_login: Γtima conexΓ£o | |
243 | label_last_updates: Γltima alteraΓ§Γ£o |
|
243 | label_last_updates: Γltima alteraΓ§Γ£o | |
244 | label_last_updates_plural: %d Γltimas alteraΓ§Γ΅es |
|
244 | label_last_updates_plural: %d Γltimas alteraΓ§Γ΅es | |
245 | label_registered_on: Registrado em |
|
245 | label_registered_on: Registrado em | |
246 | label_activity: Atividade |
|
246 | label_activity: Atividade | |
247 | label_new: Novo |
|
247 | label_new: Novo | |
248 | label_logged_as: Logado como |
|
248 | label_logged_as: Logado como | |
249 | label_environment: Ambiente |
|
249 | label_environment: Ambiente | |
250 | label_authentication: AutenticaΓ§Γ£o |
|
250 | label_authentication: AutenticaΓ§Γ£o | |
251 | label_auth_source: Modo de autenticaΓ§Γ£o |
|
251 | label_auth_source: Modo de autenticaΓ§Γ£o | |
252 | label_auth_source_new: Novo modo de autenticaΓ§Γ£o |
|
252 | label_auth_source_new: Novo modo de autenticaΓ§Γ£o | |
253 | label_auth_source_plural: Modos de autenticaΓ§Γ£o |
|
253 | label_auth_source_plural: Modos de autenticaΓ§Γ£o | |
254 | label_subproject_plural: Sub-projetos |
|
254 | label_subproject_plural: Sub-projetos | |
255 | label_min_max_length: Tamanho min-max |
|
255 | label_min_max_length: Tamanho min-max | |
256 | label_list: Lista |
|
256 | label_list: Lista | |
257 | label_date: Data |
|
257 | label_date: Data | |
258 | label_integer: Inteiro |
|
258 | label_integer: Inteiro | |
259 | label_boolean: Booleano |
|
259 | label_boolean: Booleano | |
260 | label_string: Texto |
|
260 | label_string: Texto | |
261 | label_text: Texto longo |
|
261 | label_text: Texto longo | |
262 | label_attribute: Atributo |
|
262 | label_attribute: Atributo | |
263 | label_attribute_plural: Atributos |
|
263 | label_attribute_plural: Atributos | |
264 | label_download: %d Download |
|
264 | label_download: %d Download | |
265 | label_download_plural: %d Downloads |
|
265 | label_download_plural: %d Downloads | |
266 | label_no_data: Sem dados para mostrar |
|
266 | label_no_data: Sem dados para mostrar | |
267 | label_change_status: Mudar status |
|
267 | label_change_status: Mudar status | |
268 | label_history: HistΓ³rico |
|
268 | label_history: HistΓ³rico | |
269 | label_attachment: Arquivo |
|
269 | label_attachment: Arquivo | |
270 | label_attachment_new: Novo arquivo |
|
270 | label_attachment_new: Novo arquivo | |
271 | label_attachment_delete: Apagar arquivo |
|
271 | label_attachment_delete: Apagar arquivo | |
272 | label_attachment_plural: Arquivos |
|
272 | label_attachment_plural: Arquivos | |
273 | label_report: RelatΓ³rio |
|
273 | label_report: RelatΓ³rio | |
274 | label_report_plural: RelatΓ³rio |
|
274 | label_report_plural: RelatΓ³rio | |
275 | label_news: NotΓcias |
|
275 | label_news: NotΓcias | |
276 | label_news_new: Adicionar notΓcias |
|
276 | label_news_new: Adicionar notΓcias | |
277 | label_news_plural: NotΓcias |
|
277 | label_news_plural: NotΓcias | |
278 | label_news_latest: Γltimas notΓcias |
|
278 | label_news_latest: Γltimas notΓcias | |
279 | label_news_view_all: Ver todas as notΓcias |
|
279 | label_news_view_all: Ver todas as notΓcias | |
280 | label_change_log: Log de mudanΓ§as |
|
280 | label_change_log: Log de mudanΓ§as | |
281 | label_settings: ConfiguraΓ§Γ΅es |
|
281 | label_settings: ConfiguraΓ§Γ΅es | |
282 | label_overview: VisΓ£o geral |
|
282 | label_overview: VisΓ£o geral | |
283 | label_version: VersΓ£o |
|
283 | label_version: VersΓ£o | |
284 | label_version_new: Nova versΓ£o |
|
284 | label_version_new: Nova versΓ£o | |
285 | label_version_plural: VersΓ΅es |
|
285 | label_version_plural: VersΓ΅es | |
286 | label_confirmation: ConfirmaΓ§Γ£o |
|
286 | label_confirmation: ConfirmaΓ§Γ£o | |
287 | label_export_to: Exportar para |
|
287 | label_export_to: Exportar para | |
288 | label_read: Ler... |
|
288 | label_read: Ler... | |
289 | label_public_projects: Projetos pΓΊblicos |
|
289 | label_public_projects: Projetos pΓΊblicos | |
290 | label_open_issues: Aberto |
|
290 | label_open_issues: Aberto | |
291 | label_open_issues_plural: Abertos |
|
291 | label_open_issues_plural: Abertos | |
292 | label_closed_issues: Fechado |
|
292 | label_closed_issues: Fechado | |
293 | label_closed_issues_plural: Fechados |
|
293 | label_closed_issues_plural: Fechados | |
294 | label_total: Total |
|
294 | label_total: Total | |
295 | label_permissions: PermissΓ΅es |
|
295 | label_permissions: PermissΓ΅es | |
296 | label_current_status: Status atual |
|
296 | label_current_status: Status atual | |
297 | label_new_statuses_allowed: Novo status permitido |
|
297 | label_new_statuses_allowed: Novo status permitido | |
298 | label_all: todos |
|
298 | label_all: todos | |
299 | label_none: nenhum |
|
299 | label_none: nenhum | |
300 | label_next: PrΓ³ximo |
|
300 | label_next: PrΓ³ximo | |
301 | label_previous: Anterior |
|
301 | label_previous: Anterior | |
302 | label_used_by: Usado por |
|
302 | label_used_by: Usado por | |
303 | label_details: Detalhes |
|
303 | label_details: Detalhes | |
304 | label_add_note: Adicionar nota |
|
304 | label_add_note: Adicionar nota | |
305 | label_per_page: Por pΓ‘gina |
|
305 | label_per_page: Por pΓ‘gina | |
306 | label_calendar: CalendΓ‘rio |
|
306 | label_calendar: CalendΓ‘rio | |
307 | label_months_from: Meses de |
|
307 | label_months_from: Meses de | |
308 | label_gantt: Gantt |
|
308 | label_gantt: Gantt | |
309 | label_internal: Interno |
|
309 | label_internal: Interno | |
310 | label_last_changes: ΓΊltimas %d mudanΓ§as |
|
310 | label_last_changes: ΓΊltimas %d mudanΓ§as | |
311 | label_change_view_all: Mostrar todas as mudanΓ§as |
|
311 | label_change_view_all: Mostrar todas as mudanΓ§as | |
312 | label_personalize_page: Personalizar esta pΓ‘gina |
|
312 | label_personalize_page: Personalizar esta pΓ‘gina | |
313 | label_comment: ComentΓ‘rio |
|
313 | label_comment: ComentΓ‘rio | |
314 | label_comment_plural: ComentΓ‘rios |
|
314 | label_comment_plural: ComentΓ‘rios | |
315 | label_comment_add: Adicionar comentΓ‘rio |
|
315 | label_comment_add: Adicionar comentΓ‘rio | |
316 | label_comment_added: ComentΓ‘rio adicionado |
|
316 | label_comment_added: ComentΓ‘rio adicionado | |
317 | label_comment_delete: Apagar comentΓ‘rio |
|
317 | label_comment_delete: Apagar comentΓ‘rio | |
318 | label_query: Consulta personalizada |
|
318 | label_query: Consulta personalizada | |
319 | label_query_plural: Consultas personalizadas |
|
319 | label_query_plural: Consultas personalizadas | |
320 | label_query_new: Nova consulta |
|
320 | label_query_new: Nova consulta | |
321 | label_filter_add: Adicionar filtro |
|
321 | label_filter_add: Adicionar filtro | |
322 | label_filter_plural: Filtros |
|
322 | label_filter_plural: Filtros | |
323 | label_equals: Γ© |
|
323 | label_equals: Γ© | |
324 | label_not_equals: nΓ£o e |
|
324 | label_not_equals: nΓ£o e | |
325 | label_in_less_than: Γ© maior que |
|
325 | label_in_less_than: Γ© maior que | |
326 | label_in_more_than: Γ© menor que |
|
326 | label_in_more_than: Γ© menor que | |
327 | label_in: em |
|
327 | label_in: em | |
328 | label_today: hoje |
|
328 | label_today: hoje | |
329 | label_this_week: this week |
|
329 | label_this_week: this week | |
330 | label_less_than_ago: faz menos de |
|
330 | label_less_than_ago: faz menos de | |
331 | label_more_than_ago: faz mais de |
|
331 | label_more_than_ago: faz mais de | |
332 | label_ago: dias atrΓ‘s |
|
332 | label_ago: dias atrΓ‘s | |
333 | label_contains: contΓ©m |
|
333 | label_contains: contΓ©m | |
334 | label_not_contains: nΓ£o contΓ©m |
|
334 | label_not_contains: nΓ£o contΓ©m | |
335 | label_day_plural: dias |
|
335 | label_day_plural: dias | |
336 | label_repository: RepositΓ³rio |
|
336 | label_repository: RepositΓ³rio | |
337 | label_browse: Procurar |
|
337 | label_browse: Procurar | |
338 | label_modification: %d mudanΓ§a |
|
338 | label_modification: %d mudanΓ§a | |
339 | label_modification_plural: %d mudanΓ§as |
|
339 | label_modification_plural: %d mudanΓ§as | |
340 | label_revision: RevisΓ£o |
|
340 | label_revision: RevisΓ£o | |
341 | label_revision_plural: RevisΓ΅es |
|
341 | label_revision_plural: RevisΓ΅es | |
342 | label_added: adicionado |
|
342 | label_added: adicionado | |
343 | label_modified: modificado |
|
343 | label_modified: modificado | |
344 | label_deleted: deletado |
|
344 | label_deleted: deletado | |
345 | label_latest_revision: Γltima revisΓ£o |
|
345 | label_latest_revision: Γltima revisΓ£o | |
346 | label_latest_revision_plural: Γltimas revisΓ΅es |
|
346 | label_latest_revision_plural: Γltimas revisΓ΅es | |
347 | label_view_revisions: Ver revisΓ΅es |
|
347 | label_view_revisions: Ver revisΓ΅es | |
348 | label_max_size: Tamanho mΓ‘ximo |
|
348 | label_max_size: Tamanho mΓ‘ximo | |
349 | label_on: em |
|
349 | label_on: em | |
350 | label_sort_highest: Mover para o inΓcio |
|
350 | label_sort_highest: Mover para o inΓcio | |
351 | label_sort_higher: Mover para cima |
|
351 | label_sort_higher: Mover para cima | |
352 | label_sort_lower: Mover para baixo |
|
352 | label_sort_lower: Mover para baixo | |
353 | label_sort_lowest: Mover para o fim |
|
353 | label_sort_lowest: Mover para o fim | |
354 | label_roadmap: Roadmap |
|
354 | label_roadmap: Roadmap | |
355 | label_roadmap_due_in: Termina em |
|
355 | label_roadmap_due_in: Termina em | |
356 | label_roadmap_overdue: %s late |
|
356 | label_roadmap_overdue: %s late | |
357 | label_roadmap_no_issues: Sem tarefas para essa versΓ£o |
|
357 | label_roadmap_no_issues: Sem tarefas para essa versΓ£o | |
358 | label_search: Busca |
|
358 | label_search: Busca | |
359 | label_result_plural: Resultados |
|
359 | label_result_plural: Resultados | |
360 | label_all_words: Todas as palavras |
|
360 | label_all_words: Todas as palavras | |
361 | label_wiki: Wiki |
|
361 | label_wiki: Wiki | |
362 | label_wiki_edit: Wiki edit |
|
362 | label_wiki_edit: Wiki edit | |
363 | label_wiki_edit_plural: Wiki edits |
|
363 | label_wiki_edit_plural: Wiki edits | |
364 | label_wiki_page: Wiki page |
|
364 | label_wiki_page: Wiki page | |
365 | label_wiki_page_plural: Wiki pages |
|
365 | label_wiki_page_plural: Wiki pages | |
366 | label_index_by_title: Index by title |
|
366 | label_index_by_title: Index by title | |
367 | label_index_by_date: Index by date |
|
367 | label_index_by_date: Index by date | |
368 | label_current_version: VersΓ£o atual |
|
368 | label_current_version: VersΓ£o atual | |
369 | label_preview: PrΓ©via |
|
369 | label_preview: PrΓ©via | |
370 | label_feed_plural: Feeds |
|
370 | label_feed_plural: Feeds | |
371 | label_changes_details: Detalhes de todas as mudanΓ§as |
|
371 | label_changes_details: Detalhes de todas as mudanΓ§as | |
372 | label_issue_tracking: Tarefas |
|
372 | label_issue_tracking: Tarefas | |
373 | label_spent_time: Tempo gasto |
|
373 | label_spent_time: Tempo gasto | |
374 | label_f_hour: %.2f hora |
|
374 | label_f_hour: %.2f hora | |
375 | label_f_hour_plural: %.2f horas |
|
375 | label_f_hour_plural: %.2f horas | |
376 | label_time_tracking: Tempo trabalhado |
|
376 | label_time_tracking: Tempo trabalhado | |
377 | label_change_plural: MudanΓ§as |
|
377 | label_change_plural: MudanΓ§as | |
378 | label_statistics: EstatΓsticas |
|
378 | label_statistics: EstatΓsticas | |
379 | label_commits_per_month: Commits por mΓͺs |
|
379 | label_commits_per_month: Commits por mΓͺs | |
380 | label_commits_per_author: Commits por autor |
|
380 | label_commits_per_author: Commits por autor | |
381 | label_view_diff: Ver diferenΓ§as |
|
381 | label_view_diff: Ver diferenΓ§as | |
382 | label_diff_inline: inline |
|
382 | label_diff_inline: inline | |
383 | label_diff_side_by_side: lado a lado |
|
383 | label_diff_side_by_side: lado a lado | |
384 | label_options: OpΓ§Γ΅es |
|
384 | label_options: OpΓ§Γ΅es | |
385 | label_copy_workflow_from: Copiar workflow de |
|
385 | label_copy_workflow_from: Copiar workflow de | |
386 | label_permissions_report: RelatΓ³rio de permissΓ΅es |
|
386 | label_permissions_report: RelatΓ³rio de permissΓ΅es | |
387 | label_watched_issues: Tarefas observadas |
|
387 | label_watched_issues: Tarefas observadas | |
388 | label_related_issues: tarefas relacionadas |
|
388 | label_related_issues: tarefas relacionadas | |
389 | label_applied_status: Status aplicado |
|
389 | label_applied_status: Status aplicado | |
390 | label_loading: Carregando... |
|
390 | label_loading: Carregando... | |
391 | label_relation_new: Nova relaΓ§Γ£o |
|
391 | label_relation_new: Nova relaΓ§Γ£o | |
392 | label_relation_delete: Deletar relaΓ§Γ£o |
|
392 | label_relation_delete: Deletar relaΓ§Γ£o | |
393 | label_relates_to: relacionado Γ |
|
393 | label_relates_to: relacionado Γ | |
394 | label_duplicates: duplicadas |
|
394 | label_duplicates: duplicadas | |
395 | label_blocks: bloqueios |
|
395 | label_blocks: bloqueios | |
396 | label_blocked_by: bloqueado por |
|
396 | label_blocked_by: bloqueado por | |
397 | label_precedes: procede |
|
397 | label_precedes: procede | |
398 | label_follows: segue |
|
398 | label_follows: segue | |
399 | label_end_to_start: fim ao inΓcio |
|
399 | label_end_to_start: fim ao inΓcio | |
400 | label_end_to_end: fim ao fim |
|
400 | label_end_to_end: fim ao fim | |
401 | label_start_to_start: ΓnΓcia ao inΓcia |
|
401 | label_start_to_start: ΓnΓcia ao inΓcia | |
402 | label_start_to_end: inΓcia ao fim |
|
402 | label_start_to_end: inΓcia ao fim | |
403 | label_stay_logged_in: Rester connectΓ© |
|
403 | label_stay_logged_in: Rester connectΓ© | |
404 | label_disabled: dΓ©sactivΓ© |
|
404 | label_disabled: dΓ©sactivΓ© | |
405 | label_show_completed_versions: Voire les versions passΓ©es |
|
405 | label_show_completed_versions: Voire les versions passΓ©es | |
406 | label_me: me |
|
406 | label_me: me | |
407 | label_board: Forum |
|
407 | label_board: Forum | |
408 | label_board_new: New forum |
|
408 | label_board_new: New forum | |
409 | label_board_plural: Forums |
|
409 | label_board_plural: Forums | |
410 | label_topic_plural: Topics |
|
410 | label_topic_plural: Topics | |
411 | label_message_plural: Messages |
|
411 | label_message_plural: Messages | |
412 | label_message_last: Last message |
|
412 | label_message_last: Last message | |
413 | label_message_new: New message |
|
413 | label_message_new: New message | |
414 | label_reply_plural: Replies |
|
414 | label_reply_plural: Replies | |
415 | label_send_information: Send account information to the user |
|
415 | label_send_information: Send account information to the user | |
416 | label_year: Year |
|
416 | label_year: Year | |
417 | label_month: Month |
|
417 | label_month: Month | |
418 | label_week: Week |
|
418 | label_week: Week | |
419 | label_date_from: From |
|
419 | label_date_from: From | |
420 | label_date_to: To |
|
420 | label_date_to: To | |
421 | label_language_based: Language based |
|
421 | label_language_based: Language based | |
422 | label_sort_by: Sort by %s |
|
422 | label_sort_by: Sort by %s | |
423 | label_send_test_email: Send a test email |
|
423 | label_send_test_email: Send a test email | |
424 | label_feeds_access_key_created_on: RSS access key created %s ago |
|
424 | label_feeds_access_key_created_on: RSS access key created %s ago | |
425 | label_module_plural: Modules |
|
425 | label_module_plural: Modules | |
426 | label_added_time_by: Added by %s %s ago |
|
426 | label_added_time_by: Added by %s %s ago | |
427 | label_updated_time: Updated %s ago |
|
427 | label_updated_time: Updated %s ago | |
428 | label_jump_to_a_project: Jump to a project... |
|
428 | label_jump_to_a_project: Jump to a project... | |
429 |
|
429 | |||
430 | button_login: Login |
|
430 | button_login: Login | |
431 | button_submit: Enviar |
|
431 | button_submit: Enviar | |
432 | button_save: Salvar |
|
432 | button_save: Salvar | |
433 | button_check_all: Marcar todos |
|
433 | button_check_all: Marcar todos | |
434 | button_uncheck_all: Desmarcar todos |
|
434 | button_uncheck_all: Desmarcar todos | |
435 | button_delete: Apagar |
|
435 | button_delete: Apagar | |
436 | button_create: Criar |
|
436 | button_create: Criar | |
437 | button_test: Testar |
|
437 | button_test: Testar | |
438 | button_edit: Editar |
|
438 | button_edit: Editar | |
439 | button_add: Adicionar |
|
439 | button_add: Adicionar | |
440 | button_change: Mudar |
|
440 | button_change: Mudar | |
441 | button_apply: Aplicar |
|
441 | button_apply: Aplicar | |
442 | button_clear: Limpar |
|
442 | button_clear: Limpar | |
443 | button_lock: Bloquear |
|
443 | button_lock: Bloquear | |
444 | button_unlock: Desbloquear |
|
444 | button_unlock: Desbloquear | |
445 | button_download: Download |
|
445 | button_download: Download | |
446 | button_list: Listar |
|
446 | button_list: Listar | |
447 | button_view: Ver |
|
447 | button_view: Ver | |
448 | button_move: Mover |
|
448 | button_move: Mover | |
449 | button_back: Voltar |
|
449 | button_back: Voltar | |
450 | button_cancel: Cancelar |
|
450 | button_cancel: Cancelar | |
451 | button_activate: Ativar |
|
451 | button_activate: Ativar | |
452 | button_sort: Ordenar |
|
452 | button_sort: Ordenar | |
453 | button_log_time: Tempo de trabalho |
|
453 | button_log_time: Tempo de trabalho | |
454 | button_rollback: Voltar para esta versΓ£o |
|
454 | button_rollback: Voltar para esta versΓ£o | |
455 | button_watch: Observar |
|
455 | button_watch: Observar | |
456 | button_unwatch: NΓ£o observar |
|
456 | button_unwatch: NΓ£o observar | |
457 | button_reply: Reply |
|
457 | button_reply: Reply | |
458 | button_archive: Archive |
|
458 | button_archive: Archive | |
459 | button_unarchive: Unarchive |
|
459 | button_unarchive: Unarchive | |
460 | button_reset: Reset |
|
460 | button_reset: Reset | |
461 | button_rename: Rename |
|
461 | button_rename: Rename | |
462 |
|
462 | |||
463 | status_active: ativo |
|
463 | status_active: ativo | |
464 | status_registered: registrado |
|
464 | status_registered: registrado | |
465 | status_locked: bloqueado |
|
465 | status_locked: bloqueado | |
466 |
|
466 | |||
467 | text_select_mail_notifications: Selecionar aΓ§Γ΅es para ser enviada uma notificaΓ§Γ£o por email |
|
467 | text_select_mail_notifications: Selecionar aΓ§Γ΅es para ser enviada uma notificaΓ§Γ£o por email | |
468 | text_regexp_info: ex. ^[A-Z0-9]+$ |
|
468 | text_regexp_info: ex. ^[A-Z0-9]+$ | |
469 | text_min_max_length_info: 0 siginifica sem restriΓ§Γ£o |
|
469 | text_min_max_length_info: 0 siginifica sem restriΓ§Γ£o | |
470 | text_project_destroy_confirmation: VocΓͺ tem certeza que deseja deletar este projeto e todos os dados relacionados? |
|
470 | text_project_destroy_confirmation: VocΓͺ tem certeza que deseja deletar este projeto e todos os dados relacionados? | |
471 | text_workflow_edit: Selecione uma regra e um tipo de tarefa para editar o workflow |
|
471 | text_workflow_edit: Selecione uma regra e um tipo de tarefa para editar o workflow | |
472 | text_are_you_sure: VocΓͺ tem certeza ? |
|
472 | text_are_you_sure: VocΓͺ tem certeza ? | |
473 | text_journal_changed: alterado de %s para %s |
|
473 | text_journal_changed: alterado de %s para %s | |
474 | text_journal_set_to: alterar para %s |
|
474 | text_journal_set_to: alterar para %s | |
475 | text_journal_deleted: apagado |
|
475 | text_journal_deleted: apagado | |
476 | text_tip_task_begin_day: tarefa comeΓ§a neste dia |
|
476 | text_tip_task_begin_day: tarefa comeΓ§a neste dia | |
477 | text_tip_task_end_day: tarefa termina neste dia |
|
477 | text_tip_task_end_day: tarefa termina neste dia | |
478 | text_tip_task_begin_end_day: tarefa comeΓ§a e termina neste dia |
|
478 | text_tip_task_begin_end_day: tarefa comeΓ§a e termina neste dia | |
479 | text_project_identifier_info: 'Letras minΓΊsculas (a-z), nΓΊmeros e traΓ§os permitido.<br />Uma vez salvo, o identificador nao pode ser mudado.' |
|
479 | text_project_identifier_info: 'Letras minΓΊsculas (a-z), nΓΊmeros e traΓ§os permitido.<br />Uma vez salvo, o identificador nao pode ser mudado.' | |
480 | text_caracters_maximum: %d mΓ³ximo de caracteres |
|
480 | text_caracters_maximum: %d mΓ³ximo de caracteres | |
481 | text_length_between: Tamanho entre %d e %d caracteres. |
|
481 | text_length_between: Tamanho entre %d e %d caracteres. | |
482 | text_tracker_no_workflow: Sem workflow definido para este tipo. |
|
482 | text_tracker_no_workflow: Sem workflow definido para este tipo. | |
483 | text_unallowed_characters: Caracteres nΓ£o permitidos |
|
483 | text_unallowed_characters: Caracteres nΓ£o permitidos | |
484 | text_comma_separated: Permitido mΓΊltiplos valores (separados por vΓrgula). |
|
484 | text_comma_separated: Permitido mΓΊltiplos valores (separados por vΓrgula). | |
485 | text_issues_ref_in_commit_messages: Referenciando e arrumando tarefas nas mensagens de commit |
|
485 | text_issues_ref_in_commit_messages: Referenciando e arrumando tarefas nas mensagens de commit | |
486 | text_issue_added: Tarefa %s foi incluΓda (by %s). |
|
486 | text_issue_added: Tarefa %s foi incluΓda (by %s). | |
487 | text_issue_updated: Tarefa %s foi alterada (by %s). |
|
487 | text_issue_updated: Tarefa %s foi alterada (by %s). | |
488 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? |
|
488 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? | |
489 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? |
|
489 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? | |
490 | text_issue_category_destroy_assignments: Remove category assignments |
|
490 | text_issue_category_destroy_assignments: Remove category assignments | |
491 | text_issue_category_reassign_to: Reassing issues to this category |
|
491 | text_issue_category_reassign_to: Reassing issues to this category | |
492 |
|
492 | |||
493 |
default_role_manager: |
|
493 | default_role_manager: Gerente de Projeto | |
494 | default_role_developper: Desenvolvedor |
|
494 | default_role_developper: Desenvolvedor | |
495 | default_role_reporter: Analista de Suporte |
|
495 | default_role_reporter: Analista de Suporte | |
496 | default_tracker_bug: Bug |
|
496 | default_tracker_bug: Bug | |
497 | default_tracker_feature: ImplementaΓ§Γ΅o |
|
497 | default_tracker_feature: ImplementaΓ§Γ΅o | |
498 | default_tracker_support: Suporte |
|
498 | default_tracker_support: Suporte | |
499 | default_issue_status_new: Novo |
|
499 | default_issue_status_new: Novo | |
500 | default_issue_status_assigned: AtribuΓdo |
|
500 | default_issue_status_assigned: AtribuΓdo | |
501 | default_issue_status_resolved: Resolvido |
|
501 | default_issue_status_resolved: Resolvido | |
502 | default_issue_status_feedback: Feedback |
|
502 | default_issue_status_feedback: Feedback | |
503 | default_issue_status_closed: Fechado |
|
503 | default_issue_status_closed: Fechado | |
504 | default_issue_status_rejected: Rejeitado |
|
504 | default_issue_status_rejected: Rejeitado | |
505 | default_doc_category_user: DocumentaΓ§Γ£o do usuΓ‘rio |
|
505 | default_doc_category_user: DocumentaΓ§Γ£o do usuΓ‘rio | |
506 | default_doc_category_tech: DocumentaΓ§Γ£o tΓ©cnica |
|
506 | default_doc_category_tech: DocumentaΓ§Γ£o tΓ©cnica | |
507 | default_priority_low: Baixo |
|
507 | default_priority_low: Baixo | |
508 | default_priority_normal: Normal |
|
508 | default_priority_normal: Normal | |
509 | default_priority_high: Alto |
|
509 | default_priority_high: Alto | |
510 | default_priority_urgent: Urgente |
|
510 | default_priority_urgent: Urgente | |
511 | default_priority_immediate: Imediato |
|
511 | default_priority_immediate: Imediato | |
512 | default_activity_design: Design |
|
512 | default_activity_design: Design | |
513 | default_activity_development: Desenvolvimento |
|
513 | default_activity_development: Desenvolvimento | |
514 |
|
514 | |||
515 | enumeration_issue_priorities: Prioridade das tarefas |
|
515 | enumeration_issue_priorities: Prioridade das tarefas | |
516 | enumeration_doc_categories: Categorias de documento |
|
516 | enumeration_doc_categories: Categorias de documento | |
517 | enumeration_activities: Atividades (time tracking) |
|
517 | enumeration_activities: Atividades (time tracking) | |
518 | label_file_plural: Files |
|
518 | label_file_plural: Files | |
519 | label_changeset_plural: Changesets |
|
519 | label_changeset_plural: Changesets | |
520 | field_column_names: Columns |
|
520 | field_column_names: Columns | |
521 | label_default_columns: Default columns |
|
521 | label_default_columns: Default columns | |
522 | setting_issue_list_default_columns: Default columns displayed on the issue list |
|
522 | setting_issue_list_default_columns: Default columns displayed on the issue list | |
523 | setting_repositories_encodings: Repositories encodings |
|
523 | setting_repositories_encodings: Repositories encodings | |
524 | notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." |
|
524 | notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." | |
525 | label_bulk_edit_selected_issues: Bulk edit selected issues |
|
525 | label_bulk_edit_selected_issues: Bulk edit selected issues | |
526 | label_no_change_option: (No change) |
|
526 | label_no_change_option: (No change) | |
527 | notice_failed_to_save_issues: "Failed to save %d issue(s) on %d selected: %s." |
|
527 | notice_failed_to_save_issues: "Failed to save %d issue(s) on %d selected: %s." | |
528 | label_theme: Theme |
|
528 | label_theme: Theme | |
529 | label_default: Default |
|
529 | label_default: Default | |
530 | label_search_titles_only: Search titles only |
|
530 | label_search_titles_only: Search titles only | |
531 | label_nobody: nobody |
|
531 | label_nobody: nobody | |
532 | button_change_password: Change password |
|
532 | button_change_password: Change password | |
533 | text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)." |
|
533 | text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)." | |
534 | label_user_mail_option_selected: "For any event on the selected projects only..." |
|
534 | label_user_mail_option_selected: "For any event on the selected projects only..." | |
535 | label_user_mail_option_all: "For any event on all my projects" |
|
535 | label_user_mail_option_all: "For any event on all my projects" | |
536 | label_user_mail_option_none: "Only for things I watch or I'm involved in" |
|
536 | label_user_mail_option_none: "Only for things I watch or I'm involved in" | |
537 | setting_emails_footer: Emails footer |
|
537 | setting_emails_footer: Emails footer | |
538 | label_float: Float |
|
538 | label_float: Float | |
539 | button_copy: Copy |
|
539 | button_copy: Copy | |
540 | mail_body_account_information_external: You can use your "%s" account to log in. |
|
540 | mail_body_account_information_external: You can use your "%s" account to log in. | |
541 | mail_body_account_information: Your account information |
|
541 | mail_body_account_information: Your account information | |
542 | setting_protocol: Protocol |
|
542 | setting_protocol: Protocol | |
543 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" |
|
543 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" | |
544 | setting_time_format: Time format |
|
544 | setting_time_format: Time format | |
545 | label_registration_activation_by_email: account activation by email |
|
545 | label_registration_activation_by_email: account activation by email | |
546 | mail_subject_account_activation_request: %s account activation request |
|
546 | mail_subject_account_activation_request: %s account activation request | |
547 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' |
|
547 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' | |
548 | label_registration_automatic_activation: automatic account activation |
|
548 | label_registration_automatic_activation: automatic account activation | |
549 | label_registration_manual_activation: manual account activation |
|
549 | label_registration_manual_activation: manual account activation | |
550 | notice_account_pending: "Your account was created and is now pending administrator approval." |
|
550 | notice_account_pending: "Your account was created and is now pending administrator approval." | |
551 | field_time_zone: Time zone |
|
551 | field_time_zone: Time zone | |
552 | text_caracters_minimum: Must be at least %d characters long. |
|
552 | text_caracters_minimum: Must be at least %d characters long. | |
553 | setting_bcc_recipients: Blind carbon copy recipients (bcc) |
|
553 | setting_bcc_recipients: Blind carbon copy recipients (bcc) | |
554 | button_annotate: Annotate |
|
554 | button_annotate: Annotate | |
555 | label_issues_by: Issues by %s |
|
555 | label_issues_by: Issues by %s | |
556 | field_searchable: Searchable |
|
556 | field_searchable: Searchable | |
557 | label_display_per_page: 'Per page: %s' |
|
557 | label_display_per_page: 'Per page: %s' | |
558 | setting_per_page_options: Objects per page options |
|
558 | setting_per_page_options: Objects per page options | |
559 | label_age: Age |
|
559 | label_age: Age | |
560 | notice_default_data_loaded: Default configuration successfully loaded. |
|
560 | notice_default_data_loaded: Default configuration successfully loaded. | |
561 | text_load_default_configuration: Load the default configuration |
|
561 | text_load_default_configuration: Load the default configuration | |
562 | text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." |
|
562 | text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." | |
563 | error_can_t_load_default_data: "Default configuration could not be loaded: %s" |
|
563 | error_can_t_load_default_data: "Default configuration could not be loaded: %s" | |
564 | button_update: Update |
|
564 | button_update: Update | |
565 | label_change_properties: Change properties |
|
565 | label_change_properties: Change properties | |
566 | label_general: General |
|
566 | label_general: General | |
567 | label_repository_plural: Repositories |
|
567 | label_repository_plural: Repositories | |
568 | label_associated_revisions: Associated revisions |
|
568 | label_associated_revisions: Associated revisions | |
569 | setting_user_format: Users display format |
|
569 | setting_user_format: Users display format | |
570 | text_status_changed_by_changeset: Applied in changeset %s. |
|
570 | text_status_changed_by_changeset: Applied in changeset %s. | |
571 | label_more: More |
|
571 | label_more: More | |
572 | text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' |
|
572 | text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' | |
573 | label_scm: SCM |
|
573 | label_scm: SCM | |
574 | text_select_project_modules: 'Select modules to enable for this project:' |
|
574 | text_select_project_modules: 'Select modules to enable for this project:' | |
575 | label_issue_added: Issue added |
|
575 | label_issue_added: Issue added | |
576 | label_issue_updated: Issue updated |
|
576 | label_issue_updated: Issue updated | |
577 | label_document_added: Document added |
|
577 | label_document_added: Document added | |
578 | label_message_posted: Message added |
|
578 | label_message_posted: Message added | |
579 | label_file_added: File added |
|
579 | label_file_added: File added | |
580 | label_news_added: News added |
|
580 | label_news_added: News added | |
581 | project_module_boards: Boards |
|
581 | project_module_boards: Boards | |
582 | project_module_issue_tracking: Issue tracking |
|
582 | project_module_issue_tracking: Issue tracking | |
583 | project_module_wiki: Wiki |
|
583 | project_module_wiki: Wiki | |
584 | project_module_files: Files |
|
584 | project_module_files: Files | |
585 | project_module_documents: Documents |
|
585 | project_module_documents: Documents | |
586 | project_module_repository: Repository |
|
586 | project_module_repository: Repository | |
587 | project_module_news: News |
|
587 | project_module_news: News | |
588 | project_module_time_tracking: Time tracking |
|
588 | project_module_time_tracking: Time tracking | |
589 | text_file_repository_writable: File repository writable |
|
589 | text_file_repository_writable: File repository writable | |
590 | text_default_administrator_account_changed: Default administrator account changed |
|
590 | text_default_administrator_account_changed: Default administrator account changed | |
591 | text_rmagick_available: RMagick available (optional) |
|
591 | text_rmagick_available: RMagick available (optional) | |
592 | button_configure: Configure |
|
592 | button_configure: Configure | |
593 | label_plugins: Plugins |
|
593 | label_plugins: Plugins | |
594 | label_ldap_authentication: LDAP authentication |
|
594 | label_ldap_authentication: LDAP authentication | |
595 | label_downloads_abbr: D/L |
|
595 | label_downloads_abbr: D/L | |
596 | label_this_month: this month |
|
596 | label_this_month: this month | |
597 | label_last_n_days: last %d days |
|
597 | label_last_n_days: last %d days | |
598 | label_all_time: all time |
|
598 | label_all_time: all time | |
599 | label_this_year: this year |
|
599 | label_this_year: this year | |
600 | label_date_range: Date range |
|
600 | label_date_range: Date range | |
601 | label_last_week: last week |
|
601 | label_last_week: last week | |
602 | label_yesterday: yesterday |
|
602 | label_yesterday: yesterday | |
603 | label_last_month: last month |
|
603 | label_last_month: last month | |
604 | label_add_another_file: Add another file |
|
604 | label_add_another_file: Add another file | |
605 | label_optional_description: Optional description |
|
605 | label_optional_description: Optional description | |
606 | text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ? |
|
606 | text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ? | |
607 | error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' |
|
607 | error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' | |
608 | text_assign_time_entries_to_project: Assign reported hours to the project |
|
608 | text_assign_time_entries_to_project: Assign reported hours to the project | |
609 | text_destroy_time_entries: Delete reported hours |
|
609 | text_destroy_time_entries: Delete reported hours | |
610 | text_reassign_time_entries: 'Reassign reported hours to this issue:' |
|
610 | text_reassign_time_entries: 'Reassign reported hours to this issue:' | |
611 | setting_activity_days_default: Days displayed on project activity |
|
611 | setting_activity_days_default: Days displayed on project activity | |
612 | label_chronological_order: In chronological order |
|
612 | label_chronological_order: In chronological order | |
613 | field_comments_sorting: Display comments |
|
613 | field_comments_sorting: Display comments | |
614 | label_reverse_chronological_order: In reverse chronological order |
|
614 | label_reverse_chronological_order: In reverse chronological order | |
615 | label_preferences: Preferences |
|
615 | label_preferences: Preferences | |
616 | setting_display_subprojects_issues: Display subprojects issues on main projects by default |
|
616 | setting_display_subprojects_issues: Display subprojects issues on main projects by default | |
617 | label_overall_activity: Overall activity |
|
617 | label_overall_activity: Overall activity | |
618 | setting_default_projects_public: New projects are public by default |
|
618 | setting_default_projects_public: New projects are public by default | |
619 | error_scm_annotate: "The entry does not exist or can not be annotated." |
|
619 | error_scm_annotate: "The entry does not exist or can not be annotated." | |
620 | label_planning: Planning |
|
620 | label_planning: Planning | |
621 | text_subprojects_destroy_warning: 'Its subproject(s): %s will be also deleted.' |
|
621 | text_subprojects_destroy_warning: 'Its subproject(s): %s will be also deleted.' | |
622 | label_and_its_subprojects: %s and its subprojects |
|
622 | label_and_its_subprojects: %s and its subprojects | |
623 | mail_body_reminder: "%d issue(s) that are assigned to you are due in the next %d days:" |
|
623 | mail_body_reminder: "%d issue(s) that are assigned to you are due in the next %d days:" | |
624 | mail_subject_reminder: "%d issue(s) due in the next days" |
|
624 | mail_subject_reminder: "%d issue(s) due in the next days" | |
625 | text_user_wrote: '%s wrote:' |
|
625 | text_user_wrote: '%s wrote:' | |
626 | label_duplicated_by: duplicated by |
|
626 | label_duplicated_by: duplicated by | |
627 | setting_enabled_scm: Enabled SCM |
|
627 | setting_enabled_scm: Enabled SCM | |
628 | text_enumeration_category_reassign_to: 'Reassign them to this value:' |
|
628 | text_enumeration_category_reassign_to: 'Reassign them to this value:' | |
629 | text_enumeration_destroy_question: '%d objects are assigned to this value.' |
|
629 | text_enumeration_destroy_question: '%d objects are assigned to this value.' | |
630 | label_incoming_emails: Incoming emails |
|
630 | label_incoming_emails: Incoming emails | |
631 | label_generate_key: Generate a key |
|
631 | label_generate_key: Generate a key | |
632 | setting_mail_handler_api_enabled: Enable WS for incoming emails |
|
632 | setting_mail_handler_api_enabled: Enable WS for incoming emails | |
633 | setting_mail_handler_api_key: API key |
|
633 | setting_mail_handler_api_key: API key | |
634 | text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them." |
|
634 | text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them." |
@@ -1,634 +1,634 | |||||
1 | _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' |
|
1 | _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' | |
2 |
|
2 | |||
3 | actionview_datehelper_select_day_prefix: |
|
3 | actionview_datehelper_select_day_prefix: | |
4 | actionview_datehelper_select_month_names: Ianuarie,Februarie,Martie,Aprilie,Mai,Iunie,Iulie,August,Septembrie,Octombrie,Noiembrie,Decembrie |
|
4 | actionview_datehelper_select_month_names: Ianuarie,Februarie,Martie,Aprilie,Mai,Iunie,Iulie,August,Septembrie,Octombrie,Noiembrie,Decembrie | |
5 | actionview_datehelper_select_month_names_abbr: Ian,Feb,Mar,Apr,Mai,Jun,Jul,Aug,Sep,Oct,Nov,Dec |
|
5 | actionview_datehelper_select_month_names_abbr: Ian,Feb,Mar,Apr,Mai,Jun,Jul,Aug,Sep,Oct,Nov,Dec | |
6 | actionview_datehelper_select_month_prefix: |
|
6 | actionview_datehelper_select_month_prefix: | |
7 | actionview_datehelper_select_year_prefix: |
|
7 | actionview_datehelper_select_year_prefix: | |
8 | actionview_datehelper_time_in_words_day: 1 zi |
|
8 | actionview_datehelper_time_in_words_day: 1 zi | |
9 | actionview_datehelper_time_in_words_day_plural: %d zile |
|
9 | actionview_datehelper_time_in_words_day_plural: %d zile | |
10 | actionview_datehelper_time_in_words_hour_about: aproximativ o ora |
|
10 | actionview_datehelper_time_in_words_hour_about: aproximativ o ora | |
11 | actionview_datehelper_time_in_words_hour_about_plural: aproximativ %d ore |
|
11 | actionview_datehelper_time_in_words_hour_about_plural: aproximativ %d ore | |
12 | actionview_datehelper_time_in_words_hour_about_single: aproximativ o ora |
|
12 | actionview_datehelper_time_in_words_hour_about_single: aproximativ o ora | |
13 | actionview_datehelper_time_in_words_minute: 1 minut |
|
13 | actionview_datehelper_time_in_words_minute: 1 minut | |
14 | actionview_datehelper_time_in_words_minute_half: 30 de secunde |
|
14 | actionview_datehelper_time_in_words_minute_half: 30 de secunde | |
15 | actionview_datehelper_time_in_words_minute_less_than: mai putin de un minut |
|
15 | actionview_datehelper_time_in_words_minute_less_than: mai putin de un minut | |
16 | actionview_datehelper_time_in_words_minute_plural: %d minute |
|
16 | actionview_datehelper_time_in_words_minute_plural: %d minute | |
17 | actionview_datehelper_time_in_words_minute_single: 1 minut |
|
17 | actionview_datehelper_time_in_words_minute_single: 1 minut | |
18 | actionview_datehelper_time_in_words_second_less_than: mai putin de o secunda |
|
18 | actionview_datehelper_time_in_words_second_less_than: mai putin de o secunda | |
19 | actionview_datehelper_time_in_words_second_less_than_plural: mai putin de %d secunde |
|
19 | actionview_datehelper_time_in_words_second_less_than_plural: mai putin de %d secunde | |
20 | actionview_instancetag_blank_option: Va rog selectati |
|
20 | actionview_instancetag_blank_option: Va rog selectati | |
21 |
|
21 | |||
22 | activerecord_error_inclusion: nu este inclus in lista |
|
22 | activerecord_error_inclusion: nu este inclus in lista | |
23 | activerecord_error_exclusion: este rezervat |
|
23 | activerecord_error_exclusion: este rezervat | |
24 | activerecord_error_invalid: este invalid |
|
24 | activerecord_error_invalid: este invalid | |
25 | activerecord_error_confirmation: nu corespunde confirmarii |
|
25 | activerecord_error_confirmation: nu corespunde confirmarii | |
26 | activerecord_error_accepted: trebuie acceptat |
|
26 | activerecord_error_accepted: trebuie acceptat | |
27 | activerecord_error_empty: nu poate fi gol |
|
27 | activerecord_error_empty: nu poate fi gol | |
28 | activerecord_error_blank: nu poate fi gol |
|
28 | activerecord_error_blank: nu poate fi gol | |
29 | activerecord_error_too_long: este prea lung |
|
29 | activerecord_error_too_long: este prea lung | |
30 | activerecord_error_too_short: este prea scurt |
|
30 | activerecord_error_too_short: este prea scurt | |
31 | activerecord_error_wrong_length: are lungimea eronata |
|
31 | activerecord_error_wrong_length: are lungimea eronata | |
32 | activerecord_error_taken: deja a fost luat/rezervat |
|
32 | activerecord_error_taken: deja a fost luat/rezervat | |
33 | activerecord_error_not_a_number: nu este un numar |
|
33 | activerecord_error_not_a_number: nu este un numar | |
34 | activerecord_error_not_a_date: nu este o data valida |
|
34 | activerecord_error_not_a_date: nu este o data valida | |
35 | activerecord_error_greater_than_start_date: trebuie sa fie mai mare ca data de start |
|
35 | activerecord_error_greater_than_start_date: trebuie sa fie mai mare ca data de start | |
36 | activerecord_error_not_same_project: nu apartine projectului respectiv |
|
36 | activerecord_error_not_same_project: nu apartine projectului respectiv | |
37 | activerecord_error_circular_dependency: Aceasta relatie ar crea dependenta circulara |
|
37 | activerecord_error_circular_dependency: Aceasta relatie ar crea dependenta circulara | |
38 |
|
38 | |||
39 | general_fmt_age: %d an |
|
39 | general_fmt_age: %d an | |
40 | general_fmt_age_plural: %d ani |
|
40 | general_fmt_age_plural: %d ani | |
41 | general_fmt_date: %%m/%%d/%%Y |
|
41 | general_fmt_date: %%m/%%d/%%Y | |
42 | general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p |
|
42 | general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p | |
43 | general_fmt_datetime_short: %%b %%d, %%I:%%M %%p |
|
43 | general_fmt_datetime_short: %%b %%d, %%I:%%M %%p | |
44 | general_fmt_time: %%I:%%M %%p |
|
44 | general_fmt_time: %%I:%%M %%p | |
45 | general_text_No: 'Nu' |
|
45 | general_text_No: 'Nu' | |
46 | general_text_Yes: 'Da' |
|
46 | general_text_Yes: 'Da' | |
47 | general_text_no: 'nu' |
|
47 | general_text_no: 'nu' | |
48 | general_text_yes: 'da' |
|
48 | general_text_yes: 'da' | |
49 | general_lang_name: 'RomΓ’nΔ' |
|
49 | general_lang_name: 'RomΓ’nΔ' | |
50 | general_csv_separator: ',' |
|
50 | general_csv_separator: ',' | |
51 | general_csv_decimal_separator: '.' |
|
51 | general_csv_decimal_separator: '.' | |
52 | general_csv_encoding: ISO-8859-1 |
|
52 | general_csv_encoding: ISO-8859-1 | |
53 | general_pdf_encoding: ISO-8859-1 |
|
53 | general_pdf_encoding: ISO-8859-1 | |
54 | general_day_names: Luni,Marti,Miercuri,Joi,Vineri,Sambata,Duminica |
|
54 | general_day_names: Luni,Marti,Miercuri,Joi,Vineri,Sambata,Duminica | |
55 | general_first_day_of_week: '7' |
|
55 | general_first_day_of_week: '7' | |
56 |
|
56 | |||
57 | notice_account_updated: Contul a fost creat cu succes. |
|
57 | notice_account_updated: Contul a fost creat cu succes. | |
58 | notice_account_invalid_creditentials: Numele utilizator sau parola este invalida. |
|
58 | notice_account_invalid_creditentials: Numele utilizator sau parola este invalida. | |
59 | notice_account_password_updated: Parola a fost modificata cu succes. |
|
59 | notice_account_password_updated: Parola a fost modificata cu succes. | |
60 | notice_account_wrong_password: Parola gresita |
|
60 | notice_account_wrong_password: Parola gresita | |
61 | notice_account_register_done: Contul a fost creat cu succes. Pentru activarea contului folositi linkul primit in e-mailul de confirmare. |
|
61 | notice_account_register_done: Contul a fost creat cu succes. Pentru activarea contului folositi linkul primit in e-mailul de confirmare. | |
62 | notice_account_unknown_email: Utilizator inexistent. |
|
62 | notice_account_unknown_email: Utilizator inexistent. | |
63 | notice_can_t_change_password: Acest cont foloseste un sistem de autenticare externa. Parola nu poate fi schimbata. |
|
63 | notice_can_t_change_password: Acest cont foloseste un sistem de autenticare externa. Parola nu poate fi schimbata. | |
64 | notice_account_lost_email_sent: Un e-mail cu instructiuni de a seta noua parola a fost trimisa. |
|
64 | notice_account_lost_email_sent: Un e-mail cu instructiuni de a seta noua parola a fost trimisa. | |
65 | notice_account_activated: Contul a fost activat. Acum puteti intra in cont. |
|
65 | notice_account_activated: Contul a fost activat. Acum puteti intra in cont. | |
66 | notice_successful_create: Creat cu succes. |
|
66 | notice_successful_create: Creat cu succes. | |
67 | notice_successful_update: Modificare cu succes. |
|
67 | notice_successful_update: Modificare cu succes. | |
68 | notice_successful_delete: Stergere cu succes. |
|
68 | notice_successful_delete: Stergere cu succes. | |
69 | notice_successful_connection: Conectare cu succes. |
|
69 | notice_successful_connection: Conectare cu succes. | |
70 | notice_file_not_found: Pagina dorita nu exista sau nu mai este valabila. |
|
70 | notice_file_not_found: Pagina dorita nu exista sau nu mai este valabila. | |
71 | notice_locking_conflict: Informatiile au fost modificate de un alt utilizator. |
|
71 | notice_locking_conflict: Informatiile au fost modificate de un alt utilizator. | |
72 | notice_not_authorized: Nu aveti autorizatia sa accesati aceasta pagina. |
|
72 | notice_not_authorized: Nu aveti autorizatia sa accesati aceasta pagina. | |
73 | notice_email_sent: Un e-mail a fost trimis la adresa %s |
|
73 | notice_email_sent: Un e-mail a fost trimis la adresa %s | |
74 | notice_email_error: Eroare in trimiterea e-mailului (%s) |
|
74 | notice_email_error: Eroare in trimiterea e-mailului (%s) | |
75 | notice_feeds_access_key_reseted: Parola de acces RSS a fost resetat. |
|
75 | notice_feeds_access_key_reseted: Parola de acces RSS a fost resetat. | |
76 |
|
76 | |||
77 | error_scm_not_found: "Articolul sau reviziunea nu exista in stoc (Repository)." |
|
77 | error_scm_not_found: "Articolul sau reviziunea nu exista in stoc (Repository)." | |
78 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" |
|
78 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" | |
79 |
|
79 | |||
80 | mail_subject_lost_password: Your %s password |
|
80 | mail_subject_lost_password: Your %s password | |
81 | mail_body_lost_password: 'To change your password, click on the following link:' |
|
81 | mail_body_lost_password: 'To change your password, click on the following link:' | |
82 | mail_subject_register: Your %s account activation |
|
82 | mail_subject_register: Your %s account activation | |
83 | mail_body_register: 'To activate your account, click on the following link:' |
|
83 | mail_body_register: 'To activate your account, click on the following link:' | |
84 |
|
84 | |||
85 | gui_validation_error: 1 eroare |
|
85 | gui_validation_error: 1 eroare | |
86 | gui_validation_error_plural: %d erori |
|
86 | gui_validation_error_plural: %d erori | |
87 |
|
87 | |||
88 | field_name: Nume |
|
88 | field_name: Nume | |
89 | field_description: Descriere |
|
89 | field_description: Descriere | |
90 | field_summary: Sumar |
|
90 | field_summary: Sumar | |
91 | field_is_required: Obligatoriu |
|
91 | field_is_required: Obligatoriu | |
92 | field_firstname: Nume |
|
92 | field_firstname: Nume | |
93 | field_lastname: Prenume |
|
93 | field_lastname: Prenume | |
94 | field_mail: Email |
|
94 | field_mail: Email | |
95 | field_filename: Fisier |
|
95 | field_filename: Fisier | |
96 | field_filesize: Marimea fisierului |
|
96 | field_filesize: Marimea fisierului | |
97 | field_downloads: Download |
|
97 | field_downloads: Download | |
98 | field_author: Autor |
|
98 | field_author: Autor | |
99 | field_created_on: Creat |
|
99 | field_created_on: Creat | |
100 | field_updated_on: Modificat |
|
100 | field_updated_on: Modificat | |
101 | field_field_format: Format |
|
101 | field_field_format: Format | |
102 | field_is_for_all: Pentru toate proiectele |
|
102 | field_is_for_all: Pentru toate proiectele | |
103 | field_possible_values: Valori posibile |
|
103 | field_possible_values: Valori posibile | |
104 | field_regexp: Expresie regulara |
|
104 | field_regexp: Expresie regulara | |
105 | field_min_length: Lungime minima |
|
105 | field_min_length: Lungime minima | |
106 | field_max_length: Lungime maxima |
|
106 | field_max_length: Lungime maxima | |
107 | field_value: Valoare |
|
107 | field_value: Valoare | |
108 | field_category: Categorie |
|
108 | field_category: Categorie | |
109 | field_title: Titlu |
|
109 | field_title: Titlu | |
110 | field_project: Proiect |
|
110 | field_project: Proiect | |
111 | field_issue: Tichet |
|
111 | field_issue: Tichet | |
112 | field_status: Statut |
|
112 | field_status: Statut | |
113 | field_notes: Note |
|
113 | field_notes: Note | |
114 | field_is_closed: Tichet rezolvat |
|
114 | field_is_closed: Tichet rezolvat | |
115 | field_is_default: Statut de baza |
|
115 | field_is_default: Statut de baza | |
116 | field_tracker: Tip tichet |
|
116 | field_tracker: Tip tichet | |
117 | field_subject: Subiect |
|
117 | field_subject: Subiect | |
118 | field_due_date: Data finalizarii |
|
118 | field_due_date: Data finalizarii | |
119 | field_assigned_to: Atribuit pentru |
|
119 | field_assigned_to: Atribuit pentru | |
120 | field_priority: Prioritate |
|
120 | field_priority: Prioritate | |
121 | field_fixed_version: Target version |
|
121 | field_fixed_version: Target version | |
122 | field_user: Utilizator |
|
122 | field_user: Utilizator | |
123 | field_role: Rol |
|
123 | field_role: Rol | |
124 | field_homepage: Pagina principala |
|
124 | field_homepage: Pagina principala | |
125 | field_is_public: Public |
|
125 | field_is_public: Public | |
126 | field_parent: Subproiect al |
|
126 | field_parent: Subproiect al | |
127 | field_is_in_chlog: Tichetele sunt vizibile in changelog |
|
127 | field_is_in_chlog: Tichetele sunt vizibile in changelog | |
128 | field_is_in_roadmap: Tichetele sunt vizibile in roadmap |
|
128 | field_is_in_roadmap: Tichetele sunt vizibile in roadmap | |
129 | field_login: Autentificare |
|
129 | field_login: Autentificare | |
130 | field_mail_notification: Notificari prin e-mail |
|
130 | field_mail_notification: Notificari prin e-mail | |
131 | field_admin: Administrator |
|
131 | field_admin: Administrator | |
132 | field_last_login_on: Ultima conectare |
|
132 | field_last_login_on: Ultima conectare | |
133 | field_language: Limba |
|
133 | field_language: Limba | |
134 | field_effective_date: Data |
|
134 | field_effective_date: Data | |
135 | field_password: Parola |
|
135 | field_password: Parola | |
136 | field_new_password: Parola noua |
|
136 | field_new_password: Parola noua | |
137 | field_password_confirmation: Confirmare |
|
137 | field_password_confirmation: Confirmare | |
138 | field_version: Versiune |
|
138 | field_version: Versiune | |
139 | field_type: Tip |
|
139 | field_type: Tip | |
140 | field_host: Host |
|
140 | field_host: Host | |
141 | field_port: Port |
|
141 | field_port: Port | |
142 | field_account: Cont |
|
142 | field_account: Cont | |
143 | field_base_dn: Base DN |
|
143 | field_base_dn: Base DN | |
144 | field_attr_login: Atribut autentificare |
|
144 | field_attr_login: Atribut autentificare | |
145 | field_attr_firstname: Atribut nume |
|
145 | field_attr_firstname: Atribut nume | |
146 | field_attr_lastname: Atribut prenume |
|
146 | field_attr_lastname: Atribut prenume | |
147 | field_attr_mail: Atribut e-mail |
|
147 | field_attr_mail: Atribut e-mail | |
148 | field_onthefly: Creare utilizator on-the-fly (rapid) |
|
148 | field_onthefly: Creare utilizator on-the-fly (rapid) | |
149 | field_start_date: Start |
|
149 | field_start_date: Start | |
150 | field_done_ratio: %% rezolvat |
|
150 | field_done_ratio: %% rezolvat | |
151 | field_auth_source: Mod de autentificare |
|
151 | field_auth_source: Mod de autentificare | |
152 | field_hide_mail: Ascunde adresa de e-mail |
|
152 | field_hide_mail: Ascunde adresa de e-mail | |
153 | field_comments: Comentariu |
|
153 | field_comments: Comentariu | |
154 | field_url: URL |
|
154 | field_url: URL | |
155 | field_start_page: Pagina de start |
|
155 | field_start_page: Pagina de start | |
156 | field_subproject: Subproiect |
|
156 | field_subproject: Subproiect | |
157 | field_hours: Ore |
|
157 | field_hours: Ore | |
158 | field_activity: Activitate |
|
158 | field_activity: Activitate | |
159 | field_spent_on: Data |
|
159 | field_spent_on: Data | |
160 | field_identifier: Identificator |
|
160 | field_identifier: Identificator | |
161 | field_is_filter: Folosit ca un filtru |
|
161 | field_is_filter: Folosit ca un filtru | |
162 | field_issue_to_id: Articole similare |
|
162 | field_issue_to_id: Articole similare | |
163 | field_delay: Intarziere |
|
163 | field_delay: Intarziere | |
164 | field_assignable: La acest rol se poate atribui tichete |
|
164 | field_assignable: La acest rol se poate atribui tichete | |
165 | field_redirect_existing_links: Redirectare linkuri existente |
|
165 | field_redirect_existing_links: Redirectare linkuri existente | |
166 | field_estimated_hours: Timpul estimat |
|
166 | field_estimated_hours: Timpul estimat | |
167 | field_default_value: Default value |
|
167 | field_default_value: Default value | |
168 |
|
168 | |||
169 | setting_app_title: Titlul aplicatiei |
|
169 | setting_app_title: Titlul aplicatiei | |
170 | setting_app_subtitle: Subtitlul aplicatiei |
|
170 | setting_app_subtitle: Subtitlul aplicatiei | |
171 | setting_welcome_text: Textul de intampinare |
|
171 | setting_welcome_text: Textul de intampinare | |
172 | setting_default_language: Limbajul |
|
172 | setting_default_language: Limbajul | |
173 | setting_login_required: Autentificare obligatorie |
|
173 | setting_login_required: Autentificare obligatorie | |
174 | setting_self_registration: Inregistrarea utilizatorilor pe cont propriu este permisa |
|
174 | setting_self_registration: Inregistrarea utilizatorilor pe cont propriu este permisa | |
175 | setting_attachment_max_size: Lungimea maxima al attachmentului |
|
175 | setting_attachment_max_size: Lungimea maxima al attachmentului | |
176 | setting_issues_export_limit: Limita de exportare a tichetelor |
|
176 | setting_issues_export_limit: Limita de exportare a tichetelor | |
177 | setting_mail_from: Adresa de e-mail al emitatorului |
|
177 | setting_mail_from: Adresa de e-mail al emitatorului | |
178 | setting_host_name: Numele hostului |
|
178 | setting_host_name: Numele hostului | |
179 | setting_text_formatting: Formatarea textului |
|
179 | setting_text_formatting: Formatarea textului | |
180 | setting_wiki_compression: Compresie istoric wiki |
|
180 | setting_wiki_compression: Compresie istoric wiki | |
181 | setting_feeds_limit: Limita continut feed |
|
181 | setting_feeds_limit: Limita continut feed | |
182 | setting_autofetch_changesets: Autofetch commits |
|
182 | setting_autofetch_changesets: Autofetch commits | |
183 | setting_sys_api_enabled: Setare WS pentru managementul stocului (repository) |
|
183 | setting_sys_api_enabled: Setare WS pentru managementul stocului (repository) | |
184 | setting_commit_ref_keywords: Cuvinte cheie de referinta |
|
184 | setting_commit_ref_keywords: Cuvinte cheie de referinta | |
185 | setting_commit_fix_keywords: Cuvinte cheie de rezolvare |
|
185 | setting_commit_fix_keywords: Cuvinte cheie de rezolvare | |
186 | setting_autologin: Autentificare automata |
|
186 | setting_autologin: Autentificare automata | |
187 | setting_date_format: Formatul datelor |
|
187 | setting_date_format: Formatul datelor | |
188 | setting_cross_project_issue_relations: Tichetele pot avea relatii intre diferite proiecte |
|
188 | setting_cross_project_issue_relations: Tichetele pot avea relatii intre diferite proiecte | |
189 |
|
189 | |||
190 | label_user: Utilizator |
|
190 | label_user: Utilizator | |
191 | label_user_plural: Utilizatori |
|
191 | label_user_plural: Utilizatori | |
192 | label_user_new: Utilizator nou |
|
192 | label_user_new: Utilizator nou | |
193 | label_project: Proiect |
|
193 | label_project: Proiect | |
194 | label_project_new: Proiect nou |
|
194 | label_project_new: Proiect nou | |
195 | label_project_plural: Proiecte |
|
195 | label_project_plural: Proiecte | |
196 | label_project_all: Toate proiectele |
|
196 | label_project_all: Toate proiectele | |
197 | label_project_latest: Ultimele proiecte |
|
197 | label_project_latest: Ultimele proiecte | |
198 | label_issue: Tichet |
|
198 | label_issue: Tichet | |
199 | label_issue_new: Tichet nou |
|
199 | label_issue_new: Tichet nou | |
200 | label_issue_plural: Tichete |
|
200 | label_issue_plural: Tichete | |
201 | label_issue_view_all: Vizualizare toate tichetele |
|
201 | label_issue_view_all: Vizualizare toate tichetele | |
202 | label_document: Document |
|
202 | label_document: Document | |
203 | label_document_new: Document nou |
|
203 | label_document_new: Document nou | |
204 | label_document_plural: Documente |
|
204 | label_document_plural: Documente | |
205 | label_role: Rol |
|
205 | label_role: Rol | |
206 | label_role_plural: Roluri |
|
206 | label_role_plural: Roluri | |
207 | label_role_new: Rol nou |
|
207 | label_role_new: Rol nou | |
208 | label_role_and_permissions: Roluri si permisiuni |
|
208 | label_role_and_permissions: Roluri si permisiuni | |
209 | label_member: Membru |
|
209 | label_member: Membru | |
210 | label_member_new: Membru nou |
|
210 | label_member_new: Membru nou | |
211 | label_member_plural: Membrii |
|
211 | label_member_plural: Membrii | |
212 | label_tracker: Tip tichet |
|
212 | label_tracker: Tip tichet | |
213 | label_tracker_plural: Tipuri de tichete |
|
213 | label_tracker_plural: Tipuri de tichete | |
214 | label_tracker_new: Tip tichet nou |
|
214 | label_tracker_new: Tip tichet nou | |
215 | label_workflow: Workflow |
|
215 | label_workflow: Workflow | |
216 | label_issue_status: Statut tichet |
|
216 | label_issue_status: Statut tichet | |
217 | label_issue_status_plural: Statut tichete |
|
217 | label_issue_status_plural: Statut tichete | |
218 | label_issue_status_new: Statut nou |
|
218 | label_issue_status_new: Statut nou | |
219 | label_issue_category: Categorie tichet |
|
219 | label_issue_category: Categorie tichet | |
220 | label_issue_category_plural: Categorii tichete |
|
220 | label_issue_category_plural: Categorii tichete | |
221 | label_issue_category_new: Categorie noua |
|
221 | label_issue_category_new: Categorie noua | |
222 | label_custom_field: Camp personalizat |
|
222 | label_custom_field: Camp personalizat | |
223 | label_custom_field_plural: Campuri personalizate |
|
223 | label_custom_field_plural: Campuri personalizate | |
224 | label_custom_field_new: Camp personalizat nou |
|
224 | label_custom_field_new: Camp personalizat nou | |
225 | label_enumerations: Enumeratii |
|
225 | label_enumerations: Enumeratii | |
226 | label_enumeration_new: Valoare noua |
|
226 | label_enumeration_new: Valoare noua | |
227 | label_information: Informatie |
|
227 | label_information: Informatie | |
228 | label_information_plural: Informatii |
|
228 | label_information_plural: Informatii | |
229 | label_please_login: Va rugam sa va autentificati |
|
229 | label_please_login: Va rugam sa va autentificati | |
230 | label_register: Inregistrare |
|
230 | label_register: Inregistrare | |
231 | label_password_lost: Parola pierduta |
|
231 | label_password_lost: Parola pierduta | |
232 | label_home: Prima pagina |
|
232 | label_home: Prima pagina | |
233 | label_my_page: Pagina mea |
|
233 | label_my_page: Pagina mea | |
234 | label_my_account: Contul meu |
|
234 | label_my_account: Contul meu | |
235 | label_my_projects: Proiectele mele |
|
235 | label_my_projects: Proiectele mele | |
236 | label_administration: Administrare |
|
236 | label_administration: Administrare | |
237 | label_login: Autentificare |
|
237 | label_login: Autentificare | |
238 | label_logout: Iesire din cont |
|
238 | label_logout: Iesire din cont | |
239 | label_help: Ajutor |
|
239 | label_help: Ajutor | |
240 | label_reported_issues: Tichete raportate |
|
240 | label_reported_issues: Tichete raportate | |
241 | label_assigned_to_me_issues: Tichete atribuite pentru mine |
|
241 | label_assigned_to_me_issues: Tichete atribuite pentru mine | |
242 | label_last_login: Ultima conectare |
|
242 | label_last_login: Ultima conectare | |
243 | label_last_updates: Ultima modificare |
|
243 | label_last_updates: Ultima modificare | |
244 | label_last_updates_plural: ultimele %d modificari |
|
244 | label_last_updates_plural: ultimele %d modificari | |
245 | label_registered_on: Inregistrat la |
|
245 | label_registered_on: Inregistrat la | |
246 | label_activity: Activitate |
|
246 | label_activity: Activitate | |
247 | label_new: Nou |
|
247 | label_new: Nou | |
248 | label_logged_as: Inregistrat ca |
|
248 | label_logged_as: Inregistrat ca | |
249 | label_environment: Mediu |
|
249 | label_environment: Mediu | |
250 | label_authentication: Autentificare |
|
250 | label_authentication: Autentificare | |
251 | label_auth_source: Modul de autentificare |
|
251 | label_auth_source: Modul de autentificare | |
252 | label_auth_source_new: Mod de autentificare noua |
|
252 | label_auth_source_new: Mod de autentificare noua | |
253 | label_auth_source_plural: Moduri de autentificare |
|
253 | label_auth_source_plural: Moduri de autentificare | |
254 | label_subproject_plural: Subproiecte |
|
254 | label_subproject_plural: Subproiecte | |
255 | label_min_max_length: Lungime min-max |
|
255 | label_min_max_length: Lungime min-max | |
256 | label_list: Lista |
|
256 | label_list: Lista | |
257 | label_date: Data |
|
257 | label_date: Data | |
258 | label_integer: Numar intreg |
|
258 | label_integer: Numar intreg | |
259 | label_boolean: Variabila logica |
|
259 | label_boolean: Variabila logica | |
260 | label_string: Text |
|
260 | label_string: Text | |
261 | label_text: text lung |
|
261 | label_text: text lung | |
262 | label_attribute: Atribut |
|
262 | label_attribute: Atribut | |
263 | label_attribute_plural: Attribute |
|
263 | label_attribute_plural: Attribute | |
264 | label_download: %d Download |
|
264 | label_download: %d Download | |
265 | label_download_plural: %d Downloads |
|
265 | label_download_plural: %d Downloads | |
266 | label_no_data: Nu exista date de vizualizat |
|
266 | label_no_data: Nu exista date de vizualizat | |
267 | label_change_status: Schimbare statut |
|
267 | label_change_status: Schimbare statut | |
268 | label_history: Istoric |
|
268 | label_history: Istoric | |
269 | label_attachment: Fisier |
|
269 | label_attachment: Fisier | |
270 | label_attachment_new: Fisier nou |
|
270 | label_attachment_new: Fisier nou | |
271 | label_attachment_delete: Stergere fisier |
|
271 | label_attachment_delete: Stergere fisier | |
272 | label_attachment_plural: Fisiere |
|
272 | label_attachment_plural: Fisiere | |
273 | label_report: Raport |
|
273 | label_report: Raport | |
274 | label_report_plural: Rapoarte |
|
274 | label_report_plural: Rapoarte | |
275 | label_news: Stiri |
|
275 | label_news: Stiri | |
276 | label_news_new: Adauga stiri |
|
276 | label_news_new: Adauga stiri | |
277 | label_news_plural: Stiri |
|
277 | label_news_plural: Stiri | |
278 | label_news_latest: Ultimele noutati |
|
278 | label_news_latest: Ultimele noutati | |
279 | label_news_view_all: Vizualizare stiri |
|
279 | label_news_view_all: Vizualizare stiri | |
280 | label_change_log: Change log |
|
280 | label_change_log: Change log | |
281 | label_settings: Setari |
|
281 | label_settings: Setari | |
282 | label_overview: Sumar |
|
282 | label_overview: Sumar | |
283 | label_version: Versiune |
|
283 | label_version: Versiune | |
284 | label_version_new: Versiune noua |
|
284 | label_version_new: Versiune noua | |
285 | label_version_plural: Versiuni |
|
285 | label_version_plural: Versiuni | |
286 | label_confirmation: Confirmare |
|
286 | label_confirmation: Confirmare | |
287 | label_export_to: Exportare in |
|
287 | label_export_to: Exportare in | |
288 | label_read: Citire... |
|
288 | label_read: Citire... | |
289 | label_public_projects: Proiecte publice |
|
289 | label_public_projects: Proiecte publice | |
290 | label_open_issues: deschis |
|
290 | label_open_issues: deschis | |
291 | label_open_issues_plural: deschise |
|
291 | label_open_issues_plural: deschise | |
292 | label_closed_issues: rezolvat |
|
292 | label_closed_issues: rezolvat | |
293 | label_closed_issues_plural: rezolvate |
|
293 | label_closed_issues_plural: rezolvate | |
294 | label_total: Total |
|
294 | label_total: Total | |
295 | label_permissions: Permisiuni |
|
295 | label_permissions: Permisiuni | |
296 | label_current_status: Statut curent |
|
296 | label_current_status: Statut curent | |
297 | label_new_statuses_allowed: Drepturi de a schimba statutul in |
|
297 | label_new_statuses_allowed: Drepturi de a schimba statutul in | |
298 | label_all: toate |
|
298 | label_all: toate | |
299 | label_none: n/a |
|
299 | label_none: n/a | |
300 | label_next: Urmator |
|
300 | label_next: Urmator | |
301 | label_previous: Anterior |
|
301 | label_previous: Anterior | |
302 | label_used_by: Folosit de |
|
302 | label_used_by: Folosit de | |
303 | label_details: Detalii |
|
303 | label_details: Detalii | |
304 | label_add_note: Adauga o nota |
|
304 | label_add_note: Adauga o nota | |
305 | label_per_page: Per pagina |
|
305 | label_per_page: Per pagina | |
306 | label_calendar: Calendar |
|
306 | label_calendar: Calendar | |
307 | label_months_from: luni incepand cu |
|
307 | label_months_from: luni incepand cu | |
308 | label_gantt: Gantt |
|
308 | label_gantt: Gantt | |
309 | label_internal: Internal |
|
309 | label_internal: Internal | |
310 | label_last_changes: ultimele %d modificari |
|
310 | label_last_changes: ultimele %d modificari | |
311 | label_change_view_all: Vizualizare toate modificarile |
|
311 | label_change_view_all: Vizualizare toate modificarile | |
312 | label_personalize_page: Personalizeaza aceasta pagina |
|
312 | label_personalize_page: Personalizeaza aceasta pagina | |
313 | label_comment: Comentariu |
|
313 | label_comment: Comentariu | |
314 | label_comment_plural: Comentarii |
|
314 | label_comment_plural: Comentarii | |
315 | label_comment_add: Adauga un comentariu |
|
315 | label_comment_add: Adauga un comentariu | |
316 | label_comment_added: Comentariu adaugat |
|
316 | label_comment_added: Comentariu adaugat | |
317 | label_comment_delete: Stergere comentarii |
|
317 | label_comment_delete: Stergere comentarii | |
318 | label_query: Raport personalizat |
|
318 | label_query: Raport personalizat | |
319 | label_query_plural: Rapoarte personalizate |
|
319 | label_query_plural: Rapoarte personalizate | |
320 | label_query_new: Raport nou |
|
320 | label_query_new: Raport nou | |
321 | label_filter_add: Adauga filtru |
|
321 | label_filter_add: Adauga filtru | |
322 | label_filter_plural: Filtre |
|
322 | label_filter_plural: Filtre | |
323 | label_equals: egal cu |
|
323 | label_equals: egal cu | |
324 | label_not_equals: nu este egal cu |
|
324 | label_not_equals: nu este egal cu | |
325 | label_in_less_than: este mai putin decat |
|
325 | label_in_less_than: este mai putin decat | |
326 | label_in_more_than: este mai mult ca |
|
326 | label_in_more_than: este mai mult ca | |
327 | label_in: in |
|
327 | label_in: in | |
328 | label_today: azi |
|
328 | label_today: azi | |
329 | label_this_week: saptamana curenta |
|
329 | label_this_week: saptamana curenta | |
330 | label_less_than_ago: recent |
|
330 | label_less_than_ago: recent | |
331 | label_more_than_ago: mai multe zile |
|
331 | label_more_than_ago: mai multe zile | |
332 | label_ago: in ultimele zile |
|
332 | label_ago: in ultimele zile | |
333 | label_contains: contine |
|
333 | label_contains: contine | |
334 | label_not_contains: nu contine |
|
334 | label_not_contains: nu contine | |
335 | label_day_plural: zile |
|
335 | label_day_plural: zile | |
336 | label_repository: Stoc (Repository) |
|
336 | label_repository: Stoc (Repository) | |
337 | label_browse: Navigare |
|
337 | label_browse: Navigare | |
338 | label_modification: %d modificare |
|
338 | label_modification: %d modificare | |
339 | label_modification_plural: %d modificari |
|
339 | label_modification_plural: %d modificari | |
340 | label_revision: Revizie |
|
340 | label_revision: Revizie | |
341 | label_revision_plural: Revizii |
|
341 | label_revision_plural: Revizii | |
342 | label_added: adaugat |
|
342 | label_added: adaugat | |
343 | label_modified: modificat |
|
343 | label_modified: modificat | |
344 | label_deleted: sters |
|
344 | label_deleted: sters | |
345 | label_latest_revision: Ultima revizie |
|
345 | label_latest_revision: Ultima revizie | |
346 | label_latest_revision_plural: Ultimele revizii |
|
346 | label_latest_revision_plural: Ultimele revizii | |
347 | label_view_revisions: Vizualizare revizii |
|
347 | label_view_revisions: Vizualizare revizii | |
348 | label_max_size: Marime maxima |
|
348 | label_max_size: Marime maxima | |
349 | label_on: 'din' |
|
349 | label_on: 'din' | |
350 | label_sort_highest: Muta prima |
|
350 | label_sort_highest: Muta prima | |
351 | label_sort_higher: Muta sus |
|
351 | label_sort_higher: Muta sus | |
352 | label_sort_lower: Mota jos |
|
352 | label_sort_lower: Mota jos | |
353 | label_sort_lowest: Mota ultima |
|
353 | label_sort_lowest: Mota ultima | |
354 | label_roadmap: Harta activitatiilor |
|
354 | label_roadmap: Harta activitatiilor | |
355 | label_roadmap_due_in: Rezolvat in |
|
355 | label_roadmap_due_in: Rezolvat in | |
356 | label_roadmap_overdue: %s intarziere |
|
356 | label_roadmap_overdue: %s intarziere | |
357 | label_roadmap_no_issues: Nu sunt tichete pentru aceasta reviziune |
|
357 | label_roadmap_no_issues: Nu sunt tichete pentru aceasta reviziune | |
358 | label_search: Cauta |
|
358 | label_search: Cauta | |
359 | label_result_plural: Rezultate |
|
359 | label_result_plural: Rezultate | |
360 | label_all_words: Toate cuvintele |
|
360 | label_all_words: Toate cuvintele | |
361 | label_wiki: Wiki |
|
361 | label_wiki: Wiki | |
362 | label_wiki_edit: Editare wiki |
|
362 | label_wiki_edit: Editare wiki | |
363 | label_wiki_edit_plural: Editari wiki |
|
363 | label_wiki_edit_plural: Editari wiki | |
364 | label_wiki_page: Pagina wiki |
|
364 | label_wiki_page: Pagina wiki | |
365 | label_wiki_page_plural: Pagini wiki |
|
365 | label_wiki_page_plural: Pagini wiki | |
366 | label_current_version: Versiunea curenta |
|
366 | label_current_version: Versiunea curenta | |
367 | label_preview: Pre-vizualizare |
|
367 | label_preview: Pre-vizualizare | |
368 | label_feed_plural: Feeduri |
|
368 | label_feed_plural: Feeduri | |
369 | label_changes_details: Detaliile modificarilor |
|
369 | label_changes_details: Detaliile modificarilor | |
370 | label_issue_tracking: Urmarire tichete |
|
370 | label_issue_tracking: Urmarire tichete | |
371 | label_spent_time: Timp consumat |
|
371 | label_spent_time: Timp consumat | |
372 | label_f_hour: %.2f ora |
|
372 | label_f_hour: %.2f ora | |
373 | label_f_hour_plural: %.2f ore |
|
373 | label_f_hour_plural: %.2f ore | |
374 | label_time_tracking: Urmarire timp |
|
374 | label_time_tracking: Urmarire timp | |
375 | label_change_plural: Schimbari |
|
375 | label_change_plural: Schimbari | |
376 | label_statistics: Statistici |
|
376 | label_statistics: Statistici | |
377 | label_commits_per_month: Rezolvari lunare |
|
377 | label_commits_per_month: Rezolvari lunare | |
378 | label_commits_per_author: Rezolvari |
|
378 | label_commits_per_author: Rezolvari | |
379 | label_view_diff: Vizualizare diferente |
|
379 | label_view_diff: Vizualizare diferente | |
380 | label_diff_inline: inline |
|
380 | label_diff_inline: inline | |
381 | label_diff_side_by_side: side by side |
|
381 | label_diff_side_by_side: side by side | |
382 | label_options: Optiuni |
|
382 | label_options: Optiuni | |
383 | label_copy_workflow_from: Copiaza workflow de la |
|
383 | label_copy_workflow_from: Copiaza workflow de la | |
384 | label_permissions_report: Raportul permisiunilor |
|
384 | label_permissions_report: Raportul permisiunilor | |
385 | label_watched_issues: Tichete urmarite |
|
385 | label_watched_issues: Tichete urmarite | |
386 | label_related_issues: Tichete similare |
|
386 | label_related_issues: Tichete similare | |
387 | label_applied_status: Statut aplicat |
|
387 | label_applied_status: Statut aplicat | |
388 | label_loading: Incarcare... |
|
388 | label_loading: Incarcare... | |
389 | label_relation_new: Relatie noua |
|
389 | label_relation_new: Relatie noua | |
390 | label_relation_delete: Stergere relatie |
|
390 | label_relation_delete: Stergere relatie | |
391 | label_relates_to: relatat la |
|
391 | label_relates_to: relatat la | |
392 | label_duplicates: duplicate |
|
392 | label_duplicates: duplicate | |
393 | label_blocks: blocuri |
|
393 | label_blocks: blocuri | |
394 | label_blocked_by: blocat de |
|
394 | label_blocked_by: blocat de | |
395 | label_precedes: precedes |
|
395 | label_precedes: precedes | |
396 | label_follows: follows |
|
396 | label_follows: follows | |
397 | label_end_to_start: de la sfarsit la capat |
|
397 | label_end_to_start: de la sfarsit la capat | |
398 | label_end_to_end: de la sfarsit la sfarsit |
|
398 | label_end_to_end: de la sfarsit la sfarsit | |
399 | label_start_to_start: de la capat la capat |
|
399 | label_start_to_start: de la capat la capat | |
400 | label_start_to_end: de la sfarsit la capat |
|
400 | label_start_to_end: de la sfarsit la capat | |
401 | label_stay_logged_in: Ramane autenticat |
|
401 | label_stay_logged_in: Ramane autenticat | |
402 | label_disabled: dezactivata |
|
402 | label_disabled: dezactivata | |
403 | label_show_completed_versions: Vizualizare verziuni completate |
|
403 | label_show_completed_versions: Vizualizare verziuni completate | |
404 | label_me: mine |
|
404 | label_me: mine | |
405 | label_board: Forum |
|
405 | label_board: Forum | |
406 | label_board_new: Forum nou |
|
406 | label_board_new: Forum nou | |
407 | label_board_plural: Forumuri |
|
407 | label_board_plural: Forumuri | |
408 | label_topic_plural: Subiecte |
|
408 | label_topic_plural: Subiecte | |
409 | label_message_plural: Mesaje |
|
409 | label_message_plural: Mesaje | |
410 | label_message_last: Ultimul mesaj |
|
410 | label_message_last: Ultimul mesaj | |
411 | label_message_new: Mesaj nou |
|
411 | label_message_new: Mesaj nou | |
412 | label_reply_plural: Raspunsuri |
|
412 | label_reply_plural: Raspunsuri | |
413 | label_send_information: Trimite informatii despre cont pentru utilizator |
|
413 | label_send_information: Trimite informatii despre cont pentru utilizator | |
414 | label_year: An |
|
414 | label_year: An | |
415 | label_month: Luna |
|
415 | label_month: Luna | |
416 | label_week: Saptamana |
|
416 | label_week: Saptamana | |
417 | label_date_from: De la |
|
417 | label_date_from: De la | |
418 | label_date_to: Pentru |
|
418 | label_date_to: Pentru | |
419 | label_language_based: Bazat pe limbaj |
|
419 | label_language_based: Bazat pe limbaj | |
420 | label_sort_by: Sortare dupa %s |
|
420 | label_sort_by: Sortare dupa %s | |
421 | label_send_test_email: trimite un e-mail de test |
|
421 | label_send_test_email: trimite un e-mail de test | |
422 | label_feeds_access_key_created_on: Parola de acces RSS creat cu %s mai devreme |
|
422 | label_feeds_access_key_created_on: Parola de acces RSS creat cu %s mai devreme | |
423 | label_module_plural: Module |
|
423 | label_module_plural: Module | |
424 | label_added_time_by: Adaugat de %s %s mai devreme |
|
424 | label_added_time_by: Adaugat de %s %s mai devreme | |
425 | label_updated_time: Modificat %s mai devreme |
|
425 | label_updated_time: Modificat %s mai devreme | |
426 | label_jump_to_a_project: Alege un proiect ... |
|
426 | label_jump_to_a_project: Alege un proiect ... | |
427 |
|
427 | |||
428 | button_login: Autentificare |
|
428 | button_login: Autentificare | |
429 | button_submit: Trimite |
|
429 | button_submit: Trimite | |
430 | button_save: Salveaza |
|
430 | button_save: Salveaza | |
431 | button_check_all: Bifeaza toate |
|
431 | button_check_all: Bifeaza toate | |
432 | button_uncheck_all: Reseteaza toate |
|
432 | button_uncheck_all: Reseteaza toate | |
433 | button_delete: Sterge |
|
433 | button_delete: Sterge | |
434 | button_create: Creare |
|
434 | button_create: Creare | |
435 | button_test: Test |
|
435 | button_test: Test | |
436 | button_edit: Editare |
|
436 | button_edit: Editare | |
437 | button_add: Adauga |
|
437 | button_add: Adauga | |
438 | button_change: Modificare |
|
438 | button_change: Modificare | |
439 | button_apply: Aplicare |
|
439 | button_apply: Aplicare | |
440 | button_clear: Resetare |
|
440 | button_clear: Resetare | |
441 | button_lock: Inchide |
|
441 | button_lock: Inchide | |
442 | button_unlock: Deschide |
|
442 | button_unlock: Deschide | |
443 | button_download: Download |
|
443 | button_download: Download | |
444 | button_list: Listare |
|
444 | button_list: Listare | |
445 | button_view: Vizualizare |
|
445 | button_view: Vizualizare | |
446 | button_move: Mutare |
|
446 | button_move: Mutare | |
447 | button_back: Inapoi |
|
447 | button_back: Inapoi | |
448 | button_cancel: Anulare |
|
448 | button_cancel: Anulare | |
449 | button_activate: Activare |
|
449 | button_activate: Activare | |
450 | button_sort: Sortare |
|
450 | button_sort: Sortare | |
451 | button_log_time: Log time |
|
451 | button_log_time: Log time | |
452 | button_rollback: Inapoi la aceasta versiune |
|
452 | button_rollback: Inapoi la aceasta versiune | |
453 | button_watch: Urmarie |
|
453 | button_watch: Urmarie | |
454 | button_unwatch: Terminare urmarire |
|
454 | button_unwatch: Terminare urmarire | |
455 | button_reply: Raspuns |
|
455 | button_reply: Raspuns | |
456 | button_archive: Arhivare |
|
456 | button_archive: Arhivare | |
457 | button_unarchive: Dezarhivare |
|
457 | button_unarchive: Dezarhivare | |
458 | button_reset: Reset |
|
458 | button_reset: Reset | |
459 | button_rename: Redenumire |
|
459 | button_rename: Redenumire | |
460 |
|
460 | |||
461 | status_active: activ |
|
461 | status_active: activ | |
462 | status_registered: inregistrat |
|
462 | status_registered: inregistrat | |
463 | status_locked: inchis |
|
463 | status_locked: inchis | |
464 |
|
464 | |||
465 | text_select_mail_notifications: Selectare actiuni pentru care se va trimite notificari prin e-mail. |
|
465 | text_select_mail_notifications: Selectare actiuni pentru care se va trimite notificari prin e-mail. | |
466 | text_regexp_info: de exemplu ^[A-Z0-9]+$ |
|
466 | text_regexp_info: de exemplu ^[A-Z0-9]+$ | |
467 | text_min_max_length_info: 0 inseamna fara restrictii |
|
467 | text_min_max_length_info: 0 inseamna fara restrictii | |
468 | text_project_destroy_confirmation: Sunteti sigur ca vreti sa stergeti acest proiect si toate datele aferente ? |
|
468 | text_project_destroy_confirmation: Sunteti sigur ca vreti sa stergeti acest proiect si toate datele aferente ? | |
469 | text_workflow_edit: Selecteaza un rol si un tip tichet pentru a edita acest workflow |
|
469 | text_workflow_edit: Selecteaza un rol si un tip tichet pentru a edita acest workflow | |
470 | text_are_you_sure: Sunteti sigur ? |
|
470 | text_are_you_sure: Sunteti sigur ? | |
471 | text_journal_changed: modificat de la %s la %s |
|
471 | text_journal_changed: modificat de la %s la %s | |
472 | text_journal_set_to: setat la %s |
|
472 | text_journal_set_to: setat la %s | |
473 | text_journal_deleted: sters |
|
473 | text_journal_deleted: sters | |
474 | text_tip_task_begin_day: activitate care incepe azi |
|
474 | text_tip_task_begin_day: activitate care incepe azi | |
475 | text_tip_task_end_day: activitate care se termina azi |
|
475 | text_tip_task_end_day: activitate care se termina azi | |
476 | text_tip_task_begin_end_day: activitate care incepe si se termina azi |
|
476 | text_tip_task_begin_end_day: activitate care incepe si se termina azi | |
477 | text_project_identifier_info: 'Se poate folosi caracterele a-z si cifrele.<br />Odata salvat identificatorul nu poate fi modificat.' |
|
477 | text_project_identifier_info: 'Se poate folosi caracterele a-z si cifrele.<br />Odata salvat identificatorul nu poate fi modificat.' | |
478 | text_caracters_maximum: maximum %d caractere. |
|
478 | text_caracters_maximum: maximum %d caractere. | |
479 | text_length_between: Lungimea intre %d si %d caractere. |
|
479 | text_length_between: Lungimea intre %d si %d caractere. | |
480 | text_tracker_no_workflow: Nu este definit nici un workflow pentru acest tip de tichet |
|
480 | text_tracker_no_workflow: Nu este definit nici un workflow pentru acest tip de tichet | |
481 | text_unallowed_characters: Caractere nepermise |
|
481 | text_unallowed_characters: Caractere nepermise | |
482 | text_comma_separated: Se poate folosi valori multiple (separate de virgula). |
|
482 | text_comma_separated: Se poate folosi valori multiple (separate de virgula). | |
483 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
483 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
484 | text_issue_added: Tichetul %s a fost raportat (by %s). |
|
484 | text_issue_added: Tichetul %s a fost raportat (by %s). | |
485 | text_issue_updated: tichetul %s a fost modificat (by %s). |
|
485 | text_issue_updated: tichetul %s a fost modificat (by %s). | |
486 | text_wiki_destroy_confirmation: Sunteti sigur ca vreti sa stergeti acest wiki si continutul ei ? |
|
486 | text_wiki_destroy_confirmation: Sunteti sigur ca vreti sa stergeti acest wiki si continutul ei ? | |
487 | text_issue_category_destroy_question: Cateva tichete (%d) apartin acestei categorii. Cum vreti sa procedati ? |
|
487 | text_issue_category_destroy_question: Cateva tichete (%d) apartin acestei categorii. Cum vreti sa procedati ? | |
488 | text_issue_category_destroy_assignments: Remove category assignments |
|
488 | text_issue_category_destroy_assignments: Remove category assignments | |
489 | text_issue_category_reassign_to: Reassing issues to this category |
|
489 | text_issue_category_reassign_to: Reassing issues to this category | |
490 |
|
490 | |||
491 | default_role_manager: Manager |
|
491 | default_role_manager: Manager | |
492 | default_role_developper: Programator |
|
492 | default_role_developper: Programator | |
493 | default_role_reporter: Creator rapoarte |
|
493 | default_role_reporter: Creator rapoarte | |
494 | default_tracker_bug: Defect |
|
494 | default_tracker_bug: Defect | |
495 | default_tracker_feature: Functionalitate |
|
495 | default_tracker_feature: Functionalitate | |
496 | default_tracker_support: Suport |
|
496 | default_tracker_support: Suport | |
497 | default_issue_status_new: Nou |
|
497 | default_issue_status_new: Nou | |
498 | default_issue_status_assigned: Atribuit |
|
498 | default_issue_status_assigned: Atribuit | |
499 | default_issue_status_resolved: Rezolvat |
|
499 | default_issue_status_resolved: Rezolvat | |
500 | default_issue_status_feedback: Feedback |
|
500 | default_issue_status_feedback: Feedback | |
501 |
default_issue_status_closed: |
|
501 | default_issue_status_closed: Closed | |
502 | default_issue_status_rejected: Respins |
|
502 | default_issue_status_rejected: Respins | |
503 | default_doc_category_user: Documentatie |
|
503 | default_doc_category_user: Documentatie | |
504 | default_doc_category_tech: Documentatie tehnica |
|
504 | default_doc_category_tech: Documentatie tehnica | |
505 | default_priority_low: Redusa |
|
505 | default_priority_low: Redusa | |
506 | default_priority_normal: Normala |
|
506 | default_priority_normal: Normala | |
507 | default_priority_high: Ridicata |
|
507 | default_priority_high: Ridicata | |
508 | default_priority_urgent: Urgenta |
|
508 | default_priority_urgent: Urgenta | |
509 | default_priority_immediate: Imediata |
|
509 | default_priority_immediate: Imediata | |
510 | default_activity_design: Design |
|
510 | default_activity_design: Design | |
511 | default_activity_development: Programare |
|
511 | default_activity_development: Programare | |
512 |
|
512 | |||
513 | enumeration_issue_priorities: Prioritati tichet |
|
513 | enumeration_issue_priorities: Prioritati tichet | |
514 | enumeration_doc_categories: Categorii documente |
|
514 | enumeration_doc_categories: Categorii documente | |
515 | enumeration_activities: Activitati (urmarite in timp) |
|
515 | enumeration_activities: Activitati (urmarite in timp) | |
516 | label_index_by_date: Index by date |
|
516 | label_index_by_date: Index by date | |
517 | label_index_by_title: Index by title |
|
517 | label_index_by_title: Index by title | |
518 | label_file_plural: Files |
|
518 | label_file_plural: Files | |
519 | label_changeset_plural: Changesets |
|
519 | label_changeset_plural: Changesets | |
520 | field_column_names: Columns |
|
520 | field_column_names: Columns | |
521 | label_default_columns: Default columns |
|
521 | label_default_columns: Default columns | |
522 | setting_issue_list_default_columns: Default columns displayed on the issue list |
|
522 | setting_issue_list_default_columns: Default columns displayed on the issue list | |
523 | setting_repositories_encodings: Repositories encodings |
|
523 | setting_repositories_encodings: Repositories encodings | |
524 | notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." |
|
524 | notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." | |
525 | label_bulk_edit_selected_issues: Bulk edit selected issues |
|
525 | label_bulk_edit_selected_issues: Bulk edit selected issues | |
526 | label_no_change_option: (No change) |
|
526 | label_no_change_option: (No change) | |
527 | notice_failed_to_save_issues: "Failed to save %d issue(s) on %d selected: %s." |
|
527 | notice_failed_to_save_issues: "Failed to save %d issue(s) on %d selected: %s." | |
528 | label_theme: Theme |
|
528 | label_theme: Theme | |
529 | label_default: Default |
|
529 | label_default: Default | |
530 | label_search_titles_only: Search titles only |
|
530 | label_search_titles_only: Search titles only | |
531 | label_nobody: nobody |
|
531 | label_nobody: nobody | |
532 | button_change_password: Change password |
|
532 | button_change_password: Change password | |
533 | text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)." |
|
533 | text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)." | |
534 | label_user_mail_option_selected: "For any event on the selected projects only..." |
|
534 | label_user_mail_option_selected: "For any event on the selected projects only..." | |
535 | label_user_mail_option_all: "For any event on all my projects" |
|
535 | label_user_mail_option_all: "For any event on all my projects" | |
536 | label_user_mail_option_none: "Only for things I watch or I'm involved in" |
|
536 | label_user_mail_option_none: "Only for things I watch or I'm involved in" | |
537 | setting_emails_footer: Emails footer |
|
537 | setting_emails_footer: Emails footer | |
538 | label_float: Float |
|
538 | label_float: Float | |
539 | button_copy: Copy |
|
539 | button_copy: Copy | |
540 | mail_body_account_information_external: You can use your "%s" account to log in. |
|
540 | mail_body_account_information_external: You can use your "%s" account to log in. | |
541 | mail_body_account_information: Your account information |
|
541 | mail_body_account_information: Your account information | |
542 | setting_protocol: Protocol |
|
542 | setting_protocol: Protocol | |
543 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" |
|
543 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" | |
544 | setting_time_format: Time format |
|
544 | setting_time_format: Time format | |
545 | label_registration_activation_by_email: account activation by email |
|
545 | label_registration_activation_by_email: account activation by email | |
546 | mail_subject_account_activation_request: %s account activation request |
|
546 | mail_subject_account_activation_request: %s account activation request | |
547 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' |
|
547 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' | |
548 | label_registration_automatic_activation: automatic account activation |
|
548 | label_registration_automatic_activation: automatic account activation | |
549 | label_registration_manual_activation: manual account activation |
|
549 | label_registration_manual_activation: manual account activation | |
550 | notice_account_pending: "Your account was created and is now pending administrator approval." |
|
550 | notice_account_pending: "Your account was created and is now pending administrator approval." | |
551 | field_time_zone: Time zone |
|
551 | field_time_zone: Time zone | |
552 | text_caracters_minimum: Must be at least %d characters long. |
|
552 | text_caracters_minimum: Must be at least %d characters long. | |
553 | setting_bcc_recipients: Blind carbon copy recipients (bcc) |
|
553 | setting_bcc_recipients: Blind carbon copy recipients (bcc) | |
554 | button_annotate: Annotate |
|
554 | button_annotate: Annotate | |
555 | label_issues_by: Issues by %s |
|
555 | label_issues_by: Issues by %s | |
556 | field_searchable: Searchable |
|
556 | field_searchable: Searchable | |
557 | label_display_per_page: 'Per page: %s' |
|
557 | label_display_per_page: 'Per page: %s' | |
558 | setting_per_page_options: Objects per page options |
|
558 | setting_per_page_options: Objects per page options | |
559 | label_age: Age |
|
559 | label_age: Age | |
560 | notice_default_data_loaded: Default configuration successfully loaded. |
|
560 | notice_default_data_loaded: Default configuration successfully loaded. | |
561 | text_load_default_configuration: Load the default configuration |
|
561 | text_load_default_configuration: Load the default configuration | |
562 | text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." |
|
562 | text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." | |
563 | error_can_t_load_default_data: "Default configuration could not be loaded: %s" |
|
563 | error_can_t_load_default_data: "Default configuration could not be loaded: %s" | |
564 | button_update: Update |
|
564 | button_update: Update | |
565 | label_change_properties: Change properties |
|
565 | label_change_properties: Change properties | |
566 | label_general: General |
|
566 | label_general: General | |
567 | label_repository_plural: Repositories |
|
567 | label_repository_plural: Repositories | |
568 | label_associated_revisions: Associated revisions |
|
568 | label_associated_revisions: Associated revisions | |
569 | setting_user_format: Users display format |
|
569 | setting_user_format: Users display format | |
570 | text_status_changed_by_changeset: Applied in changeset %s. |
|
570 | text_status_changed_by_changeset: Applied in changeset %s. | |
571 | label_more: More |
|
571 | label_more: More | |
572 | text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' |
|
572 | text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' | |
573 | label_scm: SCM |
|
573 | label_scm: SCM | |
574 | text_select_project_modules: 'Select modules to enable for this project:' |
|
574 | text_select_project_modules: 'Select modules to enable for this project:' | |
575 | label_issue_added: Issue added |
|
575 | label_issue_added: Issue added | |
576 | label_issue_updated: Issue updated |
|
576 | label_issue_updated: Issue updated | |
577 | label_document_added: Document added |
|
577 | label_document_added: Document added | |
578 | label_message_posted: Message added |
|
578 | label_message_posted: Message added | |
579 | label_file_added: File added |
|
579 | label_file_added: File added | |
580 | label_news_added: News added |
|
580 | label_news_added: News added | |
581 | project_module_boards: Boards |
|
581 | project_module_boards: Boards | |
582 | project_module_issue_tracking: Issue tracking |
|
582 | project_module_issue_tracking: Issue tracking | |
583 | project_module_wiki: Wiki |
|
583 | project_module_wiki: Wiki | |
584 | project_module_files: Files |
|
584 | project_module_files: Files | |
585 | project_module_documents: Documents |
|
585 | project_module_documents: Documents | |
586 | project_module_repository: Repository |
|
586 | project_module_repository: Repository | |
587 | project_module_news: News |
|
587 | project_module_news: News | |
588 | project_module_time_tracking: Time tracking |
|
588 | project_module_time_tracking: Time tracking | |
589 | text_file_repository_writable: File repository writable |
|
589 | text_file_repository_writable: File repository writable | |
590 | text_default_administrator_account_changed: Default administrator account changed |
|
590 | text_default_administrator_account_changed: Default administrator account changed | |
591 | text_rmagick_available: RMagick available (optional) |
|
591 | text_rmagick_available: RMagick available (optional) | |
592 | button_configure: Configure |
|
592 | button_configure: Configure | |
593 | label_plugins: Plugins |
|
593 | label_plugins: Plugins | |
594 | label_ldap_authentication: LDAP authentication |
|
594 | label_ldap_authentication: LDAP authentication | |
595 | label_downloads_abbr: D/L |
|
595 | label_downloads_abbr: D/L | |
596 | label_this_month: this month |
|
596 | label_this_month: this month | |
597 | label_last_n_days: last %d days |
|
597 | label_last_n_days: last %d days | |
598 | label_all_time: all time |
|
598 | label_all_time: all time | |
599 | label_this_year: this year |
|
599 | label_this_year: this year | |
600 | label_date_range: Date range |
|
600 | label_date_range: Date range | |
601 | label_last_week: last week |
|
601 | label_last_week: last week | |
602 | label_yesterday: yesterday |
|
602 | label_yesterday: yesterday | |
603 | label_last_month: last month |
|
603 | label_last_month: last month | |
604 | label_add_another_file: Add another file |
|
604 | label_add_another_file: Add another file | |
605 | label_optional_description: Optional description |
|
605 | label_optional_description: Optional description | |
606 | text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ? |
|
606 | text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ? | |
607 | error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' |
|
607 | error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' | |
608 | text_assign_time_entries_to_project: Assign reported hours to the project |
|
608 | text_assign_time_entries_to_project: Assign reported hours to the project | |
609 | text_destroy_time_entries: Delete reported hours |
|
609 | text_destroy_time_entries: Delete reported hours | |
610 | text_reassign_time_entries: 'Reassign reported hours to this issue:' |
|
610 | text_reassign_time_entries: 'Reassign reported hours to this issue:' | |
611 | setting_activity_days_default: Days displayed on project activity |
|
611 | setting_activity_days_default: Days displayed on project activity | |
612 | label_chronological_order: In chronological order |
|
612 | label_chronological_order: In chronological order | |
613 | field_comments_sorting: Display comments |
|
613 | field_comments_sorting: Display comments | |
614 | label_reverse_chronological_order: In reverse chronological order |
|
614 | label_reverse_chronological_order: In reverse chronological order | |
615 | label_preferences: Preferences |
|
615 | label_preferences: Preferences | |
616 | setting_display_subprojects_issues: Display subprojects issues on main projects by default |
|
616 | setting_display_subprojects_issues: Display subprojects issues on main projects by default | |
617 | label_overall_activity: Overall activity |
|
617 | label_overall_activity: Overall activity | |
618 | setting_default_projects_public: New projects are public by default |
|
618 | setting_default_projects_public: New projects are public by default | |
619 | error_scm_annotate: "The entry does not exist or can not be annotated." |
|
619 | error_scm_annotate: "The entry does not exist or can not be annotated." | |
620 | label_planning: Planning |
|
620 | label_planning: Planning | |
621 | text_subprojects_destroy_warning: 'Its subproject(s): %s will be also deleted.' |
|
621 | text_subprojects_destroy_warning: 'Its subproject(s): %s will be also deleted.' | |
622 | label_and_its_subprojects: %s and its subprojects |
|
622 | label_and_its_subprojects: %s and its subprojects | |
623 | mail_body_reminder: "%d issue(s) that are assigned to you are due in the next %d days:" |
|
623 | mail_body_reminder: "%d issue(s) that are assigned to you are due in the next %d days:" | |
624 | mail_subject_reminder: "%d issue(s) due in the next days" |
|
624 | mail_subject_reminder: "%d issue(s) due in the next days" | |
625 | text_user_wrote: '%s wrote:' |
|
625 | text_user_wrote: '%s wrote:' | |
626 | label_duplicated_by: duplicated by |
|
626 | label_duplicated_by: duplicated by | |
627 | setting_enabled_scm: Enabled SCM |
|
627 | setting_enabled_scm: Enabled SCM | |
628 | text_enumeration_category_reassign_to: 'Reassign them to this value:' |
|
628 | text_enumeration_category_reassign_to: 'Reassign them to this value:' | |
629 | text_enumeration_destroy_question: '%d objects are assigned to this value.' |
|
629 | text_enumeration_destroy_question: '%d objects are assigned to this value.' | |
630 | label_incoming_emails: Incoming emails |
|
630 | label_incoming_emails: Incoming emails | |
631 | label_generate_key: Generate a key |
|
631 | label_generate_key: Generate a key | |
632 | setting_mail_handler_api_enabled: Enable WS for incoming emails |
|
632 | setting_mail_handler_api_enabled: Enable WS for incoming emails | |
633 | setting_mail_handler_api_key: API key |
|
633 | setting_mail_handler_api_key: API key | |
634 | text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them." |
|
634 | text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them." |
General Comments 0
You need to be logged in to leave comments.
Login now