-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added se and it translation, changed add to icon
- Loading branch information
Showing
5 changed files
with
38 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<vector android:height="24dp" android:tint="@color/colorAccent" | ||
android:viewportHeight="24" android:viewportWidth="24" | ||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<path android:fillColor="@color/colorAccent" android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">SpesApp</string> | ||
<string name="tab_text_1">Lista della spesa</string> | ||
<string name="tab_text_2">Dispensa</string> | ||
<string name="name">Nome ingrediente</string> | ||
<string name="add_success">Ingrediente salvato correttamente!</string> | ||
<string name="add_failure_no_key">Inserire un nome per l\'ingrediente!</string> | ||
<string name="add_failure_duplicate">L\'ingrediente é già in lista!</string> | ||
<string name="never_shown">Ahh! L\'app é stregata! Questa stringa non dovrebbe mai apparire!</string> | ||
<string name="coming_soon">Ci stiamo lavorando!</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">SpesApp</string> | ||
<string name="tab_text_1">Inköpslista</string> | ||
<string name="tab_text_2">Skafferi</string> | ||
<string name="name">Ingrediensnamn</string> | ||
<string name="add_success">Ingrediensen har sparats</string> | ||
<string name="add_failure_no_key">Ange ett namn för ingrediensen</string> | ||
<string name="add_failure_duplicate">Ingrediensen finns redan i en lista!</string> | ||
<string name="never_shown">Aaah! Appen är hemsökt! Denna sträng ska aldrig visas.</string> | ||
<string name="coming_soon">Denna funktionen kommer snart!</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters