~mterry/ubuntu-calculator-app/confined

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
# Danish translation for ubuntu-calculator-app
# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
# This file is distributed under the same license as the ubuntu-calculator-app package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
msgid ""
msgstr ""
"Project-Id-Version: ubuntu-calculator-app\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2016-02-08 16:37+0100\n"
"PO-Revision-Date: 2016-02-09 09:24+0000\n"
"Last-Translator: Folmer Fredslund <Unknown>\n"
"Language-Team: Danish <da@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2016-11-19 06:15+0000\n"
"X-Generator: Launchpad (build 18269)\n"

#: ../app/engine/formula.js:176
msgid "NaN"
msgstr "NaN"

#: ../app/ubuntu-calculator-app.qml:267
#: /tmp/tmp.WzlPraBXv6/po/ubuntu-calculator-app.desktop.in.in.h:1
msgid "Calculator"
msgstr "Lommeregner"

#: ../app/ubuntu-calculator-app.qml:271 ../app/ubuntu-calculator-app.qml:276
msgid "Favorite"
msgstr "Foretrukne"

#: ../app/ubuntu-calculator-app.qml:323
msgid "Cancel"
msgstr "Annullér"

#: ../app/ubuntu-calculator-app.qml:333
msgid "Select All"
msgstr "Markér alt"

#: ../app/ubuntu-calculator-app.qml:333
msgid "Select None"
msgstr "Fjern alle markeringer"

#: ../app/ubuntu-calculator-app.qml:340 ../app/ubuntu-calculator-app.qml:404
msgid "Copy"
msgstr "Kopiér"

#: ../app/ubuntu-calculator-app.qml:348 ../app/ubuntu-calculator-app.qml:450
msgid "Delete"
msgstr "Slet"

#: ../app/ubuntu-calculator-app.qml:414
msgid "Edit"
msgstr "Redigér"

#: ../app/ubuntu-calculator-app.qml:428
msgid "Add to favorites"
msgstr "Tilføj til foretrukne"

#. TRANSLATORS: this is a time formatting string, see
#. http://qt-project.org/doc/qt-5/qml-qtqml-date.html#details for
#. valid expressions
#. TRANSLATORS: this is a time formatting string, see
#. http://qt-project.org/doc/qt-5/qml-qtqml-date.html#details for valid
#. expressions
#: ../app/ubuntu-calculator-app.qml:566 ../app/ui/FavouritePage.qml:89
#: ../app/ui/Screen.qml:51
msgid "dd MMM yyyy"
msgstr "dd mmm åååå"

#: ../app/ui/FavouritePage.qml:42
msgid "No favorites"
msgstr "Ingen favoritter"

#: ../app/ui/FavouritePage.qml:43
msgid ""
"Swipe calculations to the left\n"
"to mark as favorites"
msgstr ""
"Stryg beregninger til venstre\n"
"for at markere som favorit"

#. TRANSLATORS Natural logarithm symbol (logarithm to the base e)
#: ../app/ui/LandscapeKeyboard.qml:37 ../app/ui/PortraitKeyboard.qml:60
msgid "log"
msgstr "log"

#. TRANSLATORS Modulo operation: Finds the remainder after division of one number by another
#: ../app/ui/LandscapeKeyboard.qml:44 ../app/ui/PortraitKeyboard.qml:64
msgid "mod"
msgstr "mod"

#: ../app/ui/Screen.qml:37
msgid "Just now"
msgstr "Lige nu"

#: ../app/ui/Screen.qml:39
msgid "Today "
msgstr "I dag "

#. TRANSLATORS: this is a time formatting string, see
#. http://qt-project.org/doc/qt-5/qml-qtqml-date.html#details for
#. valid expressions
#: ../app/ui/Screen.qml:43
msgid "hh:mm"
msgstr "hh:mm"

#: ../app/ui/Screen.qml:45
msgid "Yesterday"
msgstr "I går"

#: ../app/ui/Walkthrough.qml:96
msgid "Skip"
msgstr "Spring over"

#: ../app/welcomewizard/Slide1.qml:27
msgid "Welcome to Calculator"
msgstr "Velkommen til lommeregneren"

