Skip to content

Commit

Permalink
Add de_DE
Browse files Browse the repository at this point in the history
  • Loading branch information
danielang committed Nov 22, 2014
1 parent f7cd07e commit 0a6d28e
Show file tree
Hide file tree
Showing 10 changed files with 158 additions and 95 deletions.
10 changes: 10 additions & 0 deletions src/packages/default/CoreWM/libs.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@
'Other' : 'Andre'
},
de_DE : {
'Development' : 'Entwicklung',
'Education' : 'Bildung',
'Games' : 'Spiele',
'Graphics' : 'Grafik',
'Network' : 'Netzwerk',
'Multimedia' : 'Multimedia',
'Office' : 'Büro',
'System' : 'System',
'Utilities' : 'Zubehör',
'Other' : 'Andere'
},
fr_FR : {
},
Expand Down
6 changes: 6 additions & 0 deletions src/packages/default/CoreWM/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
'An error occured while creating PanelItem: {0}' : 'En feil oppstod under lasting av PanelItem: {0}'
},
de_DE : {
'Killing this process will stop things from working!' : 'Das Beenden dieses Prozesses wird Konsequenzen haben!',
'Open settings' : 'Einstellungen öffnen',
'Your panel has no items. Go to settings to reset default or modify manually\n(This error may occur after upgrades of OS.js)' : 'Ihr Panel enthält keine Items. Öffnen Sie die Einstellungen um die Panel-Einstellungen zurückzusetzen oder manuell zu ändern (Dieser Fehler kann nach einem Upgrade von OS.js entstehen)',
'Create shortcut' : 'Verknüpfung erstellen',
'Set as wallpaper' : 'Als Hintergrund verwenden',
'An error occured while creating PanelItem: {0}' : 'Während des Erstellens eines Panel-Items ist folgender Fehler aufgetreten: {0}'
},
fr_FR : {
},
Expand Down
22 changes: 22 additions & 0 deletions src/packages/default/Draw/libs.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,28 @@
'Simple Blur' : 'Simpel Klatte (Blur)'
},
de_DE : {
'Pointer' : 'Zeiger',
'Move active layer' : 'Bewege aktive Ebene',
'Picket' : 'Farbauswahl',
'LMB: set fg color, RMB: set bg color' : 'LMB: sett fg farge, RMB: sett bg farge',
'Bucket' : 'Farbfüller',
'LMB: fill with fg color, RMB: fill with bg color' : 'LMB: fyll med fg farge, RMB: fyll med bg farge',
'Pencil' : 'Stift',
'LMB/RMB: Draw with fg/bg color' : 'LMB/RMB: Tegn med fg/bg farge',
'Path' : 'Pfad',
'Square/Rectangle' : 'Quadrat/Rechteck',
'LMB/RMB: Draw with fg/bg color, SHIFT: Draw rectangle' : 'LMB/RMB: Zeichnen mit fb/bg Farbe, SHIFT: Rechteck zeichnen',
'Circle/Ellipse' : 'Kreis/Ellipse',
'LMB/RMB: Draw with fg/bg color, SHIFT: Draw ellipse' : 'LMB/RMB: Zeichnen mit fb/bg Farbe, SHIFT: Ellipse zeichnen',
'Radius' : 'Radius',
'Iterations' : 'Iterationen',

'Blur' : 'Weichzeichner (Blur)',
'Noise' : 'Rauschen',
'Invert colors' : 'Farben invertieren',
'Grayscale' : 'Graustufen',
'Sharpen' : 'Schärfen',
'Simple Blur' : 'Einfacher Weichzeichner (Blur)'
},
fr_FR : {
},
Expand Down
52 changes: 47 additions & 5 deletions src/packages/default/Draw/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,48 @@
'Simple Blur' : 'Simpel Klatte (Blur)'
},
de_DE : {
'Toggle tools toolbar' : 'Tools Toolbar',
'Toggle layers toolbar' : 'Ebenen Toolbar',
'Layer' : 'Ebene',
'Effect' : 'Effekt',
'Flip Horizontally' : 'Horizontal spiegeln',
'Flip Vertically' : 'Vertikal spiegeln',
'Foreground' : 'Vordergrund',
'Bakgrunn' : 'Hintergrund',
'Foreground (Fill) Color' : 'Vordergrund (Füll-) Farbe',
'Background (Stroke) Color' : 'Hintergrund (Streich-) Farbe',
'Line Join' : 'Linienverbindung',
'Line Width' : 'Linienbreite',
'Toggle Stroke' : 'Streichen',
'Enable stroke' : 'Streichen aktivieren',
'Round' : 'Runde',
'Miter' : 'Live',
'Bevel' : 'Schräge',
'Stroked' : 'Gestrichen',
'No stroke' : 'Nicht gestrichen',

'Pointer' : 'Zeiger',
'Move active layer' : 'Bewege aktive Ebene',

'Picker' : 'Wähler',
'LMB: set fg color, RMB: set gb color' : 'LMB: wähle Vordergrundfarbe, RMB: wähle Hintergrundfarbe',

'Pencil' : 'Stift',
'LMB/RMB: Draw with fg/bg color' : 'LMB/RMB: Zeichnen mit fg/bg Farbe',
'Path' : 'Pfad',

'Square/Rectangle' : 'Quadrat/Rechteck',
'LMB/RMB: Draw with fg/bg color, SHIFT: Draw rectangle' : 'LMB/RMB: Zeichnen mit fb/bg Farbe, SHIFT: Rechteck zeichnen',

'Circle/Ellipse' : 'Kreis/Ellipse',
'LMB/RMB: Draw with fg/bg color, SHIFT: Draw ellipse' : 'LMB/RMB: Zeichnen mit fb/bg Farbe, SHIFT: Ellipse zeichnen',

'Blur' : 'Weichzeichner (Blur)',
'Noise' : 'Rauschen',
'Invert colors' : 'Farben invertieren',
'Grayscale' : 'Graustufen',
'Sharpen' : 'Schärfen',
'Simple Blur' : 'Einfacher Weichzeichner (Blur)'
},
fr_FR : {
},
Expand Down Expand Up @@ -349,22 +391,22 @@
self.currentStyle[type] = hex;
if ( toolBar ) {
var className = (type == "fg") ? "foregroundColor" : "backgroundColor";
toolBar.getItem(className)._element.getElementsByClassName('Color')[0].style.backgroundColor = hex;
toolBar.getItem(className).getElementsByClassName('Color')[0].style.backgroundColor = hex;
}
};

