Opened 3 years ago
Closed 3 years ago
#1486788 closed Tasks (fixed)
wrong translation for Greek Lang
| Reported by: | ngoagr | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.4-stable |
| Component: | Other | Version: | 0.3.1 |
| Severity: | normal | Keywords: | greek error |
| Cc: |
Description (last modified by alec)
on line 214 of "labels.inc" of Greek Language "el_GR" the translation is wrong.
You have to replace:
$labels['previewpane'] = 'Εμφάνιση προηγούμενου παραθύρου';
with:
$labels['previewpane'] = 'Εμφάνιση παραθύρου προεπισκόπησης';
In your current wrong translation the meaning is "Show previous window"
Change History (1)
comment:1 Changed 3 years ago by alec
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [0133e6b7].