diff options
author | mistic100 <mistic@piwigo.org> | 2011-04-09 14:52:15 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-04-09 14:52:15 +0000 |
commit | 76194270be6a529ff499900ed61e6266d2347d34 (patch) | |
tree | a4b94f25ffab5ce812ece8757d9365f55cb9bf4f /language/pt_PT | |
parent | fe28570fdf8754467a35d6b03c1ff13dc536beea (diff) |
bug:2224 one parameter for change thumnails number (needs some translations)
git-svn-id: http://piwigo.org/svn/trunk@10198 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/pt_PT')
-rw-r--r-- | language/pt_PT/common.lang.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/language/pt_PT/common.lang.php b/language/pt_PT/common.lang.php index 03faeac03..8a7c3c7da 100644 --- a/language/pt_PT/common.lang.php +++ b/language/pt_PT/common.lang.php @@ -230,10 +230,8 @@ $lang['month'][8] = 'Agosto'; $lang['month'][9] = 'Setembro'; $lang['Most visited'] = 'Mais vistas'; $lang['display most visited photos'] = 'Mostra as fotos mais vistas'; -$lang['The number of photos per row must be a not null scalar'] = 'O número de fotos por linha deve ser inteiro e não nulo'; -$lang['Number of photos per row'] = 'Número de imagens por linha'; -$lang['The number of rows per page must be a not null scalar'] = 'O número de linhas por página deve ser inteiro e não nulo'; -$lang['Number of rows per page'] = 'Número de linhas por página'; +$lang['The number of photos per page must be a not null scalar'] = 'O número de fotos por página deve ser inteiro e não nulo'; +$lang['Number of photos per page'] = 'Número de imagens por página'; $lang['Unknown identifier'] = 'Identificador desconhecido'; $lang['New password'] = 'Nova palavra-passe'; $lang['Rate this photo'] = 'Classifique a esta foto'; |