]> source.dussan.org Git - redmine.git/commitdiff
Added string "cant_link_an_issue_with_a_descendant" to translations missed in #443
authorAzamat Hackimov <azamat.hackimov@gmail.com>
Sun, 5 Sep 2010 13:01:38 +0000 (13:01 +0000)
committerAzamat Hackimov <azamat.hackimov@gmail.com>
Sun, 5 Sep 2010 13:01:38 +0000 (13:01 +0000)
Solves #6278

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4061 e93f8b46-1217-0410-a6f0-8f06a7374b81

36 files changed:
config/locales/bg.yml
config/locales/bs.yml
config/locales/cs.yml
config/locales/da.yml
config/locales/el.yml
config/locales/en-GB.yml
config/locales/es.yml
config/locales/eu.yml
config/locales/fi.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hr.yml
config/locales/hu.yml
config/locales/id.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/lt.yml
config/locales/lv.yml
config/locales/mn.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ro.yml
config/locales/ru.yml
config/locales/sk.yml
config/locales/sl.yml
config/locales/sv.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/vi.yml
config/locales/zh-TW.yml
config/locales/zh.yml

index d4fd50c933f6a0db22b6d62bfb2db6ec341c97c4..f334633e27445866e155e4d8c9a2a7036af46cd5 100644 (file)
@@ -116,6 +116,7 @@ bg:
         greater_than_start_date: "трябва да е след началната дата"
         not_same_project: "не е от същия проект"
         circular_dependency: "Тази релация ще доведе до безкрайна зависимост"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: Изберете
   
index 6d729b0ce8e4dbb98e1aab7761f5dd6b33cd0af6..90ec9dea237bdce8d48046f54658109a65b732c5 100644 (file)
@@ -130,6 +130,7 @@ bs:
         greater_than_start_date: "mora biti veći nego početni datum"
         not_same_project: "ne pripada istom projektu"
         circular_dependency: "Ova relacija stvar cirkularnu zavisnost"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: Molimo odaberite
   
index f1abeff5b705bd8963c4a34d2b084a7b473244fa..f2b11460517356e39ff90f3fad2d304ec7e9aa56 100644 (file)
@@ -116,6 +116,7 @@ cs:
         greater_than_start_date: "musí být větší než počáteční datum"
         not_same_project: "nepatří stejnému projektu"
         circular_dependency: "Tento vztah by vytvořil cyklickou závislost"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   # Updated by Josef Liška <jl@chl.cz>
   # CZ translation by Maxim Krušina | Massimo Filippi, s.r.o. | maxim@mxm.cz
index 45b33d810840cf51dcb4114f69e8b8f9f43ff58a..4d30dc6f346058c59b43270bee0f260411cc197f 100644 (file)
@@ -130,6 +130,7 @@ da:
         greater_than_start_date: "skal være senere end startdatoen"
         not_same_project: "hører ikke til samme projekt"
         circular_dependency: "Denne relation vil skabe et afhængighedsforhold"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
       template:
         header:
index d9e224e9f1b41c9e2d751a0749cd721d4a86db27..e4487c59fe321f220ab65b2fe10fa059df3f7c54 100644 (file)
@@ -119,6 +119,7 @@ el:
         greater_than_start_date: "πρέπει να είναι αργότερα από την ημερομηνία έναρξης"
         not_same_project: "δεν ανήκει στο ίδιο έργο"
         circular_dependency: "Αυτή η σχέση θα δημιουργήσει κυκλικές εξαρτήσεις"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: Παρακαλώ επιλέξτε
   
index bc4cb08e82a9b633d835af5d20a1bdb0f7b34223..6a8faa7469808b78d0e44d8521ffe8258b3cb599 100644 (file)
@@ -122,6 +122,7 @@ en-GB:
         greater_than_start_date: "must be greater than start date"
         not_same_project: "doesn't belong to the same project"
         circular_dependency: "This relation would create a circular dependency"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: Please select
   
index 4783db7214550a1f2fec1c72820e8684d5338bfd..4ffdaf3f6803e288a3fe41b1d2b8641faafb0b76 100644 (file)
@@ -132,6 +132,7 @@ es:
         greater_than_start_date: "debe ser posterior a la fecha de comienzo"
         not_same_project: "no pertenece al mismo proyecto"
         circular_dependency: "Esta relación podría crear una dependencia circular"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
         # Append your own errors here or at the model/attributes scope.
 
