mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-23 14:23:04 +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 выполняет синхронизацию SMS на ваш экземпляр ownCloud</string>
|
||||
<string name="gp_short_description">Nextcloud SMS выполняет синхронизацию SMS на ваш экземпляр Nextcloud</string>
|
||||
<string name="gp_description">
|
||||
Приложение ownCloud SMS выполнит синхронизацию SMS-сообщений на удаленный экземпляре OwnCloud и позволяет читать сообщения из него.
|
||||
|
||||
|
||||
@@ -127,14 +127,14 @@
|
||||
<string name="err_sync_create_json_request_encoding">Error #7: Unsupported encoding when generating request</string>
|
||||
<string name="err_sync_auth_failed">Error #8: Authentication failed</string>
|
||||
<string name="err_sync_http_request_returncode_unhandled">Error #9: Server set unhandled HTTP return code</string>
|
||||
<string name="err_sync_http_request_connect">Error #11: Unable to perform a connection to ownCloud instance</string>
|
||||
<string name="err_sync_http_request_httpexception">Error #12: Unable to perform a connection to ownCloud instance</string>
|
||||
<string name="err_sync_http_request_ioexception">Error #13: Unable to perform a connection to ownCloud instance</string>
|
||||
<string name="err_sync_http_request_connect">Error #11: Unable to perform a connection to Nextcloud instance</string>
|
||||
<string name="err_sync_http_request_httpexception">Error #12: Unable to perform a connection to Nextcloud instance</string>
|
||||
<string name="err_sync_http_request_ioexception">Error #13: Unable to perform a connection to Nextcloud instance</string>
|
||||
<string name="err_sync_http_request_resp">Error #14: Unable to parse server response</string>
|
||||
<string name="err_sync_http_request_parse_resp">Error #15: Unable to parse server response</string>
|
||||
<string name="err_sync_no_connection_available">Error #16: No data connection available</string>
|
||||
<string name="err_sync_account_unparsable">Error #17: malformed account. Please reconfigure it</string>
|
||||
<string name="err_sync_ocsms_not_installed_or_oc_upgrade_required">Error #18: OcSMS app is not installed or ownCloud awaiting for an upgrade</string>
|
||||
<string name="err_sync_ocsms_not_installed_or_oc_upgrade_required">Error #18: Nextcloud SMS app is not installed or Nextcloud awaiting for an upgrade</string>
|
||||
<string name="err_fetch_phonelist">Invalid phonelist received from server.</string>
|
||||
<string name="err_proto_v2">Server doesn\'t support this feature. Ensure server version is at least 1.6.</string>
|
||||
<string name="contactinfos_title">Контактная информация</string>
|
||||
@@ -143,7 +143,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