var _selectLineJoin = function(type) {
var txt = {round: "Round", miter: "Miter", bevel: "Bevel"};
self.currentStyle.lineJoin = type;
if ( toolBar ) {
toolBar.getItem('lineJoin')._element.getElementsByClassName('LineJoin')[0].innerHTML = _(txt[type]);
toolBar.getItem('lineJoin').getElementsByClassName('LineJoin')[0].innerHTML = _(txt[type]);
}
};

var _selectLineWidth = function(width) {
self.currentStyle.lineWidth = width;
if ( toolBar ) {
toolBar.getItem('lineWidth')._element.getElementsByClassName('LineWidth')[0].innerHTML = width;
toolBar.getItem('lineWidth').getElementsByClassName('LineWidth')[0].innerHTML = width;
}
};

Expand All @@ -375,7 +417,7 @@
self.currentStyle.stroke = !self.currentStyle.stroke;
}
if ( toolBar ) {
toolBar.getItem('enableStroke')._element.getElementsByClassName('EnableStroke')[0].innerHTML = _(self.currentStyle.stroke ? "Stroked" : "No stroke");
toolBar.getItem('enableStroke').getElementsByClassName('EnableStroke')[0].innerHTML = _(self.currentStyle.stroke ? "Stroked" : "No stroke");
}
};

Expand Down Expand Up @@ -916,7 +958,7 @@
var toolBar = this._getGUIElement('ApplicationDrawToolBar');
if ( toolBar ) {
var className = (type == "fg") ? "foregroundColor" : "backgroundColor";
toolBar.getItem(className)._element.getElementsByClassName('Color')[0].style.backgroundColor = val;
toolBar.getItem(className).getElementsByClassName('Color')[0].style.backgroundColor = val;
}

