diff -Nru kapow-1.5.0/ChangeLog kapow-1.5.1/ChangeLog --- kapow-1.5.0/ChangeLog 2016-09-17 22:28:44.000000000 +0000 +++ kapow-1.5.1/ChangeLog 2016-10-10 10:29:09.000000000 +0000 @@ -1,3 +1,45 @@ +commit 3d6d50ffc6c151c2209969c7b66c53239c0e0926 +Author: Graeme Gott +Date: 2016-10-10 + + Bump version number. + +commit 77932f5b6f4ef50f2b77df0e36093fdd92e201c3 +Author: Graeme Gott +Date: 2016-10-10 + + Sync translations with Transifex. + +commit 88cf2fc245836aae9532997cf8742f247f0f45c1 +Author: Graeme Gott +Date: 2016-10-07 + + FIXED: Did not install translations in Linux. + +commit 6992ddb9aa8be745da7b23b79d52cdbaf5126c50 +Author: Graeme Gott +Date: 2016-10-02 + + Update Windows deployment. + +commit 7511bdf5216e4826920da9a9bcca88a738a82146 +Author: Graeme Gott +Date: 2016-10-01 + + Update strings. + +commit b15522d89bfe7ae7024a7f355b2e47e03d8555f3 +Author: Graeme Gott +Date: 2016-09-30 + + Generate binary translations at build time. + +commit a38c84f02526c09c513359bbc203cf6347d31ca2 +Author: Graeme Gott +Date: 2016-09-30 + + FIXED: Was not properly loading Qt translations. + commit 63d1400e6036eba3998d2a327d68c6ff27be9d0a Author: Graeme Gott Date: 2016-09-17 diff -Nru kapow-1.5.0/debian/changelog kapow-1.5.1/debian/changelog --- kapow-1.5.0/debian/changelog 2016-09-17 23:06:51.000000000 +0000 +++ kapow-1.5.1/debian/changelog 2016-10-10 10:55:46.000000000 +0000 @@ -1,3 +1,9 @@ +kapow (1.5.1-0ppa1~yakkety1) yakkety; urgency=low + + * Update to 1.5.1 + + -- Graeme Gott Mon, 10 Oct 2016 10:33:26 +0000 + kapow (1.5.0-0ppa1~yakkety1) yakkety; urgency=low * Update to 1.5.0 diff -Nru kapow-1.5.0/debian/control kapow-1.5.1/debian/control --- kapow-1.5.0/debian/control 2015-02-11 02:39:52.000000000 +0000 +++ kapow-1.5.1/debian/control 2016-09-30 18:36:05.000000000 +0000 @@ -2,9 +2,9 @@ Section: x11 Priority: optional Maintainer: Graeme Gott -Build-Depends: debhelper (>= 9), qtbase5-dev -Standards-Version: 3.9.6 -Homepage: http://gottcode.org/kapow/ +Build-Depends: debhelper (>= 9), qtbase5-dev, qttools5-dev-tools +Standards-Version: 3.9.8 +Homepage: https://gottcode.org/kapow/ Package: kapow Architecture: any diff -Nru kapow-1.5.0/debian/menu kapow-1.5.1/debian/menu --- kapow-1.5.0/debian/menu 2013-06-25 18:01:45.000000000 +0000 +++ kapow-1.5.1/debian/menu 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ -?package(kapow):\ - needs="x11"\ - section="Applications/Office"\ - title="Kapow"\ - longtitle="Punch clock"\ - icon="/usr/share/pixmaps/kapow.xpm"\ - command="/usr/bin/kapow" diff -Nru kapow-1.5.0/debian/rules kapow-1.5.1/debian/rules --- kapow-1.5.0/debian/rules 2015-02-12 10:12:32.000000000 +0000 +++ kapow-1.5.1/debian/rules 2016-09-30 18:39:02.000000000 +0000 @@ -2,6 +2,10 @@ export QT_SELECT = 5 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk + %: dh $@ --parallel diff -Nru kapow-1.5.0/kapow.pro kapow-1.5.1/kapow.pro --- kapow-1.5.0/kapow.pro 2016-09-17 22:27:42.000000000 +0000 +++ kapow-1.5.1/kapow.pro 2016-10-10 10:28:40.000000000 +0000 @@ -14,7 +14,7 @@ } # Set program version -VERSION = 1.5.0 +VERSION = 1.5.1 DEFINES += VERSIONSTR=\\\"$${VERSION}\\\" # Set program name @@ -60,8 +60,16 @@ src/time_editor.cpp \ src/window.cpp -# Allow for updating translations +# Generate translations TRANSLATIONS = $$files(translations/kapow_*.ts) +TS_FILES = $$TRANSLATIONS +TS_FILES += translations/qtbase_nl.ts +qtPrepareTool(LRELEASE, lrelease) +updateqm.input = TS_FILES +updateqm.output = ${QMAKE_FILE_PATH}/${QMAKE_FILE_BASE}.qm +updateqm.commands = $$LRELEASE -silent ${QMAKE_FILE_IN} -qm ${QMAKE_FILE_OUT} +updateqm.CONFIG += no_link target_predeps +QMAKE_EXTRA_COMPILERS += updateqm # Install program data RESOURCES = icons/icons.qrc @@ -91,6 +99,7 @@ qm.files = translations/*.qm qm.path = $$PREFIX/share/kapow/translations/ + qm.CONFIG += no_check_exist man.files = doc/kapow.1 man.path = $$PREFIX/share/man/man1 diff -Nru kapow-1.5.0/mac_deploy.sh kapow-1.5.1/mac_deploy.sh --- kapow-1.5.0/mac_deploy.sh 2016-09-17 22:27:09.000000000 +0000 +++ kapow-1.5.1/mac_deploy.sh 2016-10-10 10:28:26.000000000 +0000 @@ -2,7 +2,7 @@ APP='Kapow' BUNDLE="$APP.app" -VERSION='1.5.0' +VERSION='1.5.1' # Remove any previous disk folder or DMG echo -n 'Preparing... ' @@ -37,12 +37,12 @@ mkdir "$LPROJ" sed "s/????/${translation}/" < 'mac/locversion.plist' > "${LPROJ}/locversion.plist" - QT_TRANSLATION="${QTDIR}/translations/qt_${translation}.qm" + QT_TRANSLATION="${QTDIR}/translations/qtbase_${translation}.qm" if [ -e "$QT_TRANSLATION" ]; then cp -f "$QT_TRANSLATION" "$TRANSLATIONS" fi - QT_TRANSLATION="${QTDIR}/translations/qt_${translation:0:2}.qm" + QT_TRANSLATION="${QTDIR}/translations/qtbase_${translation:0:2}.qm" if [ -e "$QT_TRANSLATION" ]; then cp -f "$QT_TRANSLATION" "$TRANSLATIONS" fi diff -Nru kapow-1.5.0/NEWS kapow-1.5.1/NEWS --- kapow-1.5.0/NEWS 2016-09-17 22:26:18.000000000 +0000 +++ kapow-1.5.1/NEWS 2016-10-10 10:28:19.000000000 +0000 @@ -1,3 +1,9 @@ +1.5.1 +----- +* Generate binary translations at build time. +* FIXED: Was not properly loading Qt translations. +* Translation updates: Romanian. + 1.5.0 ----- * Disabled removing projects with running timers in subprojects. diff -Nru kapow-1.5.0/src/locale_dialog.cpp kapow-1.5.1/src/locale_dialog.cpp --- kapow-1.5.0/src/locale_dialog.cpp 2016-01-03 20:23:34.000000000 +0000 +++ kapow-1.5.1/src/locale_dialog.cpp 2016-10-01 11:58:37.000000000 +0000 @@ -1,6 +1,6 @@ /*********************************************************************** * - * Copyright (C) 2010, 2011, 2012, 2013, 2014 Graeme Gott + * Copyright (C) 2010, 2011, 2012, 2014, 2015, 2016 Graeme Gott * * 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 @@ -21,11 +21,11 @@ #include "settings.h" -#include #include #include #include #include +#include #include #include #include @@ -66,8 +66,8 @@ m_translations->setCurrentIndex(index); QDialogButtonBox* buttons = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel, Qt::Horizontal, this); - connect(buttons, SIGNAL(accepted()), this, SLOT(accept())); - connect(buttons, SIGNAL(rejected()), this, SLOT(reject())); + connect(buttons, &QDialogButtonBox::accepted, this, &LocaleDialog::accept); + connect(buttons, &QDialogButtonBox::rejected, this, &LocaleDialog::reject); QVBoxLayout* layout = new QVBoxLayout(this); layout->setSizeConstraint(QLayout::SetFixedSize); @@ -115,10 +115,10 @@ // Load translators static QTranslator qt_translator; - if (translations.contains("qt_" + current) || translations.contains("qt_" + current.left(2))) { - qt_translator.load("qt_" + current, m_path); + if (translations.contains("qtbase_" + current) || translations.contains("qtbase_" + current.left(2))) { + qt_translator.load("qtbase_" + current, m_path); } else { - qt_translator.load("qt_" + current, QLibraryInfo::location(QLibraryInfo::TranslationsPath)); + qt_translator.load("qtbase_" + current, QLibraryInfo::location(QLibraryInfo::TranslationsPath)); } QCoreApplication::installTranslator(&qt_translator); @@ -127,7 +127,7 @@ QCoreApplication::installTranslator(&translator); // Work around bug in Qt 5 where text direction is not loaded - QApplication::setLayoutDirection(QLocale(current).textDirection()); + QGuiApplication::setLayoutDirection(QLocale(current).textDirection()); } //----------------------------------------------------------------------------- @@ -146,6 +146,13 @@ } else { name = locale.nativeLanguageName(); } + if (name.isEmpty() || name == "C") { + if (language == "eo") { + name = "Esperanto"; + } else { + name = language; + } + } if (locale.textDirection() == Qt::RightToLeft) { name.prepend(QChar(0x202b)); } Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_ar.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_ar.qm differ diff -Nru kapow-1.5.0/translations/kapow_ar.ts kapow-1.5.1/translations/kapow_ar.ts --- kapow-1.5.0/translations/kapow_ar.ts 2016-09-17 16:05:21.000000000 +0000 +++ kapow-1.5.1/translations/kapow_ar.ts 2016-10-10 10:25:53.000000000 +0000 @@ -4,22 +4,18 @@ LocaleDialog - Select application language: تحديد لغة التطبيق: - <System Language> <لغة النظام> - Note ملاحظة - Please restart this application for the change in language to take effect. قم بإعادة تشغيل التطبيق من أجل تطبيق لغة الواجهة. @@ -27,153 +23,122 @@ Report - Time Sheet Report التقرير الزمني - Name: الاسم: - Company: الشركة: - Address: العنوان: - Phone: الهاتف: - Fax: الفاكس: - Email: البريد الالكتروني: - Website: موقع الانترنت: - - N/A غير متوفر - Prepend currency symbol رمز العملة في أول السطر - Hourly rate: معدل الساعات: - Tax rate: معدل الضريبة: - Currency symbol: رمز العملة: - Contact Information معلومات الاتصال - Data بيانات - Preview معاينة - Export تصدير - Print طباعة - Web Page (*.html *.htm) Web Page (*.html *.htm) - iCalendar (*.ics) iCalendar (*.ics) - Outlook CSV (*.csv) Outlook CSV (*.csv) - Export Report تصدير تقرير - View Reports عرض التقارير - Create Report إنشاء تقرير - Phone: %1 الهاتف:%1 - Fax: %1 الفاكس%1 - Hours ساعة - Subtotal مجموع جزئي - Taxes ضرائب - Total المجموع @@ -181,7 +146,6 @@ Session - %n hour(s) %n ساعة @@ -193,7 +157,6 @@ - %L1 hours %L1 ساعة @@ -201,12 +164,10 @@ SessionDelegate - Error خطأ - Session conflicts with other sessions. @@ -214,32 +175,26 @@ SessionDialog - Add Session اضافة جلسة - Date: التاريخ: - Start: بدء: - Stop: توقف: - Task: المهمة: - Edit Session تحرير الجلسة @@ -247,54 +202,42 @@ SessionModel - - Total المجموع - Date - Start بدء - Stop توقف - - Task - Hours ساعة - Daily - Weekly - Monthly - Report @@ -302,297 +245,214 @@ Window - 00:00:00 00:00:00 - - Start بدء - - Stop توقف - - Cancel إلغاء الأمر - - &Minimize - &Project &مشروع - - &Add &اضافة - Ctrl+Shift+N Ctrl+Shift+N - - &Remove &ازالة - Ctrl+Shift+Delete Ctrl+Shift+Delete - &Quit &خروج - Ctrl+Q Ctrl+Q - &Session &جلسة - &Edit &تحرير - Ctrl+Delete Ctrl+Delete - S&ettings ا&عدادات - Columns أعمدة - &Decimal Totals &مجموع عشري - &Inline Editing تحرير &ضمني - Application &Language... &لغة التطبيق - &Help &مساعدة - &About &حول - About &Qt حول &كيوت - Project مشروع - Timer مؤقت - Show all عرض الكل - Show only unbilled عرض غير المدفوع - Show only this year عرض هذا العام فقط - Show only this month عرض هذا الشهر فقط - Show only this week عرض هذا الأسبوع فقط - Copyright &copy; 2008-%1 Graeme Gott جميع الحقوق محقوظة &copy; Graeme Gott 2008-%1 <br/>تعريب:<br/>محمد بشير النعيمي: mbnoimi@gmail.com - Released under the <a href=%1>GPL 3</a> license أُصدر برخصة <a href=%1>GPL 3</a> - - - - - Session conflicts with other sessions. - &Restore - - Unable to read time data. غير قادر على قراءة بيانات الوقت. - - - Untitled غير مسمى - - - Unable to write time data. غير قادر على كتابة بيانات الوقت. - There are timers running. Stop timers and quit? بعض العدّادات ماتزال تعمل. هل أنت متأكد من رغبتك بالخروج؟ - About حول - A program to help track spent time برنامج بسيط لادارة و تتبع دوام الموظفين - - - - Question سؤال - &Create Report... &إنشاء تقرير... - View R&eports &عرض التقارير - Cancel this session? هل تريد إلغاء هذه الجلسة؟ - Add Project اضافة مشروع - Enter project name: أدخل اسم المشروع: - - - - - - - - - - - - Error خطأ - - Unable to create time data location. غير قادر على إنشاء مكان بيانات الوقت. - Unable to move time data location. غير قادر على نقل مكان بيانات الوقت. - A project with that name already exists. هذا الاسم موجود مسبقاً. - Remove selected project? هل تريد إزالة المشروع المحدد؟ - Remove selected session? هل تريد إزالة الجلسة المحددة؟ - %n timer(s) running %n مؤقت يعمل @@ -604,9 +464,6 @@ - - - Kapow Punch Clock كابو برنامج إدارة الوقت @@ -614,27 +471,22 @@ main - Punch clock program - Store settings as INI format in specified file. - file - Do not create automatic backups of time data. - The time data file to use. Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_bg.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_bg.qm differ diff -Nru kapow-1.5.0/translations/kapow_bg.ts kapow-1.5.1/translations/kapow_bg.ts --- kapow-1.5.0/translations/kapow_bg.ts 2016-09-17 16:05:21.000000000 +0000 +++ kapow-1.5.1/translations/kapow_bg.ts 2016-10-10 10:25:53.000000000 +0000 @@ -4,22 +4,18 @@ LocaleDialog - Select application language: Изберете език за програмата: - <System Language> <Системен език> - Note Бележка - Please restart this application for the change in language to take effect. Моля, рестартирайте програмата за да влезе в сила избраният език. @@ -27,153 +23,122 @@ Report - Time Sheet Report Доклад - Name: Име: - Company: Фирма: - Address: Адрес: - Phone: Телефон: - Fax: Факс: - Email: E-Mail: - Website: Интернет страница: - - N/A - - Prepend currency symbol Добавяне валутата в началото - Hourly rate: Чесова тарифа: - Tax rate: Тарифа: - Currency symbol: Валута: - Contact Information Информация за контакти - Data Данни - Preview Предварителен преглед - Export - Print Печат - Web Page (*.html *.htm) - iCalendar (*.ics) - Outlook CSV (*.csv) - Export Report - View Reports - Create Report - Phone: %1 Телефон: %1 - Fax: %1 Факс: %1 - Hours Часове - Subtotal Междинна сума - Taxes Такси - Total Общо @@ -181,7 +146,6 @@ Session - %n hour(s) %n час @@ -189,7 +153,6 @@ - %L1 hours %L1 часа @@ -197,12 +160,10 @@ SessionDelegate - Error Грешка - Session conflicts with other sessions. @@ -210,32 +171,26 @@ SessionDialog - Add Session Добавяне на сесия - Date: Дата: - Start: Начало: - Stop: Край: - Task: Задача: - Edit Session Редактиране на сесията @@ -243,54 +198,42 @@ SessionModel - - Total Общо - Date - Start Начало - Stop Край - - Task - Hours Часове - Daily - Weekly - Monthly - Report @@ -298,297 +241,214 @@ Window - 00:00:00 00:00:00 - - Start Начало - - Stop Край - - Cancel Прекъсване - - &Minimize - &Project &Проект - - &Add &Добавяне - Ctrl+Shift+N - - &Remove &Премахване - Ctrl+Shift+Delete - &Quit &Изход - Ctrl+Q Ctrl+Q - &Session &Сесия - &Edit &Редактиране - Ctrl+Delete - S&ettings &Настройки - Columns Колони - &Decimal Totals &Времена с десетична точка - &Inline Editing &Директно редактиране - Application &Language... Език на &програмата... - &Help &Помощ - &About &Относно - About &Qt Относно &Qt - Project Проект - Timer Таймер - Show all Показване на всички - Show only unbilled Неплатени - Show only this year Само от тази година - Show only this month Само от този месец - Show only this week Само от тази седмица - Copyright &copy; 2008-%1 Graeme Gott - Released under the <a href=%1>GPL 3</a> license - - - - - Session conflicts with other sessions. - &Restore - - Unable to read time data. - - - Untitled Неозаглавена - - - Unable to write time data. - There are timers running. Stop timers and quit? Има активни таймери. Искате ли да ги спрете и да излезете от програмата? - About Информация - A program to help track spent time Програма за отчитане на изразходваното време - - - - Question Въпрос - &Create Report... - View R&eports - Cancel this session? Прекъсване на тази сесия? - Add Project Добавяне на проект - Enter project name: Име на проекта: - - - - - - - - - - - - Error Грешка - - Unable to create time data location. - Unable to move time data location. - A project with that name already exists. Вече съществува проект с това име. - Remove selected project? Премахване на избрания проект? - Remove selected session? Премахване на избраната сесия? - %n timer(s) running %n активен таймер @@ -596,9 +456,6 @@ - - - Kapow Punch Clock Kapow Punch Clock @@ -606,27 +463,22 @@ main - Punch clock program - Store settings as INI format in specified file. - file - Do not create automatic backups of time data. - The time data file to use. Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_cs.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_cs.qm differ diff -Nru kapow-1.5.0/translations/kapow_cs.ts kapow-1.5.1/translations/kapow_cs.ts --- kapow-1.5.0/translations/kapow_cs.ts 2016-09-17 16:05:21.000000000 +0000 +++ kapow-1.5.1/translations/kapow_cs.ts 2016-10-10 10:25:53.000000000 +0000 @@ -4,22 +4,18 @@ LocaleDialog - Select application language: Vybrat jazyk programu: - <System Language> <Jazyk systému> - Note Poznámka - Please restart this application for the change in language to take effect. Spusťte, prosím, tento program znovu, aby se změna jazyka projevila. @@ -27,153 +23,122 @@ Report - Time Sheet Report Pracovní výkaz - Name: Název: - Company: Společnost: - Address: Adresa: - Phone: Telefon: - Fax: Fax: - Email: El. pošta: - Website: Stránky: - - N/A Nedostupné - Prepend currency symbol Měnový symbol uvést na začátku - Hourly rate: Hodinová sazba: - Tax rate: Daňová sazba: - Currency symbol: Měnový symbol: - Contact Information Spojení - Data Data - Preview Náhled - Export Vyvést - Print Tisk - Web Page (*.html *.htm) Stránka (*.html *.htm) - iCalendar (*.ics) iCalendar (*.ics) - Outlook CSV (*.csv) Outlook CSV (*.csv) - Export Report Vyvést zprávu - View Reports Zobrazit zprávy - Create Report Vytvořit zprávu - Phone: %1 Telefon: %1 - Fax: %1 Fax: %1 - Hours Hodiny - Subtotal Mezisoučet - Taxes Daně - Total Úhrn @@ -181,7 +146,6 @@ Session - %n hour(s) Jedna hodina @@ -190,7 +154,6 @@ - %L1 hours %L1 hodin @@ -198,12 +161,10 @@ SessionDelegate - Error Chyba - Session conflicts with other sessions. @@ -211,32 +172,26 @@ SessionDialog - Add Session Přidat sezení - Date: Datum: - Start: Začátek: - Stop: Konec: - Task: Úkol: - Edit Session Upravit sezení @@ -244,54 +199,42 @@ SessionModel - - Total Úhrn - Date - Start Spustit - Stop Zastavit - - Task - Hours Hodiny - Daily - Weekly - Monthly - Report @@ -299,297 +242,214 @@ Window - 00:00:00 00:00:00 - - Start Spustit - - Stop Zastavit - - Cancel Zrušit - - &Minimize - &Project &Projekt - - &Add &Přidat - Ctrl+Shift+N Ctrl+Shift+N - - &Remove &Odstranit - Ctrl+Shift+Delete Ctrl+Shift+Delete - &Quit &Ukončit - Ctrl+Q Ctrl+Q - &Session &Sezení - &Edit &Upravit - Ctrl+Delete Ctrl+Delete - S&ettings &Nastavení - Columns Sloupce - &Decimal Totals &Desetinné zobrazení času - &Inline Editing &Přímé zpracování hodnot - Application &Language... Jazyk &programu... - &Help &Nápověda - &About &O programu - About &Qt O &Qt - Project Projekt - Timer Časomíra - Show all Ukázat vše - Show only unbilled Ukázat pouze nevyúčtované hodiny - Show only this year Ukázat pouze tento rok - Show only this month Ukázat pouze tento měsíc - Show only this week Ukázat pouze tento týden - Copyright &copy; 2008-%1 Graeme Gott Autorské právo &copy; 2008-%1 Graeme Gott - Released under the <a href=%1>GPL 3</a> license Vydáno pod licencí <a href=%1>GPL 3</a> - - - - - Session conflicts with other sessions. - &Restore - - Unable to read time data. Nelze přečíst data času. - - - Untitled Bez názvu - - - Unable to write time data. Nelze zapsat data času. - There are timers running. Stop timers and quit? Běží časomíry. Zastavit časomíry a ukončit? - About O programu - A program to help track spent time Program pro evidenci pracovní doby na počítači, který vám pomůže sledovat vámi strávený čas. - - - - Question Otázka - &Create Report... &Vytvořit zprávu... - View R&eports Zobrazit &zprávy - Cancel this session? Zrušit toto sezení? - Add Project Přidat projekt - Enter project name: Zadat název projektu: - - - - - - - - - - - - Error Chyba - - Unable to create time data location. Nelze vytvořit umístění pro data času. - Unable to move time data location. Nelze přesunout umístění pro data času. - A project with that name already exists. Projekt s tímto názvem již existuje. - Remove selected project? Odstranit vybraný projekt? - Remove selected session? Odstranit vybrané sezení? - %n timer(s) running Běží %n časomíra @@ -598,9 +458,6 @@ - - - Kapow Punch Clock Evidence pracovní doby Kapow @@ -608,27 +465,22 @@ main - Punch clock program - Store settings as INI format in specified file. - file - Do not create automatic backups of time data. - The time data file to use. Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_da.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_da.qm differ diff -Nru kapow-1.5.0/translations/kapow_da.ts kapow-1.5.1/translations/kapow_da.ts --- kapow-1.5.0/translations/kapow_da.ts 2016-09-17 16:05:21.000000000 +0000 +++ kapow-1.5.1/translations/kapow_da.ts 2016-10-10 10:25:53.000000000 +0000 @@ -4,22 +4,18 @@ LocaleDialog - Select application language: Vælg sprog: - <System Language> <Systemsprog> - Note Bemærk - Please restart this application for the change in language to take effect. Programmet skal genstartes før ændringen træder i kraft. @@ -27,153 +23,122 @@ Report - Time Sheet Report Timeseddel - Name: Navn: - Company: Firma: - Address: Adresse: - Phone: Telefon: - Fax: Fax: - Email: E-mail: - Website: Hjemmeside: - - N/A Ikke tilgængelig - Prepend currency symbol Tilføj valutasymbol i begyndelsen - Hourly rate: Timeløn: - Tax rate: Skatteprocent: - Currency symbol: Valutasymbol: - Contact Information Kontaktinformation - Data Data - Preview Forhåndsvisning - Export Eksportér - Print Udskriv - Web Page (*.html *.htm) Hjemmeside (*.html *.htm) - iCalendar (*.ics) iCalendar (*.ics) - Outlook CSV (*.csv) Outlook CSV (*.csv) - Export Report Eksporteret rapport - View Reports Vis rapporter - Create Report Opret rapport - Phone: %1 Telefon: %1 - Fax: %1 Fax: %1 - Hours Timer - Subtotal Subtotal - Taxes Skatter - Total Total @@ -181,7 +146,6 @@ Session - %n hour(s) one: %n time @@ -189,7 +153,6 @@ - %L1 hours %L1 timer @@ -197,12 +160,10 @@ SessionDelegate - Error Fejl - Session conflicts with other sessions. @@ -210,32 +171,26 @@ SessionDialog - Add Session Tilføj session - Date: Dato: - Start: Start: - Stop: Slut: - Task: Opgave: - Edit Session Rediger session @@ -243,54 +198,42 @@ SessionModel - - Total Total - Date - Start Start - Stop Stop - - Task - Hours Timer - Daily - Weekly - Monthly - Report @@ -298,297 +241,214 @@ Window - 00:00:00 00:00:00 - - Start Start - - Stop Stop - - Cancel Annuller - - &Minimize - &Project &Projekt - - &Add &Tilføj - Ctrl+Shift+N Ctrl+Shift+N - - &Remove &Fjern - Ctrl+Shift+Delete Ctrl+Shift+Delete - &Quit &Afslut - Ctrl+Q Ctrl+Q - &Session &Session - &Edit &Rediger - Ctrl+Delete Ctrl+Delete - S&ettings I&ndstillinger - Columns Kolonner - &Decimal Totals &Timer i decimaler - &Inline Editing &Direkte redigering - Application &Language... &Sprog... - &Help &Hjælp - &About &Om - About &Qt Om &Qt - Project Projekt - Timer Timer - Show all Vis alt - Show only unbilled Vis kun ubetalte - Show only this year Vis kun dette år - Show only this month Vis kun denne måned - Show only this week Vis kun denne uge - Copyright &copy; 2008-%1 Graeme Gott Copyright &copy; 2008-%1 Graeme Gott - Released under the <a href=%1>GPL 3</a> license Frigivet under <a href=%1>GPL 3</a>-licens - - - - - Session conflicts with other sessions. - &Restore - - Unable to read time data. Kan ikke aflæse tidsdata. - - - Untitled Unavngivet - - - Unable to write time data. Kan ikke opgøre tidsdata. - There are timers running. Stop timers and quit? Timere kører. Stop timere og afslut? - About Om - A program to help track spent time Et program til at holde styr på tidsforbruget - - - - Question Spørgsmål - &Create Report... &Opret rapport... - View R&eports Vis R&apporter - Cancel this session? Annuller denne session? - Add Project Tilføj projekt - Enter project name: Angiv projektnavn: - - - - - - - - - - - - Error Fejl - - Unable to create time data location. Kunne ikke oprette placering. - Unable to move time data location. Kunne ikke flytte placering. - A project with that name already exists. Et projekt med dette navn eksisterer allerede. - Remove selected project? Fjern valgte projekt? - Remove selected session? Fjern valgte session? - %n timer(s) running %n timer kører @@ -596,9 +456,6 @@ - - - Kapow Punch Clock Kapow Punch Clock @@ -606,27 +463,22 @@ main - Punch clock program - Store settings as INI format in specified file. - file - Do not create automatic backups of time data. - The time data file to use. Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_de.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_de.qm differ diff -Nru kapow-1.5.0/translations/kapow_de.ts kapow-1.5.1/translations/kapow_de.ts --- kapow-1.5.0/translations/kapow_de.ts 2016-09-17 16:05:21.000000000 +0000 +++ kapow-1.5.1/translations/kapow_de.ts 2016-10-10 10:25:53.000000000 +0000 @@ -4,22 +4,18 @@ LocaleDialog - Select application language: Programmsprache auswählen - <System Language> <Betriebssystemsprache> - Note Achtung! - Please restart this application for the change in language to take effect. Programm neu starten, um die Sprachänderung wirksam werden zu lassen. @@ -27,153 +23,122 @@ Report - Time Sheet Report Zeiterfassungsbericht - Name: Name: - Company: Firma: - Address: Anschrift: - Phone: Tel.: - Fax: Fax: - Email: E-Mail: - Website: Website: - - N/A N/A - Prepend currency symbol Währungssymbol voranstellen - Hourly rate: Stundensatz: - Tax rate: MwSt.-Satz: - Currency symbol: Währungssymbol: - Contact Information Kontaktdaten - Data Zeiterfassungsdaten - Preview Vorschau - Export Exportieren - Print Drucken - Web Page (*.html *.htm) Web Page (*.html *.htm) - iCalendar (*.ics) iCalendar (*.ics) - Outlook CSV (*.csv) Outlook CSV (*.csv) - Export Report Bericht exportieren - View Reports Berichte anzeigen - Create Report Bericht erstellen - Phone: %1 Tel.: %1 - Fax: %1 Fax: %1 - Hours Stunden - Subtotal Zwischensumme - Taxes MwSt. - Total Endsumme @@ -181,7 +146,6 @@ Session - %n hour(s) %n Stunde @@ -189,7 +153,6 @@ - %L1 hours %L1 Stunden @@ -197,12 +160,10 @@ SessionDelegate - Error Fehler - Session conflicts with other sessions. Überschneidung mit anderem Eintrag. @@ -210,32 +171,26 @@ SessionDialog - Add Session Eintrag hinzufügen - Date: Datum: - Start: Start: - Stop: Ende: - Task: Aufgabe: - Edit Session Eintrag bearbeiten @@ -243,54 +198,42 @@ SessionModel - - Total Summe - Date Datum - Start Start - Stop Ende - - Task Aufgabe - Hours Stunden - Daily Täglich - Weekly Wöchentlich - Monthly Monatlich - Report Bericht @@ -298,297 +241,214 @@ Window - 00:00:00 00:00:00 - - Start Start - - Stop Stop - - Cancel Abbrechen - - &Minimize &Minimieren - &Project &Projekt - - &Add &Hinzufügen - Ctrl+Shift+N Strg+Shift+N - - &Remove &Entfernen - Ctrl+Shift+Delete Strg+Shift+Entf - &Quit &Beenden - Ctrl+Q Ctrl+Q - &Session &Eintrag - &Edit &Bearbeiten - Ctrl+Delete Strg+Entf - S&ettings &Einstellungen - Columns Spalten - &Decimal Totals &Zeitanzeige dezimal - &Inline Editing &direkte Wertebearbeitung - Application &Language... Programmsprache - &Help &Hilfe - &About &Über - About &Qt Über &Qt - Project Projekt - Timer Zeiterfassung - Show all Alle anzeigen - Show only unbilled Nur nicht abgerechnete anzeigen - Show only this year Nur dieses Jahr anzeigen - Show only this month Nur diesen Monat anzeigen - Show only this week Nur diese Woche anzeigen - Copyright &copy; 2008-%1 Graeme Gott Copyright &copy; 2008-2011 Graeme Gott. - Released under the <a href=%1>GPL 3</a> license Veröffentlicht unter <a href=%1>GPL 3</a> license - - - - - Session conflicts with other sessions. Überschneidung mit anderem Eintrag. - &Restore &Wiederherstellen - - Unable to read time data. Unfähig die Zeit zu lesen. - - - Untitled Ohne Titel - - - Unable to write time data. Unfähig die Zeit Daten zu schreiben. - There are timers running. Stop timers and quit? Zeiterfassung läuft. Stoppen und Programm beenden? - About Über - A program to help track spent time Ein Programm zur Zeiterfassung am Rechner. - - - - Question Frage - &Create Report... Bericht erstellen... - View R&eports Berichte anzeigen - Cancel this session? Eintrag abbrechen? - Add Project Projekt hinzufügen - Enter project name: Projektname eingeben: - - - - - - - - - - - - Error Fehler - - Unable to create time data location. Der Zeitdaten Standort kann nicht erstellt werden. - Unable to move time data location. Der Zeitdaten Speicherort kann nicht verschoben werden. - A project with that name already exists. Ein Projekt dieses Namens besteht bereits. - Remove selected project? Ausgewähltes Projekt löschen? - Remove selected session? Ausgewählten Eintrag löschen? - %n timer(s) running %n Zeiterfassung läuft @@ -596,9 +456,6 @@ - - - Kapow Punch Clock Kapow Zeiterfassung @@ -606,27 +463,22 @@ main - Punch clock program Zeiterfassungsprogramm - Store settings as INI format in specified file. Die Einstellungen als INI-Format in der angegebenen Datei speichern. - file Datei - Do not create automatic backups of time data. Keine automatischen Backups von Zeitdaten erstellen. - The time data file to use. Die verwendete Zeitdatendatei. Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_el.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_el.qm differ diff -Nru kapow-1.5.0/translations/kapow_el.ts kapow-1.5.1/translations/kapow_el.ts --- kapow-1.5.0/translations/kapow_el.ts 2016-09-17 16:05:21.000000000 +0000 +++ kapow-1.5.1/translations/kapow_el.ts 2016-10-10 10:25:53.000000000 +0000 @@ -4,22 +4,18 @@ LocaleDialog - Select application language: Επιλέξτε γλώσσα εφαρμογής: - <System Language> <Γλώσσα συστήματος> - Note Σημείωση - Please restart this application for the change in language to take effect. Παρακαλώ επανεκκινήστε το πρόγραμμα για εφαρμογή της αλλαγής στη γλώσσα. @@ -27,153 +23,122 @@ Report - Time Sheet Report Αναφορά κατανομής χρόνου - Name: Όνομα: - Company: Εταιρεία: - Address: Διεύθυνση: - Phone: Τηλέφωνο: - Fax: Φαξ: - Email: Email: - Website: Ιστότοπος: - - N/A Μη διαθέσιμο - Prepend currency symbol Προηγείται το σύμβολο νομίσματος - Hourly rate: Ωρομίσθιο: - Tax rate: ΦΠΑ: - Currency symbol: Σύμβολο νομίσματος: - Contact Information Στοιχεία επικοινωνίας - Data Δεδομένα - Preview Προεπισκόπηση - Export Εξαγωγή - Print Εκτύπωση - Web Page (*.html *.htm) Ιστοσελίδα (*.html *.htm) - iCalendar (*.ics) iCalendar (*.ics) - Outlook CSV (*.csv) Outlook CSV (*.csv) - Export Report Εξαγωγή αναφοράς - View Reports Προβολή αναφορών - Create Report Δημιουργία αναφοράς - Phone: %1 Τηλέφωνο: %1 - Fax: %1 Φαξ: %1 - Hours Ώρες - Subtotal Μερικό σύνολο - Taxes Φόροι - Total Σύνολο @@ -181,7 +146,6 @@ Session - %n hour(s) %n ώρα @@ -189,7 +153,6 @@ - %L1 hours %L1 ώρες @@ -197,12 +160,10 @@ SessionDelegate - Error Σφάλμα - Session conflicts with other sessions. Η συνεδρία έρχεται σε διένεξη με άλλες συνεδρίες. @@ -210,32 +171,26 @@ SessionDialog - Add Session Προσθήκη συνεδρίας - Date: Ημερομηνία: - Start: Έναρξη: - Stop: Διακοπή: - Task: Εργασία: - Edit Session Επεξεργασία συνεδρίας @@ -243,54 +198,42 @@ SessionModel - - Total Σύνολο - Date Ημερομηνία - Start Έναρξη - Stop Διακοπή - - Task Εργασία - Hours Ώρες - Daily Ημερήσια - Weekly Εβδομαδιαία - Monthly Μηνιαία - Report Αναφορά @@ -298,297 +241,214 @@ Window - 00:00:00 00:00:00 - - Start Έναρξη - - Stop Διακοπή - - Cancel Άκυρο - - &Minimize &Ελαχιστοποίηση - &Project Έρ&γο - - &Add &Προσθήκη - Ctrl+Shift+N Ctrl+Shift+Ν - - &Remove &Απαλοιφή - Ctrl+Shift+Delete Ctrl+Shift+Delete - &Quit Έ&ξοδος - Ctrl+Q Ctrl+Q - &Session &Συνεδρία - &Edit &Επεξεργασία - Ctrl+Delete Ctrl+Delete - S&ettings &Ρυθμίσεις - Columns Στήλες - &Decimal Totals Σύνολα σε &δεκαδική μορφή - &Inline Editing &Επεξεργασία στη γραμμή - Application &Language... &Γλώσσα προγράμματος... - &Help &Βοήθεια - &About &Περί - About &Qt Περί &Qt - Project Έργο - Timer Χρονόμετρο - Show all Εμφάνιση όλων - Show only unbilled Εμφάνιση μόνο μη τιμολογημένων - Show only this year Εμφάνιση μόνο αυτό το έτος - Show only this month Εμφάνιση μόνο αυτό το μήνα - Show only this week Εμφάνιση μόνο αυτή την εβδομάδα - Copyright &copy; 2008-%1 Graeme Gott Copyright &copy; 2008-%1 Graeme Gott - Released under the <a href=%1>GPL 3</a> license Κυκλοφορεί υπό την Γενική Δημόσια Άδεια <a href=%1>GPL 3</a> - - - - - Session conflicts with other sessions. Η συνεδρία έρχεται σε διένεξη με άλλες συνεδρίες. - &Restore Επανα&φορά - - Unable to read time data. Δεν ήταν δυνατή η ανάγνωση των δεδομένων χρόνου. - - - Untitled Ανώνυμο - - - Unable to write time data. Δεν ήταν δυνατή η εγγραφή των δεδομένων χρόνου. - There are timers running. Stop timers and quit? Υπάρχουν χρονόμετρα σε λειτουργία. Διακοπή χρονομέτρων και έξοδος; - About Περί - A program to help track spent time Πρόγραμμα παρακολούθησης χρόνου εργασίας - - - - Question Ερώτηση - &Create Report... &Δημιουργία αναφοράς... - View R&eports Π&ροβολή αναφορών - Cancel this session? Ακύρωση αυτής της συνεδρίας; - Add Project Προσθήκη έργου - Enter project name: Εισαγωγή ονόματος έργου: - - - - - - - - - - - - Error Σφάλμα - - Unable to create time data location. Δεν ήταν δυνατή η δημιουργία θέσης δεδομένων χρόνου. - Unable to move time data location. Δεν ήταν δυνατή η μετακίνηση της θέσης δεδομένων χρόνου. - A project with that name already exists. Υπάρχει ήδη ένα έργο με αυτό το όνομα. - Remove selected project? Απαλοιφή επιλεγμένου έργου; - Remove selected session? Απαλοιφή επιλεγμένης συνεδρίας; - %n timer(s) running %n χρονόμετρο λειτουργεί @@ -596,9 +456,6 @@ - - - Kapow Punch Clock Kapow Punch Clock @@ -606,27 +463,22 @@ main - Punch clock program Πρόγραμμα χρονομέτρου εργασίας - Store settings as INI format in specified file. Αποθήκευση ρυθμίσεων με μορφή INI στο καθορισμένο αρχείο. - file αρχείο - Do not create automatic backups of time data. Όχι αυτόματη δημιουργία αντιγράφων ασφαλείας των δεδομένων χρόνου. - The time data file to use. Το αρχείο δεδομένων χρόνου που θα χρησιμοποιηθεί. Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_en.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_en.qm differ diff -Nru kapow-1.5.0/translations/kapow_en.ts kapow-1.5.1/translations/kapow_en.ts --- kapow-1.5.0/translations/kapow_en.ts 2016-09-17 16:05:21.000000000 +0000 +++ kapow-1.5.1/translations/kapow_en.ts 2016-10-10 10:25:53.000000000 +0000 @@ -4,22 +4,18 @@ LocaleDialog - Select application language: - <System Language> - Note - Please restart this application for the change in language to take effect. @@ -27,153 +23,122 @@ Report - Time Sheet Report - Name: - Company: - Address: - Phone: - Fax: - Email: - Website: - - N/A - Prepend currency symbol - Hourly rate: - Tax rate: - Currency symbol: - Contact Information - Data - Preview - Export - Print - Web Page (*.html *.htm) - iCalendar (*.ics) - Outlook CSV (*.csv) - Export Report - View Reports - Create Report - Phone: %1 - Fax: %1 - Hours - Subtotal - Taxes - Total @@ -181,7 +146,6 @@ Session - %n hour(s) %n hour @@ -189,7 +153,6 @@ - %L1 hours @@ -197,12 +160,10 @@ SessionDelegate - Error - Session conflicts with other sessions. @@ -210,32 +171,26 @@ SessionDialog - Add Session - Date: - Start: - Stop: - Task: - Edit Session @@ -243,54 +198,42 @@ SessionModel - - Total - Date - Start - Stop - - Task - Hours - Daily - Weekly - Monthly - Report @@ -298,297 +241,214 @@ Window - 00:00:00 - - Start - - Stop - - Cancel - - &Minimize - &Project - - &Add - Ctrl+Shift+N - - &Remove - Ctrl+Shift+Delete - &Quit - Ctrl+Q - &Session - &Edit - Ctrl+Delete - S&ettings - Columns - &Decimal Totals - &Inline Editing - Application &Language... - &Help - &About - About &Qt - Project - Timer - Show all - Show only unbilled - Show only this year - Show only this month - Show only this week - Copyright &copy; 2008-%1 Graeme Gott - Released under the <a href=%1>GPL 3</a> license - - - - - Session conflicts with other sessions. - &Restore - - Unable to read time data. - - - Untitled - - - Unable to write time data. - There are timers running. Stop timers and quit? - About - A program to help track spent time - - - - Question - &Create Report... - View R&eports - Cancel this session? - Add Project - Enter project name: - - - - - - - - - - - - Error - - Unable to create time data location. - Unable to move time data location. - A project with that name already exists. - Remove selected project? - Remove selected session? - %n timer(s) running %n timer running @@ -596,9 +456,6 @@ - - - Kapow Punch Clock @@ -606,27 +463,22 @@ main - Punch clock program - Store settings as INI format in specified file. - file - Do not create automatic backups of time data. - The time data file to use. Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_es.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_es.qm differ diff -Nru kapow-1.5.0/translations/kapow_es.ts kapow-1.5.1/translations/kapow_es.ts --- kapow-1.5.0/translations/kapow_es.ts 2016-09-17 16:05:21.000000000 +0000 +++ kapow-1.5.1/translations/kapow_es.ts 2016-10-10 10:25:53.000000000 +0000 @@ -4,22 +4,18 @@ LocaleDialog - Select application language: Seleccione el idioma de la aplicación: - <System Language> <Idioma del sistema> - Note Nota - Please restart this application for the change in language to take effect. Reinicie la aplicación para el cambio de idioma surta efecto. @@ -27,153 +23,122 @@ Report - Time Sheet Report Informe de horas trabajadas - Name: Nombre: - Company: Empresa: - Address: Dirección: - Phone: Teléfono: - Fax: Fax: - Email: Correo electrónico: - Website: Página web: - - N/A N/D - Prepend currency symbol Anteponer símbolo de moneda - Hourly rate: Tarifa por hora: - Tax rate: Tasa de impuesto: - Currency symbol: Símbolo de moneda: - Contact Information Información de contacto - Data Datos - Preview Previsualización - Export Exportar - Print Imprimir - Web Page (*.html *.htm) Página web (*.html *.htm) - iCalendar (*.ics) iCalendar (*.ics) - Outlook CSV (*.csv) CSV de Outlook (*.csv) - Export Report Exportar el informe - View Reports Ver los informes - Create Report Crear informe - Phone: %1 Teléfono: %1 - Fax: %1 Fax: %1 - Hours Horas - Subtotal Subtotal - Taxes Impuestos - Total Total @@ -181,7 +146,6 @@ Session - %n hour(s) %n hora @@ -189,7 +153,6 @@ - %L1 hours %L1 horas @@ -197,12 +160,10 @@ SessionDelegate - Error Error - Session conflicts with other sessions. @@ -210,32 +171,26 @@ SessionDialog - Add Session Añadir sesión - Date: Fecha: - Start: Inicio: - Stop: Fin: - Task: Tarea: - Edit Session Editar sesión @@ -243,54 +198,42 @@ SessionModel - - Total Total - Date - Start Iniciar - Stop Detener - - Task - Hours Horas - Daily - Weekly - Monthly - Report @@ -298,297 +241,214 @@ Window - 00:00:00 00:00:00 - - Start Iniciar - - Stop Detener - - Cancel Cancelar - - &Minimize - &Project &Proyecto - - &Add &Añadir - Ctrl+Shift+N Ctrl+Mayús+N - - &Remove &Remover - Ctrl+Shift+Delete Ctrl+Mayús+Supr - &Quit &Salir - Ctrl+Q Ctrl+Q - &Session &Sesión - &Edit &Editar - Ctrl+Delete Ctrl+Supr - S&ettings &Configuración - Columns Columnas - &Decimal Totals &Totales decimales - &Inline Editing &Edición en la misma línea - Application &Language... &Idioma de la aplicación… - &Help Ay&uda - &About &Acerca de - About &Qt Acerca de &Qt - Project Proyecto - Timer Temporizador - Show all Mostrar todo - Show only unbilled Mostrar solo no facturados - Show only this year Mostrar solo este año - Show only this month Mostrar solo este mes - Show only this week Mostrar solo esta semana - Copyright &copy; 2008-%1 Graeme Gott Copyright &copy; 2008-%1 Graeme Gott - Released under the <a href=%1>GPL 3</a> license Publicado bajo la licencia <a href=%1>GPL 3</a> - - - - - Session conflicts with other sessions. - &Restore - - Unable to read time data. No se pudieron leer los datos del tiempo. - - - Untitled Sin título - - - Unable to write time data. No se pudieron escribir los datos del tiempo. - There are timers running. Stop timers and quit? Hay temporizadores en ejecución. ¿Quiere detenerlos y salir? - About Acerca de - A program to help track spent time Un programa para ayudar a rastrear tiempo consumido - - - - Question Pregunta - &Create Report... &Crear el informe… - View R&eports Ver los in&formes - Cancel this session? ¿Quiere cancelar esta sesión? - Add Project Añadir un proyecto - Enter project name: Escriba el nombre del proyecto: - - - - - - - - - - - - Error Error - - Unable to create time data location. No se pudo crear la ubicación de datos del tiempo. - Unable to move time data location. No se pudo mover la ubicación de datos del tiempo. - A project with that name already exists. Ya existe un proyecto con ese nombre. - Remove selected project? ¿Quiere eliminar el proyecto seleccionado? - Remove selected session? ¿Quiere eliminar la sesión seleccionada? - %n timer(s) running %n temporizador ejecutándose @@ -596,9 +456,6 @@ - - - Kapow Punch Clock Reloj de control Kapow @@ -606,27 +463,22 @@ main - Punch clock program - Store settings as INI format in specified file. - file - Do not create automatic backups of time data. - The time data file to use. Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_fr.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_fr.qm differ diff -Nru kapow-1.5.0/translations/kapow_fr.ts kapow-1.5.1/translations/kapow_fr.ts --- kapow-1.5.0/translations/kapow_fr.ts 2016-09-17 16:05:21.000000000 +0000 +++ kapow-1.5.1/translations/kapow_fr.ts 2016-10-10 10:25:53.000000000 +0000 @@ -4,22 +4,18 @@ LocaleDialog - Select application language: Sélectionner la langue pour l'application : - <System Language> <Langue du système> - Note Remarque - Please restart this application for the change in language to take effect. Veuillez relancer l'application pour que la modification prenne effet. @@ -27,153 +23,122 @@ Report - Time Sheet Report Fiche horaire - Name: Nom : - Company: Société : - Address: Adresse : - Phone: Téléphone : - Fax: Télécopie : - Email: Courriel : - Website: Site WWW : - - N/A N/A - Prepend currency symbol Faire précéder le symbole monétaire - Hourly rate: Taux horaire : - Tax rate: TVA : - Currency symbol: Symbole monétaire : - Contact Information Informations sur le contact - Data Données - Preview Aperçu - Export Exportation - Print Imprimer - Web Page (*.html *.htm) Page Web (*.html *.htm) - iCalendar (*.ics) iCalendar (*.ics) - Outlook CSV (*.csv) CSV Outlook (*.csv) - Export Report Exportation du rapport - View Reports Affichage des rapports - Create Report Création de rapport - Phone: %1 Téléphone : %1 - Fax: %1 Télécopie : %1 - Hours Heures - Subtotal Sous-total - Taxes TVA - Total Total @@ -181,7 +146,6 @@ Session - %n hour(s) %n heure @@ -189,7 +153,6 @@ - %L1 hours %L1 heures @@ -197,12 +160,10 @@ SessionDelegate - Error Erreur - Session conflicts with other sessions. @@ -210,32 +171,26 @@ SessionDialog - Add Session Ajouter une session - Date: Date : - Start: Début : - Stop: Fin : - Task: Tâche : - Edit Session Modifier la session @@ -243,54 +198,42 @@ SessionModel - - Total Total - Date - Start Démarrer - Stop Arrêter - - Task - Hours Heures - Daily - Weekly - Monthly - Report @@ -298,297 +241,214 @@ Window - 00:00:00 00:00:00 - - Start Démarrer - - Stop Arrêter - - Cancel Annuler - - &Minimize - &Project &Projet - - &Add &Ajouter - Ctrl+Shift+N Ctrl+Maj+N - - &Remove &Supprimer - Ctrl+Shift+Delete Ctrl+Maj+Suppr - &Quit &Quitter - Ctrl+Q Ctrl+Q - &Session &Session - &Edit &Modifier - Ctrl+Delete Ctrl+Suppr - S&ettings &Paramètres - Columns Colonnes - &Decimal Totals Totaux &décimaux - &Inline Editing Mod&ifiation en ligne - Application &Language... &Langue de l'application… - &Help &Aide - &About À &propos de… - About &Qt À propos de &Qt - Project Projet - Timer Minuteur - Show all Afficher tout - Show only unbilled Heures non-facturées uniquement - Show only this year Cette année uniquement - Show only this month Ce mois uniquement - Show only this week Cette semaine uniquement - Copyright &copy; 2008-%1 Graeme Gott Copyright &copy; 2008-%1 Graeme Gott - Released under the <a href=%1>GPL 3</a> license Distribué sous licence GNU <a href=%1>GPL 3</a> - - - - - Session conflicts with other sessions. - &Restore - - Unable to read time data. Lecture impossible des données d'heure. - - - Untitled Sans titre - - - Unable to write time data. Écriture impossible des données d'heure. - There are timers running. Stop timers and quit? Des minuteurs sont toujours en cours d'exécution. Voulez-vous les arrêter et quitter ? - About À propos - A program to help track spent time Programme d'aide au suivi du temps passé - - - - Question Question - &Create Report... &Créer un rapport… - View R&eports &Afficher les rapports - Cancel this session? Annuler cette session ? - Add Project Ajouter un projet - Enter project name: Nom du projet : - - - - - - - - - - - - Error Erreur - - Unable to create time data location. Création de l'emplacement de données de date impossible. - Unable to move time data location. Déplacement de l'emplacement de données de date impossible. - A project with that name already exists. Un projet portant le même nom existe déjà. - Remove selected project? Supprimer le projet sélectionné ? - Remove selected session? Supprimer la session sélectionnée ? - %n timer(s) running %n minuteur en cours @@ -596,9 +456,6 @@ - - - Kapow Punch Clock Pointeuse Kapow @@ -606,27 +463,22 @@ main - Punch clock program - Store settings as INI format in specified file. - file - Do not create automatic backups of time data. - The time data file to use. Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_he.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_he.qm differ Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_it.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_it.qm differ diff -Nru kapow-1.5.0/translations/kapow_it.ts kapow-1.5.1/translations/kapow_it.ts --- kapow-1.5.0/translations/kapow_it.ts 2016-09-17 16:05:21.000000000 +0000 +++ kapow-1.5.1/translations/kapow_it.ts 2016-10-10 10:25:53.000000000 +0000 @@ -4,22 +4,18 @@ LocaleDialog - Select application language: Seleziona la lingua dell'applicazione: - <System Language> <Lingua di sistema> - Note Note - Please restart this application for the change in language to take effect. Per favore è necessario riavviare l'applicazione affinché il cambio di lingua abbia effetto. @@ -27,153 +23,122 @@ Report - Time Sheet Report Rapporto ore lavorate - Name: Nome: - Company: Ditta: - Address: Indirizzo: - Phone: Telefono: - Fax: Fax: - Email: Email: - Website: Sito web: - - N/A N/A - Prepend currency symbol Anteponi simbolo valuta - Hourly rate: Tasso orario: - Tax rate: percentuale di tasse: - Currency symbol: Simbolo valuta: - Contact Information Informazioni contatto - Data Data - Preview Anteprima - Export - Print Stampa - Web Page (*.html *.htm) - iCalendar (*.ics) - Outlook CSV (*.csv) - Export Report - View Reports - Create Report - Phone: %1 Telefono: %1 - Fax: %1 Fax: %1 - Hours Ore - Subtotal Subtotale - Taxes Tasse - Total Totale @@ -181,7 +146,6 @@ Session - %n hour(s) %n ora @@ -189,7 +153,6 @@ - %L1 hours %L1 ore @@ -197,12 +160,10 @@ SessionDelegate - Error Errore - Session conflicts with other sessions. @@ -210,32 +171,26 @@ SessionDialog - Add Session Aggiungi sessione - Date: Data: - Start: Inizio: - Stop: Fine: - Task: Compito: - Edit Session Modifica sessione @@ -243,54 +198,42 @@ SessionModel - - Total Totale - Date - Start Inizio - Stop Fine - - Task - Hours Ore - Daily - Weekly - Monthly - Report @@ -298,297 +241,214 @@ Window - 00:00:00 00:00:00 - - Start Inizio - - Stop Fine - - Cancel Cancella - - &Minimize - &Project &Progetto - - &Add &Aggiungi - Ctrl+Shift+N - - &Remove &Rimuovi - Ctrl+Shift+Delete - &Quit &Esci - Ctrl+Q Ctrl+Q - &Session &Sessione - &Edit &Modifica - Ctrl+Delete - S&ettings &Impostazioni - Columns Colonne - &Decimal Totals Totali &Decimali - &Inline Editing &Modifica in linea - Application &Language... &Lingua... - &Help &Aiuto - &About &A proposito - About &Qt A proposito delle &Qt - Project Progetto - Timer Tempo - Show all Mostra tutto - Show only unbilled Mostra solo occorrenze non fatturate - Show only this year Mostra solo occorrenze di quest'anno - Show only this month Mostra solo occorrenze di questo mese - Show only this week Mostra solo occorrenze di questa settimana - Copyright &copy; 2008-%1 Graeme Gott - Released under the <a href=%1>GPL 3</a> license - - - - - Session conflicts with other sessions. - &Restore - - Unable to read time data. Impossibile leggere i dati relativi alla temporizzazione - - - Untitled Senza titolo - - - Unable to write time data. Impossibile leggere i dati relativi alla temporizzazione. - There are timers running. Stop timers and quit? Ci sono dei timer in esecuzione. Fermare i timer e chiudere l'applicazione? - About A proposito - A program to help track spent time Un programma per aiutarvi a tenere traccia del tempo speso - - - - Question Domande - &Create Report... - View R&eports - Cancel this session? Cancella questa sessione? - Add Project Aggiungi Progetto - Enter project name: Inserisci nome progetto: - - - - - - - - - - - - Error Errore - - Unable to create time data location. - Unable to move time data location. - A project with that name already exists. Un progetto con quel nome esiste già. - Remove selected project? Rimuovi il progetto selezionato? - Remove selected session? Rimuovi la sessione selezionata? - %n timer(s) running %n orologio partito @@ -596,9 +456,6 @@ - - - Kapow Punch Clock Kapow Punch Clock @@ -606,27 +463,22 @@ main - Punch clock program - Store settings as INI format in specified file. - file - Do not create automatic backups of time data. - The time data file to use. Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_lt.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_lt.qm differ diff -Nru kapow-1.5.0/translations/kapow_lt.ts kapow-1.5.1/translations/kapow_lt.ts --- kapow-1.5.0/translations/kapow_lt.ts 2016-09-17 16:05:21.000000000 +0000 +++ kapow-1.5.1/translations/kapow_lt.ts 2016-10-10 10:25:53.000000000 +0000 @@ -4,22 +4,18 @@ LocaleDialog - Select application language: Pasirinkite programos kalbą: - <System Language> <Sistemos kalba> - Note Pastaba - Please restart this application for the change in language to take effect. Tam, kad įsigaliotų kalbos pakeitimai, prašome paleisti programą iš naujo. @@ -27,153 +23,122 @@ Report - Time Sheet Report Tabelis - Name: Vardas: - Company: Įmonė: - Address: Adresas: - Phone: Telefono nr.: - Fax: Faksas: - Email: El. paštas: - Website: Svetainė: - - N/A Nėra - Prepend currency symbol Valiutos simbolį pridėti pradžioje - Hourly rate: Valandinis tarifas: - Tax rate: Mokesčių tarifas: - Currency symbol: Valiutos simbolis: - Contact Information Kontaktinė informacija - Data Duomenys - Preview Peržiūra - Export Eksportuoti - Print Spausdinti - Web Page (*.html *.htm) Internetinis puslapis (*.html *.htm) - iCalendar (*.ics) iCalendar (*.ics) - Outlook CSV (*.csv) Outlook CSV (*.csv) - Export Report Eksportuoti ataskaitą - View Reports Žiūrėti ataskaitas - Create Report Sukurti ataskaitą - Phone: %1 Telefono nr.: %1 - Fax: %1 Faksas: %1 - Hours Valandos - Subtotal Tarpinė suma - Taxes Mokesčiai - Total Iš viso @@ -181,7 +146,6 @@ Session - %n hour(s) %n valanda @@ -190,7 +154,6 @@ - %L1 hours %L1 valandų @@ -198,12 +161,10 @@ SessionDelegate - Error Klaida - Session conflicts with other sessions. Seansas konfliktuoja su kitais seansais. @@ -211,32 +172,26 @@ SessionDialog - Add Session Pridėti seansą - Date: Data: - Start: Pradžia: - Stop: Pabaiga: - Task: Užduotis: - Edit Session Redaguoti seansą @@ -244,54 +199,42 @@ SessionModel - - Total Iš viso - Date Data - Start Pradėta - Stop Užbaigta - - Task Užduotis - Hours Valandų - Daily Per dieną - Weekly Per savaitę - Monthly Per mėnesį - Report Ataskaita @@ -299,297 +242,214 @@ Window - 00:00:00 00:00:00 - - Start Pradėti - - Stop Stabdyti - - Cancel Atsisakyti - - &Minimize &Suskleisti - &Project &Projektas - - &Add P&ridėti - Ctrl+Shift+N Ctrl+Shift+N - - &Remove Ša&linti - Ctrl+Shift+Delete Ctrl+Shift+Delete - &Quit &Išeiti - Ctrl+Q Ctrl+Q - &Session &Seansas - &Edit R&edaguoti - Ctrl+Delete Ctrl+Delete - S&ettings &Nustatymai - Columns Stulpeliai - &Decimal Totals &Dešimtainis apvalinimas - &Inline Editing &Redagavimas eilutėse - Application &Language... Programos ka&lba... - &Help Ži&nynas - &About &Apie - About &Qt Apie &Qt - Project Projektas - Timer Laikmatis - Show all Rodyti visas - Show only unbilled Rodyti tik neapmokestinamas - Show only this year Rodyti tik šių metų - Show only this month Rodyti tik šio mėnesio - Show only this week Rodyti tik šios savaitės - Copyright &copy; 2008-%1 Graeme Gott Autorių Teisės &copy; 2008-%1 Graeme Gott - Released under the <a href=%1>GPL 3</a> license Išleista pagal <a href=%1>GPL 3</a> licenciją - - - - - Session conflicts with other sessions. Seansas konfliktuoja su kitais seansais. - &Restore &Atkurti - - Unable to read time data. Nepavyko perskaityti laiko duomenų. - - - Untitled Bevardis - - - Unable to write time data. Nepavyko įrašyti laiko duomenų. - There are timers running. Stop timers and quit? Yra aktyvių laikmačių. Sustabdyti laikmačius ir išeiti? - About Apie - A program to help track spent time Programa, padedanti sekti leidžiamą laiką - - - - Question Klausimas - &Create Report... Su&kurti ataskaitą... - View R&eports Žiūrėti a&taskaitas - Cancel this session? Atšaukti šį seansą? - Add Project Pridėti projektą - Enter project name: Įveskite projekto pavadinimą: - - - - - - - - - - - - Error Klaida - - Unable to create time data location. Nepavyko sukurti laiko duomenų vietos. - Unable to move time data location. Nepavyko perkelti laiko duomenų vietos. - A project with that name already exists. Projektas tokiu pavadinimu jau yra. - Remove selected project? Šalinti pasirinktą projektą? - Remove selected session? Šalinti pasirinktą seansą? - %n timer(s) running %n aktyvus laikmatis @@ -598,9 +458,6 @@ - - - Kapow Punch Clock Kapow kontrolinis laikrodis @@ -608,27 +465,22 @@ main - Punch clock program Kontrolinio laikrodžio programa - Store settings as INI format in specified file. Saugoti nustatymus INI formatu nurodytame faile. - file failas - Do not create automatic backups of time data. Nekurti automatinių laiko duomenų atsarginių kopijų. - The time data file to use. Laiko duomenų failas, kurį naudoti. Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_nl.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_nl.qm differ diff -Nru kapow-1.5.0/translations/kapow_nl.ts kapow-1.5.1/translations/kapow_nl.ts --- kapow-1.5.0/translations/kapow_nl.ts 2016-09-17 16:05:21.000000000 +0000 +++ kapow-1.5.1/translations/kapow_nl.ts 2016-10-10 10:25:53.000000000 +0000 @@ -4,22 +4,18 @@ LocaleDialog - Select application language: Selecteer taal: - <System Language> <Systeem Taal> - Note Aantekening - Please restart this application for the change in language to take effect. Herstart programma als je van taal wisselt. @@ -27,153 +23,122 @@ Report - Time Sheet Report Urenregistratie rapport - Name: Naam: - Company: Bedrijf: - Address: Adres: - Phone: Telefoon: - Fax: Fax: - Email: Email: - Website: Website: - - N/A N/A - Prepend currency symbol Plaatst u valutateken - Hourly rate: Uur loon: - Tax rate: Belastingtarief: - Currency symbol: Munteenheid: - Contact Information Contact informatie - Data Gegevens - Preview Voorbeeld - Export Exporteer - Print Afdrukken - Web Page (*.html *.htm) Web Pagina (*.html *.htm) - iCalendar (*.ics) ICalendar (*.ics) - Outlook CSV (*.csv) Outlook CSV (*.csv) - Export Report Exporteer Raport - View Reports Bekijk Rapporten - Create Report Maak Rapport - Phone: %1 Telefoon: %1 - Fax: %1 Fax: %1 - Hours Uren - Subtotal Subtotaal - Taxes Belasting - Total Totaal @@ -181,7 +146,6 @@ Session - %n hour(s) %n uur @@ -189,7 +153,6 @@ - %L1 hours %L1 uren @@ -197,12 +160,10 @@ SessionDelegate - Error Fout - Session conflicts with other sessions. @@ -210,32 +171,26 @@ SessionDialog - Add Session Voeg een sessie toe - Date: Datum: - Start: Start: - Stop: Stop: - Task: Taak: - Edit Session Bewerk Sessie @@ -243,54 +198,42 @@ SessionModel - - Total Totaal - Date - Start Start - Stop Stop - - Task - Hours Uren - Daily - Weekly - Monthly - Report @@ -298,297 +241,214 @@ Window - 00:00:00 00:00:00 - - Start Start - - Stop Stop - - Cancel Annuleer - - &Minimize - &Project &Taak - - &Add &Toevoegen - Ctrl+Shift+N Ctrl+Shift+N - - &Remove &Verwijderen - Ctrl+Shift+Delete Ctrl+Shift+Delete - &Quit &Einde - Ctrl+Q Ctrl+Q - &Session &Sessie - &Edit &Bewerk - Ctrl+Delete Ctrl+Delete - S&ettings I&nstellingen - Columns Kolommen - &Decimal Totals &Aantal komma's - &Inline Editing &Inline Bewerken - Application &Language... Toepassing &Taal... - &Help &Help - &About &Over - About &Qt Over &Qt - Project Taak - Timer Tijdklok - Show all Toon alles - Show only unbilled Toon alleen de te factureren - Show only this year Toon alleen dit jaar - Show only this month Toon alleen deze maand - Show only this week Toon alleen deze week - Copyright &copy; 2008-%1 Graeme Gott Auteursrecht &copy; 2008 2012 Graeme Gott {2008-%1 ?} - Released under the <a href=%1>GPL 3</a> license Uitgebracht onder het <a href=%1>GPL 3</a> licentie - - - - - Session conflicts with other sessions. - &Restore - - Unable to read time data. Kan de tijdgegevens niet lezen. - - - Untitled Naamloos - - - Unable to write time data. Kan de tijdgegevens niet schrijven. - There are timers running. Stop timers and quit? Er lopen tijdklokken. Stop de tijdklok en stop? - About Over - A program to help track spent time Een programma dat de tijd bij houdt - - - - Question Vraag - &Create Report... &Maak Rapport... - View R&eports Bekijk R&apporten - Cancel this session? Annuleer deze sessie? - Add Project Taak toevoegen - Enter project name: Voer naam van taak in: - - - - - - - - - - - - Error Fout - - Unable to create time data location. Kan geen tijd of data locatie creëren. - Unable to move time data location. Kan de tijd of data locatie niet verplaatsen. - A project with that name already exists. Een taak met deze naam bestaat al. - Remove selected project? Verwijder geselecteerde taak? - Remove selected session? Verwijder geselecteerde sessie? - %n timer(s) running %n timer running @@ -596,9 +456,6 @@ - - - Kapow Punch Clock Kapow Stempel klok @@ -606,27 +463,22 @@ main - Punch clock program - Store settings as INI format in specified file. - file - Do not create automatic backups of time data. - The time data file to use. Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_no.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_no.qm differ diff -Nru kapow-1.5.0/translations/kapow_no.ts kapow-1.5.1/translations/kapow_no.ts --- kapow-1.5.0/translations/kapow_no.ts 2016-09-17 16:05:21.000000000 +0000 +++ kapow-1.5.1/translations/kapow_no.ts 2016-10-10 10:25:53.000000000 +0000 @@ -4,22 +4,18 @@ LocaleDialog - Select application language: Velg programspråk - <System Language> <Samme som System Språk> - Note Notat - Please restart this application for the change in language to take effect. Restart programmet for å aktivere endret språkvalg @@ -27,153 +23,122 @@ Report - Time Sheet Report Timeliste Rapport - Name: Navn: - Company: Firma: - Address: Adresse: - Phone: Telefon: - Fax: Faks: - Email: Epost: - Website: Nettside: - - N/A Ikke tilgjengelig - Prepend currency symbol Valuta prefiks - Hourly rate: Timepris: - Tax rate: MVA: - Currency symbol: Valutasymbol: - Contact Information Kontakt informasjon - Data Info - Preview Forhåndsvis - Export Eksporter - Print Skriv ut - Web Page (*.html *.htm) Webside (*html *.htm) - iCalendar (*.ics) iKalender (*ics) - Outlook CSV (*.csv) Outlook CSV (*.csv) - Export Report Eksporter rapport - View Reports Se rapporter - Create Report Lag rapport - Phone: %1 Telefon: %1 - Fax: %1 Faks: %1 - Hours Timer - Subtotal Totalsum - Taxes MVA - Total Totalt @@ -181,7 +146,6 @@ Session - %n hour(s) %n time @@ -189,7 +153,6 @@ - %L1 hours %L1 timer @@ -197,12 +160,10 @@ SessionDelegate - Error Feil - Session conflicts with other sessions. @@ -210,32 +171,26 @@ SessionDialog - Add Session Legg til oppgave - Date: Dato: - Start: Start: - Stop: Stopp: - Task: Oppgave: - Edit Session Rediger oppgave @@ -243,54 +198,42 @@ SessionModel - - Total Totalt - Date - Start Start - Stop Stopp - - Task - Hours Timer - Daily - Weekly - Monthly - Report @@ -298,297 +241,214 @@ Window - 00:00:00 00:00:00 - - Start Start - - Stop Stopp - - Cancel Avbryt - - &Minimize - &Project &Prosjekt - - &Add &Legg til - Ctrl+Shift+N Ctrl+Shift+N - - &Remove &Fjern - Ctrl+Shift+Delete Ctrl+Shift+Delete - &Quit &Avslutt - Ctrl+Q Ctrl+Q - &Session &Oppgave - &Edit &Rediger - Ctrl+Delete Ctrl+Delete - S&ettings I&nnstillinger - Columns Kolonner - &Decimal Totals &antall desimaler - &Inline Editing &Direkte redigering - Application &Language... Program &Språk... - &Help &Hjelp - &About &Om - About &Qt Om &Qt - Project Prosjekt - Timer Tidtaker - Show all Vis alle - Show only unbilled Vis bare ubelastete - Show only this year Vis kun fra i år - Show only this month Vis bare denne måneden - Show only this week Vis kun denne uken - Copyright &copy; 2008-%1 Graeme Gott Copyright &copy; 2008-%1 Graeme Gott - Released under the <a href=%1>GPL 3</a> license Utgitt med <a href=%1>GPL 3</a> lisensen - - - - - Session conflicts with other sessions. - &Restore - - Unable to read time data. Finner ikke tidspunkt - - - Untitled Uten tittel - - - Unable to write time data. Kan ikke føre tidspunkt - There are timers running. Stop timers and quit? Du har tidsmålere i gang. Vil du stanse og Avslutte? - About Om - A program to help track spent time Et program som hjelper å logge tidsforbruk - - - - Question Spørsmål - &Create Report... &Lag rapport - View R&eports Se r&apporter - Cancel this session? Avbryte oppgaven? - Add Project Legg til Prosjekt - Enter project name: Skriv inn prosjektnavn: - - - - - - - - - - - - Error Feil - - Unable to create time data location. Kan ikke opprette lagringssted - Unable to move time data location. Kan ikke flytte lagringssted - A project with that name already exists. Du har allerede et prosjekt med det navnet. - Remove selected project? Fjerne valgte prosjekt? - Remove selected session? Fjerne valgte oppføring? - %n timer(s) running %n tidsmåler kjører @@ -596,9 +456,6 @@ - - - Kapow Punch Clock Kapow Stemplingsur @@ -606,27 +463,22 @@ main - Punch clock program - Store settings as INI format in specified file. - file - Do not create automatic backups of time data. - The time data file to use. Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_pl.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_pl.qm differ diff -Nru kapow-1.5.0/translations/kapow_pl.ts kapow-1.5.1/translations/kapow_pl.ts --- kapow-1.5.0/translations/kapow_pl.ts 2016-09-17 16:05:21.000000000 +0000 +++ kapow-1.5.1/translations/kapow_pl.ts 2016-10-10 10:25:53.000000000 +0000 @@ -4,22 +4,18 @@ LocaleDialog - Select application language: Wybierz język programu: - <System Language> <Język systemowy> - Note Uwaga - Please restart this application for the change in language to take effect. Proszę ponownie uruchomić ten program, aby zastosować zmianę języka. @@ -27,153 +23,122 @@ Report - Time Sheet Report Raport czasu pracy - Name: Imię: - Company: Firma: - Address: Adres: - Phone: Telefon: - Fax: Fax: - Email: Email: - Website: Strona internetowa: - - N/A brak - Prepend currency symbol Dołącz symbol waluty - Hourly rate: Stawka godzinowa: - Tax rate: Stawka podatkowa: - Currency symbol: Symbol waluty: - Contact Information Informacje kontaktowe - Data Dane czasu pracy - Preview Podgląd - Export Eksportuj - Print Wydrukuj - Web Page (*.html *.htm) Strona internetowa (*.html *.htm) - iCalendar (*.ics) iCalendar (*.ics) - Outlook CSV (*.csv) Outlook CSV (*.csv) - Export Report Eksportuj raport - View Reports Pokaż raporty - Create Report Utwórz raport - Phone: %1 Telefon: %1 - Fax: %1 Fax: %1 - Hours Godziny - Subtotal Podsuma - Taxes Podatki - Total Suma @@ -181,7 +146,6 @@ Session - %n hour(s) %n godzina @@ -190,7 +154,6 @@ - %L1 hours %L1 godziny @@ -198,12 +161,10 @@ SessionDelegate - Error Błąd - Session conflicts with other sessions. Konflikt sesji z innych sesjami. @@ -211,32 +172,26 @@ SessionDialog - Add Session Dodaj sesję - Date: Data: - Start: Początek: - Stop: Koniec: - Task: Zadanie: - Edit Session Edytuj sesję @@ -244,54 +199,42 @@ SessionModel - - Total Suma - Date Data - Start Początek - Stop Koniec - - Task Zadanie - Hours Godziny - Daily Codziennie - Weekly Cotygodniowo - Monthly Miesięcznie - Report Raport @@ -299,297 +242,214 @@ Window - 00:00:00 00:00:00 - - Start Początek - - Stop Koniec - - Cancel Anuluj - - &Minimize &Minimalizuj - &Project &Projekt - - &Add &Dodaj - Ctrl+Shift+N Ctrl+Shift+N - - &Remove &Usuń - Ctrl+Shift+Delete Ctrl+Shift+Delete - &Quit &Zakończ - Ctrl+Q Ctrl+Q - &Session &Sesja - &Edit &Edytuj - Ctrl+Delete Ctrl+Delete - S&ettings Us&tawienia - Columns Kolumny - &Decimal Totals Wyświetlacz &czasu dziesiętnego - &Inline Editing &bezpośrednia edycja wartości - Application &Language... &Język programu... - &Help &Pomoc - &About &O - About &Qt O &Qt - Project Projekt - Timer Czasomierz - Show all Pokaż wszystko - Show only unbilled Pokaż tylko nierozliczone - Show only this year Pokaż tylko w tym roku - Show only this month Pokaż tylko tym miesiącu - Show only this week Pokaż tylko w tym tygodniu - Copyright &copy; 2008-%1 Graeme Gott Prawo autorskie &copy; 2008-%1 Graeme Gott - Released under the <a href=%1>GPL 3</a> license Wydano na licencji <a href=%1>GPL 3</a> - - - - - Session conflicts with other sessions. Konflikt sesji z innych sesjami. - &Restore &Przywróć - - Unable to read time data. Nie można odczytać danych czasowych. - - - Untitled Bez tytułu - - - Unable to write time data. Nie można zapisać danych czasowych. - There are timers running. Stop timers and quit? Jeszcze są uruchomione czasomierze. Czy zatrzymać je i zakończyć program? - About O - A program to help track spent time Program do rejestracji czasu spędzonego przy pracy na komputerze. - - - - Question Pytanie - &Create Report... &Utwórz raport... - View R&eports Pokaż &raporty - Cancel this session? Anulować tę sesję? - Add Project Dodaj projekt - Enter project name: Podaj nazwę projektu: - - - - - - - - - - - - Error Błąd - - Unable to create time data location. Nie można utworzyć lokalizacji danych czasowych. - Unable to move time data location. Nie można przenieść lokalizacji danych czasowych. - A project with that name already exists. Projekt o tej nazwie już istnieje. - Remove selected project? Czy usunąć wybrany projekt? - Remove selected session? Czy usunąć wybraną sesję? - %n timer(s) running %n uruchomiony czasomierz @@ -598,9 +458,6 @@ - - - Kapow Punch Clock Rejestracja czasu pracy Kapow @@ -608,27 +465,22 @@ main - Punch clock program Program rejestracji czasu pracy - Store settings as INI format in specified file. Zapisz ustawienia w formacie INI w określonym pliku. - file plik - Do not create automatic backups of time data. Nie twórz automatycznych kopii zapasowych danych czasu. - The time data file to use. Używany plik danych czasu. Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_pt_BR.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_pt_BR.qm differ diff -Nru kapow-1.5.0/translations/kapow_pt_BR.ts kapow-1.5.1/translations/kapow_pt_BR.ts --- kapow-1.5.0/translations/kapow_pt_BR.ts 2016-09-17 16:05:21.000000000 +0000 +++ kapow-1.5.1/translations/kapow_pt_BR.ts 2016-10-10 10:25:53.000000000 +0000 @@ -4,22 +4,18 @@ LocaleDialog - Select application language: Selecione o idioma do aplicativo: - <System Language> <idioma do sistema> - Note Nota - Please restart this application for the change in language to take effect. Por favor, reinicie este aplicativo para que a alteração do idioma tenha efeito. @@ -27,153 +23,122 @@ Report - Time Sheet Report Relatório de ponto - Name: Nome: - Company: Empresa: - Address: Endereço: - Phone: Telefone: - Fax: Fax: - Email: E-mail: - Website: Site: - - N/A N/D - Prepend currency symbol Preceder símbolo de moeda - Hourly rate: Taxa de horas: - Tax rate: Taxa de imposto: - Currency symbol: Símbolo de moeda: - Contact Information Informação de contato - Data Dados - Preview Pré-visualizar - Export Exportar - Print Imprimir - Web Page (*.html *.htm) Página web (*.html, *htm) - iCalendar (*.ics) iCalendar (*.ics) - Outlook CSV (*.csv) Outlook CSV (*.csv) - Export Report Exportar relatório - View Reports Ver relatórios - Create Report Criar relatórios - Phone: %1 Telefone: %1 - Fax: %1 Fax: %1 - Hours Horas - Subtotal Subtotal - Taxes Impostos - Total Total @@ -181,7 +146,6 @@ Session - %n hour(s) %n hora @@ -189,7 +153,6 @@ - %L1 hours %L1 horas @@ -197,12 +160,10 @@ SessionDelegate - Error Erro - Session conflicts with other sessions. @@ -210,32 +171,26 @@ SessionDialog - Add Session Adicionar sessão - Date: Data: - Start: Início: - Stop: Fim: - Task: Tarefa: - Edit Session Editar sessão @@ -243,54 +198,42 @@ SessionModel - - Total Total - Date - Start Iniciar - Stop Parar - - Task - Hours Horas - Daily - Weekly - Monthly - Report @@ -298,297 +241,214 @@ Window - 00:00:00 00:00:00 - - Start Iniciar - - Stop Parar - - Cancel Cancelar - - &Minimize - &Project &Projeto - - &Add &Adicionar - Ctrl+Shift+N Ctrl+Shift+N - - &Remove &Remover - Ctrl+Shift+Delete Ctrl+Shift+Delete - &Quit &Sair - Ctrl+Q Ctrl+Q - &Session &Sessão - &Edit &Editar - Ctrl+Delete Ctrl+Delete - S&ettings &Configurações - Columns Colunas - &Decimal Totals Total de &decinais - &Inline Editing Edição em linha - Application &Language... Idioma do ap&licativo... - &Help &Ajuda - &About &Sobre - About &Qt Sobre &Qt - Project Projeto - Timer Cronômetro - Show all Mostrar todos - Show only unbilled Mostrar somente não faturados - Show only this year Mostrar somente este ano - Show only this month Mostrar somente este mês - Show only this week Mostrar somente esta semana - Copyright &copy; 2008-%1 Graeme Gott Copyright &copy; 2008-%1 Graeme Gott - Released under the <a href=%1>GPL 3</a> license Disponibilizado sob a licença <a href=%1>GPL 3</a> - - - - - Session conflicts with other sessions. - &Restore - - Unable to read time data. Não foi possível ler dados do horário. - - - Untitled Sem título - - - Unable to write time data. Não foi possível escrever dados do horário. - There are timers running. Stop timers and quit? Há cronômetros em execução. Parar cronômetros e sair? - About Sobre - A program to help track spent time Um programa para ajudar a registrar o tempo despendido - - - - Question Pergunta - &Create Report... &Criar relatório... - View R&eports Ver R&elatórios - Cancel this session? Cancelar esta sessão? - Add Project Adicionar projeto - Enter project name: Informe o nome do projeto: - - - - - - - - - - - - Error Erro - - Unable to create time data location. Não foi possível criar a localização dos dados do horário. - Unable to move time data location. Não foi possível mover a localização dos dados do horário. - A project with that name already exists. Um projeto com esse nome já existe. - Remove selected project? Remover o projeto selecionado? - Remove selected session? Remover a sessão selecionada? - %n timer(s) running %n cronômetro em execução @@ -596,9 +456,6 @@ - - - Kapow Punch Clock Relógio de Ponto Kapow @@ -606,27 +463,22 @@ main - Punch clock program - Store settings as INI format in specified file. - file - Do not create automatic backups of time data. - The time data file to use. Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_ro.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_ro.qm differ diff -Nru kapow-1.5.0/translations/kapow_ro.ts kapow-1.5.1/translations/kapow_ro.ts --- kapow-1.5.0/translations/kapow_ro.ts 2016-09-17 16:05:21.000000000 +0000 +++ kapow-1.5.1/translations/kapow_ro.ts 2016-10-10 10:28:06.000000000 +0000 @@ -4,22 +4,18 @@ LocaleDialog - Select application language: Selectaţi limba aplicaţiei - <System Language> <Limbaj sistem> - Note Notă - Please restart this application for the change in language to take effect. Vă rugăm reporniţi această aplicaţie pentru ca schimbarea limbii să aibă efect. @@ -27,153 +23,122 @@ Report - Time Sheet Report Raport pontaj - Name: Nume: - Company: Companie: - Address: Adresă: - Phone: Telefon: - Fax: Fax: - Email: e-mail: - Website: Site web: - - N/A Indisponibil - Prepend currency symbol Prefixul simbolului monetar - Hourly rate: Rată orară: - Tax rate: Rată de impozitare: - Currency symbol: Simbol monedă: - Contact Information Informaţii de contact - Data Date - Preview Previzualizare - Export Exportare - Print Imprimare - Web Page (*.html *.htm) Pagină web (*.html *.htm) - iCalendar (*.ics) iCalendar (*.ics) - Outlook CSV (*.csv) Outlook CSV (*.csv) - Export Report Raport exportare - View Reports Vizualizare rapoarte - Create Report Creare raport - Phone: %1 Telefon: %1 - Fax: %1 Fax: %1 - Hours Ore - Subtotal Subtotal - Taxes Taxe - Total Total @@ -181,7 +146,6 @@ Session - %n hour(s) %n oră @@ -190,7 +154,6 @@ - %L1 hours %L1 ore @@ -198,12 +161,10 @@ SessionDelegate - Error Eroare - Session conflicts with other sessions. Sesiunea este în conflict cu alte sesiuni. @@ -211,32 +172,26 @@ SessionDialog - Add Session Adăugare sesiune - Date: Dată: - Start: Start: - Stop: Stop: - Task: Sarcină: - Edit Session Editare sesiune @@ -244,54 +199,42 @@ SessionModel - - Total Total - Date Dată - Start Start - Stop Stop - - Task Sarcină - Hours Ore - Daily Zilnic - Weekly Săptămînal - Monthly Lunar - Report Raport @@ -299,297 +242,214 @@ Window - 00:00:00 00:00:00 - - Start Start - - Stop Stop - - Cancel Anulare - - &Minimize - + &Minimizează - &Project &Proiect - - &Add &Adăugare - Ctrl+Shift+N Ctrl+Shift+N - - &Remove E&liminare - Ctrl+Shift+Delete Ctrl+Shift+Delete - &Quit &Ieşire - Ctrl+Q Ctrl+Q - &Session &Sesiune - &Edit &Editare - Ctrl+Delete Ctrl+Delete - S&ettings S&etări - Columns Coloane - &Decimal Totals Total &zecimale - &Inline Editing Editare în linie - Application &Language... &Limbă aplicaţie... - &Help &Ajutor - &About &Despre - About &Qt Despre &Qt - Project Proiect - Timer Cronometru - Show all Arată toate - Show only unbilled Arată doar nefacturate - Show only this year Arată doar acest an - Show only this month Arată doar luna aceasta - Show only this week Arată daor luna aceasta - Copyright &copy; 2008-%1 Graeme Gott Toate drepturile rezervate &copy; 2008-%1 Graeme Gott - Released under the <a href=%1>GPL 3</a> license Lansat sub licenţă <a href=%1>GPL 3</a> - - - - - Session conflicts with other sessions. Sesiunea este în conflict cu alte sesiuni. - &Restore - + &Restaurează - - Unable to read time data. Nu se pot citit datele de timp. - - - Untitled Fără titlu - - - Unable to write time data. Nu se pot scrie datele de timp. - There are timers running. Stop timers and quit? Există cronometre care rulează. Opriţi cronometrele şi ieşiţi? - About Despre - A program to help track spent time Un program pentru a vă ajuta să urmăriţi timpul petrecut - - - - Question Întrebare - &Create Report... &Creare raport... - View R&eports Vizualizare rapoarte - Cancel this session? Anulează această sesiune? - Add Project Adăugare proiect - Enter project name: Introduceţi numele proiectului: - - - - - - - - - - - - Error Eroare - - Unable to create time data location. Nu se poate crea locaţia datelor de timp. - Unable to move time data location. Nu se poate muta locaţia datelor de timp. - A project with that name already exists. Un proiect cu acel nume deja există. - Remove selected project? Eliminaţi proiectul selectat? - Remove selected session? Eliminaţi sesiunea selectată? - %n timer(s) running %n cronometru rulează @@ -598,9 +458,6 @@ - - - Kapow Punch Clock Kapow Punch Clock @@ -608,27 +465,22 @@ main - Punch clock program Program ceas - Store settings as INI format in specified file. Stochează setările în format INI în fişierul specificat. - file fişier - Do not create automatic backups of time data. Nu creează automat copii de siguranţă a datelor timpului. - The time data file to use. Fişier date timp de folosit. Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_ru.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_ru.qm differ diff -Nru kapow-1.5.0/translations/kapow_ru.ts kapow-1.5.1/translations/kapow_ru.ts --- kapow-1.5.0/translations/kapow_ru.ts 2016-09-17 16:05:21.000000000 +0000 +++ kapow-1.5.1/translations/kapow_ru.ts 2016-10-10 10:25:53.000000000 +0000 @@ -4,22 +4,18 @@ LocaleDialog - Select application language: Выберите язык приложения: - <System Language> <Язык системы> - Note Заметка - Please restart this application for the change in language to take effect. Пожалуйста перезапустите приложение, чтобы изменения вступили в силу. @@ -27,153 +23,122 @@ Report - Time Sheet Report Отчет о рабочем времени - Name: Имя: - Company: Компания: - Address: Адрес: - Phone: Телефон: - Fax: Факс: - Email: - Website: - - N/A Н/Д - Prepend currency symbol Добавлять символ валюты - Hourly rate: Почасовая ставка: - Tax rate: Налоговая ставка: - Currency symbol: Символ валюты: - Contact Information Контактная информация - Data Данные - Preview Просмотр - Export Экспорт - Print Печать - Web Page (*.html *.htm) Вэб-страница (*.html *.htm) - iCalendar (*.ics) - Outlook CSV (*.csv) - Export Report Экспорт отчета - View Reports Просмотр отчетов - Create Report Создать отчет - Phone: %1 Телефон: %1 - Fax: %1 Факс: %1 - Hours Часы - Subtotal Промежуточный итог - Taxes Налоги - Total Итого @@ -181,7 +146,6 @@ Session - %n hour(s) %n час @@ -190,7 +154,6 @@ - %L1 hours %L1 часов @@ -198,12 +161,10 @@ SessionDelegate - Error Ошибка - Session conflicts with other sessions. @@ -211,32 +172,26 @@ SessionDialog - Add Session Создать сессию - Date: Дата: - Start: Начало: - Stop: Конец: - Task: Задача: - Edit Session Правка сессии @@ -244,54 +199,42 @@ SessionModel - - Total Итого - Date - Start Старт - Stop Стоп - - Task - Hours Часы - Daily - Weekly - Monthly - Report @@ -299,297 +242,214 @@ Window - 00:00:00 - - Start Старт - - Stop Стоп - - Cancel Отмена - - &Minimize - &Project &Проект - - &Add &Создать - Ctrl+Shift+N Ctrl+Shift+N - - &Remove &Удалить - Ctrl+Shift+Delete Ctrl+Shift+Delete - &Quit &Выход - Ctrl+Q - &Session &Сессия - &Edit &Правка - Ctrl+Delete Ctrl+Delete - S&ettings &Настройки - Columns Столбцы - &Decimal Totals &Десятичные итоги - &Inline Editing &Правка в строке - Application &Language... &Язык приложения... - &Help По&мощь - &About &О программе - About &Qt О &библиотеке Qt - Project Проект - Timer Таймер - Show all Показать все - Show only unbilled Показать только неоплаченные - Show only this year Показать за этот год - Show only this month Показать за этот месяц - Show only this week Показать за эту неделю - Copyright &copy; 2008-%1 Graeme Gott - Released under the <a href=%1>GPL 3</a> license - - - - - Session conflicts with other sessions. - &Restore - - Unable to read time data. Невозможно прочитать данные. - - - Untitled Без имени - - - Unable to write time data. Невозможно записать данные. - There are timers running. Stop timers and quit? Есть работающие таймеры. Остановить их и выйти? - About О программе - A program to help track spent time Программа для учета потраченного времени - - - - Question Вопрос - &Create Report... &Создать отчет - View R&eports &Просмотр отчетов - Cancel this session? Отменить сессию? - Add Project Создать проект - Enter project name: Имя проекта: - - - - - - - - - - - - Error Ошибка - - Unable to create time data location. Невозможно создать временной интервал. - Unable to move time data location. Невозможно переместить временной интервал. - A project with that name already exists. Проект с таким именем уже существует. - Remove selected project? Удалить выбранный проект? - Remove selected session? Удалить выбранную сессию? - %n timer(s) running %n таймер работает @@ -598,9 +458,6 @@ - - - Kapow Punch Clock @@ -608,27 +465,22 @@ main - Punch clock program - Store settings as INI format in specified file. - file - Do not create automatic backups of time data. - The time data file to use. Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_tr.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_tr.qm differ diff -Nru kapow-1.5.0/translations/kapow_tr.ts kapow-1.5.1/translations/kapow_tr.ts --- kapow-1.5.0/translations/kapow_tr.ts 2016-09-17 16:05:21.000000000 +0000 +++ kapow-1.5.1/translations/kapow_tr.ts 2016-10-10 10:25:53.000000000 +0000 @@ -4,22 +4,18 @@ LocaleDialog - Select application language: Uygulama dilini seçin: - <System Language> <Sistem Dili> - Note Note - Please restart this application for the change in language to take effect. Dil değişikliğinin etkin olması için lütfen bu uygulamayı yeniden başlatın. @@ -27,153 +23,122 @@ Report - Time Sheet Report Saat Sayfa Raporu - Name: İsim: - Company: Şirket - Address: Adres: - Phone: Telefone: - Fax: Faks: - Email: E-posta: - Website: İnternet Sitesi: - - N/A N/A - Prepend currency symbol Para birimi simgesini baş tarafa al - Hourly rate: Saatlik ücret: - Tax rate: Vergi oranı: - Currency symbol: Para birimi simgesi: - Contact Information İletişim Bilgileri - Data Veri - Preview Önizleme - Export Ver - Print Yazdır - Web Page (*.html *.htm) Web Sayfası (*.html *.htm) - iCalendar (*.ics) iCalendar (*.ics) - Outlook CSV (*.csv) Outlook CSV (*.csv) - Export Report Raporu Ver - View Reports Raporları Gör - Create Report Rapor Oluştur - Phone: %1 Telefone: %1 - Fax: %1 Faks: %1 - Hours Saat - Subtotal Ara Toplam - Taxes Vergiler - Total Toplam @@ -181,14 +146,12 @@ Session - %n hour(s) %n saat - %L1 hours %L1 saat @@ -196,12 +159,10 @@ SessionDelegate - Error Hata - Session conflicts with other sessions. @@ -209,32 +170,26 @@ SessionDialog - Add Session Oturum Ekle - Date: Tarih: - Start: Başlama: - Stop: Bitiş: - Task: Görev: - Edit Session Oturumu düzenle @@ -242,54 +197,42 @@ SessionModel - - Total Toplam - Date - Start Başlat - Stop Bitir - - Task - Hours Saat - Daily - Weekly - Monthly - Report @@ -297,306 +240,220 @@ Window - 00:00:00 00:00:00 - - Start Başlat - - Stop Bitir - - Cancel İptal Et - - &Minimize - &Project &Proje - - &Add &Ekle - Ctrl+Shift+N Ctrl+Shift+N - - &Remove &Kaldır - Ctrl+Shift+Delete Ctrl+Shift+Delete - &Quit &Çıkış - Ctrl+Q Ctrl+Q - &Session &Oturum - &Edit &Düzenle - Ctrl+Delete Ctrl+Delete - S&ettings &Ayarlar - Columns Sütunlar - &Decimal Totals &Ondalık Toplamlar - &Inline Editing &Üzerinde Düzenleme - Application &Language... &Uygulama Dili... - &Help &Yardım - &About &Hakkında - About &Qt &Qt Hakkında - Project Proje - Timer Zamanlayıcı - Show all Tümünü göster - Show only unbilled Yalnızca faturalandırılmamışları göster - Show only this year Yalnızca bu yılı göster - Show only this month Yalnızca bu ayı göser - Show only this week Yalnızca bu haftayı göster - Copyright &copy; 2008-%1 Graeme Gott Telif hakları saklıdır &copy; 2008-%1 Graeme Gott - Released under the <a href=%1>GPL 3</a> license <a href=%1>GPL 3</a> lisansı altında yayınlanmıştır - - - - - Session conflicts with other sessions. - &Restore - - Unable to read time data. Zaman verikeri okunamıyor. - - - Untitled Başlıksız - - - Unable to write time data. Zaman verileri yazlıamıyor. - There are timers running. Stop timers and quit? Çalışan zamanlayıcılar var. Zamanlayıcıları durdurup çıkılsın mı? - About Hakkında - A program to help track spent time Harcanan zamanı izleyen bir program - - - - Question Soru - &Create Report... Rapor &Oluştur... - View R&eports Raporları &Gör - Cancel this session? Bu oturum iptal edilsin mi? - Add Project Proje Ekle - Enter project name: Proje ismini girin: - - - - - - - - - - - - Error Hata - - Unable to create time data location. Zaman verileri konumu oluşturulamıyor. - Unable to move time data location. Zaman verileri konumu taşınamıyor. - A project with that name already exists. Zaten bu isimde bir proje var. - Remove selected project? Seçili proje kaldırılsın mı? - Remove selected session? Seçili oturum kaldırılsın mı? - %n timer(s) running %n zamanlayıcı çalışıyor - - - Kapow Punch Clock Kapow Punch Saati @@ -604,27 +461,22 @@ main - Punch clock program - Store settings as INI format in specified file. - file - Do not create automatic backups of time data. - The time data file to use. Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/kapow_uk.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/kapow_uk.qm differ diff -Nru kapow-1.5.0/translations/kapow_uk.ts kapow-1.5.1/translations/kapow_uk.ts --- kapow-1.5.0/translations/kapow_uk.ts 2016-09-17 16:05:21.000000000 +0000 +++ kapow-1.5.1/translations/kapow_uk.ts 2016-10-10 10:25:53.000000000 +0000 @@ -4,22 +4,18 @@ LocaleDialog - Select application language: Вибрати мову програми: - <System Language> <Системна мова> - Note Примітка - Please restart this application for the change in language to take effect. Перезапустіть програму, щоб нова мова вступила в дію. @@ -27,153 +23,122 @@ Report - Time Sheet Report Облік робочого часу - Name: Ім'я: - Company: Компанія: - Address: Адреса: - Phone: Телефон: - Fax: Факс: - Email: Електронна пошта: - Website: Веб-сайт: - - N/A Не доступно - Prepend currency symbol Додавати символ валюти - Hourly rate: Погодинна оплата: - Tax rate: Податкова ставка: - Currency symbol: Символ валюти: - Contact Information Контактні дані - Data Дані - Preview Огляд - Export - Print Друк - Web Page (*.html *.htm) - iCalendar (*.ics) - Outlook CSV (*.csv) - Export Report - View Reports - Create Report - Phone: %1 Телефон: %1 - Fax: %1 Факс: %1 - Hours Час - Subtotal Проміжний підсумок - Taxes Податки - Total Загалом @@ -181,7 +146,6 @@ Session - %n hour(s) %n година @@ -190,7 +154,6 @@ - %L1 hours %L1 год. @@ -198,12 +161,10 @@ SessionDelegate - Error Помилка - Session conflicts with other sessions. @@ -211,32 +172,26 @@ SessionDialog - Add Session Додати сеанс - Date: Дата: - Start: Початок: - Stop: Зупинка: - Task: Завдання: - Edit Session Змінити сеанс @@ -244,54 +199,42 @@ SessionModel - - Total Загалом - Date - Start Початок - Stop Зупинка - - Task - Hours Час - Daily - Weekly - Monthly - Report @@ -299,297 +242,214 @@ Window - 00:00:00 00:00:00 - - Start Початок - - Stop Зупинка - - Cancel Скасувати - - &Minimize - &Project &Проект - - &Add &Додати - Ctrl+Shift+N - - &Remove &Вилучити - Ctrl+Shift+Delete - &Quit В&ийти - Ctrl+Q Ctrl+Q - &Session &Сеанс - &Edit З&міни - Ctrl+Delete - S&ettings П&араметри - Columns Стовпчики - &Decimal Totals Д&есятичний підсумок - &Inline Editing Редагування в &один рядок - Application &Language... &Мова програми... - &Help &Довідка - &About &Про програму - About &Qt Про &Qt - Project Проект - Timer Таймер - Show all Показати все - Show only unbilled Показувати лише невідфактуровані - Show only this year Показувати лише за цей рік - Show only this month Показувати лише за цей місяць - Show only this week Показувати лише за цей тиждень - Copyright &copy; 2008-%1 Graeme Gott - Released under the <a href=%1>GPL 3</a> license - - - - - Session conflicts with other sessions. - &Restore - - Unable to read time data. - - - Untitled Без назви - - - Unable to write time data. - There are timers running. Stop timers and quit? Таймери працюють. Зупинити їх і вийти? - About Про - A program to help track spent time Програма для відстежування витраченого часу - - - - Question Запитання - &Create Report... - View R&eports - Cancel this session? Скасувати цей сеанс? - Add Project Додати проект - Enter project name: Введіть назву проекту: - - - - - - - - - - - - Error Помилка - - Unable to create time data location. - Unable to move time data location. - A project with that name already exists. Проект з такою назвою вже є. - Remove selected project? Вилучити вибраний проект? - Remove selected session? Вилучити вибраний сеанс? - %n timer(s) running Працює %n таймер @@ -598,9 +458,6 @@ - - - Kapow Punch Clock Kapow Punch Clock @@ -608,27 +465,22 @@ main - Punch clock program - Store settings as INI format in specified file. - file - Do not create automatic backups of time data. - The time data file to use. diff -Nru kapow-1.5.0/translations/qtbase_nl.ts kapow-1.5.1/translations/qtbase_nl.ts --- kapow-1.5.0/translations/qtbase_nl.ts 1970-01-01 00:00:00.000000000 +0000 +++ kapow-1.5.1/translations/qtbase_nl.ts 2016-10-01 11:58:25.000000000 +0000 @@ -0,0 +1,55 @@ + + + + + QDialogButtonBox + + Close + Sluiten + + + &Close + &Sluiten + + + Reset + Terugzetten + + + &Reset + &Terugzetten + + + OK + OK + + + &OK + &OK + + + Cancel + Annuleer + + + &Cancel + &Annuleer + + + Yes + Ja + + + &Yes + &Ja + + + No + Nee + + + &No + &Nee + + + Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/qt_it.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/qt_it.qm differ diff -Nru kapow-1.5.0/translations/qt_it.ts kapow-1.5.1/translations/qt_it.ts --- kapow-1.5.0/translations/qt_it.ts 2013-02-17 11:48:24.000000000 +0000 +++ kapow-1.5.1/translations/qt_it.ts 1970-01-01 00:00:00.000000000 +0000 @@ -1,55 +0,0 @@ - - - - - QDialogButtonBox - - Close - Chiudi - - - &Close - &Chiudi - - - Reset - Ripristina - - - &Reset - &Ripristina - - - OK - Ok - - - &OK - &Ok - - - Cancel - Annulla - - - &Cancel - &Annulla - - - Yes - Si - - - &Yes - &Si - - - No - No - - - &No - &No - - - Binary files /tmp/tmpCf_0IC/ax0SHHU51T/kapow-1.5.0/translations/qt_nl.qm and /tmp/tmpCf_0IC/gKP2jghrcr/kapow-1.5.1/translations/qt_nl.qm differ diff -Nru kapow-1.5.0/translations/qt_nl.ts kapow-1.5.1/translations/qt_nl.ts --- kapow-1.5.0/translations/qt_nl.ts 2015-01-06 19:04:22.000000000 +0000 +++ kapow-1.5.1/translations/qt_nl.ts 1970-01-01 00:00:00.000000000 +0000 @@ -1,55 +0,0 @@ - - - - - QDialogButtonBox - - Close - Sluiten - - - &Close - &Sluiten - - - Reset - Terugzetten - - - &Reset - &Terugzetten - - - OK - OK - - - &OK - &OK - - - Cancel - Annuleer - - - &Cancel - &Annuleer - - - Yes - Ja - - - &Yes - &Ja - - - No - Nee - - - &No - &Nee - - - diff -Nru kapow-1.5.0/windows/installer.nsi kapow-1.5.1/windows/installer.nsi --- kapow-1.5.0/windows/installer.nsi 2016-09-17 22:27:51.000000000 +0000 +++ kapow-1.5.1/windows/installer.nsi 2016-10-10 10:28:47.000000000 +0000 @@ -4,9 +4,9 @@ !define APPNAME "Kapow" !define VERSIONMAJOR 1 !define VERSIONMINOR 5 -!define VERSIONPATCH 0 +!define VERSIONPATCH 1 !define APPVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONPATCH}" -!define ABOUTURL "http://gottcode.org/kapow/" +!define ABOUTURL "https://gottcode.org/kapow/" ;-------------------------------- ;Includes @@ -183,7 +183,6 @@ SetOutPath $INSTDIR\translations File ..\translations\*.qm - File $%QTDIR%\translations\qt_*.qm File $%QTDIR%\translations\qtbase_*.qm ;Create ReadMe file diff -Nru kapow-1.5.0/windows_deploy.bat kapow-1.5.1/windows_deploy.bat --- kapow-1.5.0/windows_deploy.bat 2016-09-17 22:27:00.000000000 +0000 +++ kapow-1.5.1/windows_deploy.bat 2016-10-10 10:28:33.000000000 +0000 @@ -1,7 +1,7 @@ @ECHO OFF SET APP=Kapow -SET VERSION=1.5.0 +SET VERSION=1.5.1 ECHO Copying executable MKDIR %APP% @@ -15,7 +15,6 @@ SET TRANSLATIONS=%APP%\translations MKDIR %TRANSLATIONS% COPY translations\*.qm %TRANSLATIONS% >nul -COPY %QTDIR%\translations\qt_*.qm %TRANSLATIONS% >nul COPY %QTDIR%\translations\qtbase_*.qm %TRANSLATIONS% >nul ECHO Copying Qt libraries