Initial commit

This commit is contained in:
2026-02-02 04:50:13 +01:00
commit 5b11698731
22592 changed files with 7677434 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 715 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 927 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 745 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 915 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 965 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1015 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 900 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 731 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 834 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 898 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 664 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 836 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 886 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 996 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 The Android Open Source 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.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="false" android:state_focused="false"
android:drawable="@drawable/btn_close_normal" />
<item android:state_pressed="true"
android:drawable="@drawable/btn_close_pressed" />
<item android:state_focused="true"
android:drawable="@drawable/btn_close_selected" />
</selector>

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 The Android Open Source 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.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Toggle keys. Use checkable/checked state. -->
<item android:state_checkable="true" android:state_checked="true"
android:state_pressed="true"
android:drawable="@drawable/btn_keyboard_key_pressed_on" />
<item android:state_checkable="true" android:state_pressed="true"
android:drawable="@drawable/btn_keyboard_key_pressed_off" />
<item android:state_checkable="true" android:state_checked="true"
android:drawable="@drawable/btn_keyboard_key_normal_on" />
<item android:state_checkable="true"
android:drawable="@drawable/btn_keyboard_key_normal_off" />
<!-- Normal keys -->
<item android:state_pressed="true"
android:drawable="@drawable/btn_keyboard_key_pressed" />
<item
android:drawable="@drawable/btn_keyboard_key_normal" />
</selector>

View File

@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:viewportWidth="48"
android:viewportHeight="48"
android:alpha="0.65">
<path
android:fillColor="#c4c4c4"
android:pathData="M42,12L6,12c-2.2,0 -4,1.8 -4,4v16c0,2.2 1.8,4 4,4h36c2.2,0 4,-1.8 4,-4L46,16c0,-2.2 -1.8,-4 -4,-4zM22,26L16,26v6L12,32v-6L6,26v-4h6L12,16h4v6h6v4zM31,30c-1.66,0 -3,-1.34 -3,-3s1.34,-3 3,-3 3,1.34 3,3 -1.34,3 -3,3zM39,24c-1.66,0 -3,-1.34 -3,-3S37.34,18 39,18s3,1.34 3,3 -1.34,3 -3,3z"/>
</vector>

View File

@@ -0,0 +1,12 @@
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:name="vector"
android:width="48dp"
android:height="48dp"
android:viewportWidth="48"
android:viewportHeight="48"
android:alpha="0.65">
<path
android:fillColor="#c4c4c4"
android:pathData="M 40 10 L 8 10 C 5.79 10 4.02 11.79 4.02 14 L 4 34 C 4 36.21 5.79 38 8 38 L 40 38 C 42.21 38 44 36.21 44 34 L 44 14 C 44 11.79 42.21 10 40 10 Z M 22 16 L 26 16 L 26 20 L 22 20 L 22 16 Z M 22 22 L 26 22 L 26 26 L 22 26 L 22 22 Z M 16 16 L 20 16 L 20 20 L 16 20 L 16 16 Z M 16 22 L 20 22 L 20 26 L 16 26 L 16 22 Z M 14 26 L 10 26 L 10 22 L 14 22 L 14 26 Z M 14 20 L 10 20 L 10 16 L 14 16 L 14 20 Z M 32 34 L 16 34 L 16 30 L 32 30 L 32 34 Z M 32 26 L 28 26 L 28 22 L 32 22 L 32 26 Z M 32 20 L 28 20 L 28 16 L 32 16 L 32 20 Z M 38 26 L 34 26 L 34 22 L 38 22 L 38 26 Z M 38 20 L 34 20 L 34 16 L 38 16 L 38 20 Z"/>
</vector>

View File

@@ -0,0 +1,12 @@
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:name="vector"
android:width="48dp"
android:height="48dp"
android:viewportWidth="48"
android:viewportHeight="48"
android:alpha="0.65">
<path
android:fillColor="#c4c4c4"
android:pathData="M 6 36 L 42 36 L 42 32 L 6 32 L 6 36 Z M 6 26 L 42 26 L 42 22 L 6 22 L 6 26 Z M 6 12 L 6 16 L 42 16 L 42 12 L 6 12 Z"/>
</vector>

View File

@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:viewportWidth="48"
android:viewportHeight="48"
android:alpha="0.65">
<path
android:fillColor="#c4c4c4"
android:pathData="M26,2.14L26,18h14c0,-8.16 -6.1,-14.88 -14,-15.86zM8,30c0,8.84 7.16,16 16,16s16,-7.16 16,-16v-8L8,22v8zM22,2.14C14.1,3.12 8,9.84 8,18h14L22,2.14z"/>
</vector>

View File

@@ -0,0 +1,15 @@
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:name="vector"
android:width="48dp"
android:height="48dp"
android:viewportWidth="48"
android:viewportHeight="48"
android:alpha="0.65">
<path
android:fillColor="#c4c4c4"
android:pathData="M37.78,29.5l-8.18,-4.08c-0.56,-0.28 -1.16,-0.42 -1.78,-0.42H26.0v-12.0C26.0,11.34 24.66,10.0 23.0,10.0S20.0,11.34 20.0,13.0v21.48L13.5,33.0c-0.66,-0.14 -1.36,0.06 -1.84,0.56L10.0,35.24l9.08,9.58C19.84,45.58 21.36,46.0 22.42,46.0h12.32c2.0,0.0 3.68,-1.46 3.96,-3.44l1.26,-8.92C40.2,31.94 39.32,30.28 37.78,29.5z"/>
<path
android:fillColor="#c4c4c4"
android:pathData="M40.26,7.74C37.38,4.34 31.2,2.0 24.0,2.0S10.62,4.34 7.74,7.74L4.0,4.0v10.0h10.0L9.86,9.86c2.0,-2.58 7.4,-4.86 14.14,-4.86s12.14,2.28 14.14,4.86L34.0,14.0h10.0V4.0L40.26,7.74z"/>
</vector>

View File

@@ -0,0 +1,76 @@
<vector android:height="108dp" android:viewportHeight="800" android:viewportWidth="800" android:width="108dp" xmlns:android="http://schemas.android.com/apk/res/android">
<group android:translateX="58" android:translateY="58">
<clip-path android:pathData="M0,0L682.667,0L682.667,682.667L0,682.667Z"/>
<group>
<clip-path android:pathData="M90.251,20.717L605.749,20.717L605.749,675.282L90.251,675.282Z"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000" android:fillType="nonZero"
android:pathData="m564.444,332.561c32.812,39.115 45.021,110.283 40.343,147.205 -6.977,55.073 -32.001,107.72 -73.272,138.776 -42.943,32.316 -95.469,51.445 -161.029,55.86 -98.625,6.621 -175.324,-24.795 -226.327,-72.353 -26.14,-24.408 -67.189,-59.448 -49.703,-109.175 9.001,-25.591 42.056,-57.22 63.431,-79.107 7.676,-7.861 22.791,-22.423 21.143,-31.957 -3.784,-16.149 -28.551,-40.425 -39.02,-57.648 -31.385,-49.204 -38.396,-123.977 -10.773,-186.119 32.936,-74.069 115.811,-121.145 229.133,-117.083 46.915,1.683 104.068,17.139 143.347,39.731C557.825,92.939 603.492,130.141 597.725,171.113 594.181,196.288 575.475,224.245 553.344,251.204 539.617,267.925 533.243,278.139 534.032,287.951 534.704,296.277 554.988,321.289 564.444,332.561"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000" android:fillType="nonZero"
android:pathData="m549.451,157.746l0,23.153l-45.18,68.541l0,-23.152z"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
<group>
<clip-path android:pathData="m504.271,226.288l0,23.153c-2.628,3.988 -6.713,6.079 -10.909,6.079 -3.027,-0 -6.112,-1.089 -8.747,-3.337 -0.568,-0.484 -11.352,-9.667 -23.916,-17.656 -12.564,-7.965 -24.876,-14.772 -36.912,-20.444 -12.048,-5.649 -23.304,-9.904 -33.78,-12.728 -10.476,-2.824 -19.632,-4.255 -27.48,-4.255 -9.432,-0 -16.38,2.317 -20.82,6.949 -4.452,4.632 -6.672,10.541 -6.672,17.751l0,-23.153c0,-7.209 2.22,-13.119 6.672,-17.751 4.44,-4.632 11.388,-6.949 20.82,-6.949 7.848,-0 17.004,1.431 27.48,4.255 10.476,2.825 21.732,7.079 33.78,12.728 12.036,5.672 24.348,12.48 36.912,20.444 12.564,7.989 23.348,17.173 23.916,17.656 2.635,2.248 5.72,3.337 8.747,3.337 4.196,-0 8.281,-2.091 10.909,-6.079"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="m504.271,226.288l0,23.153c-0.719,1.089 -1.545,2.039 -2.453,2.84L501.817,229.128C502.725,228.326 503.552,227.377 504.271,226.288"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="m501.818,229.128l0,23.153c-2.416,2.133 -5.408,3.237 -8.456,3.237 -1.899,-0 -3.82,-0.427 -5.637,-1.301l0,-23.153c1.817,0.873 3.739,1.303 5.637,1.303 3.048,-0 6.04,-1.104 8.456,-3.239"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="m487.724,231.064l0,23.153c-1.083,-0.52 -2.127,-1.197 -3.109,-2.036 -0.568,-0.483 -11.352,-9.667 -23.916,-17.655 -11.857,-7.519 -23.492,-14.004 -34.881,-19.477l0,-23.153c11.389,5.473 23.024,11.96 34.881,19.477C473.263,219.363 484.047,228.546 484.615,229.03 485.597,229.868 486.641,230.544 487.724,231.064"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="m425.818,191.897l0,23.153c-0.677,-0.327 -1.355,-0.649 -2.031,-0.967 -12.049,-5.649 -23.304,-9.904 -33.78,-12.728 -10.476,-2.824 -19.632,-4.255 -27.481,-4.255 -8.691,-0 -15.273,1.967 -19.728,5.901L342.798,179.849c4.455,-3.935 11.037,-5.901 19.728,-5.901 7.849,-0 17.005,1.429 27.481,4.255C400.483,181.026 411.738,185.281 423.787,190.929 424.463,191.249 425.14,191.57 425.818,191.897"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="m342.798,179.848l0,23.153c-0.38,0.335 -0.743,0.684 -1.092,1.048 -4.452,4.632 -6.672,10.541 -6.672,17.749l0,-23.152c0,-7.209 2.22,-13.119 6.672,-17.751C342.055,180.532 342.418,180.183 342.798,179.848"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
</group>
<group>
<clip-path android:pathData="m383.743,460.303l0,23.152c0,-9.773 -5.388,-19.027 -16.104,-27.783 -10.74,-8.747 -24.096,-17.868 -40.068,-27.407 -15.972,-9.513 -33.252,-19.793 -51.84,-30.879 -18.648,-11.109 -36.036,-24.167 -51.828,-38.964 -15.984,-14.913 -29.328,-32.036 -40.068,-51.323 -10.728,-19.299 -16.092,-41.552 -16.092,-66.771l0,-23.153c0,25.219 5.364,47.472 16.092,66.771 10.74,19.287 24.084,36.411 40.068,51.324 15.792,14.796 33.18,27.855 51.828,38.963 18.588,11.085 35.868,21.367 51.84,30.88 15.972,9.536 29.328,18.66 40.068,27.405 10.716,8.756 16.104,18.009 16.104,27.784"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="m383.742,460.302l0,23.152c0,-9.773 -5.388,-19.025 -16.104,-27.783 -10.74,-8.745 -24.095,-17.868 -40.067,-27.405 -15.972,-9.513 -33.253,-19.795 -51.841,-30.88 -18.648,-11.109 -36.036,-24.167 -51.828,-38.963 -15.984,-14.915 -29.327,-32.037 -40.068,-51.324 -10.728,-19.297 -16.092,-41.551 -16.092,-66.769l0,-23.153c0,25.219 5.364,47.471 16.092,66.769 10.741,19.287 24.084,36.411 40.068,51.325 15.792,14.795 33.18,27.853 51.828,38.961 18.588,11.087 35.869,21.368 51.841,30.88 15.972,9.537 29.327,18.661 40.067,27.405C378.354,441.274 383.742,450.529 383.742,460.302"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
</group>
<group>
<clip-path android:pathData="m552.607,444.087l0,23.155c0,27.784 -5.892,51.843 -17.676,72.159 -11.784,20.339 -27.096,37.048 -45.948,50.179 -18.84,13.116 -40.2,22.891 -64.008,29.331 -23.832,6.417 -47.796,9.643 -71.868,9.643 -48.18,-0 -88.632,-8.756 -121.356,-26.235C199.027,584.827 169.579,558.32 143.395,522.819L143.395,499.667C169.579,535.167 199.027,561.675 231.751,579.164 264.475,596.641 304.927,605.4 353.107,605.4c24.072,-0 48.036,-3.227 71.868,-9.644 23.808,-6.441 45.168,-16.215 64.008,-29.332 18.852,-13.128 34.164,-29.84 45.948,-50.177 11.784,-20.315 17.676,-44.376 17.676,-72.16"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="m552.607,444.087l0,23.153c0,27.784 -5.892,51.844 -17.676,72.159 -8.685,14.991 -19.287,28.009 -31.809,39.076l0,-23.152c12.523,-11.068 23.124,-24.087 31.809,-39.077C546.715,495.933 552.607,471.871 552.607,444.087"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="m503.121,555.323l0,23.152c-4.468,3.949 -9.181,7.651 -14.139,11.103 -18.839,13.117 -40.2,22.891 -64.007,29.331 -23.832,6.419 -47.797,9.644 -71.869,9.644 -44.78,-0 -82.883,-7.564 -114.312,-22.664l0,-23.153c31.429,15.1 69.532,22.665 114.312,22.665 24.072,-0 48.037,-3.227 71.869,-9.644 23.807,-6.441 45.168,-16.215 64.007,-29.332C493.94,562.971 498.653,559.272 503.121,555.323"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="m238.795,582.734l0,23.153c-2.387,-1.147 -4.735,-2.337 -7.044,-3.569 -32.724,-17.492 -62.172,-43.999 -88.356,-79.5L143.395,499.666C169.579,535.166 199.027,561.674 231.751,579.164 234.06,580.397 236.408,581.588 238.795,582.734"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
</group>
<path android:fillAlpha="0.300003"
android:fillColor="#000000" android:fillType="nonZero"
android:pathData="m342.103,67.446c41.88,-0 79.452,7.599 112.704,22.773 33.252,15.185 64.8,37.699 94.644,67.527l-45.18,68.541c-2.628,3.989 -6.713,6.079 -10.909,6.079 -3.027,-0 -6.112,-1.088 -8.747,-3.336 -0.568,-0.484 -11.352,-9.667 -23.916,-17.656 -12.565,-7.965 -24.876,-14.772 -36.912,-20.445 -12.048,-5.648 -23.304,-9.903 -33.78,-12.727 -10.476,-2.825 -19.632,-4.255 -27.481,-4.255 -9.431,-0 -16.379,2.316 -20.819,6.948 -4.452,4.633 -6.672,10.543 -6.672,17.751 0,9.253 5.364,17.881 16.103,25.857 10.716,7.977 24.205,16.201 40.44,24.699 17.569,9.229 34.993,18.744 52.237,28.552 18.576,10.553 35.987,23.292 52.224,38.207 16.236,14.937 29.724,32.819 40.464,53.652 10.728,20.835 16.104,45.664 16.104,74.475 0,27.784 -5.892,51.845 -17.676,72.159 -11.784,20.339 -27.096,37.049 -45.948,50.179 -18.84,13.117 -40.2,22.891 -64.008,29.332 -23.832,6.416 -47.796,9.643 -71.868,9.643 -48.18,-0 -88.632,-8.757 -121.356,-26.235 -32.724,-17.491 -62.172,-43.997 -88.356,-79.497l55.8,-69.371c2.672,-3.316 6.303,-4.988 9.953,-4.988 3.413,-0 6.844,1.463 9.523,4.409 0.32,0.352 6.408,7.043 17.412,15.54 11.136,8.591 23.112,16.083 35.736,22.371 12.612,6.359 25.74,11.652 39.264,15.824 13.356,4.136 25.788,6.18 37.308,6.18 11.508,-0 20.292,-2.056 26.316,-6.18 6.012,-4.113 9.035,-11.829 9.035,-23.151 0,-9.773 -5.388,-19.027 -16.104,-27.784 -10.739,-8.744 -24.095,-17.868 -40.067,-27.405 -15.972,-9.512 -33.252,-19.793 -51.84,-30.88 -18.648,-11.108 -36.036,-24.167 -51.828,-38.961 -15.984,-14.915 -29.328,-32.039 -40.068,-51.325 -10.728,-19.299 -16.092,-41.551 -16.092,-66.769 0,-24.7 4.704,-46.303 14.136,-64.82 9.42,-18.531 22.116,-34.083 38.088,-46.704 15.972,-12.597 34.428,-22.111 55.368,-28.551C296.275,70.673 318.535,67.446 342.103,67.446"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
</group>
<path android:fillColor="#7f7f7f" android:fillType="nonZero"
android:pathData="m557.777,325.895c32.812,39.115 45.021,110.283 40.343,147.205 -6.977,55.073 -32.001,107.72 -73.272,138.776 -42.943,32.316 -95.469,51.445 -161.029,55.86 -98.625,6.621 -175.324,-24.795 -226.327,-72.353 -26.14,-24.408 -67.189,-59.448 -49.703,-109.175 9.001,-25.591 42.056,-57.22 63.431,-79.107 7.676,-7.861 22.791,-22.423 21.143,-31.957 -3.784,-16.149 -28.551,-40.425 -39.02,-57.648 -31.385,-49.204 -38.396,-123.977 -10.773,-186.119 32.936,-74.069 115.811,-121.145 229.133,-117.083 46.915,1.683 104.068,17.139 143.347,39.731C551.159,86.272 596.825,123.475 591.059,164.447 587.515,189.621 568.808,217.579 546.677,244.537 532.951,261.259 526.576,271.472 527.365,281.284 528.037,289.611 548.321,314.623 557.777,325.895" android:strokeColor="#00000000"/>
</group>
</vector>

