Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b82260c authored by lipisak's avatar lipisak
Browse files

CMFileManager: updated Czech translation

Added new strings for Themes settings

Patchset 2: added translation for DarkTheme

Change-Id: If7e42fe2cc66648488e068eef81eae2c0e11e04b
parent 554c4a75
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -574,6 +574,8 @@
  <string name="pref_general">Obecné nastavení</string>
  <!-- Preferences * Search title -->
  <string name="pref_search">Nastavení hledání</string>
  <!-- Preferences * Themes title -->
  <string name="pref_themes">Témata</string>
  <!-- Preferences * About title -->
  <string name="pref_about">O programu</string>
  <!-- Preferences * About summary -->
@@ -649,10 +651,27 @@
  <string name="pref_remove_saved_search_terms_summary">Dotykem vymažete všechny výrazy hledání</string>
  <!-- Preferences * Search * Suggestions were truncated -->
  <string name="pref_remove_saved_search_terms_msg">Všechny výrazy hledání byly odstraněny.</string>
  <!-- Preferences * Themes * Themes selection category -->
  <string name="pref_themes_selection_category">Témata</string>
  <!-- Preferences * Themes * Set theme button -->
  <string name="pref_themes_set_theme">Nastavit téma</string>
  <!-- Preferences * Themes * No preview -->
  <string name="pref_themes_no_preview">Náhled není\ndostupný</string>
  <!-- Preferences * Themes * Confirmation message -->
  <string name="pref_themes_confirmation">Téma bylo úspěšně nastaveno.</string>
  <!-- Preferences * Themes * Theme not found message -->
  <string name="pref_themes_not_found">Téma nebylo nalezeno.</string>

  <!-- Preferences * Debug * Capture debug traces -->
  <string name="pref_debug_traces">Zaznamenávat ladící informace</string>

  <!-- Themes * Default theme name -->
  <string name="theme_default_name">Světlé téma</string>
  <!-- Themes * Default theme description -->
  <string name="theme_default_description">Světlé téma pro Správce souborů CyanogenMod.</string>
  <!-- Themes * Default theme author -->
  <string name="themes_author">CyanogenMod</string>

  <!-- Security * Extract relative or absolute files -->
  <string name="security_warning_extract">Varování!\n\n
      Extrahování archivovaného souboru s relativní či absolutní cestou způsobit poškození vašeho zařízení tím, že
+29 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 The CyanogenMod Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
 -->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

  <!-- The name of the application -->
  <string name="app_name">Témata pro Správce souborů</string>
  <!-- The description of the application -->
  <string name="app_description">Témata pro Správce souborů CyanogenMod.</string>

  <!-- The dark theme name -->
  <string name="dark_theme_name">Tmavé téma</string>
  <!-- The dark theme description -->
  <string name="dark_theme_desc">Tmavé téma pro Správce souborů CyanogenMod.</string>

</resources>