Skip to content

Commit

Permalink
Added german translations
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Jan 5, 2022
1 parent 2cea428 commit 6d69a2f
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8"?><!--
Copyright (C) 2021-2022 k3b
This file is part of CalEF (Calendar Entry Formatter) https://github.com/k3b/calef/
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>
-->
<resources>
<string name="app_name">CalEF (Calendar Eintrag Formatierer)</string>
<string name="pref_settings_title">Einstellungen</string>
<string name="settings_locale_title">Sprache</string>
<string name="settings_locale_os_language">(Sprache des Gerätes)</string>
<string name="pref_debug_title">Debug Modus</string>
<string name="pref_debug_summary">Debug-Nachrichten zu LogCat hinzugefügt</string>
<string name="settings_mode_day_title">Tag Formatierung</string>
<string name="settings_mode_date_title">Datum Formatierung</string>
<string name="settings_mode_time_title">Zeit Formatierung</string>
<string name="settings_mode_example_title">Beispiel Tag/Datum/Uhrzeit</string>
<!-- values for settings_mode_XXX_title -->
<string name="settings_mode_off">deaktiviert</string>
<string name="settings_mode_short">kurz</string>
<string name="settings_mode_medium">mittel</string>
<string name="settings_mode_long">lang</string>
<string name="settings_mode_full">vollständig</string>
<string name="share_using">Sende Kalender als Text an</string>
<string name="send_result_toast_message">Per CalEF gesendet (%s)</string>
<!-- %1$s = source ICS-URI ; %2$s = exception-message -->
<string name="error_cannot_convert_or_resend">kann %1$s nicht senden %2$s</string>
</resources>

0 comments on commit 6d69a2f

Please sign in to comment.