diff options
-rw-r--r-- | language/cs_CZ/common.lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/language/cs_CZ/common.lang.php b/language/cs_CZ/common.lang.php index 8046dc358..63a9c5675 100644 --- a/language/cs_CZ/common.lang.php +++ b/language/cs_CZ/common.lang.php @@ -425,4 +425,5 @@ $lang['Password is missing. Please enter the password.'] = 'Chybí heslo. Prosí $lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Chybí potvrzení hesla. Prosím potvrďte vybrané heslo.'; $lang['%d photos per page'] = '%d fotek na stránce'; $lang['Theme'] = 'Téma'; -?>
\ No newline at end of file +$lang['Photo description'] = 'Popis fotky'; +$lang['Photo title'] = 'Název fotky';
\ No newline at end of file |