[systemd-commits] 2 commits - man/udev.xml po/pl.po

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Tue Aug 26 22:02:14 PDT 2014


 man/udev.xml |   12 ++++++++++--
 po/pl.po     |   34 +++++++++++++++++++++++++++++++---
 2 files changed, 41 insertions(+), 5 deletions(-)

New commits:
commit 1977376274fc81f13e4220d224237e7cc71f0c63
Author: Piotr DrÄ…g <piotrdrag at gmail.com>
Date:   Sun Aug 24 18:18:35 2014 +0200

    po: update Polish translation
    
    https://bugs.freedesktop.org/show_bug.cgi?id=83015

diff --git a/po/pl.po b/po/pl.po
index 6a95d2f..0407fe0 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1,13 +1,13 @@
 # translation of pl.po to Polish
-# Piotr DrÄ…g <piotrdrag at gmail.com>, 2011, 2013.
+# Piotr DrÄ…g <piotrdrag at gmail.com>, 2011, 2013, 2014.
 # Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>, 2011.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: systemd\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-12 19:29+0100\n"
-"PO-Revision-Date: 2013-01-12 19:30+0100\n"
+"POT-Creation-Date: 2014-08-24 18:10+0200\n"
+"PO-Revision-Date: 2014-08-24 18:15+0200\n"
 "Last-Translator: Piotr DrÄ…g <piotrdrag at gmail.com>\n"
 "Language-Team: Polish <trans-pl at lists.fedoraproject.org>\n"
 "Language: pl\n"
@@ -389,3 +389,31 @@ msgid "Authentication is required to access the system and service manager."
 msgstr ""
 "Wymagane jest uwierzytelnienie, aby uzyskać dostęp do menedżera systemu i "
 "usług."
+
+#: ../src/core/org.freedesktop.systemd1.policy.in.in.h:5
+msgid "Manage system services or units"
+msgstr "Zarządzanie usługami lub jednostkami systemu"
+
+#: ../src/core/org.freedesktop.systemd1.policy.in.in.h:6
+msgid "Authentication is required to manage system services or units."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zarządzać usługami lub jednostkami "
+"systemu."
+
+#: ../src/core/org.freedesktop.systemd1.policy.in.in.h:7
+msgid "Manage system service or unit files"
+msgstr "Zarządzanie plikami usług lub jednostek systemu"
+
+#: ../src/core/org.freedesktop.systemd1.policy.in.in.h:8
+msgid "Authentication is required to manage system service or unit files."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zarządzać plikami usług lub jednostek "
+"systemu."
+
+#: ../src/core/org.freedesktop.systemd1.policy.in.in.h:9
+msgid "Reload the systemd state"
+msgstr "Ponowne wczytanie stanu systemd"
+
+#: ../src/core/org.freedesktop.systemd1.policy.in.in.h:10
+msgid "Authentication is required to reload the systemd state."
+msgstr "Wymagane jest uwierzytelnienie, aby ponownie wczytać stan systemd."

commit bf2e0ece853b888eb37055849975ddeab3f5f051
Author: Andrei Borzenkov <arvidjaar at gmail.com>
Date:   Sun Aug 24 11:11:33 2014 +0400

    Document "...|..." udev match syntax

diff --git a/man/udev.xml b/man/udev.xml
index db72937..2948b9c 100644
--- a/man/udev.xml
+++ b/man/udev.xml
@@ -272,8 +272,8 @@
         </varlistentry>
       </variablelist>
 
-      <para>Most of the fields support shell glob pattern matching. The following
-      pattern characters are supported:</para>
+      <para>Most of the fields support shell glob pattern matching and
+      alternate patterns. The following special characters are supported:</para>
       <variablelist>
         <varlistentry>
           <term><literal>*</literal></term>
@@ -300,6 +300,14 @@
             any characters not enclosed are matched.</para>
           </listitem>
         </varlistentry>
+        <varlistentry>
+          <term><literal>|</literal></term>
+          <listitem>
+            <para>Separates alternative patterns. For example, the pattern string
+            <literal>abc|x*</literal> would match either <literal>abc</literal>
+            or <literal>x*</literal>.</para>
+          </listitem>
+        </varlistentry>
       </variablelist>
 
       <para>The following keys can get values assigned:</para>



More information about the systemd-commits mailing list