From bf66a3c1f0039e63a06f3f5fdf86958058d14945 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 31 Oct 2011 03:57:52 +0000 Subject: [PATCH] po: add luci-pbx translation templates --- po/ca/pbx.po | 188 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/de/pbx.po | 189 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/el/pbx.po | 189 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/en/pbx.po | 192 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/es/pbx.po | 189 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/fr/pbx.po | 189 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/he/pbx.po | 189 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/it/pbx.po | 189 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/ja/pbx.po | 189 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/ms/pbx.po | 188 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/no/pbx.po | 189 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/pl/pbx.po | 190 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/pt/pbx.po | 189 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/pt_BR/pbx.po | 189 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/ro/pbx.po | 190 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/ru/pbx.po | 190 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/vi/pbx.po | 189 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/zh_CN/pbx.po | 188 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 18 files changed, 3405 insertions(+) create mode 100644 po/ca/pbx.po create mode 100644 po/de/pbx.po create mode 100644 po/el/pbx.po create mode 100644 po/en/pbx.po create mode 100644 po/es/pbx.po create mode 100644 po/fr/pbx.po create mode 100644 po/he/pbx.po create mode 100644 po/it/pbx.po create mode 100644 po/ja/pbx.po create mode 100644 po/ms/pbx.po create mode 100644 po/no/pbx.po create mode 100644 po/pl/pbx.po create mode 100644 po/pt/pbx.po create mode 100644 po/pt_BR/pbx.po create mode 100644 po/ro/pbx.po create mode 100644 po/ru/pbx.po create mode 100644 po/vi/pbx.po create mode 100644 po/zh_CN/pbx.po diff --git a/po/ca/pbx.po b/po/ca/pbx.po new file mode 100644 index 000000000..803f49632 --- /dev/null +++ b/po/ca/pbx.po @@ -0,0 +1,188 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Account Status" +msgstr "" + +msgid "Account Status Message" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain Name/Dynamic Domain Name" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (See Status, Message below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Control and Connection Status" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" diff --git a/po/de/pbx.po b/po/de/pbx.po new file mode 100644 index 000000000..cd97a8956 --- /dev/null +++ b/po/de/pbx.po @@ -0,0 +1,189 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Account Status" +msgstr "" + +msgid "Account Status Message" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain Name/Dynamic Domain Name" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (See Status, Message below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Control and Connection Status" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" diff --git a/po/el/pbx.po b/po/el/pbx.po new file mode 100644 index 000000000..cd97a8956 --- /dev/null +++ b/po/el/pbx.po @@ -0,0 +1,189 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Account Status" +msgstr "" + +msgid "Account Status Message" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain Name/Dynamic Domain Name" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (See Status, Message below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Control and Connection Status" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" diff --git a/po/en/pbx.po b/po/en/pbx.po new file mode 100644 index 000000000..0a80af588 --- /dev/null +++ b/po/en/pbx.po @@ -0,0 +1,192 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Account Status" +msgstr "Account Status" + +msgid "Account Status Message" +msgstr "Account Status Message" + +msgid "Advanced Settings" +msgstr "Advanced Settings" + +msgid "Available" +msgstr "Available" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." + +msgid "Away" +msgstr "Away" + +msgid "Blacklisted Numbers" +msgstr "Blacklisted Numbers" + +msgid "Call Routing" +msgstr "Call Routing" + +msgid "Call-through Numbers" +msgstr "Call-through Numbers" + +msgid "Copy-paste large lists of numbers here." +msgstr "Copy-paste large lists of numbers here." + +msgid "Do Not Disturb" +msgstr "Do Not Disturb" + +msgid "Domain Name/Dynamic Domain Name" +msgstr "Domain Name/Dynamic Domain Name" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "Dynamic List of Blacklisted Numbers" + +msgid "Email" +msgstr "Email" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "Enable Incoming Calls (Register via SIP)" + +msgid "Enable Incoming Calls (See Status, Message below)" +msgstr "Enable Incoming Calls (See Status, Message below)" + +msgid "Enable Outgoing Calls" +msgstr "Enable Outgoing Calls" + +msgid "Enabled" +msgstr "Enabled" + +msgid "External SIP Port" +msgstr "External SIP Port" + +msgid "Full Name" +msgstr "Full Name" + +msgid "General Settings" +msgstr "General Settings" + +msgid "Google Accounts" +msgstr "Google Accounts" + +msgid "Google Voice/Talk Accounts" +msgstr "Google Voice/Talk Accounts" + +msgid "Incoming Calls" +msgstr "Incoming Calls" + +msgid "Insert QoS Rules" +msgstr "Insert QoS Rules" + +msgid "Makes Outgoing Calls" +msgstr "Makes Outgoing Calls" + +msgid "No" +msgstr "No" + +msgid "Outbound Proxy" +msgstr "Outbound Proxy" + +msgid "Outgoing Calls" +msgstr "Outgoing Calls" + +msgid "PBX Main Page" +msgstr "PBX Main Page" + +msgid "PIN" +msgstr "PIN" + +msgid "Password" +msgstr "Password" + +msgid "Port Setting for SIP Devices" +msgstr "Port Setting for SIP Devices" + +msgid "Providers Used for Outgoing Calls" +msgstr "Providers Used for Outgoing Calls" + +msgid "QoS Settings" +msgstr "QoS Settings" + +msgid "RTP Port Range End" +msgstr "RTP Port Range End" + +msgid "RTP Port Range Start" +msgstr "RTP Port Range Start" + +msgid "Receives Incoming Calls" +msgstr "Receives Incoming Calls" + +msgid "Remote Usage" +msgstr "Remote Usage" + +msgid "SIP Accounts" +msgstr "SIP Accounts" + +msgid "SIP Device/Softphone Accounts" +msgstr "SIP Device/Softphone Accounts" + +msgid "SIP Provider Accounts" +msgstr "SIP Provider Accounts" + +msgid "SIP Realm (needed by some providers)" +msgstr "SIP Realm (needed by some providers)" + +msgid "SIP Server/Registrar" +msgstr "SIP Server/Registrar" + +msgid "SIP Server/Registrar Port" +msgstr "SIP Server/Registrar Port" + +msgid "Server Setting" +msgstr "Server Setting" + +msgid "Server Setting for Local SIP Devices" +msgstr "Server Setting for Local SIP Devices" + +msgid "Server Setting for Remote SIP Devices" +msgstr "Server Setting for Remote SIP Devices" + +msgid "Service Control and Connection Status" +msgstr "Service Control and Connection Status" + +msgid "Service Status" +msgstr "Service Status" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "Space-Separated List of Blacklisted Numbers" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "Specify numbers individually here. Press enter to add more numbers." + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." + +msgid "Use this account to make outgoing calls." +msgstr "Use this account to make outgoing calls." + +msgid "User Accounts" +msgstr "User Accounts" + +msgid "User Agent String" +msgstr "User Agent String" + +msgid "User Name" +msgstr "User Name" + +msgid "Yes" +msgstr "Yes" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "You can specify a real name to show up in the Caller ID here." diff --git a/po/es/pbx.po b/po/es/pbx.po new file mode 100644 index 000000000..cd97a8956 --- /dev/null +++ b/po/es/pbx.po @@ -0,0 +1,189 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Account Status" +msgstr "" + +msgid "Account Status Message" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain Name/Dynamic Domain Name" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (See Status, Message below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Control and Connection Status" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" diff --git a/po/fr/pbx.po b/po/fr/pbx.po new file mode 100644 index 000000000..c02a97273 --- /dev/null +++ b/po/fr/pbx.po @@ -0,0 +1,189 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Account Status" +msgstr "" + +msgid "Account Status Message" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain Name/Dynamic Domain Name" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (See Status, Message below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Control and Connection Status" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" diff --git a/po/he/pbx.po b/po/he/pbx.po new file mode 100644 index 000000000..cd97a8956 --- /dev/null +++ b/po/he/pbx.po @@ -0,0 +1,189 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Account Status" +msgstr "" + +msgid "Account Status Message" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain Name/Dynamic Domain Name" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (See Status, Message below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Control and Connection Status" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" diff --git a/po/it/pbx.po b/po/it/pbx.po new file mode 100644 index 000000000..cd97a8956 --- /dev/null +++ b/po/it/pbx.po @@ -0,0 +1,189 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Account Status" +msgstr "" + +msgid "Account Status Message" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain Name/Dynamic Domain Name" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (See Status, Message below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Control and Connection Status" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" diff --git a/po/ja/pbx.po b/po/ja/pbx.po new file mode 100644 index 000000000..58814b4a3 --- /dev/null +++ b/po/ja/pbx.po @@ -0,0 +1,189 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Account Status" +msgstr "" + +msgid "Account Status Message" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain Name/Dynamic Domain Name" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (See Status, Message below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Control and Connection Status" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" diff --git a/po/ms/pbx.po b/po/ms/pbx.po new file mode 100644 index 000000000..803f49632 --- /dev/null +++ b/po/ms/pbx.po @@ -0,0 +1,188 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Account Status" +msgstr "" + +msgid "Account Status Message" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain Name/Dynamic Domain Name" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (See Status, Message below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Control and Connection Status" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" diff --git a/po/no/pbx.po b/po/no/pbx.po new file mode 100644 index 000000000..cd97a8956 --- /dev/null +++ b/po/no/pbx.po @@ -0,0 +1,189 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Account Status" +msgstr "" + +msgid "Account Status Message" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain Name/Dynamic Domain Name" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (See Status, Message below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Control and Connection Status" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" diff --git a/po/pl/pbx.po b/po/pl/pbx.po new file mode 100644 index 000000000..e319baf41 --- /dev/null +++ b/po/pl/pbx.po @@ -0,0 +1,190 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +msgid "Account Status" +msgstr "" + +msgid "Account Status Message" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain Name/Dynamic Domain Name" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (See Status, Message below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Control and Connection Status" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" diff --git a/po/pt/pbx.po b/po/pt/pbx.po new file mode 100644 index 000000000..cd97a8956 --- /dev/null +++ b/po/pt/pbx.po @@ -0,0 +1,189 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Account Status" +msgstr "" + +msgid "Account Status Message" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain Name/Dynamic Domain Name" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (See Status, Message below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Control and Connection Status" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" diff --git a/po/pt_BR/pbx.po b/po/pt_BR/pbx.po new file mode 100644 index 000000000..c02a97273 --- /dev/null +++ b/po/pt_BR/pbx.po @@ -0,0 +1,189 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Account Status" +msgstr "" + +msgid "Account Status Message" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain Name/Dynamic Domain Name" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (See Status, Message below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Control and Connection Status" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" diff --git a/po/ro/pbx.po b/po/ro/pbx.po new file mode 100644 index 000000000..8c131634b --- /dev/null +++ b/po/ro/pbx.po @@ -0,0 +1,190 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" + +msgid "Account Status" +msgstr "" + +msgid "Account Status Message" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain Name/Dynamic Domain Name" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (See Status, Message below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Control and Connection Status" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" diff --git a/po/ru/pbx.po b/po/ru/pbx.po new file mode 100644 index 000000000..5269132ff --- /dev/null +++ b/po/ru/pbx.po @@ -0,0 +1,190 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Account Status" +msgstr "" + +msgid "Account Status Message" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain Name/Dynamic Domain Name" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (See Status, Message below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Control and Connection Status" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" diff --git a/po/vi/pbx.po b/po/vi/pbx.po new file mode 100644 index 000000000..58814b4a3 --- /dev/null +++ b/po/vi/pbx.po @@ -0,0 +1,189 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Account Status" +msgstr "" + +msgid "Account Status Message" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain Name/Dynamic Domain Name" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (See Status, Message below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Control and Connection Status" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" diff --git a/po/zh_CN/pbx.po b/po/zh_CN/pbx.po new file mode 100644 index 000000000..803f49632 --- /dev/null +++ b/po/zh_CN/pbx.po @@ -0,0 +1,188 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Account Status" +msgstr "" + +msgid "Account Status Message" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain Name/Dynamic Domain Name" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (See Status, Message below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Control and Connection Status" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" -- 2.11.0