Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-23 | i18n: Updated Turkish translation | Muhammet Kara | 1 | -644/+746 | |
2015-01-13 | i18n: Fix up the Turkish translation | Tanu Kaskinen | 2 | -0/+2 | |
The translation was not added to LINGUAS and there was this error from msgfmt: tr.po:2801: 'msgid' and 'msgstr' entries do not both begin with '\n' | |||||
2015-01-13 | i18n: Add Turkish translation | kozdincer | 1 | -0/+3146 | |
2014-12-29 | i18n: Update the Swedish translation | Josef Andersson | 1 | -1536/+1998 | |
2014-12-29 | Fix the WhatIsWrongWithSystemWide URL | Alexander E. Patrakov | 36 | -132/+205 | |
Pavel Machek reported in his blog that our message about the system mode has a dead link in it. And this link is also present in translations. So, I replaced it in the source and fixed all translations using a script: for a in po/*.po ; do msgcat --no-wrap $a | sed 's@http://pulseaudio.org/wiki/WhatIsWrongWithSystemMod @http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode @g' | sed 's@http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode@http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/WhatIsWrongWithSystemWide/@g' | sed 's@/\.@/ .@g' | sed 's@/,@/ ,@g' | msgcat - > $a.new git add -i # to filter out formatting changes The "/." and "/," replacements are needed so that various terminal emulators don't include the trailing "." or "," into the clickable URL. The resulting patch is attached, just in case, in order to avoid damaging non-ASCII characters. -- Alexander E. Patrakov >From 7dcd197571840e467d688f0f7354253730bbcc15 Mon Sep 17 00:00:00 2001 From: "Alexander E. Patrakov" <patrakov@gmail.com> Date: Sat, 29 Nov 2014 20:56:27 +0500 Subject: [PATCH] Fix the WhatIsWrongWithSystemWide URL Reported by Pavel Machek in http://pavelmachek.livejournal.com/126190.html All translations were also fixed using a script. Signed-off-by: Alexander E. Patrakov <patrakov@gmail.com> | |||||
2014-12-22 | Fix URLs still pointing to the old wiki | Alexander E. Patrakov | 2 | -3/+3 | |
Signed-off-by: Alexander E. Patrakov <patrakov@gmail.com> | |||||
2014-12-08 | i18n: Add French translation for "Speaker" | Tanu Kaskinen | 1 | -1/+1 | |
BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=87073 | |||||
2014-12-01 | Update Ukrainian translation | Yuri Chornoivan | 1 | -399/+290 | |
2014-12-01 | Updated Polish translation | Piotr Drąg | 1 | -517/+394 | |
2014-11-23 | i18n: update Chinese (traditional) translation | Cheng-Chia Tseng | 1 | -222/+92 | |
2014-11-21 | po: add pulseaudio.service.in to POTFILES.in | David Henningsson | 1 | -0/+1 | |
Signed-off-by: David Henningsson <david.henningsson@canonical.com> | |||||
2014-10-06 | i18n: Update the Slovak translation | Dušan Kazik | 1 | -101/+108 | |
2014-09-16 | i18n: Add Slovak translation | Dusan Kazik | 2 | -0/+2734 | |
2014-08-04 | i18n: Updated Brazilian Portuguese translation | Rafael Ferreira | 1 | -401/+453 | |
Signed-off-by: Rafael Ferreira <rafael.f.f1@gmail.com> | |||||
2014-06-24 | Update Ukrainian translation | Yuri Chornoivan | 1 | -231/+350 | |
2014-05-30 | po: Add two files to POTFILES.in | David Henningsson | 1 | -0/+2 | |
Translations were recently to these to files. Signed-off-by: David Henningsson <david.henningsson@canonical.com> | |||||
2014-05-23 | i18n: Update Russian translation | Alexander Potashev | 1 | -211/+254 | |
Translated in sync with the guidelines at http://l10n.lrn.ru/wiki/Pulseaudio | |||||
2014-05-09 | i18n: Update Greek translation | Dimitris Spingos | 1 | -1352/+2219 | |
2014-03-03 | Remove all references to the removed KDE files | Tanu Kaskinen | 1 | -1/+0 | |
2014-02-14 | i18n: Update Polish translation | Piotr Drąg | 1 | -1375/+1450 | |
2014-01-17 | Update Russian translation | Alexander Potashev | 1 | -1566/+1987 | |
Translated in sync with the guidelines at http://l10n.lrn.ru/wiki/Pulseaudio | |||||
2014-01-17 | Update Ukrainian translation | Yuri Chornoivan | 1 | -1427/+1507 | |
2013-10-23 | Updated Brazilian Portuguese translation | Rafael Ferreira | 1 | -1372/+1720 | |
Signed-off-by: Rafael Ferreira <rafael.f.f1@gmail.com> | |||||
2013-09-30 | i18n: Update bluetooth bits in POTFILES | Arun Raghavan | 1 | -2/+2 | |
2013-09-29 | bluetooth: Remove module-bluetooth-proximity | João Paulo Rechi Vita | 1 | -1/+0 | |
module-bluetooth-proximity has not worked for quite a while, since it uses pre-BlueZ4 APIs. Nobody complained since then, which is a good indication that it doesn't have much users. Even the original commit message refers to it more as a toy than as something of great use: "add new fun module that automatically mutes your audio devices when you leave with your bluetooth phone, and unmutes when you come back" Removing it we completely remove the dependency on libbluetooth. | |||||
2013-09-16 | i18n: remove unneeded files from POTFILES.in | Piotr Drąg | 1 | -2/+0 | |
2013-09-16 | i18n: add missing files to POTFILES.in | Piotr Drąg | 1 | -0/+2 | |
2013-09-16 | i18n: sort POTFILES.in alphabetically | Piotr Drąg | 1 | -158/+158 | |
2013-09-10 | i18n: Japanese translation update | victory | 1 | -314/+233 | |
2013-08-06 | i18n: Update zh_TW translation | Cheng-Chia Tseng | 1 | -218/+500 | |
https://bugs.freedesktop.org/show_bug.cgi?id=56454 | |||||
2013-05-14 | po: Fix error in hungarian translation | David Henningsson | 1 | -1/+1 | |
The stray %s caused PulseAudio to crash. Signed-off-by: David Henningsson <david.henningsson@canonical.com> | |||||
2013-04-23 | i18n: Update Polish translation | Piotr Drąg | 1 | -321/+378 | |
2013-04-16 | Fix various typos in messages and comments | Yuri Chornoivan | 2 | -3/+3 | |
2013-03-23 | Update Ukrainian translation. | Yuri Chornoivan | 1 | -382/+595 | |
2013-01-18 | i18n: Update Polish translation | Piotr Drąg | 1 | -283/+351 | |
2013-01-12 | i18n: Update Polish translation | Piotr Drąg | 1 | -183/+277 | |
2012-11-03 | i18n: Fix POTFILES for poll changes | Arun Raghavan | 1 | -1/+2 | |
poll.c was moved to poll-posix.c and poll-win32.c was added for the Windows port. | |||||
2012-09-23 | i18n: Add Indonesian translation. | Andika Triwidada | 2 | -0/+2308 | |
2012-08-21 | manpage, finnish translation: fix spelling errors | Martin-Éric Racine | 1 | -1/+1 | |
2012-07-19 | i18n: module-coreaudio-device now has some translatable strings | Arun Raghavan | 1 | -0/+1 | |
2012-07-17 | i18n: Remove module-hal-detect reference in POTFILES | Arun Raghavan | 1 | -1/+0 | |
2012-06-30 | Fix spelling of separated: s, sepera, separa, g | Paul Menzel | 8 | -16/+16 | |
The used command for fixing the script is the following. $ git grep sepera | cut --delimiter=: --fields=1 | xargs sed -i s,sepera,separa,g This patch is motivated by a patch in Debian from Martin-Éric Racine [1]. [1] http://anonscm.debian.org/gitweb/?p=pkg-pulseaudio/pulseaudio.git;a=commitdiff;h=70e7261a615141908c0cf366fd49e0fc0f550fbf | |||||
2012-05-15 | build-sys: readd stub makefiles to subdirectories to make building with ↵ | Lennart Poettering | 1 | -14/+16 | |
emacs easier | |||||
2012-03-14 | i18n: Update Polish translation | Piotr Drąg | 1 | -418/+344 | |
2012-03-14 | Update Ukrainian translation. | Yuri Chornoivan | 1 | -206/+249 | |
2012-03-10 | i18n: Fix POTFILES. | Tanu Kaskinen | 1 | -0/+1 | |
2012-01-30 | i18n: Run make update-po | Colin Guthrie | 34 | -16066/+27890 | |
2012-01-30 | i18n: Fudge translations after previous commit to avoid mixing ↵ | Colin Guthrie | 34 | -1240/+533 | |
English/localized phrases. The translations are now obviously outdated and wrong, but as the core meaning has not changed, this is the lesser of two evils. | |||||
2011-12-12 | error: Fix spelling of 'initialization' in errortab for PA_ERR_MODINITFAILED | Peter Meerwald | 34 | -34/+34 | |
Also update the related translations. | |||||
2011-08-12 | i18n: po file fixes | Lu Guanqun | 1 | -1/+1 | |
Signed-off-by: Lu Guanqun <guanqun.lu@intel.com> |