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