Project

General

Profile

Feature #3805 » issue-3805.patch

Matt Wiseley, 2014-12-14 19:00

View differences:

app/models/issue.rb
617 617
      errors.add :parent_issue_id, :invalid
618 618
    elsif @parent_issue
619 619
      if !valid_parent_project?(@parent_issue)
620
        errors.add :parent_issue_id, :invalid
620
        errors.add :base, I18n.t(:error_invalid_parent_issue_id) 
621 621
      elsif (@parent_issue != parent) && (all_dependent_issues.include?(@parent_issue) || @parent_issue.all_dependent_issues.include?(self))
622 622
        errors.add :parent_issue_id, :invalid
623 623
      elsif !new_record?
app/models/issue_relation.rb
99 99
      errors.add :issue_to_id, :invalid if issue_from_id == issue_to_id
100 100
      unless issue_from.project_id == issue_to.project_id ||
101 101
                Setting.cross_project_issue_relations?
102
        errors.add :issue_to_id, :not_same_project
102
        errors.add :issue_to_id, :cannot_relate_issues
103 103
      end
104 104
      # detect circular dependencies depending wether the relation should be reversed
105 105
      if TYPES.has_key?(relation_type) && TYPES[relation_type][:reverse]
config/locales/ar.yml
126 126
        even: "must be even"
127 127
        greater_than_start_date: "يجب ان تكون اكثر من تاريخ البداية"
128 128
        not_same_project: "لا ينتمي الى نفس المشروع"
129
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
129 130
        circular_dependency: "هذه العلاقة سوف تخلق علاقة تبعية دائرية"
130 131
        cant_link_an_issue_with_a_descendant: "لا يمكن ان تكون المشكلة مرتبطة بواحدة من المهام الفرعية"
131 132
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
195 196
  error_unable_delete_issue_status: 'غير قادر على حذف حالة بند العمل'
196 197
  error_unable_to_connect: "تعذر الاتصال(%{value})"
197 198
  error_attachment_too_big: " (%{max_size})لا يمكن تحميل هذا الملف، لقد تجاوز الحد الاقصى المسموح به "
199
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
198 200
  warning_attachments_not_saved: "%{count}تعذر حفظ الملف"
199 201

  
200 202
  mail_subject_lost_password: " %{value}كلمة المرور الخاصة بك "
config/locales/az.yml
194 194
        even: "yalnız cüt təyinata malik ola bilər"
195 195
        greater_than_start_date: "başlanğıc tarixindən sonra olmalıdır"
196 196
        not_same_project: "təkcə bir layihəyə aid deyildir"
197
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
197 198
        circular_dependency: "Belə əlaqə dövri asılılığa gətirib çıxaracaq"
198 199
        cant_link_an_issue_with_a_descendant: "Tapşırıq özünün alt tapşırığı ilə əlaqəli ola bilməz"
199 200
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
933 934
  text_wiki_destroy_confirmation: Siz bu Wiki və onun tərkibindəkiləri silmək istədiyinizə əminsinizmi?
934 935
  text_workflow_edit: Vəziyyətlərin ardıcıllığını redaktə etmək üçün rol və trekeri seçin
935 936

  
937
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
936 938
  warning_attachments_not_saved: "faylın (ların) %{count} yadda saxlamaq mümkün deyildir."
937 939
  text_wiki_page_destroy_question: Bu səhifə %{descendants} yaxın və çox yaxın səhifələrə malikdir. Siz nə etmək istəyirsiniz?
938 940
  text_wiki_page_reassign_children: Cari səhifə üçün yaxın səhifələri yenidən təyin etmək
config/locales/bg.yml
128 128
        even: "трябва да бъде четен[a/o]"
129 129
        greater_than_start_date: "трябва да е след началната дата"
130 130
        not_same_project: "не е от същия проект"
131
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
131 132
        circular_dependency: "Тази релация ще доведе до безкрайна зависимост"
132 133
        cant_link_an_issue_with_a_descendant: "Една задача не може да бъде свързвана към своя подзадача"
133 134
        earlier_than_minimum_start_date: "не може да бъде по-рано от %{date} поради предхождащи задачи"
......
206 207
  error_unable_to_connect: Невъзможност за свързване с (%{value})
207 208
  error_attachment_too_big: Този файл не може да бъде качен, понеже надхвърля максималната възможна големина (%{max_size})
208 209
  error_session_expired: Вашата сесия е изтекла. Моля влезете в Redmine отново.
210
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
209 211
  warning_attachments_not_saved: "%{count} файла не бяха записани."
210 212

  
211 213
  mail_subject_lost_password: "Вашата парола (%{value})"
config/locales/bs.yml
138 138
        even: "mora biti paran"
139 139
        greater_than_start_date: "mora biti veći nego početni datum"
140 140
        not_same_project: "ne pripada istom projektu"
141
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
141 142
        circular_dependency: "Ova relacija stvar cirkularnu zavisnost"
142 143
        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
143 144
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
186 187
  error_scm_annotate: "Ova stavka ne postoji ili nije označena."
187 188
  error_issue_not_found_in_project: 'Aktivnost nije nađena ili ne pripada ovom projektu'
188 189

  
190
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
189 191
  warning_attachments_not_saved: "%{count} fajl(ovi) ne mogu biti snimljen(i)."
190 192

  
191 193
  mail_subject_lost_password: "Vaša %{value} lozinka"
config/locales/ca.yml
130 130
        even: "ha de ser parell"
131 131
        greater_than_start_date: "ha de ser superior que la data inicial"
132 132
        not_same_project: "no pertany al mateix projecte"
133
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
133 134
        circular_dependency: "Aquesta relació crearia una dependència circular"
134 135
        cant_link_an_issue_with_a_descendant: "Un assumpte no es pot enllaçar a una de les seves subtasques"
