mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-08 05:10:20 +01:00
german localization for svn, git, hg and bzr plugin
This commit is contained in:
@@ -62,6 +62,25 @@ Sonia.git.ConfigPanel = Ext.extend(Sonia.config.SimpleConfigForm, {
|
||||
|
||||
Ext.reg("gitConfigPanel", Sonia.git.ConfigPanel);
|
||||
|
||||
// i18n
|
||||
|
||||
if ( i18n != null && i18n.country == 'de' ){
|
||||
|
||||
Ext.override(Sonia.git.ConfigPanel, {
|
||||
|
||||
// labels
|
||||
titleText: 'Git Einstellungen',
|
||||
repositoryDirectoryText: 'Repository-Verzeichnis',
|
||||
|
||||
// helpTexts
|
||||
repositoryDirectoryHelpText: 'Das Verzeichnis der Git-Repositories.'
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
// register panel
|
||||
|
||||
registerConfigPanel({
|
||||
xtype : 'gitConfigPanel'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user