diff --git a/www/www.reactos.org/getbuilds/ajax-getfiles-provider.php b/www/www.reactos.org/getbuilds/ajax-getfiles-provider.php
index 0b25c74bf..853615362 100644
--- a/www/www.reactos.org/getbuilds/ajax-getfiles-provider.php
+++ b/www/www.reactos.org/getbuilds/ajax-getfiles-provider.php
@@ -212,3 +212,4 @@ function fsize_str($size)
{
die("" . $e->getFile() . ":" . $e->getLine() . " - " . $e->getMessage() . "");
}
+?>
diff --git a/www/www.reactos.org/getbuilds/config.inc.php b/www/www.reactos.org/getbuilds/config.inc.php
index 52a8aaa58..3b418b41a 100644
--- a/www/www.reactos.org/getbuilds/config.inc.php
+++ b/www/www.reactos.org/getbuilds/config.inc.php
@@ -15,8 +15,8 @@
$ISO_DOWNLOAD_URL = "https://iso.reactos.org/";
$PREFIXES = array(
- "reactos-bootcd-" => "Boot CDs",
- "reactos-livecd-" => "Live CDs",
+ "reactos-bootcd-" => "Boot Media",
+ "reactos-livecd-" => "Live CDs (deprecated)",
);
$SUFFIXES = array(
@@ -44,3 +44,4 @@
// The following values need to be set here and in "ajax-getfiles-provider.php"!
$MAX_FILES_PER_PAGE = 100;
$REV_RANGE_LIMIT = 3000;
+?>
diff --git a/www/www.reactos.org/getbuilds/index.php b/www/www.reactos.org/getbuilds/index.php
index 2ba2c1303..33f00f374 100644
--- a/www/www.reactos.org/getbuilds/index.php
+++ b/www/www.reactos.org/getbuilds/index.php
@@ -116,8 +116,8 @@
- - Boot CD -
- - Live CD -
+ - Boot Media -
+ - Live CD (deprecated) -
- Debug -
- Release -
diff --git a/www/www.reactos.org/getbuilds/lang/de.inc.php b/www/www.reactos.org/getbuilds/lang/de.inc.php
index 873d070e6..7ea3c1786 100644
--- a/www/www.reactos.org/getbuilds/lang/de.inc.php
+++ b/www/www.reactos.org/getbuilds/lang/de.inc.php
@@ -10,42 +10,30 @@
charset=utf-8 without BOM
*/
- $getbuilds_langres["header"] = 'Startseite > ReactOS SVN Trunk-Builds';
$getbuilds_langres["title"] = "ReactOS Trunk-Builds herunterladen";
- $getbuilds_langres["intro"] = 'Hier können Sie aktuelle aber auch ältere ReactOS-Entwicklerversionen herunterladen, die von unserem BuildBot erstellt wurden.';
-
- $getbuilds_langres["overview"] = "Übersicht";
- $getbuilds_langres["latestrev"] = "Letzte ReactOS-Revision auf dem SVN-Server";
- $getbuilds_langres["browsesvn"] = "SVN-Server online durchsuchen";
- $getbuilds_langres["buildbot_status"] = "BuildBot-Status";
- $getbuilds_langres["buildbot_web"] = "Details im BuildBot Web-Interface ansehen";
+ $getbuilds_langres["intro"] = 'Hier können Sie aktuelle aber auch ältere ReactOS-Entwicklerversionen herunterladen, die von unserem BuildBot erstellt wurden.';
+
+ $getbuilds_langres["imagetypes"] = "Image Types";
$getbuilds_langres["browsebuilds"] = "Alle erstellten Builds durchsuchen";
-
- $getbuilds_langres["downloadrev"] = "Eine vorkompilierte ReactOS-Revision herunterladen";
- $getbuilds_langres["js_disclaimer"] = 'Sie müssen JavaScript in Ihrem Browser aktivieren, um die Revisions-Dateiliste zu benutzen.
Alternativ können Sie alle vorkompilierten Versionen hier herunterladen.';
- $getbuilds_langres["showrevfiles"] = "Zeige Dateien von Revision";
+ $getbuilds_langres["browsegithub"] = "GitHub-Server durchsuchen";
+
+ //$getbuilds_langres["js_disclaimer"] = 'Sie müssen JavaScript in Ihrem Browser aktivieren, um die Revisions-Dateiliste zu benutzen.
Alternativ können Sie alle vorkompilierten Versionen hier herunterladen.';
$getbuilds_langres["prevrev"] = "Vorherige Revision";
$getbuilds_langres["nextrev"] = "Nächste Revision";
- $getbuilds_langres["showrev"] = "Anzeigen";
- $getbuilds_langres["gettinglist"] = "Dateiliste wird geladen";
- $getbuilds_langres["isotype"] = "CD-Image-Typen anzeigen";
-
+
$getbuilds_langres["foundfiles"] = "%s Dateien gefunden!";
$getbuilds_langres["filename"] = "Dateiname";
- $getbuilds_langres["filesize"] = "Größe";
- $getbuilds_langres["filedate"] = "Zuletzt geändert";
-
- $getbuilds_langres["nofiles"] = "Für Revision %s gibt es keine vorkompilierten Dateien! Die letzte verfügbare Revision ist " . $rev;
+ $getbuilds_langres["size"] = "Größe";
+ $getbuilds_langres["date"] = "Zuletzt geändert";
+
+ $getbuilds_langres["nofiles"] = "Für Revision %s gibt es keine vorkompilierten Dateien! Die letzte verfügbare Revision ist " . $rev;
$getbuilds_langres["invalidrev"] = "Ungültige Revisionsnummer!";
-
+
$getbuilds_langres["rangelimitexceeded"] = "Der Revisionsbereich darf maximal %s Revisionen umfassen!";
-
+
$getbuilds_langres["legend"]= "Legende";
- $getbuilds_langres["build_bootcd"] = "bootcd - BootCD ISOs können benutzt werden, um ReactOS auf einer Festplatte zu installieren. Danach wird das Medium nicht mehr benötigt. BootCDs eignen sich sehr gut zur Benutzung in einer Virtuellen Maschine(VirtualBox, VMWare, QEMU).";
- $getbuilds_langres["build_livecd"] = "livecd - LiveCD ISOs erlauben es, ReactOS ohne Installation direkt von der CD oder dem ISO zu starten. So können Sie ReactOS ganz einfach testen.";
- $getbuilds_langres["build_rel"] = "-rel - Release Version, ohne Debugging-Funktionen. (Hinweis: Hier finden Sie nur Vorabversionen, Hauptversionen gibt es auf der Download-Seite!)";
- $getbuilds_langres["build_dbg"] = "-dbg - Debugging Version. Diese Versionen können benutzt werden, um Debugmeldungen auszulesen. Dies kann hilfreich sein, wenn Sie einen Fehler melden möchten.";
- $getbuilds_langres["build_dbgwin"] = "-dbgwin - Siehe -dbg + zusätzliche Gecko- und Winetests";
- $getbuilds_langres["build_msvc"] = "-msvc - Debug version includes debugging information and PDB files, use this version to debug with Windbg.";
-
+ $getbuilds_langres["build_bootcd"] = "Boot Media are designed to install ReactOS onto an HDD and enjoy the new features since the last release. You will need the ISO only for the installation. This is the recommended variant to install into a VM (VirtualBox, VMWare, QEMU). Alternatively, you can choose to give ReactOS a try without installing it, for example in case your HDD is not detected during installation, or if you have no alternative system/VMs to install it on.";
+ $getbuilds_langres["build_livecd"] = "Live CDs (deprecated) were the former way to test ReactOS without installing it. These have been replaced by the Boot Media since ReactOS 0.4.16 release.";
+ $getbuilds_langres["build_dbg"] = "Debugging Version. Diese Versionen können benutzt werden, um Debugmeldungen auszulesen. Dies kann hilfreich sein, wenn Sie einen Fehler melden möchten.";
+ $getbuilds_langres["build_rel"] = "Release Version, ohne Debugging-Funktionen. (Hinweis: Hier finden Sie nur Vorabversionen, Hauptversionen gibt es auf der Download-Seite!)";
?>
diff --git a/www/www.reactos.org/getbuilds/lang/en.inc.php b/www/www.reactos.org/getbuilds/lang/en.inc.php
index 5ace60200..ec3fdc1a6 100644
--- a/www/www.reactos.org/getbuilds/lang/en.inc.php
+++ b/www/www.reactos.org/getbuilds/lang/en.inc.php
@@ -18,8 +18,9 @@
"browsegithub" => "Browse GitHub Repository",
"legend" => "Legend",
- "build_bootcd" => "Boot CDs are designed to install ReactOS onto an HDD and enjoy the new features since last release. You will need the ISO only for the installation. This is the recommended variant to install into a VM (VirtualBox, VMWare, QEMU).",
- "build_livecd" => "Live CDs allow you to use ReactOS without installing it. It can be used to test ReactOS in case your HDD is not detected during installation, or if you have no alternative system/VMs to install it on.",
+ "build_bootcd" => "Boot Media are designed to install ReactOS onto an HDD and enjoy the new features since the last release. You will need the ISO only for the installation. This is the recommended variant to install into a VM (VirtualBox, VMWare, QEMU). Alternatively, you can choose to give ReactOS a try without installing it, for example in case your HDD is not detected during installation, or if you have no alternative system/VMs to install it on.",
+ "build_livecd" => "Live CDs (deprecated) were the former way to test ReactOS without installing it. These have been replaced by the Boot Media since ReactOS 0.4.16 release.",
"build_dbg" => "Debug versions include debugging information, use these versions to test, produce logs and report bugs. This is the recommended variant to install to report bugs.",
"build_rel" => "Release versions include no debugging information. These versions are smaller, but cannot be used to produce logs.",
);
+?>
diff --git a/www/www.reactos.org/getbuilds/lang/es.inc.php b/www/www.reactos.org/getbuilds/lang/es.inc.php
index 98ab758d6..7dfdd9296 100644
--- a/www/www.reactos.org/getbuilds/lang/es.inc.php
+++ b/www/www.reactos.org/getbuilds/lang/es.inc.php
@@ -9,42 +9,30 @@
charset=utf-8 without BOM
*/
- $getbuilds_langres["header"] = 'Home > Builds del Trunk de ReactOS SVN';
$getbuilds_langres["title"] = "Descargar las builds del trunk";
- $getbuilds_langres["intro"] = 'Aquí puedes descargar versiones recientes de desarrollo de ReactOS pero también viejas versiones, que han sido creadas por nuestro BuildBot.';~
-
- $getbuilds_langres["overview"] = "Resumen";
- $getbuilds_langres["latestrev"] = "Ultima revisión de ReactOS en el server SVN";
- $getbuilds_langres["browsesvn"] = "Hojear el repositorio SVN online";
- $getbuilds_langres["buildbot_status"] = "Estado de BuildBot";
- $getbuilds_langres["buildbot_web"] = "Ver detalles de la interfaz web de BuildBot";
+ $getbuilds_langres["intro"] = 'Aquí puedes descargar versiones recientes de desarrollo de ReactOS pero también viejas versiones, que han sido creadas por nuestro BuildBot.';
+
+ $getbuilds_langres["imagetypes"] = "Image Types";
$getbuilds_langres["browsebuilds"] = "Hojear todas las builds creadas";
-
- $getbuilds_langres["downloadrev"] = "Descargar una revisión precompilada de ReactOS";
- $getbuilds_langres["js_disclaimer"] = 'Tienes que tener JavaScript habilitado en tu browser para poder ver la lista de archivos de las revisiones.
Alternativamente, puedes descargar todas las versiones precompiladas desde aquí.';
- $getbuilds_langres["showrevfiles"] = "Mostrar los archivos de la revisión";
+ $getbuilds_langres["browsegithub"] = "Hojear el repositorio GitHub";
+
+ //$getbuilds_langres["js_disclaimer"] = 'Tienes que tener JavaScript habilitado en tu browser para poder ver la lista de archivos de las revisiones.
Alternativamente, puedes descargar todas las versiones precompiladas desde aquí.';
$getbuilds_langres["prevrev"] = "Revisión anterior";
$getbuilds_langres["nextrev"] = "Revisión siguiente";
- $getbuilds_langres["showrev"] = "Mostrar";
- $getbuilds_langres["gettinglist"] = "Obteniendo la lista de archivos";
- $getbuilds_langres["isotype"] = "Mostrar tipos de imagen de CD";
-
+
$getbuilds_langres["foundfiles"] = "Encontrado(s) %s archivo(s)!";
-
$getbuilds_langres["filename"] = "Nombre de archivo";
- $getbuilds_langres["filesize"] = "Tamaño";
- $getbuilds_langres["filedate"] = "Modificado";
-
- $getbuilds_langres["nofiles"] = "No hay archivos precompilados para la revisión %s! Los últimos ficheros disponibles son de la revision " . $rev;
+ $getbuilds_langres["size"] = "Tamaño";
+ $getbuilds_langres["date"] = "Modificado";
+
+ $getbuilds_langres["nofiles"] = "No hay archivos precompilados para la revisión %s! Los últimos ficheros disponibles son de la revision " . $rev;
$getbuilds_langres["invalidrev"] = "Número de revisión inválido!";
-
+
$getbuilds_langres["rangelimitexceeded"] = "El rango de revisiones puede contener un máximo de %s revisiones!";
-
- $getbuilds_langres["legend"]= "Legend";
- $getbuilds_langres["build_bootcd"] = "bootcd - BootCD ISOs are designed to install ReactOS onto an HDD and enjoy the new features since last release. You will need the ISO only for the installation. This is the recommended variant to install into a VM (VirtualBox, VMWare, QEMU).";
- $getbuilds_langres["build_livecd"] = "livecd - LiveCD ISOs allow to use ReactOS without installing it. It can be used to test ReactOS in case your HDD is not detected during BootCD installation or if you have no alternative system/VM to install on.";
- $getbuilds_langres["build_rel"] = "-rel - Release version with no debugging information, this version is smaller, but it cannot be used to produce logs.";
- $getbuilds_langres["build_dbg"] = "-dbg - Debug version includes debugging information, use this version to test, produce logs and report bugs. This is the recommended variant to install to report bugs.";
- $getbuilds_langres["build_dbgwin"] = "-dbgwin - The same as the -dbg version + includes wine Gecko and winetests. ";
- $getbuilds_langres["build_msvc"] = "-msvc - Debug version includes debugging information and PDB files, use this version to debug with Windbg.";
+
+ $getbuilds_langres["legend"] = "Legend";
+ $getbuilds_langres["build_bootcd"] = "Boot Media are designed to install ReactOS onto an HDD and enjoy the new features since the last release. You will need the ISO only for the installation. This is the recommended variant to install into a VM (VirtualBox, VMWare, QEMU). Alternatively, you can choose to give ReactOS a try without installing it, for example in case your HDD is not detected during installation, or if you have no alternative system/VMs to install it on.";
+ $getbuilds_langres["build_livecd"] = "Live CDs (deprecated) were the former way to test ReactOS without installing it. These have been replaced by the Boot Media since ReactOS 0.4.16 release.";
+ $getbuilds_langres["build_dbg"] = "Debug version includes debugging information, use this version to test, produce logs and report bugs. This is the recommended variant to install to report bugs.";
+ $getbuilds_langres["build_rel"] = "Release version with no debugging information, this version is smaller, but it cannot be used to produce logs.";
?>
diff --git a/www/www.reactos.org/getbuilds/lang/fr.inc.php b/www/www.reactos.org/getbuilds/lang/fr.inc.php
index bb88cede0..168599795 100644
--- a/www/www.reactos.org/getbuilds/lang/fr.inc.php
+++ b/www/www.reactos.org/getbuilds/lang/fr.inc.php
@@ -9,42 +9,30 @@
charset=utf-8 without BOM
*/
- $getbuilds_langres["header"] = 'Accueil > Binaires du tronc de ReactOS';
$getbuilds_langres["title"] = "Télécharger les binaires du tronc de ReactOS";
- $getbuilds_langres["intro"] = 'Ici vous pouvez télécharger les récentes binaires, mais aussi les plus anciennes version de ReactOS, qui ont été créées par notre BuildBot.';
-
- $getbuilds_langres["overview"] = "Aperçu";
- $getbuilds_langres["latestrev"] = "Dernière révision de ReactOS sur le serveur SVN";
- $getbuilds_langres["browsesvn"] = "Parcourir le répertoire SVN en ligne";
- $getbuilds_langres["buildbot_status"] = "Statut du robot BuildBot";
- $getbuilds_langres["buildbot_web"] = "View details at the BuildBot Web Interface";
- $getbuilds_langres["browsebuilds"] = "Parcourir toutes les binaires créées";
-
- $getbuilds_langres["downloadrev"] = "Télécharger les binaires d'une révision de ReactOS";
- $getbuilds_langres["js_disclaimer"] = 'JavaScript a besoin d\'être activé dans votre navigateur pour utiliser la liste des fichiers de révision.
Autrement, vous pouvez télécharger tous les binaires des révisions ici.';
- $getbuilds_langres["showrevfiles"] = "Montrer les fichiers de la révision ";
+ $getbuilds_langres["intro"] = 'Ici vous pouvez télécharger les binaires récents, mais aussi les plus anciennes version de ReactOS, qui ont été créées par notre BuildBot.';
+
+ $getbuilds_langres["imagetypes"] = "Types d'images";
+ $getbuilds_langres["browsebuilds"] = "Parcourir tous les binaires créés";
+ $getbuilds_langres["browsegithub"] = "Parcourir le répertoire GitHub";
+
+ //$getbuilds_langres["js_disclaimer"] = 'JavaScript a besoin d\'être activé dans votre navigateur pour utiliser la liste des fichiers de révision.
Autrement, vous pouvez télécharger tous les binaires des révisions ici.';
$getbuilds_langres["prevrev"] = "Révision précédente";
$getbuilds_langres["nextrev"] = "Révision suivante";
- $getbuilds_langres["showrev"] = "Montrer";
- $getbuilds_langres["gettinglist"] = "Récupération de la liste des fichiers";
- $getbuilds_langres["isotype"] = "Montrer les types d'images de CD ";
-
+
$getbuilds_langres["foundfiles"] = "%s fichiers trouvés !";
-
$getbuilds_langres["filename"] = "Nom du fichier";
- $getbuilds_langres["filesize"] = "Taille";
- $getbuilds_langres["filedate"] = "Derniers changements";
-
- $getbuilds_langres["nofiles"] = "Il n'y a pas de fichiers disponibles pour la révision %s ! Les derniers fichiers sont pour la révision " . $rev;
+ $getbuilds_langres["size"] = "Taille";
+ $getbuilds_langres["date"] = "Derniers changements";
+
+ $getbuilds_langres["nofiles"] = "Il n'y a pas de fichiers disponibles pour la révision %s ! Les derniers fichiers sont pour la révision " . $rev;
$getbuilds_langres["invalidrev"] = "Numéro de révision invalide !";
-
+
$getbuilds_langres["rangelimitexceeded"] = "L'intervalle de révisions ne peut contenir qu'un maximum de %s révisions !";
-
- $getbuilds_langres["legend"]= "Legend";
- $getbuilds_langres["build_bootcd"] = "bootcd - BootCD ISOs are designed to install ReactOS onto an HDD and enjoy the new features since last release. You will need the ISO only for the installation. This is the recommended variant to install into a VM (VirtualBox, VMWare, QEMU).";
- $getbuilds_langres["build_livecd"] = "livecd - LiveCD ISOs allow to use ReactOS without installing it. It can be used to test ReactOS in case your HDD is not detected during BootCD installation or if you have no alternative system/VM to install on.";
- $getbuilds_langres["build_rel"] = "-rel - Release version with no debugging information, this version is smaller, but it cannot be used to produce logs.";
- $getbuilds_langres["build_dbg"] = "-dbg - Debug version includes debugging information, use this version to test, produce logs and report bugs. This is the recommended variant to install to report bugs.";
- $getbuilds_langres["build_dbgwin"] = "-dbgwin - The same as the -dbg version + includes wine Gecko and winetests. ";
- $getbuilds_langres["build_msvc"] = "-msvc - Debug version includes debugging information and PDB files, use this version to debug with Windbg.";
+
+ $getbuilds_langres["legend"] = "Légende";
+ $getbuilds_langres["build_bootcd"] = "Les Boot Media sont conçus pour installer ReactOS sur un disque dur et vous permettre de profiter des ses toutes dernières fonctionnalités depuis la dernière version. Vous n'aurez besoin du fichier ISO seulement pour son installation. Ceci est la méthode recommandée pour une installation sur machine virtuelle (VirtualBox, VMWare, QEMU). Ou bien, vous pouvez choisir d'essayer ReactOS sans l'installer, par exemple si votre disque dur n'est pas détecté durant l'installation, ou, si vous n'avez aucun système/machine virtuelle sur lequel l'installer.";
+ $getbuilds_langres["build_livecd"] = "Les Live CDs (obsolètes) étaient l'ancien moyen de tester ReactOS sans installation. Ils ont été remplacés par les Boot Media depuis la version ReactOS 0.4.16.";
+ $getbuilds_langres["build_dbg"] = "Debug version includes debugging information, use this version to test, produce logs and report bugs. This is the recommended variant to install to report bugs.";
+ $getbuilds_langres["build_rel"] = "Release version with no debugging information, this version is smaller, but it cannot be used to produce logs.";
?>
diff --git a/www/www.reactos.org/getbuilds/lang/it.inc.php b/www/www.reactos.org/getbuilds/lang/it.inc.php
index 8c555df6f..f627bfcbd 100644
--- a/www/www.reactos.org/getbuilds/lang/it.inc.php
+++ b/www/www.reactos.org/getbuilds/lang/it.inc.php
@@ -9,42 +9,30 @@
charset=utf-8 without BOM
*/
- $getbuilds_langres["header"] = 'Home > Builds del Trunk di ReactOS SVN';
$getbuilds_langres["title"] = "Scaricare le builds dal trunk";
- $getbuilds_langres["intro"] = 'Qui puoi scaricare versioni di sviluppo di ReactOS recenti ma anche vecchie, che sono state create da BuildBot.';
-
- $getbuilds_langres["overview"] = "Descrizone";
- $getbuilds_langres["latestrev"] = "Ultima revisione di ReactOS sul server SVN";
- $getbuilds_langres["browsesvn"] = "Sfogliare il repositorio online SVN";
- $getbuilds_langres["buildbot_status"] = "Stato di BuildBot";
- $getbuilds_langres["buildbot_web"] = "Vedere i dettagli dall'interfaccia web di BuildBot";
+ $getbuilds_langres["intro"] = 'Qui puoi scaricare versioni di sviluppo di ReactOS recenti ma anche vecchie, che sono state create da BuildBot.';
+
+ $getbuilds_langres["imagetypes"] = "Image Types";
$getbuilds_langres["browsebuilds"] = "Sfogliare tutte le Builds create";
-
- $getbuilds_langres["downloadrev"] = "Scaricare una revisione precompilata di ReactOS";
- $getbuilds_langres["js_disclaimer"] = 'Serve JavaScript abilitato nel tuo browser per usare la lista di file delle revisioni.
Alternativamente, puoi scaricare tutte le revisioni precompilate da qui.';
- $getbuilds_langres["showrevfiles"] = "Mostrare i files della revisione";
+ $getbuilds_langres["browsegithub"] = "Sfogliare il repositorio GitHub";
+
+ //$getbuilds_langres["js_disclaimer"] = 'Serve JavaScript abilitato nel tuo browser per usare la lista di file delle revisioni.
Alternativamente, puoi scaricare tutte le revisioni precompilate da qui.';
$getbuilds_langres["prevrev"] = "Revisione precedente";
$getbuilds_langres["nextrev"] = "Revisione successiva";
- $getbuilds_langres["showrev"] = "Mostrare";
- $getbuilds_langres["gettinglist"] = "Ottentendo l'elenco dei file";
- $getbuilds_langres["isotype"] = "Mostrare imagini cd";
-
+
$getbuilds_langres["foundfiles"] = "Trovato(i) %s file(s)!";
-
$getbuilds_langres["filename"] = "Nome file";
- $getbuilds_langres["filesize"] = "Dimensioni";
- $getbuilds_langres["filedate"] = "Modificato";
-
- $getbuilds_langres["nofiles"] = "Non ci sono files precompilati per la revisione %s! The latest available files are for revision " . $rev;
+ $getbuilds_langres["size"] = "Dimensioni";
+ $getbuilds_langres["date"] = "Modificato";
+
+ $getbuilds_langres["nofiles"] = "Non ci sono files precompilati per la revisione %s! The latest available files are for revision " . $rev;
$getbuilds_langres["invalidrev"] = "Numero di revisione invalido!";
-
+
$getbuilds_langres["rangelimitexceeded"] = "Il range delle revisioni può comprendere un massimo di %s revisioni!";
-
- $getbuilds_langres["legend"]= "Legend";
- $getbuilds_langres["build_bootcd"] = "bootcd - BootCD ISOs are designed to install ReactOS onto an HDD and enjoy the new features since last release. You will need the ISO only for the installation. This is the recommended variant to install into a VM (VirtualBox, VMWare, QEMU).";
- $getbuilds_langres["build_livecd"] = "livecd - LiveCD ISOs allow to use ReactOS without installing it. It can be used to test ReactOS in case your HDD is not detected during BootCD installation or if you have no alternative system/VM to install on.";
- $getbuilds_langres["build_rel"] = "-rel - Release version with no debugging information, this version is smaller, but it cannot be used to produce logs.";
- $getbuilds_langres["build_dbg"] = "-dbg - Debug version includes debugging information, use this version to test, produce logs and report bugs. This is the recommended variant to install to report bugs.";
- $getbuilds_langres["build_dbgwin"] = "-dbgwin - The same as the -dbg version + includes wine Gecko and winetests. ";
- $getbuilds_langres["build_msvc"] = "-msvc - Debug version includes debugging information and PDB files, use this version to debug with Windbg.";
+
+ $getbuilds_langres["legend"] = "Legend";
+ $getbuilds_langres["build_bootcd"] = "Boot Media are designed to install ReactOS onto an HDD and enjoy the new features since the last release. You will need the ISO only for the installation. This is the recommended variant to install into a VM (VirtualBox, VMWare, QEMU). Alternatively, you can choose to give ReactOS a try without installing it, for example in case your HDD is not detected during installation, or if you have no alternative system/VMs to install it on.";
+ $getbuilds_langres["build_livecd"] = "Live CDs (deprecated) were the former way to test ReactOS without installing it. These have been replaced by the Boot Media since ReactOS 0.4.16 release.";
+ $getbuilds_langres["build_dbg"] = "Debug version includes debugging information, use this version to test, produce logs and report bugs. This is the recommended variant to install to report bugs.";
+ $getbuilds_langres["build_rel"] = "Release version with no debugging information, this version is smaller, but it cannot be used to produce logs.";
?>
diff --git a/www/www.reactos.org/getbuilds/lang/ja.inc.php b/www/www.reactos.org/getbuilds/lang/ja.inc.php
index 45234f29b..27505eb20 100644
--- a/www/www.reactos.org/getbuilds/lang/ja.inc.php
+++ b/www/www.reactos.org/getbuilds/lang/ja.inc.php
@@ -9,43 +9,30 @@
charset=utf-8 without BOM
*/
- $getbuilds_langres["header"] = 'ホーム > ReactOS SVN トランクビルド';
$getbuilds_langres["title"] = "ReactOS SVN トランクビルドのダウンロード";
- $getbuilds_langres["intro"] = 'ここでは最近のものから古いものまで、ビルドボットに作成されたReactOSの開発者向けバージョンをダウンロードできます。';
-
- $getbuilds_langres["overview"] = "概略";
- $getbuilds_langres["latestrev"] = "SVN サーバで最新のReactOS リビジョン";
- $getbuilds_langres["browsesvn"] = "SVN リポジトリ オンラインを見る";
- $getbuilds_langres["buildbot_status"] = "ビルドボットの状態";
- $getbuilds_langres["buildbot_web"] = "ビルドボット ウェブ インターフェイスで詳細を見る";
+ $getbuilds_langres["intro"] = 'ここでは最近のものから古いものまで、ビルドボットに作成されたReactOSの開発者向けバージョンをダウンロードできます。';
+
+ $getbuilds_langres["imagetypes"] = "Image Types";
$getbuilds_langres["browsebuilds"] = "作成されたビルドをすべて見る";
-
- $getbuilds_langres["downloadrev"] = "あらかじめビルドされたReactOS リビジョンのダウンロード";
- $getbuilds_langres["js_disclaimer"] = 'リビジョンファイルリストを使うにはJavaScriptをブラウザで有効にする必要があります。
もしくは、ここですべてのあらかじめビルドされたリビジョンをダウンロードできます。';
- $getbuilds_langres["showrevfiles"] = "ファイルを表示するリビジョン";
+ $getbuilds_langres["browsegithub"] = "GitHub リポジトリ オンラインを見る";
+
+ //$getbuilds_langres["js_disclaimer"] = 'リビジョンファイルリストを使うにはJavaScriptをブラウザで有効にする必要があります。
もしくは、ここですべてのあらかじめビルドされたリビジョンをダウンロードできます。';
$getbuilds_langres["prevrev"] = "前のリビジョン";
$getbuilds_langres["nextrev"] = "次のリビジョン";
- $getbuilds_langres["showrev"] = "表示";
- $getbuilds_langres["gettinglist"] = "ファイルリストを取得中";
- $getbuilds_langres["rangeinfo"] = "リビジョン番号 (例 %s)かリビジョン範囲 (例 %s-%s)を入力することができます";
- $getbuilds_langres["isotype"] = "表示するCD イメージの種類";
-
+
$getbuilds_langres["foundfiles"] = "%sつのファイルが見つかりました!";
-
$getbuilds_langres["filename"] = "ファイル名";
- $getbuilds_langres["filesize"] = "サイズ";
- $getbuilds_langres["filedate"] = "変更日時";
-
- $getbuilds_langres["nofiles"] = "リビジョン %sのあらかじめビルドされたファイルはありません! The latest available files are for revision " . $rev;
+ $getbuilds_langres["size"] = "サイズ";
+ $getbuilds_langres["date"] = "変更日時";
+
+ $getbuilds_langres["nofiles"] = "リビジョン %sのあらかじめビルドされたファイルはありません! The latest available files are for revision " . $rev;
$getbuilds_langres["invalidrev"] = "無効なリビジョン番号です!";
-
+
$getbuilds_langres["rangelimitexceeded"] = "リビジョン範囲は最大で%sリビジョンのみ含めます!";
-
- $getbuilds_langres["legend"]= "Legend";
- $getbuilds_langres["build_bootcd"] = "bootcd - BootCD ISOs are designed to install ReactOS onto an HDD and enjoy the new features since last release. You will need the ISO only for the installation. This is the recommended variant to install into a VM (VirtualBox, VMWare, QEMU).";
- $getbuilds_langres["build_livecd"] = "livecd - LiveCD ISOs allow to use ReactOS without installing it. It can be used to test ReactOS in case your HDD is not detected during BootCD installation or if you have no alternative system/VM to install on.";
- $getbuilds_langres["build_rel"] = "-rel - Release version with no debugging information, this version is smaller, but it cannot be used to produce logs.";
- $getbuilds_langres["build_dbg"] = "-dbg - Debug version includes debugging information, use this version to test, produce logs and report bugs. This is the recommended variant to install to report bugs.";
- $getbuilds_langres["build_dbgwin"] = "-dbgwin - The same as the -dbg version + includes wine Gecko and winetests. ";
- $getbuilds_langres["build_msvc"] = "-msvc - Debug version includes debugging information and PDB files, use this version to debug with Windbg.";
+
+ $getbuilds_langres["legend"] = "Legend";
+ $getbuilds_langres["build_bootcd"] = "Boot Media are designed to install ReactOS onto an HDD and enjoy the new features since the last release. You will need the ISO only for the installation. This is the recommended variant to install into a VM (VirtualBox, VMWare, QEMU). Alternatively, you can choose to give ReactOS a try without installing it, for example in case your HDD is not detected during installation, or if you have no alternative system/VMs to install it on.";
+ $getbuilds_langres["build_livecd"] = "Live CDs (deprecated) were the former way to test ReactOS without installing it. These have been replaced by the Boot Media since ReactOS 0.4.16 release.";
+ $getbuilds_langres["build_dbg"] = "Debug version includes debugging information, use this version to test, produce logs and report bugs. This is the recommended variant to install to report bugs.";
+ $getbuilds_langres["build_rel"] = "Release version with no debugging information, this version is smaller, but it cannot be used to produce logs.";
?>
diff --git a/www/www.reactos.org/getbuilds/lang/lt.inc.php b/www/www.reactos.org/getbuilds/lang/lt.inc.php
index a9ae66cba..c86adc432 100644
--- a/www/www.reactos.org/getbuilds/lang/lt.inc.php
+++ b/www/www.reactos.org/getbuilds/lang/lt.inc.php
@@ -9,42 +9,30 @@
charset=utf-8 without BOM
*/
- $getbuilds_langres["header"] = 'Pagrindinis > ReactOS SVN laidos';
$getbuilds_langres["title"] = "Parsisiųsti ReactOS SVN laidas";
- $getbuilds_langres["intro"] = 'Čia Jūs galite parsisiųsti naujausias, o taip pat ir senesnes ReactOS SVN laidas, sukurtas mūsų BuildBot\'o.';
-
- $getbuilds_langres["overview"] = "Apibendrinimas";
- $getbuilds_langres["latestrev"] = "Naujausia ReactOS SVN laida";
- $getbuilds_langres["browsesvn"] = "Naršyti SVN saugyklą";
- $getbuilds_langres["buildbot_status"] = "BuildBot'o būklė";
- $getbuilds_langres["buildbot_web"] = "BuildBot'o Web sąsaja";
+ $getbuilds_langres["intro"] = 'Čia Jūs galite parsisiųsti naujausias, o taip pat ir senesnes ReactOS SVN laidas, sukurtas mūsų BuildBot\'o.';
+
+ $getbuilds_langres["imagetypes"] = "Image Types";
$getbuilds_langres["browsebuilds"] = "Naršyti visas sukurtas laidas";
-
- $getbuilds_langres["downloadrev"] = "Parsisiųsti ReactOS SVN laidas";
- $getbuilds_langres["js_disclaimer"] = 'JavaScript turi būti įjungtas Jūsų naršyklėje, kad galėtumėte naudotis SVN bylų sarašu.
Kitu atveju, Jūs galite parsisiųsti SVN laidas čia.';
- $getbuilds_langres["showrevfiles"] = "Rodyti bylas laidai";
+ $getbuilds_langres["browsegithub"] = "Naršyti GitHub saugyklą";
+
+ //$getbuilds_langres["js_disclaimer"] = 'JavaScript turi būti įjungtas Jūsų naršyklėje, kad galėtumėte naudotis SVN bylų sarašu.
Kitu atveju, Jūs galite parsisiųsti SVN laidas čia.';
$getbuilds_langres["prevrev"] = "Ankstesnė laida";
$getbuilds_langres["nextrev"] = "Sekanti laida";
- $getbuilds_langres["showrev"] = "Rodyti";
- $getbuilds_langres["gettinglist"] = "Ieškoma bylų";
- $getbuilds_langres["isotype"] = "Rodyti CD atvaizdų tipus";
-
+
$getbuilds_langres["foundfiles"] = "Rasta %s bylų!";
-
$getbuilds_langres["filename"] = "Bylos vardas";
- $getbuilds_langres["filesize"] = "Dydis";
- $getbuilds_langres["filedate"] = "Data";
-
- $getbuilds_langres["nofiles"] = "Laidai %s bylų nerasta! The latest available files are for revision " . $rev;
+ $getbuilds_langres["size"] = "Dydis";
+ $getbuilds_langres["date"] = "Data";
+
+ $getbuilds_langres["nofiles"] = "Laidai %s bylų nerasta! The latest available files are for revision " . $rev;
$getbuilds_langres["invalidrev"] = "Neteisingas laidos numeris!";
-
+
$getbuilds_langres["rangelimitexceeded"] = "Laidų skaičius negali viršyti %s!";
-
- $getbuilds_langres["legend"]= "Legend";
- $getbuilds_langres["build_bootcd"] = "bootcd - BootCD ISOs are designed to install ReactOS onto an HDD and enjoy the new features since last release. You will need the ISO only for the installation. This is the recommended variant to install into a VM (VirtualBox, VMWare, QEMU).";
- $getbuilds_langres["build_livecd"] = "livecd - LiveCD ISOs allow to use ReactOS without installing it. It can be used to test ReactOS in case your HDD is not detected during BootCD installation or if you have no alternative system/VM to install on.";
- $getbuilds_langres["build_rel"] = "-rel - Release version with no debugging information, this version is smaller, but it cannot be used to produce logs.";
- $getbuilds_langres["build_dbg"] = "-dbg - Debug version includes debugging information, use this version to test, produce logs and report bugs. This is the recommended variant to install to report bugs.";
- $getbuilds_langres["build_dbgwin"] = "-dbgwin - The same as the -dbg version + includes wine Gecko and winetests. ";
- $getbuilds_langres["build_msvc"] = "-msvc - Debug version includes debugging information and PDB files, use this version to debug with Windbg.";
+
+ $getbuilds_langres["legend"] = "Legend";
+ $getbuilds_langres["build_bootcd"] = "Boot Media are designed to install ReactOS onto an HDD and enjoy the new features since the last release. You will need the ISO only for the installation. This is the recommended variant to install into a VM (VirtualBox, VMWare, QEMU). Alternatively, you can choose to give ReactOS a try without installing it, for example in case your HDD is not detected during installation, or if you have no alternative system/VMs to install it on.";
+ $getbuilds_langres["build_livecd"] = "Live CDs (deprecated) were the former way to test ReactOS without installing it. These have been replaced by the Boot Media since ReactOS 0.4.16 release.";
+ $getbuilds_langres["build_dbg"] = "Debug version includes debugging information, use this version to test, produce logs and report bugs. This is the recommended variant to install to report bugs.";
+ $getbuilds_langres["build_rel"] = "Release version with no debugging information, this version is smaller, but it cannot be used to produce logs.";
?>
diff --git a/www/www.reactos.org/getbuilds/lang/pl.inc.php b/www/www.reactos.org/getbuilds/lang/pl.inc.php
index 75b55274a..493192449 100644
--- a/www/www.reactos.org/getbuilds/lang/pl.inc.php
+++ b/www/www.reactos.org/getbuilds/lang/pl.inc.php
@@ -10,42 +10,30 @@
charset=utf-8 without BOM
*/
- $getbuilds_langres["header"] = 'Home > Wersje rozwojowe ReactOS z SVN';
$getbuilds_langres["title"] = "Pobierz skompilowane wersje rozwojowe ReactOS";
- $getbuilds_langres["intro"] = 'Tutaj możesz pobrać najnowszą ale także starsze wersje rozwojowe Reactos, które zostały stworzone przez naszego BuildBota.';
-
- $getbuilds_langres["overview"] = "Informacje ogólne";
- $getbuilds_langres["latestrev"] = "Ostatnia wersja ReactOS na serwerze SVN";
- $getbuilds_langres["browsesvn"] = "Przeglądaj repozytorium SVN";
- $getbuilds_langres["buildbot_status"] = "Status BuildBota";
- $getbuilds_langres["buildbot_web"] = "Zobacz szczegóły w Interfejsie Web BuildBota";
+ $getbuilds_langres["intro"] = 'Tutaj możesz pobrać najnowszą ale także starsze wersje rozwojowe Reactos, które zostały stworzone przez naszego BuildBota.';
+
+ $getbuilds_langres["imagetypes"] = "Image Types";
$getbuilds_langres["browsebuilds"] = "Przeglądaj wszystkie stworzone wersje";
-
- $getbuilds_langres["downloadrev"] = "Pobierz skompilowaną wersję ReactOS";
- $getbuilds_langres["js_disclaimer"] = 'Musisz włączyć JavaScript w Twojej przeglądarce, aby używać listy plików.
Możesz również pobrać wszystkie skompilowane wersje tutaj.';
- $getbuilds_langres["showrevfiles"] = "Pokaż pliki wersji";
+ $getbuilds_langres["browsegithub"] = "Przeglądaj repozytorium GitHub";
+
+ //$getbuilds_langres["js_disclaimer"] = 'Musisz włączyć JavaScript w Twojej przeglądarce, aby używać listy plików.
Możesz również pobrać wszystkie skompilowane wersje tutaj.';
$getbuilds_langres["prevrev"] = "Poprzednia wersja";
$getbuilds_langres["nextrev"] = "Następna wersja";
- $getbuilds_langres["showrev"] = "Pokaż";
- $getbuilds_langres["gettinglist"] = "Pobieranie listy plików";
- $getbuilds_langres["isotype"] = "Pokaż typy obrazów CD";
-
+
$getbuilds_langres["foundfiles"] = "Znaleziono %s plików!";
-
$getbuilds_langres["filename"] = "Nazwa pliku";
- $getbuilds_langres["filesize"] = "Rozmiar";
- $getbuilds_langres["filedate"] = "Ostatnio modyfikowany";
-
- $getbuilds_langres["nofiles"] = "Brak skompilowanych plików dla wersji %s! The latest available files are for revision " . $rev;
+ $getbuilds_langres["size"] = "Rozmiar";
+ $getbuilds_langres["date"] = "Ostatnio modyfikowany";
+
+ $getbuilds_langres["nofiles"] = "Brak skompilowanych plików dla wersji %s! The latest available files are for revision " . $rev;
$getbuilds_langres["invalidrev"] = "Błędny numer wersji!";
-
+
$getbuilds_langres["rangelimitexceeded"] = "Przedział może zawierać maksymalnie %s wersji!";
-
- $getbuilds_langres["legend"]= "Legend";
- $getbuilds_langres["build_bootcd"] = "bootcd - BootCD ISOs are designed to install ReactOS onto an HDD and enjoy the new features since last release. You will need the ISO only for the installation. This is the recommended variant to install into a VM (VirtualBox, VMWare, QEMU).";
- $getbuilds_langres["build_livecd"] = "livecd - LiveCD ISOs allow to use ReactOS without installing it. It can be used to test ReactOS in case your HDD is not detected during BootCD installation or if you have no alternative system/VM to install on.";
- $getbuilds_langres["build_rel"] = "-rel - Release version with no debugging information, this version is smaller, but it cannot be used to produce logs.";
- $getbuilds_langres["build_dbg"] = "-dbg - Debug version includes debugging information, use this version to test, produce logs and report bugs. This is the recommended variant to install to report bugs.";
- $getbuilds_langres["build_dbgwin"] = "-dbgwin - The same as the -dbg version + includes wine Gecko and winetests. ";
- $getbuilds_langres["build_msvc"] = "-msvc - Debug version includes debugging information and PDB files, use this version to debug with Windbg.";
+
+ $getbuilds_langres["legend"] = "Legend";
+ $getbuilds_langres["build_bootcd"] = "Boot Media are designed to install ReactOS onto an HDD and enjoy the new features since the last release. You will need the ISO only for the installation. This is the recommended variant to install into a VM (VirtualBox, VMWare, QEMU). Alternatively, you can choose to give ReactOS a try without installing it, for example in case your HDD is not detected during installation, or if you have no alternative system/VMs to install it on.";
+ $getbuilds_langres["build_livecd"] = "Live CDs (deprecated) were the former way to test ReactOS without installing it. These have been replaced by the Boot Media since ReactOS 0.4.16 release.";
+ $getbuilds_langres["build_dbg"] = "Debug version includes debugging information, use this version to test, produce logs and report bugs. This is the recommended variant to install to report bugs.";
+ $getbuilds_langres["build_rel"] = "Release version with no debugging information, this version is smaller, but it cannot be used to produce logs.";
?>
diff --git a/www/www.reactos.org/getbuilds/lang/ru.inc.php b/www/www.reactos.org/getbuilds/lang/ru.inc.php
index 12b1035e0..89dea2213 100644
--- a/www/www.reactos.org/getbuilds/lang/ru.inc.php
+++ b/www/www.reactos.org/getbuilds/lang/ru.inc.php
@@ -10,15 +10,15 @@
*/
$getbuilds_langres["title"] = "Скачать свежие сборки ReactOS";
- $getbuilds_langres["intro"] = 'Здесь Вы можете скачать как свежие, так и старые версии ReactOS для разработчиков, которые создаются нашим BuildBot при каждом новом коммите в репозиторий ReactOS. Свежие сборки содержат последние изменения и исправления, однако тестируются менее тщательно, чем официальные релизы. Возможно вы найдёте в них регрессии и баги.';
-
+ $getbuilds_langres["intro"] = 'Здесь Вы можете скачать как свежие, так и старые версии ReactOS для разработчиков, которые создаются нашим BuildBot при каждом новом коммите в репозиторий ReactOS. Свежие сборки содержат последние изменения и исправления, однако тестируются менее тщательно, чем официальные релизы. Возможно вы найдёте в них регрессии и баги.';
+
$getbuilds_langres["imagetypes"] = "Типы образов";
$getbuilds_langres["browsebuilds"] = "Обзор всех созданных сборок";
$getbuilds_langres["browsegithub"] = "Обзор репозитория на GitHub";
-
- $getbuilds_langres["legend"]= "Обозначения";
- $getbuilds_langres["build_bootcd"] = "Образы BootCD ISO предназначены для установки новейших версий ReactOS на жёсткий диск. ISO-образ нужен только для процесса установки. Установка с помощью этого типа образа является рекомендуемой для тестирования ReactOS в виртуальной машине (VirtualBox, VMWare, QEMU).";
- $getbuilds_langres["build_livecd"] = "Образы LiveCD ISO позволяет использовать ReactOS без необходимости его установки. Также можно использовать LiveCD, если Ваш жёсткий диск не определяется во время установки с помощью BootCD или у Вас нет свободного ПК или виртуальной машины для установки ReactOS.";
- $getbuilds_langres["build_rel"] = "Release-версия без отладочной информации. Она меньше по размеру, но с её помощью нельзя получать отладочную информацию. (Спасибо, Кэп!)";
+
+ $getbuilds_langres["legend"] = "Обозначения";
+ $getbuilds_langres["build_bootcd"] = "Boot Media are designed to install ReactOS onto an HDD and enjoy the new features since the last release. You will need the ISO only for the installation. This is the recommended variant to install into a VM (VirtualBox, VMWare, QEMU). Alternatively, you can choose to give ReactOS a try without installing it, for example in case your HDD is not detected during installation, or if you have no alternative system/VMs to install it on.";
+ $getbuilds_langres["build_livecd"] = "Live CDs (deprecated) were the former way to test ReactOS without installing it. These have been replaced by the Boot Media since ReactOS 0.4.16 release.";
$getbuilds_langres["build_dbg"] = "Debug-версия включает отладочную информацию, и используя эту версию можно тестировать ReactOS, получать дебаг-логи, создавать описания найденных ошибок. Это рекомендуемый вариант для установки, особенно для тех, кто хочет сообщить о найденных проблемах с системой.";
-?>
\ No newline at end of file
+ $getbuilds_langres["build_rel"] = "Release-версия без отладочной информации. Она меньше по размеру, но с её помощью нельзя получать отладочную информацию. (Спасибо, Кэп!)";
+?>