Skip to content

Commit

Permalink
#59: fixed string resources declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
fasteque committed Nov 21, 2015
1 parent 607290e commit 31f0e57
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions android-rgb-tool/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@
<!-- Color details -->
<string name="color_details_as_text_title">Texte</string>
<string name="color_details_as_background_title">Fond</string>
<string name="color_details_complementary">Complémentaire</string>
<string name="color_details_contrast">Contrastante</string>
<string name="color_details_colors_title">Couleurs</string>
<string name="color_details_complementary">Complémentaire: #%s</string>
<string name="color_details_contrast">Contrastante: #%s</string>

<!-- Permissions -->
<string name="rationale_external_storage">L\'accès de stockage est nécessaire pour enregistrer et ouvrir des
Expand Down
5 changes: 3 additions & 2 deletions android-rgb-tool/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@
<!-- Color details -->
<string name="color_details_as_text_title">Testo</string>
<string name="color_details_as_background_title">Sfondo</string>
<string name="color_details_complementary">Complementare</string>
<string name="color_details_contrast">Contrasto</string>
<string name="color_details_colors_title">Colori</string>
<string name="color_details_complementary">Complementare: #%s</string>
<string name="color_details_contrast">Contrasto: #%s</string>

<!-- Permissions -->
<string name="rationale_external_storage">È necessario il permesso di archiviazione per salvare e aprire foto
Expand Down
5 changes: 3 additions & 2 deletions android-rgb-tool/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@
<!-- Color details -->
<string name="color_details_as_text_title">Text</string>
<string name="color_details_as_background_title">Background</string>
<string name="color_details_colors_title">Colors</string>
<string name="color_details_text_sample">Lorem ipsum dolor sit amet&#8230;</string>
<string name="color_details_complementary">Complementary</string>
<string name="color_details_contrast">Contrast</string>
<string name="color_details_complementary">Complementary: #%s</string>
<string name="color_details_contrast">Contrast: #%s</string>

<!-- Permissions -->
<string name="rationale_external_storage">Storage access is required to save and open photos.</string>
Expand Down

0 comments on commit 31f0e57

Please sign in to comment.