summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOzan Çağlayan <ozan@pardus.org.tr>2010-07-02 12:01:06 +0300
committerLennart Poettering <lennart@poettering.net>2010-07-02 15:58:48 +0200
commit062b08688e6c7b0ee56ca579ed6dbee1f836131f (patch)
treead7221d93fc5004f65a1b86fffb9b4fa89e6c759
parent63ef181b20600038ef4836c2cb70fdd0a31c8f74 (diff)
i18n: Add Turkish translations
Add Turkish translations for policy strings
-rw-r--r--org.freedesktop.RealtimeKit1.policy4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.freedesktop.RealtimeKit1.policy b/org.freedesktop.RealtimeKit1.policy
index a4cd44f..cb9cc15 100644
--- a/org.freedesktop.RealtimeKit1.policy
+++ b/org.freedesktop.RealtimeKit1.policy
@@ -7,7 +7,9 @@
<action id="org.freedesktop.RealtimeKit1.acquire-high-priority">
<description>Grant high priority scheduling to a user process</description>
+ <description xml:lang="tr">Bir sürece yüksek öncelikli çalışabilme yetkisi ver</description>
<message>Authentication is required to grant an application high priority scheduling</message>
+ <message xml:lang="tr">Sürecin yüksek öncelikli çalıştırılabilmesi için yetki gerekiyor</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>yes</allow_inactive>
@@ -17,7 +19,9 @@
<action id="org.freedesktop.RealtimeKit1.acquire-real-time">
<description>Grant realtime scheduling to a user process</description>
+ <description xml:lang="tr">Bir sürece gerçek zamanlı çalışabilme yetkisi ver</description>
<message>Authentication is required to grant an application realtime scheduling</message>
+ <message xml:lang="tr">Sürecin gerçek zamanlı çalıştırılabilmesi için yetki gerekiyor</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>yes</allow_inactive>