Ricky Tigg
d670c2d4dd
Translated using Weblate (Finnish)
...
Currently translated at 90.9% (515 of 566 strings)
Translation: pulseaudio/pulseaudio
Translate-URL: https://translate.fedoraproject.org/projects/pulseaudio/pulseaudio/fi/
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/573 >
2021-06-03 21:02:44 +03:00
Tanu Kaskinen
4d7242d831
i18n: Update .pot and .po files
...
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/523 >
2021-03-08 16:28:01 +02:00
Ricky Tigg
9be73e5cd1
Translated using Weblate (Finnish)
...
Currently translated at 90.9% (513 of 564 strings)
Translation: pulseaudio/pulseaudio
Translate-URL: https://translate.fedoraproject.org/projects/pulseaudio/pulseaudio/fi/
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/523 >
2021-03-07 18:01:47 +01:00
Ricky Tigg
675e1de11b
Translated using Weblate (Finnish)
...
Currently translated at 87.2% (492 of 564 strings)
Translation: pulseaudio/pulseaudio
Translate-URL: https://translate.fedoraproject.org/projects/pulseaudio/pulseaudio/fi/
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/523 >
2021-03-06 15:01:48 +01:00
Jan Kuparinen
8f59e3e275
Translated using Weblate (Finnish)
...
Currently translated at 86.7% (489 of 564 strings)
Translation: pulseaudio/pulseaudio
Translate-URL: https://translate.fedoraproject.org/projects/pulseaudio/pulseaudio/fi/
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/515 >
2021-03-01 16:07:37 +02:00
Jan Kuparinen
858e085e52
Translated using Weblate (Finnish)
...
Currently translated at 78.9% (445 of 564 strings)
Translation: pulseaudio/pulseaudio
Translate-URL: https://translate.fedoraproject.org/projects/pulseaudio/pulseaudio/fi/
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/515 >
2021-03-01 16:07:37 +02:00
Ricky Tigg
2a73d4e937
Translated using Weblate (Finnish)
...
Currently translated at 78.1% (441 of 564 strings)
Translation: pulseaudio/pulseaudio
Translate-URL: https://translate.fedoraproject.org/projects/pulseaudio/pulseaudio/fi/
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/515 >
2021-03-01 16:07:37 +02:00
Jan Kuparinen
f04b3aa383
Translated using Weblate (Finnish)
...
Currently translated at 73.2% (413 of 564 strings)
Translation: pulseaudio/pulseaudio
Translate-URL: https://translate.fedoraproject.org/projects/pulseaudio/pulseaudio/fi/
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/515 >
2021-03-01 16:07:37 +02:00
Tanu Kaskinen
ca3fd62c71
i18n: Update .pot and .po files
...
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/485 >
2021-01-22 09:12:32 +02:00
Jan Kuparinen
b2c664e9bc
Translated using Weblate (Finnish)
...
Currently translated at 95.1% (472 of 496 strings)
Translation: pulseaudio/pulseaudio
Translate-URL: https://translate.fedoraproject.org/projects/pulseaudio/pulseaudio/fi/
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/485 >
2021-01-22 09:09:47 +02:00
Jan Kuparinen
951c259319
Translated using Weblate (Finnish)
...
Currently translated at 94.9% (471 of 496 strings)
Translation: pulseaudio/pulseaudio
Translate-URL: https://translate.fedoraproject.org/projects/pulseaudio/pulseaudio/fi/
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/485 >
2021-01-22 09:09:47 +02:00
Jan Kuparinen
0a3f4d36d6
Translated using Weblate (Finnish)
...
Currently translated at 94.9% (471 of 496 strings)
Translation: pulseaudio/pulseaudio
Translate-URL: https://translate.fedoraproject.org/projects/pulseaudio/pulseaudio/fi/
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/463 >
2021-01-11 21:19:27 +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
Martin-Éric Racine
333696ff60
manpage, finnish translation: fix spelling errors
2012-08-21 16:27: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
vpv
c3a14cbfc2
Sending translation for Finnish
2010-02-21 21:17:23 +01:00
vpv
3bfaa87d43
Sending translation for Finnish
2010-02-21 21:17:20 +01:00
vpv
68841d0dc8
Sending translation for Finnish
2010-02-21 21:17:20 +01:00
vpv
5778b16f95
Sending translation for Finnish
2010-02-21 21:17:19 +01:00
Lennart Poettering
c622f77cf0
i18n: run make update-po
2009-09-30 02:43:55 +02:00
Lennart Poettering
faf113d95b
i18n: run make update-po
2009-09-29 19:27:02 +02:00
Lennart Poettering
1d19d6b878
i18n: run make update-po
2009-09-18 22:21:08 +02:00
vpv
3c89dc0bc0
Sending translation for Finnish
2009-09-15 10:25:55 +00:00
Lennart Poettering
a7ab04fd7c
i18n: run make update-po
2009-09-11 01:27:18 +02:00
Lennart Poettering
b043207709
i18n: run make update-po
2009-09-10 02:04:39 +02:00
Lennart Poettering
f3879f8f37
i18n: run make update-po
2009-09-10 01:48:28 +02:00
vpv
14ec32f899
Sending translation for Finnish
2009-09-04 20:32:33 +00:00
Lennart Poettering
7ca81bd743
i18n: run make update-po
2009-09-03 03:30:20 +02:00
vpv
b143a8f4a2
Sending translation for Finnish
2009-08-30 19:38:10 +00:00
vpv
8774166884
Sending translation for Finnish
2009-08-30 17:32:24 +00:00
Lennart Poettering
be46eaa5b6
i18n: run make update-po
2009-08-24 03:32:48 +02:00
Lennart Poettering
9d1cc133f3
i18n: run make update-po
2009-08-22 00:09:16 +02:00
Lennart Poettering
f4f16ab10d
i18n: run make update-po
2009-08-19 04:16:35 +02:00
Lennart Poettering
aa7408b54b
run make update-po
2009-08-05 15:17:31 +02:00
Lennart Poettering
115d853283
i18n: run make-update-po
2009-07-28 01:39:58 +02:00
Lennart Poettering
efe5b653a7
po: run make update-po
2009-07-23 15:37:53 +02:00
Lennart Poettering
a9f82f1d77
i18n: update i18n
2009-06-17 23:43:23 +02:00
Lennart Poettering
12d53826f6
i18n: update po data
2009-06-08 00:34:52 +02:00
Lennart Poettering
bb07c16b63
i18n: run make update-po
2009-04-21 23:04:18 +02:00
Lennart Poettering
a6541550fd
run make update-po
2009-04-13 23:10:08 +02:00
Lennart Poettering
e011230f87
run make update-po
2009-04-10 02:03:09 +02:00
vpv
4053e35a41
Sending translation for Finnish
2009-04-05 13:26:48 +00:00
vpv
d5e8488b81
Sending translation for Finnish
2009-04-05 12:09:35 +00:00
vpv
f5ec1107e4
Sending translation for Finnish
2009-04-05 10:48:58 +00:00
Lennart Poettering
ecba42bd30
run make po-update
2009-04-05 03:16:04 +02:00
Lennart Poettering
9416cdf63a
Merge commit 'origin/master-tx'
2009-04-05 03:15:00 +02:00
vpv
82d1301e9c
Sending translation for Finnish
2009-04-04 22:10:50 +00:00