Compare commits
15 Commits
lineage-19
...
lineage-15
Author | SHA1 | Date | |
---|---|---|---|
|
422d1aa228 | ||
|
17a7e95d97 | ||
|
bc3ce51fe8 | ||
|
425bcc3812 | ||
|
122377db5f | ||
|
9a13b2dc0c | ||
|
fb8be5bf41 | ||
|
308f4b1aca | ||
|
7f0a8938ab | ||
|
5a16c239b2 | ||
|
cacc3e88d0 | ||
|
83a0e68555 | ||
|
5dbe9195ab | ||
|
629ba11641 | ||
|
425515af9c |
@@ -7,14 +7,28 @@
|
||||
android:paddingStart="24dp"
|
||||
android:paddingTop="16dp">
|
||||
|
||||
<Switch
|
||||
android:id="@+id/preferences_auto_updates_check"
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/menu_auto_updates_check"
|
||||
android:textColor="@color/inverted"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<Spinner
|
||||
android:id="@+id/preferences_auto_updates_check_interval"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:entries="@array/menu_auto_updates_check_interval_entries" />
|
||||
</LinearLayout>
|
||||
|
||||
<Switch
|
||||
android:id="@+id/preferences_auto_delete_updates"
|
||||
android:layout_width="match_parent"
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -16,14 +15,109 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="app_name">المُحدث</string>
|
||||
<string name="display_name">المُحدث</string>
|
||||
<string name="verification_failed_notification">فشل التحقق</string>
|
||||
<string name="verifying_download_notification">التحقق من التحديث</string>
|
||||
<string name="downloading_notification">جارٍ التنزيل</string>
|
||||
<string name="download_paused_notification">توقف التنزيل مؤقتاً</string>
|
||||
<string name="download_paused_error_notification">خطأ في التنزيل</string>
|
||||
<string name="download_completed_notification">اكتمل التنزيل</string>
|
||||
<string name="download_starting_notification">بدء التنزيل</string>
|
||||
<string name="update_failed_notification">فشل التحديث</string>
|
||||
<string name="new_updates_found_title">تحديثات جديدة</string>
|
||||
<string name="text_download_speed">%1$s، %2$s/ثانية</string>
|
||||
<string name="pause_button">إيقاف مؤقت</string>
|
||||
<string name="resume_button">استئناف</string>
|
||||
<string name="installing_update">جارٍ تثبيت حزمة التحديث</string>
|
||||
<string name="installing_update_error">خطأ في التثبيت</string>
|
||||
<string name="installing_update_finished">تم تثبيت التحديث</string>
|
||||
<string name="finalizing_package">جارٍ إنهاء تثبيت الحزمة</string>
|
||||
<string name="preparing_ota_first_boot">جارٍ الإعداد للتشغيل الأول</string>
|
||||
<string name="dialog_prepare_zip_message">التجهيز للتحديث الأولي</string>
|
||||
<string name="dialog_battery_low_title">البطارية منخفضة</string>
|
||||
<string name="dialog_battery_low_message_pct">مستوى شحن البطارية منخفض للغاية؛ وتحتاج على الأقل <xliff:g id="percent_discharging">%1$d</xliff:g>%% من البطارية للمتابعة، <xliff:g id="percent_charging">%2$d</xliff:g>%% في حالة الشحن.</string>
|
||||
<string name="reboot">إعادة التشغيل</string>
|
||||
<string name="menu_refresh">تحديث</string>
|
||||
<string name="menu_preferences">التفضيلات</string>
|
||||
<string name="menu_auto_updates_check">التحقق من التحديثات التلقائية</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">مرة في اليوم</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">مرة في الأسبوع</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">مرة في الشهر</string>
|
||||
<string name="menu_auto_updates_check_interval_never">مطلقًا</string>
|
||||
<string name="menu_auto_delete_updates">حذف التحديثات بعد التثبيت</string>
|
||||
<string name="menu_delete_update">حذف</string>
|
||||
<string name="menu_copy_url">نسخ الرابط</string>
|
||||
<string name="menu_export_update">تصدير التحديث</string>
|
||||
<string name="menu_show_changelog">إظهار التغييرات</string>
|
||||
<string name="menu_ab_perf_mode">إعطاء الأولوية لعملية التحديث</string>
|
||||
<string name="snack_updates_found">تم العثور على تحديثات جديدة</string>
|
||||
<string name="snack_no_updates_found">لا توجد تحديثات جديدة</string>
|
||||
<string name="snack_updates_check_failed">فشل التحقق من وجود تحديث. برجاء التحقق من اتصالك بالإنترنت وإعادة المحاولة لاحقًا.</string>
|
||||
<string name="snack_download_failed">فشل التنزيل. برجاء التحقق من اتصالك بالإنترنت وإعادة المحاولة لاحقًا.</string>
|
||||
<string name="snack_download_verification_failed">فشل التحقق من التحديث.</string>
|
||||
<string name="snack_download_verified">اكتمل التنزيل.</string>
|
||||
<string name="snack_update_not_installable">لا يمكن تثبيت هذا التحديث على الاصدار الحالي.</string>
|
||||
<string name="header_title_text">LineageOS\n%1$s</string>
|
||||
<string name="header_android_version">أندرويد <xliff:g id="version" example="7.1.2">%1$s</xliff:g></string>
|
||||
<string name="header_last_updates_check">آخر تحقق: <xliff:g id="date" example="1 January 1970">%1$s</xliff:g> (<xliff:g id="time" example="01:23">%2$s</xliff:g>)</string>
|
||||
<string name="list_build_version">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g></string>
|
||||
<string name="list_build_version_date">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g> - <xliff:g id="date" example="July 11, 2017">%2$s</xliff:g></string>
|
||||
<string name="list_download_progress_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> of <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> • <xliff:g id="percentage" example="56">%3$s</xliff:g></string>
|
||||
<string name="list_download_progress_eta_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> من <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> (<xliff:g id="eta" example="3 minutes left">%3$s</xliff:g>) • <xliff:g id="percentage" example="56">%4$s</xliff:g></string>
|
||||
<string name="list_verifying_update">جارٍ التحقق من التحديث</string>
|
||||
<string name="list_no_updates">لا توجد تحديثات جديدة. للبحث عن تحديثات جديدة يدويًا، استخدم الزر تحديث.</string>
|
||||
<string name="action_download">تنزيل</string>
|
||||
<string name="action_pause">إيقاف مؤقت</string>
|
||||
<string name="action_resume">استئناف</string>
|
||||
<string name="action_install">تثبيت</string>
|
||||
<string name="action_info">معلومات</string>
|
||||
<string name="action_delete">حذف</string>
|
||||
<string name="action_cancel">إلغاء</string>
|
||||
<string name="confirm_delete_dialog_title">حذف الملف</string>
|
||||
<string name="confirm_delete_dialog_message">حذف ملف التحديث المحدد؟</string>
|
||||
<string name="apply_update_dialog_title">تطبيق التحديث</string>
|
||||
<string name="apply_update_dialog_message">أنت على وشك الترقية إلى <xliff:g id="update_name">%1$s</xliff:g>.\n\nإذا قمت بالضغط على <xliff:g id="ok">%2$s</xliff:g>، سيقوم الجهاز بإعادة تشغيل نفسه في وضع الاستعادة لتثبيت التحديث.\n\nملاحظة: هذه الميزة تتطلب مسترد متوافق أو سيلزم تثبيت التحديثات يدويًا.</string>
|
||||
<string name="apply_update_dialog_message_ab">أنت على وشك الترقية إلى <xliff:g id="update_name">%1$s</xliff:g>.\n\nعند الضغط على <xliff:g id="ok">%2$s</xliff:g>، وسوف يبدأ الجهاز بالتثبيت في الخلفية.\n\nحتى الانتهاء، وسوف يتم مطالبتك بإعادة التشغيل.</string>
|
||||
<string name="cancel_installation_dialog_message">إلغاء التثبيت؟</string>
|
||||
<string name="label_download_url">عنوان التنزيل</string>
|
||||
<string name="toast_download_url_copied">تم نسخ الرابط</string>
|
||||
<string name="dialog_export_title">تصدير التحديث</string>
|
||||
<string name="notification_export_success">تم تصدير التحديث</string>
|
||||
<string name="notification_export_fail">خطأ في التصدير</string>
|
||||
<string name="toast_already_exporting">جاري تصدير تحديث بالفعل</string>
|
||||
<plurals name="eta_seconds">
|
||||
<item quantity="zero"><xliff:g id="count">%d</xliff:g> ثانية متبقية</item>
|
||||
<item quantity="one"><xliff:g id="count">%d</xliff:g> ثانية متبقية</item>
|
||||
<item quantity="two"><xliff:g id="count">%d</xliff:g> ثانية متبقية</item>
|
||||
<item quantity="few"><xliff:g id="count">%d</xliff:g> ثانية متبقية</item>
|
||||
<item quantity="many"><xliff:g id="count">%d</xliff:g> ثانية متبقية</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> ثانية متبقية</item>
|
||||
</plurals>
|
||||
<plurals name="eta_minutes">
|
||||
<item quantity="zero"><xliff:g id="count">%d</xliff:g> دقائق متبقية</item>
|
||||
<item quantity="one"><xliff:g id="count">%d</xliff:g> دقيقة متبقية</item>
|
||||
<item quantity="two"><xliff:g id="count">%d</xliff:g> دقيقة متبقية</item>
|
||||
<item quantity="few"><xliff:g id="count">%d</xliff:g> دقيقة متبقية</item>
|
||||
<item quantity="many"><xliff:g id="count">%d</xliff:g> دقيقة متبقية</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> دقيقة متبقية</item>
|
||||
</plurals>
|
||||
<plurals name="eta_hours">
|
||||
<item quantity="zero"><xliff:g id="count">%d</xliff:g> ساعات متبقية</item>
|
||||
<item quantity="one"><xliff:g id="count">%d</xliff:g> ساعات متبقية</item>
|
||||
<item quantity="two"><xliff:g id="count">%d</xliff:g> ساعات متبقية</item>
|
||||
<item quantity="few"><xliff:g id="count">%d</xliff:g> ساعات متبقية</item>
|
||||
<item quantity="many"><xliff:g id="count">%d</xliff:g> ساعات متبقية</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> ساعات متبقية</item>
|
||||
</plurals>
|
||||
<string name="update_on_mobile_data_title">تنبيه</string>
|
||||
<string name="update_on_mobile_data_message">أنت على وشك أن تقوم بتنزيل حزمة تحديث باستخدام البيانات مما سيتسبب في استخدام عالي للبيانات. هل تريد المتابعة؟</string>
|
||||
<string name="checkbox_mobile_data_warning">لا تظهر هذا مجدداً</string>
|
||||
<string name="menu_mobile_data_warning">تحذير البيانات</string>
|
||||
<string name="blocked_update_dialog_title">التحديث محظور</string>
|
||||
<string name="blocked_update_dialog_message">لا يمكن تثبيت التحديث باستخدام تطبيق المُحدث. برجاء قراءة <xliff:g id="info_url">%1$s </xliff:g> للحصول على مزيد من المعلومات.</string>
|
||||
<string name="export_channel_title">اكتمال التصدير</string>
|
||||
<string name="new_updates_channel_title">تحديثات جديدة</string>
|
||||
<string name="ongoing_channel_title">التنزيلات الحالية</string>
|
||||
<string name="update_failed_channel_title">فشل التحديث</string>
|
||||
</resources>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,73 +17,55 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Anovador</string>
|
||||
<string name="display_name">Anovador</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Falló la verificación</string>
|
||||
<string name="verifying_download_notification">Verificando l\'anovamientu</string>
|
||||
<string name="downloading_notification">Baxando</string>
|
||||
<string name="download_paused_notification">Descarga posada</string>
|
||||
<string name="download_paused_error_notification">Fallu de descarga</string>
|
||||
<string name="download_completed_notification">Completóse la descarga</string>
|
||||
<string name="download_starting_notification">Aniciando descarga</string>
|
||||
<string name="update_failed_notification">Falló l\'anovamientu</string>
|
||||
<string name="new_updates_found_title">Anovamientos nuevos</string>
|
||||
<string name="new_updates_found_title">Hai anovamientos</string>
|
||||
<string name="text_download_speed">%1$s, %2$s/s</string>
|
||||
<string name="pause_button">Posar</string>
|
||||
<string name="resume_button">Siguir</string>
|
||||
<string name="installing_update">Instalando\'l paquete d\'anovamientu</string>
|
||||
<string name="installing_update_error">Fallu d\'instalación</string>
|
||||
<string name="installing_update_finished">Instalóse l\'anovamientu</string>
|
||||
<string name="finalizing_package">Finando la instalación del paquete</string>
|
||||
<string name="preparing_ota_first_boot">Tresnando\'l primer arranque</string>
|
||||
<string name="dialog_prepare_zip_message">Tresnáu preliminar del anovamientu</string>
|
||||
<string name="reboot">Reaniciar</string>
|
||||
<string name="menu_refresh">Refrescar</string>
|
||||
<string name="preparing_ota_first_boot">Tresnando\'l primer arrinque</string>
|
||||
<string name="dialog_battery_low_title">Queda poca batería</string>
|
||||
<string name="dialog_battery_low_message_pct">El nivel de batería ye perbaxu, tien d\'haber polo menos un <xliff:g id="percent_discharging">%1$d</xliff:g>%% de batería pa siguir, <xliff:g id="percent_charging">%2$d</xliff:g>%% si ta en carga.</string>
|
||||
<string name="menu_preferences">Preferencies</string>
|
||||
<string name="menu_auto_updates_check">Comprobación automática d\'anovamientos</string>
|
||||
<string name="menu_auto_delete_updates">Desaniciar anovamientos al instalalos</string>
|
||||
<string name="menu_delete_update">Desaniciar</string>
|
||||
<string name="menu_copy_url">Copiar URL</string>
|
||||
<string name="menu_export_update">Esportar anovamientu</string>
|
||||
<string name="snack_updates_found">Alcontráronse anovamientos nuevos</string>
|
||||
<string name="snack_no_updates_found">Nun s\'alcontraron anovamientos</string>
|
||||
<string name="snack_updates_check_failed">Falló la comprobación d\'anovamientos. Comprueba la to conexón a Internet y volvi tentalo, por favor.</string>
|
||||
<string name="snack_download_failed">Falló la descarga. Comprueba la to conexón a Internet y volvi tentalo, por favor.</string>
|
||||
<string name="snack_download_verification_failed">Falló la verificación del anovamientu.</string>
|
||||
<string name="snack_download_verified">Descarga completada.</string>
|
||||
<string name="snack_update_not_installable">Esti anovamientu nun pue instalase enriba de la compilación actual.</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Caldía</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Una vegada per selmana</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Una vegada per mes</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Enxamás</string>
|
||||
<string name="menu_show_changelog">Amosar el rexistru de cambeos</string>
|
||||
<string name="menu_ab_perf_mode">Priorizar el procesu d\'anovamientu</string>
|
||||
<string name="snack_updates_found">Atopáronse anovamientos</string>
|
||||
<string name="snack_no_updates_found">Nun s\'atopó nengún anovamientu</string>
|
||||
<string name="snack_update_not_installable">Esti anovamientu nun se pue instalar sobre la versión actual.</string>
|
||||
<string name="header_title_text">LineageOS\n%1$s</string>
|
||||
<string name="header_android_version">Android <xliff:g id="version" example="7.1.2">%1$s</xliff:g></string>
|
||||
<string name="header_last_updates_check">Anovamientu caberu\'l <xliff:g id="date" example="1 January 1970">%1$s</xliff:g> (<xliff:g id="time" example="01:23">%2$s</xliff:g>)</string>
|
||||
<string name="list_build_version">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g></string>
|
||||
<string name="list_build_version_date">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g> - <xliff:g id="date" example="July 11, 2017">%2$s</xliff:g></string>
|
||||
<string name="list_verifying_update">Verificando anovamientu</string>
|
||||
<string name="list_no_updates">Nun s\'alcontraron anovamientos. Pa comprobalos a mano, usa\'l botón Refrescar.</string>
|
||||
<string name="list_download_progress_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> de <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> • <xliff:g id="percentage" example="56">%3$s</xliff:g></string>
|
||||
<string name="list_download_progress_eta_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> de <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> (<xliff:g id="eta" example="3 minutes left">%3$s</xliff:g>) • <xliff:g id="percentage" example="56">%4$s</xliff:g></string>
|
||||
<string name="action_download">Baxar</string>
|
||||
<string name="confirm_delete_dialog_title">Desaniciar ficheru</string>
|
||||
<string name="confirm_delete_dialog_message">¿Desaniciar l\'anovamientu esbilláu?</string>
|
||||
<string name="apply_update_dialog_title">Aplicar anovamientu</string>
|
||||
<string name="apply_update_dialog_message">Tas a piques d\'anovar a <xliff:g id="update_name">%1$s</xliff:g>.\n\nSi primes <xliff:g id="ok">%2$s</xliff:g>, el preséu va reaniciase solu al recovery pa instalar l\'anovamientu.\n\nNota: Esta carauterística rique un recovery compatible o los anovamientos van precisar instalase a mano.</string>
|
||||
<string name="apply_update_dialog_message_ab">Tas a piques d\'anovar a <xliff:g id="update_name">%1$s</xliff:g>.\n\nSi primes <xliff:g id="ok">%2$s</xliff:g>, el preséu va entamar la instalación de fondu.\n\nNamái acabar, va suxerísete reaniciar.</string>
|
||||
<string name="label_download_url">URL de descarga</string>
|
||||
<string name="toast_download_url_copied">Copióse la URL</string>
|
||||
<string name="dialog_export_title">Esportando anovamientu</string>
|
||||
<string name="notification_export_success">Esportóse l\'anovamientu</string>
|
||||
<string name="notification_export_fail">Fallu d\'esportación</string>
|
||||
<string name="action_pause">Posar</string>
|
||||
<string name="action_resume">Siguir</string>
|
||||
<string name="action_install">Instalar</string>
|
||||
<string name="action_info">Información</string>
|
||||
<string name="action_delete">Desaniciar</string>
|
||||
<string name="action_cancel">Encaboxar</string>
|
||||
<string name="confirm_delete_dialog_message">¿Quies desaniciar l\'anovamientu esbilláu?</string>
|
||||
<string name="cancel_installation_dialog_message">¿Quies encaboxar la instalación?</string>
|
||||
<plurals name="eta_seconds">
|
||||
<item quantity="one">Queda 1 segundu</item>
|
||||
<item quantity="other">Queden <xliff:g id="count">%d</xliff:g> segundos</item>
|
||||
</plurals>
|
||||
<plurals name="eta_minutes">
|
||||
<item quantity="one">Queda un 1 minutu</item>
|
||||
<item quantity="other">Queden <xliff:g id="count">%d</xliff:g> minutos</item>
|
||||
</plurals>
|
||||
<plurals name="eta_hours">
|
||||
<item quantity="one">Queda 1 hora</item>
|
||||
<item quantity="other">Queden <xliff:g id="count">%d</xliff:g> hores</item>
|
||||
</plurals>
|
||||
<string name="update_on_mobile_data_title">Alvertencia</string>
|
||||
<string name="update_on_mobile_data_message">Tas a piques de baxar un paquete d\'anovamientu usando los datos móviles que pue causar un usu altu de datos. ¿Prestaríate siguir?</string>
|
||||
<string name="checkbox_mobile_data_warning">Nun amosar más</string>
|
||||
<string name="menu_mobile_data_warning">Alvertencia de datos de móviles</string>
|
||||
<string name="blocked_update_dialog_title">Bloquióse l\'anovamientu</string>
|
||||
<string name="blocked_update_dialog_message">Esti anovamientu nun pue instalase usando l\'aplicación anovadora. Llei <xliff:g id="info_url">%1$s</xliff:g> pa más información, por favor.</string>
|
||||
<string name="new_updates_channel_title">Anovamientos nuevos</string>
|
||||
<string name="update_failed_channel_title">Falló l\'anovamientu</string>
|
||||
<string name="checkbox_mobile_data_warning">Nun volver amosar</string>
|
||||
<string name="blocked_update_dialog_message">Esti anovamientu nun se pue instalar con «Anovador». Llei <xliff:g id="info_url">%1$s</xliff:g> pa consiguir más información.</string>
|
||||
<string name="export_channel_title">Esportación completada</string>
|
||||
<string name="new_updates_channel_title">Hai anovamientos</string>
|
||||
<string name="ongoing_channel_title">Descargues en cursu</string>
|
||||
</resources>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -16,14 +15,97 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="app_name">Yeniləyici</string>
|
||||
<string name="display_name">Yeniləyici</string>
|
||||
<string name="verification_failed_notification">Təsdiqləmə uğursuz oldu</string>
|
||||
<string name="verifying_download_notification">Yeniləmə təsdiqlənir</string>
|
||||
<string name="downloading_notification">Endirilir</string>
|
||||
<string name="download_paused_notification">Endirməyə fasilə verildi</string>
|
||||
<string name="download_paused_error_notification">Endirmə xətası</string>
|
||||
<string name="download_completed_notification">Endirmə tamamlandı</string>
|
||||
<string name="download_starting_notification">Endirmə başladılır</string>
|
||||
<string name="update_failed_notification">Yeniləmə uğursuz oldu</string>
|
||||
<string name="new_updates_found_title">Ən son yeniləmələr</string>
|
||||
<string name="text_download_speed">%1$s, %2$s/s</string>
|
||||
<string name="pause_button">Fasilə ver</string>
|
||||
<string name="resume_button">Davam etdir</string>
|
||||
<string name="installing_update">Yeniləmə paketi quraşdırılır</string>
|
||||
<string name="installing_update_error">Quraşdırma xətası</string>
|
||||
<string name="installing_update_finished">Yeniləmə quraşdırıldı</string>
|
||||
<string name="finalizing_package">Paket quraşdırma tamamlanır</string>
|
||||
<string name="preparing_ota_first_boot">İlk yükləmə üçün hazırlanır</string>
|
||||
<string name="dialog_prepare_zip_message">Yeniləmə ilkin hazırlığı</string>
|
||||
<string name="dialog_battery_low_title">Zəif batareya</string>
|
||||
<string name="dialog_battery_low_message_pct">Batereya səviyyəsi çox aşağıdır, davam etmək üçün ən az batereya səviyyəsi <xliff:g id="percent_discharging">%1$d</xliff:g>%% olmalıdır, <xliff:g id="percent_charging">%2$d</xliff:g>%% enerji yığır.</string>
|
||||
<string name="reboot">Yenidən başlat</string>
|
||||
<string name="menu_refresh">Təzələ</string>
|
||||
<string name="menu_preferences">Tərcihlər</string>
|
||||
<string name="menu_auto_updates_check">Avtomatik yeniləmə yoxlanışı</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Gündə bir dəfə</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Həftədə bir dəfə</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Ayda bir dəfə</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Heç vaxt</string>
|
||||
<string name="menu_auto_delete_updates">Quraşdırılanda yeniləmələri sil</string>
|
||||
<string name="menu_delete_update">Sil</string>
|
||||
<string name="menu_copy_url">URL-ni Kopyala</string>
|
||||
<string name="menu_export_update">Yeniləməni köçür</string>
|
||||
<string name="menu_show_changelog">Dəyişiklik jurnalını göstər</string>
|
||||
<string name="menu_ab_perf_mode">Üstünlüyü yeniləmə prosesinə ver</string>
|
||||
<string name="snack_updates_found">Yeniləmə tapıldı</string>
|
||||
<string name="snack_no_updates_found">Yeniləmə yoxdur</string>
|
||||
<string name="snack_updates_check_failed">Yeniləmə yoxlanışı uğursuz oldu. Zəhmət olmasa internet bağlantısını yoxlayıb yenidən cəhd edin.</string>
|
||||
<string name="snack_download_failed">Endirmə uğursuz oldu. Zəhmət olmasa internet bağlantısını yoxlayıb yenidən cəhd edin.</string>
|
||||
<string name="snack_download_verification_failed">Yeniləmə təsdiqləməsi uğursuz oldu.</string>
|
||||
<string name="snack_download_verified">Endirmə tamamlandı.</string>
|
||||
<string name="snack_update_not_installable">Bu yeniləmə hazırki quruluşun üzərində quraşdırıla bilməz.</string>
|
||||
<string name="header_title_text">LineageOS\n%1$s</string>
|
||||
<string name="header_android_version">Android <xliff:g id="version" example="7.1.2">%1$s</xliff:g></string>
|
||||
<string name="header_last_updates_check">Son yoxlama: <xliff:g id="date" example="1 January 1970">%1$s</xliff:g> (<xliff:g id="time" example="01:23">%2$s</xliff:g>)</string>
|
||||
<string name="list_build_version">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g></string>
|
||||
<string name="list_build_version_date">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g> - <xliff:g id="date" example="July 11, 2017">%2$s</xliff:g></string>
|
||||
<string name="list_download_progress_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> / <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> • <xliff:g id="percentage" example="56">%3$s</xliff:g></string>
|
||||
<string name="list_download_progress_eta_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> / <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> (<xliff:g id="eta" example="3 minutes left">%3$s</xliff:g>) • <xliff:g id="percentage" example="56">%4$s</xliff:g></string>
|
||||
<string name="list_verifying_update">Yeniləmə təsdiqlənir</string>
|
||||
<string name="list_no_updates">Yeniləmə tapılmadı. Yeniləmələri əllə yoxlamaq üçün Təzələ düyməsindən istifadə edin.</string>
|
||||
<string name="action_download">Endir</string>
|
||||
<string name="action_pause">Fasilə ver</string>
|
||||
<string name="action_resume">Davam etdir</string>
|
||||
<string name="action_install">Quraşdır</string>
|
||||
<string name="action_info">Məlumat</string>
|
||||
<string name="action_delete">Sil</string>
|
||||
<string name="action_cancel">İmtina</string>
|
||||
<string name="confirm_delete_dialog_title">Faylı sil</string>
|
||||
<string name="confirm_delete_dialog_message">Seçilmiş yeniləmə faylı silinsin?</string>
|
||||
<string name="apply_update_dialog_title">Yeniləməni tətbiq et</string>
|
||||
<string name="apply_update_dialog_message"><xliff:g id="update_name">%1$s</xliff:g> yüksəldirsiniz.\n\n<xliff:g id="ok">%2$s</xliff:g> bassanız, cihaz yeniləməni quraşdırmaq üçün bərpa rejimində yenidən başlayacaq.\n\nQeyd: Bu özəlliyin uyğun bir Bərpa mühitinə ehtiyacı var və ya yeniləmələr əllə quraşdırılmalıdır.</string>
|
||||
<string name="apply_update_dialog_message_ab"><xliff:g id="update_name">%1$s</xliff:g> yüksəldirsiniz.\n\n<xliff:g id="ok">%2$s</xliff:g> düyməsinə bassanız, cihaz arxaplanda quraşdırılmağa başlıyacaq.\n\nƏməliyyat bitəndə, yenidən başladılmalıdır.</string>
|
||||
<string name="cancel_installation_dialog_message">Quraşdırmadan imtina edilsin?</string>
|
||||
<string name="label_download_url">Endirmə bağlantısı</string>
|
||||
<string name="toast_download_url_copied">Bağlantı kopyalandı</string>
|
||||
<string name="dialog_export_title">Yeniləmə köçürülür</string>
|
||||
<string name="notification_export_success">Yeniləmə köçürüldü</string>
|
||||
<string name="notification_export_fail">Köçürmə xətası</string>
|
||||
<string name="toast_already_exporting">Artıq bir yeniləmə köçürülür</string>
|
||||
<plurals name="eta_seconds">
|
||||
<item quantity="one">1 saniyə qaldı</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> saniyə qaldı</item>
|
||||
</plurals>
|
||||
<plurals name="eta_minutes">
|
||||
<item quantity="one">1 dəqiqə qaldı</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> dəqiqə qaldı</item>
|
||||
</plurals>
|
||||
<plurals name="eta_hours">
|
||||
<item quantity="one">1 saat qaldı</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> saat qaldı</item>
|
||||
</plurals>
|
||||
<string name="update_on_mobile_data_title">Xəbərdarlıq</string>
|
||||
<string name="update_on_mobile_data_message">Böyük ehtimalla mobil verilənlərdən istifadə edərək yüksək verilənlər istifadəsinə səbəb olacaq yeniləmə paketi endirirsiniz. Davam etmək istəyirsiniz?</string>
|
||||
<string name="checkbox_mobile_data_warning">Təkrar göstərmə</string>
|
||||
<string name="menu_mobile_data_warning">Mobil verilənlər xəbərdarlığı</string>
|
||||
<string name="blocked_update_dialog_title">Yeniləmə əngəlləndi</string>
|
||||
<string name="blocked_update_dialog_message">Bu yeniləmə, tətbiq yeniləyici istifadə edilərək quraşdırıla bilməz. Ətraflı məlumat üçün zəhmət olmasa <xliff:g id="info_url">%1$s</xliff:g> ünvanını oxuyun.</string>
|
||||
<string name="export_channel_title">Köçürmə tamamlandı</string>
|
||||
<string name="new_updates_channel_title">Ən son yeniləmələr</string>
|
||||
<string name="ongoing_channel_title">Davam edən endirmələr</string>
|
||||
<string name="update_failed_channel_title">Yeniləmə uğursuz oldu</string>
|
||||
</resources>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Актуализатор</string>
|
||||
<string name="display_name">Актуализатор</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Неуспешна проверка</string>
|
||||
<string name="verifying_download_notification">Проверено обновяване</string>
|
||||
<string name="downloading_notification">Сваляне</string>
|
||||
@@ -52,12 +41,16 @@
|
||||
<string name="menu_refresh">Опресняване</string>
|
||||
<string name="menu_preferences">Настройки</string>
|
||||
<string name="menu_auto_updates_check">Автоматична проверка за актуализациите</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Ежедневно</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Ежеседмично</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Ежемесечно</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Никога</string>
|
||||
<string name="menu_auto_delete_updates">Изтриване на актуализациите след инсталиране</string>
|
||||
<string name="menu_delete_update">Изтриване</string>
|
||||
<string name="menu_copy_url">Копирай адреса</string>
|
||||
<string name="menu_export_update">Експортиране на актуализация</string>
|
||||
<string name="menu_show_changelog">Покажи промените</string>
|
||||
<string name="menu_ab_perf_mode">По-бързо инсталиране на актуализации</string>
|
||||
<string name="menu_ab_perf_mode">Приоритет на процеса на актуализиране</string>
|
||||
<string name="snack_updates_found">Намерена е нова актуализация</string>
|
||||
<string name="snack_no_updates_found">Няма нови актуализации</string>
|
||||
<string name="snack_updates_check_failed">Проверката за актуализации се провали. Моля проверете връзката с интернет и опитайте отново по-късно.</string>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -16,14 +15,19 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">যাচাইকরণ ব্যর্থ হয়েছে</string>
|
||||
<string name="text_download_speed">%1$s, %2$s/s</string>
|
||||
<string name="pause_button">বিরাম</string>
|
||||
<plurals name="eta_seconds">
|
||||
<item quantity="one">১ সেকেন্ড বাকি</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> সেকেন্ড বাকি</item>
|
||||
</plurals>
|
||||
<plurals name="eta_minutes">
|
||||
<item quantity="one">১ মিনিট বাকি</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> মিনিট বাকি</item>
|
||||
</plurals>
|
||||
<plurals name="eta_hours">
|
||||
<item quantity="one">১ ঘণ্টা বাকি</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> ঘণ্টা বাকি</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -16,14 +15,27 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="dialog_battery_low_title">Slaba baterija</string>
|
||||
<string name="dialog_battery_low_message_pct">Baterija je slaba, potrebno je barem <xliff:g id="percent_discharging">%1$d</xliff:g>%% baterije za nastavak, <xliff:g id="percent_charging">%2$d</xliff:g>%% ukoliko se puni.</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Jednom dnevno</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Jednom sedmično</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Jednom mjesečno</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Nikada</string>
|
||||
<plurals name="eta_seconds">
|
||||
<item quantity="one">1 sekunda preostala</item>
|
||||
<item quantity="few"><xliff:g id="count">%d</xliff:g> sekunde preostale</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> sekundi preostalo</item>
|
||||
</plurals>
|
||||
<plurals name="eta_minutes">
|
||||
<item quantity="one">1 minuta preostala</item>
|
||||
<item quantity="few"><xliff:g id="count">%d</xliff:g> minute preostale</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> minuta preostalo</item>
|
||||
</plurals>
|
||||
<plurals name="eta_hours">
|
||||
<item quantity="one">1 sat preostao</item>
|
||||
<item quantity="few"><xliff:g id="count">%d</xliff:g> sata preostalo</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> sati preostalo</item>
|
||||
</plurals>
|
||||
<string name="export_channel_title">Izvoz završen</string>
|
||||
<string name="ongoing_channel_title">Preuzimanja u toku</string>
|
||||
</resources>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Actualitzador</string>
|
||||
<string name="display_name">Actualitzador</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Ha fallat la verificació</string>
|
||||
<string name="verifying_download_notification">S\'està verificant l\'actualització</string>
|
||||
<string name="downloading_notification">S\'està baixant</string>
|
||||
@@ -52,12 +41,16 @@
|
||||
<string name="menu_refresh">Recarrega</string>
|
||||
<string name="menu_preferences">Preferències</string>
|
||||
<string name="menu_auto_updates_check">Comprova automàticament les actualitzacions</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Un cop al dia</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Un cop per setmana</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Un cop al mes</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Mai</string>
|
||||
<string name="menu_auto_delete_updates">Elimina les actualitzacions una vegada s\'hagin instal·lat</string>
|
||||
<string name="menu_delete_update">Elimina</string>
|
||||
<string name="menu_copy_url">Copia l\'URL</string>
|
||||
<string name="menu_export_update">Exporta l\'actualització</string>
|
||||
<string name="menu_show_changelog">Mostra el registre de canvis</string>
|
||||
<string name="menu_ab_perf_mode">Instal·la actualitzacions més ràpidament</string>
|
||||
<string name="menu_ab_perf_mode">Prioritza el procés d\'actualització</string>
|
||||
<string name="snack_updates_found">No s\'han trobat noves actualitzacions</string>
|
||||
<string name="snack_no_updates_found">No s\'han trobat noves actualitzacions</string>
|
||||
<string name="snack_updates_check_failed">Ha fallat la comprovació d\'actualització. Verifiqueu la connexió a Internet i tomeu-ho a provar més tard.</string>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Aktualizace</string>
|
||||
<string name="display_name">Aktualizace</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Ověření selhalo</string>
|
||||
<string name="verifying_download_notification">Ověření aktualizace</string>
|
||||
<string name="downloading_notification">Stahování</string>
|
||||
@@ -52,12 +41,16 @@
|
||||
<string name="menu_refresh">Obnovit</string>
|
||||
<string name="menu_preferences">Předvolby</string>
|
||||
<string name="menu_auto_updates_check">Automatická kontrola aktualizací</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Jednou denně</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Jednou týdně</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Jednou měsíčně</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Nikdy</string>
|
||||
<string name="menu_auto_delete_updates">Odstranit aktualizace po instalaci</string>
|
||||
<string name="menu_delete_update">Odstranit</string>
|
||||
<string name="menu_copy_url">Kopírovat URL</string>
|
||||
<string name="menu_export_update">Export aktualizace</string>
|
||||
<string name="menu_show_changelog">Zobrazit seznam změn</string>
|
||||
<string name="menu_ab_perf_mode">Nainstalovat aktualizace rychleji</string>
|
||||
<string name="menu_ab_perf_mode">Upřednostňovat proces aktualizace</string>
|
||||
<string name="snack_updates_found">Nalezeny nové aktualizace</string>
|
||||
<string name="snack_no_updates_found">Nové aktualizace nenalezeny</string>
|
||||
<string name="snack_updates_check_failed">Zjištění nové verze selhalo. Prosím zkontrolujte připojení k internetu a pokus opakujte.</string>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -16,14 +15,109 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="app_name">Diweddarydd</string>
|
||||
<string name="display_name">Diweddarydd</string>
|
||||
<string name="verification_failed_notification">Methodd y dilysiad</string>
|
||||
<string name="verifying_download_notification">Yn dilysu\'r diweddariad</string>
|
||||
<string name="downloading_notification">Yn lawrlwytho</string>
|
||||
<string name="download_paused_notification">Lawrlwytho wedi seibio</string>
|
||||
<string name="download_paused_error_notification">Gwall lawrlwytho</string>
|
||||
<string name="download_completed_notification">Lawrlwytho wedi cwblhau</string>
|
||||
<string name="download_starting_notification">Yn dechrau lawrlwytho</string>
|
||||
<string name="update_failed_notification">Methodd y diweddariad</string>
|
||||
<string name="new_updates_found_title">Diweddariadau newydd</string>
|
||||
<string name="text_download_speed">%1$s, %2$s/e</string>
|
||||
<string name="pause_button">Seibio</string>
|
||||
<string name="resume_button">Parhau</string>
|
||||
<string name="installing_update">Yn gosod pecyn diweddaru</string>
|
||||
<string name="installing_update_error">Gwall gosod</string>
|
||||
<string name="installing_update_finished">Gosodwyd y diweddariad</string>
|
||||
<string name="finalizing_package">Yn cwblhau gosod y pecyn</string>
|
||||
<string name="preparing_ota_first_boot">Yn paratoi i lwytho a rhedeg am y tro cyntaf</string>
|
||||
<string name="dialog_prepare_zip_message">Paratoi diweddaru rhagbaratoawl</string>
|
||||
<string name="dialog_battery_low_title">Batri isel</string>
|
||||
<string name="dialog_battery_low_message_pct">Does dim digon o bŵer yn y batri. Rhaid cael o leiaf <xliff:g id="percent_discharging">%1$d</xliff:g>%% o fatri er mwyn parhau, <xliff:g id="percent_charging">%2$d</xliff:g>%% os yn gwefru.</string>
|
||||
<string name="reboot">Ailgychwyn</string>
|
||||
<string name="menu_refresh">Ail-lwytho</string>
|
||||
<string name="menu_preferences">Dewisiadau</string>
|
||||
<string name="menu_auto_updates_check">Gwirio yn awtomatig</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Unwaith y dydd</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Unwaith yr wythnos</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Unwaith y mis</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Byth</string>
|
||||
<string name="menu_auto_delete_updates">Dileu diweddariadau ar ôl eu gosod</string>
|
||||
<string name="menu_delete_update">Dileu</string>
|
||||
<string name="menu_copy_url">Copïo\'r URL</string>
|
||||
<string name="menu_export_update">Allforio\'r diweddariad</string>
|
||||
<string name="menu_show_changelog">Dangos log newid</string>
|
||||
<string name="menu_ab_perf_mode">Blaenoriaethu\'r broses diweddaru</string>
|
||||
<string name="snack_updates_found">Mae yna ddiweddariad(au) newydd</string>
|
||||
<string name="snack_no_updates_found">Ni chanfuwyd diweddariadau newydd</string>
|
||||
<string name="snack_updates_check_failed">Methodd gwiriad y diweddariad. Gwiria dy gysylltiad â\'r rhwydwaith a rhoi cynnig arall arni.</string>
|
||||
<string name="snack_download_failed">Methodd y lawrlwytho. Gwiria dy gysylltiad â\'r rhwydwaith a rhoi cynnig arall arni.</string>
|
||||
<string name="snack_download_verification_failed">Methodd dilysiad y diweddariad.</string>
|
||||
<string name="snack_download_verified">Lawrlwytho wedi cwblhau.</string>
|
||||
<string name="snack_update_not_installable">Ni ellir gosod y diweddariad hwn ar ben yr adeiledd cyfredol.</string>
|
||||
<string name="header_title_text">LineageOS\n%1$s</string>
|
||||
<string name="header_android_version">Android <xliff:g id="version" example="7.1.2">%1$s</xliff:g></string>
|
||||
<string name="header_last_updates_check">Gwiriwyd diwethaf: <xliff:g id="date" example="1 January 1970">%1$s</xliff:g> (<xliff:g id="time" example="01:23">%2$s</xliff:g>)</string>
|
||||
<string name="list_build_version">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g></string>
|
||||
<string name="list_build_version_date">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g> - <xliff:g id="date" example="July 11, 2017">%2$s</xliff:g></string>
|
||||
<string name="list_download_progress_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> o <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> • <xliff:g id="percentage" example="56">%3$s</xliff:g></string>
|
||||
<string name="list_download_progress_eta_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> o <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> (<xliff:g id="eta" example="3 minutes left">%3$s</xliff:g>) • <xliff:g id="percentage" example="56">%4$s</xliff:g></string>
|
||||
<string name="list_verifying_update">Yn dilysu\'r diweddariad</string>
|
||||
<string name="list_no_updates">Ni chanfuwyd diweddariadau newydd. I wirio am ddiweddariadau newydd dy hun, defnyddia\'r botwm ail-lwytho.</string>
|
||||
<string name="action_download">Lawrlwytho</string>
|
||||
<string name="action_pause">Seibio</string>
|
||||
<string name="action_resume">Parhau</string>
|
||||
<string name="action_install">Gosod</string>
|
||||
<string name="action_info">Gwybodaeth</string>
|
||||
<string name="action_delete">Dileu</string>
|
||||
<string name="action_cancel">Diddymu</string>
|
||||
<string name="confirm_delete_dialog_title">Dileu ffeil</string>
|
||||
<string name="confirm_delete_dialog_message">Dileu\'r ffeil diweddariad a ddewiswyd?</string>
|
||||
<string name="apply_update_dialog_title">Gosod diweddariad</string>
|
||||
<string name="apply_update_dialog_message">Rwyt ar fin uwchraddio i <xliff:g id="update_name">%1$s</xliff:g>.\n\nOs wyt yn gwasgu <xliff:g id="ok">%2$s</xliff:g>, bydd y ddyfais yn ail-ddechrau ei hun i\'r modd adfer er mwyn gosod y diweddariad.\n\nNodyn: Mae ar y nodwedd hon angen Dull Adfer (recovery) cydnaws er mwyn gosod diweddariadau yn awtomatig.</string>
|
||||
<string name="apply_update_dialog_message_ab">Rwyt ar fin uwchraddio i <xliff:g id="update_name">%1$s</xliff:g>.\n\nOs wyt yn gwasgu <xliff:g id="ok">%2$s</xliff:g>, bydd y ddyfais yn dechrau\'r gosod yn y cefndir.\n\nPan fydd wedi\'i gwblhau, cei dy hysbysu i ailddechrau\'r system.</string>
|
||||
<string name="cancel_installation_dialog_message">Diddymu\'r gosod?</string>
|
||||
<string name="label_download_url">URL lawrlwytho</string>
|
||||
<string name="toast_download_url_copied">Copïwyd yr URL</string>
|
||||
<string name="dialog_export_title">Yn allforio\'r diweddariad</string>
|
||||
<string name="notification_export_success">Allforiwyd y diweddariad</string>
|
||||
<string name="notification_export_fail">Gwall allforio</string>
|
||||
<string name="toast_already_exporting">Eisoes yn allforio diweddariad</string>
|
||||
<plurals name="eta_seconds">
|
||||
<item quantity="zero"><xliff:g id="count">%d</xliff:g> eiliadau yn weddill</item>
|
||||
<item quantity="one"><xliff:g id="count">%d</xliff:g> eiliad yn weddill</item>
|
||||
<item quantity="two"><xliff:g id="count">%d</xliff:g> eiliad yn weddill</item>
|
||||
<item quantity="few"><xliff:g id="count">%d</xliff:g> eiliad yn weddill</item>
|
||||
<item quantity="many"><xliff:g id="count">%d</xliff:g> eiliad yn weddill</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> eiliad yn weddill</item>
|
||||
</plurals>
|
||||
<plurals name="eta_minutes">
|
||||
<item quantity="zero"><xliff:g id="count">%d</xliff:g> munudau yn weddill</item>
|
||||
<item quantity="one"><xliff:g id="count">%d</xliff:g> munud yn weddill</item>
|
||||
<item quantity="two"><xliff:g id="count">%d</xliff:g> funud yn weddill</item>
|
||||
<item quantity="few"><xliff:g id="count">%d</xliff:g> munud yn weddill</item>
|
||||
<item quantity="many"><xliff:g id="count">%d</xliff:g> munud yn weddill</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> munud yn weddill</item>
|
||||
</plurals>
|
||||
<plurals name="eta_hours">
|
||||
<item quantity="zero"><xliff:g id="count">%d</xliff:g> oriau yn weddill</item>
|
||||
<item quantity="one"><xliff:g id="count">%d</xliff:g> awr yn weddill</item>
|
||||
<item quantity="two"><xliff:g id="count">%d</xliff:g> awr yn weddill</item>
|
||||
<item quantity="few"><xliff:g id="count">%d</xliff:g> awr yn weddill</item>
|
||||
<item quantity="many"><xliff:g id="count">%d</xliff:g> awr yn weddill</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> awr yn weddill</item>
|
||||
</plurals>
|
||||
<string name="update_on_mobile_data_title">Rhybudd</string>
|
||||
<string name="update_on_mobile_data_message">Rwyt ar fin lawrlwytho pecyn diweddaru gyda llawer o ddata dros gysylltiad data symudol. Wyt ti am barhau?</string>
|
||||
<string name="checkbox_mobile_data_warning">Peidio â dangos eto</string>
|
||||
<string name="menu_mobile_data_warning">Rhybudd data symudol</string>
|
||||
<string name="blocked_update_dialog_title">Rhwystrwyd y diweddariad</string>
|
||||
<string name="blocked_update_dialog_message">Ni ellir gosod y diweddariad hwn gyda\'r ap diweddarydd. Gweler <xliff:g id="info_url">%1$s</xliff:g> am wybodaeth bellach.</string>
|
||||
<string name="export_channel_title">Cwblhawyd allforio</string>
|
||||
<string name="new_updates_channel_title">Diweddariadau newydd</string>
|
||||
<string name="ongoing_channel_title">Llwythi sy\'n parhau</string>
|
||||
<string name="update_failed_channel_title">Methodd y diweddariad</string>
|
||||
</resources>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -16,14 +15,80 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="app_name">Opdatering</string>
|
||||
<string name="display_name">Opdatering</string>
|
||||
<string name="verification_failed_notification">Bekræftelse fejlede</string>
|
||||
<string name="verifying_download_notification">Bekræfter opdatering</string>
|
||||
<string name="downloading_notification">Henter</string>
|
||||
<string name="download_paused_notification">Overførsel på pause</string>
|
||||
<string name="download_paused_error_notification">Overførselsfejl</string>
|
||||
<string name="download_completed_notification">Overførsel fuldført</string>
|
||||
<string name="download_starting_notification">Starter overførsel</string>
|
||||
<string name="update_failed_notification">Opdatering fejlede</string>
|
||||
<string name="new_updates_found_title">Nye opdateringer</string>
|
||||
<string name="text_download_speed">%1$s, %2$s/s</string>
|
||||
<string name="pause_button">Pause</string>
|
||||
<string name="resume_button">Genoptag</string>
|
||||
<string name="installing_update">Installerer opdateringspakke</string>
|
||||
<string name="installing_update_error">Installeringsfejl</string>
|
||||
<string name="installing_update_finished">Opdatering installeret</string>
|
||||
<string name="finalizing_package">Fuldfører pakkeinstallering</string>
|
||||
<string name="preparing_ota_first_boot">Forbereder på første opstart</string>
|
||||
<string name="dialog_prepare_zip_message">Indledende opdateringsforberedelse</string>
|
||||
<string name="dialog_battery_low_title">Lavt batteriniveau</string>
|
||||
<string name="dialog_battery_low_message_pct">Du har for lidt strøm på dit batteri. Du skal mindst bruge <xliff:g id="percent_discharging">%1$d</xliff:g>%% for at installere opdateringen, <xliff:g id="percent_charging">%2$d</xliff:g>%% hvis din enhed oplader.</string>
|
||||
<string name="reboot">Genstart</string>
|
||||
<string name="menu_refresh">Genopfrisk</string>
|
||||
<string name="menu_preferences">Præferencer</string>
|
||||
<string name="menu_auto_updates_check">Auto-opdateringskontrol</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Aldrig</string>
|
||||
<string name="menu_auto_delete_updates">Slet opdateringer, når installeret</string>
|
||||
<string name="menu_delete_update">Slet</string>
|
||||
<string name="menu_copy_url">Kopiér URL</string>
|
||||
<string name="menu_export_update">Eksportér opdatering</string>
|
||||
<string name="menu_ab_perf_mode">Prioritér opdateringsproces</string>
|
||||
<string name="snack_updates_found">Nye opdateringer fundet</string>
|
||||
<string name="snack_no_updates_found">Ingen nye opdateringer fundet</string>
|
||||
<string name="snack_updates_check_failed">Opdateringskontrollen fejlede. Kontrollér venligst din internetforbindelse og prøv igen senere.</string>
|
||||
<string name="snack_download_failed">Overførslen fejlede. Kontrollér venligst din internetforbindelse og prøv igen senere.</string>
|
||||
<string name="snack_download_verification_failed">Opdateringsbekræftelsen fejlede.</string>
|
||||
<string name="snack_download_verified">Overførsel fuldført.</string>
|
||||
<string name="snack_update_not_installable">Denne opdatering kan ikke installeres ovenpå det nuværende build.</string>
|
||||
<string name="header_title_text">LineageOS\n%1$s</string>
|
||||
<string name="header_android_version">Android <xliff:g id="version" example="7.1.2">%1$s</xliff:g></string>
|
||||
<string name="header_last_updates_check">Sidst kontrolleret: <xliff:g id="date" example="1 January 1970">%1$s</xliff:g> (<xliff:g id="time" example="01:23">%2$s</xliff:g>)</string>
|
||||
<string name="list_build_version">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g></string>
|
||||
<string name="list_build_version_date">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g> - <xliff:g id="date" example="July 11, 2017">%2$s</xliff:g></string>
|
||||
<string name="list_download_progress_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> af <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> • <xliff:g id="percentage" example="56">%3$s</xliff:g></string>
|
||||
<string name="list_verifying_update">Bekræfter opdatering</string>
|
||||
<string name="list_no_updates">Ingen nye opdateringer fundet. Brug Genopfrisk-knappen, for manuel kontrol af nye opdateringer.</string>
|
||||
<string name="action_download">Hent</string>
|
||||
<string name="action_pause">Pause</string>
|
||||
<string name="action_resume">Genoptag</string>
|
||||
<string name="action_install">Installér</string>
|
||||
<string name="action_info">Info</string>
|
||||
<string name="action_delete">Slet</string>
|
||||
<string name="action_cancel">Afbryd</string>
|
||||
<string name="confirm_delete_dialog_title">Slet fil</string>
|
||||
<string name="confirm_delete_dialog_message">Slet den valgte opdateringsfil?</string>
|
||||
<string name="apply_update_dialog_title">Anvend opdatering</string>
|
||||
<string name="apply_update_dialog_message">Du er ved at opgradere til <xliff:g id="update_name">%1$s</xliff:g>.\n\nHvis du trykker på <xliff:g id="ok">%2$s</xliff:g>, vil enheden genstarte sig selv i gendannelsestilstand, for at installere opdateringen.\n\nBemærk: Denne funktion kræver en kompatibel Gendannelse, ellers vil opdateringerne skulle installeres manuelt.</string>
|
||||
<string name="apply_update_dialog_message_ab">Du er ved at opgradere til <xliff:g id="update_name">%1$s</xliff:g>.\n\nHvis du trykker på <xliff:g id="ok">%2$s</xliff:g>, vil enheden begynde at installere i baggrunden.\n\nSå snart det er fuldført, vil du blive bedt om at genstarte.</string>
|
||||
<string name="cancel_installation_dialog_message">Afbryd installeringen?</string>
|
||||
<string name="label_download_url">Hent URL</string>
|
||||
<string name="toast_download_url_copied">URL kopieret</string>
|
||||
<string name="dialog_export_title">Eksporterer opdatering</string>
|
||||
<string name="notification_export_success">Opdatering eksporteret</string>
|
||||
<string name="notification_export_fail">Eksportfejl</string>
|
||||
<string name="toast_already_exporting">Eksporterer allerede en opdatering</string>
|
||||
<string name="update_on_mobile_data_title">Advarsel</string>
|
||||
<string name="update_on_mobile_data_message">Du er ved at hente en opdateringspakke vha. mobildata, hvilket sandsynligvis vil forårsage højt dataforbrug. Ønsker du at fortsætte?</string>
|
||||
<string name="checkbox_mobile_data_warning">Vis ikke igen</string>
|
||||
<string name="menu_mobile_data_warning">Mobildata-advarsel</string>
|
||||
<string name="blocked_update_dialog_title">Opdatering blokeret</string>
|
||||
<string name="blocked_update_dialog_message">Denne opdatering kan ikke installeres over opdatering-app\'en. Læs venligst <xliff:g id="info_url">%1$s</xliff:g> for mere information.</string>
|
||||
<string name="export_channel_title">Eksport fuldførelse</string>
|
||||
<string name="new_updates_channel_title">Nye opdateringer</string>
|
||||
<string name="ongoing_channel_title">Igangværende Downloads</string>
|
||||
<string name="update_failed_channel_title">Opdatering fejlede</string>
|
||||
</resources>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Updater</string>
|
||||
<string name="display_name">Updater</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Überprüfung fehlgeschlagen</string>
|
||||
<string name="verifying_download_notification">Update wird geprüft</string>
|
||||
<string name="downloading_notification">Wird heruntergeladen</string>
|
||||
@@ -46,22 +35,26 @@
|
||||
<string name="finalizing_package">Die Paketinstallation wird abgeschlossen</string>
|
||||
<string name="preparing_ota_first_boot">Erster Start wird vorbereitet</string>
|
||||
<string name="dialog_prepare_zip_message">Update wird vorbereitet</string>
|
||||
<string name="dialog_battery_low_title">Akkustand niedrig</string>
|
||||
<string name="dialog_battery_low_message_pct">Ihr Akkustand ist zu niedrig. Es werden mindestens <xliff:g id="percent_discharging">%1$d</xliff:g>%% Restkapazität (oder <xliff:g id="percent_charging">%2$d</xliff:g>%% mit angeschlossenem Ladegerät) benötigt, um fortzufahren.</string>
|
||||
<string name="dialog_battery_low_title">Niedriger Akkustand</string>
|
||||
<string name="dialog_battery_low_message_pct">Dein Akkustand ist zu niedrig. Es werden mindestens <xliff:g id="percent_discharging">%1$d</xliff:g>%% Restkapazität (oder <xliff:g id="percent_charging">%2$d</xliff:g>%% mit angeschlossenem Ladegerät) benötigt, um fortzufahren.</string>
|
||||
<string name="reboot">Neustart</string>
|
||||
<string name="menu_refresh">Aktualisieren</string>
|
||||
<string name="menu_preferences">Voreinstellungen</string>
|
||||
<string name="menu_auto_updates_check">Automatisch nach Updates suchen</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Einmal am Tag</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Einmal pro Woche</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Einmal pro Monat</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Niemals</string>
|
||||
<string name="menu_auto_delete_updates">Updates nach Installation löschen</string>
|
||||
<string name="menu_delete_update">Löschen</string>
|
||||
<string name="menu_copy_url">URL in Zwischenablage kopieren</string>
|
||||
<string name="menu_export_update">Update exportieren</string>
|
||||
<string name="menu_show_changelog">Changelog anzeigen</string>
|
||||
<string name="menu_ab_perf_mode">Updates schneller installieren</string>
|
||||
<string name="menu_ab_perf_mode">Updateprozess priorisieren</string>
|
||||
<string name="snack_updates_found">Neue Updates gefunden</string>
|
||||
<string name="snack_no_updates_found">Keine neuen Updates gefunden</string>
|
||||
<string name="snack_updates_check_failed">Die Suche nach Updates ist fehlgeschlagen. Bitte überprüfen Sie die Internetverbindung und versuchen Sie es später erneut.</string>
|
||||
<string name="snack_download_failed">Das Herunterladen ist fehlgeschlagen. Bitte überpüfen sie die Internetverbindung und versuchen Sie es später erneut.</string>
|
||||
<string name="snack_updates_check_failed">Die Suche nach Updates ist fehlgeschlagen. Bitte überprüfe die Internetverbindung und versuche es später erneut.</string>
|
||||
<string name="snack_download_failed">Das Herunterladen ist fehlgeschlagen. Bitte überpüfe die Internetverbindung und versuche es später erneut.</string>
|
||||
<string name="snack_download_verification_failed">Die Update-Überprüfung ist fehlgeschlagen.</string>
|
||||
<string name="snack_download_verified">Herunterladen abgeschlossen.</string>
|
||||
<string name="snack_update_not_installable">Dieses Update kann nicht auf die bestehende Installation angewendet werden.</string>
|
||||
@@ -73,7 +66,7 @@
|
||||
<string name="list_download_progress_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> von <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> • <xliff:g id="percentage" example="56">%3$s</xliff:g></string>
|
||||
<string name="list_download_progress_eta_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> von <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> (<xliff:g id="eta" example="3 minutes left">%3$s</xliff:g>) • <xliff:g id="percentage" example="56">%4$s</xliff:g></string>
|
||||
<string name="list_verifying_update">Update wird geprüft</string>
|
||||
<string name="list_no_updates">Keine neuen Updates gefunden. Um manuell nach neuen Updates zu suchen, verwenden Sie die Schaltfläche \"Aktualisieren\".</string>
|
||||
<string name="list_no_updates">Keine neuen Updates gefunden. Um manuell nach neuen Updates zu suchen, verwende die Schaltfläche \"Aktualisieren\".</string>
|
||||
<string name="action_download">Herunterladen</string>
|
||||
<string name="action_pause">Anhalten</string>
|
||||
<string name="action_resume">Fortsetzen</string>
|
||||
@@ -84,8 +77,8 @@
|
||||
<string name="confirm_delete_dialog_title">Datei löschen</string>
|
||||
<string name="confirm_delete_dialog_message">Soll die ausgewählte Update-Datei gelöscht werden?</string>
|
||||
<string name="apply_update_dialog_title">Update installieren</string>
|
||||
<string name="apply_update_dialog_message">Bereit zum Update auf <xliff:g id="update_name">%1$s</xliff:g>\n\nWenn Sie <xliff:g id="ok">%2$s</xliff:g> drücken, wird das Gerät im Recovery-Modus gestartet, um das Update durchzuführen.\n\nHinweis: Diese Funktion erfordert ein kompatibles Recovery-System, anderenfalls muss das Update manuell installiert werden.</string>
|
||||
<string name="apply_update_dialog_message_ab">Bereit zum Update auf <xliff:g id="update_name">%1$s</xliff:g>\n\nWenn Sie <xliff:g id="ok">%2$s drücken</xliff:g>, beginnt das Gerät im Hintergrund mit der Installation\n\nSobald diese abgeschlossen ist, werden Sie zum Neustart aufgefordert.</string>
|
||||
<string name="apply_update_dialog_message">Bereit zum Update auf <xliff:g id="update_name">%1$s</xliff:g>\n\nWenn du <xliff:g id="ok">%2$s</xliff:g> drückst, wird das Gerät im Recovery-Modus gestartet, um das Update durchzuführen.\n\nHinweis: Diese Funktion erfordert ein kompatibles Recovery-System, anderenfalls muss das Update manuell installiert werden.</string>
|
||||
<string name="apply_update_dialog_message_ab">Bereit zum Update auf <xliff:g id="update_name">%1$s</xliff:g>\n\nWenn du <xliff:g id="ok">%2$s drückst</xliff:g>, beginnt das Gerät im Hintergrund mit der Installation\n\nSobald diese abgeschlossen ist, wirst du zum Neustart aufgefordert.</string>
|
||||
<string name="cancel_installation_dialog_message">Installation abbrechen?</string>
|
||||
<string name="label_download_url">Download URL</string>
|
||||
<string name="toast_download_url_copied">URL wurde kopiert</string>
|
||||
@@ -94,23 +87,23 @@
|
||||
<string name="notification_export_fail">Fehler beim Export</string>
|
||||
<string name="toast_already_exporting">Update wird bereits exportiert</string>
|
||||
<plurals name="eta_seconds">
|
||||
<item quantity="one">Noch 1 Sekunde</item>
|
||||
<item quantity="other">Noch <xliff:g id="count">%d</xliff:g> Sekunden</item>
|
||||
<item quantity="one">noch 1 Sekunde</item>
|
||||
<item quantity="other">noch <xliff:g id="count">%d</xliff:g> Sekunden</item>
|
||||
</plurals>
|
||||
<plurals name="eta_minutes">
|
||||
<item quantity="one">Noch 1 Minute</item>
|
||||
<item quantity="other">Noch <xliff:g id="count">%d</xliff:g> Minuten</item>
|
||||
<item quantity="one">noch 1 Minute</item>
|
||||
<item quantity="other">noch <xliff:g id="count">%d</xliff:g> Minuten</item>
|
||||
</plurals>
|
||||
<plurals name="eta_hours">
|
||||
<item quantity="one">Noch 1 Stunde</item>
|
||||
<item quantity="other">Noch <xliff:g id="count">%d</xliff:g> Stunden</item>
|
||||
<item quantity="one">noch 1 Stunde</item>
|
||||
<item quantity="other">noch <xliff:g id="count">%d</xliff:g> Stunden</item>
|
||||
</plurals>
|
||||
<string name="update_on_mobile_data_title">Achtung</string>
|
||||
<string name="update_on_mobile_data_message">Sie sind dabei ein Software-Update über das Mobilfunknetz herunterzuladen, was zu einem hohen Datenverbrauch führen kann. Möchten Sie fortfahren?</string>
|
||||
<string name="update_on_mobile_data_message">Du bist dabei ein Software-Update über das Mobilfunknetz herunterzuladen, was zu einem hohen Datenverbrauch führen kann. Möchtest du fortfahren?</string>
|
||||
<string name="checkbox_mobile_data_warning">Nicht wieder anzeigen</string>
|
||||
<string name="menu_mobile_data_warning">Mobildaten-Warnung</string>
|
||||
<string name="blocked_update_dialog_title">Update blockiert</string>
|
||||
<string name="blocked_update_dialog_message">Dieses Update kann mit der Updater-App nicht installiert werden. Für weitere Informationen lesen Sie bitte <xliff:g id="info_url">%1$s </xliff:g>.</string>
|
||||
<string name="blocked_update_dialog_message">Dieses Update kann mit der Updater-App nicht installiert werden. Für weitere Informationen lies bitte <xliff:g id="info_url">%1$s </xliff:g>.</string>
|
||||
<string name="export_channel_title">Export abgeschlossen</string>
|
||||
<string name="new_updates_channel_title">Neue Updates</string>
|
||||
<string name="ongoing_channel_title">Laufende Downloads</string>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Ενημερώσεις</string>
|
||||
<string name="display_name">Ενημερώσεις</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Αποτυχία επαλήθευσης</string>
|
||||
<string name="verifying_download_notification">Επαλήθευση ενημέρωσης</string>
|
||||
<string name="downloading_notification">Λήψη</string>
|
||||
@@ -52,12 +41,16 @@
|
||||
<string name="menu_refresh">Ανανέωση</string>
|
||||
<string name="menu_preferences">Προτιμήσεις</string>
|
||||
<string name="menu_auto_updates_check">Αυτόματος έλεγχος ενημερώσεων</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Μία φορά την ημέρα</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Μία φορά την εβδομάδα</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Μία φορά το μήνα</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Ποτέ</string>
|
||||
<string name="menu_auto_delete_updates">Διαγραφή αρχείου μετά την ενημέρωση</string>
|
||||
<string name="menu_delete_update">Διαγραφή</string>
|
||||
<string name="menu_copy_url">Αντιγραφή URL</string>
|
||||
<string name="menu_export_update">Εξαγωγή ενημέρωσης</string>
|
||||
<string name="menu_show_changelog">Εμφάνιση αλλαγών</string>
|
||||
<string name="menu_ab_perf_mode">Γρηγορότερη εγκατάσταση ενημερώσεων</string>
|
||||
<string name="menu_ab_perf_mode">Επιτάχυνση διαδικασίας ενημέρωσης</string>
|
||||
<string name="snack_updates_found">Βρέθηκαν νέες ενημερώσεις</string>
|
||||
<string name="snack_no_updates_found">Δεν βρέθηκαν νέες ενημερώσεις</string>
|
||||
<string name="snack_updates_check_failed">Ο έλεγχος για ενημερώσεις απέτυχε. Παρακαλώ ελέγξτε την σύνδεσή σας στο διαδίκτυο και προσπαθήστε αργότερα.</string>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Updater</string>
|
||||
<string name="display_name">Updater</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Verification failed</string>
|
||||
<string name="verifying_download_notification">Verifying update</string>
|
||||
<string name="downloading_notification">Downloading</string>
|
||||
@@ -52,12 +41,16 @@
|
||||
<string name="menu_refresh">Refresh</string>
|
||||
<string name="menu_preferences">Preferences</string>
|
||||
<string name="menu_auto_updates_check">Auto updates check</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Once a day</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Once a week</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Once a month</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Never</string>
|
||||
<string name="menu_auto_delete_updates">Delete updates when installed</string>
|
||||
<string name="menu_delete_update">Delete</string>
|
||||
<string name="menu_copy_url">Copy URL</string>
|
||||
<string name="menu_export_update">Export update</string>
|
||||
<string name="menu_show_changelog">Show changelog</string>
|
||||
<string name="menu_ab_perf_mode">Install updates faster</string>
|
||||
<string name="menu_ab_perf_mode">Prioritise update process</string>
|
||||
<string name="snack_updates_found">New updates found</string>
|
||||
<string name="snack_no_updates_found">No new updates found</string>
|
||||
<string name="snack_updates_check_failed">The update check failed. Please check your Internet connection and try again later.</string>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -16,14 +15,97 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="app_name">Updater</string>
|
||||
<string name="display_name">Updater</string>
|
||||
<string name="verification_failed_notification">Verification failed</string>
|
||||
<string name="verifying_download_notification">Verifying update</string>
|
||||
<string name="downloading_notification">Downloading</string>
|
||||
<string name="download_paused_notification">Download paused</string>
|
||||
<string name="download_paused_error_notification">Download error</string>
|
||||
<string name="download_completed_notification">Download completed</string>
|
||||
<string name="download_starting_notification">Starting download</string>
|
||||
<string name="update_failed_notification">Update failed</string>
|
||||
<string name="new_updates_found_title">New updates</string>
|
||||
<string name="text_download_speed">%1$s, %2$s/s</string>
|
||||
<string name="pause_button">Pause</string>
|
||||
<string name="resume_button">Resume</string>
|
||||
<string name="installing_update">Installing update package</string>
|
||||
<string name="installing_update_error">Install error</string>
|
||||
<string name="installing_update_finished">Update installed</string>
|
||||
<string name="finalizing_package">Finalizing package installation</string>
|
||||
<string name="preparing_ota_first_boot">Preparing for first boot</string>
|
||||
<string name="dialog_prepare_zip_message">Preliminary update preparation</string>
|
||||
<string name="dialog_battery_low_title">Low battery</string>
|
||||
<string name="dialog_battery_low_message_pct">The battery level is too low, you need at least <xliff:g id="percent_discharging">%1$d</xliff:g>%% of the battery to continue, <xliff:g id="percent_charging">%2$d</xliff:g>%% if charging.</string>
|
||||
<string name="reboot">Reboot</string>
|
||||
<string name="menu_refresh">Refresh</string>
|
||||
<string name="menu_preferences">Preferences</string>
|
||||
<string name="menu_auto_updates_check">Auto updates check</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Once a day</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Once a week</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Once a month</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Never</string>
|
||||
<string name="menu_auto_delete_updates">Delete updates when installed</string>
|
||||
<string name="menu_delete_update">Delete</string>
|
||||
<string name="menu_copy_url">Copy URL</string>
|
||||
<string name="menu_export_update">Export update</string>
|
||||
<string name="menu_show_changelog">Show changelog</string>
|
||||
<string name="menu_ab_perf_mode">Prioritize update process</string>
|
||||
<string name="snack_updates_found">New updates found</string>
|
||||
<string name="snack_no_updates_found">No new updates found</string>
|
||||
<string name="snack_updates_check_failed">The update check failed. Please check your internet connection and try again later.</string>
|
||||
<string name="snack_download_failed">The download failed. Please check your internet connection and try again later.</string>
|
||||
<string name="snack_download_verification_failed">The update verification failed.</string>
|
||||
<string name="snack_download_verified">Download completed.</string>
|
||||
<string name="snack_update_not_installable">This update can\'t be installed on top of the current build.</string>
|
||||
<string name="header_title_text">LineageOS\n%1$s</string>
|
||||
<string name="header_android_version">Android <xliff:g id="version" example="7.1.2">%1$s</xliff:g></string>
|
||||
<string name="header_last_updates_check">Last checked: <xliff:g id="date" example="1 January 1970">%1$s</xliff:g> (<xliff:g id="time" example="01:23">%2$s</xliff:g>)</string>
|
||||
<string name="list_build_version">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g></string>
|
||||
<string name="list_build_version_date">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g> - <xliff:g id="date" example="July 11, 2017">%2$s</xliff:g></string>
|
||||
<string name="list_download_progress_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> of <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> • <xliff:g id="percentage" example="56">%3$s</xliff:g></string>
|
||||
<string name="list_download_progress_eta_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> of <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> (<xliff:g id="eta" example="3 minutes left">%3$s</xliff:g>) • <xliff:g id="percentage" example="56">%4$s</xliff:g></string>
|
||||
<string name="list_verifying_update">Verifying update</string>
|
||||
<string name="list_no_updates">No new updates found. To manually check for new updates, use the Refresh button.</string>
|
||||
<string name="action_download">Download</string>
|
||||
<string name="action_pause">Pause</string>
|
||||
<string name="action_resume">Resume</string>
|
||||
<string name="action_install">Install</string>
|
||||
<string name="action_info">Info</string>
|
||||
<string name="action_delete">Delete</string>
|
||||
<string name="action_cancel">Cancel</string>
|
||||
<string name="confirm_delete_dialog_title">Delete file</string>
|
||||
<string name="confirm_delete_dialog_message">Delete the selected update file?</string>
|
||||
<string name="apply_update_dialog_title">Apply update</string>
|
||||
<string name="apply_update_dialog_message">You are about to upgrade to <xliff:g id="update_name">%1$s</xliff:g>.\n\nIf you press <xliff:g id="ok">%2$s</xliff:g>, the device will restart itself in recovery mode to install the update.\n\nNote: This feature requires a compatible Recovery or updates will need to be installed manually.</string>
|
||||
<string name="apply_update_dialog_message_ab">You are about to upgrade to <xliff:g id="update_name">%1$s</xliff:g>.\n\nIf you press <xliff:g id="ok">%2$s</xliff:g>, the device will begin installing in the background.\n\nOnce completed, you will be prompted to reboot.</string>
|
||||
<string name="cancel_installation_dialog_message">Cancel the installation?</string>
|
||||
<string name="label_download_url">Download URL</string>
|
||||
<string name="toast_download_url_copied">URL Copied</string>
|
||||
<string name="dialog_export_title">Exporting update</string>
|
||||
<string name="notification_export_success">Update exported</string>
|
||||
<string name="notification_export_fail">Export error</string>
|
||||
<string name="toast_already_exporting">Already exporting an update</string>
|
||||
<plurals name="eta_seconds">
|
||||
<item quantity="one">1 second left</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> seconds left</item>
|
||||
</plurals>
|
||||
<plurals name="eta_minutes">
|
||||
<item quantity="one">1 minute left</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> minutes left</item>
|
||||
</plurals>
|
||||
<plurals name="eta_hours">
|
||||
<item quantity="one">1 hour left</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> hours left</item>
|
||||
</plurals>
|
||||
<string name="update_on_mobile_data_title">Warning</string>
|
||||
<string name="update_on_mobile_data_message">You\'re about to download an update package using mobile data which is likely going to cause high data usage. Would you like to proceed?</string>
|
||||
<string name="checkbox_mobile_data_warning">Do not show again</string>
|
||||
<string name="menu_mobile_data_warning">Mobile data warning</string>
|
||||
<string name="blocked_update_dialog_title">Update blocked</string>
|
||||
<string name="blocked_update_dialog_message">This update cannot be installed using the updater app. Please read <xliff:g id="info_url">%1$s</xliff:g> for more information.</string>
|
||||
<string name="export_channel_title">Export completion</string>
|
||||
<string name="new_updates_channel_title">New updates</string>
|
||||
<string name="ongoing_channel_title">Ongoing downloads</string>
|
||||
<string name="update_failed_channel_title">Update failed</string>
|
||||
</resources>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Updater</string>
|
||||
<string name="display_name">Updater</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Verification failed</string>
|
||||
<string name="verifying_download_notification">Verifying update</string>
|
||||
<string name="downloading_notification">Downloading</string>
|
||||
@@ -47,15 +36,21 @@
|
||||
<string name="preparing_ota_first_boot">Preparing for first boot</string>
|
||||
<string name="dialog_prepare_zip_message">Preliminary update preparation</string>
|
||||
<string name="dialog_battery_low_title">Low battery</string>
|
||||
<string name="dialog_battery_low_message_pct">The battery level is too low, you need at least <xliff:g id="percent_discharging">%1$d</xliff:g>%% of the battery to continue, <xliff:g id="percent_charging">%2$d</xliff:g>%% if charging.</string>
|
||||
<string name="reboot">Reboot</string>
|
||||
<string name="menu_refresh">Refresh</string>
|
||||
<string name="menu_preferences">Preferences</string>
|
||||
<string name="menu_auto_updates_check">Auto updates check</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Once a day</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Once a week</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Once a month</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Never</string>
|
||||
<string name="menu_auto_delete_updates">Delete updates when installed</string>
|
||||
<string name="menu_delete_update">Delete</string>
|
||||
<string name="menu_copy_url">Copy URL</string>
|
||||
<string name="menu_export_update">Export update</string>
|
||||
<string name="menu_show_changelog">Show changelog</string>
|
||||
<string name="menu_ab_perf_mode">Prioritise update process</string>
|
||||
<string name="snack_updates_found">New updates found</string>
|
||||
<string name="snack_no_updates_found">No new updates found</string>
|
||||
<string name="snack_updates_check_failed">The update check failed. Please check your internet connection and try again later.</string>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Updater</string>
|
||||
<string name="display_name">Updater</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Verification failed</string>
|
||||
<string name="verifying_download_notification">Verifying update</string>
|
||||
<string name="downloading_notification">Downloading</string>
|
||||
@@ -52,12 +41,16 @@
|
||||
<string name="menu_refresh">Refresh</string>
|
||||
<string name="menu_preferences">Preferences</string>
|
||||
<string name="menu_auto_updates_check">Auto updates check</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Once a day</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Once a week</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Once a month</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Never</string>
|
||||
<string name="menu_auto_delete_updates">Delete updates when installed</string>
|
||||
<string name="menu_delete_update">Delete</string>
|
||||
<string name="menu_copy_url">Copy URL</string>
|
||||
<string name="menu_export_update">Export update</string>
|
||||
<string name="menu_show_changelog">Show changelog</string>
|
||||
<string name="menu_ab_perf_mode">Install updates faster</string>
|
||||
<string name="menu_ab_perf_mode">Prioritise update process</string>
|
||||
<string name="snack_updates_found">New updates found</string>
|
||||
<string name="snack_no_updates_found">No new updates found</string>
|
||||
<string name="snack_updates_check_failed">The update check failed. Please check your internet connection and try again later.</string>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -16,14 +15,8 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="menu_auto_updates_check_interval_daily">Una vez al día</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Una vez a la semana</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Una vez al mes</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Nunca</string>
|
||||
</resources>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Actualizador</string>
|
||||
<string name="display_name">Actualizador</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Verificación fallida</string>
|
||||
<string name="verifying_download_notification">Verificando actualización</string>
|
||||
<string name="downloading_notification">Descargando</string>
|
||||
@@ -52,12 +41,16 @@
|
||||
<string name="menu_refresh">Actualizar</string>
|
||||
<string name="menu_preferences">Preferencias</string>
|
||||
<string name="menu_auto_updates_check">Comprobación de actualizaciones automática</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Una vez al día</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Semanal</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Mensual</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Nunca</string>
|
||||
<string name="menu_auto_delete_updates">Borrar actualizaciones luego de instalar</string>
|
||||
<string name="menu_delete_update">Borrar</string>
|
||||
<string name="menu_copy_url">Copiar URL</string>
|
||||
<string name="menu_export_update">Exportar actualización</string>
|
||||
<string name="menu_show_changelog">Mostrar registro de cambios</string>
|
||||
<string name="menu_ab_perf_mode">Instalar actualizaciones más rápidamente</string>
|
||||
<string name="menu_ab_perf_mode">Priorizar el proceso de actualización</string>
|
||||
<string name="snack_updates_found">Se encontraron nuevas actualizaciones</string>
|
||||
<string name="snack_no_updates_found">No se encontraron nuevas actualizaciones</string>
|
||||
<string name="snack_updates_check_failed">Error en la búsqueda de actualizaciones. Comprueba la conexión a Internet e intenta de nuevo más tarde.</string>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Actualizador</string>
|
||||
<string name="display_name">Actualizador</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Verificación fallida</string>
|
||||
<string name="verifying_download_notification">Verificando actualización</string>
|
||||
<string name="downloading_notification">Descargando</string>
|
||||
@@ -45,6 +34,7 @@
|
||||
<string name="finalizing_package">Finalizando instalación del paquete</string>
|
||||
<string name="preparing_ota_first_boot">Preparando para el primer arranque</string>
|
||||
<string name="dialog_prepare_zip_message">Preparación preliminar de la actualización</string>
|
||||
<string name="dialog_battery_low_title">Batería baja</string>
|
||||
<string name="reboot">Reiniciar</string>
|
||||
<string name="menu_refresh">Actualizar</string>
|
||||
<string name="menu_preferences">Preferencias</string>
|
||||
@@ -74,6 +64,7 @@
|
||||
<string name="action_resume">Reanudar</string>
|
||||
<string name="action_install">Instalar</string>
|
||||
<string name="action_info">Información</string>
|
||||
<string name="action_delete">Borrar</string>
|
||||
<string name="action_cancel">Cancelar</string>
|
||||
<string name="confirm_delete_dialog_title">Borrar archivo</string>
|
||||
<string name="confirm_delete_dialog_message">¿Borrar el archivo de actualización seleccionado?</string>
|
||||
@@ -87,6 +78,14 @@
|
||||
<string name="notification_export_success">Actualización exportada</string>
|
||||
<string name="notification_export_fail">Error de exportación</string>
|
||||
<string name="toast_already_exporting">Ya se está exportando una actualización</string>
|
||||
<plurals name="eta_seconds">
|
||||
<item quantity="one">Falta 1 segundo</item>
|
||||
<item quantity="other">Faltan <xliff:g id="count">%d</xliff:g> segundos</item>
|
||||
</plurals>
|
||||
<plurals name="eta_minutes">
|
||||
<item quantity="one">Falta 1 minuto</item>
|
||||
<item quantity="other">Faltan <xliff:g id="count">%d</xliff:g> minutos</item>
|
||||
</plurals>
|
||||
<string name="update_on_mobile_data_title">Advertencia</string>
|
||||
<string name="update_on_mobile_data_message">Se descargará un paquete de actualización usando los datos móviles, que probablemente ocasione un alto consumo de datos. ¿Quieres continuar?</string>
|
||||
<string name="checkbox_mobile_data_warning">No mostrar de nuevo</string>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -16,14 +15,29 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="app_name">Uuendaja</string>
|
||||
<string name="display_name">Uuendaja</string>
|
||||
<string name="dialog_battery_low_title">Madal akutase</string>
|
||||
<string name="dialog_battery_low_message_pct">Akutase on liiga madal, jätkamiseks on vaja akut vähemalt <xliff:g id="percent_discharging">%1$d</xliff:g>%%, laadimise korral <xliff:g id="percent_charging">%2$d</xliff:g>%%.</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Kord päevas</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Kord nädalas</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Kord kuus</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Mitte kunagi</string>
|
||||
<string name="menu_show_changelog">Näita muutuste nimekirja</string>
|
||||
<string name="menu_ab_perf_mode">Eelista uuendusprotsessi</string>
|
||||
<string name="list_download_progress_eta_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> / <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> (<xliff:g id="eta" example="3 minutes left">%3$s</xliff:g>) • <xliff:g id="percentage" example="56">%4$s</xliff:g></string>
|
||||
<plurals name="eta_seconds">
|
||||
<item quantity="one">1 sekund jäänud</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> sekundit jäänud</item>
|
||||
</plurals>
|
||||
<plurals name="eta_minutes">
|
||||
<item quantity="one">1 minut jäänud</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> minutit jäänud</item>
|
||||
</plurals>
|
||||
<plurals name="eta_hours">
|
||||
<item quantity="one">1 tund jäänud</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> tundi jäänud</item>
|
||||
</plurals>
|
||||
<string name="export_channel_title">Ekspordi lõpuleviimine</string>
|
||||
<string name="ongoing_channel_title">Käimasolevad allalaadimised</string>
|
||||
</resources>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Eguneratzailea</string>
|
||||
<string name="display_name">Eguneratzailea</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Egiaztapenak huts egin du</string>
|
||||
<string name="verifying_download_notification">Eguneraketa egiaztatzen</string>
|
||||
<string name="downloading_notification">Deskargatzen</string>
|
||||
@@ -52,16 +41,20 @@
|
||||
<string name="menu_refresh">Freskatu</string>
|
||||
<string name="menu_preferences">Hobespenak</string>
|
||||
<string name="menu_auto_updates_check">Eguneraketen egiaztaketa automatikoa</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Egunean behin</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Astean behin</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Hilabetean behin</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Inoiz ez</string>
|
||||
<string name="menu_auto_delete_updates">Ezabatu eguneraketak instalatutakoan</string>
|
||||
<string name="menu_delete_update">Ezabatu</string>
|
||||
<string name="menu_copy_url">Kopiatu URL-a</string>
|
||||
<string name="menu_export_update">Esportatu eguneraketa</string>
|
||||
<string name="menu_show_changelog">Erakutsi aldaketa-egunkaria</string>
|
||||
<string name="menu_ab_perf_mode">Instalatu eguneraketak azkarrago</string>
|
||||
<string name="menu_ab_perf_mode">Eman lehentasuna eguneraketa prozesuari</string>
|
||||
<string name="snack_updates_found">Eguneraketa berriak aurkitu dira</string>
|
||||
<string name="snack_no_updates_found">Ez da eguneraketa berririk aurkitu</string>
|
||||
<string name="snack_updates_check_failed">Eguneraketa bilaketak huts egin du. Interneterako konexioa egiaztatu eta berriro saiatu, mesedez.</string>
|
||||
<string name="snack_download_failed">Deskargak huts egin du. Interneterako konexioa egiaztatu eta berriro saiatu, mesedez.</string>
|
||||
<string name="snack_download_failed">Deskargak huts egin du. Egiaztatu Interneterako konexioa eta saiatu berriro.</string>
|
||||
<string name="snack_download_verification_failed">Eguneraketaren egiaztaketak huts egin du.</string>
|
||||
<string name="snack_download_verified">Deskarga osatuta.</string>
|
||||
<string name="snack_update_not_installable">Eguneraketa hau ezin da instalatu uneko konpilazioaren gainean.</string>
|
||||
@@ -113,6 +106,6 @@
|
||||
<string name="blocked_update_dialog_message">Eguneraketa hau ezin da eguneratze-aplikazioarekin instalatu. Irakurri <xliff:g id="info_url">%1$s</xliff:g> informazio gehiagorako.</string>
|
||||
<string name="export_channel_title">Esportazioaren osaketa</string>
|
||||
<string name="new_updates_channel_title">Eguneraketa berriak</string>
|
||||
<string name="ongoing_channel_title">Abian diren deskargak</string>
|
||||
<string name="ongoing_channel_title">Deskargak abian</string>
|
||||
<string name="update_failed_channel_title">Eguneraketak huts egin du</string>
|
||||
</resources>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Päivittäjä</string>
|
||||
<string name="display_name">Päivittäjä</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Vahvistus epäonnistui</string>
|
||||
<string name="verifying_download_notification">Todentaa päivitystä</string>
|
||||
<string name="downloading_notification">Ladataan</string>
|
||||
@@ -46,15 +35,22 @@
|
||||
<string name="finalizing_package">Viimeistellään päivityksen asennusta</string>
|
||||
<string name="preparing_ota_first_boot">Valmistellaan ensimmäistä käynnistystä</string>
|
||||
<string name="dialog_prepare_zip_message">Alustava päivityksen valmistelu</string>
|
||||
<string name="dialog_battery_low_title">Akku vähissä</string>
|
||||
<string name="dialog_battery_low_message_pct">Akun varaus on liian matala, tarvitset vähintään <xliff:g id="percent_discharging">%1$d</xliff:g>%% jatkaaksesi, <xliff:g id="percent_charging">%2$d</xliff:g>%% jos laite on latauksessa.</string>
|
||||
<string name="reboot">Käynnistä uudelleen</string>
|
||||
<string name="menu_refresh">Päivitä</string>
|
||||
<string name="menu_preferences">Ominaisuudet</string>
|
||||
<string name="menu_auto_updates_check">Automaattinen päivitysten tarkistus</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Kerran päivässä</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Kerran viikossa</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Kerran kuukaudessa</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Ei koskaan</string>
|
||||
<string name="menu_auto_delete_updates">Poista päivitykset asennuksen jälkeen</string>
|
||||
<string name="menu_delete_update">Poista</string>
|
||||
<string name="menu_copy_url">Kopioi URL-osoite</string>
|
||||
<string name="menu_export_update">Vie päivitys</string>
|
||||
<string name="menu_show_changelog">Näytä muutosloki</string>
|
||||
<string name="menu_ab_perf_mode">Priorisoi päivitysprosessi</string>
|
||||
<string name="snack_updates_found">Uusia päivityksiä löytyi</string>
|
||||
<string name="snack_no_updates_found">Uusia päivityksiä ei löytynyt</string>
|
||||
<string name="snack_updates_check_failed">Päivitysten tarkistaminen epäonnistui. Tarkista internet-yhteytesi ja yritä uudelleen.</string>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Gestionnaire de mise à jour</string>
|
||||
<string name="display_name">Gestionnaire de mise à jour</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Échec de la vérification</string>
|
||||
<string name="verifying_download_notification">Vérification de la mise à jour en cours</string>
|
||||
<string name="downloading_notification">Téléchargement en cours</string>
|
||||
@@ -52,12 +41,16 @@
|
||||
<string name="menu_refresh">Actualiser</string>
|
||||
<string name="menu_preferences">Préférences</string>
|
||||
<string name="menu_auto_updates_check">Vérification des mises à jour automatique</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Une fois par jour</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Une fois par semaine</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Une fois par mois</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Jamais</string>
|
||||
<string name="menu_auto_delete_updates">Supprimer les mises à jour une fois installées</string>
|
||||
<string name="menu_delete_update">Supprimer</string>
|
||||
<string name="menu_copy_url">Copier l\'URL</string>
|
||||
<string name="menu_export_update">Exporter la mise à jour</string>
|
||||
<string name="menu_show_changelog">Afficher l\'historique des modifications</string>
|
||||
<string name="menu_ab_perf_mode">Installer les mises à jour plus rapidement</string>
|
||||
<string name="menu_ab_perf_mode">Privilégier le processus de mise à jour</string>
|
||||
<string name="snack_updates_found">Nouvelles mises à jour disponibles</string>
|
||||
<string name="snack_no_updates_found">Aucune nouvelle mise à jour disponible</string>
|
||||
<string name="snack_updates_check_failed">La vérification de nouvelles mises à jour a échoué. Vérifiez votre connexion internet et réessayez ultérieurement.</string>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -16,14 +15,97 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="app_name">Fernijer</string>
|
||||
<string name="display_name">Fernijer</string>
|
||||
<string name="verification_failed_notification">Ferifikaasje mislearre</string>
|
||||
<string name="verifying_download_notification">Fernijing ferifiearje</string>
|
||||
<string name="downloading_notification">Downloade</string>
|
||||
<string name="download_paused_notification">Download pauzearre</string>
|
||||
<string name="download_paused_error_notification">Flater by downloaden</string>
|
||||
<string name="download_completed_notification">Downloaden foltôge</string>
|
||||
<string name="download_starting_notification">Download starte</string>
|
||||
<string name="update_failed_notification">Fernijing mislearre</string>
|
||||
<string name="new_updates_found_title">Nije fernijingen</string>
|
||||
<string name="text_download_speed">%1$s, %2$s/s</string>
|
||||
<string name="pause_button">Pauze</string>
|
||||
<string name="resume_button">Ferfetsje</string>
|
||||
<string name="installing_update">Fernijing ynstallearje</string>
|
||||
<string name="installing_update_error">Ynstallaasjeflater</string>
|
||||
<string name="installing_update_finished">Fernijing ynstallearre</string>
|
||||
<string name="finalizing_package">Ynstallaasje fan het pakket foltôgje</string>
|
||||
<string name="preparing_ota_first_boot">Earste start tariede</string>
|
||||
<string name="dialog_prepare_zip_message">Fernijing tariede</string>
|
||||
<string name="dialog_battery_low_title">Lege batterijspanning</string>
|
||||
<string name="dialog_battery_low_message_pct">Jo batterijnivo is te leech, jo moatte op syn minst <xliff:g id="percent_discharging">%1$d</xliff:g>%% batterijkapasiteit hawwe om troch te gean of <xliff:g id="percent_charging">%2$d</xliff:g>%% wylst it opladen.</string>
|
||||
<string name="reboot">Opnij starte</string>
|
||||
<string name="menu_refresh">Fernije</string>
|
||||
<string name="menu_preferences">Foarkarren</string>
|
||||
<string name="menu_auto_updates_check">Automatysk kontrolearje op fernijingen</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Ien kear deis</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Ien kear yn de wike</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Ien kear yn de moanne</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Nea</string>
|
||||
<string name="menu_auto_delete_updates">Fernijingen fuortsmite neidat se ynstallearre binne</string>
|
||||
<string name="menu_delete_update">Fuortsmite</string>
|
||||
<string name="menu_copy_url">URL kopiearje</string>
|
||||
<string name="menu_export_update">Fernijing eksportearje</string>
|
||||
<string name="menu_show_changelog">Changelog toane</string>
|
||||
<string name="menu_ab_perf_mode">Fernijingsproses prioriteit jaan</string>
|
||||
<string name="snack_updates_found">Nije fernijingen fûn</string>
|
||||
<string name="snack_no_updates_found">Gjin nije fernijingen fûn</string>
|
||||
<string name="snack_updates_check_failed">Kin net kontrolearje op fernijingen. Kontrolearje jo ynternetferbining en probearje it letter opnij.</string>
|
||||
<string name="snack_download_failed">Downloaden mislearre. Kontrolearje jo ynternetferbining en probearje it letter opnij.</string>
|
||||
<string name="snack_download_verification_failed">Ferifikaasje fan de fernijing mislearre.</string>
|
||||
<string name="snack_download_verified">Downloaden foltôge.</string>
|
||||
<string name="snack_update_not_installable">Dizze fernijing kin net ynstallearre wurde boppe-op de aktuele ferzje.</string>
|
||||
<string name="header_title_text">LineageOS\n%1$s</string>
|
||||
<string name="header_android_version">Android <xliff:g id="version" example="7.1.2">%1$s</xliff:g></string>
|
||||
<string name="header_last_updates_check">Lêst kontrolearre: <xliff:g id="date" example="1 January 1970">%1$s</xliff:g> (<xliff:g id="time" example="01:23">%2$s</xliff:g>)</string>
|
||||
<string name="list_build_version">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g></string>
|
||||
<string name="list_build_version_date">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g> - <xliff:g id="date" example="July 11, 2017">%2$s</xliff:g></string>
|
||||
<string name="list_download_progress_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> fan <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> • <xliff:g id="percentage" example="56">%3$s</xliff:g></string>
|
||||
<string name="list_download_progress_eta_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> fan <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> (<xliff:g id="eta" example="3 minutes left">%3$s</xliff:g>) • <xliff:g id="percentage" example="56">%4$s</xliff:g></string>
|
||||
<string name="list_verifying_update">Fernijing ferifiearje</string>
|
||||
<string name="list_no_updates">Gjin nije fernijingen fûn. Brûk de knop Fernije om hânmjittich te kontrolearjen op nije fernijingen.</string>
|
||||
<string name="action_download">Downloade</string>
|
||||
<string name="action_pause">Pauzeearje</string>
|
||||
<string name="action_resume">Ferfetsje</string>
|
||||
<string name="action_install">Ynstallearje</string>
|
||||
<string name="action_info">Ynformaasje</string>
|
||||
<string name="action_delete">Fuortsmite</string>
|
||||
<string name="action_cancel">Annulearje</string>
|
||||
<string name="confirm_delete_dialog_title">Bestân fuortsmite</string>
|
||||
<string name="confirm_delete_dialog_message">Selektearre fernijingsbestân fuortsmite?</string>
|
||||
<string name="apply_update_dialog_title">Fernijing tapasse</string>
|
||||
<string name="apply_update_dialog_message">Jo systeem wurdt bywurke nei <xliff:g id="update_name">%1$s</xliff:g>.\n\nWannear\'t jo op <xliff:g id="ok">%2$s</xliff:g> tikke, sil it apparaat opnij starte nei recovery om de fernijing te ynstallearjen.\n\nLet op: in compatibele recovery is fereaske, oars moat de fernijing hânmjittich ynstallearre wurde.</string>
|
||||
<string name="apply_update_dialog_message_ab">Jo systeem wurdt bywurke nei <xliff:g id="update_name">%1$s</xliff:g>.\n\nWannear\'t jo op <xliff:g id="ok">%2$s</xliff:g> tikke, sil it apparaat de fernijing op de eftergrûn útfiere.\n\nWannear\'t de ynstallaasje foltôge is, sil frege wurde it tastel te opnij te starten.</string>
|
||||
<string name="cancel_installation_dialog_message">Ynstallaasje annulearje?</string>
|
||||
<string name="label_download_url">Download-URL</string>
|
||||
<string name="toast_download_url_copied">URL kopiearre</string>
|
||||
<string name="dialog_export_title">Fernijing eksportearje</string>
|
||||
<string name="notification_export_success">Fernijing eksportearre</string>
|
||||
<string name="notification_export_fail">Flater by eksportearjen</string>
|
||||
<string name="toast_already_exporting">Der wurdt al in fernijing eksportearre</string>
|
||||
<plurals name="eta_seconds">
|
||||
<item quantity="one">1 sekonde restearjend</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> sekonden restearjend</item>
|
||||
</plurals>
|
||||
<plurals name="eta_minutes">
|
||||
<item quantity="one">1 minút restearjend</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> minuten restearjend</item>
|
||||
</plurals>
|
||||
<plurals name="eta_hours">
|
||||
<item quantity="one">1 oer restearjend</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> oer restearjend</item>
|
||||
</plurals>
|
||||
<string name="update_on_mobile_data_title">Warskôging</string>
|
||||
<string name="update_on_mobile_data_message">Jo stean op it punt in fernijng te downloaden fia mobile gegevens, wat ta in heech gegevensgebrûk liede kin. Wolle jo fierder gean?</string>
|
||||
<string name="checkbox_mobile_data_warning">Net opnij toane</string>
|
||||
<string name="menu_mobile_data_warning">Warskôging mobile gegevens</string>
|
||||
<string name="blocked_update_dialog_title">Fernijing blokkearre</string>
|
||||
<string name="blocked_update_dialog_message">Dizze fernijing kin net ynstallearre wurde mei heulp fan de fernijings-app. Lês <xliff:g id="info_url">%1$s</xliff:g> foar mear ynformaasje.</string>
|
||||
<string name="export_channel_title">Eksportearjen foltôge</string>
|
||||
<string name="new_updates_channel_title">Nije fernijingen</string>
|
||||
<string name="ongoing_channel_title">Aktuele downloads</string>
|
||||
<string name="update_failed_channel_title">Fernijing mislearre</string>
|
||||
</resources>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -16,14 +15,103 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="app_name">An t-ùraichear</string>
|
||||
<string name="display_name">An t-ùraichear</string>
|
||||
<string name="verification_failed_notification">Dh’fhàillig an dearbhadh</string>
|
||||
<string name="verifying_download_notification">A’ dearbhadh an ùrachaidh</string>
|
||||
<string name="downloading_notification">’Ga luchdadh a-nuas</string>
|
||||
<string name="download_paused_notification">Tha an luchdadh a-nuas ’na stad</string>
|
||||
<string name="download_paused_error_notification">Mearachd leis an luchdadh a-nuas</string>
|
||||
<string name="download_completed_notification">Tha an luchdadh a-nuas deiseil</string>
|
||||
<string name="download_starting_notification">A’ tòiseachadh air an luchdadh a-nuas</string>
|
||||
<string name="update_failed_notification">Dh’fhàillig leis an ùrachadh</string>
|
||||
<string name="new_updates_found_title">Ùrachaidhean</string>
|
||||
<string name="text_download_speed">%1$s, %2$s/s</string>
|
||||
<string name="pause_button">Cuir ’na stad</string>
|
||||
<string name="resume_button">Lean air</string>
|
||||
<string name="installing_update">A’ stàladh pacaid ùrachaidh</string>
|
||||
<string name="installing_update_error">Mearachd leis an stàladh</string>
|
||||
<string name="installing_update_finished">Chaidh an t-ùrachadh a stàladh</string>
|
||||
<string name="finalizing_package">A’ crìochnachadh stàladh na pacaid</string>
|
||||
<string name="preparing_ota_first_boot">Ag ullachadh a’ chiad tòiseachaidh</string>
|
||||
<string name="dialog_prepare_zip_message">Ullachadh an ùrachaidh</string>
|
||||
<string name="dialog_battery_low_title">Bataraidh fann</string>
|
||||
<string name="dialog_battery_low_message_pct">Tha am bataraidh ro fhann, feumaidh tu co-dhiù <xliff:g id="percent_discharging">%1$d</xliff:g>%% dhen bhataraidh mus lean thu air adhart no <xliff:g id="percent_charging">%2$d</xliff:g>%% fhad ’s a bhios tu ’ga theàirrdseadh.</string>
|
||||
<string name="reboot">Dèan ath-thòiseachadh</string>
|
||||
<string name="menu_refresh">Ath-nuadhaich</string>
|
||||
<string name="menu_preferences">Roghainnean</string>
|
||||
<string name="menu_auto_updates_check">Thoir sùil airson ùrachaidhean gu fèin-obrachail</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Gach latha</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Gach seachdain</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Gach mìos</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Chan ann idir</string>
|
||||
<string name="menu_auto_delete_updates">Sguab às na h-ùrachaidhean às dèidh an stàlaidh</string>
|
||||
<string name="menu_delete_update">Sguab às</string>
|
||||
<string name="menu_copy_url">Dèan lethbhreac dhen URL</string>
|
||||
<string name="menu_export_update">Às-phortaich an t-ùrachadh</string>
|
||||
<string name="menu_show_changelog">Seall loga nan atharraichean</string>
|
||||
<string name="menu_ab_perf_mode">Cuir prìomhachas air pròiseas an ùrachaidh</string>
|
||||
<string name="snack_updates_found">Chaidh ùrachadh a lorg</string>
|
||||
<string name="snack_no_updates_found">Cha deach ùrachadh a lorg</string>
|
||||
<string name="snack_updates_check_failed">Cha b’ urrainn dhuinn sùil a thoirt airson ùrachaidhean. Thoir sùil air a’ cheangal agad ris an eadar-lìon is feuch ris a-rithist an ceann greis.</string>
|
||||
<string name="snack_download_failed">Dh’fhàillig an luchdadh a-nuas. Thoir sùil air a’ cheangal ris an eadar-lìon agad is feuch ris a-rithist an ceann greis.</string>
|
||||
<string name="snack_download_verification_failed">Dh’fhàillig le dearbhadh an ùrachaidh.</string>
|
||||
<string name="snack_download_verified">Tha an luchdadh a-nuas deiseil.</string>
|
||||
<string name="snack_update_not_installable">Chan urrainn dhut an t-ùrachadh seo a’ stàladh air an togail làithreach agad.</string>
|
||||
<string name="header_title_text">LineageOS\n%1$s</string>
|
||||
<string name="header_android_version">Android <xliff:g id="version" example="7.1.2">%1$s</xliff:g></string>
|
||||
<string name="header_last_updates_check">An sgrùdadh mu dheireadh: <xliff:g id="date" example="1 January 1970">%1$s</xliff:g> (<xliff:g id="time" example="01:23">%2$s</xliff:g>)</string>
|
||||
<string name="list_build_version">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g></string>
|
||||
<string name="list_build_version_date">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g> – <xliff:g id="date" example="July 11, 2017">%2$s</xliff:g></string>
|
||||
<string name="list_download_progress_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> de <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> • <xliff:g id="percentage" example="56">%3$s</xliff:g></string>
|
||||
<string name="list_download_progress_eta_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> à <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> (<xliff:g id="eta" example="3 minutes left">%3$s</xliff:g>) • <xliff:g id="percentage" example="56">%4$s</xliff:g></string>
|
||||
<string name="list_verifying_update">A’ dearbhadh an ùrachaidh</string>
|
||||
<string name="list_no_updates">Cha deach ùrachadh a lorg. Airson sùil a thoirt airson ùrachaidhean a làimh, cleachd am putan “Ath-nuadhaich”.</string>
|
||||
<string name="action_download">Luchdaich a-nuas</string>
|
||||
<string name="action_pause">Cuir ’na stad</string>
|
||||
<string name="action_resume">Lean air</string>
|
||||
<string name="action_install">Stàlaich</string>
|
||||
<string name="action_info">Fiosrachadh</string>
|
||||
<string name="action_delete">Sguab às</string>
|
||||
<string name="action_cancel">Sguir dheth</string>
|
||||
<string name="confirm_delete_dialog_title">Sguab às am faidhle</string>
|
||||
<string name="confirm_delete_dialog_message">A bheil thu airson faidhle an ùrachaidh a thagh thu a sguabadh às?</string>
|
||||
<string name="apply_update_dialog_title">Cuir an t-ùrachadh an sàs</string>
|
||||
<string name="apply_update_dialog_message">Tha thu an impis àrdachadh gu <xliff:g id="update_name">%1$s</xliff:g>.\n\nMa bhrùthas tu <xliff:g id="ok">%2$s</xliff:g>, nì an t-uidheam ath-thòiseachadh sa mhodh aisig airson an t-ùrachadh a stàladh.\n\nAn aire: Tha feum air gleus aisig co-chòrdail no feumaidh tu an t-ùrachadh a stàladh a làimh.</string>
|
||||
<string name="apply_update_dialog_message_ab">Tha thu an impis àrdachadh gu <xliff:g id="update_name">%1$s</xliff:g>.\n\nMa bhrùthas tu <xliff:g id="ok">%2$s</xliff:g>, tòisichidh an t-uidheam air an stàladh sa chùlaibh.\n\nNuair a bhios e deiseil, thèid ath-thòiseachadh iarraidh ort.</string>
|
||||
<string name="cancel_installation_dialog_message">An sguir thu dhen stàladh?</string>
|
||||
<string name="label_download_url">Luchdaich a-nuas URL</string>
|
||||
<string name="toast_download_url_copied">Chaidh lethbhreac dhen URL a dhèanamh</string>
|
||||
<string name="dialog_export_title">Ag às-phortadh an ùrachaidh</string>
|
||||
<string name="notification_export_success">Chaidh an t-ùrachadh às-phortadh</string>
|
||||
<string name="notification_export_fail">Mearachd leis an às-phortadh</string>
|
||||
<string name="toast_already_exporting">Tha thu ag às-phortadh ùrachadh mu thràth</string>
|
||||
<plurals name="eta_seconds">
|
||||
<item quantity="one"><xliff:g id="count">%d</xliff:g> diog air fhàgail</item>
|
||||
<item quantity="two"><xliff:g id="count">%d</xliff:g> dhiog air fhàgail</item>
|
||||
<item quantity="few"><xliff:g id="count">%d</xliff:g> diogan air fhàgail</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> diog air fhàgail</item>
|
||||
</plurals>
|
||||
<plurals name="eta_minutes">
|
||||
<item quantity="one"><xliff:g id="count">%d</xliff:g> mhion. air fhàgail</item>
|
||||
<item quantity="two"><xliff:g id="count">%d</xliff:g> mhion. air fhàgail</item>
|
||||
<item quantity="few"><xliff:g id="count">%d</xliff:g> mion. air fhàgail</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> mion. air fhàgail</item>
|
||||
</plurals>
|
||||
<plurals name="eta_hours">
|
||||
<item quantity="one"><xliff:g id="count">%d</xliff:g> uair a thìde air fhàgail</item>
|
||||
<item quantity="two"><xliff:g id="count">%d</xliff:g> uair a thìde air fhàgail</item>
|
||||
<item quantity="few"><xliff:g id="count">%d</xliff:g> uairean a thìde air fhàgail</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> uair a thìde air fhàgail</item>
|
||||
</plurals>
|
||||
<string name="update_on_mobile_data_title">Rabhadh</string>
|
||||
<string name="update_on_mobile_data_message">Tha thu an impis pacaid ùrachaidh a luchdadh a-nuas le dàta mobile agus caithidh sin tòrr dàta gun teagamh. A bheil thu airson leantainn air adhart?</string>
|
||||
<string name="checkbox_mobile_data_warning">Na seall seo a-rithist</string>
|
||||
<string name="menu_mobile_data_warning">Rabhadh mu dhàta mobile</string>
|
||||
<string name="blocked_update_dialog_title">Chaidh an t-ùrachadh a bhacadh</string>
|
||||
<string name="blocked_update_dialog_message">Cha ghabh an t-ùrachadh seo stàladh le aplacaid an ùraicheir. Leugh <xliff:g id="info_url">%1$s</xliff:g> airson barrachd fiosrachaidh.</string>
|
||||
<string name="export_channel_title">Coileanadh an às-phortaidh</string>
|
||||
<string name="new_updates_channel_title">Ùrachaidhean</string>
|
||||
<string name="ongoing_channel_title">’Ga luchdadh a-nuas</string>
|
||||
<string name="update_failed_channel_title">Dh’fhàillig leis an ùrachadh</string>
|
||||
</resources>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Actualizador</string>
|
||||
<string name="display_name">Actualizador</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Fallou a comprobación</string>
|
||||
<string name="verifying_download_notification">Comprobando actualización</string>
|
||||
<string name="downloading_notification">Descargando</string>
|
||||
@@ -52,12 +41,16 @@
|
||||
<string name="menu_refresh">Actualizar</string>
|
||||
<string name="menu_preferences">Preferencias</string>
|
||||
<string name="menu_auto_updates_check">Buscar actualizacións automaticamente</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Unha vez ao día</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Unha vez á semana</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Unha vez ao mes</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Nunca</string>
|
||||
<string name="menu_auto_delete_updates">Eliminar a actualización cando estea instalada</string>
|
||||
<string name="menu_delete_update">Eliminar</string>
|
||||
<string name="menu_copy_url">Copiar URL</string>
|
||||
<string name="menu_export_update">Exportar actualización</string>
|
||||
<string name="menu_show_changelog">Amosar o rexistro de cambios</string>
|
||||
<string name="menu_ab_perf_mode">Instalar actualizacións máis rapidamente</string>
|
||||
<string name="menu_ab_perf_mode">Dar prioridade ao proceso de actualización</string>
|
||||
<string name="snack_updates_found">Atopáronse novas actualizacións</string>
|
||||
<string name="snack_no_updates_found">Non se atoparon novas actualizacións</string>
|
||||
<string name="snack_updates_check_failed">A verificación da descarga fallou. Comproba a túa conexión a internet e téntao de novo.</string>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Ažuriranje</string>
|
||||
<string name="display_name">Ažuriranje</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Potvrda neuspješna</string>
|
||||
<string name="verifying_download_notification">Provjera ažuriranja</string>
|
||||
<string name="downloading_notification">Preuzimanje</string>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -16,14 +15,98 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="app_name">Frissítés</string>
|
||||
<string name="display_name">Frissítés</string>
|
||||
<string name="verification_failed_notification">Az ellenőrzés sikertelen</string>
|
||||
<string name="verifying_download_notification">Frissítésellenőrzés</string>
|
||||
<string name="downloading_notification">Letöltés</string>
|
||||
<string name="download_paused_notification">A letöltés szüneteltetve</string>
|
||||
<string name="download_paused_error_notification">Letöltési hiba</string>
|
||||
<string name="download_completed_notification">A letöltés befejeződött</string>
|
||||
<string name="download_starting_notification">A letöltés indítása</string>
|
||||
<string name="update_failed_notification">A frissítés sikertelen</string>
|
||||
<string name="new_updates_found_title">Új frissítések</string>
|
||||
<string name="text_download_speed">%1$s, %2$s/s</string>
|
||||
<string name="pause_button">Szüneteltetés</string>
|
||||
<string name="resume_button">Folytatás</string>
|
||||
<string name="installing_update">Frissítőcsomag-telepítés</string>
|
||||
<string name="installing_update_error">Telepítési hiba</string>
|
||||
<string name="installing_update_finished">A frissítés telepítve</string>
|
||||
<string name="finalizing_package">A csomagtelepítés véglegesítése</string>
|
||||
<string name="preparing_ota_first_boot">Felkészülés az első indításra</string>
|
||||
<string name="dialog_prepare_zip_message">A frissítés előzetes előkészítése</string>
|
||||
<string name="dialog_battery_low_title">Alacsony akkumulátorszint</string>
|
||||
<string name="dialog_battery_low_message_pct">Az akkumulátortöltöttség túl alacsony, szüksége van legalább <xliff:g id="percent_discharging">%1$d</xliff:g>%% töltöttségre a folytatáshoz,
|
||||
illetve, ha éppen tölt, akkor még <xliff:g id="percent_charging">%2$d</xliff:g>%% töltés szükséges.</string>
|
||||
<string name="reboot">Újraindítás</string>
|
||||
<string name="menu_refresh">Frissítés</string>
|
||||
<string name="menu_preferences">Testreszabás</string>
|
||||
<string name="menu_auto_updates_check">Automatikus frissítésellenőrzés</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Naponta egyszer</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Hetente egyszer</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Havonta egyszer</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Soha</string>
|
||||
<string name="menu_auto_delete_updates">A frissítőcsomag törlése telepítés után</string>
|
||||
<string name="menu_delete_update">Törlés</string>
|
||||
<string name="menu_copy_url">A webcím másolása</string>
|
||||
<string name="menu_export_update">A frissítés exportálása</string>
|
||||
<string name="menu_show_changelog">A változások listájának megjelenítése</string>
|
||||
<string name="menu_ab_perf_mode">Állítsa fontossági sorrendbe a frissítési folyamatot</string>
|
||||
<string name="snack_updates_found">Új frissítés érhető el</string>
|
||||
<string name="snack_no_updates_found">Nem található új frissítés</string>
|
||||
<string name="snack_updates_check_failed">Nem sikerült a frissítéskeresés. Ellenőrizze az internetkapcsolatát, majd próbálja újra.</string>
|
||||
<string name="snack_download_failed">A letöltés meghiúsult. Ellenőrizze az internetkapcsolatát, majd próbálja újra.</string>
|
||||
<string name="snack_download_verification_failed">A frissítés ellenőrzése sikertelen.</string>
|
||||
<string name="snack_download_verified">A letöltés befejeződött.</string>
|
||||
<string name="snack_update_not_installable">Ez a frissítés nem telepíthető a jelenlegi verzióra.</string>
|
||||
<string name="header_title_text">LineageOS\n%1$s</string>
|
||||
<string name="header_android_version">Android <xliff:g id="version" example="7.1.2">%1$s</xliff:g></string>
|
||||
<string name="header_last_updates_check">Utolsó ellenőrzés: <xliff:g id="date" example="1 January 1970">%1$s</xliff:g> (<xliff:g id="time" example="01:23">%2$s</xliff:g>)</string>
|
||||
<string name="list_build_version">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g></string>
|
||||
<string name="list_build_version_date">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g> - <xliff:g id="date" example="July 11, 2017">%2$s</xliff:g></string>
|
||||
<string name="list_download_progress_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> a <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g>-ból - <xliff:g id="percentage" example="56">%3$s</xliff:g></string>
|
||||
<string name="list_download_progress_eta_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> a <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g>-ból (<xliff:g id="eta" example="3 minutes left">%3$s</xliff:g>) • <xliff:g id="percentage" example="56">%4$s</xliff:g></string>
|
||||
<string name="list_verifying_update">Frissítésellenőrzés</string>
|
||||
<string name="list_no_updates">Nem található új frissítés. A manuális ellenőrzéshez használja a Frissítés gombot.</string>
|
||||
<string name="action_download">Letöltés</string>
|
||||
<string name="action_pause">Szüneteltetés</string>
|
||||
<string name="action_resume">Folytatás</string>
|
||||
<string name="action_install">Telepítés</string>
|
||||
<string name="action_info">Információ</string>
|
||||
<string name="action_delete">Törlés</string>
|
||||
<string name="action_cancel">Mégse</string>
|
||||
<string name="confirm_delete_dialog_title">Fájltörlés</string>
|
||||
<string name="confirm_delete_dialog_message">Biztosan törölni szeretné a letöltött frissítőfájlt?</string>
|
||||
<string name="apply_update_dialog_title">A frissítés telepítése</string>
|
||||
<string name="apply_update_dialog_message">A következő frissítésre készül: <xliff:g id="update_name">%1$s</xliff:g>.\n\nHa megnyomja ezt a gombot: <xliff:g id="ok">%2$s</xliff:g>, a készülék újraindul recovery módban a frissítés telepítéséhez.\n\nMegjegyzés: Ehhez a funkcióhoz kompatibilis recovery-re van szükség, ennek hiányában manuálisan kell a telepíteni a frissítéseket.</string>
|
||||
<string name="apply_update_dialog_message_ab">A következő frissítésre készül: <xliff:g id="update_name">%1$s</xliff:g>.\n\nHa megnyomja ezt a gombot: <xliff:g id="ok">%2$s</xliff:g>, a készülék elkezdi a telepítést a háttérben.\n\nAmint kész, újraindításra lesz szükség.</string>
|
||||
<string name="cancel_installation_dialog_message">Megszakítja a telepítést?</string>
|
||||
<string name="label_download_url">Az URL letöltése</string>
|
||||
<string name="toast_download_url_copied">Az URL másolva</string>
|
||||
<string name="dialog_export_title">A frissítés exportálása</string>
|
||||
<string name="notification_export_success">A frissítés exportálva</string>
|
||||
<string name="notification_export_fail">Exportálás hiba</string>
|
||||
<string name="toast_already_exporting">Egy frissítés exportálása már folyamatban van</string>
|
||||
<plurals name="eta_seconds">
|
||||
<item quantity="one">1 másodperc van hátra</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> másodperc van hátra</item>
|
||||
</plurals>
|
||||
<plurals name="eta_minutes">
|
||||
<item quantity="one">1 perc van hátra</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> perc van hátra</item>
|
||||
</plurals>
|
||||
<plurals name="eta_hours">
|
||||
<item quantity="one">1 óra van hátra</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> óra van hátra</item>
|
||||
</plurals>
|
||||
<string name="update_on_mobile_data_title">Figyelmeztetés</string>
|
||||
<string name="update_on_mobile_data_message">A frissítés mobiladat-forgalom használatával fog letöltődni, ami magas mobiladat-használatot eredményezhet. Szeretné folytatni?</string>
|
||||
<string name="checkbox_mobile_data_warning">Ne jelenjen meg többet</string>
|
||||
<string name="menu_mobile_data_warning">Mobiladat-használati figyelmeztetés</string>
|
||||
<string name="blocked_update_dialog_title">A frissítés blokkolva</string>
|
||||
<string name="blocked_update_dialog_message">Ez a frissítés nem telepíthető a Frissítés alkalmazással. További információért olvassa el a következőt: <xliff:g id="info_url">%1$s</xliff:g></string>
|
||||
<string name="export_channel_title">Exportálás-véglegesítés</string>
|
||||
<string name="new_updates_channel_title">Új frissítések</string>
|
||||
<string name="ongoing_channel_title">Folyamatban lévő letöltések</string>
|
||||
<string name="update_failed_channel_title">A frissítés sikertelen</string>
|
||||
</resources>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Pembaruan</string>
|
||||
<string name="display_name">Pembaruan</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Verifikasi gagal</string>
|
||||
<string name="verifying_download_notification">Memverifikasi pembaruan</string>
|
||||
<string name="downloading_notification">Mengunduh</string>
|
||||
@@ -52,12 +41,16 @@
|
||||
<string name="menu_refresh">Segarkan</string>
|
||||
<string name="menu_preferences">Preferensi</string>
|
||||
<string name="menu_auto_updates_check">Periksa pembaruan otomatis</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Sehari sekali</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Seminggu sekali</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Sebulan sekali</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Jangan pernah</string>
|
||||
<string name="menu_auto_delete_updates">Hapus pembaruan saat dipasang</string>
|
||||
<string name="menu_delete_update">Hapus</string>
|
||||
<string name="menu_copy_url">Salin URL</string>
|
||||
<string name="menu_export_update">Ekspor pembaruan</string>
|
||||
<string name="menu_show_changelog">Tampilkan catatan perubahan</string>
|
||||
<string name="menu_ab_perf_mode">Memasang pembaruan lebih cepat</string>
|
||||
<string name="menu_ab_perf_mode">Prioritaskan proses pembaruan</string>
|
||||
<string name="snack_updates_found">Pembaruan baru ditemukan</string>
|
||||
<string name="snack_no_updates_found">Tidak ada pembaruan baru ditemukan</string>
|
||||
<string name="snack_updates_check_failed">Pemeriksaan pembaruan gagal. Silakan periksa koneksi Internet Anda dan coba lagi nanti.</string>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Aggiornamenti</string>
|
||||
<string name="display_name">Aggiornamenti</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Verifica fallita</string>
|
||||
<string name="verifying_download_notification">Verifica aggiornamenti</string>
|
||||
<string name="downloading_notification">Download in corso</string>
|
||||
@@ -52,12 +41,16 @@
|
||||
<string name="menu_refresh">Ricarica</string>
|
||||
<string name="menu_preferences">Preferenze</string>
|
||||
<string name="menu_auto_updates_check">Ricerca aggiornamenti automaticamente</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Quotidianamente</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Settimanalmente</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Mensilmente</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Mai</string>
|
||||
<string name="menu_auto_delete_updates">Elimina gli aggiornamenti dopo l\'installazione</string>
|
||||
<string name="menu_delete_update">Elimina</string>
|
||||
<string name="menu_copy_url">Copia indirizzo URL</string>
|
||||
<string name="menu_export_update">Esporta aggiornamento</string>
|
||||
<string name="menu_show_changelog">Mostra il changelog</string>
|
||||
<string name="menu_ab_perf_mode">Installa gli aggiornamenti più velocemente</string>
|
||||
<string name="menu_ab_perf_mode">Agg. con priorità</string>
|
||||
<string name="snack_updates_found">Nessun aggiornamento trovato</string>
|
||||
<string name="snack_no_updates_found">Nessun nuovo aggiornamento trovato</string>
|
||||
<string name="snack_updates_check_failed">La verifica di aggiornamenti è fallita. Controlla la connessione ad internet e riprova più tardi.</string>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">המעדכן</string>
|
||||
<string name="display_name">המעדכן</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">האימות נכשל</string>
|
||||
<string name="verifying_download_notification">מאמת עדכון</string>
|
||||
<string name="downloading_notification">מוריד</string>
|
||||
@@ -57,7 +46,7 @@
|
||||
<string name="menu_copy_url">העתק כתובת אינטרנט</string>
|
||||
<string name="menu_export_update">יצא עדכון</string>
|
||||
<string name="menu_show_changelog">הצג רשימת שינויים</string>
|
||||
<string name="menu_ab_perf_mode">התקן עדכונים מהר יותר</string>
|
||||
<string name="menu_ab_perf_mode">תעדף תהליכי עדכון</string>
|
||||
<string name="snack_updates_found">נמצאו עדכונים חדשים</string>
|
||||
<string name="snack_no_updates_found">לא נמצאו עדכונים חדשים</string>
|
||||
<string name="snack_updates_check_failed">בדיקת העדכונים נכשלה. בדוק את החיבור שלך לאינטרנט ונסה שוב מאוחר יותר.</string>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">アップデータ</string>
|
||||
<string name="display_name">アップデータ</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">検証に失敗しました</string>
|
||||
<string name="verifying_download_notification">アップデートを検証中</string>
|
||||
<string name="downloading_notification">ダウンロード中</string>
|
||||
@@ -52,12 +41,16 @@
|
||||
<string name="menu_refresh">再読み込み</string>
|
||||
<string name="menu_preferences">設定</string>
|
||||
<string name="menu_auto_updates_check">アップデートの自動確認</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">1日に1回</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">1週間に1回</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">1か月に1回</string>
|
||||
<string name="menu_auto_updates_check_interval_never">なし</string>
|
||||
<string name="menu_auto_delete_updates">インストール後にアップデートを削除する</string>
|
||||
<string name="menu_delete_update">削除</string>
|
||||
<string name="menu_copy_url">URL のコピー</string>
|
||||
<string name="menu_export_update">アップデートのエクスポート</string>
|
||||
<string name="menu_show_changelog">更新履歴の表示</string>
|
||||
<string name="menu_ab_perf_mode">アップデートのインストールを高速化</string>
|
||||
<string name="menu_ab_perf_mode">更新プロセスを優先する</string>
|
||||
<string name="snack_updates_found">アップデートが見つかりました</string>
|
||||
<string name="snack_no_updates_found">新しいアップデートはありません</string>
|
||||
<string name="snack_updates_check_failed">アップデートを確認できませんでした。インターネット接続を確認して、しばらくしてからもう一度お試しください。</string>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -16,14 +15,17 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="app_name">განმაახლებელი</string>
|
||||
<string name="display_name">განმაახლებელი</string>
|
||||
<string name="downloading_notification">ჩამოიტვირთება</string>
|
||||
<string name="new_updates_found_title">ბოლო განახლებები</string>
|
||||
<string name="pause_button">შეჩერება</string>
|
||||
<string name="resume_button">გაგრძელება</string>
|
||||
<string name="dialog_battery_low_title">ბატარეა ჯდება</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">დღეში ერთხელ</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">კვირაში ერთხელ</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">თვეში ერთხელ</string>
|
||||
<string name="menu_auto_updates_check_interval_never">არასდროს</string>
|
||||
<string name="apply_update_dialog_message">თქვენ აპირებთ განაახლოთ <xliff:g id="update_name">%1$s</xliff:g> ვერსიაზე.\n\nთუ დააჭერთ ღილაკზე <xliff:g id="ok">%2$s</xliff:g>, მოწყობილობა ხელახლა ჩაირთვება აღმდგენ რეჟიმში განახლების დასაყენებლად.\n\nშენიშვნა: საჭიროებს თავსებად აღმდგენ გარსს, თუ არადა განახლებები ხელით იქნება დასაყენებელი.</string>
|
||||
<string name="new_updates_channel_title">ბოლო განახლებები</string>
|
||||
</resources>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -16,14 +15,64 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">ಪರಿಶೀಲನೆ ವಿಫಲ</string>
|
||||
<string name="verifying_download_notification">ನವೀಕರಣ ಪರಿಶೀಲಿಸುತ್ತಿದೆ</string>
|
||||
<string name="downloading_notification">ಇಳಿಸುತ್ತಿದೆ</string>
|
||||
<string name="download_paused_notification">ಇಳಿಸುವಿಕೆ ವಿರಾಮ</string>
|
||||
<string name="download_paused_error_notification">ಇಳಿಸುವಾಗ ದೋಷ</string>
|
||||
<string name="download_completed_notification">ಇಳಿಸುವಿಕೆ ಪೂರ್ಣಗೊಂಡಿದೆ</string>
|
||||
<string name="text_download_speed">%1$s, %2$s/s</string>
|
||||
<string name="installing_update">ನವೀಕರಣ ಘಂಟನ್ನು ಸ್ಥಾಪಿಸುತ್ತಿದೆ</string>
|
||||
<string name="installing_update_error">ಸ್ಥಾಪನೆ ದೋಷ</string>
|
||||
<string name="finalizing_package">ಘಂಟು ಸ್ಥಾಪನೆಯನ್ನು ಕೊನೆಗೊಳಿಸುತ್ತಿದೆ</string>
|
||||
<string name="dialog_battery_low_title">ಅಲ್ಪ ಮಿಂತಿಣಿ</string>
|
||||
<string name="dialog_battery_low_message_pct">ಮಿಂತಿಣಿ ಮಟ್ಟ ತೀರಾ ಕಡಿಮೆಯಿದೆ. ಮುಂದುವರಿಸಲು ನಿಮಗೆ ಕನಿಷ್ಟ <xliff:g id="percent_discharging">%1$d</xliff:g>%% ಚಾರ್ಜ್ ಅಥವಾ ಚಾರ್ಜಿಂಗ್ನಲ್ಲಿ <xliff:g id="percent_charging">%2$d</xliff:g>%% ಬೇಕು.</string>
|
||||
<string name="menu_auto_updates_check">ಸ್ವಯಂ ನವೀಕರಣ ಪರಿಶೀಲನೆ</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">ದಿನಕ್ಕೊಮ್ಮೆ</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">ವಾರಕ್ಕೊಮ್ಮೆ</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">ತಿಂಗಳಿಗೊಮ್ಮೆ</string>
|
||||
<string name="menu_auto_updates_check_interval_never">ಎಂದಿಗೂ ಬೇಡ</string>
|
||||
<string name="menu_auto_delete_updates">ಸ್ಥಾಪಿಸಿದ ನಂತರ ನವೀಕರಣಗಳನ್ನು ಅಳಿಸು</string>
|
||||
<string name="menu_delete_update">ಅಳಿಸು</string>
|
||||
<string name="menu_copy_url">URL ನಕಲಿಸು</string>
|
||||
<string name="menu_export_update">ನವೀಕರಿಣ ನಿರ್ಯಾತ</string>
|
||||
<string name="menu_show_changelog">ಬದಲಾವಣೆಗಳನ್ನು ತೋರಿಸು</string>
|
||||
<string name="menu_ab_perf_mode">ನವೀಕರಣಕ್ಕೆ ಆದ್ಯತೆ ಕೊಡು</string>
|
||||
<string name="snack_download_verified">ಇಳಿಸುವಿಕೆ ಪೂರ್ಣಗೊಂಡಿದೆ.</string>
|
||||
<string name="header_last_updates_check">ಕೊನೆಯ ಪರಿಶೀಲನೆ: <xliff:g id="date" example="1 January 1970">%1$s</xliff:g> (<xliff:g id="time" example="01:23">%2$s</xliff:g>)</string>
|
||||
<string name="list_build_version">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g></string>
|
||||
<string name="list_build_version_date">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g> - <xliff:g id="date" example="July 11, 2017">%2$s</xliff:g></string>
|
||||
<string name="list_download_progress_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> ರಲ್ಲಿ <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> • <xliff:g id="percentage" example="56">%3$s</xliff:g></string>
|
||||
<string name="list_download_progress_eta_new"><xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> ರಲ್ಲಿ <xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> (<xliff:g id="eta" example="3 minutes left">%3$s</xliff:g>) • <xliff:g id="percentage" example="56">%4$s</xliff:g></string>
|
||||
<string name="list_verifying_update">ನವೀಕರಣ ಪರಿಶೀಲಿಸುತ್ತಿದೆ</string>
|
||||
<string name="action_download">ಇಳಿಸು</string>
|
||||
<string name="action_install">ಸ್ಥಾಪಿಸು</string>
|
||||
<string name="action_info">ಮಾಹಿತಿ</string>
|
||||
<string name="action_delete">ಅಳಿಸು</string>
|
||||
<string name="action_cancel">ರದ್ದು</string>
|
||||
<string name="confirm_delete_dialog_title">ಕಡತವನ್ನು ಅಳಿಸು</string>
|
||||
<string name="confirm_delete_dialog_message">ಆಯ್ಕೆಯಾದ ನವೀಕರಣ ಕಡತ ಅಳಿಸುವುದೇ?</string>
|
||||
<string name="apply_update_dialog_title">ನವೀಕರಣ ಅನ್ವಯಿಸು</string>
|
||||
<string name="cancel_installation_dialog_message">ಸ್ಥಾಪನೆ ರದ್ದಿಸಲೇ?</string>
|
||||
<string name="label_download_url">ಇಳಿಸುವ URL</string>
|
||||
<string name="dialog_export_title">ನವೀಕರಿಣ ನಿರ್ಯಾತವಾಗುತ್ತಿದೆ</string>
|
||||
<string name="notification_export_fail">ದೋಷ ನಿರ್ಯಾತ</string>
|
||||
<string name="toast_already_exporting">ಈಗಾಗಲೇ ನವೀಕರಣವನ್ನು ರಫ್ತು ಮಾಡಲಾಗುತ್ತಿದೆ</string>
|
||||
<plurals name="eta_seconds">
|
||||
<item quantity="one">೧ ಕ್ಷಣ ಬಾಕಿ</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> ಕ್ಷಣ ಬಾಕಿ</item>
|
||||
</plurals>
|
||||
<plurals name="eta_minutes">
|
||||
<item quantity="one">೧ ನಿಮಿಷ ಬಾಕಿ</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> ನಿಮಿಷಗಳು ಬಾಕಿ</item>
|
||||
</plurals>
|
||||
<plurals name="eta_hours">
|
||||
<item quantity="one">೧ ಗಂಟೆ ಬಾಕಿ</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> ಗಂಟೆ ಬಾಕಿ</item>
|
||||
</plurals>
|
||||
<string name="update_on_mobile_data_title">ಎಚ್ಚರಿಕೆ</string>
|
||||
<string name="update_on_mobile_data_message">ನೀವು ಮೊಬೈಲ್ ದತ್ತಾಂಶವನ್ನು ಹೆಚ್ಚು ಬಳಕೆ ಉಂಟುಮಾಡುವ ನವೀಕರಣ ಘಂಟನ್ನು ಇಳಿಸ ಹೊರಟಿರುವಿರಿ. ಮುಂದುವರಿಸುವುದೇ?</string>
|
||||
<string name="checkbox_mobile_data_warning">ಪುನಃ ತೋರಿಸದಿರು</string>
|
||||
<string name="export_channel_title">ನಿರ್ಯಾತ ಪೂರ್ಣತೆ</string>
|
||||
<string name="ongoing_channel_title">ಪ್ರಗತಿಯಲ್ಲಿರುವ ಕೆಳಭರಿತಗಳು</string>
|
||||
</resources>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">업데이터</string>
|
||||
<string name="display_name">업데이터</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">검증 실패</string>
|
||||
<string name="verifying_download_notification">업데이트 검증 중</string>
|
||||
<string name="downloading_notification">다운로드 중</string>
|
||||
@@ -52,12 +41,16 @@
|
||||
<string name="menu_refresh">새로고침</string>
|
||||
<string name="menu_preferences">설정</string>
|
||||
<string name="menu_auto_updates_check">업데이트 자동 확인</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">하루에 한 번</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">일주일에 한 번</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">한달에 한 번</string>
|
||||
<string name="menu_auto_updates_check_interval_never">사용 안 함</string>
|
||||
<string name="menu_auto_delete_updates">설치한 뒤 업데이트 파일 삭제</string>
|
||||
<string name="menu_delete_update">삭제</string>
|
||||
<string name="menu_copy_url">URL 복사</string>
|
||||
<string name="menu_export_update">업데이트 내보내기</string>
|
||||
<string name="menu_show_changelog">변경 사항 보기</string>
|
||||
<string name="menu_ab_perf_mode">업데이트 빠른 설치</string>
|
||||
<string name="menu_ab_perf_mode">우선 업데이트</string>
|
||||
<string name="snack_updates_found">새 업데이트 발견</string>
|
||||
<string name="snack_no_updates_found">새로운 업데이트 없음</string>
|
||||
<string name="snack_updates_check_failed">업데이트 확인에 실패했습니다. 인터넷 연결을 확인한 뒤 다시 시도해 주세요.</string>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Oppdaterer</string>
|
||||
<string name="display_name">Oppdaterer</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Bekreftelse mislyktes</string>
|
||||
<string name="verifying_download_notification">Bekrefter oppdatering</string>
|
||||
<string name="downloading_notification">Laster ned</string>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Updater</string>
|
||||
<string name="display_name">Updater</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Verificatie mislukt</string>
|
||||
<string name="verifying_download_notification">Update verifiëren</string>
|
||||
<string name="downloading_notification">Downloaden</string>
|
||||
@@ -46,15 +35,22 @@
|
||||
<string name="finalizing_package">Installatie van het pakket afronden</string>
|
||||
<string name="preparing_ota_first_boot">Eerste start voorbereiden</string>
|
||||
<string name="dialog_prepare_zip_message">Update voorbereiden</string>
|
||||
<string name="dialog_battery_low_title">Batterij bijna leeg</string>
|
||||
<string name="dialog_battery_low_message_pct">Uw batterijniveau is te laag, u moet op zijn minst <xliff:g id="percent_discharging">%1$d</xliff:g>%% batterijcapaciteit hebben om door te gaan of <xliff:g id="percent_charging">%2$d</xliff:g>%% tijdens het opladen.</string>
|
||||
<string name="reboot">Herstarten</string>
|
||||
<string name="menu_refresh">Vernieuwen</string>
|
||||
<string name="menu_preferences">Instellingen</string>
|
||||
<string name="menu_auto_updates_check">Automatisch controleren op updates</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Een keer per dag</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Een keer per week</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Een keer per maand</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Nooit</string>
|
||||
<string name="menu_auto_delete_updates">Updates verwijderen nadat ze geïnstalleerd zijn</string>
|
||||
<string name="menu_delete_update">Verwijderen</string>
|
||||
<string name="menu_copy_url">URL kopiëren</string>
|
||||
<string name="menu_export_update">Update exporteren</string>
|
||||
<string name="menu_show_changelog">Changelog weergeven</string>
|
||||
<string name="menu_ab_perf_mode">Geef prioriteit aan het updateproces</string>
|
||||
<string name="snack_updates_found">Nieuwe updates gevonden</string>
|
||||
<string name="snack_no_updates_found">Geen nieuwe updates gevonden</string>
|
||||
<string name="snack_updates_check_failed">Kan niet controleren op updates. Controleer uw internetverbinding en probeer het later opnieuw.</string>
|
||||
@@ -67,6 +63,8 @@
|
||||
<string name="header_last_updates_check">Laatst gecontroleerd: <xliff:g id="date" example="1 January 1970">%1$s</xliff:g> (<xliff:g id="time" example="01:23">%2$s</xliff:g>)</string>
|
||||
<string name="list_build_version">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g></string>
|
||||
<string name="list_build_version_date">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g> - <xliff:g id="date" example="July 11, 2017">%2$s</xliff:g></string>
|
||||
<string name="list_download_progress_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> van <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> • <xliff:g id="percentage" example="56">%3$s</xliff:g></string>
|
||||
<string name="list_download_progress_eta_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> van <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> (<xliff:g id="eta" example="3 minutes left">%3$s</xliff:g>) • <xliff:g id="percentage" example="56">%4$s</xliff:g></string>
|
||||
<string name="list_verifying_update">Update verifiëren</string>
|
||||
<string name="list_no_updates">Geen nieuwe updates gevonden. Gebruik de knop Vernieuwen om handmatig te controleren op nieuwe updates.</string>
|
||||
<string name="action_download">Downloaden</string>
|
||||
@@ -108,5 +106,6 @@
|
||||
<string name="blocked_update_dialog_message">Deze update kan niet worden geïnstalleerd met behulp van de updater-app. Lees <xliff:g id="info_url">%1$s</xliff:g> voor meer informatie.</string>
|
||||
<string name="export_channel_title">Exporteren voltooid</string>
|
||||
<string name="new_updates_channel_title">Nieuwe updates</string>
|
||||
<string name="ongoing_channel_title">Huidige downloads</string>
|
||||
<string name="update_failed_channel_title">Update mislukt</string>
|
||||
</resources>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Aktualizator</string>
|
||||
<string name="display_name">Aktualizator</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Weryfikacja nie powiodła się</string>
|
||||
<string name="verifying_download_notification">Weryfikacja aktualizacji</string>
|
||||
<string name="downloading_notification">Pobieranie</string>
|
||||
@@ -52,12 +41,16 @@
|
||||
<string name="menu_refresh">Odśwież</string>
|
||||
<string name="menu_preferences">Ustawienia</string>
|
||||
<string name="menu_auto_updates_check">Automatyczne sprawdzanie aktualizacji</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Raz dziennie</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Raz w tygodniu</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Raz w miesiącu</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Nigdy</string>
|
||||
<string name="menu_auto_delete_updates">Usuń pliki aktualizacji po zainstalowaniu</string>
|
||||
<string name="menu_delete_update">Usuń</string>
|
||||
<string name="menu_copy_url">Kopiuj adres URL</string>
|
||||
<string name="menu_export_update">Wyślij aktualizację</string>
|
||||
<string name="menu_show_changelog">Pokaż listę zmian</string>
|
||||
<string name="menu_ab_perf_mode">Instaluj aktualizacje szybciej</string>
|
||||
<string name="menu_ab_perf_mode">Nadaj wyższy priorytet procesowi aktualizacji</string>
|
||||
<string name="snack_updates_found">Znaleziono nowe aktualizacje</string>
|
||||
<string name="snack_no_updates_found">Nie znaleziono nowych aktualizacji</string>
|
||||
<string name="snack_updates_check_failed">Sprawdzanie aktualizacji nie powiodło się. Sprawdź połączenie z Internetem i spróbuj ponownie.</string>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Atualizador</string>
|
||||
<string name="display_name">Atualizador</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Falha na verificação</string>
|
||||
<string name="verifying_download_notification">Verificando atualização</string>
|
||||
<string name="downloading_notification">Baixando</string>
|
||||
@@ -47,16 +36,21 @@
|
||||
<string name="preparing_ota_first_boot">Preparando-se para a primeira inicialização</string>
|
||||
<string name="dialog_prepare_zip_message">Preparação preliminar de atualização</string>
|
||||
<string name="dialog_battery_low_title">Bateria fraca</string>
|
||||
<string name="dialog_battery_low_message_pct">O nível da bateria está muito baixo, precisando de, pelo menos, <xliff:g id="percent_discharging">%1$d</xliff:g>%% de bateria para continuar, ou <xliff:g id="percent_charging">%2$d</xliff:g>%% se estiver carregando.</string>
|
||||
<string name="reboot">Reiniciar</string>
|
||||
<string name="menu_refresh">Atualizar</string>
|
||||
<string name="menu_preferences">Preferências</string>
|
||||
<string name="menu_auto_updates_check">Autoverificar por atualizações</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Diariamente</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Semanalmente</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Mensalmente</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Nunca</string>
|
||||
<string name="menu_auto_delete_updates">Excluir pacotes instalados</string>
|
||||
<string name="menu_delete_update">Excluir</string>
|
||||
<string name="menu_copy_url">Copiar URL</string>
|
||||
<string name="menu_export_update">Exportar atualização</string>
|
||||
<string name="menu_show_changelog">Mostrar alterações</string>
|
||||
<string name="menu_ab_perf_mode">Instalar atualizações mais rapidamente</string>
|
||||
<string name="menu_ab_perf_mode">Priorizar o processo de atualização</string>
|
||||
<string name="snack_updates_found">Nova atualização disponível</string>
|
||||
<string name="snack_no_updates_found">Não foram encontradas novas atualizações</string>
|
||||
<string name="snack_updates_check_failed">Falha ao procurar por atualizações. Verifique sua conexão com a internet e tente novamente.</string>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Atualizador</string>
|
||||
<string name="display_name">Atualizador</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Verificação falhou</string>
|
||||
<string name="verifying_download_notification">A verificar atualização</string>
|
||||
<string name="downloading_notification">A transferir</string>
|
||||
@@ -52,12 +41,16 @@
|
||||
<string name="menu_refresh">Atualizar</string>
|
||||
<string name="menu_preferences">Preferências</string>
|
||||
<string name="menu_auto_updates_check">Verificação automática de atualizações</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Uma vez por dia</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Uma vez por semana</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Uma vez por mês</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Nunca</string>
|
||||
<string name="menu_auto_delete_updates">Apagar atualizações depois de instaladas</string>
|
||||
<string name="menu_delete_update">Apagar</string>
|
||||
<string name="menu_copy_url">Copiar URL</string>
|
||||
<string name="menu_export_update">Exportar atualização</string>
|
||||
<string name="menu_show_changelog">Mostrar registo de alterações</string>
|
||||
<string name="menu_ab_perf_mode">Instalar atualizações mais rapidamente</string>
|
||||
<string name="menu_ab_perf_mode">Priorizar o processo de atualização</string>
|
||||
<string name="snack_updates_found">Não foram encontradas atualizações</string>
|
||||
<string name="snack_no_updates_found">Não foram encontradas novas atualizações</string>
|
||||
<string name="snack_updates_check_failed">A verificação de atualizações falhou. Por favor, verifique a sua ligação à internet e tente novamente.</string>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Actualizator</string>
|
||||
<string name="display_name">Actualizator</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Verificarea a eșuat</string>
|
||||
<string name="verifying_download_notification">Verificare actualizare</string>
|
||||
<string name="downloading_notification">Descărcare</string>
|
||||
@@ -52,12 +41,16 @@
|
||||
<string name="menu_refresh">Reîmprospătare</string>
|
||||
<string name="menu_preferences">Preferințe</string>
|
||||
<string name="menu_auto_updates_check">Verificare automată a actualizărilor</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Odată pe zi</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Odată pe săptămână</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Odată pe lună</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Niciodată</string>
|
||||
<string name="menu_auto_delete_updates">Şterge actualizările atunci când sunt instalate</string>
|
||||
<string name="menu_delete_update">Șterge</string>
|
||||
<string name="menu_copy_url">Copiază URL</string>
|
||||
<string name="menu_export_update">Exportează actualizarea</string>
|
||||
<string name="menu_show_changelog">Arată changelog</string>
|
||||
<string name="menu_ab_perf_mode">Instalaţi actualizările mai repede</string>
|
||||
<string name="menu_ab_perf_mode">Proces update prioritar</string>
|
||||
<string name="snack_updates_found">Noi actualizări găsite</string>
|
||||
<string name="snack_no_updates_found">Nu s-au găsit actualizări noi</string>
|
||||
<string name="snack_updates_check_failed">Verificarea actualizării a eșuat. Vă rugăm să verificați conexiunea la internet și să încercați din nou mai târziu.</string>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Обновления системы</string>
|
||||
<string name="display_name">Обновления системы</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Проверка не удалась</string>
|
||||
<string name="verifying_download_notification">Проверка обновления</string>
|
||||
<string name="downloading_notification">Загрузка</string>
|
||||
@@ -36,7 +25,7 @@
|
||||
<string name="download_completed_notification">Загрузка завершена</string>
|
||||
<string name="download_starting_notification">Загрузка началась</string>
|
||||
<string name="update_failed_notification">Сбой обновления</string>
|
||||
<string name="new_updates_found_title">Новые обновления</string>
|
||||
<string name="new_updates_found_title">Доступны обновления</string>
|
||||
<string name="text_download_speed">%1$s, %2$s/с</string>
|
||||
<string name="pause_button">Пауза</string>
|
||||
<string name="resume_button">Возобновить</string>
|
||||
@@ -47,21 +36,25 @@
|
||||
<string name="preparing_ota_first_boot">Подготовка к первому запуску</string>
|
||||
<string name="dialog_prepare_zip_message">Подготовка обновления</string>
|
||||
<string name="dialog_battery_low_title">Низкий заряд батареи</string>
|
||||
<string name="dialog_battery_low_message_pct">Уровень заряда батареи слишком низкий, для продолжения необходимо хотя бы <xliff:g id="percent_discharging">%1$d</xliff:g>%% заряда или <xliff:g id="percent_charging">%2$d</xliff:g>%% во время зарядки.</string>
|
||||
<string name="dialog_battery_low_message_pct">Заряд батареи слишком мал. Для продолжения требуется не менее <xliff:g id="percent_discharging">%1$d</xliff:g>%% или более <xliff:g id="percent_charging">%2$d</xliff:g>%% при подключенном зарядном устройстве.</string>
|
||||
<string name="reboot">Перезапуск</string>
|
||||
<string name="menu_refresh">Обновить</string>
|
||||
<string name="menu_preferences">Настройки</string>
|
||||
<string name="menu_auto_updates_check">Автоматическая проверка обновлений</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Раз в день</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Раз в неделю</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Раз в месяц</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Никогда</string>
|
||||
<string name="menu_auto_delete_updates">Удалить файлы обновления после установки</string>
|
||||
<string name="menu_delete_update">Удалить</string>
|
||||
<string name="menu_copy_url">Копировать URL-адрес</string>
|
||||
<string name="menu_copy_url">Скопировать URL</string>
|
||||
<string name="menu_export_update">Экспорт обновлений</string>
|
||||
<string name="menu_show_changelog">Показать журнал изменений</string>
|
||||
<string name="menu_ab_perf_mode">Устанавливайте обновления быстрее</string>
|
||||
<string name="snack_updates_found">Доступно новое обновление</string>
|
||||
<string name="menu_ab_perf_mode">Приоритет процесса обновления</string>
|
||||
<string name="snack_updates_found">Доступно обновление</string>
|
||||
<string name="snack_no_updates_found">Обновлений не найдено</string>
|
||||
<string name="snack_updates_check_failed">Не удалось выполнить проверку обновлений. Проверьте подключение к Интернету и повторите попытку.</string>
|
||||
<string name="snack_download_failed">Загрузка не удалась. Проверьте подключение к Интернету и повторите попытку.</string>
|
||||
<string name="snack_updates_check_failed">Проверка обновлений не удалась. Проверьте подключение к интернету и повторите попытку.</string>
|
||||
<string name="snack_download_failed">Загрузка не удалась. Проверьте подключение к интернету и повторите попытку.</string>
|
||||
<string name="snack_download_verification_failed">Ошибка проверки обновления.</string>
|
||||
<string name="snack_download_verified">Загрузка завершена.</string>
|
||||
<string name="snack_update_not_installable">Это обновление не может быть установлено поверх текущей сборки.</string>
|
||||
@@ -73,7 +66,7 @@
|
||||
<string name="list_download_progress_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> из <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> • <xliff:g id="percentage" example="56">%3$s</xliff:g></string>
|
||||
<string name="list_download_progress_eta_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> из <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> (<xliff:g id="eta" example="3 minutes left">%3$s</xliff:g>) • <xliff:g id="percentage" example="56">%4$s</xliff:g></string>
|
||||
<string name="list_verifying_update">Проверка обновлений</string>
|
||||
<string name="list_no_updates">Обновлений не найдено. Чтобы вручную проверить наличие обновлений, используйте кнопку Обновить.</string>
|
||||
<string name="list_no_updates">Обновлений не найдено. Чтобы проверить наличие обновлений вручную, используйте кнопку Обновить.</string>
|
||||
<string name="action_download">Скачать</string>
|
||||
<string name="action_pause">Приостановить</string>
|
||||
<string name="action_resume">Возобновить</string>
|
||||
@@ -84,7 +77,7 @@
|
||||
<string name="confirm_delete_dialog_title">Удалить файл</string>
|
||||
<string name="confirm_delete_dialog_message">Удалить выбранный файл обновления?</string>
|
||||
<string name="apply_update_dialog_title">Применить обновление</string>
|
||||
<string name="apply_update_dialog_message">Будет выполнено обновление до версии <xliff:g id="update_name">%1$s</xliff:g>.\n\nПри нажатии кнопки <xliff:g id="ok">%2$s</xliff:g> устройство будет перезапущено и переведено в режим восстановления для установки новой версии.\n\nПримечание: для этой функции необходим совместимый режим восстановления. При возникновении ошибки потребуется установить обновление вручную.</string>
|
||||
<string name="apply_update_dialog_message">Будет выполнено обновление до версии <xliff:g id="update_name">%1$s</xliff:g>.\n\nПри нажатии кнопки <xliff:g id="ok">%2$s</xliff:g> устройство будет перезапущено в режиме Recovery для установки новой версии.\n\nПримечание: для использования данной возможности необходим совместимый Recovery. При возникновении ошибки обновление потребуется установить вручную.</string>
|
||||
<string name="apply_update_dialog_message_ab">Будет выполнено обновление до версии <xliff:g id="update_name">%1$s</xliff:g>.\n\nПри нажатии кнопки <xliff:g id="ok">%2$s</xliff:g> будет начата установка в фоновом режиме.\n\nПо завершении вам будет предложено перезапустить устройство.</string>
|
||||
<string name="cancel_installation_dialog_message">Отменить установку?</string>
|
||||
<string name="label_download_url">Ссылка для скачивания</string>
|
||||
@@ -118,7 +111,7 @@
|
||||
<string name="blocked_update_dialog_title">Обновление заблокировано</string>
|
||||
<string name="blocked_update_dialog_message">Эту сборку нельзя установить с помощью встроенной системы обновления. Для получения дополнительной информации ознакомьтесь с <xliff:g id="info_url">%1$s</xliff:g>.</string>
|
||||
<string name="export_channel_title">Экспорт завершен</string>
|
||||
<string name="new_updates_channel_title">Новые обновления</string>
|
||||
<string name="new_updates_channel_title">Доступны обновления</string>
|
||||
<string name="ongoing_channel_title">Текущие загрузки</string>
|
||||
<string name="update_failed_channel_title">Сбой обновления</string>
|
||||
</resources>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -16,16 +15,6 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="update_failed_notification">Agiornamentu fallidu</string>
|
||||
<string name="new_updates_found_title">Agiornamentos noos</string>
|
||||
<string name="pause_button">Pàusa</string>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Aktualizácie</string>
|
||||
<string name="display_name">Aktualizácie</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Overovanie zlyhalo</string>
|
||||
<string name="verifying_download_notification">Overovanie aktualizácie</string>
|
||||
<string name="downloading_notification">Sťahovanie</string>
|
||||
@@ -52,12 +41,16 @@
|
||||
<string name="menu_refresh">Obnoviť</string>
|
||||
<string name="menu_preferences">Predvoľby</string>
|
||||
<string name="menu_auto_updates_check">Automatická kontrola aktualizácií</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Denne</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Týždenne</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Mesačne</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Nikdy</string>
|
||||
<string name="menu_auto_delete_updates">Vymazať aktualizácie po nainštalovaní</string>
|
||||
<string name="menu_delete_update">Vymazať</string>
|
||||
<string name="menu_copy_url">Kopírovať URL</string>
|
||||
<string name="menu_export_update">Export aktualizácie</string>
|
||||
<string name="menu_show_changelog">Zobraziť zoznam zmien</string>
|
||||
<string name="menu_ab_perf_mode">Nainštalovať aktualizácie rýchlejšie</string>
|
||||
<string name="menu_ab_perf_mode">Uprednostňovať proces aktualizácie</string>
|
||||
<string name="snack_updates_found">Našli sa nové aktualizácie</string>
|
||||
<string name="snack_no_updates_found">Nenašli sa žiadne nové aktualizácie</string>
|
||||
<string name="snack_updates_check_failed">Kontrola aktualizácií zlyhala. Skontrolujte prosím vaše internetové pripojenie a skúste to znova neskôr.</string>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Posodobilnik</string>
|
||||
<string name="display_name">Posodobilnik</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Preverjanje je spodletelo</string>
|
||||
<string name="verifying_download_notification">Preverjanje posodobitve</string>
|
||||
<string name="downloading_notification">Prenašanje</string>
|
||||
@@ -47,17 +36,21 @@
|
||||
<string name="preparing_ota_first_boot">Priprava na prvi zagon</string>
|
||||
<string name="dialog_prepare_zip_message">Predhodna priprava posodobitve</string>
|
||||
<string name="dialog_battery_low_title">Nizko stanje baterije</string>
|
||||
<string name="dialog_battery_low_message_pct">Raven napolnjenosti baterije je prenizko, potrebnih je vsaj <xliff:g id="percent_discharging">%1$d</xliff:g>%% baterije za nadaljevanje, <xliff:g id="percent_charging">%2$d</xliff:g>%% med polnjenjem.</string>
|
||||
<string name="reboot">Ponovni zagon</string>
|
||||
<string name="dialog_battery_low_message_pct">Raven napolnjenosti baterije je prenizka, potrebnih je vsaj <xliff:g id="percent_discharging">%1$d</xliff:g>%% baterije za nadaljevanje, <xliff:g id="percent_charging">%2$d</xliff:g>%% med polnjenjem.</string>
|
||||
<string name="reboot">Vnovično zaženi</string>
|
||||
<string name="menu_refresh">Osveži</string>
|
||||
<string name="menu_preferences">Nastavitve</string>
|
||||
<string name="menu_auto_updates_check">Samodejno preverjanje za posodobitve</string>
|
||||
<string name="menu_auto_delete_updates">Izbris posodobitev po namestitvi</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Enkrat na dan</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Enkrat na teden</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Enkrat na mesec</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Nikoli</string>
|
||||
<string name="menu_auto_delete_updates">Izbriši posodobitve po namestitvi</string>
|
||||
<string name="menu_delete_update">Izbriši</string>
|
||||
<string name="menu_copy_url">Kopiraj URL</string>
|
||||
<string name="menu_export_update">Izvozi posodobitev</string>
|
||||
<string name="menu_show_changelog">Prikaži dnevnik sprememb</string>
|
||||
<string name="menu_ab_perf_mode">Namesti posodobitve hitreje</string>
|
||||
<string name="menu_ab_perf_mode">Daj prednost posodobitvenemu procesu</string>
|
||||
<string name="snack_updates_found">Najdene nove posodobitve</string>
|
||||
<string name="snack_no_updates_found">Ni najdenih novih posodobitev</string>
|
||||
<string name="snack_updates_check_failed">Preverjanje za posodobitve je spodletelo. Preverite svojo internetno povezavo in poskusite znova kasneje.</string>
|
||||
@@ -83,9 +76,9 @@
|
||||
<string name="action_cancel">Prekliči</string>
|
||||
<string name="confirm_delete_dialog_title">Izbriši datoteko</string>
|
||||
<string name="confirm_delete_dialog_message">Izbriši izbrano posodobitveno datoteko?</string>
|
||||
<string name="apply_update_dialog_title">Uveljavi posodbitev</string>
|
||||
<string name="apply_update_dialog_message">Ste pred nadgradnjo na <xliff:g id="update_name">%1$s</xliff:g>.\n\nČe pritisnete <xliff:g id="ok">%2$s</xliff:g>, se bo naprava ponovno zagnala v obnovitvenem načinu, da se namesti posodobitev.\n\nOpomba: Ta značilnost zahteva združljivo Obnovitev ali pa boste morali posodobitve namestiti ročno.</string>
|
||||
<string name="apply_update_dialog_message_ab">Ste pred nadgradnjo na <xliff:g id="update_name">%1$s</xliff:g>.\n\nČe pritisnete na <xliff:g id="ok">%2$s</xliff:g>, bo naprava začela nameščanje v ozadju.\n\nOb zaključku boste pozvani k ponovnemu zagonu.</string>
|
||||
<string name="apply_update_dialog_title">Uveljavi posodobitev</string>
|
||||
<string name="apply_update_dialog_message">Ste pred nadgradnjo na <xliff:g id="update_name">%1$s</xliff:g>.\n\nČe pritisnete <xliff:g id="ok">%2$s</xliff:g>, se bo naprava vnovično zagnala v obnovitvenem načinu, da se namesti posodobitev.\n\nOpomba: Ta značilnost zahteva združljivo Obnovitev ali pa boste morali posodobitve namestiti ročno.</string>
|
||||
<string name="apply_update_dialog_message_ab">Ste pred nadgradnjo na <xliff:g id="update_name">%1$s</xliff:g>.\n\nČe pritisnete na <xliff:g id="ok">%2$s</xliff:g>, bo naprava začela nameščanje v ozadju.\n\nOb zaključku boste pozvani k vnovičnemu zagonu.</string>
|
||||
<string name="cancel_installation_dialog_message">Prekliči nameščanje?</string>
|
||||
<string name="label_download_url">URL prenosa</string>
|
||||
<string name="toast_download_url_copied">URL kopiran</string>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -16,18 +15,97 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="app_name">Përditësuesi</string>
|
||||
<string name="display_name">Përditësuesi</string>
|
||||
<string name="verification_failed_notification">Verifikimi dështoi</string>
|
||||
<string name="verifying_download_notification">Duke verifikuar përditësimin</string>
|
||||
<string name="downloading_notification">Duke u shkarkuar</string>
|
||||
<string name="download_paused_notification">Shkarkimi ndaloi</string>
|
||||
<string name="download_paused_error_notification">Problem në shkarkim</string>
|
||||
<string name="download_completed_notification">Shkarkimi përfundoi</string>
|
||||
<string name="download_starting_notification">Duke filluar shkarkimin</string>
|
||||
<string name="update_failed_notification">Përditësimi dështoi</string>
|
||||
<string name="new_updates_found_title">Përditësime të reja</string>
|
||||
<string name="text_download_speed">%1$s, %2$s/s</string>
|
||||
<string name="pause_button">Pusho</string>
|
||||
<string name="resume_button">Rinis</string>
|
||||
<string name="installing_update">Duke instaluar paketën e përditësimit</string>
|
||||
<string name="installing_update_error">Gabim në instalim</string>
|
||||
<string name="installing_update_finished">Përditesimi u instalua</string>
|
||||
<string name="finalizing_package">Në perfundim të instalimit të paketës</string>
|
||||
<string name="preparing_ota_first_boot">Po përgatitet për ndezjen e parë</string>
|
||||
<string name="dialog_prepare_zip_message">Parapërgatitje për përditësimin</string>
|
||||
<string name="dialog_battery_low_title">Bateria e ulët</string>
|
||||
<string name="dialog_battery_low_message_pct">Niveli i baterië është shumë i ulët, për të vazhduar duhet të jetë të paktën <xliff:g id="percent_discharging">%1$d</xliff:g>%% e baterisë, ose <xliff:g id="percent_charging">%2$d</xliff:g>%% nëse po karikohet.</string>
|
||||
<string name="reboot">Rindiz</string>
|
||||
<string name="menu_refresh">Rifresko</string>
|
||||
<string name="menu_preferences">Preferencat</string>
|
||||
<string name="menu_auto_updates_check">Kontroll automatik të përditësimeve</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Njëherë në ditë</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Njëherë në javë</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Njëherë në muaj</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Asnjëherë</string>
|
||||
<string name="menu_auto_delete_updates">Fshi përditësimet pas instalimit</string>
|
||||
<string name="menu_delete_update">Fshije</string>
|
||||
<string name="menu_copy_url">Kopjo URL</string>
|
||||
<string name="menu_export_update">Eksporto përditësimin</string>
|
||||
<string name="menu_show_changelog">Shfaq ndryshimet</string>
|
||||
<string name="menu_ab_perf_mode">Jepi përparësi përditësimit</string>
|
||||
<string name="snack_updates_found">Ka përditësime të reja</string>
|
||||
<string name="snack_no_updates_found">Nuk u gjet asnjë përditësim i ri</string>
|
||||
<string name="snack_updates_check_failed">Kontrolli për përditësim dështoi. Ju lutem kontrolloni për lidhjen me internet e më pas provoni sërish.</string>
|
||||
<string name="snack_download_failed">Shkarkimi dështoi. Ju lutem kontrolloni për lidhjen me internetin dhe provoni sërish.</string>
|
||||
<string name="snack_download_verification_failed">Verifikim i përditësimit dështoi.</string>
|
||||
<string name="snack_download_verified">Shkarkimi përfundoi.</string>
|
||||
<string name="snack_update_not_installable">Ky përditësim nuk mund të instalohet mbi këtë version aktual.</string>
|
||||
<string name="header_title_text">LineageOS\n%1$s</string>
|
||||
<string name="header_android_version">Android <xliff:g id="version" example="7.1.2">%1$s</xliff:g></string>
|
||||
<string name="header_last_updates_check">Kontrolli i fundit: <xliff:g id="date" example="1 January 1970">%1$s</xliff:g> (<xliff:g id="time" example="01:23">%2$s</xliff:g>)</string>
|
||||
<string name="list_build_version">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g></string>
|
||||
<string name="list_build_version_date">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g> - <xliff:g id="date" example="July 11, 2017">%2$s</xliff:g></string>
|
||||
<string name="list_download_progress_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> e <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> • <xliff:g id="percentage" example="56">%3$s</xliff:g></string>
|
||||
<string name="list_download_progress_eta_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> e <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> (<xliff:g id="eta" example="3 minutes left">%3$s</xliff:g>) • <xliff:g id="percentage" example="56">%4$s</xliff:g></string>
|
||||
<string name="list_verifying_update">Duke verifikuar përditësimin</string>
|
||||
<string name="list_no_updates">Nuk ka përditësime të reja. Për të kërkuar manualisht për përditësime të reja, përdor butonin Rifresko.</string>
|
||||
<string name="action_download">Shkarko</string>
|
||||
<string name="action_pause">Pezullo</string>
|
||||
<string name="action_resume">Rinis</string>
|
||||
<string name="action_install">Instalo</string>
|
||||
<string name="action_info">Informacion</string>
|
||||
<string name="action_delete">Fshi</string>
|
||||
<string name="action_cancel">Anullo</string>
|
||||
<string name="confirm_delete_dialog_title">Fshi skedarin</string>
|
||||
<string name="confirm_delete_dialog_message">Dëshiron të fshish skedarin e zgjedhur të përditësimit?</string>
|
||||
<string name="apply_update_dialog_title">Apliko përditësimin</string>
|
||||
<string name="apply_update_dialog_message">Ju po përditësoheni në <xliff:g id="update_name">%1$s</xliff:g>.\n\nNëse shtypni <xliff:g id="ok">%2$s</xliff:g>, telefoni do te rindizet ne Gjendjen Recovery për të instaluar përditesimin.\n\nShënim: Ky funksion kërkon nje Recovery të përshtatshem ose perditesimi do duhet të bëhet manualisht.</string>
|
||||
<string name="apply_update_dialog_message_ab">Ju po përditësoheni në <xliff:g id="update_name">%1$s</xliff:g>.\n\nNëse zgjidhni <xliff:g id="ok">%2$s</xliff:g>, paisja do fillojë instalimin prapaskenë. \n\nSapo të përfundojë, ju do të pyeteni për të rindezur paisjen.</string>
|
||||
<string name="cancel_installation_dialog_message">Anullo instalimin?</string>
|
||||
<string name="label_download_url">Shkarko URL</string>
|
||||
<string name="toast_download_url_copied">URL u kopjua</string>
|
||||
<string name="dialog_export_title">Duke exportuar përditësimin</string>
|
||||
<string name="notification_export_success">Përditësimi u eksportua</string>
|
||||
<string name="notification_export_fail">Problem në exportim</string>
|
||||
<string name="toast_already_exporting">Aktualisht po exporton një përditësim</string>
|
||||
<plurals name="eta_seconds">
|
||||
<item quantity="one">1 sekondë e mbetur</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> sekonda të mbetura</item>
|
||||
</plurals>
|
||||
<plurals name="eta_minutes">
|
||||
<item quantity="one">1 minutë e mbetur</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> minuta të mbetura</item>
|
||||
</plurals>
|
||||
<plurals name="eta_hours">
|
||||
<item quantity="one">1 orë e mbetur</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> orë të mbetura</item>
|
||||
</plurals>
|
||||
<string name="update_on_mobile_data_title">Paralajmërim</string>
|
||||
<string name="update_on_mobile_data_message">Jo po shkarkoni një paketë përditësimi duke përodur internetin e kartës, e cila do konsumojë shumë internet. Dëshironi të vazhdoni?</string>
|
||||
<string name="checkbox_mobile_data_warning">Mos e shfaq përsëri</string>
|
||||
<string name="menu_mobile_data_warning">Paralajmërim për përdorim nga rrjeti telefonik</string>
|
||||
<string name="blocked_update_dialog_title">Përditësimi është bllokuar</string>
|
||||
<string name="blocked_update_dialog_message">Ky përditësim nuk mund të instalohet me app e përditësuesit. Për më shumë informacion ju lutem lexoni <xliff:g id="info_url">%1$s</xliff:g>.</string>
|
||||
<string name="export_channel_title">Eksporto përfundimin</string>
|
||||
<string name="new_updates_channel_title">Përditësime të reja</string>
|
||||
<string name="ongoing_channel_title">Shkarkimet në proces</string>
|
||||
<string name="update_failed_channel_title">Përditësimi dështoi</string>
|
||||
</resources>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Ажурирања</string>
|
||||
<string name="display_name">Ажурирања</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Верификација није успела</string>
|
||||
<string name="verifying_download_notification">Верификација анжурирања</string>
|
||||
<string name="downloading_notification">Преузимање</string>
|
||||
@@ -35,6 +24,7 @@
|
||||
<string name="download_paused_error_notification">Грешка приликом преузимања</string>
|
||||
<string name="download_completed_notification">Преузимање је завршено</string>
|
||||
<string name="download_starting_notification">Покретање преузимања</string>
|
||||
<string name="update_failed_notification">Неуспешно ажурирање</string>
|
||||
<string name="new_updates_found_title">Нова ажурирања</string>
|
||||
<string name="text_download_speed">%1$s, %2$s/с</string>
|
||||
<string name="pause_button">Пауза</string>
|
||||
@@ -45,14 +35,18 @@
|
||||
<string name="finalizing_package">Довршавање инсталације пакета</string>
|
||||
<string name="preparing_ota_first_boot">Припрема за прво покретање</string>
|
||||
<string name="dialog_prepare_zip_message">Припрема прелиминарних ажурирања</string>
|
||||
<string name="dialog_battery_low_title">Слаба батерија</string>
|
||||
<string name="dialog_battery_low_message_pct">Ниво батерије је пренизак, треба вам барем <xliff:g id="percent_discharging">%1$d</xliff:g>%% батерије да наставите, <xliff:g id="percent_charging">%2$d</xliff:g>%% ако се пуни.</string>
|
||||
<string name="reboot">Покрени поново</string>
|
||||
<string name="menu_refresh">Оcвежи</string>
|
||||
<string name="menu_preferences">Подешавања</string>
|
||||
<string name="menu_auto_updates_check">Аутоматски провери ажурирања</string>
|
||||
<string name="menu_auto_delete_updates">Обриши ажурирања након инсталације</string>
|
||||
<string name="menu_delete_update">Обриши</string>
|
||||
<string name="menu_copy_url">Копирај URL</string>
|
||||
<string name="menu_export_update">Извези ажурирања</string>
|
||||
<string name="menu_show_changelog">Прикажи дневник измена</string>
|
||||
<string name="menu_ab_perf_mode">Приоритет процеса ажурирања</string>
|
||||
<string name="snack_updates_found">Ново ажурирање пронађено</string>
|
||||
<string name="snack_no_updates_found">Нису пронађена нова ажурирања</string>
|
||||
<string name="snack_updates_check_failed">Провера за ажурирања није успела. Провери своју интернет везу и покушај поново касније.</string>
|
||||
@@ -65,9 +59,17 @@
|
||||
<string name="header_last_updates_check">Последњи пут проверено: <xliff:g id="date" example="1 January 1970">%1$s</xliff:g> (<xliff:g id="time" example="01:23">%2$s</xliff:g>)</string>
|
||||
<string name="list_build_version">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g></string>
|
||||
<string name="list_build_version_date">LineageOS <xliff:g id="version" example="14.1">%1$s </xliff:g> - <xliff:g id="date" example="July 11, 2017">%2$s </xliff:g></string>
|
||||
<string name="list_download_progress_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> од <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> • <xliff:g id="percentage" example="56">%3$s</xliff:g></string>
|
||||
<string name="list_download_progress_eta_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> од <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> (<xliff:g id="eta" example="3 minutes left">%3$s</xliff:g>) • <xliff:g id="percentage" example="56">%4$s</xliff:g></string>
|
||||
<string name="list_verifying_update">Верификација анжурирања</string>
|
||||
<string name="list_no_updates">Нема нових ажурирања. Да ручно провериш нова ажурирања користи дугме освежи.</string>
|
||||
<string name="action_download">Преузми</string>
|
||||
<string name="action_pause">Паузирај</string>
|
||||
<string name="action_resume">Настави</string>
|
||||
<string name="action_install">Инсталирај</string>
|
||||
<string name="action_info">Информације</string>
|
||||
<string name="action_delete">Избриши</string>
|
||||
<string name="action_cancel">Откажи</string>
|
||||
<string name="confirm_delete_dialog_title">Обриши фајл</string>
|
||||
<string name="confirm_delete_dialog_message">Избриши изабрани фајл за ажурирање?</string>
|
||||
<string name="apply_update_dialog_title">Примени ажурирање</string>
|
||||
@@ -80,6 +82,21 @@
|
||||
<string name="notification_export_success">Ажурирање извезено</string>
|
||||
<string name="notification_export_fail">Грешка при извозу</string>
|
||||
<string name="toast_already_exporting">Већ извозим ажурирање</string>
|
||||
<plurals name="eta_seconds">
|
||||
<item quantity="one">преостала 1 секунда</item>
|
||||
<item quantity="few">преостало <xliff:g id="count">%d</xliff:g> секунде</item>
|
||||
<item quantity="other">преостало <xliff:g id="count">%d</xliff:g> секунди</item>
|
||||
</plurals>
|
||||
<plurals name="eta_minutes">
|
||||
<item quantity="one">преостало 1 минут</item>
|
||||
<item quantity="few">преостало <xliff:g id="count">%d</xliff:g> минута</item>
|
||||
<item quantity="other">преостало <xliff:g id="count">%d</xliff:g> минута</item>
|
||||
</plurals>
|
||||
<plurals name="eta_hours">
|
||||
<item quantity="one">преостао 1 сат</item>
|
||||
<item quantity="few">преостало <xliff:g id="count">%d</xliff:g> сата</item>
|
||||
<item quantity="other">преостало <xliff:g id="count">%d</xliff:g> сати</item>
|
||||
</plurals>
|
||||
<string name="update_on_mobile_data_title">Упозорење</string>
|
||||
<string name="update_on_mobile_data_message">Преузећете пакет ажурирања користећи мобилну интернет везу што ће вероватно прузроковати високу употребу мобилног интернета. Желите ли да наставите?</string>
|
||||
<string name="checkbox_mobile_data_warning">Не приказуј поново</string>
|
||||
@@ -89,4 +106,5 @@
|
||||
<string name="export_channel_title">Извоз завршен</string>
|
||||
<string name="new_updates_channel_title">Нова ажурирања</string>
|
||||
<string name="ongoing_channel_title">Преузимања у току</string>
|
||||
<string name="update_failed_channel_title">Неуспешно ажурирање</string>
|
||||
</resources>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -16,16 +15,6 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Verifieringen misslyckades</string>
|
||||
<string name="verifying_download_notification">Verifierar uppdateringen</string>
|
||||
<string name="downloading_notification">Laddar ner</string>
|
||||
@@ -39,9 +28,14 @@
|
||||
<string name="installing_update">Installerar uppdateringspaketet</string>
|
||||
<string name="installing_update_error">Installationsfel</string>
|
||||
<string name="installing_update_finished">Uppdateringen har installerats</string>
|
||||
<string name="dialog_battery_low_title">Låg batterinivå</string>
|
||||
<string name="reboot">Starta om</string>
|
||||
<string name="menu_refresh">Uppdatera</string>
|
||||
<string name="menu_auto_updates_check">Sök efter uppdateringar automatiskt</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">En gång om dagen</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">En gång i veckan</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">En gång i månaden</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Aldrig</string>
|
||||
<string name="menu_delete_update">Ta bort</string>
|
||||
<string name="menu_copy_url">Kopiera webbadress</string>
|
||||
<string name="menu_show_changelog">Visa ändringslogg</string>
|
||||
@@ -53,8 +47,15 @@
|
||||
<string name="header_last_updates_check">Senaste kontrollen utfördes: <xliff:g id="date" example="1 January 1970">%1$s</xliff:g> (<xliff:g id="time" example="01:23">%2$s</xliff:g>)</string>
|
||||
<string name="list_build_version">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g></string>
|
||||
<string name="list_build_version_date">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g> – <xliff:g id="date" example="July 11, 2017">%2$s</xliff:g></string>
|
||||
<string name="list_download_progress_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> av <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> • <xliff:g id="percentage" example="56">%3$s</xliff:g></string>
|
||||
<string name="list_verifying_update">Verifierar uppdateringen</string>
|
||||
<string name="action_download">Ladda ner</string>
|
||||
<string name="action_pause">Pausa</string>
|
||||
<string name="action_resume">Återuppta</string>
|
||||
<string name="action_install">Installera</string>
|
||||
<string name="action_info">Info</string>
|
||||
<string name="action_delete">Radera</string>
|
||||
<string name="action_cancel">Avbryt</string>
|
||||
<string name="confirm_delete_dialog_title">Ta bort fil</string>
|
||||
<string name="label_download_url">Nedladdningsadress</string>
|
||||
<string name="toast_download_url_copied">Webbadressen har kopierats</string>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -16,14 +15,90 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="app_name">อัปเดต</string>
|
||||
<string name="display_name">อัปเดต</string>
|
||||
<string name="verification_failed_notification">การยืนยันล้มเหลว</string>
|
||||
<string name="verifying_download_notification">กำลังตรวจสอบการอัปเดต</string>
|
||||
<string name="downloading_notification">กำลังดาวน์โหลด</string>
|
||||
<string name="download_paused_notification">ดาวน์โหลดหยุดชั่วคราว</string>
|
||||
<string name="download_paused_error_notification">ดาวน์โหลดผิดพลาด</string>
|
||||
<string name="download_completed_notification">ดาวน์โหลดเสร็จสมบูรณ์</string>
|
||||
<string name="download_starting_notification">กำลังเริ่มดาวน์โหลด</string>
|
||||
<string name="update_failed_notification">การอัปเดตล้มเหลว</string>
|
||||
<string name="new_updates_found_title">การอัปเดตใหม่</string>
|
||||
<string name="text_download_speed">%1$s, %2$s/วินาที</string>
|
||||
<string name="pause_button">พัก</string>
|
||||
<string name="resume_button">ทำต่อ</string>
|
||||
<string name="installing_update">กำลังติดตั้งแพ็คเกจการอัพเดท</string>
|
||||
<string name="installing_update_error">มีข้อผิดพลาดในการติดตั้ง</string>
|
||||
<string name="installing_update_finished">ติดตั้งการอัปเดตเรียบร้อยแล้ว</string>
|
||||
<string name="finalizing_package">สิ้นสุดการติดตั้งแพ็กเกจ</string>
|
||||
<string name="preparing_ota_first_boot">กำลังเตรียมการสำหรับการบูตครั้งแรก</string>
|
||||
<string name="dialog_prepare_zip_message">เตรียมการอัปเดตเบื้องต้น</string>
|
||||
<string name="dialog_battery_low_title">แบตเตอรี่ต่ำ</string>
|
||||
<string name="dialog_battery_low_message_pct">ระดับแบตเตอรี่ต่ำเกินไป คุณจะต้องมีระดับแบตเตอรี่อย่างน้อย <xliff:g id="percent_discharging">%1$d</xliff:g>%% เพื่อดำเนินต่อ <xliff:g id="percent_charging">%2$d</xliff:g>%% หากกำลังชาร์จ</string>
|
||||
<string name="reboot">เริ่มระบบใหม่</string>
|
||||
<string name="menu_refresh">โหลดใหม่</string>
|
||||
<string name="menu_preferences">การตั้งค่า</string>
|
||||
<string name="menu_auto_updates_check">ตรวจสอบการอัปเดตอัตโนมัติ</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">วันละครั้ง</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">สัปดาห์ละครั้ง</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">เดือนละครั้ง</string>
|
||||
<string name="menu_auto_updates_check_interval_never">ไม่เลย</string>
|
||||
<string name="menu_auto_delete_updates">ลบการอัปเดตเมื่อติดตั้งเสร็จสิ้น</string>
|
||||
<string name="menu_delete_update">ลบ</string>
|
||||
<string name="menu_copy_url">คัดลอก URL</string>
|
||||
<string name="menu_export_update">ส่งออกการอัปเดต</string>
|
||||
<string name="menu_show_changelog">แสดงการเปลี่ยนแปลง</string>
|
||||
<string name="menu_ab_perf_mode">จัดลำดับความสำคัญของกระบวนการอัพเดต</string>
|
||||
<string name="snack_updates_found">ไม่พบการอัปเดตใหม่</string>
|
||||
<string name="snack_no_updates_found">ไม่พบการอัปเดตใหม่</string>
|
||||
<string name="snack_updates_check_failed">การตรวจสอบอัปเดตล้มเหลว โปรดตรวจสอบการเชื่อมต่ออินเตอร์เน็ตแล้วลองใหม่</string>
|
||||
<string name="snack_download_failed">การดาวน์โหลดล้มเหลว โปรดตรวจสอบการเชื่อมต่ออินเตอร์เน็ตแล้วลองใหม่</string>
|
||||
<string name="snack_download_verification_failed">การยืนยันการอัปเดตล้มเหลว</string>
|
||||
<string name="snack_download_verified">ดาวน์โหลดเสร็จสมบูรณ์</string>
|
||||
<string name="snack_update_not_installable">การอัปเดตนี้ไม่สามารถติดตั้งบนบิลด์ปัจจุบัน</string>
|
||||
<string name="header_last_updates_check">ตรวจสอบล่าสุด: <xliff:g id="date" example="1 January 1970">%1$s</xliff:g> (<xliff:g id="time" example="01:23">%2$s</xliff:g>)</string>
|
||||
<string name="list_download_progress_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> ของ <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> • <xliff:g id="percentage" example="56">%3$s</xliff:g></string>
|
||||
<string name="list_download_progress_eta_new"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> สำหรับ <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> (<xliff:g id="eta" example="3 minutes left">%3$s</xliff:g>) • <xliff:g id="percentage" example="56">%4$s</xliff:g></string>
|
||||
<string name="list_verifying_update">กำลังตรวจสอบการอัปเดต</string>
|
||||
<string name="list_no_updates">ไม่พบการอัปเดตใหม่ หากต้องการตรวจสอบการอัปเดตใหม่ด้วยตนเองให้ใช้ปุ่มรีเฟรช</string>
|
||||
<string name="action_download">ดาวน์โหลด</string>
|
||||
<string name="action_pause">หยุดชั่วคราว</string>
|
||||
<string name="action_resume">ดำเนินการต่อ</string>
|
||||
<string name="action_install">ติดตั้ง</string>
|
||||
<string name="action_info">ข้อมูล</string>
|
||||
<string name="action_delete">ลบ</string>
|
||||
<string name="action_cancel">ยกเลิก</string>
|
||||
<string name="confirm_delete_dialog_title">ลบไฟล์</string>
|
||||
<string name="confirm_delete_dialog_message">ลบไฟล์การอัปเดตที่เลือกไว้หรือไม่</string>
|
||||
<string name="apply_update_dialog_title">ใช้การอัปเดต</string>
|
||||
<string name="apply_update_dialog_message">คุณกำลังจะอัปเกรดเป็น <xliff:g id="update_name">%1$s</xliff:g>.\n\nถ้าคุณกด <xliff:g id="ok">%2$s</xliff:g>, อุปกรณ์จะเริ่มต้นใหม่ในโหมดกู้คืนเพื่อติดตั้งไฟล์อัปเดต\n\nหมายเหตุ: ฟีเจอร์นี้ต้องการระบบกู้คืนที่ถูกรองรับ ไม่งั้นผู้ใช้จะต้องติดตั้งการอัปเดตด้วยตนเอง</string>
|
||||
<string name="apply_update_dialog_message_ab">คุณกำลังจะอัปเกรดเป็น <xliff:g id="update_name">%1$s</xliff:g>.\n\nถ้าคุณกด <xliff:g id="ok">%2$s</xliff:g>, อุปกรณ์จะเริ่มติดตั้งในพื้นหลัง\n\nเมื่อเสร็จสิ้นคุณจะได้รับแจ้งให้รีบูต</string>
|
||||
<string name="cancel_installation_dialog_message">ยกเลิกการติดตั้งหรือไม่</string>
|
||||
<string name="label_download_url">ดาวน์โหลด URL</string>
|
||||
<string name="toast_download_url_copied">คัดลอก URL แล้ว</string>
|
||||
<string name="dialog_export_title">กำลังส่งออกการอัปเดต</string>
|
||||
<string name="notification_export_success">การอัปเดตถูกส่งออกแล้ว</string>
|
||||
<string name="notification_export_fail">การส่งออกเกิดข้อผิดพลาด</string>
|
||||
<string name="toast_already_exporting">ดำเนินการส่งออกอัปเดตเรียบร้อยแล้ว</string>
|
||||
<plurals name="eta_seconds">
|
||||
<item quantity="other">เหลือ <xliff:g id="count">%d</xliff:g> วินาที</item>
|
||||
</plurals>
|
||||
<plurals name="eta_minutes">
|
||||
<item quantity="other">เหลือ <xliff:g id="count">%d</xliff:g> นาที</item>
|
||||
</plurals>
|
||||
<plurals name="eta_hours">
|
||||
<item quantity="other">เหลือ <xliff:g id="count">%d</xliff:g> ชั่วโมง</item>
|
||||
</plurals>
|
||||
<string name="update_on_mobile_data_title">คำเตือน</string>
|
||||
<string name="update_on_mobile_data_message">คุณกำลังจะดาวน์โหลดแพ็คเกจการอัปเดตโดยใช้ข้อมูลมือถือซึ่งมีโอกาสที่จะทำให้เกิดการใช้ข้อมูลสูง คุณต้องการดำเนินการต่อหรือไม่</string>
|
||||
<string name="checkbox_mobile_data_warning">ไม่ต้องแสดงอีก</string>
|
||||
<string name="menu_mobile_data_warning">คำเตือนการใช้งานข้อมูลมือถือ</string>
|
||||
<string name="blocked_update_dialog_title">การอัปเดตถูกปิดกั้น</string>
|
||||
<string name="blocked_update_dialog_message">ไม่สามารถติดตั้งอัปเดตนี้ด้วยแอปอัปเดต กรุณาอ่านที่ <xliff:g id="info_url">%1$s</xliff:g> สำหรับข้อมูลเพิ่มเติม</string>
|
||||
<string name="export_channel_title">ส่งออกเสร็จสมบูรณ์</string>
|
||||
<string name="new_updates_channel_title">การอัปเดตใหม่</string>
|
||||
<string name="ongoing_channel_title">การดาวน์โหลดที่กำลังดำเนินอยู่</string>
|
||||
<string name="update_failed_channel_title">การอัปเดตล้มเหลว</string>
|
||||
</resources>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Güncelleyici</string>
|
||||
<string name="display_name">Güncelleyici</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Doğrulama başarısız</string>
|
||||
<string name="verifying_download_notification">Güncelleme doğrulanıyor</string>
|
||||
<string name="downloading_notification">İndiriliyor</string>
|
||||
@@ -52,12 +41,16 @@
|
||||
<string name="menu_refresh">Yenile</string>
|
||||
<string name="menu_preferences">Tercihler</string>
|
||||
<string name="menu_auto_updates_check">Otomatik güncelleme kontrolü</string>
|
||||
<string name="menu_auto_updates_check_interval_daily">Günde bir defa</string>
|
||||
<string name="menu_auto_updates_check_interval_weekly">Haftada bir defa</string>
|
||||
<string name="menu_auto_updates_check_interval_monthly">Ayda bir defa</string>
|
||||
<string name="menu_auto_updates_check_interval_never">Asla</string>
|
||||
<string name="menu_auto_delete_updates">Yüklendiğinde güncellemeleri sil</string>
|
||||
<string name="menu_delete_update">Sil</string>
|
||||
<string name="menu_copy_url">URL adresini kopyala</string>
|
||||
<string name="menu_export_update">Güncellemeyi dışarı aktar</string>
|
||||
<string name="menu_show_changelog">Değişiklikleri göster</string>
|
||||
<string name="menu_ab_perf_mode">Güncellemeleri daha hızlı yükle</string>
|
||||
<string name="menu_ab_perf_mode">Güncelleme sürecini öncelikli hale getir</string>
|
||||
<string name="snack_updates_found">Yeni güncelleştirmeler bulundu</string>
|
||||
<string name="snack_no_updates_found">Yeni güncelleme bulunamadı</string>
|
||||
<string name="snack_updates_check_failed">Güncelleme kontrolü başarısız oldu. Lütfen internet bağlantınızı kontrol edin ve daha sonra tekrar deneyin.</string>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Оновлення</string>
|
||||
<string name="display_name">Оновлення</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Не вдалося виконати перевірку</string>
|
||||
<string name="verifying_download_notification">Перевірка оновлення</string>
|
||||
<string name="downloading_notification">Завантаження</string>
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS 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">
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
</resources>
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<!--
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
@@ -18,16 +17,6 @@
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Trình cập nhật</string>
|
||||
<string name="display_name">Trình cập nhật</string>
|
||||
<!-- Directory where the update files will be downloaded and stored.
|
||||
WARNING: The application can and will delete any unknown file. -->
|
||||
<!-- Directory where the downloads will be exported to.
|
||||
The path is relative to the root of the external storage.-->
|
||||
<!--
|
||||
Optional placeholders replaced at runtime:
|
||||
{device} - Device name
|
||||
{type} - Build type
|
||||
{incr} - Incremental version
|
||||
-->
|
||||
<string name="verification_failed_notification">Xác minh thất bại</string>
|
||||
<string name="verifying_download_notification">Đang xác thực bản cập nhật</string>
|
||||
<string name="downloading_notification">Đang tải xuống</string>
|
||||
@@ -57,7 +46,7 @@
|
||||
<string name="menu_copy_url">Sao chép URL</string>
|
||||
<string name="menu_export_update">Xuất bản cập nhật</string>
|
||||
<string name="menu_show_changelog">Hiển thị nhật ký thay đổi</string>
|
||||
<string name="menu_ab_perf_mode">Cài đặt bản cập nhật nhanh hơn</string>
|
||||
<string name="menu_ab_perf_mode">Ưu tiên quá trình cập nhật</string>
|
||||
<string name="snack_updates_found">Đã tìm thấy bản cập nhật mới</string>
|
||||
<string name="snack_no_updates_found">Không tìm thấy bản cập nhật mới</string>
|
||||
<string name="snack_updates_check_failed">Kiểm tra bản cập nhật không thành công. Vui lòng kiểm tra kết nối internet của bạn và thử lại sau.</string>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user