Merge pull request #2781 from kiwix/develop

Merge develop to master for 3.4.6
This commit is contained in:
Kelson 2022-01-30 16:51:11 +01:00 committed by GitHub
commit 3d4a6d98ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
116 changed files with 1177 additions and 201 deletions

View File

@ -15,7 +15,7 @@ jobs:
coverageReport: coverageReport:
strategy: strategy:
matrix: matrix:
api-level: [21, 21] api-level: [21, 21, 30]
fail-fast: false fail-fast: false
runs-on: macOS-latest runs-on: macOS-latest
steps: steps:

View File

@ -10,7 +10,7 @@ jobs:
instrumentation_tests: instrumentation_tests:
strategy: strategy:
matrix: matrix:
api-level: [21, 22, 23, 24, 25, 27, 28] api-level: [21, 22, 23, 24, 25, 27, 28, 30]
fail-fast: false fail-fast: false
runs-on: macOS-latest runs-on: macOS-latest
steps: steps:

View File

@ -1,3 +1,11 @@
3.4.6
* FIX: Added MANAGE_EXTERNAL_STORAGE permission for Android 11 and later
* FIX: Hide "Download over wifi settings" on custom apps
* FIX: Hide SD card access setting on custom apps
* FIX: Launch screen icon updated
* FIX: Broken "Get content" launcher icon
* NEW: Better hide virtual keyboard in library
3.4.5 3.4.5
NEW: Supports Android 11 NEW: Supports Android 11
NEW: Hotspot socket address better visible, clickable and shareable NEW: Hotspot socket address better visible, clickable and shareable

View File

