This repository has been archived by the owner on Apr 3, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from randomC0der:release
Add German (de-DE) translation
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
// All German DE translations for the configuration user interface. | ||
|
||
// Page and window titles | ||
title.window: Search Deflector konfigurieren | ||
title.settings_page: Einstellungen | ||
title.language_page: Sprache | ||
title.update_page: Aktualisieren | ||
|
||
// Text fragments used in labels | ||
//// Settings page | ||
fragment.version: Version | ||
fragment.author: Autor | ||
//// Update page | ||
fragment.current_version: Derzeitige Version | ||
fragment.build_date: Erstellungsdatum | ||
fragment.latest_version: Neueste Version | ||
fragment.uploader: Uploader | ||
fragment.timestamp: Zeitstempel | ||
fragment.binary_size: Dateigröße | ||
fragment.download_count: Download-Anzahl | ||
|
||
// Labels used for input fields and options | ||
//// Settings page | ||
label.browser_name: Bevorzugter Browser | ||
label.browser_path: Browser-Installationspfad | ||
label.engine_name: Bevorzugte Suchmaschine | ||
label.engine_url: Benutzerdefinierte Suchmaschinen-URL | ||
label.profile_dir: Chrome/Firefox-Benutzerprofil | ||
label.enable_profile: Aktivieren | ||
//// Language page | ||
label.language_select: Sprache der Benutzeroberfläche | ||
|
||
// Static options in dropdown menus or radio button groups | ||
//// Settings page | ||
option.custom_browser: Benutzerdefiniert | ||
option.default_browser: Systemstandard | ||
option.custom_engine: Benutzerdefiniert | ||
//// Language page | ||
option.default_language: Systemstandard | ||
|
||
// Button label text | ||
//// Settings page | ||
button.apply: Übernehmen | ||
button.website: Website | ||
button.close: Schließen | ||
//// Update page | ||
button.update: Aktualisieren | ||
button.details: Details |