update German translation

This commit is contained in:
Andreas Shimokawa 2015-05-01 10:08:24 +02:00
parent 3e79269d43
commit 93b463c47e
5 changed files with 36 additions and 6 deletions

View File

@ -51,7 +51,7 @@ public class DebugActivity extends Activity {
public void onClick(View v) {
Intent startIntent = new Intent(DebugActivity.this, BluetoothCommunicationService.class);
startIntent.setAction(BluetoothCommunicationService.ACTION_NOTIFICATION_GENERIC);
startIntent.putExtra("notification_title", R.string.gadgetbridge);
startIntent.putExtra("notification_title", R.string.app_name);
startIntent.putExtra("notification_body", editContent.getText().toString());
startService(startIntent);
}
@ -62,7 +62,7 @@ public class DebugActivity extends Activity {
public void onClick(View v) {
Intent startIntent = new Intent(DebugActivity.this, BluetoothCommunicationService.class);
startIntent.setAction(BluetoothCommunicationService.ACTION_NOTIFICATION_EMAIL);
startIntent.putExtra("notification_sender", R.string.gadgetbridge);
startIntent.putExtra("notification_sender", R.string.app_name);
startIntent.putExtra("notification_subject", R.string.test);
startIntent.putExtra("notification_body", editContent.getText().toString());
startService(startIntent);

View File

@ -27,7 +27,7 @@ public class GB {
notificationIntent, 0);
return new NotificationCompat.Builder(context)
.setContentTitle(context.getString(R.string.gadgetbridge))
.setContentTitle(context.getString(R.string.app_name))
.setTicker(text)
.setContentText(text)
.setSmallIcon(R.drawable.ic_notification)

View File

@ -87,7 +87,7 @@ public class PebbleIoThread extends GBDeviceIoThread {
notificationIntent, 0);
NotificationCompat.Builder nb = new NotificationCompat.Builder(context)
.setContentTitle(context.getString(R.string.gadgetbridge))
.setContentTitle(context.getString(R.string.app_name))
.setContentText(text)
.setTicker(text)

View File

@ -34,4 +34,33 @@
<string name="pref_header_development">Entwickleroptionen</string>
<string name="pref_title_development_miaddr">Miband MAC-Adresse</string>
<string name="not_connected">nicht verbunden</string>
<string name="connecting">verbinde</string>
<string name="connected">verbunden</string>
<string name="unknown_state">unbekannter Zustand</string>
<string name="connectionstate_hw_fw">%1$s (HW: %2$s FW: %3$s)</string>
<string name="connectionstate_fw">%1$s (FW: %2$s)</string>
<string name="_unknown_">(unknown)</string>
<string name="test">Test</string>
<string name="test_notification">Test Benachrichtigung</string>
<string name="this_is_a_test_notification_from_gadgetbridge">Dies ist eine Test Benachrichtigung von Gadgetbridge</string>
<string name="bluetooth_is_not_supported_">Bluetooth wird nicht unterstützt.</string>
<string name="bluetooth_is_disabled_">Bluetooth ist abgeschaltet.</string>
<string name="tap_connected_device_for_app_mananger">berühre das verbundene Gerät, um den App Mananger zu starten</string>
<string name="tap_a_device_to_connect">berühre ein Gerät zum verbinden</string>
<string name="cannot_connect_bt_address_invalid_">Verbindung kann nicht aufgebaut werden. BT Adresse ungültig?</string>
<string name="gadgetbridge_running">Gadgetbridge läuft</string>
<string name="battery_low">niedrig</string>
<string name="battery_medium">mittel</string>
<string name="battery_full">voll</string>
<string name="battery_not_charging">lädt nicht</string>
<string name="installing_binary_d_d">installiere Datei %1$d/%2$d</string>
<string name="installation_failed_">Installation fehlgeschlagen!</string>
<string name="installation_successful">Installation erfolgreich</string>
<string name="firmware_install_warning">DU VESUCHST EINE FIRMWARE ZU INSALLIEREN, FAHRE AUF DEIN EIGENES RISIKO FORT.\n\n\n Diese Firmware is für HW Revision: %s</string>
<string name="app_install_info">Du bist dabei die folgende app zu installieren:\n\n\n%1$s Version %2$s von %3$s\n</string>
<string name="n_a">N/A</string>
<string name="initialized">initialisiert</string>
<string name="appversion_by_creator">%1$s von %2$s</string>
</resources>

View File

@ -34,6 +34,8 @@
<string name="pref_header_development">Developer Options</string>
<string name="pref_title_development_miaddr">Miband address</string>
<string name="not_connected">not connected</string>
<string name="connecting">connecting</string>
<string name="connected">connected</string>
@ -41,7 +43,6 @@
<string name="connectionstate_hw_fw">%1$s (HW: %2$s FW: %3$s)</string>
<string name="connectionstate_fw">%1$s (FW: %2$s)</string>
<string name="_unknown_">(unknown)</string>
<string name="gadgetbridge">Gadgetbridge</string>
<string name="test">Test</string>
<string name="test_notification">Test Notification</string>
<string name="this_is_a_test_notification_from_gadgetbridge">This is a Test Notification from Gadgetbridge</string>
@ -62,5 +63,5 @@
<string name="app_install_info">You are about to install the following app:\n\n\n%1$s Version %2$s by %3$s\n</string>
<string name="n_a">N/A</string>
<string name="initialized">initialized</string>
<string name="appversion_by_creator">%1$s by %1$s</string>
<string name="appversion_by_creator">%1$s by %2$s</string>
</resources>