~paulliu/unity8/zoomImage

« back to all changes in this revision

Viewing changes to po/br.po

  • Committer: Ying-Chun Liu
  • Date: 2014-04-22 15:33:24 UTC
  • mfrom: (734.1.119 unity8)
  • Revision ID: paul.liu@canonical.com-20140422153324-9o7r3gh3dzczx4sr
Merge upstream
[ Albert Astals ]
* Fix last item X position Fixes clicking on the last item sometimes
  not working (LP: #1301871)
* Use upstart in ./run Makes it so that you can use the lock button on
  the device without getting that nasty hwc crash
* Remove AnimationControllerWithSignals.
* Use the correct delegate base item for the Carousel test
* Some simplification in DashContent Kill the ScopeDelegateMapper in
  favour of a simple if (that will eventually go away). Removal of all
  the fake scopes in the tests that added nothing of value to the
  tests. Removal of movementEnded signal that was unused. Removal of
  movementStarted and positionedAtBeginning signals that were being
  used as function calls. Rework DashContent tests so they what the
  function does what it is supposed to do instead of just making sure
  QML signals work .
* Improve Card creation time by adding loaders that make sure only
  what's needed is loaded In my computer it goes from RESULT :
  qmltestrunner::benchmark_time:"cardTitleArtSubtitleMascotSummaryMode
  l": 3.217 msecs per iteration (total: 3,218, iterations: 1000)
  RESULT :
  qmltestrunner::benchmark_time:"cardTitleArtSubtitleMascotModel":
  1.647 msecs per iteration (total: 1,648, iterations: 1000) RESULT :
  qmltestrunner::benchmark_time:"cardTitleArtSubtitleModel": 1.514
  msecs per iteration (total: 1,515, iterations: 1000) RESULT :
  qmltestrunner::benchmark_time:"cardTitleArtModel": 1.471 msecs per
  iteration (total: 1,471, iterations: 1000) RESULT :
  qmltestrunner::benchmark_time:"cardArtModel": 1.447 msecs per
  iteration (total: 1,448, iterations: 1000) RESULT :
  qmltestrunner::benchmark_time:"cardTitleModel": 1.276 msecs per
  iteration (total: 1,276, iterations: 1000) to RESULT :
  qmltestrunner::benchmark_time:"cardTitleArtSubtitleMascotSummaryMode
  l": 2.916 msecs per iteration (total: 2,917, iterations: 1000)
  RESULT :
  qmltestrunner::benchmark_time:"cardTitleArtSubtitleMascotModel":
  1.504 msecs per iteration (total: 1,504, iterations: 1000) RESULT :
  qmltestrunner::benchmark_time:"cardTitleArtSubtitleModel": 1.060
  msecs per iteration (total: 1,061, iterations: 1000) RESULT :
  qmltestrunner::benchmark_time:"cardTitleArtModel": 1.052 msecs per
  iteration (total: 1,053, iterations: 1000) RESULT :
  qmltestrunner::benchmark_time:"cardArtModel": 0.727 msecs per
  iteration (total: 728, iterations: 1000) RESULT :
  qmltestrunner::benchmark_time:"cardTitleModel": 0.817 msecs per
  iteration (total: 818, iterations: 1000) (LP: #1297197)
[ Allan LeSage ]
* DashApps emulator get_applications should return a list ordered by
  visible y, x.
[ Andrea Cimitan ]
* Workaround for lp1301309 until fixes for palette in ui toolkit (LP:
  #1301309)
[ Leo Arias ]
* Reverted the change that returns application cards instead of
  titles.
[ Nick Dedekind ]
* Indicator services started by unity8 upstart configuration rather
  than manual emmision from indicator manager.
[ Mirco Müller ]
* Fix notification ap-test assertions.
[ Michael Terry ]
* Use new tablet and phone backgrounds from Design.
[ Michael Zanetti ]
* workaround the QTestLogger assertion issue with make tryXyz and our
  custom uqmlscene
[ Michael Terry ]
* When an application requests focus, handle it in Shell.qml by hiding
  the greeter and stopping any edge demo. (LP: #1227753)
[ Leo Arias ]
* Use subprocess.check_call when caling url-dispatcher, so an error
  will be raised if it fails.
* Test application life cycle with fake apps, instead of messaging and
  address book.
[ Didier Roche ]
* Resync trunk with previous revert upload
[ Michał Sawicz ]
* Set the Qt.ImhNoPredictiveText flag on wifi password field, fixes
  lp:1291575 (LP: #1291575)
[ Albert Astals ]
* Take into account the originY when specifying the delegate ranges
  Fixes bug #1300302 (LP: #1300302)
[ CI bot ]
* Resync trunk
[ Allan LeSage ]
* Swiping open an indicator must show its correct title--protect
  against lp:1253804 . (LP: #1253804)
[ Alexander Sack ]
* Fix TypeError: issue seen in system_integration autopilot test on
  image 279. (LP: #1303685)
[ Bill Filler ]
* Set the Qt.ImhNoPredictiveText flag on wifi password field, fixes
  lp:1291575 (LP: #1291575)
[ Leo Arias ]
* Added a search autopilot helper.
[ Michael Terry ]
* Provide a all-in-one script for getting a device to an unlocked
  state.
* Revert to previous version as it's linked to latest sdk change which
  is making gallery-app AP tests failing on the CI dashboard
[ Albert Astals ]
* Adapt to new TabBar
[ Michael Terry ]
* Re-enable test_networkmanager_integration autopilot test on phone
  platforms
[ CI bot ]
* Resync trunk
[ Leo Arias ]
* Reverted the open_preview autopilot helper to return a Preview
  object.
[ Albert Astals ]
* If not running in Mir load the "fake" application manager (LP:
  #1301547)
* Remove unused properties from DashRenderer
[ Michael Zanetti ]
* Fix tests after right edge merge. Drop old stages tests. Fix right
  edge tests if someone doesn't have the GRID_UNIT_PX exported. make
  GenericScopeView test more robust that broke because the ordering
  changed
* add "make xvfbtestSomething" target to run qml tests in xvfb
* make the "make test" commit hook work again
[ Michał Sawicz ]
* Bump version to ensure incompatibility with previous Unity.Application
  implementations.
* We'll only have the unity-mir and mock Ubuntu.Application plugins
  now, no need for mangling the import paths.
[ Michal Hruby ]
* Remove the albumart image provider. (LP: #1262711)
* Don't reset search string after 2 seconds. (LP: #1297246)
[ James Henstridge ]
* Remove the albumart image provider. (LP: #1262711)
[ Albert Astals ]
* Carousel: Add test to make sure we only create the needed delegates
  and not more
* LVWPH: Remove processEvents() call from updatePolish() It causes
  some reentrancy issues and in some times you end up in polishItems()
  with items that have been deleted because you called processEvents()
  This means i need a small tweak in itemGeometryChanged to not
  reposition items if we are inside a setContentHeight call and two
  small tweaks to tests since now things happen in a different order
  and numbers are different (though equivalent) (LP: #1297240)
* Card.qml binding loops are gone. hooray \o/ Also made the aspect
  properties readonly
[ Mirco Müller ]
* A potential fix for "Cannot read property 'state' of null"-failure
  on Jenkins with the VisualSnapDecisionsQueue QML-test of
  notifications.
[ Michael Terry ]
* Pass user's preference for auto-brightness on to powerd. (LP:
  #1273174)
[ Michael Zanetti ]
* Registers a dummy QObject as QTestRootObject in uqmlscene in order
  to fix make trySomething with Qt 5.2.
* For now, have libunity-private depending on libunity-core-6.0-9 as the
  gsettings schema is here. The dependency wasn't direct and dropped from
  Touch image #271. Consequently, unity8 didn't start (gsettings
  segfaulting).
  Proper strategy will be to include the schema in another package to only
  pull it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Breton translation for unity8
 
2
# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
 
3
# This file is distributed under the same license as the unity8 package.
 
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
 
5
#
 
6
msgid ""
 
7
msgstr ""
 
8
"Project-Id-Version: unity8\n"
 
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 
10
"POT-Creation-Date: 2014-03-25 16:48+0100\n"
 
11
"PO-Revision-Date: 2014-04-15 18:15+0000\n"
 
12
"Last-Translator: Rouxel <vincent.rouxel@mailoo.org>\n"
 
13
"Language-Team: Breton <br@li.org>\n"
 
14
"MIME-Version: 1.0\n"
 
15
"Content-Type: text/plain; charset=UTF-8\n"
 
16
"Content-Transfer-Encoding: 8bit\n"
 
17
"X-Launchpad-Export-Date: 2014-04-16 07:12+0000\n"
 
18
"X-Generator: Launchpad (build 16976)\n"
 
19
 
 
20
#: plugins/Unity/Launcher/launcheritem.cpp:43
 
21
#: plugins/Unity/Launcher/launcheritem.cpp:73
 
22
msgid "Lock to Launcher"
 
23
msgstr ""
 
24
 
 
25
#: plugins/Unity/Launcher/launcheritem.cpp:73
 
26
msgid "Unlock from Launcher"
 
27
msgstr ""
 
28
 
 
29
#: qml/Components/EdgeDemoOverlay.qml:151
 
30
msgid "Skip intro"
 
31
msgstr ""
 
32
 
 
33
#: qml/Components/EdgeDemo.qml:113
 
34
msgid "Right edge"
 
35
msgstr ""
 
36
 
 
37
#: qml/Components/EdgeDemo.qml:114
 
38
msgid "Try swiping from the right edge to unlock the phone"
 
39
msgstr ""
 
40
 
 
41
#: qml/Components/EdgeDemo.qml:145
 
42
msgid "Top edge"
 
43
msgstr ""
 
44
 
 
45
#: qml/Components/EdgeDemo.qml:146
 
46
msgid "Try swiping from the top edge to access the indicators"
 
47
msgstr ""
 
48
 
 
49
#: qml/Components/EdgeDemo.qml:171
 
50
msgid "Close"
 
51
msgstr "Serriñ"
 
52
 
 
53
#: qml/Components/EdgeDemo.qml:172
 
54
msgid "Swipe up again to close the settings screen"
 
55
msgstr ""
 
56
 
 
57
#: qml/Components/EdgeDemo.qml:199
 
58
msgid "Left edge"
 
59
msgstr ""
 
60
 
 
61
#: qml/Components/EdgeDemo.qml:200
 
62
msgid "Swipe from the left to reveal the launcher for quick access to apps"
 
63
msgstr ""
 
64
 
 
65
#: qml/Components/EdgeDemo.qml:227
 
66
msgid "Well done"
 
67
msgstr ""
 
68
 
 
69
#: qml/Components/EdgeDemo.qml:228
 
70
msgid ""
 
71
"You have now mastered the edge gestures and can start using the "
 
72
"phone<br><br>Tap on the screen to start"
 
73
msgstr ""
 
74
 
 
75
#: qml/Components/PageHeader.qml:365
 
76
msgid "Recent searches"
 
77
msgstr ""
 
78
 
 
79
#: qml/Components/SeeMore.qml:35
 
80
msgid "See more"
 
81
msgstr ""
 
82
 
 
83
#: qml/Components/SeeMore.qml:58
 
84
msgid "See less"
 
85
msgstr ""
 
86
 
 
87
#: qml/Dash/DashApps.qml:38
 
88
msgid "Recent"
 
89
msgstr ""
 
90
 
 
91
#: qml/Dash/PreviewListView.qml:52
 
92
#, qt-format
 
93
msgid "%1 Preview"
 
94
msgstr ""
 
95
 
 
96
#: qml/Dash/Previews/PreviewActionCombo.qml:34
 
97
msgid "More..."
 
98
msgstr ""
 
99
 
 
100
#: qml/Dash/Previews/PreviewActionCombo.qml:34
 
101
msgid "Less..."
 
102
msgstr ""
 
103
 
 
104
#: qml/Dash/Previews/PreviewRatingInput.qml:81
 
105
msgid "Rate this"
 
106
msgstr ""
 
107
 
 
108
#: qml/Dash/Previews/PreviewRatingInput.qml:126
 
109
msgid "Add a review"
 
110
msgstr ""
 
111
 
 
112
#: qml/Dash/Previews/PreviewRatingInput.qml:166
 
113
msgid "Send"
 
114
msgstr ""
 
115
 
 
116
#: qml/Greeter/Lockscreen.qml:149
 
117
msgid "Emergency Call"
 
118
msgstr ""
 
119
 
 
120
#: qml/Greeter/PassphraseLockscreen.qml:59
 
121
#, qt-format
 
122
msgid "Hello %1"
 
123
msgstr ""
 
124
 
 
125
#: qml/Greeter/PassphraseLockscreen.qml:59
 
126
msgid "Hello"
 
127
msgstr ""
 
128
 
 
129
#: qml/Hud/HudParametrizedActionsPage.qml:132
 
130
msgid "Confirm"
 
131
msgstr ""
 
132
 
 
133
#: qml/Hud/Hud.qml:61 qml/Hud/Hud.qml:99 qml/Hud/Hud.qml:372
 
134
msgid "Type or say a command"
 
135
msgstr ""
 
136
 
 
137
#: qml/Hud/Hud.qml:84
 
138
msgid "Loading. Please Wait..."
 
139
msgstr ""
 
140
 
 
141
#: qml/Hud/Hud.qml:89
 
142
msgid "Speak Now..."
 
143
msgstr ""
 
144
 
 
145
#: qml/Hud/Hud.qml:94
 
146
msgid "Speaking..."
 
147
msgstr ""
 
148
 
 
149
#: qml/Notifications/NotificationMenuItemFactory.qml:91
 
150
msgid "Show password"
 
151
msgstr ""
 
152
 
 
153
#: qml/Notifications/NotificationMenuItemFactory.qml:103
 
154
msgid "Please enter SIM PIN"
 
155
msgstr ""
 
156
 
 
157
#: qml/Panel/SearchIndicator.qml:27
 
158
msgid "Search"
 
159
msgstr ""
 
160
 
 
161
#: qml/Shell.qml:417
 
162
#, qt-format
 
163
msgid "Please enter %1"
 
164
msgstr ""