135 136
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
193 194
  error_workflow_copy_target: "Seleccioneu seguidors i rols objectiu"
194 195
  error_unable_delete_issue_status: "No s'ha pogut suprimir l'estat de l'assumpte"
195 196
  error_unable_to_connect: "No s'ha pogut connectar (%{value})"
197
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
196 198
  warning_attachments_not_saved: "No s'han pogut desar %{count} fitxers."
197 199

  
198 200
  mail_subject_lost_password: "Contrasenya de %{value}"
config/locales/cs.yml
132 132
        even: "musí být sudé"
133 133
        greater_than_start_date: "musí být větší než počáteční datum"
134 134
        not_same_project: "nepatří stejnému projektu"
135
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
135 136
        circular_dependency: "Tento vztah by vytvořil cyklickou závislost"
136 137
        cant_link_an_issue_with_a_descendant: "Úkol nemůže být spojen s jedním z jeho dílčích úkolů"
137 138
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
197 198
  error_workflow_copy_target: Prosím vyberte cílovou frontu(y) a roli(e)
198 199
  error_unable_delete_issue_status: Nelze smazat stavy úkolů
199 200
  error_unable_to_connect: Nelze se připojit (%{value})
201
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
200 202
  warning_attachments_not_saved: "%{count} soubor(ů) nebylo možné uložit."
201 203

  
202 204
  mail_subject_lost_password: "Vaše heslo (%{value})"
config/locales/da.yml
139 139
        even: "skal være lige"
140 140
        greater_than_start_date: "skal være senere end startdatoen"
141 141
        not_same_project: "hører ikke til samme projekt"
142
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
142 143
        circular_dependency: "Denne relation vil skabe et afhængighedsforhold"
143 144
        cant_link_an_issue_with_a_descendant: "En sag kan ikke relateres til en af dens underopgaver"
144 145
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
755 756
  text_email_delivery_not_configured: "Email-afsendelse er ikke indstillet og notifikationer er defor slået fra.\nKonfigurér din SMTP server i config/configuration.yml og genstart applikationen for at aktivere email-afsendelse."
756 757
  permission_protect_wiki_pages: Beskyt wiki sider
757 758
  permission_add_issue_watchers: Tilføj overvågere
759
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
758 760
  warning_attachments_not_saved: "der var %{count} fil(er), som ikke kunne gemmes."
759 761
  permission_comment_news: Kommentér nyheder
760 762
  text_enumeration_category_reassign_to: 'Flyt dem til denne værdi:'
config/locales/de.yml
143 143
        even: "muss gerade sein"
144 144
        greater_than_start_date: "muss größer als Anfangsdatum sein"
145 145
        not_same_project: "gehört nicht zum selben Projekt"
146
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
146 147
        circular_dependency: "Diese Beziehung würde eine zyklische Abhängigkeit erzeugen"
147 148
        cant_link_an_issue_with_a_descendant: "Ein Ticket kann nicht mit einer Ihrer Unteraufgaben verlinkt werden"
148 149
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
1137 1138
  version_status_locked: gesperrt
1138 1139
  version_status_open: offen
1139 1140

  
1141
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
1140 1142
  warning_attachments_not_saved: "%{count} Datei(en) konnten nicht gespeichert werden."
config/locales/el.yml
128 128
        even: "πρέπει να είναι ζυγός"
129 129
        greater_than_start_date: "πρέπει να είναι αργότερα από την ημερομηνία έναρξης"
130 130
        not_same_project: "δεν ανήκει στο ίδιο έργο"
131
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
131 132
        circular_dependency: "Αυτή η σχέση θα δημιουργήσει κυκλικές εξαρτήσεις"
132 133
        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
133 134
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
178 179
  error_no_tracker_in_project: 'Δεν υπάρχει ανιχνευτής για αυτό το έργο. Παρακαλώ ελέγξτε τις ρυθμίσεις του έργου.'
179 180
  error_no_default_issue_status: 'Δεν έχει οριστεί η προεπιλογή  κατάστασης θεμάτων. Παρακαλώ ελέγξτε τις ρυθμίσεις σας (Μεταβείτε στην  "Διαχείριση -> Κατάσταση θεμάτων").'
180 181

  
182
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
181 183
  warning_attachments_not_saved: "%{count} αρχείο(α) δε μπορούν να αποθηκευτούν."
182 184

  
183 185
  mail_subject_lost_password: "Ο κωδικός σας %{value}"
config/locales/en-GB.yml
131 131
        even: "must be even"
132 132
        greater_than_start_date: "must be greater than start date"
133 133
        not_same_project: "doesn't belong to the same project"
134
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
134 135
        circular_dependency: "This relation would create a circular dependency"
135 136
        cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks"
136 137
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
197 198
  error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
198 199
  error_unable_delete_issue_status: 'Unable to delete issue status'
199 200
  error_unable_to_connect: "Unable to connect (%{value})"
201
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
200 202
  warning_attachments_not_saved: "%{count} file(s) could not be saved."
201 203

  
202 204
  mail_subject_lost_password: "Your %{value} password"
config/locales/en.yml
127 127
        even: "must be even"
128 128
        greater_than_start_date: "must be greater than start date"
129 129
        not_same_project: "doesn't belong to the same project"
130
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
130 131
        circular_dependency: "This relation would create a circular dependency"
131 132
        cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks"
132 133
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
203 204
  error_unable_to_connect: "Unable to connect (%{value})"
204 205
  error_attachment_too_big: "This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})"
205 206
  error_session_expired: "Your session has expired. Please login again."
207
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
206 208
  warning_attachments_not_saved: "%{count} file(s) could not be saved."
207 209

  
208 210
  mail_subject_lost_password: "Your %{value} password"
config/locales/es.yml
135 135
        even: "debe ser par"
