diff --git a/plugins/presenceplugin/translations/presenceplugin_de.ts b/plugins/presenceplugin/translations/presenceplugin_de.ts
index 13d204d..1d34124 100644
--- a/plugins/presenceplugin/translations/presenceplugin_de.ts
+++ b/plugins/presenceplugin/translations/presenceplugin_de.ts
@@ -4,47 +4,31 @@
PresenceWidget
-
+
Refresh presence
Verfügbarkeit aktualisieren
-
-
-
-
- %0: %1
- %0: %1
-
-
-
-
- Available
- Verfügbar
-
-
-
-
+
???
???
-
-
- Not available
- Nicht verfügbar
+
+
+ %0 available, %1 not available
+ %0 verfügbar, %1 nicht verfügbar
-
-
+
+
Could not get presence status!
Konnte Verfügbarkeit nicht laden!
-
-
+
%0 %1
-
+ %0 %1
diff --git a/plugins/presenceplugin/translations/presenceplugin_en.ts b/plugins/presenceplugin/translations/presenceplugin_en.ts
index ee1ad62..7865d10 100644
--- a/plugins/presenceplugin/translations/presenceplugin_en.ts
+++ b/plugins/presenceplugin/translations/presenceplugin_en.ts
@@ -4,45 +4,29 @@
PresenceWidget
-
+
Refresh presence
-
-
-
-
- %0: %1
-
-
-
-
-
- Available
-
-
-
-
-
+
???
-
-
- Not available
+
+
+ %0 available, %1 not available
-
-
+
+
Could not get presence status!
-
-
+
%0 %1
diff --git a/plugins/reportsplugin/reportswidget.cpp b/plugins/reportsplugin/reportswidget.cpp
index cc34127..b5292a1 100644
--- a/plugins/reportsplugin/reportswidget.cpp
+++ b/plugins/reportsplugin/reportswidget.cpp
@@ -62,7 +62,7 @@ void ReportsWidget::refresh()
return;
}
- setText(tr("Balance: %0, Holidays: %0").arg(tr("???")).arg(tr("???")));
+ setText(tr("Balance: %0, Holidays: %1").arg(tr("???")).arg(tr("???")));
m_actionRefreshReport->setEnabled(false);
m_actionOpenReport->setEnabled(false);
@@ -118,7 +118,7 @@ void ReportsWidget::finished()
}
}
- setText(tr("Balance: %0, Holidays: %0").arg(balance).arg(holidays));
+ setText(tr("Balance: %0, Holidays: %1").arg(balance).arg(holidays));
{
QTemporaryFile file(QDir::temp().absoluteFilePath(QStringLiteral("reportXXXXXX.pdf")));
diff --git a/plugins/reportsplugin/translations/reportsplugin_de.ts b/plugins/reportsplugin/translations/reportsplugin_de.ts
index fdca085..20c4d29 100644
--- a/plugins/reportsplugin/translations/reportsplugin_de.ts
+++ b/plugins/reportsplugin/translations/reportsplugin_de.ts
@@ -4,68 +4,44 @@
ReportsWidget
-
+
Refresh report
Auswertung aktualisieren
-
+
Open report
Auswertung öffnen
-
-
-
-
-
-
- %0: %1
- %0: %1
-
-
-
-
-
- Balance
- Gleitzeit
-
-
-
-
+
???
???
-
-
-
- Holidays
- Urlaub
+
+
+ Balance: %0, Holidays: %1
+ Gleitzeit: %0, Urlaub: %1
-
+
Could not load report!
Konnte Auswertung nicht laden!
-
- %0h
- %0h
-
-
-
-
+
+
n/a
n/v
-
+
Could not write report!
Konnte Auswertung nicht abspeichern!
-
+
Could not launch your default PDF viewer!
Konnte Standard-PDF-Viewer nicht öffnen!
diff --git a/plugins/reportsplugin/translations/reportsplugin_en.ts b/plugins/reportsplugin/translations/reportsplugin_en.ts
index 03ce2d6..0dc51dd 100644
--- a/plugins/reportsplugin/translations/reportsplugin_en.ts
+++ b/plugins/reportsplugin/translations/reportsplugin_en.ts
@@ -4,68 +4,44 @@
ReportsWidget
-
+
Refresh report
-
+
Open report
-
-
-
-
-
-
- %0: %1
-
-
-
-
-
-
- Balance
-
-
-
-
-
+
???
-
-
-
- Holidays
+
+
+ Balance: %0, Holidays: %1
-
+
Could not load report!
-
- %0h
-
-
-
-
-
+
+
n/a
-
+
Could not write report!
-
+
Could not launch your default PDF viewer!