index 80fcc63d0994d7c68f295dec82ca8d50bc960ee3..236c5bb7d0818a98a4b0e75c95e3c888a0858678 100644 (file)
@@ -121,6 +121,7 @@ eu:
         greater_than_start_date: "hasiera data baino handiagoa izan behar du"
         not_same_project: "ez dago proiektu berdinean"
         circular_dependency: "Erlazio honek mendekotasun zirkular bat sortuko luke"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: Hautatu mesedez
   
index 3bde5975bc723cb714f5b1b88eefe828b21f4f5e..9aeee5f6ee8e3b28bb529d8db8012d1c906f0281 100644 (file)
@@ -147,7 +147,7 @@ fi:
         greater_than_start_date: "tulee olla aloituspäivän jälkeinen"
         not_same_project: "ei kuulu samaan projektiin"
         circular_dependency: "Tämä suhde loisi kehän."
-
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
   
   actionview_instancetag_blank_option: Valitse, ole hyvä
   
index 7daebd0743620c6fca00c63cb7e41c05f41fc70c..db64fabdcbf3f85c6866fb81c5a11814ab15d07f 100644 (file)
@@ -150,6 +150,7 @@ gl:
         greater_than_start_date: "debe ser posterior á data de comezo"
         not_same_project: "non pertence ao mesmo proxecto"
         circular_dependency: "Esta relación podería crear unha dependencia circular"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: Por favor seleccione
   
index 59fa6888df1e02729f51ea3c404b44a59d76b3b7..50f31c29428184dbccd78a789da2f846f214718d 100644 (file)
@@ -123,6 +123,7 @@ he:
         greater_than_start_date: "חייב להיות מאוחר יותר מתאריך ההתחלה"
         not_same_project: "לא שייך לאותו הפרויקט"
         circular_dependency: "הקשר הזה יצור תלות מעגלית"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: בחר בבקשה
 
index 1c6d523c31d5bcc236a38259840739a70e39d9a8..5727a629ecdd07f4a19cb52da5c957cb3ec04fba 100644 (file)
@@ -117,6 +117,7 @@ hr:
         greater_than_start_date: "mora biti veci nego pocetni datum"
         not_same_project: "ne pripada istom projektu"
         circular_dependency: "Ovaj relacija stvara kružnu ovisnost"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: Molimo odaberite
   
index 974ddf76ca9dcb90a8f55b27a3d3aad8c1cbd1bb..c895f4c964ab223db9bfff6dc41ffd1af54397e2 100644 (file)
         greater_than_start_date: "nagyobbnak kell lennie, mint az indítás dátuma"
         not_same_project: "nem azonos projekthez tartozik"
         circular_dependency: "Ez a kapcsolat egy körkörös függőséget eredményez"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: Kérem válasszon
   
index 345fba4548adbd7cfc22c41f78dbaf83905dae11..65140c2d0ba3ad12070e024e4b7f2b7c7f1e2264 100644 (file)
@@ -119,6 +119,7 @@ id:
         greater_than_start_date: "harus lebih besar dari tanggal mulai"
         not_same_project: "tidak tergabung dalam proyek yang sama"
         circular_dependency: "kaitan ini akan menghasilkan circular dependency"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: Silakan pilih
   
index f5fb21fd23471887372a88cbee034f5259156c2d..34a7820d257340e487742d97fcabb119d16fe9d1 100644 (file)
@@ -126,6 +126,7 @@ it:
         greater_than_start_date: "deve essere maggiore della data di partenza"
         not_same_project: "non appartiene allo stesso progetto"
         circular_dependency: "Questa relazione creerebbe una dipendenza circolare"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: Scegli
   
index 50ccc87294673a8968709a9b52fd0d8b2a8c957b..68c4d24aa2e38db663d429e6461e18405faedf13 100644 (file)
@@ -144,6 +144,7 @@ ja:
         greater_than_start_date: "を開始日より後にしてください"
         not_same_project: "同じプロジェクトに属していません"
         circular_dependency: "この関係では、循環依存になります"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: 選んでください
   
index b30d7518fcd89ed174c42a77407581dadd1abf52..0a5fa44e1609893b248ed8f51ff9b614199e5d22 100644 (file)
@@ -173,6 +173,7 @@ ko:
         greater_than_start_date: "는 시작날짜보다 커야 합니다"
         not_same_project: "는 같은 프로젝트에 속해 있지 않습니다"
         circular_dependency: "이 관계는 순환 의존관계를 만들 수 있습니다"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: 선택하세요
   
index f0c9551a318eab151915606a8478fdf2f2bdc01e..9a3684e910b67b5e0f97aa4cc2ef99c57fe5b4b1 100644 (file)
@@ -143,7 +143,7 @@ lt:
           other:  "Išsaugant objektą {{model}} rastos {{count}} klaidos"
         body: "Šiuose laukuose yra klaidų:"
 