136 136
        greater_than_start_date: "debe ser posterior a la fecha de comienzo"
137 137
        not_same_project: "no pertenece al mismo proyecto"
138
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
138 139
        circular_dependency: "Esta relación podría crear una dependencia circular"
139 140
        cant_link_an_issue_with_a_descendant: "Esta petición no puede ser ligada a una de estas tareas"
140 141
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
829 830
  text_wiki_destroy_confirmation: ¿Seguro que quiere borrar el wiki y todo su contenido?
830 831
  text_workflow_edit: Seleccionar un flujo de trabajo para actualizar
831 832
  text_plugin_assets_writable: Se puede escribir en el directorio público de las extensiones
833
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
832 834
  warning_attachments_not_saved: "No se han podido grabar %{count} ficheros."
833 835
  button_create_and_continue: Crear y continuar
834 836
  text_custom_field_possible_values_info: 'Un valor en cada línea'
config/locales/et.yml
144 144
        even: "peab olema paarisarv"
145 145
        greater_than_start_date: "peab olema suurem kui alguskuupäev"
146 146
        not_same_project: "ei kuulu sama projekti juurde"
147
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
147 148
        circular_dependency: "See suhe looks vastastikuse sõltuvuse"
148 149
        cant_link_an_issue_with_a_descendant: "Teemat ei saa sidustada tema enda alamteemaga"
149 150
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
215 216
  error_unable_delete_issue_status: "Oleku kustutamine ei õnnestunud"
216 217
  error_unable_to_connect: "Ühenduse loomine ei õnnestunud (%{value})"
217 218
  error_attachment_too_big: "Faili ei saa üles laadida, sest see on lubatust (%{max_size}) pikem"
219
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
218 220
  warning_attachments_not_saved: "%{count} faili salvestamine ei õnnestunud."
219 221

  
220 222
  mail_subject_lost_password: "Sinu %{value} parool"
config/locales/eu.yml
129 129
        even: "bikoitia izan behar du"
130 130
        greater_than_start_date: "hasiera data baino handiagoa izan behar du"
131 131
        not_same_project: "ez dago proiektu berdinean"
132
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
132 133
        circular_dependency: "Erlazio honek mendekotasun zirkular bat sortuko luke"
133 134
        cant_link_an_issue_with_a_descendant: "Zeregin bat ezin da bere azpiataza batekin estekatu."
134 135
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
186 187
  error_workflow_copy_source: 'Mesedez hautatu iturburuko aztarnari edo rola'
187 188
  error_workflow_copy_target: 'Mesedez hautatu helburuko aztarnari(ak) edo rola(k)'
188 189

  
190
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
189 191
  warning_attachments_not_saved: "%{count} fitxategi ezin izan d(ir)a gorde."
190 192

  
191 193
  mail_subject_lost_password: "Zure %{value} pasahitza"
config/locales/fa.yml
127 127
        even: "باید زوج باشد"
128 128
        greater_than_start_date: "باید از تاریخ آغاز بزرگتر باشد"
129 129
        not_same_project: "به همان پروژه وابسته نیست"
130
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
130 131
        circular_dependency: "این وابستگی یک وابستگی دایره وار خواهد ساخت"
131 132
        cant_link_an_issue_with_a_descendant: "یک مورد نمی‌تواند به یکی از زیر کارهایش پیوند بخورد"
132 133
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
192 193
  error_workflow_copy_target: 'ردیابها یا نقش‌های مقصد را برگزینید.'
193 194
  error_unable_delete_issue_status: 'وضعیت مورد را نمی‌توان پاک کرد.'
194 195
  error_unable_to_connect: "نمی‌توان متصل شد (%{value})"
196
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
195 197
  warning_attachments_not_saved: "%{count} پرونده ذخیره نشد."
196 198

  
197 199
  mail_subject_lost_password: "گذرواژه حساب %{value} شما"
config/locales/fi.yml
152 152
        even: "täytyy olla parillinen"
153 153
        greater_than_start_date: "tulee olla aloituspäivän jälkeinen"
154 154
        not_same_project: "ei kuulu samaan projektiin"
155
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
155 156
        circular_dependency: "Tämä suhde loisi kehän."
156 157
        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
157 158
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
813 814
  text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
814 815
  setting_diff_max_lines_displayed: Max number of diff lines displayed
815 816
  text_plugin_assets_writable: Plugin assets directory writable
817
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
816 818
  warning_attachments_not_saved: "%{count} file(s) could not be saved."
817 819
  button_create_and_continue: Create and continue
818 820
  text_custom_field_possible_values_info: 'One line for each value'
config/locales/fr.yml
147 147
        even: "doit être pair"
148 148
        greater_than_start_date: "doit être postérieure à la date de début"
149 149
        not_same_project: "n'appartient pas au même projet"
150
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
150 151
        circular_dependency: "Cette relation créerait une dépendance circulaire"
151 152
        cant_link_an_issue_with_a_descendant: "Une demande ne peut pas être liée à l'une de ses sous-tâches"
152 153
        earlier_than_minimum_start_date: "ne peut pas être antérieure au %{date} à cause des demandes qui précèdent"
......
223 224
  error_unable_to_connect: Connexion impossible (%{value})
224 225
  error_attachment_too_big: Ce fichier ne peut pas être attaché car il excède la taille maximale autorisée (%{max_size})
225 226
  error_session_expired: "Votre session a expiré. Veuillez vous reconnecter."
227
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
226 228
  warning_attachments_not_saved: "%{count} fichier(s) n'ont pas pu être sauvegardés."
227 229

  
228 230
  mail_subject_lost_password: "Votre mot de passe %{value}"
config/locales/gl.yml
156 156
        even: "debe ser impar"
157 157
        greater_than_start_date: "debe ser posterior á data de comezo"
158 158
        not_same_project: "non pertence ao mesmo proxecto"
