Implement adding recipes through app
This commit is contained in:
@@ -20,12 +20,28 @@
|
||||
<string name="fragment_base_url_unknown_error" translatable="false">@string/fragment_authentication_unknown_error</string>
|
||||
<string name="menu_main_toolbar_content_description_login" translatable="false">@string/menu_main_toolbar_login</string>
|
||||
<string name="menu_main_toolbar_login">Login</string>
|
||||
<string name="fragment_disclaimer_button_okay">Okay</string>
|
||||
<string name="view_holder_recipe_instructions_step">Step: %d</string>
|
||||
<string name="fragment_authentication_email_input_empty">E-mail can\'t be empty</string>
|
||||
<string name="fragment_authentication_password_input_empty">Password can\'t be empty</string>
|
||||
<string name="fragment_authentication_credentials_incorrect">E-mail or password is incorrect.</string>
|
||||
<string name="fragment_authentication_unknown_error">Something went wrong, please try again.</string>
|
||||
<string name="account_type" translatable="false">Mealient</string>
|
||||
<string name="auth_token_type" translatable="false">mealientAuthToken</string>
|
||||
<string name="fragment_disclaimer_button_okay">Okay</string>
|
||||
<string name="view_holder_recipe_instructions_step">Step: %d</string>
|
||||
<string name="fragment_authentication_email_input_empty">E-mail can\'t be empty</string>
|
||||
<string name="fragment_authentication_password_input_empty">Password can\'t be empty</string>
|
||||
<string name="fragment_authentication_credentials_incorrect">E-mail or password is incorrect.</string>
|
||||
<string name="fragment_authentication_unknown_error">Something went wrong, please try again.</string>
|
||||
<string name="account_type" translatable="false">Mealient</string>
|
||||
<string name="auth_token_type" translatable="false">mealientAuthToken</string>
|
||||
<string name="fragment_add_recipe_recipe_name">Recipe name</string>
|
||||
<string name="fragment_add_recipe_recipe_description">Description</string>
|
||||
<string name="menu_bottom_navigation_add_recipe">Add recipe</string>
|
||||
<string name="menu_bottom_navigation_recipes_list">Recipes</string>
|
||||
<string name="fragment_add_recipe_recipe_yield">Recipe yield</string>
|
||||
<string name="fragment_add_recipe_save_button">Save recipe</string>
|
||||
<string name="fragment_add_recipe_new_instruction">New step</string>
|
||||
<string name="fragment_add_recipe_new_ingredient">New ingredient</string>
|
||||
<string name="fragment_add_recipe_public_recipe">Public recipe</string>
|
||||
<string name="fragment_add_recipe_disable_comments">Disable comments</string>
|
||||
<string name="fragment_add_recipe_ingredient_hint">Ingredient</string>
|
||||
<string name="fragment_add_recipe_instruction_hint">Step description</string>
|
||||
<string name="fragment_add_recipe_name_error">Recipe name can\'t be empty</string>
|
||||
<string name="fragment_add_recipe_save_error">Something went wrong</string>
|
||||
<string name="fragment_add_recipe_save_success">Saved recipe successfully</string>
|
||||
<string name="fragment_add_recipe_clear_button">Clear</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user