View File

@@ -0,0 +1,161 @@
<vector android:height="108dp" android:viewportHeight="1250" android:viewportWidth="1250" android:width="108dp" xmlns:android="http://schemas.android.com/apk/res/android">
<group android:translateX="283" android:translateY="283">
<clip-path android:pathData="M0,0L682.667,0L682.667,682.667L0,682.667Z"/>
<group>
<clip-path android:pathData="M90.251,20.717L605.749,20.717L605.749,675.282L90.251,675.282Z"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000" android:fillType="nonZero"
android:pathData="m564.444,332.561c32.812,39.115 45.021,110.283 40.343,147.205 -6.977,55.073 -32.001,107.72 -73.272,138.776 -42.943,32.316 -95.469,51.445 -161.029,55.86 -98.625,6.621 -175.324,-24.795 -226.327,-72.353 -26.14,-24.408 -67.189,-59.448 -49.703,-109.175 9.001,-25.591 42.056,-57.22 63.431,-79.107 7.676,-7.861 22.791,-22.423 21.143,-31.957 -3.784,-16.149 -28.551,-40.425 -39.02,-57.648 -31.385,-49.204 -38.396,-123.977 -10.773,-186.119 32.936,-74.069 115.811,-121.145 229.133,-117.083 46.915,1.683 104.068,17.139 143.347,39.731C557.825,92.939 603.492,130.141 597.725,171.113 594.181,196.288 575.475,224.245 553.344,251.204 539.617,267.925 533.243,278.139 534.032,287.951 534.704,296.277 554.988,321.289 564.444,332.561"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000" android:fillType="nonZero"
android:pathData="m549.451,157.746l0,23.153l-45.18,68.541l0,-23.152z"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
<group>
<clip-path android:pathData="m504.271,226.288l0,23.153c-2.628,3.988 -6.713,6.079 -10.909,6.079 -3.027,-0 -6.112,-1.089 -8.747,-3.337 -0.568,-0.484 -11.352,-9.667 -23.916,-17.656 -12.564,-7.965 -24.876,-14.772 -36.912,-20.444 -12.048,-5.649 -23.304,-9.904 -33.78,-12.728 -10.476,-2.824 -19.632,-4.255 -27.48,-4.255 -9.432,-0 -16.38,2.317 -20.82,6.949 -4.452,4.632 -6.672,10.541 -6.672,17.751l0,-23.153c0,-7.209 2.22,-13.119 6.672,-17.751 4.44,-4.632 11.388,-6.949 20.82,-6.949 7.848,-0 17.004,1.431 27.48,4.255 10.476,2.825 21.732,7.079 33.78,12.728 12.036,5.672 24.348,12.48 36.912,20.444 12.564,7.989 23.348,17.173 23.916,17.656 2.635,2.248 5.72,3.337 8.747,3.337 4.196,-0 8.281,-2.091 10.909,-6.079"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="m504.271,226.288l0,23.153c-0.719,1.089 -1.545,2.039 -2.453,2.84L501.817,229.128C502.725,228.326 503.552,227.377 504.271,226.288"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="m501.818,229.128l0,23.153c-2.416,2.133 -5.408,3.237 -8.456,3.237 -1.899,-0 -3.82,-0.427 -5.637,-1.301l0,-23.153c1.817,0.873 3.739,1.303 5.637,1.303 3.048,-0 6.04,-1.104 8.456,-3.239"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="m487.724,231.064l0,23.153c-1.083,-0.52 -2.127,-1.197 -3.109,-2.036 -0.568,-0.483 -11.352,-9.667 -23.916,-17.655 -11.857,-7.519 -23.492,-14.004 -34.881,-19.477l0,-23.153c11.389,5.473 23.024,11.96 34.881,19.477C473.263,219.363 484.047,228.546 484.615,229.03 485.597,229.868 486.641,230.544 487.724,231.064"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="m425.818,191.897l0,23.153c-0.677,-0.327 -1.355,-0.649 -2.031,-0.967 -12.049,-5.649 -23.304,-9.904 -33.78,-12.728 -10.476,-2.824 -19.632,-4.255 -27.481,-4.255 -8.691,-0 -15.273,1.967 -19.728,5.901L342.798,179.849c4.455,-3.935 11.037,-5.901 19.728,-5.901 7.849,-0 17.005,1.429 27.481,4.255C400.483,181.026 411.738,185.281 423.787,190.929 424.463,191.249 425.14,191.57 425.818,191.897"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="m342.798,179.848l0,23.153c-0.38,0.335 -0.743,0.684 -1.092,1.048 -4.452,4.632 -6.672,10.541 -6.672,17.749l0,-23.152c0,-7.209 2.22,-13.119 6.672,-17.751C342.055,180.532 342.418,180.183 342.798,179.848"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
</group>
<group>
<clip-path android:pathData="m383.743,460.303l0,23.152c0,-9.773 -5.388,-19.027 -16.104,-27.783 -10.74,-8.747 -24.096,-17.868 -40.068,-27.407 -15.972,-9.513 -33.252,-19.793 -51.84,-30.879 -18.648,-11.109 -36.036,-24.167 -51.828,-38.964 -15.984,-14.913 -29.328,-32.036 -40.068,-51.323 -10.728,-19.299 -16.092,-41.552 -16.092,-66.771l0,-23.153c0,25.219 5.364,47.472 16.092,66.771 10.74,19.287 24.084,36.411 40.068,51.324 15.792,14.796 33.18,27.855 51.828,38.963 18.588,11.085 35.868,21.367 51.84,30.88 15.972,9.536 29.328,18.66 40.068,27.405 10.716,8.756 16.104,18.009 16.104,27.784"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="m383.742,460.302l0,23.152c0,-9.773 -5.388,-19.025 -16.104,-27.783 -10.74,-8.745 -24.095,-17.868 -40.067,-27.405 -15.972,-9.513 -33.253,-19.795 -51.841,-30.88 -18.648,-11.109 -36.036,-24.167 -51.828,-38.963 -15.984,-14.915 -29.327,-32.037 -40.068,-51.324 -10.728,-19.297 -16.092,-41.551 -16.092,-66.769l0,-23.153c0,25.219 5.364,47.471 16.092,66.769 10.741,19.287 24.084,36.411 40.068,51.325 15.792,14.795 33.18,27.853 51.828,38.961 18.588,11.087 35.869,21.368 51.841,30.88 15.972,9.537 29.327,18.661 40.067,27.405C378.354,441.274 383.742,450.529 383.742,460.302"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
</group>
<group>
<clip-path android:pathData="m552.607,444.087l0,23.155c0,27.784 -5.892,51.843 -17.676,72.159 -11.784,20.339 -27.096,37.048 -45.948,50.179 -18.84,13.116 -40.2,22.891 -64.008,29.331 -23.832,6.417 -47.796,9.643 -71.868,9.643 -48.18,-0 -88.632,-8.756 -121.356,-26.235C199.027,584.827 169.579,558.32 143.395,522.819L143.395,499.667C169.579,535.167 199.027,561.675 231.751,579.164 264.475,596.641 304.927,605.4 353.107,605.4c24.072,-0 48.036,-3.227 71.868,-9.644 23.808,-6.441 45.168,-16.215 64.008,-29.332 18.852,-13.128 34.164,-29.84 45.948,-50.177 11.784,-20.315 17.676,-44.376 17.676,-72.16"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="m552.607,444.087l0,23.153c0,27.784 -5.892,51.844 -17.676,72.159 -8.685,14.991 -19.287,28.009 -31.809,39.076l0,-23.152c12.523,-11.068 23.124,-24.087 31.809,-39.077C546.715,495.933 552.607,471.871 552.607,444.087"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="m503.121,555.323l0,23.152c-4.468,3.949 -9.181,7.651 -14.139,11.103 -18.839,13.117 -40.2,22.891 -64.007,29.331 -23.832,6.419 -47.797,9.644 -71.869,9.644 -44.78,-0 -82.883,-7.564 -114.312,-22.664l0,-23.153c31.429,15.1 69.532,22.665 114.312,22.665 24.072,-0 48.037,-3.227 71.869,-9.644 23.807,-6.441 45.168,-16.215 64.007,-29.332C493.94,562.971 498.653,559.272 503.121,555.323"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
<path android:fillAlpha="0.300003"
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="m238.795,582.734l0,23.153c-2.387,-1.147 -4.735,-2.337 -7.044,-3.569 -32.724,-17.492 -62.172,-43.999 -88.356,-79.5L143.395,499.666C169.579,535.166 199.027,561.674 231.751,579.164 234.06,580.397 236.408,581.588 238.795,582.734"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
</group>
<path android:fillAlpha="0.300003"
android:fillColor="#000000" android:fillType="nonZero"
android:pathData="m342.103,67.446c41.88,-0 79.452,7.599 112.704,22.773 33.252,15.185 64.8,37.699 94.644,67.527l-45.18,68.541c-2.628,3.989 -6.713,6.079 -10.909,6.079 -3.027,-0 -6.112,-1.088 -8.747,-3.336 -0.568,-0.484 -11.352,-9.667 -23.916,-17.656 -12.565,-7.965 -24.876,-14.772 -36.912,-20.445 -12.048,-5.648 -23.304,-9.903 -33.78,-12.727 -10.476,-2.825 -19.632,-4.255 -27.481,-4.255 -9.431,-0 -16.379,2.316 -20.819,6.948 -4.452,4.633 -6.672,10.543 -6.672,17.751 0,9.253 5.364,17.881 16.103,25.857 10.716,7.977 24.205,16.201 40.44,24.699 17.569,9.229 34.993,18.744 52.237,28.552 18.576,10.553 35.987,23.292 52.224,38.207 16.236,14.937 29.724,32.819 40.464,53.652 10.728,20.835 16.104,45.664 16.104,74.475 0,27.784 -5.892,51.845 -17.676,72.159 -11.784,20.339 -27.096,37.049 -45.948,50.179 -18.84,13.117 -40.2,22.891 -64.008,29.332 -23.832,6.416 -47.796,9.643 -71.868,9.643 -48.18,-0 -88.632,-8.757 -121.356,-26.235 -32.724,-17.491 -62.172,-43.997 -88.356,-79.497l55.8,-69.371c2.672,-3.316 6.303,-4.988 9.953,-4.988 3.413,-0 6.844,1.463 9.523,4.409 0.32,0.352 6.408,7.043 17.412,15.54 11.136,8.591 23.112,16.083 35.736,22.371 12.612,6.359 25.74,11.652 39.264,15.824 13.356,4.136 25.788,6.18 37.308,6.18 11.508,-0 20.292,-2.056 26.316,-6.18 6.012,-4.113 9.035,-11.829 9.035,-23.151 0,-9.773 -5.388,-19.027 -16.104,-27.784 -10.739,-8.744 -24.095,-17.868 -40.067,-27.405 -15.972,-9.512 -33.252,-19.793 -51.84,-30.88 -18.648,-11.108 -36.036,-24.167 -51.828,-38.961 -15.984,-14.915 -29.328,-32.039 -40.068,-51.325 -10.728,-19.299 -16.092,-41.551 -16.092,-66.769 0,-24.7 4.704,-46.303 14.136,-64.82 9.42,-18.531 22.116,-34.083 38.088,-46.704 15.972,-12.597 34.428,-22.111 55.368,-28.551C296.275,70.673 318.535,67.446 342.103,67.446"
android:strokeAlpha="0.300003" android:strokeColor="#00000000"/>
</group>
<group>
<clip-path android:pathData="M136.728,167.28L545.94,167.28L545.94,621.886L136.728,621.886Z"/>
<group>
<clip-path android:pathData="M328.368,167.28L497.604,167.28L497.604,248.853L328.368,248.853Z"/>
</group>
<group>
<clip-path android:pathData="m161.076,210.509l216,-0L377.076,476.788l-216,-0z"/>
</group>
<group>
<clip-path android:pathData="M136.728,437.421L545.94,437.421L545.94,621.886L136.728,621.886Z"/>
</group>
</group>
<path android:fillColor="#333333" android:fillType="nonZero"
android:pathData="m557.777,325.895c32.812,39.115 45.021,110.283 40.343,147.205 -6.977,55.073 -32.001,107.72 -73.272,138.776 -42.943,32.316 -95.469,51.445 -161.029,55.86 -98.625,6.621 -175.324,-24.795 -226.327,-72.353 -26.14,-24.408 -67.189,-59.448 -49.703,-109.175 9.001,-25.591 42.056,-57.22 63.431,-79.107 7.676,-7.861 22.791,-22.423 21.143,-31.957 -3.784,-16.149 -28.551,-40.425 -39.02,-57.648 -31.385,-49.204 -38.396,-123.977 -10.773,-186.119 32.936,-74.069 115.811,-121.145 229.133,-117.083 46.915,1.683 104.068,17.139 143.347,39.731C551.159,86.272 596.825,123.475 591.059,164.447 587.515,189.621 568.808,217.579 546.677,244.537 532.951,261.259 526.576,271.472 527.365,281.284 528.037,289.611 548.321,314.623 557.777,325.895" android:strokeColor="#00000000"/>
<group>
<clip-path android:pathData="M136.728,60.78L545.94,60.78L545.94,621.886L136.728,621.886Z"/>
<path android:fillColor="#006a1b" android:fillType="nonZero"
android:pathData="m542.784,151.079l0,23.153l-45.18,68.541l0,-23.152z" android:strokeColor="#00000000"/>
<group>
<clip-path android:pathData="M328.368,167.28L497.604,167.28L497.604,248.853L328.368,248.853Z"/>
<group>
<clip-path android:pathData="m497.604,219.621l0,23.153c-2.628,3.988 -6.713,6.079 -10.909,6.079 -3.027,-0 -6.112,-1.089 -8.747,-3.337 -0.568,-0.484 -11.352,-9.667 -23.916,-17.656 -12.564,-7.965 -24.876,-14.772 -36.912,-20.444 -12.048,-5.649 -23.304,-9.904 -33.78,-12.728 -10.476,-2.824 -19.632,-4.255 -27.48,-4.255 -9.432,-0 -16.38,2.317 -20.82,6.949 -4.452,4.632 -6.672,10.541 -6.672,17.751l0,-23.153c0,-7.209 2.22,-13.119 6.672,-17.751 4.44,-4.632 11.388,-6.949 20.82,-6.949 7.848,-0 17.004,1.431 27.48,4.255 10.476,2.825 21.732,7.079 33.78,12.728 12.036,5.672 24.348,12.48 36.912,20.444 12.564,7.989 23.348,17.173 23.916,17.656 2.635,2.248 5.72,3.337 8.747,3.337 4.196,-0 8.281,-2.091 10.909,-6.079"/>
<group>
<clip-path android:pathData="M328.368,167.28L497.604,167.28L497.604,248.853L328.368,248.853Z"/>
<path android:fillColor="#006a1b"
android:fillType="nonZero"
android:pathData="m497.604,219.621l0,23.153c-0.719,1.089 -1.545,2.039 -2.453,2.84L495.151,222.461C496.059,221.66 496.885,220.71 497.604,219.621" android:strokeColor="#00000000"/>
<path android:fillColor="#006e1c"
android:fillType="nonZero"
android:pathData="m495.151,222.462l0,23.153c-2.416,2.133 -5.408,3.237 -8.456,3.237 -1.899,-0 -3.82,-0.427 -5.637,-1.301l0,-23.153c1.817,0.873 3.739,1.303 5.637,1.303 3.048,-0 6.04,-1.104 8.456,-3.239" android:strokeColor="#00000000"/>
<path android:fillColor="#006a1b"
android:fillType="nonZero"
android:pathData="m481.057,224.398l0,23.153c-1.083,-0.52 -2.127,-1.197 -3.109,-2.036 -0.568,-0.483 -11.352,-9.667 -23.916,-17.655 -11.857,-7.519 -23.492,-14.004 -34.881,-19.477l0,-23.153c11.389,5.473 23.024,11.96 34.881,19.477C466.596,212.696 477.38,221.879 477.948,222.363 478.931,223.202 479.975,223.878 481.057,224.398" android:strokeColor="#00000000"/>
<path android:fillColor="#006e1c"
android:fillType="nonZero"
android:pathData="m419.151,185.23l0,23.153c-0.677,-0.327 -1.355,-0.649 -2.031,-0.967 -12.049,-5.649 -23.304,-9.904 -33.78,-12.728 -10.476,-2.824 -19.632,-4.255 -27.481,-4.255 -8.691,-0 -15.273,1.967 -19.728,5.901L336.131,173.182c4.455,-3.935 11.037,-5.901 19.728,-5.901 7.849,-0 17.005,1.429 27.481,4.255C393.816,174.359 405.071,178.614 417.12,184.262 417.796,184.582 418.474,184.903 419.151,185.23" android:strokeColor="#00000000"/>
<path android:fillColor="#006a1b"
android:fillType="nonZero"
android:pathData="m336.131,173.182l0,23.153c-0.38,0.335 -0.743,0.684 -1.092,1.048 -4.452,4.632 -6.672,10.541 -6.672,17.749l0,-23.152c0,-7.209 2.22,-13.119 6.672,-17.751C335.389,173.866 335.751,173.516 336.131,173.182" android:strokeColor="#00000000"/>
</group>
</group>
</group>
<group>
<clip-path android:pathData="m161.076,210.509l216,-0L377.076,476.788l-216,-0z"/>
<group>
<clip-path android:pathData="m377.076,453.636l0,23.152c0,-9.773 -5.388,-19.027 -16.104,-27.783 -10.74,-8.747 -24.096,-17.868 -40.068,-27.407 -15.972,-9.513 -33.252,-19.793 -51.84,-30.879 -18.648,-11.109 -36.036,-24.167 -51.828,-38.964 -15.984,-14.913 -29.328,-32.036 -40.068,-51.323 -10.728,-19.299 -16.092,-41.552 -16.092,-66.771l0,-23.153c0,25.219 5.364,47.472 16.092,66.771 10.74,19.287 24.084,36.411 40.068,51.324 15.792,14.796 33.18,27.855 51.828,38.963 18.588,11.085 35.868,21.367 51.84,30.88 15.972,9.536 29.328,18.66 40.068,27.405 10.716,8.756 16.104,18.009 16.104,27.784"/>
<group>
<clip-path android:pathData="m161.076,210.509l216,-0L377.076,476.788l-216,-0z"/>
<path android:fillColor="#006a1b"
android:fillType="nonZero"
android:pathData="m377.075,453.635l0,23.152c0,-9.773 -5.388,-19.025 -16.104,-27.783 -10.74,-8.745 -24.095,-17.868 -40.067,-27.405 -15.972,-9.513 -33.253,-19.795 -51.841,-30.88 -18.648,-11.109 -36.036,-24.167 -51.828,-38.963 -15.984,-14.913 -29.327,-32.037 -40.068,-51.324 -10.728,-19.297 -16.092,-41.551 -16.092,-66.769l0,-23.153c0,25.219 5.364,47.471 16.092,66.769 10.741,19.287 24.084,36.411 40.068,51.325 15.792,14.795 33.18,27.853 51.828,38.961 18.588,11.087 35.869,21.368 51.841,30.88 15.972,9.537 29.327,18.661 40.067,27.405C371.687,434.607 377.075,443.862 377.075,453.635" android:strokeColor="#00000000"/>
</group>
</group>
</group>
<group>
<clip-path android:pathData="M136.728,437.421L545.94,437.421L545.94,621.886L136.728,621.886Z"/>
<group>
<clip-path android:pathData="m545.94,437.42l0,23.155c0,27.784 -5.892,51.843 -17.676,72.159 -11.784,20.339 -27.096,37.048 -45.948,50.179 -18.84,13.116 -40.2,22.891 -64.008,29.331 -23.832,6.417 -47.796,9.643 -71.868,9.643 -48.18,-0 -88.632,-8.756 -121.356,-26.235C192.36,578.16 162.912,551.653 136.728,516.152L136.728,493C162.912,528.5 192.36,555.008 225.084,572.497 257.808,589.975 298.26,598.733 346.44,598.733c24.072,-0 48.036,-3.227 71.868,-9.644 23.808,-6.441 45.168,-16.215 64.008,-29.332 18.852,-13.128 34.164,-29.84 45.948,-50.177 11.784,-20.315 17.676,-44.376 17.676,-72.16"/>
<group>
<clip-path android:pathData="M136.728,437.421L545.94,437.421L545.94,621.886L136.728,621.886Z"/>
<path android:fillColor="#006a1b"
android:fillType="nonZero"
android:pathData="m545.94,437.421l0,23.153c0,27.784 -5.892,51.844 -17.676,72.159 -8.685,14.991 -19.287,28.009 -31.809,39.076l0,-23.152c12.523,-11.068 23.124,-24.087 31.809,-39.077C540.048,489.266 545.94,465.205 545.94,437.421" android:strokeColor="#00000000"/>
<path android:fillColor="#006e1c"
android:fillType="nonZero"
android:pathData="m496.454,548.656l0,23.152c-4.468,3.949 -9.181,7.651 -14.139,11.103 -18.839,13.117 -40.2,22.891 -64.007,29.331 -23.832,6.419 -47.797,9.644 -71.869,9.644 -44.78,-0 -82.883,-7.564 -114.312,-22.664l0,-23.153c31.429,15.1 69.532,22.665 114.312,22.665 24.072,-0 48.037,-3.227 71.869,-9.644 23.807,-6.441 45.168,-16.215 64.007,-29.332C487.273,556.304 491.986,552.606 496.454,548.656" android:strokeColor="#00000000"/>
<path android:fillColor="#006a1b"
android:fillType="nonZero"
android:pathData="m232.128,576.068l0,23.153c-2.387,-1.147 -4.735,-2.337 -7.044,-3.569 -32.724,-17.492 -62.172,-43.999 -88.356,-79.5L136.728,493C162.912,528.5 192.36,555.008 225.084,572.497 227.394,573.73 229.742,574.921 232.128,576.068" android:strokeColor="#00000000"/>
</group>
</group>
</group>
<path android:fillColor="#00c832" android:fillType="nonZero"
android:pathData="m335.436,60.779c41.88,-0 79.452,7.599 112.704,22.773 33.252,15.185 64.8,37.699 94.644,67.527l-45.18,68.541c-2.628,3.989 -6.713,6.079 -10.909,6.079 -3.027,-0 -6.112,-1.088 -8.747,-3.336 -0.568,-0.484 -11.352,-9.667 -23.916,-17.656 -12.565,-7.965 -24.876,-14.772 -36.912,-20.445 -12.048,-5.648 -23.304,-9.903 -33.78,-12.727 -10.476,-2.825 -19.632,-4.255 -27.481,-4.255 -9.431,-0 -16.379,2.316 -20.819,6.948 -4.452,4.633 -6.672,10.543 -6.672,17.751 0,9.253 5.364,17.881 16.103,25.857 10.716,7.977 24.205,16.201 40.44,24.699 17.569,9.229 34.993,18.744 52.237,28.552 18.576,10.553 35.987,23.292 52.224,38.207 16.236,14.937 29.724,32.817 40.464,53.652 10.728,20.835 16.104,45.664 16.104,74.475 0,27.784 -5.892,51.845 -17.676,72.159 -11.784,20.339 -27.096,37.049 -45.948,50.179 -18.84,13.117 -40.2,22.891 -64.008,29.332 -23.832,6.416 -47.796,9.643 -71.868,9.643 -48.18,-0 -88.632,-8.757 -121.356,-26.235 -32.724,-17.491 -62.172,-43.997 -88.356,-79.497l55.8,-69.371c2.672,-3.316 6.303,-4.988 9.953,-4.988 3.413,-0 6.844,1.463 9.523,4.409 0.32,0.352 6.408,7.043 17.412,15.54 11.136,8.591 23.112,16.083 35.736,22.371 12.612,6.359 25.74,11.652 39.264,15.824 13.356,4.136 25.788,6.18 37.308,6.18 11.508,-0 20.292,-2.056 26.316,-6.18 6.012,-4.113 9.035,-11.829 9.035,-23.151 0,-9.773 -5.388,-19.027 -16.104,-27.784 -10.739,-8.744 -24.095,-17.868 -40.067,-27.405 -15.972,-9.512 -33.252,-19.793 -51.84,-30.88 -18.648,-11.108 -36.036,-24.167 -51.828,-38.961 -15.984,-14.915 -29.328,-32.039 -40.068,-51.325 -10.728,-19.299 -16.092,-41.551 -16.092,-66.769 0,-24.7 4.704,-46.303 14.136,-64.82 9.42,-18.531 22.116,-34.083 38.088,-46.704 15.972,-12.597 34.428,-22.111 55.368,-28.551C289.608,64.006 311.868,60.779 335.436,60.779" android:strokeColor="#00000000"/>
</group>
<group>
<clip-path android:pathData="M136.728,167.28L545.94,167.28L545.94,621.886L136.728,621.886Z"/>
<group>
<clip-path android:pathData="M328.368,167.28L497.604,167.28L497.604,248.853L328.368,248.853Z"/>
</group>
<group>
<clip-path android:pathData="m161.076,210.509l216,-0L377.076,476.788l-216,-0z"/>
</group>
<group>
<clip-path android:pathData="M136.728,437.421L545.94,437.421L545.94,621.886L136.728,621.886Z"/>
</group>
</group>
</group>
</vector>