159
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
159 160
        circular_dependency: "Esta relación podería crear unha dependencia circular"
160 161
        cant_link_an_issue_with_a_descendant: "As peticións non poden estar ligadas coas súas subtarefas"
161 162
        earlier_than_minimum_start_date: "Non pode ser antes de %{date} por mor de peticións anteriores"
......
804 805
  text_user_wrote: "%{value} escribiu:"
805 806
  text_wiki_destroy_confirmation: Seguro que quere borrar o wiki e todo o seu contido?
806 807
  text_workflow_edit: Seleccionar un fluxo de traballo para actualizar
808
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
807 809
  warning_attachments_not_saved: "Non foi posíbel gardar %{count} ficheiros."
808 810
  field_editable: "Editábel"
809 811
  text_plugin_assets_writable: "Ten permisos de escritura no cartafol de recursos do complemento."
config/locales/he.yml
132 132
        even: "חייב להיות זוגי"
133 133
        greater_than_start_date: "חייב להיות מאוחר יותר מתאריך ההתחלה"
134 134
        not_same_project: "לא שייך לאותו הפרויקט"
135
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
135 136
        circular_dependency: "קשר זה יצור תלות מעגלית"
136 137
        cant_link_an_issue_with_a_descendant: "לא ניתן לקשר נושא לתת־משימה שלו"
137 138
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
196 197
  error_workflow_copy_target: נא בחר תפקיד(ים) וסיווג(ים)
197 198
  error_unable_delete_issue_status: לא ניתן למחוק מצב נושא
198 199
  error_unable_to_connect: לא ניתן להתחבר (%{value})
200
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
199 201
  warning_attachments_not_saved: "כשלון בשמירת %{count} קבצים."
200 202

  
201 203
  mail_subject_lost_password: "סיסמת ה־%{value} שלך"
config/locales/hr.yml
122 122
        even: "mora biti paran"
123 123
        greater_than_start_date: "mora biti veci nego pocetni datum"
124 124
        not_same_project: "ne pripada istom projektu"
125
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
125 126
        circular_dependency: "Ovaj relacija stvara kružnu ovisnost"
126 127
        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
127 128
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
179 180
  error_workflow_copy_source: 'Please select a source tracker or role'
180 181
  error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
181 182

  
183
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
182 184
  warning_attachments_not_saved: "%{count} Datoteka/e nije mogla biti spremljena."
183 185

  
184 186
  mail_subject_lost_password: "Vaša %{value} zaporka"
config/locales/hu.yml
148 148
        even: "páros kell legyen"
149 149
        greater_than_start_date: "nagyobbnak kell lennie, mint az indítás dátuma"
150 150
        not_same_project: "nem azonos projekthez tartozik"
151
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
151 152
        circular_dependency: "Ez a kapcsolat egy körkörös függőséget eredményez"
152 153
        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
153 154
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
811 812
  text_diff_truncated: '... A diff fájl vége nem jelenik meg, mert hosszab, mint a megjeleníthető sorok száma.'
812 813
  setting_diff_max_lines_displayed: A megjelenítendő sorok száma (maximum) a diff fájloknál
813 814
  text_plugin_assets_writable: Plugin eszközök könyvtár írható
815
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
814 816
  warning_attachments_not_saved: "%{count} fájl mentése nem sikerült."
815 817
  button_create_and_continue: Létrehozás és folytatás
816 818
  text_custom_field_possible_values_info: 'Értékenként egy sor'
config/locales/id.yml
127 127
        even: "harus genap"
128 128
        greater_than_start_date: "harus lebih besar dari tanggal mulai"
129 129
        not_same_project: "tidak tergabung dalam proyek yang sama"
130
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
130 131
        circular_dependency: "kaitan ini akan menghasilkan circular dependency"
131 132
        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
132 133
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
179 180
  error_can_not_reopen_issue_on_closed_version: 'Masalah yang ditujukan pada versi tertutup tidak bisa dibuka kembali'
180 181
  error_can_not_archive_project: Proyek ini tidak bisa diarsipkan
181 182

  
183
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
182 184
  warning_attachments_not_saved: "%{count} berkas tidak bisa disimpan."
183 185

  
184 186
  mail_subject_lost_password: "Kata sandi %{value} anda"
config/locales/it.yml
132 132
        even: "deve essere pari"
133 133
        greater_than_start_date: "deve essere maggiore della data di partenza"
134 134
        not_same_project: "non appartiene allo stesso progetto"
135
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
135 136
        circular_dependency: "Questa relazione creerebbe una dipendenza circolare"
136 137
        cant_link_an_issue_with_a_descendant: "Una segnalazione non può essere collegata a una delle sue discendenti"
137 138
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
792 793
  text_diff_truncated: '... Le differenze sono state troncate perchè superano il limite massimo visualizzabile.'
793 794
  setting_diff_max_lines_displayed: Limite massimo di differenze (linee) mostrate
794 795
  text_plugin_assets_writable: Directory attività dei plugins scrivibile
796
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
795 797
  warning_attachments_not_saved: "%{count} file non possono essere salvati."
796 798
  button_create_and_continue: Crea e continua
797 799
  text_custom_field_possible_values_info: 'Un valore per ogni riga'
config/locales/ja.yml
148 148
        even: "は偶数にしてください。"
149 149
        greater_than_start_date: "を開始日より後にしてください。"
150 150
        not_same_project: "同じプロジェクトに属していません。"
151
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
151 152
        circular_dependency: "この関係では、循環依存になります。"
152 153
        cant_link_an_issue_with_a_descendant: "親子関係にあるチケット間での関連の設定はできません。"
153 154
        earlier_than_minimum_start_date: "を%{date}より前にすることはできません。先行するチケットがあります。"
......
214 215
  error_workflow_copy_target: 'コピー先となるトラッカーとロールを選択してください'