@ -17,6 +17,7 @@ Kiwix Android is written in [Kotlin](https://kotlinlang.org/) (with a few old
pieces in Java). pieces in Java).
[![Build Status](https://github.com/kiwix/kiwix-android/workflows/CI/badge.svg?query=branch%3Adevelop+workflow%3ANightly)](https://github.com/kiwix/kiwix-android/actions?query=workflow%3ANightly+branch%3Adevelop) [![Build Status](https://github.com/kiwix/kiwix-android/workflows/CI/badge.svg?query=branch%3Adevelop+workflow%3ANightly)](https://github.com/kiwix/kiwix-android/actions?query=workflow%3ANightly+branch%3Adevelop)
[![Nightly](https://github.com/kiwix/kiwix-android/actions/workflows/nightly.yml/badge.svg)](https://github.com/kiwix/kiwix-android/actions/workflows/nightly.yml)
[![codecov](https://codecov.io/gh/kiwix/kiwix-android/branch/develop/graph/badge.svg)](https://codecov.io/gh/kiwix/kiwix-android) [![codecov](https://codecov.io/gh/kiwix/kiwix-android/branch/develop/graph/badge.svg)](https://codecov.io/gh/kiwix/kiwix-android)
[![CodeFactor](https://www.codefactor.io/repository/github/kiwix/kiwix-android/badge)](https://www.codefactor.io/repository/github/kiwix/kiwix-android) [![CodeFactor](https://www.codefactor.io/repository/github/kiwix/kiwix-android/badge)](https://www.codefactor.io/repository/github/kiwix/kiwix-android)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

View File

@ -11,7 +11,7 @@ apply(from = rootProject.file("jacoco.gradle"))
ext { ext {
set("versionMajor", 3) set("versionMajor", 3)
set("versionMinor", 4) set("versionMinor", 4)
set("versionPatch", 5) set("versionPatch", 6)
} }
fun generateVersionName() = "${ext["versionMajor"]}.${ext["versionMinor"]}.${ext["versionPatch"]}" fun generateVersionName() = "${ext["versionMajor"]}.${ext["versionMinor"]}.${ext["versionPatch"]}"

View File

@ -11,7 +11,7 @@
<ID>MagicNumber:ShareFiles.kt$ShareFiles$24</ID> <ID>MagicNumber:ShareFiles.kt$ShareFiles$24</ID>
<ID>MagicNumber:ZimManageViewModel.kt$ZimManageViewModel$5</ID> <ID>MagicNumber:ZimManageViewModel.kt$ZimManageViewModel$5</ID>
<ID>MagicNumber:ZimManageViewModel.kt$ZimManageViewModel$500</ID> <ID>MagicNumber:ZimManageViewModel.kt$ZimManageViewModel$500</ID>
<ID>MagicNumber:ZimHostFragment.kt$ZimHostFragment$4</ID> <ID>NestedBlockDepth:LocalLibraryFragment.kt$LocalLibraryFragment$checkPermissions</ID>
<ID>NestedBlockDepth:PeerGroupHandshake.kt$PeerGroupHandshake$readHandshakeAndExchangeMetaData</ID> <ID>NestedBlockDepth:PeerGroupHandshake.kt$PeerGroupHandshake$readHandshakeAndExchangeMetaData</ID>
<ID>NestedBlockDepth:ReceiverHandShake.kt$ReceiverHandShake$exchangeFileTransferMetadata</ID> <ID>NestedBlockDepth:ReceiverHandShake.kt$ReceiverHandShake$exchangeFileTransferMetadata</ID>
<ID>PackageNaming:AvailableSpaceCalculator.kt$package org.kiwix.kiwixmobile.zim_manager.library_view</ID> <ID>PackageNaming:AvailableSpaceCalculator.kt$package org.kiwix.kiwixmobile.zim_manager.library_view</ID>

View File

@ -1,45 +0,0 @@
/*
* Kiwix Android
* Copyright (c) 2019 Kiwix <android.kiwix.org>
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
package org.kiwix.kiwixmobile.testutils;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewParent;
import org.hamcrest.Description;
import org.hamcrest.TypeSafeMatcher;
public class Matcher {
public static org.hamcrest.Matcher<View> childAtPosition(
final org.hamcrest.Matcher<View> parentMatcher, final int position) {
return new TypeSafeMatcher<View>() {
@Override
public void describeTo(Description description) {
description.appendText("Child at position " + position + " in parent ");
parentMatcher.describeTo(description);
}
@Override
public boolean matchesSafely(View view) {
ViewParent parent = view.getParent();
return parent instanceof ViewGroup && parentMatcher.matches(parent)
&& view.equals(((ViewGroup) parent).getChildAt(position));
}
};
}
}

View File

@ -0,0 +1,49 @@
/*
* Kiwix Android
* Copyright (c) 2021 Kiwix <android.kiwix.org>
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
package org.kiwix.kiwixmobile.testutils
import android.view.View
import android.view.ViewGroup
import org.hamcrest.Description
import org.hamcrest.Matcher
import org.hamcrest.TypeSafeMatcher
class Matcher {
companion object {
@JvmStatic
fun childAtPosition(
parentMatcher: Matcher<View?>,
position: Int
): Matcher<View> {
return object : TypeSafeMatcher<View>() {
override fun describeTo(description: Description) {
description.appendText("Child at position $position in parent ")
parentMatcher.describeTo(description)
}
public override fun matchesSafely(view: View): Boolean {
val parent = view.parent
return parent is ViewGroup && parentMatcher.matches(parent) && view == parent.getChildAt(
position
)
}
}
}
}
}

View File

@ -6,6 +6,8 @@
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"
tools:ignore="ScopedStorage" />
<queries> <queries>
<intent> <intent>

View File

@ -37,6 +37,7 @@ import org.kiwix.kiwixmobile.R
import org.kiwix.kiwixmobile.cachedComponent import org.kiwix.kiwixmobile.cachedComponent
import org.kiwix.kiwixmobile.core.base.BaseActivity import org.kiwix.kiwixmobile.core.base.BaseActivity
import org.kiwix.kiwixmobile.core.base.BaseFragment import org.kiwix.kiwixmobile.core.base.BaseFragment
import org.kiwix.kiwixmobile.core.extensions.closeKeyboard
import org.kiwix.kiwixmobile.core.extensions.viewModel import org.kiwix.kiwixmobile.core.extensions.viewModel
import org.kiwix.kiwixmobile.core.main.CoreMainActivity import org.kiwix.kiwixmobile.core.main.CoreMainActivity
import org.kiwix.kiwixmobile.core.utils.SimpleTextListener import org.kiwix.kiwixmobile.core.utils.SimpleTextListener
@ -133,6 +134,7 @@ class LanguageFragment : BaseFragment() {
return when (item.itemId) { return when (item.itemId) {
R.id.menu_language_save -> { R.id.menu_language_save -> {
languageViewModel.actions.offer(Action.SaveAll) languageViewModel.actions.offer(Action.SaveAll)
closeKeyboard()
true true
} }
else -> super.onOptionsItemSelected(item) else -> super.onOptionsItemSelected(item)

View File

@ -71,6 +71,9 @@ class KiwixMainActivity : CoreMainActivity() {
override fun onCreate(savedInstanceState: Bundle?) { override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState) super.onCreate(savedInstanceState)
setContentView(R.layout.activity_kiwix_main) setContentView(R.layout.activity_kiwix_main)
if (intent.action == "GET_CONTENT") {
navigate(R.id.downloadsFragment)
}
navController.addOnDestinationChangedListener(finishActionModeOnDestinationChange) navController.addOnDestinationChangedListener(finishActionModeOnDestinationChange)
drawer_nav_view.setupWithNavController(navController) drawer_nav_view.setupWithNavController(navController)

View File

@ -20,7 +20,9 @@ package org.kiwix.kiwixmobile.nav.destination.library
import android.Manifest import android.Manifest
import android.content.pm.PackageManager import android.content.pm.PackageManager
import android.os.Build
import android.os.Bundle import android.os.Bundle
import android.os.Environment
import android.view.LayoutInflater import android.view.LayoutInflater
import android.view.Menu import android.view.Menu
import android.view.MenuInflater import android.view.MenuInflater
@ -31,6 +33,7 @@ import androidx.appcompat.app.AppCompatActivity
import androidx.appcompat.view.ActionMode import androidx.appcompat.view.ActionMode
import androidx.appcompat.widget.Toolbar import androidx.appcompat.widget.Toolbar
import androidx.core.content.ContextCompat import androidx.core.content.ContextCompat
import androidx.fragment.app.FragmentActivity
import androidx.lifecycle.Observer import androidx.lifecycle.Observer
import androidx.lifecycle.ViewModelProvider import androidx.lifecycle.ViewModelProvider
import androidx.recyclerview.widget.LinearLayoutManager import androidx.recyclerview.widget.LinearLayoutManager
@ -49,9 +52,12 @@ import org.kiwix.kiwixmobile.core.extensions.ActivityExtensions.navigate
import org.kiwix.kiwixmobile.core.extensions.ActivityExtensions.viewModel import org.kiwix.kiwixmobile.core.extensions.ActivityExtensions.viewModel
import org.kiwix.kiwixmobile.core.extensions.toast import org.kiwix.kiwixmobile.core.extensions.toast
import org.kiwix.kiwixmobile.core.main.CoreMainActivity import org.kiwix.kiwixmobile.core.main.CoreMainActivity
import org.kiwix.kiwixmobile.core.navigateToSettings
import org.kiwix.kiwixmobile.core.utils.LanguageUtils import org.kiwix.kiwixmobile.core.utils.LanguageUtils
import org.kiwix.kiwixmobile.core.utils.REQUEST_STORAGE_PERMISSION import org.kiwix.kiwixmobile.core.utils.REQUEST_STORAGE_PERMISSION
import org.kiwix.kiwixmobile.core.utils.SharedPreferenceUtil import org.kiwix.kiwixmobile.core.utils.SharedPreferenceUtil
import org.kiwix.kiwixmobile.core.utils.dialog.DialogShower
import org.kiwix.kiwixmobile.core.utils.dialog.KiwixDialog
import org.kiwix.kiwixmobile.core.zim_manager.fileselect_view.adapter.BookOnDiskDelegate import org.kiwix.kiwixmobile.core.zim_manager.fileselect_view.adapter.BookOnDiskDelegate
import org.kiwix.kiwixmobile.core.zim_manager.fileselect_view.adapter.BooksOnDiskAdapter import org.kiwix.kiwixmobile.core.zim_manager.fileselect_view.adapter.BooksOnDiskAdapter
import org.kiwix.kiwixmobile.core.zim_manager.fileselect_view.adapter.BooksOnDiskListItem import org.kiwix.kiwixmobile.core.zim_manager.fileselect_view.adapter.BooksOnDiskListItem
@ -69,6 +75,7 @@ class LocalLibraryFragment : BaseFragment() {
@Inject lateinit var viewModelFactory: ViewModelProvider.Factory @Inject lateinit var viewModelFactory: ViewModelProvider.Factory
@Inject lateinit var sharedPreferenceUtil: SharedPreferenceUtil @Inject lateinit var sharedPreferenceUtil: SharedPreferenceUtil
@Inject lateinit var dialogShower: DialogShower
private var actionMode: ActionMode? = null private var actionMode: ActionMode? = null
private val disposable = CompositeDisposable() private val disposable = CompositeDisposable()
@ -202,7 +209,27 @@ class LocalLibraryFragment : BaseFragment() {
REQUEST_STORAGE_PERMISSION REQUEST_STORAGE_PERMISSION
) )
} else { } else {
requestFileSystemCheck() if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.R) {
if (Environment.isExternalStorageManager()) {
// We already have permission!!
requestFileSystemCheck()
} else {
if (sharedPreferenceUtil.manageExternalFilesPermissionDialog) {
// We should only ask for first time, If the users wants to revoke settings
// then they can directly toggle this feature from settings screen
sharedPreferenceUtil.manageExternalFilesPermissionDialog = false
// Show Dialog and Go to settings to give permission
dialogShower.show(
KiwixDialog.ManageExternalFilesPermissionDialog,
{
this.activity?.let(FragmentActivity::navigateToSettings)
}
)
}
}
} else {
requestFileSystemCheck()
}
} }
} }

View File

@ -49,11 +49,13 @@ import org.kiwix.kiwixmobile.core.downloader.Downloader
import org.kiwix.kiwixmobile.core.entity.LibraryNetworkEntity import org.kiwix.kiwixmobile.core.entity.LibraryNetworkEntity
import org.kiwix.kiwixmobile.core.extensions.ActivityExtensions.navigate import org.kiwix.kiwixmobile.core.extensions.ActivityExtensions.navigate
import org.kiwix.kiwixmobile.core.extensions.ActivityExtensions.viewModel import org.kiwix.kiwixmobile.core.extensions.ActivityExtensions.viewModel
import org.kiwix.kiwixmobile.core.extensions.closeKeyboard
import org.kiwix.kiwixmobile.core.extensions.snack import org.kiwix.kiwixmobile.core.extensions.snack
import org.kiwix.kiwixmobile.core.main.CoreMainActivity import org.kiwix.kiwixmobile.core.main.CoreMainActivity
import org.kiwix.kiwixmobile.core.utils.BookUtils import org.kiwix.kiwixmobile.core.utils.BookUtils
import org.kiwix.kiwixmobile.core.utils.NetworkUtils import org.kiwix.kiwixmobile.core.utils.NetworkUtils
import org.kiwix.kiwixmobile.core.utils.SharedPreferenceUtil import org.kiwix.kiwixmobile.core.utils.SharedPreferenceUtil
import org.kiwix.kiwixmobile.core.utils.SimpleRecyclerViewScrollListener
import org.kiwix.kiwixmobile.core.utils.SimpleTextListener import org.kiwix.kiwixmobile.core.utils.SimpleTextListener
import org.kiwix.kiwixmobile.core.utils.dialog.DialogShower import org.kiwix.kiwixmobile.core.utils.dialog.DialogShower
import org.kiwix.kiwixmobile.core.utils.dialog.KiwixDialog import org.kiwix.kiwixmobile.core.utils.dialog.KiwixDialog
@ -141,6 +143,13 @@ class OnlineLibraryFragment : BaseFragment(), FragmentActivityExtensions {
zimManageViewModel.shouldShowWifiOnlyDialog.value = false zimManageViewModel.shouldShowWifiOnlyDialog.value = false
} }
}) })
// hides keyboard when scrolled
libraryList.addOnScrollListener(SimpleRecyclerViewScrollListener { _, newState ->
if (newState == RecyclerView.SCROLL_STATE_DRAGGING) {
libraryList.closeKeyboard()
}
})
} }
override fun onCreateOptionsMenu(menu: Menu, inflater: MenuInflater) { override fun onCreateOptionsMenu(menu: Menu, inflater: MenuInflater) {
@ -158,7 +167,10 @@ class OnlineLibraryFragment : BaseFragment(), FragmentActivityExtensions {
override fun onOptionsItemSelected(item: MenuItem): Boolean { override fun onOptionsItemSelected(item: MenuItem): Boolean {
when (item.itemId) { when (item.itemId) {
R.id.select_language -> requireActivity().navigate(R.id.languageFragment) R.id.select_language -> {
requireActivity().navigate(R.id.languageFragment)
closeKeyboard()
}
} }
return super.onOptionsItemSelected(item) return super.onOptionsItemSelected(item)
} }

View File

@ -18,10 +18,15 @@
package org.kiwix.kiwixmobile.settings package org.kiwix.kiwixmobile.settings
import android.os.Build
import android.os.Bundle import android.os.Bundle
import android.os.Environment
import androidx.core.content.ContextCompat import androidx.core.content.ContextCompat
import androidx.fragment.app.FragmentActivity
import androidx.preference.Preference import androidx.preference.Preference
import androidx.preference.PreferenceCategory
import org.kiwix.kiwixmobile.R import org.kiwix.kiwixmobile.R
import org.kiwix.kiwixmobile.core.navigateToSettings
import org.kiwix.kiwixmobile.core.settings.CorePrefsFragment import org.kiwix.kiwixmobile.core.settings.CorePrefsFragment
import org.kiwix.kiwixmobile.core.utils.SharedPreferenceUtil import org.kiwix.kiwixmobile.core.utils.SharedPreferenceUtil
import org.kiwix.kiwixmobile.core.utils.SharedPreferenceUtil.Companion.PREF_STORAGE import org.kiwix.kiwixmobile.core.utils.SharedPreferenceUtil.Companion.PREF_STORAGE
@ -31,6 +36,7 @@ class KiwixPrefsFragment : CorePrefsFragment() {
override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) { override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {
super.onCreatePreferences(savedInstanceState, rootKey) super.onCreatePreferences(savedInstanceState, rootKey)
setUpLanguageChooser(SharedPreferenceUtil.PREF_LANG) setUpLanguageChooser(SharedPreferenceUtil.PREF_LANG)
setMangeExternalStoragePermission()
} }
override fun setStorage() { override fun setStorage() {
@ -43,4 +49,34 @@ class KiwixPrefsFragment : CorePrefsFragment() {
private fun internalStorage(): String? = private fun internalStorage(): String? =
ContextCompat.getExternalFilesDirs(requireContext(), null).firstOrNull()?.path ContextCompat.getExternalFilesDirs(requireContext(), null).firstOrNull()?.path
private fun setMangeExternalStoragePermission() {
val permissionPref = findPreference<Preference>(PREF_MANAGE_EXTERNAL_STORAGE_PERMISSION)
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.R) {
showPermissionPreference()
val externalStorageManager = Environment.isExternalStorageManager()
if (externalStorageManager) {
permissionPref!!.setSummary(org.kiwix.kiwixmobile.core.R.string.allowed)
} else {
permissionPref!!.setSummary(org.kiwix.kiwixmobile.core.R.string.not_allowed)
}
permissionPref.onPreferenceClickListener =
Preference.OnPreferenceClickListener {
activity?.let(FragmentActivity::navigateToSettings)
true
}
}
}
private fun showPermissionPreference() {
val preferenceCategory = findPreference<PreferenceCategory>(
PREF_PERMISSION
)
preferenceCategory!!.isVisible = true
}
companion object {
const val PREF_MANAGE_EXTERNAL_STORAGE_PERMISSION =
"pref_manage_external_storage"
}
} }

View File

@ -0,0 +1,27 @@
<!--
~ Kiwix Android
~ Copyright (c) 2021 Kiwix <android.kiwix.org>
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
~
-->
<vector android:height="200dp"
android:viewportHeight="1256"
android:viewportWidth="1256"
android:width="200dp"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<path android:fillColor="#FFFFFF" android:pathData="M1165,764.1c-8.3,-36.4 -68.5,-141.3 -191.6,-234.4c-22.5,-17.1 -42.8,-31.3 -59.7,-42.6c24.6,-105.3 -103.3,-232.3 -228.1,-172.5C596,230.3 496.1,195.9 404.2,197.3c-243.3,3.4 -431,256.9 -229.1,498.8c0.1,0.1 0.2,0.2 0.4,0.4c3.1,3.7 6.3,7.4 9.5,11.1c13.1,15.7 21.8,29.6 29.2,54.1L274.4,959h-21.3c-19.6,0 -35.6,15.9 -35.6,35.6h80.8l135.8,64.2c8.4,-17.8 0.8,-39 -16.9,-47.3l-35.6,-16.8H484c0,-19.6 -15.9,-35.6 -35.6,-35.6h-92.8c-16.2,0 -30.6,-10.6 -35.3,-26.1l-47.7,-156.7c-11.9,-41.2 15.4,-68.1 41.1,-71.3c23.4,-2.9 35.2,12.2 46.2,48.8l42.4,139H381c-19.6,0 -35.6,15.9 -35.6,35.6h80.8L562,992.6c8.4,-17.8 0.8,-39 -16.9,-47.3l-35.6,-16.8h75.1c7.6,12.9 16.9,25.1 28,36.1c70,70 183.7,70 253.7,0s70,-183.7 0,-253.7s-183.7,-70 -253.7,0c-49.2,49.2 -63.9,120 -43.9,182h-85c-16.2,0 -30.6,-10.6 -35.3,-26.1L378,635.4l12,-6.4c167.1,-70.1 345.8,55.1 470.2,-65.2c0.3,-0.3 0.6,-0.6 0.8,-0.8c15.4,-14 30.8,-28.3 76.3,0.2c49,30.7 157.1,110.8 206.1,247.8C1143.5,811 1173.2,800.4 1165,764.1zM821.2,460.6c-0.4,-18.7 -15.6,-33.7 -34.5,-33.7c-19,0 -34.5,15.4 -34.5,34.5c0,10.4 4.6,19.6 11.8,25.9c-25,-4.8 -43.8,-26.6 -43.8,-52.9c0,-29.8 24.1,-53.9 53.9,-53.9c29.8,0 53.9,24.1 53.9,53.9C828,443.9 825.5,452.8 821.2,460.6z"
tools:ignore="VectorPath"/>
</vector>

View File

@ -0,0 +1,27 @@
<!--
~ Kiwix Android
~ Copyright (c) 2021 Kiwix <android.kiwix.org>
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
~
-->
<!-- changes for API 23 and lower -->
<vector android:height="100dp"
android:viewportHeight="1256"
android:viewportWidth="1256"
android:width="100dp"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<path android:fillColor="#FFFFFF" android:pathData="M1165,764.1c-8.3,-36.4 -68.5,-141.3 -191.6,-234.4c-22.5,-17.1 -42.8,-31.3 -59.7,-42.6c24.6,-105.3 -103.3,-232.3 -228.1,-172.5C596,230.3 496.1,195.9 404.2,197.3c-243.3,3.4 -431,256.9 -229.1,498.8c0.1,0.1 0.2,0.2 0.4,0.4c3.1,3.7 6.3,7.4 9.5,11.1c13.1,15.7 21.8,29.6 29.2,54.1L274.4,959h-21.3c-19.6,0 -35.6,15.9 -35.6,35.6h80.8l135.8,64.2c8.4,-17.8 0.8,-39 -16.9,-47.3l-35.6,-16.8H484c0,-19.6 -15.9,-35.6 -35.6,-35.6h-92.8c-16.2,0 -30.6,-10.6 -35.3,-26.1l-47.7,-156.7c-11.9,-41.2 15.4,-68.1 41.1,-71.3c23.4,-2.9 35.2,12.2 46.2,48.8l42.4,139H381c-19.6,0 -35.6,15.9 -35.6,35.6h80.8L562,992.6c8.4,-17.8 0.8,-39 -16.9,-47.3l-35.6,-16.8h75.1c7.6,12.9 16.9,25.1 28,36.1c70,70 183.7,70 253.7,0s70,-183.7 0,-253.7s-183.7,-70 -253.7,0c-49.2,49.2 -63.9,120 -43.9,182h-85c-16.2,0 -30.6,-10.6 -35.3,-26.1L378,635.4l12,-6.4c167.1,-70.1 345.8,55.1 470.2,-65.2c0.3,-0.3 0.6,-0.6 0.8,-0.8c15.4,-14 30.8,-28.3 76.3,0.2c49,30.7 157.1,110.8 206.1,247.8C1143.5,811 1173.2,800.4 1165,764.1zM821.2,460.6c-0.4,-18.7 -15.6,-33.7 -34.5,-33.7c-19,0 -34.5,15.4 -34.5,34.5c0,10.4 4.6,19.6 11.8,25.9c-25,-4.8 -43.8,-26.6 -43.8,-52.9c0,-29.8 24.1,-53.9 53.9,-53.9c29.8,0 53.9,24.1 53.9,53.9C828,443.9 825.5,452.8 821.2,460.6z"
tools:ignore="VectorPath"/>
</vector>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -21,9 +21,6 @@
android:opacity="opaque"> android:opacity="opaque">
<!-- The background color, preferably the same as your normal theme --> <!-- The background color, preferably the same as your normal theme -->
<item android:drawable="@color/mine_shaft_gray900" /> <item android:drawable="@color/mine_shaft_gray900" />
<item> <item android:drawable="@drawable/kiwix_icon"
<bitmap android:gravity="center"/>
android:gravity="center"
android:src="@drawable/kiwix_icon_with_title" />
</item>
</layer-list> </layer-list>

View File

@ -0,0 +1,29 @@
<!--
~ Kiwix Android
~ Copyright (c) 2021 Kiwix <android.kiwix.org>
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
~
-->
<vector android:height="200dp"
android:viewportHeight="1256"
android:viewportWidth="1256"
android:width="200dp"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<path android:fillColor="#010101"
android:pathData="M1165,764.1c-8.3,-36.4 -68.5,-141.3 -191.6,-234.4c-22.5,-17.1 -42.8,-31.3 -59.7,-42.6c24.6,-105.3 -103.3,-232.3 -228.1,-172.5C596,230.3 496.1,195.9 404.2,197.3c-243.3,3.4 -431,256.9 -229.1,498.8c0.1,0.1 0.2,0.2 0.4,0.4c3.1,3.7 6.3,7.4 9.5,11.1c13.1,15.7 21.8,29.6 29.2,54.1L274.4,959h-21.3c-19.6,0 -35.6,15.9 -35.6,35.6h80.8l135.8,64.2c8.4,-17.8 0.8,-39 -16.9,-47.3l-35.6,-16.8H484c0,-19.6 -15.9,-35.6 -35.6,-35.6h-92.8c-16.2,0 -30.6,-10.6 -35.3,-26.1l-47.7,-156.7c-11.9,-41.2 15.4,-68.1 41.1,-71.3c23.4,-2.9 35.2,12.2 46.2,48.8l42.4,139h-21.3c-19.6,0 -35.6,15.9 -35.6,35.6h80.8l135.8,64.2c8.4,-17.8 0.8,-39 -16.9,-47.3l-35.6,-16.8h75.1c7.6,12.9 16.9,25.1 28,36.1c70,70 183.7,70 253.7,0s70,-183.7 0,-253.7s-183.7,-70 -253.7,0c-49.2,49.2 -63.9,120 -43.9,182h-85c-16.2,0 -30.6,-10.6 -35.3,-26.1L378,635.4l12,-6.4c167.1,-70.1 345.8,55.1 470.2,-65.2c0.3,-0.3 0.6,-0.6 0.8,-0.8c15.4,-14 30.8,-28.3 76.3,0.2c49,30.7 157.1,110.8 206.1,247.8C1143.5,811 1173.2,800.4 1165,764.1zM821.2,460.6c-0.4,-18.7 -15.6,-33.7 -34.5,-33.7c-19,0 -34.5,15.4 -34.5,34.5c0,10.4 4.6,19.6 11.8,25.9c-25,-4.8 -43.8,-26.6 -43.8,-52.9c0,-29.8 24.1,-53.9 53.9,-53.9c29.8,0 53.9,24.1 53.9,53.9C828,443.9 825.5,452.8 821.2,460.6z"
tools:ignore="VectorPath"
/>
</vector>

View File

@ -0,0 +1,29 @@
<!--
~ Kiwix Android
~ Copyright (c) 2021 Kiwix <android.kiwix.org>
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
~
-->
<!-- changes for API 23 and lower -->
<vector android:height="100dp"
android:viewportHeight="1256"
android:viewportWidth="1256"
android:width="100dp"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<path android:fillColor="#010101"
android:pathData="M1165,764.1c-8.3,-36.4 -68.5,-141.3 -191.6,-234.4c-22.5,-17.1 -42.8,-31.3 -59.7,-42.6c24.6,-105.3 -103.3,-232.3 -228.1,-172.5C596,230.3 496.1,195.9 404.2,197.3c-243.3,3.4 -431,256.9 -229.1,498.8c0.1,0.1 0.2,0.2 0.4,0.4c3.1,3.7 6.3,7.4 9.5,11.1c13.1,15.7 21.8,29.6 29.2,54.1L274.4,959h-21.3c-19.6,0 -35.6,15.9 -35.6,35.6h80.8l135.8,64.2c8.4,-17.8 0.8,-39 -16.9,-47.3l-35.6,-16.8H484c0,-19.6 -15.9,-35.6 -35.6,-35.6h-92.8c-16.2,0 -30.6,-10.6 -35.3,-26.1l-47.7,-156.7c-11.9,-41.2 15.4,-68.1 41.1,-71.3c23.4,-2.9 35.2,12.2 46.2,48.8l42.4,139h-21.3c-19.6,0 -35.6,15.9 -35.6,35.6h80.8l135.8,64.2c8.4,-17.8 0.8,-39 -16.9,-47.3l-35.6,-16.8h75.1c7.6,12.9 16.9,25.1 28,36.1c70,70 183.7,70 253.7,0s70,-183.7 0,-253.7s-183.7,-70 -253.7,0c-49.2,49.2 -63.9,120 -43.9,182h-85c-16.2,0 -30.6,-10.6 -35.3,-26.1L378,635.4l12,-6.4c167.1,-70.1 345.8,55.1 470.2,-65.2c0.3,-0.3 0.6,-0.6 0.8,-0.8c15.4,-14 30.8,-28.3 76.3,0.2c49,30.7 157.1,110.8 206.1,247.8C1143.5,811 1173.2,800.4 1165,764.1zM821.2,460.6c-0.4,-18.7 -15.6,-33.7 -34.5,-33.7c-19,0 -34.5,15.4 -34.5,34.5c0,10.4 4.6,19.6 11.8,25.9c-25,-4.8 -43.8,-26.6 -43.8,-52.9c0,-29.8 24.1,-53.9 53.9,-53.9c29.8,0 53.9,24.1 53.9,53.9C828,443.9 825.5,452.8 821.2,460.6z"
tools:ignore="VectorPath"
/>
</vector>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -21,9 +21,6 @@
android:opacity="opaque"> android:opacity="opaque">
<!-- The background color, preferably the same as your normal theme --> <!-- The background color, preferably the same as your normal theme -->
<item android:drawable="@color/alabaster_white" /> <item android:drawable="@color/alabaster_white" />
<item> <item android:drawable="@drawable/kiwix_icon"
<bitmap android:gravity="center"/>
android:gravity="center"
android:src="@drawable/kiwix_icon_with_title" />
</item>
</layer-list> </layer-list>

View File

@ -11,7 +11,7 @@
app:layout_constraintHeight_max="160dp" app:layout_constraintHeight_max="160dp"
app:layout_constraintWidth_max="160dp" app:layout_constraintWidth_max="160dp"
android:scaleType="fitCenter" android:scaleType="fitCenter"
android:src="@drawable/kiwix_icon_with_title" android:src="@drawable/kiwix_icon"
app:layout_constraintBottom_toTopOf="@id/heading" app:layout_constraintBottom_toTopOf="@id/heading"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors:
* Dr Lotus Black
-->
<resources>
<string name="file_system_does_not_support_4gb">4GB ထက်ပိုသောဖိုင်များကို သင်၏ဖိုင်စနစ်က မထောက်ပံ့ပါ</string>
<string name="detecting_file_system">ဖိုင်စနစ်က 4GB ဖန်တီးနိုင်ပါက ခြေရာခံမိရန်</string>
<string name="send_files_title">ဖိုင်များပို့ရန်</string>
<string name="receive_files_title">ဖိုင်များလက်ခံရန်</string>
</resources>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors:
* Yardom78
-->
<resources>
<string name="file_system_does_not_support_4gb">Váš súborový systém nepodporuje súbory väčšie než 4GB</string>
<string name="detecting_file_system">Zisťovanie či súborový systém môže vytvoriť súbory veľké 4GB</string>
<string name="cannot_open_file">Nepodarilo sa otvoriť súbor\nProsím skúste tento súbor nájsť na karte zariadenia vo vašej knižnici</string>
<string name="send_files_title">Poslať súbory</string>
<string name="receive_files_title">Prijať súbory</string>
</resources>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors:
* Yupik
-->
<resources>
<string name="send_files_title">Vuõlttâd teâttõõzzid</string>
<string name="receive_files_title">Vääʹld teâttõõzzid vuâstta</string>
</resources>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors:
* Besnik b
-->
<resources>
<string name="file_system_does_not_support_4gb">Sistemi juaj i kartelave nuk mbulon kartela mbi 4GB</string>
<string name="detecting_file_system">Po shihet nëse sistemi i kartelave mund të krijojë kartela 4GB</string>
<string name="cannot_open_file">Su arrit të hapej kartela\nJu lutemi, provoni të shihni për këtë kartelë te Skeda Pajisje e Bibliotekës tuaj</string>
<string name="send_files_title">Dërgoni Kartela</string>
<string name="receive_files_title">Merrni Kartela</string>
</resources>

View File

@ -21,7 +21,7 @@
android:shortcutShortLabel="@string/get_content_shortcut_label"> android:shortcutShortLabel="@string/get_content_shortcut_label">
<intent <intent
android:action="GET_CONTENT" android:action="GET_CONTENT"
android:targetClass="org.kiwix.kiwixmobile.zim_manager.ZimManageActivity" android:targetClass="org.kiwix.kiwixmobile.main.KiwixMainActivity"
android:targetPackage="org.kiwix.kiwixmobile" /> android:targetPackage="org.kiwix.kiwixmobile" />
</shortcut> </shortcut>
</shortcuts> </shortcuts>

View File

@ -20,8 +20,20 @@ package org.kiwix.kiwixmobile.core
import android.app.Activity import android.app.Activity
import android.content.Intent import android.content.Intent
import android.net.Uri
import android.os.Build
import android.provider.Settings
import androidx.annotation.RequiresApi
object Intents { object Intents {
@JvmStatic fun <T : Activity> internal(clazz: Class<T>): Intent = @JvmStatic fun <T : Activity> internal(clazz: Class<T>): Intent =
Intent(clazz.canonicalName).setPackage(CoreApp.instance.packageName) Intent(clazz.canonicalName).setPackage(CoreApp.instance.packageName)
} }
@RequiresApi(Build.VERSION_CODES.R)
fun Activity.navigateToSettings() {
val intent = Intent().apply {
action = Settings.ACTION_MANAGE_APP_ALL_FILES_ACCESS_PERMISSION
data = Uri.fromParts("package", packageName, null)
}
startActivity(intent)
}

View File

@ -19,6 +19,7 @@
package org.kiwix.kiwixmobile.core.extensions package org.kiwix.kiwixmobile.core.extensions
import android.content.Context import android.content.Context
import android.view.View
import android.view.inputmethod.InputMethodManager import android.view.inputmethod.InputMethodManager
import android.widget.Toast import android.widget.Toast
import androidx.fragment.app.Fragment import androidx.fragment.app.Fragment
@ -41,4 +42,9 @@ fun Fragment.closeKeyboard() {
inputMethodManager.toggleSoftInput(InputMethodManager.HIDE_IMPLICIT_ONLY, 0) inputMethodManager.toggleSoftInput(InputMethodManager.HIDE_IMPLICIT_ONLY, 0)
} }
fun View.closeKeyboard() {
val imm = context.getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager
imm.hideSoftInputFromWindow(windowToken, 0)
}
val Fragment.coreMainActivity get() = activity as CoreMainActivity val Fragment.coreMainActivity get() = activity as CoreMainActivity

View File

@ -42,6 +42,7 @@ import kotlinx.android.synthetic.main.layout_toolbar.toolbar
import org.kiwix.kiwixmobile.core.R import org.kiwix.kiwixmobile.core.R
import org.kiwix.kiwixmobile.core.base.BaseFragment import org.kiwix.kiwixmobile.core.base.BaseFragment
import org.kiwix.kiwixmobile.core.base.FragmentActivityExtensions import org.kiwix.kiwixmobile.core.base.FragmentActivityExtensions
import org.kiwix.kiwixmobile.core.extensions.closeKeyboard
import org.kiwix.kiwixmobile.core.main.CoreMainActivity import org.kiwix.kiwixmobile.core.main.CoreMainActivity
import org.kiwix.kiwixmobile.core.page.adapter.OnItemClickListener import org.kiwix.kiwixmobile.core.page.adapter.OnItemClickListener
import org.kiwix.kiwixmobile.core.page.adapter.Page import org.kiwix.kiwixmobile.core.page.adapter.Page
@ -50,6 +51,7 @@ import org.kiwix.kiwixmobile.core.page.viewmodel.Action
import org.kiwix.kiwixmobile.core.page.viewmodel.PageState import org.kiwix.kiwixmobile.core.page.viewmodel.PageState
import org.kiwix.kiwixmobile.core.page.viewmodel.PageViewModel import org.kiwix.kiwixmobile.core.page.viewmodel.PageViewModel
import org.kiwix.kiwixmobile.core.utils.SharedPreferenceUtil import org.kiwix.kiwixmobile.core.utils.SharedPreferenceUtil
import org.kiwix.kiwixmobile.core.utils.SimpleRecyclerViewScrollListener
import org.kiwix.kiwixmobile.core.utils.SimpleTextListener import org.kiwix.kiwixmobile.core.utils.SimpleTextListener
import javax.inject.Inject import javax.inject.Inject
@ -135,6 +137,13 @@ abstract class PageFragment : OnItemClickListener, BaseFragment(), FragmentActiv
pageViewModel.actions.offer(Action.UserClickedShowAllToggle(isChecked)) pageViewModel.actions.offer(Action.UserClickedShowAllToggle(isChecked))
} }
pageViewModel.state.observe(viewLifecycleOwner, Observer(::render)) pageViewModel.state.observe(viewLifecycleOwner, Observer(::render))
// hides keyboard when scrolled
recycler_view.addOnScrollListener(SimpleRecyclerViewScrollListener { _, newState ->
if (newState == RecyclerView.SCROLL_STATE_DRAGGING) {
recycler_view.closeKeyboard()
}
})
} }
override fun onCreateView( override fun onCreateView(

View File

@ -62,6 +62,7 @@ public abstract class CorePrefsFragment extends PreferenceFragmentCompat impleme
public static final String PREF_CLEAR_ALL_HISTORY = "pref_clear_all_history"; public static final String PREF_CLEAR_ALL_HISTORY = "pref_clear_all_history";
public static final String PREF_CLEAR_ALL_NOTES = "pref_clear_all_notes"; public static final String PREF_CLEAR_ALL_NOTES = "pref_clear_all_notes";
public static final String PREF_CREDITS = "pref_credits"; public static final String PREF_CREDITS = "pref_credits";
public static final String PREF_PERMISSION = "pref_permissions";
private static final int ZOOM_OFFSET = 2; private static final int ZOOM_OFFSET = 2;
private static final int ZOOM_SCALE = 25; private static final int ZOOM_SCALE = 25;
private static final String INTERNAL_TEXT_ZOOM = "text_zoom"; private static final String INTERNAL_TEXT_ZOOM = "text_zoom";
@ -174,6 +175,9 @@ public abstract class CorePrefsFragment extends PreferenceFragmentCompat impleme
versionPref.setSummary(getVersionName() + " Build: " + getVersionCode()); versionPref.setSummary(getVersionName() + " Build: " + getVersionCode());
} }
private int getVersionCode() { private int getVersionCode() {
try { try {
return getActivity().getPackageManager() return getActivity().getPackageManager()
@ -282,4 +286,5 @@ public abstract class CorePrefsFragment extends PreferenceFragmentCompat impleme
} }
return Unit.INSTANCE; return Unit.INSTANCE;
} }
} }

View File

@ -140,6 +140,13 @@ class SharedPreferenceUtil @Inject constructor(val context: Context) {
fun updateNightMode() = nightModes.offer(nightMode) fun updateNightMode() = nightModes.offer(nightMode)
var manageExternalFilesPermissionDialog: Boolean
get() = sharedPreferences.getBoolean(PREF_MANAGE_EXTERNAL_FILES, true)
set(prefManageExternalFilesPermissionDialog) =
sharedPreferences.edit {
putBoolean(PREF_MANAGE_EXTERNAL_FILES, prefManageExternalFilesPermissionDialog)
}
var hostedBooks: Set<String> var hostedBooks: Set<String>
get() = sharedPreferences.getStringSet(PREF_HOSTED_BOOKS, null)?.toHashSet() ?: HashSet() get() = sharedPreferences.getStringSet(PREF_HOSTED_BOOKS, null)?.toHashSet() ?: HashSet()
set(hostedBooks) { set(hostedBooks) {
@ -172,5 +179,6 @@ class SharedPreferenceUtil @Inject constructor(val context: Context) {
const val PREF_NIGHT_MODE = "pref_night_mode" const val PREF_NIGHT_MODE = "pref_night_mode"
private const val TEXT_ZOOM = "true_text_zoom" private const val TEXT_ZOOM = "true_text_zoom"
private const val DEFAULT_ZOOM = 100 private const val DEFAULT_ZOOM = 100
private const val PREF_MANAGE_EXTERNAL_FILES = "pref_manage_external_files"
} }
} }

View File

@ -0,0 +1,34 @@
/*
* Kiwix Android
* Copyright (c) 2021 Kiwix <android.kiwix.org>
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
package org.kiwix.kiwixmobile.core.utils
import androidx.recyclerview.widget.RecyclerView
class SimpleRecyclerViewScrollListener(
private val onLayoutScrollListener: (RecyclerView, Int) -> Unit
) :
RecyclerView.OnScrollListener() {
override fun onScrollStateChanged(recyclerView: RecyclerView, newState: Int) {
super.onScrollStateChanged(recyclerView, newState)
onLayoutScrollListener(
recyclerView,
newState
)
}
}

View File

@ -84,6 +84,14 @@ sealed class KiwixDialog(
cancelable = false cancelable = false
) )
object ManageExternalFilesPermissionDialog : KiwixDialog(
R.string.all_files_permission_needed,
R.string.all_files_permission_needed_message,
R.string.yes,
R.string.no,
cancelable = false
)
data class ShowHotspotDetails(override val args: List<Any>) : KiwixDialog( data class ShowHotspotDetails(override val args: List<Any>) : KiwixDialog(
R.string.hotspot_turned_on, R.string.hotspot_turned_on,
R.string.hotspot_details_message, R.string.hotspot_details_message,

View File

@ -4,6 +4,7 @@
* Eyas * Eyas
* Meno25 * Meno25
* Tala Ali * Tala Ali
* Ulhvulgv
* بدارين * بدارين
* ديفيد * ديفيد
* علاء * علاء
@ -285,4 +286,5 @@
<string name="close_drawer">أغلق الدرج</string> <string name="close_drawer">أغلق الدرج</string>
<string name="how_to_update_content">كيفية تحديث المحتوى؟</string> <string name="how_to_update_content">كيفية تحديث المحتوى؟</string>
<string name="update_content_description">لتحديث احتوى (ملف zim)، تحتاج إلى تنزيل أحدث إصدارٍ كاملٍ من المحتوى نفسه. يمكنك القيام بذلك عبر قسم التنزيل.</string> <string name="update_content_description">لتحديث احتوى (ملف zim)، تحتاج إلى تنزيل أحدث إصدارٍ كاملٍ من المحتوى نفسه. يمكنك القيام بذلك عبر قسم التنزيل.</string>
<string name="all_files_permission_needed_message">In order to access all the zim files across device we need to have All Files Permission</string>
</resources> </resources>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- Authors: <!-- Authors:
* Mechanizatar * Mechanizatar
* ZlyiLev
--> -->
<resources> <resources>
<string name="menu_help">Даведка</string> <string name="menu_help">Даведка</string>
@ -20,7 +21,7 @@
<string name="choose_file" fuzzy="true">Абярыце ZIM-файл (*.zim)</string> <string name="choose_file" fuzzy="true">Абярыце ZIM-файл (*.zim)</string>
<string name="open_in_new_tab">Адкрыць спасылку ў новым вакенцы?</string> <string name="open_in_new_tab">Адкрыць спасылку ў новым вакенцы?</string>
<string name="error_file_not_found">Памылка: абраны ZIM-файл ня знойдзены.</string> <string name="error_file_not_found">Памылка: абраны ZIM-файл ня знойдзены.</string>
<string name="error_file_invalid">Памылка: абраны файл не з\'яўляецца слушным ZIM-файлам.</string> <string name="error_file_invalid">Памылка: абраны файл не зяўляецца слушным ZIM-файлам.</string>
<string name="error_article_url_not_found">Памылка: загрузка артыкула не атрымалася (Url: %1$s).</string> <string name="error_article_url_not_found">Памылка: загрузка артыкула не атрымалася (Url: %1$s).</string>
<string name="pref_display_title">Паказаць</string> <string name="pref_display_title">Паказаць</string>
<string name="pref_info_title">Інфармацыя</string> <string name="pref_info_title">Інфармацыя</string>

View File

@ -13,6 +13,7 @@
* Stephane * Stephane
* Susann Schweden * Susann Schweden
* Symposiarch * Symposiarch
* Umlaut
--> -->
<resources> <resources>
<string name="menu_help">Hilfe</string> <string name="menu_help">Hilfe</string>
@ -58,6 +59,7 @@
<string name="start_server_label">Server starten</string> <string name="start_server_label">Server starten</string>
<string name="stop_server_label">Server anhalten</string> <string name="stop_server_label">Server anhalten</string>
<string name="server_started_message">Geben Sie diese IP-Adresse in Ihren Browser ein, um auf den Server %s zuzugreifen</string> <string name="server_started_message">Geben Sie diese IP-Adresse in Ihren Browser ein, um auf den Server %s zuzugreifen</string>
<string name="share_host_address">URL mit anderen Applikationen teilen</string>
<string name="error_file_not_found">Fehler: Die ausgewählte ZIM-Datei konnte nicht gefunden werden.</string> <string name="error_file_not_found">Fehler: Die ausgewählte ZIM-Datei konnte nicht gefunden werden.</string>
<string name="zim_not_opened">Konnte die ZIM-Datei nicht öffnen</string> <string name="zim_not_opened">Konnte die ZIM-Datei nicht öffnen</string>
<string name="error_file_invalid">Fehler: Die ausgewählte Datei ist keine gültige ZIM-Datei.</string> <string name="error_file_invalid">Fehler: Die ausgewählte Datei ist keine gültige ZIM-Datei.</string>
@ -82,6 +84,7 @@
<string name="pref_clear_all_history_title">Verlauf löschen</string> <string name="pref_clear_all_history_title">Verlauf löschen</string>
<string name="pref_clear_all_history_summary">Letzte Suchanfragen und Registerkartenverlauf löschen</string> <string name="pref_clear_all_history_summary">Letzte Suchanfragen und Registerkartenverlauf löschen</string>
<string name="pref_notes">Anmerkungen</string> <string name="pref_notes">Anmerkungen</string>
<string name="pref_permission">Berechtigungen</string>
<string name="all_history_cleared">Gesamter Verlauf gelöscht</string> <string name="all_history_cleared">Gesamter Verlauf gelöscht</string>
<string name="pref_clear_all_bookmarks_title">Lesezeichen löschen</string> <string name="pref_clear_all_bookmarks_title">Lesezeichen löschen</string>
<string name="clear_all_history_dialog_title">Gesamten Verlauf löschen?</string> <string name="clear_all_history_dialog_title">Gesamten Verlauf löschen?</string>
@ -289,4 +292,6 @@
<string name="open_drawer">Schublade öffnen</string> <string name="open_drawer">Schublade öffnen</string>
<string name="close_drawer">Schublade schließen</string> <string name="close_drawer">Schublade schließen</string>
<string name="how_to_update_content">Wie erneuert man Inhalte?</string> <string name="how_to_update_content">Wie erneuert man Inhalte?</string>
<string name="allowed">Erlaubt</string>
<string name="not_allowed">Nicht erlaubt</string>
</resources> </resources>

View File

@ -51,6 +51,7 @@
<string name="start_server_label">Serveri serkewtış</string> <string name="start_server_label">Serveri serkewtış</string>
<string name="stop_server_label">Serveri vındardış</string> <string name="stop_server_label">Serveri vındardış</string>
<string name="server_started_message">Seba resayışê serverê %s re browseri rê ena adresê ip cı kerê</string> <string name="server_started_message">Seba resayışê serverê %s re browseri rê ena adresê ip cı kerê</string>
<string name="share_host_address">URL\'yi be aplikasyonanê binan ra bare ke</string>
<string name="error_file_not_found">Xeta: Dosyaya ZIMia weçinıtiye nêvêniye.</string> <string name="error_file_not_found">Xeta: Dosyaya ZIMia weçinıtiye nêvêniye.</string>
<string name="zim_not_opened">Dosyay Zimi nêabiyena</string> <string name="zim_not_opened">Dosyay Zimi nêabiyena</string>
<string name="error_file_invalid">Xeta: Dosyaya weçinıtiye yew dosyaya ZIMia vêrdiye niya.</string> <string name="error_file_invalid">Xeta: Dosyaya weçinıtiye yew dosyaya ZIMia vêrdiye niya.</string>

View File

@ -2,9 +2,11 @@
<!-- Authors: <!-- Authors:
* Ark74 * Ark74
* Carlespera * Carlespera
* DDPAT
* Ejegg * Ejegg
* Fitoschido * Fitoschido
* Geryescalier * Geryescalier
* Jakeukalane
* Johny Weissmuller Jr * Johny Weissmuller Jr
* Macofe * Macofe
* Macondo * Macondo
@ -157,7 +159,7 @@
<string name="time_yesterday">Ayer</string> <string name="time_yesterday">Ayer</string>
<string name="pref_external_link_popup_title">Advertir al seguir enlaces externos</string> <string name="pref_external_link_popup_title">Advertir al seguir enlaces externos</string>
<string name="pref_external_link_popup_summary">Mostrar advertencia sobre costos adicionales o no funcionamiento en enlaces sin conexión.</string> <string name="pref_external_link_popup_summary">Mostrar advertencia sobre costos adicionales o no funcionamiento en enlaces sin conexión.</string>
<string name="external_link_popup_dialog_title" fuzzy="true">Acceso a enlace externo</string> <string name="external_link_popup_dialog_title">Acceso a enlace externo!</string>
<string name="external_link_popup_dialog_message">Estás a punto de seguir un enlace externo. Ello podría generarte gastos por transferencia de datos o sencillamente no funcionará si no tienes conexión. ¿Quieres continuar?</string> <string name="external_link_popup_dialog_message">Estás a punto de seguir un enlace externo. Ello podría generarte gastos por transferencia de datos o sencillamente no funcionará si no tienes conexión. ¿Quieres continuar?</string>
<string name="do_not_ask_anymore">No preguntar de nuevo</string> <string name="do_not_ask_anymore">No preguntar de nuevo</string>
<string name="your_languages">Idiomas seleccionados:</string> <string name="your_languages">Idiomas seleccionados:</string>
@ -203,7 +205,7 @@
<string name="paused_state">En pausa</string> <string name="paused_state">En pausa</string>
<string name="save">Guardar</string> <string name="save">Guardar</string>
<string name="note">Nota</string> <string name="note">Nota</string>
<string name="wiki_article_title">Título del artículo de la Wiki</string> <string name="wiki_article_title">Título del artículo de la wiki</string>
<string name="ext_storage_permission_rationale_add_note">Se necesitan permisos de almacenamiento para notas</string> <string name="ext_storage_permission_rationale_add_note">Se necesitan permisos de almacenamiento para notas</string>
<string name="ext_storage_write_permission_denied_add_note">No se pueden utilizar las notas sin acceso al almacenamiento</string> <string name="ext_storage_write_permission_denied_add_note">No se pueden utilizar las notas sin acceso al almacenamiento</string>
<string name="note_save_unsuccessful">No se pudo guardar la nota</string> <string name="note_save_unsuccessful">No se pudo guardar la nota</string>

View File

@ -4,6 +4,7 @@
* Ebraminio * Ebraminio
* FarsiNevis * FarsiNevis
* Fatemi127 * Fatemi127
* Jeeputer
* Reza1615 * Reza1615
* Sunfyre * Sunfyre
--> -->
@ -43,6 +44,7 @@
<string name="clear_recent_and_tabs_history_dialog">آیا مطمئن هستید که می‌خواهید تمامی تاریخچه جستجو را پاک کنید و تمام زبانه‌های فعال را ریست کنید؟</string> <string name="clear_recent_and_tabs_history_dialog">آیا مطمئن هستید که می‌خواهید تمامی تاریخچه جستجو را پاک کنید و تمام زبانه‌های فعال را ریست کنید؟</string>
<string name="delete_recent_search_item">این مورد حذف شود؟</string> <string name="delete_recent_search_item">این مورد حذف شود؟</string>
<string name="pref_clear_all_history_title">پاک کردن تاریخچه</string> <string name="pref_clear_all_history_title">پاک کردن تاریخچه</string>
<string name="pref_permission">دسترسی‌ها</string>
<string name="all_history_cleared">تمامی تاریخچه پاک شد</string> <string name="all_history_cleared">تمامی تاریخچه پاک شد</string>
<string name="pref_clear_all_bookmarks_title">حذف نشانک‌ها</string> <string name="pref_clear_all_bookmarks_title">حذف نشانک‌ها</string>
<string name="clear_all_history_dialog_title">همهٔ تاریخچه حذف شود؟</string> <string name="clear_all_history_dialog_title">همهٔ تاریخچه حذف شود؟</string>
@ -164,4 +166,6 @@
<string name="send_report">ارسال گزارش تشخیصی</string> <string name="send_report">ارسال گزارش تشخیصی</string>
<string name="diagnostic_report">گزارش تشخیصی</string> <string name="diagnostic_report">گزارش تشخیصی</string>
<string name="open_library">کتابخانهٔ آزاد</string> <string name="open_library">کتابخانهٔ آزاد</string>
<string name="allowed">مجاز</string>
<string name="not_allowed">مجاز نیست</string>
</resources> </resources>

View File

@ -61,12 +61,15 @@
<string name="clear_recent_and_tabs_history_dialog">Haluatko varmasti poistaa hakuhistoriasi ja resetoida kaikki aktiiviset välilehdet?</string> <string name="clear_recent_and_tabs_history_dialog">Haluatko varmasti poistaa hakuhistoriasi ja resetoida kaikki aktiiviset välilehdet?</string>
<string name="delete_recent_search_item">Poista tämä kohde?</string> <string name="delete_recent_search_item">Poista tämä kohde?</string>
<string name="pref_clear_all_history_title">Tyhjennä historia</string> <string name="pref_clear_all_history_title">Tyhjennä historia</string>
<string name="pref_notes">Huomautukset</string>
<string name="pref_permission">Käyttöoikeudet</string>
<string name="all_history_cleared">Kaikki historia tyhjennetty</string> <string name="all_history_cleared">Kaikki historia tyhjennetty</string>
<string name="pref_clear_all_bookmarks_title">Tyhjennä kirjanmerkit</string> <string name="pref_clear_all_bookmarks_title">Tyhjennä kirjanmerkit</string>
<string name="clear_all_history_dialog_title">Tyhjennä kaikki historia?</string> <string name="clear_all_history_dialog_title">Tyhjennä kaikki historia?</string>
<string name="share">Jaa</string> <string name="share">Jaa</string>
<string name="delete">Poista</string> <string name="delete">Poista</string>
<string name="cancel">Peruuta</string> <string name="cancel">Peruuta</string>
<string name="delete_specific_search_toast">Viimeisin haku poistettu</string>
<string name="hint_contents_drawer_message">Voit tarkastella tämän artikkelin sisältöä pyyhkäisemällä vasemmalle</string> <string name="hint_contents_drawer_message">Voit tarkastella tämän artikkelin sisältöä pyyhkäisemällä vasemmalle</string>
<string name="got_it">Selvä</string> <string name="got_it">Selvä</string>
<string name="did_you_know">Tiesitkö?</string> <string name="did_you_know">Tiesitkö?</string>
@ -130,16 +133,19 @@
<string name="time_left">jäljellä</string> <string name="time_left">jäljellä</string>
<string name="time_today">Tänään</string> <string name="time_today">Tänään</string>
<string name="time_yesterday">Eilen</string> <string name="time_yesterday">Eilen</string>
<string name="pref_external_link_popup_title">Varo lisätessä ulkoisia linkkejä</string>
<string name="external_link_popup_dialog_title">Ulkoisen linkin syöttäminen!</string> <string name="external_link_popup_dialog_title">Ulkoisen linkin syöttäminen!</string>
<string name="do_not_ask_anymore">Älä kysy enää</string> <string name="do_not_ask_anymore">Älä kysy enää</string>
<string name="your_languages">Valitut kielet:</string> <string name="your_languages">Valitut kielet:</string>
<string name="other_languages">Muut kielet:</string> <string name="other_languages">Muut kielet:</string>
<string name="no_items_msg">Ei kohteita saatavilla</string>
<string name="crash_title">Jaha… Tämä on noloa</string> <string name="crash_title">Jaha… Tämä on noloa</string>
<string name="crash_checkbox_language">Omat kieliasetukset</string> <string name="crash_checkbox_language">Omat kieliasetukset</string>
<string name="crash_checkbox_zimfiles">Luettelo Zim-tiedostoistasi</string> <string name="crash_checkbox_zimfiles">Luettelo Zim-tiedostoistasi</string>
<string name="crash_checkbox_exception">Tiedot kaatumisesta</string> <string name="crash_checkbox_exception">Tiedot kaatumisesta</string>
<string name="crash_checkbox_device">Laitteen tiedot</string> <string name="crash_checkbox_device">Laitteen tiedot</string>
<string name="crash_button_confirm">LÄHETÄ TIEDOT</string> <string name="crash_button_confirm">LÄHETÄ TIEDOT</string>
<string name="shortcut_disabled_message">Ei pikakuvaketta saatavilla</string>
<string name="new_tab_shortcut_label">Uusi välilehti</string> <string name="new_tab_shortcut_label">Uusi välilehti</string>
<string name="get_content_shortcut_label">Hanki sisältöä</string> <string name="get_content_shortcut_label">Hanki sisältöä</string>
<string name="articleCount">%s artikkelia</string> <string name="articleCount">%s artikkelia</string>
@ -148,6 +154,7 @@
<string name="humankind_knowledge">Ihmiskunnan tieto puhelimessasi.</string> <string name="humankind_knowledge">Ihmiskunnan tieto puhelimessasi.</string>
<string name="welcome_to_the_family">Tervetuloa perheeseen</string> <string name="welcome_to_the_family">Tervetuloa perheeseen</string>
<string name="save_books_offline">Tallenna kirjoja offline-tilassa</string> <string name="save_books_offline">Tallenna kirjoja offline-tilassa</string>
<string name="download_books_message">Lataa kirjoja ja lue missä tahansa.</string>
<string name="unable_to_add_to_bookmarks">Ei voitu lisätä kirjanmerkkeihin</string> <string name="unable_to_add_to_bookmarks">Ei voitu lisätä kirjanmerkkeihin</string>
<string name="go_to_previous_page">Siirry edelliselle sivulle</string> <string name="go_to_previous_page">Siirry edelliselle sivulle</string>
<string name="go_to_next_page">Siirry seuraavalle sivulle</string> <string name="go_to_next_page">Siirry seuraavalle sivulle</string>
@ -157,22 +164,41 @@
<string name="send_feedback">Lähetä palautetta</string> <string name="send_feedback">Lähetä palautetta</string>
<string name="expand">Laajenna</string> <string name="expand">Laajenna</string>
<string name="history">Historia</string> <string name="history">Historia</string>
<string name="history_from_current_book">Näytä historia kaikista kirjoista</string>
<string name="search_history">Hakuhistoria</string> <string name="search_history">Hakuhistoria</string>
<string name="selected_items">%1$d valittu</string> <string name="selected_items">%1$d valittu</string>
<string name="bookmarks_from_current_book">Näytä kirjanmerkit kaikista kirjoista</string>
<string name="search_bookmarks">Hae kirjanmerkkejä</string> <string name="search_bookmarks">Hae kirjanmerkkejä</string>
<string name="switch_tabs">Vaihda välilehtiä</string>
<string name="close_all_tabs">Sulje kaikki välilehdet</string> <string name="close_all_tabs">Sulje kaikki välilehdet</string>
<string name="pending_state">Avoin</string> <string name="pending_state">Avoin</string>
<string name="running_state">Käynnissä</string> <string name="running_state">Käynnissä</string>
<string name="complete">Valmis</string>
<string name="paused_state">Pysäytetty</string> <string name="paused_state">Pysäytetty</string>
<string name="failed_state">Epäonnistui: %s</string>
<string name="save">Tallenna</string> <string name="save">Tallenna</string>
<string name="note">Huomautus</string> <string name="note">Huomautus</string>
<string name="wiki_article_title">Wikiartikkelin otsikko</string> <string name="wiki_article_title">Wikiartikkelin otsikko</string>
<string name="note_save_unsuccessful">Huomautuksen tallennus epäonnistui</string>
<string name="note_delete_successful">Huomautus poistettu onnistuneesti</string>
<string name="note_delete_unsuccessful">Huomautusta ei poistettu</string>
<string name="note_save_successful">Huomautus tallennettu</string>
<string name="note_share_error_file_missing">Huomaustiedostoa ei ole olemassa</string>
<string name="confirmation_alert_dialog_message">Hylkää tallentamattomat muutokset?</string> <string name="confirmation_alert_dialog_message">Hylkää tallentamattomat muutokset?</string>
<string name="delete_notes_confirmation_msg">Poista kaikki huomautukset?</string>
<string name="notes_deletion_unsuccessful">Joitakin tiedostoja ei poistettu</string> <string name="notes_deletion_unsuccessful">Joitakin tiedostoja ei poistettu</string>
<string name="books_count">%d kirja(a)</string> <string name="books_count">%d kirja(a)</string>
<string name="connection_failed">Yhteys epäonnistui</string>
<string name="file_transfer_complete">Tiedoston siirto valmis</string>
<string name="error_during_transfer">Siirron aikana tapahtui virhe</string>
<string name="error_transferring">Virhe siirrettäessä tiedostoa %s</string>
<string name="get_content_from_nearby_device">Hanki sisältöä lähistöllä olevasta laitteesta</string>
<string name="your_device">Laitteesi:</string> <string name="your_device">Laitteesi:</string>
<string name="nearby_devices">LÄHELLÄ OLEVAT LAITTEET</string> <string name="nearby_devices">LÄHELLÄ OLEVAT LAITTEET</string>
<string name="preparing_files">Valmistellaan tiedostoja siirtoon....</string>
<string name="status">Tila</string> <string name="status">Tila</string>
<string name="pref_clear_all_notes_summary">Tyhjennä kaikki huomautukset kaikista artikkeleista</string>
<string name="pref_clear_all_notes_title">Tyhjennä kaikki huomautukset</string>
<string name="tag_pic">Kuva</string> <string name="tag_pic">Kuva</string>
<string name="tag_vid">Video</string> <string name="tag_vid">Video</string>
<string name="tag_text_only">Vain teksti</string> <string name="tag_text_only">Vain teksti</string>
@ -188,6 +214,13 @@
<string name="on">Päälle</string> <string name="on">Päälle</string>
<string name="off">Pois</string> <string name="off">Pois</string>
<string name="auto">Auto</string> <string name="auto">Auto</string>
<string name="diagnostic_report_message">Lähetä kaikki seuraavat tiedot jotta voimme diagnosoida ongelman</string>
<string name="percentage">%d%%</string> <string name="percentage">%d%%</string>
<string name="pref_text_zoom_title">Tekstin tarkennus</string>
<string name="search_open_in_new_tab">Avaa uudessa välilehdessä</string> <string name="search_open_in_new_tab">Avaa uudessa välilehdessä</string>
<string name="open_library">Avaa kirjasto</string>
<string name="tab_restored">Välilehti palautettu</string>
<string name="how_to_update_content">Kuinka päivittää sisältöä?</string>
<string name="allowed">Sallittu</string>
<string name="not_allowed">Ei sallittu</string>
</resources> </resources>

View File

@ -85,6 +85,7 @@
<string name="pref_clear_all_history_title">Effacer lhistorique</string> <string name="pref_clear_all_history_title">Effacer lhistorique</string>
<string name="pref_clear_all_history_summary">Effacer les recherches récentes et lhistorique des onglets</string> <string name="pref_clear_all_history_summary">Effacer les recherches récentes et lhistorique des onglets</string>
<string name="pref_notes">Notes</string> <string name="pref_notes">Notes</string>
<string name="pref_permission">Droits</string>
<string name="all_history_cleared">Tout lhistorique est effacé</string> <string name="all_history_cleared">Tout lhistorique est effacé</string>
<string name="pref_clear_all_bookmarks_title">Supprimer les marque-pages</string> <string name="pref_clear_all_bookmarks_title">Supprimer les marque-pages</string>
<string name="clear_all_history_dialog_title">Effacer tout lhistorique?</string> <string name="clear_all_history_dialog_title">Effacer tout lhistorique?</string>
@ -259,6 +260,7 @@
<string name="status">État</string> <string name="status">État</string>
<string name="pref_clear_all_notes_summary">Effacer toutes les notes sur tous les articles</string> <string name="pref_clear_all_notes_summary">Effacer toutes les notes sur tous les articles</string>
<string name="pref_clear_all_notes_title">Effacer toutes les notes</string> <string name="pref_clear_all_notes_title">Effacer toutes les notes</string>
<string name="pref_allow_to_read_or_write_zim_files_on_sd_card">Permettre de lire et écrire des fichiers ZIM sur la carte SD</string>
<string name="pref_text_zoom_summary">Modifier la taille du texte par incrément de 25%.</string> <string name="pref_text_zoom_summary">Modifier la taille du texte par incrément de 25%.</string>
<string name="tag_pic">Image</string> <string name="tag_pic">Image</string>
<string name="tag_vid">Vidéo</string> <string name="tag_vid">Vidéo</string>
@ -293,4 +295,8 @@
<string name="close_drawer">Fermer le tiroir</string> <string name="close_drawer">Fermer le tiroir</string>
<string name="how_to_update_content">Comment actualiser le contenu?</string> <string name="how_to_update_content">Comment actualiser le contenu?</string>
<string name="update_content_description">Pour mettre à jour un contenu (un fichier zim), vous devez télécharger la dernière version complète de ce même contenu. Vous pouvez le faire via la section de téléchargement.</string> <string name="update_content_description">Pour mettre à jour un contenu (un fichier zim), vous devez télécharger la dernière version complète de ce même contenu. Vous pouvez le faire via la section de téléchargement.</string>
<string name="all_files_permission_needed">Tous les droits sur les fichiers nécessaires</string>
<string name="all_files_permission_needed_message">Afin daccéder à tous les fichiers zim sur lappareil, nous devons avoir tous les droits sur les fichiers</string>
<string name="allowed">Autorisé</string>
<string name="not_allowed">Non autorisé</string>
</resources> </resources>

View File

@ -4,6 +4,7 @@
* Beta16 * Beta16
* CloeRiva * CloeRiva
* Einreiher * Einreiher
* Fs00
* G.garatti * G.garatti
* Gianfranco * Gianfranco
* Matteocng * Matteocng
@ -22,19 +23,45 @@
<string name="menu_exit_full_screen">Esci dalla modalità a tutto schermo</string> <string name="menu_exit_full_screen">Esci dalla modalità a tutto schermo</string>
<string name="menu_read_aloud">Leggi a voce alta</string> <string name="menu_read_aloud">Leggi a voce alta</string>
<string name="menu_read_aloud_stop">Interrompi lettura a voce alta</string> <string name="menu_read_aloud_stop">Interrompi lettura a voce alta</string>
<string name="menu_support_kiwix">Sostieni Kiwix</string>
<string name="menu_wifi_hotspot">Hotspot Wi-Fi</string>
<string name="save_media">Salva file multimediale come…</string> <string name="save_media">Salva file multimediale come…</string>
<string name="save_media_error">Si è verificato un errore durante il salvataggio del file multimediale!</string> <string name="save_media_error">Si è verificato un errore durante il salvataggio del file multimediale!</string>
<string name="save_media_saved">Salvato file multimediale come %s in Android/media/org.kiwix…/</string> <string name="save_media_saved">Salvato file multimediale come %s in Android/media/org.kiwix…/</string>
<string name="search_label">Ricerca</string> <string name="search_label">Cerca</string>
<string name="choose_file">Seleziona un file di contenuto (*.zim)</string> <string name="choose_file">Seleziona un file di contenuto (*.zim)</string>
<string name="open_in_new_tab">Apri il collegamento in una nuova scheda?</string> <string name="open_in_new_tab">Vuoi aprire il collegamento in una nuova scheda?</string>
<string name="connection_refused">Collegamento negato.</string> <string name="hotspot_service_channel_name">Servizio hotspot</string>
<string name="hotspot_failed_title">Errore durante l\'avvio dell\'hotspot</string>
<string name="hotspot_failed_message">Sembra che il tuo hotspot sia già attivato. Disabilita il tuo hotspot Wi-Fi per continuare.</string>
<string name="go_to_wifi_settings_label">Vai alle impostazioni Wi-Fi</string>
<string name="connection_refused">Connessione rifiutata.</string>
<string name="hotspot_running">Hotspot in esecuzione</string>
<string name="no_books_selected_toast_message">Seleziona prima dei libri</string>
<string name="server_failed_message">Impossibile avviare il server. Attiva il tuo hotspot</string>
<string name="server_failed_toast_message">Impossibile avviare il server.</string>
<string name="server_started_successfully_toast_message">Server avviato correttamente.</string>
<string name="server_stopped_successfully_toast_message">Server arrestato correttamente.</string>
<string name="hotspot_turned_on">Hotspot attivato</string>
<string name="hotspot_details_message">Di seguito i dettagli del tuo hotspot locale.\nSSID: %1$s\nPassword: %2$s</string>
<string name="server_textview_default_message">Seleziona i file che vuoi ospitare sul server</string>
<string name="progress_dialog_starting_server">Avvio del server in corso</string>
<string name="hotspot_dialog_title">Istruzioni per ospitare libri</string> <string name="hotspot_dialog_title">Istruzioni per ospitare libri</string>
<string name="wifi_dialog_title">Connessione Wi-Fi rilevata</string>
<string name="wifi_dialog_body">Per visualizzare i libri su altri dispositivi, assicurati che siano tutti connessi alla stessa rete Wi-Fi.</string>
<string name="hotspot_dialog_message">Per utilizzare questa funzionalità devi prima attivare manualmente il tuo hotspot Wi-Fi, o assicurarti che il dispositivo host e quello client siano connessi alla stessa rete Wi-Fi</string>
<string name="hotspot_dialog_neutral_button">PROCEDI</string> <string name="hotspot_dialog_neutral_button">PROCEDI</string>
<string name="hotspot_channel_description">Aggiornamenti sullo stato del tuo hotspot/server.</string>
<string name="hotspot_notification_content_title">Hotspot di Kiwix</string>
<string name="start_server_label">Avvia server</string>
<string name="stop_server_label">Arresta server</string>
<string name="server_started_message">Inserisci questo indirizzo IP nel tuo browser per accedere al server: %s</string>
<string name="share_host_address">Condividi URL con altre applicazioni</string>
<string name="error_file_not_found">Errore: il file ZIM selezionato non è stato trovato.</string> <string name="error_file_not_found">Errore: il file ZIM selezionato non è stato trovato.</string>
<string name="zim_not_opened">Impossibile aprire il file ZIM</string>
<string name="error_file_invalid">Errore: il file selezionato non è un file ZIM valido.</string> <string name="error_file_invalid">Errore: il file selezionato non è un file ZIM valido.</string>
<string name="error_article_url_not_found">Errore: caricamento della voce (url: %1$s) non riuscito.</string> <string name="error_article_url_not_found">Errore: caricamento della voce (URL: %1$s) non riuscito.</string>
<string name="pref_display_title">Visualizza</string> <string name="pref_display_title">Visualizzazione</string>
<string name="pref_info_title">Informazioni</string> <string name="pref_info_title">Informazioni</string>
<string name="pref_info_version">Versione</string> <string name="pref_info_version">Versione</string>
<string name="pref_night_mode">Modalità notte</string> <string name="pref_night_mode">Modalità notte</string>
@ -43,24 +70,31 @@
<string name="pref_back_to_top_summary">Mostra un pulsante alla fine della pagina per scorrere fino all\'inizio</string> <string name="pref_back_to_top_summary">Mostra un pulsante alla fine della pagina per scorrere fino all\'inizio</string>
<string name="pref_language_title">Lingua</string> <string name="pref_language_title">Lingua</string>
<string name="pref_language_chooser">Scegli la lingua</string> <string name="pref_language_chooser">Scegli la lingua</string>
<string name="pref_credits_title">Crediti</string> <string name="pref_credits">Contributori e licenze</string>
<string name="tts_lang_not_supported">La lingua di questa pagina non è supportata, o i dati per il linguaggio appropriato non sono stati installati. La voce non può essere letta correttamente.</string> <string name="pref_credits_title">Riconoscimenti</string>
<string name="tts_lang_not_supported">La lingua di questa pagina non è supportata, o i dati della lingua non sono stati installati. La voce non può essere letta correttamente.</string>
<string name="no_reader_application_installed">Non è stata trovata alcuna applicazione installata per questo tipo di file</string> <string name="no_reader_application_installed">Non è stata trovata alcuna applicazione installata per questo tipo di file</string>
<string name="no_section_info">Nessun intestazione di contenuto trovata</string> <string name="no_section_info">Nessuna intestazione di contenuto trovata</string>
<string name="request_storage">Per accedere al contenuto offline è necessario l\'accesso al tuo spazio di archiviazione</string> <string name="request_storage">Per accedere ai contenuti offline è necessario l\'accesso al tuo spazio di archiviazione</string>
<string name="clear_recent_and_tabs_history_dialog">Sei sicuro di voler cancellare la tua cronologia di ricerca e resettare tutte le tab attive?</string> <string name="clear_recent_and_tabs_history_dialog">Sei sicuro di voler cancellare la tua cronologia di ricerca e reimpostare tutte le schede attive?</string>
<string name="delete_recent_search_item">Elimina questo elemento?</string> <string name="delete_recent_search_item">Vuoi eliminare questo elemento?</string>
<string name="pref_clear_all_history_title">Cancella la cronologia</string> <string name="pref_clear_all_history_title">Cancella la cronologia</string>
<string name="pref_clear_all_history_summary">Cancella le ricerche recenti e la cronologia delle schede aperte</string>
<string name="pref_notes">Note</string> <string name="pref_notes">Note</string>
<string name="pref_permission">Autorizzazioni</string>
<string name="all_history_cleared">Tutta la cronologia è stata cancellata</string> <string name="all_history_cleared">Tutta la cronologia è stata cancellata</string>
<string name="clear_all_history_dialog_title">Cancellare tutta la cronologia?</string> <string name="pref_clear_all_bookmarks_title">Cancella i segnalibri</string>
<string name="clear_all_history_dialog_title">Vuoi cancellare tutta la cronologia?</string>
<string name="share">Condividi</string> <string name="share">Condividi</string>
<string name="selected_file_cab_app_chooser_title">Condividi file ZIM con:</string>
<string name="delete">Cancella</string> <string name="delete">Cancella</string>
<string name="cancel">Annulla</string> <string name="cancel">Annulla</string>
<string name="delete_specific_search_toast">Ricerca recente rimossa</string> <string name="delete_specific_search_toast">Ricerca recente rimossa</string>
<string name="hint_contents_drawer_message">Puoi scorrere a sinistra per visualizzare i contenuti di questa voce</string>
<string name="got_it">Capito</string> <string name="got_it">Capito</string>
<string name="did_you_know">Lo sapevi?</string> <string name="did_you_know">Lo sapevi?</string>
<string name="undo">Annulla</string> <string name="undo">Annulla</string>
<string name="tab_closed">Scheda chiusa</string>
<string name="bookmark_added">Segnalibro aggiunto</string> <string name="bookmark_added">Segnalibro aggiunto</string>
<string name="rate_dialog_title">Valutaci</string> <string name="rate_dialog_title">Valutaci</string>
<string name="rate_dialog_msg_1">Se ti piace usare</string> <string name="rate_dialog_msg_1">Se ti piace usare</string>
@ -71,59 +105,194 @@
<string name="open">Apri</string> <string name="open">Apri</string>
<string name="bookmark_removed">Segnalibro rimosso</string> <string name="bookmark_removed">Segnalibro rimosso</string>
<string name="pref_newtab_background_title">Apri nuova scheda in background</string> <string name="pref_newtab_background_title">Apri nuova scheda in background</string>
<string name="pref_newtab_background_summary">Quando si apre una nuova scheda verrà aperta in background</string> <string name="pref_newtab_background_summary">Quando si apre una nuova scheda, questa verrà aperta in background</string>
<string name="pref_extras">Extra</string>
<string name="new_tab_snack_bar">Voce aperta in una nuova scheda</string>
<string name="search_widget_text">Cerca in Kiwix</string>
<string name="speech_prompt_text">Parla per cercare in %s</string>
<string name="speech_not_supported">Il tuo dispositivo non supporta la digitazione vocale</string>
<string name="local_zims">Dispositivo</string> <string name="local_zims">Dispositivo</string>
<string name="remote_zims">Connesso</string> <string name="remote_zims">Connesso</string>
<string name="library">Libreria</string> <string name="library">Libreria</string>
<string name="delete_zim_body">I seguenti file ZIM verranno eliminati:\n\n%s</string>
<string name="delete_zims_toast">File cancellato</string> <string name="delete_zims_toast">File cancellato</string>
<string name="no_files_here">Nessun file qui</string> <string name="no_files_here">Nessun file qui</string>
<string name="download_no_space">Lo spazio è insufficiente per scaricare.</string> <string name="download_no_space">Lo spazio è insufficiente per effettuare il download.</string>
<string name="download">Scarica</string> <string name="download">Scarica</string>
<string name="space_available">Spazio disponibile:</string> <string name="space_available">Spazio disponibile:</string>
<string name="zim_simple">Semplice</string> <string name="zim_simple">Semplice</string>
<string name="zim_no_pic">Nessuna immagine</string> <string name="zim_no_pic">Nessuna immagine</string>
<string name="zim_no_vid">Nessun video</string> <string name="zim_no_vid">Nessun video</string>
<string name="no_network_connection">Nessuna connessione a Internet</string>
<string name="help_2">Cosa fa Kiwix?</string> <string name="help_2">Cosa fa Kiwix?</string>
<string name="help_10">Puoi sia scaricare i tuoi file ZIM in-app selezionati o selezionare attentamente quello/i che desideri e scaricarli attraverso il Desktop di un computer prima di trasferire i file ZIM sulla tua memoria SD.</string> <string name="help_3">Kiwix è un lettore di contenuti offline. È molto simile a un browser, ma invece di accedere a pagine web online, legge il contenuto da un file in formato ZIM.</string>
<string name="help_11">I file ZIM scaricati nell\'applicazione sono localizzati nella directory di archiviazione esterna in una cartella chiamata Kiwix.</string> <string name="help_4">Nonostante Kiwix sia stato concepito per rendere Wikipedia fruibile in assenza di connessione a Internet, può essere usato anche per leggere altri contenuti.</string>
<string name="help_5">Dove si trovano i contenuti?</string>
<string name="help_6">I nostri contenuti sono ospitati sul sito web di Kiwix.</string>
<string name="help_7">Sono disponibili sotto forma di file ZIM. Ce ne sono molti:</string>
<string name="help_8">• Wikipedia è disponibile separatamente per ciascuna lingua</string>
<string name="help_9">• Sono disponibili anche altri contenuti come Wikileaks o Wikisource</string>
<string name="help_10">Puoi scaricare i file ZIM all\'interno dell\'app oppure selezionare quelli che preferisci e scaricarli usando un PC, per poi trasferirli sulla tua memoria SD.</string>
<string name="help_11">I file ZIM scaricati all\'interno dell\'app vengono salvati nella memoria esterna in una cartella chiamata Kiwix.</string>
<string name="pref_storage">Spazio di archiviazione</string>
<string name="pref_current_folder">Cartella attuale</string> <string name="pref_current_folder">Cartella attuale</string>
<string name="delete_zim_failed">Non siamo stati in grado di eliminare alcuni file. Dovresti provare ad usare un gestore di file.</string> <string name="delete_zim_failed">Non siamo stati in grado di eliminare alcuni file. Dovresti provare ad usare un gestore di file.</string>
<string name="tts_pause">pausa</string> <string name="tts_pause">pausa</string>
<string name="tts_resume">riprendi</string> <string name="tts_resume">riprendi</string>
<string name="stop">interrompi</string>
<string name="internal_storage">Interno</string>
<string name="external_storage">Esterno</string> <string name="external_storage">Esterno</string>
<string name="yes"></string> <string name="yes"></string>
<string name="no">No</string> <string name="no">No</string>
<string name="confirm_stop_download_title">Interrompere il download?</string> <string name="confirm_stop_download_title">Vuoi interrompere il download?</string>
<string name="confirm_stop_download_msg">Sei sicuro di voler interrompere il download?</string> <string name="confirm_stop_download_msg">Sei sicuro di voler interrompere il download?</string>
<string name="download_change_storage">Selettore di strumento di archiviazione</string> <string name="download_change_storage">Seleziona spazio di archiviazione</string>
<string name="tts_not_enabled">La lettura a voce alta non è abilitata per questo file ZIM</string>
<string name="texttospeech_initialization_failed">Inizializzazione del motore di sintesi vocale fallita. Riprova</string>
<string name="texttospeech_error">Errore imprevisto nel motore di sintesi vocale. Riprova</string>
<string name="next">Successivo</string> <string name="next">Successivo</string>
<string name="previous">Precedente</string> <string name="previous">Precedente</string>
<string name="pref_wifi_only">Scarica contenuto solo tramite WiFi</string> <string name="wifi_only_title">Vuoi scaricare il contenuto usando le reti mobili?</string>
<string name="wifi_only_msg">Se scegli \“Sì\”, non verrai più avvisato in futuro. Potrai comunque modificare questo comportamento nelle Impostazioni.</string>
<string name="pref_wifi_only">Scarica contenuti solo tramite Wi-Fi</string>
<string name="time_day">giorno</string> <string name="time_day">giorno</string>
<string name="time_hour">h</string>
<string name="time_minute">min</string> <string name="time_minute">min</string>
<string name="time_second">s</string> <string name="time_second">s</string>
<string name="time_left">rimanenti</string>
<string name="time_today">Oggi</string> <string name="time_today">Oggi</string>
<string name="time_yesterday">Ieri</string> <string name="time_yesterday">Ieri</string>
<string name="pref_external_link_popup_title">Avvisa quando si aprono link esterni</string>
<string name="pref_external_link_popup_summary">Mostra un avviso in merito a possibili costi aggiuntivi o al mancato funzionamento dei link in assenza di connessione.</string>
<string name="external_link_popup_dialog_title">Apertura di un link esterno!</string>
<string name="external_link_popup_dialog_message">Stai aprendo un link esterno. Ciò potrebbe comportare dei costi aggiuntivi per il trasferimento dati e non funzionerà se non sei connesso a Internet. Vuoi continuare?</string>
<string name="do_not_ask_anymore">Non chiedere più</string>
<string name="your_languages">Lingue selezionate:</string> <string name="your_languages">Lingue selezionate:</string>
<string name="other_languages">Altre lingue:</string> <string name="other_languages">Altre lingue:</string>
<string name="crash_checkbox_device">Dettagli dispositivo</string> <string name="no_items_msg">Nessun elemento disponibile</string>
<string name="crash_title">Oops… questo è imbarazzante</string>
<string name="crash_description">Sembra che si sia verificato un arresto anomalo.\n\nTi dispiacerebbe aiutarci a risolvere questo problema inviandoci le seguenti informazioni?</string>
<string name="crash_checkbox_language">Impostazioni della lingua</string>
<string name="crash_checkbox_zimfiles">Una lista dei tuoi file ZIM</string>
<string name="crash_checkbox_exception">Dettagli dell\'arresto anomalo</string>
<string name="crash_checkbox_logs">Log dell\'applicazione</string>
<string name="crash_checkbox_device">Dettagli sul dispositivo</string>
<string name="crash_button_confirm">INVIA DETTAGLI</string>
<string name="shortcut_disabled_message">Scorciatoia non disponibile</string>
<string name="new_tab_shortcut_label">Nuova scheda</string> <string name="new_tab_shortcut_label">Nuova scheda</string>
<string name="get_content_shortcut_label">Ottieni contenuti</string>
<string name="fav_icon">Favicon</string> <string name="fav_icon">Favicon</string>
<string name="articleCount">%s voci</string> <string name="articleCount">%s voci</string>
<string name="get_started">Inizia</string>
<string name="download_books">Scarica libri</string>
<string name="humankind_knowledge">Il sapere del genere umano, sul tuo dispositivo.</string>
<string name="welcome_to_the_family">Benvenuto</string>
<string name="save_books_offline">Salva libri offline</string>
<string name="download_books_message">Scarica libri e leggili ovunque tu sia.</string>
<string name="unable_to_add_to_bookmarks">Impossibile aggiungere la voce ai segnalibri</string>
<string name="go_to_previous_page">Vai alla pagina precedente</string>
<string name="go_to_next_page">Vai alla pagina successiva</string>
<string name="table_of_contents">Indice</string> <string name="table_of_contents">Indice</string>
<string name="select_languages">Seleziona lingue</string>
<string name="save_languages">Salva lingue</string>
<string name="send_feedback">Invia feedback</string>
<string name="expand">Espandi</string>
<string name="history">Cronologia</string>
<string name="history_from_current_book">Mostra la cronologia di tutti i libri</string>
<string name="search_history">Cerca nella cronologia</string>
<string name="selected_items">%1$d selezionato/i</string>
<string name="bookmarks_from_current_book">Mostra i segnalibri di tutti i libri</string>
<string name="search_bookmarks">Cerca nei segnalibri</string>
<string name="switch_tabs">Cambia scheda</string>
<string name="close_all_tabs">Chiudi tutte le schede</string>
<string name="pending_state">In attesa</string>
<string name="running_state">In corso</string>
<string name="complete">Completato</string>
<string name="paused_state">In pausa</string>
<string name="failed_state">Fallito: %s</string>
<string name="save">Salva</string> <string name="save">Salva</string>
<string name="nearby_devices">DISPOSITIVI VICINI</string> <string name="note">Nota</string>
<string name="wiki_article_title">Titolo della voce</string>
<string name="ext_storage_permission_rationale_add_note">L\'accesso allo spazio di archiviazione è richiesto per poter aggiungere note</string>
<string name="ext_storage_write_permission_denied_add_note">Le note non possono essere salvate senza l\'accesso allo spazio di archiviazione</string>
<string name="note_save_unsuccessful">Salvataggio della nota fallito</string>
<string name="note_delete_successful">Nota eliminata correttamente</string>
<string name="note_delete_unsuccessful">La nota non è stata eliminata</string>
<string name="note_save_successful">Nota salvata</string>
<string name="note_save_error_storage_not_writable">Errore durante il salvataggio della nota: lo spazio di archiviazione non è accessibile in scrittura</string>
<string name="note_share_error_file_missing">Il file della nota non esiste</string>
<string name="note_share_app_chooser_title">Condividi il file della nota con:</string>
<string name="confirmation_alert_dialog_message">Vuoi scartare le modifiche non salvate?</string>
<string name="delete_notes_confirmation_msg">Vuoi eliminare tutte le note?</string>
<string name="ext_storage_permission_not_granted">Errore: accesso allo spazio di archiviazione non consentito</string>
<string name="notes_deletion_successful">Tutte le note sono state eliminate</string>
<string name="notes_deletion_unsuccessful">Alcune note non sono state eliminate</string>
<string name="books_count">%d libro/i</string>
<string name="discovery_initiated">Ricerca iniziata</string>
<string name="discovery_failed">Ricerca fallita</string>
<string name="severe_loss_error">Errore grave rilevato! Prova a disabilitare e a riabilitare Wi-Fi Direct</string>
<string name="connection_failed">Connessione fallita</string>
<string name="permission_rationale_location">L\'accesso alla posizione è richiesto da Android per consentire all\'app di rilevare i dispositivi nelle vicinanze</string>
<string name="permission_rationale_location_on_host_zim_file">L\'accesso alla posizione è richiesto da Android per consentire all\'app di ospitare file ZIM</string>
<string name="permission_refused_location">Impossibile cercare i dispositivi nelle vicinanze senza l\'accesso alla posizione</string>
<string name="permission_refused_storage">Impossibile accedere ai file ZIM senza l\'accesso allo spazio di archiviazione</string>
<string name="request_enable_location">Abilita la geolocalizzazione per poter cercare i dispositivi nelle vicinanze</string>
<string name="discovery_needs_location">Impossibile cercare i dispositivi nelle vicinanze senza i servizi di geolocalizzazione</string>
<string name="request_enable_wifi">Abilita Wi-Fi Direct nelle impostazioni di sistema</string>
<string name="discovery_needs_wifi">Il Wi-Fi dev\'essere abilitato per poter cercare i dispositivi nelle vicinanze</string>
<string name="transfer_to">Vuoi trasferire i file a %s?</string>
<string name="device_not_cooperating">Il dispositivo selezionato non consente il trasferimento</string>
<string name="file_transfer_complete">Trasferimento file completato</string>
<string name="error_during_transfer">Si è verificato un errore durante il trasferimento</string>
<string name="error_transferring">Errore durante il trasferimento del file %s</string>
<string name="get_content_from_nearby_device">Ottieni contenuti da un dispositivo nelle vicinanze</string>
<string name="search_for_peers">Cerca dispositivi nelle vicinanze</string>
<string name="your_device">Il tuo dispositivo:</string>
<string name="nearby_devices">DISPOSITIVI NELLE VICINANZE</string>
<string name="no_devices_found">Nessun dispositivo rilevato. Tocca il pulsante Cerca per provare di nuovo.</string>
<string name="files_for_transfer">FILE DA TRASFERIRE</string>
<string name="preparing_files">Preparazione dei file per il trasferimento…</string>
<string name="performing_handshake">Handshake in corso…</string>
<string name="status">Stato</string> <string name="status">Stato</string>
<string name="pref_clear_all_notes_summary">Cancella le note su tutte le voci</string>
<string name="pref_clear_all_notes_title">Cancella tutte le note</string>
<string name="pref_allow_to_read_or_write_zim_files_on_sd_card">Autorizzazione a leggere e scrivere i file ZIM sulla scheda SD</string>
<string name="pref_text_zoom_summary">Aumenta o diminuisci la dimensione del testo del 25\% alla volta.</string>
<string name="tag_pic">Immagini</string>
<string name="tag_vid">Video</string>
<string name="tag_text_only">Solo testo</string>
<string name="tag_short_text">Testo breve</string> <string name="tag_short_text">Testo breve</string>
<string name="storage_permission_denied">Accesso allo spazio di archiviazione negato</string>
<string name="grant_read_storage_permission">Quest\'app richiede l\'accesso in lettura allo spazio di archiviazione per poter funzionare. Concedi l\'autorizzazione nelle impostazioni</string>
<string name="go_to_settings">Vai alle impostazioni hotspot</string> <string name="go_to_settings">Vai alle impostazioni hotspot</string>
<string name="no_results">Nessun risultato</string> <string name="no_results">Nessun risultato</string>
<string name="no_bookmarks">Nessun segnalibro</string> <string name="no_bookmarks">Nessun segnalibro</string>
<string name="delete_history">Cancellare tutta la cronologia?</string> <string name="no_history">Cronologia vuota</string>
<string name="delete_bookmarks">Cancellare tutti i segnalibri?</string> <string name="device_default">Predefinita del dispositivo</string>
<string name="delete_history">Vuoi cancellare tutta la cronologia?</string>
<string name="delete_selected_history">Vuoi cancellare le voci della cronologia selezionate?</string>
<string name="delete_bookmarks">Vuoi cancellare tutti i segnalibri?</string>
<string name="delete_selected_bookmarks">Vuoi cancellare i segnalibri selezionati?</string>
<string name="on">Attivata</string> <string name="on">Attivata</string>
<string name="off">Disattivata</string> <string name="off">Disattivata</string>
<string name="auto">Automatica</string> <string name="auto">Automatica</string>
<string name="send_report">Invia report di diagnostica</string>
<string name="crash_checkbox_file_system">Dettagli sul file system</string>
<string name="diagnostic_report">Report di diagnostica</string>
<string name="diagnostic_report_message">Invia tutti i seguenti dettagli per aiutarci a identificare il problema</string>
<string name="percentage">%d%%</string>
<string name="pref_text_zoom_title">Dimensione del testo</string>
<string name="search_open_in_new_tab">Apri in una nuova scheda</string> <string name="search_open_in_new_tab">Apri in una nuova scheda</string>
<string name="reader">Lettore</string> <string name="reader">Lettore</string>
<string name="how_to_update_content">Come aggiornare il contenuto?</string> <string name="no_open_book">Nessun libro aperto</string>
<string name="open_library">Apri libreria</string>
<string name="tab_restored">Scheda ripristinata</string>
<string name="open_drawer">Apri menù laterale</string>
<string name="close_drawer">Chiudi menù laterale</string>
<string name="how_to_update_content">Come aggiornare i contenuti?</string>
<string name="update_content_description">Per aggiornare un contenuto (un file ZIM), devi scaricare l\'ultima versione completa di quello stesso contenuto. Puoi farlo nella sezione Scarica.</string>
<string name="all_files_permission_needed">Accesso a tutti i file richiesto</string>
<string name="all_files_permission_needed_message">Per poter accedere ai file ZIM sul dispositivo, è necessario fornire all\'applicazione l\'accesso a tutti i file</string>
<string name="allowed">Consentita</string>
<string name="not_allowed">Non consentita</string>
</resources> </resources>

View File

@ -73,12 +73,13 @@
<string name="tts_lang_not_supported">השפה של הדף הזה אינה נתמכת, או שלא הותקנו נתוני שפה מתאימים. ייתכן שהערך לא יהיה קריא.</string> <string name="tts_lang_not_supported">השפה של הדף הזה אינה נתמכת, או שלא הותקנו נתוני שפה מתאימים. ייתכן שהערך לא יהיה קריא.</string>
<string name="no_reader_application_installed">לא נמצאה אפליקציה מותקנת עבור סוג הקובץ הזה</string> <string name="no_reader_application_installed">לא נמצאה אפליקציה מותקנת עבור סוג הקובץ הזה</string>
<string name="no_section_info">לא נמצאו כותרות תוכן</string> <string name="no_section_info">לא נמצאו כותרות תוכן</string>
<string name="request_storage">על מנת לגשת לתכנים לא-מקוונים אנחנו צריכים לגשת לאחסון שלך</string> <string name="request_storage">כדי לגשת לתכנים לא־מקוונים אנחנו צריכים גישה לאחסון שלך</string>
<string name="clear_recent_and_tabs_history_dialog">למחוק את היסטוריית החיפוש ולאפס את כל הלשוניות הפעילות?</string> <string name="clear_recent_and_tabs_history_dialog">למחוק את היסטוריית החיפוש ולאפס את כל הלשוניות הפעילות?</string>
<string name="delete_recent_search_item">למחוק את הפריט הזה?</string> <string name="delete_recent_search_item">למחוק את הפריט הזה?</string>
<string name="pref_clear_all_history_title">ניקוי ההיסטוריה</string> <string name="pref_clear_all_history_title">ניקוי ההיסטוריה</string>
<string name="pref_clear_all_history_summary">ניקוי מילות חיפוש קודמות והיסטוריית כרטיסיות</string> <string name="pref_clear_all_history_summary">ניקוי מילות חיפוש קודמות והיסטוריית כרטיסיות</string>
<string name="pref_notes">הערות</string> <string name="pref_notes">הערות</string>
<string name="pref_permission">הרשאות</string>
<string name="all_history_cleared">כל ההיסטוריה נמחקה</string> <string name="all_history_cleared">כל ההיסטוריה נמחקה</string>
<string name="pref_clear_all_bookmarks_title">ניקוי סימניות</string> <string name="pref_clear_all_bookmarks_title">ניקוי סימניות</string>
<string name="clear_all_history_dialog_title">לנקות את כל ההיסטוריה?</string> <string name="clear_all_history_dialog_title">לנקות את כל ההיסטוריה?</string>
@ -253,6 +254,7 @@
<string name="status">מצב</string> <string name="status">מצב</string>
<string name="pref_clear_all_notes_summary">ניקוי כל ההערות בכל הערכים</string> <string name="pref_clear_all_notes_summary">ניקוי כל ההערות בכל הערכים</string>
<string name="pref_clear_all_notes_title">ניקוי כל ההערות</string> <string name="pref_clear_all_notes_title">ניקוי כל ההערות</string>
<string name="pref_allow_to_read_or_write_zim_files_on_sd_card">לאפשר לקרוא ולכתוב קובצי ZIM על כרטיס SD</string>
<string name="pref_text_zoom_summary">לשנות את גודל הטקסט בקפיצות של 25%.</string> <string name="pref_text_zoom_summary">לשנות את גודל הטקסט בקפיצות של 25%.</string>
<string name="tag_pic">תמונה</string> <string name="tag_pic">תמונה</string>
<string name="tag_vid">סרטון</string> <string name="tag_vid">סרטון</string>
@ -287,4 +289,8 @@
<string name="close_drawer">סגירת מגירה</string> <string name="close_drawer">סגירת מגירה</string>
<string name="how_to_update_content">איך לעדכן תוכן?</string> <string name="how_to_update_content">איך לעדכן תוכן?</string>
<string name="update_content_description">כדי לעדכן תוכן (קובץ zim) עליך להוריד את הגרסה המלאה העדכנית ביותר של אותו התוכן בדיוק. ניתן לעשות זאת דרך סעיף ההורדה.</string> <string name="update_content_description">כדי לעדכן תוכן (קובץ zim) עליך להוריד את הגרסה המלאה העדכנית ביותר של אותו התוכן בדיוק. ניתן לעשות זאת דרך סעיף ההורדה.</string>
<string name="all_files_permission_needed">דרושים כל הרשאות הקבצים</string>
<string name="all_files_permission_needed_message">כדי לגשת לכל קובצי ה־zim במכשיר, אנחנו זקוקים להרשאת כל הקבצים</string>
<string name="allowed">מותר</string>
<string name="not_allowed">אסור</string>
</resources> </resources>

View File

@ -19,5 +19,6 @@
<string name="pref_info_version">ಆವೃತ್ತಿ</string> <string name="pref_info_version">ಆವೃತ್ತಿ</string>
<string name="pref_language_title">ಭಾಷೆ</string> <string name="pref_language_title">ಭಾಷೆ</string>
<string name="pref_language_chooser">ಭಾಷೆ ಆಯ್ದುಕೊಳ್ಳಿ</string> <string name="pref_language_chooser">ಭಾಷೆ ಆಯ್ದುಕೊಳ್ಳಿ</string>
<string name="delete">ಅಳಿಸು</string>
<string name="library">ಗ್ರಂಥಾಲಯ</string> <string name="library">ಗ್ರಂಥಾಲಯ</string>
</resources> </resources>

View File

@ -49,6 +49,7 @@
<string name="progress_dialog_starting_server">서버 시작 중</string> <string name="progress_dialog_starting_server">서버 시작 중</string>
<string name="hotspot_dialog_title">도서 호스팅 지침</string> <string name="hotspot_dialog_title">도서 호스팅 지침</string>
<string name="wifi_dialog_title">WiFi 연결 감지됨</string> <string name="wifi_dialog_title">WiFi 연결 감지됨</string>
<string name="wifi_dialog_body">다른 장치에서 책을 보려면 모든 장치가 동일한 와이파이 네트워크에 연결되어 있어야 합니다.</string>
<string name="hotspot_dialog_message">이 기능이 작동하려면, 와이파이 핫스팟을 수동으로 활성화하거나 호스트 장치와 수신 장치가 동일 와이파이 네트워크에 있어야 합니다</string> <string name="hotspot_dialog_message">이 기능이 작동하려면, 와이파이 핫스팟을 수동으로 활성화하거나 호스트 장치와 수신 장치가 동일 와이파이 네트워크에 있어야 합니다</string>
<string name="hotspot_dialog_neutral_button">계속</string> <string name="hotspot_dialog_neutral_button">계속</string>
<string name="hotspot_channel_description">당신의 핫스팟/서버 상태의 업데이트</string> <string name="hotspot_channel_description">당신의 핫스팟/서버 상태의 업데이트</string>
@ -56,6 +57,7 @@
<string name="start_server_label">서버 시작</string> <string name="start_server_label">서버 시작</string>
<string name="stop_server_label">서버 정지</string> <string name="stop_server_label">서버 정지</string>
<string name="server_started_message">%s 서버에 접속하려면 브라우저에 이 IP 주소를 입력하십시오</string> <string name="server_started_message">%s 서버에 접속하려면 브라우저에 이 IP 주소를 입력하십시오</string>
<string name="share_host_address">다른 애플리케이션을 통해 URL 공유</string>
<string name="error_file_not_found">오류: 선택된 ZIM 파일을 찾을 수 없습니다.</string> <string name="error_file_not_found">오류: 선택된 ZIM 파일을 찾을 수 없습니다.</string>
<string name="zim_not_opened">zim 파일을 열 수 없음</string> <string name="zim_not_opened">zim 파일을 열 수 없음</string>
<string name="error_file_invalid">오류: 선택한 파일은 올바른 ZIM 파일이 아닙니다.</string> <string name="error_file_invalid">오류: 선택한 파일은 올바른 ZIM 파일이 아닙니다.</string>
@ -79,6 +81,8 @@
<string name="delete_recent_search_item">이 항목을 지우겠습니까?</string> <string name="delete_recent_search_item">이 항목을 지우겠습니까?</string>
<string name="pref_clear_all_history_title">기록 지우기</string> <string name="pref_clear_all_history_title">기록 지우기</string>
<string name="pref_clear_all_history_summary">최근 검색 및 탭 기록 지우기</string> <string name="pref_clear_all_history_summary">최근 검색 및 탭 기록 지우기</string>
<string name="pref_notes">참고</string>
<string name="pref_permission">권한</string>
<string name="all_history_cleared">모든 기록을 삭제했습니다</string> <string name="all_history_cleared">모든 기록을 삭제했습니다</string>
<string name="pref_clear_all_bookmarks_title">북마크 삭제</string> <string name="pref_clear_all_bookmarks_title">북마크 삭제</string>
<string name="clear_all_history_dialog_title">모든 기록을 지우겠습니까?</string> <string name="clear_all_history_dialog_title">모든 기록을 지우겠습니까?</string>
@ -230,6 +234,7 @@
<string name="severe_loss_error">서버 오류! 와이파이 P2P를 비활성화/재활성화해 보십시오</string> <string name="severe_loss_error">서버 오류! 와이파이 P2P를 비활성화/재활성화해 보십시오</string>
<string name="connection_failed">연결 실패</string> <string name="connection_failed">연결 실패</string>
<string name="permission_rationale_location">안드로이드에서 앱의 피어 장치 찾기를 허용하려면 위치 권한이 필요합니다</string> <string name="permission_rationale_location">안드로이드에서 앱의 피어 장치 찾기를 허용하려면 위치 권한이 필요합니다</string>
<string name="permission_rationale_location_on_host_zim_file">안드로이드에서 앱의 Zim 파일 호스팅을 허용하려면 위치 권한이 필요합니다</string>
<string name="permission_refused_location">위치 권한 없이 피어 장치를 찾을 수 없습니다</string> <string name="permission_refused_location">위치 권한 없이 피어 장치를 찾을 수 없습니다</string>
<string name="permission_refused_storage">스토리지 권한 없이 zim 파일에 접근할 수 없습니다</string> <string name="permission_refused_storage">스토리지 권한 없이 zim 파일에 접근할 수 없습니다</string>
<string name="request_enable_location">친구를 찾기 위해 위치 접근을 활성화합니다</string> <string name="request_enable_location">친구를 찾기 위해 위치 접근을 활성화합니다</string>
@ -252,6 +257,8 @@
<string name="status">상태</string> <string name="status">상태</string>
<string name="pref_clear_all_notes_summary">모든 문서의 모든 노트 지우기</string> <string name="pref_clear_all_notes_summary">모든 문서의 모든 노트 지우기</string>
<string name="pref_clear_all_notes_title">모든 노트 지우기</string> <string name="pref_clear_all_notes_title">모든 노트 지우기</string>
<string name="pref_allow_to_read_or_write_zim_files_on_sd_card">SD 카드의 ZIM 파일의 읽기 및 쓰기를 허용합니다</string>
<string name="pref_text_zoom_summary">문자 크기를 25% 증가시킵니다.</string>
<string name="tag_pic">사진</string> <string name="tag_pic">사진</string>
<string name="tag_vid">비디오</string> <string name="tag_vid">비디오</string>
<string name="tag_text_only">텍스트만</string> <string name="tag_text_only">텍스트만</string>
@ -277,4 +284,16 @@
<string name="percentage">%d%%</string> <string name="percentage">%d%%</string>
<string name="pref_text_zoom_title">글자 크기 조정</string> <string name="pref_text_zoom_title">글자 크기 조정</string>
<string name="search_open_in_new_tab">새 탭으로 열기</string> <string name="search_open_in_new_tab">새 탭으로 열기</string>
<string name="reader">리더</string>
<string name="no_open_book">열린 책 없음</string>
<string name="open_library">라이브러리 열기</string>
<string name="tab_restored">탭 복원됨</string>
<string name="open_drawer">서랍 열기</string>
<string name="close_drawer">서랍 닫기</string>
<string name="how_to_update_content">어떻게 콘텐츠를 업데이트합니까?</string>
<string name="update_content_description">콘텐츠(zim 파일)을 업데이트하려면 매우 동일한 콘텐츠의 최신판 전체를 다운로드해야 합니다. 다운로드 부분에서 해당 작업을 할 수 있습니다.</string>
<string name="all_files_permission_needed">모든 파일 권한 필요</string>
<string name="all_files_permission_needed_message">장치의 모든 ZIM 파일에 접근하려면 모든 파일 권한이 있어야 합니다</string>
<string name="allowed">허용됨</string>
<string name="not_allowed">허용하지 않음</string>
</resources> </resources>

View File

@ -40,6 +40,7 @@
<string name="pref_credits">Auteuren a Lizenzen</string> <string name="pref_credits">Auteuren a Lizenzen</string>
<string name="delete_recent_search_item">Dëst Element läschen?</string> <string name="delete_recent_search_item">Dëst Element läschen?</string>
<string name="pref_notes">Notizen</string> <string name="pref_notes">Notizen</string>
<string name="pref_permission">Autorisatiounen</string>
<string name="pref_clear_all_bookmarks_title">Lieszeechen ewechhuelen</string> <string name="pref_clear_all_bookmarks_title">Lieszeechen ewechhuelen</string>
<string name="delete">Läschen</string> <string name="delete">Läschen</string>
<string name="cancel">Ofbriechen</string> <string name="cancel">Ofbriechen</string>
@ -124,4 +125,6 @@
<string name="reader">Lieser</string> <string name="reader">Lieser</string>
<string name="open_drawer">Tirang opmaachen</string> <string name="open_drawer">Tirang opmaachen</string>
<string name="close_drawer">Tirang zoumaachen</string> <string name="close_drawer">Tirang zoumaachen</string>
<string name="allowed">Erlaabt</string>
<string name="not_allowed">Net erlaabt</string>
</resources> </resources>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- Authors: <!-- Authors:
* Macofe * Macofe
* Natalilake
* Papuass * Papuass
--> -->
<resources> <resources>
@ -12,6 +13,7 @@
<string name="menu_random_article">Nejaušs raksts</string> <string name="menu_random_article">Nejaušs raksts</string>
<string name="menu_full_screen">Pilnekrāna režīms</string> <string name="menu_full_screen">Pilnekrāna režīms</string>
<string name="menu_exit_full_screen">Iziet no pilnekrāna</string> <string name="menu_exit_full_screen">Iziet no pilnekrāna</string>
<string name="menu_support_kiwix">Atbalstiet Kiwix</string>
<string name="search_label">Meklēt</string> <string name="search_label">Meklēt</string>
<string name="pref_display_title">Displejs</string> <string name="pref_display_title">Displejs</string>
<string name="pref_info_title">Informācija</string> <string name="pref_info_title">Informācija</string>

View File

@ -35,6 +35,7 @@
<string name="no_reader_application_installed">Tsy nahita fampiaharana napetraka ho an\'ity karazan-drakitra ity</string> <string name="no_reader_application_installed">Tsy nahita fampiaharana napetraka ho an\'ity karazan-drakitra ity</string>
<string name="no_section_info" fuzzy="true">Tsy misy loham-botoatiny hita</string> <string name="no_section_info" fuzzy="true">Tsy misy loham-botoatiny hita</string>
<string name="request_storage" fuzzy="true">Mila ny toeram-pitahirizanao izahay raha hamaky rakitra ZIM</string> <string name="request_storage" fuzzy="true">Mila ny toeram-pitahirizanao izahay raha hamaky rakitra ZIM</string>
<string name="pref_permission">Alalana</string>
<string name="bookmark_added">Mari-boky nampiana</string> <string name="bookmark_added">Mari-boky nampiana</string>
<string name="rate_dialog_title">Omeo naoty izahay azafady</string> <string name="rate_dialog_title">Omeo naoty izahay azafady</string>
<string name="rate_dialog_msg_1">Raha tianao ny mampiasa</string> <string name="rate_dialog_msg_1">Raha tianao ny mampiasa</string>
@ -46,4 +47,6 @@
<string name="pref_newtab_background_summary">Rehefa manokatra vakizoro dia hosokafany any aoriana</string> <string name="pref_newtab_background_summary">Rehefa manokatra vakizoro dia hosokafany any aoriana</string>
<string name="library">Tahirim-boky</string> <string name="library">Tahirim-boky</string>
<string name="no_bookmarks" fuzzy="true">Tsy misy marika</string> <string name="no_bookmarks" fuzzy="true">Tsy misy marika</string>
<string name="allowed">Mahazo alalana</string>
<string name="not_allowed">Tsy mahazo alalana</string>
</resources> </resources>

View File

@ -71,6 +71,7 @@
<string name="pref_clear_all_history_title">Исчисти историја</string> <string name="pref_clear_all_history_title">Исчисти историја</string>
<string name="pref_clear_all_history_summary">Исчисти скорешни пребарувања и јазичиња</string> <string name="pref_clear_all_history_summary">Исчисти скорешни пребарувања и јазичиња</string>
<string name="pref_notes">Белешки</string> <string name="pref_notes">Белешки</string>
<string name="pref_permission">Дозволи</string>
<string name="all_history_cleared">Сета историја е исчистена</string> <string name="all_history_cleared">Сета историја е исчистена</string>
<string name="pref_clear_all_bookmarks_title">Исчисти обележувачи</string> <string name="pref_clear_all_bookmarks_title">Исчисти обележувачи</string>
<string name="clear_all_history_dialog_title">Да ја исчистам сета историја</string> <string name="clear_all_history_dialog_title">Да ја исчистам сета историја</string>
@ -245,6 +246,7 @@
<string name="status">Состојба</string> <string name="status">Состојба</string>
<string name="pref_clear_all_notes_summary">Ги чисти сите белешки на сите статии</string> <string name="pref_clear_all_notes_summary">Ги чисти сите белешки на сите статии</string>
<string name="pref_clear_all_notes_title">Исчисти ги сите белешки</string> <string name="pref_clear_all_notes_title">Исчисти ги сите белешки</string>
<string name="pref_allow_to_read_or_write_zim_files_on_sd_card">Дозволи читање и запишување на ZIM-податотеки на SD-картичка</string>
<string name="pref_text_zoom_summary">Промени големина на текст во стапки од 25 %.</string> <string name="pref_text_zoom_summary">Промени големина на текст во стапки од 25 %.</string>
<string name="tag_pic">Слика</string> <string name="tag_pic">Слика</string>
<string name="tag_vid">Видео</string> <string name="tag_vid">Видео</string>
@ -279,4 +281,8 @@
<string name="close_drawer">Затвори фиока</string> <string name="close_drawer">Затвори фиока</string>
<string name="how_to_update_content">Како се подновува содржината?</string> <string name="how_to_update_content">Како се подновува содржината?</string>
<string name="update_content_description">За да ја подновите содржината (ZIM-поатотека) ќе треба да ја преземете последната полна верзија на истава содржина. Ова се прави во одделот за преземање.</string> <string name="update_content_description">За да ја подновите содржината (ZIM-поатотека) ќе треба да ја преземете последната полна верзија на истава содржина. Ова се прави во одделот за преземање.</string>
<string name="all_files_permission_needed">Дозвола за сите податотеки</string>
<string name="all_files_permission_needed_message">За да имате пристап до сите ZIM-податотеки на уредот, ќе треба да ја имате дозволата за сите податотеки</string>
<string name="allowed">Дозволено</string>
<string name="not_allowed">Не е дозволено</string>
</resources> </resources>

View File

@ -3,6 +3,7 @@
* Dr Lotus Black * Dr Lotus Black
* Lionslayer * Lionslayer
* Ninjastrikers * Ninjastrikers
* SawJaemin
* Teitei * Teitei
--> -->
<resources> <resources>
@ -22,6 +23,13 @@
<string name="search_label">ရှာဖွေရန်</string> <string name="search_label">ရှာဖွေရန်</string>
<string name="choose_file">အကြောင်းအရာဖိုင်တစ်ခုကို ရွေးချယ်ပါ (*.zim)</string> <string name="choose_file">အကြောင်းအရာဖိုင်တစ်ခုကို ရွေးချယ်ပါ (*.zim)</string>
<string name="open_in_new_tab">တဘ်အသစ်မှာ လင့်ကိုဖွင့်မလား။</string> <string name="open_in_new_tab">တဘ်အသစ်မှာ လင့်ကိုဖွင့်မလား။</string>
<string name="server_failed_toast_message">ဆာဗာ မစတင်နိုင်ခဲ့ပါ။</string>
<string name="server_started_successfully_toast_message">ဆာဗာ အောင်မြင်စွာ စတင်ခဲ့သည်။</string>
<string name="server_stopped_successfully_toast_message">ဆာဗာ အောင်မြင်စွာ ရပ်တန့်ခဲ့သည်။</string>
<string name="progress_dialog_starting_server">ဆာဗာ စတင်ခြင်း</string>
<string name="wifi_dialog_title">ဝိုင်ဖိုင် ကွန်နက်ရှင် ခြေရာခံမိသည်</string>
<string name="start_server_label">ဆာဗာ စတင်ရန်</string>
<string name="stop_server_label">ဆာဗာ ရပ်တန့်ရန်</string>
<string name="error_file_not_found">အမှားသတိပေးချက် ရွေးချယ်ထားသော ZIM ဖိုင်ကို ရှာမတွေ့ပါ။</string> <string name="error_file_not_found">အမှားသတိပေးချက် ရွေးချယ်ထားသော ZIM ဖိုင်ကို ရှာမတွေ့ပါ။</string>
<string name="error_file_invalid">အမှားသတိပေးချက် ရွေးချယ်ထားသောဖိုင်သည် တရားဝင် ZIM ဖိုင် မဟုတ်ပါ။</string> <string name="error_file_invalid">အမှားသတိပေးချက် ရွေးချယ်ထားသောဖိုင်သည် တရားဝင် ZIM ဖိုင် မဟုတ်ပါ။</string>
<string name="error_article_url_not_found">အမှားသတိပေးချက် (Url: %1$s) ဆောင်းပါးထည့်သွင်းခြင်း မအောင်မြင်ပါ။</string> <string name="error_article_url_not_found">အမှားသတိပေးချက် (Url: %1$s) ဆောင်းပါးထည့်သွင်းခြင်း မအောင်မြင်ပါ။</string>
@ -39,11 +47,13 @@
<string name="delete_recent_search_item">ဤဟာကို ဖျက်မည်လား</string> <string name="delete_recent_search_item">ဤဟာကို ဖျက်မည်လား</string>
<string name="pref_clear_all_history_title">မှတ်တမ်းအားရှင်းမည်</string> <string name="pref_clear_all_history_title">မှတ်တမ်းအားရှင်းမည်</string>
<string name="pref_notes">မှတ်စုများ</string> <string name="pref_notes">မှတ်စုများ</string>
<string name="pref_permission">ခွင့်ပြုချက်များ</string>
<string name="all_history_cleared">ရာဇဝင်အားလုံး ရှင်းလင်းပြီး</string> <string name="all_history_cleared">ရာဇဝင်အားလုံး ရှင်းလင်းပြီး</string>
<string name="pref_clear_all_bookmarks_title">မှတ်သားထားသော စာအုပ်များကိုဖျက်ပါ</string> <string name="pref_clear_all_bookmarks_title">မှတ်သားထားသော စာအုပ်များကိုဖျက်ပါ</string>
<string name="clear_all_history_dialog_title" fuzzy="true">မှတ်တမ်းများအားလုံး ရှင်းလင်းရန်</string> <string name="clear_all_history_dialog_title" fuzzy="true">မှတ်တမ်းများအားလုံး ရှင်းလင်းရန်</string>
<string name="share">မျှဝေ</string> <string name="share">မျှဝေ</string>
<string name="delete">ဖျက်</string> <string name="delete">ဖျက်</string>
<string name="cancel">မလုပ်တော့ပါ</string>
<string name="delete_specific_search_toast">မကြာမီက ရှာဖွေမှုကို ဖယ်ရှားပြီးပြီ</string> <string name="delete_specific_search_toast">မကြာမီက ရှာဖွေမှုကို ဖယ်ရှားပြီးပြီ</string>
<string name="got_it">ရပြီဟေ့</string> <string name="got_it">ရပြီဟေ့</string>
<string name="did_you_know">သင်သိပါသလား</string> <string name="did_you_know">သင်သိပါသလား</string>
@ -59,6 +69,7 @@
<string name="delete_zims_toast">ဖိုင် ဖျက်ပြီးပြီ</string> <string name="delete_zims_toast">ဖိုင် ဖျက်ပြီးပြီ</string>
<string name="no_files_here">ဤနေရာတွင် ဖိုင်များမရှိပါ</string> <string name="no_files_here">ဤနေရာတွင် ဖိုင်များမရှိပါ</string>
<string name="download_no_space" fuzzy="true">ဤဖိုင်ကို ဒေါင်းလုပ်ရယူရန် နေရာလွတ် မလုံလောက်ပါ။</string> <string name="download_no_space" fuzzy="true">ဤဖိုင်ကို ဒေါင်းလုပ်ရယူရန် နေရာလွတ် မလုံလောက်ပါ။</string>
<string name="download">ဒေါင်းလုဒ်</string>
<string name="space_available">နေရာလွတ် ရရှိနိုင်မှု-</string> <string name="space_available">နေရာလွတ် ရရှိနိုင်မှု-</string>
<string name="zim_simple">ရိုးရိုး</string> <string name="zim_simple">ရိုးရိုး</string>
<string name="zim_no_pic">ပုံများ မရှိပါ</string> <string name="zim_no_pic">ပုံများ မရှိပါ</string>
@ -68,10 +79,14 @@
<string name="pref_storage">သိုလှောင်ခန်း</string> <string name="pref_storage">သိုလှောင်ခန်း</string>
<string name="pref_current_folder">လက်ရှိ ဖိုလ်ဒါ</string> <string name="pref_current_folder">လက်ရှိ ဖိုလ်ဒါ</string>
<string name="tts_pause">ခေတ္တရပ်</string> <string name="tts_pause">ခေတ္တရပ်</string>
<string name="tts_resume">ခေတ္တရပ်နားရာမှ ပြန်လုပ်ရန်</string>
<string name="stop">ရပ်</string> <string name="stop">ရပ်</string>
<string name="internal_storage">အတွင်းပိုင်း</string>
<string name="external_storage">ပြင်ပ</string> <string name="external_storage">ပြင်ပ</string>
<string name="yes">ဟုတ်ကဲ့</string> <string name="yes">ဟုတ်ကဲ့</string>
<string name="no">မလုပ်ပါ</string> <string name="no">မလုပ်ပါ</string>
<string name="confirm_stop_download_title">ဒေါင့်လုဒ် ရပ်တန့်မှာလား</string>
<string name="confirm_stop_download_msg">ဤဒေါင်းလုဒ်ကို ရပ်တန့်ချင်သည်မှာ သေချာပါသလား</string>
<string name="next">ရှေ့</string> <string name="next">ရှေ့</string>
<string name="previous">ယခင်</string> <string name="previous">ယခင်</string>
<string name="wifi_only_title">မိုလ်ဘိုင်းကွန်ရက်မှ အကြောင်းအရာကို ဒေါင်းလုတ်ဆွဲရန် ခွင့်ပြုမည်လော?</string> <string name="wifi_only_title">မိုလ်ဘိုင်းကွန်ရက်မှ အကြောင်းအရာကို ဒေါင်းလုတ်ဆွဲရန် ခွင့်ပြုမည်လော?</string>
@ -88,13 +103,28 @@
<string name="other_languages">အခြားဘာသာစကားများ</string> <string name="other_languages">အခြားဘာသာစကားများ</string>
<string name="crash_checkbox_language">သင်၏ ဘာသာစကား အပြင်အဆင်များ</string> <string name="crash_checkbox_language">သင်၏ ဘာသာစကား အပြင်အဆင်များ</string>
<string name="articleCount">%s ဆောင်းပါးများ</string> <string name="articleCount">%s ဆောင်းပါးများ</string>
<string name="get_started">စတင်ပါ</string>
<string name="go_to_previous_page">ယခင်စာမျက်နှာသို့သွားရန်</string> <string name="go_to_previous_page">ယခင်စာမျက်နှာသို့သွားရန်</string>
<string name="go_to_next_page">နောက်စာမျက်နှာသို့သွားရန်</string> <string name="go_to_next_page">နောက်စာမျက်နှာသို့သွားရန်</string>
<string name="table_of_contents">မာတိကာ</string> <string name="table_of_contents">မာတိကာ</string>
<string name="expand">ချဲ့ရန်</string> <string name="expand">ချဲ့ရန်</string>
<string name="history">ရာဇဝင်</string> <string name="history">ရာဇဝင်</string>
<string name="bookmarks_from_current_book">စာအုပ်များအားလုံးမှ မှတ်သားထားသော စာအုပ်များကိုကြည့်ရန်</string> <string name="bookmarks_from_current_book">စာအုပ်များအားလုံးမှ မှတ်သားထားသော စာအုပ်များကိုကြည့်ရန်</string>
<string name="pending_state">ဆိုင်းငံ့နေသည်</string>
<string name="running_state">လုပ်ဆောင်နေဆဲ</string>
<string name="complete">ပြီးဆုံးသည်</string>
<string name="paused_state">ခေတ္တရပ်ပြီး</string>
<string name="save">သိမ်းရန်</string>
<string name="note">မှတ်စု</string>
<string name="wiki_article_title">ဝီကီဆောင်းပါးခေါင်းစဉ်</string>
<string name="connection_failed">ကွန်နက်ရှင် မအောင်မြင်ပါ</string>
<string name="nearby_devices">အနီးအနား စက်ပစ္စည်းများ</string>
<string name="no_results">ရလဒ်များ မရှိပါ</string> <string name="no_results">ရလဒ်များ မရှိပါ</string>
<string name="no_bookmarks">စာညှပ်မှတ်ထားခြင်း မရှိ!</string> <string name="no_bookmarks">စာညှပ်မှတ်ထားခြင်း မရှိ!</string>
<string name="no_history">ရာဇဝင် မရှိ</string> <string name="no_history">ရာဇဝင် မရှိ</string>
<string name="on">ဖွင့်</string>
<string name="off">ပိတ်</string>
<string name="auto">အလိုအလျောက်</string>
<string name="allowed">ခွင့်ပြုပြီး</string>
<string name="not_allowed">ခွင့်မပြုပါ</string>
</resources> </resources>

View File

@ -57,6 +57,7 @@
<string name="start_server_label">Uruchom serwer</string> <string name="start_server_label">Uruchom serwer</string>
<string name="stop_server_label">Zatrzymaj serwer</string> <string name="stop_server_label">Zatrzymaj serwer</string>
<string name="server_started_message">Wpisz ten adres IP w przeglądarce, aby uzyskać dostęp do serwera %s</string> <string name="server_started_message">Wpisz ten adres IP w przeglądarce, aby uzyskać dostęp do serwera %s</string>
<string name="share_host_address">Udostępnij adres URL za pośrednictwem innych aplikacji</string>
<string name="error_file_not_found">Błąd: Wybrany plik ZIM nie został znaleziony.</string> <string name="error_file_not_found">Błąd: Wybrany plik ZIM nie został znaleziony.</string>
<string name="zim_not_opened">Nie można otworzyć pliku zim</string> <string name="zim_not_opened">Nie można otworzyć pliku zim</string>
<string name="error_file_invalid">Błąd: Wybrany plik nie jest prawidłowym plikiem ZIM.</string> <string name="error_file_invalid">Błąd: Wybrany plik nie jest prawidłowym plikiem ZIM.</string>

View File

@ -77,6 +77,7 @@
<string name="pref_clear_all_history_title">Apagar histórico</string> <string name="pref_clear_all_history_title">Apagar histórico</string>
<string name="pref_clear_all_history_summary">Limpar pesquisas recentes e histórico de guias</string> <string name="pref_clear_all_history_summary">Limpar pesquisas recentes e histórico de guias</string>
<string name="pref_notes">Notas</string> <string name="pref_notes">Notas</string>
<string name="pref_permission">Permissões</string>
<string name="all_history_cleared">Eliminando todo o histórico</string> <string name="all_history_cleared">Eliminando todo o histórico</string>
<string name="pref_clear_all_bookmarks_title">Limpar marcadores</string> <string name="pref_clear_all_bookmarks_title">Limpar marcadores</string>
<string name="clear_all_history_dialog_title">Limpar todo o histórico?</string> <string name="clear_all_history_dialog_title">Limpar todo o histórico?</string>
@ -285,4 +286,6 @@
<string name="close_drawer">Fechar gaveta</string> <string name="close_drawer">Fechar gaveta</string>
<string name="how_to_update_content">Como atualizar o conteúdo?</string> <string name="how_to_update_content">Como atualizar o conteúdo?</string>
<string name="update_content_description">Para atualizar o conteúdo (um arquivo zim), você precisa baixar a versão completa mais recente desse mesmo conteúdo. Você pode fazer isso através da seção de download.</string> <string name="update_content_description">Para atualizar o conteúdo (um arquivo zim), você precisa baixar a versão completa mais recente desse mesmo conteúdo. Você pode fazer isso através da seção de download.</string>
<string name="allowed">Permitido</string>
<string name="not_allowed">Não permitido</string>
</resources> </resources>

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- Authors: <!-- Authors:
* Ajeje Brazorf
* Amire80 * Amire80
* Fitoschido * Fitoschido
* Fs00
* Kelson * Kelson
* Liuxinyu970226 * Liuxinyu970226
* Robby * Robby
@ -19,10 +21,12 @@
<string name="menu_full_screen">{{Identical|Full screen}}</string> <string name="menu_full_screen">{{Identical|Full screen}}</string>
<string name="menu_wifi_hotspot">* English : it maps to some \"hotspot\" feature in order to serve collections of contents (aka books) over a local network area.\n* French : il sagit de la fonctionnalité \'\'hotspot\'\': langlais \'\'host books\'\' nest pas particulièrement satisfaisant à la base.</string> <string name="menu_wifi_hotspot">* English : it maps to some \"hotspot\" feature in order to serve collections of contents (aka books) over a local network area.\n* French : il sagit de la fonctionnalité \'\'hotspot\'\': langlais \'\'host books\'\' nest pas particulièrement satisfaisant à la base.</string>
<string name="search_label">{{Identical|Search}}</string> <string name="search_label">{{Identical|Search}}</string>
<string name="hotspot_service_channel_name">Name of the notification channel used for the hotspot persistent notification.\nCan be found in Android notification settings for Kiwix app.</string>
<string name="hotspot_details_message">Do not change:\n* &lt;code&gt;%1$s&lt;/code&gt; (replaced by the “SSID” value identifying the WiFi hotspot identity for users)\n* &lt;code&gt;%2$s&lt;/code&gt; (replaced by the password or code configured in the hotspot to authorize the association and network connection)</string> <string name="hotspot_details_message">Do not change:\n* &lt;code&gt;%1$s&lt;/code&gt; (replaced by the “SSID” value identifying the WiFi hotspot identity for users)\n* &lt;code&gt;%2$s&lt;/code&gt; (replaced by the password or code configured in the hotspot to authorize the association and network connection)</string>
<string name="hotspot_dialog_title">This the title displayed when a user clicks wants to start the server in the host books section</string> <string name="hotspot_dialog_title">This the title displayed when a user clicks wants to start the server in the host books section</string>
<string name="hotspot_dialog_message">This is used in the dialog while starting a server to host books to tell the user how exactly to proceed</string> <string name="hotspot_dialog_message">This is used in the dialog while starting a server to host books to tell the user how exactly to proceed</string>
<string name="hotspot_dialog_neutral_button">This is used in the start server dialog on pressing which the server starts if user has followed the prior guidelines</string> <string name="hotspot_dialog_neutral_button">This is used in the start server dialog on pressing which the server starts if user has followed the prior guidelines</string>
<string name="hotspot_channel_description">Description of the notification channel used for the hotspot persistent notification.\nCan be found in Android notification settings for Kiwix app, inside the \"Hotspot Service Channel\" details screen.</string>
<string name="pref_display_title">{{Identical|Display}}</string> <string name="pref_display_title">{{Identical|Display}}</string>
<string name="pref_info_title">{{Identical|Information}}</string> <string name="pref_info_title">{{Identical|Information}}</string>
<string name="pref_info_version">{{Identical|Version}}</string> <string name="pref_info_version">{{Identical|Version}}</string>
@ -44,13 +48,16 @@
<string name="yes">{{Identical|Yes}}</string> <string name="yes">{{Identical|Yes}}</string>
<string name="no">{{Identical|No}}</string> <string name="no">{{Identical|No}}</string>
<string name="previous">{{Identical|Previous}}</string> <string name="previous">{{Identical|Previous}}</string>
<string name="time_day">{{Identical|Day}}</string>
<string name="time_left">This is the past participle of the verb “to leave” (meaning “quitted” or “exited”). This is used in a context of “X minutes left” to finish a download.</string> <string name="time_left">This is the past participle of the verb “to leave” (meaning “quitted” or “exited”). This is used in a context of “X minutes left” to finish a download.</string>
<string name="time_today">{{Identical|Today}}</string>
<string name="time_yesterday">{{Identical|Yesterday}}</string> <string name="time_yesterday">{{Identical|Yesterday}}</string>
<string name="history">{{Identical|History}}</string> <string name="history">{{Identical|History}}</string>
<string name="search_history">TODO: Unclear, must be documented. See https://github.com/kiwix/overview/issues/31</string> <string name="search_history">TODO: Unclear, must be documented. See https://github.com/kiwix/overview/issues/31</string>
<string name="save">{{Identical|Save}}</string> <string name="save">{{Identical|Save}}</string>
<string name="note">{{Identical|Note}}</string>
<string name="permission_rationale_location_on_host_zim_file">Tell the user Location permission required for hosting zim file.</string> <string name="permission_rationale_location_on_host_zim_file">Tell the user Location permission required for hosting zim file.</string>
<string name="pref_text_zoom_summary">Tell the user that this preference changes the text size in 25% increments.</string> <string name="pref_text_zoom_summary">Tell the user that this preference changes the text size in 25\% increments.</string>
<string name="go_to_settings">This is used in the start server dialog and leads the user to mobile hotspot settings when pressed</string> <string name="go_to_settings">This is used in the start server dialog and leads the user to mobile hotspot settings when pressed</string>
<string name="no_bookmarks">This means \"there are no bookmarks\"</string> <string name="no_bookmarks">This means \"there are no bookmarks\"</string>
<string name="delete_history">Ask if the user wants to delete all history items.</string> <string name="delete_history">Ask if the user wants to delete all history items.</string>
@ -64,4 +71,6 @@
<string name="no_open_book">Tell the user that they have not opened a book.</string> <string name="no_open_book">Tell the user that they have not opened a book.</string>
<string name="open_library">The action of opening the library destination, used on a button.</string> <string name="open_library">The action of opening the library destination, used on a button.</string>
<string name="tab_restored">Tell the user that a tab has been restored.</string> <string name="tab_restored">Tell the user that a tab has been restored.</string>
<string name="allowed">This currently appears under the \"Allow to read and write ZIM files on SD card\" preference title</string>
<string name="not_allowed">This currently appears under the \"Allow to read and write ZIM files on SD card\" preference title</string>
</resources> </resources>

View File

@ -88,6 +88,7 @@
<string name="pref_clear_all_history_title">Очистить историю</string> <string name="pref_clear_all_history_title">Очистить историю</string>
<string name="pref_clear_all_history_summary">Очистить недавние поисковые запросы и историю вкладок</string> <string name="pref_clear_all_history_summary">Очистить недавние поисковые запросы и историю вкладок</string>
<string name="pref_notes">Примечания</string> <string name="pref_notes">Примечания</string>
<string name="pref_permission">Разрешения</string>
<string name="all_history_cleared">Вся история очищена</string> <string name="all_history_cleared">Вся история очищена</string>
<string name="pref_clear_all_bookmarks_title">Очистить закладки</string> <string name="pref_clear_all_bookmarks_title">Очистить закладки</string>
<string name="clear_all_history_dialog_title">Очистить всю историю?</string> <string name="clear_all_history_dialog_title">Очистить всю историю?</string>
@ -262,6 +263,7 @@
<string name="status">Статус</string> <string name="status">Статус</string>
<string name="pref_clear_all_notes_summary">Очистить все заметки во всех статьях</string> <string name="pref_clear_all_notes_summary">Очистить все заметки во всех статьях</string>
<string name="pref_clear_all_notes_title">Очистить все заметки</string> <string name="pref_clear_all_notes_title">Очистить все заметки</string>
<string name="pref_allow_to_read_or_write_zim_files_on_sd_card">Разрешить читать и записывать файлы ZIM на SD-карту</string>
<string name="pref_text_zoom_summary">Изменить размер текста с шагом 25%</string> <string name="pref_text_zoom_summary">Изменить размер текста с шагом 25%</string>
<string name="tag_pic">Изображение</string> <string name="tag_pic">Изображение</string>
<string name="tag_vid">Видео</string> <string name="tag_vid">Видео</string>
@ -296,4 +298,8 @@
<string name="close_drawer">Закрыть редактор</string> <string name="close_drawer">Закрыть редактор</string>
<string name="how_to_update_content">Как обновить содержимое?</string> <string name="how_to_update_content">Как обновить содержимое?</string>
<string name="update_content_description">Чтобы обновить содержимое (файл zim), вам нужно скачать последнюю версию того же содержимого. Вы можете это сделать в разделе загрузок.</string> <string name="update_content_description">Чтобы обновить содержимое (файл zim), вам нужно скачать последнюю версию того же содержимого. Вы можете это сделать в разделе загрузок.</string>
<string name="all_files_permission_needed">Требуются разрешения для всех файлов</string>
<string name="all_files_permission_needed_message">Чтобы получить доступ ко всем zim-файлам на устройстве, нам необходимо иметь разрешение на все файлы.</string>
<string name="allowed">Разрешено</string>
<string name="not_allowed">Не разрешено</string>
</resources> </resources>

View File

@ -72,6 +72,7 @@
<string name="pref_clear_all_history_title">Iscantzella sa cronologia</string> <string name="pref_clear_all_history_title">Iscantzella sa cronologia</string>
<string name="pref_clear_all_history_summary">Iscantzella sa cronologia de sas chircas e de sas ischedas reghentes</string> <string name="pref_clear_all_history_summary">Iscantzella sa cronologia de sas chircas e de sas ischedas reghentes</string>
<string name="pref_notes">Notas</string> <string name="pref_notes">Notas</string>
<string name="pref_permission">Permissos</string>
<string name="all_history_cleared">Cronologia iscantzellada de su totu</string> <string name="all_history_cleared">Cronologia iscantzellada de su totu</string>
<string name="pref_clear_all_bookmarks_title">Isbòida sos sinnalibros</string> <string name="pref_clear_all_bookmarks_title">Isbòida sos sinnalibros</string>
<string name="clear_all_history_dialog_title">Iscantzellare totu sa cronologia?</string> <string name="clear_all_history_dialog_title">Iscantzellare totu sa cronologia?</string>
@ -246,6 +247,7 @@
<string name="status">Istadu</string> <string name="status">Istadu</string>
<string name="pref_clear_all_notes_summary">Iscantzella totu sas notas in totu sos artìculos</string> <string name="pref_clear_all_notes_summary">Iscantzella totu sas notas in totu sos artìculos</string>
<string name="pref_clear_all_notes_title">Iscantzella totu sas notas</string> <string name="pref_clear_all_notes_title">Iscantzella totu sas notas</string>
<string name="pref_allow_to_read_or_write_zim_files_on_sd_card">Premite de lèghere e iscrìere sos documentos ZIM subra de s\'ischeda SD</string>
<string name="pref_text_zoom_summary">Càmbia sa mannària de su testu cun ismanniamentos de su 25%.</string> <string name="pref_text_zoom_summary">Càmbia sa mannària de su testu cun ismanniamentos de su 25%.</string>
<string name="tag_pic">Immàgine</string> <string name="tag_pic">Immàgine</string>
<string name="tag_vid">Vìdeu</string> <string name="tag_vid">Vìdeu</string>
@ -280,4 +282,8 @@
<string name="close_drawer">Serra su pannellu</string> <string name="close_drawer">Serra su pannellu</string>
<string name="how_to_update_content">Comente agiornare su cuntenutu?</string> <string name="how_to_update_content">Comente agiornare su cuntenutu?</string>
<string name="update_content_description">Pro agiornare su cuntenutu (unu documentu zim) tenes bisòngiu de iscarrigare s\'ùtrima versione intrea de su matessi cuntenutu. Lu podes fàghere pro mèdiu de sa setzione de iscarrigamentu.</string> <string name="update_content_description">Pro agiornare su cuntenutu (unu documentu zim) tenes bisòngiu de iscarrigare s\'ùtrima versione intrea de su matessi cuntenutu. Lu podes fàghere pro mèdiu de sa setzione de iscarrigamentu.</string>
<string name="all_files_permission_needed">Atzessu a totu sos documentos rechestu</string>
<string name="all_files_permission_needed_message">Pro pòdere atzèdere a totu sos documentos ZIM subra de su dispositivu est netzessàriu frunire a s\'aplicatzione s\'atzessu a totu sos documentos</string>
<string name="allowed">Permìtidu</string>
<string name="not_allowed">Non permìtidu</string>
</resources> </resources>

View File

@ -74,6 +74,7 @@
<string name="pref_clear_all_history_title">Vymazať históriu</string> <string name="pref_clear_all_history_title">Vymazať históriu</string>
<string name="pref_clear_all_history_summary">Vymazať nedávne vyhľadávanie a históriu kariet</string> <string name="pref_clear_all_history_summary">Vymazať nedávne vyhľadávanie a históriu kariet</string>
<string name="pref_notes">Poznámky</string> <string name="pref_notes">Poznámky</string>
<string name="pref_permission">Povolenia</string>
<string name="all_history_cleared">Celá história vymazaná</string> <string name="all_history_cleared">Celá história vymazaná</string>
<string name="pref_clear_all_bookmarks_title">Vymazať záložky</string> <string name="pref_clear_all_bookmarks_title">Vymazať záložky</string>
<string name="clear_all_history_dialog_title">Vymazať celú históriu?</string> <string name="clear_all_history_dialog_title">Vymazať celú históriu?</string>
@ -117,5 +118,174 @@
<string name="zim_no_vid">Žiadne videá</string> <string name="zim_no_vid">Žiadne videá</string>
<string name="no_network_connection">Žiadne pripojenie k sieti</string> <string name="no_network_connection">Žiadne pripojenie k sieti</string>
<string name="help_2">Čo Kiwix robí?</string> <string name="help_2">Čo Kiwix robí?</string>
<string name="help_3">Kiwix je offlinová čítačka. Funguje podobne ako webový prehliadač, ale namiesto prístupu na webové stránky číta obsah zo súborov vo formáte ZIM.</string>
<string name="help_4">Kiwix bol originálne navrhnutý na poskytovanie Wikipédie offline, dokáže čítať aj iný obsah.</string>
<string name="help_5">Kde je obsah?</string>
<string name="help_6">Náš obsah sa nachádza na stránkach Kiwixu.</string>
<string name="help_7">Obsah je dostupný v súboroch vo formáte ZIM, ktorých je mnoho:</string>
<string name="help_8">• Wikipédia je dostupná pre každý jazyk zvlášť</string>
<string name="help_9">• Ostatný obsah ako Wikileaks alebo Wikisource sú taktiež dostupné</string>
<string name="help_10">Buď si súbory ZIM stiahnete v aplikácii, alebo si ich stiahnete na počítač a presuniete na Vašu SD kartu.</string>
<string name="help_11">Súbory ZIM stiahnuté v aplikácii sa nachádzajú v adresári externého úložiska nazvanom Kiwix.</string>
<string name="pref_storage">Úložisko</string>
<string name="pref_current_folder">Aktuálny adresár</string>
<string name="delete_zim_failed">Prepáčte nepodarilo sa vymazať nejaké súbory. Skúste použiť manažér súborov.</string>
<string name="tts_pause">pozastaviť</string>
<string name="tts_resume">pokračovať</string>
<string name="stop">zastaviť</string>
<string name="internal_storage">Interné</string>
<string name="external_storage">Externé</string>
<string name="yes">Áno</string>
<string name="no">Nie</string>
<string name="confirm_stop_download_title">Zastaviť sťahovanie?</string>
<string name="confirm_stop_download_msg">Naozaj chcete zastaviť toto sťahovanie?</string>
<string name="download_change_storage">Výber úložiska zariadenia</string>
<string name="tts_not_enabled">Prevod textu na reč nie je pre tento ZIM súbor povolený</string>
<string name="texttospeech_initialization_failed">Inicializácia prevodu textu na reč zlyhala. Prosím skúste znovu.</string>
<string name="texttospeech_error">Neočakávaná chyba v prevode textu na reč. Prosím skúste znovu.</string>
<string name="next">Ďalej</string>
<string name="previous">Späť</string>
<string name="wifi_only_title">Povoliť sťahovanie obsahu cez mobilné pripojenie?</string>
<string name="wifi_only_msg">Ak vyberiete Áno v budúcnosti nebudete upozornený/á. Dá sa to však zmeniť v nastaveniach</string>
<string name="pref_wifi_only">Sťahovať obsah len cez WiFi</string>
<string name="time_day">deň</string>
<string name="time_hour">h</string>
<string name="time_minute">min</string>
<string name="time_second">s</string>
<string name="time_left">vľavo</string>
<string name="time_today">Dnes</string>
<string name="time_yesterday">Včera</string>
<string name="pref_external_link_popup_title">Upozorniť pri vstupe na externé odkazy</string>
<string name="pref_external_link_popup_summary">Zobraziť upozornenia pri dodatočných nákladoch alebo pri nemožnosti fungovania odkazov offline.</string>
<string name="external_link_popup_dialog_title">Vstupovanie na externý odkaz!</string>
<string name="external_link_popup_dialog_message">Vstupujete na externý odkaz. Toto môže viesť k dodatočným nákladom za spotrebu dát alebo k tomu, že nebude fungovať keď budete offline. Chcete pokračovať?</string>
<string name="do_not_ask_anymore">Už sa nepýtať</string>
<string name="your_languages">Vybrané jazyky:</string>
<string name="other_languages">Iné jazyky:</string>
<string name="no_items_msg">Žiadne dostupné položky</string>
<string name="crash_title">Hm…Toto je trápne</string>
<string name="crash_description">Vyzerá to tak, že sme aplikácia zlyhala.\n\nNevadilo by Vám pomôcť nám opraviť tento problém tým, že nám zašlete nasledovné informácie?</string>
<string name="crash_checkbox_language">Vaše jazykové nastavenia</string>
<string name="crash_checkbox_zimfiles">Zoznam Vašich súborov ZIM</string>
<string name="crash_checkbox_exception">Detaily o zlyhaní</string>
<string name="crash_checkbox_logs">Denník aplikácie</string>
<string name="crash_checkbox_device">Informácie o zariadení</string>
<string name="crash_button_confirm">POSLAŤ DETAILY</string>
<string name="shortcut_disabled_message">Klávesová skratka nie je dostupná</string>
<string name="new_tab_shortcut_label">Nová karta</string>
<string name="get_content_shortcut_label">Získať obsah</string>
<string name="fav_icon">Favicon</string>
<string name="articleCount">%s článkov</string>
<string name="get_started">Začať</string>
<string name="download_books">Stiahnuť knihy</string>
<string name="humankind_knowledge">Vedomosti ľudstva, na Vašom telefóne.</string>
<string name="welcome_to_the_family">Vitajte v rodine</string>
<string name="save_books_offline">Uložiť knihy offline</string>
<string name="download_books_message">Stiahnuť knihy a čítať ich nech ste kdekoľvek.</string>
<string name="unable_to_add_to_bookmarks">Nepodarilo sa pridať do záložiek</string>
<string name="go_to_previous_page">Prejsť na prechádzajúcu stránku</string>
<string name="go_to_next_page">Prejsť na nasledovnú stránku</string>
<string name="table_of_contents">Obsah</string>
<string name="select_languages">Vybrať jazyky</string>
<string name="save_languages">Uložiť jazyky</string>
<string name="send_feedback">Poslať spätnú väzbu</string>
<string name="expand">Rozbaliť</string>
<string name="history">História</string>
<string name="history_from_current_book">Zobraziť históriu zo všetkých kníh</string>
<string name="search_history">Hľadať v histórii</string>
<string name="selected_items">%1$d vybrané</string>
<string name="bookmarks_from_current_book">Zobraziť záložky zo všetkých kníh</string>
<string name="search_bookmarks">Hľadať záložky</string>
<string name="switch_tabs">Prepnúť karty</string>
<string name="close_all_tabs">Zavrieť všetky karty</string>
<string name="pending_state">Čakajúce</string>
<string name="running_state">Rozpracované</string>
<string name="complete">Dokončené</string>
<string name="paused_state">Pozastavené</string>
<string name="failed_state">Zlyhalo: %s</string>
<string name="save">Uložiť</string>
<string name="note">Poznámka</string>
<string name="wiki_article_title">Názov wiki článku</string>
<string name="ext_storage_permission_rationale_add_note">Pre poznámky je vyžadovaný prístup na úložisko</string>
<string name="ext_storage_write_permission_denied_add_note">Poznámky nemôžu byť použité bez prístupu na úložisko</string>
<string name="note_save_unsuccessful">Poznámka nebola uložená</string>
<string name="note_delete_successful">Poznámka úspešne vymazaná</string>
<string name="note_delete_unsuccessful">Poznámka nebola vymazaná</string>
<string name="note_save_successful">Poznámka uložená</string>
<string name="note_save_error_storage_not_writable">Pri ukladaní poznámky došlo k chybe: Na úložisko sa nedá zapisovať</string>
<string name="note_share_error_file_missing">Poznámkový súbor neexistuje</string>
<string name="note_share_app_chooser_title">Zdieľať poznámkový súbor s:</string>
<string name="confirmation_alert_dialog_message">Zahodiť neuložené zmeny?</string>
<string name="delete_notes_confirmation_msg">Vymazať všetky poznámky?</string>
<string name="ext_storage_permission_not_granted">Chyba: Oprávnenie k úložisku nebolo udelené</string>
<string name="notes_deletion_successful">Zmazaný celý adresár s poznámkami</string>
<string name="notes_deletion_unsuccessful">Niektoré súbory neboli zmazané</string>
<string name="books_count">%d kníh</string>
<string name="discovery_initiated">Objavovanie začaté</string>
<string name="discovery_failed">Objavovanie zlyhalo</string>
<string name="severe_loss_error">Závažná chyba! Skúste vypnúť/zapnúť WiFi P2P</string>
<string name="connection_failed">Spojenie zlyhalo</string>
<string name="permission_rationale_location">Aby aplikácia mohla objavovať zariadenia v okolí, systém Android vyžaduje povolenie k polohe</string>
<string name="permission_rationale_location_on_host_zim_file">Aby aplikácia mohla hosťovať súbory Zim, systém Android vyžaduje povolenie k polohe</string>
<string name="permission_refused_location">Bez prístupu k polohe nie je možné lokalizovať zariadenia v okolí</string>
<string name="permission_refused_storage">Bez prístupu na úložisko nie je možný prístup k súborom zim</string>
<string name="request_enable_location">Pre zistenie zariadení v okolí povoľte prístup k polohe</string>
<string name="discovery_needs_location">Bez povolenia k polohe nie je možné vyhľadať zariadenia v okolí</string>
<string name="request_enable_wifi">Zapnite WiFi P2P v systémových nastaveniach</string>
<string name="discovery_needs_wifi">Bez zapnutého WiFi nie je možné nájsť zariadenia v okolí</string>
<string name="transfer_to">Presunúť súbory do %s?</string>
<string name="device_not_cooperating">Vybrané zariadenie pri prenose nespolupracuje</string>
<string name="file_transfer_complete">Prenos súborov dokončený</string>
<string name="error_during_transfer">Pri prenose došlo k chybe</string>
<string name="error_transferring">Chyba pri prenose súbora %s</string>
<string name="get_content_from_nearby_device">Získať obsah z blízkeho zariadenia</string>
<string name="search_for_peers">Hľadať zariadenia</string>
<string name="your_device">Vaše zariadenie:</string>
<string name="nearby_devices">BLÍZKE ZARIADENIA</string>
<string name="no_devices_found">Nenašli sa žiadne zariadenia. Kliknite na tlačítko hľadania a skúste znova.</string>
<string name="files_for_transfer">SÚBORY NA PRENOS</string>
<string name="preparing_files">Pripravovanie súborov na prenos…</string>
<string name="performing_handshake">Prebieha párovanie…</string>
<string name="status">Stav</string>
<string name="pref_clear_all_notes_summary">Vymazať všetky poznámky na všetkých článkoch</string>
<string name="pref_clear_all_notes_title">Vymazať všetky poznámky</string>
<string name="pref_allow_to_read_or_write_zim_files_on_sd_card">Povoliť čítať a zapisovať súbory ZIM na SD kartu</string>
<string name="pref_text_zoom_summary">Zväčšiť text o 25%.</string>
<string name="tag_pic">Obrázok</string>
<string name="tag_vid">Video</string>
<string name="tag_text_only">Iba text</string>
<string name="tag_short_text">Krátky text</string>
<string name="storage_permission_denied">Prístup na úložisko odmietnutý</string>
<string name="grant_read_storage_permission">Aby táto aplikácia fungovala potrebuje mať povolenie na čítanie úložného priestora. Prosím udeľte jej povolenie vo vašich nastaveniach</string>
<string name="go_to_settings">Ísť na nastavenia hotspotu</string>
<string name="no_results">Žiadne výsledky</string>
<string name="no_bookmarks">Žiadne záložky</string> <string name="no_bookmarks">Žiadne záložky</string>
<string name="no_history">Žiadna história</string>
<string name="device_default">Východzie nastavenie zariadenia</string>
<string name="delete_history">Vymazať celú históriu?</string>
<string name="delete_selected_history">Vymazať vybranú históriu?</string>
<string name="delete_bookmarks">Vymazať všetky záložky?</string>
<string name="delete_selected_bookmarks">Vymazať vybrané záložky?</string>
<string name="on">Zapnuté</string>
<string name="off">Vypnuté</string>
<string name="auto">Automaticky</string>
<string name="send_report">Odoslať diagnostické hlásenie</string>
<string name="crash_checkbox_file_system">Podrobnosti systémového súbora</string>
<string name="diagnostic_report">Diagnostické hlásenie</string>
<string name="diagnostic_report_message">Prosím odošlite všetky nasledovné detaily, aby sme mohli problém diagnostikovať</string>
<string name="percentage">%d%%</string>
<string name="pref_text_zoom_title">Priblíženie textu</string>
<string name="search_open_in_new_tab">Otvoriť na novej karte</string>
<string name="reader">Čítačka</string>
<string name="no_open_book">Žiadna otvorená kniha</string>
<string name="open_library">Otvoriť knižnicu</string>
<string name="tab_restored">Karta bola obnovená</string>
<string name="open_drawer">Otvoriť zásuvku</string>
<string name="close_drawer">Zavrieť zásuvku</string>
<string name="how_to_update_content">Ako aktualizovať obsah?</string>
<string name="update_content_description">Pre aktualizovanie obsahu (súbor zim) je potrebné stiahnuť najnovšiu verziu tohto obsahu. Môžete tak urobiť prostredníctvom sekcie pre sťahovanie.</string>
<string name="all_files_permission_needed">Potrebné povolenie pre všetky súbory</string>
<string name="all_files_permission_needed_message">Pre prístup do súborov ZIM potrebujeme mať zapnuté Povolenie pre všetky súbory</string>
<string name="allowed">Povolené</string>
<string name="not_allowed">Nie je povolené</string>
</resources> </resources>

View File

@ -14,13 +14,42 @@
<string name="menu_exit_full_screen">Dil nga mënyra Sa Krejt Ekrani</string> <string name="menu_exit_full_screen">Dil nga mënyra Sa Krejt Ekrani</string>
<string name="menu_read_aloud">Lexoje me zë</string> <string name="menu_read_aloud">Lexoje me zë</string>
<string name="menu_read_aloud_stop">Ndale leximin me zë</string> <string name="menu_read_aloud_stop">Ndale leximin me zë</string>
<string name="menu_support_kiwix">Përkrahni Kiwix-in</string>
<string name="menu_wifi_hotspot">Hotspot WiFi</string>
<string name="save_media">Ruajë Median</string> <string name="save_media">Ruajë Median</string>
<string name="save_media_error">Ndodhi një gabim teksa provohej të ruhej media!</string> <string name="save_media_error">Ndodhi një gabim teksa provohej të ruhej media!</string>
<string name="save_media_saved" fuzzy="true">U ruajt media si %s te Android/media/org.kiwix…/</string> <string name="save_media_saved">U ruajt media si %s te Android/media/org.kiwix…/</string>
<string name="search_label">Kērko</string> <string name="search_label">Kērko</string>
<string name="choose_file">Përzgjidhni një Kartelë Lënde (*.zim)</string> <string name="choose_file">Përzgjidhni një Kartelë Lënde (*.zim)</string>
<string name="open_in_new_tab">Të hapet lidhja në skedë të re?</string> <string name="open_in_new_tab">Të hapet lidhja në skedë të re?</string>
<string name="hotspot_service_channel_name">Kanal Shërbimi Hotspot</string>
<string name="hotspot_failed_title">Su arrit të nisej hotspot-i</string>
<string name="hotspot_failed_message">Duket sikur hotspot-i juaj është tashmë i hapur. Ju lutemi, që të vazhdohet, çaktivizoni hotspot-in wifi.</string>
<string name="go_to_wifi_settings_label">Kalo te rregullimet për WIFI</string>
<string name="connection_refused">Lidhja u hodh poshtë.</string>
<string name="hotspot_running">Hotspot-i Në Funksionim</string>
<string name="no_books_selected_toast_message">Ju lutemi, së pari përzgjidhni libra</string>
<string name="server_failed_message">Su nis dot shërbyesi. Ju lutemi, hapni hotspot-in tuaj</string>
<string name="server_failed_toast_message">Su nis dot shërbyesi.</string>
<string name="server_started_successfully_toast_message">Shërbyesi u nis me sukses.</string>
<string name="server_stopped_successfully_toast_message">Shërbyesi u ndal me sukses.</string>
<string name="hotspot_turned_on">Hotspot-i u hap</string>
<string name="hotspot_details_message">Sa vijon janë hollësitë për hotspot-in tuaj vendor. \nSSID : %1$s \nPass : %2$s</string>
<string name="server_textview_default_message">Përzgjidhni kartelat që dëshironi të strehohen te shërbyesi</string>
<string name="progress_dialog_starting_server">Po niset shërbyesi</string>
<string name="hotspot_dialog_title">Udhëzime për strehim librash</string>
<string name="wifi_dialog_title">I pikas lidhje WiFi</string>
<string name="wifi_dialog_body">Që të mund të shihni libra në pajisje të tjera, ju lutemi sigurohuni se krejt pajisjet janë të lidhura te i njëjti rrjet WiFi.</string>
<string name="hotspot_dialog_message">Që kjo veçori të funksionojë, lypset të aktivizoni dorazi hotspot-in tuaj WIFI, ose të garantoni që pajisja strehë dhe pajisja marrëse të gjenden në të njëjtin rrjet WiFi</string>
<string name="hotspot_dialog_neutral_button">BËJE</string>
<string name="hotspot_channel_description">Përditësime rreth gjendjes së hotspot-it/shërbyesit tuaj.</string>
<string name="hotspot_notification_content_title">Hotspot Kiwix</string>
<string name="start_server_label">Nise shërbyesin</string>
<string name="stop_server_label">Ndale shërbyesin</string>
<string name="server_started_message">Që të hyni te shërbyesi %s, jepni këtë adresë IP te shfletuesi juaj</string>
<string name="share_host_address">Jepeni URL-në përmes aplikacionesh të tjera</string>
<string name="error_file_not_found">Gabim: Su gjet dot kartela ZIM e përzgjedhur.</string> <string name="error_file_not_found">Gabim: Su gjet dot kartela ZIM e përzgjedhur.</string>
<string name="zim_not_opened">Sarrihet të hapet kartelë zim</string>
<string name="error_file_invalid">Gabim: Kartela e përzgjedhur sështë kartelë ZIM e vlefshme.</string> <string name="error_file_invalid">Gabim: Kartela e përzgjedhur sështë kartelë ZIM e vlefshme.</string>
<string name="error_article_url_not_found">Gabim: Dështoi ngarkimi i artikullit (Url: %1$s).</string> <string name="error_article_url_not_found">Gabim: Dështoi ngarkimi i artikullit (Url: %1$s).</string>
<string name="pref_display_title">Ekran</string> <string name="pref_display_title">Ekran</string>
@ -40,11 +69,17 @@
<string name="request_storage">Që të përdorni lëndë jashtë interneti, na duhet hyrje te depoja juaj</string> <string name="request_storage">Që të përdorni lëndë jashtë interneti, na duhet hyrje te depoja juaj</string>
<string name="clear_recent_and_tabs_history_dialog">Jeni i sigurt se doni të fshihet historiku juaj i kërkimeve dhe të rikthehen krejt skedat aktive?</string> <string name="clear_recent_and_tabs_history_dialog">Jeni i sigurt se doni të fshihet historiku juaj i kërkimeve dhe të rikthehen krejt skedat aktive?</string>
<string name="delete_recent_search_item">Të fshihet ky objekt?</string> <string name="delete_recent_search_item">Të fshihet ky objekt?</string>
<string name="pref_clear_all_history_title">Pastro historikun</string> <string name="pref_clear_all_history_title">Spastro historikun</string>
<string name="pref_clear_all_history_summary">Pastro historik kërkimesh dhe skedash së fundi</string> <string name="pref_clear_all_history_summary">Pastro historik kërkimesh dhe skedash së fundi</string>
<string name="all_history_cleared">U pastrua Krejt Historiku</string> <string name="pref_notes">Shënime</string>
<string name="clear_all_history_dialog_title" fuzzy="true">Pastro Krejt Historikun</string> <string name="pref_permission">Leje</string>
<string name="all_history_cleared">U spastrua Krejt Historiku</string>
<string name="pref_clear_all_bookmarks_title">Spastroji faqerojtësit</string>
<string name="clear_all_history_dialog_title">Të spastrohet Krejt Historiku?</string>
<string name="share">Ndajeni me të tjerë</string>
<string name="selected_file_cab_app_chooser_title">Ndani kartela ZIM me:</string>
<string name="delete">Fshije</string> <string name="delete">Fshije</string>
<string name="cancel">Anuloje</string>
<string name="delete_specific_search_toast">U hoqën kërkimet së fundi</string> <string name="delete_specific_search_toast">U hoqën kërkimet së fundi</string>
<string name="hint_contents_drawer_message">Mund ta fërkoni kah majtas që të shihni lëndën e këtij artikulli</string> <string name="hint_contents_drawer_message">Mund ta fërkoni kah majtas që të shihni lëndën e këtij artikulli</string>
<string name="got_it">E kuptova</string> <string name="got_it">E kuptova</string>
@ -70,9 +105,11 @@
<string name="local_zims">Pajisje</string> <string name="local_zims">Pajisje</string>
<string name="remote_zims">Në linjë</string> <string name="remote_zims">Në linjë</string>
<string name="library">Bibliotekë</string> <string name="library">Bibliotekë</string>
<string name="delete_zim_body">Kartela(t) zim vijuese do të fshihen:\n\n%s</string>
<string name="delete_zims_toast">Kartela u fshi</string> <string name="delete_zims_toast">Kartela u fshi</string>
<string name="no_files_here">Ska kartela këtu</string> <string name="no_files_here">Ska kartela këtu</string>
<string name="download_no_space" fuzzy="true">Hapësirë e pamjaftueshme për shkarkimin e kësaj kartele.</string> <string name="download_no_space">Hapësirë e pamjaftueshme për shkarkim.</string>
<string name="download">Shkarkim</string>
<string name="space_available">Hapësirë e Përdorshme:</string> <string name="space_available">Hapësirë e Përdorshme:</string>
<string name="zim_simple">I thjeshtë</string> <string name="zim_simple">I thjeshtë</string>
<string name="zim_no_pic">Ska Foto</string> <string name="zim_no_pic">Ska Foto</string>
@ -80,7 +117,7 @@
<string name="no_network_connection">Ska lidhje rrjeti</string> <string name="no_network_connection">Ska lidhje rrjeti</string>
<string name="help_2">Çkryen Kiwix-i?</string> <string name="help_2">Çkryen Kiwix-i?</string>
<string name="help_3">Kiwix është një lexues lënde pa internet. Funksionon shumë ngjashëm me një shfletues, por në vend të përdorimit\n“online” të faqeve web, lëndën e lexon që nga një kartelë në formatin ZIM.</string> <string name="help_3">Kiwix është një lexues lënde pa internet. Funksionon shumë ngjashëm me një shfletues, por në vend të përdorimit\n“online” të faqeve web, lëndën e lexon që nga një kartelë në formatin ZIM.</string>
<string name="help_4" fuzzy="true">Edhe pse fillimisht qe konceptuar për të lejuar përdorimin pa internet të Wikipedia-s, mund të përdoret edhe për lëndë tjetër.</string> <string name="help_4">Edhe pse Kiwix fillimisht qe konceptuar për të lejuar përdorimin pa internet të Wikipedia-s, ai lexon edhe lëndë tjetër.</string>
<string name="help_5">Ku është lënda?</string> <string name="help_5">Ku është lënda?</string>
<string name="help_6">Lënda strehohet në sajtin Kiwix.</string> <string name="help_6">Lënda strehohet në sajtin Kiwix.</string>
<string name="help_7">Janë të përdorshme në trajtë kartelash ZIM. Ka plot të tilla:</string> <string name="help_7">Janë të përdorshme në trajtë kartelash ZIM. Ka plot të tilla:</string>
@ -90,7 +127,7 @@
<string name="help_11">Kartelat ZIM të shkarkuara brenda aplikacionit gjenden te drejtoria e depozitimit të jashtëm, në një dosje të quajtu Kiwix.</string> <string name="help_11">Kartelat ZIM të shkarkuara brenda aplikacionit gjenden te drejtoria e depozitimit të jashtëm, në një dosje të quajtu Kiwix.</string>
<string name="pref_storage">Depozitim</string> <string name="pref_storage">Depozitim</string>
<string name="pref_current_folder">Dosja e Tanishme</string> <string name="pref_current_folder">Dosja e Tanishme</string>
<string name="delete_zim_failed" fuzzy="true">Na ndjeni, sqemë në gjendje ta fshinim këtë kartelë. Në vend të kësaj, duhet të provoni duke përdorur një përgjegjës kartelash.</string> <string name="delete_zim_failed">Na ndjeni, sqemë në gjendje ta fshinim disa kartela. Në vend të kësaj, duhet të provoni të përdorni një përgjegjës kartelash.</string>
<string name="tts_pause">ndalesë</string> <string name="tts_pause">ndalesë</string>
<string name="tts_resume">rimerre</string> <string name="tts_resume">rimerre</string>
<string name="stop">ndale</string> <string name="stop">ndale</string>
@ -102,6 +139,8 @@
<string name="confirm_stop_download_msg">Jeni i sigurt se dëshironi të ndalet ky shkarkim?</string> <string name="confirm_stop_download_msg">Jeni i sigurt se dëshironi të ndalet ky shkarkim?</string>
<string name="download_change_storage">Përzgjedhës pajisjeje depozitimi</string> <string name="download_change_storage">Përzgjedhës pajisjeje depozitimi</string>
<string name="tts_not_enabled">Për këtë kartelë ZIM sbëhet dot shndërrim nga tekst në të folur</string> <string name="tts_not_enabled">Për këtë kartelë ZIM sbëhet dot shndërrim nga tekst në të folur</string>
<string name="texttospeech_initialization_failed">Gatitja e “Tekst në të Folur” dështoi. Ju lutemi, riprovoni</string>
<string name="texttospeech_error">Gabim i papritur në “Tekst në të Folur”. Ju lutemi, riprovoni</string>
<string name="next">Pasuesi</string> <string name="next">Pasuesi</string>
<string name="previous">E mëparshmja</string> <string name="previous">E mëparshmja</string>
<string name="wifi_only_title">Të lejohet shkarkim lënde përmes rrjetit celular?</string> <string name="wifi_only_title">Të lejohet shkarkim lënde përmes rrjetit celular?</string>
@ -112,12 +151,139 @@
<string name="time_minute">min.</string> <string name="time_minute">min.</string>
<string name="time_second">s</string> <string name="time_second">s</string>
<string name="time_left">edhe</string> <string name="time_left">edhe</string>
<string name="time_today">Sot</string>
<string name="time_yesterday">Dje</string>
<string name="pref_external_link_popup_title">Sinjalizo kur hyhet në lidhje të jashtme</string> <string name="pref_external_link_popup_title">Sinjalizo kur hyhet në lidhje të jashtme</string>
<string name="pref_external_link_popup_summary">Shfaq një flluskë për të sinjalizuar mbi kosto shtesë ose për mosfunksionim lidhjesh “offline”</string> <string name="pref_external_link_popup_summary">Shfaq një flluskë për të sinjalizuar mbi kosto shtesë ose për mosfunksionim lidhjesh “offline”</string>
<string name="external_link_popup_dialog_title" fuzzy="true">Po hyhet Në Lidhje të Jashtme</string> <string name="external_link_popup_dialog_title">Po hyhet Në Lidhje të Jashtme!</string>
<string name="external_link_popup_dialog_message">Po hyni në një lidhje të jashtme. Kjo mund të sjellë kosto shtesë për shpërngulje të dhënash ose thjesht mund të mos funksionojë, nëse sjeni i lidhur në internet. Doni të vazhdohet?</string> <string name="external_link_popup_dialog_message">Po hyni në një lidhje të jashtme. Kjo mund të sjellë kosto shtesë për shpërngulje të dhënash ose thjesht mund të mos funksionojë, nëse sjeni i lidhur në internet. Doni të vazhdohet?</string>
<string name="do_not_ask_anymore">Mos pyet më</string> <string name="do_not_ask_anymore">Mos pyet më</string>
<string name="your_languages">Gjuhë të përzgjedhura:</string> <string name="your_languages">Gjuhë të përzgjedhura:</string>
<string name="other_languages">Gjuhë të tjera:</string> <string name="other_languages">Gjuhë të tjera:</string>
<string name="no_items_msg">Ska objekte të passhëm</string>
<string name="crash_title">Hëm… Kjo është turpëruese</string>
<string name="crash_description">Duket se u vithisëm.\n\nA do tju prishej punë të na ndihmonit në ndreqjen e këtij problemi duke na dërguar hollësitë vijuese?</string>
<string name="crash_checkbox_language">Rregullimet tuaja për Gjuhën</string>
<string name="crash_checkbox_zimfiles">Një Listë e Kartelave Tuaja Zim</string>
<string name="crash_checkbox_exception">Hollësi të Vithisjes</string>
<string name="crash_checkbox_logs">Regjistra Aplikacioni</string>
<string name="crash_checkbox_device">Hollësi Pajisjeje</string>
<string name="crash_button_confirm">DËRGOJI HOLLËSITË</string>
<string name="shortcut_disabled_message">Ska shkurtore</string>
<string name="new_tab_shortcut_label">Skedë e re</string>
<string name="get_content_shortcut_label">Merrni lëndë</string>
<string name="fav_icon">Favikonë</string>
<string name="articleCount">%s artikuj</string>
<string name="get_started">Fillojani</string>
<string name="download_books">Shkarkoni libra</string>
<string name="humankind_knowledge">Dija njerëzore, në telefonin tuaj.</string>
<string name="welcome_to_the_family">Mirë se vini te familja</string>
<string name="save_books_offline">Ruani libra jashtë internetit</string>
<string name="download_books_message">Shkarkoni libra dhe lexojini kudo qofshi.</string>
<string name="unable_to_add_to_bookmarks">Sarrihet të shtohen faqerojtës</string>
<string name="go_to_previous_page">Shko te faqja e mëparshme</string>
<string name="go_to_next_page">Shko te faqja pasuese</string>
<string name="table_of_contents">Tryezë e lëndës</string>
<string name="select_languages">Përzgjidhni gjuhën</string>
<string name="save_languages">Ruaji gjuhët</string>
<string name="send_feedback">Dërgoni përshtypjet</string>
<string name="expand">Zgjeroje</string>
<string name="history">Historik</string>
<string name="history_from_current_book">Shihni Historik Prej Krejt Librave</string>
<string name="search_history">Kërkoni te historiku</string>
<string name="selected_items">%1$d të përzgjedhur</string>
<string name="bookmarks_from_current_book">Shihni Faqerojtës Prej Krejt Librave</string>
<string name="search_bookmarks">Kërkoni te faqerojtësit</string>
<string name="switch_tabs">Këmbeni skeda</string>
<string name="close_all_tabs">Mbylli krejt skedat</string>
<string name="pending_state">Pezull</string>
<string name="running_state">Në Ecuri e Sipër</string>
<string name="complete">I plotësuar</string>
<string name="paused_state">Pushuar</string>
<string name="failed_state">Dështoi: %s</string>
<string name="save">Ruaje</string>
<string name="note">Shënim</string>
<string name="wiki_article_title">Titull Artikulli Wiki</string>
<string name="ext_storage_permission_rationale_add_note">Për Shënimet lypset hyrje në depozitë</string>
<string name="ext_storage_write_permission_denied_add_note">Shënimet smund të përdoren pa hyrje në depozitë</string>
<string name="note_save_unsuccessful">Shënimi u ruajt me sukses</string>
<string name="note_delete_successful">Shënimi i fshi me sukses</string>
<string name="note_delete_unsuccessful">Shënimi su fshi</string>
<string name="note_save_successful">Shënimi u ruajt</string>
<string name="note_save_error_storage_not_writable">Gabim në ruajtje shënimi: Depozitë jo e shkrueshme</string>
<string name="note_share_error_file_missing">Kartela e shënimit sekziston</string>
<string name="note_share_app_chooser_title">Ndani kartelë shënimi me:</string>
<string name="confirmation_alert_dialog_message">Të hidhen tej ndryshimet e paruajtura?</string>
<string name="delete_notes_confirmation_msg">Të fshihen krejt shënimet?</string>
<string name="ext_storage_permission_not_granted">Gabim: Sjanë akorduar leje mbi depozitën</string>
<string name="notes_deletion_successful">U fshi krejt dosja e shënimeve</string>
<string name="notes_deletion_unsuccessful">Disa kartela su fshinë</string>
<string name="books_count">%d libër(a)</string>
<string name="discovery_initiated">Nisi pikasja</string>
<string name="discovery_failed">Pikasja dështoi</string>
<string name="severe_loss_error">Gabim shërbyesi! Provoni të Çaktivizoni/Riaktivizoni WiFi P2P</string>
<string name="connection_failed">Lidhja dështoi</string>
<string name="permission_rationale_location">Leja mbi vendndodhjen është e domosdoshme për Android-in që të lejojë aplikacionin të pikasë pajisje ortake</string>
<string name="permission_rationale_location_on_host_zim_file">Leja mbi vendndodhjen është e domosdoshme për Android-in që të lejojë aplikacionin të strehojë kartela Zim</string>
<string name="permission_refused_location">Pa leje mbi vendndodhjen smund të lokalizohen pajisje ortake</string>
<string name="permission_refused_storage">Smund të përdoren kartela ZIM pa leje depozite</string>
<string name="request_enable_location">Që të lejoni pikasje ortakësh, aktivizoni vendndodhje</string>
<string name="discovery_needs_location">Pa shërbime vendndodhje smund të zbulohen ortakë</string>
<string name="request_enable_wifi">Aktivizoni WiFi P2P që nga rregullimet e sistemit</string>
<string name="discovery_needs_wifi">Smund të zbulohen ortakë pa WiFi-n ON</string>
<string name="transfer_to">Të shpërngulen kartela te %s?</string>
<string name="device_not_cooperating">Pajisja e përzgjedhur spo bashkëpunon për shpërnguljen</string>
<string name="file_transfer_complete">Shpërngulje kartelash e plotësuar</string>
<string name="error_during_transfer">U has një gabim gjatë shpërnguljes</string>
<string name="error_transferring">Gabim në shpërnguljen e kartelës %s</string>
<string name="get_content_from_nearby_device">Merr lëndë prej pajisjes atypari</string>
<string name="search_for_peers">Kërko Për Ortakë</string>
<string name="your_device">Pajisja Juaj:</string>
<string name="nearby_devices">PAJISJE ATYPARI</string>
<string name="no_devices_found">Su pikasën pajisje. Prekni butonin e kërkimit, që të rikërkohet.</string>
<string name="files_for_transfer">KARTELA PËR SHËPRNGULJE</string>
<string name="preparing_files">Po përgatiten kartela për shpërngulje…</string>
<string name="performing_handshake">Po kryhet duarshtrëngim…</string>
<string name="status">Gjendje</string>
<string name="pref_clear_all_notes_summary">Spastron krejt shënimet në krejt artikujt</string>
<string name="pref_clear_all_notes_title">Spastro krejt shënimet</string>
<string name="pref_allow_to_read_or_write_zim_files_on_sd_card">Lejoni të lexohen dhe shkruhen kartela ZIM në kartë SD</string>
<string name="pref_text_zoom_summary">Ndrysho madhësi teksti me rritje prej 25%.</string>
<string name="tag_pic">Fot</string>
<string name="tag_vid">Vid</string>
<string name="tag_text_only">Vetëm Tekst</string>
<string name="tag_short_text">Tekst i Shkurtër</string>
<string name="storage_permission_denied">U mohua Leje Depozite</string>
<string name="grant_read_storage_permission">Që të funksionojë, ky aplikacion lyp aftësinë të lexojë depozitë. Ju lutemi, akordoni lejen që nga rregullimet tuaja</string>
<string name="go_to_settings">Kalo te Rregullime Hotspot-i</string>
<string name="no_results">Ska Përfundime</string>
<string name="no_bookmarks">Ska Faqerojtës</string> <string name="no_bookmarks">Ska Faqerojtës</string>
<string name="no_history">Ska Historik</string>
<string name="device_default">Parazgjedhje Pajisjeje</string>
<string name="delete_history">Të Fshihet Krejt Historiku?</string>
<string name="delete_selected_history">Të fshihet Historiku i Përzgjedhur?</string>
<string name="delete_bookmarks">Të fshihen Krejt Faqerojtësit?</string>
<string name="delete_selected_bookmarks">Të fshihen Faqerojtësit e Përzgjedhur?</string>
<string name="on">On</string>
<string name="off">Off</string>
<string name="auto">Auto</string>
<string name="send_report">Dërgo raport diagnostikimi</string>
<string name="crash_checkbox_file_system">Hollësi Sistemi Kartelash</string>
<string name="diagnostic_report">Raport Diagnostikimi</string>
<string name="diagnostic_report_message">Ju lutemi, dërgoni krejt hollësitë vijuese, që të mund të diagnostikojmë problemin</string>
<string name="percentage">%d%%</string>
<string name="pref_text_zoom_title">Zmadhim Teksti</string>
<string name="search_open_in_new_tab">Hape në skedë të re</string>
<string name="reader">Lexues</string>
<string name="no_open_book">Ska libër hapur</string>
<string name="open_library">Hap bibliotekën</string>
<string name="tab_restored">Skeda u rikthye</string>
<string name="open_drawer">Hap Sirtar</string>
<string name="close_drawer">Mbylle Sirtarin</string>
<string name="how_to_update_content">Si të përditësohet lënda?</string>
<string name="update_content_description">Që të përditësoni lëndën (një kartelë zim) lypset të shkarkoni versionin e plotë më të ri të kësaj lënde. Këtë mund ta bëni që nga ndarja për shkarkimet.</string>
<string name="all_files_permission_needed">Duhen Krejt Lejet Mbi Kartelat</string>
<string name="all_files_permission_needed_message">Që të mund të përdorim krejt kartelat zim nëpër pajisje, na duhet Leje mbi Krejt Kartelat</string>
<string name="allowed">Të lejuar</string>
<string name="not_allowed">Jo të lejuar</string>
</resources> </resources>

View File

@ -75,6 +75,7 @@
<string name="pref_clear_all_history_title">Rensa historik</string> <string name="pref_clear_all_history_title">Rensa historik</string>
<string name="pref_clear_all_history_summary">Rensa senaste sökningar och flikhistorik</string> <string name="pref_clear_all_history_summary">Rensa senaste sökningar och flikhistorik</string>
<string name="pref_notes">Anteckningar</string> <string name="pref_notes">Anteckningar</string>
<string name="pref_permission">Behörigheter</string>
<string name="all_history_cleared">All historik rensades</string> <string name="all_history_cleared">All historik rensades</string>
<string name="pref_clear_all_bookmarks_title">Rensa bokmärken</string> <string name="pref_clear_all_bookmarks_title">Rensa bokmärken</string>
<string name="clear_all_history_dialog_title">Rensa all historik?</string> <string name="clear_all_history_dialog_title">Rensa all historik?</string>
@ -283,4 +284,6 @@
<string name="close_drawer">Stäng sidomeny</string> <string name="close_drawer">Stäng sidomeny</string>
<string name="how_to_update_content">Hur uppdaterar man innehåll?</string> <string name="how_to_update_content">Hur uppdaterar man innehåll?</string>
<string name="update_content_description">För att uppdatera innehåll (en zim-fil) behöver du ladda ned den fullständig senaste versionen samma innehåll. Du kan göra det via nedladdningsavsnittet.</string> <string name="update_content_description">För att uppdatera innehåll (en zim-fil) behöver du ladda ned den fullständig senaste versionen samma innehåll. Du kan göra det via nedladdningsavsnittet.</string>
<string name="allowed">Tillåten</string>
<string name="not_allowed">Inte tillåtet</string>
</resources> </resources>

View File

@ -6,6 +6,7 @@
* Just Sayori * Just Sayori
* Macofe * Macofe
* Patsagorn Y. * Patsagorn Y.
* Prame Tan
--> -->
<resources> <resources>
<string name="menu_help">วิธีใช้</string> <string name="menu_help">วิธีใช้</string>
@ -16,13 +17,18 @@
<string name="menu_random_article">สุ่มบทความ</string> <string name="menu_random_article">สุ่มบทความ</string>
<string name="menu_full_screen">เต็มหน้าจอ</string> <string name="menu_full_screen">เต็มหน้าจอ</string>
<string name="menu_exit_full_screen">ออกจากโหมดเต็มหน้าจอ</string> <string name="menu_exit_full_screen">ออกจากโหมดเต็มหน้าจอ</string>
<string name="menu_read_aloud">อ่านออกเสียง</string>
<string name="menu_read_aloud_stop">หยุดอ่าน</string>
<string name="menu_support_kiwix">สนับสนุน Kiwix</string> <string name="menu_support_kiwix">สนับสนุน Kiwix</string>
<string name="save_media">บันทึกสื่อ</string> <string name="save_media">บันทึกสื่อ</string>
<string name="save_media_error">เกิดข้อผิดพลาดเมื่อพยายามบันทึกสื่อ!</string> <string name="save_media_error">เกิดข้อผิดพลาดเมื่อพยายามบันทึกสื่อ!</string>
<string name="search_label">ค้นหา</string> <string name="search_label">ค้นหา</string>
<string name="choose_file">เลือกไฟล์เนื้อหา (*.zim)</string> <string name="choose_file">เลือกไฟล์เนื้อหา (*.zim)</string>
<string name="open_in_new_tab">ต้องการเปิดลิงก์ในแท็บใหม่หรือไม่</string> <string name="open_in_new_tab">ต้องการเปิดลิงก์ในแท็บใหม่หรือไม่</string>
<string name="no_books_selected_toast_message">กรุณาเลือกหน้งสือก่อน</string>
<string name="hotspot_dialog_neutral_button">ดำเนินการต่อ</string>
<string name="error_file_not_found">ข้อผิดพลาด:ไม่พบไฟล์ ZIM ที่เลือก</string> <string name="error_file_not_found">ข้อผิดพลาด:ไม่พบไฟล์ ZIM ที่เลือก</string>
<string name="zim_not_opened">ไม่สามารถเปิดไฟล์ zim ได้</string>
<string name="error_file_invalid">ข้อผิดพลาด:ไฟล์ที่เลือกไม่ได้เป็นไฟล์ ZIM ที่ถูกต้อง</string> <string name="error_file_invalid">ข้อผิดพลาด:ไฟล์ที่เลือกไม่ได้เป็นไฟล์ ZIM ที่ถูกต้อง</string>
<string name="error_article_url_not_found">ข้อผิดพลาด:ไม่สามารถดาวน์โหลดบทความได้ (URL:%1$s)</string> <string name="error_article_url_not_found">ข้อผิดพลาด:ไม่สามารถดาวน์โหลดบทความได้ (URL:%1$s)</string>
<string name="pref_display_title">แสดงผล</string> <string name="pref_display_title">แสดงผล</string>
@ -31,26 +37,49 @@
<string name="pref_night_mode">โหมดกลางคืน</string> <string name="pref_night_mode">โหมดกลางคืน</string>
<string name="pref_night_mode_summary">แสดงบทความด้วยสีที่สลับกัน</string> <string name="pref_night_mode_summary">แสดงบทความด้วยสีที่สลับกัน</string>
<string name="pref_back_to_top">กลับไปด้านบน</string> <string name="pref_back_to_top">กลับไปด้านบน</string>
<string name="pref_back_to_top_summary">เพิ่มปุ่มด้านล่างของหน้าสำหรับเลื่อนกลับสู่ด้านบน</string>
<string name="pref_language_title">ภาษา</string> <string name="pref_language_title">ภาษา</string>
<string name="pref_language_chooser">เลือกภาษา</string> <string name="pref_language_chooser">เลือกภาษา</string>
<string name="pref_credits_title">เครดิต</string>
<string name="clear_recent_and_tabs_history_dialog">คุณแน่ใจหรือไม่ว่าต้องการที่จะลบประวัติการค้นหาทั้งหมดและรีเซ็ตแท็บที่ใช้งานอยู่ทั้งหมด?</string> <string name="clear_recent_and_tabs_history_dialog">คุณแน่ใจหรือไม่ว่าต้องการที่จะลบประวัติการค้นหาทั้งหมดและรีเซ็ตแท็บที่ใช้งานอยู่ทั้งหมด?</string>
<string name="delete_recent_search_item">ลบสิ่งนี้เลยหรือไม่?</string> <string name="delete_recent_search_item">ลบสิ่งนี้เลยหรือไม่?</string>
<string name="pref_clear_all_history_title">ล้างประวัติ</string>
<string name="pref_clear_all_history_summary">ล้างการค้นหาล่าสุดและประวัติการเข้าถึงแท็บ</string>
<string name="all_history_cleared">ลบประวัติทั้งหมดแล้ว</string> <string name="all_history_cleared">ลบประวัติทั้งหมดแล้ว</string>
<string name="clear_all_history_dialog_title" fuzzy="true">ลบประวัติทั้งหมด</string> <string name="clear_all_history_dialog_title">ลบประวัติทั้งหมด?</string>
<string name="share">แชร์</string>
<string name="selected_file_cab_app_chooser_title">แชร์ไฟล์ ZIM กับ:</string>
<string name="delete">ลบ</string> <string name="delete">ลบ</string>
<string name="cancel">ยกเลิก</string>
<string name="delete_specific_search_toast">ลบการค้นหาล่าสุดแล้ว</string> <string name="delete_specific_search_toast">ลบการค้นหาล่าสุดแล้ว</string>
<string name="hint_contents_drawer_message">คุณสามารถปัดไปทางซ้ายเพื่อดูเนื้อหาของบทความนี้</string>
<string name="got_it">เข้าใจแล้ว</string> <string name="got_it">เข้าใจแล้ว</string>
<string name="did_you_know">คุณรู้หรือไม่?</string> <string name="did_you_know">คุณรู้หรือไม่?</string>
<string name="undo">เลิกทำ</string>
<string name="tab_closed">เปิดแท็บแล้ว</string>
<string name="bookmark_added">เพิ่มบุ๊คมาร์คแล้ว</string> <string name="bookmark_added">เพิ่มบุ๊คมาร์คแล้ว</string>
<string name="rate_dialog_title">โปรดให้คะแนนเรา</string> <string name="rate_dialog_title">โปรดให้คะแนนเรา</string>
<string name="rate_dialog_msg_1">ถ้าคุณชอบใช้</string>
<string name="rate_dialog_msg_2">ได้โปรดสละเวลาสักเล็กน้อยเพื่อให้คะแนน ขอบคุณที่สนับสนุนเรา!</string>
<string name="rate_dialog_positive">ให้คะแนน</string>
<string name="no_thanks">ไม่ ขอบคุณ</string> <string name="no_thanks">ไม่ ขอบคุณ</string>
<string name="rate_dialog_neutral">ทีหลัง</string> <string name="rate_dialog_neutral">ทีหลัง</string>
<string name="bookmark_removed">ลบบุ๊คมาร์คแล้ว</string> <string name="bookmark_removed">ลบบุ๊คมาร์คแล้ว</string>
<string name="library">รายการ</string> <string name="library">รายการ</string>
<string name="download_no_space" fuzzy="true">พื้นที่ไม่เพียงพอในการดาวน์โหลดไฟล์นี้</string> <string name="no_files_here">ไม่พบไฟล์ที่นี่</string>
<string name="download_no_space">พื้นที่ไม่เพียงพอสำหรับดาวน์โหลด</string>
<string name="download">ดาวน์โหลด</string>
<string name="space_available">เนื้อที่ที่ว่าง:</string>
<string name="zim_no_pic">ไม่มีรูปภาพ</string>
<string name="zim_no_vid">ไม่มีวิดีโอ</string>
<string name="no_network_connection">ไม่มีการเชื่อมต่อเครือข่าย</string>
<string name="help_10" fuzzy="true">คุณสามารถดาวน์โหลดไฟล์ ZIM ที่คุณเลือกในแอพหรือเลือกไฟล์ที่คุณต้องการและดาวน์โหลดจากคอมพิวเตอร์เดสก์ท็อปอย่างระมัดระวังก่อนที่จะถ่ายโอนไฟล์ ZIM ไปยังเอสดีการ์ดของคุณ</string> <string name="help_10" fuzzy="true">คุณสามารถดาวน์โหลดไฟล์ ZIM ที่คุณเลือกในแอพหรือเลือกไฟล์ที่คุณต้องการและดาวน์โหลดจากคอมพิวเตอร์เดสก์ท็อปอย่างระมัดระวังก่อนที่จะถ่ายโอนไฟล์ ZIM ไปยังเอสดีการ์ดของคุณ</string>
<string name="help_11">การดาวน์โหลดไฟล์ ZIM ในแอพจะอยู่ในไดเรกทอรีจัดเก็บข้อมูลภายนอกในโฟลเดอร์ชื่อ Kiwix</string> <string name="help_11">การดาวน์โหลดไฟล์ ZIM ในแอพจะอยู่ในไดเรกทอรีจัดเก็บข้อมูลภายนอกในโฟลเดอร์ชื่อ Kiwix</string>
<string name="delete_zim_failed" fuzzy="true">ขออภัยเราไม่สามารถลบไฟล์นี้ คุณควรลองใช้โปรแกรมจัดการไฟล์แทน</string> <string name="pref_current_folder">โฟลเดอร์ปัจจุบัน</string>
<string name="delete_zim_failed">ขออภัย เราไม่สามารถลบไฟล์บางชิ้น คุณควรลองใช้โปรแกรมจัดการไฟล์แทน</string>
<string name="tts_pause">หยุดชั่วคราว</string>
<string name="tts_resume">ทำต่อ</string>
<string name="stop">หยุด</string>
<string name="external_storage">ภายนอก</string> <string name="external_storage">ภายนอก</string>
<string name="confirm_stop_download_title">หยุดดาวน์โหลดหรือไม่?</string> <string name="confirm_stop_download_title">หยุดดาวน์โหลดหรือไม่?</string>
<string name="confirm_stop_download_msg">คุณแน่ใจหรือไม่ว่าต้องการหยุดดาวน์โหลดนี้?</string> <string name="confirm_stop_download_msg">คุณแน่ใจหรือไม่ว่าต้องการหยุดดาวน์โหลดนี้?</string>
@ -58,4 +87,12 @@
<string name="external_link_popup_dialog_title" fuzzy="true">กำลังเข้าสู่ลิงค์ภายนอก</string> <string name="external_link_popup_dialog_title" fuzzy="true">กำลังเข้าสู่ลิงค์ภายนอก</string>
<string name="external_link_popup_dialog_message">คุณกำลังป้อนลิงก์ภายนอก ซึ่งอาจทำให้มีค่าใช้จ่ายเพิ่มเติมสำหรับการถ่ายโอนข้อมูลหรือจะไม่ทำงานเมื่อคุณออฟไลน์ คุณต้องการดำเนินการต่อหรือไม่?</string> <string name="external_link_popup_dialog_message">คุณกำลังป้อนลิงก์ภายนอก ซึ่งอาจทำให้มีค่าใช้จ่ายเพิ่มเติมสำหรับการถ่ายโอนข้อมูลหรือจะไม่ทำงานเมื่อคุณออฟไลน์ คุณต้องการดำเนินการต่อหรือไม่?</string>
<string name="do_not_ask_anymore">อย่าถามอีก</string> <string name="do_not_ask_anymore">อย่าถามอีก</string>
<string name="go_to_previous_page">ไปยังหน้าก่อนหน้านี้</string>
<string name="go_to_next_page">ไปยังหน้าถัดไป</string>
<string name="table_of_contents">สารบัญ</string>
<string name="select_languages">เลือกภาษา</string>
<string name="save_languages">บันทึก</string>
<string name="send_feedback">ส่งคำติชม</string>
<string name="expand">ขยาย</string>
<string name="history">ประวัติ</string>
</resources> </resources>

View File

@ -3,6 +3,7 @@
* 1917 Ekim Devrimi * 1917 Ekim Devrimi
* Alidemirtas * Alidemirtas
* BaRaN6161 TURK * BaRaN6161 TURK
* Can
* Captantrips * Captantrips
* Grkn gll * Grkn gll
* Hedda * Hedda
@ -27,21 +28,21 @@
<string name="menu_read_aloud">Yüksek sesle oku</string> <string name="menu_read_aloud">Yüksek sesle oku</string>
<string name="menu_read_aloud_stop">Yüksek sesle okumayı sonlandır</string> <string name="menu_read_aloud_stop">Yüksek sesle okumayı sonlandır</string>
<string name="menu_support_kiwix">Kiwix\'i destekle</string> <string name="menu_support_kiwix">Kiwix\'i destekle</string>
<string name="menu_wifi_hotspot">Ana Kitaplar</string> <string name="menu_wifi_hotspot">WiFi erişim paylaşımı alanı</string>
<string name="save_media">Ortam dosyasını kaydet</string> <string name="save_media">Ortam dosyasını kaydet</string>
<string name="save_media_error">Medya kaydedilmeye çalışılırken bir hata oluştu!</string> <string name="save_media_error">Medya kaydedilmeye çalışılırken bir hata oluştu!</string>
<string name="save_media_saved">Medyayı %s olarak şuraya kaydet Android/media/org.kiwix…/</string> <string name="save_media_saved">Medyayı %s olarak şuraya kaydet: Android/media/org.kiwix…/</string>
<string name="search_label">Ara</string> <string name="search_label">Ara</string>
<string name="choose_file">Bir İçerik Dosyası seçin (*.zim)</string> <string name="choose_file">Bir İçerik Dosyası seçin (*.zim)</string>
<string name="open_in_new_tab">Bağlantı yeni sekmede açılsın mı?</string> <string name="open_in_new_tab">Bağlantı yeni sekmede açılsın mı?</string>
<string name="hotspot_service_channel_name">Hotspot Hizmet Kanalı</string> <string name="hotspot_service_channel_name">Hotspot Hizmet Kanalı</string>
<string name="hotspot_failed_title">Sıcak nokta başlatılamadı</string> <string name="hotspot_failed_title">Erişim paylaşım alanı başlatılamadı</string>
<string name="hotspot_failed_message">Etkin noktanız zaten açıkmış gibi görünüyor. Devam etmek için lütfen wifi erişim noktanızı devre dışı bırakın.</string> <string name="hotspot_failed_message">Etkin noktanız zaten açıkmış gibi görünüyor. Devam etmek için lütfen wifi erişim noktanızı devre dışı bırakın.</string>
<string name="go_to_wifi_settings_label">WIFI ayarlarına gidin</string> <string name="go_to_wifi_settings_label">WIFI ayarlarına gidin</string>
<string name="connection_refused">Bağlantı reddedildi.</string> <string name="connection_refused">Bağlantı reddedildi.</string>
<string name="hotspot_running">Sıcak Noktayı Çalıştırılıyor</string> <string name="hotspot_running">WiFi Erişim Paylaşım Alanı Çalıştırılıyor</string>
<string name="no_books_selected_toast_message">Lütfen önce kitapları seçin</string> <string name="no_books_selected_toast_message">Lütfen önce kitapları seçin</string>
<string name="server_failed_message">Sunucu başlatılamadı. Lütfen etkin noktanızıın</string> <string name="server_failed_message">Sunucu başlatılamadı. Lütfen WiFi erişim paylaşım alanınızıın</string>
<string name="server_failed_toast_message">Sunucu başlatılamadı.</string> <string name="server_failed_toast_message">Sunucu başlatılamadı.</string>
<string name="server_started_successfully_toast_message">Sunucu başarıyla başladı.</string> <string name="server_started_successfully_toast_message">Sunucu başarıyla başladı.</string>
<string name="server_stopped_successfully_toast_message">Sunucu başarıyla durduruldu.</string> <string name="server_stopped_successfully_toast_message">Sunucu başarıyla durduruldu.</string>
@ -84,6 +85,7 @@
<string name="pref_clear_all_history_title">Geçmişi temizle</string> <string name="pref_clear_all_history_title">Geçmişi temizle</string>
<string name="pref_clear_all_history_summary">Son aramalar ve sekmeler geçmişini temizle</string> <string name="pref_clear_all_history_summary">Son aramalar ve sekmeler geçmişini temizle</string>
<string name="pref_notes">Notlar</string> <string name="pref_notes">Notlar</string>
<string name="pref_permission">İzinler</string>
<string name="all_history_cleared">Tüm geçmiş temizlendi</string> <string name="all_history_cleared">Tüm geçmiş temizlendi</string>
<string name="pref_clear_all_bookmarks_title">Yer imlerini temizle</string> <string name="pref_clear_all_bookmarks_title">Yer imlerini temizle</string>
<string name="clear_all_history_dialog_title">Tüm Geçmişi Silinsin mi?</string> <string name="clear_all_history_dialog_title">Tüm Geçmişi Silinsin mi?</string>
@ -258,6 +260,7 @@
<string name="status">Durum</string> <string name="status">Durum</string>
<string name="pref_clear_all_notes_summary">Tüm makalelerdeki tüm notları temizler</string> <string name="pref_clear_all_notes_summary">Tüm makalelerdeki tüm notları temizler</string>
<string name="pref_clear_all_notes_title">Tüm notları temizle</string> <string name="pref_clear_all_notes_title">Tüm notları temizle</string>
<string name="pref_allow_to_read_or_write_zim_files_on_sd_card">SD karttaki ZIM dosyalarını okumaya ve yazmaya izin ver</string>
<string name="pref_text_zoom_summary">Metin boyutunu %25\'lik artışlarla değiştirin.</string> <string name="pref_text_zoom_summary">Metin boyutunu %25\'lik artışlarla değiştirin.</string>
<string name="tag_pic">Resim</string> <string name="tag_pic">Resim</string>
<string name="tag_vid">Video</string> <string name="tag_vid">Video</string>
@ -292,4 +295,8 @@
<string name="close_drawer">Çekmeceyi Kapat</string> <string name="close_drawer">Çekmeceyi Kapat</string>
<string name="how_to_update_content">İçerik nasıl güncellenir?</string> <string name="how_to_update_content">İçerik nasıl güncellenir?</string>
<string name="update_content_description">İçeriği (bir zim dosyası) güncellemek için, aynı içeriğin en son sürümünü indirmeniz gerekir. Bunu indirme bölümünden yapabilirsiniz.</string> <string name="update_content_description">İçeriği (bir zim dosyası) güncellemek için, aynı içeriğin en son sürümünü indirmeniz gerekir. Bunu indirme bölümünden yapabilirsiniz.</string>
<string name="all_files_permission_needed">Tüm Dosyalar İzni Gereklidir</string>
<string name="all_files_permission_needed_message">Cihaz içindeki tüm zim dosyalara erişmek için Tüm Dosyalar İzni\'ne ihtiyacımız var</string>
<string name="allowed">İzin verildi</string>
<string name="not_allowed">İzin verilmedi</string>
</resources> </resources>

View File

@ -80,6 +80,7 @@
<string name="pref_clear_all_history_title">Очистити історію</string> <string name="pref_clear_all_history_title">Очистити історію</string>
<string name="pref_clear_all_history_summary">Очистити останню історію пошуку й відкритих вкладок</string> <string name="pref_clear_all_history_summary">Очистити останню історію пошуку й відкритих вкладок</string>
<string name="pref_notes">Примітки</string> <string name="pref_notes">Примітки</string>
<string name="pref_permission">Дозволи</string>
<string name="all_history_cleared">Всю історію очищено</string> <string name="all_history_cleared">Всю історію очищено</string>
<string name="pref_clear_all_bookmarks_title">Видалити закладки</string> <string name="pref_clear_all_bookmarks_title">Видалити закладки</string>
<string name="clear_all_history_dialog_title">Очистити всю історію?</string> <string name="clear_all_history_dialog_title">Очистити всю історію?</string>
@ -254,7 +255,8 @@
<string name="status">Статус</string> <string name="status">Статус</string>
<string name="pref_clear_all_notes_summary">Очистити всі нотатки в усіх статтях</string> <string name="pref_clear_all_notes_summary">Очистити всі нотатки в усіх статтях</string>
<string name="pref_clear_all_notes_title">Очистити всі нотатки</string> <string name="pref_clear_all_notes_title">Очистити всі нотатки</string>
<string name="pref_text_zoom_summary">Змінити розмір тексту з 25\%-відсотковим кроком.</string> <string name="pref_allow_to_read_or_write_zim_files_on_sd_card">Дозволяє читати і записувати ZIP-файли на SD-карту</string>
<string name="pref_text_zoom_summary">Змінити розмір тексту з 25%-відсотковим кроком.</string>
<string name="tag_pic">Зображення</string> <string name="tag_pic">Зображення</string>
<string name="tag_vid">Відео</string> <string name="tag_vid">Відео</string>
<string name="tag_text_only">Тільки текст</string> <string name="tag_text_only">Тільки текст</string>
@ -288,4 +290,8 @@
<string name="close_drawer">Закрити редактор</string> <string name="close_drawer">Закрити редактор</string>
<string name="how_to_update_content">Як оновити вміст?</string> <string name="how_to_update_content">Як оновити вміст?</string>
<string name="update_content_description">Щоб оновити вміст (zim-файл), вам треба завантажити повну найсвіжішу версію цього самого вмісту. Ви можете зробити це у розділі завантажень.</string> <string name="update_content_description">Щоб оновити вміст (zim-файл), вам треба завантажити повну найсвіжішу версію цього самого вмісту. Ви можете зробити це у розділі завантажень.</string>
<string name="all_files_permission_needed">Потрібний дозвіл на всі файли</string>
<string name="all_files_permission_needed_message">Щоб отримати доступ до всіх файлів zim на пристрої, нам потрібно мати дозвіл на всі файли</string>
<string name="allowed">Дозволено</string>
<string name="not_allowed">Не дозволено</string>
</resources> </resources>

View File

@ -5,6 +5,7 @@
* Liuxinyu970226 * Liuxinyu970226
* Macofe * Macofe
* Reke * Reke
* Weather Top Wizard
* Wehwei * Wehwei
--> -->
<resources> <resources>
@ -76,6 +77,7 @@
<string name="pref_clear_all_history_title">清除歷史記錄</string> <string name="pref_clear_all_history_title">清除歷史記錄</string>
<string name="pref_clear_all_history_summary">清除近期搜尋和分頁歷史記錄</string> <string name="pref_clear_all_history_summary">清除近期搜尋和分頁歷史記錄</string>
<string name="pref_notes">備註</string> <string name="pref_notes">備註</string>
<string name="pref_permission">權限</string>
<string name="all_history_cleared">所有歷史記錄已清除</string> <string name="all_history_cleared">所有歷史記錄已清除</string>
<string name="pref_clear_all_bookmarks_title">清除書籤</string> <string name="pref_clear_all_bookmarks_title">清除書籤</string>
<string name="clear_all_history_dialog_title">清除所有歷史記錄?</string> <string name="clear_all_history_dialog_title">清除所有歷史記錄?</string>
@ -250,6 +252,7 @@
<string name="status">狀態</string> <string name="status">狀態</string>
<string name="pref_clear_all_notes_summary">清除在所有條目裡的所有註解</string> <string name="pref_clear_all_notes_summary">清除在所有條目裡的所有註解</string>
<string name="pref_clear_all_notes_title">清除所有註釋</string> <string name="pref_clear_all_notes_title">清除所有註釋</string>
<string name="pref_allow_to_read_or_write_zim_files_on_sd_card">允許讀寫 ZIM 檔案在 SD 卡裡</string>
<string name="pref_text_zoom_summary">以 25% 更改文字大小</string> <string name="pref_text_zoom_summary">以 25% 更改文字大小</string>
<string name="tag_pic">圖片</string> <string name="tag_pic">圖片</string>
<string name="tag_vid">影片</string> <string name="tag_vid">影片</string>
@ -284,4 +287,8 @@
<string name="close_drawer">關閉抽屜</string> <string name="close_drawer">關閉抽屜</string>
<string name="how_to_update_content">如何更新內容?</string> <string name="how_to_update_content">如何更新內容?</string>
<string name="update_content_description">要更新內容zim 檔案)的話,您需要下載這個相似內容的完整最新版本。您可以透過下載段落來進行。</string> <string name="update_content_description">要更新內容zim 檔案)的話,您需要下載這個相似內容的完整最新版本。您可以透過下載段落來進行。</string>
<string name="all_files_permission_needed">所有檔案需要允許權限</string>
<string name="all_files_permission_needed_message">為了能在其它設備上存取 ZIM 檔案,我們需要所有檔案允許權限</string>
<string name="allowed">允許</string>
<string name="not_allowed">不允許</string>
</resources> </resources>

View File

@ -68,6 +68,7 @@
<string name="pref_clear_all_history_title">Clear history</string> <string name="pref_clear_all_history_title">Clear history</string>
<string name="pref_clear_all_history_summary">Clear recent searches and tabs history</string> <string name="pref_clear_all_history_summary">Clear recent searches and tabs history</string>
<string name="pref_notes">Notes</string> <string name="pref_notes">Notes</string>
<string name="pref_permission">Permissions</string>
<string name="all_history_cleared">All History Cleared</string> <string name="all_history_cleared">All History Cleared</string>
<string name="pref_clear_all_bookmarks_title">Clear bookmarks</string> <string name="pref_clear_all_bookmarks_title">Clear bookmarks</string>
<string name="clear_all_history_dialog_title">Clear All History?</string> <string name="clear_all_history_dialog_title">Clear All History?</string>
@ -255,6 +256,7 @@
<string name="status" tools:keep="@string/status">Status</string> <string name="status" tools:keep="@string/status">Status</string>
<string name="pref_clear_all_notes_summary">Clears all notes on all articles</string> <string name="pref_clear_all_notes_summary">Clears all notes on all articles</string>
<string name="pref_clear_all_notes_title">Clear all notes</string> <string name="pref_clear_all_notes_title">Clear all notes</string>
<string name="pref_allow_to_read_or_write_zim_files_on_sd_card">Allow to read and write ZIM files on SD card</string>
<string name="pref_text_zoom_summary">Change text size with 25\% increments.</string> <string name="pref_text_zoom_summary">Change text size with 25\% increments.</string>
<string name="tag_pic">Pic</string> <string name="tag_pic">Pic</string>
<string name="tag_vid">Vid</string> <string name="tag_vid">Vid</string>
@ -289,6 +291,10 @@
<string name="close_drawer">Close Drawer</string> <string name="close_drawer">Close Drawer</string>
<string name="how_to_update_content">How to update content?</string> <string name="how_to_update_content">How to update content?</string>
<string name="update_content_description">To update content (a zim file) you need to download the full latest version of this very same content. You can do that via the download section.</string> <string name="update_content_description">To update content (a zim file) you need to download the full latest version of this very same content. You can do that via the download section.</string>
<string name="all_files_permission_needed">All Files Permission Needed</string>
<string name="all_files_permission_needed_message">In order to access all the zim files across device we need to have All Files Permission</string>
<string name="allowed">Allowed</string>
<string name="not_allowed">Not allowed</string>
<string-array name="pref_night_modes_entries"> <string-array name="pref_night_modes_entries">
<item>@string/on</item> <item>@string/on</item>
<item>@string/off</item> <item>@string/off</item>

View File

@ -95,6 +95,18 @@
android:title="@string/pref_clear_all_notes_title" android:title="@string/pref_clear_all_notes_title"
app:iconSpaceReserved="false" /> app:iconSpaceReserved="false" />
</PreferenceCategory>
<PreferenceCategory
android:key="pref_permissions"
android:title="@string/pref_permission"
app:isPreferenceVisible="false"
app:iconSpaceReserved="false">
<Preference
android:key="pref_manage_external_storage"
android:title="@string/pref_allow_to_read_or_write_zim_files_on_sd_card"
app:iconSpaceReserved="false" />
</PreferenceCategory> </PreferenceCategory>
<PreferenceCategory <PreferenceCategory
android:key="pref_language" android:key="pref_language"

View File

@ -32,7 +32,7 @@ class CustomPrefsFragment : CorePrefsFragment() {
} else { } else {
preferenceScreen.removePreference(findPreference("pref_language")) preferenceScreen.removePreference(findPreference("pref_language"))
} }
preferenceScreen.removePreference(findPreference(PREF_WIFI_ONLY)) preferenceScreen.removePreferenceRecursively(PREF_WIFI_ONLY)
} }
override fun setStorage() { override fun setStorage() {

View File

@ -4,6 +4,5 @@
--> -->
<resources> <resources>
<string name="retry">إعادة المحاولة</string> <string name="retry">إعادة المحاولة</string>
<string name="download">تنزيل</string>
<string name="invalid_installation">تثبيت غير صالح؛ يُرجَى تنزيل Zim.\nتأكد من تشغيل واي فاي وأن لديك مساحة تخزين كافية</string> <string name="invalid_installation">تثبيت غير صالح؛ يُرجَى تنزيل Zim.\nتأكد من تشغيل واي فاي وأن لديك مساحة تخزين كافية</string>
</resources> </resources>

View File

@ -4,6 +4,5 @@
--> -->
<resources> <resources>
<string name="retry">Tentar nuevamente</string> <string name="retry">Tentar nuevamente</string>
<string name="download">Descargar</string>
<string name="invalid_installation">Instalación inválida. Descarga Zim.\n Comprueba que la WiFi ta activada y que tienes espaciu bastante</string> <string name="invalid_installation">Instalación inválida. Descarga Zim.\n Comprueba que la WiFi ta activada y que tienes espaciu bastante</string>
</resources> </resources>

View File

@ -4,6 +4,5 @@
--> -->
<resources> <resources>
<string name="retry">Pruève arrete</string> <string name="retry">Pruève arrete</string>
<string name="download">Scareche</string>
<string name="invalid_installation">Installazione non valide. Pe piacere scareche Zim.\n Assecurate ca \'u WiFi ste sus e ca tìne abbastanza spazie</string> <string name="invalid_installation">Installazione non valide. Pe piacere scareche Zim.\n Assecurate ca \'u WiFi ste sus e ca tìne abbastanza spazie</string>
</resources> </resources>

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors:
* ToJack
-->
<resources>
<string name="download">Боркунӣ</string>
</resources>

View File

@ -4,5 +4,4 @@
--> -->
<resources> <resources>
<string name="retry">ھەوڵداناوە</string> <string name="retry">ھەوڵداناوە</string>
<string name="download">داگرتن</string>
</resources> </resources>

View File

@ -5,6 +5,5 @@
--> -->
<resources> <resources>
<string name="retry">Zkusit znovu</string> <string name="retry">Zkusit znovu</string>
<string name="download">Stáhnout</string>
<string name="invalid_installation">Neplatná instalace. Stáhněte si prosím Zim.\nZkontrolujte, zda je zapnuto WiFi a zda máte v úložišti dostatek místa</string> <string name="invalid_installation">Neplatná instalace. Stáhněte si prosím Zim.\nZkontrolujte, zda je zapnuto WiFi a zda máte v úložišti dostatek místa</string>
</resources> </resources>

View File

@ -4,6 +4,5 @@
--> -->
<resources> <resources>
<string name="retry">Erneut versuchen</string> <string name="retry">Erneut versuchen</string>
<string name="download">Herunterladen</string>
<string name="invalid_installation">Ungültige Installation. Bitte ZIM herunterladen.\nStellen Sie sicher, das Wi-Fi an ist und sie genügend Speicherplatz haben</string> <string name="invalid_installation">Ungültige Installation. Bitte ZIM herunterladen.\nStellen Sie sicher, das Wi-Fi an ist und sie genügend Speicherplatz haben</string>
</resources> </resources>

View File

@ -5,6 +5,5 @@
--> -->
<resources> <resources>
<string name="retry">Anciya bıcerrebne</string> <string name="retry">Anciya bıcerrebne</string>
<string name="download">Biya war</string>
<string name="invalid_installation">Nêraverde saz kerdış. Kerem kerê Zimvi ronê.  WiFi u hafızaya telefoni kontrol kerê</string> <string name="invalid_installation">Nêraverde saz kerdış. Kerem kerê Zimvi ronê.  WiFi u hafızaya telefoni kontrol kerê</string>
</resources> </resources>

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors:
* Jakub Fabijan
-->
<resources>
<string name="download">Elŝuti</string>
</resources>

View File

@ -4,5 +4,4 @@
--> -->
<resources> <resources>
<string name="retry">Reintentar</string> <string name="retry">Reintentar</string>
<string name="download">Descargar</string>
</resources> </resources>

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors:
* An13sa
-->
<resources>
<string name="download">Jaitsi</string>
</resources>

View File

@ -4,5 +4,4 @@
--> -->
<resources> <resources>
<string name="retry">تلاش دوباره</string> <string name="retry">تلاش دوباره</string>
<string name="download">بارگیری</string>
</resources> </resources>

View File

@ -4,5 +4,4 @@
--> -->
<resources> <resources>
<string name="retry">Yritä uudelleen</string> <string name="retry">Yritä uudelleen</string>
<string name="download">Lataa</string>
</resources> </resources>

View File

@ -4,5 +4,4 @@
--> -->
<resources> <resources>
<string name="retry">Yritä uuesti</string> <string name="retry">Yritä uuesti</string>
<string name="download">Lattaa</string>
</resources> </resources>

View File

@ -5,6 +5,5 @@
--> -->
<resources> <resources>
<string name="retry">Réessayer</string> <string name="retry">Réessayer</string>
<string name="download">Télécharger</string>
<string name="invalid_installation">Installation non valide. Veuillez télécharger Zim.\n Assurez-vous que le Wi-Fi est actif et que vous disposez dassez d\'espace de stockage.</string> <string name="invalid_installation">Installation non valide. Veuillez télécharger Zim.\n Assurez-vous que le Wi-Fi est actif et que vous disposez dassez d\'espace de stockage.</string>
</resources> </resources>

View File

@ -4,5 +4,4 @@
--> -->
<resources> <resources>
<string name="retry">Nomal probierä</string> <string name="retry">Nomal probierä</string>
<string name="download">Abelade</string>
</resources> </resources>

View File

@ -4,5 +4,4 @@
--> -->
<resources> <resources>
<string name="retry">Կրկին փորձել</string> <string name="retry">Կրկին փորձել</string>
<string name="download">Ներբեռնել</string>
</resources> </resources>

View File

@ -4,6 +4,5 @@
--> -->
<resources> <resources>
<string name="retry">Coba lagi</string> <string name="retry">Coba lagi</string>
<string name="download">Unduh</string>
<string name="invalid_installation">Instalasi tidak berlaku. Silakan unduh Zim.\nPastikan Wifi menyala dan Anda memiliki cukup tempat penyimpanan data</string> <string name="invalid_installation">Instalasi tidak berlaku. Silakan unduh Zim.\nPastikan Wifi menyala dan Anda memiliki cukup tempat penyimpanan data</string>
</resources> </resources>

View File

@ -4,5 +4,4 @@
--> -->
<resources> <resources>
<string name="retry">Riprova</string> <string name="retry">Riprova</string>
<string name="download">Scarica</string>
</resources> </resources>

View File

@ -4,6 +4,5 @@
--> -->
<resources> <resources>
<string name="retry">לנסות שוב</string> <string name="retry">לנסות שוב</string>
<string name="download">הורדה</string>
<string name="invalid_installation">התקנה בלתי־תקינה. נא להוריד Zim.\nיש לוודא שמופעל ויי־פיי ושיש לך מספיק נפח אחסון</string> <string name="invalid_installation">התקנה בלתי־תקינה. נא להוריד Zim.\nיש לוודא שמופעל ויי־פיי ושיש לך מספיק נפח אחסון</string>
</resources> </resources>

View File

@ -4,6 +4,5 @@
--> -->
<resources> <resources>
<string name="retry">재시도</string> <string name="retry">재시도</string>
<string name="download">다운로드</string>
<string name="invalid_installation">유효하지 않은 설치입니다. Zim을 다운로드 해주세요.\nWIFI가 켜져있는지 확인해주시고, 용량이 충분한지 확인하십시오.</string> <string name="invalid_installation">유효하지 않은 설치입니다. Zim을 다운로드 해주세요.\nWIFI가 켜져있는지 확인해주시고, 용량이 충분한지 확인하십시오.</string>
</resources> </resources>

View File

@ -4,6 +4,5 @@
--> -->
<resources> <resources>
<string name="retry">Dîsa hewl bide</string> <string name="retry">Dîsa hewl bide</string>
<string name="download">Daxîne</string>
<string name="invalid_installation">Sazkirina Nederbasdar. Ji Kerema Xwe Zim-ê Daxîne.\n Jê piştrast be ku WîFî vekirî ye û bi qasî têra xwe cih heye</string> <string name="invalid_installation">Sazkirina Nederbasdar. Ji Kerema Xwe Zim-ê Daxîne.\n Jê piştrast be ku WîFî vekirî ye û bi qasî têra xwe cih heye</string>
</resources> </resources>

View File

@ -4,5 +4,4 @@
--> -->
<resources> <resources>
<string name="retry">Nach eng Kéier probéieren</string> <string name="retry">Nach eng Kéier probéieren</string>
<string name="download">Eroflueden</string>
</resources> </resources>

View File

@ -4,6 +4,5 @@
--> -->
<resources> <resources>
<string name="retry">Пробај пак</string> <string name="retry">Пробај пак</string>
<string name="download">Преземи</string>
<string name="invalid_installation">Неважечка воспоставка. Преземете ZIM.\n Проверете дали ви е вклучена безжичната врска и дали имате доволно складиштен простор</string> <string name="invalid_installation">Неважечка воспоставка. Преземете ZIM.\n Проверете дали ви е вклучена безжичната врска и дали имате доволно складиштен простор</string>
</resources> </resources>

View File

@ -4,5 +4,4 @@
--> -->
<resources> <resources>
<string name="retry">വീണ്ടും ശ്രമിക്കുക</string> <string name="retry">വീണ്ടും ശ്രമിക്കുക</string>
<string name="download">ഡൗൺലോഡ് ചെയ്യുക</string>
</resources> </resources>

View File

@ -4,5 +4,4 @@
--> -->
<resources> <resources>
<string name="retry">Cuba lagi</string> <string name="retry">Cuba lagi</string>
<string name="download">Muat turun</string>
</resources> </resources>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- Authors: <!-- Authors:
* Yahya * Dr Lotus Black
--> -->
<resources> <resources>
<string name="download">ডাউনলোড</string> <string name="retry">ပြန်လုပ်</string>
</resources> </resources>

View File

@ -4,5 +4,4 @@
--> -->
<resources> <resources>
<string name="retry">पुनः प्रयास गर्नुहोस्</string> <string name="retry">पुनः प्रयास गर्नुहोस्</string>
<string name="download">डाउनलोड गरिएकाे</string>
</resources> </resources>

View File

@ -4,5 +4,4 @@
--> -->
<resources> <resources>
<string name="retry">Opnieuw proberen</string> <string name="retry">Opnieuw proberen</string>
<string name="download">Downloaden</string>
</resources> </resources>

View File

@ -4,6 +4,5 @@
--> -->
<resources> <resources>
<string name="retry">Ponów próbę</string> <string name="retry">Ponów próbę</string>
<string name="download">Pobierz</string>
<string name="invalid_installation">Nieprawidłowa instalacja. Proszę pobrać Zim.\nUpewnij się, że WiFi jest włączone i masz wystarczającą ilość miejsca</string> <string name="invalid_installation">Nieprawidłowa instalacja. Proszę pobrać Zim.\nUpewnij się, że WiFi jest włączone i masz wystarczającą ilość miejsca</string>
</resources> </resources>

View File

@ -5,6 +5,5 @@
--> -->
<resources> <resources>
<string name="retry">Atualizar</string> <string name="retry">Atualizar</string>
<string name="download">Baixar</string>
<string name="invalid_installation">Instalação inválida. Faça o download do Zim.\n  Verifique se o Wi-Fi está ativado e você tem armazenamento suficiente</string> <string name="invalid_installation">Instalação inválida. Faça o download do Zim.\n  Verifique se o Wi-Fi está ativado e você tem armazenamento suficiente</string>
</resources> </resources>

View File

@ -5,6 +5,5 @@
--> -->
<resources> <resources>
<string name="retry">Repetir</string> <string name="retry">Repetir</string>
<string name="download">Transferir</string>
<string name="invalid_installation">Instalação inválida. Descarregue o Zim, por favor.\n Certifique-se que a Wi-Fi está ligada e que tem espaço suficiente</string> <string name="invalid_installation">Instalação inválida. Descarregue o Zim, por favor.\n Certifique-se que a Wi-Fi está ligada e que tem espaço suficiente</string>
</resources> </resources>

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors:
* Robby
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="all">
<string name="download">The title of the fragment/place where books are downloaded.</string>
</resources>

Some files were not shown because too many files have changed in this diff Show More