mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-26 07:30:21 +00:00
Move to Nextcloud (#118)
* Move to Nextcloud (#116) - Changed colors to Nextcloud Theme * Move to Nextcloud (#116) - Adjusted strings and some translations * Move to Nextcloud (#116) - Adjust icon color
This commit is contained in:
committed by
Ner'zhul
parent
1257de1a0a
commit
c3232dca60
@@ -30,7 +30,7 @@
|
||||
<string name="gp_translation_version">3</string>
|
||||
|
||||
<!-- Translations must begin here -->
|
||||
<string name="gp_short_description">ownCloud SMS 将您的短信同步至您远程的 ownCloud 服务器</string>
|
||||
<string name="gp_short_description">Nextcloud SMS 将您的短信同步至您远程的 Nextcloud 服务器</string>
|
||||
<string name="gp_description">
|
||||
ownCloud SMS 应用程序将您的短信同步至远程的 ownCloud 服务器,于是您可以在那里阅读信息。
|
||||
|
||||
|
||||
@@ -159,14 +159,14 @@
|
||||
<string name="err_sync_create_json_request_encoding">错误 #7: 生成请求时出现了不支持的编码</string>
|
||||
<string name="err_sync_auth_failed">错误 #8: 认证失败</string>
|
||||
<string name="err_sync_http_request_returncode_unhandled">错误 #9: 服务端设置了未处理的 HTTP 返回代码</string>
|
||||
<string name="err_sync_http_request_connect">错误 #11: 无法建立至 ownCloud 服务器的连接</string>
|
||||
<string name="err_sync_http_request_httpexception">错误 #12: 无法建立至 ownCloud 服务器的连接</string>
|
||||
<string name="err_sync_http_request_ioexception">错误 #13: 无法建立至 ownCloud 服务器的连接</string>
|
||||
<string name="err_sync_http_request_connect">错误 #11: 无法建立至 Nextcloud 服务器的连接</string>
|
||||
<string name="err_sync_http_request_httpexception">错误 #12: 无法建立至 Nextcloud 服务器的连接</string>
|
||||
<string name="err_sync_http_request_ioexception">错误 #13: 无法建立至 Nextcloud 服务器的连接</string>
|
||||
<string name="err_sync_http_request_resp">错误 #14: 无法解析服务端的响应</string>
|
||||
<string name="err_sync_http_request_parse_resp">错误 #15: 无法解析服务端的响应</string>
|
||||
<string name="err_sync_no_connection_available">错误 #16: 无可用的数据连接</string>
|
||||
<string name="err_sync_account_unparsable">错误 #17: 账户不正确,请重新配置</string>
|
||||
<string name="err_sync_ocsms_not_installed_or_oc_upgrade_required">错误 #18: OcSMS 应用未安装,或 ownCloud 正等待升级</string>
|
||||
<string name="err_sync_ocsms_not_installed_or_oc_upgrade_required">错误 #18: Nextcloud SMS 应用未安装,或 Nextcloud 正等待升级</string>
|
||||
<string name="err_fetch_phonelist">从服务端获取的电话号码列表无效。</string>
|
||||
<string name="err_proto_v2">服务端不支持该功能,请确认服务端版本至少为 1.6。</string>
|
||||
<string name="contactinfos_title">联系人信息</string>
|
||||
@@ -175,7 +175,7 @@
|
||||
<string name="contactinfos_list">联系人列表</string>
|
||||
<string name="function_not_available">该功能目前不可用。</string>
|
||||
|
||||
<string name="ui_notification_title_template">OcSMS: %1$s</string>
|
||||
<string name="ui_notification_title_template">Nextcloud SMS: %1$s</string>
|
||||
<string name="communicate">Communicate</string>
|
||||
<string name="title_activity_main2">Main2Activity</string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user