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

Commit

Permalink
Do not translate app name
Browse files Browse the repository at this point in the history
  • Loading branch information
bparmentier committed Feb 16, 2016
1 parent 035f8e6 commit 4ed99d3
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 24 deletions.
3 changes: 0 additions & 3 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@

<resources>

<!-- App name -->
<string name="app_name">OpenBikeSharing</string>

<!-- Error messages -->
<string name="connection_error">Verbindungsfehler</string>
<string name="json_error">Fehler beim Abrufen der Daten</string>
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@

<resources>

<!-- App name -->
<string name="app_name">OpenBikeSharing</string>

<!-- Error messages -->
<string name="connection_error">Error de conexión</string>
<string name="json_error">Error al obtener datos</string>
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@

<resources>

<!-- App name -->
<string name="app_name">OpenBikeSharing</string>

<!-- Error messages -->
<string name="connection_error">Erreur de connexion</string>
<string name="json_error">Erreur de récupération des données</string>
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@

<resources>

<!-- App name -->
<string name="app_name">OpenBikeSharing</string>

<!-- Error messages -->
<string name="connection_error">Errore di connessione</string>
<string name="json_error">Errore nel recupero dei dati</string>
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources><string name="app_name">オープン自転車シェアリング</string>

<resources>
<string name="connection_error">接続エラー</string>
<string name="json_error">データの取得中にエラー</string>

Expand Down
3 changes: 0 additions & 3 deletions app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@

<resources>

<!-- App name -->
<string name="app_name">OpenBikeSharing</string>

<!-- Error messages -->
<string name="connection_error">Błąd połączenia</string>
<string name="json_error">Błąd pobierania danych</string>
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/res/values-pt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@

<resources>

<!-- App name -->
<string name="app_name">OpenBikeSharing</string>

<!-- Error messages -->
<string name="connection_error">Erro de conexão</string>
<string name="json_error">Erro ao recuperar dados</string>
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@

<resources>

<!-- App name -->
<string name="app_name">OpenBikeSharing</string>

<!-- Error messages -->
<string name="connection_error">Bağlantı hatası</string>
<string name="json_error">Veri alımında hata</string>
Expand Down
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 @@ -18,7 +18,7 @@
<resources>

<!-- App name -->
<string name="app_name">OpenBikeSharing</string>
<string name="app_name" translatable="false">OpenBikeSharing</string>

<!-- Error messages -->
<string name="connection_error">Connection error</string>
Expand Down

0 comments on commit 4ed99d3

Please sign in to comment.