Files
svgedit/src/editor/extensions/ext-imagelib/locale/de.js
Timo Dittmann 35e6de97ef - Added text decoration options (underline, overline, line-through) (#469)
- Added german translations to extensions

Co-authored-by: Timo Dittmann <timo.dittmann@kaufland.com>
2021-01-19 00:35:24 +01:00

34 lines
937 B
JavaScript

export default {
select_lib: 'Bilder Bibliothek auswählen',
show_list: 'Liste aller Bibliotheken anzeigen',
import_single: 'Einzelne importieren',
import_multi: 'Mehrere importieren',
open: 'Öffnen als neues Dokument',
buttons: [
{
title: 'Bilder-Bibliothek'
}
],
imgLibs: [
{
name: 'Demo Bibliothek (lokal)',
url: 'extensions/ext-imagelib/index.html',
description: 'Demo Bibltiothek für svg-edit auf diesem Server'
},
{
name: 'IAN Symbol Bibliothek',
url: 'https://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php?svgedit=3',
description: 'Kostenlose Bibliothek mit Illustrationen'
}
/*
// See message in "en" locale for further details
,
{
name: 'Openclipart',
url: 'https://openclipart.org/svgedit',
description: 'Share and Use Images. Over 100,000 Public Domain SVG Images and Growing.'
}
*/
]
};