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

Update lang.php #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions lang/en/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
$lang['from'] = "from";
$lang['to'] = "to";
$lang['diff'] = "Differences";
$lang['comment'] = "Skomentuj";
$lang['comment'] = "Comment";
$lang['replay'] = "Reply";
$lang['edit'] = "Edit";
$lang['change_task_state'] = "Change a status of task";
Expand Down Expand Up @@ -375,7 +375,7 @@
$lang['cause_real'] = 'real';
$lang['cause_potential'] = 'potential';

$lang['evaluation'] = 'Ocena';
$lang['evaluation'] = 'Evaluation';

$lang['rr_report'] = 'RR Report';

Expand Down Expand Up @@ -637,7 +637,7 @@
$lang['timeline task_opened'] = 'Task opened. Performer: <strong>%s</strong>';
$lang['timeline task_done'] = 'Task closed. Performer: <strong>%s</strong>';

$lang['timeline task_comment_added'] = 'Komentarz dodany przez <strong>%s</strong>';
$lang['timeline task_comment_added'] = 'Comment added by <strong>%s</strong>';

$lang['timeline thread_proposal_project'] = 'Proposal added by <strong>%s</strong>';
$lang['timeline thread_opened_project'] = 'Project opened. Coordinator: <strong>%s</strong>';
Expand Down Expand Up @@ -702,4 +702,4 @@
$lang['action_add'] = 'Add action';

$lang['has_corrective'] = 'Has corrective actions';
$lang['has_preventive'] = 'Has preventive actions';
$lang['has_preventive'] = 'Has preventive actions';