1 # Irish translations for gcalctool package.
2 # Copyright (C) 2004-2008 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the gcalctool package.
4 # Alastair McKinstry <mckinstry@computer.org>, 2004.
5 # Seán de Búrca <leftmostcat@gmail.com>, 2008.
9 "Project-Id-Version: gcalctool HEAD\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2008-01-20 18:41-0700\n"
12 "PO-Revision-Date: 2008-01-20 18:41-0700\n"
13 "Last-Translator: Seán de Búrca <leftmostcat@gmail.com>\n"
14 "Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=5; plural=n==1 ? 0 : (n%10==1 || n%10==2) ? 1 : (n%"
19 "10>=3 && n%10<= 6) ? 2 : ((n%10>=7 && n%10<=9) || n==10) ? 3 : 4;\n"
21 #: ../gcalctool/calctool.c:566
22 msgid "Kilometer-to-mile conversion factor"
25 #: ../gcalctool/calctool.c:568
26 msgid "square root of 2"
29 #: ../gcalctool/calctool.c:569
33 #: ../gcalctool/calctool.c:570
37 #: ../gcalctool/calctool.c:571
38 msgid "Centimeter-to-inch conversion factor"
41 #: ../gcalctool/calctool.c:573
42 msgid "degrees in a radian"
45 #: ../gcalctool/calctool.c:574
49 #: ../gcalctool/calctool.c:575
50 msgid "Gram-to-ounce conversion factor"
53 #: ../gcalctool/calctool.c:577
54 msgid "Kilojoule-to-British-thermal-unit conversion factor"
57 #: ../gcalctool/calctool.c:580
58 msgid "Cubic-centimeter-to-cubic-inch conversion factor"
61 #. THIS ROUTINE IS CALLED WHEN AN ERROR CONDITION IS ENCOUNTERED, AND
62 #. * AFTER A MESSAGE HAS BEEN WRITTEN TO STDERR.
64 #: ../gcalctool/calctool.c:591 ../gcalctool/display.c:262
65 #: ../gcalctool/mp.c:1981 ../gcalctool/mpmath.c:365 ../gcalctool/mpmath.c:404
66 #: ../gcalctool/mpmath.c:459
70 #: ../gcalctool/calctool.c:603
72 msgid "%s: %s as next argument.\n"
75 #: ../gcalctool/calctool.c:612
84 #: ../gcalctool/calctool.c:613
86 msgid "Usage: %s: [-D] [-E] [-a accuracy] "
89 #: ../gcalctool/calctool.c:614
90 msgid "\t\t [-?] [-v] [-h]\n"
91 msgstr "\t\t [-?] [-v] [-h]\n"
93 #: ../gcalctool/calctool.c:639
94 msgid "-a needs accuracy value"
97 #: ../gcalctool/calctool.c:643 ../gcalctool/get.c:237
99 msgid "%s: accuracy should be in the range 0-%d\n"
102 #: ../gcalctool/functions.c:189
103 msgid "No undo history"
106 #: ../gcalctool/functions.c:221
107 msgid "No redo steps"
110 #: ../gcalctool/functions.c:577
111 msgid "Invalid number for the current base"
114 #: ../gcalctool/functions.c:581
115 msgid "Too long number"
118 #: ../gcalctool/functions.c:585
119 msgid "Invalid bitwise operation parameter(s)"
122 #: ../gcalctool/functions.c:589
123 msgid "Invalid modulus operation parameter(s)"
126 #: ../gcalctool/functions.c:593
127 msgid "Math operation error"
130 #: ../gcalctool/functions.c:597
131 msgid "Malformed expression"
134 #: ../gcalctool/functions.c:691
135 msgid "Error, operands must be integers"
138 #: ../gcalctool/functions.c:909 ../gcalctool/functions.c:1264
139 msgid "No sane value to convert"
142 #: ../gcalctool/functions.c:1009 ../gcalctool/functions.c:1337
143 msgid "No sane value to store"
146 #: ../gcalctool/functions.c:1130
147 msgid "Malformed function"
150 #: ../gcalctool/functions.c:1292
151 msgid "Cleared display, prefix without an operator is not allowed"
154 #: ../gcalctool/functions.c:1313
155 msgid "Malformed parenthesis expression"
158 #: ../gcalctool/functions.c:1489
159 msgid "No sane value to do bitwise shift"
162 #: ../gcalctool/get.c:258
164 msgid "%s: base should be 2, 8, 10 or 16\n"
167 #: ../gcalctool/get.c:273
169 msgid "%s: invalid display mode [%s]\n"
172 #: ../gcalctool/get.c:288
174 msgid "%s: invalid mode [%s]\n"
177 #: ../gcalctool/get.c:302
179 msgid "%s: invalid trigonometric mode [%s]\n"
182 #: ../gcalctool/get.c:320
184 msgid "%s: invalid syntax mode [%s]\n"
187 #: ../gcalctool/gtk.c:55 ../gcalctool.desktop.in.h:1
191 #: ../gcalctool/gtk.c:55
192 msgid "Calculator - Advanced"
193 msgstr "Áireamhán - Casta"
195 #: ../gcalctool/gtk.c:55
196 msgid "Calculator - Financial"
197 msgstr "Áireamhán - Airgeadúil"
199 #: ../gcalctool/gtk.c:56
200 msgid "Calculator - Scientific"
201 msgstr "Áireamhán - Eolaíoch"
203 #: ../gcalctool/gtk.c:61
205 msgid "Calculator [%s]"
206 msgstr "Áireamhán [%s]"
208 #: ../gcalctool/gtk.c:61
210 msgid "Calculator [%s] - Advanced"
213 #: ../gcalctool/gtk.c:61
215 msgid "Calculator [%s] - Financial"
218 #: ../gcalctool/gtk.c:62
220 msgid "Calculator [%s] - Scientific"
223 #: ../gcalctool/gtk.c:510
224 msgid "Activated no operator precedence mode"
227 #: ../gcalctool/gtk.c:513
228 msgid "Activated expression mode with operator precedence"
231 #: ../gcalctool/gtk.c:542 ../glade/gcalctool.glade.h:355
233 msgid "_Other (%d) ..."
234 msgstr "_Eile (%d) ..."
236 #: ../gcalctool/gtk.c:546
238 msgid "Set accuracy from 0 to %d numeric places."
239 msgid_plural "Set accuracy from 0 to %d numeric places."
243 #. Translator: This refers to the current accuracy setting
244 #: ../gcalctool/gtk.c:552
246 msgid "Currently set to %d places."
247 msgid_plural "Currently set to %d places."
252 #: ../gcalctool/gtk.c:584 ../glade/gcalctool.glade.h:288
256 #: ../gcalctool/gtk.c:584
260 #: ../gcalctool/gtk.c:585
261 msgid "Sin<sup>-1</sup>"
262 msgstr "Sin<sup>-1</sup>"
264 #: ../gcalctool/gtk.c:586
265 msgid "Sinh<sup>-1</sup>"
266 msgstr "Sinh<sup>-1</sup>"
269 #: ../gcalctool/gtk.c:588 ../glade/gcalctool.glade.h:141
273 #: ../gcalctool/gtk.c:588
277 #: ../gcalctool/gtk.c:589
278 msgid "Cos<sup>-1</sup>"
279 msgstr "Cos<sup>-1</sup>"
281 #: ../gcalctool/gtk.c:590
282 msgid "Cosh<sup>-1</sup>"
283 msgstr "Cosh<sup>-1</sup>"
286 #: ../gcalctool/gtk.c:592 ../glade/gcalctool.glade.h:308
290 #: ../gcalctool/gtk.c:592
294 #: ../gcalctool/gtk.c:593
295 msgid "Tan<sup>-1</sup>"
296 msgstr "Tan<sup>-1</sup>"
298 #: ../gcalctool/gtk.c:594
299 msgid "Tanh<sup>-1</sup>"
300 msgstr "Tanh<sup>-1</sup>"
302 #. Translators: When the bit calculation extension is visible, by
303 #. * clicking on any of these individual bits, their value can be
304 #. * toggled, causing the displayed integer value to be adjusted
307 #: ../gcalctool/gtk.c:686
309 "Bit calculation extension activated. Click on bit values to toggle them."
312 #: ../gcalctool/gtk.c:1146
313 msgid "translator-credits"
315 "Alastair McKinstry <mckinstry@computer.org>\n"
316 "Seán de Búrca <leftmostcat@gmail.com>"
318 #: ../gcalctool/gtk.c:1149
320 "Gcalctool is free software; you can redistribute it and/or modify\n"
321 "it under the terms of the GNU General Public License as published by\n"
322 "the Free Software Foundation; either version 2 of the License, or\n"
323 "(at your option) any later version.\n"
326 #: ../gcalctool/gtk.c:1153
328 "Gcalctool is distributed in the hope that it will be useful,\n"
329 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
330 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
331 "GNU General Public License for more details.\n"
334 #: ../gcalctool/gtk.c:1157
336 "You should have received a copy of the GNU General Public License\n"
337 "along with Gcalctool; if not, write to the Free Software Foundation, Inc.,\n"
338 "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\n"
341 #: ../gcalctool/gtk.c:1168
345 #: ../gcalctool/gtk.c:1170
346 msgid "© 1986-2008 The Gcalctool authors"
347 msgstr "© 1986-2008 Na hÚdair Gcalctool"
349 #: ../gcalctool/gtk.c:1172
350 msgid "Calculator with financial and scientific modes."
353 #: ../gcalctool/gtk.c:1474 ../glade/gcalctool.glade.h:120
357 #: ../gcalctool/gtk.c:1492 ../glade/gcalctool.glade.h:166
361 #: ../gcalctool/gtk.c:1666
362 msgid "Changing Modes Clears Calculation"
365 #: ../gcalctool/gtk.c:1669
367 "When you change modes, the current calculation will be cleared, and the base "
368 "will be reset to decimal."
371 #: ../gcalctool/gtk.c:1673
372 msgid "_Do not warn me again"
375 #: ../gcalctool/gtk.c:1678
379 #. translators: R is the short form of register used inter alia
381 #: ../gcalctool/gtk.c:1815
385 #: ../gcalctool/gtk.c:2181
386 msgid "Clipboard contained malformed calculation"
389 #: ../gcalctool/gtk.c:2253
393 #: ../gcalctool/gtk.c:2526
394 msgid "Error loading user interface"
397 #: ../gcalctool/gtk.c:2528
400 "The user interface file %s is missing or unable to be loaded. Please check "
404 #: ../gcalctool/gtk.c:2756 ../gcalctool/gtk.c:2774
408 #: ../gcalctool/gtk.c:2758 ../gcalctool/gtk.c:2776
412 #: ../gcalctool/gtk.c:2760 ../gcalctool/gtk.c:2778
416 #. Set default accuracy menu item
417 #: ../gcalctool/gtk.c:2916 ../glade/gcalctool.glade.h:252
419 msgid "Reset to _Default (%d)"
422 #: ../gcalctool/mp.c:3364
423 msgid "Negative X and non-integer Y not supported"
426 #: ../gcalctool/mpmath.c:266
427 msgid "Error, cannot calculate cosine"
430 #: ../gcalctool.desktop.in.h:2
431 msgid "Perform arithmetic, scientific or financial calculations"
434 #: ../glade/gcalctool.glade.h:1
438 #: ../glade/gcalctool.glade.h:2
442 #. This is a percentage sign
443 #: ../glade/gcalctool.glade.h:5
448 #. 16 bit unsigned integer
449 #: ../glade/gcalctool.glade.h:7
453 #. 32 bit unsigned integer
454 #: ../glade/gcalctool.glade.h:9
459 #: ../glade/gcalctool.glade.h:11
464 #: ../glade/gcalctool.glade.h:13
468 #: ../glade/gcalctool.glade.h:14
473 #: ../glade/gcalctool.glade.h:16
478 #: ../glade/gcalctool.glade.h:18
483 #: ../glade/gcalctool.glade.h:20
487 #: ../glade/gcalctool.glade.h:21
491 #: ../glade/gcalctool.glade.h:22
495 #: ../glade/gcalctool.glade.h:23
499 #: ../glade/gcalctool.glade.h:24
500 msgid "10 to the power of displayed value [}]"
503 #: ../glade/gcalctool.glade.h:25
508 #: ../glade/gcalctool.glade.h:27
509 msgid "10<sup><i>x</i></sup>"
512 #: ../glade/gcalctool.glade.h:28
516 #: ../glade/gcalctool.glade.h:29
520 #: ../glade/gcalctool.glade.h:30
524 #: ../glade/gcalctool.glade.h:31
528 #: ../glade/gcalctool.glade.h:32
532 #: ../glade/gcalctool.glade.h:33
536 #: ../glade/gcalctool.glade.h:34
540 #: ../glade/gcalctool.glade.h:35
541 msgid "16 bit unsigned integer"
544 #: ../glade/gcalctool.glade.h:36
545 msgid "16-bit unsigned integer value of display (])"
549 #: ../glade/gcalctool.glade.h:38
554 #: ../glade/gcalctool.glade.h:40
558 #: ../glade/gcalctool.glade.h:41
562 #: ../glade/gcalctool.glade.h:42
566 #: ../glade/gcalctool.glade.h:43
567 msgid "32-bit unsigned integer value of display ([)"
571 #: ../glade/gcalctool.glade.h:45
575 #: ../glade/gcalctool.glade.h:46
580 #: ../glade/gcalctool.glade.h:48
585 #: ../glade/gcalctool.glade.h:50
589 #: ../glade/gcalctool.glade.h:51
594 #: ../glade/gcalctool.glade.h:53
599 #: ../glade/gcalctool.glade.h:55
604 #: ../glade/gcalctool.glade.h:57
609 #: ../glade/gcalctool.glade.h:59
614 #: ../glade/gcalctool.glade.h:61
618 #: ../glade/gcalctool.glade.h:62
619 msgid "<i>x</i><sup>2</sup>"
620 msgstr "<i>x</i><sup>2</sup>"
623 #: ../glade/gcalctool.glade.h:64
624 msgid "<i>x</i><sup><i>y</i></sup>"
625 msgstr "<i>x</i><sup><i>y</i></sup>"
627 #: ../glade/gcalctool.glade.h:65
629 "<small><i><b>Note:</b> All constant values are specified in the decimal "
630 "numeric base.</i></small>"
633 #. "R0" is the abbreviation for "Register 0", used in the memory register dialog
634 #: ../glade/gcalctool.glade.h:67
635 msgid "<span weight=\"bold\">R0</span>"
636 msgstr "<span weight=\"bold\">T0</span>"
638 #. "R1" is the abbreviation for "Register 1", used in the memory register dialog
639 #: ../glade/gcalctool.glade.h:69
640 msgid "<span weight=\"bold\">R1</span>"
641 msgstr "<span weight=\"bold\">T1</span>"
643 #. "R2" is the abbreviation for "Register 2", used in the memory register dialog
644 #: ../glade/gcalctool.glade.h:71
645 msgid "<span weight=\"bold\">R2</span>"
646 msgstr "<span weight=\"bold\">T2</span>"
648 #. "R3" is the abbreviation for "Register 3", used in the memory register dialog
649 #: ../glade/gcalctool.glade.h:73
650 msgid "<span weight=\"bold\">R3</span>"
651 msgstr "<span weight=\"bold\">T3</span>"
653 #. "R4" is the abbreviation for "Register 4", used in the memory register dialog
654 #: ../glade/gcalctool.glade.h:75
655 msgid "<span weight=\"bold\">R4</span>"
656 msgstr "<span weight=\"bold\">T4</span>"
658 #. "R5" is the abbreviation for "Register 5", used in the memory register dialog
659 #: ../glade/gcalctool.glade.h:77
660 msgid "<span weight=\"bold\">R5</span>"
661 msgstr "<span weight=\"bold\">T5</span>"
663 #. "R6" is the abbreviation for "Register 6", used in the memory register dialog
664 #: ../glade/gcalctool.glade.h:79
665 msgid "<span weight=\"bold\">R6</span>"
666 msgstr "<span weight=\"bold\">T6</span>"
668 #. "R7" is the abbreviation for "Register 7", used in the memory register dialog
669 #: ../glade/gcalctool.glade.h:81
670 msgid "<span weight=\"bold\">R7</span>"
671 msgstr "<span weight=\"bold\">T7</span>"
673 #. "R8" is the abbreviation for "Register 8", used in the memory register dialog
674 #: ../glade/gcalctool.glade.h:83
675 msgid "<span weight=\"bold\">R8</span>"
676 msgstr "<span weight=\"bold\">T8</span>"
678 #. "R9" is the abbreviation for "Register 9", used in the memory register dialog
679 #: ../glade/gcalctool.glade.h:85
680 msgid "<span weight=\"bold\">R9</span>"
681 msgstr "<span weight=\"bold\">T9</span>"
683 #. This is the calculate result button (=)
684 #: ../glade/gcalctool.glade.h:87
689 #: ../glade/gcalctool.glade.h:89
693 #: ../glade/gcalctool.glade.h:90
697 #: ../glade/gcalctool.glade.h:91
701 #: ../glade/gcalctool.glade.h:92
702 msgid "A_rithmetic Precedence"
705 #. Abs is short for Absolute
706 #: ../glade/gcalctool.glade.h:94
710 #: ../glade/gcalctool.glade.h:95
711 msgid "Absolute value"
714 #: ../glade/gcalctool.glade.h:96
715 msgid "Absolute value [u]"
719 #: ../glade/gcalctool.glade.h:98
723 #: ../glade/gcalctool.glade.h:99
727 #: ../glade/gcalctool.glade.h:100
731 #: ../glade/gcalctool.glade.h:101
733 msgstr "Cuir Leis [+]"
735 #: ../glade/gcalctool.glade.h:102
739 #: ../glade/gcalctool.glade.h:103
743 #: ../glade/gcalctool.glade.h:104
747 #: ../glade/gcalctool.glade.h:105
748 msgid "Base 10 log [G]"
751 #: ../glade/gcalctool.glade.h:106
752 msgid "Base 2 log [H]"
755 #: ../glade/gcalctool.glade.h:107
759 #: ../glade/gcalctool.glade.h:108
763 #: ../glade/gcalctool.glade.h:109
764 msgid "Bitwise AND [&]"
767 #: ../glade/gcalctool.glade.h:110
771 #: ../glade/gcalctool.glade.h:111
772 msgid "Bitwise NOT [~]"
775 #: ../glade/gcalctool.glade.h:112
779 #: ../glade/gcalctool.glade.h:113
780 msgid "Bitwise OR [|]"
783 #: ../glade/gcalctool.glade.h:114
787 #: ../glade/gcalctool.glade.h:115
788 msgid "Bitwise XNOR [n]"
791 #: ../glade/gcalctool.glade.h:116
795 #: ../glade/gcalctool.glade.h:117
796 msgid "Bitwise XOR [x]"
799 #. Bksp is short for Backspace
800 #: ../glade/gcalctool.glade.h:119
804 #: ../glade/gcalctool.glade.h:121
808 #: ../glade/gcalctool.glade.h:122
809 msgid "Calculate result"
812 #: ../glade/gcalctool.glade.h:123
813 msgid "Calculate result [=]"
814 msgstr "Áirigh toradh [=]"
816 #: ../glade/gcalctool.glade.h:124
820 #: ../glade/gcalctool.glade.h:125
821 msgid "Change Sign [C]"
824 #: ../glade/gcalctool.glade.h:126
828 #: ../glade/gcalctool.glade.h:127
832 #: ../glade/gcalctool.glade.h:128
833 msgid "Clear displayed value [Escape]"
836 #: ../glade/gcalctool.glade.h:129
837 msgid "Clear displayed value and any partial calculation [Shift Delete]"
840 #: ../glade/gcalctool.glade.h:130
844 #: ../glade/gcalctool.glade.h:131
845 msgid "Click a _value or description to edit it:"
848 #. Clr is short for Clear
849 #: ../glade/gcalctool.glade.h:133
853 #: ../glade/gcalctool.glade.h:134
854 msgid "Compounding term"
857 #: ../glade/gcalctool.glade.h:135
858 msgid "Compounding term [m]"
861 #: ../glade/gcalctool.glade.h:136
865 #: ../glade/gcalctool.glade.h:137
869 #: ../glade/gcalctool.glade.h:138
870 msgid "Constants [#]"
873 #: ../glade/gcalctool.glade.h:139
874 msgid "Copy selection"
877 #: ../glade/gcalctool.glade.h:142
881 #: ../glade/gcalctool.glade.h:143
885 #: ../glade/gcalctool.glade.h:144
889 #: ../glade/gcalctool.glade.h:145
893 #: ../glade/gcalctool.glade.h:146
897 #: ../glade/gcalctool.glade.h:147
901 #: ../glade/gcalctool.glade.h:148
905 #: ../glade/gcalctool.glade.h:149
906 msgid "Double-declining depreciation"
909 #: ../glade/gcalctool.glade.h:150
910 msgid "Double-declining depreciation [D]"
913 #: ../glade/gcalctool.glade.h:151
917 #: ../glade/gcalctool.glade.h:152
921 #: ../glade/gcalctool.glade.h:153
925 #: ../glade/gcalctool.glade.h:154
926 msgid "Edit Constants"
929 #: ../glade/gcalctool.glade.h:155
930 msgid "Edit Constants..."
933 #: ../glade/gcalctool.glade.h:156
934 msgid "Edit Functions"
937 #: ../glade/gcalctool.glade.h:157
938 msgid "Edit Functions..."
941 #: ../glade/gcalctool.glade.h:158
942 msgid "End group of calculations [)]"
945 #: ../glade/gcalctool.glade.h:159
946 msgid "Enter an exponential number [E]"
949 #. Exchange with register
950 #: ../glade/gcalctool.glade.h:161
954 #: ../glade/gcalctool.glade.h:162
955 msgid "Exchange displayed value with memory register [X]"
958 #: ../glade/gcalctool.glade.h:163
959 msgid "Exchange with register"
963 #: ../glade/gcalctool.glade.h:165
967 #: ../glade/gcalctool.glade.h:167
971 #: ../glade/gcalctool.glade.h:168
972 msgid "Factorial of displayed value [!]"
975 #: ../glade/gcalctool.glade.h:169
979 #. Fractional portion
980 #: ../glade/gcalctool.glade.h:171
984 #: ../glade/gcalctool.glade.h:172
985 msgid "Fractional portion"
988 #: ../glade/gcalctool.glade.h:173
989 msgid "Fractional portion of displayed value [:]"
992 #: ../glade/gcalctool.glade.h:174
996 #: ../glade/gcalctool.glade.h:175
1000 #: ../glade/gcalctool.glade.h:176
1001 msgid "Future value [v]"
1004 #: ../glade/gcalctool.glade.h:177
1008 #: ../glade/gcalctool.glade.h:178
1012 #: ../glade/gcalctool.glade.h:179
1016 #: ../glade/gcalctool.glade.h:180
1020 #: ../glade/gcalctool.glade.h:181
1021 msgid "Hexadecimal digit A"
1024 #: ../glade/gcalctool.glade.h:182
1025 msgid "Hexadecimal digit A [a]"
1028 #: ../glade/gcalctool.glade.h:183
1029 msgid "Hexadecimal digit B"
1032 #: ../glade/gcalctool.glade.h:184
1033 msgid "Hexadecimal digit B [b]"
1036 #: ../glade/gcalctool.glade.h:185
1037 msgid "Hexadecimal digit C"
1040 #: ../glade/gcalctool.glade.h:186
1041 msgid "Hexadecimal digit C [c]"
1044 #: ../glade/gcalctool.glade.h:187
1045 msgid "Hexadecimal digit D"
1048 #: ../glade/gcalctool.glade.h:188
1049 msgid "Hexadecimal digit D [d]"
1052 #: ../glade/gcalctool.glade.h:189
1053 msgid "Hexadecimal digit E"
1056 #: ../glade/gcalctool.glade.h:190
1057 msgid "Hexadecimal digit E [e]"
1060 #: ../glade/gcalctool.glade.h:191
1061 msgid "Hexadecimal digit F"
1064 #: ../glade/gcalctool.glade.h:192
1065 msgid "Hexadecimal digit F [f]"
1068 #: ../glade/gcalctool.glade.h:193
1069 msgid "Insert ASCII Value"
1072 #: ../glade/gcalctool.glade.h:194
1073 msgid "Insert ASCII value"
1077 #: ../glade/gcalctool.glade.h:196
1081 #: ../glade/gcalctool.glade.h:197
1082 msgid "Integer portion"
1085 #: ../glade/gcalctool.glade.h:198
1086 msgid "Integer portion of displayed value [i]"
1089 #: ../glade/gcalctool.glade.h:199
1090 msgid "Left bracket"
1093 #: ../glade/gcalctool.glade.h:200
1098 #: ../glade/gcalctool.glade.h:202
1099 msgid "Log<sub>10</sub>"
1103 #: ../glade/gcalctool.glade.h:204
1104 msgid "Log<sub>2</sub>"
1107 #: ../glade/gcalctool.glade.h:205
1108 msgid "Memory Registers"
1111 #: ../glade/gcalctool.glade.h:206
1115 #: ../glade/gcalctool.glade.h:207
1116 msgid "Modulus Division [M]"
1119 #: ../glade/gcalctool.glade.h:208
1123 #: ../glade/gcalctool.glade.h:209
1124 msgid "Multiply [*]"
1127 #: ../glade/gcalctool.glade.h:210
1131 #: ../glade/gcalctool.glade.h:211
1132 msgid "Natural log [N]"
1135 #: ../glade/gcalctool.glade.h:212
1137 msgstr "Uimhriúil 0"
1139 #: ../glade/gcalctool.glade.h:213
1141 msgstr "Uimhriúil 1"
1143 #: ../glade/gcalctool.glade.h:214
1145 msgstr "Uimhriúil 2"
1147 #: ../glade/gcalctool.glade.h:215
1149 msgstr "Uimhriúil 3"
1151 #: ../glade/gcalctool.glade.h:216
1153 msgstr "Uimhriúil 4"
1155 #: ../glade/gcalctool.glade.h:217
1157 msgstr "Uimhriúil 5"
1159 #: ../glade/gcalctool.glade.h:218
1161 msgstr "Uimhriúil 6"
1163 #: ../glade/gcalctool.glade.h:219
1165 msgstr "Uimhriúil 7"
1167 #: ../glade/gcalctool.glade.h:220
1169 msgstr "Uimhriúil 8"
1171 #: ../glade/gcalctool.glade.h:221
1173 msgstr "Uimhriúil 9"
1175 #: ../glade/gcalctool.glade.h:222
1176 msgid "Numeric point"
1179 #: ../glade/gcalctool.glade.h:223
1183 #: ../glade/gcalctool.glade.h:224
1184 msgid "Paste selection"
1187 #: ../glade/gcalctool.glade.h:225
1188 msgid "Payment period"
1191 #: ../glade/gcalctool.glade.h:226
1192 msgid "Payment period [t]"
1195 #: ../glade/gcalctool.glade.h:227
1199 #: ../glade/gcalctool.glade.h:229
1201 msgid "Percentage [%]"
1204 #: ../glade/gcalctool.glade.h:230
1205 msgid "Periodic interest rate"
1208 #: ../glade/gcalctool.glade.h:231
1209 msgid "Periodic interest rate [T]"
1212 #: ../glade/gcalctool.glade.h:232
1213 msgid "Periodic payment"
1216 #: ../glade/gcalctool.glade.h:233
1217 msgid "Periodic payment [P]"
1220 #: ../glade/gcalctool.glade.h:234
1224 #: ../glade/gcalctool.glade.h:235
1225 msgid "Present value"
1228 #: ../glade/gcalctool.glade.h:236
1229 msgid "Present value [p]"
1232 #: ../glade/gcalctool.glade.h:237
1236 #: ../glade/gcalctool.glade.h:238
1237 msgid "Quit the calculator"
1238 msgstr "Scoir an áireamhán"
1240 #: ../glade/gcalctool.glade.h:239
1241 msgid "Raise displayed value to the power of y [^]"
1245 #: ../glade/gcalctool.glade.h:241
1249 #: ../glade/gcalctool.glade.h:242
1250 msgid "Random number"
1253 #: ../glade/gcalctool.glade.h:243
1254 msgid "Random number in the range 0.0 to 1.0 [?]"
1257 #: ../glade/gcalctool.glade.h:244
1261 #. Retrieve from register
1262 #: ../glade/gcalctool.glade.h:246
1266 #: ../glade/gcalctool.glade.h:247
1270 #: ../glade/gcalctool.glade.h:248
1271 msgid "Reciprocal [r]"
1274 #: ../glade/gcalctool.glade.h:249
1276 msgstr "Athfeidhmigh"
1278 #: ../glade/gcalctool.glade.h:250
1279 msgid "Remove rightmost character from displayed value [Backspace]"
1282 #: ../glade/gcalctool.glade.h:253
1283 msgid "Result Region"
1286 #: ../glade/gcalctool.glade.h:254
1287 msgid "Retreive from register"
1290 #: ../glade/gcalctool.glade.h:255
1291 msgid "Retrieve from register"
1294 #: ../glade/gcalctool.glade.h:256
1295 msgid "Retrieve memory register to display [R]"
1298 #: ../glade/gcalctool.glade.h:257
1299 msgid "Right bracket"
1302 #: ../glade/gcalctool.glade.h:258
1306 #: ../glade/gcalctool.glade.h:259
1307 msgid "Set Precision"
1310 #: ../glade/gcalctool.glade.h:260
1311 msgid "Set accuracy from 0 to 9 numeric places [A]"
1314 #: ../glade/gcalctool.glade.h:261
1315 msgid "Set display type to engineering format"
1318 #: ../glade/gcalctool.glade.h:262
1319 msgid "Set display type to fixed-point format"
1322 #: ../glade/gcalctool.glade.h:263
1323 msgid "Set display type to scientific format"
1326 #: ../glade/gcalctool.glade.h:264
1327 msgid "Set hyperbolic option for trigonometric functions"
1330 #: ../glade/gcalctool.glade.h:265
1331 msgid "Set inverse option for trigonometric functions"
1334 #: ../glade/gcalctool.glade.h:266
1335 msgid "Set numeric base to binary (base 2)"
1338 #: ../glade/gcalctool.glade.h:267
1339 msgid "Set numeric base to decimal (base 10)"
1342 #: ../glade/gcalctool.glade.h:268
1343 msgid "Set numeric base to hexadecimal (base 16)"
1346 #: ../glade/gcalctool.glade.h:269
1347 msgid "Set numeric base to octal (base 8)"
1350 #: ../glade/gcalctool.glade.h:270
1351 msgid "Set trigonometric type to degrees"
1354 #: ../glade/gcalctool.glade.h:271
1355 msgid "Set trigonometric type to gradians"
1358 #: ../glade/gcalctool.glade.h:272
1359 msgid "Set trigonometric type to radians"
1362 #: ../glade/gcalctool.glade.h:273
1363 msgid "Shift displayed value 1-15 places to the left [<]"
1366 #: ../glade/gcalctool.glade.h:274
1367 msgid "Shift displayed value 1-15 places to the right [>]"
1370 #: ../glade/gcalctool.glade.h:275
1374 #: ../glade/gcalctool.glade.h:276
1378 #: ../glade/gcalctool.glade.h:277
1379 msgid "Show Bitcalculating _Extension"
1382 #: ../glade/gcalctool.glade.h:278
1383 msgid "Show T_housands Separator"
1386 #: ../glade/gcalctool.glade.h:279
1387 msgid "Show _Trailing Zeroes"
1390 #: ../glade/gcalctool.glade.h:280
1391 msgid "Show bitcalculating extension"
1394 #: ../glade/gcalctool.glade.h:281
1395 msgid "Show help contents"
1398 #: ../glade/gcalctool.glade.h:282
1399 msgid "Show memory registers"
1402 #: ../glade/gcalctool.glade.h:283
1403 msgid "Show the About Gcalctool dialog"
1406 #: ../glade/gcalctool.glade.h:284
1407 msgid "Show thousands separator"
1410 #: ../glade/gcalctool.glade.h:285
1411 msgid "Show trailing zeroes"
1414 #: ../glade/gcalctool.glade.h:286
1415 msgid "Significant _places:"
1418 #: ../glade/gcalctool.glade.h:289
1422 #: ../glade/gcalctool.glade.h:290
1426 #: ../glade/gcalctool.glade.h:291
1430 #: ../glade/gcalctool.glade.h:292
1434 #: ../glade/gcalctool.glade.h:293
1438 #: ../glade/gcalctool.glade.h:294
1439 msgid "Square root [s]"
1442 #: ../glade/gcalctool.glade.h:295
1443 msgid "Start group of calculations [(]"
1446 #. Store to register
1447 #: ../glade/gcalctool.glade.h:297
1451 #: ../glade/gcalctool.glade.h:298
1452 msgid "Store displayed value in memory register [S]"
1455 #: ../glade/gcalctool.glade.h:299
1456 msgid "Store to register"
1459 #: ../glade/gcalctool.glade.h:300
1460 msgid "Straight-line depreciation"
1463 #: ../glade/gcalctool.glade.h:301
1464 msgid "Straight-line depreciation [l]"
1467 #: ../glade/gcalctool.glade.h:302
1471 #: ../glade/gcalctool.glade.h:303
1472 msgid "Subtract [-]"
1475 #: ../glade/gcalctool.glade.h:304
1476 msgid "Sum-of-the years'-digits depreciation"
1479 #: ../glade/gcalctool.glade.h:305
1480 msgid "Sum-of-the years'-digits depreciation [y]"
1483 #: ../glade/gcalctool.glade.h:306
1487 #: ../glade/gcalctool.glade.h:309
1491 #: ../glade/gcalctool.glade.h:310
1492 msgid "Ten to the x"
1495 #: ../glade/gcalctool.glade.h:311
1499 #: ../glade/gcalctool.glade.h:312
1503 #: ../glade/gcalctool.glade.h:313
1504 msgid "Use Arithmetic Precedence"
1507 #: ../glade/gcalctool.glade.h:314
1508 msgid "Use Left-right Precedence"
1511 #: ../glade/gcalctool.glade.h:315
1512 msgid "User-defined functions"
1515 #: ../glade/gcalctool.glade.h:316
1516 msgid "User-defined functions [F]"
1519 #: ../glade/gcalctool.glade.h:317
1523 #: ../glade/gcalctool.glade.h:318
1527 #: ../glade/gcalctool.glade.h:319
1531 #: ../glade/gcalctool.glade.h:320
1532 msgid "_0 significant places"
1535 #: ../glade/gcalctool.glade.h:321
1539 #: ../glade/gcalctool.glade.h:322
1540 msgid "_1 significant place"
1543 #: ../glade/gcalctool.glade.h:323
1547 #: ../glade/gcalctool.glade.h:324
1548 msgid "_2 significant places"
1551 #: ../glade/gcalctool.glade.h:325
1555 #: ../glade/gcalctool.glade.h:326
1556 msgid "_3 significant places"
1559 #: ../glade/gcalctool.glade.h:327
1563 #: ../glade/gcalctool.glade.h:328
1564 msgid "_4 significant places"
1567 #: ../glade/gcalctool.glade.h:329
1571 #: ../glade/gcalctool.glade.h:330
1572 msgid "_5 significant places"
1575 #: ../glade/gcalctool.glade.h:331
1579 #: ../glade/gcalctool.glade.h:332
1580 msgid "_6 significant places"
1583 #: ../glade/gcalctool.glade.h:333
1587 #: ../glade/gcalctool.glade.h:334
1588 msgid "_7 significant places"
1591 #: ../glade/gcalctool.glade.h:335
1595 #: ../glade/gcalctool.glade.h:336
1596 msgid "_8 significant places"
1599 #: ../glade/gcalctool.glade.h:337
1603 #: ../glade/gcalctool.glade.h:338
1604 msgid "_9 significant places"
1607 #: ../glade/gcalctool.glade.h:339
1611 #: ../glade/gcalctool.glade.h:340
1615 #: ../glade/gcalctool.glade.h:341
1619 #: ../glade/gcalctool.glade.h:342
1623 #: ../glade/gcalctool.glade.h:343
1627 #: ../glade/gcalctool.glade.h:344
1631 #: ../glade/gcalctool.glade.h:345
1633 msgstr "_Airgeadúil"
1635 #: ../glade/gcalctool.glade.h:346
1639 #: ../glade/gcalctool.glade.h:347
1643 #: ../glade/gcalctool.glade.h:348
1647 #: ../glade/gcalctool.glade.h:349
1648 msgid "_Insert ASCII value..."
1651 #: ../glade/gcalctool.glade.h:350
1655 #: ../glade/gcalctool.glade.h:351
1656 msgid "_Left-to-right Precedence"
1659 #: ../glade/gcalctool.glade.h:352
1660 msgid "_Memory Registers"
1663 #: ../glade/gcalctool.glade.h:353
1667 #: ../glade/gcalctool.glade.h:356
1671 #: ../glade/gcalctool.glade.h:357
1673 msgstr "_Athfeidhmigh"
1675 #: ../glade/gcalctool.glade.h:358
1679 #: ../glade/gcalctool.glade.h:359
1683 #: ../glade/gcalctool.glade.h:360
1687 #: ../glade/gcalctool.glade.h:361
1691 #: ../glade/gcalctool.glade.h:362
1695 #: ../glade/gcalctool.glade.h:363
1696 msgid "e to the power of displayed value [{]"
1700 #: ../glade/gcalctool.glade.h:365
1701 msgid "e<sup>x</sup>"
1702 msgstr "e<sup>x</sup>"
1704 #: ../glade/gcalctool.glade.h:366
1708 #: ../glade/gcalctool.glade.h:367
1712 #: ../glade/gcalctool.glade.h:368
1716 #: ../glade/gcalctool.glade.h:369
1720 #. This is a plus-minus sign (+/-)
1721 #: ../glade/gcalctool.glade.h:371
1725 #. This is a multiplication sign (*)
1726 #: ../glade/gcalctool.glade.h:373
1730 #. this is a division sign (÷)
1731 #: ../glade/gcalctool.glade.h:375
1735 #. This is a minus sign (-)
1736 #: ../glade/gcalctool.glade.h:377
1740 #. This is a square root sign
1741 #: ../glade/gcalctool.glade.h:379
1793 #~ msgid "calculator"
1794 #~ msgstr "áireamhán"
1841 #~ msgstr "/Eagar/_Cóip"
1845 #~ msgstr "/Cuidiú/_Faoi"
1851 #~ msgid "/Calculator/_Quit"
1852 #~ msgstr "/Aireamhán/__Ealu"
1854 #~ msgid "/Edit/sep1"
1855 #~ msgstr "/Eagar/sep1"
1857 #~ msgid "/View/sep1"
1858 #~ msgstr "/Amharc/sep1"
1860 #~ msgid "/View/sep2"
1861 #~ msgstr "/Amharc/sep2"