215 216
  error_can_not_delete_tracker: 'このトラッカーは使用されています。削除できません。'
216 217

  
218
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
217 219
  warning_attachments_not_saved: "%{count}個の添付ファイルが保存できませんでした。"
218 220

  
219 221
  mail_subject_lost_password: "%{value} パスワード再発行"
config/locales/ko.yml
174 174
        even: "은 짝수여야 합니다"
175 175
        greater_than_start_date: "는 시작날짜보다 커야 합니다"
176 176
        not_same_project: "는 같은 프로젝트에 속해 있지 않습니다"
177
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
177 178
        circular_dependency: "이 관계는 순환 의존관계를 만들 수 있습니다"
178 179
        cant_link_an_issue_with_a_descendant: "일감은 하위 일감과 연결할 수 없습니다."
179 180
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
222 223
  error_scm_annotate: "항목이 없거나 행별 이력을 볼 수 없습니다."
223 224
  error_issue_not_found_in_project: '일감이 없거나 이 프로젝트의 것이 아닙니다.'
224 225

  
226
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
225 227
  warning_attachments_not_saved: "%{count}개 파일을 저장할 수 없습니다."
226 228

  
227 229
  mail_subject_lost_password: "%{value} 비밀번호"
config/locales/lt.yml
186 186
        even: "turi būti lyginis"
187 187
        greater_than_start_date: "turi būti didesnė negu pradžios data"
188 188
        not_same_project: "nepriklauso tam pačiam projektui"
189
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
189 190
        circular_dependency: "Šis ryšys sukurtų ciklinę priklausomybę"
190 191
        cant_link_an_issue_with_a_descendant: "Darbas negali būti susietas su viena iš savo darbo dalių"
191 192
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
254 255
  error_unable_delete_issue_status: 'Negalima ištrinti darbo statuso'
255 256
  error_unable_to_connect: Negalima prisijungti (%{value})
256 257
  error_attachment_too_big: "Ši byla negali būti įkelta, nes viršija maksimalią (%{max_size}) leistiną bylos apimtį"
258
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
257 259
  warning_attachments_not_saved: "%{count} byla(-ų) negali būti išsaugota."
258 260

  
259 261
  mail_subject_lost_password: "Jūsų %{value} slaptažodis"
config/locales/lv.yml
121 121
        even: "jāsakrīt"
122 122
        greater_than_start_date: "jābūt vēlākam par sākuma datumu"
123 123
        not_same_project: "nepieder pie tā paša projekta"
124
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
124 125
        circular_dependency: "Šī relācija radītu ciklisku atkarību"
125 126
        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
126 127
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
178 179
  error_workflow_copy_source: 'Lūdzu izvēlieties avota trakeri vai lomu'
179 180
  error_workflow_copy_target: 'Lūdzu izvēlēties mērķa trakeri(us) un lomu(as)'
180 181

  
182
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
181 183
  warning_attachments_not_saved: "%{count} datnes netika saglabātas."
182 184

  
183 185
  mail_subject_lost_password: "Jūsu %{value} parole"
config/locales/mk.yml
128 128
        even: "мора да е парно"
129 129
        greater_than_start_date: "мора да е поголема од почетната дата"
130 130
        not_same_project: "не припаѓа на истиот проект"
131
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
131 132
        circular_dependency: "Оваа врска ќе креира кружна зависност"
132 133
        cant_link_an_issue_with_a_descendant: "Задача неможе да се поврзе со една од нејзините подзадачи"
133 134
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
191 192
  error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
192 193
  error_unable_delete_issue_status: 'Unable to delete issue status'
193 194
  error_unable_to_connect: "Unable to connect (%{value})"
195
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
194 196
  warning_attachments_not_saved: "%{count} file(s) could not be saved."
195 197

  
196 198
  mail_subject_lost_password: "Вашата %{value} лозинка"
config/locales/mn.yml
127 127
        even: "заавал тэгш"
128 128
        greater_than_start_date: "must be greater than start date"
129 129
        not_same_project: "нэг ижил төсөлд хамаарахгүй байна"
130
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
130 131
        circular_dependency: "Энэ харьцаа нь гинжин(рекурсив) харьцаа үүсгэх юм байна"
131 132
        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
132 133
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
184 185
  error_workflow_copy_source: 'Please select a source tracker or role'
185 186
  error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
186 187

  
188
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
187 189
  warning_attachments_not_saved: "%{count} file(s) файлыг хадгалж чадсангүй."
188 190

  
189 191
  mail_subject_lost_password: "Таны %{value} нууц үг"
config/locales/nl.yml
125 125
        even: "moet even zijn"
126 126
        greater_than_start_date: "moet na de startdatum liggen"
127 127
        not_same_project: "hoort niet bij hetzelfde project"
128
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
128 129
        circular_dependency: "Deze relatie zou een circulaire afhankelijkheid tot gevolg hebben"
129 130
        cant_link_an_issue_with_a_descendant: "Een issue kan niet gelinked worden met een subtask"
130 131
        earlier_than_minimum_start_date: "kan niet eerder zijn dan %{date} wegens voorafgaande issues"
......
699 700
  setting_bcc_recipients: Blind carbon copy ontvangers (bcc)
700 701
  setting_commit_fix_keywords: Gefixeerde trefwoorden
701 702
  setting_commit_ref_keywords: Refererende trefwoorden
702
  setting_cross_project_issue_relations: Sta cross-project issuerelaties toe
703
  setting_cross_project_issue_relations: Sta the cross-project issuerelaties toe
703 704
  setting_date_format: Datumformaat
704 705
  setting_default_language: Standaard taal
705 706
  setting_default_projects_public: Nieuwe projecten zijn standaard publiek
......
774 775
  text_user_wrote: "%{value} schreef:"