View File

@@ -0,0 +1,14 @@
<vector android:height="108dp"
android:width="108dp"
android:viewportWidth="108"
android:viewportHeight="108"
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<!-- According to LINT: "Resource references will not work correctly in images generated for this vector icon for API < 21;
check generated icon to make sure it looks acceptable"
So we don't reference @color/colorPrimary here in fillColor. Instead we use the explicit raw hex value -->
<path
android:fillColor="#FFCC6600"
android:pathData="M0,0h108v108h-108z" />
</group>
</vector>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 The Android Open Source 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.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:scummvm="http://schemas.android.com/apk/res-auto" >
<item scummvm:state_long_pressable="true"
android:drawable="@drawable/keyboard_key_feedback_more_background" />
<item android:drawable="@drawable/keyboard_key_feedback_background" />
</selector>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" android:opacity="opaque">
<item android:drawable="@color/colorPrimary"/>
<item>
<bitmap
android:gravity="center"
android:src="@drawable/scummvm_logo"/>
</item>
</layer-list>

View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2008, The Android Open Source 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.
*/
-->
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="80sp"
android:textSize="40sp"
android:textColor="?android:attr/textColorPrimaryInverse"
android:minWidth="32dip"
android:gravity="center"
android:background="@drawable/keyboard_key_feedback"
/>

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2008, The Android Open Source 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.
*/
-->
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="@drawable/keyboard_popup_panel_background"
>
<!-- Excluded attribute due to error: (layout should not include itself) android:popupLayout="@layout/keyboard_popup_keyboard" -->
<!-- Removed attribute due to invalid for LinearLayout android:layout_alignParentBottom="true" -->
<org.scummvm.scummvm.CustomKeyboardView
android:id="@id/ScummVMKeyboardView"
android:background="@android:color/transparent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:keyPreviewLayout="@layout/keyboard_key_preview"
android:keyTextSize="22sp"
/>
<ImageButton android:id="@android:id/closeButton"
android:background="@android:color/transparent"
android:src="@drawable/btn_close"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginStart="8dp"
android:clickable="true"
android:layout_marginLeft="8dp"
android:focusable="true"
android:contentDescription="@string/customkeyboardview_popup_close" />
</LinearLayout>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/video_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusable="true"
android:focusableInTouchMode="true"
android:layerType="none">
<org.scummvm.scummvm.EditableSurfaceView
android:id="@+id/main_surface"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusable="true"
android:focusableInTouchMode="true"
android:layerType="none" />
<GridLayout
android:id="@+id/button_layout"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right|top"
android:layout_marginTop="5dp"
android:layout_marginRight="5dp"
android:orientation="horizontal">
<ImageView
android:id="@+id/toggle_touch_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_row="0"
android:layout_column="0"
android:src="@drawable/ic_action_mouse" />
<ImageView
android:id="@+id/open_menu_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_row="0"
android:layout_column="1"
android:src="@drawable/ic_action_menu"
android:visibility="gone"
tools:visibility="visible" />
<org.scummvm.scummvm.LedView
android:id="@+id/io_led"
android:layout_width="10dp"
android:layout_height="wrap_content"
android:layout_row="1"
android:layout_column="0"
android:layout_columnSpan="2"
android:layout_gravity="right|top"
app:state="false" />
</GridLayout>
</FrameLayout>

View File

@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/shortcut_creator_root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:paddingLeft="5dp"
android:paddingTop="10dp"
android:paddingRight="5dp"
android:paddingBottom="10dp">
<EditText
android:id="@+id/shortcut_creator_search_edit"
android:layout_width="match_parent"
android:layout_height="48dp"
android:drawableLeft="@android:drawable/ic_menu_search"
android:drawableStart="@android:drawable/ic_menu_search"
android:ems="10"
android:hint="@string/shortcut_creator_search_game"
android:imeOptions="actionDone"
android:importantForAutofill="no"
android:inputType="text"
android:singleLine="true"
tools:ignore="VisualLintTextFieldSize" />
<FrameLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1">
<ListView
android:id="@+id/shortcut_creator_games_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="?android:attr/listDivider"
android:dividerHeight="1dp"
android:scrollbarAlwaysDrawVerticalTrack="true" />
<TextView
android:id="@+id/shortcut_creator_games_list_empty"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginStart="15dp"
android:layout_marginLeft="15dp"
android:gravity="center_horizontal|center_vertical"
android:text="@string/shortcut_creator_no_games" />
</FrameLayout>
</LinearLayout>

View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<ImageView
android:id="@+id/shortcut_creator_customize_game_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:contentDescription="@string/shortcut_creator_customize_game_icon_description"
tools:srcCompat="@drawable/ic_no_game_icon" />
<EditText
android:id="@+id/shortcut_creator_customize_game_description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:autofillHints=""
android:hint="@string/shortcut_creator_customize_game_name_hint"
android:imeOptions="actionDone"
android:inputType="text"
android:minHeight="48dp"
android:paddingLeft="5dp"
android:paddingRight="5dp"
android:singleLine="true"
tools:text="Sample game" />
</LinearLayout>

