We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb578e commit 34fd95bCopy full SHA for 34fd95b
app/src/main/res/values-cs/strings.xml
@@ -0,0 +1,16 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<!--
3
+ SPDX-FileCopyrightText: 2024-2025 The LineageOS Project
4
+ SPDX-License-Identifier: Apache-2.0
5
+-->
6
+<resources>
7
+ <string name="app_name">PDF Prohlížeč</string>
8
+ <string name="find_in_page">Najít na stránce</string>
9
+ <string name="share">Sdílet</string>
10
+ <string name="open_with">Otevřít v…</string>
11
+ <string name="download">Stáhnout</string>
12
+ <string name="pdf_document">PDF dokument</string>
13
+ <string name="print">Tisknout</string>
14
+ <string name="download_successful">Stahování dokončeno</string>
15
+ <string name="download_error">Při stahování nastala chyba</string>
16
+</resources>
0 commit comments