775 776
  text_wiki_destroy_confirmation: Weet u zeker dat u deze wiki en zijn inhoud wenst te verwijderen?
776 777
  text_workflow_edit: Selecteer een rol en een tracker om de workflow te wijzigen
778
  error_invalid_parent_issue_id: "Parent task is in another project and cross-project subtasks administrative setting disallows this relationship."
777 779
  warning_attachments_not_saved: "%{count} bestand(en) konden niet opgeslagen worden."
778 780
  button_create_and_continue: Maak en ga verder
779 781
  text_custom_field_possible_values_info: 'Per lijn een waarde'
config/locales/no.yml
116 116
        even: "må være partall"
117 117
        greater_than_start_date: "må være større enn startdato"
118 118
        not_same_project: "hører ikke til samme prosjekt"
119
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
119 120
        circular_dependency: "Denne relasjonen ville lagd en sirkulær avhengighet"
120 121
        cant_link_an_issue_with_a_descendant: "En sak kan ikke kobles mot en av sine undersaker"
121 122
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
779 780
  text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
780 781
  setting_diff_max_lines_displayed: Max number of diff lines displayed
781 782
  text_plugin_assets_writable: Plugin assets directory writable
783
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
782 784
  warning_attachments_not_saved: "%{count} fil(er) kunne ikke lagres."
783 785
  button_create_and_continue: Opprett og fortsett
784 786
  text_custom_field_possible_values_info: 'En linje for hver verdi'
config/locales/pl.yml
135 135
        even: "musi być parzyste"
136 136
        greater_than_start_date: "musi być większe niż początkowa data"
137 137
        not_same_project: "nie należy do tego samego projektu"
138
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
138 139
        circular_dependency: "Ta relacja może wytworzyć zapętloną zależność"
139 140
        cant_link_an_issue_with_a_descendant: "Zagadnienie nie może zostać powiązane z jednym z własnych podzagadnień"
140 141
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
811 812
  text_diff_truncated: '... Ten plik różnic został przycięty ponieważ jest zbyt długi.'
812 813
  setting_diff_max_lines_displayed: Maksymalna liczba linii różnicy do pokazania
813 814
  text_plugin_assets_writable: Zapisywalny katalog zasobów wtyczek
815
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
814 816
  warning_attachments_not_saved: "%{count} załącznik(ów) nie zostało zapisanych."
815 817
  field_editable: Edytowalne
816 818
  label_display: Wygląd
config/locales/pt-BR.yml
147 147
        even: "precisa ser par"
148 148
        greater_than_start_date: "deve ser maior que a data inicial"
149 149
        not_same_project: "não pertence ao mesmo projeto"
150
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
150 151
        circular_dependency: "Esta relação geraria uma dependência circular"
151 152
        cant_link_an_issue_with_a_descendant: "Uma tarefa não pode ser relaciona a uma de suas subtarefas"
152 153
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
814 815
  text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser exibido.'
815 816
  setting_diff_max_lines_displayed: Número máximo de linhas exibidas no diff
816 817
  text_plugin_assets_writable: Diretório de plugins gravável
818
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
817 819
  warning_attachments_not_saved: "%{count} arquivo(s) não puderam ser salvo(s)."
818 820
  button_create_and_continue: Criar e continuar
819 821
  text_custom_field_possible_values_info: 'Uma linha para cada valor'
config/locales/pt.yml
136 136
        even: "deve ser par"
137 137
        greater_than_start_date: "deve ser maior que a data inicial"
138 138
        not_same_project: "não pertence ao mesmo projeto"
139
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
139 140
        circular_dependency: "Esta relação iria criar uma dependência circular"
140 141
        cant_link_an_issue_with_a_descendant: "Não é possível ligar uma tarefa a uma sub-tarefa que lhe é pertencente"
141 142
        earlier_than_minimum_start_date: "não pode ser antes de %{date} devido a tarefas precedentes"
......
798 799
  text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser mostrado.'
799 800
  setting_diff_max_lines_displayed: Número máximo de linhas de diff mostradas
800 801
  text_plugin_assets_writable: Escrita na pasta de ativos dos módulos de extensão possível
802
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
801 803
  warning_attachments_not_saved: "Não foi possível gravar %{count} ficheiro(s) ."
802 804
  button_create_and_continue: Criar e continuar
803 805
  text_custom_field_possible_values_info: 'Uma linha para cada valor'
config/locales/ro.yml
122 122
        even: "trebuie să fie par"
123 123
        greater_than_start_date: "trebuie să fie după data de început"
124 124
        not_same_project: "trebuie să aparțină aceluiași proiect"
125
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
125 126
        circular_dependency: "Această relație ar crea o dependență circulară"
126 127
        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
127 128
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
170 171
  error_scm_annotate: "Nu există sau nu poate fi adnotată."
171 172
  error_issue_not_found_in_project: 'Tichetul nu a fost găsit sau nu aparține acestui proiect'
172 173

  
174
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
173 175
  warning_attachments_not_saved: "Nu s-au putut salva %{count} fișiere."
174 176

  
175 177
  mail_subject_lost_password: "Parola dumneavoastră: %{value}"
config/locales/ru.yml
204 204
        even: "может иметь лишь четное значение"
205 205
        greater_than_start_date: "должна быть позднее даты начала"
206 206
        not_same_project: "не относится к одному проекту"
207
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
207 208
        circular_dependency: "Такая связь приведет к циклической зависимости"
208 209
        cant_link_an_issue_with_a_descendant: "Задача не может быть связана со своей подзадачей"
209 210
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
943 944
  text_wiki_destroy_confirmation: Вы уверены, что хотите удалить данную Wiki и все её содержимое?
944 945
  text_workflow_edit: Выберите роль и трекер для редактирования последовательности состояний
945 946

  
947
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
946 948
  warning_attachments_not_saved: "%{count} файл(ов) невозможно сохранить."
