lets remove the smtco prefixes, this library will be used only in my apps

This commit is contained in:
tibbi 2016-12-11 13:05:21 +01:00
parent 1067ec5ed3
commit 466c0a4f96
62 changed files with 204 additions and 204 deletions

View file

@ -14,8 +14,8 @@ import com.simplemobiletools.commons.R
* @param negative negative buttons text ID (optional)
* @param callback an anonymous function
*/
class ConfirmationDialog(context: Context, message: String = "", messageId: Int = R.string.smtco_proceed_with_deletion, positive: Int = R.string.smtco_yes,
negative: Int = R.string.smtco_no, val callback: () -> Unit) {
class ConfirmationDialog(context: Context, message: String = "", messageId: Int = R.string.proceed_with_deletion, positive: Int = R.string.yes,
negative: Int = R.string.no, val callback: () -> Unit) {
var dialog: AlertDialog? = null
init {

View file

@ -3,12 +3,12 @@
<item>
<selector>
<item
android:drawable="@color/smtco_activated_item_foreground"
android:drawable="@color/activated_item_foreground"
android:state_selected="true"/>
</selector>
</item>
<item>
<ripple android:color="@color/smtco_pressed_item_foreground">
<ripple android:color="@color/pressed_item_foreground">
<item android:id="@android:id/mask">
<color android:color="@android:color/white"/>
</item>

View file

@ -6,6 +6,6 @@
android:width="1dp"
android:height="1dp"/>
<solid android:color="@color/smtco_divider_grey"/>
<solid android:color="@color/divider_grey"/>
</shape>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/pressed_item_foreground" android:state_pressed="true"/>
<item android:drawable="@color/activated_item_foreground" android:state_selected="true"/>
</selector>

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/smtco_pressed_item_foreground" android:state_pressed="true"/>
<item android:drawable="@color/smtco_activated_item_foreground" android:state_selected="true"/>
</selector>

View file

Before

Width:  |  Height:  |  Size: 181 B

After

Width:  |  Height:  |  Size: 181 B

View file

Before

Width:  |  Height:  |  Size: 161 B

After

Width:  |  Height:  |  Size: 161 B

View file

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2 KiB

View file

Before

Width:  |  Height:  |  Size: 755 B

After

Width:  |  Height:  |  Size: 755 B

View file

Before

Width:  |  Height:  |  Size: 232 B

After

Width:  |  Height:  |  Size: 232 B

View file

Before

Width:  |  Height:  |  Size: 214 B

After

Width:  |  Height:  |  Size: 214 B

View file

Before

Width:  |  Height:  |  Size: 397 B

After

Width:  |  Height:  |  Size: 397 B

View file

Before

Width:  |  Height:  |  Size: 205 B

After

Width:  |  Height:  |  Size: 205 B

View file

Before

Width:  |  Height:  |  Size: 137 B

After

Width:  |  Height:  |  Size: 137 B

View file

Before

Width:  |  Height:  |  Size: 115 B

After

Width:  |  Height:  |  Size: 115 B

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

Before

Width:  |  Height:  |  Size: 433 B

After

Width:  |  Height:  |  Size: 433 B

View file

Before

Width:  |  Height:  |  Size: 148 B

After

Width:  |  Height:  |  Size: 148 B

View file

Before

Width:  |  Height:  |  Size: 165 B

After

Width:  |  Height:  |  Size: 165 B

View file

Before

Width:  |  Height:  |  Size: 268 B

After

Width:  |  Height:  |  Size: 268 B

View file

Before

Width:  |  Height:  |  Size: 155 B

After

Width:  |  Height:  |  Size: 155 B

View file

Before

Width:  |  Height:  |  Size: 199 B

After

Width:  |  Height:  |  Size: 199 B

View file

Before

Width:  |  Height:  |  Size: 151 B

After

Width:  |  Height:  |  Size: 151 B

View file

Before

Width:  |  Height:  |  Size: 3 KiB

After

Width:  |  Height:  |  Size: 3 KiB

View file

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 185 B

View file

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 239 B

View file

Before

Width:  |  Height:  |  Size: 496 B

After

Width:  |  Height:  |  Size: 496 B

View file

Before

Width:  |  Height:  |  Size: 175 B

After

Width:  |  Height:  |  Size: 175 B

View file

Before

Width:  |  Height:  |  Size: 276 B

After

Width:  |  Height:  |  Size: 276 B

View file

Before

Width:  |  Height:  |  Size: 194 B

After

Width:  |  Height:  |  Size: 194 B

View file

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 5 KiB

View file

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View file

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

Before

Width:  |  Height:  |  Size: 292 B

After

Width:  |  Height:  |  Size: 292 B

View file

Before

Width:  |  Height:  |  Size: 302 B

After

Width:  |  Height:  |  Size: 302 B

View file

Before

Width:  |  Height:  |  Size: 698 B

After

Width:  |  Height:  |  Size: 698 B

View file

Before

Width:  |  Height:  |  Size: 213 B

After

Width:  |  Height:  |  Size: 213 B

View file

Before

Width:  |  Height:  |  Size: 308 B

After

Width:  |  Height:  |  Size: 308 B

View file

Before

Width:  |  Height:  |  Size: 243 B

After

Width:  |  Height:  |  Size: 243 B

View file

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View file

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

Before

Width:  |  Height:  |  Size: 269 B

After

Width:  |  Height:  |  Size: 269 B

View file

Before

Width:  |  Height:  |  Size: 355 B

After

Width:  |  Height:  |  Size: 355 B

View file

Before

Width:  |  Height:  |  Size: 938 B

After

Width:  |  Height:  |  Size: 938 B

View file

Before

Width:  |  Height:  |  Size: 196 B

After

Width:  |  Height:  |  Size: 196 B

View file

@ -1,23 +1,23 @@
<resources>
<string name="smtco_ok">OK</string>
<string name="smtco_cancel">Abbrechen</string>
<string name="ok">OK</string>
<string name="cancel">Abbrechen</string>
<!-- Confirmation dialog -->
<string name="smtco_proceed_with_deletion">Möchtest du mit der Löschung fortfahren?</string>
<string name="smtco_yes">Ja</string>
<string name="smtco_no">Nein</string>
<string name="proceed_with_deletion">Möchtest du mit der Löschung fortfahren?</string>
<string name="yes">Ja</string>
<string name="no">Nein</string>
<!-- About activity -->
<string name="smtco_about">Über</string>
<string name="smtco_website">Weitere einfache Apps und Quellcode findest du auf:\nhttp://simplemobiletools.com</string>
<string name="smtco_email_label">Sende Vorschläge und Feedback an:</string>
<string name="smtco_more_apps_underlined"><u>More apps</u></string>
<string name="smtco_third_party_licences_underlined"><u>Drittanbieterlizenzen</u></string>
<string name="smtco_invite_friends_underlined"><u>Lade Freunde ein</u></string>
<string name="smtco_share_text">Hey, wirf mal einen Blick auf %1$s: %2$s</string>
<string name="smtco_invite_via">Einladen via</string>
<string name="smtco_rate_us_underlined"><u>Bewerte uns im Play Store</u></string>
<string name="smtco_donate_underlined"><u>Donate</u></string>
<string name="smtco_follow_us">Folge uns:</string>
<string name="smtco_copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
<string name="about">Über</string>
<string name="website">Weitere einfache Apps und Quellcode findest du auf:\nhttp://simplemobiletools.com</string>
<string name="email_label">Sende Vorschläge und Feedback an:</string>
<string name="more_apps_underlined"><u>More apps</u></string>
<string name="third_party_licences_underlined"><u>Drittanbieterlizenzen</u></string>
<string name="invite_friends_underlined"><u>Lade Freunde ein</u></string>
<string name="share_text">Hey, wirf mal einen Blick auf %1$s: %2$s</string>
<string name="invite_via">Einladen via</string>
<string name="rate_us_underlined"><u>Bewerte uns im Play Store</u></string>
<string name="donate_underlined"><u>Donate</u></string>
<string name="follow_us">Folge uns:</string>
<string name="copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
</resources>

View file

@ -1,23 +1,23 @@
<resources>
<string name="smtco_ok">OK</string>
<string name="smtco_cancel">Cancelar</string>
<string name="ok">OK</string>
<string name="cancel">Cancelar</string>
<!-- Confirmation dialog -->
<string name="smtco_proceed_with_deletion">¿Está seguro de querer continuar con la eliminación?</string>
<string name="smtco_yes"></string>
<string name="smtco_no">No</string>
<string name="proceed_with_deletion">¿Está seguro de querer continuar con la eliminación?</string>
<string name="yes"></string>
<string name="no">No</string>
<!-- About activity -->
<string name="smtco_about">Acerca de</string>
<string name="smtco_website">Más aplicaciones sencillas y código fuente en:\nhttp://simplemobiletools.com</string>
<string name="smtco_email_label">Envía tus comentarios o sugerencias a:</string>
<string name="smtco_more_apps_underlined"><u>More apps</u></string>
<string name="smtco_third_party_licences_underlined"><u>Licencias de terceros</u></string>
<string name="smtco_invite_friends_underlined"><u>Invitar a amigos</u></string>
<string name="smtco_share_text">Hola, ven y mira %1$s en %2$s</string>
<string name="smtco_invite_via">Invitar vía</string>
<string name="smtco_rate_us_underlined"><u>Vótanos en Play Store</u></string>
<string name="smtco_donate_underlined"><u>Donate</u></string>
<string name="smtco_follow_us">Síguenos:</string>
<string name="smtco_copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
<string name="about">Acerca de</string>
<string name="website">Más aplicaciones sencillas y código fuente en:\nhttp://simplemobiletools.com</string>
<string name="email_label">Envía tus comentarios o sugerencias a:</string>
<string name="more_apps_underlined"><u>More apps</u></string>
<string name="third_party_licences_underlined"><u>Licencias de terceros</u></string>
<string name="invite_friends_underlined"><u>Invitar a amigos</u></string>
<string name="share_text">Hola, ven y mira %1$s en %2$s</string>
<string name="invite_via">Invitar vía</string>
<string name="rate_us_underlined"><u>Vótanos en Play Store</u></string>
<string name="donate_underlined"><u>Donate</u></string>
<string name="follow_us">Síguenos:</string>
<string name="copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
</resources>

View file

@ -1,23 +1,23 @@
<resources>
<string name="smtco_ok">ठीक</string>
<string name="smtco_cancel">रद्द करें</string>
<string name="ok">ठीक</string>
<string name="cancel">रद्द करें</string>
<!-- Confirmation dialog -->
<string name="smtco_proceed_with_deletion">Are you sure you want to proceed with the deletion?</string>
<string name="smtco_yes">Yes</string>
<string name="smtco_no">No</string>
<string name="proceed_with_deletion">Are you sure you want to proceed with the deletion?</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<!-- About activity -->
<string name="smtco_about">के बारे में</string>
<string name="smtco_website">अधिक एप्पस व सोर्स कोड:\nhttp://simplemobiletools.com</string>
<string name="smtco_email_label">अपनी राय या सुझाव को भेजें:</string>
<string name="smtco_more_apps_underlined"><u>More apps</u></string>
<string name="smtco_third_party_licences_underlined"><u> तीसरी पार्टी के लाइसेंस </u></string>
<string name="smtco_invite_friends_underlined"><u>मित्रो को आमन्त्रित करें</u></string>
<string name="smtco_share_text">अरे, %1$s को %2$s पर देखो</string>
<string name="smtco_invite_via">के माध्यम से आमंत्रित</string>
<string name="smtco_rate_us_underlined"><u>हमे प्ले स्टोर पर रेट करें</u></string>
<string name="smtco_donate_underlined"><u>Donate</u></string>
<string name="smtco_follow_us">हमे फॉलो करें:</string>
<string name="smtco_copyright">सं %1$s\nकॉपीराइट © सिंपल मोबाइल टूल्स %2$d</string>
<string name="about">के बारे में</string>
<string name="website">अधिक एप्पस व सोर्स कोड:\nhttp://simplemobiletools.com</string>
<string name="email_label">अपनी राय या सुझाव को भेजें:</string>
<string name="more_apps_underlined"><u>More apps</u></string>
<string name="third_party_licences_underlined"><u> तीसरी पार्टी के लाइसेंस </u></string>
<string name="invite_friends_underlined"><u>मित्रो को आमन्त्रित करें</u></string>
<string name="share_text">अरे, %1$s को %2$s पर देखो</string>
<string name="invite_via">के माध्यम से आमंत्रित</string>
<string name="rate_us_underlined"><u>हमे प्ले स्टोर पर रेट करें</u></string>
<string name="donate_underlined"><u>Donate</u></string>
<string name="follow_us">हमे फॉलो करें:</string>
<string name="copyright">सं %1$s\nकॉपीराइट © सिंपल मोबाइल टूल्स %2$d</string>
</resources>

View file

@ -1,23 +1,23 @@
<resources>
<string name="smtco_ok">OK</string>
<string name="smtco_cancel">Cancel</string>
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<!-- Confirmation dialog -->
<string name="smtco_proceed_with_deletion">Are you sure you want to proceed with the deletion?</string>
<string name="smtco_yes">Yes</string>
<string name="smtco_no">No</string>
<string name="proceed_with_deletion">Are you sure you want to proceed with the deletion?</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<!-- About activity -->
<string name="smtco_about">Információ</string>
<string name="smtco_website">További egyszerű alkalmazások és a forráskód itt:\nhttp://simplemobiletools.com</string>
<string name="smtco_email_label">Visszajelzés és javaslatok:</string>
<string name="smtco_more_apps_underlined"><u>More apps</u></string>
<string name="smtco_third_party_licences_underlined"><u>Harmadik fél licenszek</u></string>
<string name="smtco_invite_friends_underlined"><u>Barátok meghívása</u></string>
<string name="smtco_share_text">Szia, ezt nézd meg! %1$s itt: %2$s</string>
<string name="smtco_invite_via">Meghívó küldése itt</string>
<string name="smtco_rate_us_underlined"><u>Értékelés</u></string>
<string name="smtco_donate_underlined"><u>Donate</u></string>
<string name="smtco_follow_us">Követés:</string>
<string name="smtco_copyright">%1$s verzió\nSzerzői jogok: © Simple Mobile Tools %2$d</string>
<string name="about">Információ</string>
<string name="website">További egyszerű alkalmazások és a forráskód itt:\nhttp://simplemobiletools.com</string>
<string name="email_label">Visszajelzés és javaslatok:</string>
<string name="more_apps_underlined"><u>More apps</u></string>
<string name="third_party_licences_underlined"><u>Harmadik fél licenszek</u></string>
<string name="invite_friends_underlined"><u>Barátok meghívása</u></string>
<string name="share_text">Szia, ezt nézd meg! %1$s itt: %2$s</string>
<string name="invite_via">Meghívó küldése itt</string>
<string name="rate_us_underlined"><u>Értékelés</u></string>
<string name="donate_underlined"><u>Donate</u></string>
<string name="follow_us">Követés:</string>
<string name="copyright">%1$s verzió\nSzerzői jogok: © Simple Mobile Tools %2$d</string>
</resources>

View file

@ -1,23 +1,23 @@
<resources>
<string name="smtco_ok">OK</string>
<string name="smtco_cancel">Annulla</string>
<string name="ok">OK</string>
<string name="cancel">Annulla</string>
<!-- Confirmation dialog -->
<string name="smtco_proceed_with_deletion">Are you sure you want to proceed with the deletion?</string>
<string name="smtco_yes">Yes</string>
<string name="smtco_no">No</string>
<string name="proceed_with_deletion">Are you sure you want to proceed with the deletion?</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<!-- About activity -->
<string name="smtco_about">Informazioni</string>
<string name="smtco_website">Altre semplici app e codici sorgenti in:\nhttp://simplemobiletools.com</string>
<string name="smtco_email_label">Invia la tua opinione o i tuoi suggerimenti a:</string>
<string name="smtco_more_apps_underlined"><u>More apps</u></string>
<string name="smtco_third_party_licences_underlined"><u>Licenze di terze parti</u></string>
<string name="smtco_invite_friends_underlined"><u>Invita amico</u></string>
<string name="smtco_share_text">Ciao, controlla %1$s su %2$s</string>
<string name="smtco_invite_via">Invita con</string>
<string name="smtco_rate_us_underlined"><u>Dacci un voto sul Play Store</u></string>
<string name="smtco_donate_underlined"><u>Donate</u></string>
<string name="smtco_follow_us">Seguici:</string>
<string name="smtco_copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
<string name="about">Informazioni</string>
<string name="website">Altre semplici app e codici sorgenti in:\nhttp://simplemobiletools.com</string>
<string name="email_label">Invia la tua opinione o i tuoi suggerimenti a:</string>
<string name="more_apps_underlined"><u>More apps</u></string>
<string name="third_party_licences_underlined"><u>Licenze di terze parti</u></string>
<string name="invite_friends_underlined"><u>Invita amico</u></string>
<string name="share_text">Ciao, controlla %1$s su %2$s</string>
<string name="invite_via">Invita con</string>
<string name="rate_us_underlined"><u>Dacci un voto sul Play Store</u></string>
<string name="donate_underlined"><u>Donate</u></string>
<string name="follow_us">Seguici:</string>
<string name="copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
</resources>

View file

@ -1,23 +1,23 @@
<resources>
<string name="smtco_ok">OK</string>
<string name="smtco_cancel">キャンセル</string>
<string name="ok">OK</string>
<string name="cancel">キャンセル</string>
<!-- Confirmation dialog -->
<string name="smtco_proceed_with_deletion">削除を続行してもよろしいですか?</string>
<string name="smtco_yes">はい</string>
<string name="smtco_no">いいえ</string>
<string name="proceed_with_deletion">削除を続行してもよろしいですか?</string>
<string name="yes">はい</string>
<string name="no">いいえ</string>
<!-- About activity -->
<string name="smtco_about">アプリについて</string>
<string name="smtco_website">もっとシンプルなアプリとソースコードは:\nhttp://simplemobiletools.com</string>
<string name="smtco_email_label">ご意見やご提案をお送りください:</string>
<string name="smtco_more_apps_underlined"><u>More apps</u></string>
<string name="smtco_third_party_licences_underlined"><u>サードパーティー ライセンス</u></string>
<string name="smtco_invite_friends_underlined"><u>友達を招待</u></string>
<string name="smtco_share_text">%2$s で %1$s を確認してください</string>
<string name="smtco_invite_via">招待...</string>
<string name="smtco_rate_us_underlined"><u>Play ストアで評価してください</u></string>
<string name="smtco_donate_underlined"><u>Donate</u></string>
<string name="smtco_follow_us">フォローしてください:</string>
<string name="smtco_copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
<string name="about">アプリについて</string>
<string name="website">もっとシンプルなアプリとソースコードは:\nhttp://simplemobiletools.com</string>
<string name="email_label">ご意見やご提案をお送りください:</string>
<string name="more_apps_underlined"><u>More apps</u></string>
<string name="third_party_licences_underlined"><u>サードパーティー ライセンス</u></string>
<string name="invite_friends_underlined"><u>友達を招待</u></string>
<string name="share_text">%2$s で %1$s を確認してください</string>
<string name="invite_via">招待...</string>
<string name="rate_us_underlined"><u>Play ストアで評価してください</u></string>
<string name="donate_underlined"><u>Donate</u></string>
<string name="follow_us">フォローしてください:</string>
<string name="copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
</resources>

View file

@ -1,23 +1,23 @@
<resources>
<string name="smtco_ok">OK</string>
<string name="smtco_cancel">Cancelar</string>
<string name="ok">OK</string>
<string name="cancel">Cancelar</string>
<!-- Confirmation dialog -->
<string name="smtco_proceed_with_deletion">Tem a certeza de que deseja continuar com a eliminação?</string>
<string name="smtco_yes">Sim</string>
<string name="smtco_no">Não</string>
<string name="proceed_with_deletion">Tem a certeza de que deseja continuar com a eliminação?</string>
<string name="yes">Sim</string>
<string name="no">Não</string>
<!-- About activity -->
<string name="smtco_about">Acerca</string>
<string name="smtco_website">Mais aplicações Simple e código fonte em:\nhttp://simplemobiletools.com</string>
<string name="smtco_email_label">Envie os seus comentários ou sugestões para:</string>
<string name="smtco_more_apps_underlined"><u>Mais aplicações</u></string>
<string name="smtco_third_party_licences_underlined"><u>Licenças de terceiros</u></string>
<string name="smtco_invite_friends_underlined"><u>Convidar amigos</u></string>
<string name="smtco_share_text">Olá, experimenta %1$s em %2$s</string>
<string name="smtco_invite_via">Convidar via</string>
<string name="smtco_rate_us_underlined"><u>Avalie-nos na Play Store</u></string>
<string name="smtco_donate_underlined"><u>Donativos</u></string>
<string name="smtco_follow_us">Siga-nos:</string>
<string name="smtco_copyright">V %1$s\nCopyright © Simple Mobile Tools %2$d</string>
<string name="about">Acerca</string>
<string name="website">Mais aplicações Simple e código fonte em:\nhttp://simplemobiletools.com</string>
<string name="email_label">Envie os seus comentários ou sugestões para:</string>
<string name="more_apps_underlined"><u>Mais aplicações</u></string>
<string name="third_party_licences_underlined"><u>Licenças de terceiros</u></string>
<string name="invite_friends_underlined"><u>Convidar amigos</u></string>
<string name="share_text">Olá, experimenta %1$s em %2$s</string>
<string name="invite_via">Convidar via</string>
<string name="rate_us_underlined"><u>Avalie-nos na Play Store</u></string>
<string name="donate_underlined"><u>Donativos</u></string>
<string name="follow_us">Siga-nos:</string>
<string name="copyright">V %1$s\nCopyright © Simple Mobile Tools %2$d</string>
</resources>

View file

@ -1,23 +1,23 @@
<resources>
<string name="smtco_ok">OK</string>
<string name="smtco_cancel">Отмена</string>
<string name="ok">OK</string>
<string name="cancel">Отмена</string>
<!-- Confirmation dialog -->
<string name="smtco_proceed_with_deletion">Действительно хотите удалить?</string>
<string name="smtco_yes">Да</string>
<string name="smtco_no">Нет</string>
<string name="proceed_with_deletion">Действительно хотите удалить?</string>
<string name="yes">Да</string>
<string name="no">Нет</string>
<!-- About activity -->
<string name="smtco_about">О приложении</string>
<string name="smtco_website">Исходный код можно найти по адресу:\nhttp://simplemobiletools.com</string>
<string name="smtco_email_label">Отправить отзывы или предложения:</string>
<string name="smtco_more_apps_underlined"><u>Больше простых приложений</u></string>
<string name="smtco_third_party_licences_underlined"><u>Лицензии третьих сторон</u></string>
<string name="smtco_invite_friends_underlined"><u>Предложить другу</u></string>
<string name="smtco_share_text">Попробуй %1$s по ссылке %2$s</string>
<string name="smtco_invite_via">Предложить с помощью</string>
<string name="smtco_rate_us_underlined"><u>Оценить нас в Google Play</u></string>
<string name="smtco_donate_underlined"><u>Поддержать разработчика</u></string>
<string name="smtco_follow_us">Подписаться на нас:</string>
<string name="smtco_copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
<string name="about">О приложении</string>
<string name="website">Исходный код можно найти по адресу:\nhttp://simplemobiletools.com</string>
<string name="email_label">Отправить отзывы или предложения:</string>
<string name="more_apps_underlined"><u>Больше простых приложений</u></string>
<string name="third_party_licences_underlined"><u>Лицензии третьих сторон</u></string>
<string name="invite_friends_underlined"><u>Предложить другу</u></string>
<string name="share_text">Попробуй %1$s по ссылке %2$s</string>
<string name="invite_via">Предложить с помощью</string>
<string name="rate_us_underlined"><u>Оценить нас в Google Play</u></string>
<string name="donate_underlined"><u>Поддержать разработчика</u></string>
<string name="follow_us">Подписаться на нас:</string>
<string name="copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
</resources>

View file

@ -1,23 +1,23 @@
<resources>
<string name="smtco_ok">OK</string>
<string name="smtco_cancel">Cancel</string>
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<!-- Confirmation dialog -->
<string name="smtco_proceed_with_deletion">Are you sure you want to proceed with the deletion?</string>
<string name="smtco_yes">Yes</string>
<string name="smtco_no">No</string>
<string name="proceed_with_deletion">Are you sure you want to proceed with the deletion?</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<!-- About activity -->
<string name="smtco_about">Om</string>
<string name="smtco_website">Fler enkla appar och källkod här:\nhttp://simplemobiletools.com</string>
<string name="smtco_email_label">Skicka feedback och förslag till:</string>
<string name="smtco_more_apps_underlined"><u>More apps</u></string>
<string name="smtco_third_party_licences_underlined"><u>Tredjepartslicenser</u></string>
<string name="smtco_invite_friends_underlined"><u>Invite friends</u></string>
<string name="smtco_share_text">Hey, come check out %1$s at %2$s</string>
<string name="smtco_invite_via">Invite via</string>
<string name="smtco_rate_us_underlined"><u>Betygsätt oss i Play Butiken</u></string>
<string name="smtco_donate_underlined"><u>Donate</u></string>
<string name="smtco_follow_us">Följ oss:</string>
<string name="smtco_copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
<string name="about">Om</string>
<string name="website">Fler enkla appar och källkod här:\nhttp://simplemobiletools.com</string>
<string name="email_label">Skicka feedback och förslag till:</string>
<string name="more_apps_underlined"><u>More apps</u></string>
<string name="third_party_licences_underlined"><u>Tredjepartslicenser</u></string>
<string name="invite_friends_underlined"><u>Invite friends</u></string>
<string name="share_text">Hey, come check out %1$s at %2$s</string>
<string name="invite_via">Invite via</string>
<string name="rate_us_underlined"><u>Betygsätt oss i Play Butiken</u></string>
<string name="donate_underlined"><u>Donate</u></string>
<string name="follow_us">Följ oss:</string>
<string name="copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
</resources>

View file

@ -1,23 +1,23 @@
<resources>
<string name="smtco_ok">确认</string>
<string name="smtco_cancel">取消</string>
<string name="ok">确认</string>
<string name="cancel">取消</string>
<!-- Confirmation dialog -->
<string name="smtco_proceed_with_deletion">Are you sure you want to proceed with the deletion?</string>
<string name="smtco_yes">Yes</string>
<string name="smtco_no">No</string>
<string name="proceed_with_deletion">Are you sure you want to proceed with the deletion?</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<!-- About activity -->
<string name="smtco_about">关于</string>
<string name="smtco_website">更多软件请访问: http://simplemobiletools.com</string>
<string name="smtco_email_label">反馈您的意见到:</string>
<string name="smtco_more_apps_underlined"><u>More apps</u></string>
<string name="smtco_third_party_licences_underlined"><u>开放源代码</u></string>
<string name="smtco_invite_friends_underlined"><u>分享给好友</u></string>
<string name="smtco_share_text">Hey, come check out %1$s at %2$s</string>
<string name="smtco_invite_via">分享到</string>
<string name="smtco_rate_us_underlined"><u>为我们打分</u></string>
<string name="smtco_donate_underlined"><u>Donate</u></string>
<string name="smtco_follow_us">关注我们:</string>
<string name="smtco_copyright">v %1$s Copyright © Simple Mobile Tools %2$d</string>
<string name="about">关于</string>
<string name="website">更多软件请访问: http://simplemobiletools.com</string>
<string name="email_label">反馈您的意见到:</string>
<string name="more_apps_underlined"><u>More apps</u></string>
<string name="third_party_licences_underlined"><u>开放源代码</u></string>
<string name="invite_friends_underlined"><u>分享给好友</u></string>
<string name="share_text">Hey, come check out %1$s at %2$s</string>
<string name="invite_via">分享到</string>
<string name="rate_us_underlined"><u>为我们打分</u></string>
<string name="donate_underlined"><u>Donate</u></string>
<string name="follow_us">关注我们:</string>
<string name="copyright">v %1$s Copyright © Simple Mobile Tools %2$d</string>
</resources>

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="smtco_color_primary">#fff68630</color>
<color name="smtco_color_primary_dark">#ffe27725</color>
<color name="smtco_color_accent">@color/smtco_color_primary</color>
<color name="color_primary">#fff68630</color>
<color name="color_primary_dark">#ffe27725</color>
<color name="color_accent">@color/color_primary</color>
<color name="smtco_pressed_item_foreground">#08000000</color>
<color name="smtco_activated_item_foreground">#44888888</color>
<color name="smtco_divider_grey">#44cccccc</color>
<color name="pressed_item_foreground">#08000000</color>
<color name="activated_item_foreground">#44888888</color>
<color name="divider_grey">#44cccccc</color>
</resources>

View file

@ -1,24 +1,24 @@
<resources>
<string name="smtco_ok">OK</string>
<string name="smtco_cancel">Cancel</string>
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<!-- Confirmation dialog -->
<string name="smtco_proceed_with_deletion">Are you sure you want to proceed with the deletion?</string>
<string name="smtco_yes">Yes</string>
<string name="smtco_no">No</string>
<string name="proceed_with_deletion">Are you sure you want to proceed with the deletion?</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<!-- About activity -->
<string name="smtco_about">About</string>
<string name="smtco_website">For the source codes visit\nhttp://simplemobiletools.com</string>
<string name="smtco_email_label">Send your feedback or suggestions to:</string>
<string name="smtco_email" translatable="false">hello@simplemobiletools.com</string>
<string name="smtco_more_apps_underlined"><u>More apps</u></string>
<string name="smtco_third_party_licences_underlined"><u>Third party licences</u></string>
<string name="smtco_invite_friends_underlined"><u>Invite friends</u></string>
<string name="smtco_share_text">Hey, come check out %1$s at %2$s</string>
<string name="smtco_invite_via">Invite via</string>
<string name="smtco_rate_us_underlined"><u>Rate us</u></string>
<string name="smtco_donate_underlined"><u>Donate</u></string>
<string name="smtco_follow_us">Follow us:</string>
<string name="smtco_copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
<string name="about">About</string>
<string name="website">For the source codes visit\nhttp://simplemobiletools.com</string>
<string name="email_label">Send your feedback or suggestions to:</string>
<string name="email" translatable="false">hello@simplemobiletools.com</string>
<string name="more_apps_underlined"><u>More apps</u></string>
<string name="third_party_licences_underlined"><u>Third party licences</u></string>
<string name="invite_friends_underlined"><u>Invite friends</u></string>
<string name="share_text">Hey, come check out %1$s at %2$s</string>
<string name="invite_via">Invite via</string>
<string name="rate_us_underlined"><u>Rate us</u></string>
<string name="donate_underlined"><u>Donate</u></string>
<string name="follow_us">Follow us:</string>
<string name="copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
</resources>