Skip to content

Commit

Permalink
Sting files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhelo committed Mar 31, 2017
1 parent 7f28945 commit 2203ce7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
8 changes: 7 additions & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
<string name="homepage">Startseite</string>
<string name="message_page">Meldungsseite</string>
<string name="location_page">Standort Seite</string>
<string name="HomePage_bio">Dies ist die Homepage für mein Advanced Mobile Development Project, bitte wählen Sie entweder das Messaging- oder Location-Icon, um fortzufahren.</string>
<string name="HomePage_bio">Dies ist die Homepage für meine Advanced Mobile Development Social Application, Sie haben zwei Optionen entweder auf das Messaging-Symbol klicken, um mit anderen Benutzern oder dem Plus-Symbol zu sprechen, um Blog-Posts zu machen.</string>
<string name="add_chat">Chat hinzufügen</string>
<string name="send">Senden</string>
<string name="log_out">Ausloggen</string>
<string name="post_title_goes_here">Beitrag Titel geht hier</string>
<string name="post_description_goes_here">Post Beschreibung geht hier</string>
<string name="email">Email</string>
</resources>
8 changes: 7 additions & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
<string name="homepage">Página principal</string>
<string name="message_page">Página del mensaje</string>
<string name="location_page">Página de ubicación</string>
<string name="HomePage_bio">Esta es la página principal de mi proyecto de desarrollo móvil avanzado. Seleccione el icono de mensajería o ubicación para continuar.</string>
<string name="HomePage_bio">Esta es la página principal de mi aplicación social de desarrollo móvil avanzado. Tienes dos opciones, ya sea haga clic en el icono de mensajería para hablar con otros usuarios o en el icono más para crear publicaciones en el blog.</string>
<string name="add_chat">Añadir Chat</string>
<string name="send">Enviar</string>
<string name="log_out">Cerrar sesión</string>
<string name="post_title_goes_here">El título del poste entra aquí</string>
<string name="post_description_goes_here">Mensaje Descripción va aquí</string>
<string name="email">Email</string>
</resources>
8 changes: 7 additions & 1 deletion app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
<string name="homepage">Accueil</string>
<string name="message_page">Message Page</string>
<string name="location_page">Page demplacement</string>
<string name="HomePage_bio">Il sagit de la page daccueil de mon projet de développement mobile avancé. Sélectionnez licône de messagerie ou demplacement pour continuer.</string>
<string name="HomePage_bio">Cest la page daccueil de mon application de développement mobile avancé, Vous avez deux options, soit cliquez sur licône de messagerie pour parler à dautres utilisateurs ou licône plus pour créer des publications sur le blog.</string>
<string name="add_chat">Ajouter un chat</string>
<string name="send">Envoyer</string>
<string name="log_out">Connectez - Out</string>
<string name="post_title_goes_here">Le titre du message va ici</string>
<string name="post_description_goes_here">La description du poste va ici</string>
<string name="email">Email</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<string name="homepage">HomePage</string>
<string name="message_page">Message Page</string>
<string name="location_page">Location Page</string>
<string name="HomePage_bio">This is the homepage for my Advanced Mobile Development Project, Please select either the messaging or location icon to continue.</string>
<string name="HomePage_bio">This is the homepage for my Advanced Mobile Development social application, You have two options either click the messaging icon to talk to other users or the plus icon to make blog posts.</string>
<string name="add_chat">Add Chat</string>
<string name="send">Send</string>
<string name="log_out">Log Out</string>
Expand Down

0 comments on commit 2203ce7

Please sign in to comment.