947 949
  text_wiki_page_destroy_question: Эта страница имеет %{descendants} дочерних страниц и их потомков. Что вы хотите предпринять?
948 950
  text_wiki_page_reassign_children: Переопределить дочерние страницы на текущую страницу
config/locales/sk.yml
126 126
        even: "musí byť párne"
127 127
        greater_than_start_date: "musí byť neskôr ako počiatočný dátum"
128 128
        not_same_project: "nepatrí k rovnakému projektu"
129
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
129 130
        circular_dependency: "Tento vzťah by vytvoril cyklickú závislosť"
130 131
        cant_link_an_issue_with_a_descendant: "Nemožno prepojiť úlohu s niektorou z podúloh"
131 132
        earlier_than_minimum_start_date: "nemôže byť skorší ako %{date} z dôvodu nadväznosti na predchádzajúce úlohy"
......
789 790
  text_diff_truncated: '...Tento výpis rozdielov bol skrátený, pretože prekračuje maximálny počet riadkov, ktorý môže byť zobrazený.'
790 791
  setting_diff_max_lines_displayed: Maximálny počet zobrazených riadkov výpisu rozdielov
791 792
  text_plugin_assets_writable: Povolený zápis do priečinka pre pluginy
793
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
792 794
  warning_attachments_not_saved: "%{count} súborov nemohlo byť uložených."
793 795
  field_editable: Editovateľné
794 796
  label_display: Zobrazenie
config/locales/sl.yml
126 126
        even: "mora biti liho"
127 127
        greater_than_start_date: "mora biti kasnejši kot začetni datum"
128 128
        not_same_project: "ne pripada istemu projektu"
129
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
129 130
        circular_dependency: "Ta odnos bi povzročil krožno odvisnost"
130 131
        cant_link_an_issue_with_a_descendant: "Zahtevek ne more biti povezan s svojo podnalogo"
131 132
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
788 789
  enumeration_issue_priorities: Prioritete zahtevkov
789 790
  enumeration_doc_categories: Kategorije dokumentov
790 791
  enumeration_activities: Aktivnosti (sledenje časa)
792
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
791 793
  warning_attachments_not_saved: "%{count} datotek(e) ni bilo mogoče shraniti."
792 794
  field_editable: Uredljivo
793 795
  text_plugin_assets_writable: Zapisljiva mapa za vtičnike
config/locales/sq.yml
127 127
        even: "duhet te jete cift"
128 128
        greater_than_start_date: "duhet te jete me i/e madh(e) se data e fillimit"
129 129
        not_same_project: "nuk i perket te njejtit projekt"
130
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
130 131
        circular_dependency: "Ky relacion do te krijoje nje varesi ciklike (circular dependency)"
131 132
        cant_link_an_issue_with_a_descendant: "Nje ceshtje nuk mund te lidhet me nenceshtje"
132 133
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
198 199
  error_unable_delete_issue_status: 'Unable to delete issue status'
199 200
  error_unable_to_connect: "Unable to connect (%{value})"
200 201
  error_attachment_too_big: "This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})"
202
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
201 203
  warning_attachments_not_saved: "%{count} file(s) could not be saved."
202 204

  
203 205
  mail_subject_lost_password: "Fjalekalimi %{value} i juaj"
config/locales/sr-YU.yml
130 130
        even: "mora biti neparan"
131 131
        greater_than_start_date: "mora biti veći od početnog datuma"
132 132
        not_same_project: "ne pripada istom projektu"
133
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
133 134
        circular_dependency: "Ova veza će stvoriti kružnu referencu"
134 135
        cant_link_an_issue_with_a_descendant: "Problem ne može biti povezan sa jednim od svojih podzadataka"
135 136
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
193 194
  error_workflow_copy_target: 'Molimo odaberite odredišno praćenje i ulogu'
194 195
  error_unable_delete_issue_status: 'Status problema je nemoguće obrisati'
195 196
  error_unable_to_connect: "Povezivanje sa (%{value}) je nemoguće"
197
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
196 198
  warning_attachments_not_saved: "%{count} datoteka ne može biti snimljena."
197 199

  
198 200
  mail_subject_lost_password: "Vaša %{value} lozinka"
config/locales/sr.yml
128 128
        even: "мора бити непаран"
129 129
        greater_than_start_date: "мора бити већи од почетног датума"
130 130
        not_same_project: "не припада истом пројекту"
131
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
131 132
        circular_dependency: "Ова веза ће створити кружну референцу"
132 133
        cant_link_an_issue_with_a_descendant: "Проблем не може бити повезан са једним од својих подзадатака"
133 134
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
191 192
  error_workflow_copy_target: 'Молимо одаберите одредишно праћење и улогу'
192 193
  error_unable_delete_issue_status: 'Статус проблема је немогуће обрисати'
193 194
  error_unable_to_connect: "Повезивање са (%{value}) је немогуће"
195
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
194 196
  warning_attachments_not_saved: "%{count} датотека не може бити снимљена."
195 197

  
196 198
  mail_subject_lost_password: "Ваша %{value} лозинка"
config/locales/sv.yml
132 132
        even: "måste vara jämnt"
133 133
        greater_than_start_date: "måste vara senare än startdatumet"
134 134
        not_same_project: "tillhör inte samma projekt"
135
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
135 136
        circular_dependency: "Denna relation skulle skapa ett cirkulärt beroende"
136 137
        cant_link_an_issue_with_a_descendant: "Ett ärende kan inte länkas till ett av dess underärenden"
137 138
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
242 243
  error_unable_to_connect: "Kan inte ansluta (%{value})"
243 244
  error_attachment_too_big: "Denna fil kan inte laddas upp eftersom den överstiger maximalt tillåten filstorlek (%{max_size})"
