New translations (#73)

This commit is contained in:
Lup Gabriel 2023-12-26 22:31:46 +02:00 committed by GitHub
parent 1bb897e181
commit 9a1e8fdece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2021-2022 crDroid Android Project
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.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="blocked_update_dialog_message_custom">This update cannot be installed using the updater app. Try installing update via recovery.</string>
<string name="maintainer_name">Maintainer: <xliff:g id="maintainer" example="Maintainer Name">%1$s</xliff:g></string>
<string name="support_links">Support links:</string>
<string name="current_build_date">Current build date: <xliff:g id="build_date" example="Date">%1$s</xliff:g></string>
<string name="current_build_type">Current build type: <xliff:g id="build_type" example="Type">%1$s</xliff:g></string>
<string name="build_type_unknown">Unofficial or missing OTA info</string>
<string name="info_dialog_title">Did you know?</string>
<string name="info_dialog_message">crDroid updates are full installation packages. That means you can always install only the latest update, even if you skipped some in between!</string>
<string name="info_dialog_ok">Thanks for the info!</string>
<string name="local_update_import">Local update</string>
<string name="local_update_import_progress">Importing local update\u2026</string>
<string name="local_update_import_success">%1$s has been imported. Do you want to install it?</string>
<string name="local_update_import_failure">Failed to import local update</string>
<string name="local_update_import_install">Install</string>
<string name="local_update_name">Local update</string>
</resources>