Import resource from riot
|
@ -64,7 +64,7 @@
|
|||
<!-- Last seen time -->
|
||||
|
||||
<!-- room error messages -->
|
||||
<string name="room_error_join_failed_empty_room">Het is momenteel niet mogelijk om een lege kamer opnieuw toe te treden.</string>
|
||||
<string name="room_error_join_failed_empty_room">Het is momenteel niet mogelijk om een leeg gesprek opnieuw toe te treden.</string>
|
||||
|
||||
<string name="encrypted_message">Versleuteld bericht</string>
|
||||
|
||||
|
@ -85,7 +85,7 @@
|
|||
<string name="room_displayname_invite_from">Uitnodiging van %s</string>
|
||||
<string name="room_displayname_room_invite">Gespreksuitnodiging</string>
|
||||
<string name="room_displayname_two_members">%1$s en %2$s</string>
|
||||
<string name="room_displayname_empty_room">Lege kamer</string>
|
||||
<string name="room_displayname_empty_room">Leeg gesprek</string>
|
||||
|
||||
<plurals name="room_displayname_three_and_more_members">
|
||||
<item quantity="one">%1$s en 1 andere</item>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
# Exit on any error
|
||||
set -e
|
||||
|
||||
echo "Copy strings to SDK"
|
||||
echo
|
||||
echo "Copy strings to SDK"
|
||||
|
||||
cp ../matrix-android-sdk/matrix-sdk/src/main/res/values/strings.xml ./matrix-sdk-android/src/main/res/values/strings.xml
|
||||
cp ../matrix-android-sdk/matrix-sdk/src/main/res/values-ar/strings.xml ./matrix-sdk-android/src/main/res/values-ar/strings.xml
|
||||
|
@ -61,8 +61,7 @@ cp ../matrix-android-sdk/matrix-sdk/src/main/res/values-zh-rCN/strings.xml ./mat
|
|||
cp ../matrix-android-sdk/matrix-sdk/src/main/res/values-zh-rTW/strings.xml ./matrix-sdk-android/src/main/res/values-zh-rTW/strings.xml
|
||||
|
||||
echo
|
||||
echo "Copy strings to Riot"
|
||||
echo
|
||||
echo "Copy strings to RiotX"
|
||||
|
||||
cp ../riot-android/vector/src/main/res/values/strings.xml ./vector/src/main/res/values/strings.xml
|
||||
cp ../riot-android/vector/src/main/res/values-ar/strings.xml ./vector/src/main/res/values-ar/strings.xml
|
||||
|
@ -107,6 +106,39 @@ cp ../riot-android/vector/src/main/res/values-uk/strings.xml ./vector/src/ma
|
|||
cp ../riot-android/vector/src/main/res/values-zh-rCN/strings.xml ./vector/src/main/res/values-zh-rCN/strings.xml
|
||||
cp ../riot-android/vector/src/main/res/values-zh-rTW/strings.xml ./vector/src/main/res/values-zh-rTW/strings.xml
|
||||
|
||||
echo
|
||||
echo "Copy drawables to RiotX"
|
||||
|
||||
cp ../riot-android/vector/src/main/res/drawable/* ./vector/src/main/res/drawable/
|
||||
cp ../riot-android/vector/src/main/res/drawable-hdpi/* ./vector/src/main/res/drawable-hdpi/
|
||||
cp ../riot-android/vector/src/main/res/drawable-mdpi/* ./vector/src/main/res/drawable-mdpi/
|
||||
cp ../riot-android/vector/src/main/res/drawable-xhdpi/* ./vector/src/main/res/drawable-xhdpi/
|
||||
cp ../riot-android/vector/src/main/res/drawable-xxhdpi/* ./vector/src/main/res/drawable-xxhdpi/
|
||||
cp ../riot-android/vector/src/main/res/drawable-xxxhdpi/* ./vector/src/main/res/drawable-xxxhdpi/
|
||||
|
||||
echo
|
||||
echo "Copy icon to RiotX"
|
||||
|
||||
cp ../riot-android/vector/src/main/res/mipmap-anydpi-v26/* ./vector/src/main/res/mipmap-anydpi-v26/
|
||||
cp ../riot-android/vector/src/main/res/mipmap-hdpi/* ./vector/src/main/res/mipmap-hdpi/
|
||||
cp ../riot-android/vector/src/main/res/mipmap-mdpi/* ./vector/src/main/res/mipmap-mdpi/
|
||||
cp ../riot-android/vector/src/main/res/mipmap-xhdpi/* ./vector/src/main/res/mipmap-xhdpi/
|
||||
cp ../riot-android/vector/src/main/res/mipmap-xxhdpi/* ./vector/src/main/res/mipmap-xxhdpi/
|
||||
cp ../riot-android/vector/src/main/res/mipmap-xxxhdpi/* ./vector/src/main/res/mipmap-xxxhdpi/
|
||||
|
||||
|
||||
echo
|
||||
echo "Copy other elements to RiotX"
|
||||
|
||||
cp ../riot-android/vector/src/main/res/anim/* ./vector/src/main/res/anim/
|
||||
cp ../riot-android/vector/src/main/res/color/* ./vector/src/main/res/color/
|
||||
cp ../riot-android/vector/src/main/res/menu/* ./vector/src/main/res/menu/
|
||||
cp ../riot-android/vector/src/main/res/menu/* ./vector/src/main/res/menu/
|
||||
cp ../riot-android/vector/src/main/res/values-v17/* ./vector/src/main/res/values-v17/
|
||||
cp ../riot-android/vector/src/main/res/values-v21/* ./vector/src/main/res/values-v21/
|
||||
cp ../riot-android/vector/src/main/res/values-w480dp/* ./vector/src/main/res/values-w480dp/
|
||||
cp ../riot-android/vector/src/main/res/values-w820dp/* ./vector/src/main/res/values-w820dp/
|
||||
cp ../riot-android/vector/src/main/res/raw/* ./vector/src/main/res/raw/
|
||||
|
||||
echo
|
||||
echo "Success!"
|
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 214 B |
After Width: | Height: | Size: 724 B |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 269 B |
After Width: | Height: | Size: 572 B |
After Width: | Height: | Size: 726 B |
After Width: | Height: | Size: 363 B |
After Width: | Height: | Size: 369 B |
After Width: | Height: | Size: 1022 B |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 785 B |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 773 B |
After Width: | Height: | Size: 963 B |
After Width: | Height: | Size: 177 B |
After Width: | Height: | Size: 561 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 645 B |
After Width: | Height: | Size: 189 B |
After Width: | Height: | Size: 377 B |
After Width: | Height: | Size: 538 B |
After Width: | Height: | Size: 234 B |
After Width: | Height: | Size: 263 B |
After Width: | Height: | Size: 596 B |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 916 B |
After Width: | Height: | Size: 530 B |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 9.4 KiB |
After Width: | Height: | Size: 868 B |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 239 B |
After Width: | Height: | Size: 964 B |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 307 B |
After Width: | Height: | Size: 777 B |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 1018 B |
After Width: | Height: | Size: 412 B |
After Width: | Height: | Size: 474 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 612 B |
After Width: | Height: | Size: 926 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 301 B |
After Width: | Height: | Size: 7.5 KiB |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 786 B |
After Width: | Height: | Size: 6.9 KiB |
After Width: | Height: | Size: 6.6 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 156 B |
After Width: | Height: | Size: 185 B |
After Width: | Height: | Size: 182 B |
After Width: | Height: | Size: 967 B |
After Width: | Height: | Size: 262 B |
After Width: | Height: | Size: 240 B |
After Width: | Height: | Size: 860 B |
After Width: | Height: | Size: 197 B |
After Width: | Height: | Size: 214 B |
After Width: | Height: | Size: 303 B |