244 245
  error_session_expired: "Din session har gått ut. Vänligen logga in på nytt."
246
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
245 247
  warning_attachments_not_saved: "%{count} fil(er) kunde inte sparas."
246 248

  
247 249
  mail_subject_lost_password: "Ditt %{value} lösenord"
config/locales/th.yml
125 125
        even: "must be even"
126 126
        greater_than_start_date: "ต้องมากกว่าวันเริ่ม"
127 127
        not_same_project: "ไม่ได้อยู่ในโครงการเดียวกัน"
128
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
128 129
        circular_dependency: "ความสัมพันธ์อ้างอิงเป็นวงกลม"
129 130
        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
130 131
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
789 790
  text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
790 791
  setting_diff_max_lines_displayed: Max number of diff lines displayed
791 792
  text_plugin_assets_writable: Plugin assets directory writable
793
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
792 794
  warning_attachments_not_saved: "%{count} file(s) could not be saved."
793 795
  button_create_and_continue: Create and continue
794 796
  text_custom_field_possible_values_info: 'One line for each value'
config/locales/tr.yml
141 141
        even: "çift olmalı"
142 142
        greater_than_start_date: "başlangıç tarihinden büyük olmalı"
143 143
        not_same_project: "aynı projeye ait değil"
144
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
144 145
        circular_dependency: "Bu ilişki döngüsel bağımlılık meydana getirecektir"
145 146
        cant_link_an_issue_with_a_descendant: "Bir iş, alt işlerinden birine bağlanamaz"
146 147
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
805 806
  text_diff_truncated: '... Bu fark tam olarak gösterilemiyor çünkü gösterim için ayarlanmış üst sınırı aşıyor.'
806 807
  setting_diff_max_lines_displayed: Gösterilebilecek maksimumu fark satırı
807 808
  text_plugin_assets_writable: Eklenti yardımcı dosya dizini yazılabilir
809
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
808 810
  warning_attachments_not_saved: "%{count} adet dosya kaydedilemedi."
809 811
  button_create_and_continue: Oluştur ve devam et
810 812
  text_custom_field_possible_values_info: 'Her değer için bir satır'
config/locales/uk.yml
125 125
        even: "must be even"
126 126
        greater_than_start_date: "повинна бути пізніша за дату початку"
127 127
        not_same_project: "не відносяться до одного проекту"
128
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
128 129
        circular_dependency: "Такий зв'язок приведе до циклічної залежності"
129 130
        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
130 131
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
789 790
  text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
790 791
  setting_diff_max_lines_displayed: Max number of diff lines displayed
791 792
  text_plugin_assets_writable: Plugin assets directory writable
793
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
792 794
  warning_attachments_not_saved: "%{count} file(s) could not be saved."
793 795
  button_create_and_continue: Create and continue
794 796
  text_custom_field_possible_values_info: 'One line for each value'
config/locales/vi.yml
142 142
        even: "phải là số lẻ"
143 143
        greater_than_start_date: "phải đi sau ngày bắt đầu"
144 144
        not_same_project: "không thuộc cùng dự án"
145
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
145 146
        circular_dependency: "quan hệ có thể gây ra lặp vô tận"
146 147
        cant_link_an_issue_with_a_descendant: "Một vấn đề không thể liên kết tới một trong số những tác vụ con của nó"
147 148
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
843 844
  text_diff_truncated: '... Thay đổi này đã được cắt bớt do nó vượt qua giới hạn kích thước có thể hiển thị.'
844 845
  setting_diff_max_lines_displayed: Số dòng thay đổi tối đa được hiển thị
845 846
  text_plugin_assets_writable: Cho phép ghi thư mục Plugin
847
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
846 848
  warning_attachments_not_saved: "%{count} file không được lưu."
847 849
  button_create_and_continue: Tạo và tiếp tục
848 850
  text_custom_field_possible_values_info: 'Một dòng cho mỗi giá trị'
config/locales/zh-TW.yml
184 184
        # Append your own errors here or at the model/attributes scope.
185 185
        greater_than_start_date: "必須在開始日期之後"
186 186
        not_same_project: "不屬於同一個專案"
187
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
187 188
        circular_dependency: "這個關聯會導致環狀相依"
188 189
        cant_link_an_issue_with_a_descendant: "問題無法被連結至自己的子任務"
189 190
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
287 288
  error_unable_to_connect: "無法連線至(%{value})"
288 289
  error_attachment_too_big: "這個檔案無法被上傳,因為它已經超過最大的檔案大小 (%{max_size})"
289 290
  error_session_expired: "您的工作階段已經過期。請重新登入。"
291
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
290 292
  warning_attachments_not_saved: "%{count} 個附加檔案無法被儲存。"
291 293

  
292 294
  mail_subject_lost_password: 您的 Redmine 網站密碼
config/locales/zh.yml
131 131
        even: "必须为双数"
132 132
        greater_than_start_date: "必须在起始日期之后"
133 133
        not_same_project: "不属于同一个项目"
134
        cannot_relate_issues: "doesn't belong to the same project. Cross-project issue relations are disabled in the system settings. Contact an administrator to change that."
134 135
        circular_dependency: "此关联将导致循环依赖"
135 136
        cant_link_an_issue_with_a_descendant: "问题不能关联到它的子任务"
136 137
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
......
196 197
  error_workflow_copy_target: 请选择目标跟踪标签和角色
197 198
  error_unable_delete_issue_status: '无法删除问题状态'
198 199
  error_unable_to_connect: "无法连接 (%{value})"
200
  error_invalid_parent_issue_id: "Parent task is in another project and the cross-project subtasks administrative setting disallows this relationship."
199 201
  warning_attachments_not_saved: "%{count} 个文件保存失败"
200 202

  
201 203
  mail_subject_lost_password: "您的 %{value} 密码"
    (1-1/1)