Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#188] Add language string subplugintype_lytix #10

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lang/bs/local_lytix.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@
$string['semester_end_description'] = "Upiši datum (npr.: 2020-02-28) kraja semestra";
$string['semester_start'] = "Početak semestra";
$string['semester_start_description'] = "Upiši datum (npr.: 2020-10-01) početka semestra.";
$string['subplugintype_lytix'] = 'Lytix';
$string['subplugintype_lytix_plural'] = 'Lytix';
3 changes: 2 additions & 1 deletion lang/de/local_lytix.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@
$string['semester_end_description'] = 'Geben Sie das Datum (Bsp.: 2020-10-01) des Semesterendes ein.';
$string['semester_start'] = 'Beginn des Semesters';
$string['semester_start_description'] = 'Geben Sie das Datum (Bsp.: 2020-10-01) des Semesterbeginns ein.';
$string['subplugintype_lytix_plural'] = 'Lytices';
$string['subplugintype_lytix'] = 'Lytix';
$string['subplugintype_lytix_plural'] = 'Lytix';
3 changes: 2 additions & 1 deletion lang/en/local_lytix.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@
$string['semester_end_description'] = 'Insert the date (exp.: 2020-02-28) of the end of semester';
$string['semester_start'] = 'Beginning of semester';
$string['semester_start_description'] = 'Insert the date (exp.: 2020-10-01) of the beginning of semester.';
$string['subplugintype_lytix_plural'] = 'Lytices';
$string['subplugintype_lytix'] = 'Lytix';
$string['subplugintype_lytix_plural'] = 'Lytix';
2 changes: 2 additions & 0 deletions lang/hr/local_lytix.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@
$string['semester_end_description'] = "Upiši datum (npr.: 2020-02-28) kraja semestra";
$string['semester_start'] = "Početak semestra";
$string['semester_start_description'] = "Upiši datum (npr.: 2020-10-01) početka semestra.";
$string['subplugintype_lytix'] = 'Lytix';
$string['subplugintype_lytix_plural'] = 'Lytix';
Loading