Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/assets/i18n
4 changes: 2 additions & 2 deletions app/src/main/res/layout/input_method_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ GeneralKeyboardIME.kt
android:layout_centerVertical="true"
android:layout_marginStart="@dimen/medium_margin"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="Close Clipboard"
android:contentDescription="@string/i18n.app.clipboard.close_clipboard"
android:padding="@dimen/small_margin"
android:src="@drawable/ic_arrow_left_vector"
android:tint="@color/icon_color" />
Expand All @@ -779,7 +779,7 @@ GeneralKeyboardIME.kt
android:layout_centerVertical="true"
android:layout_marginEnd="@dimen/medium_margin"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="Clear All"
android:contentDescription="@string/i18n.app.clipboard.clear_all"
android:padding="@dimen/small_margin"
android:src="@drawable/ic_delete_vector"
android:tint="#E53935" />
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values/string.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@
<string name="i18n.app.about.legal.third_party.entry_simple_keyboard">Simple Keyboard\n• Author: Simple Mobile Tools\n• License: GPL-3.0\n• Link: https://github.com/SimpleMobileTools/Simple-Keyboard/blob/main/LICENSE</string>
<string name="i18n.app.about.legal.third_party.text">The Scribe developers (SCRIBE) built the iOS application "Scribe - Language Keyboards" (SERVICE) using third party code. All source code used in the creation of this SERVICE comes from sources that allow its full use in the manner done so by the SERVICE. This section lists the source code on which the SERVICE was based as well as the coinciding licenses of each.\n\nThe following is a list of all used source code, the main author or authors of the code, the license under which it was released at time of usage, and a link to the license.</string>
<string name="i18n.app.about.title">About</string>
<string name="i18n.app.clipboard.clear_all">Clear all</string>
<string name="i18n.app.clipboard.clipboard_is_empty">Clipboard is empty</string>
<string name="i18n.app.clipboard.close_clipboard">Close clipboard</string>
<string name="i18n.app.clipboard.copied_to_clipboard">Copied to clipboard</string>
<string name="i18n.app.clipboard.copy_to_clipboard">Copy to clipboard</string>
<string name="i18n.app.clipboard.title">Clipboard</string>
Expand Down
Loading