#: ../app/welcomewizard/Slide1.qml:28
msgid "Enjoy the power of math by using Calculator"
msgstr "Nyd matematikens kraft med lommeregneren"

#: ../app/welcomewizard/Slide10.qml:27
msgid "Copy formula"
msgstr "Kopiér formel"

#: ../app/welcomewizard/Slide10.qml:28
msgid "Long press to copy part or all of a formula to the clipboard"
msgstr ""
"Kopier dele af eller hele formler til udklipsholderen med et langt tryk"

#: ../app/welcomewizard/Slide11.qml:79
msgid "Enjoy"
msgstr "Nyd det"

#: ../app/welcomewizard/Slide11.qml:88
msgid "We hope you enjoy using Calculator!"
msgstr "Vi håber du kan lide at bruge lommeregneren!"

#: ../app/welcomewizard/Slide11.qml:106
msgid "Finish"
msgstr "Afslut"

#: ../app/welcomewizard/Slide2.qml:27
msgid "Scientific keyboard"
msgstr "Videnskabeligt tastatur"

#: ../app/welcomewizard/Slide2.qml:28
msgid "Access scientific functions with a left swipe on the numeric keypad"
msgstr ""
"Tilgå videnskabelige funktioner ved at stryge til venstre på det numeriske "
"tastatur"

#: ../app/welcomewizard/Slide3.qml:27
msgid "Scientific View"
msgstr "Videnskabelig udseende"

#: ../app/welcomewizard/Slide3.qml:28
msgid "Rotate device to show numeric and scientific functions together"
msgstr ""
"Rotér enheden for at vise numeriske og videnskabelige funktioner sammen"

#: ../app/welcomewizard/Slide4.qml:27
msgid "Delete item from calculation history"
msgstr "Slet  fra beregningshistorikken"

#: ../app/welcomewizard/Slide4.qml:28
msgid "Swipe right to delete items from calculator history"
msgstr "Stryg til højre for at slette fra beregningshistorikken"

#: ../app/welcomewizard/Slide5.qml:27
msgid "Delete several items from calculation history"
msgstr "Slet flere ting fra beregningshistorikken"

#: ../app/welcomewizard/Slide5.qml:28
msgid "Long press to select multiple calculations for deletion"
msgstr "Vælg mange beregninger for sletning med langt tryk"

#: ../app/welcomewizard/Slide6.qml:27
msgid "Delete whole formula at once"
msgstr "Slet hele formlen på en gang"

#: ../app/welcomewizard/Slide6.qml:28
msgid "Long press '←' button to clear all formulas from input bar"
msgstr "Langt tryk på '←' knappen fjerner alle formler fra input feltet"

#: ../app/welcomewizard/Slide7.qml:27
msgid "Edit item from calculation history"
msgstr "Redigér fra beregningshistorik"

#: ../app/welcomewizard/Slide7.qml:28
msgid "Swipe left and press pencil to edit calculation"
msgstr "Stryg til venstre og tryk på blyanten for at redigere beregning"

#: ../app/welcomewizard/Slide8.qml:27
msgid "Add new favourite"
msgstr "Tilføj ny favorit"

#: ../app/welcomewizard/Slide8.qml:28
msgid "Swipe left and press star to add calculations to favourites view"
msgstr ""
"Stryg til venstre og tryk på stjernen for at tilføje beregninger til "
"favoritter"

#: ../app/welcomewizard/Slide9.qml:27
msgid "Edit formula"
msgstr "Redigér formel"

#: ../app/welcomewizard/Slide9.qml:28
msgid "Click in the middle of a formula to edit in place"
msgstr "Klik i midten af en formel for at redigere"

#: /tmp/tmp.WzlPraBXv6/po/ubuntu-calculator-app.desktop.in.in.h:2
msgid "A calculator for Ubuntu."
msgstr "En lommeregner for Ubuntu."

#: /tmp/tmp.WzlPraBXv6/po/ubuntu-calculator-app.desktop.in.in.h:3
msgid "math;addition;subtraction;multiplication;division;"
msgstr "matematik;plus;minus;gange;dividere;beregning;lommeregner;"