View File

@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="?android:attr/activatedBackgroundIndicator"
android:orientation="horizontal"
android:paddingBottom="6dip"
android:paddingTop="4dip">
<ImageView
android:id="@+id/shortcut_creator_game_item_icon"
android:layout_width="54dp"
android:layout_height="54dp"
android:layout_gravity="start"
android:contentDescription="@string/shortcut_creator_game_item_icon"
tools:src="@drawable/ic_no_game_icon" />
<TextView
android:id="@+id/shortcut_creator_game_item_description"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginStart="15dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="2dp"
android:layout_marginEnd="2dp"
android:layout_marginRight="2dp"
android:layout_marginBottom="2dp"
android:ellipsize="end"
android:gravity="center_vertical"
android:maxLines="2"
android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Game description" />
</LinearLayout>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<foreground android:drawable="@drawable/ic_scummvm" />
<background android:drawable="@drawable/ic_scummvm_background" />
</adaptive-icon>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@@ -0,0 +1,16 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">اخرج من ScummVM</string>
<string name="ok">حسناً</string>
<string name="quit">غادر</string>
<string name="no_save_path_title">حفظ مسار:</string>
<string name="no_icons_path_title">مسار الرمز:</string>
<string name="keyboard_toggle_btn_desc">تبديل وضع السحب</string>
<string name="customkeyboardview_keycode_alt">بديل</string>
<string name="customkeyboardview_keycode_cancel">إلغاء</string>
<string name="customkeyboardview_keycode_delete">حذف</string>
<string name="customkeyboardview_keycode_mode_change">تبادل</string>
<string name="customkeyboardview_keycode_shift">مفتاح التحول</string>
<string name="customkeyboardview_keycode_enter">يدخل</string>
<string name="customkeyboardview_popup_close">إغلاق</string>
</resources>

View File

@@ -0,0 +1,25 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">ScummVM</string>
<string name="app_desc">图形冒险游戏引擎</string>
<string name="ok">确认</string>
<string name="quit">退出</string>
<string name="no_config_file_title">配置文件错误</string>
<string name="no_config_file">无法读取 ScummVM 配置文件,请考虑新建一个!</string>
<string name="no_save_path_title">保存路径错误</string>
<string name="no_save_path_configured">无法创建或访问默认存档目录!</string>
<string name="no_icons_path_title">图标路径错误</string>
<string name="no_icons_path_configured">无法创建或访问默认图标与着色器目录!</string>
<string name="bad_explicit_save_path_configured">无法访问全局存档目录!请在 ScummVM 设置中恢复到默认值</string>
<string name="keyboard_toggle_btn_desc">切换虚拟键盘</string>
<string name="customkeyboardview_keycode_alt">Alt</string>
<string name="customkeyboardview_keycode_cancel">取消</string>
<string name="customkeyboardview_keycode_delete">删除</string>
<string name="customkeyboardview_keycode_done">完成</string>
<string name="customkeyboardview_keycode_mode_change">模式更改</string>
<string name="customkeyboardview_keycode_shift">Shift</string>
<string name="customkeyboardview_keycode_enter">回车</string>
<string name="customkeyboardview_popup_close">关闭弹出窗口</string>
<string name="saf_request_prompt">请选择外部物理SD 卡的 *根目录*。ScummVM 需要此目录以访问 SD 卡: </string>
<string name="saf_revoke_done">ScummVM 存储访问框架的权限被撤回了!</string>
</resources>

