Commit Graph

16 Commits

Author SHA1 Message Date
Balázs Úr
bdc1ba6bd8 i18n: update Hungarian translation 2016-08-24 17:39:46 +03:00
Gabor Kelemen
104e4adde4 Updated Hungarian translation 2016-03-09 09:54:36 +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
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
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
Lennart Poettering
ebf2116810 i18n: run make update-po 2010-02-21 21:17:36 +01:00
kami911
f771b8aa5b Sending translation for Hungarian 2010-02-21 21:17:18 +01:00
kami911
eccff7b11b Sending translation for Hungarian 2010-02-21 21:17:18 +01:00
kami911
f1436b8893 Sending translation for Hungarian 2010-02-21 21:17:18 +01:00
kami911
02a69d8b45 Sending translation for Hungarian 2010-02-21 21:17:18 +01:00
kami911
3f1fefff57 Sending translation for Hungarian 2010-02-21 21:17:17 +01:00
kami911
1151e1575f Sending translation for Hungarian 2010-02-21 21:17:17 +01:00
kami911
e7ec9d5987 Sending translation for Hungarian 2010-02-21 21:17:17 +01:00
kami911
9bda558321 Sending translation for po/hu.po 2010-02-21 21:17:16 +01:00