diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2015-01-11 21:26:02 +0100 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2015-01-11 21:26:02 +0100 |
| commit | f0e644896d34c4c354a978788cbb461db653484b (patch) | |
| tree | 31086457b3a8f7c30e94e20a287914dcdb3d3c95 /app/translations/pebble.ts | |
| parent | 341c38a31f4bde9a2f016b4d58a11b8beb2bae5a (diff) | |
Implemented "Add App file" dialog
Diffstat (limited to 'app/translations/pebble.ts')
| -rw-r--r-- | app/translations/pebble.ts | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/app/translations/pebble.ts b/app/translations/pebble.ts index 0f953bc..07393f6 100644 --- a/app/translations/pebble.ts +++ b/app/translations/pebble.ts @@ -43,15 +43,25 @@ <context> <name>InstallAppDialog</name> <message> - <location filename="../qml/pages/InstallAppDialog.qml" line="15"/> - <source>Install app</source> + <location filename="../qml/pages/InstallAppDialog.qml" line="17"/> + <source>Select App files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qml/pages/InstallAppDialog.qml" line="16"/> + <location filename="../qml/pages/InstallAppDialog.qml" line="64"/> + <source>Install App</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qml/pages/InstallAppDialog.qml" line="65"/> <source>Install</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../qml/pages/InstallAppDialog.qml" line="72"/> + <source>Add App file...</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ManagerPage</name> |
