diff options
Diffstat (limited to '')
-rw-r--r-- | language/templates/admin.lang.php | 11 | ||||
-rw-r--r-- | language/templates/common.lang.php | 6 |
2 files changed, 17 insertions, 0 deletions
diff --git a/language/templates/admin.lang.php b/language/templates/admin.lang.php index 465ed9855..000b00a2d 100644 --- a/language/templates/admin.lang.php +++ b/language/templates/admin.lang.php @@ -667,4 +667,15 @@ $lang['Cannot delete the old permalink !'] = 'Cannot delete the old permalink !' $lang['Deleted on'] = 'Deleted on'; $lang['Last hit'] = 'Last hit'; $lang['Hit'] = 'Hit'; + +$lang['Tools'] = "Tools"; +$lang['Photos'] = "Photos"; +$lang['Themes'] = "Themes"; +$lang['Instructions to use Piwigo'] = "Instructions to use Piwigo"; +$lang['Order alphanumerically'] = "Order alphanumerically"; +$lang['Order alphanumerically reverse'] = "Order alphanumerically reverse"; +$lang['Installed Themes'] = "Installed Themes"; +$lang['Add New Theme'] = "Add New Theme"; +$lang['Forbid this theme to users'] = "Forbid this theme to users"; +$lang['Set as default theme for unregistered and new users'] = "Set as default theme for unregistered and new users"; ?>
\ No newline at end of file diff --git a/language/templates/common.lang.php b/language/templates/common.lang.php index 05b28c5e6..0c5f223d6 100644 --- a/language/templates/common.lang.php +++ b/language/templates/common.lang.php @@ -370,4 +370,10 @@ $lang['Reset_To_Default'] = 'Reset to default values'; $lang['del_all_favorites_hint'] = 'delete all images from your favorites'; $lang['Sent by'] = 'Sent by'; $lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies are blocked or not supported by your browser. You must enable cookies to connect.'; + +$lang['Some info about this picture'] = "Some info about this picture"; +$lang['Some more (technical) info about this picture'] = "Some more (technical) info about this picture"; +$lang['edit this comment'] = "edit this comment"; +$lang['Edit a comment'] = "Edit a comment"; + ?> |