From 796cbc835020db800660443a31d617855d3f7640 Mon Sep 17 00:00:00 2001 From: patdenice Date: Mon, 16 Mar 2009 17:04:13 +0000 Subject: merge r3203 from trunk to branch 2.0. Move template class inclusion to common.inc.php. Add forum link in upgrade page. Install and upgrade try to configure PHP5. git-svn-id: http://piwigo.org/svn/branches/2.0@3204 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/de_DE/install.lang.php | 10 ++++++++++ language/en_UK/install.lang.php | 10 ++++++++++ language/es_ES/install.lang.php | 10 ++++++++++ language/fr_FR/install.lang.php | 10 ++++++++++ language/it_IT/install.lang.php | 10 ++++++++++ language/nl_NL/install.lang.php | 10 ++++++++++ language/pl_PL/install.lang.php | 10 ++++++++++ 7 files changed, 70 insertions(+) (limited to 'language') diff --git a/language/de_DE/install.lang.php b/language/de_DE/install.lang.php index 4c3991efb..29a3823e6 100644 --- a/language/de_DE/install.lang.php +++ b/language/de_DE/install.lang.php @@ -61,4 +61,14 @@ $lang['install_end_message'] = 'Die Konfiguration der Piwigo abgeschlossen ist, * diesem Login ermöglicht Ihnen den Zugang zu den Verwaltungs-Panel und der Bilder- und Benutzerverwaltung.'; $lang['conf_mail_webmaster'] = 'Webmaster Mail-Adresse'; $lang['conf_mail_webmaster_info'] = 'Kontakt E-Mailadresse (nur für angemeldete Benutzer sichtbar)'; + +$lang['PHP 5 is required'] = 'PHP 5 ist erforderlich'; +$lang['It appears your webhost is currently running PHP %s.'] = 'Es scheint Ihr Webhost ist derzeit laufenden PHP %s.'; +$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo wird versuchen um Ihre Konfiguration zu PHP 5 Schalten durch die Schaffung oder Änderung einer .Htaccess-Datei.'; +$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Hinweis: Sie können Ihre Konfiguration indem manuel Schalten und starten Sie wieder dass Piwigo.'; +$lang['Try to configure PHP 5'] = 'Versuch zu konfigurieren PHP 5'; +$lang['Sorry!'] = 'Bekümmert!'; +$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo kan nicht PHP 5 zu konfigurieren.'; +$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "Sie können sich beziehen auf Ihrem Hosting-Anbieter die Unterstützung und sehen wie Sie könnte Umstellung auf PHP 5 von Ihnen."; +$lang['Hope to see you back soon.'] = 'Hoffen, Sie bald wieder zurück.'; ?> \ No newline at end of file diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php index 9396106c3..5328e3eb4 100644 --- a/language/en_UK/install.lang.php +++ b/language/en_UK/install.lang.php @@ -63,4 +63,14 @@ $lang['install_end_message'] = 'The configuration of Piwigo is finished, here is * this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories'; $lang['conf_mail_webmaster'] = 'Webmaster mail address'; $lang['conf_mail_webmaster_info'] = 'Visitors will be able to contact site administrator with this mail'; + +$lang['PHP 5 is required'] = 'PHP 5 is required'; +$lang['It appears your webhost is currently running PHP %s.'] = 'It appears your webhost is currently running PHP %s.'; +$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'; +$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Note you can change your configuration by yourself and restart Piwigo after that.'; +$lang['Try to configure PHP 5'] = 'Try to configure PHP 5'; +$lang['Sorry!'] = 'Sorry!'; +$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo was not able to configure PHP 5.'; +$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."; +$lang['Hope to see you back soon.'] = 'Hope to see you back soon.'; ?> \ No newline at end of file diff --git a/language/es_ES/install.lang.php b/language/es_ES/install.lang.php index dab931f47..39f611390 100644 --- a/language/es_ES/install.lang.php +++ b/language/es_ES/install.lang.php @@ -61,4 +61,14 @@ $lang['install_end_message'] = 'La configuración de la aplicación correctament * Éste le permite acceder a la parte administración y a las instrucciones para colocar las imágenes en los repertorios.'; $lang['conf_mail_webmaster'] = 'Dirige e-mail del Administrador'; $lang['conf_mail_webmaster_info'] = 'Los visitadores podrán ponerse en contacto con usted por este mail'; + +$lang['PHP 5 is required'] = 'PHP 5 es requerido'; +$lang['It appears your webhost is currently running PHP %s.'] = 'Aparentemente, la versión PHP de su hébergeur es PHP %s.'; +$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo va a tratar de pasar en PHP 5 creando o modificando el fichero .htaccess.'; +$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Anote que usted mismo puede cambiar la configuración PHP y volver a lanzar a Piwigo después.'; +$lang['Try to configure PHP 5'] = 'Tratar de configurar PHP 5'; +$lang['Sorry!'] = 'Desolado!'; +$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo no pudo configurar PHP 5.'; +$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = 'Usted debe ponerse en contacto con su hébergeur con el fin de saber cómo configurar PHP 5'; +$lang['Hope to see you back soon.'] = 'Esperando verle de revisarle muy pronto...'; ?> \ No newline at end of file diff --git a/language/fr_FR/install.lang.php b/language/fr_FR/install.lang.php index 507236db7..c34171c81 100644 --- a/language/fr_FR/install.lang.php +++ b/language/fr_FR/install.lang.php @@ -61,4 +61,14 @@ $lang['install_end_message'] = 'La configuration de l\'application s\'est correc * celui-ci vous permet d\'accéder à la partie administration et aux instructions pour placer les images dans les répertoires.'; $lang['conf_mail_webmaster'] = 'Adresse e-mail de l\'Administrateur'; $lang['conf_mail_webmaster_info'] = 'Les visiteurs pourront vous contacter par ce mail'; + +$lang['PHP 5 is required'] = 'PHP 5 est requis'; +$lang['It appears your webhost is currently running PHP %s.'] = 'Apparemment, la version PHP de votre hébergeur est PHP %s.'; +$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo va essayer de passer en PHP 5 en créant ou en modifiant le fichier .htaccess.'; +$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Notez que vous pouvez changer vous-même la configuration PHP et re-lancer Piwigo après.'; +$lang['Try to configure PHP 5'] = 'Essayer de configurer PHP 5'; +$lang['Sorry!'] = 'Désolé!'; +$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo n\'a pas pu configurer PHP 5.'; +$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = 'Vous devez contacter votre hébergeur afin de savoir comment configurer PHP 5.'; +$lang['Hope to see you back soon.'] = 'En espérant vous revoir très prochainement...'; ?> \ No newline at end of file diff --git a/language/it_IT/install.lang.php b/language/it_IT/install.lang.php index 45c19e972..26710161e 100644 --- a/language/it_IT/install.lang.php +++ b/language/it_IT/install.lang.php @@ -61,4 +61,14 @@ $lang['install_end_message'] = 'La configurazione di Piwigo è conclusa. Procede * a questo punto sarete abilitati all\'accesso al pannello di amministrazione in cui troverete le istruzioni per l\'inserimento delle immagini nelle vostre directory'; $lang['conf_mail_webmaster'] = 'Indirizzo email del Amministratore'; $lang['conf_mail_webmaster_info'] = 'i visitatori potranno contattarvi utilizzando questo indirizzo email'; + +$lang['PHP 5 is required'] = 'È necessario PHP 5'; +$lang['It appears your webhost is currently running PHP %s.'] = 'Sembrerebbe che la versione del vostro server è PHP %s.'; +$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo cerchrà di passare in PHP 5 creando o modificando il file .htaccess.'; +$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Notate che potete cambiare manualmente la configurazione e rilanciare Piwigo.'; +$lang['Try to configure PHP 5'] = 'Provate a configuratre PHP 5'; +$lang['Sorry!'] = 'Spiacente!'; +$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo non a potuto configurare PHP 5.'; +$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = 'Dovete contattare il votro provider per chiedere come configurare PHP 5.'; +$lang['Hope to see you back soon.'] = 'Sperando di rivedervi prossimamente ...'; ?> \ No newline at end of file diff --git a/language/nl_NL/install.lang.php b/language/nl_NL/install.lang.php index 50add9392..a4c69917b 100644 --- a/language/nl_NL/install.lang.php +++ b/language/nl_NL/install.lang.php @@ -63,4 +63,14 @@ $lang['install_end_message'] = 'Het installeren van Piwigo is klaar, de volgende * Deze gebruikersnaam geeft u toegang tot de beheermenu zodat u afbeeldingen op uw website kan plaatsen'; $lang['conf_mail_webmaster'] = 'Webmaster email adres'; $lang['conf_mail_webmaster_info'] = 'Het is mogelijk dat bezoekers contact opnemen met de beheerder middels e-mail'; + +/* TODO */$lang['PHP 5 is required'] = 'PHP 5 is required'; +/* TODO */$lang['It appears your webhost is currently running PHP %s.'] = 'It appears your webhost is currently running PHP %s.'; +/* TODO */$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'; +/* TODO */$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Note you can change your configuration by yourself and restart Piwigo after that.'; +/* TODO */$lang['Try to configure PHP 5'] = 'Try to configure PHP 5'; +/* TODO */$lang['Sorry!'] = 'Sorry!'; +/* TODO */$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo was not able to configure PHP 5.'; +/* TODO */$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."; +/* TODO */$lang['Hope to see you back soon.'] = 'Hope to see you back soon.'; ?> \ No newline at end of file diff --git a/language/pl_PL/install.lang.php b/language/pl_PL/install.lang.php index 2ab72a555..bf907c4cd 100644 --- a/language/pl_PL/install.lang.php +++ b/language/pl_PL/install.lang.php @@ -63,4 +63,14 @@ $lang['install_end_message'] = 'Konfiguracja Piwigo została zakończona, nastę * logowanie to umożliwi Ci dostęp do panelu administracyjnego oraz instrukcji jak umieszczaćzdjęcia w katalogach'; $lang['conf_mail_webmaster'] = 'Adres email Webmaster\'a'; $lang['conf_mail_webmaster_info'] = 'Z jego pomocą odwiedzający będą mogli się skontaktować z administratorem strony'; + +$lang['PHP 5 is required'] = 'PHP 5 jest wymagane'; +$lang['It appears your webhost is currently running PHP %s.'] = 'Twój serwer aktualnie używa PHP w wersji %s.'; +$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo może spróbować przełączyć Twoją konfigurację do PHP 5 poprzez modyfikację pliku .htaccess.'; +$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Możesz również zmienić tę konfigurację sam, a następnie uruchomić ponownie Piwigo.'; +$lang['Try to configure PHP 5'] = 'Spróbuj skonfigurować PHP 5'; +$lang['Sorry!'] = 'Niestety!'; +$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo nie mógł skonfigurować Twojego PHP 5.'; +$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "Możesz skontaktować się z działem wsparcia Twojego providera aby dowiedzieć się jak włączyć PHP 5."; +$lang['Hope to see you back soon.'] = 'Do zobaczenia wkrótce.'; ?> \ No newline at end of file -- cgit v1.2.3