mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
Add a default selection if not a new install
This commit is contained in:
parent
a4263f51b1
commit
6c824a2ca8
@ -114,9 +114,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (! $newinstall) {
|
if (! $newinstall) {
|
||||||
echo '<td valign="top">Select which method of upgrade you would like to do'
|
echo '<td valign="top">Select which method of upgrade you would like to do'
|
||||||
. '<br><input type="radio" name="upgrademethod" value="dumpold"> Delete all old languages and install new ones'
|
. '<br><br><input type="radio" name="upgrademethod" value="addonlynew" checked> Only add languages that are not in the database already.'
|
||||||
. '<br><input type="radio" name="upgrademethod" value="addmissing"> Only add new phrases'
|
. '<br><input type="radio" name="upgrademethod" value="addmissing"> Only add new phrases'
|
||||||
. '<br><input type="radio" name="upgrademethod" value="addonlynew"> only add languages that are not in the database already.'
|
. '<br><input type="radio" name="upgrademethod" value="dumpold"> Delete all old languages and install new ones'
|
||||||
. '</td>';
|
. '</td>';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
(for weekly) calendar es (por semanal)
|
(for weekly) calendar es (por semanal)
|
||||||
1 match found calendar es 1 coincidencia encontrada
|
1 match found calendar es 1 coincidencia encontrada
|
||||||
1 message has been deleted email es 1 mensaje fue borrado
|
1 message has been deleted email es 1 mensaje fue borrado
|
||||||
a calendar es
|
a calendar es a
|
||||||
access common es Acceso
|
access common es Acceso
|
||||||
access type common es Tipo Acceso
|
access type common es Tipo Acceso
|
||||||
access type todo es Tipo de Acceso
|
access type todo es Tipo de Acceso
|
||||||
|
Loading…
Reference in New Issue
Block a user