Skip to content

Commit 984f288

Browse files
committed
remove german translation
1 parent 7eb7c18 commit 984f288

30 files changed

Lines changed: 10 additions & 112 deletions

File tree

AutomaticAdvancedSettingsExpander/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<manifest
33
xmlns:android="http://schemas.android.com/apk/res/android">
44

5-
<application android:label="@string/appname">
5+
<application android:label="Automatic Advanced Settings Expander">
66
<meta-data
77
android:name="xposedmodule"
88
android:value="true"
99
/>
1010
<meta-data
1111
android:name="xposeddescription"
12-
android:value="@string/xposeddescription"
12+
android:value="Automatically expands the advanced settings in the Settings app"
1313
/>
1414
<meta-data
1515
android:name="xposedminversion"

AutomaticAdvancedSettingsExpander/src/main/res/values-de/strings.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

AutomaticAdvancedSettingsExpander/src/main/res/values/strings.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

BetterBluetoothDeviceSort/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<manifest
33
xmlns:android="http://schemas.android.com/apk/res/android">
44

5-
<application android:label="@string/appname">
5+
<application android:label="Better Bluetooth device sort">
66
<meta-data
77
android:name="xposedmodule"
88
android:value="true"
99
/>
1010
<meta-data
1111
android:name="xposeddescription"
12-
android:value="@string/xposeddesciption"
12+
android:value="Sort Bluetooth devices by name"
1313
/>
1414
<meta-data
1515
android:name="xposedminversion"

BetterBluetoothDeviceSort/src/main/res/values-de/strings.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

BetterBluetoothDeviceSort/src/main/res/values/strings.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

BetterVerboseWiFiLogging/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<manifest
33
xmlns:android="http://schemas.android.com/apk/res/android">
44

5-
<application android:label="@string/appname">
5+
<application android:label="Better verbose Wi-Fi logging">
66
<meta-data
77
android:name="xposedmodule"
88
android:value="true"
99
/>
1010
<meta-data
1111
android:name="xposeddescription"
12-
android:value="@string/xposeddesciption"
12+
android:value="Makes the verbose Wi-Fi information more readable"
1313
/>
1414
<meta-data
1515
android:name="xposedminversion"

BetterVerboseWiFiLogging/src/main/res/values-de/strings.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

BetterVerboseWiFiLogging/src/main/res/values/strings.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

FreeNotifications/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<manifest
33
xmlns:android="http://schemas.android.com/apk/res/android">
44

5-
<application android:label="@string/appname">
5+
<application android:label="Free Notifications">
66
<meta-data
77
android:name="xposedmodule"
88
android:value="true"
99
/>
1010
<meta-data
1111
android:name="xposeddescription"
12-
android:value="@string/xposeddescription"
12+
android:value="Enable customization for all Notification Channels again"
1313
/>
1414
<meta-data
1515
android:name="xposedminversion"

0 commit comments

Comments
 (0)