-      pranešimus:
+      messages:
         inclusion: "nenumatyta reikšmė"
         exclusion: "užimtas"
         invalid: "neteisingas"
@@ -179,6 +179,7 @@ lt:
         greater_than_start_date: "turi būti didesnė negu pradžios data"
         not_same_project: "nepriklauso tam pačiam projektui"
         circular_dependency: "Šis ryšys sukurtų ciklinę priklausomybę"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
     
   actionview_instancetag_blank_option: prašom parinkti
   
index 4b2421fe4f3e69e9597d6fe7baf8c68956df4689..0ec9b4f4f807747a3273b16307403138586e51e5 100644 (file)
@@ -113,6 +113,7 @@ lv:
         greater_than_start_date: "jābūt vēlākam par sākuma datumu"
         not_same_project: "nepieder pie tā paša projekta"
         circular_dependency: "Šī relācija radītu ciklisku atkarību"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: Izvēlieties
   
index 55d7cf168b4217228f039b9cd4daa3a293b71a96..73791bb74e325be25c959896b1e6ac1ed8f5bcc3 100644 (file)
@@ -117,6 +117,7 @@ mn:
         greater_than_start_date: "must be greater than start date"
         not_same_project: "нэг ижил төсөлд хамаарахгүй байна"
         circular_dependency: "Энэ харьцаа нь гинжин(рекурсив) харьцаа үүсгэх юм байна"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: Сонгоно уу
   
index 6dfe989b52e7fcd10d6fd229c93da0f46b87d8ac..c55dadb47b4ee4f01d079930e6c48fcfda88bf69 100644 (file)
@@ -116,6 +116,7 @@ nl:
         greater_than_start_date: "moet na de startdatum liggen"
         not_same_project: "hoort niet bij hetzelfde project"
         circular_dependency: "Deze relatie zou een circulaire afhankelijkheid tot gevolg hebben"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: Selecteer
   
index 8845d12b8e6ee0f0a8757f490fcf6c0d097c46a7..b1746fd4195173b2287428777048a0100a1018ba 100644 (file)
         greater_than_start_date: "må være større enn startdato"
         not_same_project: "hører ikke til samme prosjekt"
         circular_dependency: "Denne relasjonen ville lagd en sirkulær avhengighet"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   
   actionview_instancetag_blank_option: Vennligst velg
index f36bb12772ab9731deacbbcb2ae780c36e31ca78..d48b3d935142c9850252da3d7e6dc37c6945e864 100644 (file)
@@ -129,6 +129,7 @@ pl:
         greater_than_start_date: "musi być większe niż początkowa data"
         not_same_project: "nie należy do tego samego projektu"
         circular_dependency: "Ta relacja może wytworzyć kołową zależność"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
       
   support:
     array:
index d5b54e50929e5d7caced28364cff97ce7735d223..c41e4e0dcd9500acf5bd0235a7c5f8433f77c9d8 100644 (file)
@@ -143,6 +143,7 @@ pt-BR:
         greater_than_start_date: "deve ser maior que a data inicial"
         not_same_project: "não pertence ao mesmo projeto"
         circular_dependency: "Esta relação geraria uma dependência circular"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: Selecione
 
index b2a2c08c8d06b5b00af6434a8c351050c36973e6..3127f4044e9ab165f7d136342858b12b6904cb35 100644 (file)
@@ -128,6 +128,7 @@ pt:
         greater_than_start_date: "deve ser maior que a data inicial"
         not_same_project: "não pertence ao mesmo projecto"
         circular_dependency: "Esta relação iria criar uma dependência circular"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   ## Translated by: Pedro Araújo <phcrva19@hotmail.com>
   actionview_instancetag_blank_option: Seleccione
index fd6e2b94214d7953a3c236c67a425bf0dd9558e5..a0458932c42ebdaef18802fd702b88e7cd1a63d4 100644 (file)
@@ -110,6 +110,7 @@ ro:
         greater_than_start_date: "trebuie să fie după data de început"
         not_same_project: "trebuie să aparțină aceluiași proiect"
         circular_dependency: "Această relație ar crea o dependență circulară"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: Selectați
   
index 913c81c81b6a4c6c77194e2603eec91ed15ea497..586e2fbcc3a23a5e2b43778c91f44b874da8a011 100644 (file)
@@ -192,11 +192,12 @@ ru:
         equal_to: "может иметь лишь значение, равное {{count}}"
         less_than: "может иметь значение меньшее чем {{count}}"
         less_than_or_equal_to: "может иметь значение меньшее или равное {{count}}"
