Update strings.xml
This commit is contained in:
parent
a810fd8a80
commit
457c8c8f1c
|
@ -1,17 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="keycode_shift">Shift</string>
|
||||
<string name="app_short_description">Nemt tastatur til at indsætte alle slags tekster, specialtegn og tal</string>
|
||||
<string name="app_title">Simpelt tastatur</string>
|
||||
<string name="keycode_mode_change">Skift tastaturtype</string>
|
||||
<string name="keycode_enter">Enter</string>
|
||||
<string name="show_clipboard_content">Vis indhold i udklipsholder, hvis det er tilgængeligt</string>
|
||||
<string name="app_name">Simpelt tastatur</string>
|
||||
<string name="app_launcher_name">Tastatur</string>
|
||||
<string name="redirection_note">Aktivér Simpelt tastatur på det næste skærmbillede for at gøre det til et tilgængeligt tastatur. Tryk på \'Tilbage\' når det er aktiveret.</string>
|
||||
<string name="change_keyboard">Skift tastatur</string>
|
||||
<string name="clear_clipboard_data">Ryd data i udklipsholder</string>
|
||||
<string name="clear_clipboard_data_confirmation">Er du sikker på, at du vil slette data i udklipsholderen\?</string>
|
||||
<!-- Accessibility -->
|
||||
<string name="keycode_delete">Slet</string>
|
||||
<string name="keycode_mode_change">Skift tastaturtype</string>
|
||||
<string name="keycode_shift">Shift</string>
|
||||
<string name="keycode_enter">Enter</string>
|
||||
<!-- Settings -->
|
||||
<string name="show_clipboard_content">Vis indhold i udklipsholder, hvis det er tilgængeligt</string>
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<!-- App title has to have less than 30 characters. If you cannot squeeze it, just remove a part of it -->
|
||||
<string name="app_title">Simpelt tastatur</string>
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_short_description">Nemt tastatur til at indsætte alle slags tekster, specialtegn og tal</string>
|
||||
<string name="app_long_description"> En hurtig og let tastatur-app, der hjælper dig med at chatte med dine venner eller indsætte andre tekster, tal eller symboler. Den leveres med material design og mørkt tema som standard, hvilket giver en fantastisk brugeroplevelse til nemt brug. Den manglende internetadgang giver dig mere privatliv, sikkerhed og stabilitet end andre apps. Indeholder ingen annoncer eller unødvendige tilladelser. Den er med helt åben kildekode (open source), byder på tilpassede farver. <b>Se hele pakken af Simple Tools her:</b> https://www.simplemobiletools.com <b>Facebook:</b> https://www.facebook.com/simplemobiletools <b>Reddit:</b> https://www.reddit.com/r/SimpleMobileTools </string>
|
||||
</resources>
|
||||
<!--
|
||||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue