Skip to content

Commit b262cc9

Browse files
committed
Implemented group delete feature.
1 parent 8398722 commit b262cc9

35 files changed

Lines changed: 146 additions & 10 deletions

WEB-INF/resources/ca.lang.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,10 @@
513513
// 'form.profile.allow_ip' => 'Allow IP',
514514
// 'form.profile.plugins' => 'Plugins',
515515

516+
// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
517+
// TODO: translate the following.
518+
// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
519+
516520
// Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
517521
'form.mail.from' => 'De',
518522
'form.mail.to' => 'Per a',

WEB-INF/resources/cs.lang.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,10 @@
527527
// 'form.profile.allow_ip' => 'Allow IP',
528528
// 'form.profile.plugins' => 'Plugins',
529529

530+
// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
531+
// TODO: translate the following.
532+
// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
533+
530534
// Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
531535
'form.mail.from' => 'Od',
532536
'form.mail.to' => 'Komu',

WEB-INF/resources/da.lang.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,10 @@
474474
// 'form.profile.allow_ip' => 'Allow IP',
475475
'form.profile.plugins' => 'Plugins',
476476

477+
// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
478+
// TODO: translate the following.
479+
// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
480+
477481
// Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
478482
'form.mail.from' => 'Fra',
479483
'form.mail.to' => 'Til',

WEB-INF/resources/de.lang.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,10 @@
471471
// 'form.profile.allow_ip' => 'Allow IP',
472472
'form.profile.plugins' => 'Erweiterungen',
473473

474+
// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
475+
// TODO: translate the following.
476+
// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
477+
474478
// Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
475479
'form.mail.from' => 'Von',
476480
'form.mail.to' => 'An',

WEB-INF/resources/en.lang.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,9 @@
449449
'form.profile.allow_ip' => 'Allow IP',
450450
'form.profile.plugins' => 'Plugins',
451451

452+
// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
453+
'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
454+
452455
// Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
453456
'form.mail.from' => 'From',
454457
'form.mail.to' => 'To',

WEB-INF/resources/es.lang.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,10 @@
528528
// 'form.profile.allow_ip' => 'Allow IP',
529529
// 'form.profile.plugins' => 'Plugins',
530530

531+
// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
532+
// TODO: translate the following.
533+
// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
534+
531535
// Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
532536
'form.mail.from' => 'De',
533537
'form.mail.to' => 'Para',

WEB-INF/resources/et.lang.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,10 @@
523523
// 'form.profile.allow_ip' => 'Allow IP',
524524
// 'form.profile.plugins' => 'Plugins',
525525

526+
// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
527+
// TODO: translate the following.
528+
// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
529+
526530
// Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
527531
'form.mail.from' => 'Kellelt',
528532
'form.mail.to' => 'Kellele',

WEB-INF/resources/fa.lang.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,10 @@
500500
// 'form.profile.allow_ip' => 'Allow IP',
501501
'form.profile.plugins' => 'پلاگین ها',
502502

503+
// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
504+
// TODO: translate the following.
505+
// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
506+
503507
// Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
504508
'form.mail.from' => 'از',
505509
'form.mail.to' => 'به',

WEB-INF/resources/fi.lang.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,10 @@
481481
// 'form.profile.allow_ip' => 'Allow IP',
482482
'form.profile.plugins' => 'Lisäosat',
483483

484+
// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
485+
// TODO: translate the following.
486+
// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
487+
484488
// Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
485489
'form.mail.from' => 'Lähettäjä',
486490
'form.mail.to' => 'Vastaanottaja',

WEB-INF/resources/fr.lang.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,10 @@
470470
// 'form.profile.allow_ip' => 'Allow IP',
471471
'form.profile.plugins' => 'Plugins',
472472

473+
// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
474+
// TODO: translate the following.
475+
// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
476+
473477
// Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
474478
'form.mail.from' => 'De',
475479
'form.mail.to' => 'À',

0 commit comments

Comments
 (0)