diff --git a/README.md b/README.md index 40176c6..42a9c60 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,12 @@ mkdir build_QtZeiterfassung cd build_QtZeiterfassung qmake ../QtZeiterfassung make +make install # only needed on first build to copy Qt resources ``` ## Launching (on unix) ``` -LD_LIBRARY_PATH=../lib ./zeiterfassung # or just use start.sh +./zeiterfassung.sh ``` ## Launching (on win32) diff --git a/plugins/lunchmealplugin/translations/lunchmealplugin_de.ts b/plugins/lunchmealplugin/translations/lunchmealplugin_de.ts index 6ce0111..d0f4690 100644 --- a/plugins/lunchmealplugin/translations/lunchmealplugin_de.ts +++ b/plugins/lunchmealplugin/translations/lunchmealplugin_de.ts @@ -14,12 +14,12 @@ Lade... - + Lunch meal for %0 Mittagsmenü vom %0 - + dd.MM.yyyy dd.MM.yyyy @@ -27,9 +27,15 @@ LunchMealWidget - + Lunch meal Mittagsmenü + + + + Could not load lunch meal! + + diff --git a/plugins/lunchmealplugin/translations/lunchmealplugin_en.ts b/plugins/lunchmealplugin/translations/lunchmealplugin_en.ts index 53dbb95..5637f62 100644 --- a/plugins/lunchmealplugin/translations/lunchmealplugin_en.ts +++ b/plugins/lunchmealplugin/translations/lunchmealplugin_en.ts @@ -14,12 +14,12 @@ - + Lunch meal for %0 - + dd.MM.yyyy @@ -27,9 +27,15 @@ LunchMealWidget - + Lunch meal + + + + Could not load lunch meal! + +