mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Fix URLs still pointing to the old wiki
Signed-off-by: Alexander E. Patrakov <patrakov@gmail.com>
This commit is contained in:
parent
d9854577c3
commit
6e4e8621a6
18 changed files with 30 additions and 30 deletions
2
po/id.po
2
po/id.po
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PulseAudio\n"
|
||||
"Report-Msgid-Bugs-To: http://pulseaudio.org/wiki/Community#BugsPatchesTranslations\n"
|
||||
"Report-Msgid-Bugs-To: http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Community/#bugspatchestranslations\n"
|
||||
"POT-Creation-Date: 2010-11-27 01:08+0000\n"
|
||||
"PO-Revision-Date: 2012-09-22 04:49+0000\n"
|
||||
"Last-Translator: Andika Triwidada <andika@gmail.com>\n"
|
||||
|
|
|
|||
4
po/it.po
4
po/it.po
|
|
@ -2044,7 +2044,7 @@ msgstr "\tProfilo attivo: %s\n"
|
|||
# Sink input
|
||||
# A stream that is connected to an output device, i.e. an input for a sink.
|
||||
#
|
||||
# from http://pulseaudio.org/wiki/WritingVolumeControlUIs
|
||||
# from http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/WritingVolumeControlUIs/
|
||||
#: ../src/utils/pactl.c:593 ../src/utils/pactl.c:868
|
||||
#, c-format
|
||||
msgid "Failed to get sink input information: %s"
|
||||
|
|
@ -2091,7 +2091,7 @@ msgstr ""
|
|||
# Source output
|
||||
# A stream that is connected to an input device, i.e. an output of a source.
|
||||
#
|
||||
# from http://pulseaudio.org/wiki/WritingVolumeControlUIs
|
||||
# from http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/WritingVolumeControlUIs/
|
||||
#: ../src/utils/pactl.c:663 ../src/utils/pactl.c:887
|
||||
#, c-format
|
||||
msgid "Failed to get source output information: %s"
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ static const char introspection[] =
|
|||
DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE
|
||||
"<node>"
|
||||
" <!-- If you are looking for documentation make sure to check out\n"
|
||||
" http://pulseaudio.org/wiki/DBusInterface -->\n"
|
||||
" http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/ -->\n"
|
||||
" <interface name=\"" INTERFACE "\">\n"
|
||||
" <property name=\"Address\" type=\"s\" access=\"read\"/>\n"
|
||||
" </interface>\n"
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@
|
|||
* /org/pulseaudio/server_lookup. Implemented interfaces
|
||||
* are org.pulseaudio.ServerLookup and org.freedesktop.DBus.Introspectable.
|
||||
*
|
||||
* See http://pulseaudio.org/wiki/DBusInterface for the ServerLookup interface
|
||||
* documentation.
|
||||
* See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/ConnectingToServer/
|
||||
* for the ServerLookup interface documentation.
|
||||
*/
|
||||
|
||||
#include <pulsecore/core.h>
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
/* This object implements the D-Bus interface org.PulseAudio.Core1.CardProfile.
|
||||
*
|
||||
* See http://pulseaudio.org/wiki/DBusInterface for the CardProfile interface
|
||||
* documentation.
|
||||
* See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/CardProfile/
|
||||
* for the CardProfile interface documentation.
|
||||
*/
|
||||
|
||||
#include <pulsecore/protocol-dbus.h>
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
/* This object implements the D-Bus interface org.PulseAudio.Core1.Card.
|
||||
*
|
||||
* See http://pulseaudio.org/wiki/DBusInterface for the Card interface
|
||||
* documentation.
|
||||
* See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Card/
|
||||
* for the Card interface documentation.
|
||||
*/
|
||||
|
||||
#include <pulsecore/card.h>
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
/* This object implements the D-Bus interface org.PulseAudio.Core1.Client.
|
||||
*
|
||||
* See http://pulseaudio.org/wiki/DBusInterface for the Client interface
|
||||
* documentation.
|
||||
* See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Client/
|
||||
* for the Client interface documentation.
|
||||
*/
|
||||
|
||||
#include <pulsecore/client.h>
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
/* This object implements the D-Bus interface org.PulseAudio.Core1.
|
||||
*
|
||||
* See http://pulseaudio.org/wiki/DBusInterface for the Core interface
|
||||
* documentation.
|
||||
* See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Core/
|
||||
* for the Core interface documentation.
|
||||
*/
|
||||
|
||||
#include <pulsecore/core.h>
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
/* This object implements the D-Bus interface org.PulseAudio.Core1.DevicePort.
|
||||
*
|
||||
* See http://pulseaudio.org/wiki/DBusInterface for the DevicePort interface
|
||||
* documentation.
|
||||
* See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/DevicePort/
|
||||
* for the DevicePort interface documentation.
|
||||
*/
|
||||
|
||||
#include <pulsecore/protocol-dbus.h>
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@
|
|||
/* This object implements the D-Bus interfaces org.PulseAudio.Core1.Device,
|
||||
* org.PulseAudio.Core1.Sink and org.PulseAudio.Core1.Source.
|
||||
*
|
||||
* See http://pulseaudio.org/wiki/DBusInterface for the interface
|
||||
* documentation.
|
||||
* See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Device/
|
||||
* for the interface documentation.
|
||||
*/
|
||||
|
||||
#include <pulsecore/protocol-dbus.h>
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
/* This object implements the D-Bus interface org.PulseAudio.Core1.Memstats.
|
||||
*
|
||||
* See http://pulseaudio.org/wiki/DBusInterface for the Memstats interface
|
||||
* documentation.
|
||||
* See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Memstats/
|
||||
* for the Memstats interface documentation.
|
||||
*/
|
||||
|
||||
#include <pulsecore/core.h>
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
/* This object implements the D-Bus interface org.PulseAudio.Core1.Module.
|
||||
*
|
||||
* See http://pulseaudio.org/wiki/DBusInterface for the Module interface
|
||||
* documentation.
|
||||
* See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Module/
|
||||
* for the Module interface documentation.
|
||||
*/
|
||||
|
||||
#include <pulsecore/module.h>
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
/* This object implements the D-Bus interface org.PulseAudio.Core1.Sample.
|
||||
*
|
||||
* See http://pulseaudio.org/wiki/DBusInterface for the Sample interface
|
||||
* documentation.
|
||||
* See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Sample/
|
||||
* for the Sample interface documentation.
|
||||
*/
|
||||
|
||||
#include <pulsecore/core-scache.h>
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
/* This object implements the D-Bus interface org.PulseAudio.Core1.Stream.
|
||||
*
|
||||
* See http://pulseaudio.org/wiki/DBusInterface for the Stream interface
|
||||
* documentation.
|
||||
* See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Stream/
|
||||
* for the Stream interface documentation.
|
||||
*/
|
||||
|
||||
#include <pulsecore/protocol-dbus.h>
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ struct pa_sink_input {
|
|||
|
||||
pa_sink_input *sync_prev, *sync_next;
|
||||
|
||||
/* Also see http://pulseaudio.org/wiki/InternalVolumes */
|
||||
/* Also see http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Volumes/ */
|
||||
pa_cvolume volume; /* The volume clients are informed about */
|
||||
pa_cvolume reference_ratio; /* The ratio of the stream's volume to the sink's reference volume */
|
||||
pa_cvolume real_ratio; /* The ratio of the stream's volume to the sink's real volume */
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ struct pa_sink {
|
|||
pa_volume_t base_volume; /* shall be constant */
|
||||
unsigned n_volume_steps; /* shall be constant */
|
||||
|
||||
/* Also see http://pulseaudio.org/wiki/InternalVolumes */
|
||||
/* Also see http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Volumes/ */
|
||||
pa_cvolume reference_volume; /* The volume exported and taken as reference base for relative sink input volumes */
|
||||
pa_cvolume real_volume; /* The volume that the hardware is configured to */
|
||||
pa_cvolume soft_volume; /* The internal software volume we apply to all PCM data while it passes through */
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ struct pa_source_output {
|
|||
pa_channel_map channel_map;
|
||||
pa_format_info *format;
|
||||
|
||||
/* Also see http://pulseaudio.org/wiki/InternalVolumes */
|
||||
/* Also see http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Volumes/ */
|
||||
pa_cvolume volume; /* The volume clients are informed about */
|
||||
pa_cvolume reference_ratio; /* The ratio of the stream's volume to the source's reference volume */
|
||||
pa_cvolume real_ratio; /* The ratio of the stream's volume to the source's real volume */
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ struct pa_source {
|
|||
pa_volume_t base_volume; /* shall be constant */
|
||||
unsigned n_volume_steps; /* shall be constant */
|
||||
|
||||
/* Also see http://pulseaudio.org/wiki/InternalVolumes */
|
||||
/* Also see http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Volumes/ */
|
||||
pa_cvolume reference_volume; /* The volume exported and taken as reference base for relative source output volumes */
|
||||
pa_cvolume real_volume; /* The volume that the hardware is configured to */
|
||||
pa_cvolume soft_volume; /* The internal software volume we apply to all PCM data while it passes through */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue