remove some unused strings

This commit is contained in:
tibbi 2017-04-08 23:43:27 +02:00
parent d294fc5f61
commit c231de0e95
11 changed files with 13 additions and 117 deletions

View File

@ -91,7 +91,7 @@ class MainActivity : SimpleActivity(), MyCanvas.PathsChangedListener {
if (grantResults.isNotEmpty() && grantResults[0] == PackageManager.PERMISSION_GRANTED) {
saveImage()
} else {
toast(R.string.no_permissions)
toast(R.string.no_storage_permissions)
}
}
}

View File

@ -57,11 +57,11 @@ class SaveImageDialog(val activity: SimpleActivity, val curPath: String, val can
}
if (saveFile(newFile)) {
activity.toast(R.string.saving_ok)
activity.toast(R.string.file_saved)
callback(newFile.absolutePath)
dismiss()
} else {
activity.toast(R.string.saving_error)
activity.toast(R.string.unknown_error_occurred)
}
})
}

View File

@ -18,7 +18,7 @@
app:showAsAction="ifRoom"/>
<item
android:id="@+id/change_background"
android:title="@string/change_background"
android:title="@string/change_background_color"
app:showAsAction="never"/>
<item
android:id="@+id/settings"

View File

@ -1,30 +1,17 @@
<resources>
<string name="app_name">Schlichter Zeichenblock</string>
<string name="app_launcher_name">Zeichenblock</string>
<string name="save">Speichern</string>
<string name="share">Teilen</string>
<string name="share_via">Teile via</string>
<string name="saving_error">Konnte die Datei nicht speichern</string>
<string name="saving_ok">Bild wurde erfolgreich gespeichert</string>
<string name="file_name">Dateiname</string>
<string name="save_file">Speichere Datei</string>
<string name="enter_file_name">Bitte gib einen Dateinamen ein</string>
<string name="no_permissions">Konnte die Datei ohne Zugriff auf den externen Speicher nicht speichern</string>
<string name="ok">OK</string>
<string name="cancel">Abbrechen</string>
<!-- Settings -->
<string name="dark_theme">Dunkles Design</string>
<string name="show_brush_size">Show brush size tool</string>
<string name="clear">Leeren</string>
<string name="change_background">Change background</string>
<string name="change_background_color">Change background color</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<string name="app_short_description">A canvas you can draw on with different colors.</string>
<string name="app_long_description">
Want to draw something but you have no paper? This app will suit you perfectly. Just pick a color and draw. You can either save the drawing or share it directly through email or social networks.
Contains no ads or unnecessary permissions. It is fully opensource, provides a Dark theme too.
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com

View File

@ -1,30 +1,17 @@
<resources>
<string name="app_name">Simple Draw</string>
<string name="app_launcher_name">Draw</string>
<string name="save">Guardar</string>
<string name="share">Compartir</string>
<string name="share_via">Compartir via</string>
<string name="saving_error">No se pudo guardar el archivo</string>
<string name="saving_ok">La imagen se ha guardado correctamente</string>
<string name="file_name">Nombre del archivo</string>
<string name="save_file">Guardar archivo</string>
<string name="enter_file_name">Por favor introduce el nombre del archivo</string>
<string name="no_permissions">No se puede guardar el archivo sin acceder al almacenamiento externo</string>
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<!-- Settings -->
<string name="dark_theme">Tema oscuro</string>
<string name="show_brush_size">Show brush size tool</string>
<string name="clear">Limpiar</string>
<string name="change_background">Cambiar fondo</string>
<string name="change_background_color">Cambiar fondo</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<string name="app_short_description">Un lienzo en el cual puede dibujar con diferentes colores.</string>
<string name="app_long_description">
¿Quiere dibujar algo pero no tiene papel? Esta aplicación es ideal para solucionarlo. Tan solo elija un color y dibuje. Puede tanto guargar el dibujo como compartirlo directamente mediante e-mail o redes sociales.
No contiene anuncios ni permisos innecesarios. Es completamente OpenSource y además provee un tema oscuro.
Esta aplicación es tan solo una pequeña parte de una serie de aplicaciones. Puede encontrar el resto en http://www.simplemobiletools.com

