summaryrefslogtreecommitdiff
path: root/po/id.po
diff options
context:
space:
mode:
authorAlexander E. Patrakov <patrakov@gmail.com>2014-11-29 21:09:30 +0500
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>2014-12-29 15:41:27 +0200
commit01ae1c1f881e30c6c51be50f067d426e9b1654d8 (patch)
treef7691481ba30ddb4f132a9a3595e52228e938df8 /po/id.po
parent6e4e8621a6f479b1d6dd640049c5d929aff1076a (diff)
downloadpulseaudio-01ae1c1f881e30c6c51be50f067d426e9b1654d8.tar.gz
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>
Diffstat (limited to 'po/id.po')
-rw-r--r--po/id.po19
1 files changed, 15 insertions, 4 deletions
diff --git a/po/id.po b/po/id.po
index 589797e01..f360805c0 100644
--- a/po/id.po
+++ b/po/id.po
@@ -355,10 +355,21 @@ msgstr "Berjalan pada mode sistem: %s"
#: ../src/daemon/main.c:893
msgid ""
-"OK, so you are running PA in system mode. Please note that you most likely shouldn't be doing that.\n"
-"If you do it nonetheless then it's your own fault if things don't work as expected.\n"
-"Please read http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode for an explanation why system mode is usually a bad idea."
-msgstr "OK, jadi Anda menjalankan PA dalam mode sistem. Mohon catat bahwa sangat boleh jadi Anda tak perlu melakukan ini.\nNamun bila Anda melakukannya juga, salah Anda sendiri bila semua tak bekerja seperti yang diharapkan.\nSilakan baca http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode bagi penjelasan mengapa mode sistem biasanya adalah ide buruk."
+"OK, so you are running PA in system mode. Please note that you most likely "
+"shouldn't be doing that.\n"
+"If you do it nonetheless then it's your own fault if things don't work as "
+"expected.\n"
+"Please read http://www.freedesktop.org/wiki/Software/PulseAudio/"
+"Documentation/User/WhatIsWrongWithSystemWide/ for an explanation why system "
+"mode is usually a bad idea."
+msgstr ""
+"OK, jadi Anda menjalankan PA dalam mode sistem. Mohon catat bahwa sangat "
+"boleh jadi Anda tak perlu melakukan ini.\n"
+"Namun bila Anda melakukannya juga, salah Anda sendiri bila semua tak bekerja "
+"seperti yang diharapkan.\n"
+"Silakan baca http://www.freedesktop.org/wiki/Software/PulseAudio/"
+"Documentation/User/WhatIsWrongWithSystemWide/ bagi penjelasan mengapa mode "
+"sistem biasanya adalah ide buruk."
#: ../src/daemon/main.c:910
msgid "pa_pid_file_create() failed."