diff options
author | samli <samli@piwigo.org> | 2011-04-10 04:00:49 +0000 |
---|---|---|
committer | samli <samli@piwigo.org> | 2011-04-10 04:00:49 +0000 |
commit | 7839cef9ca60ab4e9a2df07628861dc37b604520 (patch) | |
tree | ec51d254d66537a664a014658993da235564a618 /language/hu_HU/common.lang.php | |
parent | e1e80ff7e0d3037d75be2c57c9bfaefcc8d154ac (diff) |
[trunk] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@10226 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/hu_HU/common.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/hu_HU/common.lang.php b/language/hu_HU/common.lang.php index f5df6a213..c583b3158 100644 --- a/language/hu_HU/common.lang.php +++ b/language/hu_HU/common.lang.php @@ -361,4 +361,6 @@ $lang['This author modified following comment:'] = 'A szerző a következő hozz $lang['This author removed the comment with id %d'] = 'A szerző a következő hozzászólást törölte id %d'; $lang['validate this comment'] = 'hozzászólás engedélyezése'; $lang['html tags are not allowed in login'] = 'Belépéskor a html tag-ek nem engedélyezettek'; +$lang['The number of photos per page must be a not null scalar'] = 'Az oldalankénti képek száma nem lehet 0, és pozitív egész szám kell legyen.'; +$lang['Number of photos per page'] = 'Képek száma oldalanként'; ?> |