View File

@ -1,32 +1,19 @@
<resources>
<string name="app_name">Dessin simple</string>
<string name="app_launcher_name">Dessiner</string>
<string name="save">Sauver</string>
<string name="share">Partager</string>
<string name="share_via">Partager via</string>
<string name="saving_error">Ne peut pas sauver le fichier</string>
<string name="saving_ok">L\'image a été sauvée avec succès</string>
<string name="file_name">Nom de fichier</string>
<string name="save_file">Sauver le fichier</string>
<string name="enter_file_name">Entrez un nom de fichier</string>
<string name="no_permissions">Ne peut sauver le fichier sans accéder au stockage externe</string>
<string name="ok">OK</string>
<string name="cancel">Annuler</string>
<!-- Settings -->
<string name="dark_theme">Thème sombre</string>
<string name="show_brush_size">Show brush size tool</string>
<string name="clear">Tout effacer</string>
<string name="change_background">Changer le fond</string>
<string name="change_background_color">Changer le fond</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<string name="app_short_description">Un canevas sur lequel vous pouvez dessiner avec différentes couleurs.</string>
<string name="app_long_description">
Envie de dessiner quelque chose mais pas de papier ? Cette application est faite pour vous. Sélectionnez simplement une couleur et dessinez. Vous pouvez soit sauver le dessin soit le partager par email ou les réseaux sociaux.
Pas de pubs ni de permissions inutiles. C\'est totalement open-source et possède un thème sombre.
Cette application fait partie d\'un ensemble d\'applications. Vous pouvez trouver les autres sur http://www.simplemobiletools.com
</string>
</resources>
</resources>

View File

@ -1,30 +1,17 @@
<resources>
<string name="app_name">Simple Draw</string>
<string name="app_launcher_name">Draw</string>
<string name="save">Salva</string>
<string name="share">Condividi</string>
<string name="share_via">Condividi via</string>
<string name="saving_error">Impossibile salvare il file</string>
<string name="saving_ok">Immagine salvata correttamente</string>
<string name="file_name">Nome file</string>
<string name="save_file">Salva file</string>
<string name="enter_file_name">Inserisci un nome per il file</string>
<string name="no_permissions">Impossibile salvare il file senza l\'accesso all\'archiviazione esterna</string>
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<!-- Settings -->
<string name="dark_theme">Tema scuro</string>
<string name="show_brush_size">Show brush size tool</string>
<string name="clear">Clear</string>
<string name="change_background">Change background</string>
<string name="change_background_color">Change background color</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<string name="app_short_description">A canvas you can draw on with different colors.</string>
<string name="app_long_description">
Want to draw something but you have no paper? This app will suit you perfectly. Just pick a color and draw. You can either save the drawing or share it directly through email or social networks.
Contains no ads or unnecessary permissions. It is fully opensource, provides a Dark theme too.
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com

View File

@ -1,30 +1,17 @@
<resources>
<string name="app_name">シンプル ドロー</string>
<string name="app_launcher_name">ドロー</string>
<string name="save">保存</string>
<string name="share">共有</string>
<string name="share_via">共有...</string>
<string name="saving_error">ファイルを保存できませんでした</string>
<string name="saving_ok">画像を正常に保存しました</string>
<string name="file_name">ファイル名</string>
<string name="save_file">ファイルを保存</string>
<string name="enter_file_name">ファイル名を入力してください</string>
<string name="no_permissions">外部ストレージにアクセスできないためファイルを保存できませんでした</string>
<string name="ok">OK</string>
<string name="cancel">キャンセル</string>
<!-- Settings -->
<string name="dark_theme">ダークテーマ</string>
<string name="show_brush_size">Show brush size tool</string>
<string name="clear">クリア</string>
<string name="change_background">Change background</string>
<string name="change_background_color">Change background color</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<string name="app_short_description">さまざまな色で描くことができるキャンバス。</string>
<string name="app_long_description">
何かを描きたいけど、紙を持っていない? このアプリが完全に合っています。 色を選んで描くだけです。 画像を保存したり、メールやソーシャルネットワークで直接共有することができます。
広告や不要なアクセス許可は含まれていません。 完全にオープンソースで、ダークテーマも提供しています。
このアプリは、大きな一連のアプリの一つです。 他のアプリは http://www.simplemobiletools.com で見つけることができます

