Fix incorrect cs_CZ translation
The word "me" here is a [dative case!](https://en.wikipedia.org/wiki/Dative_case) but the current translation would be used for genitive or accusative cases, thus it is incorrect and should be changed to "mně".
This commit is contained in:
@@ -936,8 +936,8 @@ return array(
|
||||
'Copy and paste your link here...' => 'Zde vložte váš odkaz...',
|
||||
'URL' => 'URL',
|
||||
'Internal links' => 'Interní odkazy',
|
||||
'Assign to me' => 'Přiřadit to mě',
|
||||
'Me' => 'Mě',
|
||||
'Assign to me' => 'Přiřadit to mně',
|
||||
'Me' => 'Mně',
|
||||
'Do not duplicate anything' => 'Nekopírovat nic',
|
||||
'Projects management' => 'Správa projektů',
|
||||
'Users management' => 'Správa uživatelů',
|
||||
|
||||
Reference in New Issue
Block a user