Merge branch 'master' of https://github.com/open-keychain/openpgp-api-lib
This commit is contained in:
commit
ac927df10a
22
README.md
22
README.md
|
@ -1,3 +1,21 @@
|
||||||
# OpenPGP Remote API library
|
# OpenPGP API library
|
||||||
|
|
||||||
|
The OpenPGP API provides methods to execute OpenPGP operations, such as sign, encrypt, decrypt, verify, and more without user interaction from background threads. This is done by connecting your client application to a remote service provided by [OpenKeychain](http://www.openkeychain.org) or other OpenPGP providers.
|
||||||
|
|
||||||
|
For usage instructions, please consult our Wiki page about the [OpenPGP API](https://github.com/open-keychain/open-keychain/wiki/OpenPGP-API).
|
||||||
|
|
||||||
|
License
|
||||||
|
=======
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
|
||||||
For usage instructions, please consult our Wiki page about the [OpenPGP Remote API](https://github.com/open-keychain/open-keychain/wiki/OpenPGP-API).
|
|
5
res/values-cs/strings.xml
Normal file
5
res/values-cs/strings.xml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<resources>
|
||||||
|
<string name="openpgp_list_preference_none">Žádný</string>
|
||||||
|
<string name="openpgp_install_openkeychain_via">Instalovat OpenKeychain pomocí %s</string>
|
||||||
|
</resources>
|
5
res/values-de/strings.xml
Normal file
5
res/values-de/strings.xml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<resources>
|
||||||
|
<string name="openpgp_list_preference_none">Keine Auswahl</string>
|
||||||
|
<string name="openpgp_install_openkeychain_via">Installiere OpenKeychain mit %s</string>
|
||||||
|
</resources>
|
5
res/values-es/strings.xml
Normal file
5
res/values-es/strings.xml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<resources>
|
||||||
|
<string name="openpgp_list_preference_none">Ninguno</string>
|
||||||
|
<string name="openpgp_install_openkeychain_via">Instalar OpenKeychain mediante %s</string>
|
||||||
|
</resources>
|
2
res/values-et/strings.xml
Normal file
2
res/values-et/strings.xml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<resources/>
|
2
res/values-fi/strings.xml
Normal file
2
res/values-fi/strings.xml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<resources/>
|
5
res/values-fr/strings.xml
Normal file
5
res/values-fr/strings.xml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<resources>
|
||||||
|
<string name="openpgp_list_preference_none">Aucun</string>
|
||||||
|
<string name="openpgp_install_openkeychain_via">Installer OpenKeychain par %s</string>
|
||||||
|
</resources>
|
2
res/values-is/strings.xml
Normal file
2
res/values-is/strings.xml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<resources/>
|
5
res/values-it/strings.xml
Normal file
5
res/values-it/strings.xml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<resources>
|
||||||
|
<string name="openpgp_list_preference_none">Nessuno</string>
|
||||||
|
<string name="openpgp_install_openkeychain_via">Installa OpenKeychain via %s</string>
|
||||||
|
</resources>
|
5
res/values-ja/strings.xml
Normal file
5
res/values-ja/strings.xml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<resources>
|
||||||
|
<string name="openpgp_list_preference_none">無し</string>
|
||||||
|
<string name="openpgp_install_openkeychain_via">%s 経由でOpenKeychainをインストール</string>
|
||||||
|
</resources>
|
2
res/values-nl/strings.xml
Normal file
2
res/values-nl/strings.xml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<resources/>
|
2
res/values-pl/strings.xml
Normal file
2
res/values-pl/strings.xml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<resources/>
|
2
res/values-pt/strings.xml
Normal file
2
res/values-pt/strings.xml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<resources/>
|
5
res/values-ru/strings.xml
Normal file
5
res/values-ru/strings.xml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<resources>
|
||||||
|
<string name="openpgp_list_preference_none">Нет</string>
|
||||||
|
<string name="openpgp_install_openkeychain_via">Установить OpenKeychain через %s</string>
|
||||||
|
</resources>
|
5
res/values-sl/strings.xml
Normal file
5
res/values-sl/strings.xml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<resources>
|
||||||
|
<string name="openpgp_list_preference_none">Brez</string>
|
||||||
|
<string name="openpgp_install_openkeychain_via">Namesti OpenKeychain prek %s</string>
|
||||||
|
</resources>
|
2
res/values-tr/strings.xml
Normal file
2
res/values-tr/strings.xml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<resources/>
|
5
res/values-uk/strings.xml
Normal file
5
res/values-uk/strings.xml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<resources>
|
||||||
|
<string name="openpgp_list_preference_none">Жоден</string>
|
||||||
|
<string name="openpgp_install_openkeychain_via">Встановити OpenKeychain через %s</string>
|
||||||
|
</resources>
|
2
res/values-zh/strings.xml
Normal file
2
res/values-zh/strings.xml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<resources/>
|
Loading…
Reference in a new issue