this._focus();
Expand Down
9 changes: 9 additions & 0 deletions src/packages/default/FileManager/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@
"Delete <span>{0}</span> ?" : "Slette <span>{0}</span> ?"
},
de_DE : {
'Show Sidebar' : 'Seitenleiste anzeigen',
'Copying file...' : 'Kopiere Datei...',
"Copying <span>{0}</span> to <span>{1}</span>" : "Kopiere <span>{0}</span> nach <span>{1}</span>",
"Showing {0} item(s), {1}" : "Viser {0} objekt(er), {1}",
"Refreshing..." : "Aktualisiere...",
"Loading..." : "Lade...",
"Create a new directory in <span>{0}</span>" : "Erstelle ein neues Verzeichnis in <span>{0}</span>",
"Rename <span>{0}</span>" : "<span>{0}</span> umbenennen",
"Delete <span>{0}</span> ?" : "<span>{0}</span> löschen?"
},
fr_FR : {
},
Expand Down
13 changes: 13 additions & 0 deletions src/packages/default/MusicPlayer/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,19 @@
'The audio type is not supported: {0}' : 'Denne lyd-typen er ikke støttet: {0}',
},
de_DE : {
'Playlist' : 'Wiedergabeliste',
'Playback aborted' : 'Wiedergabe abgebrochen',
'Network or communication error' : 'Netzwerk Kommunikationsfehler',
'Decoding failed. Corruption or unsupported media' : 'Dekodierung gescheitert. Fehlerhafte oder nicht unterstützte Datei',
'Media source not supported' : 'Medienquelle nicht unterstützt',
'Failed to play file' : 'Wiedergabe der Datei gescheitert',
'Artist' : 'Künstler',
'Album' : 'Album',
'Track' : 'Titel',
'Time' : 'Zeit',
'Media information query failed' : 'Media Informationssuche gescheitert',
'seek unavailable in format' : 'Spulen im Format nicht verfügbar',
'The audio type is not supported: {0}' : 'Der Audio-Typ {0} ist nicht unterstützt',
},
fr_FR : {
},
Expand Down
30 changes: 30 additions & 0 deletions src/packages/default/Settings/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,36 @@
'Other' : 'Andre'
},
de_DE : {
'Theme and Background' : 'Thema und Hintergrund',
'Desktop Settings' : 'Arbeitsoberflächen Einstellungen',
'Background Type' : 'Hintergrundtyp',
'Image (Repeat)' : 'Bild (Wiederholend)',
'Image (Centered)' : 'Bild (Zentriert)',
'Image (Fill)' : 'Bild (Ausgefüllt)',
'Image (Streched)' : 'Bild (Gestreckt)',
'Desktop Margin ({0}px)' : 'Arbeitsoberflächen Margin ({0}px)',
'Panel Position' : 'Panel Position',
'Panel Ontop ?' : 'Panel im Vordergrund?',
'Panel Items' : 'Panel Items',
'Use animations ?' : 'Animationen verwenden?',
'Language (requires restart)' : 'Sprache (benötigt Neustart)',
'Open Panel Settings' : 'Öffne Panel-Einstellungen',
'Enable sounds' : 'Aktiviere Sounds',
'Enable Window Switcher' : 'Aktiviere Fensterwechsler',
'Enable Hotkeys' : 'Aktiviere Hotkeys',
'Enable iconview' : 'Aktiviere Icon-Ansicht',
'Remove shortcut' : 'Verknüpfung entfernen',

'Development' : 'Entwicklung',
'Education' : 'Bildung',
'Games' : 'Spile',
'Graphics' : 'Grafik',
'Network' : 'Netzwerk',
'Multimedia' : 'Multimedia',
'Office' : 'Büro',
'System' : 'System',
'Utilities' : 'Zubehör',
'Other' : 'Andere'
},
fr_FR : {
},
Expand Down
2 changes: 2 additions & 0 deletions src/packages/default/Settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
"name": "OS.js Settings",
"names": {
"no_NO": "OS.js Instillinger",
"de_DE": "OS.js Einstellungen",
"ru_RU": "OS.js Настройки"
},
"descriptions": {
"no_NO": "OS.js Instillinger",
"de_DE": "OS.js Einstellungen",
"ru_RU": "OS.js Настройки"
},
"mime": null,
Expand Down
2 changes: 1 addition & 1 deletion src/packages/default/Textpad/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"de_DE": "Einfacher Texteditor",
"ru_RU": "Простой текстовый редактор"
},
"mime": ["^text", "inode\\/x\\-empty", "application\\/x\\-empty", "application\\/x\\-python", "application\\/javascript", "application\\/json"],
"mime": ["^text", "inode\\/x\\-empty", "application\\/x\\-python", "application\\/javascript", "application\\/json"],
"category": "utilities",
"icon": "apps/accessories-text-editor.png",
"preload": [
Expand Down
Loading

1 comment on commit 0a6d28e

@andersevenrud
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Backlogging #18

Please sign in to comment.