bug fixed: the "Learn more" language key needs to be in admin.lang.php, not in install.lang.php

git-svn-id: http://piwigo.org/svn/trunk@12105 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2011-09-08 11:52:02 +00:00
commit 79df57b96f
55 changed files with 26 additions and 43 deletions

View file

@ -782,5 +782,5 @@ $lang['new'] = 'novo';
$lang['No results'] = 'Sem resultados';
$lang['Searching...'] = 'Procurando...';
$lang['Type in a search term'] = 'Escreva um termo de busca';
$lang['Learn more'] = 'Saber mais';
?>

View file

@ -71,5 +71,4 @@ $lang['An alternate solution is to copy the text in the box above and paste it i
$lang['Creation of config file local/config/database.inc.php failed.'] = 'A criação do ficheiro de configuração local/config/database.inc.php falhou.';
$lang['Download the config file'] = 'Guardar ficheiro de configuração';
$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Pode guardar o ficheiro de configuração no seu computador e de seguida enviá-lo para a pasta /local/config da sua instalação.';
$lang['Learn more'] = 'Saber mais';
?>