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

Unverified Commit 2bc3e4ed authored by blinky@build01's avatar blinky@build01 Committed by Michael Bestas
Browse files

Automatic translation import

Change-Id: Ie1c812f78f8fee08d79c91cafe3a763a85a4c743
parent 85ccbeed
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -28,10 +28,12 @@
  <!-- label for item that opens the profile choosing dialog -->
  <string name="global_action_choose_profile">Profil</string>
  <!-- label for item that restarts the phone in phone options dialog -->
  <string name="global_action_reboot">Restartovat</string>
  <!-- label for current user in phone options dialog -->
  <string name="global_action_current_user">Aktuální</string>
  <!-- Restart menu -->
  <!-- Button to restart the phone, within the Restart Options dialog -->
  <string name="reboot_reboot">Restart</string>
  <!-- Button to restart the phone into recovery, within the Restart Options dialog -->
  <string name="reboot_recovery">Recovery</string>
  <!-- Button to restart the phone into bootloader, within the Restart Options dialog -->
@@ -39,10 +41,15 @@
  <!-- Button to restart the phone into download, within the Restart Options dialog -->
  <string name="reboot_download">Download</string>
  <!-- Button to soft restart the device, within the Restart Options dialog -->
  <string name="reboot_soft">Soft restart</string>
  <!-- Title of dialog to confirm restarting. -->
  <string name="reboot_title">Restart</string>
  <!-- Restart Confirmation Dialog.  When the user chooses to restart the device, there will
         be a confirmation dialog.  This is the message. -->
  <string name="reboot_confirm" product="tablet">Tablet bude restartován.</string>
  <string name="reboot_confirm" product="default">Telefon bude restartován.</string>
  <!-- Restart Progress Dialog. This is shown if the user chooses to restart the phone. -->
  <string name="reboot_progress">Restartování\u2026</string>
  <!-- ADB over network notification -->
  <string name="adb_net_active_notification_title">ADB po síti povoleno</string>
  <!-- ADB over USB and network notification -->
@@ -112,6 +119,7 @@
  <string name="app_ops_use_fingerprint">použít otisk prstu</string>
  <string name="app_ops_add_voicemail">přidat hlasovou zprávu</string>
  <string name="app_ops_read_phone_state">přístup ke stavu telefonu</string>
  <string name="app_ops_scan_wifi">prohledávání Wi\u2011Fi sítí</string>
  <string name="app_ops_change_wallpaper">změnit tapetu</string>
  <string name="app_ops_assist_structure">použít asistenční strukturu</string>
  <string name="app_ops_assist_screenshot">sejmout obrazovku</string>
@@ -122,6 +130,7 @@
  <string name="app_ops_write_external_storage">zapsat na externí úložiště</string>
  <string name="app_ops_turn_on_screen">zapnout obrazovku</string>
  <string name="app_ops_get_accounts">získat účty zařízení</string>
  <string name="app_ops_run_in_background">spustit na pozadí</string>
  <string name="app_ops_wifi_change">změna stavu Wi\u2011Fi</string>
  <string name="app_ops_su">získat root přístup</string>
  <!-- Protected Apps Notification -->
+2 −0
Original line number Diff line number Diff line
@@ -20,7 +20,9 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <!-- Description for the screen zoom level that makes interface elements smaller. [CHAR LIMIT=24] -->
  <string name="screen_zoom_summary_smaller">Menší</string>
  <!-- Description for the screen zoom level that makes interface elements smallest. [CHAR LIMIT=24] -->
  <string name="screen_zoom_summary_smallest">Nejmenší</string>
  <string name="profile_applist_title">Aplikace</string>
  <string name="picker_activities">Aktivity</string>
  <string name="select_custom_app_title">Zvolte vlastní aplikaci</string>
+8 −0
Original line number Diff line number Diff line
@@ -52,4 +52,12 @@
  <string name="accessibility_dpad_left">Wyser na links</string>
  <string name="accessibility_dpad_right">Wyser na regs</string>
  <!-- NavBar Tuner -->
  <!-- Wi-Fi hotspot label when enabled -->
  <plurals name="wifi_hotspot_connected_clients_label">
    <item quantity="one">%1$d klient</item>
    <item quantity="other">%1$d kliente</item>
  </plurals>
  <!-- Path data for portrait battery -->
  <!-- Path data for landscape battery -->
  <!-- Path data for circle battery -->
</resources>
+4 −0
Original line number Diff line number Diff line
@@ -33,4 +33,8 @@
  <!-- Play queue -->
  <!-- Weather string format in keyguard -->
  <!-- NavBar Tuner -->
  <!-- Wi-Fi hotspot label when enabled -->
  <!-- Path data for portrait battery -->
  <!-- Path data for landscape battery -->
  <!-- Path data for circle battery -->
</resources>
+4 −0
Original line number Diff line number Diff line
@@ -51,4 +51,8 @@
  <string name="accessibility_dpad_left">المؤشر إلى اليسار</string>
  <string name="accessibility_dpad_right">المؤشر الى اليمين</string>
  <!-- NavBar Tuner -->
  <!-- Wi-Fi hotspot label when enabled -->
  <!-- Path data for portrait battery -->
  <!-- Path data for landscape battery -->
  <!-- Path data for circle battery -->
</resources>
Loading