-        odd: "может иметь лишь четное значение"
-        even: "может иметь лишь нечетное значение"
+        odd: "может иметь лишь нечетное значение"
+        even: "может иметь лишь четное значение"
         greater_than_start_date: "должна быть позднее даты начала"
-        not_same_project: "не относятся к одному проекту"
+        not_same_project: "не относится к одному проекту"
         circular_dependency: "Такая связь приведет к циклической зависимости"
+        cant_link_an_issue_with_a_descendant: "Задача не может быть связана со своей подзадачей"
 
   support:
     array:
index 94facc047e186af5700bdd4c685e4c674faa7991..52c57c79c4349fc005ad1fa0b77a967b09d1c115 100644 (file)
@@ -112,6 +112,7 @@ sk:
         greater_than_start_date: "musí byť neskôr ako počiatočný dátum"
         not_same_project: "nepatrí rovnakému projektu"
         circular_dependency: "Tento vzťah by vytvoril cyklickú závislosť"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   # SK translation by Stanislav Pach | stano.pach@seznam.cz
   
index 7307d0d9378dea08e68582ba6aadd3faee1d066c..8ee68f15d2ea7c216ce4b01fc9f59bbb19abc402 100644 (file)
@@ -116,6 +116,7 @@ sl:
         greater_than_start_date: "mora biti kasnejši kot začeten datum"
         not_same_project: "ne pripada istemu projektu"
         circular_dependency: "Ta odnos bi povzročil krožno odvisnost"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: Prosimo izberite
   
index e02ee7867c90961b60f7ef66cf78ce1a0594d7f7..657a9adcd6f202e764b24b7602f1ac4734802350 100644 (file)
@@ -130,6 +130,7 @@ sv:
         greater_than_start_date: "måste vara senare än startdatumet"
         not_same_project: "tillhör inte samma projekt"
         circular_dependency: "Denna relation skulle skapa ett cirkulärt beroende"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   direction: ltr
   date:
index 01d19c4d03be972c69d0366d88e444a78d8d157d..67bf3c4cc05da5f67df8ea74251d8379342104db 100644 (file)
@@ -116,6 +116,7 @@ th:
         greater_than_start_date: "ต้องมากกว่าวันเริ่ม"
         not_same_project: "ไม่ได้อยู่ในโครงการเดียวกัน"
         circular_dependency: "ความสัมพันธ์อ้างอิงเป็นวงกลม"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: กรุณาเลือก
   
index f3f9788b1f097aa78ac2f9658a705a8ba2e22b72..e0f23078dc5f23e135bdb36bf1c2309534f3fc7e 100644 (file)
@@ -143,6 +143,7 @@ tr:
         greater_than_start_date: "başlangıç tarihinden büyük olmalı"
         not_same_project: "aynı projeye ait değil"
         circular_dependency: "Bu ilişki döngüsel bağımlılık meydana getirecektir"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
       models:
   
   actionview_instancetag_blank_option: Lütfen Seçin
index c5846db2aae5529c6f54e5afe99a52a372885371..d0191618b6c39b6d0bd927130fde27387dc8c859 100644 (file)
@@ -116,6 +116,7 @@ uk:
         greater_than_start_date: "повинна бути пізніша за дату початку"
         not_same_project: "не відносяться до одного проекту"
         circular_dependency: "Такий зв'язок приведе до циклічної залежності"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: Оберіть
   
index 5e964896dac5791ad016cdf0acafe3953cd9e474..66fdbc115d1368734b3434a072450fca791e6bb9 100644 (file)
@@ -139,6 +139,7 @@ vi:
         greater_than_start_date: "phải đi sau ngày bắt đầu"
         not_same_project: "không thuộc cùng dự án"
         circular_dependency: "quan hệ có thể gây ra lặp vô tận"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   direction: ltr
   date:
index 0216525b0cba58064929345261a0c7e94ccf5460..56d8c9b2918b9a76a2fd6b5e357c048b282875d7 100644 (file)
         greater_than_start_date: "必須在起始日期之後"
         not_same_project: "不屬於同一個專案"
         circular_dependency: "這個關聯會導致環狀相依"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
       # You can define own errors for models or model attributes.
       # The values :model, :attribute and :value are always available for interpolation.
index 0ffdcdb3b9380eee642682e37b2f95148a91479d..a05d96cae12b53858355263f499424a2af294ee4 100644 (file)
@@ -137,6 +137,7 @@ zh:
         greater_than_start_date: "必须在起始日期之后"
         not_same_project: "不属于同一个项目"
         circular_dependency: "此关联将导致循环依赖"
+        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
 
   actionview_instancetag_blank_option: 请选择