mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-08 12:23:05 +02:00
added german localization
This commit is contained in:
@@ -239,7 +239,10 @@ if (Sonia.repository.InfoPanel){
|
||||
contactText: 'Kontakt: ',
|
||||
urlText: 'Url: ',
|
||||
// german ??
|
||||
changesetViewerText: 'Commits'
|
||||
changesetViewerText: 'Commits',
|
||||
accessText: 'Zugriff:',
|
||||
accessReadOnly: 'Nur lesender Zugriff',
|
||||
accessReadWrite: 'Lese und Schreibzugriff'
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
@@ -44,7 +44,6 @@ Sonia.repository.InfoPanel = Ext.extend(Ext.Panel, {
|
||||
urlText: 'Url: ',
|
||||
changesetViewerText: 'Commits',
|
||||
|
||||
// TODO i18n
|
||||
accessText: 'Access:',
|
||||
accessReadOnly: 'Read-Only access',
|
||||
accessReadWrite: 'Read+Write access',
|
||||
|
||||
Reference in New Issue
Block a user