View File

@@ -0,0 +1,3 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
</resources>

View File

@@ -0,0 +1,15 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">Завяршыць ScummVM</string>
<string name="ok">OK</string>
<string name="quit">Выхад</string>
<string name="no_save_path_title">Захаванні гульняў:</string>
<string name="no_icons_path_title">Каранёвая дырэкторыя:</string>
<string name="keyboard_toggle_btn_desc">Віртуальная клавіятура</string>
<string name="customkeyboardview_keycode_alt">Alt</string>
<string name="customkeyboardview_keycode_cancel">Адмена</string>
<string name="customkeyboardview_keycode_delete">Выдаліць</string>
<string name="customkeyboardview_keycode_shift">Shift</string>
<string name="customkeyboardview_keycode_enter">Увод</string>
<string name="customkeyboardview_popup_close">Закрыць</string>
</resources>

View File

@@ -0,0 +1,25 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">ScummVM</string>
<string name="app_desc">Motor de jocs d\'aventura gràfica</string>
<string name="ok">D\'acord</string>
<string name="quit">Surt</string>
<string name="no_config_file_title">Error en el fitxer de configuració</string>
<string name="no_config_file">No s\'ha pogut llegir el fitxer de configuració de ScummVM o crear-ne un de nou!</string>
<string name="no_save_path_title">Error en el camí de les partides desades</string>
<string name="no_save_path_configured">No s\'ha pogut crear o accedir a la ruta predeterminada de les partides desades!</string>
<string name="no_icons_path_title">Error en el camí de les icones</string>
<string name="no_icons_path_configured">No s\'han pogut crear o accedir a la ruta predeterminada de les icones i els shaders!</string>
<string name="bad_explicit_save_path_configured">No es pot accedir a la ruta de desament establerta globalment! Torneu al valor predeterminat des de les opcions de ScummVM</string>
<string name="keyboard_toggle_btn_desc">Commuta el teclat virtual</string>
<string name="customkeyboardview_keycode_alt">Alt</string>
<string name="customkeyboardview_keycode_cancel">Cancel·la</string>
<string name="customkeyboardview_keycode_delete">Suprimeix</string>
<string name="customkeyboardview_keycode_done">Fet</string>
<string name="customkeyboardview_keycode_mode_change">Canvi de mode</string>
<string name="customkeyboardview_keycode_shift">Majúscules</string>
<string name="customkeyboardview_keycode_enter">Intro</string>
<string name="customkeyboardview_popup_close">Tanca la finestra emergent</string>
<string name="saf_request_prompt">Seleccioneu l\'arrel de la targeta SD externa (física). És necessari perquè ScummVM accedeixi a aquest camí: </string>
<string name="saf_revoke_done">S\'han revocat els permisos del framework d\'accés a l\'emmagatzematge per a ScummVM!</string>
</resources>

View File

@@ -0,0 +1,14 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">Ukončit ScummVM</string>
<string name="ok">OK</string>
<string name="quit">Ukončit</string>
<string name="no_save_path_title">Cesta pro uložení:</string>
<string name="no_icons_path_title">Cesta /root/:</string>
<string name="keyboard_toggle_btn_desc">Virtuální klávesnice</string>
<string name="customkeyboardview_keycode_alt">Alt</string>
<string name="customkeyboardview_keycode_cancel">Zrušit</string>
<string name="customkeyboardview_keycode_delete">Smazat</string>
<string name="customkeyboardview_keycode_enter">Enter</string>
<string name="customkeyboardview_popup_close">Zavřít</string>
</resources>

View File

@@ -0,0 +1,14 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">Afslut ScummVM</string>
<string name="ok">OK</string>
<string name="quit">Afslut</string>
<string name="no_save_path_title">Gemmesti:</string>
<string name="no_icons_path_title">/root/-sti:</string>
<string name="keyboard_toggle_btn_desc">Virtuelt tastatur</string>
<string name="customkeyboardview_keycode_alt">Alt</string>
<string name="customkeyboardview_keycode_cancel">Annuller</string>
<string name="customkeyboardview_keycode_delete">Slet</string>
<string name="customkeyboardview_keycode_enter">Enter</string>
<string name="customkeyboardview_popup_close">Luk</string>
</resources>

View File

@@ -0,0 +1,25 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">ScummVM</string>
<string name="app_desc">Spiele-Engine für Grafik-Adventures</string>
<string name="ok">OK</string>
<string name="quit">Beenden</string>
<string name="no_config_file_title">Fehler in Konfigurationsdatei</string>
<string name="no_config_file">Fehler beim Lesen oder Erstellen der ScummVM-Konfigurationsdatei!</string>
<string name="no_save_path_title">Speicherpfad-Fehler</string>
<string name="no_save_path_configured">Fehler beim Erzeugen oder Zugriff auf den Speicherpfad!</string>
<string name="no_icons_path_title">Iconpfad-Fehler</string>
<string name="no_icons_path_configured">Fehler beim Erzeugen oder Zugriff auf den Icon- und Shader-Pfad!</string>
<string name="bad_explicit_save_path_configured">Auf den global gesetzten Speicherpfad konnte nicht zugegriffen werden! Bitte nutze die ScummVM-Optionen, um auf die Standard-Einstellung zurückzugekehren</string>
<string name="keyboard_toggle_btn_desc">Virtuelle Tastatur umschalten</string>
<string name="customkeyboardview_keycode_alt">Alt</string>
<string name="customkeyboardview_keycode_cancel">Abbrechen</string>
<string name="customkeyboardview_keycode_delete">Löschen</string>
<string name="customkeyboardview_keycode_done">Fertig</string>
<string name="customkeyboardview_keycode_mode_change">Modus ändern</string>
<string name="customkeyboardview_keycode_shift">Umschalt-Taste</string>
<string name="customkeyboardview_keycode_enter">Enter</string>
<string name="customkeyboardview_popup_close">Popup schließen</string>
<string name="saf_request_prompt">Bitte wähle das *Stammverzeichnis* deiner externen SD-Karte. Dies wird von ScummVM für den Zugriff auf folgenden Pfad benötigt: </string>
<string name="saf_revoke_done">Die Storage Access Framework Permissions für ScummVM wurden widerrufen!</string>
</resources>

View File

@@ -0,0 +1,25 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">ScummVM</string>
<string name="app_desc">Μηχανή παιχνιδιών περιπέτειας</string>
<string name="ok">OK</string>
<string name="quit">Έξοδος</string>
<string name="no_config_file_title">Σφάλμα Αρχείου Ρυθμίσεων</string>
<string name="no_config_file">Αδυναμία ανάγνωσης του αρχείου ρυθμίσεων του ScummVM ή δημιουργίας νέου!</string>
<string name="no_save_path_title">Σφάλμα Διαδρομής Αποθήκευσης</string>
<string name="no_save_path_configured">Αδυναμία δημιουργίας ή πρόσβασης στην προεπιλεγμένη διαδρομή αποθήκευσης!</string>
<string name="no_icons_path_title">Σφάλμα Διαδρομής Εικονιδίων</string>
<string name="no_icons_path_configured">Αδυναμία δημιουργίας ή πρόσβασης στην προεπιλεγμένη διαδρομή εικονιδίων και σκιαστών!</string>
<string name="bad_explicit_save_path_configured">Αδυναμία πρόσβασης στη διαδρομή αποθήκευσης που έχει τεθεί στις καθολικές ρυθμίσεις! Παρακαλούμε να επαναφέρετε την προεπιλογή από της Ρυθμίσεις του ScummVM</string>
<string name="keyboard_toggle_btn_desc">Εναλλαγή εμφάνισης εικονικού πληκτρολογίου</string>
<string name="customkeyboardview_keycode_alt">Alt</string>
<string name="customkeyboardview_keycode_cancel">Ακύρωση</string>
<string name="customkeyboardview_keycode_delete">Σβήσιμο</string>
<string name="customkeyboardview_keycode_done">Έγινε</string>
<string name="customkeyboardview_keycode_mode_change">Αλλαγή κατάστασης λειτουργίας</string>
<string name="customkeyboardview_keycode_shift">Πλήκτρο Shift</string>
<string name="customkeyboardview_keycode_enter">Πλήκτρο Enter</string>
<string name="customkeyboardview_popup_close">Κλείσιμο αναδυόμενου παραθύρου</string>
<string name="saf_request_prompt">Παρακαλούμε, επιλέξετε τον *αρχικό κατάλογο* (root) της εξωτερικής (φυσικής) SD κάρτας σας. Αυτό απαιτείται ώστε να έχει το ScummVM πρόσβαση σε αυτή τη διαδρομή: </string>
<string name="saf_revoke_done">Τα Δικαιώματα για το Πλαίσιο Πρόσβασης Αποθηκευτικού Χώρου (Storage Access Framework) για το ScummVM ανακλήθηκαν!</string>
</resources>