View File

@ -1,30 +1,17 @@
<resources>
<string name="app_name">Simple Draw</string>
<string name="app_launcher_name">Desenho</string>
<string name="save">Guardar</string>
<string name="share">Partilhar</string>
<string name="share_via">Partilhar via</string>
<string name="saving_error">Não foi possível guardar o ficheiro</string>
<string name="saving_ok">A imagem foi guardada com sucesso</string>
<string name="file_name">Nome do ficheiro</string>
<string name="save_file">Guardar ficheiro</string>
<string name="enter_file_name">Por favor digite um nome para o ficheiro</string>
<string name="no_permissions">Para guardar o ficheiro, é necessário o acesso ao armazenamento externo</string>
<string name="ok">OK</string>
<string name="cancel">Cancelar</string>
<!-- Settings -->
<string name="dark_theme">Tema escuro</string>
<string name="show_brush_size">Mostrar ferramenta Tamanho do pincel</string>
<string name="clear">Limpar</string>
<string name="change_background">Alterar fundo</string>
<string name="change_background_color">Alterar fundo</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<string name="app_short_description">Uma tela para desenhar o que quiser e com diversas cores.</string>
<string name="app_long_description">
Gostaria de desenhar algo mas não tem papel? Então, esta aplicação é para si. Basta escolher uma cor e desenhar. Após criar o desenho, pode guardar ou partilhar o ficheiro através de e-mail ou das redes sociais.
Não contém anúncios nem permissões desnecessárias. Disponibiliza um tema escuro e é totalmente \'open source\'.
Esta aplicação é apenas parte de um conjunto mais vasto de aplicações. Saiba mais em http://www.simplemobiletools.com

View File

@ -1,30 +1,17 @@
<resources>
<string name="app_name">Simple Draw</string>
<string name="app_launcher_name">Draw</string>
<string name="save">Spara</string>
<string name="share">Dela</string>
<string name="share_via">Dela via</string>
<string name="saving_error">Det gick inte att spara filen</string>
<string name="saving_ok">Bilden har sparats</string>
<string name="file_name">Filnamn</string>
<string name="save_file">Spara fil</string>
<string name="enter_file_name">Ange ett filnamn</string>
<string name="no_permissions">Kunde inte spara filen utan tillgång till extern lagringsutrymme</string>
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<!-- Settings -->
<string name="dark_theme">Mörkt tema</string>
<string name="show_brush_size">Show brush size tool</string>
<string name="clear">Clear</string>
<string name="change_background">Change background</string>
<string name="change_background_color">Change background color</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<string name="app_short_description">A canvas you can draw on with different colors.</string>
<string name="app_long_description">
Want to draw something but you have no paper? This app will suit you perfectly. Just pick a color and draw. You can either save the drawing or share it directly through email or social networks.
Contains no ads or unnecessary permissions. It is fully opensource, provides a Dark theme too.
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com

View File

@ -1,30 +1,17 @@
<resources>
<string name="app_name">Simple Draw</string>
<string name="app_launcher_name">Draw</string>
<string name="save">Save</string>
<string name="share">Share</string>
<string name="share_via">Share via</string>
<string name="saving_error">Could not save the file</string>
<string name="saving_ok">Image has been saved successfully</string>
<string name="file_name">File name</string>
<string name="save_file">Save file</string>
<string name="enter_file_name">Please enter a file name</string>
<string name="no_permissions">Could not save the file without accessing the external storage</string>
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<!-- Settings -->
<string name="dark_theme">Dark theme</string>
<string name="show_brush_size">Show brush size tool</string>
<string name="clear">Clear</string>
<string name="change_background">Change background</string>
<string name="change_background_color">Change background color</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<string name="app_short_description">A canvas you can draw on with different colors.</string>
<string name="app_long_description">
Want to draw something but you have no paper? This app will suit you perfectly. Just pick a color and draw. You can either save the drawing or share it directly through email or social networks.
Contains no ads or unnecessary permissions. It is fully opensource, provides a Dark theme too.
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com