move a string in the safe slinger activity to resources

This commit is contained in:
Łukasz Stelmach 2015-02-21 22:29:09 +01:00
parent bb30cb5401
commit db8ee77d56
3 changed files with 3 additions and 1 deletions

View File

@ -59,7 +59,7 @@
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_width="0dip"
android:layout_height="match_parent"
android:text="Start exchange"
android:text="@string/btn_start_exchange"
android:layout_weight="1"
android:gravity="center_vertical" />

View File

@ -682,6 +682,7 @@ OSTRZEŻENIE: Jeżeli nie wiesz, czemu wyświetlił się ten komunikat, nie zezw
<string name="swipe_to_update">Pociągnij w dół, aby aktualizować z serwera kluczy</string>
<string name="error_no_file_selected">Wybierz przynajmniej jeden plik, aby szyfrować!</string>
<string name="key_colon">Klucz:</string>
<string name="btn_start_exchange">Rozpocznij wymianę</string>
<!--First Time-->
<string name="first_time_text1">Weź prywatność w swoje ręce używając OpenKeychain!</string>
<string name="first_time_create_key">Utwórz mój klucz</string>

View File

@ -1140,6 +1140,7 @@
<string name="error_multi_not_supported">"Saving of multiple files not supported. This is a limitation on current Android."</string>
<string name="key_colon">"Key:"</string>
<string name="exchange_description">"To start a key exchange, choose the number of participants on the right side, then hit the “Start exchange” button.\n\nYou will be asked two more questions to make sure only the right participants are in the exchange and their fingerprints are correct."</string>
<string name="btn_start_exchange">"Start exchange"</string>
<string name="user_id_none"><![CDATA[<none>]]></string>
<!-- Passphrase wizard -->