]> git.phdru.name Git - IM.git/commitdiff
Изменить текст статусов
authorOleg Broytman <phd@phdru.name>
Wed, 23 Mar 2016 18:25:26 +0000 (21:25 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 23 Mar 2016 18:29:51 +0000 (21:29 +0300)
im-away
im-busy
im-na

diff --git a/im-away b/im-away
index 953864a4ab9e84c364cf02977f3b70579f657539..fd8b504cb2cd5c63db347b0900febacf862deb86 100755 (executable)
--- a/im-away
+++ b/im-away
@@ -1,4 +1,4 @@
 #! /bin/sh
 
 status="`basename \"$0\" | sed s/^im-//`" &&
 #! /bin/sh
 
 status="`basename \"$0\" | sed s/^im-//`" &&
-exec im-status.sh $status away "Away / Отошёл"
+exec im-status.sh $status away "Away / Нет на месте"
diff --git a/im-busy b/im-busy
index 6c87a3dd1cfb1321807ac22596a9430ccb9f021d..447f0f5e68bf1802e48d49ad0ce7f0d2fde2a326 100755 (executable)
--- a/im-busy
+++ b/im-busy
@@ -1,4 +1,4 @@
 #! /bin/sh
 
 status="`basename \"$0\" | sed s/^im-//`" &&
 #! /bin/sh
 
 status="`basename \"$0\" | sed s/^im-//`" &&
-exec im-status.sh $status dnd "Working / Работаю"
+exec im-status.sh $status dnd "Working, do not disturb / Не беспокоить, работаю"
diff --git a/im-na b/im-na
index 27e6695e8ed1e1ec1fa846882e568f89ec75ae2a..ff23f643217f4671a9b6a2c23f468b746fd4a03d 100755 (executable)
--- a/im-na
+++ b/im-na
@@ -1,4 +1,4 @@
 #! /bin/sh
 
 status="`basename \"$0\" | sed s/^im-//`" &&
 #! /bin/sh
 
 status="`basename \"$0\" | sed s/^im-//`" &&
-exec im-status.sh $status xa "I'm not available / Ушёл"
+exec im-status.sh $status xa "I'm not available / Недоступен"