Skip to content

Commit 1ad406d

Browse files
kufikugelGerrit Code Review
authored andcommitted
Merge "Base: CS Translation" into kk4.4
2 parents ec44c20 + c18a5d1 commit 1ad406d

1 file changed

Lines changed: 84 additions & 0 deletions

File tree

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
/* //device/apps/common/assets/res/any/strings.xml
4+
**
5+
** Copyright 2013, SlimRoms project
6+
**
7+
** Licensed under the Apache License, Version 2.0 (the "License");
8+
** you may not use this file except in compliance with the License.
9+
** You may obtain a copy of the License at
10+
**
11+
** http://www.apache.org/licenses/LICENSE-2.0
12+
**
13+
** Unless required by applicable law or agreed to in writing, software
14+
** distributed under the License is distributed on an "AS IS" BASIS,
15+
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
** See the License for the specific language governing permissions and
17+
** limitations under the License.
18+
*/
19+
-->
20+
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
21+
22+
<!-- Privacy Guard -->
23+
<string name="permlab_changePrivacyGuardState">povolit či zakázat Ochranu soukromí</string>
24+
<string name="permdesc_changePrivacyGuardState">Umožní změnit pravidla, zda bude některá aplikace spuštěna v režimu Ochrany soukromí. Pokud je aplikace spuštěna v režimu Ochrany soukromí, tato aplikace nemá umožněn přístup k osobním datům jako jsou kontakty, historie volání nebo zprávy.</string>
25+
<string name="privacy_guard_notification">Ochrana soukromí aktivní</string>
26+
<string name="privacy_guard_notification_detail">Aplikaci <xliff:g id="app">%1$s</xliff:g> nebude umožňen přístup k osobním údajům</string>
27+
<string name="privacy_guard_custom_notification_detail">Aplikace<xliff:g id="app">%1$s</xliff:g> nebude mít přístup k vlastním oprávněním</string>
28+
29+
<!-- Button to reboot the phone, within the Phone Options dialog -->
30+
<string name="reboot_system" product="tablet">Restartovat tablet</string>
31+
<string name="reboot_system" product="default">Restartovat telefon</string>
32+
<!-- Reboot Progress Dialog. This is shown if the user chooses to reboot the phone. -->
33+
34+
<!-- label for item that screenshots in phone options dialog -->
35+
<string name="global_action_screenshot">Snímek obrazovky</string>
36+
37+
<!-- Button to reboot the phone, within the Reboot Options dialog -->
38+
<string name="reboot_reboot">Restartovat</string>
39+
<!-- Button to reboot the phone into recovery, within the Reboot Options dialog -->
40+
<string name="reboot_recovery">Recovery</string>
41+
<!-- Button to reboot the phone into bootloader, within the Reboot Options dialog -->
42+
<string name="reboot_bootloader">Bootloader</string>
43+
<!-- Button to reboot the phone into bootmenu, within the Reboot Options dialog -->
44+
<string name="reboot_bootmenu">Bootmenu</string>
45+
<!-- Button to reboot the phone into fastboot, within the Reboot Options dialog -->
46+
<string name="reboot_fastboot">Fastboot</string>
47+
<!-- Button to reboot the phone into download, within the Reboot Options dialog -->
48+
<string name="reboot_download">Download</string>
49+
50+
<!-- Reboot Progress Dialog. This is shown if the user chooses to reboot the phone. -->
51+
<string name="reboot_progress">Restartování\u2026</string>
52+
<!-- Reboot Confirmation Dialog. When the user chooses to reboot the phone, there will be a confirmation dialog. This is the message. -->
53+
<string name="reboot_confirm">Vaše zařízení bude restartováno.</string>
54+
55+
<!-- label for item that reboots the phone in phone options dialog -->
56+
<string name="global_action_reboot">Restartovat</string>
57+
58+
<!-- label for item that opens the profile choosing dialog -->
59+
<string name="global_action_choose_profile">Profil</string>
60+
61+
<!-- In WiFi AP notification -->
62+
<string name="notify_turn_wifi_ap_off_title">Vypnout</string>
63+
64+
<!-- status message in phone options dialog for when expanded desktop is on -->
65+
<string name="global_actions_expanded_desktop_mode_on_status">Zapnuto</string>
66+
67+
<!-- status message in phone options dialog for when expanded desktop is off -->
68+
<string name="global_actions_expanded_desktop_mode_off_status">Vypnuto</string>
69+
70+
<!-- Description of accessibility direction for targets [CHAR LIMIT=NONE] -->
71+
<string name="accessibility_target_direction">Přejeďte pro aktivaci objektu</string>
72+
73+
<!-- stylus gestures support -->
74+
<string name="stylus_app_not_installed">Aplikace %s není nainstalována</string>
75+
76+
<!-- Error description on theme switch with ligtsensor mode enabled -->
77+
<string name="theme_auto_switch_mode_error">Automatický režim změny světelných podmínek je povolen. Ruční přepnutí není možné.</string>
78+
79+
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
80+
<string name="permlab_preventpower">zachovat tlačítko vypínání</string>
81+
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
82+
<string name="permdesc_preventpower">Umožní změnit chování tlačítka pro zapínání a vypínání</string>
83+
84+
</resources>

0 commit comments

Comments
 (0)