aboutsummaryrefslogtreecommitdiffstats
path: root/language/pt_PT/install.lang.php
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2011-01-25 20:10:54 +0000
committerddtddt <ddtddt@piwigo.org>2011-01-25 20:10:54 +0000
commit9c21be642f7d300aeb2f427b84edaf18dbd2474f (patch)
treec655d340c68e7a764b21b74f8303d60ff61da543 /language/pt_PT/install.lang.php
parent75571f4040ea9e0cf581bbfdfb5d2ccbd1f3bcb2 (diff)
[trunk] - update pt_PT Thanks to PsyKick_RuhYn
git-svn-id: http://piwigo.org/svn/trunk@8895 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/pt_PT/install.lang.php')
-rw-r--r--language/pt_PT/install.lang.php12
1 files changed, 11 insertions, 1 deletions
diff --git a/language/pt_PT/install.lang.php b/language/pt_PT/install.lang.php
index 5740b2995..7dd0a9a7d 100644
--- a/language/pt_PT/install.lang.php
+++ b/language/pt_PT/install.lang.php
@@ -65,4 +65,14 @@ $lang['Sorry!'] = 'Lamento!';
$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo não pôde configurar o PHP 5.';
$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "Você deve entrar em contato com o suporte do seu provedor e ver como você poderia mudar para PHP 5 por conta própria.";
$lang['Hope to see you back soon.'] = 'Espero te ver de volta em breve.';
-?>
+
+$lang['Database type'] = 'Tipo de Base de Dados';
+$lang['The type of database your piwigo data will be store in'] = 'O tipo de base de dados em que a sua informação Piwigo será guardada';
+$lang['Congratulations, Piwigo installation is completed'] = 'Parabéns, a sua instalação Piwigo está completa';
+$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Uma solução alternativa será copiar o texto na caixa abaixo e colá-lo no ficheiro "local/config/database.inc.php" (Atenção : database.inc.php apenas deverá conter o que está na área de texto, não insira nenhuma linha nova ou espaço em branco)';
+$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['SQLite and PostgreSQL are currently in experimental state.'] = 'SQLite e PostgreSQL ainda estão em fase experimental.';
+$lang['Learn more'] = 'Saber mais';
+?> \ No newline at end of file