View File

@@ -0,0 +1,25 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">ScummVM</string>
<string name="app_desc">Motor de aventuras gráficas</string>
<string name="ok">Aceptar</string>
<string name="quit">Salir</string>
<string name="no_config_file_title">Error en el archivo de configuración</string>
<string name="no_config_file">¡No se ha podido leer o crear el archivo de configuración de ScummVM!</string>
<string name="no_save_path_title">Error de la ruta de partidas guardadas</string>
<string name="no_save_path_configured">¡No se ha podido crear o acceder a la ruta predeterminada de partidas guardadas!</string>
<string name="no_icons_path_title">Error de la ruta de iconos</string>
<string name="no_icons_path_configured">¡No se ha podido crear o acceder a la ruta predeterminada de iconos y shaders!</string>
<string name="bad_explicit_save_path_configured">¡No se ha podido acceder a la ruta global de partidas guardadas! Cámbiala a la predeterminada dentro de las opciones de ScummVM</string>
<string name="keyboard_toggle_btn_desc">Alternar teclado virtual</string>
<string name="customkeyboardview_keycode_alt">Alt</string>
<string name="customkeyboardview_keycode_cancel">Cancelar</string>
<string name="customkeyboardview_keycode_delete">Eliminar</string>
<string name="customkeyboardview_keycode_done">Terminar</string>
<string name="customkeyboardview_keycode_mode_change">Cambiar modo</string>
<string name="customkeyboardview_keycode_shift">Mayúsculas</string>
<string name="customkeyboardview_keycode_enter">Enter</string>
<string name="customkeyboardview_popup_close">Cerrar ventana</string>
<string name="saf_request_prompt">Selecciona la *raíz* de tu tarjeta SD externa (física). Debes indicarla para que ScummVM pueda acceder a la siguiente ruta: </string>
<string name="saf_revoke_done">¡Se han revocado los permisos del framework de acceso al almacenamiento para ScummVM!</string>
</resources>

View File

@@ -0,0 +1,25 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">ScummVM</string>
<string name="app_desc">Abendura grafikoen motorea</string>
<string name="ok">Ados</string>
<string name="quit">Irten</string>
<string name="no_config_file_title">Konfig Fitxategi Errorea</string>
<string name="no_config_file">Ezin izan da ScummVM konfig fitxategia irakurri edo berria sortu!</string>
<string name="no_save_path_title">Gordetakoen Bide Errorea:</string>
<string name="no_save_path_configured">Ezin izan da gordetze bidea sortu edo atzitu!</string>
<string name="no_icons_path_title">Ikono Bide Errorea</string>
<string name="no_icons_path_configured">Ezin izan da ikono eta shader-en bidea sortu edo atzitu!</string>
<string name="bad_explicit_save_path_configured">Ezin izan da gordetze bide orokorra atzitu! Itzuli defektuzko ScummVM Aukeretara, mesedez</string>
<string name="keyboard_toggle_btn_desc">Teklatu birtuala erakutsi/gorde</string>
<string name="customkeyboardview_keycode_alt">Alt</string>
<string name="customkeyboardview_keycode_cancel">Utzi</string>
<string name="customkeyboardview_keycode_delete">Ezabatu</string>
<string name="customkeyboardview_keycode_done">Eginda</string>
<string name="customkeyboardview_keycode_mode_change">Modua aldatu</string>
<string name="customkeyboardview_keycode_shift">Shift</string>
<string name="customkeyboardview_keycode_enter">Sartu</string>
<string name="customkeyboardview_popup_close">Itxi laster-leihoa</string>
<string name="saf_request_prompt">Mesedez aukeratu zure kanpo SD txartelaren *erroa*. Hau ScummVMek bidea atzitzeko beharrezkoa da: </string>
<string name="saf_revoke_done">ScummVMrentzako Biltegiratze Atzitze Baimena ukatu egin da!</string>
</resources>

View File

@@ -0,0 +1,25 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">ScummVM</string>
<string name="app_desc">Pelimoottori graafisille seikkailupeleille</string>
<string name="ok">OK</string>
<string name="quit">Lopeta</string>
<string name="no_config_file_title">Asetustiedostovirhe</string>
<string name="no_config_file">ScummVM:n asetustiedoston lukeminen tai uuden luominen ei onnistu!</string>
<string name="no_save_path_title">Tallennuspolkuvirhe</string>
<string name="no_save_path_configured">Oletustallennuspolun luominen tai lukeminen ei onnistu!</string>
<string name="no_icons_path_title">Ikonipolkuvirhe</string>
<string name="no_icons_path_configured">Oletus ikoni- ja sävytinpolun luominen tai lukeminen ei onnistu!</string>
<string name="bad_explicit_save_path_configured">Globaalisti asetetun tallennuspolun lukeminen ei onnistu! Ole hyvä ja palauta oletusarvo käyttöön ScummVM:n asetuksista</string>
<string name="keyboard_toggle_btn_desc">Virtuaalinen näppäimistö päälle/pois</string>
<string name="customkeyboardview_keycode_alt">Alt</string>
<string name="customkeyboardview_keycode_cancel">Peruuta</string>
<string name="customkeyboardview_keycode_delete">Poista</string>
<string name="customkeyboardview_keycode_done">Valmis</string>
<string name="customkeyboardview_keycode_mode_change">Tilan vaihto</string>
<string name="customkeyboardview_keycode_shift">Shift</string>
<string name="customkeyboardview_keycode_enter">Enter</string>
<string name="customkeyboardview_popup_close">Sulje ponnahdusikkuna</string>
<string name="saf_request_prompt">Ole hyvä ja valitse ulkoisen (fyysisen) SD-korttisi *juurihakemisto*. Tämä on tarpeellista jotta ScummVM pääsee kansioon: </string>
<string name="saf_revoke_done">ScummVM:n Storage Access Framework-luvat poistettu!</string>
</resources>

View File

@@ -0,0 +1,25 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">ScummVM</string>
<string name="app_desc">Moteur de jeux d\'aventure graphiques</string>
<string name="ok">OK</string>
<string name="quit">Quitter</string>
<string name="no_config_file_title">Erreur de fichier de configuration</string>
<string name="no_config_file">Impossible de lire le fichier de configuration de ScummVM ou d\'en créer un nouveau !</string>
<string name="no_save_path_title">Erreur de chemin de sauvegarde</string>
<string name="no_save_path_configured">Impossible de créer ou d\'accéder au chemin de sauvegarde par défaut !</string>
<string name="no_icons_path_title">Erreur de chemin d\'icônes</string>
<string name="no_icons_path_configured">Impossible de créer ou d\'accéder au chemin d\'icônes et de shadders par défaut !</string>
<string name="bad_explicit_save_path_configured">Impossible d\'accéder au chemin de sauvegarde défini globalement ! Veuillez rétablir le chemin par défaut à partir des options de ScummVM</string>
<string name="keyboard_toggle_btn_desc">Act./Désact. Clavier virtuel</string>
<string name="customkeyboardview_keycode_alt">Alt</string>
<string name="customkeyboardview_keycode_cancel">Annuler</string>
<string name="customkeyboardview_keycode_delete">Supprimer</string>
<string name="customkeyboardview_keycode_done">Terminé</string>
<string name="customkeyboardview_keycode_mode_change">Changement de mode</string>
<string name="customkeyboardview_keycode_shift">Shift</string>
<string name="customkeyboardview_keycode_enter">Entrer</string>
<string name="customkeyboardview_popup_close">Fermer popup</string>
<string name="saf_request_prompt">Veuillez sélectionner la *racine* de votre carte SD externe (physique). Cette sélection est nécessaire pour que ScummVM puisse accéder à ce chemin : </string>
<string name="saf_revoke_done">Les permissions de Storage Access Framework pour ScummVM ont été révoquées !</string>
</resources>

Some files were not shown because too many files have changed in this diff Show More