File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ OC.L10N.register(
37
37
"Stop" : "Stabdyti" ,
38
38
"Delete" : "Ištrinti" ,
39
39
"Edit" : "Taisyti" ,
40
- "Delete task" : "Ištrinti užduotį"
40
+ "Delete task" : "Ištrinti užduotį" ,
41
+ "Task successfully deleted" : "Užduotis sėkmingai ištrinta"
41
42
} ,
42
43
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" ) ;
Original file line number Diff line number Diff line change 35
35
"Stop" : " Stabdyti" ,
36
36
"Delete" : " Ištrinti" ,
37
37
"Edit" : " Taisyti" ,
38
- "Delete task" : " Ištrinti užduotį"
38
+ "Delete task" : " Ištrinti užduotį" ,
39
+ "Task successfully deleted" : " Užduotis sėkmingai ištrinta"
39
40
},"pluralForm" :" nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
40
41
}
You can’t perform that action at this time.
0 commit comments