kozdincer
8658709ed3
i18n: Add Turkish translation
2015-01-13 22:33:29 +02:00
Josef Andersson
ab830d887c
i18n: Update the Swedish translation
2014-12-29 16:01:26 +02:00
Alexander E. Patrakov
01ae1c1f88
Fix the WhatIsWrongWithSystemWide URL
...
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-29 15:41:27 +02:00
Alexander E. Patrakov
6e4e8621a6
Fix URLs still pointing to the old wiki
...
Signed-off-by: Alexander E. Patrakov <patrakov@gmail.com>
2014-12-22 12:59:23 +02:00
Tanu Kaskinen
ce7ff172b8
i18n: Add French translation for "Speaker"
...
BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=87073
2014-12-08 15:05:13 +02:00
Yuri Chornoivan
5cae5fc848
Update Ukrainian translation
2014-12-01 00:06:40 +02:00
Piotr Drąg
0be32bce60
Updated Polish translation
2014-12-01 00:01:43 +02:00
Cheng-Chia Tseng
aa765a38f4
i18n: update Chinese (traditional) translation
2014-11-23 14:30:14 +02:00
David Henningsson
457ab20f15
po: add pulseaudio.service.in to POTFILES.in
...
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
2014-11-21 14:36:36 +01:00
Dušan Kazik
f460676ee0
i18n: Update the Slovak translation
2014-10-06 13:21:34 +03:00
Dusan Kazik
7a44c9ee0f
i18n: Add Slovak translation
2014-09-16 14:35:12 +03:00
Rafael Ferreira
c57f8422f3
i18n: Updated Brazilian Portuguese translation
...
Signed-off-by: Rafael Ferreira <rafael.f.f1@gmail.com>
2014-08-04 12:25:32 +03:00
Yuri Chornoivan
9940fecac7
Update Ukrainian translation
2014-06-24 14:00:27 +03:00
David Henningsson
2d0978dfad
po: Add two files to POTFILES.in
...
Translations were recently to these to files.
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
2014-05-30 12:12:14 +02:00
Alexander Potashev
856e78f45e
i18n: Update Russian translation
...
Translated in sync with the guidelines at
http://l10n.lrn.ru/wiki/Pulseaudio
2014-05-23 16:23:18 +03:00
Dimitris Spingos
ec0e1e16a4
i18n: Update Greek translation
2014-05-09 15:03:13 +03:00
Tanu Kaskinen
f46799579f
Remove all references to the removed KDE files
2014-03-03 18:06:20 +02:00
Piotr Drąg
a9dfc07319
i18n: Update Polish translation
2014-02-14 15:42:12 +02:00
Alexander Potashev
7e53f902cc
Update Russian translation
...
Translated in sync with the guidelines at http://l10n.lrn.ru/wiki/Pulseaudio
2014-01-17 12:10:53 +02:00
Yuri Chornoivan
fbb779cf63
Update Ukrainian translation
2014-01-17 12:05:46 +02:00
Rafael Ferreira
09e88de0af
Updated Brazilian Portuguese translation
...
Signed-off-by: Rafael Ferreira <rafael.f.f1@gmail.com>
2013-10-23 07:30:46 +01:00
Arun Raghavan
5a5e16bc62
i18n: Update bluetooth bits in POTFILES
2013-09-30 19:08:03 +05:30
João Paulo Rechi Vita
4f972aa993
bluetooth: Remove module-bluetooth-proximity
...
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-29 16:54:36 +03:00
Piotr Drąg
317b46b571
i18n: remove unneeded files from POTFILES.in
2013-09-16 08:06:47 +03:00
Piotr Drąg
adf248981a
i18n: add missing files to POTFILES.in
2013-09-16 08:05:56 +03:00
Piotr Drąg
91cb9bfb7a
i18n: sort POTFILES.in alphabetically
2013-09-16 07:57:25 +03:00
victory
4065436326
i18n: Japanese translation update
2013-09-10 09:10:03 +03:00
Cheng-Chia Tseng
7682cab60e
i18n: Update zh_TW translation
...
https://bugs.freedesktop.org/show_bug.cgi?id=56454
2013-08-06 09:34:11 +05:30
David Henningsson
a9915752f8
po: Fix error in hungarian translation
...
The stray %s caused PulseAudio to crash.
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
2013-05-14 05:52:37 +02:00
Piotr Drąg
3556c820ee
i18n: Update Polish translation
2013-04-23 18:40:09 +03:00
Yuri Chornoivan
168751dc66
Fix various typos in messages and comments
2013-04-16 12:42:50 +02:00
Yuri Chornoivan
ff828a83c1
Update Ukrainian translation.
2013-03-23 16:40:47 +02:00
Piotr Drąg
ed6f30c79a
i18n: Update Polish translation
2013-01-18 09:50:00 +02:00
Piotr Drąg
6155af11d9
i18n: Update Polish translation
2013-01-12 20:59:40 +02:00
Arun Raghavan
d754b63bcb
i18n: Fix POTFILES for poll changes
...
poll.c was moved to poll-posix.c and poll-win32.c was added for the
Windows port.
2012-11-03 10:52:35 +01:00
Andika Triwidada
626085ed9c
i18n: Add Indonesian translation.
2012-09-23 20:19:45 +03:00
Martin-Éric Racine
333696ff60
manpage, finnish translation: fix spelling errors
2012-08-21 16:27:37 +02:00
Arun Raghavan
17576af2df
i18n: module-coreaudio-device now has some translatable strings
2012-07-19 16:40:49 +05:30
Arun Raghavan
1d20ac9a3e
i18n: Remove module-hal-detect reference in POTFILES
2012-07-17 11:57:35 +05:30
Paul Menzel
86996b4cc8
Fix spelling of separated: s, sepera, separa, g
...
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-06-30 13:53:58 +03:00
Lennart Poettering
08d4f8e2c3
build-sys: readd stub makefiles to subdirectories to make building with emacs easier
2012-05-15 14:17:58 +02:00
Piotr Drąg
d492032feb
i18n: Update Polish translation
2012-03-14 00:11:45 +00:00
Yuri Chornoivan
bf20fc26a1
Update Ukrainian translation.
2012-03-14 00:03:54 +00:00
Tanu Kaskinen
74e01ad616
i18n: Fix POTFILES.
2012-03-10 12:54:29 +02:00
Colin Guthrie
11cde92fda
i18n: Run make update-po
2012-01-30 11:17:08 +00:00
Colin Guthrie
e1a699c394
i18n: Fudge translations after previous commit to avoid mixing 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.
2012-01-30 11:17:07 +00:00
Peter Meerwald
398e350885
error: Fix spelling of 'initialization' in errortab for PA_ERR_MODINITFAILED
...
Also update the related translations.
2011-12-12 23:57:54 +00:00
Lu Guanqun
6c2a1cceed
i18n: po file fixes
...
Signed-off-by: Lu Guanqun <guanqun.lu@intel.com>
2011-08-12 16:14:18 +05:30
Maarten Bosmans
f35214e4f1
build-sys: Check for necessary programs in bootstrap.sh
...
Also use glib-gettextize instead of plain gettextize.
2011-07-28 10:51:09 +01:00
Maarten Bosmans
ebf93404b6
Remove libpulse-browse and pabrowse
2011-06-24 10:08:11 +01:00