diff options
Diffstat (limited to 'app/i18n/cs/api.php')
| -rw-r--r-- | app/i18n/cs/api.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app/i18n/cs/api.php b/app/i18n/cs/api.php index 6a0eedb08..0021dfa98 100644 --- a/app/i18n/cs/api.php +++ b/app/i18n/cs/api.php @@ -1,14 +1,14 @@ <?php -/******************************************************************************/ -/* Each entry of that file can be associated with a comment to indicate its */ -/* state. When there is no comment, it means the entry is fully translated. */ -/* The recognized comments are (comment matching is case-insensitive): */ -/* + TODO: the entry has never been translated. */ -/* + DIRTY: the entry has been translated but needs to be updated. */ -/* + IGNORE: the entry does not need to be translated. */ -/* When a comment is not recognized, it is discarded. */ -/******************************************************************************/ +/****************************************************************************** + * Each entry of that file can be associated with a comment to indicate its * + * state. When there is no comment, it means the entry is fully translated. * + * The recognized comments are (comment matching is case-insensitive): * + * + TODO: the entry has never been translated. * + * + DIRTY: the entry has been translated but needs to be updated. * + * + IGNORE: the entry does not need to be translated. * + * When a comment is not recognized, it is discarded. * + ******************************************************************************/ return array( 'information' => array( |
