-
-
Notifications
You must be signed in to change notification settings - Fork 186
Expand file tree
/
Copy pathstrings.xml
More file actions
19 lines (19 loc) · 1003 Bytes
/
strings.xml
File metadata and controls
19 lines (19 loc) · 1003 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Dessin simple</string>
<string name="app_launcher_name">Dessin</string>
<string name="open_file">Ouvrir un fichier</string>
<string name="eraser">Gomme</string>
<string name="eyedropper">Pipette</string>
<string name="bucket_fill">Seau de remplissage</string>
<string name="failed_to_load_image">Impossible de charger l\'image %s</string>
<!-- Settings -->
<string name="show_brush_size">Afficher l\'outil de sélection de la taille du pinceau</string>
<string name="allow_zooming_moving_canvas">Autoriser le zoom et le déplacement de la zone de travail avec des gestes</string>
<string name="clear">Effacer</string>
<string name="change_background_color">Modifier la couleur de l\'arrière-plan</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>