diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2015-06-09 16:14:42 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2015-06-09 16:14:42 +0200 |
| commit | 882b7b9327edb3dd73fa3e82eba83c0405f91b83 (patch) | |
| tree | 0f3d3d30289256f9485774822d354bb5d5f50f3b /app/translations | |
| parent | 7d7dd8aae50816e86d32b5c5c3b34391131b3607 (diff) | |
Handle multiple paired Pebbles882b7b9327smokku/master
Moved Pebble discovery to WatchConnector.
Removed empty DBusConnector.
Minor firmware handling fixes.
Diffstat (limited to 'app/translations')
| -rw-r--r-- | app/translations/pebble-es.ts | 2 | ||||
| -rw-r--r-- | app/translations/pebble-pl.ts | 2 | ||||
| -rw-r--r-- | app/translations/pebble-zh_CN.ts | 2 | ||||
| -rw-r--r-- | app/translations/pebble.ts | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/app/translations/pebble-es.ts b/app/translations/pebble-es.ts index 28ddd18..8ca8b7f 100644 --- a/app/translations/pebble-es.ts +++ b/app/translations/pebble-es.ts @@ -425,6 +425,8 @@ Si esto tarda mucho, comprueba que el reloj esté emparejado correctamente.</tra <translation type="unfinished"></translation> </message> <message> + <location filename="../qml/pages/WatchInfo.qml" line="72"/> + <location filename="../qml/pages/WatchInfo.qml" line="80"/> <location filename="../qml/pages/WatchInfo.qml" line="88"/> <source>unknown</source> <translation type="unfinished"></translation> diff --git a/app/translations/pebble-pl.ts b/app/translations/pebble-pl.ts index 4e11b08..8d431d8 100644 --- a/app/translations/pebble-pl.ts +++ b/app/translations/pebble-pl.ts @@ -453,6 +453,8 @@ Jeśli nie zostaje znaleziony sprawdź czy jest w zasięgu i czy jest sparowany <translation>Najnowszy</translation> </message> <message> + <location filename="../qml/pages/WatchInfo.qml" line="72"/> + <location filename="../qml/pages/WatchInfo.qml" line="80"/> <location filename="../qml/pages/WatchInfo.qml" line="88"/> <source>unknown</source> <translation>nie wiadomo</translation> diff --git a/app/translations/pebble-zh_CN.ts b/app/translations/pebble-zh_CN.ts index 092ce00..655d162 100644 --- a/app/translations/pebble-zh_CN.ts +++ b/app/translations/pebble-zh_CN.ts @@ -405,6 +405,8 @@ If it can't be found please check it's available and paired in Bluetoo <translation>最新</translation> </message> <message> + <location filename="../qml/pages/WatchInfo.qml" line="72"/> + <location filename="../qml/pages/WatchInfo.qml" line="80"/> <location filename="../qml/pages/WatchInfo.qml" line="88"/> <source>unknown</source> <translation>未知</translation> diff --git a/app/translations/pebble.ts b/app/translations/pebble.ts index 843ceef..0479dc1 100644 --- a/app/translations/pebble.ts +++ b/app/translations/pebble.ts @@ -404,6 +404,8 @@ If it can't be found please check it's available and paired in Bluetoo <translation type="unfinished"></translation> </message> <message> + <location filename="../qml/pages/WatchInfo.qml" line="72"/> + <location filename="../qml/pages/WatchInfo.qml" line="80"/> <location filename="../qml/pages/WatchInfo.qml" line="88"/> <source>unknown</source> <translation type="unfinished"></translation> |
