blob: addfd000af8d6a0a1ef56d8e214824e301892506 [file] [log] [blame]
Alexandre Lision084d3ad2017-05-08 16:13:59 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
3Copyright (C) 2004-2016 Savoir-faire Linux Inc.
4
5Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com>
6Author: Adrien Béraud <adrien.beraud@savoirfairelinux.com>
7Author: Romain Bertozzi <romain.bertozzi@savoirfairelinux.com>
8
9This program is free software; you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by
11the Free Software Foundation; either version 3 of the License, or
12(at your option) any later version.
13
14This program is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details.
18
19You should have received a copy of the GNU General Public License
20along with this program; if not, write to the Free Software
21 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22-->
23<resources>
24 <!-- SipCalls -->
25 <string name="call_human_state_incoming">正在呼叫</string>
26 <string name="call_human_state_connecting">正在连接</string>
27 <string name="call_human_state_ringing">正在通话</string>
28 <string name="call_human_state_current">正在通话</string>
29 <string name="call_human_state_hungup">结束</string>
30 <string name="call_human_state_busy">忙碌</string>
31 <string name="call_human_state_failure">失败</string>
32 <string name="call_human_state_hold">等待</string>
33 <string name="call_human_state_unhold">取消等待</string>
34 <string name="call_human_state_over">已结束</string>
35 <string name="call_human_state_none"></string>
36 <!-- Conferences -->
37 <string name="conference_human_state_active_attached">已连接并在线</string>
38 <string name="conference_human_state_active_detached">已连接但离开</string>
39 <string name="conference_human_state_active_attached_rec">已连接并在线,录音</string>
40 <string name="conference_human_state_active_detached_rec">已连接但离开,录音</string>
41 <string name="conference_human_state_hold">等待</string>
42 <string name="conference_human_state_hold_rec">暂停录音</string>
43 <string name="conference_human_state_default"></string>
44</resources>