From c639ad1e7e3ec747cac37e230fd8380da98c508b Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 24 Mar 2010 19:34:41 +0000 Subject: copy all languages (exceptions are en_UK and fr_FR) from branch 2.0 to trunk, then convert the *.lang.php files with tools/convert_language_to_2.1.pl Next step is to play with tools/translation_analysis.php to find which language keys need translation for each language. git-svn-id: http://piwigo.org/svn/trunk@5316 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/pt_PT/about.html | 6 + language/pt_PT/common.lang.php | 368 ++++++++++++++++++++++++++++++++++++++++ language/pt_PT/index.php | 30 ++++ language/pt_PT/install.lang.php | 74 ++++++++ language/pt_PT/iso.txt | 1 + 5 files changed, 479 insertions(+) create mode 100644 language/pt_PT/about.html create mode 100644 language/pt_PT/common.lang.php create mode 100644 language/pt_PT/index.php create mode 100644 language/pt_PT/install.lang.php create mode 100644 language/pt_PT/iso.txt (limited to 'language/pt_PT') diff --git a/language/pt_PT/about.html b/language/pt_PT/about.html new file mode 100644 index 000000000..b62594263 --- /dev/null +++ b/language/pt_PT/about.html @@ -0,0 +1,6 @@ +
  • Piwigo é uma aplicação web permitindo de criar facilemente uma galeria de imagens em linha.
  • + +
  • Tecnicamente, Piwigo é desenvolevido em PHP com uma base de dados MySQL.
  • + +
  • Se tiver sugestões ou comentários visite o sitio oficial e seu forum.
  • diff --git a/language/pt_PT/common.lang.php b/language/pt_PT/common.lang.php new file mode 100644 index 000000000..ef54018e4 --- /dev/null +++ b/language/pt_PT/common.lang.php @@ -0,0 +1,368 @@ + diff --git a/language/pt_PT/index.php b/language/pt_PT/index.php new file mode 100644 index 000000000..871b52b6a --- /dev/null +++ b/language/pt_PT/index.php @@ -0,0 +1,30 @@ + diff --git a/language/pt_PT/install.lang.php b/language/pt_PT/install.lang.php new file mode 100644 index 000000000..2b9441272 --- /dev/null +++ b/language/pt_PT/install.lang.php @@ -0,0 +1,74 @@ +Piwigo message board.'] = 'precisa de ajuda ? faça a sua pergunta forum de Piwigo.'; +$lang['install_end_message'] = 'A configuração da aplicação correu bem, vamos a proxima fase

    +* Ide à página de indentificação e conecte-se com o pseudónimo escolhido para o webmaster
    +* Perite-vos acedir à parte de administração e as instruções para meter as imagens nos repertorios.'; +$lang['Webmaster mail address'] = 'Endresso Email do administrador'; +$lang['Visitors will be able to contact site administrator with this mail'] = 'Os visitantes poderam contactar-vos pelo este Email'; + +$lang['PHP 5 is required'] = 'PHP 5 é requerido'; +$lang['It appears your webhost is currently running PHP %s.'] = 'Aparentemente, a versão PHP do seu Apparemment, a versão PHP do seu hospede é PHP %s.'; +$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo vai tentar passar em PHP 5 criando ou modificando o ficheiro .htaccess.'; +$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'notei que pode modificar a configuração PHP e lançar de novo Pigiwo depois.'; +$lang['Try to configure PHP 5'] = 'Tente configurar PHP 5Essayer de configurer PHP 5'; +$lang['Sorry!'] = 'Infelizmente!'; +$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo não pôde configurar PHP 5.'; +$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = 'Deve contactar seu hospede afins de saber como configurar PHP 5.'; +$lang['Hope to see you back soon.'] = 'Eperando vê-lo de novo em breve...'; +?> \ No newline at end of file diff --git a/language/pt_PT/iso.txt b/language/pt_PT/iso.txt new file mode 100644 index 000000000..361e0e500 --- /dev/null +++ b/language/pt_PT/iso.txt @@ -0,0 +1 @@ +Português [PT] \ No newline at end of file -- cgit v1.2.3