blob: fa2efaba982492b54f86673d160e33c456d73e1a [file] [log] [blame]
Adrien Béraudffd32412012-08-07 18:39:23 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
3Copyright (C) 2004-2012 Savoir-Faire Linux Inc.
4
5Author: Adrien Beraud <adrien.beraud@gmail.com>
6
7This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3 of the License, or
10(at your option) any later version.
11
12This program is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software
19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
21Additional permission under GNU GPL version 3 section 7:
22
23If you modify this program, or any covered work, by linking or
24combining it with the OpenSSL project's OpenSSL library (or a
25modified version of that library), containing parts covered by the
26terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
27grants you additional permission to convey the resulting work.
28Corresponding Source for a non-source form of such a combination
29shall include the source code for the parts of OpenSSL used as well
30as that of the covered work.
31 -->
32
Emeric Vigier2f625822012-08-06 11:09:52 -040033<resources>
Adrien Béraudffd32412012-08-07 18:39:23 -040034 <string name="app_name">SFLPhone</string>
35 <string name="title_section2">History</string>
36 <string name="title_section1">Call</string>
Emeric Vigier05e894e2012-08-20 13:53:02 -040037 <string name="title_section3">Test</string>
Adrien Béraudffd32412012-08-07 18:39:23 -040038 <string name="menu_settings">Settings</string>
39 <string name="title_activity_sflphone_home">SFLPhone</string>
Alexandre Savard150352e2012-09-05 18:10:02 -040040 <string name="preference_section1">Accounts</string>
41 <string name="preference_section2">Preferences</string>
Alexandre Savard9a93f062012-09-11 10:42:43 -040042 <string name="account_preferences">Account Preferences</string>
43 <string name="account_alias_label">Alias</string>
44 <string name="account_hostname_label">Hostname</string>
45 <string name="account_username_label">Username</string>
46 <string name="account_proxy_label">Proxy</string>
47 <string name="account_regsitration_label">Registration Expire</string>
48 <string name="account_network_interface_label">Network Interface</string>
49 <string name="account_stun_server_label">Stun Server</string>
50 <string name="account_security_label">Security</string>
51 <string name="account_tls_label">TLS</string>
52 <string name="account_srtp_label">SRTP</string>
53
54 <string name="account_alias_field">Alias</string>
55 <string name="title_account_alias_field">Alias</string>
56 <string name="dialogtitle_account_alias_field">Enter the alias for this account</string>
57
58 <string name="account_hostname_field">Hostname</string>
59 <string name="title_account_hostname_field">Hostname</string>
60 <string name="dialogtitle_account_hostname_field">Enter hostname</string>
61
62 <string name="account_username_field">Username</string>
63 <string name="title_account_username_field">Username</string>
64 <string name="dialogtitle_account_username_field">Enter username</string>
65
66 <string name="account_proxy_field">Proxy</string>
67 <string name="title_account_proxy_field">Proxy</string>
68 <string name="dialogtitle_account_proxy_field">Enter proxy</string>
69
70 <string name="account_registration_field">Registration Timeout</string>
71 <string name="title_account_registration_field">Registration Timeout</string>
72 <string name="dialogtitle_account_registration_field">Enter registration timeout</string>
73
74 <string name="account_network_field">Network Interface</string>
75 <string name="title_account_network_field">Network Interface</string>
76 <string name="dialogtitle_account_network_field">Enter registration timeout</string>
77
78 <string name="account_stun_field">Stun Server</string>
79 <string name="title_account_stun_field">Stun Server</string>
80 <string name="dialogtitle_account_stun_field">Enter stun server</string>
81
82 <string name="account_security_field">Security</string>
83 <string name="title_account_security_field">Security</string>
84 <string name="dialogtitle_account_security_field">Activate security feature</string>
85
86 <string name="account_tls_field">TLS</string>
87 <string name="title_account_tls_field">TLS</string>
88 <string name="dialogtitle_account_tls_field">Activate TLS feature</string>
89
90 <string name="account_srtp_field">SRTP</string>
91 <string name="title_account_srtp_field">SRTP</string>
92 <string name="dialogtitle_account_srtp_field">Activate SRTP feature</string>
93
Emeric Vigier2f625822012-08-06 11:09:52 -040094</resources>