summaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAge
* autotools: ensure that link lines are completePatrick Ohly2012-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | As mentioned by Tino Keitel on the mailing list, some libs and executables were only implicitly linked against libraries that they called directly. This happened to work by chance because these libraries ended up in the running executable anyway, due to indirect loading. To catch such problems, the "make installcheck" was extended: dpkg-shlibdeps is run, if available, and the error output is scanned for the messages which indicate that a symbol is used without linking to the right library (example output below). Had to fix quite a few _LIBADD lines to pass the test. Some exceptions are allowed: - libsmltk depends on the caller providing SySync logging support. - libneon is intentionally not linked explicitly for syncevolution.org binaries, to make resulting binaries work with GNUTLS and OpenSSL. dpkg-shlibdeps: warning: debian/syncevolution-libs/usr/lib/syncevolution/backends/syncdav.so contains an unresolvable reference to symbol icalparameter_new_from_value_string: it's probably a plugin. dpkg-shlibdeps: warning: 51 other similar warnings have been skipped (use -v to see them all). ... dpkg-shlibdeps: warning: symbol dlsym used by debian/libsyncevolution0/usr/lib/libsyncevolution.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol dlerror used by debian/libsyncevolution0/usr/lib/libsyncevolution.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol dlopen used by debian/libsyncevolution0/usr/lib/libsyncevolution.so.0.0.0 found in none of the libraries.
* autotools: fixed UI translationPatrick Ohly2012-03-30
| | | | | | | | | | The old ui.glade was still being referenced by the list of translatable files. The corresponding files from the GTK3 version were missing. automake doesn't seem to handle conditional _DATA files correctly. In contrast to source files, they end up not being distributed when disabled. To solve this, src/gtk*-ui/gtk-ui.am must be included unconditionally in src.am and contain unconditional EXTRA_DIST entries for the two ui.xml files.
* Merge branch 'syncevolution-1-2-branch'Patrick Ohly2012-01-10
|\
| * updated translationsPatrick Ohly2011-12-13
| | | | | | | | | | | | | | | | .po files downloaded from https://meego.transifex.net/projects/p/syncevolution/resource/syncevolution-1-2/ Up-to-date for all of the 16 languages: - new error message from previous commit - "Use these settings" - .desktop files
* | dbus-server: Make dbus-server notification file names conformantChris Kühl2011-12-05
| | | | | | | | | | | | The Notification* files in src/dbus/server were the only files using camel case. The commit fixes that. Now files are of the form notification-*.
* | Port build system to non-recursive Automake.Krzesimir Nowak2011-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | All but toplevel Makefile.am are replaced with their non-recursive counterparts. The generation of configure.in was removed (and thus configure-{pre,post}.in are also removed) in favor of configure.ac and m4 macros adding backend specific configure parts. Version number is generated like in old build system. There are still many things to improve, but for now there are no immediate regressions. AUTOTOOLS-TODO contains a list of possible improvements and fixes. AUTOTOOLS-TESTING contains what was tested with current build system (configure flags, make options).
* | distcheck: Corrected path to file in POTFILE.inChris Kühl2011-08-26
| |
* | server: Renamed DBusServer class to ServerChris Kühl2011-08-26
| |
* | Add a new file to POTFILES.in to fix make checkMurray Cumming2011-08-26
| |
* | Moved syncevo-dbus-server.cpp and friends to dbus-server sub-directory.Chris Kühl2011-08-26
|/ | | | | This is the initial step in preperation for breaking up the .cpp file into smaller compilation units.
* autotools: NotificationBackendLibnotify.cpp added to POTFILES.inPatrick Ohly2011-06-16
| | | | | | | NotificationBackendLibnotify.cpp contains translated strings, originally found in syncevo-dbus-server.cpp. It must be added to POTFILES.in, the list files which are to be translated, to ensure that these strings remain translated.
* added .gitignore entries for locally created filesPatrick Ohly2011-04-13
| | | | | | This should be enough to keep "git" happy after a compilation inside the source directory. Kudos to Sascha Peilicke for the original patch.
* GTK sync UI: English language fixesPatrick Ohly2011-02-07
| | | | | "backup" and "setup" are not verbs. Has to be "back up" and "set up". Translation files are also patched, so no re-translation necessary.
* Merge commit 'syncevolution-1-0' into meego-1.0Patrick Ohly2010-07-16
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: po/de.po po/es.po po/it.po po/ja.po po/ru.po Translations were updated independently, leading mostly to conflicts because of line number changes.
| * l10n: Updates to Asturian (ast) translationivarela2010-05-24
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Initial uploaddbl20102010-05-19
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: updates asturian translationivarela2010-05-19
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to German (de) translationGLS_DEU12010-05-18
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to German (de) translationGLS_DEU2010-05-18
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Finnish (fi) translationGLS_FIN42010-05-18
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Italian (it) translationGLS_ITA12010-05-18
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Russian (ru) translationgls_rus12010-05-17
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Russian (ru) translationgls_rus12010-05-17
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to French (fr) translationGLS_FRA32010-05-17
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Japanese (ja) translationGLSJPN_Yukari2010-05-13
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to German (de) translationGLS_DEU12010-05-12
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Russian (ru) translationgls_rus12010-05-12
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Russian (ru) translationgls_rus12010-05-12
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Italian (it) translationGLS_ITA12010-05-12
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Italian (it) translationGLS_ITA12010-05-12
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Dutch (Flemish) (nl) translationGLS_NLD32010-05-12
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Spanish (Castilian) (es) translationtomasgalicia2010-05-12
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Chinese (Taiwan) (zh_TW) translationzerng072010-05-12
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Brazilian Portuguese (pt_BR) translationGLS_PTB2010-05-11
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Italian (it) translationGLS_DEU12010-05-06
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Spanish (Castilian) (es) translationtomasgalicia2010-05-06
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Chinese (China) (zh_CN) translationGLS_CHS22010-05-06
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Italian (it) translationGLS_ITA12010-05-06
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Japanese (ja) translationGLSJPN_Yukari2010-05-06
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Russian (ru) translationgls_rus12010-05-05
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Brazilian Portuguese (pt_BR) translationGLS_PTB2010-05-05
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Brazilian Portuguese (pt_BR) translationGLS_PTB2010-05-05
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Spanish (Castilian) (es) translationtomasgalicia2010-05-04
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Spanish (Castilian) (es) translationtomasgalicia2010-05-04
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Polish (pl) translationGLS_POL12010-05-03
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Chinese (China) (zh_CN) translationGLS_CHS22010-05-01
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to German (de) translationGLS_DEU12010-04-30
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Korean (ko) translationGLS_KOR2010-04-30
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Brazilian Portuguese (pt_BR) translationGLS_PTB2010-04-30
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)
| * l10n: Updates to Italian (it) translationGLS_ITA12010-04-30
| | | | | | | | Transmitted-via: Transifex (translate.moblin.org)