added german locale

This commit is contained in:
Sebastian Sdorra
2011-04-28 21:24:52 +02:00
parent 5ef9e54aab
commit 6ba58a5548
2 changed files with 29 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ Sonia.hg.ConfigWizardPanel = Ext.extend(Ext.Panel,{
{id} (hg: {hg-version}, py: {python-version}, size: {size:fileSize})\
</div></tpl>',
// text TODO i18n
// text
backText: 'Back',
nextText: 'Next',
finishText: 'Finish',
@@ -422,4 +422,29 @@ Sonia.hg.ConfigWizardPanel = Ext.extend(Ext.Panel,{
});
// register xtype
Ext.reg('hgConfigWizardPanel', Sonia.hg.ConfigWizardPanel);
Ext.reg('hgConfigWizardPanel', Sonia.hg.ConfigWizardPanel);
// i18n
if ( i18n != null && i18n.country == 'de' ){
Ext.override(Sonia.hg.ConfigPanel, {
backText: 'Zurück',
nextText: 'Weiter',
finishText: 'Fertigstellen',
configureLocalText: 'Eine lokale Installation Konfigurieren',
configureRemoteText: 'Herunterladen und installieren',
loadingText: 'Lade ...',
hgInstallationText: 'Mercurial Installation',
pythonInstallationText: 'Python Installation',
hgPackageText: 'Mercurial Package',
errorTitleText: 'Fehler',
packageInstallationFailedText: 'Package Installation fehlgeschlagen',
installPackageText: 'Installiere Mercurial-Package {0}'
});
}

View File

@@ -180,6 +180,8 @@ if ( i18n != null && i18n.country == 'de' ){
useOptimizedBytecodeText: 'Optimierter Bytecode (.pyo)',
autoConfigText: 'Einstellungen automatisch laden',
autoConfigLabelText: 'Automatische Einstellung',
configWizardText: 'Konfigurations-Assistenten starten',
configWizardLabelText: 'Konfigurations-Assistent',
// helpText
hgBinaryHelpText: 'Pfad zum "hg" Befehl.',