Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Import strings from android-l10n
Browse files Browse the repository at this point in the history
  • Loading branch information
Pike committed Sep 4, 2019
1 parent c435688 commit aa90930
Show file tree
Hide file tree
Showing 5 changed files with 291 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
<string name="hint_username">Benutzername</string>
<!-- This is a heading that appears above a password in context of a detailed item view -->
<string name="hint_password">Passwort</string>
<!-- This message appears to link to a web page explaining how to make changes to the details -->
<string name="learn_to_edit_login">Finde heraus, wie du diese Zugangsdaten bearbeiten kannst</string>

<!-- This describes an icon to screenreaders that the button tapped will open the web address in a web browser -->
<string name="launch_hostname_content_description">Grafik: Internetadresse im Browser öffnen</string>
Expand Down Expand Up @@ -251,6 +253,9 @@
<!-- This is the placeholder text for an empty or null username. -->
<string name="no_username">(Kein Benutzername)</string>

<!-- This is the message displayed when sync has timed out. -->
<!--<string name="sync_timed_out">Syncing has timed out</string>-->

<!-- This is the description for the kebab menu in the item detail toolbar. -->
<string name="kebab_menu">Weitere Optionen</string>
<!-- This is the text on an item in the item detail toolbar menu to delete an entry. -->
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
<string name="hint_username">Nombre de usuario</string>
<!-- This is a heading that appears above a password in context of a detailed item view -->
<string name="hint_password">Contraseña</string>
<!-- This message appears to link to a web page explaining how to make changes to the details -->
<string name="learn_to_edit_login">Descubre cómo editar este usuario</string>

<!-- This describes an icon to screenreaders that the button tapped will open the web address in a web browser -->
<string name="launch_hostname_content_description">Abrir dirección web en el navegador</string>
Expand Down Expand Up @@ -250,4 +252,5 @@

<!-- This is the placeholder text for an empty or null username. -->
<string name="no_username">(no existe usuario)</string>
<string name="sync_timed_out">La sincronización ha expirado</string>
</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
<!-- This is a heading that appears above a password in context of a detailed item view -->
<string name="hint_password">Mot de passe</string>

<!-- This message appears to link to a web page explaining how to make changes to the details -->
<string name="learn_to_edit_login">Apprendre à modifier cet identifiant</string>

<!-- This describes an icon to screenreaders that the button tapped will open the web address in a web browser -->
<string name="launch_hostname_content_description">Ouvrir une adresse web dans un navigateur web</string>
<!-- This describes an icon to screenreaders that the button tapped will copy the username to the device clipboard to paste and use in another application -->
Expand Down Expand Up @@ -248,6 +251,9 @@
<!-- This is the placeholder text for an empty or null username. -->
<string name="no_username">(aucun nom d’utilisateur)</string>

<!-- This is the message displayed when sync has timed out. -->
<!--<string name="sync_timed_out">Syncing has timed out</string>-->

<!-- This is the description for the kebab menu in the item detail toolbar. -->
<string name="kebab_menu">Plus d’options</string>
<!-- This is the text on an item in the item detail toolbar menu to delete an entry. -->
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
<!-- This is a heading that appears above a password in context of a detailed item view -->
<string name="hint_password">Password</string>

<!-- This message appears to link to a web page explaining how to make changes to the details -->
<string name="learn_to_edit_login">Scopri come modificare questa credenziale</string>

<!-- This describes an icon to screenreaders that the button tapped will open the web address in a web browser -->
<string name="launch_hostname_content_description">Apri indirizzo nel browser</string>
<!-- This describes an icon to screenreaders that the button tapped will copy the username to the device clipboard to paste and use in another application -->
Expand Down Expand Up @@ -256,6 +259,9 @@
<!-- This is the placeholder text for an empty or null username. -->
<string name="no_username">[nessun nome utente]</string>

<!-- This is the message displayed when sync has timed out. -->
<!--<string name="sync_timed_out">Syncing has timed out</string>-->

<!-- This is the description for the kebab menu in the item detail toolbar. -->
<string name="kebab_menu">Altre opzioni</string>
<!-- This is the text on an item in the item detail toolbar menu to delete an entry. -->
Expand Down
Loading

0 comments on commit aa90930

Please sign in to comment.