Codebase list gnome-applets / 608eb2a
Update upstream source from tag 'upstream/3.46.0' Update to upstream version '3.46.0' with Debian dir 1ecfea04b5327a4ed9c5702921970d221a94a0cf Dmitry Shachnev 1 year, 6 months ago
117 changed file(s) with 16461 addition(s) and 21005 deletion(s). Raw diff Collapse all Expand all
261261 ETAGS = @ETAGS@
262262 EXEEXT = @EXEEXT@
263263 FGREP = @FGREP@
264 FILECMD = @FILECMD@
264265 GDBUS_CODEGEN = @GDBUS_CODEGEN@
265266 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
266267 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
0 Version 3.46.0
1 ==============
2 - Port to WnckHandle.
3 - Updated translations.
4
05 Version 3.44.0
16 ==============
27 - No changes.
0 #! /bin/sh
0 #! /usr/bin/env sh
11 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
2 ## by inline-source v2014-01-03.01
3
4 # libtool (GNU libtool) 2.4.6
2 ## by inline-source v2019-02-19.15
3
4 # libtool (GNU libtool) 2.4.7
55 # Provide generalized library-building support services.
66 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
77
8 # Copyright (C) 1996-2015 Free Software Foundation, Inc.
8 # Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc.
99 # This is free software; see the source for copying conditions. There is NO
1010 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1111
3030
3131 PROGRAM=libtool
3232 PACKAGE=libtool
33 VERSION="2.4.6 Debian-2.4.6-15build1"
34 package_revision=2.4.6
33 VERSION="2.4.7 Debian-2.4.7-4"
34 package_revision=2.4.7
3535
3636
3737 ## ------ ##
6363 # libraries, which are installed to $pkgauxdir.
6464
6565 # Set a version string for this script.
66 scriptversion=2015-01-20.17; # UTC
66 scriptversion=2019-02-19.15; # UTC
6767
6868 # General shell script boiler plate, and helper functions.
6969 # Written by Gary V. Vaughan, 2004
7070
71 # Copyright (C) 2004-2015 Free Software Foundation, Inc.
72 # This is free software; see the source for copying conditions. There is NO
73 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
74
75 # This program is free software; you can redistribute it and/or modify
76 # it under the terms of the GNU General Public License as published by
77 # the Free Software Foundation; either version 3 of the License, or
78 # (at your option) any later version.
79
80 # As a special exception to the GNU General Public License, if you distribute
81 # this file as part of a program or library that is built using GNU Libtool,
82 # you may include this file under the same distribution terms that you use
83 # for the rest of that program.
84
85 # This program is distributed in the hope that it will be useful,
86 # but WITHOUT ANY WARRANTY; without even the implied warranty of
87 # MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU
88 # General Public License for more details.
89
90 # You should have received a copy of the GNU General Public License
91 # along with this program. If not, see <http://www.gnu.org/licenses/>.
92
93 # Please report bugs or propose patches to gary@gnu.org.
71 # This is free software. There is NO warranty; not even for
72 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
73 #
74 # Copyright (C) 2004-2019, 2021 Bootstrap Authors
75 #
76 # This file is dual licensed under the terms of the MIT license
77 # <https://opensource.org/license/MIT>, and GPL version 2 or later
78 # <http://www.gnu.org/licenses/gpl-2.0.html>. You must apply one of
79 # these licenses when using or redistributing this software or any of
80 # the files within it. See the URLs above, or the file `LICENSE`
81 # included in the Bootstrap distribution for the full license texts.
82
83 # Please report bugs or propose patches to:
84 # <https://github.com/gnulib-modules/bootstrap/issues>
9485
9586
9687 ## ------ ##
138129 _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\"
139130 fi"
140131 done
141
142 # CDPATH.
143 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
132 # These NLS vars are set unconditionally (bootstrap issue #24). Unset those
133 # in case the environment reset is needed later and the $save_* variant is not
134 # defined (see the code above).
135 LC_ALL=C
136 LANGUAGE=C
137 export LANGUAGE LC_ALL
144138
145139 # Make sure IFS has a sensible default
146140 sp=' '
157151 }
158152 fi
159153
154
155 # func_unset VAR
156 # --------------
157 # Portably unset VAR.
158 # In some shells, an 'unset VAR' statement leaves a non-zero return
159 # status if VAR is already unset, which might be problematic if the
160 # statement is used at the end of a function (thus poisoning its return
161 # value) or when 'set -e' is active (causing even a spurious abort of
162 # the script in this case).
163 func_unset ()
164 {
165 { eval $1=; (eval unset $1) >/dev/null 2>&1 && eval unset $1 || : ; }
166 }
167
168
169 # Make sure CDPATH doesn't cause `cd` commands to output the target dir.
170 func_unset CDPATH
171
172 # Make sure ${,E,F}GREP behave sanely.
173 func_unset GREP_OPTIONS
160174
161175
162176 ## ------------------------- ##
258272 rm -f conftest.in conftest.tmp conftest.nl conftest.out
259273 }
260274
261 func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin
275 func_path_progs "sed gsed" func_check_prog_sed "$PATH:/usr/xpg4/bin"
262276 rm -f conftest.sed
263277 SED=$func_path_progs_result
264278 }
294308 rm -f conftest.in conftest.tmp conftest.nl conftest.out
295309 }
296310
297 func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin
311 func_path_progs "grep ggrep" func_check_prog_grep "$PATH:/usr/xpg4/bin"
298312 GREP=$func_path_progs_result
299313 }
300314
358372 s/^$_G_bs2$_G_dollar/$_G_bs&/
359373 s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g
360374 s/\n//g"
375
376 # require_check_ifs_backslash
377 # ---------------------------
378 # Check if we can use backslash as IFS='\' separator, and set
379 # $check_ifs_backshlash_broken to ':' or 'false'.
380 require_check_ifs_backslash=func_require_check_ifs_backslash
381 func_require_check_ifs_backslash ()
382 {
383 _G_save_IFS=$IFS
384 IFS='\'
385 _G_check_ifs_backshlash='a\\b'
386 for _G_i in $_G_check_ifs_backshlash
387 do
388 case $_G_i in
389 a)
390 check_ifs_backshlash_broken=false
391 ;;
392 '')
393 break
394 ;;
395 *)
396 check_ifs_backshlash_broken=:
397 break
398 ;;
399 esac
400 done
401 IFS=$_G_save_IFS
402 require_check_ifs_backslash=:
403 }
361404
362405
363406 ## ----------------- ##
579622 {
580623 $debug_cmd
581624
582 func_quote_for_eval "$2"
583 eval "$1+=\\ \$func_quote_for_eval_result"
625 func_quote_arg pretty "$2"
626 eval "$1+=\\ \$func_quote_arg_result"
584627 }'
585628 else
586629 func_append_quoted ()
587630 {
588631 $debug_cmd
589632
590 func_quote_for_eval "$2"
591 eval "$1=\$$1\\ \$func_quote_for_eval_result"
633 func_quote_arg pretty "$2"
634 eval "$1=\$$1\\ \$func_quote_arg_result"
592635 }
593636 fi
594637
10901133 }
10911134
10921135
1093 # func_quote_for_eval ARG...
1094 # --------------------------
1095 # Aesthetically quote ARGs to be evaled later.
1096 # This function returns two values:
1097 # i) func_quote_for_eval_result
1098 # double-quoted, suitable for a subsequent eval
1099 # ii) func_quote_for_eval_unquoted_result
1100 # has all characters that are still active within double
1101 # quotes backslashified.
1102 func_quote_for_eval ()
1136 # func_quote_portable EVAL ARG
1137 # ----------------------------
1138 # Internal function to portably implement func_quote_arg. Note that we still
1139 # keep attention to performance here so we as much as possible try to avoid
1140 # calling sed binary (so far O(N) complexity as long as func_append is O(1)).
1141 func_quote_portable ()
11031142 {
11041143 $debug_cmd
11051144
1106 func_quote_for_eval_unquoted_result=
1107 func_quote_for_eval_result=
1108 while test 0 -lt $#; do
1145 $require_check_ifs_backslash
1146
1147 func_quote_portable_result=$2
1148
1149 # one-time-loop (easy break)
1150 while true
1151 do
1152 if $1; then
1153 func_quote_portable_result=`$ECHO "$2" | $SED \
1154 -e "$sed_double_quote_subst" -e "$sed_double_backslash"`
1155 break
1156 fi
1157
1158 # Quote for eval.
1159 case $func_quote_portable_result in
1160 *[\\\`\"\$]*)
1161 # Fallback to sed for $func_check_bs_ifs_broken=:, or when the string
1162 # contains the shell wildcard characters.
1163 case $check_ifs_backshlash_broken$func_quote_portable_result in
1164 :*|*[\[\*\?]*)
1165 func_quote_portable_result=`$ECHO "$func_quote_portable_result" \
1166 | $SED "$sed_quote_subst"`
1167 break
1168 ;;
1169 esac
1170
1171 func_quote_portable_old_IFS=$IFS
1172 for _G_char in '\' '`' '"' '$'
1173 do
1174 # STATE($1) PREV($2) SEPARATOR($3)
1175 set start "" ""
1176 func_quote_portable_result=dummy"$_G_char$func_quote_portable_result$_G_char"dummy
1177 IFS=$_G_char
1178 for _G_part in $func_quote_portable_result
1179 do
1180 case $1 in
1181 quote)
1182 func_append func_quote_portable_result "$3$2"
1183 set quote "$_G_part" "\\$_G_char"
1184 ;;
1185 start)
1186 set first "" ""
1187 func_quote_portable_result=
1188 ;;
1189 first)
1190 set quote "$_G_part" ""
1191 ;;
1192 esac
1193 done
1194 done
1195 IFS=$func_quote_portable_old_IFS
1196 ;;
1197 *) ;;
1198 esac
1199 break
1200 done
1201
1202 func_quote_portable_unquoted_result=$func_quote_portable_result
1203 case $func_quote_portable_result in
1204 # double-quote args containing shell metacharacters to delay
1205 # word splitting, command substitution and variable expansion
1206 # for a subsequent eval.
1207 # many bourne shells cannot handle close brackets correctly
1208 # in scan sets, so we specify it separately.
1209 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
1210 func_quote_portable_result=\"$func_quote_portable_result\"
1211 ;;
1212 esac
1213 }
1214
1215
1216 # func_quotefast_eval ARG
1217 # -----------------------
1218 # Quote one ARG (internal). This is equivalent to 'func_quote_arg eval ARG',
1219 # but optimized for speed. Result is stored in $func_quotefast_eval.
1220 if test xyes = `(x=; printf -v x %q yes; echo x"$x") 2>/dev/null`; then
1221 printf -v _GL_test_printf_tilde %q '~'
1222 if test '\~' = "$_GL_test_printf_tilde"; then
1223 func_quotefast_eval ()
1224 {
1225 printf -v func_quotefast_eval_result %q "$1"
1226 }
1227 else
1228 # Broken older Bash implementations. Make those faster too if possible.
1229 func_quotefast_eval ()
1230 {
11091231 case $1 in
1110 *[\\\`\"\$]*)
1111 _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
1112 *)
1113 _G_unquoted_arg=$1 ;;
1114 esac
1115 if test -n "$func_quote_for_eval_unquoted_result"; then
1116 func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
1117 else
1118 func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
1119 fi
1120
1121 case $_G_unquoted_arg in
1122 # Double-quote args containing shell metacharacters to delay
1123 # word splitting, command substitution and variable expansion
1124 # for a subsequent eval.
1125 # Many Bourne shells cannot handle close brackets correctly
1126 # in scan sets, so we specify it separately.
1127 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
1128 _G_quoted_arg=\"$_G_unquoted_arg\"
1232 '~'*)
1233 func_quote_portable false "$1"
1234 func_quotefast_eval_result=$func_quote_portable_result
11291235 ;;
11301236 *)
1131 _G_quoted_arg=$_G_unquoted_arg
1132 ;;
1237 printf -v func_quotefast_eval_result %q "$1"
1238 ;;
11331239 esac
1134
1135 if test -n "$func_quote_for_eval_result"; then
1136 func_append func_quote_for_eval_result " $_G_quoted_arg"
1240 }
1241 fi
1242 else
1243 func_quotefast_eval ()
1244 {
1245 func_quote_portable false "$1"
1246 func_quotefast_eval_result=$func_quote_portable_result
1247 }
1248 fi
1249
1250
1251 # func_quote_arg MODEs ARG
1252 # ------------------------
1253 # Quote one ARG to be evaled later. MODEs argument may contain zero or more
1254 # specifiers listed below separated by ',' character. This function returns two
1255 # values:
1256 # i) func_quote_arg_result
1257 # double-quoted (when needed), suitable for a subsequent eval
1258 # ii) func_quote_arg_unquoted_result
1259 # has all characters that are still active within double
1260 # quotes backslashified. Available only if 'unquoted' is specified.
1261 #
1262 # Available modes:
1263 # ----------------
1264 # 'eval' (default)
1265 # - escape shell special characters
1266 # 'expand'
1267 # - the same as 'eval'; but do not quote variable references
1268 # 'pretty'
1269 # - request aesthetic output, i.e. '"a b"' instead of 'a\ b'. This might
1270 # be used later in func_quote to get output like: 'echo "a b"' instead
1271 # of 'echo a\ b'. This is slower than default on some shells.
1272 # 'unquoted'
1273 # - produce also $func_quote_arg_unquoted_result which does not contain
1274 # wrapping double-quotes.
1275 #
1276 # Examples for 'func_quote_arg pretty,unquoted string':
1277 #
1278 # string | *_result | *_unquoted_result
1279 # ------------+-----------------------+-------------------
1280 # " | \" | \"
1281 # a b | "a b" | a b
1282 # "a b" | "\"a b\"" | \"a b\"
1283 # * | "*" | *
1284 # z="${x-$y}" | "z=\"\${x-\$y}\"" | z=\"\${x-\$y}\"
1285 #
1286 # Examples for 'func_quote_arg pretty,unquoted,expand string':
1287 #
1288 # string | *_result | *_unquoted_result
1289 # --------------+---------------------+--------------------
1290 # z="${x-$y}" | "z=\"${x-$y}\"" | z=\"${x-$y}\"
1291 func_quote_arg ()
1292 {
1293 _G_quote_expand=false
1294 case ,$1, in
1295 *,expand,*)
1296 _G_quote_expand=:
1297 ;;
1298 esac
1299
1300 case ,$1, in
1301 *,pretty,*|*,expand,*|*,unquoted,*)
1302 func_quote_portable $_G_quote_expand "$2"
1303 func_quote_arg_result=$func_quote_portable_result
1304 func_quote_arg_unquoted_result=$func_quote_portable_unquoted_result
1305 ;;
1306 *)
1307 # Faster quote-for-eval for some shells.
1308 func_quotefast_eval "$2"
1309 func_quote_arg_result=$func_quotefast_eval_result
1310 ;;
1311 esac
1312 }
1313
1314
1315 # func_quote MODEs ARGs...
1316 # ------------------------
1317 # Quote all ARGs to be evaled later and join them into single command. See
1318 # func_quote_arg's description for more info.
1319 func_quote ()
1320 {
1321 $debug_cmd
1322 _G_func_quote_mode=$1 ; shift
1323 func_quote_result=
1324 while test 0 -lt $#; do
1325 func_quote_arg "$_G_func_quote_mode" "$1"
1326 if test -n "$func_quote_result"; then
1327 func_append func_quote_result " $func_quote_arg_result"
11371328 else
1138 func_append func_quote_for_eval_result "$_G_quoted_arg"
1329 func_append func_quote_result "$func_quote_arg_result"
11391330 fi
11401331 shift
11411332 done
1142 }
1143
1144
1145 # func_quote_for_expand ARG
1146 # -------------------------
1147 # Aesthetically quote ARG to be evaled later; same as above,
1148 # but do not quote variable references.
1149 func_quote_for_expand ()
1150 {
1151 $debug_cmd
1152
1153 case $1 in
1154 *[\\\`\"]*)
1155 _G_arg=`$ECHO "$1" | $SED \
1156 -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;;
1157 *)
1158 _G_arg=$1 ;;
1159 esac
1160
1161 case $_G_arg in
1162 # Double-quote args containing shell metacharacters to delay
1163 # word splitting and command substitution for a subsequent eval.
1164 # Many Bourne shells cannot handle close brackets correctly
1165 # in scan sets, so we specify it separately.
1166 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
1167 _G_arg=\"$_G_arg\"
1168 ;;
1169 esac
1170
1171 func_quote_for_expand_result=$_G_arg
11721333 }
11731334
11741335
12141375 _G_cmd=$1
12151376 _G_fail_exp=${2-':'}
12161377
1217 func_quote_for_expand "$_G_cmd"
1218 eval "func_notquiet $func_quote_for_expand_result"
1378 func_quote_arg pretty,expand "$_G_cmd"
1379 eval "func_notquiet $func_quote_arg_result"
12191380
12201381 $opt_dry_run || {
12211382 eval "$_G_cmd"
12401401 _G_fail_exp=${2-':'}
12411402
12421403 $opt_quiet || {
1243 func_quote_for_expand "$_G_cmd"
1244 eval "func_echo $func_quote_for_expand_result"
1404 func_quote_arg expand,pretty "$_G_cmd"
1405 eval "func_echo $func_quote_arg_result"
12451406 }
12461407
12471408 $opt_dry_run || {
13681529 # End:
13691530 #! /bin/sh
13701531
1371 # Set a version string for this script.
1372 scriptversion=2015-10-07.11; # UTC
1373
13741532 # A portable, pluggable option parser for Bourne shell.
13751533 # Written by Gary V. Vaughan, 2010
13761534
1377 # Copyright (C) 2010-2015 Free Software Foundation, Inc.
1378 # This is free software; see the source for copying conditions. There is NO
1379 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1380
1381 # This program is free software: you can redistribute it and/or modify
1382 # it under the terms of the GNU General Public License as published by
1383 # the Free Software Foundation, either version 3 of the License, or
1384 # (at your option) any later version.
1385
1386 # This program is distributed in the hope that it will be useful,
1387 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1388 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1389 # GNU General Public License for more details.
1390
1391 # You should have received a copy of the GNU General Public License
1392 # along with this program. If not, see <http://www.gnu.org/licenses/>.
1393
1394 # Please report bugs or propose patches to gary@gnu.org.
1535 # This is free software. There is NO warranty; not even for
1536 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1537 #
1538 # Copyright (C) 2010-2019, 2021 Bootstrap Authors
1539 #
1540 # This file is dual licensed under the terms of the MIT license
1541 # <https://opensource.org/license/MIT>, and GPL version 2 or later
1542 # <http://www.gnu.org/licenses/gpl-2.0.html>. You must apply one of
1543 # these licenses when using or redistributing this software or any of
1544 # the files within it. See the URLs above, or the file `LICENSE`
1545 # included in the Bootstrap distribution for the full license texts.
1546
1547 # Please report bugs or propose patches to:
1548 # <https://github.com/gnulib-modules/bootstrap/issues>
1549
1550 # Set a version string for this script.
1551 scriptversion=2019-02-19.15; # UTC
13951552
13961553
13971554 ## ------ ##
14141571 #
14151572 # In order for the '--version' option to work, you will need to have a
14161573 # suitably formatted comment like the one at the top of this file
1417 # starting with '# Written by ' and ending with '# warranty; '.
1574 # starting with '# Written by ' and ending with '# Copyright'.
14181575 #
14191576 # For '-h' and '--help' to work, you will also need a one line
14201577 # description of your script's purpose in a comment directly above the
14261583 # to display verbose messages only when your user has specified
14271584 # '--verbose'.
14281585 #
1429 # After sourcing this file, you can plug processing for additional
1586 # After sourcing this file, you can plug in processing for additional
14301587 # options by amending the variables from the 'Configuration' section
14311588 # below, and following the instructions in the 'Option parsing'
14321589 # section further down.
14751632 ## ------------------------- ##
14761633
14771634 # This section contains functions for adding, removing, and running hooks
1478 # to the main code. A hook is just a named list of of function, that can
1479 # be run in order later on.
1635 # in the main code. A hook is just a list of function names that can be
1636 # run in order later on.
14801637
14811638 # func_hookable FUNC_NAME
14821639 # -----------------------
15091666
15101667 # func_remove_hook FUNC_NAME HOOK_FUNC
15111668 # ------------------------------------
1512 # Remove HOOK_FUNC from the list of functions called by FUNC_NAME.
1669 # Remove HOOK_FUNC from the list of hook functions to be called by
1670 # FUNC_NAME.
15131671 func_remove_hook ()
15141672 {
15151673 $debug_cmd
15161674
15171675 eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
1676 }
1677
1678
1679 # func_propagate_result FUNC_NAME_A FUNC_NAME_B
1680 # ---------------------------------------------
1681 # If the *_result variable of FUNC_NAME_A _is set_, assign its value to
1682 # *_result variable of FUNC_NAME_B.
1683 func_propagate_result ()
1684 {
1685 $debug_cmd
1686
1687 func_propagate_result_result=:
1688 if eval "test \"\${${1}_result+set}\" = set"
1689 then
1690 eval "${2}_result=\$${1}_result"
1691 else
1692 func_propagate_result_result=false
1693 fi
15181694 }
15191695
15201696
15211697 # func_run_hooks FUNC_NAME [ARG]...
15221698 # ---------------------------------
15231699 # Run all hook functions registered to FUNC_NAME.
1524 # It is assumed that the list of hook functions contains nothing more
1700 # It's assumed that the list of hook functions contains nothing more
15251701 # than a whitespace-delimited list of legal shell function names, and
15261702 # no effort is wasted trying to catch shell meta-characters or preserve
15271703 # whitespace.
15331709
15341710 case " $hookable_fns " in
15351711 *" $1 "*) ;;
1536 *) func_fatal_error "'$1' does not support hook funcions.n" ;;
1712 *) func_fatal_error "'$1' does not support hook functions." ;;
15371713 esac
15381714
15391715 eval _G_hook_fns=\$$1_hooks; shift
15401716
15411717 for _G_hook in $_G_hook_fns; do
1542 if eval $_G_hook '"$@"'; then
1543 # store returned options list back into positional
1544 # parameters for next 'cmd' execution.
1545 eval _G_hook_result=\$${_G_hook}_result
1546 eval set dummy "$_G_hook_result"; shift
1547 _G_rc_run_hooks=:
1718 func_unset "${_G_hook}_result"
1719 eval $_G_hook '${1+"$@"}'
1720 func_propagate_result $_G_hook func_run_hooks
1721 if $func_propagate_result_result; then
1722 eval set dummy "$func_run_hooks_result"; shift
15481723 fi
15491724 done
1550
1551 $_G_rc_run_hooks && func_run_hooks_result=$_G_hook_result
15521725 }
15531726
15541727
15581731 ## --------------- ##
15591732
15601733 # In order to add your own option parsing hooks, you must accept the
1561 # full positional parameter list in your hook function, you may remove/edit
1562 # any options that you action, and then pass back the remaining unprocessed
1563 # options in '<hooked_function_name>_result', escaped suitably for
1564 # 'eval'. In this case you also must return $EXIT_SUCCESS to let the
1565 # hook's caller know that it should pay attention to
1566 # '<hooked_function_name>_result'. Returning $EXIT_FAILURE signalizes that
1567 # arguments are left untouched by the hook and therefore caller will ignore the
1568 # result variable.
1734 # full positional parameter list from your hook function. You may remove
1735 # or edit any options that you action, and then pass back the remaining
1736 # unprocessed options in '<hooked_function_name>_result', escaped
1737 # suitably for 'eval'.
1738 #
1739 # The '<hooked_function_name>_result' variable is automatically unset
1740 # before your hook gets called; for best performance, only set the
1741 # *_result variable when necessary (i.e. don't call the 'func_quote'
1742 # function unnecessarily because it can be an expensive operation on some
1743 # machines).
15691744 #
15701745 # Like this:
15711746 #
15771752 # usage_message=$usage_message'
15781753 # -s, --silent don'\''t print informational messages
15791754 # '
1580 # # No change in '$@' (ignored completely by this hook). There is
1581 # # no need to do the equivalent (but slower) action:
1582 # # func_quote_for_eval ${1+"$@"}
1583 # # my_options_prep_result=$func_quote_for_eval_result
1584 # false
1755 # # No change in '$@' (ignored completely by this hook). Leave
1756 # # my_options_prep_result variable intact.
15851757 # }
15861758 # func_add_hook func_options_prep my_options_prep
15871759 #
15921764 #
15931765 # args_changed=false
15941766 #
1595 # # Note that for efficiency, we parse as many options as we can
1767 # # Note that, for efficiency, we parse as many options as we can
15961768 # # recognise in a loop before passing the remainder back to the
15971769 # # caller on the first unrecognised argument we encounter.
15981770 # while test $# -gt 0; do
16091781 # args_changed=:
16101782 # ;;
16111783 # *) # Make sure the first unrecognised option "$_G_opt"
1612 # # is added back to "$@", we could need that later
1613 # # if $args_changed is true.
1784 # # is added back to "$@" in case we need it later,
1785 # # if $args_changed was set to 'true'.
16141786 # set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
16151787 # esac
16161788 # done
16171789 #
1790 # # Only call 'func_quote' here if we processed at least one argument.
16181791 # if $args_changed; then
1619 # func_quote_for_eval ${1+"$@"}
1620 # my_silent_option_result=$func_quote_for_eval_result
1792 # func_quote eval ${1+"$@"}
1793 # my_silent_option_result=$func_quote_result
16211794 # fi
1622 #
1623 # $args_changed
16241795 # }
16251796 # func_add_hook func_parse_options my_silent_option
16261797 #
16311802 #
16321803 # $opt_silent && $opt_verbose && func_fatal_help "\
16331804 # '--silent' and '--verbose' options are mutually exclusive."
1634 #
1635 # false
16361805 # }
16371806 # func_add_hook func_validate_options my_option_validation
16381807 #
16481817 {
16491818 $debug_cmd
16501819
1651 _G_func_options_finish_exit=false
1652 if func_run_hooks func_options ${1+"$@"}; then
1653 func_options_finish_result=$func_run_hooks_result
1654 _G_func_options_finish_exit=:
1655 fi
1656
1657 $_G_func_options_finish_exit
1820 func_run_hooks func_options ${1+"$@"}
1821 func_propagate_result func_run_hooks func_options_finish
16581822 }
16591823
16601824
16671831 {
16681832 $debug_cmd
16691833
1670 _G_rc_options=false
1834 _G_options_quoted=false
16711835
16721836 for my_func in options_prep parse_options validate_options options_finish
16731837 do
1674 if eval func_$my_func '${1+"$@"}'; then
1675 eval _G_res_var='$'"func_${my_func}_result"
1676 eval set dummy "$_G_res_var" ; shift
1677 _G_rc_options=:
1838 func_unset func_${my_func}_result
1839 func_unset func_run_hooks_result
1840 eval func_$my_func '${1+"$@"}'
1841 func_propagate_result func_$my_func func_options
1842 if $func_propagate_result_result; then
1843 eval set dummy "$func_options_result"; shift
1844 _G_options_quoted=:
16781845 fi
16791846 done
16801847
1681 # Save modified positional parameters for caller. As a top-level
1682 # options-parser function we always need to set the 'func_options_result'
1683 # variable (regardless the $_G_rc_options value).
1684 if $_G_rc_options; then
1685 func_options_result=$_G_res_var
1686 else
1687 func_quote_for_eval ${1+"$@"}
1688 func_options_result=$func_quote_for_eval_result
1689 fi
1690
1691 $_G_rc_options
1848 $_G_options_quoted || {
1849 # As we (func_options) are top-level options-parser function and
1850 # nobody quoted "$@" for us yet, we need to do it explicitly for
1851 # caller.
1852 func_quote eval ${1+"$@"}
1853 func_options_result=$func_quote_result
1854 }
16921855 }
16931856
16941857
16981861 # Note that when calling hook functions, we pass through the list of
16991862 # positional parameters. If a hook function modifies that list, and
17001863 # needs to propagate that back to rest of this script, then the complete
1701 # modified list must be put in 'func_run_hooks_result' before
1702 # returning $EXIT_SUCCESS (otherwise $EXIT_FAILURE is returned).
1864 # modified list must be put in 'func_run_hooks_result' before returning.
17031865 func_hookable func_options_prep
17041866 func_options_prep ()
17051867 {
17091871 opt_verbose=false
17101872 opt_warning_types=
17111873
1712 _G_rc_options_prep=false
1713 if func_run_hooks func_options_prep ${1+"$@"}; then
1714 _G_rc_options_prep=:
1715 # save modified positional parameters for caller
1716 func_options_prep_result=$func_run_hooks_result
1717 fi
1718
1719 $_G_rc_options_prep
1874 func_run_hooks func_options_prep ${1+"$@"}
1875 func_propagate_result func_run_hooks func_options_prep
17201876 }
17211877
17221878
17281884 {
17291885 $debug_cmd
17301886
1731 func_parse_options_result=
1732
1733 _G_rc_parse_options=false
1887 _G_parse_options_requote=false
17341888 # this just eases exit handling
17351889 while test $# -gt 0; do
17361890 # Defer to hook functions for initial option parsing, so they
17371891 # get priority in the event of reusing an option name.
1738 if func_run_hooks func_parse_options ${1+"$@"}; then
1739 eval set dummy "$func_run_hooks_result"; shift
1740 _G_rc_parse_options=:
1892 func_run_hooks func_parse_options ${1+"$@"}
1893 func_propagate_result func_run_hooks func_parse_options
1894 if $func_propagate_result_result; then
1895 eval set dummy "$func_parse_options_result"; shift
1896 # Even though we may have changed "$@", we passed the "$@" array
1897 # down into the hook and it quoted it for us (because we are in
1898 # this if-branch). No need to quote it again.
1899 _G_parse_options_requote=false
17411900 fi
17421901
17431902 # Break out of the loop if we already parsed every option.
17441903 test $# -gt 0 || break
17451904
1905 # We expect that one of the options parsed in this function matches
1906 # and thus we remove _G_opt from "$@" and need to re-quote.
17461907 _G_match_parse_options=:
17471908 _G_opt=$1
17481909 shift
17491910 case $_G_opt in
17501911 --debug|-x) debug_cmd='set -x'
1751 func_echo "enabling shell trace mode"
1912 func_echo "enabling shell trace mode" >&2
17521913 $debug_cmd
17531914 ;;
17541915
17591920
17601921 --warnings|--warning|-W)
17611922 if test $# = 0 && func_missing_arg $_G_opt; then
1762 _G_rc_parse_options=:
1923 _G_parse_options_requote=:
17631924 break
17641925 fi
17651926 case " $warning_categories $1" in
18141975 shift
18151976 ;;
18161977
1817 --) _G_rc_parse_options=: ; break ;;
1978 --) _G_parse_options_requote=: ; break ;;
18181979 -*) func_fatal_help "unrecognised option: '$_G_opt'" ;;
18191980 *) set dummy "$_G_opt" ${1+"$@"}; shift
18201981 _G_match_parse_options=false
18221983 ;;
18231984 esac
18241985
1825 $_G_match_parse_options && _G_rc_parse_options=:
1986 if $_G_match_parse_options; then
1987 _G_parse_options_requote=:
1988 fi
18261989 done
18271990
1828
1829 if $_G_rc_parse_options; then
1991 if $_G_parse_options_requote; then
18301992 # save modified positional parameters for caller
1831 func_quote_for_eval ${1+"$@"}
1832 func_parse_options_result=$func_quote_for_eval_result
1993 func_quote eval ${1+"$@"}
1994 func_parse_options_result=$func_quote_result
18331995 fi
1834
1835 $_G_rc_parse_options
18361996 }
18371997
18381998
18452005 {
18462006 $debug_cmd
18472007
1848 _G_rc_validate_options=false
1849
18502008 # Display all warnings if -W was not given.
18512009 test -n "$opt_warning_types" || opt_warning_types=" $warning_categories"
18522010
1853 if func_run_hooks func_validate_options ${1+"$@"}; then
1854 # save modified positional parameters for caller
1855 func_validate_options_result=$func_run_hooks_result
1856 _G_rc_validate_options=:
1857 fi
2011 func_run_hooks func_validate_options ${1+"$@"}
2012 func_propagate_result func_run_hooks func_validate_options
18582013
18592014 # Bail if the options were screwed!
18602015 $exit_cmd $EXIT_FAILURE
1861
1862 $_G_rc_validate_options
18632016 }
18642017
18652018
19152068
19162069 # func_split_equals STRING
19172070 # ------------------------
1918 # Set func_split_equals_lhs and func_split_equals_rhs shell variables after
1919 # splitting STRING at the '=' sign.
2071 # Set func_split_equals_lhs and func_split_equals_rhs shell variables
2072 # after splitting STRING at the '=' sign.
19202073 test -z "$_G_HAVE_XSI_OPS" \
19212074 && (eval 'x=a/b/c;
19222075 test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
19312084
19322085 func_split_equals_lhs=${1%%=*}
19332086 func_split_equals_rhs=${1#*=}
1934 test "x$func_split_equals_lhs" = "x$1" \
1935 && func_split_equals_rhs=
2087 if test "x$func_split_equals_lhs" = "x$1"; then
2088 func_split_equals_rhs=
2089 fi
19362090 }'
19372091 else
19382092 # ...otherwise fall back to using expr, which is often a shell builtin.
19422096
19432097 func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
19442098 func_split_equals_rhs=
1945 test "x$func_split_equals_lhs" = "x$1" \
2099 test "x$func_split_equals_lhs=" = "x$1" \
19462100 || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
19472101 }
19482102 fi #func_split_equals
19682122 {
19692123 $debug_cmd
19702124
1971 func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
2125 func_split_short_opt_name=`expr "x$1" : 'x\(-.\)'`
19722126 func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
19732127 }
19742128 fi #func_split_short_opt
20102164 # func_version
20112165 # ------------
20122166 # Echo version message to standard output and exit.
2167 # The version message is extracted from the calling file's header
2168 # comments, with leading '# ' stripped:
2169 # 1. First display the progname and version
2170 # 2. Followed by the header comment line matching /^# Written by /
2171 # 3. Then a blank line followed by the first following line matching
2172 # /^# Copyright /
2173 # 4. Immediately followed by any lines between the previous matches,
2174 # except lines preceding the intervening completely blank line.
2175 # For example, see the header comments of this file.
20132176 func_version ()
20142177 {
20152178 $debug_cmd
20162179
20172180 printf '%s\n' "$progname $scriptversion"
20182181 $SED -n '
2019 /(C)/!b go
2020 :more
2021 /\./!{
2022 N
2023 s|\n# | |
2024 b more
2182 /^# Written by /!b
2183 s|^# ||; p; n
2184
2185 :fwd2blnk
2186 /./ {
2187 n
2188 b fwd2blnk
20252189 }
2026 :go
2027 /^# Written by /,/# warranty; / {
2028 s|^# ||
2029 s|^# *$||
2030 s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2|
2031 p
2190 p; n
2191
2192 :holdwrnt
2193 s|^# ||
2194 s|^# *$||
2195 /^Copyright /!{
2196 /./H
2197 n
2198 b holdwrnt
20322199 }
2033 /^# Written by / {
2034 s|^# ||
2035 p
2036 }
2037 /^warranty; /q' < "$progpath"
2200
2201 s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2|
2202 G
2203 s|\(\n\)\n*|\1|g
2204 p; q' < "$progpath"
20382205
20392206 exit $?
20402207 }
20442211 # mode: shell-script
20452212 # sh-indentation: 2
20462213 # eval: (add-hook 'before-save-hook 'time-stamp)
2047 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
2214 # time-stamp-pattern: "30/scriptversion=%:y-%02m-%02d.%02H; # UTC"
20482215 # time-stamp-time-zone: "UTC"
20492216 # End:
20502217
20512218 # Set a version string.
2052 scriptversion='(GNU libtool) 2.4.6'
2219 scriptversion='(GNU libtool) 2.4.7'
20532220
20542221
20552222 # func_echo ARG...
21402307 compiler: $LTCC
21412308 compiler flags: $LTCFLAGS
21422309 linker: $LD (gnu? $with_gnu_ld)
2143 version: $progname $scriptversion Debian-2.4.6-15build1
2310 version: $progname $scriptversion Debian-2.4.7-4
21442311 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
21452312 autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q`
21462313
21962363 # a configuration failure hint, and exit.
21972364 func_fatal_configuration ()
21982365 {
2199 func__fatal_error ${1+"$@"} \
2366 func_fatal_error ${1+"$@"} \
22002367 "See the $PACKAGE documentation for more information." \
22012368 "Fatal configuration error."
22022369 }
23412508
23422509 nonopt=
23432510 preserve_args=
2511
2512 _G_rc_lt_options_prep=:
23442513
23452514 _G_rc_lt_options_prep=:
23462515
23742543
23752544 if $_G_rc_lt_options_prep; then
23762545 # Pass back the list of options.
2377 func_quote_for_eval ${1+"$@"}
2378 libtool_options_prep_result=$func_quote_for_eval_result
2546 func_quote eval ${1+"$@"}
2547 libtool_options_prep_result=$func_quote_result
23792548 fi
2380
2381 $_G_rc_lt_options_prep
23822549 }
23832550 func_add_hook func_options_prep libtool_options_prep
23842551
24812648
24822649 if $_G_rc_lt_parse_options; then
24832650 # save modified positional parameters for caller
2484 func_quote_for_eval ${1+"$@"}
2485 libtool_parse_options_result=$func_quote_for_eval_result
2651 func_quote eval ${1+"$@"}
2652 libtool_parse_options_result=$func_quote_result
24862653 fi
2487
2488 $_G_rc_lt_parse_options
24892654 }
24902655 func_add_hook func_parse_options libtool_parse_options
24912656
25422707 }
25432708
25442709 # Pass back the unparsed argument list
2545 func_quote_for_eval ${1+"$@"}
2546 libtool_validate_options_result=$func_quote_for_eval_result
2710 func_quote eval ${1+"$@"}
2711 libtool_validate_options_result=$func_quote_result
25472712 }
25482713 func_add_hook func_validate_options libtool_validate_options
25492714
35093674 esac
35103675 done
35113676
3512 func_quote_for_eval "$libobj"
3513 test "X$libobj" != "X$func_quote_for_eval_result" \
3677 func_quote_arg pretty "$libobj"
3678 test "X$libobj" != "X$func_quote_arg_result" \
35143679 && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \
35153680 && func_warning "libobj name '$libobj' may not contain shell special characters."
35163681 func_dirname_and_basename "$obj" "/" ""
35833748
35843749 func_to_tool_file "$srcfile" func_convert_file_msys_to_w32
35853750 srcfile=$func_to_tool_file_result
3586 func_quote_for_eval "$srcfile"
3587 qsrcfile=$func_quote_for_eval_result
3751 func_quote_arg pretty "$srcfile"
3752 qsrcfile=$func_quote_arg_result
35883753
35893754 # Only build a PIC object if we are building libtool libraries.
35903755 if test yes = "$build_libtool_libs"; then
37393904 -prefer-non-pic try to build non-PIC objects only
37403905 -shared do not build a '.o' file suitable for static linking
37413906 -static only build a '.o' file suitable for static linking
3742 -Wc,FLAG pass FLAG directly to the compiler
3907 -Wc,FLAG
3908 -Xcompiler FLAG pass FLAG directly to the compiler
37433909
37443910 COMPILE-COMMAND is a command to be used in creating a 'standard' object file
37453911 from the given SOURCEFILE.
38454011 -weak LIBNAME declare that the target provides the LIBNAME interface
38464012 -Wc,FLAG
38474013 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
4014 -Wa,FLAG
4015 -Xassembler FLAG pass linker-specific FLAG directly to the assembler
38484016 -Wl,FLAG
38494017 -Xlinker FLAG pass linker-specific FLAG directly to the linker
38504018 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
41874355 case $nonopt in *shtool*) :;; *) false;; esac
41884356 then
41894357 # Aesthetically quote it.
4190 func_quote_for_eval "$nonopt"
4191 install_prog="$func_quote_for_eval_result "
4358 func_quote_arg pretty "$nonopt"
4359 install_prog="$func_quote_arg_result "
41924360 arg=$1
41934361 shift
41944362 else
41984366
41994367 # The real first argument should be the name of the installation program.
42004368 # Aesthetically quote it.
4201 func_quote_for_eval "$arg"
4202 func_append install_prog "$func_quote_for_eval_result"
4369 func_quote_arg pretty "$arg"
4370 func_append install_prog "$func_quote_arg_result"
42034371 install_shared_prog=$install_prog
42044372 case " $install_prog " in
42054373 *[\\\ /]cp\ *) install_cp=: ;;
42564424 esac
42574425
42584426 # Aesthetically quote the argument.
4259 func_quote_for_eval "$arg"
4260 func_append install_prog " $func_quote_for_eval_result"
4427 func_quote_arg pretty "$arg"
4428 func_append install_prog " $func_quote_arg_result"
42614429 if test -n "$arg2"; then
4262 func_quote_for_eval "$arg2"
4430 func_quote_arg pretty "$arg2"
42634431 fi
4264 func_append install_shared_prog " $func_quote_for_eval_result"
4432 func_append install_shared_prog " $func_quote_arg_result"
42654433 done
42664434
42674435 test -z "$install_prog" && \
42724440
42734441 if test -n "$install_override_mode" && $no_mode; then
42744442 if $install_cp; then :; else
4275 func_quote_for_eval "$install_override_mode"
4276 func_append install_shared_prog " -m $func_quote_for_eval_result"
4443 func_quote_arg pretty "$install_override_mode"
4444 func_append install_shared_prog " -m $func_quote_arg_result"
42774445 fi
42784446 fi
42794447
45694737 relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
45704738
45714739 $opt_quiet || {
4572 func_quote_for_expand "$relink_command"
4573 eval "func_echo $func_quote_for_expand_result"
4740 func_quote_arg expand,pretty "$relink_command"
4741 eval "func_echo $func_quote_arg_result"
45744742 }
45754743 if eval "$relink_command"; then :
45764744 else
53495517 if test \"\$libtool_execute_magic\" != \"$magic\"; then
53505518 file=\"\$0\""
53515519
5352 qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
5520 func_quote_arg pretty "$ECHO"
5521 qECHO=$func_quote_arg_result
53535522 $ECHO "\
53545523
53555524 # A function that is used when there is no print builtin or printf.
53595528 \$1
53605529 _LTECHO_EOF'
53615530 }
5362 ECHO=\"$qECHO\"
5531 ECHO=$qECHO
53635532 fi
53645533
53655534 # Very basic option parsing. These options are (a) specific to
67026871 while test "$#" -gt 0; do
67036872 arg=$1
67046873 shift
6705 func_quote_for_eval "$arg"
6706 qarg=$func_quote_for_eval_unquoted_result
6707 func_append libtool_args " $func_quote_for_eval_result"
6874 func_quote_arg pretty,unquoted "$arg"
6875 qarg=$func_quote_arg_unquoted_result
6876 func_append libtool_args " $func_quote_arg_result"
67086877
67096878 # If the previous option needs an argument, assign it.
67106879 if test -n "$prev"; then
69407109 prev=
69417110 continue
69427111 ;;
7112 xassembler)
7113 func_append compiler_flags " -Xassembler $qarg"
7114 prev=
7115 func_append compile_command " -Xassembler $qarg"
7116 func_append finalize_command " -Xassembler $qarg"
7117 continue
7118 ;;
69437119 xcclinker)
69447120 func_append linker_flags " $qarg"
69457121 func_append compiler_flags " $qarg"
71107286 # These systems don't actually have a C library (as such)
71117287 test X-lc = "X$arg" && continue
71127288 ;;
7113 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
7289 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-midnightbsd*)
71147290 # Do not include libc due to us having libc/libc_r.
71157291 test X-lc = "X$arg" && continue
71167292 ;;
71307306 esac
71317307 elif test X-lc_r = "X$arg"; then
71327308 case $host in
7133 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
7309 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-midnightbsd*)
71347310 # Do not include libc_r directly, use -pthread flag.
71357311 continue
71367312 ;;
71607336 prev=xcompiler
71617337 continue
71627338 ;;
7163
7164 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
7339 # Solaris ld rejects as of 11.4. Refer to Oracle bug 22985199.
7340 -pthread)
7341 case $host in
7342 *solaris2*) ;;
7343 *)
7344 case "$new_inherited_linker_flags " in
7345 *" $arg "*) ;;
7346 * ) func_append new_inherited_linker_flags " $arg" ;;
7347 esac
7348 ;;
7349 esac
7350 continue
7351 ;;
7352 -mt|-mthreads|-kthread|-Kthread|-pthreads|--thread-safe \
71657353 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
71667354 func_append compiler_flags " $arg"
71677355 func_append compile_command " $arg"
73027490 save_ifs=$IFS; IFS=,
73037491 for flag in $args; do
73047492 IFS=$save_ifs
7305 func_quote_for_eval "$flag"
7306 func_append arg " $func_quote_for_eval_result"
7307 func_append compiler_flags " $func_quote_for_eval_result"
7493 func_quote_arg pretty "$flag"
7494 func_append arg " $func_quote_arg_result"
7495 func_append compiler_flags " $func_quote_arg_result"
73087496 done
73097497 IFS=$save_ifs
73107498 func_stripname ' ' '' "$arg"
73187506 save_ifs=$IFS; IFS=,
73197507 for flag in $args; do
73207508 IFS=$save_ifs
7321 func_quote_for_eval "$flag"
7322 func_append arg " $wl$func_quote_for_eval_result"
7323 func_append compiler_flags " $wl$func_quote_for_eval_result"
7324 func_append linker_flags " $func_quote_for_eval_result"
7509 func_quote_arg pretty "$flag"
7510 func_append arg " $wl$func_quote_arg_result"
7511 func_append compiler_flags " $wl$func_quote_arg_result"
7512 func_append linker_flags " $func_quote_arg_result"
73257513 done
73267514 IFS=$save_ifs
73277515 func_stripname ' ' '' "$arg"
73287516 arg=$func_stripname_result
73297517 ;;
73307518
7519 -Xassembler)
7520 prev=xassembler
7521 continue
7522 ;;
7523
73317524 -Xcompiler)
73327525 prev=xcompiler
73337526 continue
73457538
73467539 # -msg_* for osf cc
73477540 -msg_*)
7348 func_quote_for_eval "$arg"
7349 arg=$func_quote_for_eval_result
7541 func_quote_arg pretty "$arg"
7542 arg=$func_quote_arg_result
73507543 ;;
73517544
73527545 # Flags to be passed through unchanged, with rationale:
73697562 # -fuse-ld=* Linker select flags for GCC
73707563 # -static-* direct GCC to link specific libraries statically
73717564 # -fcilkplus Cilk Plus language extension features for C/C++
7565 # -Wa,* Pass flags directly to the assembler
73727566 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
73737567 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
73747568 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
7375 -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus)
7376 func_quote_for_eval "$arg"
7377 arg=$func_quote_for_eval_result
7569 -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus|-Wa,*)
7570 func_quote_arg pretty "$arg"
7571 arg=$func_quote_arg_result
73787572 func_append compile_command " $arg"
73797573 func_append finalize_command " $arg"
73807574 func_append compiler_flags " $arg"
73957589 continue
73967590 else
73977591 # Otherwise treat like 'Some other compiler flag' below
7398 func_quote_for_eval "$arg"
7399 arg=$func_quote_for_eval_result
7592 func_quote_arg pretty "$arg"
7593 arg=$func_quote_arg_result
74007594 fi
74017595 ;;
74027596
74037597 # Some other compiler flag.
74047598 -* | +*)
7405 func_quote_for_eval "$arg"
7406 arg=$func_quote_for_eval_result
7599 func_quote_arg pretty "$arg"
7600 arg=$func_quote_arg_result
74077601 ;;
74087602
74097603 *.$objext)
75237717 *)
75247718 # Unknown arguments in both finalize_command and compile_command need
75257719 # to be aesthetically quoted because they are evaled later.
7526 func_quote_for_eval "$arg"
7527 arg=$func_quote_for_eval_result
7720 func_quote_arg pretty "$arg"
7721 arg=$func_quote_arg_result
75287722 ;;
75297723 esac # arg
75307724
87328926 test CXX = "$tagname" && {
87338927 case $host_os in
87348928 linux*)
8735 case `$CC -V 2>&1 | sed 5q` in
8929 case `$CC -V 2>&1 | $SED 5q` in
87368930 *Sun\ C*) # Sun C++ 5.9
87378931 func_suncc_cstd_abi
87388932
89059099 #
89069100 case $version_type in
89079101 # correct linux to gnu/linux during the next big refactor
8908 darwin|freebsd-elf|linux|osf|windows|none)
9102 darwin|freebsd-elf|linux|midnightbsd-elf|osf|windows|none)
89099103 func_arith $number_major + $number_minor
89109104 current=$func_arith_result
89119105 age=$number_minor
89999193 versuffix=.$current.$revision
90009194 ;;
90019195
9002 freebsd-elf)
9196 freebsd-elf | midnightbsd-elf)
90039197 func_arith $current - $age
90049198 major=.$func_arith_result
90059199 versuffix=$major.$age.$revision
92259419 *-*-netbsd*)
92269420 # Don't link with libc until the a.out ld.so is fixed.
92279421 ;;
9228 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
9422 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-midnightbsd*)
92299423 # Do not include libc due to us having libc/libc_r.
92309424 ;;
92319425 *-*-sco3.2v5* | *-*-sco5v6*)
1003610230 for cmd in $concat_cmds; do
1003710231 IFS=$save_ifs
1003810232 $opt_quiet || {
10039 func_quote_for_expand "$cmd"
10040 eval "func_echo $func_quote_for_expand_result"
10233 func_quote_arg expand,pretty "$cmd"
10234 eval "func_echo $func_quote_arg_result"
1004110235 }
1004210236 $opt_dry_run || eval "$cmd" || {
1004310237 lt_exit=$?
1013010324 eval cmd=\"$cmd\"
1013110325 IFS=$save_ifs
1013210326 $opt_quiet || {
10133 func_quote_for_expand "$cmd"
10134 eval "func_echo $func_quote_for_expand_result"
10327 func_quote_arg expand,pretty "$cmd"
10328 eval "func_echo $func_quote_arg_result"
1013510329 }
1013610330 $opt_dry_run || eval "$cmd" || {
1013710331 lt_exit=$?
1060510799 elif eval var_value=\$$var; test -z "$var_value"; then
1060610800 relink_command="$var=; export $var; $relink_command"
1060710801 else
10608 func_quote_for_eval "$var_value"
10609 relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
10802 func_quote_arg pretty "$var_value"
10803 relink_command="$var=$func_quote_arg_result; export $var; $relink_command"
1061010804 fi
1061110805 done
10612 relink_command="(cd `pwd`; $relink_command)"
10613 relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
10806 func_quote eval cd "`pwd`"
10807 func_quote_arg pretty,unquoted "($func_quote_result; $relink_command)"
10808 relink_command=$func_quote_arg_unquoted_result
1061410809 fi
1061510810
1061610811 # Only actually do things if not in dry run mode.
1085011045 elif eval var_value=\$$var; test -z "$var_value"; then
1085111046 relink_command="$var=; export $var; $relink_command"
1085211047 else
10853 func_quote_for_eval "$var_value"
10854 relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
11048 func_quote_arg pretty,unquoted "$var_value"
11049 relink_command="$var=$func_quote_arg_unquoted_result; export $var; $relink_command"
1085511050 fi
1085611051 done
1085711052 # Quote the link command for shipping.
10858 relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
10859 relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
11053 func_quote eval cd "`pwd`"
11054 relink_command="($func_quote_result; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
11055 func_quote_arg pretty,unquoted "$relink_command"
11056 relink_command=$func_quote_arg_unquoted_result
1086011057 if test yes = "$hardcode_automatic"; then
1086111058 relink_command=
1086211059 fi
113113 backward compatibility; new code need not use it. */
114114 #undef STDC_HEADERS
115115
116 /* Define to 1 for libgtop */
117 #undef TIME_WITH_SYS_TIME
118
119116 /* Version number of package */
120117 #undef VERSION
121118
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.71 for gnome-applets 3.44.0.
2 # Generated by GNU Autoconf 2.71 for gnome-applets 3.46.0.
33 #
44 # Report bugs to <https://gitlab.gnome.org/GNOME/gnome-applets/-/issues>.
55 #
620620 # Identity of this package.
621621 PACKAGE_NAME='gnome-applets'
622622 PACKAGE_TARNAME='gnome-applets'
623 PACKAGE_VERSION='3.44.0'
624 PACKAGE_STRING='gnome-applets 3.44.0'
623 PACKAGE_VERSION='3.46.0'
624 PACKAGE_STRING='gnome-applets 3.46.0'
625625 PACKAGE_BUGREPORT='https://gitlab.gnome.org/GNOME/gnome-applets/-/issues'
626626 PACKAGE_URL=''
627627
756756 AR
757757 DLLTOOL
758758 OBJDUMP
759 FILECMD
759760 LN_S
760761 NM
761762 ac_ct_DUMPBIN
14911492 # Omit some internal or obsolete options to make the list less imposing.
14921493 # This message is too long to be a string in the A/UX 3.1 sh.
14931494 cat <<_ACEOF
1494 \`configure' configures gnome-applets 3.44.0 to adapt to many kinds of systems.
1495 \`configure' configures gnome-applets 3.46.0 to adapt to many kinds of systems.
14951496
14961497 Usage: $0 [OPTION]... [VAR=VALUE]...
14971498
15661567
15671568 if test -n "$ac_init_help"; then
15681569 case $ac_init_help in
1569 short | recursive ) echo "Configuration of gnome-applets 3.44.0:";;
1570 short | recursive ) echo "Configuration of gnome-applets 3.46.0:";;
15701571 esac
15711572 cat <<\_ACEOF
15721573
17681769 test -n "$ac_init_help" && exit $ac_status
17691770 if $ac_init_version; then
17701771 cat <<\_ACEOF
1771 gnome-applets configure 3.44.0
1772 gnome-applets configure 3.46.0
17721773 generated by GNU Autoconf 2.71
17731774
17741775 Copyright (C) 2021 Free Software Foundation, Inc.
20672068 This file contains any messages produced by compilers while
20682069 running configure, to aid debugging if configure makes a mistake.
20692070
2070 It was created by gnome-applets $as_me 3.44.0, which was
2071 It was created by gnome-applets $as_me 3.46.0, which was
20712072 generated by GNU Autoconf 2.71. Invocation command line was
20722073
20732074 $ $0$ac_configure_args_raw
63806381
63816382 # Define the identity of the package.
63826383 PACKAGE='gnome-applets'
6383 VERSION='3.44.0'
6384 VERSION='3.46.0'
63846385
63856386
63866387 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
68046805
68056806
68066807
6807 macro_version='2.4.6'
6808 macro_revision='2.4.6'
6808 macro_version='2.4.7'
6809 macro_revision='2.4.7'
68096810
68106811
68116812
74337434 mingw*) lt_bad_file=conftest.nm/nofile ;;
74347435 *) lt_bad_file=/dev/null ;;
74357436 esac
7436 case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
7437 case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in
74377438 *$lt_bad_file* | *'Invalid file or object type'*)
74387439 lt_cv_path_NM="$tmp_nm -B"
74397440 break 2
74407441 ;;
74417442 *)
7442 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
7443 case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in
74437444 */dev/null*)
74447445 lt_cv_path_NM="$tmp_nm -p"
74457446 break 2
75777578 fi
75787579 fi
75797580
7580 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
7581 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in
75817582 *COFF*)
75827583 DUMPBIN="$DUMPBIN -symbols -headers"
75837584 ;;
76817682 lt_cv_sys_max_cmd_len=8192;
76827683 ;;
76837684
7684 bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
7685 bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*)
76857686 # This has been around since 386BSD, at least. Likely further.
76867687 if test -x /sbin/sysctl; then
76877688 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
77247725 sysv5* | sco5v6* | sysv4.2uw2*)
77257726 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
77267727 if test -n "$kargmax"; then
7727 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
7728 lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[ ]//'`
77287729 else
77297730 lt_cv_sys_max_cmd_len=32768
77307731 fi
79307931
79317932
79327933 if test -n "$ac_tool_prefix"; then
7934 # Extract the first word of "${ac_tool_prefix}file", so it can be a program name with args.
7935 set dummy ${ac_tool_prefix}file; ac_word=$2
7936 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7937 printf %s "checking for $ac_word... " >&6; }
7938 if test ${ac_cv_prog_FILECMD+y}
7939 then :
7940 printf %s "(cached) " >&6
7941 else $as_nop
7942 if test -n "$FILECMD"; then
7943 ac_cv_prog_FILECMD="$FILECMD" # Let the user override the test.
7944 else
7945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7946 for as_dir in $PATH
7947 do
7948 IFS=$as_save_IFS
7949 case $as_dir in #(((
7950 '') as_dir=./ ;;
7951 */) ;;
7952 *) as_dir=$as_dir/ ;;
7953 esac
7954 for ac_exec_ext in '' $ac_executable_extensions; do
7955 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
7956 ac_cv_prog_FILECMD="${ac_tool_prefix}file"
7957 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7958 break 2
7959 fi
7960 done
7961 done
7962 IFS=$as_save_IFS
7963
7964 fi
7965 fi
7966 FILECMD=$ac_cv_prog_FILECMD
7967 if test -n "$FILECMD"; then
7968 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FILECMD" >&5
7969 printf "%s\n" "$FILECMD" >&6; }
7970 else
7971 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7972 printf "%s\n" "no" >&6; }
7973 fi
7974
7975
7976 fi
7977 if test -z "$ac_cv_prog_FILECMD"; then
7978 ac_ct_FILECMD=$FILECMD
7979 # Extract the first word of "file", so it can be a program name with args.
7980 set dummy file; ac_word=$2
7981 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7982 printf %s "checking for $ac_word... " >&6; }
7983 if test ${ac_cv_prog_ac_ct_FILECMD+y}
7984 then :
7985 printf %s "(cached) " >&6
7986 else $as_nop
7987 if test -n "$ac_ct_FILECMD"; then
7988 ac_cv_prog_ac_ct_FILECMD="$ac_ct_FILECMD" # Let the user override the test.
7989 else
7990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7991 for as_dir in $PATH
7992 do
7993 IFS=$as_save_IFS
7994 case $as_dir in #(((
7995 '') as_dir=./ ;;
7996 */) ;;
7997 *) as_dir=$as_dir/ ;;
7998 esac
7999 for ac_exec_ext in '' $ac_executable_extensions; do
8000 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
8001 ac_cv_prog_ac_ct_FILECMD="file"
8002 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
8003 break 2
8004 fi
8005 done
8006 done
8007 IFS=$as_save_IFS
8008
8009 fi
8010 fi
8011 ac_ct_FILECMD=$ac_cv_prog_ac_ct_FILECMD
8012 if test -n "$ac_ct_FILECMD"; then
8013 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FILECMD" >&5
8014 printf "%s\n" "$ac_ct_FILECMD" >&6; }
8015 else
8016 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8017 printf "%s\n" "no" >&6; }
8018 fi
8019
8020 if test "x$ac_ct_FILECMD" = x; then
8021 FILECMD=":"
8022 else
8023 case $cross_compiling:$ac_tool_warned in
8024 yes:)
8025 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8026 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8027 ac_tool_warned=yes ;;
8028 esac
8029 FILECMD=$ac_ct_FILECMD
8030 fi
8031 else
8032 FILECMD="$ac_cv_prog_FILECMD"
8033 fi
8034
8035
8036
8037
8038
8039
8040
8041 if test -n "$ac_tool_prefix"; then
79338042 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
79348043 set dummy ${ac_tool_prefix}objdump; ac_word=$2
79358044 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
80728181
80738182 bsdi[45]*)
80748183 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
8075 lt_cv_file_magic_cmd='/usr/bin/file -L'
8184 lt_cv_file_magic_cmd='$FILECMD -L'
80768185 lt_cv_file_magic_test_file=/shlib/libc.so
80778186 ;;
80788187
81068215 lt_cv_deplibs_check_method=pass_all
81078216 ;;
81088217
8109 freebsd* | dragonfly*)
8218 freebsd* | dragonfly* | midnightbsd*)
81108219 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
81118220 case $host_cpu in
81128221 i*86 )
81138222 # Not sure whether the presence of OpenBSD here was a mistake.
81148223 # Let's accept both of them until this is cleared up.
81158224 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
8116 lt_cv_file_magic_cmd=/usr/bin/file
8225 lt_cv_file_magic_cmd=$FILECMD
81178226 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
81188227 ;;
81198228 esac
81278236 ;;
81288237
81298238 hpux10.20* | hpux11*)
8130 lt_cv_file_magic_cmd=/usr/bin/file
8239 lt_cv_file_magic_cmd=$FILECMD
81318240 case $host_cpu in
81328241 ia64*)
81338242 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
81748283
81758284 newos6*)
81768285 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
8177 lt_cv_file_magic_cmd=/usr/bin/file
8286 lt_cv_file_magic_cmd=$FILECMD
81788287 lt_cv_file_magic_test_file=/usr/lib/libnls.so
81798288 ;;
81808289
85478656 fi
85488657
85498658 : ${AR=ar}
8550 : ${AR_FLAGS=cr}
8551
8552
8553
8554
8555
8659
8660
8661
8662
8663
8664
8665 # Use ARFLAGS variable as AR's operation code to sync the variable naming with
8666 # Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have
8667 # higher priority because thats what people were doing historically (setting
8668 # ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS
8669 # variable obsoleted/removed.
8670
8671 test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr}
8672 lt_ar_flags=$AR_FLAGS
8673
8674
8675
8676
8677
8678
8679 # Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override
8680 # by AR_FLAGS because that was never working and AR_FLAGS is about to die.
85568681
85578682
85588683
89709095
89719096 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
89729097 # Gets list of data symbols to import.
8973 lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
9098 lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'"
89749099 # Adjust the below global symbol transforms to fixup imported variables.
89759100 lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
89769101 lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'"
89889113 # Transform an extracted symbol line into a proper C declaration.
89899114 # Some systems (esp. on ia64) link data and code symbols differently,
89909115 # so use this general approach.
8991 lt_cv_sys_global_symbol_to_cdecl="sed -n"\
9116 lt_cv_sys_global_symbol_to_cdecl="$SED -n"\
89929117 $lt_cdecl_hook\
89939118 " -e 's/^T .* \(.*\)$/extern int \1();/p'"\
89949119 " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
89959120
89969121 # Transform an extracted symbol line into symbol name and symbol address
8997 lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
9122 lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\
89989123 $lt_c_name_hook\
89999124 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
90009125 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'"
90019126
90029127 # Transform an extracted symbol line into symbol name with lib prefix and
90039128 # symbol address.
9004 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
9129 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\
90059130 $lt_c_name_lib_hook\
90069131 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
90079132 " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\
90259150 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
90269151 # Fake it for dumpbin and say T for any non-static function,
90279152 # D for any global variable and I for any imported variable.
9028 # Also find C++ and __fastcall symbols from MSVC++,
9153 # Also find C++ and __fastcall symbols from MSVC++ or ICC,
90299154 # which start with @ or ?.
90309155 lt_cv_sys_global_symbol_pipe="$AWK '"\
90319156 " {last_section=section; section=\$ 3};"\
90439168 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
90449169 " ' prfx=^$ac_symprfx"
90459170 else
9046 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
9171 lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
90479172 fi
9048 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
9173 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'"
90499174
90509175 # Check to see that the pipe works correctly.
90519176 pipe_works=no
92459370 fi
92469371 ;; #(
92479372 /*)
9248 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
9373 lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"`
92499374 ;; #(
92509375 no|'')
92519376 ;; #(
93709495 ac_status=$?
93719496 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
93729497 test $ac_status = 0; }; then
9373 case `/usr/bin/file conftest.$ac_objext` in
9498 case `$FILECMD conftest.$ac_objext` in
93749499 *ELF-32*)
93759500 HPUX_IA64_MODE=32
93769501 ;;
93919516 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
93929517 test $ac_status = 0; }; then
93939518 if test yes = "$lt_cv_prog_gnu_ld"; then
9394 case `/usr/bin/file conftest.$ac_objext` in
9519 case `$FILECMD conftest.$ac_objext` in
93959520 *32-bit*)
93969521 LD="${LD-ld} -melf32bsmip"
93979522 ;;
94039528 ;;
94049529 esac
94059530 else
9406 case `/usr/bin/file conftest.$ac_objext` in
9531 case `$FILECMD conftest.$ac_objext` in
94079532 *32-bit*)
94089533 LD="${LD-ld} -32"
94099534 ;;
94299554 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
94309555 test $ac_status = 0; }; then
94319556 emul=elf
9432 case `/usr/bin/file conftest.$ac_objext` in
9557 case `$FILECMD conftest.$ac_objext` in
94339558 *32-bit*)
94349559 emul="${emul}32"
94359560 ;;
94379562 emul="${emul}64"
94389563 ;;
94399564 esac
9440 case `/usr/bin/file conftest.$ac_objext` in
9565 case `$FILECMD conftest.$ac_objext` in
94419566 *MSB*)
94429567 emul="${emul}btsmip"
94439568 ;;
94459570 emul="${emul}ltsmip"
94469571 ;;
94479572 esac
9448 case `/usr/bin/file conftest.$ac_objext` in
9573 case `$FILECMD conftest.$ac_objext` in
94499574 *N32*)
94509575 emul="${emul}n32"
94519576 ;;
94699594 ac_status=$?
94709595 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
94719596 test $ac_status = 0; }; then
9472 case `/usr/bin/file conftest.o` in
9597 case `$FILECMD conftest.o` in
94739598 *32-bit*)
94749599 case $host in
94759600 x86_64-*kfreebsd*-gnu)
94769601 LD="${LD-ld} -m elf_i386_fbsd"
94779602 ;;
94789603 x86_64-*linux*)
9479 case `/usr/bin/file conftest.o` in
9604 case `$FILECMD conftest.o` in
94809605 *x86-64*)
94819606 LD="${LD-ld} -m elf32_x86_64"
94829607 ;;
95849709 ac_status=$?
95859710 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
95869711 test $ac_status = 0; }; then
9587 case `/usr/bin/file conftest.o` in
9712 case `$FILECMD conftest.o` in
95889713 *64-bit*)
95899714 case $lt_cv_prog_gnu_ld in
95909715 yes*)
1036710492 _LT_EOF
1036810493 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
1036910494 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
10370 echo "$AR cr libconftest.a conftest.o" >&5
10371 $AR cr libconftest.a conftest.o 2>&5
10495 echo "$AR $AR_FLAGS libconftest.a conftest.o" >&5
10496 $AR $AR_FLAGS libconftest.a conftest.o 2>&5
1037210497 echo "$RANLIB libconftest.a" >&5
1037310498 $RANLIB libconftest.a 2>&5
1037410499 cat > conftest.c << _LT_EOF
1039510520 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1039610521 darwin1.*)
1039710522 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
10398 darwin*) # darwin 5.x on
10399 # if running on 10.5 or later, the deployment target defaults
10400 # to the OS version, if on x86, and 10.4, the deployment
10401 # target defaults to 10.4. Don't you love it?
10402 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
10403 10.0,*86*-darwin8*|10.0,*-darwin[912]*)
10404 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
10405 10.[012][,.]*)
10406 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
10407 10.*|11.*)
10408 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
10523 darwin*)
10524 case $MACOSX_DEPLOYMENT_TARGET,$host in
10525 10.[012],*|,*powerpc*-darwin[5-8]*)
10526 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
10527 *)
10528 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1040910529 esac
1041010530 ;;
1041110531 esac
1079110911 ofile=libtool
1079210912 can_build_shared=yes
1079310913
10794 # All known linkers require a '.a' archive for static linking (except MSVC,
10795 # which needs '.lib').
10914 # All known linkers require a '.a' archive for static linking (except MSVC and
10915 # ICC, which need '.lib').
1079610916 libext=a
1079710917
1079810918 with_gnu_ld=$lt_cv_prog_gnu_ld
1131011430 lt_prog_compiler_static='-qstaticlink'
1131111431 ;;
1131211432 *)
11313 case `$CC -V 2>&1 | sed 5q` in
11433 case `$CC -V 2>&1 | $SED 5q` in
1131411434 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
1131511435 # Sun Fortran 8.3 passes all unrecognized flags to the linker
1131611436 lt_prog_compiler_pic='-KPIC'
1173311853
1173411854 case $host_os in
1173511855 cygwin* | mingw* | pw32* | cegcc*)
11736 # FIXME: the MSVC++ port hasn't been tested in a loooong time
11856 # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time
1173711857 # When not using gcc, we currently assume that we are using
11738 # Microsoft Visual C++.
11858 # Microsoft Visual C++ or Intel C++ Compiler.
1173911859 if test yes != "$GCC"; then
1174011860 with_gnu_ld=no
1174111861 fi
1174211862 ;;
1174311863 interix*)
11744 # we just hope/assume this is gcc and not c89 (= MSVC++)
11864 # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC)
1174511865 with_gnu_ld=yes
1174611866 ;;
1174711867 openbsd* | bitrig*)
1179611916 whole_archive_flag_spec=
1179711917 fi
1179811918 supports_anon_versioning=no
11799 case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
11919 case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
1180011920 *GNU\ gold*) supports_anon_versioning=yes ;;
1180111921 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
1180211922 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
1190812028 emximp -o $lib $output_objdir/$libname.def'
1190912029 old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
1191012030 enable_shared_with_static_runtimes=yes
12031 file_list_spec='@'
1191112032 ;;
1191212033
1191312034 interix[3-9]*)
1192212043 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
1192312044 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
1192412045 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
11925 archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
12046 archive_expsym_cmds='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
1192612047 ;;
1192712048
1192812049 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
1196512086 compiler_needs_object=yes
1196612087 ;;
1196712088 esac
11968 case `$CC -V 2>&1 | sed 5q` in
12089 case `$CC -V 2>&1 | $SED 5q` in
1196912090 *Sun\ C*) # Sun C 5.9
1197012091 whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
1197112092 compiler_needs_object=yes
1197712098
1197812099 if test yes = "$supports_anon_versioning"; then
1197912100 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
11980 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
12101 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
1198112102 echo "local: *; };" >> $output_objdir/$libname.ver~
1198212103 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
1198312104 fi
1198412105
1198512106 case $cc_basename in
1198612107 tcc*)
12108 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
1198712109 export_dynamic_flag_spec='-rdynamic'
1198812110 ;;
1198912111 xlf* | bgf* | bgxlf* | mpixlf*)
1199312115 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
1199412116 if test yes = "$supports_anon_versioning"; then
1199512117 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
11996 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
12118 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
1199712119 echo "local: *; };" >> $output_objdir/$libname.ver~
1199812120 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
1199912121 fi
1212512247 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
1212612248 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
1212712249 else
12128 export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
12250 export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
1212912251 fi
1213012252 aix_use_runtimelinking=no
1213112253
1239612518
1239712519 cygwin* | mingw* | pw32* | cegcc*)
1239812520 # When not using gcc, we currently assume that we are using
12399 # Microsoft Visual C++.
12521 # Microsoft Visual C++ or Intel C++ Compiler.
1240012522 # hardcode_libdir_flag_spec is actually meaningless, as there is
1240112523 # no search path for DLLs.
1240212524 case $cc_basename in
12403 cl*)
12404 # Native MSVC
12525 cl* | icl*)
12526 # Native MSVC or ICC
1240512527 hardcode_libdir_flag_spec=' '
1240612528 allow_undefined_flag=unsupported
1240712529 always_export_symbols=yes
1244212564 fi'
1244312565 ;;
1244412566 *)
12445 # Assume MSVC wrapper
12567 # Assume MSVC and ICC wrapper
1244612568 hardcode_libdir_flag_spec=' '
1244712569 allow_undefined_flag=unsupported
1244812570 # Tell ltmain to make .lib files, not .a files.
1248312605 output_verbose_link_cmd=func_echo_all
1248412606 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
1248512607 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
12486 archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
12487 module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
12608 archive_expsym_cmds="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
12609 module_expsym_cmds="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
1248812610
1248912611 else
1249012612 ld_shlibs=no
1251812640 ;;
1251912641
1252012642 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
12521 freebsd* | dragonfly*)
12643 freebsd* | dragonfly* | midnightbsd*)
1252212644 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
1252312645 hardcode_libdir_flag_spec='-R$libdir'
1252412646 hardcode_direct=yes
1269912821 # Fabrice Bellard et al's Tiny C Compiler
1270012822 ld_shlibs=yes
1270112823 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
12824 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
1270212825 ;;
1270312826 esac
1270412827 ;;
1277012893 emximp -o $lib $output_objdir/$libname.def'
1277112894 old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
1277212895 enable_shared_with_static_runtimes=yes
12896 file_list_spec='@'
1277312897 ;;
1277412898
1277512899 osf3*)
1346213586 case $host_os in
1346313587 cygwin*)
1346413588 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
13465 soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
13589 soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
1346613590
1346713591 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
1346813592 ;;
1347213596 ;;
1347313597 pw32*)
1347413598 # pw32 DLLs use 'pw' prefix rather than 'lib'
13475 library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
13599 library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
1347613600 ;;
1347713601 esac
1347813602 dynamic_linker='Win32 ld.exe'
1347913603 ;;
1348013604
13481 *,cl*)
13482 # Native MSVC
13605 *,cl* | *,icl*)
13606 # Native MSVC or ICC
1348313607 libname_spec='$name'
1348413608 soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
1348513609 library_names_spec='$libname.dll.lib'
1349813622 done
1349913623 IFS=$lt_save_ifs
1350013624 # Convert to MSYS style.
13501 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
13625 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
1350213626 ;;
1350313627 cygwin*)
1350413628 # Convert to unix form, then to dos form, then back to unix form
1353513659 ;;
1353613660
1353713661 *)
13538 # Assume MSVC wrapper
13662 # Assume MSVC and ICC wrapper
1353913663 library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
1354013664 dynamic_linker='Win32 ld.exe'
1354113665 ;;
1356813692 shlibpath_var=LD_LIBRARY_PATH
1356913693 ;;
1357013694
13571 freebsd* | dragonfly*)
13695 freebsd* | dragonfly* | midnightbsd*)
1357213696 # DragonFly does not have aout. When/if they implement a new
1357313697 # versioning mechanism, adjust this.
1357413698 if test -x /usr/bin/objformat; then
1473314857 old_striplib=
1473414858 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
1473514859 printf %s "checking whether stripping libraries is possible... " >&6; }
14736 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
14737 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
14738 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
14739 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14860 if test -z "$STRIP"; then
14861 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
14862 printf "%s\n" "no" >&6; }
14863 else
14864 if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
14865 old_striplib="$STRIP --strip-debug"
14866 striplib="$STRIP --strip-unneeded"
14867 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1474014868 printf "%s\n" "yes" >&6; }
14741 else
14742 # FIXME - insert some real tests, host_os isn't really good enough
14743 case $host_os in
14744 darwin*)
14745 if test -n "$STRIP"; then
14869 else
14870 case $host_os in
14871 darwin*)
14872 # FIXME - insert some real tests, host_os isn't really good enough
1474614873 striplib="$STRIP -x"
1474714874 old_striplib="$STRIP -S"
1474814875 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1474914876 printf "%s\n" "yes" >&6; }
14750 else
14877 ;;
14878 freebsd*)
14879 if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then
14880 old_striplib="$STRIP --strip-debug"
14881 striplib="$STRIP --strip-unneeded"
14882 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14883 printf "%s\n" "yes" >&6; }
14884 else
14885 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
14886 printf "%s\n" "no" >&6; }
14887 fi
14888 ;;
14889 *)
1475114890 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1475214891 printf "%s\n" "no" >&6; }
14753 fi
14754 ;;
14755 *)
14756 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
14757 printf "%s\n" "no" >&6; }
14758 ;;
14759 esac
14892 ;;
14893 esac
14894 fi
1476014895 fi
1476114896
1476214897
1497815113
1497915114
1498015115
14981
14982
14983 printf "%s\n" "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
14984
14985
1498615116 GTK_REQUIRED=3.20.0
1498715117 GLIB_REQUIRED=2.44.0
1498815118 GIO_REQUIRED=2.26.0
1498915119 LIBGNOME_PANEL_REQUIRED=3.41.1
1499015120 LIBGTOP_REQUIRED=2.11.92
14991 LIBWNCK_REQUIRED=3.14.1
15121 LIBWNCK_REQUIRED=43.0
1499215122 LIBNOTIFY_REQUIRED=0.7
1499315123 UPOWER_REQUIRED=0.99.8
1499415124 ADWAITA_ICON_THEME_REQUIRED=3.14.0
2112021250 .PHONY: clean-help
2112121251 mostlyclean-am: $(if $(HELP_ID),clean-help)
2112221252 clean-help:
21123 rm -f $(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES)
21253 $(file >clean-help-files,$(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES))
21254 @xargs -t rm -f < clean-help-files
21255 rm -f clean-help-files
2112421256
2112521257 EXTRA_DIST ?=
2112621258 EXTRA_DIST += $(_HELP_C_EXTRA) $(_HELP_C_MEDIA)
2218922321 # report actual input values of CONFIG_FILES etc. instead of their
2219022322 # values after options handling.
2219122323 ac_log="
22192 This file was extended by gnome-applets $as_me 3.44.0, which was
22324 This file was extended by gnome-applets $as_me 3.46.0, which was
2219322325 generated by GNU Autoconf 2.71. Invocation command line was
2219422326
2219522327 CONFIG_FILES = $CONFIG_FILES
2225722389 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2225822390 ac_cs_config='$ac_cs_config_escaped'
2225922391 ac_cs_version="\\
22260 gnome-applets config.status 3.44.0
22392 gnome-applets config.status 3.46.0
2226122393 configured by $0, generated by GNU Autoconf 2.71,
2226222394 with options \\"\$ac_cs_config\\"
2226322395
2242022552 lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
2242122553 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
2242222554 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
22555 FILECMD='`$ECHO "$FILECMD" | $SED "$delay_single_quote_subst"`'
2242322556 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
2242422557 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
2242522558 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
2242822561 DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
2242922562 sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
2243022563 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
22564 lt_ar_flags='`$ECHO "$lt_ar_flags" | $SED "$delay_single_quote_subst"`'
2243122565 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
2243222566 archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
2243322567 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
2254822682 lt_SP2NL \
2254922683 lt_NL2SP \
2255022684 reload_flag \
22685 FILECMD \
2255122686 OBJDUMP \
2255222687 deplibs_check_method \
2255322688 file_magic_cmd \
2255622691 DLLTOOL \
2255722692 sharedlib_from_linklib_cmd \
2255822693 AR \
22559 AR_FLAGS \
2256022694 archiver_list_spec \
2256122695 STRIP \
2256222696 RANLIB \
2357023704 # convert \$build files to toolchain format.
2357123705 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
2357223706
23707 # A file(cmd) program that detects file types.
23708 FILECMD=$lt_FILECMD
23709
2357323710 # An object symbol dumper.
2357423711 OBJDUMP=$lt_OBJDUMP
2357523712
2359423731 # The archiver.
2359523732 AR=$lt_AR
2359623733
23734 # Flags to create an archive (by configure).
23735 lt_ar_flags=$lt_ar_flags
23736
2359723737 # Flags to create an archive.
23598 AR_FLAGS=$lt_AR_FLAGS
23738 AR_FLAGS=\${ARFLAGS-"\$lt_ar_flags"}
2359923739
2360023740 # How to feed a file listing to the archiver.
2360123741 archiver_list_spec=$lt_archiver_list_spec
2397124111 # if finds mixed CR/LF and LF-only lines. Since sed operates in
2397224112 # text mode, it properly converts lines to CR/LF. This bash problem
2397324113 # is reportedly fixed, but why not run on old versions too?
23974 sed '$q' "$ltmain" >> "$cfgfile" \
24114 $SED '$q' "$ltmain" >> "$cfgfile" \
2397524115 || (rm -f "$cfgfile"; exit 1)
2397624116
2397724117 mv -f "$cfgfile" "$ofile" ||
22 dnl **************************************************************************
33
44 m4_define([ga_major_version], [3])
5 m4_define([ga_minor_version], [44])
5 m4_define([ga_minor_version], [46])
66 m4_define([ga_micro_version], [0])
77 m4_define([ga_version], [ga_major_version.ga_minor_version.ga_micro_version])
88
5454
5555 LT_INIT([dlopen disable-static])
5656 LT_LIB_M
57
58 dnl **************************************************************************
59 dnl libgtop uses TIME_WITH_SYS_TIME in global.h
60 dnl **************************************************************************
61
62 AC_DEFINE([TIME_WITH_SYS_TIME], [1], [Define to 1 for libgtop])
6357
6458 dnl ***************************************************************************
6559 dnl *** Minimum library versions for GNOME Applets ***
6963 GIO_REQUIRED=2.26.0
7064 LIBGNOME_PANEL_REQUIRED=3.41.1
7165 LIBGTOP_REQUIRED=2.11.92
72 LIBWNCK_REQUIRED=3.14.1
66 LIBWNCK_REQUIRED=43.0
7367 LIBNOTIFY_REQUIRED=0.7
7468 UPOWER_REQUIRED=0.99.8
7569 ADWAITA_ICON_THEME_REQUIRED=3.14.0
228228 ETAGS = @ETAGS@
229229 EXEEXT = @EXEEXT@
230230 FGREP = @FGREP@
231 FILECMD = @FILECMD@
231232 GDBUS_CODEGEN = @GDBUS_CODEGEN@
232233 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
233234 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
228228 ETAGS = @ETAGS@
229229 EXEEXT = @EXEEXT@
230230 FGREP = @FGREP@
231 FILECMD = @FILECMD@
231232 GDBUS_CODEGEN = @GDBUS_CODEGEN@
232233 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
233234 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
204204 ETAGS = @ETAGS@
205205 EXEEXT = @EXEEXT@
206206 FGREP = @FGREP@
207 FILECMD = @FILECMD@
207208 GDBUS_CODEGEN = @GDBUS_CODEGEN@
208209 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
209210 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
200200 ETAGS = @ETAGS@
201201 EXEEXT = @EXEEXT@
202202 FGREP = @FGREP@
203 FILECMD = @FILECMD@
203204 GDBUS_CODEGEN = @GDBUS_CODEGEN@
204205 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
205206 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
200200 ETAGS = @ETAGS@
201201 EXEEXT = @EXEEXT@
202202 FGREP = @FGREP@
203 FILECMD = @FILECMD@
203204 GDBUS_CODEGEN = @GDBUS_CODEGEN@
204205 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
205206 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
228228 ETAGS = @ETAGS@
229229 EXEEXT = @EXEEXT@
230230 FGREP = @FGREP@
231 FILECMD = @FILECMD@
231232 GDBUS_CODEGEN = @GDBUS_CODEGEN@
232233 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
233234 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
204204 ETAGS = @ETAGS@
205205 EXEEXT = @EXEEXT@
206206 FGREP = @FGREP@
207 FILECMD = @FILECMD@
207208 GDBUS_CODEGEN = @GDBUS_CODEGEN@
208209 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
209210 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
200200 ETAGS = @ETAGS@
201201 EXEEXT = @EXEEXT@
202202 FGREP = @FGREP@
203 FILECMD = @FILECMD@
203204 GDBUS_CODEGEN = @GDBUS_CODEGEN@
204205 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
205206 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
228228 ETAGS = @ETAGS@
229229 EXEEXT = @EXEEXT@
230230 FGREP = @FGREP@
231 FILECMD = @FILECMD@
231232 GDBUS_CODEGEN = @GDBUS_CODEGEN@
232233 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
233234 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
204204 ETAGS = @ETAGS@
205205 EXEEXT = @EXEEXT@
206206 FGREP = @FGREP@
207 FILECMD = @FILECMD@
207208 GDBUS_CODEGEN = @GDBUS_CODEGEN@
208209 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
209210 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
200200 ETAGS = @ETAGS@
201201 EXEEXT = @EXEEXT@
202202 FGREP = @FGREP@
203 FILECMD = @FILECMD@
203204 GDBUS_CODEGEN = @GDBUS_CODEGEN@
204205 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
205206 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
228228 ETAGS = @ETAGS@
229229 EXEEXT = @EXEEXT@
230230 FGREP = @FGREP@
231 FILECMD = @FILECMD@
231232 GDBUS_CODEGEN = @GDBUS_CODEGEN@
232233 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
233234 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
204204 ETAGS = @ETAGS@
205205 EXEEXT = @EXEEXT@
206206 FGREP = @FGREP@
207 FILECMD = @FILECMD@
207208 GDBUS_CODEGEN = @GDBUS_CODEGEN@
208209 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
209210 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
200200 ETAGS = @ETAGS@
201201 EXEEXT = @EXEEXT@
202202 FGREP = @FGREP@
203 FILECMD = @FILECMD@
203204 GDBUS_CODEGEN = @GDBUS_CODEGEN@
204205 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
205206 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
228228 ETAGS = @ETAGS@
229229 EXEEXT = @EXEEXT@
230230 FGREP = @FGREP@
231 FILECMD = @FILECMD@
231232 GDBUS_CODEGEN = @GDBUS_CODEGEN@
232233 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
233234 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
200200 ETAGS = @ETAGS@
201201 EXEEXT = @EXEEXT@
202202 FGREP = @FGREP@
203 FILECMD = @FILECMD@
203204 GDBUS_CODEGEN = @GDBUS_CODEGEN@
204205 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
205206 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
200200 ETAGS = @ETAGS@
201201 EXEEXT = @EXEEXT@
202202 FGREP = @FGREP@
203 FILECMD = @FILECMD@
203204 GDBUS_CODEGEN = @GDBUS_CODEGEN@
204205 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
205206 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
228228 ETAGS = @ETAGS@
229229 EXEEXT = @EXEEXT@
230230 FGREP = @FGREP@
231 FILECMD = @FILECMD@
231232 GDBUS_CODEGEN = @GDBUS_CODEGEN@
232233 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
233234 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
200200 ETAGS = @ETAGS@
201201 EXEEXT = @EXEEXT@
202202 FGREP = @FGREP@
203 FILECMD = @FILECMD@
203204 GDBUS_CODEGEN = @GDBUS_CODEGEN@
204205 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
205206 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
228228 ETAGS = @ETAGS@
229229 EXEEXT = @EXEEXT@
230230 FGREP = @FGREP@
231 FILECMD = @FILECMD@
231232 GDBUS_CODEGEN = @GDBUS_CODEGEN@
232233 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
233234 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
200200 ETAGS = @ETAGS@
201201 EXEEXT = @EXEEXT@
202202 FGREP = @FGREP@
203 FILECMD = @FILECMD@
203204 GDBUS_CODEGEN = @GDBUS_CODEGEN@
204205 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
205206 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
228228 ETAGS = @ETAGS@
229229 EXEEXT = @EXEEXT@
230230 FGREP = @FGREP@
231 FILECMD = @FILECMD@
231232 GDBUS_CODEGEN = @GDBUS_CODEGEN@
232233 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
233234 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
228228 ETAGS = @ETAGS@
229229 EXEEXT = @EXEEXT@
230230 FGREP = @FGREP@
231 FILECMD = @FILECMD@
231232 GDBUS_CODEGEN = @GDBUS_CODEGEN@
232233 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
233234 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
204204 ETAGS = @ETAGS@
205205 EXEEXT = @EXEEXT@
206206 FGREP = @FGREP@
207 FILECMD = @FILECMD@
207208 GDBUS_CODEGEN = @GDBUS_CODEGEN@
208209 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
209210 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
200200 ETAGS = @ETAGS@
201201 EXEEXT = @EXEEXT@
202202 FGREP = @FGREP@
203 FILECMD = @FILECMD@
203204 GDBUS_CODEGEN = @GDBUS_CODEGEN@
204205 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
205206 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
178178 ETAGS = @ETAGS@
179179 EXEEXT = @EXEEXT@
180180 FGREP = @FGREP@
181 FILECMD = @FILECMD@
181182 GDBUS_CODEGEN = @GDBUS_CODEGEN@
182183 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
183184 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
354354 ETAGS = @ETAGS@
355355 EXEEXT = @EXEEXT@
356356 FGREP = @FGREP@
357 FILECMD = @FILECMD@
357358 GDBUS_CODEGEN = @GDBUS_CODEGEN@
358359 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
359360 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
231231 ETAGS = @ETAGS@
232232 EXEEXT = @EXEEXT@
233233 FGREP = @FGREP@
234 FILECMD = @FILECMD@
234235 GDBUS_CODEGEN = @GDBUS_CODEGEN@
235236 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
236237 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
235235 ETAGS = @ETAGS@
236236 EXEEXT = @EXEEXT@
237237 FGREP = @FGREP@
238 FILECMD = @FILECMD@
238239 GDBUS_CODEGEN = @GDBUS_CODEGEN@
239240 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
240241 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
233233 ETAGS = @ETAGS@
234234 EXEEXT = @EXEEXT@
235235 FGREP = @FGREP@
236 FILECMD = @FILECMD@
236237 GDBUS_CODEGEN = @GDBUS_CODEGEN@
237238 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
238239 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
176176 FALSE
177177 };
178178
179 static const _ExtendedGDBusArgInfo _dbus_settings_daemon_power_screen_method_info_step_up_OUT_ARG_output_id =
179 static const _ExtendedGDBusArgInfo _dbus_settings_daemon_power_screen_method_info_step_up_OUT_ARG_connector =
180180 {
181181 {
182182 -1,
183 (gchar *) "output_id",
184 (gchar *) "i",
183 (gchar *) "connector",
184 (gchar *) "s",
185185 NULL
186186 },
187187 FALSE
190190 static const GDBusArgInfo * const _dbus_settings_daemon_power_screen_method_info_step_up_OUT_ARG_pointers[] =
191191 {
192192 &_dbus_settings_daemon_power_screen_method_info_step_up_OUT_ARG_new_percentage.parent_struct,
193 &_dbus_settings_daemon_power_screen_method_info_step_up_OUT_ARG_output_id.parent_struct,
193 &_dbus_settings_daemon_power_screen_method_info_step_up_OUT_ARG_connector.parent_struct,
194194 NULL
195195 };
196196
218218 FALSE
219219 };
220220
221 static const _ExtendedGDBusArgInfo _dbus_settings_daemon_power_screen_method_info_step_down_OUT_ARG_output_id =
221 static const _ExtendedGDBusArgInfo _dbus_settings_daemon_power_screen_method_info_step_down_OUT_ARG_connector =
222222 {
223223 {
224224 -1,
225 (gchar *) "output_id",
226 (gchar *) "i",
225 (gchar *) "connector",
226 (gchar *) "s",
227227 NULL
228228 },
229229 FALSE
232232 static const GDBusArgInfo * const _dbus_settings_daemon_power_screen_method_info_step_down_OUT_ARG_pointers[] =
233233 {
234234 &_dbus_settings_daemon_power_screen_method_info_step_down_OUT_ARG_new_percentage.parent_struct,
235 &_dbus_settings_daemon_power_screen_method_info_step_down_OUT_ARG_output_id.parent_struct,
235 &_dbus_settings_daemon_power_screen_method_info_step_down_OUT_ARG_connector.parent_struct,
236236 NULL
237237 };
238238
352352 *
353353 * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-gnome-SettingsDaemon-Power-Screen.StepUp">StepUp()</link> D-Bus method.
354354 *
355 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call dbus_settings_daemon_power_screen_complete_step_up() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
355 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call dbus_settings_daemon_power_screen_complete_step_up() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
356356 *
357357 * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.
358358 */
374374 *
375375 * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-gnome-SettingsDaemon-Power-Screen.StepDown">StepDown()</link> D-Bus method.
376376 *
377 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call dbus_settings_daemon_power_screen_complete_step_down() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
377 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call dbus_settings_daemon_power_screen_complete_step_down() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
378378 *
379379 * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.
380380 */
466466 * dbus_settings_daemon_power_screen_call_step_up_finish:
467467 * @proxy: A #DBusSettingsDaemonPowerScreenProxy.
468468 * @out_new_percentage: (out) (optional): Return location for return parameter or %NULL to ignore.
469 * @out_output_id: (out) (optional): Return location for return parameter or %NULL to ignore.
469 * @out_connector: (out) (optional): Return location for return parameter or %NULL to ignore.
470470 * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to dbus_settings_daemon_power_screen_call_step_up().
471471 * @error: Return location for error or %NULL.
472472 *
478478 dbus_settings_daemon_power_screen_call_step_up_finish (
479479 DBusSettingsDaemonPowerScreen *proxy,
480480 gint *out_new_percentage,
481 gint *out_output_id,
481 gchar **out_connector,
482482 GAsyncResult *res,
483483 GError **error)
484484 {
487487 if (_ret == NULL)
488488 goto _out;
489489 g_variant_get (_ret,
490 "(ii)",
490 "(is)",
491491 out_new_percentage,
492 out_output_id);
492 out_connector);
493493 g_variant_unref (_ret);
494494 _out:
495495 return _ret != NULL;
499499 * dbus_settings_daemon_power_screen_call_step_up_sync:
500500 * @proxy: A #DBusSettingsDaemonPowerScreenProxy.
501501 * @out_new_percentage: (out) (optional): Return location for return parameter or %NULL to ignore.
502 * @out_output_id: (out) (optional): Return location for return parameter or %NULL to ignore.
502 * @out_connector: (out) (optional): Return location for return parameter or %NULL to ignore.
503503 * @cancellable: (nullable): A #GCancellable or %NULL.
504504 * @error: Return location for error or %NULL.
505505 *
513513 dbus_settings_daemon_power_screen_call_step_up_sync (
514514 DBusSettingsDaemonPowerScreen *proxy,
515515 gint *out_new_percentage,
516 gint *out_output_id,
516 gchar **out_connector,
517517 GCancellable *cancellable,
518518 GError **error)
519519 {
528528 if (_ret == NULL)
529529 goto _out;
530530 g_variant_get (_ret,
531 "(ii)",
531 "(is)",
532532 out_new_percentage,
533 out_output_id);
533 out_connector);
534534 g_variant_unref (_ret);
535535 _out:
536536 return _ret != NULL;
570570 * dbus_settings_daemon_power_screen_call_step_down_finish:
571571 * @proxy: A #DBusSettingsDaemonPowerScreenProxy.
572572 * @out_new_percentage: (out) (optional): Return location for return parameter or %NULL to ignore.
573 * @out_output_id: (out) (optional): Return location for return parameter or %NULL to ignore.
573 * @out_connector: (out) (optional): Return location for return parameter or %NULL to ignore.
574574 * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to dbus_settings_daemon_power_screen_call_step_down().
575575 * @error: Return location for error or %NULL.
576576 *
582582 dbus_settings_daemon_power_screen_call_step_down_finish (
583583 DBusSettingsDaemonPowerScreen *proxy,
584584 gint *out_new_percentage,
585 gint *out_output_id,
585 gchar **out_connector,
586586 GAsyncResult *res,
587587 GError **error)
588588 {
591591 if (_ret == NULL)
592592 goto _out;
593593 g_variant_get (_ret,
594 "(ii)",
594 "(is)",
595595 out_new_percentage,
596 out_output_id);
596 out_connector);
597597 g_variant_unref (_ret);
598598 _out:
599599 return _ret != NULL;
603603 * dbus_settings_daemon_power_screen_call_step_down_sync:
604604 * @proxy: A #DBusSettingsDaemonPowerScreenProxy.
605605 * @out_new_percentage: (out) (optional): Return location for return parameter or %NULL to ignore.
606 * @out_output_id: (out) (optional): Return location for return parameter or %NULL to ignore.
606 * @out_connector: (out) (optional): Return location for return parameter or %NULL to ignore.
607607 * @cancellable: (nullable): A #GCancellable or %NULL.
608608 * @error: Return location for error or %NULL.
609609 *
617617 dbus_settings_daemon_power_screen_call_step_down_sync (
618618 DBusSettingsDaemonPowerScreen *proxy,
619619 gint *out_new_percentage,
620 gint *out_output_id,
620 gchar **out_connector,
621621 GCancellable *cancellable,
622622 GError **error)
623623 {
632632 if (_ret == NULL)
633633 goto _out;
634634 g_variant_get (_ret,
635 "(ii)",
635 "(is)",
636636 out_new_percentage,
637 out_output_id);
637 out_connector);
638638 g_variant_unref (_ret);
639639 _out:
640640 return _ret != NULL;
645645 * @object: A #DBusSettingsDaemonPowerScreen.
646646 * @invocation: (transfer full): A #GDBusMethodInvocation.
647647 * @new_percentage: Parameter to return.
648 * @output_id: Parameter to return.
648 * @connector: Parameter to return.
649649 *
650650 * Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-gnome-SettingsDaemon-Power-Screen.StepUp">StepUp()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
651651 *
656656 DBusSettingsDaemonPowerScreen *object G_GNUC_UNUSED,
657657 GDBusMethodInvocation *invocation,
658658 gint new_percentage,
659 gint output_id)
659 const gchar *connector)
660660 {
661661 g_dbus_method_invocation_return_value (invocation,
662 g_variant_new ("(ii)",
662 g_variant_new ("(is)",
663663 new_percentage,
664 output_id));
664 connector));
665665 }
666666
667667 /**
669669 * @object: A #DBusSettingsDaemonPowerScreen.
670670 * @invocation: (transfer full): A #GDBusMethodInvocation.
671671 * @new_percentage: Parameter to return.
672 * @output_id: Parameter to return.
672 * @connector: Parameter to return.
673673 *
674674 * Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-gnome-SettingsDaemon-Power-Screen.StepDown">StepDown()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
675675 *
680680 DBusSettingsDaemonPowerScreen *object G_GNUC_UNUSED,
681681 GDBusMethodInvocation *invocation,
682682 gint new_percentage,
683 gint output_id)
683 const gchar *connector)
684684 {
685685 g_dbus_method_invocation_return_value (invocation,
686 g_variant_new ("(ii)",
686 g_variant_new ("(is)",
687687 new_percentage,
688 output_id));
688 connector));
689689 }
690690
691691 /* ------------------------------------------------------------------------ */
5353 DBusSettingsDaemonPowerScreen *object,
5454 GDBusMethodInvocation *invocation,
5555 gint new_percentage,
56 gint output_id);
56 const gchar *connector);
5757
5858 void dbus_settings_daemon_power_screen_complete_step_down (
5959 DBusSettingsDaemonPowerScreen *object,
6060 GDBusMethodInvocation *invocation,
6161 gint new_percentage,
62 gint output_id);
62 const gchar *connector);
6363
6464
6565
7373 gboolean dbus_settings_daemon_power_screen_call_step_up_finish (
7474 DBusSettingsDaemonPowerScreen *proxy,
7575 gint *out_new_percentage,
76 gint *out_output_id,
76 gchar **out_connector,
7777 GAsyncResult *res,
7878 GError **error);
7979
8080 gboolean dbus_settings_daemon_power_screen_call_step_up_sync (
8181 DBusSettingsDaemonPowerScreen *proxy,
8282 gint *out_new_percentage,
83 gint *out_output_id,
83 gchar **out_connector,
8484 GCancellable *cancellable,
8585 GError **error);
8686
9393 gboolean dbus_settings_daemon_power_screen_call_step_down_finish (
9494 DBusSettingsDaemonPowerScreen *proxy,
9595 gint *out_new_percentage,
96 gint *out_output_id,
96 gchar **out_connector,
9797 GAsyncResult *res,
9898 GError **error);
9999
100100 gboolean dbus_settings_daemon_power_screen_call_step_down_sync (
101101 DBusSettingsDaemonPowerScreen *proxy,
102102 gint *out_new_percentage,
103 gint *out_output_id,
103 gchar **out_connector,
104104 GCancellable *cancellable,
105105 GError **error);
106106
55 <method name="StepUp">
66 <arg type="i" name="new_percentage" direction="out">
77 </arg>
8 <arg type="i" name="output_id" direction="out">
8 <arg type="s" name="connector" direction="out">
99 </arg>
1010 </method>
1111 <method name="StepDown">
1212 <arg type="i" name="new_percentage" direction="out">
1313 </arg>
14 <arg type="i" name="output_id" direction="out">
14 <arg type="s" name="connector" direction="out">
1515 </arg>
1616 </method>
1717 <property type="i" name="Brightness" access="readwrite">
231231 ETAGS = @ETAGS@
232232 EXEEXT = @EXEEXT@
233233 FGREP = @FGREP@
234 FILECMD = @FILECMD@
234235 GDBUS_CODEGEN = @GDBUS_CODEGEN@
235236 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
236237 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
230230 ETAGS = @ETAGS@
231231 EXEEXT = @EXEEXT@
232232 FGREP = @FGREP@
233 FILECMD = @FILECMD@
233234 GDBUS_CODEGEN = @GDBUS_CODEGEN@
234235 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
235236 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
291291 ETAGS = @ETAGS@
292292 EXEEXT = @EXEEXT@
293293 FGREP = @FGREP@
294 FILECMD = @FILECMD@
294295 GDBUS_CODEGEN = @GDBUS_CODEGEN@
295296 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
296297 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
273273 ETAGS = @ETAGS@
274274 EXEEXT = @EXEEXT@
275275 FGREP = @FGREP@
276 FILECMD = @FILECMD@
276277 GDBUS_CODEGEN = @GDBUS_CODEGEN@
277278 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
278279 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
362362 *
363363 * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-gnome-CPUFreqSelector.CanSet">CanSet()</link> D-Bus method.
364364 *
365 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call cpufreq_selector_gen_complete_can_set() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
365 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call cpufreq_selector_gen_complete_can_set() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
366366 *
367367 * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.
368368 */
386386 *
387387 * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-gnome-CPUFreqSelector.SetFrequency">SetFrequency()</link> D-Bus method.
388388 *
389 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call cpufreq_selector_gen_complete_set_frequency() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
389 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call cpufreq_selector_gen_complete_set_frequency() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
390390 *
391391 * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.
392392 */
410410 *
411411 * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-gnome-CPUFreqSelector.SetGovernor">SetGovernor()</link> D-Bus method.
412412 *
413 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call cpufreq_selector_gen_complete_set_governor() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
413 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call cpufreq_selector_gen_complete_set_governor() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
414414 *
415415 * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.
416416 */
362362 *
363363 * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-gnome-CPUFreqSelector.CanSet">CanSet()</link> D-Bus method.
364364 *
365 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call cpufreq_selector_gen_complete_can_set() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
365 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call cpufreq_selector_gen_complete_can_set() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
366366 *
367367 * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.
368368 */
386386 *
387387 * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-gnome-CPUFreqSelector.SetFrequency">SetFrequency()</link> D-Bus method.
388388 *
389 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call cpufreq_selector_gen_complete_set_frequency() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
389 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call cpufreq_selector_gen_complete_set_frequency() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
390390 *
391391 * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.
392392 */
410410 *
411411 * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-gnome-CPUFreqSelector.SetGovernor">SetGovernor()</link> D-Bus method.
412412 *
413 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call cpufreq_selector_gen_complete_set_governor() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
413 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call cpufreq_selector_gen_complete_set_governor() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
414414 *
415415 * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.
416416 */
233233 ETAGS = @ETAGS@
234234 EXEEXT = @EXEEXT@
235235 FGREP = @FGREP@
236 FILECMD = @FILECMD@
236237 GDBUS_CODEGEN = @GDBUS_CODEGEN@
237238 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
238239 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
55 # define SECTION
66 #endif
77
8 #ifdef _MSC_VER
9 static const SECTION union { const guint8 data[106512]; const double alignment; void * const ptr;} ga_resource_data = { {
10 0107, 0126, 0141, 0162, 0151, 0141, 0156, 0164, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000,
11 0030, 0000, 0000, 0000, 0210, 0011, 0000, 0000, 0000, 0000, 0000, 0050, 0126, 0000, 0000, 0000,
12 0000, 0000, 0000, 0000, 0003, 0000, 0000, 0000, 0004, 0000, 0000, 0000, 0006, 0000, 0000, 0000,
13 0006, 0000, 0000, 0000, 0006, 0000, 0000, 0000, 0006, 0000, 0000, 0000, 0010, 0000, 0000, 0000,
14 0011, 0000, 0000, 0000, 0011, 0000, 0000, 0000, 0012, 0000, 0000, 0000, 0014, 0000, 0000, 0000,
15 0014, 0000, 0000, 0000, 0017, 0000, 0000, 0000, 0022, 0000, 0000, 0000, 0024, 0000, 0000, 0000,
16 0025, 0000, 0000, 0000, 0030, 0000, 0000, 0000, 0030, 0000, 0000, 0000, 0031, 0000, 0000, 0000,
17 0031, 0000, 0000, 0000, 0031, 0000, 0000, 0000, 0031, 0000, 0000, 0000, 0032, 0000, 0000, 0000,
18 0033, 0000, 0000, 0000, 0034, 0000, 0000, 0000, 0036, 0000, 0000, 0000, 0041, 0000, 0000, 0000,
19 0043, 0000, 0000, 0000, 0044, 0000, 0000, 0000, 0044, 0000, 0000, 0000, 0045, 0000, 0000, 0000,
20 0045, 0000, 0000, 0000, 0045, 0000, 0000, 0000, 0045, 0000, 0000, 0000, 0047, 0000, 0000, 0000,
21 0047, 0000, 0000, 0000, 0047, 0000, 0000, 0000, 0050, 0000, 0000, 0000, 0051, 0000, 0000, 0000,
22 0052, 0000, 0000, 0000, 0053, 0000, 0000, 0000, 0053, 0000, 0000, 0000, 0053, 0000, 0000, 0000,
23 0053, 0000, 0000, 0000, 0053, 0000, 0000, 0000, 0054, 0000, 0000, 0000, 0055, 0000, 0000, 0000,
24 0056, 0000, 0000, 0000, 0056, 0000, 0000, 0000, 0057, 0000, 0000, 0000, 0060, 0000, 0000, 0000,
25 0060, 0000, 0000, 0000, 0063, 0000, 0000, 0000, 0064, 0000, 0000, 0000, 0066, 0000, 0000, 0000,
26 0067, 0000, 0000, 0000, 0071, 0000, 0000, 0000, 0072, 0000, 0000, 0000, 0073, 0000, 0000, 0000,
27 0077, 0000, 0000, 0000, 0100, 0000, 0000, 0000, 0100, 0000, 0000, 0000, 0100, 0000, 0000, 0000,
28 0101, 0000, 0000, 0000, 0102, 0000, 0000, 0000, 0102, 0000, 0000, 0000, 0103, 0000, 0000, 0000,
29 0103, 0000, 0000, 0000, 0103, 0000, 0000, 0000, 0105, 0000, 0000, 0000, 0107, 0000, 0000, 0000,
30 0110, 0000, 0000, 0000, 0111, 0000, 0000, 0000, 0112, 0000, 0000, 0000, 0114, 0000, 0000, 0000,
31 0114, 0000, 0000, 0000, 0115, 0000, 0000, 0000, 0115, 0000, 0000, 0000, 0115, 0000, 0000, 0000,
32 0121, 0000, 0000, 0000, 0122, 0000, 0000, 0000, 0124, 0000, 0000, 0000, 0124, 0000, 0000, 0000,
33 0125, 0000, 0000, 0000, 0125, 0000, 0000, 0000, 0162, 0010, 0345, 0312, 0102, 0000, 0000, 0000,
34 0210, 0011, 0000, 0000, 0016, 0000, 0166, 0000, 0230, 0011, 0000, 0000, 0073, 0014, 0000, 0000,
35 0306, 0371, 0205, 0163, 0102, 0000, 0000, 0000, 0073, 0014, 0000, 0000, 0031, 0000, 0166, 0000,
36 0130, 0014, 0000, 0000, 0064, 0015, 0000, 0000, 0260, 0267, 0044, 0060, 0073, 0000, 0000, 0000,
37 0064, 0015, 0000, 0000, 0006, 0000, 0114, 0000, 0074, 0015, 0000, 0000, 0100, 0015, 0000, 0000,
38 0075, 0064, 0210, 0124, 0061, 0000, 0000, 0000, 0100, 0015, 0000, 0000, 0025, 0000, 0166, 0000,
39 0130, 0015, 0000, 0000, 0110, 0017, 0000, 0000, 0342, 0047, 0363, 0126, 0102, 0000, 0000, 0000,
40 0110, 0017, 0000, 0000, 0031, 0000, 0166, 0000, 0150, 0017, 0000, 0000, 0004, 0020, 0000, 0000,
41 0016, 0376, 0173, 0153, 0102, 0000, 0000, 0000, 0004, 0020, 0000, 0000, 0020, 0000, 0166, 0000,
42 0030, 0020, 0000, 0000, 0345, 0020, 0000, 0000, 0106, 0273, 0306, 0107, 0102, 0000, 0000, 0000,
43 0345, 0020, 0000, 0000, 0024, 0000, 0166, 0000, 0000, 0021, 0000, 0000, 0273, 0021, 0000, 0000,
44 0016, 0111, 0334, 0175, 0102, 0000, 0000, 0000, 0273, 0021, 0000, 0000, 0027, 0000, 0166, 0000,
45 0330, 0021, 0000, 0000, 0226, 0022, 0000, 0000, 0233, 0326, 0006, 0066, 0102, 0000, 0000, 0000,
46 0226, 0022, 0000, 0000, 0032, 0000, 0166, 0000, 0260, 0022, 0000, 0000, 0225, 0026, 0000, 0000,
47 0241, 0373, 0121, 0236, 0102, 0000, 0000, 0000, 0225, 0026, 0000, 0000, 0026, 0000, 0166, 0000,
48 0260, 0026, 0000, 0000, 0175, 0031, 0000, 0000, 0312, 0357, 0356, 0063, 0102, 0000, 0000, 0000,
49 0175, 0031, 0000, 0000, 0024, 0000, 0166, 0000, 0230, 0031, 0000, 0000, 0155, 0032, 0000, 0000,
50 0072, 0215, 0024, 0344, 0061, 0000, 0000, 0000, 0155, 0032, 0000, 0000, 0027, 0000, 0166, 0000,
51 0210, 0032, 0000, 0000, 0111, 0035, 0000, 0000, 0126, 0000, 0222, 0336, 0061, 0000, 0000, 0000,
52 0111, 0035, 0000, 0000, 0035, 0000, 0166, 0000, 0150, 0035, 0000, 0000, 0025, 0037, 0000, 0000,
53 0204, 0001, 0201, 0057, 0102, 0000, 0000, 0000, 0025, 0037, 0000, 0000, 0021, 0000, 0166, 0000,
54 0050, 0037, 0000, 0000, 0227, 0046, 0000, 0000, 0170, 0171, 0314, 0140, 0061, 0000, 0000, 0000,
55 0227, 0046, 0000, 0000, 0025, 0000, 0166, 0000, 0260, 0046, 0000, 0000, 0377, 0050, 0000, 0000,
56 0011, 0205, 0174, 0122, 0102, 0000, 0000, 0000, 0377, 0050, 0000, 0000, 0026, 0000, 0166, 0000,
57 0030, 0051, 0000, 0000, 0361, 0054, 0000, 0000, 0213, 0327, 0162, 0277, 0061, 0000, 0000, 0000,
58 0361, 0054, 0000, 0000, 0016, 0000, 0166, 0000, 0000, 0055, 0000, 0000, 0305, 0060, 0000, 0000,
59 0217, 0206, 0273, 0001, 0061, 0000, 0000, 0000, 0305, 0060, 0000, 0000, 0024, 0000, 0166, 0000,
60 0340, 0060, 0000, 0000, 0361, 0062, 0000, 0000, 0126, 0075, 0063, 0237, 0102, 0000, 0000, 0000,
61 0361, 0062, 0000, 0000, 0031, 0000, 0166, 0000, 0020, 0063, 0000, 0000, 0274, 0063, 0000, 0000,
62 0376, 0326, 0323, 0047, 0061, 0000, 0000, 0000, 0274, 0063, 0000, 0000, 0023, 0000, 0166, 0000,
63 0320, 0063, 0000, 0000, 0020, 0067, 0000, 0000, 0273, 0203, 0024, 0037, 0061, 0000, 0000, 0000,
64 0020, 0067, 0000, 0000, 0023, 0000, 0166, 0000, 0050, 0067, 0000, 0000, 0306, 0070, 0000, 0000,
65 0124, 0213, 0364, 0052, 0061, 0000, 0000, 0000, 0306, 0070, 0000, 0000, 0027, 0000, 0166, 0000,
66 0340, 0070, 0000, 0000, 0140, 0073, 0000, 0000, 0100, 0214, 0347, 0355, 0061, 0000, 0000, 0000,
67 0140, 0073, 0000, 0000, 0017, 0000, 0166, 0000, 0160, 0073, 0000, 0000, 0300, 0100, 0000, 0000,
68 0144, 0031, 0350, 0331, 0102, 0000, 0000, 0000, 0300, 0100, 0000, 0000, 0035, 0000, 0166, 0000,
69 0340, 0100, 0000, 0000, 0262, 0101, 0000, 0000, 0110, 0175, 0142, 0131, 0061, 0000, 0000, 0000,
70 0262, 0101, 0000, 0000, 0032, 0000, 0166, 0000, 0320, 0101, 0000, 0000, 0236, 0102, 0000, 0000,
71 0346, 0261, 0276, 0356, 0061, 0000, 0000, 0000, 0236, 0102, 0000, 0000, 0021, 0000, 0166, 0000,
72 0260, 0102, 0000, 0000, 0116, 0372, 0000, 0000, 0061, 0246, 0035, 0111, 0061, 0000, 0000, 0000,
73 0116, 0372, 0000, 0000, 0022, 0000, 0166, 0000, 0140, 0372, 0000, 0000, 0263, 0374, 0000, 0000,
74 0102, 0127, 0217, 0343, 0061, 0000, 0000, 0000, 0263, 0374, 0000, 0000, 0025, 0000, 0166, 0000,
75 0310, 0374, 0000, 0000, 0272, 0376, 0000, 0000, 0005, 0066, 0242, 0355, 0061, 0000, 0000, 0000,
76 0272, 0376, 0000, 0000, 0015, 0000, 0166, 0000, 0310, 0376, 0000, 0000, 0112, 0015, 0001, 0000,
77 0001, 0233, 0164, 0033, 0061, 0000, 0000, 0000, 0112, 0015, 0001, 0000, 0024, 0000, 0166, 0000,
78 0140, 0015, 0001, 0000, 0364, 0017, 0001, 0000, 0260, 0363, 0376, 0253, 0061, 0000, 0000, 0000,
79 0364, 0017, 0001, 0000, 0017, 0000, 0166, 0000, 0010, 0020, 0001, 0000, 0001, 0022, 0001, 0000,
80 0252, 0244, 0330, 0052, 0102, 0000, 0000, 0000, 0001, 0022, 0001, 0000, 0026, 0000, 0166, 0000,
81 0030, 0022, 0001, 0000, 0317, 0022, 0001, 0000, 0046, 0264, 0326, 0200, 0061, 0000, 0000, 0000,
82 0317, 0022, 0001, 0000, 0022, 0000, 0166, 0000, 0350, 0022, 0001, 0000, 0041, 0035, 0001, 0000,
83 0243, 0033, 0141, 0060, 0061, 0000, 0000, 0000, 0041, 0035, 0001, 0000, 0016, 0000, 0166, 0000,
84 0060, 0035, 0001, 0000, 0370, 0040, 0001, 0000, 0127, 0266, 0256, 0061, 0102, 0000, 0000, 0000,
85 0370, 0040, 0001, 0000, 0030, 0000, 0166, 0000, 0020, 0041, 0001, 0000, 0051, 0044, 0001, 0000,
86 0256, 0241, 0340, 0260, 0061, 0000, 0000, 0000, 0051, 0044, 0001, 0000, 0030, 0000, 0166, 0000,
87 0110, 0044, 0001, 0000, 0253, 0046, 0001, 0000, 0324, 0265, 0002, 0000, 0377, 0377, 0377, 0377,
88 0253, 0046, 0001, 0000, 0001, 0000, 0114, 0000, 0254, 0046, 0001, 0000, 0260, 0046, 0001, 0000,
89 0120, 0317, 0342, 0304, 0102, 0000, 0000, 0000, 0260, 0046, 0001, 0000, 0027, 0000, 0166, 0000,
90 0310, 0046, 0001, 0000, 0204, 0047, 0001, 0000, 0016, 0321, 0160, 0215, 0102, 0000, 0000, 0000,
91 0204, 0047, 0001, 0000, 0022, 0000, 0166, 0000, 0230, 0047, 0001, 0000, 0235, 0054, 0001, 0000,
92 0233, 0021, 0254, 0241, 0061, 0000, 0000, 0000, 0235, 0054, 0001, 0000, 0040, 0000, 0166, 0000,
93 0300, 0054, 0001, 0000, 0012, 0056, 0001, 0000, 0204, 0005, 0006, 0043, 0061, 0000, 0000, 0000,
94 0012, 0056, 0001, 0000, 0027, 0000, 0166, 0000, 0050, 0056, 0001, 0000, 0045, 0061, 0001, 0000,
95 0255, 0312, 0361, 0242, 0061, 0000, 0000, 0000, 0045, 0061, 0001, 0000, 0040, 0000, 0166, 0000,
96 0110, 0061, 0001, 0000, 0203, 0062, 0001, 0000, 0210, 0316, 0262, 0107, 0102, 0000, 0000, 0000,
97 0203, 0062, 0001, 0000, 0026, 0000, 0166, 0000, 0240, 0062, 0001, 0000, 0120, 0063, 0001, 0000,
98 0235, 0001, 0070, 0165, 0061, 0000, 0000, 0000, 0120, 0063, 0001, 0000, 0030, 0000, 0166, 0000,
99 0150, 0063, 0001, 0000, 0056, 0066, 0001, 0000, 0122, 0364, 0070, 0320, 0061, 0000, 0000, 0000,
100 0056, 0066, 0001, 0000, 0027, 0000, 0166, 0000, 0110, 0066, 0001, 0000, 0104, 0071, 0001, 0000,
101 0001, 0033, 0006, 0067, 0061, 0000, 0000, 0000, 0104, 0071, 0001, 0000, 0016, 0000, 0166, 0000,
102 0130, 0071, 0001, 0000, 0116, 0075, 0001, 0000, 0053, 0357, 0060, 0034, 0061, 0000, 0000, 0000,
103 0116, 0075, 0001, 0000, 0027, 0000, 0166, 0000, 0150, 0075, 0001, 0000, 0311, 0077, 0001, 0000,
104 0154, 0060, 0144, 0344, 0061, 0000, 0000, 0000, 0311, 0077, 0001, 0000, 0033, 0000, 0166, 0000,
105 0350, 0077, 0001, 0000, 0245, 0100, 0001, 0000, 0000, 0211, 0040, 0364, 0061, 0000, 0000, 0000,
106 0245, 0100, 0001, 0000, 0026, 0000, 0166, 0000, 0300, 0100, 0001, 0000, 0267, 0102, 0001, 0000,
107 0106, 0300, 0137, 0115, 0074, 0000, 0000, 0000, 0267, 0102, 0001, 0000, 0006, 0000, 0114, 0000,
108 0300, 0102, 0001, 0000, 0174, 0103, 0001, 0000, 0050, 0146, 0333, 0223, 0102, 0000, 0000, 0000,
109 0174, 0103, 0001, 0000, 0021, 0000, 0166, 0000, 0220, 0103, 0001, 0000, 0233, 0115, 0001, 0000,
110 0003, 0065, 0113, 0351, 0061, 0000, 0000, 0000, 0233, 0115, 0001, 0000, 0026, 0000, 0166, 0000,
111 0270, 0115, 0001, 0000, 0110, 0120, 0001, 0000, 0326, 0321, 0113, 0221, 0102, 0000, 0000, 0000,
112 0110, 0120, 0001, 0000, 0033, 0000, 0166, 0000, 0150, 0120, 0001, 0000, 0153, 0121, 0001, 0000,
113 0052, 0130, 0277, 0163, 0061, 0000, 0000, 0000, 0153, 0121, 0001, 0000, 0022, 0000, 0166, 0000,
114 0200, 0121, 0001, 0000, 0351, 0124, 0001, 0000, 0171, 0206, 0326, 0107, 0061, 0000, 0000, 0000,
115 0351, 0124, 0001, 0000, 0032, 0000, 0166, 0000, 0010, 0125, 0001, 0000, 0302, 0125, 0001, 0000,
116 0172, 0140, 0154, 0006, 0061, 0000, 0000, 0000, 0302, 0125, 0001, 0000, 0034, 0000, 0166, 0000,
117 0340, 0125, 0001, 0000, 0145, 0127, 0001, 0000, 0254, 0264, 0201, 0371, 0061, 0000, 0000, 0000,
118 0145, 0127, 0001, 0000, 0034, 0000, 0166, 0000, 0210, 0127, 0001, 0000, 0147, 0130, 0001, 0000,
119 0235, 0315, 0265, 0325, 0102, 0000, 0000, 0000, 0147, 0130, 0001, 0000, 0012, 0000, 0166, 0000,
120 0170, 0130, 0001, 0000, 0057, 0131, 0001, 0000, 0264, 0014, 0050, 0254, 0102, 0000, 0000, 0000,
121 0057, 0131, 0001, 0000, 0030, 0000, 0166, 0000, 0110, 0131, 0001, 0000, 0037, 0132, 0001, 0000,
122 0113, 0120, 0220, 0013, 0044, 0000, 0000, 0000, 0037, 0132, 0001, 0000, 0004, 0000, 0114, 0000,
123 0044, 0132, 0001, 0000, 0050, 0132, 0001, 0000, 0033, 0063, 0365, 0064, 0002, 0000, 0000, 0000,
124 0050, 0132, 0001, 0000, 0016, 0000, 0114, 0000, 0070, 0132, 0001, 0000, 0100, 0132, 0001, 0000,
125 0355, 0221, 0340, 0343, 0061, 0000, 0000, 0000, 0100, 0132, 0001, 0000, 0017, 0000, 0166, 0000,
126 0120, 0132, 0001, 0000, 0213, 0136, 0001, 0000, 0147, 0320, 0011, 0255, 0102, 0000, 0000, 0000,
127 0213, 0136, 0001, 0000, 0032, 0000, 0166, 0000, 0250, 0136, 0001, 0000, 0165, 0141, 0001, 0000,
128 0130, 0161, 0363, 0201, 0102, 0000, 0000, 0000, 0165, 0141, 0001, 0000, 0015, 0000, 0166, 0000,
129 0210, 0141, 0001, 0000, 0123, 0142, 0001, 0000, 0245, 0165, 0032, 0351, 0061, 0000, 0000, 0000,
130 0123, 0142, 0001, 0000, 0017, 0000, 0166, 0000, 0150, 0142, 0001, 0000, 0006, 0146, 0001, 0000,
131 0304, 0031, 0074, 0211, 0102, 0000, 0000, 0000, 0006, 0146, 0001, 0000, 0024, 0000, 0166, 0000,
132 0040, 0146, 0001, 0000, 0344, 0150, 0001, 0000, 0250, 0040, 0335, 0050, 0074, 0000, 0000, 0000,
133 0344, 0150, 0001, 0000, 0003, 0000, 0114, 0000, 0350, 0150, 0001, 0000, 0154, 0151, 0001, 0000,
134 0347, 0152, 0360, 0222, 0102, 0000, 0000, 0000, 0154, 0151, 0001, 0000, 0032, 0000, 0166, 0000,
135 0210, 0151, 0001, 0000, 0052, 0152, 0001, 0000, 0133, 0163, 0060, 0325, 0102, 0000, 0000, 0000,
136 0052, 0152, 0001, 0000, 0017, 0000, 0166, 0000, 0100, 0152, 0001, 0000, 0036, 0162, 0001, 0000,
137 0040, 0075, 0340, 0134, 0102, 0000, 0000, 0000, 0036, 0162, 0001, 0000, 0027, 0000, 0166, 0000,
138 0070, 0162, 0001, 0000, 0020, 0163, 0001, 0000, 0322, 0201, 0022, 0206, 0061, 0000, 0000, 0000,
139 0020, 0163, 0001, 0000, 0015, 0000, 0166, 0000, 0040, 0163, 0001, 0000, 0160, 0167, 0001, 0000,
140 0033, 0001, 0157, 0047, 0061, 0000, 0000, 0000, 0160, 0167, 0001, 0000, 0033, 0000, 0166, 0000,
141 0220, 0167, 0001, 0000, 0150, 0170, 0001, 0000, 0206, 0242, 0103, 0041, 0061, 0000, 0000, 0000,
142 0150, 0170, 0001, 0000, 0027, 0000, 0166, 0000, 0200, 0170, 0001, 0000, 0020, 0173, 0001, 0000,
143 0051, 0253, 0325, 0061, 0061, 0000, 0000, 0000, 0020, 0173, 0001, 0000, 0025, 0000, 0166, 0000,
144 0050, 0173, 0001, 0000, 0372, 0174, 0001, 0000, 0310, 0346, 0012, 0074, 0061, 0000, 0000, 0000,
145 0372, 0174, 0001, 0000, 0016, 0000, 0166, 0000, 0010, 0175, 0001, 0000, 0030, 0201, 0001, 0000,
146 0000, 0250, 0105, 0173, 0102, 0000, 0000, 0000, 0030, 0201, 0001, 0000, 0033, 0000, 0166, 0000,
147 0070, 0201, 0001, 0000, 0323, 0206, 0001, 0000, 0020, 0051, 0251, 0271, 0102, 0000, 0000, 0000,
148 0323, 0206, 0001, 0000, 0026, 0000, 0166, 0000, 0360, 0206, 0001, 0000, 0212, 0207, 0001, 0000,
149 0071, 0130, 0073, 0374, 0102, 0000, 0000, 0000, 0212, 0207, 0001, 0000, 0035, 0000, 0166, 0000,
150 0250, 0207, 0001, 0000, 0151, 0210, 0001, 0000, 0047, 0203, 0130, 0222, 0061, 0000, 0000, 0000,
151 0151, 0210, 0001, 0000, 0030, 0000, 0166, 0000, 0210, 0210, 0001, 0000, 0006, 0213, 0001, 0000,
152 0331, 0217, 0071, 0266, 0061, 0000, 0000, 0000, 0006, 0213, 0001, 0000, 0037, 0000, 0166, 0000,
153 0050, 0213, 0001, 0000, 0315, 0214, 0001, 0000, 0337, 0256, 0202, 0150, 0102, 0000, 0000, 0000,
154 0315, 0214, 0001, 0000, 0026, 0000, 0166, 0000, 0350, 0214, 0001, 0000, 0244, 0215, 0001, 0000,
155 0246, 0065, 0214, 0204, 0061, 0000, 0000, 0000, 0244, 0215, 0001, 0000, 0016, 0000, 0166, 0000,
156 0270, 0215, 0001, 0000, 0007, 0223, 0001, 0000, 0035, 0316, 0034, 0125, 0061, 0000, 0000, 0000,
157 0007, 0223, 0001, 0000, 0034, 0000, 0166, 0000, 0050, 0223, 0001, 0000, 0300, 0223, 0001, 0000,
158 0021, 0074, 0373, 0174, 0061, 0000, 0000, 0000, 0300, 0223, 0001, 0000, 0026, 0000, 0166, 0000,
159 0330, 0223, 0001, 0000, 0123, 0226, 0001, 0000, 0275, 0351, 0124, 0123, 0102, 0000, 0000, 0000,
160 0123, 0226, 0001, 0000, 0024, 0000, 0166, 0000, 0150, 0226, 0001, 0000, 0034, 0227, 0001, 0000,
161 0167, 0203, 0257, 0347, 0061, 0000, 0000, 0000, 0034, 0227, 0001, 0000, 0021, 0000, 0166, 0000,
162 0060, 0227, 0001, 0000, 0017, 0240, 0001, 0000, 0164, 0162, 0141, 0163, 0150, 0055, 0145, 0155,
163 0160, 0164, 0171, 0056, 0165, 0151, 0000, 0000, 0131, 0014, 0000, 0000, 0001, 0000, 0000, 0000,
164 0170, 0332, 0305, 0127, 0115, 0163, 0332, 0060, 0020, 0275, 0347, 0127, 0250, 0272, 0166, 0034,
165 0003, 0351, 0344, 0320, 0061, 0312, 0114, 0246, 0137, 0207, 0036, 0172, 0310, 0364, 0352, 0221,
166 0345, 0305, 0250, 0054, 0222, 0053, 0311, 0004, 0372, 0353, 0273, 0306, 0206, 0070, 0220, 0070,
167 0020, 0150, 0312, 0311, 0136, 0357, 0276, 0335, 0175, 0172, 0322, 0212, 0344, 0146, 0071, 0107,
168 0266, 0000, 0347, 0265, 0065, 0143, 0076, 0274, 0034, 0360, 0033, 0161, 0221, 0150, 0023, 0300,
169 0115, 0244, 0002, 0221, 0070, 0370, 0135, 0151, 0007, 0236, 0241, 0316, 0306, 0274, 0010, 0263,
170 0367, 0374, 0301, 0177, 0164, 0071, 0274, 0346, 0261, 0110, 0336, 0105, 0021, 0333, 0306, 0104,
171 0106, 0316, 0265, 0051, 0242, 0322, 0242, 0126, 0053, 0026, 0154, 0211, 0260, 0000, 0214, 0224,
172 0045, 0217, 0145, 0250, 0044, 0262, 0050, 0022, 0211, 0315, 0176, 0201, 0012, 0114, 0241, 0364,
173 0176, 0314, 0277, 0206, 0331, 0047, 0055, 0321, 0026, 0234, 0351, 0174, 0314, 0141, 0136, 0206,
174 0125, 0032, 0234, 0364, 0123, 0056, 0222, 0322, 0331, 0022, 0134, 0130, 0061, 0102, 0206, 0061,
175 0317, 0254, 0313, 0301, 0245, 0367, 0072, 0017, 0364, 0365, 0072, 0211, 0067, 0337, 0367, 0074,
176 0203, 0016, 0010, 0234, 0021, 0216, 0361, 0050, 0203, 0314, 0220, 0214, 0053, 0360, 0134, 0174,
177 0256, 0023, 0120, 0225, 0054, 0114, 0201, 0335, 0325, 0171, 0172, 0140, 0162, 0230, 0310, 0012,
178 0303, 0046, 0343, 0207, 0301, 0240, 0057, 0347, 0252, 0204, 0164, 0112, 0154, 0160, 0141, 0254,
179 0233, 0113, 0354, 0372, 0252, 0251, 0306, 0274, 0241, 0312, 0110, 0242, 0244, 0176, 0035, 0363,
180 0105, 0146, 0227, 0374, 0011, 0106, 0176, 0336, 0222, 0175, 0315, 0107, 0276, 0346, 0046, 0252,
181 0035, 0207, 0274, 0205, 0351, 0015, 0330, 0170, 0356, 0024, 0267, 0320, 0136, 0023, 0011, 0134,
182 0334, 0271, 0012, 0172, 0232, 0070, 0234, 0142, 0137, 0112, 0105, 0074, 0162, 0061, 0034, 0355,
183 0065, 0372, 0104, 0205, 0337, 0145, 0006, 0330, 0224, 0210, 0365, 0343, 0011, 0065, 0056, 0045,
184 0352, 0302, 0160, 0321, 0267, 0030, 0330, 0244, 0073, 0132, 0000, 0062, 0004, 0247, 0263, 0052,
185 0200, 0357, 0074, 0267, 0230, 0367, 0240, 0213, 0151, 0240, 0135, 0040, 0261, 0132, 0123, 0205,
186 0171, 0275, 0007, 0166, 0335, 0274, 0222, 0265, 0366, 0132, 0257, 0341, 0345, 0325, 0240, 0376,
187 0325, 0236, 0161, 0027, 0075, 0156, 0050, 0242, 0312, 0245, 0232, 0121, 0075, 0173, 0055, 0224,
188 0326, 0353, 0100, 0273, 0155, 0247, 0321, 0170, 0353, 0037, 0267, 0134, 0077, 0107, 0371, 0267,
189 0255, 0050, 0246, 0107, 0212, 0342, 0320, 0105, 0274, 0342, 0107, 0020, 0377, 0305, 0331, 0371,
190 0307, 0023, 0271, 0076, 0216, 0101, 0130, 0226, 0322, 0344, 0224, 0131, 0242, 0357, 0023, 0324,
191 0311, 0114, 0167, 0171, 0261, 0112, 0326, 0130, 0151, 0103, 0304, 0077, 0025, 0071, 0040, 0352,
192 0322, 0353, 0077, 0204, 0066, 0327, 0171, 0216, 0217, 0360, 0216, 0320, 0327, 0260, 0277, 0353,
193 0363, 0041, 0035, 0166, 0174, 0215, 0316, 0240, 0324, 0037, 0316, 0026, 0064, 0274, 0374, 0255,
194 0164, 0015, 0160, 0331, 0032, 0062, 0062, 0274, 0172, 0121, 0352, 0061, 0306, 0005, 0143, 0257,
195 0344, 0371, 0164, 0165, 0115, 0064, 0302, 0133, 0050, 0253, 0115, 0361, 0270, 0323, 0347, 0325,
196 0007, 0046, 0377, 0357, 0322, 0033, 0275, 0251, 0210, 0367, 0106, 0271, 0124, 0353, 0135, 0057,
197 0035, 0110, 0376, 0344, 0131, 0134, 0205, 0140, 0315, 0356, 0134, 0357, 0104, 0365, 0215, 0367,
198 0046, 0270, 0211, 0124, 0322, 0050, 0300, 0064, 0153, 0114, 0317, 0255, 0034, 0335, 0327, 0242,
199 0306, 0263, 0147, 0005, 0017, 0125, 0014, 0001, 0245, 0023, 0253, 0052, 0377, 0362, 0121, 0352,
200 0100, 0201, 0136, 0200, 0117, 0333, 0253, 0323, 0313, 0021, 0225, 0207, 0324, 0007, 0253, 0146,
201 0373, 0145, 0234, 0355, 0200, 0247, 0155, 0203, 0147, 0034, 0003, 0347, 0033, 0074, 0024, 0237,
202 0326, 0367, 0306, 0275, 0055, 0164, 0162, 0151, 0033, 0103, 0243, 0260, 0210, 0056, 0164, 0005,
203 0004, 0277, 0363, 0316, 0350, 0104, 0054, 0255, 0361, 0224, 0041, 0272, 0346, 0342, 0221, 0264,
204 0150, 0326, 0166, 0135, 0305, 0316, 0173, 0167, 0376, 0306, 0017, 0177, 0033, 0056, 0376, 0002,
205 0270, 0024, 0166, 0352, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153,
206 0171, 0055, 0156, 0157, 0164, 0145, 0163, 0055, 0156, 0157, 0164, 0145, 0055, 0155, 0145, 0156,
207 0165, 0056, 0165, 0151, 0000, 0000, 0000, 0000, 0234, 0002, 0000, 0000, 0001, 0000, 0000, 0000,
208 0170, 0332, 0265, 0222, 0101, 0152, 0303, 0060, 0020, 0105, 0367, 0071, 0205, 0320, 0076, 0162,
209 0273, 0227, 0225, 0115, 0226, 0045, 0364, 0006, 0145, 0254, 0374, 0200, 0210, 0054, 0011, 0151,
210 0334, 0304, 0267, 0217, 0334, 0202, 0027, 0211, 0067, 0066, 0144, 0073, 0314, 0373, 0363, 0370,
211 0214, 0076, 0334, 0173, 0057, 0176, 0221, 0213, 0213, 0241, 0225, 0237, 0352, 0103, 0036, 0314,
212 0116, 0273, 0300, 0310, 0027, 0262, 0060, 0272, 0107, 0030, 0204, 0073, 0267, 0062, 0104, 0306,
213 0076, 0305, 0064, 0044, 0151, 0164, 0201, 0345, 0112, 0030, 0355, 0030, 0275, 0321, 0304, 0234,
214 0135, 0067, 0060, 0104, 0240, 0036, 0255, 0364, 0324, 0301, 0113, 0301, 0231, 0102, 0361, 0304,
215 0324, 0371, 0072, 0034, 0121, 0244, 0371, 0071, 0341, 0046, 0116, 0065, 0112, 0067, 0063, 0364,
216 0312, 0323, 0137, 0272, 0064, 0205, 0235, 0275, 0216, 0323, 0145, 0145, 0063, 0350, 0211, 0152,
217 0376, 0217, 0257, 0126, 0070, 0302, 0243, 0356, 0115, 0026, 0112, 0251, 0265, 0042, 0147, 0024,
218 0316, 0161, 0134, 0062, 0151, 0346, 0132, 0266, 0367, 0363, 0025, 0355, 0165, 0123, 0101, 0276,
219 0202, 0357, 0222, 0372, 0316, 0061, 0041, 0263, 0103, 0131, 0153, 0225, 0226, 0311, 0027, 0267,
220 0146, 0372, 0263, 0151, 0076, 0177, 0336, 0356, 0001, 0203, 0114, 0364, 0055, 0000, 0050, 0165,
221 0165, 0141, 0171, 0051, 0147, 0156, 0157, 0155, 0145, 0057, 0000, 0000, 0074, 0000, 0000, 0000,
222 0163, 0164, 0151, 0143, 0153, 0171, 0055, 0141, 0154, 0164, 0055, 0154, 0157, 0143, 0153, 0145,
223 0144, 0056, 0160, 0156, 0147, 0000, 0000, 0000, 0326, 0001, 0000, 0000, 0001, 0000, 0000, 0000,
224 0170, 0332, 0001, 0326, 0001, 0051, 0376, 0211, 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000,
225 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000, 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010,
226 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207, 0000, 0000, 0001, 0235, 0111, 0104, 0101, 0124,
227 0170, 0234, 0355, 0231, 0135, 0216, 0203, 0060, 0014, 0204, 0115, 0265, 0057, 0334, 0201, 0023,
228 0160, 0377, 0013, 0001, 0007, 0241, 0117, 0040, 0326, 0365, 0337, 0044, 0116, 0141, 0027, 0106,
229 0102, 0204, 0044, 0300, 0174, 0265, 0015, 0250, 0041, 0172, 0364, 0350, 0336, 0352, 0002, 0163,
230 0326, 0346, 0056, 0154, 0231, 0036, 0255, 0301, 0263, 0215, 0163, 0211, 0136, 0065, 0200, 0253,
231 0231, 0337, 0364, 0341, 0367, 0307, 0073, 0143, 0034, 0107, 0042, 0042, 0132, 0327, 0165, 0337,
232 0037, 0333, 0310, 0236, 0267, 0245, 0143, 0256, 0151, 0232, 0314, 0161, 0051, 0002, 0373, 0025,
233 0075, 0363, 0045, 0306, 0121, 0000, 0042, 0242, 0171, 0236, 0125, 0317, 0156, 0004, 0064, 0243,
234 0221, 0076, 0017, 0006, 0201, 0320, 0144, 0002, 0360, 0233, 0106, 0101, 0254, 0375, 0127, 0001,
235 0216, 0046, 0075, 0363, 0250, 0161, 0013, 0050, 0015, 0340, 0150, 0314, 0062, 0172, 0146, 0024,
236 0102, 0051, 0224, 0015, 0362, 0065, 0000, 0311, 0130, 0111, 0121, 0267, 0204, 0010, 0247, 0320,
237 0125, 0243, 0340, 0106, 0040, 0033, 0104, 0353, 0053, 0205, 0250, 0052, 0342, 0053, 0104, 0001,
238 0212, 0100, 0166, 0072, 0065, 0007, 0340, 0306, 0045, 0143, 0021, 0020, 0155, 0256, 0146, 0030,
239 0201, 0010, 0105, 0040, 0142, 0066, 0063, 0012, 0010, 0104, 0125, 0004, 0042, 0140, 0036, 0110,
240 0123, 0000, 0011, 0206, 0037, 0107, 0122, 0004, 0051, 0152, 0124, 0320, 0123, 0110, 0062, 0056,
241 0231, 0214, 0264, 0271, 0361, 0122, 0210, 0242, 0247, 0220, 0144, 0134, 0063, 0134, 0123, 0314,
242 0325, 0000, 0132, 0156, 0042, 0040, 0334, 0144, 0166, 0024, 0340, 0317, 0151, 0253, 0337, 0252,
243 0013, 0057, 0235, 0232, 0001, 0324, 0302, 0110, 0343, 0231, 0305, 0014, 0027, 0261, 0067, 0126,
244 0223, 0116, 0274, 0035, 0021, 0374, 0061, 0247, 0215, 0171, 0121, 0211, 0264, 0233, 0001, 0170,
245 0146, 0275, 0361, 0222, 0164, 0152, 0002, 0020, 0061, 0053, 0231, 0326, 0372, 0062, 0242, 0000,
246 0325, 0300, 0262, 0054, 0341, 0013, 0227, 0252, 0357, 0373, 0074, 0200, 0115, 0326, 0057, 0235,
247 0055, 0364, 0136, 0305, 0051, 0324, 0112, 0150, 0055, 0334, 0013, 0140, 0030, 0206, 0137, 0305,
248 0313, 0267, 0355, 0306, 0321, 0115, 0233, 0217, 0000, 0274, 0020, 0000, 0117, 0150, 0235, 0130,
249 0217, 0335, 0350, 0365, 0322, 0123, 0250, 0264, 0340, 0255, 0027, 0237, 0245, 0313, 0325, 0000,
250 0221, 0377, 0216, 0071, 0112, 0112, 0241, 0375, 0377, 0167, 0157, 0161, 0241, 0225, 0272, 0256,
251 0333, 0067, 0006, 0361, 0261, 0236, 0361, 0347, 0227, 0230, 0376, 0355, 0042, 0337, 0121, 0147,
252 0203, 0104, 0074, 0076, 0172, 0164, 0133, 0275, 0001, 0126, 0163, 0327, 0007, 0113, 0067, 0003,
253 0106, 0000, 0000, 0000, 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0353, 0262, 0311,
254 0175, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0142, 0162, 0151, 0147, 0150, 0164, 0156, 0145,
255 0163, 0163, 0055, 0141, 0160, 0160, 0154, 0145, 0164, 0055, 0155, 0145, 0156, 0165, 0056, 0165,
256 0151, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0342, 0000, 0000, 0000, 0001, 0000, 0000, 0000,
257 0170, 0332, 0145, 0216, 0101, 0012, 0302, 0060, 0020, 0105, 0367, 0075, 0105, 0230, 0275, 0215,
258 0356, 0047, 0123, 0074, 0211, 0114, 0352, 0250, 0201, 0044, 0205, 0144, 0052, 0172, 0173, 0033,
259 0205, 0270, 0350, 0366, 0301, 0373, 0377, 0341, 0364, 0112, 0321, 0074, 0245, 0324, 0260, 0144,
260 0007, 0247, 0361, 0010, 0023, 0015, 0030, 0262, 0112, 0271, 0361, 0054, 0204, 0111, 0362, 0152,
261 0302, 0325, 0201, 0057, 0341, 0376, 0320, 0054, 0265, 0036, 0032, 0003, 0302, 0052, 0263, 0156,
262 0032, 0141, 0120, 0111, 0204, 0254, 0132, 0202, 0137, 0125, 0114, 0346, 0044, 0016, 0042, 0173,
263 0211, 0140, 0264, 0160, 0256, 0221, 0225, 0175, 0334, 0340, 0133, 0052, 0320, 0345, 0354, 0227,
264 0125, 0321, 0166, 0143, 0057, 0363, 0167, 0032, 0350, 0377, 0072, 0362, 0116, 0262, 0277, 0143,
265 0333, 0103, 0154, 0053, 0153, 0274, 0367, 0017, 0037, 0231, 0311, 0121, 0040, 0000, 0050, 0165,
266 0165, 0141, 0171, 0051, 0156, 0145, 0164, 0163, 0160, 0145, 0145, 0144, 0055, 0155, 0145, 0156,
267 0165, 0056, 0165, 0151, 0000, 0000, 0000, 0000, 0152, 0002, 0000, 0000, 0001, 0000, 0000, 0000,
268 0170, 0332, 0235, 0222, 0275, 0016, 0202, 0060, 0024, 0106, 0167, 0237, 0242, 0351, 0056, 0350,
269 0136, 0112, 0114, 0030, 0034, 0175, 0003, 0162, 0201, 0217, 0330, 0244, 0024, 0322, 0136, 0210,
270 0276, 0275, 0340, 0017, 0203, 0350, 0000, 0353, 0227, 0234, 0173, 0316, 0160, 0125, 0172, 0153,
271 0254, 0030, 0340, 0203, 0151, 0135, 0042, 0217, 0321, 0101, 0246, 0172, 0247, 0214, 0143, 0370,
272 0232, 0112, 0150, 0325, 0300, 0365, 0302, 0124, 0211, 0164, 0340, 0320, 0001, 0325, 0176, 0132,
273 0244, 0126, 0001, 0045, 0217, 0220, 0126, 0206, 0321, 0150, 0105, 0314, 0336, 0024, 0075, 0103,
274 0070, 0152, 0220, 0110, 0113, 0005, 0254, 0024, 0354, 0311, 0005, 0113, 0114, 0205, 0035, 0307,
275 0073, 0202, 0324, 0031, 0006, 0123, 0102, 0344, 0031, 0230, 0214, 0015, 0052, 0236, 0321, 0345,
276 0025, 0172, 0072, 0244, 0376, 0310, 0243, 0352, 0007, 0024, 0277, 0012, 0326, 0166, 0344, 0027,
277 0217, 0032, 0036, 0256, 0304, 0312, 0210, 0356, 0017, 0270, 0065, 0344, 0014, 0333, 0255, 0053,
278 0270, 0176, 0023, 0133, 0325, 0247, 0242, 0355, 0171, 0235, 0233, 0026, 0310, 0133, 0036, 0317,
279 0057, 0021, 0117, 0077, 0062, 0355, 0363, 0037, 0355, 0036, 0166, 0173, 0341, 0167, 0000, 0050,
280 0165, 0165, 0141, 0171, 0051, 0147, 0145, 0171, 0145, 0163, 0055, 0141, 0160, 0160, 0154, 0145,
281 0164, 0055, 0155, 0145, 0156, 0165, 0056, 0165, 0151, 0000, 0000, 0000, 0000, 0000, 0000, 0000,
282 0326, 0001, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0235, 0221, 0061, 0016, 0302, 0060,
283 0014, 0105, 0367, 0236, 0042, 0312, 0116, 0003, 0173, 0032, 0304, 0306, 0310, 0015, 0220, 0123,
284 0176, 0041, 0122, 0222, 0126, 0211, 0213, 0340, 0366, 0264, 0005, 0165, 0240, 0142, 0050, 0243,
285 0277, 0374, 0374, 0054, 0175, 0275, 0177, 0004, 0057, 0356, 0110, 0331, 0265, 0261, 0222, 0273,
286 0162, 0053, 0367, 0246, 0320, 0056, 0062, 0122, 0103, 0065, 0214, 0016, 0210, 0275, 0160, 0227,
287 0112, 0136, 0361, 0104, 0336, 0214, 0243, 0064, 0072, 0243, 0346, 0201, 0060, 0332, 0061, 0202,
288 0321, 0304, 0234, 0234, 0355, 0031, 0042, 0122, 0100, 0045, 0075, 0131, 0170, 0051, 0070, 0121,
289 0314, 0236, 0230, 0254, 0037, 0302, 0001, 0227, 0346, 0174, 0112, 0150, 0220, 0020, 0153, 0144,
290 0255, 0146, 0156, 0171, 0202, 0046, 0201, 0064, 0223, 0266, 0354, 0176, 0120, 0352, 0355, 0137,
291 0375, 0305, 0021, 0276, 0133, 0241, 0277, 0175, 0257, 0377, 0353, 0075, 0330, 0266, 0347, 0025,
292 0142, 0132, 0354, 0177, 0314, 0152, 0156, 0100, 0215, 0225, 0214, 0371, 0334, 0131, 0361, 0002,
293 0047, 0050, 0252, 0202, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0143, 0150, 0141, 0162, 0160,
294 0151, 0143, 0153, 0055, 0141, 0160, 0160, 0154, 0145, 0164, 0055, 0155, 0145, 0156, 0165, 0056,
295 0165, 0151, 0000, 0000, 0000, 0000, 0000, 0000, 0342, 0001, 0000, 0000, 0001, 0000, 0000, 0000,
296 0170, 0332, 0235, 0221, 0073, 0016, 0302, 0060, 0020, 0104, 0373, 0234, 0302, 0332, 0236, 0030,
297 0172, 0307, 0021, 0035, 0045, 0067, 0100, 0153, 0263, 0121, 0054, 0154, 0047, 0262, 0067, 0010,
298 0156, 0117, 0302, 0047, 0005, 0021, 0105, 0150, 0107, 0172, 0363, 0106, 0032, 0125, 0337, 0202,
299 0027, 0127, 0112, 0331, 0165, 0261, 0202, 0135, 0271, 0205, 0132, 0027, 0312, 0105, 0246, 0324,
300 0240, 0045, 0255, 0002, 0305, 0101, 0270, 0163, 0005, 0266, 0305, 0324, 0073, 0173, 0331, 0114,
301 0011, 0150, 0225, 0311, 0362, 0010, 0151, 0345, 0230, 0202, 0126, 0310, 0234, 0234, 0031, 0230,
302 0104, 0304, 0100, 0025, 0170, 0064, 0344, 0101, 0160, 0302, 0230, 0075, 0062, 0032, 0077, 0206,
303 0167, 0312, 0240, 0117, 0307, 0104, 0015, 0045, 0212, 0226, 0262, 0222, 0063, 0267, 0254, 0300,
304 0247, 0000, 0364, 0307, 0134, 0366, 0077, 0100, 0371, 0232, 0260, 0172, 0310, 0201, 0174, 0277,
305 0156, 0101, 0373, 0115, 0374, 0253, 0336, 0233, 0156, 0340, 0165, 0156, 0134, 0040, 0157, 0271,
306 0234, 0257, 0220, 0323, 0067, 0123, 0076, 0377, 0127, 0074, 0000, 0176, 0316, 0257, 0042, 0000,
307 0050, 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153, 0171, 0055, 0156, 0157, 0164,
308 0145, 0163, 0055, 0160, 0162, 0157, 0160, 0145, 0162, 0164, 0151, 0145, 0163, 0056, 0165, 0151,
309 0016, 0040, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0355, 0131, 0113, 0157, 0343, 0066,
310 0020, 0276, 0357, 0257, 0140, 0171, 0055, 0024, 0257, 0354, 0246, 0015, 0012, 0133, 0013, 0324,
311 0155, 0322, 0103, 0121, 0054, 0260, 0331, 0063, 0101, 0123, 0043, 0211, 0065, 0103, 0252, 0044,
312 0345, 0107, 0177, 0175, 0051, 0312, 0131, 0277, 0264, 0222, 0342, 0330, 0202, 0263, 0330, 0233,
313 0045, 0017, 0207, 0063, 0363, 0315, 0174, 0063, 0042, 0307, 0037, 0126, 0117, 0002, 0055, 0100,
314 0033, 0256, 0344, 0004, 0207, 0067, 0357, 0061, 0002, 0311, 0124, 0314, 0145, 0072, 0301, 0237,
315 0037, 0357, 0203, 0073, 0374, 0041, 0172, 0067, 0376, 0041, 0010, 0320, 0003, 0110, 0320, 0324,
316 0102, 0214, 0226, 0334, 0146, 0050, 0025, 0064, 0006, 0064, 0272, 0011, 0357, 0156, 0106, 0050,
317 0010, 0234, 0020, 0227, 0026, 0164, 0102, 0031, 0104, 0143, 0015, 0377, 0026, 0134, 0203, 0101,
318 0202, 0317, 0046, 0070, 0265, 0363, 0037, 0361, 0166, 0027, 0267, 0146, 0210, 0007, 0321, 0130,
319 0315, 0376, 0001, 0146, 0021, 0023, 0324, 0230, 0011, 0176, 0260, 0363, 0337, 0071, 0025, 0052,
320 0305, 0210, 0307, 0023, 0154, 0054, 0147, 0363, 0265, 0124, 0026, 0110, 0256, 0125, 0016, 0332,
321 0162, 0060, 0070, 0032, 0157, 0036, 0326, 0110, 0322, 0047, 0230, 0140, 0106, 0045, 0111, 0024,
322 0053, 0334, 0137, 0367, 0124, 0030, 0030, 0017, 0236, 0005, 0216, 0104, 0147, 0112, 0307, 0240,
323 0311, 0222, 0307, 0066, 0303, 0321, 0155, 0203, 0244, 0345, 0126, 0000, 0106, 0126, 0123, 0151,
324 0004, 0265, 0164, 0046, 0334, 0313, 0165, 0271, 0375, 0047, 0157, 0025, 0372, 0333, 0231, 0205,
325 0076, 0176, 0061, 0253, 0101, 0225, 0213, 0001, 0377, 0257, 0124, 0320, 0156, 0237, 0135, 0347,
326 0100, 0062, 0027, 0104, 0034, 0305, 0076, 0020, 0273, 0262, 0054, 0343, 0042, 0106, 0076, 0302,
327 0222, 0212, 0300, 0077, 0116, 0360, 0142, 0246, 0126, 0270, 0046, 0220, 0277, 0271, 0327, 0076,
328 0212, 0225, 0242, 0140, 0043, 0167, 0260, 0341, 0202, 0033, 0356, 0055, 0173, 0324, 0105, 0223,
329 0141, 0057, 0210, 0261, 0322, 0034, 0244, 0245, 0326, 0341, 0214, 0243, 0105, 0031, 0035, 0106,
330 0105, 0203, 0274, 0311, 0051, 0163, 0251, 0206, 0243, 0141, 0273, 0263, 0224, 0225, 0152, 0011,
331 0325, 0100, 0153, 0175, 0056, 0254, 0125, 0362, 0320, 0363, 0375, 0105, 0227, 0017, 0200, 0240,
332 0153, 0125, 0130, 0142, 0354, 0272, 0324, 0013, 0062, 0076, 0362, 0353, 0253, 0246, 0127, 0166,
333 0147, 0040, 0362, 0231, 0177, 0036, 0342, 0032, 0355, 0063, 0020, 0070, 0042, 0177, 0072, 0241,
334 0006, 0043, 0116, 0360, 0253, 0203, 0144, 0014, 0011, 0055, 0204, 0155, 0225, 0325, 0300, 0200,
335 0057, 0300, 0154, 0027, 0264, 0005, 0255, 0060, 0100, 0012, 0351, 0212, 0123, 0160, 0131, 0143,
336 0365, 0240, 0012, 0230, 0133, 0106, 0331, 0334, 0145, 0313, 0321, 0172, 0130, 0345, 0124, 0306,
337 0355, 0373, 0044, 0134, 0210, 0166, 0251, 0134, 0031, 0136, 0045, 0360, 0373, 0075, 0053, 0276,
338 0354, 0076, 0330, 0340, 0330, 0005, 0116, 0046, 0224, 0201, 0126, 0074, 0247, 0245, 0324, 0167,
339 0100, 0057, 0016, 0150, 0330, 0014, 0150, 0337, 0166, 0271, 0135, 0110, 0311, 0372, 0107, 0104,
340 0161, 0366, 0214, 0174, 0146, 0305, 0262, 0021, 0204, 0303, 0136, 0230, 0260, 0173, 0273, 0075,
341 0271, 0151, 0204, 0167, 0235, 0330, 0165, 0317, 0371, 0321, 0165, 0367, 0301, 0237, 0273, 0170,
342 0364, 0227, 0247, 0015, 0357, 0223, 0147, 0220, 0321, 0155, 0057, 0116, 0255, 0250, 0340, 0351,
343 0141, 0022, 0326, 0062, 0132, 0335, 0350, 0124, 0077, 0056, 0121, 0153, 0065, 0167, 0374, 0010,
344 0146, 0347, 0367, 0106, 0327, 0022, 0170, 0232, 0131, 0067, 0070, 0122, 0121, 0370, 0204, 0022,
345 0161, 0071, 0066, 0016, 0166, 0327, 0274, 0265, 0336, 0360, 0240, 0171, 0134, 0041, 0227, 0272,
346 0137, 0141, 0057, 0270, 0075, 0121, 0235, 0162, 0111, 0004, 0044, 0216, 0272, 0303, 0141, 0023,
347 0323, 0253, 0045, 0251, 0117, 0305, 0303, 0335, 0225, 0050, 0236, 0344, 0126, 0066, 0034, 0236,
348 0224, 0267, 0243, 0067, 0220, 0267, 0344, 0261, 0374, 0032, 0370, 0365, 0202, 0335, 0256, 0004,
349 0206, 0270, 0244, 0246, 0054, 0153, 0066, 0322, 0252, 0274, 0136, 0256, 0173, 0376, 0375, 0041,
350 0255, 0136, 0127, 0020, 0370, 0257, 0034, 0002, 0376, 0105, 0017, 0023, 0207, 0125, 0112, 0130,
351 0236, 0023, 0013, 0053, 0133, 0377, 0155, 0225, 0003, 0343, 0311, 0032, 0121, 0344, 0055, 0103,
352 0211, 0322, 0310, 0146, 0216, 0014, 0334, 0307, 0326, 0351, 0361, 0014, 0057, 0033, 0317, 0151,
353 0006, 0154, 0157, 0340, 0163, 0063, 0022, 0161, 0325, 0241, 0064, 0141, 0345, 0137, 0370, 0005,
354 0231, 0366, 0331, 0000, 0332, 0214, 0130, 0210, 0051, 0342, 0164, 0364, 0072, 0022, 0236, 0175,
355 0314, 0073, 0241, 0014, 0143, 0115, 0227, 0204, 0313, 0330, 0265, 0113, 0253, 0164, 0137, 0265,
356 0324, 0224, 0043, 0233, 0371, 0145, 0170, 0132, 0172, 0354, 0060, 0136, 0242, 0244, 0335, 0144,
357 0306, 0146, 0354, 0277, 0052, 0352, 0177, 0035, 0111, 0336, 0073, 0347, 0320, 0224, 0224, 0336,
358 0135, 0035, 0123, 0276, 0036, 0272, 0157, 0025, 0065, 0177, 0214, 0105, 0246, 0127, 0211, 0332,
359 0350, 0214, 0174, 0134, 0225, 0336, 0153, 0350, 0070, 0121, 0104, 0332, 0357, 0154, 0334, 0013,
360 0362, 0077, 0135, 0214, 0215, 0175, 0246, 0357, 0046, 0307, 0226, 0223, 0361, 0165, 0100, 0172,
361 0231, 0331, 0346, 0134, 0341, 0362, 0247, 0361, 0327, 0024, 0256, 0227, 0216, 0230, 0323, 0114,
362 0051, 0127, 0325, 0024, 0171, 0047, 0276, 0072, 0141, 0166, 0276, 0016, 0370, 0310, 0331, 0374,
363 0110, 0133, 0165, 0163, 0321, 0323, 0330, 0072, 0072, 0317, 0134, 0362, 0355, 0365, 0066, 0122,
364 0216, 0044, 0127, 0327, 0325, 0156, 0117, 0203, 0253, 0364, 0345, 0250, 0020, 0113, 0340, 0336,
365 0172, 0035, 0226, 0076, 0164, 0055, 0303, 0312, 0337, 0117, 0116, 0031, 0152, 0314, 0233, 0326,
366 0162, 0335, 0333, 0264, 0327, 0152, 0275, 0355, 0365, 0374, 0271, 0005, 0327, 0253, 0075, 0026,
367 0357, 0172, 0306, 0166, 0365, 0327, 0010, 0317, 0057, 0252, 0113, 0310, 0300, 0015, 0057, 0051,
368 0130, 0163, 0360, 0214, 0064, 0230, 0134, 0111, 0343, 0166, 0010, 0302, 0020, 0107, 0073, 0027,
369 0200, 0343, 0301, 0236, 0144, 0303, 0302, 0137, 0160, 0264, 0173, 0323, 0164, 0264, 0160, 0160,
370 0150, 0302, 0326, 0306, 0355, 0255, 0375, 0273, 0377, 0001, 0106, 0067, 0302, 0240, 0000, 0050,
371 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153, 0171, 0055, 0156, 0157, 0164, 0145,
372 0163, 0055, 0144, 0145, 0154, 0145, 0164, 0145, 0056, 0165, 0151, 0000, 0000, 0000, 0000, 0000,
373 0044, 0020, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0355, 0127, 0115, 0157, 0333, 0060,
374 0014, 0275, 0367, 0127, 0150, 0272, 0016, 0116, 0232, 0244, 0335, 0172, 0210, 0135, 0140, 0053,
375 0132, 0014, 0330, 0261, 0073, 0033, 0264, 0315, 0330, 0132, 0024, 0311, 0223, 0344, 0174, 0354,
376 0327, 0217, 0266, 0223, 0045, 0165, 0022, 0073, 0053, 0326, 0240, 0035, 0166, 0263, 0215, 0107,
377 0362, 0221, 0217, 0046, 0245, 0361, 0355, 0162, 0046, 0331, 0034, 0215, 0025, 0132, 0371, 0174,
378 0320, 0273, 0344, 0014, 0125, 0254, 0023, 0241, 0122, 0237, 0177, 0173, 0274, 0367, 0156, 0370,
379 0155, 0160, 0061, 0176, 0347, 0171, 0354, 0001, 0025, 0032, 0160, 0230, 0260, 0205, 0160, 0031,
380 0113, 0045, 0044, 0310, 0106, 0275, 0301, 0115, 0157, 0304, 0074, 0217, 0100, 0102, 0071, 0064,
381 0023, 0210, 0061, 0030, 0033, 0374, 0121, 0010, 0203, 0226, 0111, 0021, 0371, 0074, 0165, 0323,
382 0367, 0174, 0033, 0205, 0154, 0206, 0274, 0037, 0214, 0165, 0364, 0035, 0143, 0307, 0142, 0011,
383 0326, 0372, 0374, 0301, 0115, 0357, 0004, 0110, 0235, 0162, 0046, 0022, 0237, 0047, 0050, 0321,
384 0141, 0230, 0324, 0237, 0202, 0161, 0156, 0164, 0216, 0306, 0255, 0230, 0202, 0031, 0372, 0074,
385 0006, 0025, 0116, 0164, 0134, 0130, 0036, 0334, 0203, 0264, 0070, 0356, 0157, 0000, 0173, 0320,
386 0110, 0233, 0004, 0115, 0270, 0020, 0211, 0313, 0170, 0160, 0335, 0202, 0044, 0302, 0342, 0047,
387 0104, 0022, 0273, 0235, 0316, 0164, 0002, 0222, 0007, 0217, 0246, 0150, 0103, 0271, 0125, 0216,
388 0141, 0106, 0165, 0341, 0101, 0235, 0310, 0056, 0066, 0316, 0204, 0114, 0130, 0125, 0064, 0005,
389 0322, 0253, 0136, 0175, 0076, 0217, 0364, 0222, 0037, 0250, 0315, 0047, 0372, 0134, 0027, 0246,
390 0162, 0344, 0255, 0161, 0215, 0200, 0163, 0141, 0105, 0305, 0277, 0203, 0330, 0037, 0224, 0117,
391 0033, 0201, 0312, 0201, 0043, 0351, 0170, 0100, 0032, 0072, 0021, 0203, 0154, 0301, 0333, 0034,
392 0142, 0352, 0036, 0036, 0014, 0256, 0272, 0263, 0205, 0270, 0364, 0033, 0202, 0101, 0070, 0230,
393 0164, 0341, 0234, 0126, 0315, 0324, 0237, 0032, 0275, 0174, 0005, 0044, 0254, 0164, 0341, 0102,
394 0353, 0126, 0245, 0137, 0124, 0311, 0136, 0136, 0107, 0251, 0327, 0274, 0243, 0352, 0171, 0300,
395 0017, 0170, 0216, 0220, 0272, 0050, 0374, 0014, 0052, 0306, 0266, 0242, 0076, 0043, 0253, 0023,
396 0220, 0011, 0116, 0240, 0220, 0256, 0023, 0153, 0060, 0106, 0061, 0107, 0273, 0065, 0350, 0052,
397 0131, 0141, 0061, 0054, 0024, 0375, 0166, 0122, 0250, 0003, 0254, 0373, 0165, 0271, 0310, 0014,
398 0342, 0051, 0065, 0313, 0236, 0075, 0056, 0163, 0120, 0111, 0167, 0234, 0211, 0220, 0262, 0033,
399 0225, 0153, 0053, 0352, 0376, 0275, 0174, 0302, 0342, 0167, 0364, 0376, 0132, 0305, 0323, 0305,
400 0034, 0036, 0027, 0363, 0256, 0232, 0134, 0377, 0305, 0174, 0161, 0061, 0007, 0355, 0142, 0236,
401 0233, 0027, 0105, 0011, 0313, 0201, 0277, 0067, 0042, 0376, 0172, 0067, 0156, 0346, 0141, 0106,
402 0073, 0340, 0343, 0131, 0106, 0340, 0351, 0073, 0164, 0073, 0376, 0207, 0247, 0214, 0311, 0057,
403 0063, 0110, 0261, 0316, 0106, 0224, 0217, 0243, 0263, 0244, 0263, 0002, 0051, 0322, 0246, 0000,
404 0115, 0231, 0304, 0022, 0145, 0110, 0007, 0002, 0212, 0174, 0165, 0323, 0002, 0024, 0061, 0055,
405 0243, 0362, 0161, 0263, 0344, 0275, 0005, 0030, 0105, 0065, 0350, 0262, 0251, 0175, 0177, 0170,
406 0323, 0203, 0161, 0323, 0212, 0345, 0161, 0144, 0364, 0072, 0316, 0043, 0307, 0270, 0176, 0255,
407 0346, 0163, 0305, 0266, 0032, 0325, 0243, 0313, 0263, 0360, 0135, 0236, 0320, 0153, 0247, 0364,
408 0143, 0275, 0136, 0230, 0063, 0240, 0254, 0004, 0127, 0036, 0123, 0311, 0020, 0211, 0101, 0275,
409 0160, 0230, 0313, 0204, 0145, 0226, 0312, 0061, 0045, 0023, 0355, 0360, 0166, 0327, 0031, 0070,
410 0147, 0004, 0255, 0056, 0264, 0073, 0317, 0153, 0317, 0013, 0024, 0151, 0346, 0350, 0200, 0016,
411 0262, 0250, 0376, 0165, 0231, 0224, 0307, 0363, 0376, 0256, 0315, 0133, 0153, 0314, 0246, 0330,
412 0303, 0127, 0243, 0365, 0161, 0035, 0037, 0113, 0001, 0051, 0032, 0211, 0307, 0042, 0144, 0264,
413 0162, 0265, 0302, 0336, 0263, 0306, 0103, 0107, 0112, 0265, 0010, 0035, 0240, 0127, 0273, 0150,
414 0377, 0031, 0136, 0233, 0017, 0365, 0205, 0306, 0243, 0355, 0232, 0242, 0263, 0215, 0167, 0106,
415 0267, 0322, 0134, 0053, 0113, 0021, 0274, 0017, 0074, 0130, 0337, 0045, 0350, 0357, 0334, 0005,
416 0265, 0330, 0134, 0157, 0154, 0206, 0173, 0066, 0375, 0146, 0340, 0055, 0263, 0355, 0135, 0376,
417 0342, 0027, 0323, 0121, 0344, 0227, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0164, 0151, 0155,
418 0145, 0162, 0055, 0141, 0160, 0160, 0154, 0145, 0164, 0055, 0155, 0145, 0156, 0165, 0056, 0165,
419 0151, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0334, 0002, 0000, 0000, 0001, 0000, 0000, 0000,
420 0170, 0332, 0255, 0222, 0115, 0012, 0203, 0060, 0020, 0106, 0367, 0236, 0042, 0144, 0137, 0155,
421 0367, 0061, 0322, 0033, 0010, 0075, 0200, 0214, 0166, 0204, 0100, 0176, 0044, 0231, 0224, 0366,
422 0366, 0065, 0266, 0010, 0105, 0272, 0210, 0270, 0314, 0360, 0275, 0171, 0031, 0370, 0104, 0363,
423 0064, 0232, 0075, 0320, 0007, 0345, 0154, 0315, 0057, 0345, 0231, 0067, 0262, 0020, 0312, 0022,
424 0372, 0021, 0006, 0224, 0302, 0240, 0215, 0114, 0335, 0153, 0116, 0312, 0240, 0077, 0245, 0047,
425 0227, 0042, 0340, 0100, 0063, 0041, 0205, 0042, 0064, 0122, 0000, 0221, 0127, 0175, 0044, 0144,
426 0026, 0014, 0326, 0134, 0103, 0217, 0232, 0063, 0362, 0140, 0203, 0006, 0202, 0136, 0317, 0303,
427 0027, 0006, 0056, 0273, 0033, 0201, 0047, 0266, 0054, 0023, 0325, 0312, 0155, 0127, 0300, 0042,
428 0340, 0162, 0111, 0226, 0041, 0121, 0077, 0371, 0352, 0143, 0316, 0365, 0267, 0035, 0304, 0200,
429 0331, 0376, 0051, 0121, 0107, 0370, 0157, 0035, 0271, 0151, 0307, 0371, 0156, 0072, 0302, 0336,
430 0265, 0036, 0107, 0364, 0150, 0007, 0014, 0071, 0327, 0377, 0241, 0366, 0376, 0342, 0332, 0273,
431 0110, 0031, 0176, 0330, 0344, 0277, 0346, 0152, 0355, 0141, 0225, 0212, 0231, 0346, 0153, 0163,
432 0213, 0067, 0036, 0206, 0013, 0142, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151,
433 0143, 0153, 0171, 0055, 0163, 0150, 0151, 0146, 0164, 0055, 0154, 0157, 0143, 0153, 0145, 0144,
434 0056, 0160, 0156, 0147, 0000, 0000, 0000, 0000, 0247, 0002, 0000, 0000, 0001, 0000, 0000, 0000,
435 0170, 0332, 0001, 0247, 0002, 0130, 0375, 0211, 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000,
436 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000, 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010,
437 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207, 0000, 0000, 0002, 0156, 0111, 0104, 0101, 0124,
438 0170, 0234, 0355, 0131, 0333, 0216, 0342, 0060, 0014, 0065, 0253, 0375, 0001, 0220, 0050, 0250,
439 0320, 0042, 0136, 0371, 0377, 0337, 0241, 0120, 0120, 0271, 0126, 0375, 0205, 0314, 0303, 0052,
440 0050, 0361, 0330, 0216, 0323, 0333, 0314, 0354, 0160, 0244, 0050, 0151, 0352, 0270, 0347, 0304,
441 0116, 0032, 0051, 0000, 0157, 0274, 0361, 0273, 0061, 0121, 0330, 0230, 0301, 0131, 0310, 0020,
442 0071, 0112, 0057, 0277, 0232, 0070, 0006, 0311, 0225, 0023, 0360, 0335, 0310, 0133, 0174, 0342,
443 0373, 0067, 0064, 0142, 0267, 0333, 0001, 0000, 0200, 0061, 0346, 0125, 0273, 0355, 0230, 0032,
444 0267, 0251, 0147, 0214, 0262, 0054, 0305, 0367, 0177, 0210, 0276, 0227, 0307, 0020, 0171, 0115,
445 0331, 0357, 0367, 0121, 0366, 0270, 0344, 0171, 0116, 0162, 0223, 0004, 0370, 0152, 0220, 0103,
446 0112, 0010, 0107, 0260, 0050, 0012, 0000, 0000, 0050, 0212, 0202, 0025, 0257, 0021, 0047, 0101,
447 0024, 0200, 0103, 0037, 0372, 0260, 0073, 0306, 0222, 0267, 0070, 0036, 0217, 0255, 0243, 0320,
448 0132, 0000, 0046, 0351, 0022, 0224, 0204, 0140, 0362, 0026, 0145, 0131, 0106, 0247, 0140, 0347,
449 0010, 0150, 0243, 0140, 0333, 0207, 0303, 0301, 0363, 0261, 0331, 0154, 0274, 0347, 0323, 0351,
450 0244, 0212, 0146, 0257, 0051, 0244, 0025, 0202, 0311, 0347, 0171, 0016, 0306, 0030, 0310, 0262,
451 0314, 0353, 0077, 0237, 0317, 0343, 0247, 0020, 0046, 0216, 0005, 0162, 0344, 0255, 0315, 0172,
452 0275, 0366, 0336, 0127, 0125, 0245, 0216, 0102, 0153, 0001, 0134, 0252, 0340, 0217, 0161, 0344,
453 0261, 0335, 0152, 0265, 0362, 0354, 0056, 0227, 0313, 0360, 0021, 0010, 0011, 0221, 0146, 0236,
454 0052, 0151, 0232, 0172, 0366, 0327, 0353, 0065, 0030, 0205, 0326, 0002, 0270, 0131, 0267, 0355,
455 0120, 0332, 0160, 0073, 0327, 0162, 0271, 0364, 0306, 0335, 0156, 0267, 0161, 0042, 0040, 0221,
456 0317, 0262, 0114, 0275, 0253, 0030, 0143, 0140, 0261, 0130, 0170, 0343, 0357, 0367, 0373, 0160,
457 0153, 0000, 0107, 0201, 0232, 0171, 0212, 0264, 0355, 0343, 0046, 0041, 0111, 0022, 0317, 0317,
458 0343, 0361, 0140, 0375, 0264, 0022, 0100, 0211, 0011, 0345, 0074, 0107, 0232, 0353, 0233, 0317,
459 0347, 0236, 0277, 0347, 0363, 0111, 0012, 0346, 0040, 0236, 0106, 0261, 0023, 0114, 0036, 0340,
460 0337, 0217, 0311, 0105, 0232, 0246, 0254, 0020, 0267, 0317, 0022, 0245, 0120, 0327, 0065, 0314,
461 0146, 0063, 0221, 0270, 0205, 0072, 0002, 0334, 0361, 0200, 0203, 0104, 0076, 0064, 0253, 0000,
462 0000, 0115, 0323, 0250, 0276, 0243, 0132, 0003, 0061, 0344, 0271, 0055, 0067, 0046, 0257, 0055,
463 0232, 0246, 0351, 0226, 0102, 0026, 0333, 0355, 0126, 0044, 0123, 0125, 0225, 0047, 0000, 0333,
464 0120, 0375, 0056, 0246, 0323, 0251, 0132, 0124, 0224, 0000, 0312, 0251, 0146, 0006, 0251, 0235,
465 0113, 0032, 0033, 0223, 0132, 0030, 0301, 0010, 0160, 0141, 0017, 0365, 0207, 0332, 0243, 0011,
466 0320, 0220, 0226, 0154, 0251, 0161, 0243, 0011, 0220, 0310, 0112, 0351, 0200, 0323, 0207, 0112,
467 0047, 0074, 0106, 0172, 0057, 0101, 0025, 0201, 0220, 0020, 0151, 0114, 0114, 0012, 0111, 0376,
468 0070, 0364, 0236, 0102, 0061, 0353, 0002, 0333, 0270, 0265, 0026, 0121, 0002, 0050, 0122, 0061,
469 0051, 0026, 0223, 0166, 0132, 0264, 0136, 0003, 0132, 0120, 0102, 0103, 0213, 0270, 0067, 0001,
470 0022, 0211, 0066, 0266, 0322, 0326, 0113, 0325, 0032, 0104, 0247, 0120, 0114, 0124, 0142, 0155,
471 0251, 0072, 0204, 0316, 0153, 0000, 0243, 0256, 0353, 0126, 0276, 0260, 0317, 0301, 0005, 0340,
472 0217, 0367, 0341, 0247, 0215, 0000, 0365, 0161, 0172, 0110, 0164, 0371, 0063, 0167, 0216, 0000,
473 0000, 0100, 0222, 0044, 0336, 0014, 0122, 0107, 0010, 0251, 0140, 0133, 0367, 0171, 0024, 0001,
474 0175, 0043, 0146, 0327, 0243, 0122, 0350, 0165, 0013, 0022, 0272, 0134, 0030, 0012, 0223, 0311,
475 0344, 0125, 0220, 0210, 0117, 0067, 0064, 0077, 0376, 0212, 0351, 0277, 0275, 0344, 0163, 0361,
476 0325, 0102, 0064, 0034, 0337, 0170, 0343, 0327, 0342, 0003, 0115, 0045, 0316, 0373, 0124, 0135,
477 0037, 0272, 0000, 0000, 0000, 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0020, 0214,
478 0102, 0056, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153, 0171, 0055,
479 0156, 0157, 0164, 0145, 0163, 0055, 0163, 0164, 0157, 0143, 0153, 0055, 0154, 0157, 0143, 0153,
480 0145, 0144, 0056, 0160, 0156, 0147, 0000, 0000, 0223, 0001, 0000, 0000, 0001, 0000, 0000, 0000,
481 0170, 0332, 0001, 0223, 0001, 0154, 0376, 0211, 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000,
482 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000, 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010,
483 0004, 0000, 0000, 0000, 0375, 0013, 0061, 0014, 0000, 0000, 0000, 0002, 0142, 0113, 0107, 0104,
484 0000, 0377, 0207, 0217, 0314, 0277, 0000, 0000, 0000, 0011, 0160, 0110, 0131, 0163, 0000, 0000,
485 0013, 0014, 0000, 0000, 0013, 0014, 0001, 0077, 0100, 0042, 0310, 0000, 0000, 0000, 0007, 0164,
486 0111, 0115, 0105, 0007, 0323, 0005, 0030, 0025, 0054, 0007, 0270, 0213, 0253, 0267, 0000, 0000,
487 0001, 0044, 0111, 0104, 0101, 0124, 0170, 0234, 0355, 0226, 0275, 0016, 0202, 0060, 0024, 0205,
488 0217, 0306, 0127, 0360, 0021, 0110, 0130, 0040, 0161, 0324, 0201, 0227, 0140, 0165, 0040, 0256,
489 0216, 0370, 0036, 0306, 0247, 0161, 0163, 0164, 0162, 0140, 0141, 0062, 0161, 0161, 0345, 0035,
490 0352, 0344, 0245, 0305, 0173, 0013, 0266, 0014, 0376, 0364, 0166, 0151, 0172, 0116, 0277, 0103,
491 0112, 0013, 0005, 0376, 0251, 0012, 0034, 0321, 0100, 0241, 0301, 0021, 0305, 0330, 0360, 0014,
492 0065, 0224, 0321, 0152, 0144, 0343, 0341, 0067, 0035, 0370, 0263, 0155, 0306, 0301, 0257, 0005,
493 0274, 0202, 0302, 0332, 0037, 0237, 0132, 0360, 0012, 0012, 0251, 0157, 0100, 0167, 0355, 0273,
494 0255, 0366, 0303, 0357, 0014, 0330, 0036, 0021, 0200, 0010, 0173, 0143, 0164, 0347, 0023, 0240,
495 0203, 0162, 0155, 0074, 0067, 0024, 0347, 0052, 0065, 0310, 0266, 0243, 0155, 0065, 0255, 0164,
496 0015, 0270, 0023, 0342, 0314, 0250, 0147, 0122, 0357, 0156, 0370, 0245, 0366, 0214, 0011, 0243,
497 0047, 0232, 0276, 0164, 0011, 0070, 0320, 0364, 0112, 0160, 0124, 0344, 0070, 0270, 0004, 0334,
498 0150, 0172, 0041, 0070, 0012, 0162, 0334, 0336, 0307, 0317, 0007, 0355, 0222, 0326, 0063, 0347,
499 0015, 0123, 0161, 0352, 0212, 0172, 0127, 0113, 0100, 0253, 0255, 0170, 0203, 0034, 0260, 0240,
500 0336, 0311, 0022, 0320, 0152, 0013, 0336, 0040, 0007, 0304, 0324, 0273, 0130, 0002, 0132, 0055,
501 0346, 0015, 0023, 0161, 0352, 0373, 0347, 0223, 0145, 0111, 0001, 0156, 0307, 0237, 0241, 0361,
502 0001, 0356, 0137, 0227, 0027, 0236, 0374, 0016, 0106, 0252, 0020, 0320, 0133, 0263, 0001, 0036,
503 0171, 0053, 0003, 0275, 0033, 0342, 0373, 0227, 0050, 0004, 0204, 0200, 0020, 0360, 0041, 0337,
504 0042, 0217, 0313, 0355, 0057, 0054, 0121, 0010, 0060, 0153, 0360, 0265, 0305, 0155, 0347, 0330,
505 0377, 0174, 0241, 0244, 0172, 0000, 0225, 0033, 0257, 0205, 0352, 0161, 0060, 0301, 0000, 0000,
506 0000, 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0136, 0215, 0250, 0237, 0000, 0050,
507 0165, 0165, 0141, 0171, 0051, 0155, 0151, 0156, 0151, 0055, 0143, 0157, 0155, 0155, 0141, 0156,
508 0144, 0145, 0162, 0056, 0165, 0151, 0000, 0000, 0175, 0134, 0000, 0000, 0001, 0000, 0000, 0000,
509 0170, 0332, 0355, 0134, 0133, 0163, 0332, 0070, 0024, 0176, 0357, 0257, 0360, 0372, 0165, 0207,
510 0020, 0103, 0156, 0335, 0111, 0334, 0311, 0366, 0266, 0235, 0315, 0166, 0072, 0223, 0164, 0373,
511 0250, 0221, 0345, 0003, 0250, 0221, 0055, 0257, 0044, 0102, 0350, 0257, 0137, 0311, 0066, 0304,
512 0334, 0214, 0115, 0300, 0306, 0011, 0171, 0012, 0040, 0113, 0347, 0362, 0351, 0334, 0164, 0254,
513 0313, 0167, 0217, 0001, 0263, 0036, 0100, 0110, 0312, 0303, 0053, 0333, 0071, 0072, 0266, 0055,
514 0010, 0011, 0367, 0151, 0330, 0277, 0262, 0277, 0337, 0175, 0152, 0135, 0330, 0357, 0334, 0067,
515 0227, 0277, 0265, 0132, 0326, 0147, 0010, 0101, 0140, 0005, 0276, 0065, 0242, 0152, 0140, 0365,
516 0031, 0366, 0301, 0352, 0036, 0071, 0027, 0107, 0135, 0253, 0325, 0322, 0203, 0150, 0250, 0100,
517 0364, 0060, 0001, 0367, 0122, 0300, 0177, 0103, 0052, 0100, 0132, 0214, 0172, 0127, 0166, 0137,
518 0335, 0377, 0156, 0077, 0255, 0322, 0325, 0253, 0264, 0335, 0113, 0356, 0375, 0004, 0242, 0054,
519 0302, 0260, 0224, 0127, 0366, 0147, 0165, 0177, 0355, 0377, 0034, 0112, 0025, 0100, 0250, 0154,
520 0213, 0372, 0127, 0066, 0236, 0176, 0166, 0154, 0367, 0062, 0022, 0074, 0002, 0241, 0306, 0126,
521 0210, 0003, 0270, 0262, 0031, 0037, 0201, 0260, 0335, 0323, 0343, 0313, 0366, 0344, 0227, 0205,
522 0061, 0303, 0050, 0062, 0143, 0116, 0216, 0363, 0006, 0075, 0140, 0066, 0004, 0333, 0165, 0162,
523 0206, 0110, 0005, 0021, 0242, 0041, 0021, 0020, 0023, 0347, 0236, 0346, 0214, 0215, 0160, 0037,
524 0262, 0143, 0235, 0231, 0265, 0333, 0011, 0323, 0113, 0230, 0377, 0100, 0061, 0343, 0375, 0204,
525 0361, 0200, 0240, 0110, 0100, 0017, 0204, 0126, 0005, 0110, 0344, 0047, 0077, 0055, 0054, 0105,
526 0160, 0210, 0172, 0234, 0014, 0245, 0355, 0176, 0302, 0114, 0102, 0016, 0125, 0036, 0027, 0076,
527 0010, 0064, 0242, 0276, 0032, 0344, 0323, 0257, 0250, 0142, 0140, 0133, 0112, 0340, 0120, 0062,
528 0254, 0260, 0307, 0364, 0227, 0143, 0320, 0153, 0274, 0347, 0101, 0200, 0103, 0337, 0272, 0241,
529 0041, 0130, 0337, 0236, 0350, 0313, 0233, 0154, 0034, 0001, 0032, 0120, 0043, 0207, 0204, 0211,
530 0354, 0130, 0062, 0240, 0314, 0267, 0142, 0320, 0204, 0230, 0265, 0342, 0217, 0132, 0035, 0036,
531 0177, 0264, 0227, 0310, 0347, 0117, 0375, 0165, 0054, 0234, 0144, 0242, 0226, 0031, 0327, 0131,
532 0224, 0311, 0003, 0225, 0124, 0223, 0154, 0273, 0167, 0142, 0230, 0047, 0220, 0022, 0262, 0343,
533 0202, 0152, 0115, 0142, 0245, 0261, 0153, 0273, 0032, 0304, 0212, 0022, 0314, 0362, 0320, 0022,
534 0141, 0242, 0267, 0217, 0355, 0166, 0326, 0163, 0213, 0211, 0231, 0026, 0141, 0001, 0170, 0051,
535 0323, 0103, 0245, 0170, 0070, 0317, 0172, 0346, 0241, 0152, 0044, 0300, 0360, 0230, 0017, 0025,
536 0222, 0152, 0154, 0346, 0205, 0320, 0137, 0140, 0154, 0045, 0355, 0011, 0341, 0003, 0140, 0021,
537 0362, 0222, 0057, 0226, 0314, 0356, 0001, 0263, 0135, 0155, 0044, 0132, 0146, 0134, 0336, 0126,
538 0055, 0317, 0132, 0201, 0221, 0076, 0364, 0360, 0220, 0251, 0265, 0143, 0005, 0020, 0240, 0017,
539 0146, 0077, 0116, 0036, 0130, 0047, 0267, 0241, 0004, 0055, 0064, 0116, 0356, 0027, 0347, 0236,
540 0032, 0002, 0015, 0226, 0173, 0215, 0226, 0205, 0147, 0341, 0061, 0322, 0233, 0155, 0375, 0032,
541 0075, 0312, 0330, 0372, 0121, 0021, 0227, 0064, 0001, 0360, 0254, 0071, 0232, 0256, 0336, 0116,
542 0325, 0130, 0104, 0233, 0076, 0017, 0241, 0210, 0066, 0011, 0343, 0271, 0104, 0325, 0253, 0316,
543 0001, 0226, 0257, 0114, 0365, 0116, 0276, 0352, 0267, 0114, 0327, 0032, 0221, 0232, 0105, 0220,
544 0361, 0017, 0013, 0006, 0145, 0333, 0320, 0375, 0312, 0025, 0170, 0234, 0337, 0047, 0340, 0315,
545 0072, 0326, 0160, 0362, 0113, 0005, 0320, 0314, 0361, 0300, 0053, 0367, 0334, 0304, 0356, 0367,
546 0343, 0310, 0213, 0241, 0070, 0266, 0110, 0035, 0344, 0356, 0255, 0376, 0054, 0305, 0116, 0147,
547 0027, 0056, 0322, 0271, 0050, 0045, 0010, 0303, 0273, 0163, 0274, 0337, 0136, 0377, 0254, 0010,
548 0107, 0067, 0261, 0225, 0214, 0171, 0212, 0015, 0146, 0347, 0244, 0022, 0246, 0036, 0061, 0243,
549 0375, 0371, 0235, 0264, 0324, 0200, 0057, 0013, 0000, 0257, 0207, 0212, 0133, 0072, 0012, 0214,
550 0030, 0030, 0261, 0144, 0347, 0300, 0112, 0011, 0252, 0135, 0002, 0310, 0314, 0377, 0351, 0204,
551 0043, 0240, 0375, 0201, 0016, 0351, 0343, 0100, 0333, 0300, 0212, 0371, 0046, 0374, 0157, 0147,
552 0237, 0151, 0234, 0073, 0234, 0040, 0162, 0240, 0021, 0171, 0266, 0033, 0335, 0025, 0306, 0316,
553 0151, 0105, 0101, 0140, 0354, 0330, 0055, 0375, 0327, 0344, 0100, 0346, 0375, 0000, 0310, 0114,
554 0064, 0203, 0065, 0252, 0021, 0111, 0120, 0155, 0222, 0025, 0355, 0265, 0305, 0030, 0051, 0336,
555 0357, 0033, 0371, 0025, 0337, 0035, 0037, 0121, 0150, 0076, 0131, 0351, 0014, 0055, 0017, 0113,
556 0235, 0052, 0233, 0331, 0055, 0262, 0164, 0317, 0354, 0334, 0345, 0154, 0026, 0265, 0014, 0103,
557 0155, 0365, 0231, 0316, 0361, 0326, 0316, 0077, 0265, 0046, 0107, 0171, 0011, 0245, 0057, 0360,
558 0110, 0047, 0304, 0276, 0266, 0237, 0132, 0056, 0207, 0160, 0250, 0241, 0144, 0075, 0327, 0120,
559 0306, 0256, 0333, 0171, 0211, 0256, 0373, 0254, 0001, 0256, 0373, 0226, 0376, 0202, 0203, 0277,
560 0116, 0375, 0365, 0171, 0315, 0376, 0372, 0374, 0340, 0257, 0067, 0324, 0134, 0065, 0366, 0343,
561 0051, 0073, 0351, 0224, 0324, 0257, 0324, 0333, 0014, 0245, 0202, 0257, 0114, 0305, 0313, 0366,
562 0073, 0372, 0141, 0262, 0266, 0077, 0266, 0346, 0352, 0203, 0020, 0002, 0036, 0122, 0142, 0262,
563 0301, 0076, 0350, 0110, 0042, 0346, 0124, 0106, 0064, 0324, 0231, 0351, 0213, 0201, 0327, 0333,
564 0152, 0341, 0125, 0310, 0335, 0334, 0152, 0031, 0147, 0303, 0325, 0254, 0340, 0253, 0250, 0133,
565 0074, 0035, 0302, 0330, 0156, 0346, 0100, 0046, 0157, 0156, 0106, 0003, 0017, 0231, 0223, 0242,
566 0371, 0323, 0217, 0271, 0201, 0341, 0060, 0000, 0101, 0311, 0042, 0011, 0230, 0020, 0220, 0232,
567 0021, 0312, 0250, 0371, 0050, 0200, 0305, 0316, 0334, 0062, 0345, 0242, 0024, 0365, 0014, 0374,
568 0226, 0067, 0326, 0330, 0307, 0102, 0343, 0061, 0025, 0213, 0106, 0203, 0112, 0267, 0137, 0273,
569 0304, 0143, 0323, 0047, 0332, 0163, 0013, 0067, 0015, 0314, 0363, 0226, 0050, 0043, 0217, 0172,
570 0315, 0121, 0104, 0037, 0201, 0311, 0222, 0052, 0156, 0365, 0164, 0272, 0060, 0253, 0251, 0011,
571 0356, 0367, 0111, 0127, 0207, 0064, 0342, 0100, 0126, 0115, 0144, 0025, 0113, 0272, 0072, 0057,
572 0061, 0351, 0272, 0150, 0100, 0322, 0365, 0236, 0063, 0056, 0344, 0041, 0355, 0112, 0243, 0253,
573 0213, 0232, 0323, 0256, 0267, 0207, 0264, 0253, 0270, 0346, 0356, 0014, 0216, 0023, 0351, 0305,
574 0220, 0256, 0306, 0210, 0204, 0110, 0360, 0221, 0036, 0327, 0315, 0035, 0103, 0070, 0033, 0006,
575 0241, 0234, 0153, 0260, 0230, 0137, 0065, 0036, 0204, 0126, 0344, 0162, 0363, 0225, 0122, 0076,
576 0102, 0345, 0014, 0322, 0102, 0031, 0071, 0255, 0261, 0042, 0065, 0200, 0000, 0066, 0050, 0037,
577 0243, 0357, 0022, 0254, 0164, 0022, 0053, 0236, 0304, 0042, 0013, 0366, 0343, 0120, 0062, 0056,
578 0266, 0231, 0036, 0021, 0217, 0014, 0374, 0065, 0303, 0237, 0357, 0376, 0106, 0237, 0276, 0334,
579 0334, 0344, 0054, 0067, 0236, 0216, 0156, 0157, 0030, 0155, 0367, 0372, 0050, 0126, 0126, 0205,
580 0301, 0366, 0163, 0135, 0123, 0322, 0313, 0145, 0224, 0146, 0351, 0045, 0005, 0364, 0005, 0327,
581 0152, 0334, 0136, 0305, 0300, 0144, 0212, 0264, 0067, 0266, 0135, 0141, 0334, 0132, 0231, 0322,
582 0302, 0124, 0230, 0021, 0045, 0367, 0045, 0253, 0013, 0212, 0107, 0110, 0073, 0114, 0114, 0006,
583 0371, 0035, 0175, 0036, 0327, 0073, 0067, 0230, 0016, 0315, 0263, 0015, 0125, 0143, 0311, 0153,
584 0066, 0226, 0074, 0315, 0362, 0376, 0140, 0311, 0333, 0022, 0226, 0072, 0305, 0261, 0324, 0255,
585 0033, 0113, 0161, 0330, 0231, 0165, 0115, 0163, 0033, 0152, 0163, 0110, 0111, 0010, 0115, 0130,
586 0361, 0000, 0353, 0041, 0265, 0113, 0227, 0263, 0272, 0105, 0365, 0233, 0146, 0320, 0302, 0211,
587 0343, 0054, 0245, 0153, 0006, 0075, 0125, 0310, 0160, 0304, 0010, 0054, 0004, 0213, 0246, 0232,
588 0242, 0005, 0370, 0170, 0007, 0370, 0324, 0014, 0237, 0075, 0266, 0076, 0021, 0303, 0004, 0006,
589 0072, 0127, 0005, 0321, 0076, 0224, 0161, 0232, 0105, 0126, 0247, 0040, 0131, 0063, 0052, 0117,
590 0053, 0264, 0172, 0333, 0330, 0371, 0161, 0314, 0244, 0151, 0161, 0037, 0352, 0317, 0311, 0253,
591 0053, 0254, 0234, 0373, 0307, 0036, 0132, 0221, 0154, 0157, 0132, 0211, 0353, 0276, 0230, 0276,
592 0315, 0215, 0212, 0166, 0335, 0343, 0006, 0104, 0263, 0350, 0037, 0114, 0004, 0227, 0073, 0074,
593 0072, 0015, 0342, 0005, 0220, 0022, 0000, 0057, 0346, 0344, 0364, 0144, 0037, 0017, 0346, 0157,
594 0265, 0234, 0315, 0211, 0337, 0017, 0032, 0372, 0174, 0224, 0276, 0132, 0225, 0010, 0137, 0246,
595 0077, 0305, 0132, 0250, 0342, 0030, 0125, 0016, 0260, 0246, 0041, 0155, 0170, 0247, 0141, 0021,
596 0362, 0357, 0064, 0151, 0377, 0122, 0230, 0045, 0174, 0147, 0364, 0056, 0177, 0077, 0111, 0002,
597 0003, 0222, 0300, 0144, 0071, 0201, 0267, 0323, 0001, 0111, 0255, 0120, 0177, 0365, 0240, 0151,
598 0156, 0115, 0037, 0164, 0354, 0166, 0216, 0113, 0051, 0014, 0372, 0065, 0214, 0325, 0320, 0314,
599 0166, 0136, 0203, 0061, 0077, 0251, 0315, 0226, 0317, 0164, 0314, 0372, 0376, 0312, 0327, 0177,
600 0152, 0051, 0111, 0256, 0042, 0372, 0332, 0070, 0202, 0314, 0373, 0244, 0223, 0217, 0235, 0275,
601 0361, 0103, 0217, 0122, 0053, 0011, 0362, 0307, 0214, 0227, 0215, 0131, 0305, 0362, 0137, 0063,
602 0146, 0271, 0133, 0255, 0131, 0056, 0144, 0225, 0277, 0004, 0270, 0237, 0236, 0054, 0120, 0363,
603 0157, 0065, 0312, 0110, 0337, 0305, 0062, 0257, 0245, 0151, 0370, 0066, 0331, 0357, 0056, 0234,
604 0153, 0035, 0327, 0335, 0153, 0166, 0355, 0373, 0126, 0034, 0065, 0035, 0035, 0035, 0155, 0036,
605 0066, 0355, 0175, 0003, 0307, 0363, 0235, 0330, 0076, 0276, 0313, 0011, 0361, 0153, 0017, 0215,
606 0066, 0347, 0316, 0153, 0061, 0347, 0235, 0006, 0230, 0163, 0247, 0152, 0163, 0236, 0040, 0370,
607 0045, 0131, 0164, 0347, 0155, 0335, 0026, 0375, 0103, 0054, 0323, 0304, 0250, 0037, 0054, 0372,
608 0241, 0231, 0160, 0133, 0144, 0155, 0067, 0213, 0173, 0056, 0125, 0345, 0372, 0354, 0012, 0027,
609 0076, 0223, 0250, 0314, 0251, 0171, 0017, 0047, 0145, 0254, 0035, 0156, 0336, 0025, 0322, 0173,
610 0116, 0025, 0165, 0317, 0161, 0064, 0371, 0042, 0271, 0177, 0245, 0225, 0324, 0363, 0344, 0334,
611 0147, 0113, 0200, 0214, 0170, 0050, 0365, 0012, 0055, 0363, 0276, 0133, 0346, 0352, 0023, 0323,
612 0263, 0234, 0031, 0231, 0363, 0340, 0271, 0355, 0146, 0056, 0331, 0130, 0170, 0256, 0075, 0117,
613 0101, 0341, 0153, 0205, 0342, 0052, 0022, 0062, 0011, 0374, 0252, 0113, 0205, 0246, 0040, 0055,
614 0161, 0104, 0127, 0305, 0355, 0103, 0046, 0311, 0370, 0012, 0243, 0265, 0076, 0111, 0113, 0221,
615 0376, 0302, 0205, 0070, 0330, 0361, 0355, 0104, 0265, 0047, 0337, 0133, 0277, 0155, 0250, 0333,
616 0234, 0333, 0206, 0222, 0235, 0343, 0034, 0156, 0033, 0152, 0374, 0155, 0103, 0105, 0064, 0251,
617 0005, 0113, 0200, 0035, 0164, 0131, 0147, 0154, 0132, 0134, 0227, 0235, 0134, 0135, 0316, 0225,
618 0347, 0016, 0167, 0106, 0325, 0252, 0364, 0316, 0353, 0274, 0063, 0152, 0276, 0375, 0275, 0216,
619 0223, 0373, 0323, 0002, 0215, 0362, 0235, 0275, 0157, 0224, 0317, 0044, 0106, 0021, 0126, 0046,
620 0036, 0151, 0114, 0143, 0053, 0372, 0226, 0020, 0274, 0303, 0136, 0200, 0211, 0110, 0040, 0124,
621 0142, 0274, 0327, 0055, 0356, 0044, 0351, 0362, 0155, 0120, 0127, 0062, 0212, 0011, 0336, 0241,
622 0362, 0046, 0042, 0051, 0257, 0274, 0246, 0366, 0206, 0176, 0064, 0234, 0316, 0156, 0346, 0230,
623 0371, 0112, 0136, 0104, 0327, 0171, 0310, 0003, 0126, 0220, 0343, 0201, 0353, 0350, 0323, 0174,
624 0276, 0044, 0147, 0140, 0364, 0212, 0045, 0271, 0203, 0115, 0261, 0106, 0071, 0373, 0136, 0116,
625 0335, 0270, 0340, 0224, 0346, 0114, 0305, 0013, 0116, 0147, 0266, 0133, 0372, 0231, 0323, 0311,
626 0063, 0235, 0022, 0005, 0252, 0366, 0323, 0045, 0341, 0157, 0376, 0007, 0331, 0044, 0354, 0140,
627 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153, 0171, 0055, 0163, 0150,
628 0151, 0146, 0164, 0055, 0156, 0157, 0156, 0145, 0056, 0160, 0156, 0147, 0000, 0000, 0000, 0000,
629 0065, 0002, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0001, 0065, 0002, 0312, 0375, 0211,
630 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000, 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000,
631 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010, 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207,
632 0000, 0000, 0000, 0006, 0142, 0113, 0107, 0104, 0000, 0377, 0000, 0377, 0000, 0377, 0240, 0275,
633 0247, 0223, 0000, 0000, 0000, 0011, 0160, 0110, 0131, 0163, 0000, 0000, 0013, 0022, 0000, 0000,
634 0013, 0022, 0001, 0322, 0335, 0176, 0374, 0000, 0000, 0000, 0007, 0164, 0111, 0115, 0105, 0007,
635 0323, 0005, 0025, 0024, 0032, 0062, 0224, 0214, 0114, 0013, 0000, 0000, 0001, 0302, 0111, 0104,
636 0101, 0124, 0170, 0234, 0355, 0231, 0275, 0222, 0302, 0040, 0024, 0205, 0117, 0340, 0242, 0235,
637 0205, 0215, 0066, 0276, 0377, 0273, 0370, 0024, 0316, 0030, 0243, 0151, 0322, 0353, 0214, 0272,
638 0125, 0166, 0024, 0371, 0347, 0146, 0221, 0235, 0234, 0056, 0004, 0056, 0347, 0013, 0127, 0344,
639 0247, 0331, 0357, 0367, 0250, 0131, 0242, 0264, 0201, 0134, 0315, 0000, 0245, 0105, 0001, 0165,
640 0236, 0223, 0273, 0160, 0253, 0161, 0275, 0164, 0001, 0224, 0066, 0076, 0152, 0364, 0141, 0004,
641 0261, 0245, 0320, 0267, 0230, 0177, 0225, 0321, 0223, 0067, 0205, 0326, 0353, 0165, 0166, 0317,
642 0102, 0010, 0074, 0036, 0217, 0244, 0266, 0303, 0060, 0270, 0143, 0033, 0312, 0176, 0111, 0071,
643 0314, 0017, 0303, 0000, 0051, 0045, 0204, 0110, 0233, 0057, 0064, 0017, 0037, 0243, 0060, 0351,
644 0054, 0064, 0176, 0275, 0276, 0357, 0041, 0245, 0204, 0224, 0222, 0275, 0217, 0311, 0000, 0364,
645 0241, 0237, 0012, 0142, 0022, 0000, 0133, 0336, 0136, 0056, 0027, 0166, 0010, 0166, 0000, 0335,
646 0274, 0376, 0073, 0342, 0206, 0140, 0005, 0260, 0231, 0067, 0101, 0020, 0021, 0013, 0004, 0033,
647 0200, 0357, 0313, 0353, 0317, 0347, 0363, 0031, 0104, 0004, 0242, 0220, 0305, 0200, 0135, 0054,
648 0000, 0076, 0363, 0266, 0162, 0016, 0210, 0154, 0200, 0120, 0363, 0266, 0367, 0135, 0327, 0145,
649 0101, 0144, 0001, 0304, 0232, 0267, 0325, 0313, 0201, 0110, 0006, 0110, 0065, 0157, 0253, 0337,
650 0165, 0035, 0224, 0122, 0120, 0112, 0105, 0305, 0111, 0002, 0310, 0065, 0157, 0153, 0167, 0072,
651 0235, 0242, 0041, 0242, 0001, 0164, 0363, 0233, 0315, 0006, 0104, 0004, 0041, 0004, 0226, 0313,
652 0145, 0324, 0324, 0050, 0204, 0300, 0166, 0273, 0175, 0053, 0153, 0333, 0026, 0112, 0051, 0054,
653 0026, 0213, 0240, 0030, 0121, 0111, 0147, 0372, 0207, 0355, 0373, 0376, 0355, 0071, 0164, 0064,
654 0134, 0253, 0314, 0266, 0155, 0261, 0333, 0355, 0000, 0000, 0267, 0333, 0315, 0031, 0047, 0170,
655 0004, 0174, 0313, 0132, 0156, 0035, 0217, 0107, 0257, 0171, 0040, 0020, 0340, 0257, 0315, 0307,
656 0364, 0033, 0224, 0102, 0276, 0264, 0310, 0005, 0314, 0331, 0167, 0124, 0177, 0052, 0061, 0003,
657 0224, 0326, 0014, 0120, 0132, 0063, 0100, 0151, 0315, 0000, 0245, 0225, 0267, 0041, 0065, 0150,
658 0265, 0132, 0341, 0172, 0275, 0342, 0176, 0277, 0243, 0151, 0336, 0317, 0143, 0233, 0246, 0001,
659 0021, 0341, 0371, 0344, 0073, 0172, 0145, 0007, 0070, 0034, 0016, 0334, 0041, 0235, 0252, 0076,
660 0205, 0252, 0007, 0140, 0111, 0041, 0216, 0123, 0354, 0124, 0125, 0077, 0002, 0046, 0200, 0337,
661 0251, 0243, 0324, 0106, 0346, 0125, 0232, 0207, 0217, 0153, 0046, 0157, 0012, 0175, 0003, 0204,
662 0113, 0266, 0024, 0162, 0336, 0014, 0026, 0222, 0321, 0223, 0153, 0004, 0306, 0006, 0245, 0057,
663 0374, 0222, 0257, 0131, 0203, 0002, 0224, 0326, 0277, 0234, 0205, 0252, 0122, 0365, 0000, 0077,
664 0163, 0277, 0217, 0002, 0255, 0314, 0243, 0213, 0000, 0000, 0000, 0000, 0111, 0105, 0116, 0104,
665 0256, 0102, 0140, 0202, 0063, 0065, 0362, 0233, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0143,
666 0160, 0165, 0146, 0162, 0145, 0161, 0055, 0160, 0162, 0145, 0146, 0145, 0162, 0145, 0156, 0143,
667 0145, 0163, 0056, 0165, 0151, 0000, 0000, 0000, 0257, 0036, 0000, 0000, 0001, 0000, 0000, 0000,
668 0170, 0332, 0355, 0131, 0337, 0223, 0332, 0066, 0020, 0176, 0317, 0137, 0341, 0352, 0265, 0343,
669 0160, 0046, 0271, 0113, 0332, 0001, 0147, 0222, 0313, 0244, 0175, 0150, 0147, 0062, 0115, 0333,
670 0127, 0215, 0054, 0055, 0266, 0212, 0220, 0024, 0111, 0346, 0040, 0177, 0175, 0045, 0314, 0201,
671 0371, 0161, 0006, 0163, 0147, 0162, 0067, 0027, 0236, 0220, 0130, 0255, 0126, 0373, 0355, 0176,
672 0273, 0022, 0203, 0167, 0263, 0211, 0210, 0246, 0140, 0054, 0127, 0162, 0210, 0222, 0227, 0027,
673 0350, 0135, 0372, 0142, 0300, 0245, 0003, 0063, 0042, 0024, 0322, 0201, 0201, 0257, 0045, 0067,
674 0140, 0043, 0301, 0263, 0041, 0312, 0335, 0370, 0147, 0264, 0226, 0357, 0277, 0114, 0256, 0120,
675 0057, 0035, 0374, 0024, 0307, 0321, 0152, 0115, 0054, 0311, 0204, 0313, 0074, 0326, 0112, 0160,
676 0072, 0217, 0234, 0322, 0002, 0246, 0040, 0142, 0252, 0274, 0304, 0314, 0225, 0104, 0104, 0161,
677 0234, 0016, 0124, 0366, 0037, 0120, 0027, 0121, 0101, 0254, 0035, 0242, 0337, 0334, 0370, 0043,
678 0047, 0102, 0345, 0050, 0342, 0154, 0210, 0264, 0201, 0221, 0305, 0254, 0232, 0111, 0007, 0332,
679 0050, 0015, 0306, 0315, 0043, 0257, 0032, 0206, 0050, 0123, 0206, 0201, 0301, 0067, 0234, 0271,
680 0002, 0245, 0227, 0203, 0336, 0355, 0357, 0073, 0222, 0216, 0073, 0001, 0050, 0162, 0206, 0110,
681 0053, 0210, 0043, 0231, 0360, 0223, 0163, 0260, 0050, 0275, 0376, 0374, 0117, 0364, 0051, 0034,
682 0016, 0244, 0067, 0362, 0117, 0045, 0271, 0123, 0046, 0372, 0354, 0367, 0005, 0343, 0247, 0300,
683 0066, 0150, 0365, 0356, 0340, 0337, 0202, 0056, 0224, 0176, 0042, 0302, 0102, 0203, 0050, 0003,
684 0353, 0214, 0232, 0173, 0133, 0135, 0201, 0065, 0361, 0252, 0035, 0112, 0377, 0066, 0145, 0323,
685 0032, 0067, 0327, 0200, 0013, 0036, 0044, 0053, 0017, 0324, 0145, 0151, 0301, 0005, 0253, 0234,
686 0055, 0211, 0167, 0152, 0030, 0016, 0321, 0064, 0123, 0063, 0264, 0307, 0247, 0377, 0176, 0360,
687 0363, 0073, 0036, 0305, 0113, 0361, 0255, 0175, 0247, 0334, 0362, 0305, 0241, 0016, 0330, 0147,
688 0065, 0241, 0036, 0140, 0224, 0366, 0167, 0014, 0153, 0064, 0041, 0354, 0372, 0372, 0364, 0155,
689 0217, 0107, 0175, 0145, 0140, 0362, 0266, 0235, 0205, 0223, 0052, 0014, 0260, 0005, 0347, 0274,
690 0002, 0213, 0037, 0306, 0117, 0127, 0307, 0130, 0361, 0007, 0311, 0100, 0124, 0146, 0210, 0360,
691 0065, 0351, 0237, 0276, 0363, 0214, 0010, 0236, 0113, 0224, 0136, 0064, 0310, 0210, 0152, 0277,
692 0075, 0251, 0161, 0233, 0014, 0137, 0226, 0136, 0250, 0053, 0041, 0316, 0031, 0236, 0225, 0016,
693 0154, 0355, 0373, 0122, 0343, 0015, 0360, 0274, 0160, 0236, 0036, 0210, 0050, 0027, 0170, 0011,
694 0026, 0310, 0241, 0127, 0137, 0323, 0253, 0316, 0355, 0255, 0041, 0164, 0354, 0225, 0357, 0230,
695 0005, 0063, 0115, 0044, 0073, 0234, 0130, 0043, 0056, 0304, 0141, 0051, 0255, 0054, 0167, 0236,
696 0252, 0266, 0134, 0321, 0133, 0355, 0336, 0133, 0302, 0161, 0027, 0052, 0277, 0257, 0142, 0243,
697 0360, 0261, 0360, 0113, 0013, 0110, 0216, 0306, 0371, 0355, 0351, 0070, 0127, 0030, 0246, 0221,
698 0377, 0154, 0034, 0357, 0111, 0073, 0371, 0352, 0001, 0062, 0056, 0351, 0237, 0004, 0305, 0353,
699 0373, 0102, 0261, 0057, 0235, 0360, 0062, 0237, 0200, 0105, 0276, 0350, 0374, 0332, 0240, 0243,
700 0264, 0200, 0113, 0351, 0111, 0116, 0160, 0171, 0170, 0307, 0211, 0204, 0300, 0127, 0064, 0060,
701 0142, 0016, 0276, 0130, 0124, 0024, 0117, 0165, 0211, 0145, 0071, 0311, 0300, 0074, 0345, 0220,
702 0270, 0126, 0223, 0114, 0155, 0025, 0257, 0365, 0311, 0132, 0300, 0164, 0360, 0340, 0153, 0123,
703 0223, 0146, 0123, 0237, 0244, 0246, 0143, 0141, 0275, 0067, 0140, 0353, 0042, 0312, 0270, 0325,
704 0202, 0314, 0037, 0107, 0021, 0175, 0365, 0275, 0212, 0350, 0307, 0312, 0013, 0077, 0212, 0350,
705 0016, 0277, 0047, 0111, 0007, 0125, 0264, 0177, 0361, 0354, 0253, 0350, 0146, 0243, 0175, 0171,
706 0256, 0224, 0333, 0004, 0367, 0315, 0367, 0053, 0336, 0227, 0235, 0024, 0357, 0367, 0132, 0003,
707 0361, 0363, 0024, 0072, 0257, 0334, 0266, 0120, 0067, 0170, 0242, 0030, 0164, 0022, 0205, 0235,
708 0224, 0344, 0225, 0311, 0217, 0263, 0042, 0237, 0315, 0067, 0177, 0021, 0306, 0325, 0207, 0322,
709 0071, 0257, 0143, 0333, 0075, 0043, 0003, 0137, 0121, 0213, 0220, 0373, 0342, 0027, 0205, 0116,
710 0061, 0032, 0255, 0236, 0047, 0210, 0215, 0360, 0152, 0324, 0160, 0216, 0143, 0343, 0235, 0022,
711 0211, 0107, 0212, 0226, 0366, 0240, 0244, 0001, 0012, 0174, 0012, 0026, 0063, 0030, 0221, 0122,
712 0270, 0303, 0276, 0154, 0227, 0012, 0314, 0220, 0033, 0314, 0045, 0343, 0224, 0370, 0026, 0371,
713 0204, 0140, 0151, 0017, 0161, 0162, 0032, 0304, 0357, 0103, 0067, 0060, 0011, 0357, 0067, 0013,
714 0200, 0311, 0355, 0360, 0036, 0035, 0206, 0200, 0221, 0303, 0232, 0060, 0326, 0342, 0261, 0342,
715 0272, 0000, 0072, 0276, 0043, 0322, 0112, 0177, 0317, 0150, 0035, 0151, 0353, 0050, 0133, 0254,
716 0267, 0317, 0063, 0274, 0072, 0244, 0224, 0376, 0303, 0123, 0212, 0127, 0106, 0037, 0200, 0122,
717 0202, 0032, 0037, 0301, 0044, 0207, 0147, 0005, 0372, 0226, 0170, 0156, 0124, 0251, 0067, 0152,
718 0160, 0360, 0122, 0307, 0044, 0364, 0352, 0031, 0337, 0065, 0333, 0366, 0303, 0147, 0073, 0341,
719 0376, 0267, 0165, 0102, 0303, 0142, 0114, 0014, 0020, 0264, 0267, 0377, 0135, 0344, 0150, 0355,
720 0372, 0033, 0236, 0330, 0343, 0332, 0252, 0376, 0175, 0032, 0323, 0271, 0052, 0035, 0266, 0156,
721 0036, 0204, 0101, 0262, 0143, 0112, 0104, 0235, 0064, 0012, 0020, 0072, 0133, 0214, 0373, 0167,
722 0021, 0106, 0232, 0273, 0161, 0034, 0344, 0316, 0112, 0002, 0101, 0162, 0225, 0377, 0235, 0020,
723 0206, 0165, 0212, 0216, 0073, 0354, 0050, 0316, 0164, 0255, 0253, 0243, 0111, 0205, 0262, 0160,
724 0014, 0234, 0013, 0301, 0037, 0170, 0076, 0152, 0132, 0072, 0272, 0150, 0370, 0365, 0070, 0374,
725 0047, 0270, 0103, 0000, 0247, 0206, 0332, 0116, 0327, 0123, 0221, 0125, 0134, 0135, 0107, 0355,
726 0326, 0070, 0062, 0140, 0265, 0222, 0326, 0357, 0020, 0207, 0267, 0233, 0032, 0245, 0014, 0172,
727 0033, 0222, 0015, 0013, 0337, 0240, 0264, 0036, 0274, 0073, 0013, 0173, 0333, 0046, 0254, 0155,
728 0134, 0377, 0031, 0375, 0342, 0177, 0257, 0061, 0070, 0217, 0000, 0050, 0165, 0165, 0141, 0171,
729 0051, 0143, 0160, 0165, 0146, 0162, 0145, 0161, 0055, 0156, 0141, 0056, 0160, 0156, 0147, 0000,
730 0253, 0003, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0001, 0253, 0003, 0124, 0374, 0211,
731 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000, 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000,
732 0000, 0000, 0030, 0000, 0000, 0000, 0030, 0010, 0006, 0000, 0000, 0000, 0340, 0167, 0075, 0370,
733 0000, 0000, 0000, 0006, 0142, 0113, 0107, 0104, 0000, 0000, 0000, 0377, 0000, 0377, 0152, 0331,
734 0140, 0037, 0000, 0000, 0000, 0011, 0160, 0110, 0131, 0163, 0000, 0000, 0013, 0023, 0000, 0000,
735 0013, 0023, 0001, 0000, 0232, 0234, 0030, 0000, 0000, 0000, 0007, 0164, 0111, 0115, 0105, 0007,
736 0324, 0014, 0015, 0025, 0035, 0016, 0160, 0330, 0341, 0305, 0000, 0000, 0000, 0035, 0164, 0105,
737 0130, 0164, 0103, 0157, 0155, 0155, 0145, 0156, 0164, 0000, 0103, 0162, 0145, 0141, 0164, 0145,
738 0144, 0040, 0167, 0151, 0164, 0150, 0040, 0124, 0150, 0145, 0040, 0107, 0111, 0115, 0120, 0357,
739 0144, 0045, 0156, 0000, 0000, 0003, 0017, 0111, 0104, 0101, 0124, 0110, 0307, 0355, 0225, 0317,
740 0153, 0134, 0125, 0024, 0307, 0077, 0367, 0275, 0067, 0231, 0311, 0114, 0147, 0072, 0144, 0242,
741 0005, 0025, 0165, 0043, 0264, 0270, 0354, 0242, 0177, 0201, 0210, 0150, 0143, 0004, 0151, 0301,
742 0122, 0220, 0010, 0125, 0027, 0202, 0232, 0204, 0356, 0014, 0042, 0264, 0322, 0126, 0104, 0167,
743 0352, 0264, 0335, 0052, 0044, 0320, 0350, 0337, 0240, 0240, 0240, 0040, 0001, 0143, 0004, 0223,
744 0215, 0306, 0126, 0063, 0022, 0063, 0363, 0176, 0334, 0237, 0307, 0305, 0114, 0322, 0026, 0146,
745 0332, 0124, 0134, 0366, 0273, 0271, 0357, 0035, 0356, 0073, 0347, 0236, 0357, 0375, 0176, 0317,
746 0203, 0373, 0270, 0013, 0324, 0220, 0230, 0014, 0335, 0250, 0024, 0042, 0262, 0337, 0034, 0173,
747 0210, 0206, 0005, 0347, 0027, 0116, 0363, 0327, 0157, 0213, 0234, 0175, 0367, 0064, 0235, 0315,
748 0045, 0346, 0027, 0116, 0261, 0365, 0373, 0042, 0163, 0357, 0274, 0104, 0147, 0163, 0211, 0271,
749 0205, 0376, 0272, 0037, 0014, 0055, 0220, 0027, 0051, 0306, 0024, 0244, 0151, 0112, 0236, 0347,
750 0344, 0105, 0216, 0061, 0232, 0054, 0313, 0110, 0263, 0024, 0255, 0065, 0340, 0377, 0023, 0105,
751 0162, 0364, 0330, 0141, 0104, 0204, 0070, 0216, 0111, 0222, 0204, 0044, 0116, 0360, 0041, 0240,
752 0224, 0042, 0204, 0200, 0265, 0206, 0060, 0170, 0007, 0370, 0376, 0333, 0237, 0357, 0110, 0123,
753 0162, 0053, 0347, 0107, 0217, 0035, 0346, 0351, 0147, 0236, 0142, 0274, 0122, 0245, 0050, 0162,
754 0112, 0245, 0061, 0214, 0325, 0150, 0255, 0261, 0326, 0140, 0255, 0001, 0024, 0275, 0336, 0016,
755 0076, 0170, 0322, 0264, 0267, 0133, 0104, 0106, 0035, 0072, 0001, 0350, 0154, 0056, 0341, 0234,
756 0341, 0271, 0223, 0357, 0201, 0300, 0344, 0241, 0072, 0326, 0225, 0051, 0212, 0234, 0052, 0025,
757 0214, 0201, 0070, 0256, 0341, 0234, 0041, 0313, 0123, 0306, 0033, 0125, 0254, 0261, 0164, 0126,
758 0267, 0020, 0021, 0176, 0375, 0351, 0012, 0315, 0346, 0001, 0132, 0017, 0235, 0030, 0332, 0001,
759 0027, 0332, 0313, 0144, 0131, 0112, 0034, 0307, 0304, 0161, 0214, 0066, 0071, 0151, 0332, 0045,
760 0057, 0122, 0222, 0144, 0014, 0020, 0272, 0275, 0155, 0254, 0263, 0170, 0357, 0020, 0021, 0214,
761 0161, 0173, 0252, 0272, 0360, 0331, 0065, 0312, 0225, 0261, 0221, 0024, 0061, 0073, 0163, 0034,
762 0011, 0216, 0351, 0257, 0317, 0043, 0042, 0170, 0347, 0360, 0301, 0243, 0124, 0304, 0313, 0047,
763 0146, 0121, 0200, 0110, 0140, 0373, 0237, 0016, 0127, 0276, 0370, 0000, 0357, 0003, 0306, 0070,
764 0274, 0017, 0000, 0274, 0075, 0063, 0105, 0153, 0242, 0316, 0307, 0347, 0027, 0207, 0027, 0270,
765 0324, 0136, 0106, 0033, 0115, 0222, 0044, 0175, 0275, 0003, 0041, 0370, 0376, 0011, 0005, 0322,
766 0154, 0207, 0054, 0113, 0051, 0212, 0174, 0057, 0146, 0264, 0045, 0111, 0142, 0000, 0076, 0274,
767 0372, 0025, 0345, 0112, 0151, 0164, 0007, 0147, 0317, 0274, 0200, 0265, 0232, 0027, 0277, 0271,
768 0204, 0163, 0016, 0143, 0041, 0057, 0262, 0276, 0162, 0304, 0322, 0355, 0356, 0340, 0274, 0143,
769 0175, 0175, 0035, 0347, 0074, 0336, 0371, 0333, 0114, 0067, 0073, 0063, 0105, 0263, 0131, 0343,
770 0243, 0163, 0043, 0072, 0270, 0170, 0371, 0113, 0212, 0042, 0047, 0212, 0042, 0322, 0254, 0107,
771 0245, 0076, 0116, 0034, 0305, 0150, 0123, 0260, 0261, 0261, 0301, 0366, 0166, 0207, 0353, 0327,
772 0157, 0200, 0004, 0214, 0266, 0170, 0037, 0020, 0341, 0266, 0073, 0250, 0326, 0312, 0043, 0175,
773 0040, 0177, 0377, 0161, 0015, 0153, 0013, 0246, 0117, 0235, 0343, 0310, 0223, 0117, 0360, 0310,
774 0143, 0023, 0244, 0171, 0017, 0357, 0135, 0337, 0034, 0042, 0204, 0040, 0024, 0271, 0301, 0150,
775 0213, 0326, 0026, 0243, 0055, 0275, 0156, 0316, 0326, 0215, 0035, 0076, 0277, 0074, 0317, 0304,
776 0104, 0235, 0311, 0207, 0117, 0016, 0227, 0351, 0373, 0237, 0054, 0222, 0145, 0071, 0306, 0030,
777 0262, 0254, 0207, 0066, 0325, 0201, 0356, 0075, 0126, 0073, 0274, 0367, 0070, 0027, 0320, 0332,
778 0022, 0174, 0270, 0151, 0264, 0001, 0113, 0027, 0333, 0313, 0324, 0016, 0124, 0106, 0167, 0160,
779 0253, 0321, 0036, 0175, 0374, 0020, 0076, 0170, 0362, 0274, 0040, 0004, 0301, 0131, 0217, 0367,
780 0036, 0011, 0202, 0212, 0024, 0111, 0022, 0023, 0307, 0021, 0112, 0051, 0124, 0244, 0350, 0374,
781 0331, 0345, 0207, 0357, 0326, 0270, 0223, 0321, 0366, 0002, 0273, 0216, 0024, 0021, 0104, 0100,
782 0051, 0372, 0353, 0340, 0263, 0335, 0147, 0025, 0335, 0314, 0061, 0110, 0256, 0356, 0145, 0204,
783 0313, 0353, 0163, 0323, 0262, 0276, 0172, 0125, 0316, 0274, 0171, 0134, 0176, 0131, 0151, 0313,
784 0253, 0157, 0115, 0311, 0332, 0112, 0133, 0136, 0171, 0343, 0131, 0131, 0375, 0361, 0123, 0171,
785 0155, 0366, 0171, 0131, 0133, 0151, 0313, 0250, 0321, 0176, 0327, 0151, 0132, 0056, 0227, 0070,
786 0170, 0260, 0106, 0265, 0126, 0241, 0325, 0152, 0060, 0136, 0055, 0063, 0331, 0152, 0120, 0157,
787 0124, 0171, 0360, 0201, 0046, 0345, 0162, 0211, 0311, 0126, 0343, 0377, 0375, 0341, 0334, 0143,
788 0216, 0373, 0330, 0077, 0376, 0005, 0140, 0357, 0304, 0000, 0343, 0347, 0045, 0163, 0000, 0000,
789 0000, 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0236, 0015, 0261, 0145, 0000, 0050,
790 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153, 0171, 0055, 0143, 0164, 0162, 0154,
791 0055, 0156, 0157, 0156, 0145, 0056, 0160, 0156, 0147, 0000, 0000, 0000, 0000, 0000, 0000, 0000,
792 0003, 0002, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0353, 0014, 0360, 0163, 0347, 0345,
793 0222, 0342, 0142, 0140, 0140, 0340, 0365, 0364, 0160, 0011, 0002, 0322, 0006, 0040, 0314, 0301,
794 0006, 0044, 0303, 0231, 0176, 0266, 0003, 0051, 0266, 0044, 0157, 0167, 0027, 0206, 0377, 0040,
795 0270, 0140, 0357, 0362, 0311, 0100, 0021, 0316, 0002, 0217, 0310, 0142, 0006, 0006, 0156, 0041,
796 0020, 0146, 0274, 0164, 0267, 0356, 0017, 0120, 0220, 0275, 0304, 0323, 0327, 0225, 0375, 0062,
797 0253, 0250, 0210, 0214, 0326, 0305, 0135, 0305, 0267, 0031, 0030, 0030, 0047, 0170, 0272, 0070,
798 0206, 0124, 0314, 0171, 0073, 0323, 0167, 0135, 0263, 0202, 0204, 0353, 0172, 0047, 0231, 0222,
799 0024, 0223, 0100, 0366, 0167, 0365, 0206, 0171, 0107, 0217, 0274, 0070, 0262, 0337, 0245, 0126,
800 0071, 0356, 0212, 0222, 0222, 0323, 0212, 0066, 0143, 0235, 0200, 0367, 0023, 0375, 0271, 0217,
801 0152, 0167, 0061, 0371, 0037, 0333, 0056, 0373, 0100, 0317, 0357, 0200, 0131, 0310, 0242, 0363,
802 0111, 0066, 0255, 0022, 0376, 0127, 0064, 0204, 0066, 0310, 0316, 0071, 0130, 0124, 0340, 0332,
803 0347, 0365, 0042, 0374, 0320, 0372, 0207, 0151, 0126, 0272, 0013, 0065, 0272, 0226, 0254, 0177,
804 0120, 0171, 0350, 0346, 0276, 0236, 0367, 0277, 0065, 0116, 0007, 0335, 0150, 0127, 0137, 0120,
805 0363, 0175, 0272, 0353, 0373, 0043, 0202, 0116, 0002, 0256, 0202, 0253, 0126, 0375, 0332, 0317,
806 0122, 0266, 0124, 0345, 0263, 0200, 0366, 0145, 0023, 0336, 0145, 0231, 0114, 0005, 0271, 0152,
807 0222, 0217, 0055, 0346, 0175, 0063, 0374, 0046, 0025, 0333, 0316, 0276, 0141, 0137, 0167, 0224,
808 0241, 0122, 0300, 0365, 0257, 0152, 0066, 0207, 0133, 0132, 0312, 0032, 0227, 0145, 0032, 0234,
809 0377, 0234, 0270, 0073, 0217, 0163, 0055, 0323, 0357, 0115, 0226, 0116, 0313, 0133, 0314, 0032,
810 0027, 0157, 0352, 0174, 0074, 0343, 0166, 0374, 0364, 0026, 0261, 0306, 0135, 0353, 0166, 0246,
811 0036, 0276, 0147, 0343, 0071, 0251, 0340, 0370, 0313, 0011, 0073, 0164, 0013, 0304, 0352, 0042,
812 0305, 0004, 0234, 0172, 0074, 0357, 0010, 0131, 0160, 0237, 0227, 0150, 0073, 0070, 0243, 0145,
813 0123, 0103, 0116, 0305, 0061, 0003, 0236, 0005, 0123, 0224, 0174, 0203, 0363, 0166, 0257, 0152,
814 0331, 0344, 0040, 0321, 0026, 0077, 0177, 0356, 0337, 0133, 0337, 0152, 0365, 0247, 0004, 0070,
815 0106, 0052, 0160, 0064, 0371, 0172, 0236, 0320, 0023, 0335, 0265, 0216, 0171, 0251, 0110, 0344,
816 0264, 0334, 0143, 0253, 0164, 0114, 0033, 0244, 0263, 0027, 0026, 0312, 0010, 0262, 0060, 0156,
817 0322, 0231, 0034, 0265, 0171, 0315, 0313, 0135, 0174, 0363, 0317, 0263, 0127, 0316, 0133, 0234,
818 0033, 0175, 0225, 0203, 0041, 0117, 0357, 0331, 0072, 0266, 0370, 0142, 0163, 0213, 0307, 0037,
819 0253, 0223, 0324, 0023, 0244, 0061, 0320, 0354, 0357, 0334, 0063, 0176, 0005, 0207, 0261, 0315,
820 0314, 0376, 0134, 0226, 0042, 0127, 0226, 0316, 0142, 0257, 0362, 0261, 0264, 0351, 0323, 0055,
821 0241, 0113, 0325, 0141, 0113, 0330, 0363, 0324, 0056, 0056, 0233, 0307, 0273, 0241, 0366, 0301,
822 0362, 0232, 0063, 0132, 0137, 0131, 0267, 0125, 0276, 0065, 0376, 0040, 0041, 0247, 0377, 0201,
823 0175, 0213, 0312, 0154, 0253, 0047, 0116, 0137, 0217, 0000, 0243, 0213, 0301, 0323, 0325, 0317,
824 0145, 0235, 0123, 0102, 0023, 0000, 0101, 0340, 0323, 0245, 0000, 0050, 0165, 0165, 0141, 0171,
825 0051, 0144, 0162, 0151, 0166, 0145, 0155, 0157, 0165, 0156, 0164, 0055, 0141, 0160, 0160, 0154,
826 0145, 0164, 0055, 0155, 0145, 0156, 0165, 0056, 0165, 0151, 0000, 0000, 0000, 0000, 0000, 0000,
827 0137, 0001, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0225, 0220, 0101, 0012, 0302, 0060,
828 0020, 0105, 0367, 0075, 0105, 0230, 0275, 0215, 0356, 0247, 0051, 0356, 0274, 0205, 0114, 0332,
829 0021, 0003, 0111, 0052, 0311, 0244, 0324, 0333, 0333, 0252, 0124, 0260, 0253, 0156, 0077, 0274,
830 0377, 0340, 0141, 0073, 0005, 0257, 0106, 0116, 0331, 0015, 0261, 0201, 0123, 0175, 0204, 0326,
831 0124, 0350, 0242, 0160, 0272, 0121, 0307, 0006, 0003, 0307, 0242, 0134, 0337, 0100, 0237, 0334,
832 0310, 0141, 0050, 0121, 0016, 0313, 0006, 0006, 0063, 0167, 0062, 0143, 0006, 0235, 0160, 0060,
833 0110, 0042, 0311, 0331, 0042, 0254, 0042, 0005, 0156, 0300, 0223, 0145, 0017, 0112, 0022, 0305,
834 0354, 0111, 0310, 0372, 0171, 0174, 0162, 0006, 0163, 0275, 0260, 0177, 0240, 0136, 0201, 0055,
835 0113, 0357, 0147, 0060, 0077, 0151, 0175, 0377, 0147, 0364, 0107, 0273, 0133, 0176, 0266, 0103,
836 0221, 0275, 0166, 0332, 0100, 0137, 0275, 0136, 0053, 0350, 0045, 0313, 0262, 0257, 0361, 0252,
837 0027, 0353, 0360, 0177, 0134, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0141, 0170, 0055, 0163,
838 0154, 0157, 0167, 0153, 0145, 0171, 0163, 0055, 0171, 0145, 0163, 0056, 0160, 0156, 0147, 0000,
839 0046, 0003, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0001, 0046, 0003, 0331, 0374, 0211,
840 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000, 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000,
841 0000, 0000, 0024, 0000, 0000, 0000, 0024, 0010, 0006, 0000, 0000, 0000, 0215, 0211, 0035, 0015,
842 0000, 0000, 0000, 0004, 0147, 0101, 0115, 0101, 0000, 0001, 0206, 0240, 0061, 0350, 0226, 0137,
843 0000, 0000, 0002, 0335, 0111, 0104, 0101, 0124, 0170, 0234, 0325, 0224, 0133, 0157, 0033, 0105,
844 0030, 0206, 0237, 0075, 0325, 0336, 0203, 0035, 0333, 0251, 0343, 0070, 0116, 0332, 0264, 0121,
845 0121, 0112, 0205, 0022, 0004, 0002, 0156, 0220, 0100, 0320, 0106, 0352, 0005, 0364, 0202, 0033,
846 0376, 0001, 0377, 0217, 0336, 0264, 0015, 0120, 0025, 0044, 0244, 0042, 0112, 0123, 0250, 0120,
847 0212, 0114, 0003, 0244, 0112, 0250, 0223, 0070, 0076, 0355, 0356, 0354, 0316, 0201, 0213, 0320,
848 0222, 0222, 0205, 0113, 0044, 0136, 0151, 0244, 0231, 0221, 0336, 0107, 0357, 0067, 0337, 0350,
849 0203, 0377, 0112, 0306, 0030, 0013, 0060, 0005, 0353, 0137, 0145, 0025, 0201, 0134, 0327, 0325,
850 0247, 0174, 0227, 0127, 0336, 0177, 0211, 0063, 0227, 0072, 0124, 0146, 0002, 0236, 0074, 0336,
851 0141, 0353, 0301, 0066, 0335, 0257, 0266, 0121, 0231, 0051, 0364, 0236, 0270, 0064, 0306, 0130,
852 0276, 0357, 0353, 0267, 0076, 0170, 0225, 0313, 0037, 0275, 0103, 0251, 0134, 0106, 0144, 0051,
853 0373, 0303, 0075, 0206, 0361, 0041, 0223, 0311, 0210, 0301, 0341, 0230, 0357, 0327, 0037, 0361,
854 0333, 0067, 0117, 0013, 0241, 0356, 0361, 0103, 0030, 0206, 0167, 0256, 0175, 0262, 0306, 0332,
855 0207, 0227, 0251, 0005, 0015, 0244, 0226, 0014, 0046, 0175, 0162, 0225, 0223, 0344, 0223, 0043,
856 0203, 0347, 0160, 0351, 0335, 0163, 0170, 0241, 0303, 0317, 0267, 0167, 0314, 0337, 0241, 0317,
857 0201, 0256, 0353, 0232, 0327, 0257, 0256, 0260, 0166, 0355, 0012, 0013, 0215, 0105, 0242, 0122,
858 0205, 0064, 0213, 0311, 0145, 0206, 0137, 0362, 0321, 0106, 0041, 0055, 0205, 0261, 0065, 0312,
859 0062, 0054, 0254, 0266, 0210, 0017, 0143, 0166, 0357, 0017, 0136, 0200, 0332, 0317, 0066, 0101,
860 0245, 0314, 0325, 0217, 0337, 0143, 0246, 0072, 0113, 0075, 0234, 0246, 0065, 0325, 0046, 0362,
861 0247, 0050, 0171, 0107, 0060, 0143, 0031, 0244, 0311, 0121, 0266, 0074, 0202, 0152, 0305, 0374,
862 0153, 0055, 0154, 0367, 0305, 0252, 0237, 0001, 0315, 0352, 0225, 0227, 0151, 0124, 0033, 0370,
863 0236, 0217, 0347, 0170, 0170, 0136, 0011, 0317, 0075, 0205, 0322, 0022, 0145, 0024, 0112, 0051,
864 0244, 0311, 0061, 0110, 0014, 0022, 0155, 0051, 0134, 0317, 0142, 0166, 0265, 0006, 0307, 0272,
865 0377, 0074, 0341, 0205, 0225, 0163, 0130, 0226, 0103, 0232, 0245, 0034, 0214, 0367, 0370, 0245,
866 0327, 0145, 0173, 0377, 0061, 0275, 0341, 0056, 0161, 0072, 0106, 0310, 0024, 0255, 0065, 0271,
867 0122, 0050, 0064, 0306, 0030, 0300, 0246, 0171, 0276, 0121, 0334, 0224, 0250, 0031, 0062, 0116,
868 0106, 0364, 0234, 0247, 0330, 0266, 0215, 0122, 0071, 0303, 0164, 0310, 0301, 0250, 0307, 0376,
869 0170, 0217, 0130, 0114, 0220, 0122, 0242, 0265, 0306, 0110, 0215, 0357, 0226, 0251, 0204, 0165,
870 0354, 0051, 0227, 0015, 0272, 0047, 0201, 0073, 0133, 0273, 0064, 0052, 0323, 0150, 0245, 0320,
871 0106, 0061, 0311, 0142, 0142, 0061, 0141, 0220, 0364, 0071, 0034, 0035, 0220, 0210, 0204, 0054,
872 0313, 0120, 0271, 0302, 0261, 0074, 0232, 0325, 0071, 0346, 0352, 0035, 0176, 0177, 0322, 0053,
873 0116, 0330, 0175, 0260, 0105, 0347, 0314, 0034, 0151, 0222, 0220, 0351, 0014, 0221, 0047, 0014,
874 0323, 0041, 0042, 0213, 0031, 0213, 0011, 0102, 0144, 0150, 0251, 0161, 0055, 0217, 0172, 0271,
875 0311, 0302, 0364, 0131, 0252, 0101, 0215, 0157, 0273, 0367, 0013, 0201, 0326, 0306, 0315, 0115,
876 0263, 0374, 0346, 0005, 0242, 0050, 0100, 0152, 0211, 0120, 0002, 0251, 0004, 0161, 0226, 0042,
877 0163, 0011, 0271, 0301, 0301, 0343, 0164, 0330, 0242, 0135, 0235, 0147, 0272, 0322, 0244, 0077,
878 0350, 0363, 0365, 0365, 0173, 0024, 0176, 0033, 0051, 0024, 0167, 0157, 0174, 0307, 0101, 0277,
879 0117, 0074, 0216, 0021, 0161, 0106, 0022, 0147, 0250, 0124, 0243, 0062, 0215, 0147, 0112, 0264,
880 0253, 0363, 0054, 0066, 0227, 0230, 0251, 0315, 0042, 0262, 0224, 0033, 0237, 0336, 0042, 0027,
881 0022, 0257, 0344, 0236, 0110, 0010, 0140, 0375, 0364, 0345, 0257, 0046, 0250, 0370, 0314, 0057,
882 0317, 0142, 0054, 0203, 0145, 0203, 0145, 0154, 0312, 0166, 0310, 0351, 0251, 0046, 0255, 0172,
883 0233, 0232, 0337, 0040, 0111, 0143, 0076, 0133, 0377, 0234, 0215, 0365, 0037, 0001, 0254, 0134,
884 0310, 0277, 0040, 0234, 0224, 0131, 0174, 0243, 0315, 0322, 0312, 0131, 0302, 0050, 0040, 0010,
885 0042, 0352, 0141, 0235, 0112, 0124, 0045, 0054, 0107, 0014, 0106, 0003, 0156, 0136, 0137, 0347,
886 0207, 0057, 0036, 0025, 0372, 0013, 0047, 0006, 0140, 0034, 0317, 0346, 0342, 0333, 0113, 0054,
887 0055, 0237, 0247, 0323, 0351, 0060, 0036, 0216, 0331, 0174, 0270, 0311, 0275, 0133, 0017, 0371,
888 0063, 0321, 0077, 0171, 0213, 0345, 0170, 0066, 0024, 0314, 0303, 0343, 0357, 0365, 0377, 0324,
889 0037, 0227, 0240, 0147, 0267, 0365, 0202, 0116, 0314, 0000, 0000, 0000, 0000, 0111, 0105, 0116,
890 0104, 0256, 0102, 0140, 0202, 0270, 0020, 0203, 0175, 0000, 0050, 0165, 0165, 0141, 0171, 0051,
891 0163, 0164, 0151, 0143, 0153, 0171, 0055, 0141, 0154, 0164, 0055, 0156, 0157, 0156, 0145, 0056,
892 0160, 0156, 0147, 0000, 0000, 0000, 0000, 0000, 0211, 0001, 0000, 0000, 0001, 0000, 0000, 0000,
893 0170, 0332, 0353, 0014, 0360, 0163, 0347, 0345, 0222, 0342, 0142, 0140, 0140, 0340, 0365, 0364,
894 0160, 0011, 0002, 0322, 0006, 0040, 0314, 0301, 0006, 0044, 0303, 0231, 0176, 0266, 0003, 0051,
895 0266, 0044, 0157, 0167, 0027, 0206, 0377, 0040, 0270, 0140, 0357, 0362, 0311, 0100, 0021, 0316,
896 0002, 0217, 0310, 0142, 0006, 0006, 0156, 0041, 0020, 0146, 0274, 0164, 0267, 0356, 0017, 0120,
897 0220, 0275, 0304, 0323, 0327, 0225, 0375, 0062, 0253, 0250, 0210, 0014, 0333, 0343, 0044, 0171,
898 0013, 0006, 0006, 0106, 0061, 0117, 0027, 0307, 0220, 0212, 0071, 0157, 0147, 0072, 0362, 0065,
899 0053, 0010, 0270, 0262, 0257, 0260, 0026, 0157, 0223, 0375, 0276, 0277, 0067, 0334, 0360, 0043,
900 0203, 0332, 0261, 0165, 0046, 0307, 0224, 0170, 0102, 0376, 0172, 0074, 0313, 0265, 0326, 0375,
901 0077, 0265, 0361, 0350, 0202, 0137, 0373, 0226, 0233, 0057, 0276, 0310, 0370, 0317, 0225, 0345,
902 0102, 0215, 0204, 0351, 0351, 0267, 0232, 0207, 0126, 0134, 0150, 0127, 0144, 0054, 0371, 0060,
903 0325, 0264, 0075, 0374, 0311, 0232, 0126, 0057, 0316, 0375, 0307, 0147, 0153, 0336, 0162, 0272,
904 0026, 0365, 0215, 0313, 0213, 0265, 0334, 0132, 0162, 0255, 0051, 0357, 0141, 0201, 0065, 0037,
905 0071, 0123, 0376, 0377, 0076, 0135, 0364, 0366, 0230, 0144, 0362, 0211, 0050, 0357, 0307, 0026,
906 0171, 0336, 0027, 0026, 0116, 0355, 0332, 0327, 0272, 0054, 0263, 0353, 0232, 0210, 0356, 0001,
907 0107, 0226, 0013, 0035, 0014, 0122, 0202, 0016, 0312, 0114, 0031, 0056, 0014, 0275, 0034, 0013,
908 0004, 0031, 0115, 0224, 0032, 0334, 0300, 0202, 0347, 0062, 0046, 0166, 0144, 0330, 0337, 0332,
909 0061, 0167, 0112, 0244, 0110, 0065, 0373, 0256, 0165, 0247, 0271, 0212, 0315, 0163, 0030, 0327,
910 0236, 0176, 0263, 0315, 0050, 0130, 0365, 0200, 0330, 0216, 0252, 0167, 0225, 0156, 0267, 0267,
911 0171, 0176, 0175, 0343, 0174, 0307, 0204, 0327, 0362, 0371, 0242, 0307, 0166, 0353, 0126, 0254,
912 0317, 0233, 0227, 0236, 0067, 0207, 0167, 0033, 0103, 0272, 0237, 0147, 0311, 0337, 0006, 0163,
913 0267, 0277, 0351, 0017, 0116, 0376, 0266, 0117, 0317, 0215, 0347, 0326, 0264, 0332, 0043, 0050,
914 0242, 0362, 0261, 0270, 0140, 0125, 0356, 0302, 0364, 0167, 0147, 0114, 0366, 0314, 0164, 0332,
915 0176, 0341, 0027, 0353, 0227, 0346, 0370, 0157, 0306, 0332, 0257, 0331, 0057, 0204, 0124, 0263,
916 0305, 0035, 0176, 0315, 0272, 0157, 0352, 0172, 0243, 0232, 0156, 0047, 0131, 0127, 0140, 0240,
917 0061, 0170, 0272, 0372, 0271, 0254, 0163, 0112, 0150, 0002, 0000, 0026, 0041, 0234, 0373, 0000,
918 0050, 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153, 0171, 0055, 0143, 0164, 0162,
919 0154, 0055, 0154, 0141, 0164, 0143, 0150, 0145, 0144, 0056, 0160, 0156, 0147, 0000, 0000, 0000,
920 0146, 0002, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0001, 0146, 0002, 0231, 0375, 0211,
921 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000, 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000,
922 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010, 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207,
923 0000, 0000, 0002, 0055, 0111, 0104, 0101, 0124, 0170, 0234, 0355, 0231, 0173, 0216, 0202, 0060,
924 0020, 0306, 0213, 0331, 0063, 0250, 0361, 0021, 0360, 0376, 0347, 0361, 0002, 0110, 0004, 0043,
925 0167, 0140, 0377, 0330, 0210, 0355, 0060, 0317, 0322, 0252, 0033, 0371, 0022, 0322, 0322, 0007,
926 0376, 0076, 0147, 0246, 0053, 0131, 0347, 0026, 0055, 0372, 0156, 0025, 0212, 0065, 0103, 0166,
927 0012, 0136, 0054, 0043, 0067, 0371, 0156, 0160, 0050, 0224, 0225, 0062, 0360, 0151, 0360, 0017,
928 0115, 0170, 0177, 0244, 0035, 0347, 0363, 0371, 0157, 0147, 0121, 0214, 0255, 0337, 0267, 0264,
929 0260, 0217, 0335, 0103, 0125, 0125, 0305, 0316, 0143, 0273, 0307, 0157, 0137, 0202, 0217, 0001,
930 0267, 0032, 0160, 0316, 0271, 0262, 0054, 0111, 0146, 0061, 0002, 0024, 0250, 0146, 0114, 0062,
931 0143, 0061, 0101, 0151, 0045, 0301, 0373, 0175, 0377, 0342, 0306, 0374, 0271, 0323, 0351, 0064,
932 0131, 0147, 0275, 0242, 0015, 0100, 0110, 0014, 0020, 0063, 0342, 0303, 0073, 0367, 0314, 0143,
933 0315, 0236, 0244, 0006, 0340, 0003, 0270, 0050, 0100, 0163, 0260, 0370, 0312, 0262, 0144, 0001,
934 0263, 0031, 0260, 0032, 0301, 0340, 0037, 0072, 0036, 0217, 0357, 0113, 0041, 0010, 0111, 0031,
935 0204, 0360, 0227, 0313, 0045, 0270, 0077, 0034, 0016, 0354, 0363, 0262, 0245, 0220, 0046, 0012,
936 0030, 0174, 0121, 0024, 0256, 0151, 0232, 0140, 0174, 0277, 0337, 0277, 0056, 0002, 0132, 0043,
937 0020, 0276, 0151, 0232, 0000, 0342, 0172, 0275, 0006, 0363, 0273, 0335, 0116, 0135, 0013, 0321,
938 0006, 0050, 0130, 0370, 0101, 0340, 0017, 0315, 0370, 0215, 0303, 0124, 0153, 0333, 0066, 0130,
939 0267, 0335, 0156, 0137, 0033, 0001, 0054, 0012, 0034, 0074, 0166, 0165, 0135, 0027, 0254, 0337,
940 0154, 0066, 0371, 0014, 0140, 0017, 0341, 0162, 0036, 0246, 0315, 0143, 0075, 0174, 0326, 0355,
941 0166, 0013, 0366, 0255, 0327, 0153, 0066, 0215, 0242, 0015, 0140, 0146, 0374, 0373, 0272, 0256,
942 0047, 0360, 0024, 0064, 0034, 0273, 0337, 0357, 0343, 0336, 0276, 0357, 0331, 0132, 0340, 0304,
943 0376, 0026, 0222, 0042, 0340, 0334, 0363, 0244, 0301, 0346, 0261, 0224, 0363, 0333, 0276, 0357,
944 0203, 0061, 0370, 0331, 0032, 0211, 0077, 0346, 0050, 0160, 0256, 0056, 0064, 0360, 0130, 0033,
945 0043, 0125, 0004, 0260, 0061, 0351, 0164, 0222, 0372, 0020, 0074, 0326, 0204, 0052, 0002, 0124,
946 0076, 0152, 0217, 0131, 0010, 0115, 0105, 0052, 0271, 0001, 0052, 0067, 0055, 0106, 0040, 0144,
947 0352, 0050, 0250, 0137, 0150, 0054, 0251, 0024, 0223, 0116, 0331, 0014, 0314, 0065, 0203, 0315,
948 0247, 0054, 0146, 0163, 0021, 0113, 0163, 0163, 0322, 0011, 0366, 0065, 0062, 0025, 0061, 0067,
949 0047, 0105, 0105, 0323, 0317, 0146, 0100, 0202, 0225, 0346, 0143, 0322, 0051, 0213, 0001, 0015,
950 0054, 0006, 0115, 0215, 0245, 0210, 0102, 0164, 0015, 0140, 0353, 0270, 0232, 0220, 0012, 0334,
951 0007, 0117, 0146, 0100, 0003, 0150, 0131, 0113, 0325, 0105, 0166, 0003, 0030, 0304, 0334, 0265,
952 0134, 0072, 0371, 0255, 0244, 0331, 0065, 0140, 0131, 0053, 0035, 0273, 0324, 0321, 0312, 0051,
953 0332, 0200, 0006, 0316, 0262, 0236, 0112, 0047, 0111, 0352, 0027, 0032, 0055, 0234, 0165, 0075,
954 0145, 0106, 0373, 0274, 0331, 0021, 0240, 0240, 0142, 0367, 0121, 0107, 0053, 0245, 0344, 0006,
955 0122, 0310, 0222, 0226, 0130, 0012, 0215, 0273, 0252, 0252, 0112, 0210, 0245, 0327, 0060, 0014,
956 0343, 0265, 0132, 0005, 0210, 0023, 0107, 0224, 0305, 0177, 0363, 0057, 0046, 0056, 0106, 0237,
957 0146, 0002, 0145, 0325, 0124, 0333, 0273, 0215, 0304, 0277, 0361, 0057, 0132, 0364, 0005, 0372,
958 0005, 0316, 0353, 0120, 0270, 0304, 0031, 0040, 0362, 0000, 0000, 0000, 0000, 0111, 0105, 0116,
959 0104, 0256, 0102, 0140, 0202, 0170, 0334, 0026, 0174, 0000, 0050, 0165, 0165, 0141, 0171, 0051,
960 0141, 0170, 0055, 0163, 0154, 0157, 0167, 0153, 0145, 0171, 0163, 0056, 0160, 0156, 0147, 0000,
961 0066, 0005, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0001, 0066, 0005, 0311, 0372, 0211,
962 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000, 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000,
963 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010, 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207,
964 0000, 0000, 0004, 0375, 0111, 0104, 0101, 0124, 0170, 0234, 0355, 0131, 0313, 0112, 0053, 0113,
965 0024, 0135, 0325, 0111, 0004, 0121, 0203, 0242, 0040, 0004, 0037, 0031, 0350, 0110, 0360, 0201,
966 0144, 0354, 0143, 0146, 0164, 0140, 0242, 0371, 0000, 0061, 0242, 0050, 0211, 0372, 0035, 0012,
967 0202, 0212, 0370, 0003, 0236, 0111, 0004, 0105, 0043, 0006, 0177, 0101, 0007, 0212, 0104, 0004,
968 0301, 0107, 0114, 0002, 0022, 0215, 0361, 0025, 0237, 0244, 0356, 0340, 0220, 0276, 0335, 0325,
969 0125, 0235, 0116, 0364, 0334, 0163, 0056, 0307, 0015, 0105, 0127, 0127, 0357, 0252, 0275, 0326,
970 0336, 0273, 0152, 0167, 0047, 0300, 0267, 0174, 0313, 0337, 0055, 0304, 0200, 0016, 0375, 0345,
971 0050, 0364, 0105, 0027, 0243, 0336, 0303, 0337, 0015, 0234, 0025, 0056, 0126, 0021, 0201, 0077,
972 0015, 0174, 0126, 0064, 0170, 0315, 0271, 0146, 0204, 0303, 0341, 0237, 0063, 0011, 0221, 0257,
973 0312, 0176, 0076, 0127, 0266, 0317, 0273, 0147, 0305, 0156, 0267, 0353, 0076, 0347, 0315, 0226,
974 0275, 0237, 0013, 0174, 0041, 0300, 0363, 0045, 0000, 0000, 0365, 0365, 0365, 0102, 0314, 0071,
975 0043, 0040, 0002, 0312, 0033, 0353, 0356, 0356, 0106, 0044, 0022, 0311, 0271, 0236, 0323, 0351,
976 0304, 0322, 0322, 0122, 0136, 0044, 0104, 0042, 0345, 0062, 0246, 0354, 0053, 0233, 0162, 0314,
977 0357, 0367, 0243, 0261, 0261, 0061, 0047, 0170, 0000, 0240, 0224, 0142, 0153, 0153, 0013, 0166,
978 0273, 0035, 0343, 0343, 0343, 0232, 0165, 0171, 0115, 0027, 0043, 0317, 0106, 0266, 0163, 0164,
979 0164, 0304, 0005, 0235, 0275, 0372, 0375, 0176, 0204, 0102, 0041, 0120, 0132, 0370, 0236, 0047,
980 0204, 0240, 0267, 0267, 0027, 0313, 0313, 0313, 0102, 0235, 0232, 0232, 0032, 0041, 0346, 0234,
981 0021, 0020, 0105, 0301, 0355, 0166, 0143, 0173, 0173, 0133, 0003, 0136, 0222, 0044, 0170, 0074,
982 0036, 0330, 0154, 0066, 0171, 0314, 0146, 0263, 0041, 0022, 0211, 0300, 0341, 0160, 0150, 0154,
983 0120, 0112, 0021, 0014, 0006, 0061, 0066, 0066, 0126, 0120, 0004, 0014, 0245, 0020, 0273, 0220,
984 0337, 0357, 0307, 0341, 0341, 0041, 0027, 0370, 0351, 0351, 0051, 0146, 0147, 0147, 0141, 0062,
985 0231, 0344, 0147, 0046, 0223, 0011, 0204, 0020, 0254, 0255, 0255, 0041, 0032, 0215, 0162, 0211,
986 0004, 0203, 0101, 0070, 0235, 0316, 0257, 0045, 0300, 0202, 0317, 0246, 0315, 0366, 0366, 0266,
987 0112, 0047, 0013, 0174, 0146, 0146, 0106, 0150, 0120, 0271, 0306, 0372, 0372, 0072, 0142, 0261,
988 0230, 0206, 0310, 0301, 0301, 0001, 0106, 0107, 0107, 0277, 0066, 0002, 0154, 0024, 0102, 0241,
989 0220, 0006, 0374, 0314, 0314, 0214, 0112, 0207, 0020, 0202, 0367, 0367, 0167, 0131, 0347, 0375,
990 0375, 0235, 0353, 0331, 0215, 0215, 0015, 0170, 0074, 0036, 0325, 0172, 0301, 0140, 0360, 0153,
991 0043, 0240, 0004, 0346, 0363, 0371, 0124, 0071, 0357, 0160, 0070, 0144, 0257, 0263, 0144, 0055,
992 0026, 0213, 0254, 0147, 0261, 0130, 0270, 0316, 0040, 0204, 0140, 0141, 0141, 0101, 0105, 0202,
993 0122, 0212, 0221, 0221, 0221, 0257, 0217, 0000, 0000, 0215, 0367, 0003, 0201, 0200, 0156, 0215,
994 0020, 0255, 0307, 0222, 0131, 0134, 0134, 0204, 0044, 0375, 0013, 0205, 0215, 0102, 0301, 0004,
995 0224, 0206, 0171, 0336, 0327, 0003, 0146, 0044, 0205, 0224, 0155, 0140, 0140, 0100, 0326, 0247,
996 0224, 0302, 0353, 0365, 0176, 0276, 0016, 0234, 0234, 0234, 0310, 0213, 0064, 0064, 0064, 0250,
997 0010, 0234, 0237, 0237, 0013, 0323, 0042, 0113, 0060, 0036, 0217, 0003, 0370, 0171, 0216, 0357,
998 0355, 0355, 0151, 0216, 0144, 0345, 0025, 0000, 0252, 0253, 0253, 0221, 0311, 0144, 0344, 0361,
999 0104, 0042, 0001, 0000, 0250, 0252, 0252, 0022, 0142, 0066, 0024, 0001, 0000, 0032, 0357, 0353,
1000 0201, 0047, 0204, 0040, 0225, 0112, 0311, 0372, 0331, 0010, 0260, 0272, 0354, 0030, 0033, 0205,
1001 0057, 0333, 0003, 0354, 0042, 0253, 0253, 0253, 0032, 0035, 0366, 0076, 0235, 0116, 0313, 0143,
1002 0317, 0317, 0317, 0071, 0123, 0210, 0020, 0242, 0251, 0306, 0106, 0010, 0344, 0174, 0231, 0063,
1003 0112, 0116, 0317, 0330, 0307, 0307, 0007, 0046, 0046, 0046, 0020, 0016, 0207, 0161, 0173, 0173,
1004 0013, 0263, 0331, 0214, 0312, 0312, 0112, 0164, 0164, 0164, 0140, 0142, 0142, 0202, 0115, 0221,
1005 0274, 0104, 0227, 0200, 0010, 0224, 0310, 0353, 0054, 0261, 0154, 0332, 0245, 0323, 0151, 0004,
1006 0002, 0001, 0325, 0032, 0227, 0227, 0227, 0070, 0076, 0076, 0106, 0123, 0123, 0023, 0006, 0007,
1007 0007, 0205, 0166, 0162, 0211, 0341, 0123, 0110, 0064, 0056, 0042, 0122, 0121, 0121, 0141, 0144,
1008 0151, 0325, 0074, 0326, 0316, 0247, 0123, 0110, 0017, 0270, 0236, 0041, 0102, 0010, 0246, 0246,
1009 0246, 0060, 0077, 0077, 0217, 0124, 0052, 0205, 0114, 0046, 0003, 0263, 0331, 0214, 0322, 0322,
1010 0122, 0024, 0025, 0025, 0301, 0142, 0261, 0310, 0051, 0324, 0331, 0331, 0311, 0075, 0221, 0364,
1011 0354, 0253, 0164, 0070, 0143, 0362, 0161, 0163, 0172, 0172, 0052, 0203, 0263, 0053, 0076, 0355,
1012 0074, 0036, 0017, 0346, 0346, 0346, 0204, 0251, 0303, 0333, 0027, 0172, 0375, 0254, 0170, 0275,
1013 0136, 0125, 0252, 0335, 0337, 0337, 0003, 0000, 0254, 0126, 0253, 0020, 0163, 0101, 0004, 0044,
1014 0111, 0102, 0044, 0022, 0341, 0236, 0044, 0054, 0031, 0321, 0075, 0357, 0132, 0136, 0136, 0256,
1015 0252, 0003, 0131, 0002, 0145, 0145, 0145, 0102, 0314, 0206, 0137, 0045, 0232, 0233, 0233, 0345,
1016 0361, 0114, 0046, 0203, 0351, 0351, 0351, 0274, 0067, 0070, 0013, 0132, 0331, 0206, 0207, 0207,
1017 0145, 0360, 0000, 0320, 0337, 0337, 0377, 0371, 0112, 0174, 0166, 0166, 0246, 0062, 0122, 0127,
1018 0127, 0047, 0053, 0111, 0222, 0204, 0150, 0064, 0252, 0353, 0355, 0174, 0322, 0311, 0152, 0265,
1019 0252, 0274, 0377, 0370, 0370, 0050, 0333, 0052, 0051, 0051, 0021, 0142, 0066, 0134, 0211, 0001,
1020 0240, 0245, 0245, 0105, 0356, 0147, 0062, 0031, 0114, 0116, 0116, 0252, 0236, 0033, 0071, 0115,
1021 0170, 0004, 0207, 0206, 0206, 0124, 0336, 0167, 0271, 0134, 0302, 0265, 0130, 0311, 0053, 0002,
1022 0204, 0020, 0324, 0326, 0326, 0252, 0224, 0035, 0016, 0007, 0066, 0067, 0067, 0205, 0325, 0225,
1023 0007, 0132, 0071, 0066, 0064, 0064, 0244, 0332, 0270, 0204, 0250, 0253, 0070, 0000, 0024, 0027,
1024 0027, 0013, 0061, 0347, 0365, 0072, 0015, 0250, 0243, 0000, 0000, 0273, 0273, 0273, 0360, 0371,
1025 0174, 0071, 0213, 0036, 0157, 0137, 0164, 0165, 0165, 0151, 0012, 0034, 0353, 0175, 0043, 0107,
1026 0051, 0053, 0064, 0333, 0316, 0317, 0317, 0351, 0305, 0305, 0005, 0215, 0104, 0042, 0364, 0362,
1027 0362, 0222, 0106, 0243, 0121, 0032, 0215, 0106, 0151, 0137, 0137, 0037, 0125, 0352, 0001, 0240,
1028 0046, 0223, 0211, 0172, 0074, 0036, 0172, 0175, 0175, 0115, 0157, 0156, 0156, 0150, 0062, 0231,
1029 0244, 0311, 0144, 0222, 0336, 0336, 0336, 0322, 0124, 0052, 0105, 0357, 0356, 0356, 0350, 0375,
1030 0375, 0075, 0175, 0170, 0170, 0240, 0016, 0207, 0103, 0063, 0037, 0000, 0155, 0157, 0157, 0247,
1031 0057, 0057, 0057, 0364, 0365, 0365, 0125, 0325, 0030, 0275, 0317, 0021, 0210, 0305, 0142, 0064,
1032 0036, 0217, 0163, 0111, 0050, 0211, 0050, 0301, 0147, 0011, 0210, 0200, 0003, 0240, 0156, 0267,
1033 0133, 0005, 0376, 0355, 0355, 0115, 0156, 0172, 0004, 0164, 0367, 0200, 0362, 0235, 0237, 0327,
1034 0172, 0172, 0172, 0260, 0277, 0277, 0157, 0304, 0051, 0102, 0221, 0044, 0011, 0375, 0375, 0375,
1035 0370, 0361, 0343, 0207, 0260, 0300, 0051, 0077, 0117, 0131, 0314, 0171, 0235, 0102, 0254, 0204,
1036 0102, 0041, 0134, 0135, 0135, 0241, 0265, 0265, 0065, 0357, 0271, 0222, 0044, 0301, 0355, 0166,
1037 0343, 0351, 0351, 0111, 0005, 0136, 0164, 0020, 0010, 0327, 0051, 0024, 0274, 0122, 0166, 0166,
1038 0166, 0220, 0110, 0044, 0320, 0326, 0326, 0146, 0010, 0270, 0313, 0345, 0302, 0343, 0343, 0043,
1039 0126, 0126, 0126, 0204, 0307, 0256, 0362, 0252, 0047, 0237, 0112, 0241, 0134, 0136, 0373, 0212,
1040 0271, 0224, 0122, 0325, 0217, 0144, 0054, 0346, 0202, 0077, 0150, 0176, 0245, 0344, 0163, 0204,
1041 0362, 0122, 0110, 0236, 0145, 0127, 0274, 0300, 0375, 0227, 0102, 0051, 0225, 0233, 0362, 0347,
1042 0026, 0160, 0062, 0106, 0104, 0361, 0177, 0363, 0027, 0223, 0136, 0214, 0376, 0064, 0022, 0134,
1043 0254, 0106, 0352, 0364, 0357, 0046, 0122, 0370, 0337, 0067, 0337, 0362, 0055, 0177, 0201, 0374,
1044 0003, 0377, 0132, 0053, 0144, 0245, 0174, 0171, 0315, 0000, 0000, 0000, 0000, 0111, 0105, 0116,
1045 0104, 0256, 0102, 0140, 0202, 0124, 0154, 0167, 0174, 0000, 0050, 0165, 0165, 0141, 0171, 0051,
1046 0141, 0143, 0143, 0145, 0163, 0163, 0170, 0055, 0163, 0164, 0141, 0164, 0165, 0163, 0055, 0141,
1047 0160, 0160, 0154, 0145, 0164, 0055, 0155, 0145, 0156, 0165, 0056, 0165, 0151, 0000, 0000, 0000,
1048 0014, 0002, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0235, 0221, 0301, 0012, 0203, 0060,
1049 0020, 0104, 0357, 0375, 0212, 0220, 0273, 0332, 0336, 0143, 0304, 0133, 0241, 0227, 0376, 0101,
1050 0331, 0350, 0332, 0056, 0304, 0130, 0222, 0115, 0321, 0277, 0257, 0332, 0042, 0130, 0117, 0365,
1051 0072, 0360, 0146, 0036, 0214, 0052, 0372, 0326, 0212, 0027, 0372, 0100, 0235, 0313, 0345, 0051,
1052 0075, 0312, 0102, 0037, 0024, 0071, 0106, 0337, 0100, 0205, 0132, 0265, 0350, 0242, 0240, 0072,
1053 0227, 0120, 0125, 0030, 0102, 0237, 0004, 0006, 0216, 0041, 0231, 0162, 0251, 0125, 0300, 0212,
1054 0107, 0124, 0053, 0142, 0154, 0265, 0002, 0146, 0117, 0046, 0062, 0012, 0007, 0055, 0346, 0322,
1055 0202, 0101, 0053, 0005, 0173, 0160, 0301, 0002, 0203, 0261, 0143, 0070, 0140, 0220, 0372, 0166,
1056 0301, 0301, 0164, 0340, 0153, 0121, 0316, 0305, 0144, 0310, 0022, 0017, 0342, 0352, 0261, 0101,
1057 0217, 0156, 0314, 0124, 0266, 0324, 0155, 0233, 0141, 0336, 0225, 0172, 0255, 0225, 0326, 0004,
1058 0266, 0273, 0257, 0310, 0354, 0243, 0366, 0267, 0340, 0031, 0355, 0163, 0217, 0302, 0343, 0227,
1059 0333, 0053, 0120, 0232, 0056, 0362, 0036, 0003, 0330, 0200, 0137, 0205, 0154, 0271, 0053, 0233,
1060 0376, 0233, 0362, 0345, 0351, 0303, 0033, 0245, 0246, 0277, 0221, 0000, 0050, 0165, 0165, 0141,
1061 0171, 0051, 0155, 0157, 0165, 0163, 0145, 0153, 0145, 0171, 0163, 0055, 0144, 0145, 0146, 0141,
1062 0165, 0154, 0164, 0055, 0154, 0145, 0146, 0164, 0056, 0160, 0156, 0147, 0000, 0000, 0000, 0000,
1063 0305, 0000, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0353, 0014, 0360, 0163, 0347, 0345,
1064 0222, 0342, 0142, 0140, 0140, 0340, 0365, 0364, 0160, 0011, 0002, 0322, 0006, 0040, 0314, 0301,
1065 0006, 0044, 0303, 0231, 0176, 0266, 0003, 0051, 0266, 0044, 0157, 0167, 0027, 0206, 0377, 0040,
1066 0270, 0140, 0357, 0362, 0311, 0100, 0021, 0316, 0002, 0217, 0310, 0142, 0006, 0006, 0156, 0001,
1067 0020, 0146, 0134, 0253, 0274, 0267, 0024, 0050, 0310, 0136, 0342, 0351, 0353, 0312, 0176, 0231,
1068 0125, 0134, 0120, 0113, 0172, 0351, 0256, 0027, 0137, 0200, 0102, 0101, 0236, 0056, 0216, 0041,
1069 0025, 0163, 0336, 0136, 0072, 0310, 0331, 0140, 0300, 0303, 0172, 0041, 0342, 0316, 0021, 0335,
1070 0135, 0366, 0222, 0316, 0167, 0134, 0370, 0343, 0154, 0256, 0145, 0361, 0077, 0252, 0336, 0356,
1071 0300, 0144, 0377, 0101, 0231, 0201, 0341, 0137, 0166, 0126, 0344, 0252, 0255, 0357, 0246, 0027,
1072 0236, 0074, 0123, 0032, 0060, 0357, 0266, 0327, 0361, 0263, 0337, 0312, 0072, 0324, 0253, 0344,
1073 0176, 0054, 0261, 0074, 0267, 0153, 0152, 0306, 0032, 0131, 0006, 0020, 0070, 0240, 0301, 0056,
1074 0163, 0231, 0365, 0335, 0326, 0226, 0043, 0166, 0040, 0256, 0247, 0253, 0237, 0313, 0072, 0247,
1075 0204, 0046, 0000, 0207, 0164, 0101, 0174, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0167, 0160,
1076 0055, 0141, 0142, 0157, 0165, 0164, 0055, 0154, 0157, 0147, 0157, 0056, 0160, 0156, 0147, 0000,
1077 0172, 0267, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0000, 0067, 0100, 0310, 0277, 0211,
1078 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000, 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000,
1079 0000, 0002, 0364, 0000, 0000, 0000, 0062, 0010, 0002, 0000, 0000, 0000, 0274, 0220, 0330, 0301,
1080 0000, 0000, 0000, 0001, 0163, 0122, 0107, 0102, 0000, 0256, 0316, 0034, 0351, 0000, 0000, 0000,
1081 0011, 0160, 0110, 0131, 0163, 0000, 0000, 0013, 0023, 0000, 0000, 0013, 0023, 0001, 0000, 0232,
1082 0234, 0030, 0000, 0000, 0000, 0007, 0164, 0111, 0115, 0105, 0007, 0334, 0003, 0035, 0026, 0025,
1083 0044, 0137, 0346, 0136, 0141, 0000, 0000, 0040, 0000, 0111, 0104, 0101, 0124, 0170, 0332, 0314,
1084 0275, 0371, 0217, 0044, 0311, 0162, 0046, 0146, 0146, 0356, 0036, 0147, 0236, 0225, 0165, 0367,
1085 0175, 0314, 0314, 0233, 0041, 0271, 0134, 0151, 0011, 0101, 0113, 0101, 0320, 0112, 0300, 0376,
1086 0323, 0053, 0351, 0247, 0135, 0100, 0130, 0011, 0002, 0004, 0222, 0132, 0222, 0217, 0157, 0316,
1087 0076, 0252, 0273, 0316, 0274, 0342, 0164, 0167, 0063, 0375, 0020, 0107, 0106, 0126, 0165, 0367,
1088 0314, 0343, 0261, 0120, 0242, 0320, 0135, 0225, 0107, 0144, 0204, 0207, 0273, 0331, 0147, 0237,
1089 0175, 0146, 0216, 0243, 0371, 0267, 0000, 0000, 0002, 0202, 0040, 0000, 0000, 0200, 0002, 0330,
1090 0374, 0326, 0074, 0201, 0050, 0050, 0042, 0322, 0376, 0005, 0330, 0274, 0214, 0202, 0200, 0040,
1091 0202, 0042, 0202, 0210, 0210, 0315, 0373, 0011, 0000, 0167, 0237, 0355, 0016, 0011, 0237, 0172,
1092 0064, 0307, 0304, 0376, 0125, 0144, 0100, 0151, 0216, 0011, 0000, 0210, 0040, 0335, 0003, 0367,
1093 0217, 0045, 0373, 0337, 0001, 0000, 0330, 0075, 0166, 0107, 0006, 0350, 0377, 0354, 0237, 0154,
1094 0116, 0265, 0171, 0025, 0260, 0275, 0112, 0022, 0300, 0376, 0053, 0333, 0157, 0100, 0031, 0174,
1095 0335, 0360, 0050, 0367, 0256, 0107, 0104, 0104, 0030, 0100, 0020, 0021, 0372, 0061, 0150, 0217,
1096 0043, 0314, 0314, 0314, 0042, 0202, 0132, 0207, 0351, 0370, 0140, 0161, 0244, 0224, 0312, 0066,
1097 0253, 0345, 0365, 0225, 0260, 0027, 0154, 0116, 0021, 0121, 0000, 0011, 0241, 0171, 0147, 0177,
1098 0025, 0002, 0042, 0002, 0330, 0134, 0232, 0022, 0021, 0146, 0021, 0141, 0100, 0041, 0245, 0264,
1099 0066, 0000, 0350, 0275, 0167, 0316, 0241, 0010, 0242, 0014, 0057, 0277, 0277, 0130, 0021, 0001,
1100 0100, 0104, 0351, 0317, 0156, 0060, 0076, 0303, 0321, 0022, 0021, 0354, 0106, 0005, 0232, 0003,
1101 0265, 0203, 0214, 0355, 0353, 0200, 0000, 0210, 0315, 0345, 0110, 0063, 0000, 0102, 0244, 0264,
1102 0062, 0132, 0031, 0255, 0224, 0126, 0200, 0336, 0071, 0347, 0254, 0163, 0316, 0263, 0153, 0076,
1103 0210, 0042, 0010, 0210, 0110, 0044, 0000, 0010, 0202, 0322, 0034, 0256, 0371, 0207, 0001, 0104,
1104 0020, 0121, 0151, 0035, 0074, 0232, 0056, 0046, 0311, 0104, 0202, 0250, 0016, 0343, 0140, 0266,
1105 0030, 0057, 0026, 0311, 0150, 0204, 0104, 0125, 0125, 0256, 0356, 0226, 0253, 0233, 0353, 0315,
1106 0352, 0256, 0310, 0067, 0316, 0326, 0044, 0244, 0010, 0011, 0205, 0220, 0233, 0301, 0247, 0335,
1107 0335, 0157, 0056, 0131, 0020, 0021, 0001, 0105, 0120, 0100, 0332, 0113, 0202, 0366, 0306, 0357,
1108 0156, 0124, 0067, 0037, 0232, 0071, 0215, 0202, 0002, 0102, 0104, 0375, 0304, 0153, 0007, 0000,
1109 0233, 0071, 0323, 0114, 0234, 0166, 0352, 0003, 0012, 0210, 0200, 0020, 0002, 0041, 0042, 0000,
1110 0062, 0064, 0167, 0001, 0100, 0000, 0004, 0001, 0120, 0320, 0067, 0167, 0021, 0000, 0001, 0250,
1111 0373, 0152, 0245, 0110, 0151, 0245, 0210, 0224, 0042, 0102, 0144, 0366, 0125, 0125, 0144, 0313,
1112 0315, 0072, 0317, 0163, 0266, 0016, 0030, 0104, 0064, 0215, 0017, 0046, 0047, 0347, 0247, 0217,
1113 0236, 0236, 0235, 0235, 0317, 0146, 0123, 0317, 0156, 0165, 0167, 0175, 0171, 0361, 0366, 0352,
1114 0342, 0355, 0352, 0366, 0212, 0253, 0034, 0234, 0005, 0141, 0000, 0356, 0346, 0277, 0040, 0210,
1115 0010, 0213, 0010, 0000, 0335, 0133, 0016, 0173, 0027, 0013, 0355, 0055, 0100, 0104, 0104, 0022,
1116 0100, 0220, 0335, 0222, 0147, 0354, 0056, 0261, 0233, 0343, 0062, 0234, 0355, 0203, 0025, 0327,
1117 0057, 0215, 0241, 0345, 0370, 0344, 0132, 0351, 0027, 0143, 0163, 0333, 0233, 0347, 0261, 0373,
1118 0002, 0204, 0375, 0223, 0154, 0006, 0357, 0127, 0037, 0262, 0377, 0147, 0157, 0102, 0232, 0337,
1119 0020, 0104, 0000, 0101, 0272, 0001, 0100, 0201, 0075, 0133, 0300, 0054, 0336, 0263, 0061, 0352,
1120 0177, 0376, 0167, 0377, 0175, 0222, 0304, 0227, 0227, 0327, 0127, 0327, 0267, 0101, 0020, 0334,
1121 0267, 0116, 0315, 0042, 0351, 0146, 0303, 0300, 0374, 0010, 0010, 0020, 0041, 0222, 0042, 0023,
1122 0350, 0060, 0062, 0243, 0124, 0305, 0043, 0110, 0106, 0020, 0046, 0034, 0004, 0114, 0004, 0200,
1123 0050, 0102, 0316, 0221, 0255, 0260, 0314, 0071, 0337, 0272, 0154, 0343, 0362, 0334, 0125, 0225,
1124 0170, 0317, 0354, 0232, 0173, 0000, 0003, 0013, 0006, 0010, 0275, 0231, 0035, 0232, 0065, 0020,
1125 0100, 0302, 0044, 0211, 0017, 0017, 0017, 0016, 0346, 0263, 0377, 0370, 0237, 0376, 0317, 0267,
1126 0157, 0057, 0274, 0367, 0306, 0230, 0146, 0116, 0367, 0353, 0263, 0063, 0321, 0255, 0375, 0330,
1127 0033, 0246, 0166, 0061, 0043, 0222, 0106, 0035, 0140, 0020, 0123, 0064, 0326, 0311, 0310, 0304,
1128 0251, 0011, 0043, 0025, 0106, 0112, 0033, 0122, 0032, 0001, 0304, 0173, 0366, 0326, 0327, 0225,
1129 0055, 0113, 0133, 0146, 0266, 0310, 0174, 0261, 0225, 0062, 0147, 0127, 0001, 0073, 0000, 0006,
1130 0151, 0027, 0006, 0142, 0143, 0245, 0244, 0037, 0253, 0156, 0202, 0261, 0010, 0365, 0253, 0014,
1131 0173, 0027, 0321, 0137, 0157, 0267, 0112, 0333, 0021, 0020, 0001, 0151, 0154, 0124, 0177, 0366,
1132 0330, 0170, 0226, 0346, 0314, 0125, 0074, 0062, 0343, 0303, 0140, 0172, 0246, 0307, 0307, 0072,
1133 0236, 0162, 0276, 0252, 0227, 0357, 0352, 0325, 0205, 0317, 0067, 0042, 0136, 0100, 0100, 0270,
1134 0263, 0304, 0214, 0314, 0302, 0276, 0135, 0370, 0315, 0260, 0040, 0164, 0053, 0261, 0063, 0316,
1135 0042, 0300, 0014, 0244, 0072, 0003, 0074, 0170, 0136, 0132, 0213, 0321, 0216, 0331, 0276, 0053,
1136 0331, 0331, 0312, 0356, 0375, 0010, 0110, 0250, 0110, 0153, 0046, 0315, 0204, 0214, 0010, 0100,
1137 0100, 0000, 0302, 0342, 0075, 0132, 0207, 0316, 0001, 0160, 0163, 0074, 0151, 0114, 0003, 0051,
1138 0020, 0341, 0166, 0014, 0250, 0237, 0122, 0073, 0103, 0305, 0054, 0042, 0320, 0132, 0176, 0104,
1139 0144, 0170, 0060, 0316, 0315, 0103, 0272, 0105, 0217, 0210, 0100, 0004, 0273, 0265, 0046, 0314,
1140 0114, 0104, 0200, 0050, 0040, 0040, 0315, 0042, 0305, 0376, 0363, 0202, 0324, 0016, 0273, 0264,
1141 0026, 0160, 0157, 0225, 0013, 0003, 0200, 0100, 0357, 0071, 0244, 0263, 0004, 0070, 0064, 0003,
1142 0375, 0351, 0354, 0374, 0204, 0014, 0235, 0263, 0040, 0266, 0326, 0257, 0275, 0251, 0210, 0104,
1143 0252, 0165, 0042, 0335, 0234, 0020, 0021, 0245, 0010, 0021, 0101, 0260, 0173, 0005, 0244, 0161,
1144 0133, 0355, 0254, 0146, 0151, 0035, 0134, 0067, 0333, 0007, 0237, 0105, 0154, 0257, 0143, 0067,
1145 0165, 0332, 0327, 0120, 0003, 0374, 0146, 0123, 0262, 0067, 0006, 0055, 0034, 0350, 0157, 0274,
1146 0310, 0103, 0357, 0337, 0217, 0210, 0174, 0366, 0310, 0137, 0174, 0161, 0267, 0354, 0357, 0235,
1147 0213, 0010, 0374, 0377, 0350, 0201, 0273, 0363, 0224, 0326, 0360, 0265, 0153, 0243, 0137, 0317,
1148 0014, 0316, 0072, 0357, 0234, 0126, 0112, 0051, 0255, 0203, 0300, 0226, 0145, 0063, 0201, 0220,
1149 0360, 0323, 0170, 0155, 0060, 0234, 0054, 0276, 0233, 0113, 0355, 0374, 0100, 0244, 0156, 0046,
1150 0011, 0366, 0120, 0164, 0177, 0130, 0356, 0215, 0333, 0027, 0307, 0035, 0007, 0076, 0262, 0203,
1151 0170, 0002, 0320, 0316, 0377, 0036, 0211, 0212, 0010, 0013, 0040, 0022, 0022, 0051, 0042, 0103,
1152 0112, 0021, 0021, 0000, 0171, 0317, 0336, 0173, 0156, 0255, 0266, 0107, 0000, 0022, 0341, 0356,
1153 0350, 0004, 0020, 0052, 0023, 0030, 0055, 0210, 0226, 0135, 0145, 0153, 0347, 0035, 0213, 0060,
1154 0042, 0052, 0155, 0302, 0170, 0074, 0232, 0244, 0311, 0170, 0024, 0106, 0144, 0002, 0027, 0206,
1155 0024, 0004, 0154, 0375, 0162, 0271, 0256, 0255, 0055, 0213, 0054, 0333, 0256, 0213, 0365, 0252,
1156 0316, 0267, 0142, 0255, 0002, 0321, 0212, 0261, 0263, 0345, 0315, 0162, 0306, 0336, 0257, 0342,
1157 0356, 0272, 0166, 0360, 0255, 0061, 0125, 0355, 0350, 0010, 0042, 0265, 0253, 0265, 0231, 0322,
1158 0235, 0377, 0150, 0306, 0166, 0170, 0013, 0160, 0267, 0236, 0173, 0133, 0327, 0175, 0122, 0100,
1159 0000, 0010, 0031, 0200, 0021, 0020, 0220, 0250, 0001, 0012, 0355, 0073, 0005, 0321, 0051, 0362,
1160 0104, 0322, 0054, 0115, 0357, 0121, 0100, 0041, 0152, 0044, 0122, 0132, 0153, 0245, 0231, 0175,
1161 0131, 0025, 0256, 0056, 0155, 0135, 0270, 0272, 0054, 0262, 0314, 0263, 0327, 0101, 0070, 0032,
1162 0317, 0046, 0363, 0303, 0144, 0176, 0234, 0114, 0027, 0141, 0062, 0256, 0255, 0173, 0367, 0356,
1163 0242, 0334, 0256, 0266, 0253, 0233, 0154, 0165, 0135, 0256, 0357, 0240, 0316, 0201, 0153, 0004,
1164 0337, 0230, 0274, 0306, 0006, 0015, 0356, 0071, 0365, 0367, 0127, 0104, 0232, 0077, 0367, 0261,
1165 0376, 0020, 0210, 0340, 0336, 0252, 0372, 0027, 0132, 0036, 0330, 0333, 0301, 0306, 0216, 0266,
1166 0326, 0116, 0201, 0220, 0010, 0015, 0026, 0063, 0012, 0200, 0360, 0157, 0071, 0217, 0006, 0002,
1167 0354, 0040, 0115, 0167, 0164, 0041, 0162, 0110, 0276, 0217, 0223, 0272, 0143, 0341, 0077, 0341,
1168 0374, 0145, 0157, 0221, 0164, 0066, 0115, 0221, 0211, 0142, 0063, 0236, 0250, 0311, 0114, 0117,
1169 0346, 0064, 0236, 0101, 0062, 0222, 0050, 0345, 0040, 0006, 0023, 0002, 0121, 0143, 0224, 0221,
1170 0035, 0332, 0132, 0225, 0271, 0052, 0062, 0235, 0255, 0171, 0263, 0164, 0353, 0245, 0333, 0054,
1171 0353, 0355, 0306, 0327, 0025, 0010, 0267, 0016, 0364, 0223, 0210, 0355, 0076, 0032, 0363, 0314,
1172 0334, 0332, 0230, 0057, 0032, 0120, 0171, 0150, 0207, 0021, 0000, 0011, 0111, 0243, 0012, 0051,
1173 0214, 0125, 0074, 0016, 0306, 0323, 0170, 0066, 0237, 0034, 0056, 0246, 0007, 0363, 0371, 0174,
1174 0074, 0031, 0247, 0151, 0034, 0306, 0201, 0041, 0000, 0147, 0135, 0125, 0126, 0333, 0274, 0130,
1175 0255, 0266, 0067, 0167, 0313, 0273, 0353, 0333, 0365, 0365, 0115, 0271, 0274, 0363, 0345, 0226,
1176 0353, 0234, 0353, 0032, 0274, 0025, 0141, 0224, 0001, 0112, 0275, 0157, 0220, 0167, 0266, 0147,
1177 0150, 0204, 0166, 0006, 0152, 0000, 0016, 0340, 0276, 0075, 0307, 0026, 0207, 0064, 0223, 0226,
1178 0110, 0045, 0023, 0075, 0075, 0066, 0015, 0262, 0111, 0047, 0312, 0104, 0072, 0324, 0046, 0242,
1179 0150, 0062, 0166, 0145, 0316, 0115, 0010, 0351, 0255, 0257, 0053, 0127, 0025, 0134, 0225, 0122,
1180 0227, 0140, 0053, 0140, 0333, 0371, 0151, 0101, 0036, 0240, 0351, 0036, 0346, 0051, 0325, 0333,
1181 0315, 0275, 0060, 0140, 0037, 0341, 0302, 0340, 0075, 0375, 0365, 0066, 0200, 0015, 0132, 0110,
1182 0241, 0274, 0211, 0174, 0074, 0202, 0321, 0224, 0323, 0261, 0204, 0011, 0030, 0043, 0040, 0140,
1183 0055, 0026, 0231, 0154, 0127, 0264, 0131, 0101, 0231, 0113, 0023, 0357, 0265, 0263, 0007, 0167,
1184 0013, 0256, 0105, 0264, 0214, 0255, 0251, 0245, 0301, 0300, 0241, 0354, 0017, 0340, 0303, 0160,
1185 0145, 0360, 0174, 0037, 0265, 0203, 0210, 0040, 0240, 0042, 0265, 0003, 0270, 0370, 0040, 0366,
1186 0140, 0336, 0363, 0331, 0062, 0000, 0356, 0173, 0143, 0160, 0077, 0234, 0377, 0224, 0357, 0333,
1187 0175, 0004, 0161, 0010, 0011, 0004, 0000, 0210, 0120, 0051, 0055, 0002, 0336, 0373, 0006, 0162,
1188 0335, 0073, 0170, 0027, 0076, 0264, 0323, 0142, 0167, 0365, 0273, 0041, 0152, 0016, 0307, 0002,
1189 0275, 0077, 0302, 0173, 0003, 0102, 0075, 0277, 0322, 0134, 0263, 0000, 0240, 0350, 0235, 0135,
1190 0031, 0304, 0021, 0202, 0003, 0263, 0016, 0322, 0003, 0033, 0204, 0236, 0124, 0350, 0236, 0155,
1191 0236, 0354, 0142, 0342, 0026, 0370, 0356, 0321, 0066, 0362, 0131, 0260, 0204, 0035, 0234, 0035,
1192 0074, 0217, 0073, 0153, 0270, 0017, 0231, 0077, 0145, 0241, 0276, 0154, 0263, 0344, 0001, 0006,
1193 0372, 0242, 0277, 0377, 0354, 0301, 0177, 0203, 0261, 0105, 0151, 0103, 0324, 0176, 0061, 0354,
1194 0106, 0137, 0000, 0004, 0330, 0331, 0332, 0326, 0245, 0061, 0112, 0033, 0023, 0106, 0261, 0255,
1195 0052, 0361, 0202, 0204, 0375, 0173, 0372, 0141, 0226, 0026, 0036, 0001, 0354, 0061, 0070, 0335,
1196 0150, 0240, 0042, 0322, 0073, 0322, 0250, 0141, 0175, 0006, 0227, 0334, 0117, 0257, 0076, 0062,
1197 0224, 0117, 0330, 0116, 0034, 0214, 0017, 0366, 0247, 0331, 0161, 0117, 0375, 0234, 0203, 0056,
1198 0056, 0354, 0021, 0277, 0042, 0042, 0122, 0112, 0051, 0115, 0244, 0021, 0111, 0100, 0274, 0170,
1199 0357, 0131, 0254, 0225, 0166, 0301, 0110, 0007, 0222, 0332, 0057, 0120, 0110, 0161, 0020, 0114,
1200 0342, 0024, 0211, 0266, 0165, 0305, 0202, 0014, 0032, 0021, 0215, 0011, 0114, 0024, 0047, 0351,
1201 0170, 0076, 0231, 0315, 0114, 0260, 0210, 0242, 0064, 0115, 0070, 0210, 0156, 0153, 0270, 0331,
1202 0156, 0356, 0212, 0142, 0233, 0147, 0125, 0221, 0273, 0272, 0344, 0272, 0000, 0157, 0225, 0210,
1203 0122, 0110, 0324, 0114, 0031, 0101, 0354, 0001, 0067, 0142, 0217, 0074, 0166, 0120, 0273, 0101,
1204 0376, 0115, 0144, 0326, 0076, 0101, 0203, 0350, 0243, 0175, 0015, 0161, 0057, 0112, 0356, 0320,
1205 0363, 0060, 0130, 0151, 0200, 0174, 0117, 0145, 0041, 0000, 0051, 0010, 0064, 0044, 0021, 0052,
1206 0045, 0326, 0161, 0131, 0111, 0355, 0200, 0205, 0020, 0100, 0053, 0211, 0214, 0044, 0011, 0216,
1207 0023, 0023, 0207, 0210, 0004, 0265, 0365, 0233, 0215, 0313, 0113, 0251, 0235, 0170, 0026, 0141,
1208 0357, 0331, 0127, 0266, 0052, 0262, 0242, 0054, 0162, 0147, 0055, 0051, 0122, 0046, 0212, 0242,
1209 0070, 0235, 0315, 0347, 0207, 0107, 0007, 0107, 0047, 0121, 0072, 0001, 0320, 0145, 0131, 0057,
1210 0357, 0156, 0156, 0256, 0257, 0362, 0273, 0353, 0072, 0133, 0261, 0315, 0305, 0127, 0302, 0065,
1211 0102, 0313, 0331, 0340, 0320, 0273, 0011, 0340, 0040, 0362, 0335, 0137, 0002, 0062, 0260, 0010,
1212 0162, 0317, 0372, 0364, 0160, 0101, 0176, 0073, 0012, 0336, 0137, 0260, 0277, 0266, 0126, 0166,
1213 0337, 0253, 0120, 0064, 0142, 0240, 0120, 0053, 0012, 0010, 0015, 0012, 0201, 0064, 0030, 0115,
1214 0211, 0004, 0136, 0102, 0357, 0015, 0363, 0347, 0127, 0072, 0312, 0040, 0170, 0030, 0002, 0321,
1215 0206, 0134, 0366, 0342, 0227, 0040, 0053, 0241, 0034, 0311, 0042, 0015, 0143, 0365, 0077, 0002,
1216 0315, 0014, 0010, 0324, 0326, 0350, 0366, 0140, 0120, 0021, 0352, 0200, 0302, 0010, 0223, 0064,
1217 0232, 0035, 0232, 0305, 0221, 0071, 0074, 0326, 0363, 0043, 0032, 0317, 0050, 0116, 0040, 0210,
1218 0305, 0204, 0242, 0114, 0013, 0156, 0200, 0221, 0075, 0132, 0213, 0165, 0051, 0125, 0301, 0371,
1219 0306, 0257, 0227, 0356, 0356, 0312, 0136, 0177, 0200, 0353, 0053, 0267, 0131, 0111, 0231, 0161,
1220 0135, 0261, 0265, 0320, 0006, 0243, 0373, 0361, 0343, 0340, 0316, 0011, 0213, 0167, 0336, 0173,
1221 0277, 0063, 0377, 0060, 0014, 0051, 0007, 0037, 0302, 0176, 0125, 0367, 0003, 0105, 0100, 0012,
1222 0165, 0200, 0141, 0252, 0242, 0111, 0070, 0073, 0034, 0035, 0037, 0117, 0117, 0117, 0016, 0316,
1223 0216, 0216, 0117, 0017, 0317, 0116, 0346, 0247, 0007, 0223, 0303, 0151, 0062, 0115, 0303, 0064,
1224 0014, 0024, 0200, 0265, 0066, 0057, 0252, 0345, 0266, 0274, 0136, 0156, 0336, 0137, 0335, 0275,
1225 0173, 0177, 0165, 0361, 0346, 0303, 0365, 0333, 0367, 0345, 0355, 0145, 0271, 0136, 0326, 0333,
1226 0215, 0057, 0162, 0157, 0053, 0141, 0217, 0367, 0200, 0137, 0157, 0073, 0076, 0011, 0013, 0367,
1227 0355, 0061, 0366, 0001, 0062, 0354, 0337, 0315, 0316, 0073, 0011, 0040, 0222, 0246, 0070, 0065,
1228 0207, 0217, 0303, 0305, 0323, 0160, 0166, 0036, 0116, 0016, 0202, 0070, 0062, 0206, 0024, 0172,
1229 0364, 0207, 0134, 0127, 0125, 0125, 0071, 0347, 0255, 0163, 0266, 0252, 0352, 0042, 0203, 0355,
1230 0306, 0027, 0133, 0137, 0154, 0241, 0314, 0240, 0056, 0300, 0225, 0340, 0153, 0160, 0026, 0200,
1231 0021, 0006, 0130, 0267, 0063, 0032, 0375, 0000, 0342, 0103, 0102, 0273, 0343, 0030, 0161, 0030,
1232 0043, 0301, 0200, 0231, 0027, 0000, 0255, 0071, 0212, 0141, 0064, 0221, 0361, 0001, 0315, 0217,
1233 0351, 0340, 0310, 0314, 0026, 0070, 0232, 0100, 0020, 0212, 0210, 0124, 0225, 0144, 0153, 0276,
1234 0273, 0362, 0327, 0227, 0260, 0276, 0005, 0133, 0003, 0000, 0120, 0033, 0154, 0064, 0024, 0066,
1235 0260, 0007, 0137, 0203, 0265, 0120, 0227, 0140, 0053, 0164, 0265, 0010, 0043, 0363, 0376, 0102,
1236 0223, 0001, 0032, 0354, 0160, 0374, 0340, 0336, 0043, 0022, 0002, 0165, 0236, 0242, 0167, 0023,
1237 0200, 0200, 0302, 0054, 0003, 0234, 0064, 0234, 0125, 0330, 0322, 0250, 0050, 0173, 0167, 0112,
1238 0036, 0272, 0265, 0301, 0102, 0357, 0331, 0137, 0374, 0224, 0237, 0335, 0263, 0245, 0003, 0012,
1239 0007, 0225, 0122, 0336, 0163, 0313, 0063, 0355, 0370, 0312, 0176, 0175, 0341, 0140, 0260, 0073,
1240 0226, 0140, 0167, 0052, 0315, 0064, 0026, 0204, 0117, 0300, 0145, 0030, 0300, 0305, 0241, 0365,
1241 0156, 0246, 0241, 0356, 0160, 0176, 0033, 0275, 0066, 0176, 0171, 0207, 0163, 0144, 0170, 0151,
1242 0015, 0253, 0206, 0073, 0360, 0275, 0077, 0237, 0373, 0364, 0221, 0340, 0157, 0215, 0227, 0144,
1243 0017, 0334, 0010, 0166, 0230, 0353, 0323, 0204, 0363, 0257, 0331, 0252, 0076, 0353, 0324, 0217,
1244 0343, 0227, 0155, 0030, 0336, 0273, 0253, 0362, 0151, 0376, 0104, 0076, 0151, 0247, 0367, 0043,
1245 0015, 0000, 0340, 0075, 0336, 0116, 0240, 0243, 0031, 0021, 0204, 0105, 0300, 0331, 0272, 0052,
1246 0203, 0060, 0320, 0072, 0210, 0342, 0044, 0133, 0157, 0104, 0074, 0166, 0157, 0223, 0046, 0066,
1247 0150, 0006, 0023, 0167, 0031, 0221, 0156, 0130, 0232, 0067, 0002, 0022, 0042, 0021, 0021, 0061,
1248 0173, 0357, 0075, 0210, 0320, 0156, 0376, 0355, 0220, 0315, 0316, 0046, 0012, 0354, 0123, 0210,
1249 0303, 0314, 0336, 0056, 0375, 0007, 0330, 0105, 0041, 0035, 0061, 0216, 0010, 0015, 0347, 0320,
1250 0071, 0107, 0004, 0104, 0124, 0112, 0221, 0122, 0212, 0120, 0021, 0042, 0201, 0040, 0263, 0367,
1251 0354, 0271, 0371, 0361, 0036, 0373, 0304, 0126, 0273, 0054, 0372, 0030, 0211, 0342, 0040, 0134,
1252 0214, 0247, 0112, 0353, 0240, 0050, 0074, 0052, 0305, 0250, 0303, 0050, 0116, 0322, 0070, 0035,
1253 0247, 0151, 0072, 0212, 0243, 0051, 0363, 0311, 0174, 0174, 0166, 0172, 0010, 0046, 0370, 0177,
1254 0376, 0366, 0007, 0273, 0274, 0313, 0326, 0233, 0254, 0310, 0254, 0265, 0104, 0202, 0302, 0012,
1255 0130, 0051, 0124, 0004, 0303, 0244, 0131, 0367, 0017, 0015, 0330, 0122, 0334, 0207, 0227, 0073,
1256 0003, 0326, 0223, 0122, 0003, 0227, 0200, 0375, 0205, 0067, 0054, 0154, 0107, 0205, 0010, 0001,
1257 0243, 0170, 0101, 0024, 0120, 0002, 0324, 0331, 0133, 0152, 0220, 0115, 0022, 0301, 0142, 0252,
1258 0316, 0117, 0203, 0320, 0310, 0146, 0133, 0137, 0134, 0332, 0313, 0073, 0140, 0006, 0245, 0140,
1259 0024, 0303, 0321, 0001, 0075, 0076, 0017, 0036, 0235, 0304, 0323, 0111, 0100, 0050, 0233, 0155,
1260 0365, 0376, 0303, 0346, 0355, 0205, 0273, 0274, 0361, 0353, 0255, 0253, 0052, 0137, 0327, 0225,
1261 0265, 0276, 0252, 0134, 0355, 0074, 0220, 0211, 0107, 0263, 0351, 0154, 0066, 0235, 0037, 0114,
1262 0146, 0263, 0170, 0064, 0122, 0232, 0352, 0252, 0314, 0326, 0253, 0325, 0355, 0335, 0372, 0356,
1263 0156, 0263, 0132, 0126, 0331, 0132, 0134, 0205, 0340, 0025, 0062, 0242, 0354, 0223, 0060, 0270,
1264 0113, 0333, 0312, 0103, 0336, 0117, 0076, 0005, 0113, 0144, 0210, 0167, 0021, 0332, 0344, 0260,
1265 0014, 0354, 0313, 0275, 0210, 0355, 0363, 0151, 0247, 0141, 0320, 0301, 0017, 0000, 0311, 0356,
1266 0116, 0065, 0074, 0240, 0106, 0114, 0015, 0315, 0042, 0023, 0217, 0343, 0070, 0016, 0003, 0255,
1267 0124, 0207, 0324, 0102, 0317, 0123, 0347, 0146, 0326, 0215, 0274, 0127, 0017, 0126, 0034, 0016,
1268 0174, 0313, 0176, 0234, 0325, 0337, 0107, 0346, 0272, 0256, 0266, 0331, 0037, 0012, 0367, 0203,
1269 0227, 0017, 0000, 0165, 0113, 0212, 0176, 0041, 0070, 0372, 0054, 0125, 0274, 0007, 0373, 0032,
1270 0254, 0323, 0304, 0240, 0161, 0242, 0047, 0163, 0275, 0070, 0126, 0107, 0347, 0346, 0360, 0314,
1271 0054, 0216, 0365, 0154, 0036, 0214, 0046, 0141, 0034, 0207, 0141, 0150, 0232, 0374, 0254, 0122,
1272 0232, 0332, 0341, 0360, 0314, 0316, 0171, 0157, 0135, 0155, 0135, 0125, 0226, 0125, 0221, 0323,
1273 0166, 0105, 0167, 0327, 0164, 0165, 0351, 0256, 0057, 0374, 0365, 0007, 0167, 0173, 0145, 0067,
1274 0113, 0137, 0327, 0015, 0145, 0205, 0270, 0167, 0171, 0002, 0302, 0314, 0210, 0310, 0302, 0236,
1275 0231, 0275, 0074, 0014, 0337, 0372, 0153, 0104, 0021, 0100, 0040, 0024, 0002, 0000, 0104, 0026,
1276 0364, 0000, 0210, 0004, 0312, 0200, 0211, 0050, 0034, 0353, 0361, 0042, 0230, 0235, 0314, 0237,
1277 0074, 0071, 0175, 0375, 0374, 0374, 0325, 0343, 0263, 0047, 0207, 0147, 0213, 0321, 0331, 0054,
1278 0071, 0112, 0243, 0131, 0034, 0044, 0241, 0216, 0214, 0106, 0000, 0357, 0175, 0125, 0273, 0254,
1279 0264, 0353, 0262, 0172, 0262, 0316, 0336, 0135, 0336, 0375, 0370, 0363, 0305, 0317, 0277, 0137,
1280 0334, 0376, 0370, 0343, 0372, 0343, 0145, 0166, 0167, 0127, 0254, 0127, 0325, 0166, 0055, 0125,
1281 0016, 0336, 0202, 0060, 0113, 0233, 0164, 0331, 0321, 0144, 0075, 0260, 0022, 0334, 0237, 0104,
1282 0135, 0002, 0345, 0136, 0300, 0211, 0355, 0351, 0357, 0060, 0270, 0000, 0222, 0122, 0321, 0310,
1283 0034, 0234, 0305, 0147, 0057, 0223, 0243, 0147, 0311, 0374, 0170, 0064, 0031, 0217, 0106, 0101,
1284 0020, 0240, 0042, 0021, 0226, 0272, 0166, 0171, 0121, 0027, 0225, 0055, 0112, 0013, 0105, 0345,
1285 0363, 0134, 0215, 0162, 0254, 0112, 0254, 0012, 0056, 0266, 0222, 0257, 0245, 0130, 0111, 0276,
1286 0204, 0052, 0003, 0127, 0202, 0130, 0024, 0057, 0015, 0101, 0333, 0171, 0164, 0331, 0117, 0211,
1287 0356, 0145, 0240, 0244, 0343, 0124, 0366, 0055, 0352, 0056, 0026, 0324, 0232, 0307, 0063, 0071,
1288 0072, 0303, 0323, 0247, 0352, 0354, 0131, 0170, 0372, 0050, 0231, 0037, 0104, 0243, 0261, 0211,
1289 0143, 0062, 0106, 0104, 0274, 0265, 0125, 0136, 0224, 0353, 0125, 0161, 0173, 0343, 0157, 0257,
1290 0300, 0326, 0210, 0204, 0112, 0001, 0165, 0043, 0341, 0075, 0324, 0245, 0344, 0033, 0336, 0156,
1291 0140, 0263, 0222, 0315, 0235, 0344, 0153, 0054, 0162, 0250, 0013, 0360, 0156, 0230, 0127, 0224,
1292 0375, 0005, 0265, 0347, 0035, 0132, 0316, 0262, 0201, 0367, 0073, 0333, 0206, 0073, 0027, 0337,
1293 0057, 0346, 0216, 0321, 0150, 0256, 0100, 0260, 0247, 0246, 0207, 0234, 0215, 0110, 0027, 0065,
1294 0366, 0156, 0274, 0115, 0172, 0312, 0300, 0367, 0142, 0207, 0267, 0166, 0156, 0266, 0047, 0307,
1295 0367, 0311, 0305, 0201, 0107, 0224, 0076, 0176, 0226, 0041, 0022, 0152, 0041, 0104, 0363, 0255,
1296 0367, 0174, 0320, 0316, 0123, 0067, 0216, 0017, 0074, 0163, 0307, 0363, 0140, 0347, 0321, 0144,
1297 0007, 0352, 0161, 0350, 0317, 0121, 0357, 0071, 0204, 0336, 0264, 0167, 0043, 0201, 0062, 0240,
1298 0143, 0367, 0341, 0153, 0163, 0250, 0336, 0145, 0366, 0211, 0267, 0275, 0131, 0376, 0153, 0274,
1299 0110, 0313, 0131, 0140, 0207, 0125, 0145, 0310, 0034, 0064, 0262, 0211, 0136, 0004, 0060, 0214,
1300 0116, 0360, 0013, 0074, 0315, 0003, 0161, 0311, 0157, 0343, 0270, 0277, 0110, 0363, 0112, 0227,
1301 0136, 0271, 0157, 0135, 0132, 0316, 0245, 0001, 0067, 0015, 0135, 0321, 0043, 0377, 0336, 0201,
1302 0040, 0200, 0000, 0373, 0272, 0052, 0353, 0072, 0322, 0046, 0010, 0302, 0220, 0264, 0101, 0337,
1303 0044, 0260, 0133, 0163, 0055, 0322, 0301, 0043, 0351, 0140, 0112, 0167, 0004, 0152, 0125, 0057,
1304 0210, 0210, 0204, 0115, 0132, 0334, 0173, 0337, 0250, 0155, 0340, 0236, 0041, 0176, 0060, 0046,
1305 0362, 0200, 0312, 0226, 0207, 0264, 0353, 0160, 0226, 0365, 0220, 0315, 0113, 0263, 0010, 0010,
1306 0211, 0210, 0224, 0016, 0002, 0245, 0024, 0041, 0365, 0047, 0340, 0234, 0145, 0366, 0215, 0266,
1307 0206, 0032, 0351, 0120, 0237, 0264, 0331, 0345, 0161, 0120, 0051, 0025, 0105, 0361, 0321, 0341,
1308 0141, 0034, 0305, 0151, 0226, 0341, 0062, 0052, 0101, 0047, 0243, 0311, 0164, 0062, 0035, 0217,
1309 0307, 0141, 0020, 0220, 0070, 0135, 0025, 0007, 0207, 0363, 0147, 0257, 0237, 0232, 0060, 0374,
1310 0361, 0373, 0037, 0303, 0152, 0033, 0024, 0253, 0310, 0332, 0200, 0020, 0065, 0001, 0052, 0004,
1311 0165, 0057, 0120, 0157, 0041, 0330, 0056, 0147, 0324, 0105, 0277, 0273, 0371, 0067, 0010, 0052,
1312 0240, 0113, 0107, 0365, 0122, 0044, 0330, 0245, 0242, 0072, 0174, 0311, 0000, 0102, 0000, 0032,
1313 0045, 0100, 0157, 0304, 0072, 0100, 0013, 0342, 0111, 0061, 0020, 0060, 0067, 0226, 0061, 0064,
1314 0170, 0060, 0065, 0137, 0277, 0214, 0277, 0373, 0072, 0215, 0103, 0376, 0160, 0271, 0105, 0330,
1315 0334, 0334, 0325, 0136, 0114, 0034, 0352, 0343, 0005, 0175, 0365, 0062, 0374, 0263, 0157, 0147,
1316 0317, 0237, 0114, 0346, 0323, 0030, 0104, 0356, 0226, 0371, 0037, 0176, 0102, 0346, 0365, 0172,
1317 0223, 0337, 0124, 0345, 0172, 0125, 0024, 0105, 0116, 0024, 0152, 0023, 0247, 0343, 0131, 0064,
1318 0071, 0110, 0117, 0316, 0216, 0216, 0316, 0246, 0323, 0131, 0140, 0250, 0056, 0262, 0333, 0253,
1319 0213, 0353, 0217, 0157, 0356, 0256, 0336, 0347, 0353, 0073, 0137, 0225, 0232, 0310, 0000, 0200,
1320 0352, 0211, 0032, 0352, 0357, 0235, 0310, 0275, 0224, 0306, 0060, 0065, 0076, 0004, 0034, 0275,
1321 0044, 0114, 0166, 0037, 0354, 0260, 0210, 0364, 0344, 0127, 0353, 0144, 0032, 0171, 0014, 0176,
1322 0141, 0001, 0013, 0354, 0361, 0007, 0237, 0047, 0261, 0357, 0303, 0043, 0115, 0070, 0011, 0364,
1323 0243, 0171, 0262, 0170, 0164, 0062, 0075, 0072, 0110, 0322, 0221, 0321, 0272, 0111, 0120, 0046,
1324 0314, 0207, 0316, 0036, 0131, 0073, 0363, 0254, 0232, 0213, 0354, 0105, 0151, 0320, 0021, 0051,
1325 0170, 0117, 0140, 0327, 0351, 0036, 0224, 0022, 0357, 0335, 0362, 0156, 0365, 0343, 0217, 0372,
1326 0315, 0345, 0072, 0163, 0067, 0115, 0044, 0266, 0013, 0322, 0360, 0067, 0142, 0233, 0076, 0102,
1327 0030, 0332, 0023, 0104, 0104, 0255, 0165, 0024, 0007, 0007, 0107, 0346, 0374, 0251, 0171, 0374,
1328 0312, 0074, 0175, 0245, 0017, 0116, 0314, 0150, 0154, 0002, 0023, 0151, 0032, 0051, 0034, 0031,
1329 0214, 0025, 0106, 0004, 0001, 0141, 0200, 0202, 0010, 0136, 0240, 0142, 0125, 0061, 0225, 0254,
1330 0063, 0007, 0231, 0113, 0063, 0177, 0120, 0271, 0063, 0133, 0125, 0146, 0265, 0164, 0037, 0336,
1331 0332, 0267, 0077, 0330, 0267, 0077, 0340, 0207, 0067, 0365, 0172, 0351, 0253, 0122, 0274, 0337,
1332 0101, 0362, 0136, 0352, 0060, 0320, 0366, 0311, 0103, 0236, 0001, 0006, 0376, 0004, 0105, 0041,
1333 0044, 0044, 0261, 0102, 0124, 0120, 0012, 0056, 0153, 0022, 0062, 0030, 0044, 0024, 0317, 0324,
1334 0350, 0060, 0074, 0070, 0237, 0234, 0077, 0073, 0375, 0335, 0253, 0027, 0177, 0372, 0342, 0305,
1335 0067, 0247, 0117, 0116, 0322, 0343, 0030, 0347, 0212, 0022, 0042, 0203, 0210, 0104, 0316, 0065,
1336 0323, 0002, 0311, 0230, 0221, 0066, 0351, 0044, 0235, 0036, 0315, 0147, 0247, 0213, 0321, 0341,
1337 0054, 0210, 0303, 0067, 0310, 0161, 0140, 0262, 0121, 0234, 0257, 0223, 0355, 0135, 0300, 0233,
1338 0133, 0316, 0163, 0127, 0325, 0265, 0345, 0272, 0061, 0324, 0255, 0327, 0032, 0262, 0247, 0075,
1339 0166, 0331, 0243, 0014, 0173, 0337, 0330, 0375, 0310, 0200, 0175, 0004, 0100, 0002, 0102, 0012,
1340 0323, 0140, 0166, 0222, 0076, 0372, 0152, 0374, 0364, 0253, 0361, 0341, 0311, 0164, 0066, 0236,
1341 0116, 0222, 0351, 0044, 0014, 0003, 0144, 0221, 0262, 0162, 0333, 0274, 0206, 0155, 0345, 0363,
1342 0272, 0302, 0032, 0041, 0040, 0225, 0350, 0230, 0121, 0100, 0330, 0163, 0125, 0162, 0266, 0341,
1343 0315, 0225, 0137, 0137, 0161, 0161, 0007, 0345, 0032, 0252, 0255, 0124, 0231, 0270, 0032, 0274,
1344 0157, 0350, 0214, 0135, 0300, 0363, 0220, 0340, 0207, 0235, 0042, 0354, 0041, 0262, 0001, 0104,
1345 0121, 0006, 0322, 0011, 0074, 0172, 0101, 0057, 0277, 0063, 0257, 0277, 0033, 0075, 0173, 0165,
1346 0160, 0172, 0072, 0117, 0243, 0211, 0201, 0030, 0105, 0043, 0061, 0100, 0315, 0222, 0171, 0131,
1347 0126, 0274, 0334, 0126, 0345, 0352, 0116, 0274, 0323, 0232, 0224, 0322, 0012, 0021, 0011, 0230,
1348 0305, 0131, 0347, 0362, 0314, 0255, 0356, 0352, 0325, 0322, 0336, 0136, 0371, 0353, 0017, 0162,
1349 0363, 0021, 0356, 0056, 0145, 0171, 0003, 0305, 0006, 0154, 0015, 0314, 0050, 0303, 0060, 0243,
1350 0067, 0172, 0062, 0340, 0346, 0161, 0247, 0204, 0100, 0205, 0104, 0042, 0014, 0042, 0334, 0244,
1351 0167, 0173, 0234, 0266, 0243, 0042, 0032, 0125, 0033, 0021, 0022, 0357, 0021, 0123, 0173, 0034,
1352 0014, 0220, 0002, 0346, 0226, 0156, 0330, 0145, 0121, 0372, 0305, 0337, 0342, 0347, 0317, 0055,
1353 0240, 0375, 0054, 0025, 0072, 0347, 0033, 0235, 0315, 0356, 0316, 0267, 0132, 0050, 0034, 0006,
1354 0105, 0373, 0272, 0202, 0373, 0342, 0063, 0245, 0225, 0122, 0044, 0326, 0262, 0367, 0303, 0130,
1355 0275, 0231, 0117, 0334, 0052, 0006, 0373, 0210, 0032, 0021, 0076, 0245, 0271, 0101, 0000, 0017,
1356 0140, 0033, 0137, 0173, 0077, 0366, 0353, 0341, 0013, 0166, 0044, 0317, 0075, 0142, 0364, 0267,
1357 0231, 0020, 0004, 0000, 0060, 0010, 0346, 0123, 0210, 0341, 0237, 0345, 0261, 0113, 0251, 0374,
1358 0232, 0234, 0200, 0245, 0367, 0006, 0010, 0300, 0367, 0360, 0215, 0354, 0113, 0207, 0160, 0377,
1359 0032, 0030, 0130, 0172, 0047, 0041, 0102, 0255, 0025, 0156, 0064, 0047, 0202, 0235, 0244, 0266,
1360 0271, 0077, 0336, 0071, 0153, 0055, 0263, 0050, 0145, 0164, 0024, 0172, 0137, 0213, 0363, 0300,
1361 0014, 0250, 0132, 0261, 0304, 0040, 0367, 0050, 0155, 0212, 0261, 0325, 0304, 0262, 0010, 0020,
1362 0052, 0122, 0010, 0120, 0073, 0353, 0255, 0145, 0357, 0032, 0005, 0311, 0020, 0134, 0016, 0320,
1363 0161, 0057, 0274, 0032, 0100, 0301, 0076, 0037, 0271, 0023, 0242, 0014, 0364, 0163, 0070, 0200,
1364 0367, 0255, 0036, 0210, 0120, 0151, 0245, 0265, 0122, 0132, 0053, 0255, 0110, 0171, 0026, 0353,
1365 0254, 0163, 0226, 0275, 0207, 0136, 0340, 0334, 0151, 0331, 0232, 0074, 0031, 0002, 0042, 0020,
1366 0200, 0010, 0041, 0373, 0306, 0167, 0232, 0064, 0035, 0075, 0173, 0375, 0374, 0170, 0161, 0260,
1367 0134, 0155, 0246, 0277, 0274, 0317, 0062, 0033, 0245, 0341, 0170, 0034, 0217, 0106, 0101, 0150,
1368 0064, 0200, 0332, 0334, 0125, 0206, 0050, 0116, 0342, 0305, 0311, 0341, 0267, 0337, 0175, 0143,
1369 0053, 0027, 0002, 0154, 0253, 0322, 0242, 0154, 0253, 0272, 0362, 0336, 0065, 0171, 0176, 0102,
1370 0034, 0246, 0075, 0161, 0307, 0270, 0341, 0336, 0215, 0333, 0261, 0031, 0204, 0324, 0352, 0154,
1371 0332, 0213, 0023, 0030, 0320, 0076, 0103, 0005, 0167, 0243, 0223, 0320, 0304, 0143, 0342, 0271,
1372 0162, 0163, 0345, 0266, 0016, 0326, 0300, 0225, 0321, 0142, 0024, 0041, 0224, 0045, 0073, 0306,
1373 0064, 0011, 0037, 0077, 0232, 0374, 0167, 0377, 0346, 0361, 0253, 0347, 0241, 0246, 0172, 0074,
1374 0276, 0273, 0131, 0362, 0337, 0374, 0376, 0112, 0051, 0134, 0314, 0303, 0257, 0136, 0217, 0377,
1375 0374, 0117, 0246, 0137, 0075, 0237, 0106, 0041, 0042, 0202, 0147, 0320, 0106, 0215, 0107, 0161,
1376 0024, 0156, 0304, 0127, 0105, 0236, 0345, 0271, 0025, 0322, 0351, 0164, 0176, 0170, 0362, 0350,
1377 0360, 0354, 0361, 0154, 0161, 0154, 0222, 0121, 0131, 0373, 0273, 0345, 0355, 0355, 0345, 0307,
1378 0325, 0365, 0205, 0135, 0337, 0270, 0162, 0343, 0135, 0116, 0276, 0106, 0362, 0204, 0003, 0265,
1379 0246, 0120, 0253, 0347, 0024, 0204, 0035, 0301, 0372, 0111, 0142, 0005, 0037, 0050, 0336, 0144,
1380 0077, 0226, 0372, 0343, 0345, 0157, 0377, 0304, 0045, 0011, 0200, 0010, 0141, 0144, 0216, 0026,
1381 0323, 0357, 0276, 0176, 0375, 0342, 0167, 0137, 0037, 0236, 0235, 0107, 0151, 0342, 0275, 0047,
1382 0042, 0103, 0024, 0022, 0105, 0210, 0246, 0271, 0133, 0210, 0104, 0335, 0377, 0110, 0375, 0123,
1383 0252, 0371, 0255, 0175, 0251, 0313, 0270, 0007, 0201, 0070, 0267, 0375, 0341, 0207, 0137, 0376,
1384 0303, 0377, 0032, 0346, 0377, 0011, 0363, 0113, 0160, 0274, 0253, 0155, 0370, 0247, 0351, 0351,
1385 0020, 0200, 0264, 0061, 0243, 0111, 0170, 0366, 0130, 0077, 0175, 0115, 0217, 0137, 0311, 0311,
1386 0023, 0231, 0035, 0214, 0222, 0160, 0036, 0231, 0211, 0241, 0304, 0140, 0100, 0140, 0020, 0010,
1387 0200, 0260, 0315, 0022, 0067, 0336, 0046, 0044, 0014, 0020, 0022, 0005, 0123, 0015, 0126, 0260,
1388 0364, 0260, 0265, 0264, 0326, 0164, 0243, 0265, 0015, 0143, 0030, 0315, 0364, 0164, 0101, 0223,
1389 0051, 0375, 0362, 0103, 0175, 0363, 0321, 0345, 0031, 0173, 0217, 0322, 0147, 0246, 0357, 0305,
1390 0052, 0270, 0157, 0331, 0340, 0036, 0207, 0217, 0000, 0001, 0302, 0343, 0300, 0237, 0246, 0250,
1391 0214, 0272, 0260, 0146, 0275, 0016, 0071, 0110, 0041, 0232, 0342, 0150, 0141, 0246, 0347, 0351,
1392 0341, 0363, 0243, 0347, 0257, 0217, 0236, 0076, 0236, 0056, 0016, 0142, 0344, 0160, 0175, 0143,
1393 0012, 0306, 0050, 0164, 0141, 0302, 0046, 0004, 0152, 0165, 0154, 0002, 0300, 0000, 0054, 0300,
1394 0036, 0152, 0104, 0100, 0155, 0302, 0044, 0034, 0317, 0124, 0062, 0231, 0314, 0263, 0305, 0010,
1395 0301, 0106, 0331, 0072, 0226, 0233, 0250, 0272, 0271, 0331, 0334, 0255, 0156, 0067, 0305, 0135,
1396 0305, 0065, 0337, 0003, 0262, 0210, 0160, 0057, 0007, 0114, 0115, 0064, 0374, 0260, 0332, 0103,
1397 0206, 0050, 0002, 0200, 0110, 0141, 0070, 0015, 0346, 0147, 0243, 0107, 0257, 0016, 0137, 0376,
1398 0356, 0370, 0331, 0243, 0203, 0343, 0371, 0174, 0026, 0217, 0322, 0300, 0150, 0125, 0127, 0165,
1399 0136, 0124, 0354, 0175, 0135, 0333, 0242, 0252, 0363, 0302, 0126, 0326, 0063, 0242, 0016, 0214,
1400 0211, 0250, 0245, 0225, 0171, 0354, 0335, 0274, 0056, 0217, 0313, 0074, 0363, 0331, 0232, 0067,
1401 0267, 0274, 0376, 0340, 0357, 0336, 0303, 0346, 0232, 0313, 0034, 0330, 0015, 0034, 0155, 0033,
1402 0064, 0202, 0354, 0321, 0367, 0055, 0332, 0027, 0154, 0205, 0270, 0103, 0133, 0251, 0015, 0216,
1403 0046, 0376, 0361, 0153, 0374, 0366, 0057, 0342, 0157, 0377, 0174, 0361, 0364, 0351, 0343, 0171,
1404 0372, 0154, 0022, 0036, 0205, 0152, 0254, 0041, 0124, 0240, 0021, 0031, 0300, 0062, 0144, 0216,
1405 0227, 0065, 0335, 0044, 0264, 0236, 0152, 0000, 0011, 0011, 0043, 0205, 0001, 0041, 0042, 0070,
1406 0221, 0322, 0111, 0141, 0375, 0246, 0172, 0264, 0054, 0352, 0315, 0046, 0313, 0356, 0156, 0253,
1407 0253, 0217, 0376, 0342, 0147, 0377, 0313, 0037, 0340, 0343, 0033, 0134, 0136, 0143, 0221, 0201,
1408 0363, 0235, 0177, 0152, 0326, 0173, 0177, 0276, 0330, 0311, 0167, 0333, 0120, 0207, 0010, 0264,
1409 0246, 0040, 0014, 0234, 0165, 0165, 0135, 0213, 0163, 0255, 0021, 0356, 0160, 0044, 0365, 0162,
1410 0246, 0316, 0303, 0040, 0110, 0133, 0342, 0361, 0020, 0371, 0367, 0331, 0055, 0274, 0007, 0355,
1411 0344, 0327, 0050, 0317, 0176, 0356, 0367, 0071, 0175, 0361, 0236, 0367, 0370, 0225, 0366, 0214,
1412 0372, 0001, 0306, 0236, 0067, 0103, 0330, 0027, 0175, 0167, 0370, 0130, 0221, 0322, 0244, 0211,
1413 0220, 0311, 0213, 0064, 0032, 0324, 0316, 0270, 0355, 0125, 0116, 0354, 0005, 0127, 0032, 0220,
1414 0007, 0052, 0047, 0004, 0204, 0122, 0040, 0104, 0176, 0156, 0344, 0233, 0200, 0147, 0340, 0002,
1415 0141, 0022, 0221, 0106, 0301, 0260, 0247, 0100, 0222, 0375, 0302, 0006, 0304, 0057, 0340, 0233,
1416 0001, 0075, 0311, 0000, 0065, 0342, 0012, 0364, 0337, 0125, 0352, 0255, 0245, 0122, 0040, 0352,
1417 0064, 0261, 0002, 0177, 0244, 0254, 0346, 0363, 0374, 0015, 0021, 0022, 0051, 0255, 0210, 0024,
1418 0021, 0340, 0227, 0025, 0001, 0270, 0123, 0167, 0041, 0074, 0320, 0123, 0175, 0322, 0165, 0164,
1419 0071, 0111, 0346, 0101, 0170, 0105, 0155, 0266, 0263, 0041, 0061, 0120, 0100, 0204, 0331, 0063,
1420 0073, 0357, 0255, 0255, 0275, 0367, 0165, 0125, 0133, 0353, 0110, 0005, 0141, 0030, 0373, 0272,
1421 0260, 0276, 0142, 0341, 0046, 0177, 0325, 0334, 0157, 0243, 0265, 0126, 0212, 0024, 0016, 0316,
1422 0244, 0273, 0307, 0112, 0051, 0255, 0011, 0311, 0171, 0317, 0241, 0001, 0366, 0330, 0046, 0161,
1423 0145, 0137, 0354, 0076, 0114, 0035, 0362, 0000, 0156, 0167, 0312, 0123, 0221, 0117, 0150, 0375,
1424 0356, 0361, 0166, 0042, 0236, 0033, 0361, 0160, 0353, 0143, 0230, 0231, 0275, 0167, 0336, 0173,
1425 0347, 0231, 0175, 0213, 0344, 0166, 0005, 0032, 0173, 0120, 0275, 0341, 0261, 0330, 0261, 0200,
1426 0012, 0164, 0034, 0205, 0223, 0064, 0031, 0057, 0026, 0213, 0343, 0323, 0243, 0060, 0214, 0174,
1427 0345, 0020, 0351, 0361, 0213, 0363, 0363, 0247, 0247, 0223, 0311, 0310, 0133, 0173, 0371, 0341,
1428 0372, 0373, 0277, 0373, 0201, 0210, 0234, 0023, 0104, 0075, 0233, 0315, 0316, 0317, 0116, 0242,
1429 0310, 0170, 0140, 0047, 0362, 0361, 0362, 0346, 0166, 0275, 0131, 0347, 0105, 0346, 0352, 0232,
1430 0131, 0220, 0366, 0260, 0130, 0307, 0346, 0017, 0062, 0373, 0055, 0205, 0006, 0055, 0021, 0001,
1431 0264, 0123, 0227, 0022, 0002, 0267, 0174, 0054, 0356, 0063, 0346, 0040, 0010, 0254, 0321, 0035,
1432 0150, 0170, 0026, 0321, 0313, 0044, 0075, 0217, 0324, 0333, 0274, 0272, 0016, 0320, 0035, 0304,
1433 0321, 0101, 0024, 0032, 0370, 0371, 0315, 0366, 0346, 0316, 0246, 0051, 0235, 0036, 0247, 0317,
1434 0237, 0037, 0036, 0037, 0243, 0255, 0267, 0361, 0255, 0011, 0002, 0042, 0364, 0151, 0054, 0217,
1435 0316, 0223, 0157, 0277, 0076, 0372, 0346, 0253, 0331, 0050, 0152, 0356, 0274, 0010, 0200, 0147,
1436 0051, 0113, 0273, 0336, 0024, 0131, 0311, 0022, 0214, 0246, 0247, 0343, 0371, 0341, 0341, 0154,
1437 0176, 0070, 0236, 0314, 0302, 0050, 0142, 0137, 0337, 0174, 0370, 0145, 0165, 0267, 0134, 0336,
1438 0336, 0154, 0226, 0267, 0345, 0166, 0055, 0165, 0001, 0142, 0021, 0034, 0142, 0123, 0010, 0326,
1439 0163, 0365, 0310, 0354, 0235, 0367, 0115, 0212, 0262, 0273, 0217, 0277, 0216, 0110, 0260, 0115,
1440 0146, 0356, 0007, 0110, 0237, 0340, 0127, 0260, 0117, 0157, 0340, 0157, 0223, 0243, 0075, 0110,
1441 0367, 0340, 0147, 0131, 0236, 0266, 0154, 0002, 0131, 0121, 0215, 0124, 0126, 0125, 0266, 0134,
1442 0107, 0072, 0250, 0067, 0241, 0060, 0217, 0264, 0066, 0132, 0307, 0132, 0007, 0115, 0015, 0031,
1443 0042, 0264, 0363, 0216, 0272, 0031, 0110, 0055, 0244, 0241, 0036, 0332, 0120, 0077, 0211, 0033,
1444 0160, 0103, 0131, 0206, 0125, 0105, 0074, 0110, 0317, 0357, 0310, 0323, 0346, 0252, 0344, 0327,
1445 0031, 0345, 0101, 0116, 0252, 0011, 0153, 0125, 0020, 0232, 0331, 0042, 0170, 0364, 0234, 0136,
1446 0176, 0207, 0217, 0136, 0230, 0243, 0323, 0164, 0062, 0231, 0046, 0341, 0304, 0320, 0110, 0143,
1447 0254, 0060, 0040, 0350, 0253, 0002, 0274, 0240, 0357, 0241, 0165, 0357, 0327, 0001, 0025, 0112,
1448 0223, 0320, 0124, 0010, 0106, 0151, 0143, 0324, 0332, 0350, 0255, 0011, 0362, 0050, 0251, 0106,
1449 0123, 0025, 0215, 0203, 0237, 0377, 0001, 0077, 0276, 0161, 0233, 0025, 0267, 0302, 0032, 0374,
1450 0274, 0035, 0034, 0220, 0376, 0270, 0343, 0342, 0025, 0100, 0202, 0376, 0251, 0166, 0137, 0245,
1451 0250, 0123, 0025, 0327, 0346, 0255, 0117, 0127, 0064, 0225, 0350, 0200, 0342, 0243, 0140, 0164,
1452 0034, 0214, 0217, 0242, 0144, 0232, 0000, 0247, 0267, 0157, 0323, 0333, 0313, 0240, 0376, 0050,
1453 0243, 0270, 0072, 0175, 0352, 0117, 0237, 0323, 0354, 0210, 0120, 0260, 0233, 0125, 0054, 0300,
1454 0042, 0016, 0240, 0002, 0254, 0030, 0130, 0033, 0075, 0231, 0322, 0301, 0211, 0333, 0126, 0340,
1455 0355, 0070, 0166, 0047, 0363, 0111, 0162, 0256, 0352, 0053, 0175, 0367, 0026, 0057, 0336, 0363,
1456 0273, 0273, 0342, 0246, 0204, 0334, 0213, 0157, 0123, 0036, 0073, 0103, 0064, 0114, 0040, 0366,
1457 0301, 0104, 0127, 0236, 0320, 0051, 0157, 0132, 0067, 0007, 0100, 0032, 0114, 0244, 0307, 0207,
1458 0301, 0342, 0321, 0370, 0364, 0371, 0341, 0263, 0347, 0217, 0136, 0076, 0075, 0177, 0264, 0230,
1459 0314, 0342, 0060, 0044, 0024, 0160, 0326, 0325, 0225, 0055, 0362, 0072, 0317, 0353, 0054, 0257,
1460 0267, 0205, 0253, 0234, 0000, 0351, 0300, 0220, 0321, 0332, 0150, 0325, 0124, 0133, 0040, 0022,
1461 0210, 0070, 0347, 0266, 0331, 0244, 0056, 0146, 0166, 0166, 0340, 0326, 0013, 0073, 0132, 0270,
1462 0233, 0067, 0260, 0374, 0340, 0263, 0073, 0250, 0213, 0326, 0277, 0357, 0112, 0154, 0272, 0060,
1463 0257, 0117, 0204, 0354, 0121, 0331, 0335, 0162, 0123, 0106, 0106, 0063, 0071, 0177, 0106, 0337,
1464 0376, 0233, 0311, 0167, 0177, 0176, 0372, 0342, 0305, 0223, 0343, 0331, 0223, 0030, 0217, 0102,
1465 0032, 0151, 0014, 0011, 0164, 0347, 0153, 0275, 0110, 0254, 0050, 0325, 0062, 0013, 0251, 0364,
1466 0012, 0020, 0065, 0202, 0041, 0060, 0315, 0253, 0040, 0226, 0241, 0146, 0050, 0074, 0144, 0216,
1467 0327, 0345, 0164, 0271, 0235, 0337, 0235, 0036, 0055, 0317, 0316, 0326, 0347, 0117, 0313, 0067,
1468 0077, 0372, 0067, 0337, 0343, 0305, 0317, 0164, 0363, 0001, 0353, 0022, 0231, 0241, 0025, 0310,
1469 0017, 0005, 0331, 0110, 0110, 0200, 0304, 0314, 0315, 0044, 0040, 0104, 0205, 0212, 0321, 0343,
1470 0160, 0264, 0373, 0304, 0102, 0113, 0371, 0164, 0011, 0370, 0256, 0176, 0352, 0123, 0021, 0216,
1471 0264, 0222, 0276, 0035, 0154, 0340, 0341, 0052, 0156, 0152, 0105, 0366, 0335, 0375, 0075, 0024,
1472 0276, 0057, 0347, 0273, 0117, 0350, 0342, 0116, 0357, 0044, 0103, 0131, 0313, 0036, 0213, 0063,
1473 0310, 0120, 0102, 0003, 0220, 0004, 0210, 0275, 0027, 0036, 0202, 0143, 0034, 0112, 0164, 0073,
1474 0314, 0327, 0322, 0325, 0272, 0117, 0372, 0064, 0322, 0146, 0021, 0210, 0220, 0237, 0030, 0370,
1475 0313, 0061, 0375, 0057, 0123, 0163, 0236, 0216, 0122, 0325, 0102, 0356, 0137, 0261, 0013, 0062,
1476 0320, 0037, 0311, 0075, 0321, 0376, 0336, 0002, 0145, 0221, 0314, 0311, 0273, 0274, 0376, 0337,
1477 0127, 0362, 0177, 0154, 0345, 0235, 0335, 0211, 0165, 0172, 0177, 0064, 0324, 0262, 0014, 0026,
1478 0307, 0300, 0067, 0077, 0050, 0363, 0036, 0352, 0154, 0020, 0061, 0010, 0314, 0164, 0062, 0072,
1479 0230, 0117, 0307, 0343, 0104, 0153, 0215, 0367, 0024, 0125, 0017, 0100, 0012, 0176, 0306, 0114,
1480 0177, 0006, 0334, 0110, 0177, 0317, 0373, 0324, 0050, 0016, 0352, 0163, 0372, 0171, 0341, 0254,
1481 0313, 0213, 0142, 0271, 0132, 0137, 0136, 0335, 0344, 0171, 0351, 0352, 0272, 0256, 0052, 0023,
1482 0104, 0141, 0030, 0331, 0322, 0270, 0252, 0051, 0256, 0156, 0325, 0212, 0141, 0020, 0314, 0247,
1483 0223, 0305, 0301, 0064, 0035, 0307, 0132, 0151, 0030, 0060, 0211, 0040, 0330, 0200, 0065, 0100,
1484 0164, 0326, 0003, 0173, 0224, 0035, 0242, 0177, 0070, 0305, 0006, 0030, 0273, 0113, 0365, 0041,
1485 0312, 0260, 0244, 0353, 0176, 0211, 0157, 0147, 0153, 0020, 0235, 0347, 0262, 0262, 0353, 0115,
1486 0166, 0163, 0267, 0166, 0326, 0212, 0157, 0352, 0021, 0274, 0367, 0256, 0251, 0270, 0204, 0141,
1487 0311, 0172, 0037, 0144, 0016, 0130, 0136, 0001, 0020, 0041, 0115, 0046, 0060, 0361, 0050, 0231,
1488 0054, 0046, 0363, 0121, 0234, 0206, 0141, 0030, 0307, 0061, 0060, 0124, 0171, 0205, 0040, 0057,
1489 0136, 0076, 0371, 0372, 0117, 0137, 0115, 0017, 0246, 0331, 0072, 0143, 0226, 0213, 0067, 0037,
1490 0104, 0320, 0326, 0316, 0226, 0116, 0151, 0075, 0235, 0117, 0046, 0263, 0321, 0170, 0066, 0016,
1491 0102, 0363, 0366, 0347, 0367, 0357, 0057, 0056, 0337, 0137, 0136, 0175, 0130, 0056, 0227, 0171,
1492 0136, 0111, 0113, 0230, 0342, 0056, 0371, 0274, 0233, 0077, 0373, 0115, 0014, 0120, 0355, 0352,
1493 0233, 0372, 0324, 0042, 0016, 0230, 0072, 0351, 0065, 0252, 0004, 0034, 0220, 0237, 0051, 0171,
1494 0026, 0321, 0357, 0306, 0341, 0067, 0243, 0344, 0054, 0011, 0243, 0050, 0233, 0115, 0224, 0171,
1495 0066, 0075, 0170, 0066, 0216, 0264, 0327, 0232, 0211, 0066, 0332, 0320, 0144, 0254, 0147, 0263,
1496 0060, 0012, 0175, 0135, 0162, 0125, 0071, 0153, 0275, 0061, 0064, 0237, 0005, 0217, 0317, 0307,
1497 0317, 0237, 0035, 0234, 0036, 0217, 0363, 0355, 0312, 0173, 0020, 0001, 0353, 0374, 0066, 0253,
1498 0056, 0157, 0262, 0325, 0206, 0131, 0215, 0046, 0207, 0007, 0361, 0354, 0354, 0360, 0350, 0060,
1499 0014, 0002, 0361, 0056, 0333, 0254, 0127, 0167, 0327, 0267, 0327, 0037, 0267, 0313, 0233, 0252,
1500 0330, 0172, 0153, 0245, 0111, 0363, 0265, 0105, 0262, 0273, 0274, 0170, 0043, 0311, 0042, 0242,
1501 0100, 0221, 0174, 0306, 0325, 0175, 0216, 0302, 0204, 0035, 0047, 0010, 0270, 0137, 0147, 0040,
1502 0173, 0165, 0100, 0260, 0137, 0173, 0365, 0033, 0304, 0365, 0062, 0134, 0130, 0370, 0245, 0374,
1503 0125, 0327, 0223, 0300, 0001, 0144, 0316, 0135, 0056, 0227, 0102, 0164, 0173, 0173, 0153, 0224,
1504 0102, 0201, 0143, 0202, 0123, 0104, 0335, 0102, 0060, 0304, 0126, 0131, 0105, 0204, 0330, 0127,
1505 0264, 0265, 0051, 0331, 0346, 0267, 0301, 0022, 0003, 0000, 0324, 0032, 0274, 0057, 0057, 0057,
1506 0371, 0355, 0033, 0054, 0212, 0066, 0167, 0040, 0255, 0111, 0036, 0224, 0214, 0342, 0257, 0352,
1507 0213, 0273, 0300, 0266, 0121, 0231, 0201, 0012, 0043, 0063, 0133, 0230, 0107, 0317, 0325, 0253,
1508 0077, 0201, 0027, 0337, 0231, 0243, 0223, 0121, 0232, 0314, 0003, 0132, 0004, 0030, 0052, 0064,
1509 0004, 0010, 0342, 0030, 0073, 0173, 0216, 0017, 0204, 0107, 0175, 0232, 0243, 0025, 0116, 0052,
1510 0202, 0004, 0301, 0040, 0006, 0150, 0024, 0051, 0011, 0102, 0227, 0214, 0121, 0007, 0240, 0064,
1511 0040, 0002, 0374, 0342, 0066, 0233, 0206, 0224, 0355, 0323, 0072, 0070, 0054, 0365, 0331, 0277,
1512 0017, 0303, 0056, 0031, 0004, 0020, 0002, 0237, 0220, 0175, 0151, 0060, 0116, 0264, 0216, 0345,
1513 0235, 0243, 0167, 0020, 0330, 0050, 0212, 0047, 0341, 0150, 0034, 0214, 0142, 0234, 0273, 0325,
1514 0374, 0372, 0142, 0366, 0361, 0155, 0262, 0376, 0007, 0131, 0137, 0254, 0036, 0075, 0067, 0136,
1515 0107, 0223, 0223, 0160, 0002, 0032, 0273, 0202, 0135, 0021, 0026, 0160, 0042, 0205, 0227, 0202,
1516 0145, 0153, 0171, 0353, 0301, 0252, 0020, 0106, 0007, 0056, 0332, 0370, 0155, 0066, 0202, 0162,
1517 0072, 0166, 0347, 0323, 0061, 0035, 0362, 0072, 0165, 0163, 0155, 0123, 0264, 0077, 0055, 0335,
1518 0145, 0041, 0133, 0017, 0256, 0051, 0047, 0000, 0271, 0057, 0216, 0036, 0210, 0027, 0172, 0215,
1519 0105, 0353, 0223, 0232, 0013, 0124, 0232, 0242, 0221, 0232, 0034, 0206, 0107, 0317, 0106, 0247,
1520 0317, 0027, 0217, 0236, 0234, 0075, 0073, 0173, 0364, 0364, 0360, 0350, 0040, 0062, 0006, 0235,
1521 0363, 0145, 0151, 0213, 0274, 0312, 0262, 0172, 0273, 0255, 0326, 0131, 0203, 0154, 0000, 0265,
1522 0216, 0214, 0016, 0002, 0023, 0150, 0145, 0224, 0002, 0244, 0235, 0037, 0022, 0041, 0035, 0324,
1523 0111, 0154, 0353, 0161, 0065, 0236, 0025, 0243, 0071, 0045, 0023, 0033, 0246, 0160, 0363, 0206,
1524 0327, 0127, 0122, 0027, 0275, 0316, 0146, 0050, 0302, 0043, 0354, 0355, 0241, 0014, 0262, 0266,
1525 0215, 0315, 0044, 0011, 0042, 0071, 0070, 0201, 0027, 0337, 0205, 0337, 0374, 0253, 0343, 0347,
1526 0317, 0137, 0034, 0117, 0237, 0215, 0365, 0241, 0201, 0220, 0100, 0243, 0210, 0240, 0355, 0324,
1527 0257, 0315, 0071, 0304, 0012, 0003, 0005, 0276, 0313, 0262, 0322, 0156, 0060, 0232, 0164, 0022,
1528 0262, 0200, 0023, 0052, 0142, 0265, 0114, 0203, 0353, 0111, 0372, 0161, 0161, 0360, 0361, 0364,
1529 0354, 0356, 0370, 0054, 0237, 0037, 0272, 0044, 0025, 0205, 0162, 0173, 0211, 0105, 0016, 0015,
1530 0371, 0061, 0040, 0122, 0260, 0043, 0244, 0005, 0233, 0066, 0041, 0054, 0236, 0275, 0163, 0354,
1531 0271, 0075, 0147, 0034, 0252, 0102, 0173, 0207, 0334, 0173, 0200, 0135, 0302, 0342, 0141, 0112,
1532 0242, 0051, 0060, 0023, 0300, 0375, 0374, 0120, 0237, 0344, 0357, 0202, 0101, 0030, 0162, 0164,
1533 0303, 0224, 0356, 0047, 0145, 0177, 0367, 0024, 0043, 0374, 0000, 0035, 0014, 0344, 0073, 0173,
1534 0216, 0137, 0130, 0000, 0274, 0060, 0143, 0243, 0251, 0337, 0255, 0375, 0201, 0346, 0247, 0057,
1535 0203, 0352, 0242, 0070, 0320, 0103, 0161, 0260, 0000, 0130, 0200, 0127, 0106, 0376, 0355, 0210,
1536 0376, 0247, 0243, 0344, 0057, 0316, 0346, 0107, 0347, 0147, 0161, 0034, 0243, 0332, 0261, 0370,
1537 0203, 0050, 0271, 0323, 0277, 0366, 0371, 0257, 0256, 0104, 0275, 0325, 0172, 0014, 0052, 0267,
1538 0100, 0200, 0073, 0053, 0313, 0236, 0313, 0274, 0070, 0376, 0360, 0241, 0246, 0065, 0113, 0365,
1539 0237, 0267, 0362, 0223, 0105, 0015, 0275, 0323, 0031, 0140, 0346, 0001, 0314, 0153, 0226, 0304,
1540 0100, 0025, 0372, 0053, 0145, 0120, 0151, 0022, 0075, 0175, 0172, 0376, 0335, 0357, 0136, 0075,
1541 0172, 0164, 0022, 0107, 0021, 0176, 0111, 0206, 0374, 0153, 0125, 0127, 0137, 0214, 0365, 0166,
1542 0347, 0051, 0273, 0204, 0011, 0002, 0000, 0041, 0001, 0226, 0145, 0165, 0171, 0165, 0363, 0375,
1543 0017, 0077, 0025, 0171, 0131, 0025, 0025, 0073, 0147, 0353, 0332, 0071, 0037, 0104, 0241, 0051,
1544 0202, 0112, 0221, 0367, 0040, 0054, 0240, 0004, 0000, 0107, 0151, 0362, 0374, 0371, 0243, 0357,
1545 0176, 0367, 0362, 0354, 0374, 0044, 0212, 0102, 0104, 0032, 0002, 0333, 0056, 0267, 0002, 0236,
1546 0031, 0167, 0111, 0320, 0141, 0315, 0334, 0247, 0365, 0223, 0303, 0344, 0104, 0057, 0274, 0030,
1547 0310, 0307, 0273, 0254, 0155, 0053, 0234, 0304, 0262, 0252, 0257, 0156, 0226, 0077, 0374, 0364,
1548 0366, 0257, 0376, 0346, 0367, 0313, 0145, 0155, 0255, 0145, 0146, 0021, 0146, 0357, 0167, 0205,
1549 0321, 0062, 0054, 0172, 0153, 0133, 0021, 0011, 0121, 0327, 0060, 0005, 0225, 0011, 0047, 0311,
1550 0350, 0140, 0062, 0073, 0234, 0314, 0017, 0106, 0343, 0111, 0024, 0200, 0147, 0004, 0114, 0107,
1551 0243, 0351, 0334, 0335, 0135, 0137, 0126, 0145, 0131, 0225, 0265, 0265, 0256, 0252, 0353, 0355,
1552 0046, 0023, 0001, 0122, 0252, 0301, 0067, 0042, 0022, 0004, 0146, 0074, 0035, 0275, 0370, 0352,
1553 0371, 0361, 0351, 0341, 0305, 0263, 0017, 0157, 0337, 0274, 0377, 0361, 0307, 0067, 0337, 0377,
1554 0370, 0313, 0057, 0027, 0037, 0157, 0266, 0333, 0334, 0073, 0327, 0013, 0147, 0006, 0042, 0306,
1555 0166, 0166, 0310, 0100, 0234, 0321, 0113, 0026, 0172, 0125, 0174, 0107, 0267, 0112, 0207, 0116,
1556 0121, 0004, 0201, 0103, 0342, 0003, 0043, 0117, 0043, 0365, 0072, 0065, 0057, 0322, 0360, 0070,
1557 0016, 0142, 0255, 0107, 0151, 0210, 0107, 0341, 0364, 0331, 0354, 0364, 0325, 0064, 0040, 0167,
1558 0361, 0161, 0165, 0167, 0227, 0133, 0307, 0210, 0036, 0300, 0172, 0357, 0263, 0274, 0136, 0256,
1559 0312, 0355, 0266, 0216, 0102, 0163, 0270, 0110, 0117, 0217, 0307, 0213, 0371, 0050, 0216, 0202,
1560 0315, 0212, 0033, 0076, 0266, 0310, 0253, 0333, 0233, 0355, 0207, 0213, 0115, 0145, 0315, 0150,
1561 0262, 0030, 0247, 0347, 0341, 0370, 0220, 0210, 0126, 0253, 0325, 0166, 0171, 0233, 0335, 0135,
1562 0157, 0127, 0067, 0331, 0346, 0326, 0226, 0033, 0140, 0207, 0110, 0115, 0342, 0005, 0272, 0044,
1563 0343, 0240, 0177, 0003, 0050, 0245, 0242, 0050, 0034, 0117, 0306, 0332, 0050, 0102, 0204, 0317,
1564 0344, 0226, 0366, 0047, 0047, 0062, 0373, 0242, 0254, 0362, 0254, 0054, 0213, 0222, 0167, 0350,
1565 0377, 0276, 0334, 0012, 0207, 0025, 0002, 0237, 0107, 0114, 0367, 0373, 0334, 0040, 0076, 0314,
1566 0325, 0176, 0271, 0162, 0212, 0105, 0152, 0341, 0145, 0131, 0362, 0172, 0275, 0052, 0113, 0215,
1567 0250, 0004, 0164, 0135, 0116, 0253, 0332, 0073, 0213, 0015, 0063, 0327, 0161, 0037, 0176, 0147,
1568 0071, 0073, 0155, 0324, 0056, 0144, 0033, 0364, 0261, 0041, 0002, 0146, 0273, 0331, 0300, 0305,
1569 0205, 0251, 0012, 0203, 0242, 0325, 0240, 0170, 0242, 0013, 0336, 0176, 0013, 0254, 0031, 0040,
1570 0033, 0044, 0243, 0325, 0354, 0100, 0077, 0172, 0256, 0136, 0174, 0213, 0317, 0277, 0061, 0307,
1571 0147, 0243, 0121, 0072, 0015, 0150, 0242, 0070, 0044, 0040, 0024, 0057, 0340, 0005, 0171, 0307,
1572 0364, 0173, 0004, 0351, 0365, 0015, 0175, 0357, 0001, 0100, 0354, 0144, 0012, 0255, 0310, 0126,
1573 0043, 0044, 0012, 0175, 0240, 0230, 0224, 0327, 0246, 0224, 0347, 0015, 0011, 0057, 0040, 0302,
1574 0277, 0110, 0276, 0021, 0347, 0104, 0270, 0353, 0053, 0260, 0337, 0375, 0006, 0372, 0264, 0162,
1575 0123, 0130, 0043, 0235, 0166, 0102, 0002, 0221, 0061, 0273, 0103, 0220, 0103, 0203, 0161, 0240,
1576 0063, 0214, 0176, 0340, 0272, 0212, 0313, 0144, 0232, 0245, 0223, 0145, 0020, 0321, 0064, 0173,
1577 0173, 0162, 0367, 0376, 0150, 0371, 0373, 0350, 0372, 0247, 0054, 0257, 0326, 0070, 0013, 0236,
1578 0362, 0324, 0251, 0051, 0143, 0200, 0155, 0153, 0032, 0026, 0160, 0054, 0245, 0227, 0265, 0365,
1579 0133, 0353, 0067, 0225, 0137, 0345, 0056, 0253, 0205, 0165, 0114, 0361, 0024, 0243, 0265, 0270,
1580 0314, 0333, 0062, 0031, 0301, 0174, 0036, 0035, 0047, 0223, 0271, 0052, 0107, 0256, 0060, 0222,
1581 0241, 0070, 0137, 0302, 0326, 0141, 0137, 0246, 0205, 0060, 0254, 0352, 0350, 0074, 0145, 0127,
1582 0223, 0324, 0011, 0067, 0105, 0104, 0120, 0151, 0025, 0215, 0365, 0301, 0131, 0164, 0372, 0054,
1583 0071, 0176, 0076, 0073, 0076, 0073, 0072, 0075, 0072, 0072, 0234, 0116, 0247, 0041, 0242, 0057,
1584 0263, 0052, 0317, 0352, 0054, 0267, 0125, 0345, 0213, 0332, 0257, 0363, 0172, 0223, 0327, 0171,
1585 0345, 0031, 0050, 0012, 0115, 0022, 0207, 0121, 0150, 0264, 0122, 0115, 0345, 0270, 0363, 0340,
1586 0230, 0101, 0204, 0100, 0222, 0030, 0243, 0050, 0160, 0136, 0212, 0070, 0201, 0060, 0326, 0121,
1587 0252, 0302, 0270, 0066, 0201, 0045, 0345, 0227, 0037, 0300, 0126, 0300, 0276, 0157, 0043, 0260,
1588 0053, 0307, 0353, 0162, 0042, 0062, 0350, 0366, 0005, 0000, 0102, 0050, 0161, 0052, 0307, 0217,
1589 0314, 0253, 0357, 0046, 0217, 0237, 0234, 0054, 0246, 0147, 0251, 0131, 0030, 0010, 0020, 0104,
1590 0240, 0226, 0173, 0356, 0240, 0103, 0155, 0210, 0252, 0063, 0101, 0314, 0062, 0354, 0315, 0106,
1591 0210, 0012, 0321, 0200, 0004, 0006, 0003, 0245, 0142, 0243, 0222, 0070, 0214, 0307, 0243, 0070,
1592 0111, 0156, 0242, 0170, 0035, 0206, 0225, 0326, 0362, 0303, 0177, 0201, 0353, 0217, 0130, 0144,
1593 0310, 0074, 0024, 0063, 0311, 0300, 0035, 0042, 0210, 0170, 0166, 0200, 0322, 0341, 0234, 0066,
1594 0165, 0305, 0042, 0373, 0214, 0303, 0056, 0362, 0305, 0373, 0076, 0002, 0006, 0300, 0002, 0167,
1595 0036, 0275, 0107, 0320, 0375, 0161, 0104, 0076, 0135, 0146, 0163, 0257, 0322, 0232, 0334, 0225,
1596 0107, 0000, 0000, 0040, 0000, 0111, 0104, 0101, 0124, 0360, 0176, 0376, 0261, 0027, 0214, 0177,
1597 0112, 0372, 0211, 0367, 0073, 0261, 0065, 0150, 0245, 0253, 0363, 0022, 0021, 0357, 0273, 0226,
1598 0066, 0175, 0332, 0260, 0153, 0277, 0327, 0125, 0160, 0241, 0010, 0043, 0101, 0103, 0371, 0002,
1599 0240, 0306, 0056, 0353, 0326, 0202, 0033, 0201, 0257, 0014, 0377, 0273, 0251, 0371, 0213, 0323,
1600 0331, 0370, 0371, 0053, 0377, 0370, 0171, 0076, 0112, 0121, 0251, 0006, 0323, 0042, 0065, 0014,
1601 0054, 0336, 0317, 0146, 0064, 0162, 0067, 0317, 0302, 0054, 0276, 0151, 0320, 0326, 0166, 0235,
1602 0023, 0006, 0141, 0156, 0042, 0176, 0141, 0021, 0006, 0361, 0136, 0262, 0054, 0201, 0360, 0337,
1603 0370, 0237, 0244, 0256, 0257, 0113, 0367, 0373, 0132, 0353, 0275, 0302, 0206, 0173, 0155, 0304,
1604 0006, 0125, 0347, 0277, 0371, 0221, 0046, 0311, 0313, 0347, 0217, 0377, 0362, 0337, 0376, 0067,
1605 0337, 0174, 0363, 0172, 0224, 0246, 0104, 0264, 0337, 0064, 0353, 0137, 0374, 0041, 0002, 0112,
1606 0141, 0226, 0345, 0077, 0375, 0364, 0066, 0014, 0364, 0017, 0337, 0277, 0131, 0056, 0327, 0125,
1607 0355, 0155, 0155, 0235, 0265, 0151, 0232, 0230, 0040, 0124, 0332, 0070, 0153, 0233, 0211, 0104,
1608 0210, 0343, 0161, 0372, 0352, 0345, 0223, 0277, 0374, 0313, 0377, 0366, 0253, 0257, 0137, 0247,
1609 0151, 0102, 0370, 0040, 0103, 0040, 0135, 0243, 0304, 0177, 0271, 0163, 0046, 0332, 0146, 0331,
1610 0217, 0077, 0275, 0061, 0232, 0376, 0360, 0017, 0077, 0335, 0070, 0127, 0327, 0125, 0223, 0161,
1611 0353, 0333, 0011, 0064, 0167, 0125, 0166, 0275, 0362, 0132, 0053, 0300, 0240, 0000, 0065, 0151,
1612 0012, 0114, 0220, 0044, 0343, 0263, 0371, 0342, 0371, 0351, 0311, 0343, 0243, 0303, 0111, 0022,
1613 0126, 0171, 0341, 0153, 0127, 0127, 0156, 0062, 0233, 0116, 0147, 0360, 0376, 0227, 0067, 0277,
1614 0174, 0377, 0266, 0256, 0355, 0144, 0076, 0051, 0213, 0352, 0247, 0077, 0374, 0122, 0227, 0365,
1615 0364, 0140, 0024, 0004, 0001, 0113, 0333, 0271, 0042, 0214, 0202, 0343, 0363, 0243, 0257, 0276,
1616 0373, 0352, 0360, 0364, 0350, 0374, 0331, 0371, 0351, 0331, 0361, 0301, 0154, 0072, 0212, 0343,
1617 0037, 0336, 0274, 0277, 0134, 0257, 0066, 0165, 0135, 0267, 0005, 0046, 0115, 0373, 0275, 0141,
1618 0252, 0226, 0160, 0047, 0074, 0302, 0276, 0012, 0264, 0105, 0370, 0324, 0067, 0254, 0151, 0122,
1619 0326, 0114, 0040, 0221, 0362, 0007, 0132, 0236, 0045, 0352, 0233, 0161, 0360, 0070, 0015, 0247,
1620 0141, 0120, 0222, 0344, 0266, 0334, 0150, 0247, 0242, 0070, 0031, 0231, 0361, 0070, 0124, 0102,
1621 0343, 0064, 0210, 0102, 0252, 0152, 0227, 0145, 0331, 0172, 0275, 0002, 0306, 0273, 0273, 0374,
1622 0362, 0052, 0133, 0056, 0113, 0143, 0364, 0342, 0040, 0236, 0317, 0343, 0060, 0124, 0236, 0105,
1623 0104, 0074, 0163, 0131, 0326, 0167, 0267, 0371, 0307, 0213, 0315, 0315, 0105, 0206, 0176, 0076,
1624 0116, 0107, 0030, 0107, 0165, 0135, 0134, 0136, 0135, 0176, 0370, 0360, 0176, 0163, 0173, 0355,
1625 0212, 0255, 0342, 0232, 0310, 0153, 0045, 0100, 0004, 0100, 0273, 0122, 0324, 0001, 0153, 0047,
1626 0000, 0210, 0144, 0114, 0160, 0270, 0070, 0370, 0346, 0233, 0227, 0343, 0311, 0110, 0033, 0215,
1627 0277, 0001, 0345, 0213, 0100, 0125, 0125, 0327, 0067, 0167, 0357, 0337, 0175, 0374, 0370, 0361,
1628 0072, 0313, 0013, 0357, 0335, 0303, 0072, 0302, 0235, 0335, 0372, 0343, 0004, 0051, 0370, 0100,
1629 0253, 0053, 0017, 0052, 0255, 0366, 0114, 0150, 0163, 0137, 0110, 0021, 0204, 0041, 0307, 0221,
1630 0013, 0103, 0040, 0042, 0317, 0272, 0052, 0303, 0054, 0113, 0266, 0333, 0304, 0132, 0156, 0042,
1631 0257, 0375, 0376, 0005, 0262, 0237, 0121, 0273, 0127, 0046, 0213, 0115, 0205, 0155, 0131, 0206,
1632 0105, 0221, 0042, 0317, 0002, 0230, 0203, 0324, 0310, 0316, 0243, 0365, 0340, 0241, 0357, 0361,
1633 0365, 0153, 0075, 0105, 0167, 0240, 0015, 0120, 0051, 0075, 0232, 0350, 0323, 0047, 0370, 0342,
1634 0133, 0170, 0361, 0035, 0036, 0235, 0245, 0161, 0070, 0125, 0074, 0106, 0066, 0200, 0065, 0223,
1635 0160, 0063, 0355, 0031, 0004, 0220, 0075, 0261, 0127, 0342, 0011, 0230, 0000, 0250, 0363, 0002,
1636 0014, 0340, 0001, 0075, 0220, 0047, 0055, 0244, 0000, 0151, 0047, 0233, 0104, 0010, 0211, 0047,
1637 0112, 0100, 0361, 0335, 0170, 0234, 0235, 0077, 0003, 0104, 0002, 0321, 0165, 0311, 0227, 0316,
1638 0347, 0133, 0360, 0235, 0173, 0370, 0242, 0326, 0241, 0143, 0060, 0105, 0201, 0204, 0040, 0332,
1639 0373, 0210, 0375, 0102, 0313, 0174, 0014, 0121, 0012, 0057, 0000, 0155, 0134, 0007, 0243, 0054,
1640 0214, 0126, 0042, 0161, 0260, 0136, 0216, 0256, 0177, 0012, 0256, 0177, 0311, 0227, 0233, 0045,
1641 0235, 0134, 0321, 0042, 0212, 0216, 0121, 0217, 0002, 0124, 0040, 0242, 0332, 0204, 0062, 0124,
1642 0014, 0133, 0347, 0357, 0112, 0267, 0052, 0335, 0272, 0160, 0333, 0334, 0155, 0063, 0353, 0074,
1643 0232, 0050, 0066, 0243, 0211, 0312, 0327, 0165, 0275, 0104, 0254, 0047, 0007, 0222, 0114, 0342,
1644 0031, 0115, 0303, 0154, 0253, 0134, 0355, 0274, 0057, 0275, 0124, 0236, 0255, 0140, 0127, 0307,
1645 0327, 0266, 0015, 0151, 0352, 0031, 0373, 0047, 0166, 0070, 0265, 0141, 0334, 0211, 0050, 0111,
1646 0203, 0305, 0151, 0174, 0376, 0152, 0364, 0370, 0365, 0150, 0162, 0164, 0070, 0037, 0057, 0046,
1647 0141, 0032, 0200, 0267, 0325, 0365, 0355, 0172, 0273, 0312, 0212, 0334, 0171, 0217, 0242, 0114,
1648 0301, 0270, 0051, 0354, 0046, 0257, 0313, 0332, 0153, 0243, 0102, 0324, 0211, 0206, 0310, 0020,
1649 0052, 0345, 0204, 0214, 0326, 0340, 0330, 0325, 0340, 0331, 0067, 0052, 0124, 0015, 0242, 0124,
1650 0223, 0061, 0214, 0071, 0214, 0253, 0060, 0054, 0164, 0000, 0250, 0304, 0173, 0336, 0134, 0213,
1651 0055, 0200, 0031, 0207, 0315, 0031, 0133, 0270, 0005, 0175, 0237, 0222, 0135, 0176, 0112, 0033,
1652 0031, 0317, 0350, 0344, 0111, 0370, 0364, 0365, 0341, 0164, 0174, 0030, 0321, 0110, 0011, 0010,
1653 0226, 0274, 0053, 0154, 0032, 0170, 0261, 0141, 0015, 0243, 0040, 0173, 0140, 0156, 0333, 0070,
1654 0141, 0147, 0211, 0110, 0011, 0122, 0327, 0165, 0016, 0123, 0022, 0143, 0040, 0002, 0110, 0016,
1655 0306, 0221, 0176, 0252, 0302, 0360, 0066, 0210, 0353, 0346, 0120, 0127, 0027, 0130, 0026, 0315,
1656 0274, 0352, 0304, 0271, 0042, 0354, 0245, 0253, 0056, 0140, 0021, 0166, 0316, 0263, 0357, 0025,
1657 0360, 0262, 0327, 0066, 0140, 0257, 0000, 0340, 0141, 0047, 0210, 0275, 0262, 0150, 0354, 0222,
1658 0047, 0055, 0307, 0057, 0367, 0352, 0232, 0004, 0340, 0136, 0265, 0026, 0174, 0266, 0315, 0112,
1659 0313, 0265, 0266, 0047, 0274, 0007, 0355, 0356, 0045, 0307, 0367, 0017, 0040, 0303, 0146, 0064,
1660 0003, 0310, 0110, 0324, 0111, 0130, 0167, 0055, 0116, 0332, 0123, 0156, 0343, 0163, 0105, 0212,
1661 0032, 0174, 0243, 0007, 0300, 0264, 0305, 0256, 0123, 0161, 0247, 0361, 0350, 0360, 0354, 0014,
1662 0037, 0077, 0361, 0037, 0337, 0272, 0137, 0162, 0020, 0106, 0245, 0120, 0053, 0042, 0152, 0212,
1663 0161, 0167, 0311, 0111, 0006, 0140, 0006, 0146, 0141, 0146, 0317, 0342, 0074, 0073, 0057, 0216,
1664 0305, 0373, 0006, 0323, 0260, 0027, 0141, 0141, 0307, 0354, 0105, 0274, 0023, 0026, 0120, 0206,
1665 0322, 0221, 0071, 0177, 0164, 0130, 0347, 0147, 0267, 0353, 0011, 0224, 0000, 0372, 0327, 0223,
1666 0341, 0177, 0244, 0166, 0321, 0004, 0172, 0072, 0035, 0235, 0236, 0036, 0237, 0235, 0236, 0046,
1667 0111, 0322, 0100, 0271, 0136, 0167, 0360, 0057, 0246, 0230, 0334, 0375, 0356, 0234, 0067, 0106,
1668 0347, 0171, 0121, 0226, 0365, 0142, 0061, 0217, 0342, 0110, 0051, 0055, 0342, 0235, 0265, 0266,
1669 0256, 0230, 0131, 0151, 0143, 0202, 0310, 0131, 0353, 0255, 0025, 0001, 0044, 0010, 0003, 0063,
1670 0233, 0115, 0116, 0117, 0117, 0316, 0317, 0316, 0242, 0226, 0155, 0372, 0257, 0167, 0316, 0042,
1671 0342, 0275, 0067, 0106, 0217, 0363, 0274, 0310, 0253, 0371, 0164, 0254, 0110, 0260, 0111, 0257,
1672 0102, 0227, 0051, 0027, 0150, 0002, 0112, 0104, 0150, 0004, 0316, 0000, 0300, 0115, 0001, 0202,
1673 0200, 0025, 0064, 0111, 0062, 0231, 0037, 0034, 0315, 0017, 0026, 0161, 0172, 0072, 0111, 0277,
1674 0176, 0376, 0350, 0353, 0157, 0236, 0317, 0017, 0246, 0357, 0176, 0171, 0277, 0131, 0155, 0363,
1675 0074, 0037, 0115, 0306, 0323, 0371, 0364, 0360, 0364, 0244, 0310, 0363, 0137, 0176, 0274, 0120,
1676 0077, 0177, 0360, 0316, 0257, 0127, 0233, 0361, 0164, 0062, 0231, 0115, 0343, 0044, 0152, 0116,
1677 0306, 0131, 0157, 0053, 0353, 0254, 0023, 0026, 0155, 0364, 0361, 0371, 0111, 0072, 0031, 0315,
1678 0217, 0026, 0213, 0243, 0105, 0372, 0177, 0377, 0365, 0357, 0177, 0370, 0351, 0335, 0315, 0315,
1679 0252, 0054, 0353, 0141, 0013, 0070, 0354, 0027, 0036, 0337, 0327, 0267, 0313, 0240, 0022, 0274,
1680 0155, 0036, 0053, 0314, 0334, 0224, 0261, 0105, 0212, 0217, 0003, 0176, 0225, 0250, 0157, 0247,
1681 0311, 0161, 0032, 0231, 0120, 0257, 0015, 0344, 0340, 0270, 0052, 0157, 0353, 0062, 0315, 0141,
1682 0136, 0044, 0342, 0142, 0124, 0240, 0025, 0012, 0100, 0126, 0330, 0217, 0327, 0333, 0067, 0157,
1683 0157, 0146, 0143, 0365, 0376, 0375, 0352, 0335, 0305, 0366, 0362, 0246, 0260, 0142, 0242, 0020,
1684 0322, 0130, 0002, 0355, 0233, 0201, 0252, 0052, 0177, 0163, 0233, 0275, 0177, 0173, 0167, 0371,
1685 0363, 0322, 0135, 0227, 0256, 0276, 0133, 0272, 0362, 0256, 0376, 0151, 0123, 0326, 0165, 0236,
1686 0073, 0133, 0223, 0167, 0006, 0075, 0264, 0255, 0266, 0250, 0155, 0244, 0273, 0323, 0311, 0355,
1687 0042, 0045, 0026, 0121, 0050, 0121, 0024, 0074, 0173, 0376, 0370, 0337, 0377, 0373, 0377, 0361,
1688 0351, 0323, 0107, 0351, 0050, 0105, 0322, 0373, 0075, 0276, 0006, 0235, 0323, 0072, 0333, 0303,
1689 0336, 0255, 0127, 0353, 0237, 0176, 0172, 0363, 0327, 0177, 0363, 0367, 0177, 0375, 0327, 0177,
1690 0377, 0303, 0217, 0077, 0257, 0327, 0326, 0132, 0367, 0353, 0262, 0232, 0007, 0175, 0045, 0033,
1691 0073, 0241, 0132, 0331, 0313, 0157, 0147, 0066, 0357, 0223, 0234, 0244, 0124, 0030, 0105, 0363,
1692 0371, 0154, 0266, 0130, 0104, 0161, 0250, 0020, 0215, 0347, 0023, 0242, 0143, 0346, 0103, 0200,
1693 0244, 0256, 0235, 0122, 0137, 0342, 0217, 0206, 0244, 0123, 0327, 0262, 0224, 0264, 0006, 0122,
1694 0145, 0134, 0227, 0210, 0107, 0130, 0177, 0345, 0213, 0100, 0273, 0053, 0364, 0167, 0045, 0135,
1695 0144, 0172, 0125, 0123, 0375, 0133, 0172, 0125, 0265, 0002, 0026, 0151, 0225, 0313, 0101, 0150,
1696 0216, 0037, 0301, 0263, 0337, 0371, 0027, 0337, 0321, 0351, 0343, 0044, 0060, 0123, 0203, 0211,
1697 0002, 0000, 0054, 0073, 0271, 0002, 0263, 0010, 0173, 0162, 0066, 0160, 0245, 0361, 0125, 0014,
1698 0034, 0053, 0150, 0105, 0243, 0000, 0116, 0240, 0026, 0056, 0235, 0344, 0214, 0071, 0230, 0132,
1699 0007, 0116, 0207, 0242, 0015, 0221, 0352, 0235, 0015, 0001, 0214, 0024, 0324, 0206, 0352, 0311,
1700 0254, 0002, 0345, 0275, 0350, 0162, 0153, 0252, 0022, 0254, 0365, 0134, 0376, 0206, 0152, 0317,
1701 0326, 0203, 0021, 0100, 0004, 0222, 0042, 0033, 0045, 0020, 0210, 0116, 0171, 0174, 0140, 0247,
1702 0301, 0366, 0033, 0254, 0104, 0135, 0203, 0012, 0004, 0302, 0252, 0120, 0266, 0310, 0212, 0154,
1703 0271, 0054, 0312, 0245, 0232, 0056, 0217, 0137, 0361, 0363, 0327, 0160, 0166, 0146, 0047, 0343,
1704 0302, 0050, 0004, 0320, 0302, 0330, 0044, 0244, 0104, 0062, 0057, 0033, 0053, 0353, 0222, 0267,
1705 0205, 0057, 0112, 0137, 0133, 0260, 0254, 0152, 0247, 0104, 0160, 0026, 0341, 0331, 0114, 0035,
1706 0117, 0345, 0164, 0356, 0122, 0305, 0133, 0326, 0345, 0355, 0210, 0313, 0054, 0253, 0352, 0115,
1707 0135, 0347, 0016, 0157, 0255, 0226, 0117, 0124, 0252, 0016, 0212, 0201, 0333, 0266, 0123, 0115,
1708 0311, 0057, 0251, 0040, 0112, 0216, 0316, 0307, 0317, 0276, 0031, 0075, 0372, 0052, 0232, 0036,
1709 0047, 0100, 0323, 0130, 0117, 0123, 0005, 0122, 0277, 0173, 0173, 0373, 0361, 0247, 0213, 0142,
1710 0133, 0222, 0011, 0243, 0331, 0324, 0114, 0242, 0165, 0155, 0357, 0262, 0172, 0263, 0316, 0154,
1711 0121, 0104, 0310, 0105, 0021, 0105, 0365, 0310, 0214, 0047, 0230, 0216, 0274, 0211, 0225, 0042,
1712 0022, 0011, 0164, 0013, 0060, 0267, 0245, 0253, 0254, 0147, 0317, 0044, 0220, 0052, 0244, 0210,
1713 0052, 0075, 0325, 0364, 0124, 0200, 0134, 0023, 0165, 0157, 0257, 0300, 0226, 0255, 0150, 0167,
1714 0027, 0077, 0166, 0260, 0253, 0107, 0047, 0315, 0245, 0104, 0011, 0315, 0016, 0315, 0361, 0371,
1715 0350, 0350, 0370, 0150, 0024, 0215, 0024, 0012, 0113, 0321, 0345, 0230, 0140, 0277, 0300, 0260,
1716 0125, 0377, 0172, 0026, 0133, 0031, 0266, 0312, 0327, 0312, 0073, 0022, 0337, 0277, 0211, 0201,
1717 0074, 0051, 0247, 0214, 0123, 0201, 0350, 0020, 0264, 0001, 0044, 0000, 0031, 0153, 0120, 0000,
1718 0301, 0064, 0066, 0352, 0014, 0203, 0360, 0026, 0241, 0004, 0045, 0136, 0340, 0372, 0075, 0071,
1719 0333, 0114, 0232, 0016, 0337, 0000, 0063, 0267, 0232, 0056, 0152, 0026, 0014, 0323, 0256, 0223,
1720 0147, 0017, 0267, 0272, 0326, 0351, 0035, 0253, 0062, 0020, 0246, 0310, 0240, 0041, 0363, 0256,
1721 0334, 0244, 0327, 0214, 0141, 0107, 0234, 0040, 0016, 0232, 0072, 0340, 0027, 0252, 0020, 0360,
1722 0217, 0367, 0225, 0003, 0135, 0113, 0113, 0100, 0364, 0212, 0151, 0156, 0072, 0027, 0017, 0124,
1723 0020, 0330, 0241, 0073, 0031, 0074, 0203, 0367, 0030, 0315, 0346, 0302, 0064, 0310, 0175, 0101,
1724 0220, 0026, 0211, 0210, 0302, 0060, 0162, 0161, 0342, 0312, 0134, 0262, 0015, 0022, 0100, 0140,
1725 0200, 0025, 0050, 0005, 0114, 0100, 0255, 0160, 0266, 0035, 0075, 0347, 0244, 0256, 0245, 0052,
1726 0305, 0172, 0001, 0002, 0101, 0361, 0054, 0326, 0211, 0147, 0166, 0314, 0054, 0322, 0165, 0102,
1727 0021, 0307, 0354, 0275, 0040, 0051, 0221, 0040, 0214, 0202, 0060, 0214, 0024, 0352, 0246, 0267,
1728 0364, 0200, 0217, 0270, 0307, 0320, 0340, 0077, 0012, 0363, 0064, 0155, 0131, 0202, 0300, 0004,
1729 0101, 0000, 0200, 0171, 0136, 0344, 0171, 0126, 0125, 0325, 0027, 0343, 0323, 0337, 0022, 0270,
1730 0342, 0027, 0352, 0256, 0173, 0316, 0137, 0153, 0235, 0044, 0311, 0154, 0066, 0325, 0132, 0005,
1731 0201, 0321, 0132, 0121, 0067, 0253, 0274, 0163, 0266, 0252, 0135, 0125, 0153, 0062, 0141, 0030,
1732 0333, 0252, 0162, 0265, 0005, 0021, 0020, 0046, 0024, 0255, 0311, 0030, 0143, 0214, 0001, 0201,
1733 0054, 0317, 0363, 0074, 0257, 0353, 0377, 0012, 0347, 0054, 0210, 0150, 0214, 0111, 0222, 0144,
1734 0072, 0235, 0052, 0245, 0203, 0120, 0067, 0347, 0254, 0010, 0125, 0113, 0124, 0142, 0053, 0053,
1735 0107, 0104, 0122, 0200, 0330, 0122, 0162, 0336, 0173, 0146, 0124, 0072, 0112, 0306, 0007, 0263,
1736 0303, 0164, 0062, 0237, 0044, 0243, 0171, 0024, 0237, 0216, 0242, 0337, 0275, 0172, 0362, 0147,
1737 0177, 0366, 0325, 0213, 0257, 0237, 0105, 0161, 0144, 0002, 0375, 0017, 0177, 0373, 0175, 0236,
1738 0145, 0253, 0345, 0172, 0161, 0024, 0234, 0234, 0237, 0346, 0333, 0254, 0256, 0353, 0106, 0040,
1739 0026, 0045, 0243, 0361, 0144, 0064, 0232, 0214, 0001, 0261, 0052, 0053, 0357, 0331, 0132, 0347,
1740 0234, 0003, 0000, 0023, 0150, 0023, 0004, 0210, 0250, 0265, 0122, 0104, 0315, 0370, 0204, 0121,
1741 0250, 0177, 0377, 0375, 0057, 0037, 0057, 0227, 0145, 0341, 0020, 0037, 0250, 0105, 0160, 0117,
1742 0023, 0162, 0117, 0367, 0201, 0075, 0307, 0014, 0012, 0071, 0105, 0076, 0217, 0360, 0365, 0070,
1743 0372, 0172, 0034, 0075, 0112, 0042, 0010, 0265, 0235, 0032, 0065, 0067, 0141, 0340, 0067, 0267,
1744 0176, 0373, 0176, 0133, 0256, 0067, 0311, 0207, 0040, 0231, 0351, 0050, 0011, 0326, 0233, 0274,
1745 0310, 0352, 0355, 0326, 0132, 0227, 0377, 0277, 0377, 0345, 0062, 0211, 0361, 0352, 0162, 0373,
1746 0343, 0117, 0253, 0233, 0353, 0074, 0012, 0215, 0315, 0263, 0052, 0337, 0346, 0131, 0304, 0236,
1747 0156, 0357, 0266, 0127, 0327, 0333, 0313, 0267, 0253, 0233, 0137, 0326, 0160, 0143, 0217, 0105,
1748 0007, 0354, 0135, 0265, 0132, 0145, 0165, 0235, 0127, 0125, 0355, 0006, 0205, 0132, 0155, 0105,
1749 0116, 0337, 0002, 0104, 0366, 0231, 0021, 0104, 0154, 0252, 0037, 0265, 0321, 0223, 0111, 0372,
1750 0344, 0351, 0371, 0327, 0257, 0137, 0114, 0322, 0220, 0134, 0305, 0215, 0056, 0162, 0277, 0174,
1751 0265, 0065, 0077, 0244, 0120, 0207, 0142, 0342, 0155, 0131, 0037, 0034, 0314, 0307, 0343, 0361,
1752 0050, 0115, 0343, 0044, 0274, 0271, 0276, 0053, 0253, 0132, 0230, 0037, 0106, 0132, 0017, 0237,
1753 0270, 0047, 0064, 0164, 0316, 0025, 0145, 0125, 0344, 0145, 0125, 0327, 0073, 0155, 0012, 0176,
1754 0106, 0230, 0374, 0360, 0136, 0364, 0346, 0123, 0304, 0131, 0133, 0024, 0171, 0145, 0053, 0021,
1755 0061, 0236, 0267, 0327, 0127, 0356, 0375, 0005, 0336, 0334, 0120, 0121, 0220, 0122, 0277, 0175,
1756 0212, 0267, 0354, 0234, 0061, 0020, 0106, 0200, 0004, 0145, 0166, 0024, 0130, 0063, 0221, 0127,
1757 0123, 0134, 0053, 0176, 0267, 0164, 0377, 0371, 0002, 0376, 0260, 0322, 0167, 0225, 0362, 0000,
1758 0352, 0267, 0131, 0022, 0044, 0124, 0121, 0254, 0017, 0216, 0340, 0321, 0113, 0071, 0173, 0201,
1759 0263, 0043, 0035, 0045, 0221, 0362, 0204, 0350, 0004, 0175, 0323, 0321, 0112, 0004, 0330, 0053,
1760 0157, 0003, 0137, 0215, 0245, 0076, 0040, 0073, 0011, 0374, 0130, 0341, 0310, 0250, 0330, 0250,
1761 0120, 0023, 0000, 0172, 0346, 0312, 0103, 0156, 0375, 0306, 0372, 0215, 0363, 0113, 0166, 0253,
1762 0332, 0156, 0135, 0130, 0253, 0220, 0225, 0006, 0244, 0266, 0010, 0032, 0061, 0120, 0020, 0202,
1763 0056, 0323, 0061, 0037, 0236, 0311, 0343, 0257, 0150, 0275, 0322, 0165, 0055, 0253, 0153, 0256,
1764 0353, 0317, 0054, 0374, 0116, 0365, 0320, 0202, 0141, 0321, 0042, 0011, 0360, 0234, 0334, 0050,
1765 0306, 0150, 0246, 0202, 0051, 0105, 0051, 0060, 0333, 0204, 0255, 0170, 0144, 0253, 0254, 0045,
1766 0125, 0242, 0165, 0316, 0371, 0102, 0004, 0330, 0004, 0064, 0036, 0045, 0143, 0035, 0353, 0112,
1767 0325, 0053, 0233, 0125, 0031, 0222, 0321, 0041, 0051, 0152, 0164, 0304, 0226, 0010, 0015, 0251,
1768 0100, 0151, 0057, 0232, 0321, 0200, 0212, 0124, 0130, 0127, 0365, 0146, 0035, 0120, 0306, 0307,
1769 0252, 0124, 0232, 0047, 0043, 0231, 0006, 0034, 0325, 0220, 0077, 0016, 0214, 0115, 0163, 0127,
1770 0257, 0152, 0267, 0252, 0374, 0332, 0113, 0315, 0135, 0252, 0141, 0057, 0125, 0337, 0066, 0113,
1771 0353, 0065, 0236, 0210, 0110, 0046, 0110, 0016, 0117, 0247, 0117, 0137, 0217, 0236, 0274, 0062,
1772 0351, 0201, 0317, 0153, 0100, 0117, 0036, 0305, 0253, 0272, 0260, 0333, 0313, 0217, 0305, 0325,
1773 0215, 0145, 0255, 0147, 0211, 0063, 0201, 0043, 0134, 0025, 0166, 0265, 0255, 0362, 0155, 0345,
1774 0263, 0242, 0266, 0205, 0275, 0223, 0374, 0322, 0044, 0151, 0032, 0115, 0147, 0341, 0374, 0200,
1775 0346, 0123, 0117, 0246, 0362, 0340, 0235, 0240, 0170, 0156, 0244, 0321, 0136, 0004, 0101, 0031,
1776 0012, 0064, 0022, 0030, 0077, 0032, 0327, 0213, 0063, 0153, 0135, 0125, 0345, 0302, 0016, 0266,
1777 0067, 0300, 0345, 0260, 0042, 0241, 0053, 0070, 0220, 0235, 0360, 0263, 0121, 0023, 0046, 0143,
1778 0074, 0070, 0326, 0363, 0105, 0034, 0005, 0221, 0106, 0102, 0264, 0202, 0236, 0201, 0367, 0373,
1779 0272, 0064, 0073, 0241, 0020, 0173, 0315, 0066, 0160, 0165, 0354, 0253, 0024, 0175, 0202, 0056,
1780 0320, 0242, 0333, 0275, 0142, 0200, 0001, 0274, 0370, 0132, 0134, 0041, 0056, 0253, 0353, 0334,
1781 0325, 0225, 0012, 0255, 0322, 0102, 0012, 0111, 0151, 0302, 0161, 0240, 0216, 0322, 0310, 0035,
1782 0035, 0370, 0352, 0153, 0251, 0252, 0332, 0073, 0001, 0341, 0253, 0367, 0350, 0355, 0176, 0127,
1783 0126, 0031, 0264, 0176, 0152, 0142, 0244, 0266, 0032, 0273, 0161, 0067, 0330, 0060, 0325, 0073,
1784 0262, 0005, 0037, 0064, 0262, 0337, 0163, 0013, 0370, 0231, 0306, 0257, 0075, 0015, 0164, 0017,
1785 0337, 0354, 0224, 0227, 0355, 0336, 0022, 0062, 0050, 0316, 0304, 0173, 0335, 0033, 0037, 0362,
1786 0312, 0273, 0140, 0156, 0260, 0333, 0301, 0320, 0004, 0212, 0140, 0337, 0000, 0017, 0367, 0262,
1787 0162, 0135, 0032, 0021, 0005, 0333, 0026, 0304, 0010, 0110, 0302, 0340, 0135, 0133, 0106, 0243,
1788 0145, 0017, 0100, 0364, 0165, 0310, 0330, 0066, 0256, 0022, 0017, 0204, 0250, 0025, 0031, 0203,
1789 0106, 0265, 0374, 0115, 0263, 0265, 0117, 0363, 0001, 0317, 0140, 0224, 0304, 0221, 0310, 0224,
1790 0254, 0347, 0262, 0344, 0262, 0224, 0312, 0202, 0042, 0141, 0151, 0143, 0074, 0101, 0024, 0152,
1791 0324, 0164, 0350, 0131, 0274, 0027, 0153, 0333, 0236, 0032, 0303, 0026, 0144, 0135, 0307, 0003,
1792 0374, 0347, 0140, 0160, 0332, 0112, 0071, 0317, 0314, 0134, 0226, 0345, 0365, 0365, 0325, 0273,
1793 0167, 0357, 0156, 0156, 0156, 0360, 0237, 0051, 0065, 0325, 0157, 0162, 0321, 0015, 0164, 0227,
1794 0205, 0143, 0106, 0204, 0044, 0111, 0236, 0075, 0173, 0246, 0265, 0066, 0306, 0210, 0010, 0113,
1795 0207, 0264, 0101, 0204, 0275, 0267, 0125, 0135, 0125, 0121, 0034, 0206, 0101, 0134, 0351, 0242,
1796 0220, 0214, 0130, 0204, 0244, 0311, 0310, 0064, 0151, 0031, 0153, 0355, 0325, 0325, 0325, 0273,
1797 0167, 0357, 0156, 0157, 0157, 0376, 0271, 0310, 0233, 0057, 0237, 0163, 0232, 0246, 0317, 0236,
1798 0075, 0323, 0132, 0151, 0255, 0231, 0231, 0205, 0167, 0263, 0277, 0241, 0153, 0211, 0250, 0121,
1799 0334, 0001, 0062, 0140, 0043, 0322, 0107, 0012, 0114, 0150, 0242, 0164, 0064, 0133, 0034, 0317,
1800 0016, 0216, 0106, 0161, 0232, 0040, 0315, 0003, 0363, 0362, 0321, 0342, 0117, 0377, 0354, 0365,
1801 0357, 0376, 0325, 0327, 0047, 0347, 0307, 0336, 0163, 0276, 0315, 0177, 0376, 0376, 0315, 0335,
1802 0365, 0032, 0361, 0066, 0115, 0223, 0331, 0174, 0066, 0232, 0214, 0154, 0155, 0033, 0201, 0230,
1803 0210, 0150, 0255, 0021, 0261, 0052, 0312, 0054, 0313, 0262, 0315, 0066, 0133, 0157, 0327, 0121,
1804 0160, 0167, 0263, 0274, 0273, 0136, 0126, 0125, 0155, 0002, 0243, 0225, 0112, 0322, 0344, 0364,
1805 0361, 0131, 0030, 0106, 0330, 0356, 0334, 0302, 0356, 0362, 0062, 0153, 0364, 0067, 0373, 0073,
1806 0042, 0355, 0220, 0334, 0140, 0253, 0254, 0375, 0302, 0157, 0124, 0050, 0051, 0371, 0107, 0041,
1807 0376, 0156, 0022, 0176, 0067, 0113, 0237, 0246, 0221, 0046, 0270, 0015, 0004, 0246, 0072, 0175,
1808 0234, 0114, 0246, 0012, 0056, 0234, 0132, 0257, 0363, 0155, 0365, 0341, 0355, 0022, 0011, 0342,
1809 0111, 0164, 0373, 0141, 0135, 0254, 0362, 0142, 0145, 0127, 0313, 0372, 0257, 0134, 0025, 0004,
1810 0220, 0155, 0353, 0233, 0353, 0302, 0026, 0066, 0102, 0336, 0336, 0256, 0076, 0274, 0215, 0103,
1811 0355, 0203, 0120, 0175, 0274, 0130, 0136, 0137, 0154, 0266, 0037, 0063, 0167, 0123, 0217, 0112,
1812 0114, 0114, 0074, 0026, 0107, 0316, 0071, 0355, 0254, 0262, 0113, 0305, 0116, 0200, 0241, 0151,
1813 0055, 0332, 0367, 0332, 0030, 0266, 0025, 0106, 0034, 0164, 0012, 0301, 0316, 0045, 0150, 0255,
1814 0343, 0070, 0032, 0217, 0222, 0111, 0110, 0224, 0157, 0331, 0255, 0245, 0335, 0232, 0003, 0357,
1815 0113, 0210, 0165, 0200, 0146, 0202, 0311, 0054, 0112, 0106, 0141, 0024, 0307, 0161, 0234, 0246,
1816 0361, 0144, 0222, 0336, 0336, 0056, 0253, 0252, 0176, 0000, 0112, 0076, 0141, 0172, 0356, 0241,
1817 0026, 0021, 0311, 0363, 0342, 0375, 0373, 0217, 0077, 0377, 0362, 0356, 0343, 0345, 0165, 0267,
1818 0033, 0300, 0037, 0327, 0362, 0033, 0073, 0202, 0260, 0050, 0113, 0217, 0300, 0040, 0216, 0331,
1819 0070, 0136, 0176, 0274, 0314, 0337, 0275, 0257, 0257, 0257, 0243, 0252, 0164, 0115, 0216, 0351,
1820 0363, 0141, 0340, 0103, 0102, 0100, 0151, 0055, 0161, 0354, 0202, 0320, 0003, 0117, 0027, 0365,
1821 0341, 0002, 0203, 0063, 0252, 0003, 0376, 0351, 0143, 0175, 0261, 0245, 0213, 0234, 0126, 0065,
1822 0071, 0106, 0371, 0064, 0206, 0333, 0047, 0302, 0101, 0100, 0051, 0114, 0047, 0352, 0354, 0251,
1823 0177, 0364, 0022, 0026, 0247, 0101, 0224, 0204, 0010, 0006, 0321, 0265, 0265, 0221, 0050, 0042,
1824 0300, 0076, 0162, 0125, 0042, 0325, 0002, 0353, 0143, 0343, 0117, 0043, 0232, 0207, 0341, 0310,
1825 0350, 0304, 0250, 0310, 0250, 0106, 0377, 0041, 0302, 0265, 0363, 0245, 0163, 0171, 0355, 0327,
1826 0265, 0273, 0256, 0370, 0143, 0125, 0137, 0072, 0177, 0313, 0274, 0365, 0241, 0123, 0246, 0305,
1827 0067, 0200, 0000, 0142, 0120, 0002, 0115, 0056, 0235, 0270, 0223, 0147, 0172, 0165, 0113, 0105,
1828 0106, 0125, 0301, 0265, 0375, 0014, 0264, 0353, 0253, 0144, 0005, 0000, 0211, 0041, 0002, 0236,
1829 0242, 0073, 0061, 0176, 0061, 0303, 0321, 0024, 0115, 0214, 0314, 0142, 0263, 0306, 0265, 0203,
1830 0147, 0147, 0055, 0072, 0013, 0040, 0210, 0032, 0224, 0306, 0000, 0374, 0230, 0267, 0341, 0352,
1831 0347, 0344, 0203, 0016, 0353, 0167, 0020, 0246, 0125, 0070, 0256, 0247, 0147, 0222, 0114, 0104,
1832 0007, 0126, 0300, 0002, 0240, 0126, 0046, 0204, 0000, 0320, 0021, 0171, 0055, 0022, 0151, 0334,
1833 0044, 0271, 0212, 0312, 0114, 0305, 0205, 0377, 0263, 0055, 0327, 0216, 0165, 0314, 0243, 0221,
1834 0034, 0236, 0250, 0220, 0222, 0262, 0054, 0156, 0157, 0313, 0213, 0033, 0367, 0046, 0147, 0013,
1835 0155, 0317, 0021, 0024, 0034, 0214, 0056, 0366, 0255, 0327, 0132, 0161, 0206, 0322, 0301, 0150,
1836 0074, 0171, 0374, 0142, 0362, 0370, 0125, 0060, 0075, 0264, 0271, 0317, 0056, 0056, 0242, 0024,
1837 0353, 0051, 0027, 0271, 0070, 0133, 0370, 0353, 0367, 0343, 0162, 0045, 0351, 0234, 0107, 0312,
1838 0106, 0301, 0326, 0312, 0152, 0133, 0145, 0333, 0272, 0312, 0035, 0027, 0134, 0227, 0276, 0264,
1839 0345, 0332, 0373, 0320, 0254, 0322, 0361, 0152, 0174, 0270, 0261, 0047, 0107, 0070, 0231, 0071,
1840 0023, 0171, 0100, 0364, 0136, 0243, 0220, 0010, 0020, 0022, 0001, 0022, 0052, 0004, 0337, 0354,
1841 0315, 0027, 0217, 0203, 0203, 0107, 0134, 0154, 0300, 0226, 0336, 0125, 0262, 0267, 0241, 0304,
1842 0240, 0031, 0371, 0160, 0203, 0006, 0102, 0111, 0306, 0070, 0135, 0250, 0321, 0070, 0120, 0240,
1843 0020, 0074, 0100, 0305, 0202, 0017, 0167, 0053, 0020, 0101, 0157, 0143, 0256, 0122, 0251, 0017,
1844 0300, 0036, 0004, 0074, 0067, 0070, 0066, 0072, 0122, 0144, 0332, 0236, 0006, 0073, 0141, 0123,
1845 0346, 0170, 0131, 0373, 0073, 0127, 0336, 0071, 0273, 0166, 0046, 0127, 0141, 0255, 0102, 0041,
1846 0042, 0300, 0221, 0306, 0303, 0070, 0310, 0217, 0217, 0155, 0375, 0015, 0133, 0353, 0252, 0322,
1847 0157, 0327, 0224, 0055, 0245, 0331, 0301, 0240, 0253, 0204, 0302, 0276, 0067, 0132, 0313, 0076,
1848 0312, 0140, 0037, 0006, 0354, 0066, 0274, 0223, 0236, 0351, 0354, 0372, 0203, 0340, 0236, 0374,
1849 0156, 0240, 0123, 0204, 0317, 0065, 0300, 0305, 0007, 0360, 0147, 0260, 0227, 0133, 0337, 0115,
1850 0120, 0144, 0217, 0304, 0332, 0107, 0066, 0062, 0010, 0111, 0206, 0042, 0267, 0173, 0333, 0164,
1851 0164, 0312, 0347, 0016, 0212, 0165, 0015, 0003, 0357, 0341, 0036, 0331, 0145, 0306, 0273, 0257,
1852 0140, 0021, 0360, 0075, 0270, 0151, 0073, 0345, 0357, 0000, 0035, 0003, 0070, 0006, 0366, 0334,
1853 0250, 0027, 0120, 0053, 0014, 0014, 0005, 0006, 0215, 0106, 0255, 0310, 0150, 0322, 0204, 0104,
1854 0315, 0001, 0271, 0254, 0300, 0204, 0264, 0070, 0245, 0243, 0107, 0342, 0234, 0375, 0371, 0373,
1855 0372, 0315, 0317, 0150, 0035, 0030, 0335, 0024, 0347, 0220, 0157, 0322, 0030, 0155, 0023, 0105,
1856 0360, 0334, 0042, 0032, 0366, 0314, 0342, 0273, 0056, 0061, 0370, 0117, 0343, 0151, 0036, 0056,
1857 0375, 0306, 0147, 0073, 0317, 0336, 0163, 0135, 0327, 0067, 0067, 0067, 0337, 0177, 0377, 0375,
1858 0317, 0077, 0377, 0154, 0214, 0331, 0357, 0270, 0377, 0151, 0076, 0155, 0077, 0035, 0270, 0237,
1859 0235, 0354, 0036, 0335, 0056, 0137, 0155, 0177, 0255, 0346, 0117, 0153, 0153, 0146, 0236, 0116,
1860 0247, 0101, 0020, 0034, 0034, 0034, 0214, 0307, 0343, 0166, 0317, 0245, 0056, 0275, 0003, 0042,
1861 0354, 0155, 0135, 0027, 0161, 0034, 0151, 0023, 0052, 0023, 0002, 0152, 0000, 0026, 0201, 0256,
1862 0017, 0251, 0147, 0346, 0262, 0254, 0256, 0257, 0257, 0277, 0377, 0376, 0017, 0277, 0374, 0362,
1863 0113, 0020, 0004, 0377, 0222, 0347, 0314, 0215, 0144, 0170, 0076, 0237, 0207, 0141, 0270, 0130,
1864 0054, 0322, 0064, 0361, 0314, 0336, 0173, 0226, 0146, 0347, 0026, 0151, 0366, 0172, 0103, 0122,
1865 0204, 0320, 0154, 0371, 0306, 0014, 0302, 0250, 0303, 0070, 0112, 0307, 0351, 0144, 0066, 0231,
1866 0057, 0146, 0007, 0213, 0220, 0124, 0340, 0335, 0230, 0360, 0154, 0061, 0376, 0366, 0117, 0136,
1867 0276, 0376, 0366, 0345, 0351, 0223, 0223, 0070, 0111, 0362, 0254, 0010, 0242, 0020, 0021, 0154,
1868 0125, 0345, 0110, 0125, 0131, 0351, 0300, 0004, 0052, 0144, 0337, 0034, 0135, 0104, 0204, 0035,
1869 0027, 0171, 0276, 0335, 0154, 0357, 0156, 0157, 0127, 0267, 0253, 0365, 0162, 0315, 0354, 0177,
1870 0374, 0373, 0037, 0225, 0122, 0112, 0251, 0371, 0142, 0066, 0231, 0115, 0243, 0044, 0112, 0322,
1871 0304, 0030, 0343, 0152, 0127, 0327, 0266, 0054, 0253, 0242, 0254, 0076, 0254, 0327, 0271, 0257,
1872 0035, 0300, 0260, 0024, 0146, 0307, 0242, 0065, 0271, 0355, 0276, 0177, 0135, 0233, 0216, 0006,
1873 0102, 0010, 0201, 0247, 0344, 0136, 0046, 0321, 0237, 0114, 0222, 0257, 0046, 0243, 0151, 0140,
1874 0126, 0165, 0345, 0301, 0102, 0300, 0311, 0114, 0245, 0307, 0021, 0340, 0370, 0343, 0273, 0250,
1875 0130, 0225, 0313, 0213, 0255, 0315, 0155, 0060, 0016, 0326, 0227, 0133, 0131, 0227, 0222, 0325,
1876 0233, 0222, 0267, 0033, 0010, 0043, 0325, 0154, 0115, 0067, 0031, 0005, 0143, 0303, 0345, 0046,
1877 0377, 0345, 0307, 0313, 0315, 0146, 0253, 0065, 0155, 0157, 0012, 0173, 0133, 0323, 0326, 0047,
1878 0065, 0116, 0040, 0110, 0002, 0223, 0050, 0247, 0100, 0120, 0274, 0010, 0013, 0324, 0153, 0007,
1879 0326, 0043, 0313, 0156, 0306, 0017, 0212, 0220, 0357, 0357, 0237, 0046, 0040, 0015, 0276, 0351,
1880 0333, 0156, 0021, 0060, 0372, 0032, 0154, 0001, 0354, 0077, 0123, 0037, 0345, 0061, 0210, 0021,
1881 0044, 0014, 0015, 0231, 0300, 0030, 0035, 0107, 0301, 0342, 0140, 0236, 0347, 0205, 0367, 0176,
1882 0137, 0251, 0017, 0373, 0035, 0261, 0273, 0247, 0367, 0132, 0007, 0041, 0063, 0257, 0327, 0233,
1883 0277, 0372, 0233, 0277, 0253, 0152, 0173, 0163, 0267, 0164, 0336, 0377, 0143, 0126, 0046, 0266,
1884 0365, 0222, 0316, 0071, 0250, 0153, 0047, 0154, 0275, 0167, 0216, 0253, 0242, 0250, 0363, 0334,
1885 0025, 0271, 0163, 0256, 0176, 0120, 0242, 0210, 0237, 0331, 0366, 0241, 0177, 0233, 0324, 0265,
1886 0210, 0130, 0057, 0254, 0040, 0122, 0176, 0222, 0320, 0144, 0112, 0022, 0062, 0027, 0356, 0040,
1887 0166, 0261, 0326, 0204, 0360, 0011, 0121, 0356, 0175, 0154, 0327, 0015, 0277, 0016, 0140, 0172,
1888 0040, 0217, 0136, 0331, 0243, 0047, 0152, 0064, 0323, 0306, 0030, 0140, 0006, 0250, 0333, 0006,
1889 0063, 0014, 0336, 0007, 0276, 0032, 0111, 0171, 0256, 0355, 0323, 0110, 0036, 0247, 0301, 0321,
1890 0070, 0036, 0107, 0101, 0250, 0225, 0041, 0122, 0104, 0244, 0132, 0277, 0350, 0131, 0274, 0367,
1891 0265, 0347, 0322, 0332, 0243, 0242, 0072, 0330, 0124, 0343, 0334, 0353, 0252, 0250, 0054, 0027,
1892 0136, 0234, 0062, 0135, 0326, 0031, 0121, 0070, 0100, 0050, 0303, 0320, 0116, 0216, 0350, 0374,
1893 0205, 0254, 0157, 0141, 0171, 0003, 0333, 0065, 0176, 0156, 0234, 0133, 0357, 0313, 0000, 0140,
1894 0200, 0307, 0340, 0217, 0264, 0077, 0213, 0371, 0170, 0101, 0343, 0124, 0320, 0111, 0125, 0161,
1895 0265, 0001, 0151, 0072, 0161, 0011, 0170, 0001, 0146, 0244, 0220, 0050, 0324, 0046, 0222, 0264,
1896 0054, 0151, 0365, 0166, 0374, 0343, 0377, 0065, 0251, 0177, 0014, 0046, 0343, 0042, 0236, 0136,
1897 0216, 0036, 0057, 0237, 0375, 0205, 0075, 0324, 0220, 0150, 0041, 0262, 0116, 0054, 0203, 0107,
1898 0022, 0015, 0310, 0010, 0315, 0036, 0265, 0212, 0274, 0012, 0067, 0056, 0371, 0151, 0023, 0174,
1899 0377, 0266, 0170, 0172, 0140, 0247, 0332, 0217, 0264, 0114, 0047, 0024, 0305, 0121, 0265, 0014,
1900 0076, 0376, 0210, 0007, 0206, 0023, 0360, 0271, 0050, 0217, 0303, 0255, 0317, 0372, 0276, 0047,
1901 0200, 0115, 0327, 0056, 0000, 0044, 0322, 0161, 0022, 0037, 0034, 0117, 0036, 0277, 0112, 0026,
1902 0047, 0316, 0141, 0176, 0165, 0271, 0175, 0373, 0303, 0370, 0154, 0124, 0145, 0172, 0033, 0210,
1903 0317, 0067, 0376, 0346, 0343, 0061, 0254, 0124, 0252, 0066, 0251, 0375, 0210, 0274, 0334, 0330,
1904 0315, 0252, 0250, 0066, 0245, 0057, 0235, 0070, 0024, 0157, 0270, 0366, 0120, 0371, 0322, 0225,
1905 0345, 0262, 0050, 0156, 0327, 0333, 0333, 0125, 0164, 0176, 0036, 0036, 0035, 0353, 0064, 0105,
1906 0044, 0366, 0026, 0001, 0265, 0046, 0042, 0304, 0106, 0171, 0343, 0330, 0131, 0146, 0120, 0072,
1907 0231, 0204, 0107, 0317, 0240, 0332, 0102, 0265, 0161, 0266, 0200, 0272, 0330, 0153, 0044, 0050,
1908 0273, 0016, 0366, 0055, 0102, 0043, 0202, 0060, 0206, 0164, 0114, 0121, 0334, 0154, 0234, 0147,
1909 0131, 0356, 0155, 0024, 0322, 0060, 0172, 0304, 0056, 0261, 0345, 0014, 0313, 0163, 0355, 0036,
1910 0105, 0170, 0234, 0204, 0363, 0070, 0110, 0003, 0035, 0352, 0246, 0317, 0101, 0373, 0116, 0146,
1911 0250, 0275, 0057, 0152, 0267, 0052, 0353, 0233, 0274, 0376, 0130, 0332, 0213, 0332, 0177, 0164,
1912 0174, 0313, 0130, 0053, 0003, 0244, 0020, 0041, 0321, 0070, 0035, 0305, 0371, 0331, 0243, 0252,
1913 0252, 0334, 0352, 0206, 0077, 0276, 0201, 0062, 0007, 0153, 0161, 0267, 0045, 0001, 0112, 0327,
1914 0112, 0166, 0177, 0223, 0266, 0117, 0210, 0311, 0372, 0276, 0371, 0367, 0032, 0004, 0017, 0266,
1915 0243, 0330, 0125, 0377, 0212, 0014, 0052, 0371, 0361, 0236, 0244, 0010, 0367, 0140, 0310, 0340,
1916 0205, 0375, 0256, 0167, 0062, 0354, 0247, 0274, 0327, 0011, 0160, 0077, 0243, 0275, 0277, 0341,
1917 0122, 0217, 0135, 0166, 0311, 0275, 0375, 0375, 0202, 0356, 0205, 0050, 0175, 0113, 0172, 0031,
1918 0146, 0077, 0333, 0152, 0251, 0375, 0062, 0157, 0151, 0230, 0074, 0021, 0240, 0106, 0251, 0247,
1919 0010, 0125, 0373, 0057, 0152, 0042, 0115, 0250, 0065, 0152, 0105, 0204, 0042, 0014, 0125, 0201,
1920 0161, 0254, 0137, 0174, 0035, 0374, 0371, 0377, 0000, 0340, 0363, 0377, 0370, 0277, 0331, 0217,
1921 0037, 0301, 0337, 0201, 0016, 0220, 0110, 0032, 0055, 0106, 0127, 0202, 0326, 0354, 0070, 0006,
1922 0204, 0100, 0010, 0215, 0152, 0124, 0376, 0361, 0233, 0140, 0176, 0062, 0372, 0334, 0163, 0010,
1923 0054, 0115, 0134, 0353, 0275, 0317, 0262, 0374, 0352, 0352, 0352, 0355, 0333, 0267, 0351, 0116,
1924 0134, 0334, 0046, 0005, 0020, 0367, 0143, 0172, 0270, 0377, 0347, 0076, 0333, 0321, 0206, 0236,
1925 0375, 0216, 0337, 0303, 0137, 0104, 0244, 0252, 0052, 0153, 0355, 0164, 0072, 0175, 0375, 0372,
1926 0165, 0135, 0327, 0273, 0367, 0164, 0073, 0034, 0200, 0210, 0260, 0263, 0165, 0301, 0074, 0121,
1927 0046, 0120, 0101, 0244, 0114, 0040, 0256, 0152, 0265, 0364, 0335, 0276, 0333, 0336, 0373, 0054,
1928 0313, 0032, 0362, 0346, 0137, 0372, 0234, 0313, 0262, 0264, 0326, 0146, 0131, 0366, 0365, 0327,
1929 0137, 0327, 0165, 0035, 0307, 0061, 0110, 0047, 0243, 0022, 0340, 0146, 0257, 0311, 0246, 0114,
1930 0127, 0200, 0201, 0131, 0200, 0110, 0005, 0141, 0222, 0314, 0017, 0247, 0207, 0047, 0323, 0203,
1931 0303, 0361, 0170, 0022, 0150, 0123, 0136, 0137, 0112, 0225, 0217, 0027, 0343, 0347, 0117, 0217,
1932 0277, 0373, 0327, 0337, 0236, 0075, 0075, 0015, 0243, 0310, 0132, 0227, 0157, 0362, 0315, 0152,
1933 0153, 0153, 0207, 0110, 0132, 0151, 0044, 0362, 0336, 0003, 0356, 0161, 0237, 0314, 0336, 0131,
1934 0133, 0225, 0145, 0221, 0345, 0145, 0121, 0060, 0373, 0355, 0172, 0373, 0323, 0037, 0176, 0316,
1935 0266, 0131, 0024, 0307, 0117, 0236, 0077, 0076, 0177, 0306, 0007, 0307, 0007, 0161, 0022, 0153,
1936 0143, 0116, 0036, 0237, 0126, 0125, 0275, 0335, 0146, 0233, 0315, 0266, 0250, 0153, 0227, 0073,
1937 0017, 0136, 0272, 0275, 0127, 0076, 0065, 0053, 0260, 0213, 0160, 0166, 0375, 0376, 0214, 0110,
1938 0212, 0356, 0050, 0120, 0307, 0221, 0231, 0031, 0243, 0021, 0231, 0105, 0274, 0343, 0272, 0342,
1939 0252, 0122, 0142, 0046, 0343, 0140, 0072, 0216, 0127, 0264, 0331, 0256, 0362, 0345, 0135, 0305,
1940 0061, 0201, 0345, 0310, 0361, 0304, 0160, 0055, 0276, 0006, 0212, 0002, 0065, 0032, 0307, 0243,
1941 0064, 0110, 0014, 0106, 0276, 0002, 0340, 0273, 0145, 0176, 0267, 0311, 0301, 0013, 0154, 0334,
1942 0244, 0122, 0163, 0060, 0123, 0025, 0214, 0202, 0100, 0021, 0231, 0306, 0260, 0041, 0072, 0206,
1943 0215, 0365, 0225, 0147, 0007, 0273, 0112, 0364, 0041, 0262, 0351, 0032, 0206, 0355, 0166, 0225,
1944 0333, 0125, 0117, 0012, 0163, 0043, 0154, 0023, 0102, 0012, 0234, 0111, 0201, 0371, 0123, 0062,
1945 0014, 0004, 0155, 0220, 0002, 0142, 0044, 0001, 0044, 0014, 0243, 0350, 0370, 0370, 0370, 0140,
1946 0261, 0330, 0157, 0111, 0372, 0145, 0266, 0146, 0257, 0171, 0251, 0367, 0274, 0336, 0154, 0274,
1947 0310, 0367, 0077, 0374, 0374, 0367, 0377, 0240, 0105, 0312, 0173, 0326, 0363, 0067, 0261, 0070,
1948 0262, 0053, 0024, 0041, 0105, 0012, 0110, 0000, 0224, 0040, 0152, 0015, 0101, 0300, 0132, 0133,
1949 0347, 0012, 0000, 0007, 0273, 0230, 0107, 0265, 0345, 0373, 0100, 0003, 0240, 0103, 0367, 0216,
1950 0247, 0265, 0030, 0303, 0332, 0010, 0061, 0142, 0215, 0340, 0111, 0074, 0042, 0007, 0344, 0103,
1951 0142, 0335, 0310, 0131, 0361, 0127, 0172, 0220, 0041, 0042, 0060, 0243, 0122, 0030, 0305, 0062,
1952 0077, 0162, 0147, 0057, 0354, 0144, 0241, 0302, 0110, 0021, 0040, 0110, 0305, 0235, 0275, 0146,
1953 0037, 0370, 0072, 0341, 0342, 0074, 0260, 0137, 0247, 0370, 0152, 0032, 0235, 0116, 0322, 0121,
1954 0232, 0152, 0143, 0356, 0267, 0313, 0304, 0266, 0107, 0152, 0002, 0000, 0302, 0363, 0262, 0234,
1955 0207, 0331, 0170, 0235, 0253, 0125, 0135, 0344, 0125, 0351, 0240, 0022, 0164, 0144, 0150, 0220,
1956 0114, 0125, 0104, 0076, 0212, 0355, 0341, 0043, 0072, 0272, 0204, 0217, 0157, 0361, 0356, 0012,
1957 0312, 0102, 0276, 0070, 0236, 0010, 0020, 0003, 0037, 0220, 0073, 0015, 0334, 0351, 0230, 0217,
1958 0346, 0024, 0153, 0341, 0255, 0257, 0063, 0266, 0025, 0062, 0220, 0040, 0012, 0240, 0020, 0202,
1959 0042, 0104, 0320, 0241, 0212, 0142, 0077, 0266, 0125, 0274, 0375, 0260, 0270, 0050, 0027, 0125,
1960 0250, 0322, 0370, 0046, 0072, 0370, 0070, 0372, 0152, 0251, 0036, 0025, 0352, 0030, 0045, 0045,
1961 0005, 0316, 0171, 0307, 0342, 0130, 0254, 0207, 0332, 0142, 0135, 0111, 0266, 0312, 0155, 0136,
1962 0211, 0140, 0215, 0361, 0145, 0061, 0371, 0333, 0357, 0327, 0117, 0106, 0365, 0161, 0344, 0322,
1963 0071, 0104, 0061, 0306, 0063, 0235, 0035, 0351, 0351, 0030, 0047, 0206, 0307, 0000, 0113, 0124,
1964 0266, 0333, 0202, 0101, 0166, 0373, 0233, 0264, 0344, 0165, 0123, 0050, 0241, 0115, 0020, 0115,
1965 0346, 0243, 0323, 0247, 0351, 0311, 0143, 0124, 0141, 0171, 0365, 0061, 0173, 0367, 0143, 0165,
1966 0365, 0263, 0237, 0036, 0127, 0131, 0352, 0021, 0155, 0226, 0311, 0266, 0030, 0317, 0266, 0046,
1967 0336, 0226, 0264, 0051, 0067, 0361, 0335, 0373, 0272, 0274, 0272, 0363, 0131, 0041, 0236, 0221,
1968 0021, 0030, 0024, 0006, 0202, 0042, 0336, 0027, 0331, 0266, 0270, 0275, 0131, 0135, 0135, 0316,
1969 0362, 0142, 0201, 0230, 0104, 0106, 0307, 0161, 0121, 0172, 0102, 0060, 0232, 0224, 0042, 0000,
1970 0357, 0075, 0324, 0265, 0257, 0053, 0357, 0054, 0000, 0351, 0160, 0176, 0204, 0365, 0143, 0310,
1971 0357, 0270, 0130, 0173, 0153, 0001, 0074, 0014, 0066, 0346, 0332, 0321, 0042, 0330, 0065, 0335,
1972 0320, 0012, 0214, 0021, 0145, 0274, 0240, 0143, 0250, 0005, 0110, 0332, 0306, 0364, 0273, 0216,
1973 0242, 0354, 0103, 0266, 0123, 0250, 0236, 0032, 0367, 0052, 0245, 0047, 0343, 0150, 0061, 0116,
1974 0303, 0070, 0046, 0255, 0271, 0331, 0322, 0265, 0151, 0227, 0203, 0240, 0000, 0122, 0341, 0271,
1975 0167, 0207, 0165, 0171, 0224, 0025, 0007, 0333, 0042, 0335, 0072, 0054, 0352, 0334, 0123, 0311,
1976 0120, 0053, 0104, 0042, 0100, 0034, 0151, 0030, 0215, 0107, 0331, 0311, 0171, 0365, 0350, 0271,
1977 0175, 0363, 0275, 0254, 0357, 0320, 0126, 0315, 0376, 0014, 0303, 0206, 0167, 0203, 0126, 0075,
1978 0175, 0045, 0021, 0017, 0266, 0104, 0150, 0062, 0044, 0273, 0356, 0065, 0373, 0133, 0247, 0111,
1979 0277, 0021, 0315, 0336, 0066, 0357, 0155, 0042, 0013, 0173, 0166, 0250, 0153, 0111, 0261, 0113,
1980 0161, 0365, 0135, 0121, 0145, 0027, 0052, 0065, 0277, 0160, 0177, 0126, 0203, 0054, 0325, 0120,
1981 0130, 0043, 0017, 0035, 0126, 0177, 0011, 0042, 0273, 0375, 0344, 0141, 0137, 0111, 0070, 0044,
1982 0237, 0366, 0066, 0373, 0224, 0141, 0341, 0025, 0300, 0047, 0073, 0024, 0013, 0040, 0013, 0262,
1983 0010, 0065, 0073, 0036, 0367, 0015, 0154, 0021, 0220, 0232, 0175, 0356, 0030, 0265, 0301, 0040,
1984 0220, 0252, 0004, 0020, 0320, 0206, 0306, 0123, 0165, 0170, 0004, 0000, 0064, 0236, 0242, 0126,
1985 0040, 0114, 0000, 0254, 0024, 0072, 0207, 0115, 0327, 0035, 0244, 0275, 0115, 0031, 0232, 0115,
1986 0123, 0130, 0230, 0167, 0112, 0211, 0177, 0316, 0112, 0246, 0276, 0105, 0057, 0357, 0156, 0025,
1987 0021, 0005, 0101, 0020, 0307, 0161, 0057, 0070, 0157, 0164, 0071, 0375, 0020, 0017, 0332, 0272,
1988 0077, 0054, 0312, 0227, 0041, 0054, 0040, 0042, 0336, 0177, 0170, 0357, 0233, 0156, 0143, 0375,
1989 0306, 0247, 0314, 0302, 0155, 0072, 0212, 0133, 0210, 0217, 0002, 0330, 0164, 0033, 0306, 0272,
1990 0256, 0235, 0167, 0072, 0210, 0202, 0040, 0014, 0303, 0270, 0362, 0026, 0304, 0267, 0242, 0167,
1991 0277, 0203, 0035, 0210, 0377, 0310, 0163, 0226, 0301, 0343, 0127, 0317, 0171, 0370, 0114, 0173,
1992 0332, 0336, 0213, 0370, 0146, 0013, 0153, 0245, 0131, 0004, 0330, 0011, 0213, 0143, 0021, 0041,
1993 0062, 0121, 0074, 0232, 0055, 0116, 0316, 0236, 0314, 0017, 0117, 0343, 0164, 0314, 0002, 0333,
1994 0365, 0346, 0303, 0345, 0245, 0311, 0267, 0057, 0217, 0347, 0137, 0275, 0174, 0372, 0257, 0376,
1995 0365, 0237, 0234, 0076, 0072, 0211, 0343, 0330, 0073, 0316, 0066, 0331, 0207, 0167, 0227, 0177,
1996 0373, 0127, 0177, 0277, 0131, 0147, 0343, 0351, 0170, 0161, 0174, 0070, 0133, 0314, 0020, 0300,
1997 0073, 0337, 0103, 0154, 0146, 0026, 0004, 0035, 0232, 0311, 0174, 0242, 0003, 0065, 0235, 0117,
1998 0217, 0317, 0216, 0233, 0135, 0144, 0363, 0254, 0274, 0275, 0136, 0026, 0171, 0121, 0327, 0126,
1999 0053, 0025, 0105, 0221, 0167, 0336, 0004, 0346, 0360, 0364, 0360, 0365, 0327, 0057, 0067, 0253,
2000 0355, 0355, 0335, 0052, 0267, 0165, 0135, 0227, 0054, 0002, 0044, 0303, 0375, 0275, 0207, 0011,
2001 0270, 0136, 0240, 0333, 0077, 0151, 0001, 0267, 0036, 0077, 0224, 0365, 0273, 0054, 0117, 0224,
2002 0232, 0007, 0201, 0002, 0221, 0334, 0155, 0076, 0324, 0271, 0161, 0033, 0127, 0246, 0343, 0010,
2003 0104, 0042, 0122, 0050, 0232, 0153, 0056, 0231, 0045, 0320, 0363, 0303, 0360, 0340, 0371, 0114,
2004 0215, 0303, 0160, 0024, 0247, 0343, 0070, 0111, 0202, 0320, 0240, 0002, 0057, 0326, 0126, 0225,
2005 0337, 0026, 0325, 0146, 0123, 0154, 0356, 0212, 0052, 0143, 0003, 0030, 0002, 0005, 0244, 0250,
2006 0021, 0373, 0001, 0004, 0212, 0306, 0201, 0231, 0207, 0146, 0244, 0151, 0111, 0122, 0020, 0042,
2007 0367, 0165, 0135, 0303, 0214, 0262, 0014, 0372, 0302, 0264, 0335, 0347, 0004, 0200, 0201, 0232,
2008 0237, 0312, 0103, 0101, 0061, 0215, 0042, 0037, 0035, 0176, 0151, 0015, 0020, 0001, 0150, 0250,
2009 0135, 0307, 0026, 0123, 0133, 0125, 0204, 0237, 0115, 0361, 0340, 0047, 0376, 0150, 0001, 0271,
2010 0107, 0011, 0242, 0070, 0112, 0022, 0145, 0002, 0351, 0146, 0330, 0077, 0065, 0311, 0073, 0350,
2011 0035, 0041, 0040, 0014, 0120, 0000, 0134, 0001, 0344, 0000, 0156, 0300, 0334, 0250, 0166, 0027,
2012 0161, 0320, 0000, 0006, 0040, 0005, 0010, 0001, 0364, 0100, 0315, 0330, 0166, 0324, 0155, 0152,
2013 0121, 0274, 0343, 0272, 0222, 0212, 0201, 0260, 0225, 0157, 0342, 0037, 0141, 0067, 0124, 0030,
2014 0252, 0311, 0134, 0016, 0116, 0212, 0311, 0021, 0006, 0021, 0042, 0262, 0264, 0234, 0115, 0123,
2015 0251, 0022, 0261, 0233, 0100, 0375, 0322, 0270, 0077, 0235, 0205, 0257, 0347, 0361, 0311, 0070,
2016 0036, 0105, 0041, 0250, 0007, 0255, 0314, 0356, 0225, 0352, 0043, 0206, 0121, 0170, 0250, 0224,
2017 0011, 0103, 0023, 0024, 0174, 0223, 0113, 0136, 0377, 0344, 0360, 0316, 0043, 0153, 0323, 0050,
2018 0202, 0275, 0210, 0200, 0050, 0304, 0052, 0231, 0251, 0371, 0211, 0231, 0237, 0230, 0353, 0013,
2019 0153, 0153, 0370, 0042, 0111, 0246, 0200, 0123, 0160, 0107, 0312, 0236, 0307, 0376, 0144, 0052,
2020 0343, 0300, 0153, 0146, 0137, 0211, 0257, 0100, 0030, 0131, 0130, 0200, 0272, 0276, 0053, 0302,
2021 0016, 0010, 0061, 0214, 0265, 0047, 0343, 0041, 0131, 0074, 0076, 0135, 0034, 0106, 0126, 0251,
2022 0217, 0145, 0162, 0231, 0007, 0327, 0153, 0050, 0227, 0116, 0221, 0125, 0372, 0377, 0243, 0355,
2023 0115, 0233, 0344, 0072, 0256, 0054, 0301, 0173, 0335, 0375, 0255, 0261, 0347, 0206, 0175, 0041,
2024 0001, 0122, 0242, 0244, 0252, 0036, 0263, 0256, 0152, 0033, 0353, 0261, 0036, 0233, 0057, 0363,
2025 0277, 0253, 0153, 0026, 0263, 0236, 0236, 0352, 0351, 0152, 0165, 0111, 0042, 0051, 0222, 0040,
2026 0001, 0044, 0220, 0153, 0254, 0157, 0361, 0345, 0336, 0073, 0037, 0074, 0342, 0305, 0213, 0004,
2027 0110, 0121, 0052, 0165, 0030, 0015, 0306, 0134, 0220, 0351, 0210, 0267, 0035, 0077, 0367, 0054,
2028 0034, 0134, 0360, 0236, 0102, 0340, 0020, 0300, 0007, 0264, 0216, 0066, 0027, 0253, 0352, 0166,
2029 0331, 0056, 0327, 0301, 0023, 0111, 0166, 0176, 0245, 0136, 0277, 0015, 0327, 0147, 0366, 0376,
2030 0000, 0363, 0074, 0321, 0003, 0314, 0207, 0252, 0034, 0342, 0050, 0227, 0251, 0242, 0367, 0054,
2031 0315, 0116, 0340, 0217, 0207, 0362, 0364, 0370, 0000, 0123, 0210, 0046, 0057, 0313, 0223, 0173,
2032 0343, 0307, 0237, 0230, 0274, 0250, 0027, 0313, 0315, 0371, 0153, 0167, 0375, 0046, 0343, 0045,
2033 0272, 0262, 0255, 0066, 0044, 0271, 0265, 0112, 0324, 0361, 0345, 0160, 0214, 0070, 0274, 0272,
2034 0361, 0067, 0027, 0157, 0352, 0357, 0156, 0145, 0271, 0120, 0316, 0012, 0157, 0325, 0016, 0102,
2035 0000, 0044, 0022, 0002, 0270, 0226, 0155, 0345, 0226, 0315, 0206, 0233, 0114, 0163, 0131, 0044,
2036 0203, 0117, 0236, 0223, 0244, 0002, 0242, 0064, 0150, 0005, 0100, 0340, 0234, 0365, 0216, 0174,
2037 0020, 0142, 0245, 0024, 0246, 0105, 0256, 0146, 0147, 0122, 0075, 0246, 0315, 0234, 0253, 0045,
2038 0004, 0372, 0040, 0362, 0345, 0160, 0352, 0304, 0002, 0304, 0314, 0354, 0005, 0032, 0026, 0035,
2039 0142, 0122, 0353, 0056, 0235, 0015, 0020, 0204, 0063, 0246, 0021, 0370, 0117, 0006, 0352, 0027,
2040 0343, 0301, 0047, 0343, 0142, 0126, 0346, 0312, 0230, 0026, 0360, 0266, 0221, 0053, 0107, 0267,
2041 0136, 0032, 0142, 0000, 0054, 0024, 0116, 0023, 0074, 0111, 0341, 0070, 0325, 0171, 0126, 0036,
2042 0045, 0131, 0121, 0224, 0105, 0331, 0232, 0245, 0255, 0226, 0124, 0007, 0137, 0005, 0345, 0125,
2043 0022, 0033, 0143, 0162, 0255, 0312, 0262, 0154, 0116, 0037, 0322, 0323, 0317, 0340, 0346, 0075,
2044 0330, 0132, 0352, 0015, 0010, 0157, 0315, 0167, 0174, 0247, 0272, 0022, 0341, 0016, 0175, 0202,
2045 0375, 0052, 0344, 0217, 0354, 0136, 0356, 0104, 0361, 0342, 0241, 0056, 0107, 0340, 0140, 0156,
2046 0005, 0077, 0122, 0300, 0210, 0135, 0225, 0361, 0226, 0116, 0332, 0006, 0363, 0310, 0335, 0364,
2047 0021, 0351, 0025, 0110, 0374, 0330, 0344, 0001, 0373, 0014, 0123, 0157, 0223, 0216, 0037, 0065,
2048 0070, 0042, 0364, 0251, 0235, 0056, 0031, 0031, 0016, 0055, 0330, 0335, 0021, 0024, 0020, 0146,
2049 0040, 0202, 0255, 0347, 0127, 0100, 0100, 0210, 0240, 0166, 0060, 0235, 0251, 0373, 0117, 0314,
2050 0203, 0047, 0152, 0172, 0304, 0325, 0332, 0377, 0376, 0237, 0205, 0001, 0210, 0073, 0217, 0220,
2051 0312, 0262, 0354, 0263, 0057, 0322, 0137, 0377, 0117, 0200, 0332, 0276, 0371, 0301, 0176, 0363,
2052 0215, 0173, 0363, 0206, 0327, 0153, 0114, 0322, 0175, 0034, 0311, 0126, 0015, 0023, 0131, 0042,
2053 0374, 0313, 0220, 0315, 0235, 0176, 0273, 0203, 0375, 0250, 0154, 0341, 0023, 0021, 0305, 0302,
2054 0240, 0376, 0167, 0032, 0143, 0242, 0032, 0006, 0021, 0353, 0272, 0216, 0302, 0325, 0370, 0230,
2055 0277, 0063, 0043, 0354, 0200, 0321, 0035, 0316, 0243, 0143, 0101, 0356, 0274, 0264, 0326, 0041,
2056 0004, 0332, 0275, 0230, 0031, 0142, 0313, 0007, 0157, 0123, 0011, 0024, 0252, 0010, 0215, 0051,
2057 0004, 0347, 0134, 0222, 0221, 0066, 0072, 0313, 0063, 0333, 0200, 0104, 0341, 0033, 0157, 0175,
2058 0363, 0167, 0316, 0235, 0156, 0315, 0000, 0320, 0064, 0315, 0237, 0134, 0163, 0007, 0217, 0376,
2059 0314, 0065, 0163, 0034, 0072, 0305, 0047, 0227, 0122, 0052, 0346, 0022, 0021, 0011, 0050, 0255,
2060 0114, 0226, 0225, 0203, 0341, 0170, 0062, 0236, 0315, 0306, 0263, 0343, 0321, 0150, 0254, 0224,
2061 0251, 0253, 0315, 0146, 0275, 0336, 0054, 0026, 0156, 0271, 0172, 0064, 0050, 0036, 0077, 0074,
2062 0373, 0354, 0227, 0237, 0076, 0373, 0374, 0131, 0121, 0226, 0000, 0252, 0132, 0155, 0316, 0137,
2063 0237, 0277, 0372, 0372, 0273, 0253, 0167, 0327, 0131, 0236, 0317, 0216, 0147, 0323, 0243, 0131,
2064 0126, 0304, 0201, 0124, 0207, 0073, 0267, 0277, 0120, 0153, 0135, 0224, 0145, 0226, 0147, 0064,
2065 0335, 0346, 0006, 0172, 0027, 0252, 0115, 0015, 0267, 0213, 0365, 0252, 0172, 0177, 0176, 0061,
2066 0232, 0014, 0007, 0243, 0101, 0136, 0026, 0210, 0070, 0030, 0014, 0036, 0074, 0176, 0260, 0132,
2067 0155, 0336, 0276, 0071, 0137, 0065, 0115, 0033, 0210, 0310, 0107, 0327, 0321, 0276, 0305, 0127,
2068 0366, 0126, 0101, 0351, 0045, 0245, 0104, 0172, 0322, 0012, 0056, 0165, 0362, 0155, 0103, 0032,
2069 0053, 0117, 0374, 0174, 0220, 0017, 0323, 0244, 0140, 0125, 0157, 0302, 0352, 0365, 0372, 0272,
2070 0252, 0324, 0050, 0271, 0171, 0273, 0152, 0226, 0265, 0012, 0122, 0344, 0351, 0354, 0264, 0310,
2071 0217, 0262, 0362, 0070, 0037, 0034, 0147, 0203, 0111, 0136, 0014, 0262, 0054, 0115, 0215, 0211,
2072 0111, 0324, 0104, 0201, 0234, 0347, 0246, 0365, 0253, 0125, 0063, 0277, 0256, 0156, 0363, 0025,
2073 0135, 0264, 0276, 0006, 0007, 0234, 0212, 0150, 0104, 0026, 0261, 0104, 0225, 0367, 0353, 0100,
2074 0055, 0003, 0011, 0336, 0255, 0356, 0076, 0070, 0215, 0261, 0327, 0006, 0214, 0210, 0070, 0051,
2075 0223, 0147, 0263, 0364, 0131, 0111, 0311, 0342, 0265, 0173, 0355, 0252, 0262, 0120, 0052, 0322,
2076 0373, 0370, 0343, 0232, 0133, 0071, 0330, 0370, 0034, 0044, 0124, 0175, 0070, 0345, 0221, 0017,
2077 0032, 0305, 0017, 0132, 0365, 0342, 0001, 0033, 0125, 0357, 0237, 0345, 0376, 0223, 0131, 0366,
2078 0215, 0255, 0033, 0107, 0021, 0113, 0376, 0271, 0020, 0347, 0303, 0133, 0324, 0266, 0053, 0135,
2079 0004, 0207, 0303, 0344, 0351, 0323, 0154, 0062, 0061, 0151, 0012, 0210, 0300, 0014, 0104, 0022,
2080 0002, 0204, 0100, 0316, 0121, 0323, 0370, 0365, 0332, 0335, 0336, 0346, 0336, 0347, 0000, 0031,
2081 0354, 0373, 0306, 0004, 0201, 0061, 0172, 0023, 0230, 0210, 0051, 0200, 0016, 0242, 0142, 0046,
2082 0205, 0034, 0336, 0235, 0177, 0222, 0273, 0301, 0174, 0200, 0263, 0063, 0232, 0335, 0163, 0371,
2083 0060, 0323, 0006, 0000, 0274, 0200, 0060, 0202, 0100, 0000, 0110, 0231, 0246, 0350, 0037, 0244,
2084 0364, 0305, 0310, 0274, 0230, 0225, 0307, 0303, 0202, 0114, 0162, 0356, 0160, 0025, 0304, 0063,
2085 0365, 0253, 0075, 0076, 0200, 0040, 0130, 0152, 0030, 0032, 0223, 0245, 0370, 0150, 0242, 0074,
2086 0221, 0005, 0277, 0251, 0150, 0025, 0174, 0105, 0006, 0001, 0024, 0202, 0010, 0222, 0000, 0242,
2087 0362, 0111, 0046, 0303, 0231, 0231, 0235, 0251, 0311, 0061, 0256, 0227, 0302, 0374, 0223, 0340,
2088 0006, 0206, 0050, 0047, 0206, 0357, 0345, 0162, 0124, 0252, 0204, 0211, 0255, 0004, 0053, 0041,
2089 0304, 0135, 0070, 0012, 0300, 0326, 0353, 0314, 0002, 0204, 0052, 0305, 0062, 0117, 0363, 0331,
2090 0200, 0263, 0043, 0270, 0367, 0360, 0074, 0033, 0276, 0153, 0315, 0037, 0134, 0361, 0045, 0077,
2091 0330, 0204, 0041, 0132, 0155, 0152, 0101, 0315, 0301, 0261, 0253, 0254, 0255, 0255, 0267, 0301,
2092 0063, 0006, 0301, 0146, 0143, 0233, 0115, 0343, 0253, 0212, 0332, 0226, 0202, 0314, 0133, 0165,
2093 0163, 0043, 0353, 0133, 0347, 0317, 0160, 0130, 0242, 0322, 0230, 0344, 0120, 0016, 0160, 0126,
2094 0310, 0231, 0341, 0357, 0030, 0204, 0161, 0327, 0157, 0330, 0257, 0161, 0337, 0136, 0211, 0112,
2095 0153, 0123, 0224, 0331, 0344, 0244, 0070, 0276, 0217, 0240, 0375, 0152, 0021, 0346, 0027, 0306,
2096 0316, 0307, 0045, 0217, 0012, 0065, 0036, 0044, 0070, 0051, 0327, 0316, 0334, 0262, 0274, 0261,
2097 0316, 0276, 0361, 0353, 0325, 0105, 0173, 0273, 0036, 0055, 0226, 0003, 0315, 0203, 0151, 0062,
2098 0050, 0213, 0074, 0057, 0322, 0054, 0123, 0230, 0120, 0340, 0246, 0156, 0126, 0013, 0234, 0337,
2099 0264, 0253, 0033, 0317, 0233, 0133, 0173, 0361, 0266, 0071, 0236, 0016, 0116, 0216, 0222, 0162,
2100 0244, 0023, 0245, 0200, 0041, 0004, 0347, 0171, 0275, 0162, 0165, 0103, 0201, 0024, 0050, 0245,
2101 0065, 0146, 0151, 0232, 0216, 0247, 0060, 0273, 0027, 0346, 0357, 0375, 0355, 0033, 0041, 0027,
2102 0013, 0225, 0244, 0077, 0031, 0350, 0225, 0051, 0142, 0360, 0342, 0332, 0340, 0234, 0025, 0150,
2103 0011, 0014, 0202, 0306, 0175, 0202, 0026, 0011, 0153, 0241, 0022, 0151, 0232, 0310, 0343, 0101,
2104 0366, 0160, 0234, 0317, 0206, 0171, 0226, 0232, 0212, 0360, 0155, 0103, 0177, 0334, 0310, 0253,
2105 0232, 0057, 0035, 0327, 0004, 0040, 0000, 0136, 0100, 0241, 0277, 0120, 0150, 0074, 0112, 0360,
2106 0121, 0216, 0317, 0007, 0352, 0371, 0100, 0037, 0247, 0152, 0152, 0164, 0142, 0164, 0000, 0175,
2107 0356, 0233, 0367, 0033, 0271, 0362, 0334, 0020, 0033, 0243, 0104, 0300, 0240, 0344, 0131, 0222,
2108 0317, 0146, 0355, 0203, 0247, 0374, 0375, 0231, 0054, 0156, 0124, 0333, 0140, 0240, 0173, 0362,
2109 0271, 0214, 0000, 0000, 0040, 0000, 0111, 0104, 0101, 0124, 0136, 0102, 0036, 0366, 0230, 0033,
2110 0371, 0340, 0371, 0370, 0141, 0100, 0177, 0274, 0346, 0016, 0322, 0317, 0366, 0342, 0351, 0030,
2111 0243, 0271, 0337, 0073, 0364, 0073, 0332, 0016, 0373, 0152, 0345, 0160, 0272, 0164, 0120, 0365,
2112 0331, 0271, 0075, 0361, 0260, 0321, 0071, 0216, 0050, 0273, 0122, 0242, 0003, 0221, 0117, 0057,
2113 0271, 0155, 0347, 0041, 0337, 0245, 0317, 0336, 0351, 0362, 0350, 0325, 0142, 0155, 0351, 0052,
2114 0215, 0135, 0367, 0152, 0024, 0210, 0242, 0331, 0105, 0317, 0165, 0043, 0151, 0024, 0101, 0146,
2115 0330, 0071, 0267, 0171, 0047, 0335, 0014, 0012, 0065, 0146, 0271, 0072, 0175, 0144, 0136, 0376,
2116 0215, 0371, 0344, 0027, 0070, 0030, 0341, 0355, 0225, 0177, 0375, 0132, 0026, 0267, 0342, 0375,
2117 0166, 0351, 0336, 0211, 0322, 0311, 0303, 0047, 0305, 0277, 0373, 0017, 0252, 0034, 0044, 0157,
2118 0137, 0253, 0351, 0077, 0011, 0040, 0175, 0373, 0255, 0020, 0003, 0357, 0002, 0156, 0101, 0140,
2119 0127, 0163, 0373, 0327, 0352, 0263, 0221, 0176, 0037, 0352, 0226, 0265, 0341, 0017, 0044, 0046,
2120 0054, 0042, 0131, 0226, 0115, 0046, 0223, 0351, 0164, 0152, 0214, 0171, 0377, 0376, 0375, 0142,
2121 0261, 0150, 0333, 0066, 0162, 0033, 0373, 0204, 0200, 0273, 0122, 0225, 0375, 0253, 0077, 0342,
2122 0271, 0203, 0033, 0214, 0061, 0336, 0173, 0347, 0234, 0367, 0176, 0373, 0311, 0355, 0337, 0355,
2123 0061, 0151, 0210, 0000, 0302, 0114, 0316, 0272, 0044, 0367, 0211, 0111, 0262, 0074, 0107, 0245,
2124 0204, 0101, 0104, 0266, 0062, 0224, 0375, 0365, 0305, 0335, 0232, 0247, 0323, 0351, 0144, 0062,
2125 0121, 0112, 0135, 0134, 0134, 0054, 0227, 0313, 0237, 0136, 0163, 0037, 0212, 0375, 0214, 0065,
2126 0073, 0357, 0275, 0367, 0041, 0176, 0162, 0033, 0004, 0305, 0333, 0363, 0037, 0224, 0116, 0114,
2127 0222, 0024, 0203, 0264, 0234, 0214, 0147, 0107, 0223, 0331, 0321, 0150, 0074, 0111, 0262, 0224,
2128 0274, 0137, 0315, 0347, 0253, 0345, 0242, 0136, 0055, 0251, 0155, 0107, 0132, 0077, 0274, 0367,
2129 0350, 0345, 0313, 0147, 0317, 0137, 0074, 0075, 0076, 0075, 0122, 0132, 0073, 0353, 0156, 0257,
2130 0157, 0337, 0174, 0367, 0366, 0315, 0367, 0347, 0024, 0170, 0174, 0066, 0236, 0035, 0037, 0025,
2131 0203, 0122, 0004, 0250, 0213, 0076, 0332, 0351, 0232, 0343, 0045, 0244, 0214, 0061, 0230, 0304,
2132 0315, 0003, 0000, 0204, 0020, 0222, 0074, 0103, 0204, 0253, 0367, 0327, 0213, 0233, 0305, 0373,
2133 0067, 0027, 0343, 0311, 0370, 0341, 0263, 0107, 0112, 0051, 0223, 0230, 0311, 0321, 0344, 0321,
2134 0323, 0207, 0237, 0174, 0372, 0364, 0152, 0261, 0132, 0267, 0326, 0325, 0344, 0043, 0105, 0270,
2135 0033, 0341, 0166, 0100, 0101, 0172, 0262, 0226, 0370, 0243, 0031, 0220, 0101, 0125, 0222, 0276,
2136 0163, 0201, 0045, 0170, 0256, 0055, 0321, 0323, 0101, 0231, 0042, 0344, 0204, 0233, 0171, 0330,
2137 0254, 0334, 0052, 0241, 0315, 0322, 0242, 0203, 0321, 0260, 0030, 0236, 0116, 0116, 0076, 0231,
2138 0114, 0316, 0362, 0341, 0161, 0066, 0030, 0247, 0145, 0231, 0244, 0251, 0216, 0051, 0357, 0273,
2139 0243, 0054, 0161, 0140, 0164, 0064, 0053, 0247, 0343, 0242, 0110, 0315, 0045, 0317, 0303, 0205,
2140 0155, 0333, 0220, 0222, 0112, 0101, 0127, 0336, 0337, 0264, 0355, 0171, 0335, 0276, 0255, 0355,
2141 0052, 0200, 0145, 0344, 0335, 0265, 0210, 0037, 0114, 0224, 0273, 0215, 0113, 0374, 0234, 0102,
2142 0074, 0031, 0146, 0277, 0274, 0127, 0374, 0372, 0030, 0206, 0325, 0073, 0274, 0332, 0120, 0142,
2143 0250, 0167, 0033, 0353, 0335, 0150, 0356, 0216, 0146, 0273, 0333, 0032, 0336, 0255, 0333, 0330,
2144 0367, 0027, 0155, 0363, 0132, 0030, 0272, 0264, 0352, 0135, 0040, 0247, 0164, 0373, 0046, 0141,
2145 0106, 0204, 0331, 0362, 0346, 0027, 0145, 0175, 0171, 0232, 0136, 0314, 0215, 0013, 0022, 0210,
2146 0345, 0317, 0242, 0106, 0240, 0027, 0237, 0161, 0150, 0021, 0246, 0100, 0004, 0240, 0116, 0116,
2147 0106, 0377, 0376, 0337, 0017, 0137, 0274, 0200, 0351, 0024, 0264, 0026, 0042, 0011, 0201, 0254,
2148 0345, 0246, 0241, 0252, 0012, 0363, 0171, 0270, 0270, 0360, 0137, 0177, 0115, 0357, 0336, 0321,
2149 0172, 0315, 0336, 0347, 0007, 0101, 0144, 0302, 0002, 0016, 0040, 0000, 0066, 0042, 0212, 0341,
2150 0206, 0325, 0106, 0320, 0355, 0244, 0304, 0202, 0077, 0142, 0137, 0355, 0320, 0215, 0326, 0130,
2151 0216, 0145, 0172, 0032, 0046, 0047, 0336, 0244, 0011, 0052, 0022, 0360, 0054, 0001, 0101, 0004,
2152 0002, 0113, 0012, 0064, 0116, 0350, 0111, 0241, 0136, 0116, 0223, 0007, 0243, 0134, 0045, 0311,
2153 0125, 0120, 0337, 0327, 0374, 0252, 0226, 0052, 0010, 0375, 0330, 0210, 0035, 0041, 0001, 0074,
2154 0315, 0360, 0151, 0251, 0236, 0024, 0172, 0132, 0144, 0317, 0246, 0345, 0232, 0332, 0313, 0020,
2155 0336, 0005, 0272, 0016, 0101, 0160, 0233, 0071, 0030, 0167, 0273, 0001, 0224, 0024, 0203, 0144,
2156 0172, 0252, 0247, 0047, 0170, 0171, 0016, 0321, 0000, 0054, 0037, 0004, 0123, 0307, 0001, 0007,
2157 0110, 0201, 0074, 0321, 0062, 0313, 0140, 0134, 0240, 0012, 0310, 0001, 0142, 0251, 0256, 0154,
2158 0271, 0342, 0235, 0330, 0105, 0043, 0152, 0114, 0062, 0223, 0015, 0123, 0063, 0050, 0174, 0071,
2159 0174, 0227, 0315, 0276, 0011, 0047, 0137, 0332, 0301, 0167, 0074, 0272, 0112, 0357, 0045, 0152,
2160 0222, 0006, 0155, 0352, 0040, 0002, 0301, 0372, 0166, 0335, 0264, 0313, 0215, 0253, 0232, 0300,
2161 0102, 0072, 0361, 0326, 0333, 0252, 0361, 0165, 0015, 0266, 0311, 0060, 0050, 0124, 0301, 0241,
2162 0335, 0260, 0257, 0031, 0246, 0032, 0104, 0153, 0003, 0105, 0206, 0263, 0134, 0316, 0164, 0110,
2163 0166, 0112, 0214, 0256, 0042, 0174, 0373, 0074, 0333, 0331, 0105, 0124, 0222, 0045, 0345, 0070,
2164 0033, 0117, 0223, 0301, 0050, 0264, 0236, 0353, 0125, 0342, 0067, 0145, 0316, 0247, 0307, 0203,
2165 0243, 0161, 0176, 0172, 0064, 0314, 0216, 0307, 0267, 0255, 0332, 0254, 0253, 0353, 0171, 0335,
2166 0054, 0226, 0130, 0257, 0307, 0134, 0317, 0246, 0162, 0377, 0154, 0174, 0166, 0062, 0073, 0072,
2167 0232, 0115, 0246, 0223, 0262, 0034, 0044, 0111, 0032, 0002, 0255, 0126, 0353, 0213, 0213, 0233,
2168 0067, 0077, 0134, 0274, 0371, 0041, 0271, 0236, 0127, 0336, 0157, 0334, 0315, 0205, 0273, 0175,
2169 0120, 0226, 0245, 0121, 0232, 0075, 0073, 0033, 0232, 0072, 0154, 0252, 0140, 0035, 0211, 0066,
2170 0046, 0221, 0044, 0121, 0151, 0242, 0100, 0025, 0074, 0231, 0332, 0361, 0161, 0135, 0114, 0244,
2171 0335, 0000, 0371, 0036, 0303, 0204, 0007, 0341, 0107, 0314, 0320, 0066, 0260, 0131, 0122, 0263,
2172 0151, 0111, 0352, 0000, 0012, 0305, 0354, 0147, 0235, 0030, 0130, 0062, 0141, 0155, 0144, 0222,
2173 0340, 0161, 0231, 0116, 0212, 0054, 0113, 0015, 0003, 0256, 0075, 0177, 0273, 0016, 0277, 0135,
2174 0361, 0067, 0065, 0134, 0171, 0360, 0054, 0050, 0220, 0050, 0034, 0031, 0170, 0333, 0342, 0265,
2175 0027, 0047, 0360, 0142, 0240, 0147, 0211, 0022, 0235, 0350, 0124, 0224, 0041, 0006, 0261, 0014,
2176 0015, 0160, 0102, 0333, 0111, 0121, 0242, 0125, 0072, 0030, 0252, 0223, 0373, 0174, 0174, 0137,
2177 0056, 0316, 0145, 0275, 0304, 0340, 0161, 0037, 0275, 0327, 0115, 0155, 0372, 0125, 0006, 0035,
2178 0304, 0331, 0336, 0142, 0166, 0051, 0200, 0273, 0154, 0076, 0351, 0172, 0227, 0020, 0016, 0012,
2179 0230, 0173, 0323, 0242, 0136, 0071, 0345, 0236, 0001, 0227, 0073, 0063, 0346, 0217, 0351, 0155,
2180 0072, 0016, 0106, 0366, 0325, 0106, 0002, 0375, 0236, 0356, 0355, 0032, 0224, 0302, 0176, 0007,
2181 0354, 0036, 0331, 0154, 0013, 0203, 0372, 0261, 0072, 0335, 0212, 0273, 0271, 0026, 0034, 0204,
2182 0042, 0252, 0070, 0060, 0331, 0176, 0150, 0016, 0202, 0372, 0367, 0143, 0051, 0210, 0263, 0175,
2183 0041, 0026, 0142, 0200, 0200, 0040, 0230, 0016, 0364, 0223, 0027, 0346, 0363, 0277, 0065, 0057,
2184 0177, 0255, 0217, 0357, 0011, 0023, 0267, 0157, 0250, 0156, 0304, 0071, 0336, 0251, 0032, 0205,
2185 0105, 0174, 0140, 0153, 0205, 0110, 0317, 0216, 0363, 0321, 0004, 0323, 0014, 0100, 0011, 0103,
2186 0373, 0352, 0225, 0270, 0066, 0372, 0015, 0204, 0105, 0102, 0020, 0022, 0376, 0127, 0200, 0233,
2187 0103, 0074, 0330, 0327, 0136, 0357, 0046, 0163, 0054, 0054, 0334, 0131, 0204, 0072, 0320, 0120,
2188 0024, 0305, 0331, 0331, 0331, 0343, 0307, 0217, 0313, 0262, 0054, 0313, 0362, 0365, 0353, 0327,
2189 0327, 0327, 0327, 0125, 0125, 0355, 0204, 0226, 0373, 0303, 0334, 0027, 0246, 0364, 0201, 0302,
2190 0207, 0104, 0110, 0367, 0341, 0016, 0334, 0204, 0375, 0067, 0354, 0314, 0122, 0322, 0167, 0246,
2191 0011, 0070, 0157, 0123, 0347, 0222, 0044, 0311, 0262, 0114, 0153, 0043, 0354, 0343, 0033, 0323,
2192 0001, 0262, 0036, 0052, 0302, 0262, 0054, 0357, 0335, 0273, 0367, 0350, 0321, 0243, 0074, 0317,
2193 0007, 0203, 0301, 0233, 0067, 0157, 0256, 0256, 0256, 0352, 0272, 0276, 0263, 0346, 0073, 0264,
2194 0315, 0317, 0304, 0144, 0336, 0073, 0347, 0134, 0010, 0073, 0100, 0266, 0225, 0021, 0063, 0061,
2195 0240, 0111, 0213, 0321, 0240, 0034, 0116, 0106, 0223, 0343, 0162, 0064, 0055, 0107, 0343, 0044,
2196 0313, 0105, 0144, 0123, 0125, 0353, 0305, 0142, 0065, 0277, 0255, 0327, 0053, 0166, 0355, 0100,
2197 0253, 0243, 0361, 0321, 0247, 0237, 0074, 0176, 0361, 0371, 0363, 0263, 0207, 0247, 0151, 0236,
2198 0006, 0117, 0365, 0246, 0276, 0276, 0270, 0171, 0177, 0176, 0261, 0232, 0157, 0046, 0263, 0311,
2199 0160, 0074, 0116, 0363, 0034, 0000, 0103, 0360, 0161, 0364, 0326, 0177, 0355, 0033, 0023, 0016,
2200 0102, 0015, 0124, 0232, 0246, 0203, 0321, 0160, 0061, 0137, 0066, 0233, 0372, 0342, 0335, 0345,
2201 0150, 0062, 0074, 0072, 0073, 0056, 0212, 0102, 0033, 0235, 0146, 0351, 0354, 0150, 0366, 0311,
2202 0213, 0117, 0336, 0276, 0273, 0272, 0232, 0057, 0067, 0266, 0015, 0114, 0135, 0064, 0146, 0277,
2203 0026, 0245, 0273, 0264, 0140, 0027, 0205, 0211, 0112, 0213, 0040, 0001, 0324, 0240, 0056, 0211,
2204 0245, 0145, 0047, 0256, 0046, 0171, 0224, 0045, 0205, 0206, 0241, 0350, 0232, 0160, 0355, 0235,
2205 0022, 0314, 0107, 0203, 0243, 0007, 0107, 0017, 0237, 0237, 0334, 0177, 0066, 0034, 0316, 0114,
2206 0121, 0252, 0044, 0125, 0132, 0253, 0130, 0261, 0022, 0165, 0342, 0050, 0061, 0172, 0000, 0222,
2207 0104, 0047, 0211, 0126, 0132, 0021, 0163, 0265, 0150, 0327, 0233, 0340, 0034, 0065, 0076, 0070,
2208 0342, 0313, 0266, 0171, 0135, 0065, 0157, 0052, 0173, 0321, 0206, 0225, 0007, 0307, 0260, 0103,
2209 0164, 0373, 0075, 0126, 0377, 0224, 0356, 0362, 0134, 0242, 0313, 0160, 0066, 0110, 0136, 0236,
2210 0226, 0277, 0070, 0315, 0146, 0211, 0113, 0144, 0243, 0302, 0256, 0140, 0113, 0365, 0132, 0117,
2211 0357, 0260, 0260, 0262, 0107, 0052, 0135, 0210, 0341, 0156, 0163, 0021, 0363, 0064, 0071, 0266,
2212 0237, 0012, 0063, 0154, 0103, 0306, 0004, 0230, 0200, 0111, 0230, 0201, 0031, 0231, 0201, 0266,
2213 0137, 0025, 0042, 0045, 0062, 0363, 0356, 0223, 0254, 0171, 0073, 0063, 0377, 0117, 0242, 0226,
2214 0012, 0074, 0301, 0137, 0100, 0332, 0310, 0001, 0063, 0031, 0257, 0124, 0140, 0042, 0106, 0324,
2215 0323, 0351, 0370, 0337, 0374, 0233, 0364, 0357, 0377, 0136, 0235, 0235, 0201, 0061, 0022, 0002,
2216 0207, 0300, 0326, 0122, 0333, 0122, 0125, 0271, 0345, 0322, 0136, 0136, 0326, 0277, 0373, 0235,
2217 0375, 0335, 0277, 0370, 0257, 0277, 0306, 0167, 0357, 0125, 0323, 0230, 0036, 0264, 0041, 0005,
2218 0267, 0240, 0052, 0245, 0110, 0013, 0151, 0265, 0106, 0174, 0017, 0252, 0001, 0334, 0227, 0017,
2219 0376, 0344, 0113, 0045, 0051, 0014, 0107, 0064, 0076, 0366, 0345, 0330, 0243, 0012, 0002, 0236,
2220 0201, 0266, 0024, 0226, 0160, 0010, 0106, 0207, 0231, 0201, 0107, 0145, 0362, 0140, 0064, 0030,
2221 0344, 0131, 0055, 0152, 0025, 0344, 0165, 0303, 0277, 0133, 0321, 0062, 0210, 0347, 0217, 0361,
2222 0122, 0000, 0210, 0220, 0042, 0074, 0053, 0124, 0256, 0341, 0064, 0323, 0111, 0252, 0217, 0006,
2223 0305, 0043, 0017, 0017, 0155, 0363, 0115, 0313, 0257, 0134, 0360, 0012, 0005, 0165, 0214, 0133,
2224 0040, 0001, 0142, 0021, 0223, 0207, 0321, 0324, 0114, 0216, 0125, 0121, 0160, 0133, 0177, 0324,
2225 0021, 0037, 0227, 0145, 0100, 0162, 0224, 0322, 0360, 0040, 0225, 0074, 0107, 0144, 0040, 0217,
2226 0314, 0300, 0373, 0031, 0001, 0202, 0102, 0064, 0112, 0047, 0132, 0245, 0046, 0051, 0322, 0174,
2227 0230, 0145, 0243, 0244, 0116, 0325, 0253, 0332, 0374, 0277, 0315, 0344, 0153, 0276, 0177, 0233,
2228 0237, 0300, 0150, 0066, 0064, 0103, 0361, 0340, 0310, 0222, 0363, 0276, 0266, 0156, 0123, 0267,
2229 0313, 0225, 0335, 0124, 0301, 0223, 0150, 0315, 0002, 0355, 0172, 0023, 0252, 0052, 0245, 0366,
2230 0050, 0017, 0307, 0012, 0107, 0205, 0326, 0240, 0330, 0006, 0166, 0036, 0003, 0242, 0100, 0252,
2231 0161, 0244, 0345, 0110, 0005, 0003, 0174, 0100, 0330, 0354, 0067, 0355, 0200, 0250, 0104, 0100,
2232 0147, 0145, 0066, 0232, 0146, 0303, 0251, 0066, 0111, 0333, 0054, 0321, 0065, 0303, 0014, 0246,
2233 0345, 0350, 0301, 0243, 0111, 0076, 0030, 0036, 0217, 0213, 0341, 0044, 0067, 0312, 0277, 0241,
2234 0352, 0346, 0366, 0046, 0255, 0327, 0263, 0214, 0036, 0237, 0014, 0237, 0075, 0236, 0074, 0177,
2235 0376, 0350, 0341, 0203, 0373, 0247, 0047, 0307, 0343, 0311, 0244, 0050, 0312, 0044, 0061, 0104,
2236 0264, 0336, 0154, 0256, 0257, 0346, 0257, 0137, 0137, 0174, 0363, 0315, 0233, 0257, 0276, 0172,
2237 0375, 0346, 0162, 0123, 0273, 0265, 0237, 0137, 0251, 0263, 0123, 0006, 0151, 0152, 0333, 0124,
2238 0256, 0365, 0340, 0002, 0004, 0101, 0015, 0142, 0024, 0144, 0011, 0032, 0215, 0250, 0165, 0050,
2239 0112, 0063, 0234, 0251, 0362, 0230, 0127, 0027, 0340, 0145, 0307, 0133, 0164, 0306, 0341, 0035,
2240 0063, 0311, 0014, 0325, 0112, 0346, 0127, 0264, 0234, 0133, 0027, 0066, 0106, 0041, 0252, 0124,
2241 0305, 0236, 0124, 0021, 0300, 0100, 0242, 0100, 0020, 0244, 0060, 0272, 0114, 0114, 0146, 0064,
2242 0042, 0006, 0222, 0332, 0371, 0167, 0033, 0373, 0303, 0106, 0136, 0267, 0152, 0021, 0266, 0023,
2243 0152, 0205, 0162, 0343, 0341, 0306, 0343, 0334, 0113, 0103, 0262, 0362, 0362, 0260, 0120, 0032,
2244 0340, 0275, 0125, 0357, 0102, 0062, 0147, 0256, 0005, 0255, 0040, 0355, 0322, 0020, 0001, 0121,
2245 0145, 0231, 0032, 0317, 0340, 0370, 0076, 0214, 0217, 0140, 0176, 0051, 0266, 0336, 0136, 0324,
2246 0007, 0146, 0211, 0276, 0134, 0017, 0167, 0103, 0155, 0350, 0027, 0052, 0367, 0354, 0110, 0173,
2247 0176, 0245, 0337, 0134, 0164, 0007, 0022, 0364, 0145, 0177, 0330, 0225, 0302, 0364, 0274, 0250,
2248 0375, 0047, 0160, 0137, 0005, 0052, 0322, 0117, 0027, 0357, 0345, 0037, 0113, 0047, 0217, 0224,
2249 0017, 0242, 0322, 0367, 0024, 0253, 0034, 0166, 0162, 0357, 0315, 0026, 0135, 0270, 0365, 0276,
2250 0110, 0150, 0217, 0215, 0372, 0342, 0151, 0323, 0277, 0031, 0166, 0145, 0215, 0014, 0100, 0021,
2251 0334, 0170, 0222, 0020, 0230, 0121, 0051, 0205, 0345, 0070, 0371, 0315, 0337, 0045, 0277, 0374,
2252 0133, 0065, 0236, 0212, 0263, 0341, 0375, 0133, 0373, 0057, 0377, 0024, 0336, 0274, 0202, 0054,
2253 0357, 0024, 0176, 0250, 0064, 0327, 0215, 0375, 0346, 0153, 0365, 0237, 0376, 0117, 0100, 0225,
2254 0074, 0170, 0224, 0275, 0370, 0034, 0323, 0134, 0004, 0375, 0365, 0015, 0065, 0155, 0204, 0063,
2255 0042, 0054, 0104, 0300, 0314, 0002, 0374, 0227, 0212, 0155, 0076, 0044, 0303, 0367, 0000, 0160,
2256 0233, 0222, 0324, 0075, 0343, 0245, 0013, 0032, 0214, 0232, 0225, 0242, 0050, 0146, 0263, 0331,
2257 0311, 0311, 0111, 0121, 0024, 0131, 0226, 0045, 0111, 0162, 0161, 0161, 0261, 0136, 0257, 0167,
2258 0324, 0205, 0364, 0051, 0220, 0376, 0174, 0247, 0203, 0010, 0037, 0142, 0205, 0370, 0303, 0303,
2259 0366, 0345, 0273, 0311, 0124, 0174, 0101, 0227, 0320, 0274, 0313, 0013, 0363, 0316, 0071, 0327,
2260 0026, 0105, 0221, 0044, 0111, 0222, 0145, 0302, 0036, 0000, 0166, 0114, 0315, 0326, 0073, 0036,
2261 0177, 0177, 0177, 0315, 0307, 0307, 0307, 0105, 0121, 0244, 0151, 0252, 0265, 0276, 0274, 0274,
2262 0334, 0154, 0066, 0177, 0162, 0315, 0077, 0201, 0157, 0342, 0017, 0367, 0076, 0170, 0357, 0043,
2263 0333, 0104, 0304, 0361, 0017, 0001, 0320, 0131, 0071, 0234, 0252, 0254, 0030, 0115, 0146, 0047,
2264 0223, 0311, 0121, 0232, 0347, 0042, 0120, 0065, 0315, 0174, 0261, 0230, 0317, 0157, 0252, 0325,
2265 0062, 0330, 0026, 0050, 0144, 0032, 0207, 0105, 0361, 0340, 0150, 0366, 0311, 0247, 0217, 0037,
2266 0075, 0177, 0060, 0234, 0014, 0043, 0343, 0263, 0131, 0125, 0267, 0127, 0267, 0253, 0371, 0032,
2267 0104, 0146, 0047, 0307, 0131, 0131, 0060, 0013, 0171, 0027, 0050, 0164, 0266, 0370, 0035, 0101,
2268 0260, 0235, 0376, 0365, 0076, 0354, 0300, 0240, 0050, 0255, 0363, 0074, 0157, 0066, 0365, 0342,
2269 0166, 0171, 0376, 0372, 0335, 0303, 0247, 0217, 0364, 0231, 0316, 0125, 0216, 0200, 0171, 0221,
2270 0075, 0174, 0372, 0350, 0376, 0375, 0323, 0331, 0233, 0363, 0353, 0365, 0252, 0261, 0264, 0107,
2271 0066, 0322, 0057, 0356, 0210, 0364, 0150, 0027, 0211, 0260, 0355, 0127, 0027, 0020, 0203, 0251,
2272 0007, 0272, 0044, 0127, 0127, 0156, 0321, 0332, 0152, 0220, 0074, 0055, 0323, 0121, 0242, 0117,
2273 0040, 0013, 0314, 0303, 0111, 0076, 0172, 0166, 0374, 0350, 0363, 0173, 0117, 0076, 0231, 0216,
2274 0307, 0220, 0044, 0214, 0310, 0042, 0022, 0161, 0140, 0257, 0266, 0051, 0222, 0117, 0133, 0230,
2275 0142, 0064, 0226, 0145, 0132, 0014, 0323, 0052, 0327, 0026, 0202, 0267, 0326, 0063, 0174, 0137,
2276 0325, 0257, 0052, 0173, 0321, 0206, 0265, 0223, 0300, 0310, 0260, 0157, 0041, 0373, 0250, 0044,
2277 0374, 0260, 0226, 0005, 0007, 0251, 0071, 0035, 0345, 0017, 0216, 0006, 0305, 0254, 0124, 0111,
2278 0164, 0021, 0043, 0050, 0025, 0063, 0207, 0072, 0225, 0040, 0164, 0141, 0314, 0373, 0367, 0221,
2279 0101, 0030, 0210, 0205, 0202, 0170, 0037, 0065, 0376, 0173, 0357, 0000, 0261, 0060, 0001, 0005,
2280 0241, 0000, 0300, 0020, 0002, 0060, 0011, 0005, 0040, 0102, 0012, 0100, 0004, 0104, 0020, 0102,
2281 0034, 0014, 0051, 0242, 0034, 0244, 0125, 0174, 0224, 0141, 0242, 0020, 0177, 0166, 0316, 0322,
2282 0007, 0167, 0257, 0135, 0164, 0355, 0276, 0326, 0114, 0242, 0230, 0123, 0345, 0171, 0176, 0357,
2283 0136, 0361, 0374, 0171, 0162, 0357, 0236, 0210, 0160, 0125, 0361, 0146, 0043, 0131, 0046, 0343,
2284 0061, 0043, 0062, 0242, 0167, 0256, 0376, 0305, 0347, 0253, 0347, 0117, 0353, 0377, 0173, 0102,
2285 0377, 0371, 0237, 0334, 0253, 0127, 0021, 0223, 0341, 0056, 0377, 0374, 0326, 0230, 0067, 0231,
2286 0132, 0224, 0130, 0347, 0130, 0157, 0350, 0265, 0122, 0325, 0076, 0171, 0365, 0307, 0203, 0163,
2287 0042, 0107, 0231, 0345, 0060, 0030, 0373, 0301, 0330, 0145, 0045, 0011, 0172, 0336, 0231, 0145,
2288 0100, 0024, 0210, 0012, 0124, 0150, 0076, 0111, 0365, 0131, 0231, 0215, 0312, 0034, 0264, 0016,
2289 0136, 0054, 0311, 0046, 0310, 0255, 0343, 0033, 0017, 0333, 0357, 0307, 0217, 0310, 0273, 0063,
2290 0205, 0143, 0043, 0125, 0020, 0317, 0002, 0250, 0124, 0232, 0114, 0113, 0276, 0127, 0320, 0121,
2291 0142, 0365, 0046, 0124, 0240, 0103, 0214, 0130, 0200, 0230, 0361, 0016, 0242, 0214, 0317, 0106,
2292 0146, 0060, 0115, 0007, 0043, 0134, 0055, 0076, 0122, 0300, 0260, 0073, 0324, 0211, 0100, 0002,
2293 0222, 0052, 0111, 0022, 0111, 0022, 0224, 0006, 0050, 0236, 0135, 0210, 0333, 0054, 0113, 0215,
2294 0150, 0024, 0046, 0032, 0022, 0215, 0111, 0002, 0111, 0002, 0211, 0001, 0015, 0304, 0356, 0373,
2295 0133, 0377, 0165, 0310, 0336, 0014, 0216, 0145, 0160, 0177, 0064, 0031, 0220, 0112, 0255, 0015,
2296 0034, 0274, 0257, 0032, 0277, 0134, 0373, 0266, 0165, 0233, 0215, 0253, 0252, 0140, 0175, 0314,
2297 0043, 0267, 0165, 0043, 0315, 0246, 0304, 0346, 0144, 0342, 0077, 0231, 0312, 0223, 0063, 0075,
2298 0031, 0152, 0104, 0140, 0033, 0124, 0320, 0114, 0002, 0044, 0251, 0110, 0011, 0244, 0167, 0045,
2299 0332, 0073, 0346, 0010, 0173, 0233, 0160, 0000, 0104, 0235, 0027, 0351, 0150, 0232, 0014, 0206,
2300 0300, 0342, 0326, 0033, 0115, 0176, 0066, 0031, 0074, 0071, 0032, 0077, 0174, 0162, 0134, 0133,
2301 0111, 0025, 0232, 0140, 0115, 0273, 0311, 0066, 0327, 0063, 0177, 0063, 0036, 0253, 0147, 0117,
2302 0216, 0076, 0173, 0371, 0350, 0305, 0313, 0247, 0317, 0237, 0077, 0075, 0073, 0073, 0033, 0217,
2303 0047, 0105, 0136, 0150, 0155, 0264, 0301, 0270, 0075, 0253, 0252, 0372, 0345, 0313, 0305, 0213,
2304 0027, 0017, 0117, 0116, 0106, 0377, 0365, 0267, 0337, 0275, 0272, 0262, 0156, 0065, 0017, 0353,
2305 0225, 0123, 0156, 0265, 0266, 0165, 0033, 0130, 0247, 0150, 0214, 0121, 0254, 0224, 0150, 0055,
2306 0151, 0202, 0106, 0001, 0010, 0150, 0243, 0125, 0076, 0300, 0301, 0061, 0250, 0144, 0227, 0161,
2307 0323, 0027, 0353, 0342, 0266, 0250, 0114, 0004, 0253, 0225, 0334, 0136, 0322, 0374, 0332, 0325,
2308 0115, 0145, 0264, 0122, 0212, 0001, 0064, 0100, 0044, 0104, 0002, 0203, 0001, 0140, 0120, 0175,
2309 0362, 0070, 0356, 0041, 0275, 0263, 0276, 0345, 0140, 0065, 0261, 0026, 0245, 0005, 0025, 0043,
2310 0266, 0014, 0165, 0340, 0245, 0203, 0205, 0343, 0013, 0313, 0217, 0012, 0225, 0042, 0136, 0133,
2311 0371, 0262, 0326, 0357, 0202, 0252, 0004, 0274, 0100, 0034, 0075, 0051, 0020, 0022, 0000, 0145,
2312 0164, 0121, 0302, 0321, 0031, 0114, 0146, 0222, 0345, 0121, 0377, 0016, 0273, 0112, 0355, 0303,
2313 0170, 0032, 0350, 0213, 0062, 0273, 0012, 0364, 0303, 0223, 0063, 0232, 0231, 0073, 0131, 0160,
2314 0317, 0217, 0055, 0175, 0064, 0263, 0335, 0213, 0354, 0012, 0332, 0360, 0307, 0223, 0210, 0341,
2315 0143, 0045, 0100, 0373, 0110, 0322, 0256, 0251, 0153, 0013, 0305, 0166, 0320, 0227, 0031, 0173,
2316 0371, 0173, 0235, 0172, 0246, 0127, 0332, 0330, 0123, 0133, 0354, 0274, 0041, 0373, 0011, 0347,
2317 0366, 0220, 0011, 0320, 0236, 0154, 0333, 0276, 0033, 0346, 0060, 0202, 0061, 0142, 0002, 0244,
2318 0070, 0226, 0012, 0201, 0211, 0244, 0265, 0230, 0147, 0172, 0060, 0325, 0217, 0137, 0044, 0237,
2319 0174, 0256, 0307, 0123, 0256, 0053, 0373, 0207, 0377, 0326, 0376, 0247, 0177, 0244, 0167, 0157,
2320 0302, 0305, 0073, 0175, 0357, 0341, 0076, 0267, 0107, 0151, 0152, 0332, 0360, 0356, 0234, 0332,
2321 0340, 0336, 0275, 0033, 0376, 0157, 0377, 0173, 0376, 0213, 0137, 0245, 0117, 0237, 0015, 0377,
2322 0347, 0377, 0245, 0376, 0227, 0377, 0036, 0066, 0065, 0271, 0045, 0007, 0126, 0014, 0310, 0034,
2323 0030, 0110, 0120, 0376, 0354, 0240, 0323, 0237, 0061, 0234, 0022, 0224, 0035, 0250, 0331, 0207,
2324 0125, 0213, 0210, 0060, 0021, 0335, 0334, 0334, 0210, 0110, 0010, 0341, 0305, 0213, 0027, 0147,
2325 0147, 0147, 0277, 0374, 0345, 0057, 0307, 0343, 0161, 0121, 0024, 0257, 0136, 0275, 0232, 0317,
2326 0347, 0041, 0204, 0235, 0042, 0230, 0077, 0304, 0012, 0077, 0106, 0333, 0164, 0320, 0247, 0323,
2327 0257, 0304, 0352, 0354, 0356, 0233, 0041, 0322, 0304, 0135, 0261, 0021, 0112, 0360, 0316, 0265,
2328 0255, 0057, 0333, 0304, 0224, 0171, 0061, 0140, 0357, 0001, 0124, 0374, 0031, 0034, 0163, 0235,
2329 0167, 0223, 0233, 0020, 0302, 0365, 0365, 0165, 0267, 0346, 0223, 0223, 0223, 0057, 0276, 0370,
2330 0142, 0074, 0036, 0177, 0363, 0315, 0067, 0257, 0136, 0275, 0132, 0054, 0026, 0177, 0356, 0232,
2331 0073, 0074, 0024, 0377, 0126, 0207, 0303, 0342, 0337, 0043, 0042, 0046, 0116, 0263, 0342, 0341,
2332 0363, 0317, 0216, 0203, 0322, 0072, 0005, 0100, 0153, 0355, 0342, 0375, 0371, 0146, 0263, 0251,
2333 0353, 0252, 0155, 0233, 0340, 0003, 0010, 0147, 0211, 0122, 0111, 0222, 0053, 0065, 0310, 0363,
2334 0351, 0170, 0170, 0164, 0064, 0035, 0115, 0106, 0046, 0061, 0024, 0210, 0111, 0252, 0115, 0135,
2335 0155, 0352, 0020, 0050, 0311, 0262, 0301, 0140, 0240, 0225, 0012, 0261, 0327, 0155, 0173, 0060,
2336 0272, 0345, 0301, 0035, 0376, 0246, 0263, 0254, 0167, 0370, 0274, 0050, 0313, 0246, 0154, 0066,
2337 0313, 0325, 0345, 0373, 0253, 0037, 0276, 0371, 0041, 0346, 0034, 0032, 0143, 0264, 0321, 0303,
2338 0311, 0140, 0066, 0035, 0217, 0207, 0203, 0334, 0044, 0320, 0266, 0022, 0037, 0104, 0275, 0131,
2339 0224, 0122, 0270, 0223, 0334, 0111, 0214, 0317, 0122, 0240, 0264, 0066, 0211, 0061, 0132, 0203,
2340 0120, 0010, 0236, 0032, 0027, 0052, 0333, 0334, 0372, 0152, 0125, 0251, 0371, 0060, 0177, 0072,
2341 0054, 0106, 0171, 0232, 0224, 0331, 0344, 0331, 0351, 0275, 0057, 0356, 0075, 0374, 0164, 0166,
2342 0164, 0224, 0160, 0150, 0242, 0042, 0212, 0173, 0376, 0246, 0356, 0025, 0157, 0065, 0035, 0337,
2343 0033, 0202, 0204, 0300, 0336, 0323, 0306, 0332, 0252, 0362, 0267, 0216, 0336, 0066, 0341, 0322,
2344 0362, 0332, 0243, 0247, 0376, 0055, 0343, 0317, 0121, 0336, 0002, 0242, 0066, 0072, 0057, 0264,
2345 0216, 0375, 0323, 0010, 0061, 0055, 0134, 0041, 0240, 0006, 0165, 0110, 0336, 0312, 0266, 0005,
2346 0045, 0316, 0246, 0004, 0050, 0330, 0312, 0316, 0347, 0354, 0054, 0046, 0111, 0122, 0026, 0072,
2347 0113, 0025, 0222, 0140, 0020, 0041, 0021, 0212, 0026, 0045, 0004, 0002, 0041, 0220, 0000, 0102,
2348 0050, 0001, 0204, 0221, 0103, 0374, 0120, 0204, 0265, 0020, 0001, 0040, 0261, 0154, 0245, 0227,
2349 0177, 0251, 0334, 0037, 0160, 0177, 0367, 0332, 0046, 0272, 0011, 0213, 0120, 0234, 0313, 0060,
2350 0063, 0163, 0360, 0236, 0346, 0163, 0373, 0373, 0337, 0273, 0177, 0372, 0047, 0151, 0133, 0065,
2351 0231, 0230, 0307, 0217, 0365, 0213, 0027, 0371, 0243, 0107, 0311, 0164, 0222, 0016, 0207, 0353,
2352 0054, 0337, 0170, 0262, 0327, 0327, 0270, 0132, 0051, 0026, 0344, 0130, 0000, 0003, 0124, 0144,
2353 0174, 0222, 0371, 0207, 0151, 0235, 0321, 0215, 0133, 0125, 0205, 0362, 0346, 0047, 0353, 0262,
2354 0372, 0257, 0064, 0347, 0142, 0030, 0362, 0141, 0110, 0062, 0100, 0345, 0005, 0272, 0362, 0046,
2355 0005, 0060, 0126, 0070, 0311, 0314, 0111, 0241, 0046, 0271, 0321, 0132, 0355, 0356, 0325, 0242,
2356 0000, 0025, 0242, 0101, 0020, 0354, 0325, 0011, 0036, 0306, 0110, 0032, 0004, 0245, 0366, 0316,
2357 0026, 0004, 0225, 0031, 0075, 0315, 0315, 0161, 0316, 0303, 0224, 0027, 0001, 0254, 0110, 0254,
2358 0006, 0141, 0200, 0040, 0200, 0312, 0350, 0044, 0117, 0362, 0062, 0311, 0006, 0240, 0015, 0340,
2359 0217, 0376, 0003, 0014, 0120, 0042, 0244, 0105, 0064, 0240, 0066, 0260, 0023, 0271, 0354, 0304,
2360 0042, 0132, 0051, 0203, 0220, 0150, 0321, 0052, 0210, 0362, 0016, 0154, 0243, 0154, 0242, 0013,
2361 0255, 0154, 0012, 0255, 0250, 0240, 0022, 0110, 0162, 0110, 0062, 0026, 0154, 0255, 0103, 0020,
2362 0266, 0056, 0254, 0053, 0173, 0063, 0167, 0233, 0065, 0265, 0155, 0160, 0216, 0002, 0011, 0023,
2363 0000, 0204, 0332, 0112, 0133, 0113, 0122, 0247, 0320, 0174, 0366, 0244, 0371, 0325, 0263, 0360,
2364 0164, 0006, 0303, 0014, 0131, 0130, 0310, 0123, 0010, 0316, 0261, 0263, 0302, 0176, 0167, 0016,
2365 0356, 0107, 0042, 0335, 0364, 0164, 0027, 0042, 0233, 0024, 0220, 0215, 0100, 0027, 0354, 0175,
2366 0073, 0137, 0225, 0041, 0234, 0036, 0117, 0076, 0175, 0161, 0374, 0350, 0361, 0361, 0167, 0257,
2367 0057, 0127, 0313, 0325, 0315, 0155, 0265, 0130, 0154, 0250, 0131, 0075, 0173, 0060, 0172, 0372,
2368 0344, 0344, 0263, 0317, 0036, 0277, 0174, 0371, 0354, 0351, 0323, 0247, 0107, 0107, 0307, 0203,
2369 0301, 0140, 0227, 0350, 0021, 0223, 0322, 0125, 0222, 0244, 0343, 0261, 0312, 0263, 0144, 0074,
2370 0312, 0215, 0106, 0124, 0232, 0376, 0373, 0233, 0257, 0256, 0252, 0315, 0365, 0115, 0045, 0371,
2371 0246, 0041, 0117, 0230, 0014, 0060, 0033, 0246, 0214, 0012, 0205, 0123, 0243, 0122, 0243, 0214,
2372 0201, 0340, 0210, 0002, 0023, 0030, 0310, 0106, 0240, 0364, 0141, 0015, 0301, 0235, 0340, 0001,
2373 0101, 0327, 0342, 0146, 0056, 0213, 0353, 0260, 0232, 0333, 0074, 0115, 0022, 0203, 0200, 0032,
2374 0143, 0276, 0261, 0004, 0026, 0205, 0320, 0010, 0130, 0321, 0214, 0052, 0342, 0113, 0243, 0160,
2375 0250, 0341, 0211, 0166, 0357, 0271, 0136, 0264, 0134, 0205, 0244, 0326, 0145, 0110, 0162, 0326,
2376 0046, 0056, 0276, 0145, 0150, 0230, 0157, 0203, 0374, 0176, 0055, 0006, 0261, 0041, 0131, 0170,
2377 0150, 0010, 0202, 0200, 0000, 0372, 0050, 0037, 0101, 0041, 0100, 0002, 0100, 0223, 0340, 0160,
2378 0054, 0203, 0021, 0044, 0131, 0074, 0131, 0166, 0200, 0021, 0077, 0252, 0103, 0355, 0122, 0353,
2379 0176, 0104, 0360, 0326, 0057, 0271, 0304, 0036, 0221, 0323, 0171, 0257, 0244, 0257, 0164, 0371,
2380 0023, 0161, 0153, 0135, 0217, 0344, 0307, 0156, 0152, 0133, 0061, 0120, 0127, 0114, 0056, 0375,
2381 0361, 0025, 0312, 0141, 0343, 0263, 0000, 0110, 0234, 0320, 0036, 0106, 0125, 0364, 0265, 0200,
2382 0173, 0015, 0027, 0036, 0060, 0363, 0042, 0135, 0011, 0243, 0230, 0156, 0032, 0260, 0343, 0164,
2383 0220, 0001, 0110, 0200, 0211, 0305, 0007, 0016, 0304, 0326, 0351, 0254, 0120, 0107, 0247, 0311,
2384 0247, 0237, 0253, 0311, 0021, 0073, 0353, 0136, 0375, 0321, 0376, 0366, 0277, 0330, 0077, 0374,
2385 0213, 0070, 0107, 0233, 0015, 0316, 0174, 0154, 0041, 0337, 0202, 0076, 0342, 0120, 0067, 0174,
2386 0171, 0021, 0352, 0132, 0215, 0247, 0252, 0034, 0144, 0237, 0276, 0114, 0036, 0074, 0050, 0377,
2387 0346, 0157, 0303, 0142, 0351, 0327, 0033, 0166, 0026, 0163, 0341, 0020, 0170, 0073, 0234, 0370,
2388 0053, 0272, 0244, 0140, 0137, 0143, 0261, 0123, 0260, 0354, 0004, 0305, 0133, 0012, 0207, 0210,
2389 0352, 0272, 0166, 0316, 0265, 0155, 0333, 0064, 0315, 0257, 0176, 0365, 0253, 0263, 0263, 0263,
2390 0047, 0117, 0236, 0150, 0255, 0001, 0300, 0071, 0267, 0130, 0054, 0142, 0356, 0313, 0207, 0372,
2391 0225, 0073, 0104, 0310, 0035, 0122, 0104, 0104, 0242, 0363, 0250, 0203, 0016, 0235, 0036, 0043,
2392 0272, 0362, 0324, 0201, 0161, 0100, 0100, 0230, 0202, 0363, 0316, 0122, 0226, 0025, 0345, 0300,
2393 0333, 0026, 0120, 0021, 0063, 0023, 0357, 0104, 0016, 0133, 0170, 0026, 0155, 0341, 0335, 0232,
2394 0277, 0370, 0342, 0213, 0263, 0263, 0263, 0247, 0117, 0237, 0032, 0143, 0104, 0244, 0277, 0346,
2395 0216, 0277, 0371, 0163, 0327, 0274, 0003, 0075, 0073, 0101, 0061, 0200, 0062, 0311, 0140, 0070,
2396 0161, 0053, 0133, 0325, 0266, 0151, 0352, 0272, 0132, 0327, 0325, 0332, 0066, 0165, 0360, 0116,
2397 0070, 0332, 0254, 0120, 0051, 0064, 0240, 0122, 0155, 0312, 0064, 0035, 0015, 0007, 0243, 0361,
2398 0260, 0050, 0013, 0243, 0115, 0010, 0024, 0102, 0260, 0326, 0072, 0353, 0105, 0104, 0353, 0104,
2399 0151, 0035, 0241, 0145, 0114, 0007, 0354, 0253, 0255, 0042, 0101, 0165, 0070, 0125, 0213, 0327,
2400 0025, 0167, 0004, 0104, 0132, 0144, 0305, 0240, 0154, 0233, 0326, 0266, 0356, 0342, 0335, 0345,
2401 0351, 0275, 0323, 0361, 0144, 0242, 0215, 0321, 0306, 0024, 0145, 0061, 0034, 0015, 0206, 0145,
2402 0121, 0244, 0211, 0121, 0150, 0343, 0210, 0010, 0266, 0062, 0224, 0250, 0272, 0025, 0020, 0104,
2403 0245, 0225, 0326, 0072, 0056, 0133, 0053, 0255, 0000, 0330, 0132, 0357, 0232, 0312, 0265, 0215,
2404 0263, 0115, 0160, 0015, 0371, 0326, 0163, 0316, 0206, 0333, 0224, 0037, 0224, 0060, 0071, 0312,
2405 0147, 0117, 0106, 0247, 0017, 0313, 0361, 0130, 0031, 0035, 0134, 0340, 0070, 0351, 0354, 0023,
2406 0066, 0373, 0146, 0330, 0235, 0257, 0202, 0110, 0232, 0306, 0337, 0334, 0156, 0056, 0057, 0326,
2407 0357, 0257, 0326, 0313, 0105, 0273, 0256, 0350, 0332, 0313, 0334, 0312, 0046, 0100, 0340, 0235,
2408 0334, 0345, 0247, 0234, 0106, 0037, 0301, 0371, 0073, 0151, 0154, 0334, 0224, 0221, 0060, 0041,
2409 0010, 0200, 0216, 0247, 0125, 0304, 0154, 0235, 0011, 0162, 0157, 0217, 0124, 0314, 0336, 0207,
2410 0272, 0366, 0313, 0225, 0275, 0235, 0333, 0371, 0234, 0255, 0323, 0211, 0011, 0303, 0101, 0072,
2411 0032, 0232, 0042, 0103, 0205, 0040, 0014, 0114, 0030, 0111, 0032, 0042, 0140, 0102, 0046, 0340,
2412 0035, 0163, 0023, 0277, 0024, 0207, 0126, 0114, 0300, 0300, 0201, 0230, 0173, 0246, 0331, 0077,
2413 0223, 0266, 0351, 0166, 0206, 0373, 0100, 0015, 0330, 0152, 0356, 0151, 0353, 0173, 0022, 0020,
2414 0341, 0020, 0374, 0152, 0325, 0176, 0363, 0115, 0373, 0217, 0377, 0110, 0213, 0005, 0226, 0245,
2415 0171, 0362, 0044, 0373, 0333, 0277, 0315, 0377, 0356, 0357, 0314, 0213, 0027, 0371, 0243, 0307,
2416 0364, 0233, 0052, 0274, 0177, 0037, 0276, 0375, 0126, 0276, 0372, 0212, 0333, 0066, 0346, 0146,
2417 0061, 0112, 0120, 0340, 0023, 0357, 0062, 0150, 0163, 0156, 0163, 0016, 0011, 0213, 0222, 0210,
2418 0002, 0377, 0344, 0255, 0206, 0223, 0334, 0147, 0003, 0233, 0226, 0126, 0245, 0201, 0343, 0173,
2419 0272, 0275, 0321, 0152, 0100, 0064, 0252, 0114, 0325, 0244, 0060, 0203, 0314, 0334, 0341, 0200,
2420 0272, 0026, 0234, 0217, 0366, 0372, 0342, 0141, 0146, 0117, 0174, 0045, 0132, 0015, 0363, 0144,
2421 0222, 0113, 0141, 0230, 0203, 0152, 0051, 0036, 0116, 0144, 0200, 0020, 0043, 0106, 0114, 0152,
2422 0322, 0062, 0311, 0112, 0126, 0012, 0344, 0043, 0330, 0246, 0253, 0271, 0327, 0002, 0212, 0045,
2423 0166, 0132, 0261, 0002, 0120, 0260, 0313, 0221, 0101, 0114, 0024, 0041, 0132, 0053, 0255, 0013,
2424 0266, 0015, 0136, 0374, 0052, 0317, 0326, 0243, 0322, 0217, 0047, 0241, 0030, 0176, 0125, 0025,
2425 0313, 0014, 0275, 0017, 0350, 0234, 0333, 0221, 0211, 0022, 0174, 0260, 0336, 0305, 0040, 0365,
2426 0326, 0262, 0367, 0114, 0101, 0102, 0000, 0000, 0266, 0236, 0235, 0017, 0342, 0330, 0065, 0223,
2427 0262, 0071, 0236, 0266, 0323, 0261, 0313, 0125, 0040, 0142, 0220, 0340, 0032, 0127, 0155, 0250,
2428 0252, 0204, 0303, 0156, 0102, 0261, 0225, 0061, 0357, 0047, 0023, 0273, 0202, 0013, 0005, 0052,
2429 0141, 0235, 0061, 0046, 0100, 0304, 0336, 0247, 0132, 0037, 0115, 0307, 0217, 0037, 0075, 0174,
2430 0374, 0364, 0376, 0345, 0115, 0163, 0171, 0165, 0261, 0130, 0126, 0301, 0205, 0323, 0151, 0361,
2431 0374, 0351, 0331, 0213, 0027, 0217, 0077, 0175, 0361, 0364, 0311, 0223, 0107, 0047, 0247, 0147,
2432 0105, 0221, 0233, 0135, 0025, 0141, 0127, 0307, 0254, 0021, 0265, 0066, 0052, 0003, 0246, 0060,
2433 0032, 0026, 0303, 0062, 0111, 0265, 0160, 0123, 0257, 0157, 0346, 0025, 0016, 0132, 0062, 0150,
2434 0322, 0014, 0070, 0113, 0143, 0231, 0000, 0246, 0211, 0312, 0122, 0004, 0046, 0337, 0332, 0266,
2435 0166, 0316, 0203, 0044, 0071, 0154, 0013, 0242, 0373, 0006, 0346, 0035, 0066, 0333, 0326, 0272,
2436 0020, 0372, 0040, 0336, 0063, 0261, 0147, 0260, 0044, 0200, 0242, 0167, 0000, 0075, 0060, 0210,
2437 0302, 0005, 0351, 0253, 0240, 0226, 0001, 0235, 0200, 0000, 0032, 0245, 0106, 0251, 0171, 0061,
2438 0055, 0230, 0151, 0232, 0330, 0267, 0215, 0137, 0204, 0365, 0106, 0352, 0215, 0127, 0025, 0143,
2439 0315, 0272, 0105, 0155, 0225, 0276, 0260, 0346, 0102, 0151, 0100, 0315, 0210, 0201, 0367, 0351,
2440 0061, 0361, 0326, 0242, 0142, 0334, 0245, 0010, 0150, 0005, 0303, 0011, 0014, 0106, 0220, 0146,
2441 0240, 0020, 0111, 0016, 0271, 0337, 0303, 0171, 0357, 0101, 0025, 0304, 0135, 0271, 0326, 0341,
2442 0274, 0120, 0172, 0032, 0105, 0331, 0107, 0344, 0175, 0340, 0300, 0375, 0061, 0161, 0110, 0077,
2443 0014, 0242, 0067, 0133, 0357, 0156, 0225, 0221, 0271, 0301, 0203, 0111, 0223, 0354, 0002, 0002,
2444 0144, 0257, 0224, 0335, 0311, 0164, 0104, 0355, 0156, 0145, 0275, 0200, 0014, 0074, 0110, 0002,
2445 0073, 0374, 0035, 0042, 0075, 0027, 0372, 0356, 0223, 0246, 0233, 0234, 0355, 0065, 0053, 0200,
2446 0314, 0300, 0201, 0311, 0007, 0016, 0314, 0255, 0127, 0043, 0245, 0216, 0116, 0223, 0347, 0057,
2447 0061, 0115, 0375, 0017, 0337, 0331, 0337, 0375, 0326, 0176, 0371, 0373, 0060, 0237, 0203, 0062,
2448 0361, 0164, 0027, 0332, 0077, 0250, 0266, 0145, 0122, 0316, 0363, 0345, 0145, 0375, 0337, 0177,
2449 0253, 0147, 0047, 0172, 0070, 0066, 0147, 0147, 0305, 0157, 0376, 0246, 0376, 0343, 0267, 0360,
2450 0315, 0267, 0342, 0234, 0154, 0133, 0250, 0230, 0072, 0176, 0376, 0257, 0221, 0163, 0163, 0107,
2451 0062, 0051, 0002, 0135, 0002, 0357, 0216, 0304, 0341, 0110, 0162, 0264, 0155, 0033, 0102, 0110,
2452 0323, 0364, 0301, 0203, 0007, 0247, 0247, 0247, 0145, 0131, 0116, 0247, 0323, 0321, 0150, 0244,
2453 0265, 0046, 0242, 0016, 0334, 0174, 0224, 0010, 0271, 0343, 0234, 0272, 0003, 0051, 0172, 0137,
2454 0335, 0253, 0145, 0143, 0031, 0354, 0235, 0004, 0044, 0004, 0021, 0212, 0045, 0341, 0076, 0317,
2455 0112, 0223, 0146, 0240, 0364, 0207, 0072, 0350, 0010, 0156, 0102, 0010, 0155, 0333, 0022, 0121,
2456 0226, 0145, 0335, 0232, 0047, 0223, 0311, 0160, 0070, 0214, 0350, 0244, 0003, 0067, 0167, 0104,
2457 0320, 0167, 0376, 0277, 0117, 0062, 0165, 0153, 0356, 0107, 0340, 0164, 0330, 0202, 0211, 0043,
2458 0154, 0132, 0056, 0126, 0165, 0275, 0161, 0155, 0023, 0202, 0005, 0042, 0005, 0154, 0142, 0233,
2459 0055, 0156, 0113, 0155, 0022, 0124, 0105, 0222, 0215, 0206, 0203, 0242, 0054, 0222, 0064, 0101,
2460 0245, 0230, 0175, 0360, 0301, 0073, 0117, 0201, 0000, 0160, 0213, 0154, 0166, 0007, 0201, 0074,
2461 0325, 0125, 0005, 0210, 0332, 0030, 0143, 0064, 0052, 0045, 0322, 0211, 0153, 0017, 0270, 0234,
2462 0235, 0104, 0104, 0224, 0326, 0131, 0231, 0347, 0145, 0121, 0257, 0253, 0333, 0353, 0333, 0313,
2463 0367, 0127, 0203, 0321, 0120, 0151, 0225, 0144, 0151, 0154, 0215, 0030, 0016, 0312, 0042, 0313,
2464 0122, 0245, 0175, 0364, 0206, 0154, 0267, 0211, 0161, 0012, 0015, 0012, 0225, 0322, 0072, 0146,
2465 0153, 0157, 0073, 0227, 0274, 0367, 0336, 0265, 0165, 0333, 0124, 0153, 0357, 0034, 0200, 0050,
2466 0223, 0232, 0101, 0001, 0343, 0361, 0246, 0114, 0057, 0123, 0324, 0231, 0236, 0234, 0226, 0243,
2467 0263, 0174, 0070, 0321, 0306, 0120, 0010, 0141, 0127, 0011, 0333, 0011, 0127, 0372, 0201, 0173,
2468 0133, 0144, 0023, 0210, 0353, 0332, 0135, 0135, 0157, 0176, 0370, 0376, 0366, 0207, 0327, 0363,
2469 0367, 0227, 0353, 0325, 0052, 0124, 0136, 0055, 0003, 0332, 0000, 0041, 0372, 0107, 0366, 0142,
2470 0204, 0037, 0303, 0067, 0170, 0270, 0153, 0331, 0141, 0141, 0146, 0142, 0332, 0311, 0145, 0010,
2471 0040, 0006, 0066, 0150, 0024, 0265, 0335, 0044, 0157, 0005, 0323, 0273, 0033, 0043, 0005, 0362,
2472 0316, 0157, 0326, 0356, 0166, 0336, 0136, 0337, 0330, 0353, 0133, 0277, 0251, 0305, 0173, 0245,
2473 0265, 0057, 0163, 0077, 0032, 0145, 0323, 0261, 0051, 0122, 0145, 0164, 0174, 0113, 0072, 0144,
2474 0043, 0073, 0224, 0003, 0114, 0061, 0122, 0034, 0210, 0140, 0333, 0265, 0041, 0024, 0150, 0153,
2475 0343, 0377, 0213, 0266, 0045, 0322, 0317, 0051, 0300, 0336, 0134, 0057, 0042, 0233, 0356, 0253,
2476 0314, 0241, 0155, 0375, 0315, 0115, 0373, 0307, 0077, 0322, 0305, 0005, 0210, 0250, 0157, 0277,
2477 0015, 0127, 0127, 0354, 0175, 0071, 0032, 0251, 0307, 0217, 0323, 0107, 0217, 0363, 0317, 0076,
2478 0163, 0057, 0137, 0362, 0371, 0071, 0265, 0015, 0356, 0200, 0071, 0201, 0167, 0342, 0254, 0050,
2479 0217, 0300, 0332, 0203, 0062, 0250, 0372, 0045, 0177, 0077, 0306, 0226, 0211, 0000, 0220, 0111,
2480 0135, 0122, 0070, 0223, 0131, 0064, 0304, 0061, 0120, 0047, 0216, 0113, 0101, 0043, 0260, 0122,
2481 0046, 0121, 0131, 0222, 0144, 0132, 0377, 0004, 0252, 0273, 0023, 0041, 0161, 0230, 0315, 0272,
2482 0377, 0212, 0126, 0230, 0031, 0223, 0247, 0242, 0015, 0171, 0221, 0206, 0342, 0220, 0024, 0244,
2483 0043, 0330, 0225, 0061, 0111, 0236, 0246, 0131, 0027, 0045, 0360, 0161, 0267, 0224, 0100, 0044,
2484 0256, 0204, 0000, 0002, 0167, 0324, 0010, 0040, 0242, 0101, 0060, 0350, 0235, 0124, 0025, 0257,
2485 0227, 0241, 0256, 0070, 0060, 0276, 0051, 0147, 0337, 0265, 0323, 0013, 0373, 0270, 0055, 0047,
2486 0127, 0060, 0255, 0124, 0032, 0034, 0251, 0272, 0151, 0174, 0022, 0025, 0234, 0302, 0304, 0216,
2487 0011, 0014, 0251, 0204, 0321, 0022, 0263, 0204, 0020, 0063, 0345, 0071, 0004, 0012, 0301, 0203,
2488 0167, 0316, 0051, 0260, 0251, 0166, 0251, 0361, 0006, 0075, 0063, 0163, 0023, 0332, 0115, 0133,
2489 0125, 0241, 0261, 0100, 0034, 0011, 0253, 0010, 0013, 0266, 0241, 0363, 0162, 0060, 0246, 0103,
2490 0006, 0035, 0304, 0170, 0102, 0012, 0214, 0112, 0247, 0052, 0033, 0014, 0206, 0107, 0107, 0307,
2491 0017, 0037, 0076, 0174, 0177, 0261, 0134, 0056, 0152, 0133, 0267, 0214, 0174, 0172, 0062, 0174,
2492 0366, 0354, 0336, 0047, 0317, 0037, 0075, 0176, 0364, 0340, 0370, 0370, 0250, 0054, 0163, 0245,
2493 0064, 0034, 0236, 0174, 0042, 0022, 0002, 0005, 0357, 0333, 0246, 0131, 0256, 0226, 0253, 0305,
2494 0322, 0266, 0015, 0160, 0100, 0040, 0327, 0266, 0126, 0045, 0001, 0125, 0152, 0044, 0121, 0220,
2495 0231, 0370, 0124, 0327, 0131, 0246, 0122, 0203, 0115, 0345, 0332, 0332, 0266, 0255, 0363, 0214,
2496 0240, 0323, 0135, 0337, 0151, 0377, 0234, 0070, 0074, 0164, 0135, 0307, 0074, 0052, 0006, 0364,
2497 0002, 0100, 0333, 0063, 0004, 0000, 0110, 0040, 0260, 0272, 0016, 0360, 0275, 0125, 0077, 0264,
2498 0160, 0317, 0111, 0151, 0044, 0067, 0070, 0110, 0315, 0343, 0311, 0240, 0060, 0352, 0101, 0331,
2499 0334, 0324, 0166, 0331, 0270, 0205, 0167, 0267, 0226, 0157, 0034, 0314, 0111, 0055, 0044, 0131,
2500 0203, 0136, 0005, 0263, 0022, 0135, 0203, 0161, 0312, 0060, 0352, 0050, 0372, 0351, 0133, 0272,
2501 0043, 0237, 0107, 0240, 0270, 0030, 0112, 0076, 0100, 0223, 0364, 0205, 0273, 0073, 0366, 0363,
2502 0116, 0200, 0357, 0041, 0201, 0170, 0340, 0251, 0356, 0323, 0066, 0035, 0210, 0221, 0176, 0252,
2503 0236, 0334, 0351, 0224, 0070, 0310, 0063, 0376, 0300, 0236, 0334, 0061, 0306, 0042, 0007, 0333,
2504 0236, 0036, 0106, 0332, 0116, 0051, 0167, 0241, 0244, 0173, 0217, 0146, 0107, 0215, 0040, 0164,
2505 0356, 0313, 0156, 0252, 0026, 0007, 0040, 0375, 0332, 0360, 0017, 0214, 0027, 0275, 0120, 0236,
2506 0136, 0033, 0071, 0000, 0230, 0017, 0353, 0016, 0104, 0200, 0004, 0050, 0060, 0007, 0342, 0300,
2507 0154, 0275, 0000, 0252, 0361, 0324, 0334, 0173, 0200, 0000, 0376, 0374, 0115, 0373, 0365, 0227,
2508 0366, 0355, 0133, 0161, 0001, 0015, 0222, 0147, 0145, 0075, 0267, 0355, 0126, 0064, 0141, 0255,
2509 0004, 0332, 0362, 0112, 0056, 0330, 0357, 0277, 0327, 0107, 0377, 0222, 0076, 0172, 0222, 0334,
2510 0277, 0237, 0177, 0362, 0302, 0234, 0234, 0000, 0052, 0366, 0136, 0061, 0263, 0247, 0230, 0200,
2511 0043, 0202, 0177, 0031, 0305, 0375, 0121, 0053, 0370, 0026, 0110, 0166, 0352, 0346, 0375, 0043,
2512 0073, 0206, 0356, 0122, 0010, 0041, 0322, 0025, 0131, 0226, 0225, 0145, 0231, 0347, 0071, 0063,
2513 0157, 0066, 0233, 0233, 0233, 0233, 0253, 0253, 0253, 0315, 0146, 0023, 0123, 0370, 0372, 0123,
2514 0233, 0073, 0124, 0307, 0207, 0136, 0353, 0017, 0305, 0056, 0174, 0040, 0235, 0221, 0055, 0005,
2515 0323, 0143, 0324, 0266, 0332, 0057, 0346, 0340, 0235, 0167, 0141, 0060, 0110, 0114, 0222, 0051,
2516 0235, 0010, 0140, 0037, 0223, 0304, 0201, 0121, 0004, 0144, 0132, 0353, 0250, 0046, 0356, 0257,
2517 0371, 0372, 0372, 0172, 0263, 0331, 0304, 0024, 0276, 0237, 0263, 0346, 0050, 0100, 0356, 0057,
2518 0373, 0116, 0254, 0137, 0074, 0044, 0302, 0342, 0234, 0135, 0316, 0157, 0346, 0327, 0127, 0253,
2519 0325, 0046, 0070, 0013, 0314, 0200, 0242, 0143, 0351, 0252, 0336, 0166, 0263, 0211, 0210, 0002,
2520 0060, 0112, 0025, 0131, 0072, 0032, 0017, 0263, 0074, 0323, 0321, 0075, 0316, 0022, 0134, 0360,
2521 0326, 0061, 0263, 0122, 0273, 0076, 0207, 0335, 0254, 0304, 0072, 0173, 0175, 0171, 0245, 0264,
2522 0051, 0007, 0145, 0061, 0050, 0223, 0064, 0371, 0111, 0160, 0263, 0155, 0267, 0065, 0306, 0024,
2523 0203, 0322, 0073, 0277, 0132, 0256, 0337, 0174, 0377, 0046, 0242, 0250, 0343, 0323, 0043, 0104,
2524 0314, 0362, 0274, 0054, 0267, 0340, 0246, 0355, 0125, 0277, 0041, 0012, 0200, 0322, 0112, 0307,
2525 0246, 0130, 0255, 0000, 0204, 0210, 0202, 0167, 0326, 0331, 0306, 0265, 0326, 0273, 0320, 0266,
2526 0016, 0224, 0316, 0007, 0243, 0321, 0154, 0066, 0235, 0115, 0207, 0243, 0261, 0121, 0041, 0310,
2527 0272, 0055, 0155, 0172, 0234, 0027, 0023, 0235, 0145, 0002, 0020, 0102, 0010, 0275, 0361, 0146,
2528 0027, 0164, 0205, 0075, 0301, 0220, 0004, 0222, 0252, 0166, 0127, 0127, 0353, 0127, 0337, 0337,
2529 0374, 0361, 0217, 0327, 0337, 0237, 0257, 0156, 0346, 0266, 0266, 0350, 0004, 0033, 0002, 0226,
2530 0175, 0274, 0103, 0137, 0062, 0374, 0063, 0243, 0357, 0266, 0060, 0064, 0260, 0060, 0113, 0214,
2531 0007, 0337, 0263, 0036, 0270, 0333, 0030, 0343, 0256, 0375, 0132, 0230, 0003, 0265, 0255, 0133,
2532 0056, 0332, 0233, 0153, 0173, 0175, 0343, 0156, 0026, 0156, 0275, 0141, 0037, 0040, 0060, 0042,
2533 0120, 0323, 0206, 0272, 0015, 0165, 0235, 0215, 0207, 0311, 0040, 0327, 0131, 0252, 0024, 0002,
2534 0007, 0040, 0336, 0103, 0034, 0356, 0023, 0066, 0333, 0377, 0230, 0230, 0002, 0121, 0140, 0340,
2535 0077, 0377, 0232, 0305, 0073, 0171, 0331, 0235, 0350, 0131, 0130, 0266, 0310, 0246, 0043, 0132,
2536 0267, 0240, 0333, 0332, 0260, 0331, 0320, 0174, 0056, 0104, 0270, 0132, 0261, 0367, 0122, 0024,
2537 0346, 0067, 0277, 0311, 0036, 0076, 0120, 0343, 0161, 0362, 0340, 0101, 0372, 0344, 0261, 0055,
2538 0113, 0026, 0000, 0146, 0002, 0041, 0221, 0300, 0041, 0004, 0362, 0001, 0002, 0165, 0142, 0017,
2539 0371, 0323, 0034, 0123, 0244, 0012, 0265, 0366, 0072, 0161, 0312, 0170, 0120, 0221, 0077, 0205,
2540 0216, 0271, 0101, 0360, 0202, 0204, 0032, 0224, 0002, 0374, 0253, 0324, 0241, 0040, 0240, 0142,
2541 0245, 0003, 0212, 0025, 0262, 0054, 0274, 0123, 0011, 0060, 0010, 0152, 0045, 0150, 0122, 0235,
2542 0222, 0116, 0020, 0025, 0176, 0224, 0272, 0331, 0307, 0123, 0002, 0060, 0210, 0027, 0266, 0254,
2543 0100, 0120, 0041, 0304, 0376, 0034, 0203, 0014, 0140, 0235, 0124, 0233, 0120, 0255, 0202, 0153,
2544 0202, 0062, 0312, 0347, 0172, 0216, 0223, 0357, 0340, 0361, 0055, 0237, 0112, 0222, 0042, 0016,
2545 0164, 0000, 0325, 0272, 0340, 0110, 0272, 0134, 0011, 0022, 0100, 0043, 0111, 0016, 0306, 0001,
2546 0264, 0022, 0002, 0007, 0037, 0223, 0034, 0205, 0210, 0040, 0170, 0347, 0311, 0221, 0170, 0202,
2547 0020, 0120, 0007, 0340, 0340, 0152, 0153, 0067, 0316, 0171, 0041, 0205, 0240, 0324, 0326, 0171,
2548 0047, 0252, 0177, 0330, 0373, 0310, 0235, 0004, 0003, 0211, 0265, 0224, 0001, 0243, 0112, 0124,
2549 0312, 0072, 0315, 0212, 0262, 0274, 0167, 0172, 0374, 0253, 0137, 0275, 0114, 0023, 0163, 0064,
2550 0031, 0254, 0227, 0363, 0274, 0320, 0047, 0107, 0343, 0243, 0243, 0351, 0164, 0062, 0056, 0213,
2551 0134, 0001, 0010, 0323, 0176, 0373, 0057, 0000, 0000, 0336, 0207, 0272, 0256, 0127, 0213, 0345,
2552 0374, 0346, 0146, 0076, 0237, 0137, 0134, 0134, 0066, 0125, 0255, 0025, 0346, 0171, 0132, 0353,
2553 0255, 0336, 0136, 0053, 0314, 0064, 0304, 0102, 0115, 0001, 0110, 0065, 0152, 0144, 0357, 0234,
2554 0163, 0076, 0220, 0010, 0052, 0320, 0346, 0103, 0325, 0010, 0036, 0106, 0375, 0156, 0105, 0351,
2555 0112, 0211, 0322, 0014, 0350, 0267, 0151, 0160, 0133, 0240, 0025, 0377, 0305, 0327, 0016, 0277,
2556 0155, 0340, 0267, 0053, 0236, 0246, 0234, 0153, 0274, 0217, 0312, 0050, 0065, 0050, 0262, 0324,
2557 0250, 0131, 0221, 0064, 0326, 0066, 0255, 0333, 0070, 0277, 0154, 0303, 0334, 0322, 0334, 0303,
2558 0074, 0310, 0302, 0373, 0367, 0326, 0275, 0155, 0341, 0035, 0231, 0053, 0312, 0053, 0135, 0222,
2559 0332, 0366, 0132, 0365, 0073, 0306, 0111, 0204, 0004, 0305, 0244, 0140, 0022, 0121, 0132, 0366,
2560 0345, 0127, 0273, 0111, 0222, 0364, 0323, 0176, 0373, 0250, 0005, 0172, 0250, 0243, 0123, 0347,
2561 0034, 0164, 0322, 0364, 0105, 0176, 0207, 0162, 0343, 0003, 0274, 0367, 0223, 0365, 0364, 0010,
2562 0375, 0104, 0232, 0256, 0135, 0034, 0367, 0114, 0004, 0036, 0344, 0126, 0354, 0036, 0337, 0302,
2563 0135, 0260, 0252, 0154, 0143, 0002, 0367, 0120, 0246, 0117, 0144, 0037, 0244, 0357, 0174, 0160,
2564 0144, 0100, 0366, 0201, 0072, 0361, 0255, 0270, 0003, 0156, 0342, 0145, 0022, 0255, 0340, 0261,
2565 0374, 0222, 0310, 0173, 0043, 0210, 0151, 0256, 0322, 0024, 0000, 0150, 0271, 0360, 0027, 0357,
2566 0375, 0142, 0245, 0362, 0034, 0034, 0061, 0003, 0065, 0326, 0277, 0173, 0327, 0376, 0341, 0167,
2567 0042, 0342, 0337, 0277, 0243, 0326, 0012, 0243, 0220, 0200, 0111, 0374, 0355, 0334, 0276, 0176,
2568 0355, 0257, 0257, 0001, 0100, 0217, 0307, 0272, 0054, 0005, 0220, 0074, 0051, 0026, 0016, 0201,
2569 0210, 0211, 0377, 0265, 0123, 0251, 0103, 0145, 0270, 0364, 0357, 0242, 0333, 0246, 0362, 0335,
2570 0300, 0045, 0204, 0020, 0065, 0263, 0111, 0222, 0114, 0046, 0223, 0047, 0117, 0236, 0274, 0174,
2571 0371, 0362, 0364, 0364, 0264, 0256, 0353, 0363, 0363, 0363, 0077, 0374, 0341, 0017, 0137, 0176,
2572 0371, 0345, 0315, 0315, 0115, 0077, 0126, 0370, 0103, 0034, 0323, 0217, 0375, 0355, 0171, 0266,
2573 0341, 0216, 0172, 0067, 0156, 0043, 0267, 0103, 0230, 0150, 0074, 0222, 0355, 0204, 0054, 0346,
2574 0076, 0051, 0324, 0202, 0044, 0114, 0301, 0071, 0357, 0034, 0000, 0152, 0223, 0351, 0044, 0005,
2575 0245, 0042, 0217, 0022, 0205, 0275, 0041, 0004, 0347, 0134, 0010, 0041, 0111, 0222, 0351, 0164,
2576 0372, 0364, 0351, 0323, 0227, 0057, 0137, 0236, 0234, 0234, 0124, 0125, 0365, 0366, 0355, 0333,
2577 0270, 0346, 0353, 0353, 0353, 0210, 0176, 0376, 0262, 0065, 0337, 0111, 0304, 0021, 0020, 0026,
2578 0046, 0046, 0147, 0333, 0345, 0355, 0145, 0265, 0132, 0220, 0365, 0032, 0120, 0153, 0265, 0345,
2579 0075, 0260, 0127, 0232, 0006, 0214, 0002, 0106, 0351, 0054, 0113, 0007, 0223, 0121, 0232, 0145,
2580 0240, 0120, 0100, 0204, 0330, 0132, 0153, 0133, 0107, 0201, 0264, 0326, 0046, 0065, 0104, 0204,
2581 0242, 0042, 0356, 0164, 0326, 0136, 0137, 0134, 0233, 0064, 0145, 0146, 0235, 0030, 0155, 0064,
2582 0163, 0107, 0305, 0112, 0217, 0364, 0352, 0074, 0310, 0002, 0104, 0040, 0220, 0246, 0151, 0226,
2583 0147, 0313, 0371, 0342, 0374, 0365, 0371, 0056, 0322, 0020, 0006, 0303, 0201, 0066, 0072, 0057,
2584 0362, 0042, 0115, 0215, 0102, 0045, 0152, 0027, 0332, 0273, 0265, 0055, 0152, 0243, 0264, 0322,
2585 0000, 0302, 0301, 0073, 0337, 0172, 0327, 0264, 0165, 0325, 0066, 0065, 0205, 0220, 0044, 0131,
2586 0136, 0226, 0371, 0160, 0072, 0072, 0072, 0231, 0235, 0335, 0073, 0076, 0071, 0321, 0112, 0273,
2587 0172, 0041, 0326, 0353, 0064, 0014, 0107, 0111, 0226, 0305, 0040, 0356, 0055, 0375, 0326, 0075,
2588 0214, 0105, 0204, 0367, 0024, 0050, 0020, 0211, 0367, 0241, 0151, 0374, 0315, 0365, 0346, 0207,
2589 0357, 0157, 0277, 0371, 0343, 0345, 0253, 0127, 0363, 0253, 0133, 0273, 0151, 0301, 0221, 0042,
2590 0300, 0116, 0272, 0201, 0160, 0020, 0312, 0371, 0043, 0324, 0315, 0107, 0162, 0262, 0204, 0201,
2591 0050, 0236, 0107, 0262, 0317, 0225, 0100, 0274, 0243, 0060, 0335, 0206, 0030, 0206, 0020, 0352,
2592 0306, 0055, 0026, 0315, 0273, 0367, 0315, 0345, 0245, 0137, 0254, 0250, 0151, 0171, 0107, 0267,
2593 0010, 0011, 0007, 0027, 0254, 0017, 0125, 0103, 0125, 0223, 0116, 0206, 0351, 0170, 0220, 0344,
2594 0211, 0102, 0100, 0146, 0021, 0106, 0341, 0210, 0154, 0342, 0174, 0052, 0236, 0021, 0110, 0004,
2595 0304, 0133, 0160, 0103, 0044, 0362, 0063, 0020, 0303, 0217, 0307, 0352, 0012, 0364, 0311, 0257,
2596 0150, 0337, 0202, 0130, 0306, 0302, 0073, 0250, 0273, 0005, 0034, 0210, 0061, 0300, 0006, 0274,
2597 0227, 0313, 0113, 0374, 0346, 0033, 0177, 0165, 0155, 0132, 0013, 0145, 0241, 0106, 0103, 0163,
2598 0174, 0334, 0146, 0131, 0214, 0142, 0045, 0021, 0002, 0046, 0002, 0357, 0301, 0133, 0010, 0006,
2599 0045, 0040, 0060, 0034, 0074, 0043, 0076, 0272, 0350, 0335, 0333, 0314, 0210, 0204, 0312, 0203,
2600 0216, 0205, 0210, 0262, 0277, 0025, 0013, 0001, 0324, 0204, 0125, 0220, 0212, 0304, 0375, 0025,
2601 0106, 0351, 0110, 0002, 0226, 0245, 0012, 0262, 0011, 0334, 0022, 0070, 0216, 0116, 0016, 0351,
2602 0311, 0006, 0124, 0000, 0305, 0250, 0077, 0326, 0077, 0321, 0033, 0245, 0305, 0000, 0142, 0001,
2603 0362, 0022, 0132, 0116, 0015, 0304, 0244, 0047, 0121, 0050, 0112, 0021, 0213, 0367, 0354, 0055,
2604 0113, 0240, 0134, 0113, 0071, 0340, 0173, 0123, 0270, 0074, 0322, 0357, 0206, 0345, 0215, 0071,
2605 0016, 0230, 0242, 0066, 0314, 0312, 0130, 0247, 0024, 0150, 0024, 0215, 0022, 0153, 0230, 0011,
2606 0301, 0233, 0004, 0224, 0021, 0001, 0016, 0201, 0275, 0107, 0001, 0016, 0044, 0034, 0000, 0111,
2607 0102, 0040, 0307, 0301, 0062, 0131, 0342, 0304, 0213, 0367, 0156, 0145, 0305, 0123, 0226, 0111,
2608 0071, 0326, 0125, 0251, 0260, 0002, 0240, 0335, 0364, 0140, 0273, 0255, 0217, 0124, 0335, 0116,
2609 0313, 0016, 0354, 0175, 0260, 0125, 0123, 0327, 0054, 0114, 0202, 0112, 0100, 0153, 0155, 0046,
2610 0343, 0342, 0027, 0237, 0077, 0237, 0115, 0207, 0367, 0117, 0307, 0077, 0274, 0372, 0176, 0076,
2611 0277, 0115, 0266, 0234, 0253, 0122, 0000, 0114, 0241, 0333, 0036, 0306, 0233, 0244, 0163, 0156,
2612 0263, 0331, 0054, 0156, 0027, 0067, 0127, 0327, 0067, 0327, 0127, 0165, 0275, 0156, 0033, 0233,
2613 0150, 0075, 0032, 0015, 0107, 0265, 0153, 0165, 0331, 0270, 0204, 0003, 0032, 0224, 0054, 0201,
2614 0104, 0203, 0150, 0024, 0026, 0024, 0012, 0255, 0270, 0306, 0061, 0261, 0322, 0312, 0030, 0023,
2615 0224, 0356, 0077, 0273, 0177, 0204, 0344, 0303, 0150, 0075, 0023, 0205, 0024, 0337, 0163, 0106,
2616 0354, 0244, 0201, 0200, 0002, 0342, 0031, 0250, 0222, 0377, 0254, 0101, 0053, 0360, 0002, 0237,
2617 0017, 0341, 0050, 0305, 0134, 0143, 0252, 0222, 0274, 0060, 0105, 0136, 0300, 0230, 0050, 0220,
2618 0013, 0301, 0372, 0320, 0270, 0260, 0161, 0176, 0331, 0330, 0363, 0215, 0375, 0156, 0023, 0276,
2619 0156, 0302, 0127, 0036, 0136, 0211, 0131, 0162, 0352, 0000, 0031, 0100, 0365, 0262, 0217, 0145,
2620 0113, 0155, 0356, 0352, 0110, 0357, 0246, 0105, 0342, 0207, 0061, 0276, 0207, 0224, 0112, 0027,
2621 0370, 0213, 0075, 0316, 0343, 0056, 0214, 0353, 0265, 0205, 0334, 0356, 0160, 0334, 0000, 0000,
2622 0040, 0000, 0111, 0104, 0101, 0124, 0043, 0176, 0254, 0353, 0347, 0316, 0224, 0012, 0077, 0256,
2623 0260, 0331, 0101, 0031, 0374, 0200, 0221, 0216, 0042, 0040, 0124, 0335, 0316, 0025, 0143, 0073,
2624 0332, 0326, 0367, 0215, 0375, 0334, 0212, 0203, 0233, 0114, 0117, 0027, 0335, 0075, 0054, 0372,
2625 0052, 0151, 0045, 0000, 0007, 0243, 0147, 0064, 0207, 0310, 0146, 0053, 0026, 0047, 0001, 0042,
2626 0346, 0070, 0226, 0012, 0314, 0201, 0072, 0352, 0210, 0003, 0221, 0365, 0354, 0002, 0150, 0006,
2627 0000, 0320, 0111, 0130, 0255, 0326, 0377, 0327, 0077, 0126, 0377, 0374, 0137, 0200, 0041, 0254,
2628 0226, 0264, 0251, 0044, 0111, 0267, 0367, 0301, 0266, 0245, 0246, 0346, 0056, 0005, 0007, 0224,
2629 0060, 0010, 0311, 0166, 0054, 0105, 0302, 0202, 0362, 0127, 0215, 0046, 0076, 0120, 0140, 0156,
2630 0263, 0124, 0342, 0064, 0212, 0234, 0363, 0316, 0071, 0042, 0072, 0072, 0072, 0172, 0366, 0354,
2631 0331, 0347, 0237, 0177, 0376, 0350, 0321, 0243, 0246, 0151, 0276, 0376, 0372, 0353, 0077, 0374,
2632 0341, 0017, 0337, 0176, 0373, 0355, 0365, 0365, 0165, 0144, 0112, 0016, 0215, 0345, 0322, 0035,
2633 0347, 0203, 0246, 0057, 0370, 0110, 0277, 0130, 0217, 0057, 0341, 0235, 0312, 0147, 0033, 0134,
2634 0323, 0205, 0013, 0222, 0210, 0040, 0152, 0210, 0271, 0156, 0073, 0042, 0301, 0007, 0324, 0046,
2635 0111, 0062, 0255, 0064, 0323, 0266, 0105, 0075, 0204, 0020, 0115, 0332, 0261, 0254, 0352, 0223,
2636 0117, 0076, 0371, 0374, 0363, 0317, 0357, 0337, 0277, 0137, 0125, 0325, 0327, 0137, 0177, 0375,
2637 0373, 0337, 0377, 0376, 0325, 0253, 0127, 0067, 0067, 0067, 0035, 0262, 0371, 0127, 0256, 0231,
2638 0271, 0123, 0163, 0062, 0023, 0011, 0221, 0026, 0110, 0024, 0200, 0351, 0342, 0222, 0242, 0071,
2639 0000, 0031, 0004, 0267, 0056, 0076, 0121, 0242, 0022, 0245, 0363, 0064, 0033, 0016, 0007, 0111,
2640 0232, 0304, 0164, 0113, 0022, 0262, 0326, 0325, 0165, 0143, 0235, 0107, 0304, 0044, 0061, 0304,
2641 0204, 0121, 0337, 0023, 0063, 0326, 0074, 0141, 0254, 0050, 0046, 0272, 0103, 0057, 0035, 0052,
2642 0157, 0072, 0013, 0125, 0124, 0264, 0101, 0136, 0146, 0323, 0243, 0351, 0355, 0325, 0315, 0367,
2643 0337, 0376, 0120, 0255, 0067, 0353, 0345, 0352, 0331, 0213, 0347, 0041, 0204, 0054, 0113, 0262,
2644 0054, 0061, 0210, 0035, 0031, 0210, 0135, 0146, 0037, 0162, 0040, 0362, 0326, 0066, 0165, 0145,
2645 0333, 0112, 0274, 0047, 0362, 0054, 0154, 0322, 0154, 0074, 0073, 0171, 0370, 0344, 0223, 0243,
2646 0323, 0373, 0151, 0071, 0160, 0304, 0213, 0305, 0374, 0362, 0342, 0262, 0135, 0337, 0114, 0363,
2647 0346, 0350, 0105, 0221, 0044, 0107, 0261, 0224, 0210, 0005, 0142, 0301, 0326, 0156, 0131, 0320,
2648 0057, 0230, 0043, 0346, 0326, 0372, 0305, 0242, 0276, 0070, 0137, 0275, 0373, 0141, 0176, 0376,
2649 0152, 0376, 0356, 0174, 0125, 0055, 0275, 0165, 0332, 0213, 0012, 0133, 0144, 0203, 0321, 0350,
2650 0373, 0363, 0164, 0052, 0037, 0171, 0372, 0062, 0013, 0005, 0246, 0020, 0017, 0123, 0174, 0140,
2651 0363, 0366, 0066, 0301, 0204, 0050, 0300, 0052, 0322, 0156, 0034, 0202, 0137, 0255, 0355, 0325,
2652 0165, 0173, 0161, 0331, 0136, 0337, 0206, 0252, 0046, 0353, 0205, 0130, 0130, 0266, 0331, 0243,
2653 0361, 0066, 0011, 0114, 0301, 0265, 0216, 0174, 0325, 0372, 0325, 0046, 0033, 0227, 0331, 0250,
2654 0064, 0106, 0241, 0110, 0144, 0153, 0160, 0073, 0212, 0142, 0244, 0200, 0104, 0121, 0107, 0314,
2655 0236, 0202, 0017, 0041, 0204, 0075, 0304, 0372, 0363, 0057, 0315, 0156, 0213, 0326, 0335, 0230,
2656 0243, 0247, 0113, 0266, 0151, 0227, 0054, 0300, 0133, 0367, 0223, 0060, 0003, 0354, 0023, 0175,
2657 0210, 0174, 0333, 0372, 0152, 0223, 0266, 0255, 0056, 0013, 0225, 0347, 0130, 0024, 0242, 0343,
2658 0235, 0050, 0036, 0013, 0360, 0116, 0333, 0046, 0261, 0153, 0355, 0004, 0174, 0033, 0230, 0264,
2659 0354, 0246, 0201, 0077, 0272, 0134, 0274, 0153, 0345, 0142, 0001, 0352, 0274, 0313, 0133, 0014,
2660 0041, 0153, 0317, 0127, 0255, 0134, 0065, 0270, 0166, 0352, 0101, 0256, 0077, 0222, 0071, 0363,
2661 0263, 0216, 0345, 0366, 0257, 0070, 0346, 0205, 0243, 0313, 0046, 0134, 0265, 0324, 0154, 0203,
2662 0332, 0221, 0372, 0061, 0244, 0002, 0054, 0330, 0131, 0056, 0176, 0154, 0355, 0001, 0124, 0120,
2663 0052, 0000, 0172, 0057, 0115, 0015, 0052, 0217, 0221, 0175, 0273, 0160, 0064, 0006, 0024, 0111,
2664 0224, 0100, 0012, 0211, 0206, 0331, 0110, 0006, 0343, 0145, 0066, 0172, 0235, 0024, 0123, 0346,
2665 0301, 0073, 0072, 0251, 0070, 0041, 0317, 0212, 0174, 0241, 0354, 0251, 0136, 0117, 0122, 0233,
2666 0046, 0150, 0061, 0277, 0226, 0342, 0332, 0203, 0153, 0333, 0320, 0132, 0161, 0136, 0174, 0140,
2667 0000, 0016, 0001, 0311, 0033, 0355, 0123, 0345, 0215, 0130, 0105, 0016, 0210, 0004, 0111, 0202,
2668 0127, 0232, 0216, 0216, 0030, 0236, 0103, 0326, 0142, 0273, 0326, 0332, 0201, 0370, 0155, 0101,
2669 0023, 0176, 0040, 0316, 0105, 0104, 0305, 0054, 0266, 0151, 0157, 0157, 0102, 0135, 0151, 0073,
2670 0207, 0323, 0122, 0341, 0021, 0150, 0305, 0114, 0102, 0224, 0150, 0050, 0312, 0154, 0070, 0054,
2671 0233, 0272, 0152, 0333, 0266, 0132, 0157, 0332, 0246, 0055, 0212, 0102, 0151, 0025, 0273, 0140,
2672 0210, 0321, 0072, 0267, 0131, 0255, 0317, 0317, 0337, 0276, 0077, 0177, 0267, 0134, 0314, 0231,
2673 0102, 0131, 0026, 0367, 0037, 0234, 0045, 0046, 0135, 0254, 0035, 0027, 0363, 0367, 0156, 0136,
2674 0311, 0140, 0271, 0004, 0357, 0311, 0000, 0347, 0251, 0112, 0014, 0022, 0200, 0015, 0301, 0326,
2675 0016, 0002, 0133, 0313, 0200, 0220, 0046, 0132, 0002, 0005, 0336, 0326, 0241, 0374, 0311, 0244,
2676 0307, 0310, 0004, 0006, 0001, 0344, 0175, 0251, 0160, 0377, 0031, 0352, 0031, 0377, 0333, 0112,
2677 0256, 0134, 0370, 0303, 0232, 0177, 0075, 0326, 0277, 0036, 0353, 0107, 0205, 0072, 0115, 0161,
2678 0222, 0100, 0251, 0061, 0125, 0332, 0244, 0332, 0044, 0111, 0131, 0310, 0204, 0071, 0020, 0133,
2679 0342, 0347, 0076, 0374, 0262, 0166, 0277, 0136, 0265, 0377, 0174, 0153, 0377, 0141, 0276, 0371,
2680 0235, 0317, 0056, 0041, 0167, 0030, 0253, 0071, 0160, 0053, 0225, 0335, 0135, 0273, 0112, 0176,
2681 0002, 0355, 0336, 0075, 0131, 0242, 0262, 0055, 0012, 0117, 0376, 0224, 0026, 0256, 0323, 0004,
2682 0367, 0347, 0160, 0274, 0123, 0166, 0035, 0330, 0226, 0176, 0072, 0267, 0163, 0147, 0335, 0304,
2683 0136, 0052, 0340, 0076, 0021, 0267, 0313, 0113, 0336, 0015, 0334, 0142, 0247, 0303, 0256, 0351,
2684 0102, 0142, 0131, 0020, 0043, 0242, 0364, 0107, 0073, 0135, 0361, 0303, 0107, 0213, 0124, 0360,
2685 0216, 0147, 0153, 0327, 0055, 0165, 0110, 0370, 0110, 0314, 0271, 0041, 0142, 0166, 0041, 0116,
2686 0246, 0050, 0120, 0007, 0120, 0100, 0033, 0320, 0011, 0013, 0202, 0017, 0021, 0227, 0213, 0365,
2687 0241, 0271, 0201, 0313, 0253, 0335, 0000, 0001, 0201, 0101, 0204, 0204, 0105, 0100, 0201, 0066,
2688 0260, 0123, 0131, 0263, 0367, 0114, 0044, 0314, 0022, 0221, 0023, 0355, 0252, 0247, 0376, 0107,
2689 0300, 0233, 0330, 0103, 0031, 0342, 0130, 0207, 0274, 0367, 0155, 0333, 0126, 0125, 0025, 0045,
2690 0032, 0233, 0315, 0146, 0076, 0237, 0023, 0321, 0253, 0127, 0257, 0276, 0376, 0372, 0353, 0037,
2691 0176, 0370, 0041, 0372, 0244, 0214, 0061, 0121, 0023, 0176, 0047, 0101, 0047, 0202, 0236, 0376,
2692 0033, 0045, 0207, 0003, 0314, 0116, 0234, 0173, 0050, 0166, 0351, 0264, 0076, 0361, 0030, 0361,
2693 0236, 0263, 0103, 0106, 0045, 0100, 0040, 0104, 0336, 0273, 0246, 0265, 0306, 0044, 0111, 0226,
2694 0052, 0255, 0303, 0226, 0271, 0211, 0153, 0266, 0165, 0135, 0257, 0327, 0353, 0270, 0346, 0333,
2695 0333, 0133, 0153, 0355, 0167, 0337, 0175, 0367, 0365, 0327, 0137, 0277, 0176, 0375, 0172, 0261,
2696 0130, 0020, 0221, 0326, 0072, 0106, 0371, 0035, 0304, 0117, 0062, 0377, 0374, 0065, 0337, 0231,
2697 0246, 0021, 0155, 0327, 0215, 0161, 0003, 0211, 0335, 0315, 0162, 0273, 0341, 0306, 0056, 0025,
2698 0073, 0032, 0077, 0120, 0045, 0132, 0147, 0171, 0246, 0215, 0336, 0176, 0033, 0203, 0155, 0332,
2699 0152, 0135, 0331, 0246, 0325, 0046, 0065, 0111, 0022, 0337, 0305, 0056, 0162, 0110, 0100, 0002,
2700 0005, 0357, 0135, 0010, 0236, 0071, 0206, 0237, 0165, 0004, 0322, 0107, 0346, 0123, 0135, 0325,
2701 0255, 0322, 0272, 0030, 0225, 0043, 0037, 0232, 0272, 0136, 0255, 0067, 0337, 0174, 0365, 0355,
2702 0365, 0345, 0255, 0126, 0352, 0346, 0372, 0306, 0133, 0267, 0055, 0305, 0004, 0104, 0245, 0224,
2703 0106, 0004, 0241, 0020, 0232, 0252, 0162, 0326, 0172, 0153, 0235, 0265, 0316, 0205, 0044, 0315,
2704 0362, 0321, 0260, 0054, 0313, 0142, 0120, 0026, 0203, 0121, 0136, 0226, 0301, 0333, 0372, 0146,
2705 0263, 0132, 0257, 0026, 0363, 0333, 0371, 0315, 0134, 0174, 0235, 0317, 0164, 0010, 0132, 0142,
2706 0165, 0350, 0076, 0140, 0252, 0133, 0313, 0366, 0362, 0141, 0020, 0347, 0302, 0146, 0143, 0257,
2707 0257, 0326, 0347, 0077, 0314, 0127, 0357, 0253, 0366, 0272, 0315, 0026, 0174, 0022, 0222, 0240,
2708 0330, 0051, 0266, 0270, 0015, 0316, 0330, 0273, 0141, 0077, 0122, 0223, 0213, 0077, 0367, 0174,
2709 0146, 0241, 0020, 0204, 0274, 0220, 0332, 0352, 0376, 0105, 0120, 0024, 0242, 0002, 0140, 0141,
2710 0140, 0042, 0152, 0133, 0267, 0134, 0331, 0233, 0333, 0366, 0372, 0326, 0315, 0227, 0124, 0067,
2711 0344, 0003, 0060, 0107, 0363, 0201, 0310, 0066, 0145, 0252, 0323, 0266, 0200, 0047, 0166, 0201,
2712 0033, 0033, 0352, 0226, 0066, 0115, 0072, 0310, 0222, 0330, 0357, 0047, 0054, 0321, 0015, 0036,
2713 0110, 0102, 0164, 0203, 0023, 0204, 0100, 0216, 0202, 0245, 0340, 0302, 0117, 0307, 0346, 0376,
2714 0051, 0121, 0261, 0164, 0033, 0261, 0355, 0010, 0133, 0200, 0001, 0010, 0200, 0140, 0233, 0274,
2715 0023, 0345, 0162, 0221, 0310, 0041, 0331, 0063, 0346, 0204, 0100, 0112, 0305, 0100, 0137, 0016,
2716 0101, 0210, 0242, 0332, 0004, 0004, 0110, 0230, 0031, 0154, 0075, 0256, 0257, 0246, 0053, 0075,
2717 0132, 0025, 0312, 0255, 0252, 0166, 0321, 0222, 0013, 0373, 0114, 0041, 0370, 0051, 0145, 0061,
2718 0156, 0307, 0174, 0264, 0353, 0271, 0071, 0270, 0371, 0257, 0202, 0134, 0064, 0160, 0136, 0323,
2719 0255, 0325, 0322, 0223, 0137, 0306, 0276, 0232, 0230, 0117, 0163, 0107, 0352, 0020, 0117, 0026,
2720 0265, 0053, 0210, 0350, 0157, 0104, 0055, 0311, 0115, 0313, 0347, 0015, 0137, 0265, 0154, 0111,
2721 0165, 0335, 0104, 0173, 0063, 0177, 0034, 0010, 0012, 0375, 0030, 0170, 0212, 0077, 0247, 0101,
2722 0265, 0001, 0125, 0263, 0152, 0075, 0066, 0225, 0144, 0000, 0230, 0154, 0215, 0042, 0012, 0121,
2723 0051, 0111, 0023, 0050, 0063, 0141, 0221, 0124, 0103, 0131, 0340, 0070, 0253, 0313, 0364, 0375,
2724 0040, 0115, 0147, 0142, 0277, 0245, 0373, 0067, 0074, 0016, 0240, 0006, 0150, 0117, 0325, 0352,
2725 0161, 0062, 0077, 0051, 0134, 0076, 0114, 0333, 0174, 0162, 0116, 0047, 0377, 0337, 0305, 0350,
2726 0353, 0132, 0056, 0231, 0234, 0143, 0025, 0034, 0221, 0040, 0373, 0111, 0132, 0177, 0072, 0133,
2727 0377, 0333, 0307, 0253, 0347, 0223, 0146, 0142, 0132, 0315, 0236, 0254, 0143, 0347, 0320, 0123,
2728 0246, 0270, 0110, 0311, 0030, 0256, 0005, 0130, 0172, 0041, 0333, 0262, 0147, 0032, 0367, 0166,
2729 0012, 0012, 0350, 0054, 0350, 0106, 0205, 0166, 0250, 0335, 0351, 0170, 0160, 0062, 0061, 0231,
2730 0341, 0305, 0174, 0341, 0134, 0260, 0316, 0017, 0212, 0342, 0321, 0243, 0207, 0303, 0341, 0140,
2731 0275, 0136, 0257, 0126, 0233, 0233, 0233, 0133, 0155, 0114, 0071, 0034, 0020, 0271, 0272, 0156,
2732 0327, 0253, 0365, 0142, 0276, 0134, 0056, 0027, 0353, 0305, 0252, 0151, 0153, 0255, 0160, 0066,
2733 0073, 0272, 0167, 0357, 0336, 0164, 0066, 0002, 0301, 0344, 0152, 0365, 0346, 0046, 0140, 0122,
2734 0213, 0123, 0154, 0133, 0251, 0132, 0124, 0136, 0311, 0200, 0234, 0267, 0004, 0165, 0145, 0135,
2735 0353, 0001, 0104, 0245, 0111, 0226, 0250, 0020, 0204, 0054, 0140, 0114, 0241, 0006, 0334, 0105,
2736 0325, 0311, 0307, 0144, 0160, 0235, 0017, 0021, 0166, 0150, 0374, 0043, 0147, 0021, 0001, 0334,
2737 0070, 0256, 0010, 0157, 0034, 0277, 0151, 0345, 0313, 0212, 0037, 0346, 0352, 0064, 0305, 0343,
2738 0024, 0217, 0122, 0165, 0224, 0302, 0161, 0252, 0216, 0022, 0065, 0111, 0240, 0320, 0072, 0067,
2739 0220, 0203, 0214, 0131, 0046, 0171, 0066, 0316, 0323, 0314, 0124, 0153, 0261, 0315, 0212, 0033,
2740 0107, 0067, 0242, 0031, 0364, 0076, 0277, 0121, 0260, 0127, 0205, 0300, 0275, 0110, 0030, 0071,
2741 0154, 0312, 0354, 0253, 0371, 0172, 0340, 0153, 0333, 0362, 0205, 0135, 0373, 0301, 0007, 0030,
2742 0105, 0172, 0321, 0300, 0160, 0250, 0274, 0141, 0070, 0310, 0016, 0376, 0310, 0025, 0324, 0277,
2743 0255, 0305, 0344, 0301, 0237, 0014, 0332, 0355, 0350, 0042, 0334, 0273, 0264, 0001, 0366, 0065,
2744 0115, 0002, 0333, 0256, 0351, 0175, 0061, 0131, 0144, 0225, 0166, 0211, 0203, 0375, 0161, 0030,
2745 0002, 0010, 0162, 0247, 0327, 0121, 0133, 0265, 0200, 0371, 0120, 0013, 0035, 0013, 0113, 0071,
2746 0060, 0373, 0300, 0021, 0215, 0130, 0037, 0066, 0033, 0332, 0254, 0365, 0160, 0244, 0307, 0023,
2747 0165, 0164, 0012, 0371, 0333, 0260, 0331, 0240, 0061, 0240, 0124, 0004, 0132, 0102, 0044, 0333,
2748 0305, 0041, 0304, 0375, 0254, 0013, 0252, 0034, 0232, 0343, 0063, 0075, 0231, 0002, 0100, 0130,
2749 0056, 0151, 0123, 0261, 0017, 0302, 0042, 0201, 0304, 0007, 0012, 0114, 0034, 0337, 0266, 0177,
2750 0205, 0255, 0364, 0356, 0372, 0273, 0056, 0332, 0255, 0067, 0052, 0016, 0167, 0254, 0165, 0115,
2751 0323, 0154, 0066, 0233, 0330, 0062, 0255, 0224, 0252, 0353, 0332, 0030, 0363, 0355, 0267, 0337,
2752 0136, 0134, 0134, 0254, 0126, 0053, 0042, 0312, 0363, 0374, 0350, 0350, 0150, 0070, 0034, 0246,
2753 0151, 0032, 0141, 0112, 0374, 0311, 0165, 0135, 0317, 0347, 0363, 0371, 0174, 0176, 0000, 0077,
2754 0173, 0052, 0361, 0073, 0055, 0015, 0175, 0240, 0260, 0055, 0371, 0046, 0336, 0105, 0276, 0166,
2755 0034, 0010, 0157, 0317, 0036, 0146, 0362, 0241, 0151, 0352, 0321, 0170, 0234, 0044, 0211, 0322,
2756 0072, 0016, 0244, 0274, 0337, 0257, 0331, 0030, 0023, 0327, 0274, 0331, 0154, 0224, 0122, 0161,
2757 0315, 0061, 0225, 0247, 0054, 0313, 0343, 0343, 0343, 0270, 0346, 0076, 0117, 0123, 0125, 0325,
2758 0355, 0355, 0355, 0162, 0271, 0374, 0371, 0153, 0076, 0354, 0235, 0142, 0346, 0056, 0243, 0011,
2759 0073, 0221, 0227, 0200, 0040, 0354, 0247, 0247, 0334, 0357, 0264, 0212, 0107, 0076, 0366, 0251,
2760 0061, 0333, 0306, 0126, 0253, 0252, 0251, 0333, 0162, 0230, 0050, 0155, 0166, 0255, 0350, 0261,
2761 0315, 0124, 0120, 0141, 0040, 0157, 0135, 0353, 0234, 0015, 0041, 0077, 0264, 0125, 0367, 0043,
2762 0160, 0366, 0213, 0345, 0335, 0223, 0041, 0111, 0223, 0321, 0154, 0224, 0144, 0246, 0251, 0232,
2763 0345, 0162, 0165, 0173, 0075, 0067, 0332, 0064, 0165, 0323, 0324, 0265, 0002, 0320, 0112, 0105,
2764 0014, 0244, 0065, 0002, 0263, 0243, 0266, 0336, 0254, 0155, 0123, 0011, 0263, 0122, 0246, 0050,
2765 0212, 0174, 0064, 0031, 0216, 0046, 0345, 0160, 0220, 0246, 0251, 0000, 0124, 0353, 0325, 0255,
2766 0155, 0066, 0233, 0365, 0146, 0263, 0164, 0165, 0345, 0255, 0115, 0264, 0140, 0310, 0331, 0173,
2767 0333, 0130, 0157, 0103, 0240, 0104, 0051, 0074, 0124, 0212, 0104, 0375, 0224, 0064, 0215, 0137,
2768 0054, 0353, 0233, 0313, 0315, 0325, 0233, 0345, 0325, 0017, 0113, 0132, 0370, 0324, 0302, 0204,
2769 0223, 0101, 0246, 0225, 0150, 0057, 0015, 0101, 0100, 0021, 0313, 0212, 0266, 0366, 0050, 0354,
2770 0376, 0201, 0167, 0215, 0005, 0177, 0352, 0025, 0131, 0076, 0012, 0201, 0275, 0027, 0243, 0101,
2771 0155, 0065, 0305, 0240, 0342, 0040, 0101, 0050, 0204, 0320, 0064, 0156, 0261, 0154, 0257, 0156,
2772 0334, 0355, 0302, 0257, 0053, 0262, 0116, 0266, 0143, 0054, 0331, 0007, 0312, 0354, 0274, 0203,
2773 0373, 0077, 0175, 0140, 0033, 0102, 0353, 0150, 0323, 0372, 0121, 0236, 0015, 0322, 0064, 0117,
2774 0214, 0106, 0305, 0244, 0242, 0004, 0047, 0004, 0010, 0001, 0002, 0101, 0010, 0354, 0070, 0070,
2775 0016, 0236, 0344, 0057, 0361, 0071, 0036, 0026, 0237, 0105, 0135, 0141, 0317, 0264, 0276, 0227,
2776 0335, 0060, 0343, 0116, 0061, 0027, 0104, 0202, 0160, 0064, 0122, 0141, 0131, 0046, 0107, 0063,
2777 0030, 0215, 0040, 0111, 0070, 0004, 0252, 0352, 0260, 0132, 0221, 0217, 0341, 0171, 0302, 0314,
2778 0254, 0220, 0334, 0304, 0157, 0236, 0271, 0305, 0375, 0266, 0112, 0232, 0345, 0265, 0335, 0274,
2779 0043, 0277, 0020, 0260, 0210, 0374, 0323, 0273, 0115, 0000, 0100, 0046, 0105, 0116, 0121, 0300,
2780 0155, 0161, 0017, 0366, 0037, 0155, 0201, 0341, 0312, 0311, 0017, 0215, 0274, 0156, 0370, 0013,
2781 0057, 0223, 0024, 0243, 0364, 0114, 0105, 0030, 0201, 0242, 0025, 0310, 0241, 0036, 0247, 0123,
2782 0101, 0250, 0235, 0253, 0155, 0267, 0327, 0227, 0133, 0307, 0257, 0033, 0171, 0335, 0310, 0042,
2783 0010, 0303, 0001, 0341, 0276, 0215, 0205, 0244, 0240, 0311, 0151, 0362, 0221, 0101, 0272, 0313,
2784 0160, 0357, 0236, 0150, 0015, 0340, 0032, 0364, 0122, 0364, 0332, 0205, 0272, 0222, 0201, 0216,
2785 0246, 0164, 0021, 0015, 0002, 0250, 0064, 0244, 0051, 0252, 0022, 0101, 0103, 0252, 0040, 0117,
2786 0321, 0200, 0117, 0375, 0074, 0113, 0170, 0246, 0127, 0237, 0350, 0267, 0163, 0075, 0042, 0121,
2787 0045, 0266, 0147, 0172, 0171, 0206, 0253, 0021, 0220, 0222, 0162, 0243, 0116, 0146, 0111, 0175,
2788 0235, 0334, 0173, 0217, 0305, 0025, 0223, 0017, 0154, 0274, 0167, 0216, 0012, 0155, 0117, 0362,
2789 0315, 0027, 0147, 0313, 0177, 0367, 0164, 0361, 0351, 0270, 0035, 0353, 0200, 0201, 0202, 0047,
2790 0152, 0203, 0070, 0226, 0206, 0335, 0072, 0254, 0126, 0164, 0123, 0203, 0243, 0256, 0036, 0350,
2791 0040, 0273, 0164, 0047, 0236, 0000, 0011, 0136, 0134, 0253, 0063, 0237, 0245, 0152, 0232, 0230,
2792 0173, 0107, 0331, 0331, 0054, 0115, 0015, 0057, 0346, 0113, 0142, 0061, 0111, 0062, 0034, 0016,
2793 0306, 0223, 0361, 0321, 0311, 0321, 0367, 0257, 0276, 0267, 0255, 0273, 0271, 0276, 0241, 0100,
2794 0303, 0361, 0050, 0020, 0157, 0326, 0233, 0345, 0174, 0261, 0136, 0257, 0254, 0265, 0012, 0325,
2795 0240, 0054, 0006, 0303, 0362, 0344, 0364, 0344, 0341, 0303, 0207, 0303, 0101, 0156, 0255, 0133,
2796 0256, 0075, 0203, 0152, 0055, 0325, 0233, 0332, 0257, 0126, 0122, 0065, 0242, 0012, 0127, 0015,
2797 0205, 0214, 0145, 0154, 0135, 0010, 0076, 0050, 0215, 0003, 0243, 0164, 0202, 0050, 0144, 0205,
2798 0221, 0370, 0140, 0170, 0051, 0362, 0061, 0352, 0115, 0200, 0011, 0202, 0007, 0277, 0055, 0152,
2799 0330, 0007, 0312, 0165, 0056, 0377, 0370, 0370, 0023, 0152, 0030, 0174, 0200, 0245, 0127, 0337,
2800 0067, 0152, 0232, 0250, 0151, 0202, 0263, 0024, 0217, 0022, 0074, 0315, 0360, 0101, 0206, 0017,
2801 0163, 0165, 0077, 0127, 0247, 0051, 0316, 0062, 0234, 0045, 0252, 0324, 0130, 0152, 0255, 0265,
2802 0002, 0304, 0153, 0217, 0357, 0211, 0336, 0023, 0057, 0075, 0207, 0010, 0156, 0372, 0053, 0213,
2803 0303, 0142, 0341, 0116, 0163, 0167, 0307, 0027, 0365, 0201, 0010, 0065, 0046, 0174, 0301, 0336,
2804 0162, 0160, 0020, 0341, 0003, 0335, 0363, 0001, 0073, 0125, 0021, 0036, 0150, 0210, 0073, 0007,
2805 0026, 0142, 0254, 0254, 0225, 0136, 0161, 0367, 0301, 0133, 0265, 0107, 0374, 0207, 0371, 0272,
2806 0077, 0261, 0313, 0301, 0135, 0003, 0373, 0236, 0010, 0106, 0354, 0265, 0145, 0365, 0014, 0210,
2807 0050, 0274, 0025, 0075, 0311, 0335, 0151, 0230, 0300, 0276, 0235, 0134, 0141, 0267, 0151, 0064,
2808 0037, 0052, 0220, 0071, 0152, 0227, 0002, 0221, 0363, 0024, 0210, 0031, 0310, 0272, 0160, 0163,
2809 0153, 0317, 0317, 0213, 0317, 0076, 0117, 0356, 0077, 0314, 0076, 0171, 0141, 0137, 0277, 0166,
2810 0127, 0067, 0052, 0107, 0124, 0273, 0061, 0261, 0250, 0335, 0014, 0041, 0046, 0116, 0020, 0267,
2811 0066, 0171, 0372, 0074, 0177, 0371, 0131, 0172, 0377, 0201, 0060, 0333, 0363, 0163, 0077, 0237,
2812 0263, 0013, 0042, 0310, 0104, 0354, 0003, 0021, 0377, 0017, 0112, 0050, 0336, 0026, 0112, 0304,
2813 0132, 0044, 0242, 0020, 0274, 0163, 0266, 0155, 0233, 0272, 0256, 0223, 0044, 0141, 0346, 0250,
2814 0131, 0021, 0221, 0371, 0174, 0156, 0255, 0015, 0041, 0150, 0255, 0323, 0064, 0175, 0362, 0344,
2815 0311, 0303, 0207, 0017, 0207, 0303, 0241, 0326, 0072, 0006, 0334, 0001, 0300, 0325, 0325, 0325,
2816 0127, 0137, 0175, 0165, 0173, 0173, 0373, 0341, 0350, 0347, 0316, 0377, 0177, 0064, 0045, 0057,
2817 0316, 0230, 0200, 0001, 0017, 0316, 0212, 0336, 0033, 0316, 0324, 0066, 0325, 0140, 0070, 0320,
2818 0106, 0051, 0255, 0167, 0366, 0050, 0157, 0255, 0155, 0232, 0246, 0256, 0353, 0054, 0313, 0210,
2819 0150, 0263, 0331, 0274, 0171, 0363, 0346, 0303, 0065, 0077, 0175, 0372, 0364, 0301, 0203, 0007,
2820 0235, 0155, 0052, 0256, 0371, 0342, 0342, 0342, 0313, 0057, 0277, 0354, 0000, 0331, 0207, 0353,
2821 0354, 0377, 0331, 0117, 0353, 0351, 0113, 0207, 0266, 0343, 0377, 0116, 0355, 0325, 0163, 0110,
2822 0156, 0023, 0240, 0160, 0313, 0044, 0006, 0042, 0147, 0075, 0205, 0210, 0236, 0201, 0210, 0232,
2823 0252, 0251, 0066, 0265, 0155, 0135, 0076, 0140, 0245, 0061, 0216, 0346, 0324, 0056, 0337, 0106,
2824 0151, 0035, 0134, 0023, 0217, 0110, 0226, 0145, 0046, 0061, 0210, 0152, 0357, 0017, 0356, 0245,
2825 0340, 0300, 0141, 0011, 0350, 0326, 0106, 0233, 0046, 0200, 0121, 0033, 0050, 0065, 0125, 0125,
2826 0135, 0327, 0233, 0332, 0073, 0257, 0224, 0112, 0100, 0003, 0200, 0062, 0132, 0153, 0115, 0024,
2827 0230, 0331, 0073, 0107, 0104, 0151, 0232, 0014, 0106, 0343, 0301, 0140, 0232, 0226, 0043, 0235,
2828 0146, 0200, 0330, 0264, 0266, 0251, 0053, 0337, 0254, 0155, 0263, 0151, 0333, 0332, 0273, 0126,
2829 0101, 0060, 0040, 0205, 0326, 0071, 0004, 0260, 0256, 0136, 0065, 0115, 0155, 0207, 0303, 0064,
2830 0111, 0365, 0001, 0262, 0021, 0140, 0146, 0153, 0351, 0352, 0152, 0375, 0376, 0315, 0342, 0372,
2831 0315, 0252, 0172, 0137, 0303, 0062, 0244, 0001, 0162, 0245, 0263, 0334, 0110, 0001, 0222, 0051,
2832 0157, 0030, 0025, 0030, 0105, 0113, 0313, 0065, 0305, 0041, 0175, 0057, 0246, 0163, 0373, 0346,
2833 0376, 0054, 0346, 0106, 0266, 0342, 0363, 0100, 0336, 0113, 0360, 0022, 0030, 0065, 0113, 0314,
2834 0275, 0103, 0020, 0221, 0340, 0234, 0337, 0324, 0156, 0261, 0154, 0157, 0346, 0176, 0261, 0014,
2835 0125, 0303, 0056, 0364, 0144, 0113, 0173, 0033, 0322, 0066, 0071, 0266, 0353, 0276, 0140, 0211,
2836 0332, 0064, 0360, 0302, 0255, 0247, 0326, 0121, 0225, 0120, 0221, 0244, 0271, 0112, 0165, 0034,
2837 0073, 0162, 0264, 0210, 0143, 0040, 0361, 0304, 0236, 0203, 0027, 0242, 0075, 0140, 0372, 0013,
2838 0042, 0212, 0357, 0110, 0301, 0166, 0071, 0203, 0073, 0346, 0246, 0347, 0106, 0143, 0104, 0247,
2839 0265, 0327, 0072, 0060, 0313, 0160, 0150, 0036, 0077, 0312, 0077, 0373, 0114, 0235, 0034, 0203,
2840 0326, 0334, 0064, 0341, 0366, 0326, 0135, 0135, 0221, 0265, 0121, 0176, 0105, 0300, 0054, 0012,
2841 0161, 0250, 0365, 0003, 0243, 0237, 0153, 0110, 0304, 0047, 0034, 0066, 0314, 0033, 0000, 0373,
2842 0047, 0354, 0122, 0361, 0124, 0016, 0316, 0170, 0153, 0274, 0325, 0034, 0274, 0116, 0357, 0246,
2843 0376, 0011, 0054, 0003, 0274, 0152, 0345, 0313, 0112, 0076, 0253, 0371, 0063, 0205, 0040, 0220,
2844 0052, 0054, 0015, 0214, 0023, 0024, 0024, 0317, 0077, 0172, 0070, 0123, 0005, 0243, 0004, 0013,
2845 0215, 0032, 0040, 0210, 0254, 0074, 0177, 0127, 0363, 0127, 0025, 0277, 0261, 0342, 0030, 0367,
2846 0055, 0347, 0373, 0312, 0145, 0326, 0344, 0215, 0157, 0265, 0153, 0025, 0123, 0370, 0161, 0172,
2847 0073, 0200, 0332, 0200, 0232, 0223, 0272, 0161, 0352, 0136, 0103, 0343, 0024, 0100, 0061, 0041,
2848 0262, 0026, 0045, 0202, 0006, 0223, 0114, 0045, 0240, 0124, 0242, 0022, 0140, 0223, 0002, 0023,
2849 0163, 0325, 0046, 0236, 0357, 0145, 0365, 0054, 0273, 0365, 0072, 0023, 0205, 0051, 0370, 0222,
2850 0333, 0074, 0264, 0344, 0324, 0272, 0032, 0056, 0123, 0065, 0067, 0303, 0166, 0121, 0122, 0203,
2851 0034, 0220, 0210, 0320, 0173, 0152, 0103, 0122, 0264, 0247, 0171, 0365, 0142, 0266, 0376, 0345,
2852 0321, 0372, 0044, 0365, 0231, 0060, 0073, 0246, 0226, 0271, 0141, 0040, 0260, 0313, 0060, 0277,
2853 0360, 0027, 0027, 0174, 0131, 0051, 0307, 0273, 0247, 0175, 0247, 0113, 0335, 0201, 0000, 0211,
2854 0273, 0162, 0157, 0331, 0325, 0310, 0076, 0035, 0026, 0145, 0152, 0047, 0243, 0174, 0064, 0110,
2855 0215, 0342, 0246, 0151, 0262, 0074, 0313, 0263, 0164, 0060, 0034, 0146, 0171, 0116, 0304, 0115,
2856 0323, 0136, 0137, 0135, 0125, 0125, 0125, 0155, 0066, 0046, 0115, 0225, 0322, 0024, 0002, 0021,
2857 0145, 0131, 0072, 0036, 0017, 0007, 0303, 0041, 0042, 0150, 0255, 0207, 0303, 0141, 0236, 0247,
2858 0131, 0226, 0120, 0040, 0006, 0260, 0056, 0154, 0326, 0165, 0163, 0153, 0141, 0265, 0114, 0234,
2859 0003, 0023, 0326, 0267, 0033, 0112, 0121, 0222, 0014, 0214, 0062, 0106, 0043, 0112, 0142, 0120,
2860 0201, 0004, 0042, 0361, 0101, 0142, 0262, 0050, 0042, 0174, 0220, 0124, 0324, 0017, 0323, 0206,
2861 0020, 0300, 0066, 0130, 0257, 0205, 0116, 0366, 0047, 0377, 0066, 0273, 0154, 0113, 0162, 0050,
2862 0341, 0102, 0234, 0026, 0142, 0000, 0313, 0346, 0302, 0047, 0127, 0132, 0147, 0132, 0025, 0032,
2863 0112, 0015, 0043, 0003, 0123, 0243, 0146, 0051, 0236, 0145, 0370, 0264, 0120, 0277, 0030, 0252,
2864 0137, 0217, 0365, 0223, 0122, 0115, 0023, 0314, 0263, 0344, 0130, 0340, 0323, 0111, 0170, 0126,
2865 0333, 0077, 0064, 0162, 0036, 0070, 0100, 0177, 0020, 0043, 0133, 0164, 0045, 0334, 0363, 0336,
2866 0312, 0101, 0006, 0257, 0164, 0311, 0277, 0333, 0255, 0324, 0256, 0000, 0143, 0037, 0167, 0216,
2867 0007, 0106, 0315, 0275, 0051, 0025, 0242, 0130, 0013, 0373, 0212, 0135, 0304, 0055, 0250, 0346,
2868 0355, 0344, 0150, 0227, 0302, 0327, 0201, 0244, 0135, 0022, 0316, 0135, 0010, 0323, 0177, 0350,
2869 0334, 0101, 0074, 0175, 0277, 0372, 0126, 0274, 0014, 0162, 0067, 0117, 0163, 0353, 0367, 0203,
2870 0176, 0217, 0360, 0316, 0163, 0325, 0043, 0227, 0266, 0032, 0103, 0351, 0022, 0000, 0171, 0227,
2871 0351, 0267, 0145, 0156, 0356, 0024, 0156, 0306, 0156, 0051, 0012, 0314, 0316, 0263, 0017, 0042,
2872 0100, 0215, 0265, 0157, 0317, 0233, 0057, 0277, 0314, 0236, 0074, 0115, 0037, 0076, 0052, 0176,
2873 0365, 0353, 0366, 0373, 0357, 0233, 0157, 0137, 0161, 0240, 0316, 0357, 0321, 0031, 0143, 0167,
2874 0361, 0054, 0042, 0046, 0311, 0077, 0175, 0061, 0370, 0315, 0337, 0244, 0217, 0036, 0121, 0323,
2875 0324, 0137, 0176, 0145, 0337, 0275, 0047, 0353, 0030, 0124, 0024, 0140, 0106, 0271, 0005, 0374,
2876 0353, 0230, 0233, 0217, 0276, 0241, 0075, 0037, 0320, 0126, 0226, 0353, 0175, 0234, 0113, 0330,
2877 0020, 0102, 0067, 0223, 0102, 0304, 0070, 0207, 0352, 0106, 0121, 0203, 0301, 0040, 0126, 0070,
2878 0105, 0160, 0023, 0077, 0351, 0234, 0113, 0323, 0264, 0057, 0305, 0375, 0360, 0167, 0305, 0017,
2879 0167, 0132, 0340, 0276, 0216, 0144, 0053, 0301, 0331, 0372, 0167, 0272, 0153, 0135, 0166, 0011,
2880 0020, 0210, 0042, 0354, 0155, 0103, 0301, 0311, 0126, 0274, 0331, 0137, 0263, 0215, 0356, 0055,
2881 0347, 0134, 0267, 0346, 0030, 0140, 0325, 0275, 0206, 0303, 0341, 0154, 0066, 0033, 0217, 0307,
2882 0021, 0334, 0304, 0045, 0265, 0155, 0033, 0327, 0374, 0341, 0373, 0163, 0147, 0112, 0325, 0257,
2883 0371, 0354, 0372, 0042, 0266, 0112, 0150, 0341, 0316, 0140, 0327, 0261, 0231, 0133, 0357, 0035,
2884 0106, 0164, 0201, 0040, 0100, 0314, 0316, 0371, 0152, 0125, 0173, 0347, 0343, 0123, 0311, 0265,
2885 0176, 0263, 0252, 0332, 0246, 0361, 0301, 0307, 0104, 0061, 0012, 0333, 0062, 0316, 0210, 0140,
2886 0114, 0152, 0150, 0303, 0165, 0125, 0353, 0304, 0230, 0324, 0304, 0260, 0321, 0170, 0056, 0313,
2887 0276, 0372, 0104, 0356, 0360, 0045, 0007, 0241, 0171, 0012, 0363, 0062, 0117, 0363, 0244, 0034,
2888 0227, 0313, 0353, 0245, 0163, 0116, 0051, 0245, 0225, 0066, 0012, 0131, 0030, 0224, 0002, 0245,
2889 0121, 0104, 0151, 0223, 0344, 0271, 0311, 0222, 0262, 0054, 0047, 0223, 0331, 0160, 0064, 0025,
2890 0300, 0246, 0261, 0353, 0315, 0172, 0275, 0136, 0065, 0233, 0025, 0373, 0026, 0205, 0024, 0162,
2891 0242, 0300, 0044, 0246, 0324, 0060, 0066, 0070, 0323, 0130, 0170, 0337, 0054, 0233, 0152, 0143,
2892 0107, 0223, 0102, 0031, 0005, 0073, 0307, 0142, 0264, 0056, 0072, 0117, 0253, 0125, 0175, 0376,
2893 0303, 0374, 0374, 0217, 0267, 0365, 0171, 0245, 0053, 0231, 0044, 0271, 0051, 0264, 0051, 0265,
2894 0056, 0014, 0032, 0230, 0330, 0204, 0226, 0200, 0011, 0052, 0325, 0042, 0170, 0164, 0330, 0020,
2895 0007, 0332, 0007, 0023, 0367, 0134, 0175, 0077, 0013, 0021, 0304, 0024, 0003, 0357, 0074, 0173,
2896 0047, 0251, 0331, 0211, 0272, 0030, 0104, 0310, 0171, 0137, 0125, 0166, 0276, 0154, 0257, 0157,
2897 0335, 0355, 0212, 0235, 0023, 0342, 0075, 0125, 0003, 0333, 0276, 0354, 0035, 0377, 0045, 0173,
2898 0004, 0321, 0121, 0353, 0022, 0005, 0313, 0314, 0316, 0122, 0353, 0251, 0060, 0134, 0150, 0310,
2899 0125, 0242, 0045, 0336, 0254, 0221, 0004, 0210, 0200, 0242, 0356, 0107, 0210, 0101, 0344, 0060,
2900 0050, 0367, 0147, 0253, 0213, 0043, 0353, 0037, 0317, 0223, 0170, 0203, 0142, 0331, 0247, 0167,
2901 0163, 0077, 0246, 0132, 0051, 0316, 0362, 0060, 0036, 0373, 0246, 0141, 0245, 0364, 0275, 0173,
2902 0351, 0337, 0374, 0246, 0374, 0373, 0277, 0067, 0367, 0316, 0204, 0071, 0334, 0336, 0372, 0267,
2903 0347, 0376, 0207, 0327, 0241, 0256, 0043, 0116, 0044, 0141, 0006, 0205, 0312, 0230, 0154, 0220,
2904 0016, 0046, 0011, 0046, 0072, 0271, 0105, 0225, 0040, 0352, 0237, 0254, 0027, 0355, 0011, 0262,
2905 0235, 0065, 0155, 0225, 0270, 0106, 0007, 0017, 0072, 0275, 0373, 0035, 0112, 0325, 0042, 0077,
2906 0264, 0360, 0337, 0126, 0374, 0250, 0014, 0245, 0201, 0343, 0104, 0225, 0032, 0357, 0347, 0130,
2907 0063, 0126, 0136, 0005, 0371, 0160, 0247, 0277, 0375, 0214, 0121, 0170, 0057, 0303, 0343, 0004,
2908 0015, 0342, 0052, 0310, 0127, 0153, 0376, 0257, 0113, 0372, 0227, 0015, 0277, 0167, 0000, 0250,
2909 0017, 0220, 0115, 0274, 0270, 0210, 0223, 0340, 0122, 0133, 0233, 0266, 0106, 0146, 0374, 0370,
2910 0162, 0267, 0277, 0242, 0026, 0165, 0303, 0372, 0312, 0253, 0125, 0353, 0247, 0051, 0212, 0302,
2911 0330, 0053, 0205, 0106, 0114, 0154, 0135, 0120, 0106, 0247, 0222, 0160, 0120, 0032, 0333, 0000,
2912 0165, 0015, 0166, 0103, 0052, 0261, 0203, 0201, 0035, 0346, 0250, 0015, 0010, 0202, 0013, 0170,
2913 0145, 0325, 0373, 0066, 0375, 0336, 0226, 0257, 0244, 0170, 0255, 0364, 0033, 0241, 0233, 0306,
2914 0073, 0213, 0102, 0201, 0134, 0000, 0347, 0213, 0201, 0075, 0051, 0232, 0207, 0203, 0346, 0070,
2915 0155, 0022, 0026, 0266, 0102, 0304, 0154, 0205, 0033, 0026, 0202, 0315, 0115, 0270, 0072, 0247,
2916 0267, 0227, 0160, 0321, 0032, 0047, 0075, 0156, 0240, 0267, 0273, 0336, 0155, 0356, 0230, 0135,
2917 0113, 0315, 0206, 0206, 0026, 0314, 0130, 0320, 0040, 0150, 0205, 0112, 0041, 0052, 0205, 0203,
2918 0101, 0071, 0030, 0226, 0171, 0236, 0232, 0304, 0150, 0055, 0367, 0356, 0235, 0041, 0310, 0045,
2919 0137, 0054, 0346, 0213, 0115, 0265, 0311, 0263, 0274, 0054, 0313, 0351, 0154, 0066, 0235, 0115,
2920 0247, 0263, 0131, 0131, 0024, 0325, 0146, 0263, 0132, 0255, 0310, 0373, 0315, 0172, 0245, 0161,
2921 0350, 0275, 0047, 0037, 0202, 0367, 0334, 0066, 0151, 0263, 0036, 0311, 0006, 0215, 0120, 0110,
2922 0126, 0067, 0025, 0147, 0272, 0230, 0352, 0042, 0057, 0264, 0101, 0012, 0036, 0174, 0010, 0304,
2923 0256, 0162, 0241, 0265, 0342, 0135, 0344, 0143, 0161, 0337, 0324, 0170, 0047, 0340, 0126, 0104,
2924 0000, 0202, 0307, 0172, 0015, 0253, 0133, 0270, 0367, 0004, 0372, 0371, 0273, 0135, 0122, 0222,
2925 0320, 0010, 0335, 0175, 0154, 0107, 0030, 0030, 0140, 0041, 0351, 0173, 0200, 0212, 0241, 0021,
2926 0150, 0010, 0157, 0167, 0317, 0110, 0000, 0050, 0014, 0076, 0053, 0360, 0357, 0247, 0112, 0330,
2927 0024, 0312, 0224, 0112, 0347, 0006, 0023, 0243, 0147, 0105, 0162, 0232, 0205, 0251, 0011, 0071,
2928 0112, 0045, 0037, 0121, 0064, 0213, 0066, 0140, 0022, 0320, 0146, 0207, 0117, 0160, 0067, 0270,
2929 0302, 0176, 0316, 0104, 0237, 0042, 0006, 0351, 0073, 0241, 0372, 0376, 0033, 0331, 0113, 0155,
2930 0020, 0172, 0132, 0302, 0175, 0366, 0014, 0356, 0252, 0116, 0241, 0067, 0236, 0337, 0167, 0022,
2931 0164, 0036, 0362, 0136, 0211, 0146, 0374, 0341, 0161, 0247, 0175, 0067, 0256, 0145, 0057, 0301,
2932 0302, 0003, 0001, 0050, 0036, 0214, 0306, 0166, 0024, 0315, 0126, 0204, 0276, 0053, 0064, 0227,
2933 0256, 0257, 0154, 0117, 0010, 0112, 0347, 0367, 0332, 0312, 0042, 0171, 0247, 0017, 0066, 0037,
2934 0210, 0342, 0104, 0000, 0210, 0201, 0174, 0324, 0334, 0060, 0240, 0016, 0125, 0135, 0175, 0371,
2935 0225, 0032, 0216, 0306, 0377, 0341, 0177, 0115, 0246, 0323, 0374, 0305, 0147, 0203, 0177, 0373,
2936 0367, 0366, 0375, 0373, 0372, 0267, 0277, 0245, 0246, 0125, 0306, 0240, 0111, 0366, 0032, 0136,
2937 0347, 0304, 0173, 0314, 0362, 0362, 0213, 0057, 0206, 0177, 0367, 0157, 0213, 0317, 0137, 0352,
2938 0042, 0167, 0127, 0127, 0363, 0177, 0370, 0077, 0352, 0337, 0175, 0111, 0165, 0043, 0132, 0073,
2939 0142, 0046, 0166, 0054, 0101, 0220, 0377, 0172, 0041, 0176, 0007, 0054, 0124, 0324, 0045, 0355,
2940 0024, 0253, 0073, 0156, 0042, 0312, 0171, 0261, 0057, 0122, 0351, 0160, 0356, 0162, 0271, 0374,
2941 0217, 0377, 0361, 0077, 0046, 0111, 0022, 0003, 0375, 0272, 0367, 0235, 0210, 0242, 0252, 0367,
2942 0047, 0140, 0115, 0017, 0121, 0111, 0117, 0274, 0322, 0105, 0310, 0364, 0316, 0264, 0335, 0103,
2943 0115, 0104, 0305, 0153, 0111, 0100, 0204, 0202, 0255, 0067, 0365, 0146, 0155, 0255, 0245, 0135,
2944 0174, 0337, 0076, 0057, 0230, 0071, 0006, 0104, 0366, 0377, 0201, 0021, 0220, 0315, 0347, 0363,
2945 0177, 0370, 0207, 0177, 0210, 0263, 0266, 0017, 0327, 0174, 0007, 0307, 0374, 0330, 0232, 0017,
2946 0275, 0353, 0274, 0153, 0374, 0354, 0072, 0126, 0130, 0100, 0251, 0136, 0056, 0102, 0067, 0226,
2947 0212, 0237, 0042, 0346, 0326, 0271, 0152, 0275, 0361, 0316, 0011, 0221, 0267, 0260, 0131, 0155,
2948 0346, 0067, 0163, 0333, 0072, 0205, 0112, 0307, 0134, 0012, 0211, 0051, 0073, 0133, 0140, 0124,
2949 0024, 0305, 0002, 0125, 0123, 0127, 0221, 0345, 0053, 0006, 0303, 0054, 0313, 0264, 0336, 0112,
2950 0166, 0130, 0020, 0261, 0113, 0066, 0350, 0312, 0254, 0173, 0031, 0074, 0133, 0126, 0026, 0230,
2951 0105, 0153, 0075, 0071, 0231, 0242, 0122, 0056, 0320, 0262, 0265, 0310, 0201, 0204, 0231, 0224,
2952 0121, 0240, 0114, 0066, 0230, 0034, 0025, 0243, 0041, 0042, 0153, 0104, 0140, 0271, 0275, 0271,
2953 0332, 0124, 0233, 0266, 0156, 0330, 0073, 0041, 0102, 0010, 0132, 0061, 0112, 0224, 0015, 0101,
2954 0251, 0361, 0136, 0221, 0334, 0317, 0314, 0151, 0151, 0146, 0052, 0221, 0052, 0064, 0153, 0333,
2955 0064, 0056, 0315, 0264, 0321, 0032, 0166, 0267, 0003, 0042, 0336, 0154, 0354, 0333, 0067, 0213,
2956 0253, 0357, 0227, 0174, 0151, 0307, 0116, 0047, 0231, 0166, 0011, 0340, 0131, 0076, 0172, 0060,
2957 0234, 0234, 0344, 0111, 0366, 0377, 0363, 0366, 0336, 0115, 0222, 0045, 0307, 0235, 0240, 0273,
2958 0107, 0074, 0225, 0242, 0164, 0265, 0032, 0101, 0000, 0004, 0005, 0010, 0220, 0273, 0344, 0222,
2959 0334, 0135, 0336, 0335, 0027, 0276, 0117, 0160, 0166, 0344, 0236, 0321, 0216, 0173, 0334, 0245,
2960 0221, 0340, 0121, 0001, 0203, 0021, 0075, 0323, 0272, 0113, 0246, 0176, 0052, 0042, 0334, 0375,
2961 0376, 0170, 0042, 0137, 0146, 0125, 0367, 0364, 0014, 0201, 0153, 0033, 0033, 0153, 0121, 0225,
2962 0225, 0342, 0275, 0010, 0217, 0237, 0244, 0174, 0343, 0370, 0255, 0255, 0136, 0201, 0007, 0041,
2963 0205, 0221, 0201, 0333, 0132, 0127, 0250, 0065, 0167, 0012, 0277, 0357, 0046, 0123, 0121, 0026,
2964 0361, 0076, 0170, 0127, 0263, 0163, 0032, 0253, 0032, 0125, 0140, 0025, 0326, 0040, 0076, 0057,
2965 0335, 0052, 0017, 0171, 0255, 0241, 0011, 0251, 0365, 0135, 0147, 0033, 0266, 0331, 0314, 0115,
2966 0002, 0240, 0250, 0262, 0150, 0237, 0006, 0330, 0010, 0126, 0373, 0045, 0206, 0001, 0025, 0321,
2967 0130, 0064, 0221, 0142, 0024, 0004, 0135, 0315, 0046, 0022, 0143, 0172, 0045, 0112, 0333, 0015,
2968 0022, 0004, 0002, 0243, 0374, 0273, 0022, 0212, 0273, 0005, 0125, 0033, 0267, 0050, 0164, 0115,
2969 0127, 0333, 0200, 0152, 0002, 0300, 0070, 0306, 0363, 0063, 0374, 0311, 0117, 0354, 0047, 0037,
2970 0233, 0203, 0203, 0321, 0217, 0176, 0064, 0375, 0303, 0237, 0115, 0177, 0366, 0263, 0350, 0354,
2971 0114, 0066, 0033, 0367, 0354, 0131, 0365, 0313, 0137, 0226, 0237, 0175, 0026, 0126, 0053, 0004,
2972 0120, 0152, 0242, 0136, 0244, 0164, 0141, 0261, 0251, 0156, 0027, 0345, 0322, 0162, 0355, 0203,
2973 0250, 0176, 0370, 0331, 0211, 0134, 0151, 0252, 0265, 0255, 0163, 0313, 0016, 0064, 0003, 0060,
2974 0200, 0203, 0245, 0021, 0325, 0053, 0134, 0073, 0375, 0305, 0232, 0017, 0042, 0230, 0030, 0374,
2975 0243, 0103, 0174, 0220, 0320, 0237, 0044, 0366, 0247, 0323, 0176, 0236, 0174, 0307, 0043, 0043,
2976 0304, 0004, 0006, 0261, 0026, 0175, 0136, 0310, 0377, 0230, 0205, 0377, 0071, 0343, 0057, 0066,
2977 0272, 0014, 0155, 0143, 0375, 0226, 0260, 0001, 0000, 0005, 0043, 0301, 0372, 0312, 0326, 0205,
2978 0251, 0163, 0221, 0360, 0176, 0147, 0132, 0205, 0064, 0127, 0073, 0013, 0146, 0135, 0301, 0332,
2979 0012, 0067, 0335, 0233, 0001, 0001, 0021, 0214, 0106, 0051, 0241, 0215, 0110, 0020, 0224, 0310,
2980 0200, 0365, 0140, 0004, 0352, 0025, 0057, 0157, 0004, 0054, 0331, 0330, 0120, 0154, 0224, 0260,
2981 0024, 0173, 0351, 0107, 0237, 0271, 0007, 0277, 0364, 0117, 0236, 0353, 0203, 0065, 0115, 0035,
2982 0306, 0136, 0300, 0073, 0247, 0316, 0067, 0312, 0255, 0261, 0165, 0147, 0131, 0165, 0232, 0125,
2983 0231, 0011, 0032, 0044, 0170, 0345, 0240, 0354, 0124, 0034, 0204, 0202, 0363, 0133, 0077, 0277,
2984 0225, 0253, 0265, 0275, 0011, 0306, 0003, 0356, 0141, 0144, 0373, 0354, 0216, 0317, 0175, 0271,
2985 0360, 0305, 0261, 0257, 0116, 0162, 0255, 0127, 0313, 0074, 0057, 0052, 0100, 0072, 0070, 0230,
2986 0306, 0161, 0214, 0000, 0334, 0145, 0166, 0214, 0307, 0331, 0223, 0217, 0236, 0234, 0236, 0235,
2987 0162, 0010, 0200, 0140, 0254, 0155, 0150, 0172, 0323, 0205, 0122, 0104, 0221, 0215, 0042, 0133,
2988 0172, 0267, 0134, 0056, 0223, 0330, 0062, 0003, 0202, 0116, 0142, 0372, 0370, 0320, 0076, 0114,
2989 0142, 0347, 0046, 0253, 0032, 0256, 0252, 0164, 0125, 0103, 0024, 0123, 0034, 0233, 0070, 0102,
2990 0141, 0256, 0127, 0025, 0257, 0312, 0040, 0120, 0327, 0301, 0025, 0205, 0272, 0034, 0070, 0164,
2991 0046, 0342, 0255, 0041, 0124, 0267, 0236, 0071, 0105, 0005, 0010, 0016, 0313, 0065, 0255, 0147,
2992 0034, 0034, 0250, 0064, 0136, 0367, 0376, 0125, 0031, 0325, 0003, 0360, 0077, 0242, 0362, 0117,
2993 0063, 0367, 0111, 0034, 0130, 0365, 0233, 0072, 0374, 0274, 0222, 0157, 0144, 0264, 0006, 0124,
2994 0060, 0320, 0305, 0213, 0202, 0102, 0305, 0372, 0272, 0324, 0004, 0344, 0343, 0110, 0077, 0111,
2995 0341, 0141, 0112, 0051, 0020, 0000, 0106, 0110, 0211, 0245, 0304, 0220, 0045, 0000, 0336, 0323,
2996 0303, 0020, 0214, 0016, 0341, 0360, 0024, 0016, 0216, 0041, 0035, 0141, 0135, 0066, 0324, 0062,
2997 0156, 0101, 0224, 0126, 0071, 0320, 0220, 0245, 0167, 0257, 0307, 0335, 0352, 0276, 0226, 0053,
2998 0357, 0114, 0122, 0332, 0325, 0075, 0015, 0376, 0122, 0373, 0235, 0247, 0221, 0146, 0162, 0063,
2999 0345, 0367, 0141, 0065, 0315, 0206, 0046, 0333, 0344, 0041, 0032, 0234, 0005, 0250, 0325, 0024,
3000 0043, 0350, 0156, 0355, 0353, 0035, 0062, 0176, 0047, 0056, 0000, 0267, 0364, 0255, 0016, 0320,
3001 0251, 0136, 0272, 0325, 0204, 0045, 0014, 0065, 0213, 0330, 0153, 0237, 0207, 0130, 0217, 0035,
3002 0300, 0066, 0155, 0332, 0222, 0000, 0262, 0250, 0204, 0040, 0316, 0213, 0147, 0121, 0000, 0027,
3003 0364, 0166, 0236, 0177, 0376, 0345, 0362, 0277, 0377, 0077, 0107, 0377, 0333, 0377, 0032, 0235,
3004 0235, 0116, 0377, 0354, 0317, 0100, 0304, 0034, 0036, 0227, 0137, 0174, 0345, 0057, 0057, 0375,
3005 0152, 0045, 0265, 0123, 0120, 0112, 0122, 0163, 0170, 0220, 0074, 0174, 0230, 0375, 0370, 0307,
3006 0007, 0177, 0376, 0347, 0007, 0377, 0365, 0277, 0104, 0147, 0147, 0141, 0261, 0134, 0376, 0315,
3007 0337, 0256, 0077, 0373, 0274, 0274, 0231, 0005, 0317, 0214, 0044, 0101, 0331, 0213, 0017, 0312,
3008 0377, 0216, 0200, 0342, 0335, 0340, 0101, 0305, 0155, 0266, 0171, 0047, 0273, 0021, 0335, 0213,
3009 0173, 0151, 0146, 0205, 0275, 0030, 0351, 0041, 0243, 0124, 0226, 0345, 0036, 0102, 0323, 0174,
3010 0110, 0306, 0030, 0153, 0355, 0275, 0230, 0333, 0136, 0326, 0316, 0235, 0346, 0003, 0355, 0214,
3011 0110, 0355, 0150, 0063, 0014, 0240, 0302, 0255, 0030, 0236, 0353, 0062, 0057, 0066, 0253, 0272,
3012 0054, 0006, 0175, 0016, 0072, 0154, 0200, 0272, 0213, 0033, 0375, 0272, 0236, 0363, 0120, 0376,
3013 0074, 0344, 0245, 0332, 0123, 0106, 0303, 0152, 0140, 0257, 0251, 0353, 0053, 0063, 0104, 0025,
3014 0004, 0325, 0213, 0024, 0265, 0133, 0057, 0067, 0256, 0162, 0041, 0004, 0365, 0141, 0275, 0334,
3015 0314, 0256, 0347, 0301, 0263, 0215, 0254, 0211, 0214, 0364, 0017, 0335, 0106, 0020, 0140, 0072,
3016 0316, 0322, 0044, 0255, 0212, 0242, 0312, 0113, 0141, 0316, 0363, 0202, 0214, 0151, 0373, 0315,
3017 0073, 0222, 0025, 0211, 0214, 0061, 0161, 0024, 0047, 0131, 0032, 0331, 0250, 0371, 0167, 0125,
3018 0150, 0047, 0257, 0016, 0220, 0024, 0125, 0023, 0231, 0070, 0215, 0223, 0054, 0211, 0254, 0321,
3019 0202, 0241, 0151, 0041, 0044, 0044, 0103, 0110, 0126, 0075, 0007, 0357, 0113, 0347, 0102, 0135,
3020 0325, 0145, 0136, 0327, 0045, 0173, 0007, 0302, 0055, 0203, 0014, 0200, 0004, 0261, 0301, 0303,
3021 0330, 0074, 0112, 0355, 0217, 0246, 0331, 0343, 0054, 0071, 0210, 0015, 0040, 0224, 0263, 0152,
3022 0165, 0135, 0114, 0216, 0322, 0154, 0024, 0331, 0214, 0172, 0202, 0071, 0004, 0131, 0257, 0253,
3023 0213, 0067, 0113, 0236, 0273, 0111, 0115, 0051, 0032, 0110, 0115, 0070, 0304, 0307, 0277, 0177,
3024 0376, 0350, 0007, 0107, 0343, 0211, 0025, 0011, 0105, 0341, 0071, 0122, 0317, 0254, 0116, 0106,
3025 0301, 0074, 0114, 0140, 0234, 0273, 0267, 0225, 0237, 0071, 0255, 0130, 0265, 0213, 0376, 0372,
3026 0360, 0006, 0006, 0025, 0341, 0020, 0330, 0171, 0160, 0116, 0234, 0202, 0125, 0320, 0320, 0050,
3027 0354, 0114, 0024, 0047, 0307, 0151, 0064, 0071, 0366, 0223, 0274, 0272, 0276, 0252, 0175, 0220,
3028 0332, 0053, 0113, 0317, 0316, 0366, 0366, 0113, 0112, 0023, 0354, 0120, 0023, 0150, 0244, 0343,
3029 0265, 0127, 0346, 0056, 0136, 0006, 0154, 0026, 0247, 0047, 0107, 0331, 0361, 0101, 0234, 0130,
3030 0254, 0327, 0306, 0157, 0060, 0024, 0020, 0002, 0212, 0266, 0072, 0043, 0001, 0016, 0300, 0373,
3031 0367, 0355, 0167, 0316, 0051, 0036, 0170, 0375, 0333, 0065, 0254, 0205, 0155, 0020, 0325, 0132,
3032 0215, 0042, 0314, 0322, 0350, 0301, 0203, 0311, 0177, 0370, 0017, 0070, 0235, 0262, 0253, 0115,
3033 0232, 0306, 0307, 0307, 0311, 0371, 0231, 0235, 0114, 0170, 0066, 0253, 0277, 0372, 0052, 0377,
3034 0373, 0277, 0317, 0377, 0371, 0237, 0335, 0345, 0245, 0170, 0217, 0235, 0340, 0132, 0260, 0211,
3035 0272, 0021, 0027, 0304, 0103, 0203, 0074, 0176, 0350, 0152, 0002, 0000, 0352, 0052, 0314, 0327,
3036 0046, 0137, 0122, 0225, 0143, 0172, 0320, 0356, 0134, 0272, 0125, 0214, 0000, 0100, 0311, 0372,
3037 0262, 0124, 0232, 0163, 0104, 0120, 0012, 0374, 0321, 0241, 0375, 0064, 0243, 0223, 0250, 0101,
3038 0367, 0372, 0046, 0303, 0041, 0243, 0330, 0176, 0302, 0025, 0353, 0215, 0323, 0257, 0163, 0376,
3039 0371, 0202, 0377, 0372, 0046, 0374, 0313, 0112, 0256, 0152, 0345, 0155, 0020, 0207, 0156, 0023,
3040 0113, 0220, 0110, 0202, 0255, 0163, 0223, 0057, 0264, 0130, 0003, 0363, 0256, 0371, 0167, 0067,
3041 0345, 0006, 0240, 0126, 0132, 0251, 0235, 0211, 0131, 0172, 0134, 0224, 0352, 0105, 0115, 0340,
3042 0210, 0021, 0014, 0142, 0104, 0144, 0201, 0142, 0344, 0310, 0002, 0020, 0222, 0032, 0253, 0031,
3043 0101, 0015, 0260, 0144, 0274, 0310, 0343, 0333, 0074, 0133, 0153, 0272, 0301, 0164, 0203, 0351,
3044 0265, 0114, 0137, 0351, 0351, 0033, 0075, 0131, 0350, 0124, 0301, 0250, 0326, 0300, 0036, 0330,
3045 0203, 0367, 0050, 0160, 0220, 0272, 0037, 0034, 0125, 0077, 0072, 0255, 0037, 0116, 0275, 0101,
3046 0121, 0317, 0034, 0104, 0234, 0110, 0055, 0276, 0200, 0345, 0245, 0314, 0057, 0164, 0271, 0062,
3047 0153, 0037, 0055, 0060, 0012, 0112, 0270, 0123, 0122, 0264, 0023, 0223, 0242, 0240, 0030, 0074,
3048 0227, 0171, 0265, 0132, 0154, 0242, 0203, 0304, 0226, 0313, 0365, 0150, 0265, 0251, 0234, 0363,
3049 0326, 0042, 0202, 0060, 0007, 0125, 0101, 0106, 0042, 0103, 0144, 0254, 0065, 0121, 0064, 0152,
3050 0166, 0146, 0103, 0146, 0113, 0235, 0210, 0250, 0202, 0065, 0046, 0211, 0243, 0272, 0302, 0252,
3051 0250, 0362, 0115, 0156, 0243, 0350, 0350, 0040, 0376, 0351, 0217, 0317, 0122, 0162, 0253, 0371,
3052 0374, 0305, 0333, 0345, 0227, 0157, 0253, 0260, 0201, 0340, 0071, 0026, 0257, 0301, 0207, 0032,
3053 0175, 0345, 0313, 0131, 0041, 0101, 0300, 0030, 0105, 0021, 0127, 0151, 0265, 0121, 0015, 0200,
3054 0367, 0365, 0134, 0154, 0321, 0006, 0205, 0340, 0160, 0263, 0242, 0331, 0245, 0024, 0153, 0235,
3055 0034, 0101, 0074, 0020, 0146, 0251, 0132, 0220, 0263, 0110, 0377, 0140, 0154, 0377, 0342, 0054,
3056 0376, 0361, 0230, 0020, 0365, 0331, 0206, 0047, 0267, 0034, 0257, 0253, 0257, 0274, 0054, 0044,
3057 0126, 0262, 0255, 0050, 0113, 0125, 0125, 0013, 0011, 0045, 0261, 0163, 0304, 0214, 0252, 0121,
3058 0313, 0107, 0022, 0005, 0244, 0320, 0330, 0243, 0357, 0041, 0070, 0143, 0075, 0070, 0326, 0343,
3059 0007, 0060, 0075, 0326, 0174, 0011, 0301, 0143, 0157, 0352, 0303, 0301, 0126, 0256, 0175, 0160,
3060 0336, 0075, 0343, 0304, 0320, 0361, 0064, 0050, 0335, 0036, 0352, 0175, 0165, 0000, 0326, 0003,
3061 0002, 0365, 0370, 0175, 0007, 0361, 0360, 0226, 0164, 0324, 0316, 0027, 0000, 0167, 0143, 0375,
3062 0072, 0310, 0275, 0357, 0207, 0357, 0230, 0364, 0341, 0227, 0355, 0064, 0165, 0152, 0053, 0334,
3063 0155, 0146, 0055, 0354, 0262, 0213, 0033, 0336, 0243, 0325, 0302, 0156, 0221, 0337, 0055, 0200,
3064 0331, 0165, 0054, 0154, 0077, 0055, 0273, 0233, 0210, 0334, 0347, 0005, 0001, 0067, 0226, 0157,
3065 0317, 0302, 0002, 0042, 0312, 0165, 0375, 0366, 0142, 0376, 0227, 0377, 0215, 0222, 0344, 0340,
3066 0077, 0377, 0171, 0374, 0350, 0321, 0301, 0137, 0374, 0205, 0071, 0074, 0332, 0074, 0371, 0347,
3067 0362, 0363, 0057, 0334, 0305, 0005, 0347, 0245, 0002, 0230, 0351, 0044, 0176, 0362, 0144, 0364,
3068 0173, 0277, 0073, 0371, 0243, 0077, 0032, 0377, 0376, 0357, 0106, 0347, 0347, 0176, 0261, 0134,
3069 0376, 0355, 0377, 0274, 0376, 0313, 0377, 0126, 0274, 0275, 0252, 0153, 0317, 0200, 0014, 0044,
3070 0014, 0306, 0163, 0123, 0210, 0244, 0273, 0025, 0351, 0073, 0246, 0201, 0357, 0236, 0212, 0065,
3071 0374, 0000, 0133, 0172, 0145, 0247, 0011, 0101, 0373, 0136, 0205, 0273, 0146, 0375, 0255, 0265,
3072 0037, 0361, 0056, 0123, 0070, 0244, 0170, 0336, 0005, 0204, 0064, 0203, 0302, 0320, 0020, 0336,
3073 0017, 0050, 0072, 0154, 0101, 0356, 0316, 0064, 0330, 0176, 0174, 0252, 0240, 0276, 0256, 0252,
3074 0262, 0160, 0165, 0055, 0314, 0167, 0212, 0241, 0344, 0256, 0251, 0373, 0067, 0361, 0234, 0073,
3075 0373, 0172, 0233, 0044, 0334, 0166, 0252, 0357, 0264, 0256, 0351, 0266, 0051, 0006, 0251, 0141,
3076 0231, 0074, 0150, 0345, 0375, 0172, 0275, 0251, 0312, 0332, 0325, 0216, 0131, 0126, 0313, 0365,
3077 0142, 0266, 0020, 0325, 0064, 0211, 0215, 0265, 0015, 0353, 0325, 0033, 0215, 0024, 0041, 0116,
3078 0222, 0361, 0164, 0354, 0352, 0272, 0050, 0013, 0127, 0171, 0127, 0273, 0306, 0330, 0105, 0306,
3079 0104, 0121, 0324, 0304, 0372, 0011, 0213, 0002, 0104, 0066, 0112, 0307, 0131, 0332, 0320, 0351,
3080 0121, 0154, 0214, 0021, 0025, 0225, 0155, 0312, 0237, 0250, 0040, 0041, 0022, 0030, 0113, 0144,
3081 0110, 0105, 0024, 0125, 0045, 0204, 0240, 0022, 0352, 0020, 0330, 0325, 0125, 0135, 0025, 0165,
3082 0125, 0170, 0127, 0103, 0160, 0252, 0014, 0312, 0355, 0102, 0240, 0150, 0014, 0244, 0206, 0016,
3083 0143, 0363, 0050, 0213, 0177, 0064, 0111, 0176, 0064, 0031, 0235, 0247, 0111, 0154, 0150, 0303,
3084 0276, 0130, 0325, 0353, 0253, 0174, 0161, 0234, 0146, 0323, 0044, 0212, 0114, 0053, 0037, 0124,
3085 0140, 0321, 0340, 0271, 0054, 0234, 0015, 0020, 0243, 0211, 0254, 0221, 0314, 0146, 0017, 0323,
3086 0047, 0277, 0175, 0372, 0344, 0323, 0043, 0102, 0056, 0066, 0245, 0215, 0314, 0062, 0117, 0107,
3087 0323, 0304, 0145, 0361, 0150, 0004, 0031, 0123, 0214, 0215, 0056, 0331, 0317, 0235, 0324, 0242,
3088 0042, 0035, 0101, 0176, 0047, 0105, 0363, 0135, 0126, 0251, 0340, 0331, 0127, 0065, 0127, 0245,
3089 0106, 0101, 0131, 0124, 0002, 0250, 0002, 0031, 0143, 0142, 0233, 0306, 0212, 0226, 0054, 0206,
3090 0315, 0242, 0046, 0154, 0153, 0226, 0032, 0140, 0267, 0053, 0226, 0067, 0111, 0034, 0037, 0037,
3091 0221, 0215, 0000, 0251, 0261, 0032, 0111, 0355, 0352, 0233, 0271, 0370, 0022, 0270, 0035, 0061,
3092 0310, 0140, 0062, 0212, 0306, 0107, 0131, 0234, 0106, 0262, 0161, 0272, 0051, 0060, 0000, 0210,
3093 0002, 0013, 0166, 0061, 0270, 0314, 0115, 0237, 0337, 0367, 0016, 0026, 0207, 0356, 0112, 0350,
3094 0013, 0064, 0133, 0330, 0106, 0000, 0104, 0130, 0352, 0232, 0363, 0234, 0046, 0143, 0044, 0114,
3095 0317, 0317, 0355, 0144, 0322, 0121, 0006, 0002, 0316, 0327, 0317, 0237, 0273, 0347, 0057, 0212,
3096 0177, 0375, 0327, 0342, 0347, 0377, 0130, 0175, 0361, 0105, 0050, 0313, 0016, 0042, 0357, 0212,
3097 0316, 0273, 0050, 0162, 0021, 0122, 0341, 0056, 0267, 0143, 0327, 0057, 0372, 0216, 0023, 0225,
3098 0172, 0207, 0371, 0312, 0254, 0146, 0121, 0261, 0302, 0303, 0107, 0173, 0307, 0315, 0336, 0075,
3099 0262, 0141, 0375, 0072, 0007, 0102, 0256, 0004, 0327, 0001, 0226, 0007, 0346, 0007, 0043, 0072,
3100 0212, 0061, 0043, 0260, 0010, 0204, 0333, 0211, 0265, 0201, 0311, 0274, 0102, 0021, 0340, 0262,
3101 0226, 0057, 0163, 0371, 0347, 0145, 0370, 0373, 0071, 0377, 0343, 0122, 0256, 0052, 0361, 0103,
3102 0265, 0315, 0160, 0316, 0105, 0060, 0276, 0216, 0362, 0205, 0135, 0315, 0240, 0052, 0100, 0030,
3103 0357, 0137, 0020, 0133, 0062, 0302, 0003, 0024, 0200, 0163, 0065, 0327, 0154, 0046, 0116, 0131,
3104 0064, 0016, 0032, 0011, 0053, 0041, 0105, 0110, 0326, 0240, 0041, 0040, 0002, 0143, 0200, 0304,
3105 0032, 0215, 0043, 0230, 0104, 0170, 0140, 0314, 0033, 0110, 0157, 0126, 0323, 0027, 0365, 0364,
3106 0202, 0247, 0063, 0235, 0314, 0165, 0272, 0326, 0254, 0122, 0003, 0222, 0203, 0006, 0340, 0012,
3107 0305, 0131, 0224, 0330, 0302, 0301, 0110, 0177, 0353, 0140, 0363, 0107, 0217, 0067, 0277, 0167,
3108 0136, 0235, 0217, 0130, 0131, 0331, 0063, 0327, 0034, 0052, 0166, 0205, 0024, 0113, 0270, 0172,
3109 0205, 0067, 0067, 0166, 0131, 0305, 0071, 0305, 0005, 0032, 0336, 0152, 0077, 0357, 0114, 0143,
3110 0355, 0312, 0303, 0342, 0113, 0237, 0057, 0012, 0312, 0222, 0314, 0334, 0314, 0313, 0267, 0227,
3111 0313, 0307, 0127, 0263, 0351, 0164, 0224, 0244, 0211, 0265, 0221, 0261, 0246, 0231, 0154, 0214,
3112 0151, 0225, 0003, 0104, 0244, 0204, 0320, 0311, 0012, 0373, 0205, 0214, 0020, 0042, 0153, 0042,
3113 0153, 0112, 0220, 0042, 0317, 0263, 0054, 0035, 0147, 0366, 0267, 0077, 0075, 0076, 0231, 0300,
3114 0313, 0027, 0146, 0271, 0361, 0341, 0105, 0231, 0257, 0135, 0360, 0050, 0231, 0015, 0205, 0025,
3115 0016, 0256, 0344, 0172, 0135, 0207, 0040, 0046, 0213, 0115, 0244, 0020, 0052, 0251, 0226, 0040,
3116 0274, 0273, 0341, 0337, 0167, 0226, 0016, 0036, 0363, 0045, 0336, 0136, 0300, 0342, 0006, 0016,
3117 0117, 0041, 0212, 0200, 0154, 0367, 0331, 0051, 0001, 0214, 0054, 0075, 0030, 0047, 0077, 0070,
3118 0111, 0177, 0367, 0070, 0111, 0011, 0036, 0154, 0352, 0210, 0066, 0254, 0065, 0255, 0353, 0157,
3119 0274, 0054, 0044, 0022, 0262, 0000, 0244, 0040, 0106, 0371, 0020, 0334, 0103, 0340, 0007, 0144,
3120 0247, 0044, 0266, 0075, 0057, 0102, 0041, 0270, 0022, 0263, 0021, 0161, 0167, 0361, 0335, 0046,
3121 0145, 0147, 0074, 0325, 0243, 0163, 0235, 0036, 0351, 0265, 0305, 0300, 0240, 0262, 0123, 0020,
3122 0014, 0303, 0161, 0271, 0253, 0301, 0033, 0204, 0362, 0335, 0051, 0237, 0322, 0301, 0116, 0264,
3123 0173, 0261, 0313, 0140, 0342, 0330, 0046, 0140, 0300, 0216, 0024, 0006, 0240, 0331, 0046, 0332,
3124 0103, 0151, 0143, 0017, 0354, 0322, 0040, 0265, 0033, 0331, 0167, 0106, 0370, 0001, 0065, 0266,
3125 0147, 0105, 0037, 0156, 0345, 0332, 0165, 0272, 0155, 0101, 0100, 0334, 0362, 0117, 0275, 0326,
3126 0110, 0361, 0176, 0373, 0026, 0142, 0127, 0234, 0071, 0340, 0160, 0333, 0372, 0205, 0020, 0204,
3127 0235, 0147, 0317, 0315, 0062, 0254, 0000, 0262, 0332, 0254, 0376, 0376, 0037, 0060, 0212, 0001,
3128 0360, 0340, 0317, 0377, 0064, 0072, 0077, 0237, 0374, 0351, 0177, 0212, 0036, 0076, 0030, 0377,
3129 0364, 0247, 0176, 0066, 0227, 0272, 0006, 0000, 0312, 0262, 0350, 0364, 0064, 0371, 0350, 0243,
3130 0344, 0343, 0217, 0314, 0050, 0163, 0267, 0263, 0371, 0337, 0376, 0335, 0365, 0377, 0361, 0227,
3131 0263, 0277, 0373, 0171, 0265, 0051, 0074, 0020, 0067, 0255, 0234, 0010, 0306, 0263, 0260, 0260,
3132 0342, 0236, 0105, 0024, 0277, 0337, 0130, 0323, 0021, 0164, 0333, 0007, 0352, 0130, 0235, 0341,
3133 0236, 0075, 0114, 0272, 0273, 0027, 0001, 0152, 0372, 0267, 0357, 0305, 0207, 0336, 0063, 0050,
3134 0014, 0351, 0255, 0136, 0104, 0334, 0173, 0102, 0210, 0254, 0000, 0000, 0040, 0000, 0111, 0104,
3135 0101, 0124, 0377, 0120, 0146, 0151, 0035, 0305, 0332, 0001, 0345, 0066, 0032, 0311, 0113, 0304,
3136 0167, 0362, 0037, 0233, 0211, 0123, 0070, 0160, 0010, 0034, 0102, 0227, 0214, 0263, 0337, 0335,
3137 0375, 0033, 0175, 0316, 0275, 0232, 0130, 0104, 0124, 0264, 0023, 0340, 0064, 0265, 0155, 0155,
3138 0266, 0304, 0326, 0104, 0330, 0362, 0105, 0324, 0274, 0351, 0102, 0130, 0113, 0330, 0344, 0305,
3139 0146, 0235, 0157, 0326, 0005, 0207, 0260, 0131, 0255, 0363, 0165, 0101, 0221, 0115, 0262, 0324,
3140 0130, 0023, 0002, 0017, 0222, 0170, 0124, 0025, 0210, 0160, 0174, 0060, 0121, 0125, 0273, 0216,
3141 0312, 0242, 0360, 0256, 0366, 0336, 0203, 0102, 0234, 0305, 0323, 0321, 0144, 0172, 0170, 0040,
3142 0034, 0312, 0262, 0054, 0313, 0312, 0125, 0265, 0253, 0353, 0062, 0213, 0263, 0321, 0150, 0064,
3143 0032, 0047, 0151, 0332, 0143, 0017, 0332, 0311, 0142, 0221, 0121, 0332, 0010, 0350, 0346, 0175,
3144 0143, 0057, 0136, 0204, 0331, 0373, 0340, 0134, 0010, 0316, 0273, 0072, 0170, 0307, 0034, 0110,
3145 0225, 0250, 0107, 0146, 0325, 0020, 0146, 0026, 0217, 0023, 0373, 0070, 0213, 0077, 0035, 0247,
3146 0077, 0230, 0244, 0217, 0262, 0164, 0032, 0105, 0000, 0020, 0104, 0023, 0127, 0127, 0263, 0172,
3147 0176, 0261, 0111, 0046, 0161, 0024, 0233, 0054, 0211, 0214, 0151, 0273, 0372, 0254, 0065, 0243,
3148 0161, 0054, 0251, 0160, 0055, 0236, 0040, 0232, 0106, 0307, 0217, 0247, 0307, 0147, 0243, 0311,
3149 0070, 0162, 0256, 0213, 0304, 0016, 0042, 0101, 0214, 0142, 0142, 0354, 0161, 0024, 0123, 0167,
3150 0217, 0032, 0364, 0013, 0247, 0045, 0100, 0113, 0144, 0014, 0263, 0351, 0337, 0235, 0172, 0047,
3151 0254, 0256, 0366, 0165, 0131, 0161, 0261, 0026, 0033, 0201, 0125, 0025, 0017, 0042, 0100, 0204,
3152 0066, 0102, 0056, 0221, 0014, 0324, 0025, 0370, 0102, 0103, 0320, 0376, 0012, 0357, 0330, 0050,
3153 0064, 0326, 0044, 0161, 0366, 0360, 0064, 0312, 0262, 0266, 0015, 0243, 0366, 0141, 0223, 0363,
3154 0246, 0010, 0233, 0262, 0201, 0171, 0024, 0000, 0330, 0243, 0313, 0251, 0102, 0002, 0013, 0165,
3155 0256, 0276, 0326, 0020, 0220, 0005, 0104, 0120, 0024, 0130, 0271, 0211, 0245, 0125, 0222, 0357,
3156 0056, 0224, 0333, 0015, 0050, 0206, 0275, 0216, 0056, 0105, 0024, 0005, 0056, 0112, 0367, 0372,
3157 0265, 0371, 0352, 0313, 0260, 0230, 0243, 0265, 0312, 0014, 0012, 0352, 0152, 0251, 0052, 0336,
3158 0154, 0302, 0174, 0341, 0057, 0057, 0253, 0137, 0175, 0136, 0176, 0361, 0105, 0375, 0342, 0005,
3159 0337, 0336, 0016, 0215, 0034, 0015, 0055, 0305, 0302, 0314, 0116, 0102, 0051, 0312, 0354, 0113,
3160 0340, 0320, 0032, 0133, 0000, 0276, 0025, 0045, 0123, 0141, 0054, 0326, 0321, 0362, 0072, 0136,
3161 0317, 0354, 0003, 0347, 0310, 0014, 0004, 0340, 0333, 0300, 0142, 0125, 0054, 0002, 0074, 0315,
3162 0265, 0026, 0236, 0071, 0170, 0123, 0352, 0037, 0034, 0320, 0307, 0031, 0075, 0114, 0360, 0070,
3163 0302, 0251, 0205, 0304, 0100, 0023, 0052, 0134, 0061, 0054, 0275, 0136, 0325, 0162, 0131, 0353,
3164 0323, 0134, 0176, 0261, 0342, 0177, 0133, 0363, 0127, 0033, 0275, 0250, 0165, 0353, 0316, 0031,
3165 0256, 0313, 0332, 0320, 0325, 0022, 0325, 0233, 0150, 0171, 0143, 0126, 0267, 0332, 0204, 0203,
3166 0303, 0336, 0250, 0320, 0226, 0120, 0112, 0167, 0312, 0256, 0201, 0026, 0140, 0336, 0100, 0164,
3167 0310, 0142, 0224, 0105, 0064, 0250, 0050, 0260, 0215, 0221, 0042, 0044, 0323, 0054, 0220, 0010,
3168 0110, 0210, 0100, 0026, 0123, 0213, 0047, 0221, 0071, 0047, 0173, 0233, 0330, 0233, 0115, 0114,
3169 0145, 0342, 0134, 0132, 0371, 0304, 0173, 0106, 0267, 0306, 0260, 0041, 0251, 0042, 0250, 0063,
3170 0033, 0016, 0122, 0070, 0235, 0322, 0223, 0043, 0372, 0335, 0263, 0342, 0077, 0075, 0056, 0176,
3171 0170, 0134, 0117, 0042, 0366, 0225, 0206, 0212, 0103, 0036, 0352, 0015, 0347, 0053, 0230, 0315,
3172 0360, 0362, 0322, 0134, 0157, 0222, 0205, 0246, 0033, 0153, 0275, 0007, 0155, 0323, 0355, 0366,
3173 0011, 0210, 0076, 0066, 0116, 0101, 0200, 0153, 0256, 0127, 0016, 0343, 0102, 0216, 0056, 0257,
3174 0213, 0247, 0137, 0137, 0215, 0022, 0102, 0345, 0243, 0243, 0351, 0150, 0234, 0045, 0151, 0032,
3175 0307, 0161, 0024, 0305, 0326, 0132, 0042, 0103, 0104, 0110, 0010, 0210, 0004, 0135, 0100, 0105,
3176 0337, 0234, 0251, 0100, 0010, 0261, 0245, 0310, 0122, 0125, 0225, 0010, 0022, 0231, 0321, 0070,
3177 0263, 0170, 0064, 0272, 0271, 0116, 0074, 0303, 0172, 0125, 0157, 0146, 0233, 0240, 0145, 0110,
3178 0265, 0262, 0210, 0121, 0346, 0035, 0004, 0317, 0322, 0130, 0312, 0040, 0100, 0050, 0264, 0132,
3179 0200, 0062, 0302, 0026, 0367, 0330, 0157, 0042, 0150, 0264, 0265, 0302, 0120, 0346, 0070, 0273,
3180 0242, 0233, 0013, 0076, 0175, 0004, 0331, 0004, 0114, 0324, 0146, 0354, 0002, 0050, 0242, 0107,
3181 0353, 0014, 0151, 0224, 0330, 0044, 0035, 0105, 0370, 0261, 0265, 0115, 0032, 0177, 0014, 0156,
3182 0232, 0363, 0353, 0340, 0053, 0214, 0004, 0015, 0250, 0214, 0050, 0074, 0261, 0341, 0017, 0107,
3183 0360, 0373, 0223, 0350, 0101, 0102, 0211, 0001, 0125, 0050, 0030, 0256, 0234, 0136, 0171, 0134,
3184 0260, 0251, 0357, 0211, 0162, 0101, 0000, 0204, 0044, 0323, 0311, 0241, 0146, 0123, 0040, 0063,
3185 0020, 0365, 0302, 0336, 0154, 0203, 0075, 0307, 0331, 0133, 0334, 0167, 0035, 0213, 0073, 0232,
3186 0271, 0306, 0174, 0267, 0027, 0015, 0274, 0163, 0030, 0206, 0141, 0132, 0114, 0317, 0011, 0265,
3187 0357, 0115, 0227, 0244, 0323, 0027, 0163, 0357, 0312, 0150, 0260, 0003, 0225, 0164, 0067, 0262,
3188 0144, 0210, 0077, 0356, 0147, 0062, 0164, 0274, 0131, 0377, 0110, 0330, 0017, 0114, 0103, 0215,
3189 0060, 0366, 0025, 0165, 0175, 0047, 0047, 0266, 0146, 0161, 0273, 0205, 0217, 0164, 0260, 0222,
3190 0052, 0204, 0040, 0276, 0366, 0041, 0060, 0010, 0267, 0115, 0204, 0041, 0370, 0365, 0205, 0374,
3191 0367, 0377, 0301, 0265, 0013, 0171, 0161, 0370, 0027, 0377, 0305, 0214, 0107, 0243, 0337, 0373,
3192 0275, 0361, 0117, 0176, 0262, 0377, 0136, 0060, 0207, 0242, 0164, 0027, 0227, 0263, 0277, 0376,
3193 0233, 0253, 0377, 0363, 0377, 0232, 0375, 0303, 0077, 0346, 0227, 0327, 0232, 0144, 0202, 0046,
3194 0250, 0006, 0121, 0105, 0065, 0101, 0200, 0133, 0015, 0300, 0336, 0100, 0363, 0235, 0200, 0233,
3195 0216, 0126, 0353, 0137, 0205, 0142, 0057, 0076, 0355, 0042, 0133, 0206, 0315, 0112, 0015, 0055,
3196 0065, 0304, 0345, 0336, 0127, 0120, 0365, 0155, 0262, 0345, 0167, 0015, 0012, 0273, 0345, 0123,
3197 0334, 0065, 0204, 0352, 0100, 0326, 0335, 0214, 0373, 0275, 0266, 0252, 0015, 0171, 0153, 0114,
3198 0364, 0375, 0170, 0324, 0107, 0025, 0377, 0346, 0236, 0163, 0237, 0163, 0323, 0027, 0203, 0163,
3199 0007, 0333, 0000, 0002, 0031, 0143, 0173, 0257, 0353, 0366, 0324, 0325, 0150, 0377, 0272, 0340,
3200 0121, 0104, 0047, 0272, 0316, 0313, 0331, 0355, 0362, 0366, 0152, 0246, 0042, 0233, 0125, 0356,
3201 0274, 0237, 0216, 0263, 0246, 0220, 0201, 0273, 0230, 0301, 0101, 0274, 0242, 0246, 0243, 0314,
3202 0104, 0066, 0316, 0222, 0162, 0235, 0125, 0145, 0145, 0226, 0153, 0102, 0074, 0071, 0071, 0172,
3203 0362, 0351, 0107, 0217, 0236, 0074, 0146, 0016, 0253, 0345, 0172, 0166, 0173, 0173, 0175, 0175,
3204 0075, 0137, 0314, 0213, 0165, 0036, 0174, 0140, 0146, 0026, 0116, 0342, 0264, 0271, 0217, 0164,
3205 0033, 0232, 0003, 0301, 0007, 0357, 0234, 0367, 0076, 0110, 0160, 0256, 0252, 0102, 0355, 0134,
3206 0035, 0134, 0025, 0134, 0335, 0111, 0271, 0041, 0352, 0322, 0254, 0020, 0221, 0020, 0054, 0101,
3207 0146, 0351, 0064, 0061, 0037, 0217, 0343, 0037, 0114, 0222, 0117, 0106, 0351, 0151, 0232, 0144,
3208 0306, 0002, 0242, 0250, 0106, 0204, 0007, 0046, 0232, 0155, 0302, 0352, 0142, 0103, 0051, 0221,
3209 0245, 0363, 0007, 0223, 0064, 0211, 0214, 0001, 0153, 0151, 0062, 0111, 0236, 0174, 0174, 0174,
3210 0343, 0026, 0225, 0251, 0001, 0151, 0174, 0236, 0076, 0376, 0350, 0050, 0113, 0115, 0360, 0276,
3211 0256, 0174, 0131, 0205, 0074, 0257, 0127, 0267, 0105, 0071, 0257, 0270, 0344, 0124, 0051, 0062,
3212 0366, 0070, 0105, 0104, 0214, 0010, 0042, 0004, 0002, 0077, 0253, 0245, 0124, 0014, 0133, 0267,
3213 0354, 0267, 0174, 0202, 0201, 0245, 0256, 0135, 0275, 0311, 0375, 0072, 0142, 0023, 0103, 0244,
3214 0040, 0101, 0070, 0264, 0346, 0010, 0122, 0120, 0361, 0145, 0360, 0353, 0112, 0235, 0323, 0306,
3215 0053, 0212, 0252, 0115, 0302, 0215, 0050, 0220, 0222, 0245, 0354, 0040, 0211, 0046, 0011, 0131,
3216 0013, 0042, 0122, 0221, 0003, 0227, 0133, 0004, 0025, 0025, 0155, 0053, 0016, 0253, 0212, 0227,
3217 0336, 0313, 0234, 0142, 0222, 0300, 0015, 0132, 0003, 0042, 0250, 0212, 0054, 0332, 0212, 0174,
3218 0060, 0264, 0076, 0000, 0334, 0137, 0126, 0277, 0065, 0340, 0246, 0077, 0121, 0166, 0061, 0067,
3219 0255, 0105, 0125, 0101, 0211, 0000, 0224, 0347, 0363, 0374, 0237, 0376, 0311, 0337, 0336, 0232,
3220 0311, 0004, 0220, 0064, 0170, 0361, 0036, 0234, 0223, 0252, 0342, 0242, 0340, 0345, 0052, 0334,
3221 0334, 0324, 0137, 0177, 0035, 0156, 0157, 0205, 0031, 0206, 0155, 0224, 0135, 0307, 0127, 0360,
3222 0225, 0257, 0126, 0056, 0237, 0171, 0262, 0132, 0056, 0330, 0225, 0052, 0001, 0364, 0156, 0132,
3223 0337, 0275, 0271, 0237, 0112, 0125, 0156, 0026, 0327, 0321, 0374, 0062, 0251, 0363, 0140, 0042,
3224 0061, 0321, 0256, 0217, 0251, 0373, 0166, 0302, 0074, 0350, 0323, 0134, 0157, 0035, 0277, 0050,
3225 0364, 0151, 0101, 0237, 0144, 0364, 0303, 0021, 0376, 0170, 0114, 0077, 0034, 0321, 0243, 0014,
3226 0106, 0006, 0203, 0302, 0334, 0311, 0347, 0033, 0371, 0371, 0202, 0137, 0226, 0362, 0125, 0256,
3227 0117, 0067, 0362, 0246, 0222, 0115, 0323, 0167, 0110, 0073, 0066, 0220, 0301, 0121, 0124, 0143,
3228 0166, 0361, 0146, 0141, 0347, 0227, 0270, 0274, 0225, 0020, 0356, 0033, 0175, 0367, 0337, 0160,
3229 0017, 0270, 0104, 0373, 0032, 0223, 0207, 0312, 0143, 0021, 0323, 0314, 0264, 0312, 0046, 0102,
3230 0262, 0150, 0014, 0266, 0156, 0104, 0044, 0105, 0064, 0200, 0306, 0342, 0164, 0004, 0077, 0260,
3231 0034, 0117, 0352, 0243, 0074, 0077, 0137, 0303, 0067, 0033, 0171, 0275, 0011, 0163, 0251, 0252,
3232 0172, 0001, 0274, 0210, 0241, 0032, 0107, 0174, 0072, 0341, 0307, 0107, 0360, 0311, 0051, 0376,
3233 0340, 0224, 0176, 0160, 0026, 0176, 0353, 0114, 0317, 0023, 0241, 0040, 0125, 0241, 0241, 0120,
3234 0267, 0226, 0174, 0241, 0263, 0031, 0135, 0336, 0332, 0305, 0046, 0236, 0161, 0162, 0113, 0361,
3235 0312, 0020, 0143, 0320, 0373, 0256, 0151, 0205, 0241, 0035, 0134, 0000, 0002, 0160, 0316, 0056,
3236 0052, 0315, 0370, 0342, 0152, 0243, 0276, 0254, 0363, 0325, 0152, 0276, 0170, 0370, 0350, 0360,
3237 0370, 0344, 0360, 0360, 0160, 0072, 0235, 0116, 0047, 0223, 0161, 0232, 0046, 0066, 0212, 0032,
3238 0131, 0041, 0022, 0022, 0065, 0377, 0153, 0367, 0141, 0102, 0040, 0004, 0021, 0046, 0202, 0070,
3239 0262, 0305, 0046, 0127, 0141, 0103, 0040, 0154, 0213, 0322, 0055, 0326, 0365, 0174, 0136, 0055,
3240 0157, 0363, 0142, 0276, 0004, 0242, 0060, 0266, 0100, 0221, 0132, 0025, 0265, 0210, 0152, 0042,
3241 0064, 0106, 0210, 0053, 0256, 0127, 0352, 0226, 0040, 0241, 0015, 0351, 0303, 0201, 0362, 0026,
3242 0100, 0233, 0200, 0354, 0316, 0332, 0212, 0125, 0211, 0213, 0133, 0274, 0170, 0201, 0017, 0076,
3243 0322, 0303, 0123, 0110, 0262, 0136, 0326, 0032, 0220, 0346, 0012, 0317, 0034, 0075, 0055, 0341,
3244 0264, 0340, 0337, 0032, 0231, 0314, 0230, 0107, 0207, 0343, 0077, 0023, 0036, 0033, 0175, 0274,
3245 0250, 0137, 0126, 0141, 0243, 0041, 0000, 0241, 0352, 0201, 0221, 0217, 0123, 0374, 0375, 0203,
3246 0370, 0147, 0307, 0331, 0371, 0050, 0262, 0204, 0025, 0313, 0165, 0255, 0137, 0345, 0372, 0274,
3247 0204, 0133, 0306, 0172, 0077, 0236, 0256, 0023, 0072, 0232, 0030, 0222, 0024, 0342, 0244, 0033,
3248 0052, 0372, 0271, 0173, 0150, 0163, 0032, 0004, 0310, 0265, 0023, 0145, 0067, 0304, 0340, 0066,
3249 0200, 0250, 0203, 0374, 0133, 0061, 0045, 0015, 0373, 0233, 0266, 0346, 0166, 0325, 0341, 0040,
3250 0322, 0014, 0101, 0112, 0235, 0023, 0241, 0131, 0121, 0251, 0325, 0340, 0064, 0230, 0213, 0164,
3251 0332, 0205, 0155, 0377, 0102, 0247, 0224, 0107, 0034, 0324, 0051, 0334, 0347, 0270, 0357, 0204,
3252 0077, 0073, 0076, 0363, 0216, 0154, 0153, 0223, 0354, 0161, 0267, 0315, 0241, 0011, 0102, 0033,
3253 0300, 0237, 0015, 0220, 0144, 0357, 0275, 0157, 0202, 0142, 0315, 0132, 0004, 0141, 0126, 0020,
3254 0100, 0320, 0146, 0043, 0043, 0023, 0227, 0267, 0163, 0367, 0067, 0177, 0273, 0372, 0374, 0253,
3255 0311, 0137, 0375, 0365, 0361, 0137, 0374, 0347, 0311, 0037, 0376, 0064, 0375, 0364, 0143, 0173,
3256 0170, 0330, 0177, 0366, 0365, 0355, 0254, 0170, 0366, 0174, 0371, 0257, 0277, 0230, 0375, 0335,
3257 0317, 0127, 0137, 0076, 0055, 0056, 0257, 0135, 0136, 0204, 0070, 0223, 0006, 0317, 0127, 0140,
3258 0105, 0006, 0060, 0236, 0211, 0201, 0207, 0011, 0305, 0277, 0066, 0327, 0124, 0373, 0146, 0064,
3259 0051, 0063, 0173, 0260, 0315, 0135, 0344, 0146, 0150, 0051, 0277, 0133, 0031, 0377, 0235, 0006,
3260 0205, 0141, 0174, 0337, 0226, 0342, 0351, 0135, 0052, 0272, 0027, 0040, 0266, 0343, 0150, 0153,
3261 0016, 0046, 0332, 0126, 0106, 0160, 0247, 0051, 0326, 0337, 0364, 0163, 0336, 0155, 0315, 0034,
3262 0244, 0016, 0002, 0030, 0143, 0254, 0215, 0004, 0267, 0304, 0163, 0357, 0272, 0263, 0335, 0101,
3263 0112, 0125, 0021, 0064, 0050, 0314, 0363, 0362, 0345, 0353, 0267, 0151, 0026, 0307, 0326, 0156,
3264 0066, 0271, 0215, 0154, 0222, 0245, 0121, 0034, 0041, 0141, 0323, 0263, 0330, 0211, 0363, 0133,
3265 0361, 0206, 0252, 0020, 0141, 0066, 0036, 0045, 0131, 0052, 0201, 0343, 0044, 0066, 0110, 0217,
3266 0077, 0172, 0370, 0073, 0077, 0371, 0235, 0037, 0376, 0316, 0017, 0243, 0070, 0056, 0313, 0162,
3267 0166, 0075, 0173, 0365, 0354, 0325, 0127, 0137, 0174, 0165, 0361, 0366, 0142, 0263, 0131, 0057,
3268 0052, 0127, 0227, 0365, 0341, 0361, 0121, 0222, 0044, 0303, 0076, 0024, 0347, 0175, 0131, 0324,
3269 0105, 0121, 0025, 0105, 0231, 0347, 0233, 0165, 0265, 0161, 0276, 0156, 0130, 0033, 0154, 0015,
3270 0305, 0255, 0251, 0261, 0115, 0373, 0106, 0260, 0006, 0046, 0026, 0037, 0246, 0346, 0267, 0046,
3271 0311, 0017, 0047, 0243, 0217, 0306, 0331, 0121, 0034, 0065, 0125, 0264, 0254, 0012, 0252, 0021,
3272 0321, 0121, 0222, 0124, 0265, 0054, 0256, 0352, 0113, 0136, 0070, 0146, 0033, 0321, 0351, 0311,
3273 0070, 0115, 0255, 0265, 0170, 0060, 0115, 0354, 0247, 0047, 0221, 0065, 0213, 0263, 0202, 0200,
3274 0316, 0036, 0035, 0177, 0372, 0303, 0207, 0331, 0310, 0160, 0360, 0336, 0113, 0010, 0274, 0132,
3275 0225, 0213, 0353, 0274, 0230, 0325, 0111, 0245, 0011, 0220, 0052, 0030, 0242, 0243, 0044, 0211,
3276 0211, 0122, 0153, 0124, 0327, 0054, 0312, 0252, 0115, 0104, 0300, 0007, 0134, 0370, 0032, 0230,
3277 0353, 0262, 0052, 0327, 0300, 0153, 0224, 0050, 0245, 0030, 0233, 0324, 0072, 0244, 0326, 0267,
3278 0326, 0032, 0001, 0202, 0152, 0303, 0043, 0213, 0042, 0066, 0345, 0005, 0252, 0202, 0312, 0042,
3279 0345, 0306, 0137, 0076, 0323, 0225, 0065, 0204, 0040, 0312, 0056, 0370, 0215, 0343, 0142, 0255,
3280 0355, 0034, 0253, 0155, 0345, 0117, 0223, 0131, 0240, 0200, 0202, 0015, 0146, 0003, 0054, 0300,
3281 0002, 0015, 0335, 0047, 0300, 0002, 0115, 0265, 0224, 0176, 0300, 0124, 0375, 0156, 0372, 0170,
3282 0067, 0322, 0016, 0300, 0030, 0213, 0252, 0341, 0362, 0262, 0376, 0253, 0277, 0102, 0033, 0141,
3283 0143, 0140, 0354, 0127, 0270, 0346, 0372, 0147, 0326, 0020, 0324, 0071, 0022, 0241, 0341, 0135,
3284 0324, 0370, 0067, 0020, 0100, 0225, 0353, 0334, 0257, 0056, 0274, 0167, 0016, 0255, 0226, 0013,
3285 0256, 0226, 0312, 0176, 0327, 0322, 0362, 0356, 0047, 0246, 0052, 0165, 0045, 0353, 0031, 0315,
3286 0057, 0323, 0305, 0115, 0035, 0145, 0216, 0354, 0060, 0273, 0154, 0317, 0257, 0032, 0024, 0146,
3287 0036, 0326, 0054, 0137, 0027, 0222, 0031, 0370, 0255, 0021, 0374, 0311, 0001, 0375, 0057, 0047,
3288 0366, 0317, 0117, 0355, 0307, 0043, 0023, 0130, 0136, 0027, 0374, 0177, 0137, 0373, 0377, 0375,
3289 0055, 0337, 0324, 0120, 0060, 0070, 0205, 0240, 0260, 0153, 0036, 0302, 0055, 0052, 0323, 0002,
3290 0370, 0232, 0224, 0313, 0144, 0171, 0105, 0363, 0113, 0131, 0057, 0221, 0371, 0003, 0226, 0105,
3291 0144, 0200, 0102, 0351, 0032, 0242, 0113, 0260, 0123, 0015, 0021, 0112, 0242, 0122, 0063, 0001,
3292 0061, 0131, 0062, 0126, 0210, 0300, 0002, 0251, 0010, 0104, 0244, 0002, 0042, 0100, 0106, 0216,
3293 0255, 0073, 0236, 0272, 0337, 0036, 0155, 0376, 0360, 0040, 0172, 0261, 0116, 0277, 0136, 0145,
3294 0227, 0343, 0260, 0051, 0113, 0340, 0062, 0263, 0341, 0164, 0054, 0117, 0016, 0370, 0243, 0103,
3295 0176, 0062, 0345, 0263, 0261, 0244, 0043, 0023, 0201, 0321, 0065, 0225, 0200, 0354, 0130, 0074,
3296 0171, 0157, 0213, 0112, 0326, 0005, 0155, 0052, 0253, 0021, 0225, 0254, 0067, 0265, 0336, 0006,
3297 0165, 0014, 0073, 0210, 0302, 0073, 0121, 0074, 0001, 0011, 0022, 0052, 0127, 0327, 0213, 0132,
3298 0313, 0225, 0277, 0271, 0270, 0176, 0372, 0345, 0363, 0223, 0223, 0364, 0374, 0374, 0360, 0321,
3299 0303, 0323, 0307, 0217, 0317, 0037, 0076, 0072, 0075, 0071, 0236, 0116, 0246, 0223, 0361, 0170,
3300 0234, 0215, 0322, 0070, 0111, 0254, 0065, 0334, 0252, 0155, 0244, 0351, 0321, 0042, 0002, 0100,
3301 0020, 0346, 0246, 0135, 0336, 0273, 0120, 0154, 0204, 0275, 0255, 0053, 0236, 0055, 0352, 0331,
3302 0254, 0314, 0127, 0245, 0124, 0165, 0224, 0132, 0104, 0320, 0020, 0324, 0227, 0212, 0006, 0223,
3303 0310, 0330, 0030, 0271, 0226, 0152, 0056, 0305, 0255, 0372, 0002, 0124, 0260, 0155, 0307, 0201,
3304 0141, 0220, 0313, 0200, 0256, 0101, 0124, 0300, 0340, 0061, 0137, 0230, 0327, 0117, 0365, 0341,
3305 0047, 0174, 0376, 0021, 0214, 0017, 0333, 0371, 0132, 0260, 0271, 0036, 0076, 0053, 0360, 0361,
3306 0102, 0107, 0221, 0044, 0206, 0076, 0316, 0160, 0234, 0106, 0237, 0236, 0037, 0037, 0216, 0323,
3307 0337, 0077, 0051, 0126, 0105, 0125, 0073, 0357, 0205, 0021, 0041, 0213, 0242, 0303, 0121, 0166,
3308 0074, 0035, 0037, 0216, 0322, 0050, 0262, 0116, 0341, 0262, 0226, 0137, 0256, 0303, 0337, 0315,
3309 0371, 0227, 0153, 0271, 0165, 0252, 0075, 0153, 0271, 0257, 0276, 0045, 0040, 0013, 0104, 0367,
3310 0136, 0322, 0173, 0222, 0341, 0155, 0344, 0160, 0163, 0025, 0023, 0350, 0136, 0346, 0137, 0253,
3311 0161, 0224, 0175, 0205, 0224, 0352, 0000, 0064, 0350, 0356, 0166, 0244, 0306, 0010, 0005, 0210,
3312 0155, 0052, 0045, 0042, 0040, 0020, 0220, 0200, 0264, 0323, 0212, 0241, 0346, 0007, 0014, 0324,
3313 0231, 0235, 0320, 0112, 0277, 0355, 0050, 0324, 0267, 0115, 0350, 0120, 0202, 0206, 0075, 0100,
3314 0323, 0072, 0365, 0221, 0260, 0361, 0265, 0021, 0001, 0240, 0164, 0225, 0021, 0173, 0203, 0264,
3315 0205, 0176, 0316, 0031, 0244, 0207, 0262, 0252, 0143, 0051, 0075, 0062, 0053, 0210, 0066, 0204,
3316 0004, 0065, 0153, 0231, 0147, 0235, 0055, 0151, 0135, 0024, 0263, 0171, 0176, 0073, 0113, 0376,
3317 0337, 0177, 0211, 0116, 0117, 0315, 0150, 0004, 0206, 0024, 0100, 0103, 0360, 0353, 0115, 0165,
3318 0175, 0133, 0274, 0174, 0265, 0176, 0372, 0254, 0132, 0254, 0202, 0017, 0202, 0050, 0150, 0130,
3319 0225, 0025, 0202, 0052, 0067, 0203, 0235, 0347, 0110, 0200, 0267, 0035, 0133, 0360, 0376, 0033,
3320 0142, 0053, 0115, 0030, 0216, 0162, 0167, 0241, 0346, 0155, 0154, 0350, 0260, 0246, 0273, 0163,
3321 0331, 0210, 0064, 0221, 0276, 0173, 0050, 0210, 0336, 0327, 0164, 0372, 0376, 0131, 0341, 0156,
3322 0116, 0321, 0320, 0015, 0336, 0032, 0251, 0245, 0257, 0267, 0152, 0133, 0301, 0273, 0151, 0232,
3323 0356, 0363, 0171, 0111, 0217, 0332, 0014, 0146, 0032, 0335, 0243, 0245, 0176, 0355, 0317, 0031,
3324 0021, 0007, 0076, 0160, 0350, 0230, 0064, 0126, 0005, 0153, 0155, 0144, 0045, 0154, 0125, 0221,
3325 0330, 0050, 0030, 0172, 0075, 0175, 0077, 0016, 0125, 0302, 0363, 0042, 0177, 0372, 0364, 0071,
3326 0027, 0325, 0164, 0072, 0026, 0325, 0154, 0222, 0305, 0111, 0014, 0355, 0203, 0363, 0156, 0273,
3327 0302, 0100, 0364, 0203, 0320, 0126, 0126, 0021, 0032, 0143, 0322, 0054, 0235, 0114, 0307, 0243,
3328 0311, 0050, 0116, 0222, 0064, 0113, 0223, 0044, 0111, 0322, 0044, 0033, 0147, 0107, 0107, 0107,
3329 0157, 0136, 0277, 0236, 0315, 0146, 0165, 0136, 0056, 0130, 0343, 0044, 0216, 0342, 0070, 0212,
3330 0042, 0044, 0024, 0226, 0252, 0250, 0226, 0363, 0305, 0142, 0271, 0134, 0025, 0353, 0262, 0314,
3331 0275, 0257, 0204, 0375, 0240, 0073, 0023, 0006, 0047, 0014, 0323, 0273, 0127, 0122, 0013, 0107,
3332 0011, 0075, 0316, 0342, 0107, 0131, 0162, 0024, 0107, 0261, 0061, 0322, 0107, 0005, 0002, 0000,
3333 0242, 0005, 0232, 0120, 0124, 0071, 0331, 0314, 0334, 0202, 0326, 0157, 0222, 0070, 0324, 0174,
3334 0164, 0062, 0312, 0106, 0261, 0265, 0146, 0074, 0061, 0017, 0036, 0353, 0364, 0050, 0043, 0242,
3335 0203, 0203, 0121, 0222, 0042, 0163, 0250, 0152, 0127, 0024, 0365, 0162, 0131, 0134, 0277, 0135,
3336 0345, 0327, 0045, 0346, 0034, 0213, 0211, 0215, 0301, 0366, 0226, 0244, 0324, 0332, 0314, 0230,
3337 0324, 0220, 0045, 0244, 0017, 0262, 0202, 0143, 0277, 0271, 0373, 0300, 0301, 0171, 0251, 0053,
3338 0250, 0033, 0033, 0276, 0252, 0110, 0163, 0133, 0002, 0041, 0050, 0202, 0157, 0247, 0220, 0266,
3339 0250, 0251, 0267, 0102, 0265, 0302, 0157, 0257, 0125, 0001, 0152, 0024, 0001, 0104, 0300, 0213,
3340 0226, 0001, 0174, 0150, 0276, 0245, 0045, 0374, 0025, 0101, 0004, 0230, 0220, 0225, 0230, 0133,
3341 0265, 0115, 0363, 0005, 0015, 0162, 0043, 0350, 0333, 0203, 0371, 0207, 0230, 0300, 0167, 0065,
3342 0206, 0167, 0256, 0306, 0036, 0353, 0156, 0306, 0174, 0003, 0210, 0314, 0272, 0132, 0313, 0216,
3343 0331, 0171, 0177, 0115, 0300, 0073, 0367, 0117, 0003, 0202, 0220, 0002, 0250, 0260, 0053, 0374,
3344 0346, 0266, 0166, 0265, 0007, 0003, 0301, 0101, 0160, 0135, 0310, 0357, 0267, 0243, 0233, 0210,
3345 0200, 0042, 0124, 0025, 0321, 0362, 0062, 0273, 0372, 0246, 0116, 0307, 0114, 0021, 0307, 0311,
3346 0376, 0367, 0016, 0356, 0070, 0121, 0255, 0003, 0324, 0000, 0053, 0257, 0105, 0200, 0052, 0100,
3347 0055, 0041, 0000, 0374, 0127, 0205, 0021, 0351, 0312, 0205, 0353, 0212, 0237, 0347, 0122, 0160,
3348 0247, 0016, 0300, 0301, 0342, 0265, 0315, 0075, 0352, 0204, 0010, 0052, 0261, 0057, 0107, 0263,
3349 0067, 0351, 0315, 0053, 0263, 0232, 0201, 0257, 0164, 0117, 0012, 0161, 0127, 0165, 0323, 0351,
3350 0226, 0153, 0240, 0245, 0232, 0227, 0220, 0214, 0100, 0042, 0325, 0143, 0140, 0102, 0055, 0112,
3351 0301, 0145, 0100, 0002, 0000, 0073, 0122, 0260, 0011, 0202, 0012, 0011, 0022, 0243, 0261, 0030,
3352 0105, 0140, 0015, 0104, 0046, 0044, 0211, 0233, 0142, 0365, 0070, 0131, 0257, 0016, 0244, 0366,
3353 0101, 0065, 0044, 0106, 0046, 0211, 0036, 0306, 0062, 0115, 0144, 0022, 0111, 0006, 0212, 0101,
3354 0241, 0126, 0141, 0043, 0326, 0140, 0022, 0131, 0053, 0261, 0122, 0032, 0044, 0363, 0220, 0170,
3355 0232, 0347, 0170, 0315, 0160, 0345, 0144, 0345, 0372, 0166, 0350, 0273, 0325, 0102, 0072, 0120,
3356 0204, 0364, 0363, 0215, 0143, 0277, 0026, 0315, 0202, 0100, 0231, 0327, 0363, 0171, 0371, 0352,
3357 0255, 0036, 0114, 0256, 0117, 0216, 0057, 0316, 0316, 0216, 0316, 0317, 0016, 0117, 0116, 0306,
3358 0247, 0247, 0207, 0247, 0147, 0207, 0247, 0147, 0107, 0107, 0107, 0207, 0223, 0361, 0070, 0115,
3359 0222, 0070, 0266, 0326, 0032, 0062, 0044, 0200, 0022, 0104, 0245, 0111, 0063, 0013, 0042, 0034,
3360 0234, 0013, 0256, 0052, 0162, 0332, 0024, 0374, 0354, 0325, 0362, 0352, 0272, 0254, 0112, 0046,
3361 0020, 0122, 0226, 0115, 0016, 0036, 0300, 0246, 0230, 0046, 0204, 0204, 0022, 0244, 0136, 0361,
3362 0346, 0232, 0067, 0063, 0140, 0327, 0266, 0017, 0351, 0316, 0076, 0262, 0053, 0207, 0122, 0120,
3363 0040, 0145, 0362, 0265, 0336, 0276, 0241, 0267, 0337, 0350, 0371, 0023, 0311, 0046, 0060, 0076,
3364 0350, 0347, 0205, 0112, 0340, 0155, 0015, 0077, 0137, 0010, 0042, 0257, 0003, 0374, 0144, 0112,
3365 0217, 0123, 0072, 0210, 0114, 0224, 0144, 0017, 0214, 0071, 0033, 0045, 0302, 0334, 0014, 0007,
3366 0306, 0030, 0023, 0305, 0030, 0305, 0271, 0232, 0115, 0251, 0157, 0153, 0375, 0174, 0315, 0377,
3367 0060, 0347, 0177, 0132, 0351, 0353, 0032, 0112, 0031, 0346, 0321, 0016, 0110, 0125, 0104, 0220,
3368 0000, 0301, 0001, 0207, 0256, 0134, 0241, 0307, 0164, 0160, 0357, 0364, 0273, 0243, 0144, 0320,
3369 0235, 0000, 0346, 0155, 0346, 0162, 0063, 0031, 0150, 0277, 0302, 0357, 0140, 0051, 0215, 0026,
3370 0247, 0145, 0031, 0006, 0172, 0244, 0026, 0171, 0045, 0064, 0306, 0132, 0143, 0101, 0061, 0204,
3371 0300, 0302, 0315, 0012, 0322, 0113, 0351, 0207, 0172, 0232, 0356, 0273, 0025, 0366, 0025, 0144,
3372 0170, 0367, 0340, 0323, 0176, 0213, 0016, 0134, 0271, 0055, 0201, 0277, 0177, 0043, 0017, 0303,
3373 0207, 0267, 0052, 0176, 0105, 0000, 0265, 0303, 0262, 0311, 0336, 0161, 0305, 0002, 0316, 0053,
3374 0242, 0260, 0000, 0266, 0310, 0115, 0377, 0326, 0042, 0050, 0101, 0035, 0312, 0253, 0331, 0146,
3375 0365, 0057, 0370, 0057, 0237, 0065, 0005, 0013, 0135, 0066, 0264, 0012, 0013, 0373, 0020, 0234,
3376 0017, 0125, 0315, 0242, 0202, 0040, 0200, 0115, 0206, 0172, 0367, 0237, 0062, 0010, 0170, 0326,
3377 0316, 0007, 0336, 0267, 0366, 0052, 0016, 0314, 0167, 0270, 0023, 0077, 0270, 0055, 0252, 0300,
3378 0241, 0205, 0141, 0207, 0307, 0037, 0004, 0242, 0167, 0365, 0116, 0235, 0261, 0271, 0317, 0013,
3379 0276, 0253, 0137, 0371, 0176, 0151, 0072, 0167, 0135, 0326, 0303, 0346, 0355, 0341, 0217, 0353,
3380 0342, 0176, 0373, 0217, 0007, 0357, 0244, 0067, 0166, 0006, 0130, 0355, 0355, 0337, 0373, 0071,
3381 0200, 0303, 0304, 0344, 0137, 0357, 0163, 0336, 0145, 0320, 0006, 0074, 0232, 0050, 0001, 0265,
3382 0334, 0106, 0053, 0167, 0327, 0066, 0360, 0262, 0311, 0111, 0151, 0277, 0120, 0104, 0004, 0001,
3383 0330, 0324, 0057, 0136, 0050, 0157, 0212, 0007, 0147, 0047, 0007, 0047, 0107, 0351, 0164, 0144,
3384 0142, 0053, 0302, 0242, 0250, 0155, 0153, 0325, 0335, 0310, 0032, 0350, 0034, 0335, 0302, 0034,
3385 0204, 0010, 0020, 0221, 0250, 0151, 0147, 0004, 0200, 0044, 0115, 0116, 0037, 0234, 0146, 0131,
3386 0066, 0231, 0114, 0046, 0007, 0223, 0327, 0057, 0136, 0135, 0137, 0137, 0127, 0145, 0315, 0216,
3387 0111, 0203, 0006, 0025, 0221, 0252, 0254, 0066, 0253, 0315, 0154, 0061, 0277, 0135, 0316, 0126,
3388 0345, 0272, 0366, 0245, 0162, 0150, 0371, 0216, 0055, 0030, 0213, 0175, 0364, 0123, 0137, 0347,
3389 0320, 0054, 0006, 0246, 0245, 0327, 0140, 0370, 0344, 0372, 0367, 0055, 0061, 0346, 0100, 0254,
3390 0326, 0132, 0335, 0372, 0153, 0063, 0257, 0112, 0267, 0336, 0114, 0217, 0117, 0307, 0323, 0203,
3391 0064, 0211, 0354, 0170, 0224, 0114, 0046, 0211, 0061, 0024, 0131, 0343, 0135, 0125, 0327, 0141,
3392 0265, 0056, 0147, 0267, 0233, 0313, 0327, 0253, 0333, 0127, 0153, 0135, 0206, 0324, 0123, 0206,
3393 0306, 0122, 0253, 0263, 0143, 0325, 0232, 0271, 0140, 0056, 0131, 0203, 0202, 0354, 0026, 0326,
3394 0276, 0167, 0062, 0150, 0045, 0302, 0041, 0210, 0272, 0000, 0076, 0000, 0031, 0100, 0101, 0025,
3395 0150, 0352, 0147, 0010, 0001, 0020, 0002, 0003, 0263, 0262, 0000, 0053, 0210, 0152, 0127, 0324,
3396 0322, 0204, 0176, 0001, 0053, 0004, 0151, 0354, 0250, 0040, 0202, 0101, 0261, 0373, 0312, 0066,
3397 0161, 0251, 0311, 0057, 0146, 0101, 0146, 0144, 0204, 0026, 0266, 0121, 0140, 0105, 0225, 0066,
3398 0356, 0217, 0041, 0210, 0006, 0201, 0017, 0273, 0030, 0207, 0230, 0324, 0026, 0071, 0357, 0023,
3399 0111, 0273, 0063, 0013, 0042, 0200, 0001, 0045, 0120, 0173, 0137, 0327, 0300, 0275, 0115, 0072,
3400 0103, 0206, 0211, 0332, 0144, 0005, 0000, 0000, 0011, 0056, 0100, 0316, 0201, 0031, 0055, 0155,
3401 0335, 0244, 0037, 0222, 0224, 0330, 0256, 0356, 0030, 0234, 0135, 0315, 0322, 0213, 0257, 0263,
3402 0311, 0261, 0217, 0323, 0312, 0236, 0252, 0215, 0101, 0007, 0346, 0367, 0176, 0034, 0331, 0052,
3403 0224, 0025, 0024, 0326, 0001, 0276, 0051, 0204, 0125, 0203, 0102, 0214, 0360, 0111, 0242, 0363,
3404 0232, 0253, 0300, 0101, 0367, 0334, 0016, 0303, 0240, 0216, 0016, 0235, 0107, 0002, 0000, 0343,
3405 0135, 0266, 0276, 0315, 0056, 0276, 0211, 0257, 0137, 0231, 0174, 0331, 0065, 0140, 0277, 0163,
3406 0012, 0036, 0046, 0323, 0262, 0142, 0001, 0346, 0055, 0304, 0231, 0112, 0002, 0142, 0101, 0047,
3407 0040, 0301, 0051, 0344, 0334, 0141, 0203, 0046, 0145, 0214, 0122, 0064, 0114, 0312, 0010, 0102,
3408 0052, 0300, 0006, 0014, 0251, 0101, 0071, 0066, 0174, 0220, 0111, 0110, 0232, 0371, 0136, 0211,
3409 0324, 0042, 0120, 0223, 0315, 0352, 0261, 0026, 0064, 0115, 0070, 0203, 0105, 0212, 0014, 0046,
3410 0026, 0231, 0015, 0003, 0045, 0240, 0261, 0126, 0106, 0137, 0173, 0174, 0131, 0341, 0155, 0005,
3411 0125, 0350, 0340, 0216, 0335, 0300, 0376, 0156, 0277, 0323, 0355, 0357, 0333, 0333, 0316, 0203,
3412 0254, 0000, 0004, 0064, 0166, 0214, 0245, 0307, 0165, 0356, 0226, 0253, 0352, 0372, 0166, 0363,
3413 0362, 0315, 0315, 0164, 0222, 0116, 0247, 0361, 0311, 0311, 0344, 0301, 0371, 0341, 0203, 0007,
3414 0307, 0347, 0147, 0047, 0047, 0307, 0107, 0107, 0307, 0007, 0207, 0007, 0323, 0351, 0144, 0224,
3415 0215, 0122, 0153, 0055, 0065, 0301, 0347, 0302, 0314, 0114, 0010, 0252, 0134, 0125, 0165, 0121,
3416 0370, 0253, 0133, 0367, 0315, 0213, 0345, 0365, 0155, 0351, 0135, 0060, 0250, 0250, 0054, 0371,
3417 0006, 0025, 0151, 0114, 0010, 0006, 0102, 0045, 0276, 0222, 0374, 0066, 0254, 0157, 0102, 0261,
3418 0152, 0200, 0136, 0275, 0113, 0101, 0352, 0066, 0304, 0245, 0117, 0232, 0046, 0011, 0264, 0236,
3419 0323, 0233, 0257, 0345, 0360, 0024, 0323, 0221, 0176, 0364, 0043, 0110, 0062, 0060, 0246, 0031,
3420 0016, 0362, 0000, 0137, 0025, 0342, 0124, 0157, 0152, 0171, 0126, 0320, 0157, 0217, 0314, 0303,
3421 0214, 0116, 0054, 0214, 0115, 0034, 0123, 0144, 0214, 0066, 0350, 0211, 0000, 0006, 0301, 0252,
3422 0204, 0205, 0227, 0267, 0225, 0174, 0123, 0310, 0257, 0326, 0362, 0331, 0132, 0276, 0056, 0140,
3423 0025, 0072, 0300, 0101, 0007, 0000, 0147, 0377, 0033, 0137, 0143, 0261, 0301, 0252, 0200, 0076,
3424 0000, 0251, 0153, 0354, 0272, 0073, 0331, 0154, 0143, 0373, 0073, 0103, 0023, 0266, 0155, 0343,
3425 0264, 0145, 0213, 0032, 0062, 0216, 0166, 0146, 0227, 0056, 0062, 0017, 0141, 0240, 0344, 0035,
3426 0216, 0323, 0000, 0212, 0100, 0206, 0214, 0215, 0042, 0141, 0306, 0206, 0376, 0336, 0276, 0127,
3427 0155, 0011, 0327, 0336, 0050, 0262, 0105, 0221, 0166, 0124, 0160, 0270, 0237, 0025, 0240, 0175,
3428 0313, 0002, 0156, 0005, 0163, 0330, 0154, 0045, 0133, 0121, 0124, 0127, 0002, 0323, 0117, 0014,
3429 0332, 0131, 0324, 0265, 0165, 0113, 0015, 0033, 0026, 0233, 0303, 0105, 0140, 0250, 0202, 0004,
3430 0020, 0345, 0016, 0243, 0156, 0253, 0110, 0265, 0253, 0044, 0125, 0015, 0242, 0263, 0225, 0204,
3431 0040, 0314, 0135, 0215, 0057, 0150, 0363, 0345, 0306, 0200, 0261, 0152, 0043, 0040, 0152, 0362,
3432 0216, 0105, 0224, 0241, 0037, 0156, 0220, 0025, 0024, 0030, 0201, 0202, 0364, 0175, 0124, 0303,
3433 0117, 0351, 0036, 0017, 0324, 0175, 0121, 0306, 0272, 0227, 0027, 0262, 0103, 0334, 0300, 0320,
3434 0112, 0335, 0353, 0127, 0270, 0311, 0301, 0173, 0347, 0170, 0373, 0301, 0060, 0373, 0136, 0102,
3435 0161, 0107, 0312, 0311, 0220, 0345, 0151, 0166, 0177, 0346, 0016, 0071, 0352, 0227, 0332, 0336,
3436 0273, 0207, 0303, 0107, 0152, 0252, 0156, 0141, 0220, 0064, 0063, 0254, 0264, 0204, 0337, 0334,
3437 0163, 0336, 0225, 0045, 0065, 0077, 0275, 0053, 0045, 0367, 0256, 0166, 0236, 0233, 0262, 0350,
3438 0036, 0010, 0151, 0365, 0114, 0241, 0175, 0155, 0242, 0000, 0352, 0220, 0114, 0125, 0233, 0040,
3439 0221, 0265, 0331, 0164, 0062, 0215, 0143, 0042, 0334, 0166, 0206, 0102, 0157, 0006, 0207, 0073,
3440 0065, 0231, 0135, 0220, 0240, 0341, 0256, 0277, 0235, 0221, 0232, 0160, 0116, 0214, 0343, 0070,
3441 0072, 0216, 0243, 0070, 0316, 0106, 0243, 0203, 0203, 0203, 0243, 0327, 0157, 0157, 0256, 0156,
3442 0002, 0007, 0016, 0134, 0226, 0325, 0172, 0271, 0236, 0315, 0347, 0313, 0325, 0172, 0276, 0131,
3443 0056, 0362, 0325, 0246, 0316, 0231, 0175, 0177, 0165, 0367, 0251, 0074, 0072, 0230, 0334, 0233,
3444 0355, 0224, 0025, 0052, 0206, 0205, 0343, 0353, 0332, 0115, 0043, 0033, 0023, 0115, 0242, 0250,
3445 0371, 0152, 0035, 0140, 0271, 0226, 0150, 0154, 0043, 0014, 0270, 0254, 0334, 0354, 0165, 0076,
3446 0137, 0125, 0327, 0363, 0342, 0364, 0321, 0364, 0374, 0301, 0344, 0350, 0040, 0233, 0116, 0222,
3447 0064, 0215, 0020, 0300, 0173, 0056, 0012, 0267, 0311, 0253, 0333, 0333, 0374, 0352, 0355, 0152,
3448 0376, 0152, 0135, 0136, 0224, 0131, 0205, 0023, 0264, 0051, 0131, 0152, 0250, 0041, 0325, 0302,
3449 0373, 0233, 0332, 0135, 0224, 0356, 0306, 0111, 0316, 0340, 0025, 0173, 0245, 0353, 0175, 0324,
3450 0303, 0316, 0137, 0252, 0042, 0063, 0160, 0020, 0365, 0101, 0135, 0000, 0122, 0040, 0355, 0206,
3451 0233, 0256, 0165, 0056, 0064, 0214, 0221, 0264, 0111, 0100, 0320, 0017, 0067, 0202, 0212, 0355,
3452 0275, 0027, 0004, 0250, 0051, 0103, 0152, 0242, 0371, 0232, 0114, 0277, 0326, 0237, 0331, 0310,
3453 0172, 0221, 0005, 0002, 0150, 0020, 0224, 0026, 0012, 0352, 0077, 0263, 0146, 0100, 0012, 0002,
3454 0262, 0063, 0064, 0174, 0373, 0000, 0201, 0203, 0265, 0155, 0147, 0210, 0034, 0204, 0162, 0030,
3455 0000, 0263, 0115, 0003, 0336, 0171, 0120, 0274, 0057, 0034, 0257, 0377, 0327, 0006, 0271, 0061,
3456 0375, 0031, 0101, 0130, 0201, 0225, 0272, 0202, 0276, 0056, 0062, 0351, 0075, 0075, 0306, 0203,
3457 0070, 0014, 0000, 0016, 0224, 0257, 0342, 0313, 0027, 0243, 0311, 0211, 0317, 0046, 0041, 0035,
3458 0171, 0033, 0157, 0303, 0334, 0020, 0357, 0171, 0271, 0335, 0242, 0270, 0016, 0372, 0115, 0241,
3459 0116, 0164, 0104, 0360, 0223, 0221, 0262, 0160, 0311, 0272, 0365, 0104, 0141, 0277, 0376, 0016,
3460 0206, 0244, 0216, 0153, 0040, 0011, 0111, 0265, 0031, 0337, 0274, 0114, 0336, 0176, 0155, 0146,
3461 0157, 0261, 0052, 0336, 0063, 0101, 0016, 0064, 0041, 0375, 0162, 0216, 0001, 0140, 0016, 0366,
3462 0065, 0304, 0061, 0210, 0001, 0175, 0242, 0056, 0121, 0161, 0265, 0156, 0072, 0223, 0032, 0063,
3463 0145, 0114, 0161, 0002, 0046, 0102, 0020, 0020, 0106, 0061, 0020, 0010, 0014, 0201, 0105, 0211,
3464 0120, 0142, 0224, 0055, 0153, 0310, 0015, 0317, 0331, 0264, 0307, 0201, 0104, 0150, 0321, 0030,
3465 0153, 0320, 0222, 0052, 0260, 0223, 0062, 0347, 0305, 0122, 0336, 0056, 0361, 0351, 0232, 0076,
3466 0133, 0231, 0027, 0071, 0055, 0075, 0260, 0000, 0341, 0256, 0033, 0364, 0335, 0063, 0174, 0003,
3467 0166, 0243, 0024, 0200, 0012, 0230, 0221, 0211, 0125, 0143, 0166, 0120, 0373, 0322, 0371, 0152,
3468 0235, 0207, 0333, 0005, 0304, 0021, 0215, 0107, 0361, 0301, 0101, 0172, 0174, 0064, 0072, 0071,
3469 0076, 0070, 0076, 0071, 0174, 0160, 0166, 0174, 0176, 0166, 0162, 0176, 0172, 0174, 0174, 0174,
3470 0060, 0036, 0217, 0106, 0131, 0232, 0246, 0161, 0144, 0211, 0020, 0214, 0041, 0102, 0254, 0053,
3471 0177, 0165, 0263, 0376, 0352, 0331, 0352, 0325, 0353, 0345, 0152, 0125, 0162, 0360, 0244, 0214,
3472 0101, 0021, 0153, 0314, 0062, 0102, 0121, 0361, 0041, 0057, 0040, 0324, 0134, 0134, 0112, 0061,
3473 0123, 0137, 0050, 0360, 0040, 0354, 0167, 0213, 0132, 0364, 0236, 0344, 0216, 0357, 0001, 0044,
3474 0004, 0021, 0250, 0012, 0270, 0174, 0111, 0311, 0010, 0342, 0104, 0222, 0124, 0037, 0174, 0014,
3475 0146, 0324, 0203, 0171, 0163, 0257, 0065, 0303, 0115, 0055, 0337, 0024, 0364, 0151, 0046, 0217,
3476 0123, 0072, 0117, 0360, 0060, 0242, 0221, 0305, 0230, 0250, 0151, 0247, 0015, 0242, 0225, 0310,
3477 0072, 0350, 0115, 0055, 0257, 0112, 0171, 0121, 0352, 0353, 0122, 0157, 0235, 0156, 0130, 0167,
3478 0244, 0032, 0103, 0016, 0267, 0371, 0273, 0272, 0304, 0365, 0034, 0067, 0113, 0010, 0176, 0233,
3479 0045, 0162, 0257, 0145, 0144, 0247, 0323, 0133, 0167, 0216, 0114, 0203, 0263, 0006, 0016, 0004,
3480 0302, 0270, 0355, 0012, 0327, 0055, 0045, 0004, 0103, 0167, 0255, 0016, 0135, 0127, 0235, 0017,
3481 0131, 0264, 0013, 0057, 0336, 0242, 0240, 0003, 0206, 0141, 0013, 0310, 0240, 0166, 0216, 0155,
3482 0335, 0126, 0053, 0350, 0075, 0373, 0073, 0166, 0343, 0013, 0042, 0042, 0065, 0142, 0053, 0142,
3483 0004, 0140, 0351, 0146, 0057, 0202, 0255, 0164, 0017, 0141, 0077, 0055, 0360, 0216, 0346, 0006,
3484 0001, 0002, 0100, 0245, 0260, 0366, 0152, 0105, 0111, 0260, 0253, 0014, 0122, 0202, 0275, 0223,
3485 0246, 0201, 0304, 0100, 0262, 0135, 0206, 0332, 0342, 0032, 0000, 0125, 0340, 0256, 0134, 0127,
3486 0104, 0233, 0274, 0350, 0146, 0041, 0025, 0100, 0326, 0056, 0212, 0036, 0265, 0124, 0360, 0003,
3487 0343, 0344, 0267, 0034, 0260, 0006, 0012, 0334, 0346, 0124, 0272, 0167, 0014, 0030, 0242, 0120,
3488 0250, 0240, 0235, 0032, 0267, 0233, 0162, 0102, 0023, 0373, 0073, 0234, 0025, 0276, 0253, 0062,
3489 0367, 0135, 0312, 0225, 0376, 0333, 0235, 0163, 0336, 0373, 0056, 0250, 0106, 0230, 0033, 0371,
3490 0114, 0303, 0007, 0167, 0175, 0072, 0333, 0260, 0244, 0276, 0303, 0014, 0310, 0020, 0221, 0001,
3491 0300, 0156, 0262, 0151, 0166, 0045, 0156, 0162, 0212, 0207, 0176, 0250, 0137, 0373, 0163, 0156,
3492 0102, 0220, 0373, 0347, 0054, 0252, 0254, 0022, 0330, 0127, 0125, 0136, 0226, 0171, 0325, 0244,
3493 0327, 0010, 0043, 0022, 0122, 0033, 0054, 0051, 0254, 0133, 0231, 0260, 0052, 0002, 0170, 0040,
3494 0033, 0374, 0164, 0224, 0125, 0034, 0264, 0011, 0044, 0350, 0340, 0032, 0330, 0155, 0176, 0350,
3495 0243, 0016, 0141, 0037, 0061, 0151, 0025, 0337, 0332, 0272, 0012, 0033, 0312, 0013, 0020, 0141,
3496 0074, 0031, 0307, 0111, 0074, 0075, 0074, 0070, 0073, 0077, 0277, 0276, 0274, 0132, 0257, 0326,
3497 0067, 0327, 0067, 0157, 0136, 0276, 0131, 0314, 0027, 0157, 0056, 0056, 0026, 0305, 0172, 0135,
3498 0227, 0145, 0250, 0234, 0270, 0373, 0152, 0126, 0132, 0247, 0110, 0223, 0226, 0210, 0110, 0212,
3499 0310, 0202, 0271, 0227, 0113, 0025, 0203, 0125, 0147, 0261, 0304, 0310, 0030, 0032, 0040, 0151,
3500 0002, 0200, 0010, 0061, 0031, 0212, 0060, 0324, 0162, 0271, 0050, 0136, 0317, 0066, 0376, 0146,
3501 0163, 0160, 0123, 0074, 0172, 0134, 0074, 0074, 0037, 0237, 0234, 0214, 0306, 0243, 0304, 0106,
3502 0106, 0104, 0353, 0072, 0054, 0227, 0305, 0355, 0345, 0172, 0371, 0146, 0355, 0256, 0353, 0121,
3503 0105, 0023, 0023, 0215, 0255, 0265, 0335, 0144, 0123, 0205, 0160, 0353, 0334, 0353, 0242, 0172,
3504 0231, 0327, 0127, 0216, 0363, 0200, 0101, 0360, 0003, 0224, 0040, 0355, 0042, 0045, 0012, 0201,
3505 0065, 0170, 0221, 0072, 0250, 0367, 0140, 0265, 0055, 0361, 0330, 0146, 0156, 0001, 0170, 0201,
3506 0300, 0332, 0312, 0171, 0266, 0156, 0051, 0150, 0202, 0165, 0130, 0300, 0163, 0327, 0234, 0047,
3507 0032, 0124, 0003, 0003, 0213, 0212, 0200, 0164, 0353, 0031, 0103, 0023, 0024, 0243, 0010, 0332,
3508 0323, 0122, 0075, 0265, 0045, 0020, 0004, 0274, 0100, 0020, 0325, 0235, 0316, 0240, 0017, 0241,
3509 0245, 0166, 0244, 0014, 0315, 0254, 0333, 0331, 0336, 0232, 0354, 0167, 0270, 0263, 0302, 0274,
3510 0023, 0332, 0332, 0373, 0127, 0332, 0011, 0363, 0102, 0100, 0152, 0043, 0252, 0007, 0026, 0314,
3511 0075, 0247, 0306, 0173, 0306, 0057, 0020, 0301, 0252, 0060, 0263, 0253, 0154, 0364, 0324, 0217,
3512 0017, 0134, 0166, 0300, 0066, 0225, 0046, 0236, 0244, 0337, 0264, 0141, 0020, 0374, 0212, 0073,
3513 0247, 0263, 0042, 0350, 0327, 0205, 0244, 0063, 0236, 0125, 0072, 0045, 0271, 0161, 0115, 0110,
3514 0224, 0016, 0132, 0017, 0341, 0036, 0353, 0226, 0162, 0124, 0347, 0331, 0374, 0142, 0374, 0372,
3515 0253, 0350, 0362, 0045, 0256, 0346, 0340, 0335, 0267, 0345, 0362, 0164, 0073, 0161, 0167, 0312,
3516 0023, 0300, 0032, 0341, 0032, 0054, 0100, 0002, 0252, 0106, 0345, 0034, 0174, 0052, 0252, 0265,
3517 0110, 0233, 0301, 0150, 0304, 0033, 0035, 0101, 0234, 0021, 0010, 0033, 0301, 0006, 0237, 0011,
3518 0010, 0241, 0015, 0242, 0305, 0016, 0240, 0305, 0266, 0005, 0216, 0300, 0106, 0155, 0145, 0217,
3519 0052, 0162, 0300, 0220, 0253, 0367, 0256, 0130, 0371, 0353, 0053, 0176, 0166, 0005, 0277, 0274,
3520 0066, 0377, 0262, 0064, 0137, 0154, 0354, 0314, 0221, 0343, 0146, 0216, 0324, 0376, 0163, 0306,
3521 0375, 0203, 0073, 0016, 0270, 0270, 0376, 0170, 0343, 0021, 0005, 0061, 0220, 0031, 0033, 0223,
3522 0011, 0145, 0352, 0201, 0105, 0004, 0102, 0315, 0256, 0016, 0260, 0251, 0312, 0333, 0345, 0342,
3523 0365, 0005, 0146, 0211, 0235, 0114, 0262, 0343, 0243, 0203, 0007, 0147, 0307, 0017, 0316, 0117,
3524 0316, 0117, 0217, 0117, 0117, 0016, 0317, 0316, 0116, 0116, 0116, 0216, 0016, 0016, 0306, 0131,
3525 0022, 0133, 0213, 0201, 0271, 0050, 0375, 0345, 0165, 0376, 0364, 0331, 0374, 0346, 0066, 0057,
3526 0253, 0132, 0305, 0243, 0006, 0020, 0045, 0122, 0042, 0000, 0140, 0256, 0163, 0277, 0131, 0251,
3527 0137, 0251, 0233, 0103, 0130, 0253, 0070, 0351, 0170, 0326, 0216, 0211, 0331, 0256, 0034, 0332,
3528 0163, 0066, 0324, 0304, 0071, 0264, 0074, 0076, 0314, 0257, 0021, 0220, 0254, 0205, 0164, 0304,
3529 0161, 0002, 0307, 0017, 0040, 0112, 0332, 0267, 0120, 0260, 0140, 0055, 0274, 0276, 0251, 0345,
3530 0253, 0134, 0116, 0042, 0072, 0212, 0140, 0032, 0301, 0310, 0140, 0204, 0030, 0023, 0212, 0252,
3531 0127, 0255, 0030, 0162, 0201, 0205, 0223, 0033, 0007, 0163, 0247, 0136, 0166, 0017, 0014, 0035,
3532 0242, 0000, 0062, 0000, 0371, 0070, 0300, 0146, 0211, 0363, 0153, 0130, 0317, 0061, 0004, 0154,
3533 0357, 0363, 0301, 0144, 0263, 0115, 0247, 0031, 0274, 0020, 0325, 0235, 0316, 0130, 0205, 0275,
3534 0352, 0311, 0156, 0300, 0331, 0307, 0173, 0260, 0157, 0012, 0035, 0006, 0263, 0265, 0327, 0076,
3535 0212, 0152, 0140, 0126, 0000, 0151, 0222, 0257, 0024, 0372, 0142, 0047, 0350, 0232, 0040, 0140,
3536 0247, 0045, 0352, 0135, 0070, 0354, 0235, 0063, 0013, 0242, 0156, 0023, 0224, 0241, 0341, 0364,
3537 0221, 0220, 0224, 0004, 0165, 0020, 0350, 0267, 0155, 0006, 0325, 0201, 0057, 0251, 0315, 0271,
3538 0271, 0173, 0207, 0027, 0000, 0267, 0242, 0143, 0205, 0221, 0110, 0204, 0152, 0120, 0011, 0132,
3539 0335, 0057, 0336, 0303, 0027, 0155, 0337, 0253, 0046, 0313, 0166, 0133, 0132, 0252, 0055, 0346,
3540 0335, 0204, 0212, 0260, 0102, 0213, 0202, 0003, 0010, 0040, 0051, 0254, 0020, 0146, 0250, 0071,
3541 0266, 0123, 0021, 0175, 0177, 0351, 0360, 0326, 0110, 0337, 0177, 0066, 0315, 0351, 0125, 0204,
3542 0073, 0262, 0107, 0235, 0363, 0316, 0271, 0331, 0154, 0326, 0344, 0215, 0000, 0340, 0367, 0223,
3543 0103, 0276, 0137, 0256, 0333, 0014, 0117, 0323, 0351, 0264, 0021, 0232, 0364, 0264, 0024, 0166,
3544 0313, 0167, 0017, 0164, 0266, 0013, 0043, 0240, 0052, 0002, 0221, 0261, 0221, 0265, 0021, 0142,
3545 0063, 0334, 0264, 0337, 0353, 0234, 0373, 0377, 0341, 0071, 0073, 0347, 0124, 0341, 0370, 0370,
3546 0270, 0211, 0162, 0153, 0206, 0062, 0357, 0352, 0174, 0275, 0330, 0054, 0127, 0316, 0207, 0366,
3547 0336, 0330, 0212, 0006, 0264, 0063, 0061, 0267, 0030, 0031, 0050, 0010, 0140, 0305, 0132, 0162,
3548 0351, 0060, 0250, 0001, 0335, 0216, 0364, 0062, 0160, 0310, 0350, 0140, 0336, 0037, 0212, 0232,
3549 0245, 0105, 0003, 0175, 0160, 0225, 0333, 0366, 0026, 0165, 0001, 0013, 0336, 0173, 0125, 0030,
3550 0215, 0107, 0151, 0222, 0234, 0075, 0074, 0273, 0170, 0165, 0221, 0347, 0305, 0246, 0314, 0057,
3551 0147, 0067, 0127, 0233, 0371, 0272, 0052, 0034, 0073, 0151, 0342, 0237, 0264, 0075, 0150, 0014,
3552 0025, 0165, 0215, 0325, 0253, 0231, 0130, 0372, 0333, 0317, 0013, 0154, 0002, 0274, 0055, 0274,
3553 0202, 0262, 0212, 0147, 0171, 0070, 0312, 0306, 0326, 0066, 0143, 0031, 0000, 0120, 0227, 0274,
3554 0311, 0252, 0116, 0165, 0023, 0344, 0046, 0017, 0213, 0225, 0247, 0105, 0170, 0165, 0121, 0037,
3555 0037, 0257, 0216, 0016, 0222, 0311, 0044, 0216, 0043, 0053, 0252, 0105, 0351, 0313, 0165, 0245,
3556 0153, 0227, 0225, 0174, 0314, 0346, 0310, 0306, 0251, 0261, 0010, 0215, 0201, 0132, 0235, 0310,
3557 0155, 0135, 0275, 0316, 0253, 0227, 0271, 0273, 0252, 0270, 0362, 0330, 0366, 0356, 0015, 0343,
3558 0321, 0337, 0373, 0113, 0000, 0202, 0202, 0143, 0161, 0236, 0305, 0005, 0065, 0135, 0274, 0125,
3559 0033, 0144, 0205, 0252, 0240, 0116, 0304, 0261, 0270, 0040, 0276, 0225, 0321, 0250, 0064, 0000,
3560 0246, 0002, 0241, 0304, 0240, 0336, 0110, 0267, 0134, 0152, 0020, 0365, 0242, 0041, 0150, 0140,
3561 0141, 0155, 0105, 0173, 0042, 0022, 0110, 0033, 0203, 0116, 0220, 0266, 0105, 0274, 0073, 0160,
3562 0261, 0212, 0027, 0160, 0242, 0376, 0273, 0127, 0302, 0065, 0237, 0072, 0251, 0022, 0013, 0266,
3563 0260, 0040, 0153, 0033, 0201, 0335, 0130, 0173, 0224, 0125, 0271, 0353, 0073, 0176, 0317, 0114,
3564 0163, 0277, 0210, 0247, 0353, 0245, 0022, 0120, 0156, 0220, 0142, 0245, 0201, 0021, 0011, 0077,
3565 0344, 0226, 0330, 0076, 0226, 0010, 0270, 0322, 0134, 0277, 0036, 0305, 0143, 0061, 0011, 0002,
3566 0226, 0207, 0017, 0203, 0215, 0272, 0057, 0223, 0335, 0176, 0314, 0375, 0305, 0210, 0025, 0236,
3567 0225, 0260, 0361, 0072, 0062, 0120, 0062, 0062, 0050, 0334, 0207, 0305, 0367, 0057, 0224, 0120,
3568 0343, 0152, 0065, 0276, 0171, 0065, 0175, 0365, 0131, 0374, 0352, 0113, 0130, 0315, 0325, 0071,
3569 0370, 0136, 0064, 0264, 0052, 0226, 0110, 0067, 0140, 0021, 0022, 0121, 0011, 0000, 0017, 0301,
3570 0117, 0124, 0065, 0110, 0131, 0240, 0262, 0172, 0047, 0336, 0351, 0230, 0115, 0066, 0152, 0215,
3571 0042, 0150, 0273, 0000, 0162, 0324, 0256, 0055, 0024, 0267, 0313, 0052, 0251, 0261, 0100, 0106,
3572 0065, 0100, 0076, 0343, 0242, 0016, 0165, 0251, 0165, 0305, 0067, 0013, 0175, 0266, 0244, 0137,
3573 0255, 0354, 0257, 0362, 0350, 0271, 0213, 0326, 0301, 0204, 0356, 0274, 0366, 0075, 0236, 0065,
3574 0050, 0003, 0324, 0042, 0212, 0024, 0220, 0106, 0152, 0054, 0101, 0212, 0020, 0020, 0203, 0142,
3575 0273, 0326, 0070, 0146, 0056, 0271, 0254, 0375, 0142, 0131, 0274, 0271, 0274, 0035, 0145, 0311,
3576 0164, 0224, 0035, 0035, 0117, 0036, 0234, 0036, 0077, 0072, 0077, 0075, 0077, 0077, 0071, 0075,
3577 0076, 0070, 0071, 0232, 0222, 0261, 0267, 0363, 0372, 0342, 0326, 0275, 0276, 0166, 0145, 0335,
3578 0226, 0256, 0222, 0041, 0212, 0042, 0212, 0143, 0016, 0056, 0054, 0353, 0300, 0265, 0326, 0071,
3579 0310, 0012, 0270, 0000, 0365, 0332, 0117, 0210, 0333, 0250, 0241, 0101, 0021, 0146, 0377, 0273,
3580 0046, 0332, 0036, 0200, 0131, 0000, 0024, 0203, 0203, 0325, 0055, 0276, 0370, 0242, 0155, 0065,
3581 0372, 0341, 0037, 0350, 0331, 0143, 0110, 0307, 0203, 0015, 0031, 0025, 0160, 0025, 0140, 0303,
3582 0372, 0246, 0206, 0010, 0301, 0242, 0032, 0154, 0224, 0357, 0040, 0012, 0036, 0040, 0064, 0120,
3583 0250, 0066, 0362, 0323, 0041, 0144, 0321, 0375, 0136, 0144, 0253, 0355, 0025, 0206, 0174, 0205,
3584 0067, 0157, 0340, 0366, 0055, 0156, 0226, 0330, 0146, 0172, 0337, 0027, 0207, 0243, 0235, 0332,
3585 0367, 0136, 0033, 0212, 0112, 0357, 0360, 0352, 0212, 0016, 0173, 0300, 0346, 0203, 0156, 0221,
3586 0236, 0355, 0121, 0155, 0104, 0104, 0322, 0200, 0217, 0360, 0256, 0246, 0114, 0335, 0206, 0375,
3587 0015, 0137, 0042, 0276, 0143, 0160, 0337, 0151, 0025, 0307, 0246, 0060, 0224, 0101, 0260, 0015,
3588 0033, 0305, 0001, 0127, 0253, 0103, 0302, 0123, 0207, 0012, 0227, 0335, 0342, 0114, 0004, 0013,
3589 0160, 0003, 0374, 0045, 0250, 0050, 0175, 0302, 0146, 0202, 0030, 0015, 0061, 0033, 0174, 0357,
3590 0274, 0265, 0155, 0051, 0355, 0126, 0050, 0005, 0354, 0240, 0146, 0122, 0260, 0135, 0016, 0251,
3591 0007, 0254, 0100, 0337, 0050, 0077, 0203, 0160, 0013, 0154, 0006, 0031, 0203, 0357, 0045, 0305,
3592 0357, 0371, 0242, 0056, 0171, 0132, 0367, 0065, 0207, 0275, 0000, 0110, 0070, 0111, 0342, 0207,
3593 0017, 0037, 0374, 0364, 0247, 0077, 0005, 0300, 0050, 0262, 0003, 0260, 0003, 0357, 0343, 0367,
3594 0367, 0140, 0157, 0375, 0240, 0361, 0152, 0040, 0050, 0106, 0204, 0263, 0263, 0007, 0117, 0236,
3595 0174, 0064, 0032, 0145, 0210, 0332, 0027, 0067, 0151, 0233, 0062, 0217, 0375, 0136, 0337, 0364,
3596 0254, 0042, 0031, 0042, 0003, 0110, 0054, 0332, 0311, 0157, 0045, 0111, 0342, 0207, 0017, 0037,
3597 0375, 0354, 0147, 0077, 0263, 0326, 0106, 0121, 0364, 0033, 0175, 0316, 0041, 0004, 0042, 0172,
3598 0370, 0360, 0341, 0243, 0107, 0217, 0263, 0054, 0003, 0150, 0152, 0053, 0230, 0103, 0055, 0241,
3599 0326, 0300, 0133, 0001, 0332, 0176, 0056, 0255, 0016, 0124, 0354, 0020, 0202, 0333, 0224, 0233,
3600 0233, 0345, 0374, 0170, 0176, 0073, 0232, 0214, 0106, 0243, 0014, 0333, 0362, 0051, 0036, 0144,
3601 0125, 0356, 0161, 0123, 0320, 0267, 0220, 0260, 0110, 0131, 0126, 0171, 0236, 0153, 0327, 0274,
3602 0065, 0374, 0122, 0042, 0102, 0143, 0030, 0261, 0310, 0213, 0233, 0253, 0353, 0327, 0057, 0137,
3603 0275, 0172, 0373, 0366, 0152, 0171, 0273, 0252, 0067, 0065, 0173, 0126, 0101, 0104, 0002, 0352,
3604 0122, 0302, 0356, 0155, 0370, 0331, 0113, 0131, 0100, 0317, 0260, 0122, 0205, 0042, 0210, 0150,
3605 0020, 0145, 0320, 0047, 0243, 0321, 0304, 0132, 0302, 0206, 0101, 0156, 0266, 0170, 0331, 0170,
3606 0177, 0135, 0126, 0127, 0205, 0237, 0225, 0262, 0364, 0052, 0271, 0137, 0256, 0345, 0352, 0266,
3607 0032, 0245, 0066, 0115, 0214, 0215, 0110, 0025, 0352, 0232, 0331, 0371, 0211, 0352, 0043, 0143,
3608 0216, 0142, 0212, 0055, 0106, 0210, 0315, 0170, 0344, 0104, 0026, 0165, 0375, 0246, 0250, 0137,
3609 0027, 0356, 0272, 0342, 0265, 0207, 0040, 0330, 0131, 0015, 0276, 0165, 0337, 0305, 0156, 0130,
3610 0207, 0040, 0352, 0202, 0006, 0307, 0241, 0366, 0021, 0011, 0122, 0343, 0120, 0305, 0101, 0143,
3611 0236, 0265, 0223, 0351, 0050, 0213, 0105, 0214, 0016, 0251, 0070, 0121, 0124, 0211, 0310, 0023,
3612 0344, 0342, 0131, 0101, 0120, 0124, 0004, 0221, 0114, 0166, 0176, 0146, 0216, 0143, 0121, 0152,
3613 0226, 0036, 0253, 0056, 0202, 0102, 0245, 0140, 0357, 0124, 0161, 0240, 0260, 0104, 0125, 0360,
3614 0322, 0376, 0307, 0322, 0010, 0206, 0360, 0003, 0057, 0263, 0355, 0146, 0041, 0254, 0336, 0111,
3615 0121, 0202, 0045, 0125, 0345, 0310, 0003, 0040, 0072, 0127, 0163, 0130, 0251, 0316, 0000, 0074,
3616 0100, 0370, 0340, 0201, 0006, 0166, 0143, 0371, 0112, 0200, 0002, 0300, 0201, 0160, 0327, 0157,
3617 0147, 0332, 0351, 0021, 0077, 0110, 0166, 0263, 0043, 0340, 0003, 0140, 0306, 0174, 0031, 0137,
3618 0075, 0037, 0033, 0323, 0054, 0154, 0305, 0361, 0143, 0211, 0063, 0000, 0200, 0266, 0226, 0371,
3619 0276, 0207, 0355, 0156, 0322, 0015, 0253, 0023, 0214, 0161, 0053, 0105, 0330, 0351, 0137, 0154,
3620 0077, 0070, 0002, 0042, 0000, 0211, 0313, 0345, 0344, 0352, 0305, 0344, 0325, 0257, 0262, 0227,
3621 0277, 0242, 0371, 0005, 0326, 0105, 0233, 0075, 0210, 0303, 0136, 0362, 0167, 0277, 0277, 0330,
3622 0151, 0141, 0233, 0135, 0026, 0260, 0124, 0272, 0121, 0043, 0020, 0011, 0150, 0015, 0360, 0010,
3623 0302, 0221, 0010, 0005, 0361, 0212, 0245, 0252, 0062, 0160, 0220, 0340, 0050, 0315, 0050, 0031,
3624 0141, 0224, 0240, 0265, 0140, 0014, 0240, 0121, 0004, 0040, 0024, 0102, 0155, 0216, 0003, 0144,
3625 0221, 0142, 0304, 0204, 0320, 0122, 0131, 0103, 0225, 0353, 0172, 0046, 0313, 0271, 0054, 0066,
3626 0360, 0164, 0215, 0237, 0347, 0346, 0151, 0145, 0337, 0004, 0273, 0222, 0066, 0367, 0010, 0167,
3627 0003, 0130, 0357, 0034, 0304, 0356, 0164, 0062, 0340, 0220, 0311, 0140, 0204, 0132, 0233, 0165,
3628 0022, 0215, 0242, 0164, 0105, 0057, 0322, 0047, 0252, 0004, 0225, 0300, 0352, 0174, 0050, 0352,
3629 0172, 0265, 0316, 0147, 0221, 0275, 0274, 0235, 0137, 0134, 0334, 0074, 0237, 0276, 0075, 0072,
3630 0234, 0036, 0037, 0115, 0116, 0216, 0217, 0263, 0154, 0132, 0372, 0370, 0365, 0215, 0054, 0013,
3631 0255, 0103, 0140, 0020, 0214, 0043, 0242, 0304, 0106, 0011, 0203, 0170, 0227, 0207, 0120, 0013,
3632 0127, 0250, 0045, 0150, 0001, 0352, 0233, 0260, 0335, 0246, 0356, 0245, 0131, 0044, 0366, 0107,
3633 0367, 0055, 0245, 0332, 0352, 0042, 0233, 0244, 0177, 0120, 0001, 0127, 0301, 0342, 0232, 0232,
3634 0217, 0322, 0125, 0122, 0377, 0201, 0076, 0372, 0024, 0246, 0107, 0100, 0246, 0327, 0002, 0067,
3635 0214, 0176, 0120, 0250, 0206, 0206, 0356, 0373, 0264, 0145, 0003, 0062, 0117, 0072, 0052, 0144,
3636 0320, 0012, 0251, 0000, 0336, 0341, 0305, 0113, 0172, 0373, 0014, 0147, 0127, 0120, 0225, 0133,
3637 0311, 0346, 0320, 0036, 0065, 0104, 0156, 0266, 0145, 0077, 0167, 0257, 0234, 0356, 0134, 0324,
3638 0255, 0314, 0210, 0255, 0102, 0144, 0060, 0173, 0337, 0303, 0343, 0156, 0271, 0344, 0055, 0144,
3639 0244, 0075, 0037, 0321, 0234, 0276, 0165, 0027, 0270, 0305, 0301, 0305, 0217, 0072, 0174, 0067,
3640 0267, 0327, 0070, 0156, 0075, 0105, 0240, 0167, 0272, 0315, 0167, 0324, 0251, 0103, 0345, 0112,
3641 0373, 0245, 0324, 0265, 0143, 0340, 0226, 0245, 0152, 0206, 0233, 0041, 0350, 0144, 0000, 0226,
3642 0300, 0317, 0125, 0000, 0014, 0000, 0116, 0224, 0342, 0356, 0220, 0362, 0175, 0316, 0152, 0173,
3643 0243, 0033, 0266, 0233, 0241, 0003, 0135, 0201, 0174, 0243, 0376, 0045, 0360, 0022, 0324, 0066,
3644 0007, 0070, 0275, 0317, 0265, 0174, 0337, 0065, 0206, 0167, 0224, 0107, 0212, 0240, 0167, 0054,
3645 0363, 0015, 0255, 0023, 0102, 0110, 0222, 0321, 0243, 0107, 0217, 0376, 0343, 0177, 0374, 0343,
3646 0307, 0217, 0237, 0014, 0341, 0265, 0373, 0236, 0046, 0336, 0227, 0044, 0241, 0037, 0066, 0050,
3647 0264, 0330, 0000, 0021, 0215, 0307, 0223, 0254, 0205, 0155, 0076, 0000, 0000, 0026, 0320, 0111,
3648 0104, 0101, 0124, 0217, 0076, 0372, 0070, 0115, 0323, 0272, 0256, 0102, 0010, 0262, 0343, 0346,
3649 0156, 0335, 0036, 0110, 0332, 0346, 0211, 0243, 0001, 0042, 0141, 0011, 0041, 0004, 0016, 0015,
3650 0175, 0226, 0145, 0351, 0343, 0307, 0217, 0376, 0370, 0217, 0377, 0344, 0243, 0217, 0076, 0306,
3651 0355, 0141, 0352, 0327, 0376, 0234, 0233, 0231, 0135, 0210, 0150, 0062, 0231, 0074, 0171, 0362,
3652 0121, 0222, 0044, 0145, 0131, 0204, 0020, 0264, 0215, 0076, 0153, 0324, 0357, 0210, 0375, 0147,
3653 0244, 0367, 0130, 0131, 0232, 0113, 0225, 0045, 0154, 0312, 0374, 0152, 0166, 0235, 0245, 0111,
3654 0232, 0046, 0347, 0247, 0147, 0131, 0226, 0266, 0045, 0152, 0075, 0001, 0041, 0260, 0233, 0335,
3655 0326, 0332, 0302, 0001, 0061, 0170, 0316, 0327, 0233, 0325, 0174, 0045, 0054, 0273, 0227, 0021,
3656 0022, 0021, 0050, 0070, 0347, 0226, 0363, 0345, 0213, 0257, 0237, 0377, 0362, 0337, 0176, 0371,
3657 0253, 0057, 0277, 0174, 0171, 0361, 0146, 0121, 0254, 0035, 0073, 0126, 0335, 0013, 0337, 0104,
3658 0174, 0127, 0020, 0347, 0256, 0131, 0014, 0300, 0063, 0054, 0125, 0130, 0105, 0100, 0011, 0301,
3659 0040, 0101, 0232, 0144, 0326, 0066, 0226, 0120, 0126, 0335, 0170, 0177, 0125, 0126, 0257, 0213,
3660 0352, 0262, 0012, 0153, 0007, 0125, 0000, 0126, 0255, 0134, 0330, 0154, 0320, 0030, 0157, 0114,
3661 0033, 0074, 0314, 0101, 0020, 0364, 0050, 0242, 0044, 0203, 0043, 0344, 0303, 0210, 0043, 0143,
3662 0000, 0300, 0211, 0254, 0234, 0273, 0050, 0312, 0067, 0245, 0273, 0252, 0145, 0025, 0300, 0011,
3663 0266, 0165, 0010, 0337, 0342, 0226, 0332, 0025, 0024, 0203, 0006, 0121, 0037, 0044, 0370, 0040,
3664 0016, 0305, 0150, 0343, 0266, 0322, 0355, 0262, 0200, 0140, 0155, 0234, 0145, 0121, 0162, 0010,
3665 0046, 0151, 0160, 0230, 0355, 0110, 0052, 0001, 0353, 0015, 0346, 0245, 0006, 0337, 0106, 0033,
3666 0003, 0021, 0331, 0354, 0370, 0060, 0215, 0046, 0212, 0246, 0325, 0273, 0327, 0071, 0025, 0012,
3667 0171, 0025, 0074, 0003, 0031, 0034, 0204, 0242, 0253, 0102, 0120, 0364, 0202, 0136, 0040, 0110,
3668 0223, 0047, 0365, 0235, 0160, 0021, 0004, 0024, 0026, 0361, 0265, 0126, 0033, 0120, 0005, 0252,
3669 0075, 0130, 0003, 0100, 0310, 0174, 0135, 0207, 0110, 0040, 0107, 0063, 0202, 0335, 0256, 0327,
3670 0157, 0033, 0156, 0206, 0343, 0274, 0003, 0230, 0043, 0056, 0220, 0152, 0034, 0032, 0133, 0261,
3671 0347, 0177, 0277, 0005, 0364, 0354, 0355, 0042, 0235, 0136, 0030, 0275, 0063, 0313, 0333, 0004,
3672 0021, 0120, 0305, 0220, 0220, 0251, 0247, 0347, 0034, 0045, 0367, 0344, 0267, 0334, 0227, 0102,
3673 0126, 0053, 0270, 0157, 0221, 0214, 0053, 0261, 0263, 0256, 0034, 0335, 0274, 0230, 0274, 0372,
3674 0174, 0364, 0362, 0363, 0350, 0352, 0005, 0024, 0153, 0010, 0241, 0077, 0145, 0017, 0356, 0375,
3675 0167, 0043, 0142, 0335, 0206, 0326, 0243, 0200, 0014, 0130, 0000, 0006, 0060, 0254, 0121, 0215,
3676 0132, 0051, 0074, 0001, 0076, 0125, 0311, 0130, 0265, 0126, 0025, 0226, 0040, 0301, 0121, 0250,
3677 0051, 0170, 0114, 0063, 0212, 0023, 0210, 0042, 0240, 0010, 0254, 0125, 0060, 0012, 0244, 0040,
3678 0040, 0210, 0112, 0244, 0112, 0250, 0044, 0102, 0245, 0307, 0115, 0251, 0363, 0015, 0134, 0054,
3679 0341, 0325, 0022, 0077, 0313, 0351, 0151, 0155, 0337, 0262, 0135, 0003, 0065, 0055, 0321, 0175,
3680 0210, 0354, 0140, 0157, 0175, 0347, 0265, 0321, 0275, 0276, 0376, 0316, 0155, 0336, 0172, 0006,
3681 0025, 0105, 0001, 0064, 0100, 0240, 0322, 0334, 0331, 0072, 0360, 0052, 0141, 0333, 0140, 0313,
3682 0302, 0254, 0336, 0163, 0125, 0273, 0315, 0246, 0270, 0271, 0135, 0046, 0111, 0234, 0145, 0243,
3683 0303, 0203, 0243, 0361, 0301, 0031, 0106, 0107, 0271, 0313, 0012, 0257, 0116, 0104, 0043, 0103,
3684 0161, 0144, 0115, 0204, 0210, 0241, 0136, 0007, 0267, 0221, 0220, 0253, 0072, 0044, 0217, 0352,
3685 0001, 0171, 0147, 0331, 0324, 0216, 0337, 0320, 0235, 0120, 0036, 0354, 0234, 0207, 0015, 0146,
3686 0323, 0067, 0107, 0242, 0060, 0124, 0005, 0314, 0056, 0111, 0030, 0102, 0123, 0215, 0122, 0353,
3687 0243, 0117, 0041, 0233, 0100, 0024, 0003, 0165, 0145, 0122, 0100, 0200, 0133, 0247, 0165, 0173,
3688 0137, 0356, 0225, 0212, 0342, 0160, 0276, 0351, 0175, 0122, 0315, 0160, 0116, 0000, 0002, 0165,
3689 0205, 0263, 0053, 0363, 0374, 0127, 0370, 0346, 0031, 0256, 0147, 0020, 0334, 0360, 0020, 0067,
3690 0224, 0160, 0336, 0263, 0013, 0367, 0352, 0356, 0156, 0351, 0331, 0233, 0075, 0267, 0231, 0171,
3691 0010, 0273, 0154, 0317, 0116, 0302, 0236, 0156, 0265, 0311, 0133, 0076, 0264, 0223, 0062, 0343,
3692 0060, 0227, 0246, 0215, 0132, 0335, 0345, 0032, 0164, 0247, 0350, 0015, 0267, 0240, 0065, 0166,
3693 0077, 0105, 0001, 0007, 0244, 0020, 0356, 0075, 0303, 0275, 0321, 0140, 0160, 0177, 0017, 0066,
3694 0277, 0055, 0240, 0143, 0133, 0305, 0345, 0066, 0333, 0027, 0075, 0350, 0022, 0344, 0071, 0100,
3695 0016, 0220, 0100, 0323, 0250, 0213, 0367, 0337, 0302, 0357, 0276, 0157, 0167, 0112, 0170, 0007,
3696 0365, 0260, 0315, 0247, 0026, 0100, 0113, 0225, 0033, 0340, 0045, 0150, 0120, 0264, 0235, 0116,
3697 0351, 0075, 0206, 0040, 0334, 0013, 0161, 0036, 0036, 0200, 0006, 0225, 0344, 0175, 0001, 0273,
3698 0052, 0060, 0213, 0013, 0276, 0252, 0312, 0070, 0216, 0262, 0054, 0373, 0344, 0223, 0117, 0036,
3699 0074, 0170, 0360, 0357, 0361, 0034, 0175, 0050, 0121, 0206, 0150, 0214, 0311, 0262, 0114, 0104,
3700 0253, 0252, 0256, 0353, 0272, 0251, 0022, 0120, 0105, 0005, 0042, 0143, 0311, 0130, 0154, 0343,
3701 0252, 0261, 0211, 0213, 0011, 0054, 0314, 0201, 0003, 0163, 0140, 0037, 0102, 0131, 0226, 0326,
3702 0106, 0243, 0321, 0370, 0323, 0117, 0077, 0175, 0370, 0360, 0041, 0374, 0346, 0177, 0365, 0317,
3703 0231, 0131, 0252, 0252, 0366, 0316, 0211, 0160, 0337, 0056, 0077, 0314, 0112, 0200, 0073, 0012,
3704 0260, 0336, 0207, 0050, 0252, 0225, 0163, 0263, 0345, 0202, 0210, 0254, 0265, 0042, 0172, 0166,
3705 0162, 0222, 0246, 0315, 0174, 0043, 0175, 0346, 0236, 0016, 0152, 0060, 0207, 0055, 0337, 0041,
3706 0204, 0325, 0162, 0075, 0277, 0235, 0373, 0332, 0161, 0232, 0340, 0126, 0370, 0206, 0052, 0132,
3707 0225, 0325, 0354, 0146, 0366, 0374, 0233, 0347, 0277, 0374, 0347, 0137, 0374, 0333, 0147, 0237,
3708 0175, 0375, 0352, 0371, 0365, 0162, 0126, 0372, 0232, 0373, 0047, 0246, 0360, 0056, 0266, 0344,
3709 0135, 0341, 0316, 0315, 0253, 0162, 0002, 0153, 0017, 0000, 0114, 0130, 0033, 0040, 0021, 0071,
3710 0113, 0223, 0161, 0024, 0041, 0142, 0341, 0375, 0165, 0131, 0275, 0314, 0313, 0127, 0171, 0075,
3711 0363, 0122, 0011, 0204, 0046, 0072, 0047, 0100, 0000, 0000, 0337, 0267, 0265, 0201, 0052, 0020,
3712 0001, 0211, 0136, 0043, 0247, 0306, 0307, 0246, 0106, 0242, 0304, 0320, 0306, 0373, 0213, 0262,
3713 0176, 0121, 0324, 0027, 0025, 0057, 0275, 0326, 0334, 0234, 0343, 0365, 0276, 0054, 0306, 0367,
3714 0335, 0127, 0215, 0033, 0074, 0260, 0004, 0047, 0241, 0106, 0046, 0035, 0042, 0067, 0355, 0062,
3715 0042, 0236, 0042, 0117, 0352, 0273, 0166, 0026, 0351, 0271, 0114, 0205, 0240, 0020, 0330, 0067,
3716 0336, 0157, 0156, 0307, 0126, 0033, 0110, 0003, 0221, 0007, 0342, 0266, 0051, 0000, 0274, 0052,
3717 0163, 0023, 0375, 0247, 0003, 0323, 0246, 0202, 0100, 0013, 0333, 0004, 0156, 0024, 0165, 0372,
3718 0336, 0175, 0373, 0076, 0244, 0034, 0200, 0005, 0012, 0317, 0363, 0134, 0343, 0000, 0130, 0070,
3719 0040, 0122, 0104, 0144, 0255, 0053, 0077, 0143, 0063, 0246, 0064, 0066, 0366, 0375, 0163, 0371,
3720 0173, 0350, 0172, 0001, 0254, 0020, 0336, 0122, 0124, 0240, 0225, 0066, 0375, 0144, 0030, 0222,
3721 0372, 0241, 0167, 0102, 0217, 0347, 0253, 0002, 0272, 0322, 0054, 0256, 0223, 0346, 0275, 0140,
3722 0055, 0036, 0024, 0325, 0301, 0271, 0117, 0047, 0152, 0243, 0173, 0236, 0047, 0342, 0035, 0044,
3723 0173, 0220, 0332, 0271, 0263, 0042, 0003, 0212, 0030, 0127, 0045, 0305, 0052, 0133, 0134, 0114,
3724 0136, 0177, 0236, 0275, 0372, 0042, 0272, 0176, 0211, 0353, 0205, 0160, 0350, 0023, 0204, 0076,
3725 0200, 0203, 0336, 0016, 0144, 0303, 0055, 0131, 0001, 0030, 0251, 0004, 0163, 0245, 0352, 0064,
3726 0052, 0001, 0066, 0200, 0037, 0011, 0237, 0023, 0037, 0260, 0262, 0052, 0213, 0206, 0000, 0354,
3727 0065, 0070, 0014, 0225, 0244, 0031, 0304, 0061, 0330, 0004, 0044, 0002, 0143, 0264, 0241, 0312,
3728 0031, 0120, 0255, 0152, 0204, 0142, 0321, 0053, 0344, 0045, 0316, 0226, 0370, 0166, 0103, 0317,
3729 0112, 0174, 0132, 0322, 0127, 0065, 0135, 0006, 0273, 0001, 0303, 0110, 0006, 0367, 0337, 0274,
3730 0157, 0275, 0066, 0372, 0311, 0246, 0333, 0241, 0172, 0003, 0235, 0200, 0272, 0166, 0144, 0247,
3731 0126, 0172, 0332, 0243, 0304, 0070, 0374, 0103, 0063, 0160, 0263, 0372, 0020, 0252, 0072, 0140,
3732 0021, 0354, 0106, 0027, 0271, 0031, 0155, 0106, 0321, 0050, 0023, 0262, 0225, 0127, 0006, 0244,
3733 0044, 0265, 0066, 0066, 0210, 0301, 0027, 0314, 0153, 0341, 0225, 0112, 0205, 0350, 0121, 0025,
3734 0133, 0160, 0266, 0237, 0307, 0206, 0252, 0315, 0276, 0156, 0161, 0000, 0240, 0016, 0262, 0013,
3735 0220, 0266, 0174, 0211, 0326, 0005, 0336, 0136, 0020, 0063, 0124, 0045, 0256, 0347, 0072, 0277,
3736 0324, 0363, 0217, 0364, 0360, 0114, 0307, 0123, 0110, 0062, 0060, 0366, 0035, 0122, 0062, 0334,
3737 0241, 0044, 0166, 0061, 0257, 0316, 0272, 0335, 0135, 0277, 0165, 0005, 0267, 0027, 0364, 0315,
3738 0057, 0351, 0351, 0057, 0360, 0362, 0045, 0024, 0033, 0320, 0256, 0137, 0245, 0133, 0321, 0160,
3739 0060, 0174, 0014, 0063, 0211, 0141, 0000, 0176, 0364, 0002, 0344, 0235, 0122, 0247, 0356, 0072,
3740 0353, 0204, 0056, 0073, 0334, 0334, 0376, 0206, 0331, 0307, 0067, 0143, 0377, 0005, 0210, 0333,
3741 0300, 0342, 0035, 0202, 0026, 0233, 0270, 0325, 0316, 0145, 0335, 0351, 0063, 0173, 0363, 0123,
3742 0223, 0104, 0326, 0124, 0040, 0140, 0327, 0304, 0211, 0357, 0021, 0237, 0343, 0200, 0226, 0201,
3743 0156, 0017, 0155, 0103, 0314, 0104, 0167, 0275, 0231, 0140, 0207, 0031, 0323, 0215, 0337, 0327,
3744 0050, 0062, 0302, 0055, 0312, 0025, 0160, 0047, 0173, 0300, 0255, 0074, 0123, 0077, 0234, 0011,
3745 0221, 0355, 0144, 0243, 0073, 0156, 0201, 0046, 0143, 0320, 0042, 0021, 0220, 0031, 0144, 0055,
3746 0357, 0011, 0135, 0207, 0315, 0351, 0064, 0000, 0250, 0164, 0340, 0107, 0303, 0236, 0161, 0353,
3747 0254, 0344, 0315, 0307, 0045, 0254, 0336, 0205, 0074, 0057, 0146, 0263, 0231, 0367, 0336, 0332,
3748 0250, 0351, 0222, 0274, 0053, 0247, 0175, 0307, 0046, 0270, 0307, 0127, 0356, 0341, 0075, 0367,
3749 0174, 0317, 0360, 0226, 0026, 0221, 0365, 0172, 0015, 0240, 0353, 0365, 0172, 0275, 0136, 0327,
3750 0316, 0051, 0040, 0031, 0153, 0021, 0115, 0024, 0333, 0050, 0156, 0056, 0215, 0066, 0346, 0127,
3751 0124, 0252, 0032, 0110, 0020, 0221, 0131, 0213, 0242, 0236, 0315, 0146, 0316, 0171, 0153, 0155,
3752 0063, 0045, 0334, 0367, 0203, 0160, 0367, 0307, 0153, 0377, 0152, 0276, 0343, 0163, 0036, 0044,
3753 0166, 0210, 0254, 0327, 0153, 0125, 0135, 0257, 0126, 0253, 0365, 0272, 0166, 0256, 0015, 0312,
3754 0032, 0110, 0220, 0167, 0071, 0350, 0101, 0331, 0110, 0327, 0127, 0312, 0042, 0171, 0121, 0064,
3755 0131, 0106, 0302, 0342, 0274, 0077, 0075, 0072, 0316, 0262, 0254, 0011, 0262, 0037, 0300, 0065,
3756 0260, 0253, 0057, 0026, 0000, 0010, 0034, 0352, 0252, 0234, 0337, 0316, 0027, 0363, 0105, 0234,
3757 0046, 0111, 0234, 0040, 0040, 0013, 0273, 0332, 0327, 0125, 0175, 0173, 0165, 0373, 0354, 0353,
3758 0147, 0277, 0374, 0305, 0257, 0376, 0355, 0137, 0377, 0365, 0305, 0325, 0333, 0333, 0174, 0131,
3759 0370, 0232, 0125, 0025, 0010, 0166, 0214, 0271, 0073, 0327, 0017, 0334, 0051, 0012, 0205, 0275,
3760 0366, 0170, 0000, 0004, 0140, 0301, 0334, 0343, 0233, 0234, 0125, 0113, 0257, 0022, 0124, 0036,
3761 0250, 0306, 0306, 0314, 0252, 0352, 0165, 0136, 0276, 0330, 0324, 0157, 0113, 0316, 0003, 0204,
3762 0216, 0332, 0335, 0036, 0126, 0172, 0203, 0045, 0041, 0240, 0226, 0242, 0067, 0265, 0050, 0172,
3763 0104, 0040, 0244, 0214, 0160, 0356, 0375, 0313, 0242, 0172, 0125, 0204, 0245, 0207, 0232, 0233,
3764 0033, 0160, 0007, 0136, 0172, 0367, 0006, 0266, 0163, 0352, 0125, 0200, 0040, 0340, 0202, 0326,
3765 0265, 0226, 0105, 0000, 0021, 0244, 0046, 0111, 0001, 0173, 0260, 0033, 0111, 0241, 0232, 0123,
3766 0134, 0042, 0131, 0355, 0174, 0244, 0315, 0172, 0241, 0052, 0352, 0234, 0224, 0045, 0110, 0200,
3767 0266, 0321, 0015, 0001, 0231, 0334, 0065, 0331, 0005, 0366, 0315, 0167, 0336, 0213, 0253, 0324,
3768 0173, 0015, 0133, 0122, 0273, 0363, 0354, 0102, 0351, 0241, 0362, 0120, 0213, 0206, 0155, 0106,
3769 0015, 0176, 0073, 0370, 0064, 0140, 0005, 0203, 0102, 0301, 0352, 0104, 0215, 0167, 0035, 0362,
3770 0004, 0250, 0160, 0053, 0154, 0304, 0030, 0112, 0051, 0372, 0026, 0071, 0317, 0173, 0140, 0111,
3771 0005, 0124, 0204, 0022, 0251, 0006, 0124, 0350, 0102, 0154, 0365, 0156, 0132, 0311, 0267, 0150,
3772 0321, 0260, 0133, 0343, 0333, 0263, 0254, 0253, 0315, 0374, 0046, 0363, 0336, 0324, 0145, 0224,
3773 0057, 0314, 0243, 0037, 0225, 0247, 0117, 0334, 0350, 0110, 0154, 0004, 0150, 0006, 0211, 0343,
3774 0167, 0145, 0340, 0260, 0347, 0120, 0351, 0352, 0264, 0224, 0224, 0243, 0272, 0114, 0327, 0267,
3775 0343, 0233, 0227, 0343, 0067, 0137, 0306, 0157, 0276, 0066, 0263, 0013, 0050, 0327, 0022, 0302,
3776 0060, 0370, 0347, 0275, 0227, 0307, 0336, 0005, 0255, 0115, 0156, 0153, 0057, 0167, 0126, 0105,
3777 0005, 0123, 0243, 0336, 0250, 0026, 0012, 0013, 0305, 0005, 0340, 0047, 0200, 0017, 0111, 0016,
3778 0105, 0306, 0001, 0122, 0005, 0126, 0011, 0001, 0235, 0203, 0252, 0204, 0050, 0202, 0070, 0006,
3779 0033, 0001, 0031, 0005, 0154, 0305, 0003, 0201, 0300, 0023, 0327, 0252, 0105, 0300, 0115, 0155,
3780 0156, 0152, 0172, 0135, 0341, 0067, 0045, 0175, 0343, 0340, 0132, 0250, 0002, 0222, 0076, 0054,
3781 0370, 0036, 0324, 0376, 0173, 0250, 0003, 0173, 0216, 0125, 0264, 0113, 0106, 0031, 0134, 0111,
3782 0203, 0003, 0072, 0266, 0031, 0317, 0035, 0051, 0142, 0200, 0022, 0065, 0223, 0100, 0007, 0225,
3783 0216, 0175, 0210, 0005, 0300, 0207, 0000, 0121, 0144, 0242, 0324, 0030, 0322, 0120, 0006, 0277,
3784 0222, 0260, 0004, 0315, 0021, 0003, 0242, 0342, 0100, 0020, 0077, 0114, 0130, 0153, 0167, 0301,
3785 0301, 0046, 0212, 0215, 0055, 0247, 0367, 0031, 0167, 0327, 0025, 0265, 0007, 0162, 0120, 0125,
3786 0364, 0025, 0316, 0056, 0250, 0332, 0350, 0374, 0002, 0336, 0076, 0323, 0117, 0176, 0254, 0217,
3787 0177, 0040, 0247, 0217, 0345, 0340, 0024, 0262, 0011, 0130, 0013, 0326, 0002, 0031, 0040, 0272,
3788 0007, 0360, 0043, 0273, 0335, 0355, 0367, 0327, 0156, 0005, 0016, 0340, 0153, 0230, 0135, 0231,
3789 0147, 0277, 0242, 0317, 0376, 0001, 0237, 0177, 0216, 0363, 0153, 0364, 0256, 0035, 0200, 0072,
3790 0100, 0013, 0173, 0335, 0063, 0356, 0253, 0166, 0025, 0206, 0226, 0162, 0334, 0001, 0170, 0272,
3791 0077, 0356, 0044, 0322, 0064, 0365, 0343, 0003, 0355, 0213, 0342, 0000, 0220, 0034, 0176, 0262,
3792 0303, 0326, 0243, 0035, 0034, 0127, 0073, 0100, 0245, 0277, 0003, 0357, 0275, 0373, 0020, 0007,
3793 0175, 0002, 0335, 0127, 0067, 0273, 0375, 0156, 0056, 0362, 0340, 0250, 0200, 0273, 0056, 0257,
3794 0326, 0056, 0272, 0165, 0310, 0152, 0237, 0367, 0141, 0167, 0254, 0045, 0324, 0353, 0162, 0000,
3795 0001, 0355, 0366, 0135, 0300, 0136, 0172, 0324, 0215, 0113, 0333, 0127, 0261, 0057, 0354, 0355,
3796 0101, 0024, 0305, 0135, 0223, 0367, 0320, 0144, 0207, 0175, 0136, 0341, 0335, 0107, 0332, 0012,
3797 0246, 0001, 0207, 0273, 0124, 0167, 0155, 0367, 0111, 0160, 0335, 0053, 0325, 0376, 0107, 0157,
3798 0337, 0014, 0146, 0331, 0344, 0305, 0305, 0305, 0025, 0002, 0244, 0151, 0102, 0104, 0333, 0150,
3799 0346, 0155, 0056, 0360, 0073, 0317, 0205, 0172, 0337, 0055, 0372, 0316, 0205, 0265, 0227, 0027,
3800 0155, 0127, 0322, 0246, 0331, 0000, 0252, 0252, 0276, 0271, 0131, 0054, 0026, 0033, 0000, 0233,
3801 0216, 0247, 0110, 0326, 0306, 0211, 0265, 0021, 0002, 0151, 0227, 0031, 0003, 0042, 0161, 0222,
3802 0250, 0112, 0066, 0211, 0203, 0300, 0365, 0365, 0114, 0204, 0223, 0044, 0156, 0270, 0230, 0235,
3803 0265, 0022, 0376, 0335, 0041, 0316, 0367, 0075, 0210, 0016, 0156, 0154, 0042, 0252, 0312, 0352,
3804 0372, 0372, 0166, 0261, 0130, 0161, 0360, 0275, 0277, 0117, 0077, 0210, 0346, 0152, 0037, 0273,
3805 0162, 0365, 0325, 0354, 0246, 0362, 0365, 0142, 0265, 0174, 0174, 0376, 0360, 0321, 0203, 0007,
3806 0307, 0107, 0107, 0326, 0232, 0356, 0130, 0041, 0272, 0265, 0205, 0267, 0253, 0003, 0020, 0040,
3807 0141, 0020, 0131, 0056, 0126, 0337, 0174, 0371, 0115, 0222, 0046, 0017, 0036, 0075, 0064, 0306,
3808 0346, 0233, 0374, 0315, 0253, 0267, 0057, 0237, 0276, 0170, 0366, 0315, 0363, 0147, 0317, 0137,
3809 0074, 0177, 0363, 0362, 0325, 0345, 0233, 0145, 0271, 0251, 0202, 0023, 0025, 0275, 0107, 0172,
3810 0361, 0075, 0064, 0230, 0040, 0000, 0116, 0100, 0003, 0274, 0056, 0102, 0243, 0330, 0360, 0042,
3811 0123, 0143, 0137, 0027, 0325, 0253, 0322, 0137, 0073, 0336, 0260, 0006, 0241, 0355, 0012, 0267,
3812 0353, 0376, 0351, 0372, 0267, 0201, 0001, 0052, 0200, 0105, 0255, 0026, 0275, 0310, 0072, 0106,
3813 0134, 0007, 0275, 0250, 0145, 0351, 0321, 0061, 0250, 0002, 0176, 0077, 0231, 0050, 0140, 0120,
3814 0054, 0024, 0327, 0016, 0066, 0071, 0107, 0101, 0326, 0006, 0233, 0260, 0321, 0335, 0223, 0022,
3815 0000, 0226, 0335, 0300, 0271, 0217, 0265, 0252, 0002, 0010, 0143, 0017, 0167, 0067, 0327, 0024,
3816 0325, 0070, 0314, 0141, 0350, 0340, 0265, 0275, 0227, 0327, 0102, 0043, 0014, 0233, 0222, 0162,
3817 0147, 0112, 0356, 0334, 0365, 0372, 0341, 0133, 0130, 0173, 0313, 0061, 0022, 0003, 0164, 0122,
3818 0224, 0376, 0027, 0041, 0320, 0035, 0073, 0347, 0367, 0371, 0045, 0103, 0142, 0376, 0327, 0203,
3819 0322, 0252, 0206, 0032, 0326, 0363, 0070, 0070, 0314, 0227, 0166, 0175, 0223, 0254, 0177, 0273,
3820 0170, 0364, 0303, 0362, 0340, 0201, 0117, 0046, 0140, 0043, 0300, 0335, 0234, 0267, 0235, 0231,
3821 0146, 0030, 0024, 0333, 0025, 0223, 0211, 0113, 0212, 0145, 0166, 0373, 0172, 0164, 0371, 0115,
3822 0366, 0366, 0353, 0370, 0352, 0045, 0154, 0026, 0130, 0227, 0300, 0341, 0327, 0205, 0303, 0016,
3823 0026, 0121, 0303, 0000, 0033, 0100, 0247, 0270, 0001, 0172, 0053, 0341, 0114, 0345, 0221, 0221,
3824 0217, 0120, 0237, 0220, 0202, 0250, 0170, 0050, 0003, 0100, 0256, 0210, 0322, 0244, 0375, 0042,
3825 0041, 0032, 0044, 0013, 0154, 0210, 0055, 0226, 0250, 0013, 0325, 0013, 0007, 0027, 0205, 0136,
3826 0172, 0275, 0361, 0260, 0010, 0270, 0016, 0344, 0324, 0064, 0223, 0115, 0347, 0212, 0102, 0104,
3827 0004, 0370, 0167, 0176, 0176, 0332, 0107, 0234, 0164, 0107, 0175, 0354, 0014, 0052, 0330, 0006,
3828 0357, 0203, 0340, 0000, 0256, 0127, 0100, 0100, 0103, 0046, 0211, 0322, 0203, 0144, 0172, 0076,
3829 0075, 0171, 0042, 0230, 0124, 0265, 0170, 0307, 0150, 0242, 0070, 0035, 0043, 0060, 0327, 0053,
3830 0137, 0134, 0271, 0374, 0112, 0271, 0100, 0010, 0215, 0212, 0341, 0056, 0255, 0171, 0357, 0150,
3831 0216, 0135, 0151, 0324, 0120, 0117, 0173, 0337, 0304, 0211, 0040, 0014, 0305, 0032, 0135, 0015,
3832 0253, 0071, 0315, 0056, 0364, 0345, 0027, 0170, 0362, 0220, 0116, 0036, 0311, 0311, 0103, 0235,
3833 0034, 0353, 0301, 0021, 0214, 0246, 0020, 0045, 0175, 0053, 0070, 0050, 0203, 0060, 0000, 0300,
3834 0370, 0020, 0342, 0264, 0205, 0032, 0373, 0347, 0321, 0374, 0221, 0003, 0344, 0053, 0272, 0174,
3835 0201, 0317, 0076, 0247, 0247, 0377, 0106, 0317, 0177, 0205, 0363, 0033, 0164, 0165, 0323, 0342,
3836 0324, 0027, 0036, 0200, 0166, 0314, 0027, 0154, 0363, 0016, 0124, 0337, 0175, 0370, 0330, 0055,
3837 0116, 0306, 0235, 0231, 0340, 0375, 0162, 0142, 0005, 0304, 0335, 0004, 0226, 0035, 0330, 0143,
3838 0360, 0116, 0322, 0026, 0043, 0307, 0076, 0140, 0254, 0037, 0261, 0006, 0074, 0034, 0336, 0147,
3839 0250, 0334, 0176, 0000, 0170, 0067, 0301, 0144, 0207, 0351, 0022, 0335, 0011, 0004, 0032, 0174,
3840 0102, 0203, 0126, 0160, 0035, 0352, 0213, 0266, 0113, 0003, 0152, 0137, 0105, 0065, 0150, 0271,
3841 0330, 0105, 0116, 0006, 0224, 0005, 0366, 0266, 0254, 0155, 0263, 0300, 0200, 0316, 0154, 0147,
3842 0272, 0135, 0061, 0025, 0342, 0373, 0066, 0246, 0276, 0377, 0142, 0220, 0155, 0330, 0012, 0227,
3843 0160, 0050, 0150, 0037, 0252, 0253, 0100, 0275, 0367, 0263, 0371, 0032, 0000, 0256, 0157, 0126,
3844 0221, 0065, 0260, 0203, 0076, 0364, 0124, 0340, 0136, 0232, 0237, 0016, 0011, 0307, 0301, 0311,
3845 0024, 0207, 0046, 0376, 0255, 0375, 0022, 0266, 0121, 0144, 0203, 0001, 0244, 0151, 0231, 0064,
3846 0210, 0150, 0211, 0124, 0261, 0166, 0234, 0327, 0030, 0147, 0007, 0121, 0106, 0330, 0306, 0146,
3847 0023, 0002, 0020, 0041, 0031, 0143, 0020, 0125, 0331, 0125, 0225, 0367, 0056, 0210, 0336, 0056,
3848 0013, 0317, 0341, 0355, 0345, 0314, 0120, 0007, 0343, 0251, 0250, 0310, 0375, 0051, 0037, 0367,
3849 0171, 0106, 0340, 0275, 0211, 0040, 0272, 0177, 0041, 0311, 0316, 0016, 0015, 0100, 0204, 0041,
3850 0160, 0236, 0227, 0363, 0305, 0272, 0256, 0175, 0067, 0054, 0337, 0341, 0040, 0356, 0002, 0355,
3851 0270, 0035, 0305, 0131, 0245, 0162, 0165, 0130, 0211, 0363, 0276, 0050, 0313, 0165, 0261, 0176,
3852 0364, 0340, 0341, 0321, 0301, 0341, 0070, 0315, 0042, 0153, 0357, 0220, 0122, 0320, 0270, 0162,
3853 0214, 0265, 0066, 0216, 0152, 0347, 0276, 0372, 0354, 0053, 0120, 0274, 0271, 0270, 0125, 0221,
3854 0353, 0353, 0233, 0227, 0317, 0137, 0275, 0170, 0376, 0342, 0325, 0233, 0067, 0027, 0267, 0327,
3855 0067, 0253, 0371, 0252, 0312, 0175, 0360, 0334, 0205, 0230, 0354, 0164, 0026, 0275, 0343, 0274,
3856 0210, 0367, 0261, 0321, 0003, 0201, 0166, 0013, 0265, 0172, 0001, 0361, 0162, 0215, 0012, 0132,
3857 0347, 0076, 0214, 0214, 0271, 0255, 0371, 0252, 0342, 0265, 0123, 0037, 0272, 0350, 0271, 0367,
3858 0234, 0377, 0025, 0124, 0040, 0000, 0024, 0101, 0157, 0153, 0140, 0015, 0006, 0240, 0022, 0130,
3859 0167, 0230, 0215, 0356, 0317, 0002, 0357, 0077, 0227, 0357, 0034, 0035, 0152, 0205, 0033, 0217,
3860 0237, 0227, 0106, 0005, 0123, 0043, 0204, 0167, 0065, 0211, 0135, 0344, 0253, 0016, 0224, 0366,
3861 0367, 0117, 0030, 0333, 0317, 0023, 0273, 0363, 0321, 0340, 0272, 0100, 0000, 0173, 0047, 0241,
3862 0275, 0203, 0130, 0002, 0175, 0343, 0150, 0316, 0030, 0164, 0250, 0325, 0175, 0327, 0073, 0077,
3863 0264, 0000, 0140, 0007, 0300, 0343, 0020, 0156, 0037, 0310, 0023, 0021, 0020, 0360, 0327, 0266,
3864 0267, 0353, 0216, 0107, 0341, 0303, 0140, 0233, 0341, 0272, 0271, 0223, 0206, 0005, 0000, 0301,
3865 0101, 0316, 0021, 0007, 0162, 0225, 0335, 0254, 0354, 0354, 0062, 0071, 0171, 0354, 0016, 0317,
3866 0374, 0370, 0230, 0263, 0011, 0107, 0251, 0330, 0110, 0215, 0125, 0062, 0200, 0006, 0250, 0327,
3867 0122, 0050, 0010, 0043, 0013, 0261, 0067, 0354, 0214, 0253, 0242, 0142, 0225, 0254, 0157, 0343,
3868 0305, 0125, 0062, 0177, 0233, 0314, 0336, 0106, 0363, 0113, 0332, 0054, 0324, 0373, 0026, 0043,
3869 0305, 0275, 0146, 0146, 0374, 0056, 0057, 0132, 0367, 0206, 0374, 0206, 0073, 0151, 0336, 0333,
3870 0032, 0061, 0000, 0345, 0142, 0126, 0300, 0013, 0341, 0105, 0220, 0271, 0352, 0061, 0111, 0006,
3871 0140, 0125, 0010, 0300, 0050, 0031, 0120, 0102, 0150, 0306, 0034, 0061, 0020, 0020, 0053, 0103,
3872 0033, 0302, 0271, 0232, 0053, 0117, 0127, 0216, 0226, 0001, 0163, 0045, 0257, 0304, 0112, 0212,
3873 0006, 0221, 0372, 0205, 0264, 0061, 0212, 0017, 0222, 0063, 0077, 0364, 0071, 0017, 0306, 0006,
3874 0334, 0313, 0004, 0321, 0355, 0041, 0024, 0007, 0107, 0375, 0336, 0330, 0337, 0374, 0003, 0221,
3875 0035, 0233, 0364, 0050, 0032, 0035, 0331, 0321, 0324, 0013, 0006, 0256, 0033, 0313, 0252, 0041,
3876 0022, 0347, 0064, 0024, 0241, 0132, 0204, 0142, 0056, 0141, 0323, 0152, 0207, 0073, 0353, 0016,
3877 0334, 0163, 0166, 0034, 0056, 0011, 0115, 0125, 0046, 0352, 0236, 0000, 0347, 0076, 0204, 0277,
3878 0321, 0151, 0141, 0010, 0020, 0002, 0370, 0032, 0135, 0205, 0253, 0031, 0134, 0277, 0321, 0311,
3879 0061, 0036, 0034, 0303, 0170, 0252, 0343, 0003, 0315, 0306, 0152, 0142, 0330, 0342, 0031, 0334,
3880 0024, 0337, 0352, 0341, 0051, 0034, 0234, 0352, 0364, 0120, 0323, 0061, 0104, 0061, 0240, 0101,
3881 0011, 0340, 0153, 0250, 0012, 0130, 0057, 0360, 0366, 0055, 0275, 0175, 0211, 0157, 0237, 0341,
3882 0345, 0053, 0130, 0134, 0203, 0257, 0100, 0166, 0020, 0333, 0016, 0023, 0351, 0075, 0117, 0367,
3883 0365, 0017, 0016, 0077, 0225, 0373, 0322, 0236, 0372, 0031, 0242, 0373, 0173, 0201, 0273, 0134,
3884 0131, 0213, 0217, 0167, 0152, 0301, 0141, 0066, 0335, 0200, 0276, 0353, 0037, 0141, 0310, 0051,
3885 0334, 0307, 0157, 0150, 0137, 0110, 0336, 0017, 0072, 0272, 0273, 0247, 0154, 0041, 0273, 0176,
3886 0267, 0337, 0353, 0377, 0204, 0101, 0007, 0025, 0366, 0174, 0136, 0213, 0060, 0331, 0135, 0014,
3887 0014, 0165, 0107, 0053, 0323, 0017, 0207, 0060, 0050, 0056, 0037, 0104, 0372, 0140, 0177, 0151,
3888 0142, 0327, 0373, 0260, 0363, 0203, 0160, 0273, 0205, 0342, 0060, 0171, 0130, 0007, 0103, 0236,
3889 0242, 0302, 0073, 0356, 0347, 0001, 0242, 0254, 0333, 0351, 0012, 0141, 0007, 0307, 0301, 0355,
3890 0103, 0016, 0336, 0054, 0360, 0314, 0313, 0125, 0131, 0126, 0336, 0136, 0223, 0301, 0241, 0014,
3891 0112, 0124, 0104, 0273, 0316, 0265, 0301, 0250, 0272, 0127, 0215, 0056, 0333, 0067, 0257, 0327,
3892 0166, 0343, 0356, 0173, 0323, 0277, 0047, 0355, 0251, 0205, 0000, 0011, 0220, 0250, 0051, 0171,
3893 0263, 0326, 0232, 0310, 0230, 0010, 0311, 0052, 0306, 0121, 0232, 0040, 0232, 0246, 0010, 0203,
3894 0105, 0000, 0001, 0211, 0310, 0030, 0044, 0124, 0126, 0001, 0015, 0041, 0160, 0360, 0145, 0051,
3895 0313, 0005, 0040, 0052, 0152, 0333, 0161, 0255, 0072, 0054, 0146, 0372, 0026, 0025, 0302, 0156,
3896 0076, 0301, 0075, 0333, 0316, 0076, 0144, 0003, 0333, 0344, 0306, 0001, 0331, 0013, 0034, 0244,
3897 0366, 0301, 0171, 0326, 0001, 0341, 0165, 0357, 0354, 0264, 0033, 0175, 0274, 0235, 0141, 0105,
3898 0325, 0271, 0172, 0311, 0241, 0166, 0325, 0246, 0332, 0154, 0312, 0374, 0301, 0311, 0371, 0361,
3899 0301, 0341, 0050, 0313, 0254, 0065, 0104, 0246, 0211, 0055, 0030, 0116, 0035, 0144, 0310, 0306,
3900 0326, 0127, 0376, 0365, 0313, 0327, 0145, 0125, 0247, 0243, 0264, 0256, 0353, 0233, 0233, 0233,
3901 0313, 0253, 0253, 0253, 0333, 0233, 0331, 0172, 0261, 0052, 0363, 0302, 0327, 0101, 0370, 0036,
3902 0275, 0331, 0135, 0007, 0011, 0156, 0103, 0374, 0336, 0061, 0331, 0154, 0063, 0040, 0172, 0042,
3903 0042, 0000, 0256, 0075, 0260, 0362, 0332, 0163, 0154, 0240, 0140, 0054, 0074, 0324, 0334, 0366,
3904 0261, 0166, 0133, 0344, 0120, 0013, 0274, 0065, 0156, 0066, 0077, 0115, 0124, 0275, 0140, 0036,
3905 0064, 0050, 0120, 0343, 0337, 0226, 0066, 0153, 0106, 0207, 0165, 0142, 0037, 0210, 0052, 0164,
3906 0257, 0320, 0053, 0316, 0002, 0172, 0061, 0327, 0216, 0314, 0266, 0310, 0017, 0165, 0237, 0303,
3907 0372, 0000, 0243, 0334, 0016, 0212, 0274, 0067, 0331, 0354, 0041, 0260, 0073, 0364, 0022, 0002,
3908 0324, 0112, 0053, 0301, 0015, 0023, 0053, 0252, 0142, 0327, 0026, 0203, 0337, 0152, 0054, 0150,
3909 0235, 0246, 0212, 0173, 0121, 0275, 0273, 0342, 0021, 0374, 0365, 0115, 0066, 0203, 0306, 0056,
3910 0275, 0267, 0035, 0352, 0133, 0230, 0251, 0041, 0022, 0336, 0316, 0067, 0034, 0260, 0314, 0061,
3911 0170, 0052, 0066, 0146, 0166, 0231, 0036, 0074, 0367, 0107, 0017, 0334, 0321, 0003, 0177, 0160,
3912 0346, 0107, 0007, 0034, 0147, 0034, 0247, 0034, 0045, 0142, 0042, 0245, 0246, 0024, 0103, 0220,
3913 0231, 0202, 0063, 0256, 0066, 0276, 0216, 0252, 0115, 0234, 0057, 0342, 0325, 0115, 0274, 0270,
3914 0062, 0213, 0053, 0263, 0131, 0230, 0162, 0015, 0256, 0322, 0340, 0165, 0200, 0333, 0357, 0105,
3915 0214, 0176, 0007, 0373, 0006, 0156, 0271, 0257, 0201, 0134, 0223, 0332, 0150, 0127, 0245, 0000,
3916 0022, 0110, 0075, 0160, 0255, 0222, 0013, 0317, 0125, 0016, 0121, 0062, 0320, 0030, 0324, 0252,
3917 0106, 0252, 0121, 0027, 0252, 0022, 0020, 0074, 0242, 0103, 0254, 0220, 0162, 0244, 0025, 0320,
3918 0222, 0315, 0106, 0260, 0126, 0012, 0100, 0320, 0122, 0176, 0064, 0070, 0166, 0343, 0326, 0235,
3919 0367, 0153, 0100, 0234, 0160, 0067, 0322, 0171, 0357, 0221, 0251, 0073, 0134, 0066, 0257, 0231,
3920 0310, 0306, 0024, 0045, 0150, 0254, 0010, 0227, 0353, 0133, 0346, 0040, 0042, 0010, 0050, 0004,
3921 0312, 0065, 0273, 0234, 0135, 0056, 0241, 0002, 0015, 0175, 0355, 0365, 0236, 0056, 0124, 0165,
3922 0207, 0316, 0036, 0016, 0335, 0215, 0156, 0036, 0267, 0241, 0271, 0273, 0303, 0315, 0066, 0267,
3923 0277, 0153, 0101, 0007, 0000, 0146, 0050, 0163, 0160, 0025, 0345, 0053, 0235, 0137, 0303, 0377,
3924 0327, 0332, 0225, 0155, 0267, 0155, 0003, 0321, 0271, 0003, 0122, 0233, 0355, 0304, 0316, 0071,
3925 0355, 0377, 0177, 0136, 0233, 0034, 0157, 0132, 0050, 0022, 0004, 0160, 0373, 0000, 0142, 0223,
3926 0144, 0067, 0111, 0373, 0001, 0066, 0265, 0100, 0230, 0231, 0073, 0167, 0131, 0155, 0144, 0265,
3927 0226, 0325, 0072, 0164, 0075, 0325, 0240, 0256, 0202, 0244, 0250, 0341, 0303, 0023, 0277, 0375,
3928 0311, 0247, 0077, 0170, 0377, 0050, 0233, 0235, 0250, 0201, 0233, 0145, 0074, 0141, 0377, 0052,
3929 0157, 0077, 0360, 0374, 0027, 0136, 0237, 0261, 0177, 0223, 0361, 0010, 0147, 0205, 0241, 0252,
3930 0104, 0150, 0266, 0114, 0370, 0120, 0162, 0174, 0015, 0310, 0134, 0271, 0344, 0113, 0325, 0025,
3931 0361, 0352, 0307, 0133, 0315, 0200, 0245, 0375, 0153, 0203, 0137, 0233, 0315, 0025, 0156, 0011,
3932 0212, 0170, 0025, 0021, 0057, 0311, 0140, 0274, 0161, 0355, 0257, 0047, 0021, 0056, 0201, 0343,
3933 0013, 0164, 0222, 0102, 0355, 0362, 0033, 0300, 0342, 0170, 0121, 0123, 0173, 0123, 0121, 0352,
3934 0252, 0204, 0255, 0332, 0146, 0247, 0071, 0142, 0250, 0266, 0146, 0311, 0266, 0021, 0025, 0141,
3935 0051, 0337, 0002, 0305, 0050, 0371, 0352, 0312, 0115, 0324, 0033, 0324, 0036, 0044, 0015, 0067,
3936 0025, 0267, 0114, 0134, 0130, 0372, 0273, 0062, 0225, 0124, 0257, 0011, 0015, 0003, 0044, 0133,
3937 0036, 0002, 0041, 0160, 0232, 0346, 0151, 0212, 0311, 0110, 0254, 0017, 0362, 0142, 0160, 0226,
3938 0254, 0113, 0253, 0363, 0100, 0055, 0017, 0315, 0144, 0023, 0226, 0363, 0237, 0032, 0124, 0205,
3939 0252, 0252, 0250, 0052, 0124, 0325, 0250, 0351, 0214, 0061, 0152, 0014, 0324, 0010, 0024, 0064,
3940 0206, 0135, 0257, 0075, 0261, 0162, 0322, 0251, 0164, 0252, 0006, 0106, 0030, 0044, 0007, 0063,
3941 0210, 0302, 0173, 0307, 0331, 0222, 0336, 0315, 0263, 0075, 0017, 0363, 0064, 0371, 0331, 0206,
3942 0340, 0243, 0314, 0113, 0026, 0302, 0113, 0210, 0060, 0354, 0342, 0100, 0123, 0362, 0132, 0300,
3943 0133, 0373, 0230, 0053, 0176, 0073, 0076, 0355, 0157, 0230, 0061, 0251, 0264, 0140, 0225, 0332,
3944 0354, 0201, 0365, 0276, 0373, 0126, 0304, 0157, 0146, 0136, 0126, 0047, 0265, 0036, 0206, 0202,
3945 0233, 0335, 0311, 0131, 0073, 0217, 0343, 0164, 0076, 0234, 0216, 0217, 0017, 0137, 0356, 0166,
3946 0167, 0333, 0315, 0146, 0273, 0336, 0356, 0326, 0333, 0315, 0172, 0335, 0165, 0046, 0132, 0107,
3947 0054, 0000, 0235, 0201, 0227, 0160, 0074, 0354, 0237, 0367, 0157, 0323, 0154, 0017, 0247, 0343,
3948 0373, 0141, 0177, 0074, 0035, 0117, 0166, 0030, 0235, 0265, 0336, 0171, 0011, 0245, 0243, 0274,
3949 0201, 0241, 0242, 0272, 0152, 0076, 0227, 0043, 0241, 0032, 0351, 0231, 0147, 0146, 0022, 0163,
3950 0340, 0141, 0016, 0203, 0243, 0121, 0211, 0106, 0276, 0061, 0025, 0233, 0345, 0052, 0143, 0041,
3951 0067, 0134, 0141, 0127, 0024, 0004, 0162, 0366, 0342, 0303, 0262, 0263, 0116, 0232, 0166, 0144,
3952 0243, 0254, 0174, 0013, 0174, 0046, 0005, 0257, 0347, 0170, 0322, 0123, 0006, 0352, 0030, 0370,
3953 0234, 0357, 0367, 0217, 0361, 0231, 0177, 0057, 0204, 0277, 0303, 0210, 0130, 0166, 0326, 0214,
3954 0332, 0334, 0304, 0163, 0373, 0064, 0140, 0252, 0054, 0146, 0210, 0352, 0023, 0374, 0364, 0313,
3955 0370, 0257, 0173, 0215, 0032, 0246, 0054, 0277, 0007, 0340, 0027, 0301, 0233, 0006, 0336, 0317,
3956 0235, 0162, 0360, 0230, 0106, 0143, 0047, 0075, 0275, 0367, 0307, 0347, 0325, 0333, 0367, 0365,
3957 0375, 0223, 0173, 0170, 0162, 0167, 0137, 0334, 0346, 0336, 0255, 0357, 0334, 0152, 0353, 0373,
3958 0125, 0024, 0125, 0203, 0124, 0077, 0033, 0073, 0165, 0323, 0271, 0263, 0247, 0156, 0070, 0364,
3959 0247, 0267, 0356, 0370, 0326, 0235, 0336, 0061, 0354, 0145, 0236, 0044, 0370, 0074, 0105, 0041,
3960 0027, 0226, 0364, 0334, 0137, 0163, 0264, 0302, 0245, 0137, 0142, 0213, 0242, 0030, 0200, 0201,
3961 0112, 0241, 0023, 0035, 0204, 0063, 0303, 0211, 0341, 0007, 0270, 0222, 0320, 0011, 0073, 0262,
3962 0043, 0173, 0215, 0303, 0237, 0370, 0000, 0007, 0231, 0005, 0263, 0300, 0212, 0216, 0242, 0126,
3963 0164, 0136, 0146, 0331, 0030, 0222, 0002, 0301, 0015, 0327, 0350, 0144, 0111, 0374, 0223, 0047,
3964 0254, 0361, 0364, 0213, 0127, 0163, 0053, 0002, 0306, 0305, 0225, 0306, 0074, 0205, 0247, 0141,
3965 0071, 0102, 0256, 0164, 0047, 0067, 0172, 0077, 0311, 0154, 0107, 0172, 0017, 0201, 0032, 0045,
3966 0204, 0363, 0110, 0067, 0205, 0340, 0204, 0241, 0252, 0164, 0110, 0053, 0006, 0020, 0254, 0347,
3967 0263, 0304, 0214, 0105, 0266, 0046, 0116, 0047, 0067, 0001, 0234, 0270, 0321, 0065, 0040, 0071,
3968 0143, 0145, 0012, 0211, 0204, 0200, 0020, 0340, 0146, 0231, 0316, 0221, 0132, 0111, 0100, 0025,
3969 0313, 0057, 0276, 0226, 0203, 0253, 0162, 0263, 0223, 0277, 0277, 0362, 0376, 0121, 0166, 0367,
3970 0262, 0332, 0020, 0020, 0357, 0141, 0317, 0030, 0016, 0070, 0274, 0363, 0264, 0227, 0363, 0010,
3971 0347, 0042, 0232, 0222, 0322, 0112, 0026, 0371, 0166, 0325, 0067, 0224, 0331, 0374, 0132, 0232,
3972 0203, 0053, 0274, 0372, 0243, 0166, 0047, 0333, 0062, 0127, 0203, 0133, 0243, 0034, 0141, 0011,
3973 0147, 0270, 0020, 0374, 0227, 0350, 0252, 0206, 0251, 0227, 0112, 0352, 0362, 0316, 0233, 0342,
3974 0122, 0007, 0103, 0335, 0072, 0362, 0270, 0344, 0225, 0325, 0015, 0303, 0105, 0342, 0160, 0216,
3975 0117, 0311, 0324, 0255, 0016, 0105, 0365, 0205, 0122, 0065, 0142, 0330, 0304, 0002, 0040, 0247,
3976 0336, 0246, 0110, 0146, 0026, 0347, 0071, 0344, 0131, 0114, 0132, 0345, 0345, 0055, 0165, 0075,
3977 0053, 0160, 0240, 0051, 0006, 0365, 0147, 0207, 0033, 0161, 0012, 0315, 0004, 0163, 0275, 0300,
3978 0142, 0113, 0323, 0051, 0356, 0321, 0210, 0046, 0003, 0011, 0353, 0141, 0062, 0062, 0215, 0265,
3979 0001, 0113, 0007, 0034, 0205, 0166, 0110, 0111, 0032, 0125, 0314, 0123, 0010, 0331, 0130, 0207,
3980 0155, 0233, 0016, 0212, 0102, 0073, 0143, 0072, 0143, 0072, 0323, 0257, 0372, 0276, 0357, 0373,
3981 0125, 0337, 0157, 0304, 0304, 0344, 0036, 0125, 0164, 0353, 0355, 0132, 0320, 0005, 0321, 0230,
3982 0373, 0300, 0020, 0254, 0265, 0316, 0071, 0222, 0152, 0024, 0002, 0073, 0331, 0311, 0116, 0326,
3983 0236, 0235, 0233, 0274, 0235, 0305, 0315, 0360, 0101, 0204, 0242, 0134, 0006, 0250, 0305, 0350,
3984 0255, 0070, 0060, 0054, 0016, 0307, 0165, 0200, 0331, 0125, 0147, 0043, 0045, 0074, 0365, 0306,
3985 0316, 0346, 0362, 0340, 0044, 0206, 0025, 0210, 0072, 0346, 0352, 0002, 0344, 0310, 0035, 0314,
3986 0305, 0367, 0323, 0330, 0124, 0040, 0044, 0063, 0107, 0126, 0177, 0110, 0122, 0254, 0365, 0157,
3987 0316, 0016, 0323, 0371, 0345, 0375, 0165, 0267, 0335, 0175, 0271, 0173, 0170, 0374, 0362, 0365,
3988 0333, 0375, 0023, 0357, 0270, 0331, 0254, 0373, 0276, 0213, 0246, 0346, 0113, 0056, 0271, 0004,
3989 0007, 0377, 0343, 0345, 0371, 0371, 0355, 0165, 0077, 0034, 0206, 0151, 0164, 0301, 0373, 0022,
3990 0147, 0104, 0062, 0144, 0114, 0231, 0227, 0333, 0313, 0170, 0224, 0365, 0043, 0046, 0365, 0255,
3991 0112, 0126, 0360, 0230, 0262, 0111, 0210, 0311, 0057, 0076, 0033, 0064, 0200, 0015, 0145, 0373,
3992 0102, 0242, 0130, 0250, 0356, 0171, 0243, 0031, 0262, 0357, 0026, 0152, 0062, 0037, 0352, 0306,
3993 0350, 0363, 0127, 0310, 0026, 0054, 0043, 0045, 0152, 0144, 0377, 0067, 0261, 0337, 0357, 0376,
3994 0243, 0132, 0371, 0261, 0124, 0002, 0360, 0006, 0332, 0323, 0062, 0274, 0120, 0113, 0326, 0077,
3995 0371, 0062, 0376, 0067, 0272, 0011, 0333, 0331, 0377, 0227, 0333, 0246, 0334, 0342, 0000, 0225,
3996 0165, 0122, 0234, 0315, 0110, 0170, 0217, 0301, 0143, 0072, 0167, 0207, 0127, 0276, 0154, 0303,
3997 0156, 0067, 0257, 0357, 0335, 0346, 0316, 0257, 0166, 0241, 0133, 0005, 0243, 0024, 0105, 0240,
3998 0372, 0331, 0314, 0123, 0157, 0207, 0376, 0174, 0324, 0361, 0210, 0151, 0200, 0035, 0061, 0073,
3999 0011, 0056, 0301, 0371, 0270, 0110, 0320, 0374, 0135, 0227, 0316, 0246, 0041, 0053, 0242, 0333,
4000 0202, 0124, 0320, 0054, 0252, 0021, 0215, 0171, 0116, 0116, 0144, 0040, 0025, 0024, 0006, 0120,
4001 0024, 0324, 0205, 0230, 0032, 0245, 0162, 0010, 0213, 0304, 0105, 0323, 0035, 0244, 0311, 0062,
4002 0267, 0236, 0177, 0220, 0063, 0113, 0042, 0176, 0363, 0023, 0326, 0115, 0037, 0240, 0165, 0313,
4003 0323, 0243, 0374, 0120, 0123, 0212, 0164, 0001, 0243, 0331, 0300, 0310, 0171, 0147, 0345, 0203,
4004 0033, 0202, 0033, 0005, 0106, 0300, 0340, 0003, 0322, 0116, 0041, 0100, 0026, 0077, 0213, 0105,
4005 0317, 0243, 0225, 0241, 0133, 0353, 0144, 0321, 0334, 0170, 0220, 0106, 0325, 0124, 0264, 0242,
4006 0002, 0136, 0141, 0014, 0254, 0027, 0231, 0122, 0071, 0156, 0027, 0070, 0207, 0001, 0022, 0132,
4007 0003, 0215, 0026, 0353, 0230, 0055, 0207, 0243, 0274, 0174, 0207, 0351, 0240, 0272, 0030, 0146,
4008 0004, 0152, 0360, 0352, 0134, 0360, 0056, 0023, 0166, 0123, 0101, 0256, 0050, 0107, 0125, 0303,
4009 0200, 0345, 0373, 0102, 0115, 0251, 0051, 0254, 0216, 0334, 0334, 0267, 0054, 0226, 0213, 0236,
4010 0342, 0226, 0251, 0164, 0246, 0362, 0226, 0270, 0253, 0332, 0247, 0240, 0034, 0336, 0113, 0050,
4011 0066, 0275, 0304, 0046, 0143, 0027, 0327, 0220, 0156, 0323, 0051, 0135, 0251, 0100, 0226, 0007,
4012 0263, 0265, 0327, 0107, 0101, 0115, 0242, 0130, 0112, 0232, 0112, 0015, 0001, 0376, 0001, 0170,
4013 0031, 0313, 0310, 0155, 0044, 0205, 0351, 0000, 0000, 0000, 0000, 0111, 0105, 0116, 0104, 0256,
4014 0102, 0140, 0202, 0242, 0063, 0117, 0033, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0141, 0170,
4015 0055, 0153, 0145, 0171, 0055, 0151, 0156, 0166, 0145, 0162, 0163, 0145, 0056, 0160, 0156, 0147,
4016 0071, 0002, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0001, 0071, 0002, 0306, 0375, 0211,
4017 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000, 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000,
4018 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010, 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207,
4019 0000, 0000, 0000, 0006, 0142, 0113, 0107, 0104, 0000, 0377, 0000, 0377, 0000, 0377, 0240, 0275,
4020 0247, 0223, 0000, 0000, 0000, 0011, 0160, 0110, 0131, 0163, 0000, 0000, 0013, 0022, 0000, 0000,
4021 0013, 0022, 0001, 0322, 0335, 0176, 0374, 0000, 0000, 0000, 0007, 0164, 0111, 0115, 0105, 0007,
4022 0323, 0005, 0033, 0011, 0032, 0010, 0246, 0241, 0322, 0251, 0000, 0000, 0001, 0306, 0111, 0104,
4023 0101, 0124, 0170, 0234, 0355, 0231, 0153, 0216, 0303, 0040, 0014, 0204, 0241, 0332, 0333, 0344,
4024 0376, 0367, 0111, 0056, 0022, 0366, 0107, 0233, 0210, 0122, 0277, 0306, 0230, 0222, 0112, 0031,
4025 0151, 0025, 0010, 0116, 0366, 0033, 0331, 0106, 0251, 0110, 0351, 0326, 0134, 0345, 0172, 0122,
4026 0112, 0231, 0305, 0001, 0053, 0347, 0047, 0372, 0143, 0062, 0107, 0267, 0376, 0014, 0061, 0263,
4027 0323, 0222, 0245, 0105, 0311, 0300, 0154, 0360, 0103, 0007, 0007, 0151, 0204, 0053, 0241, 0253,
4028 0300, 0327, 0042, 0231, 0324, 0022, 0132, 0226, 0345, 0371, 0364, 0253, 0301, 0113, 0051, 0157,
4029 0143, 0344, 0332, 0216, 0251, 0171, 0253, 0165, 0135, 0305, 0165, 0152, 0027, 0072, 0337, 0250,
4030 0301, 0173, 0300, 0121, 0003, 0051, 0245, 0264, 0155, 0333, 0007, 0363, 0261, 0013, 0251, 0031,
4031 0340, 0100, 0055, 0367, 0064, 0063, 0210, 0011, 0116, 0242, 0201, 0366, 0237, 0132, 0215, 0110,
4032 0327, 0257, 0032, 0250, 0041, 0065, 0170, 0024, 0134, 0062, 0024, 0146, 0240, 0006, 0223, 0100,
4033 0147, 0146, 0301, 0124, 0102, 0321, 0106, 0276, 0146, 0200, 0002, 0363, 0064, 0365, 0110, 0023,
4034 0346, 0022, 0272, 0152, 0026, 0054, 0337, 0102, 0241, 0106, 0270, 0173, 0136, 0023, 0135, 0115,
4035 0174, 0205, 0054, 0100, 0031, 0210, 0056, 0247, 0341, 0006, 0132, 0160, 0012, 0314, 0142, 0204,
4036 0213, 0345, 0200, 0021, 0023, 0246, 0014, 0130, 0140, 0043, 0263, 0200, 0230, 0350, 0312, 0200,
4037 0305, 0230, 0146, 0144, 0250, 0001, 0312, 0114, 0073, 0267, 0224, 0010, 0322, 0324, 0250, 0240,
4038 0135, 0210, 0002, 0247, 0040, 0055, 0343, 0026, 0334, 0153, 0302, 0265, 0013, 0121, 0340, 0034,
4039 0160, 0117, 0063, 0167, 0033, 0340, 0152, 0023, 0061, 0322, 0102, 0106, 0147, 0001, 0376, 0234,
4040 0226, 0356, 0113, 0175, 0241, 0225, 0323, 0060, 0003, 0275, 0146, 0250, 0365, 0310, 0146, 0206,
4041 0233, 0130, 0133, 0353, 0051, 0247, 0166, 0154, 0021, 0374, 0061, 0307, 0255, 0151, 0131, 0261,
4042 0214, 0207, 0031, 0320, 0140, 0265, 0165, 0117, 0071, 0015, 0061, 0140, 0201, 0245, 0240, 0271,
4043 0173, 0021, 0131, 0160, 0367, 0000, 0025, 0047, 0365, 0204, 0326, 0340, 0065, 0170, 0230, 0001,
4044 0013, 0040, 0022, 0313, 0365, 0305, 0160, 0003, 0024, 0104, 0157, 0254, 0124, 0116, 0365, 0125,
4045 0123, 0167, 0017, 0040, 0261, 0332, 0266, 0313, 0155, 0255, 0222, 0334, 0006, 0054, 0160, 0110,
4046 0074, 0127, 0116, 0232, 0102, 0117, 0150, 0320, 0055, 0120, 0062, 0143, 0175, 0137, 0167, 0006,
4047 0070, 0050, 0357, 0163, 0334, 0326, 0312, 0051, 0334, 0100, 0204, 0220, 0262, 0244, 0112, 0350,
4048 0074, 0063, 0320, 0016, 0027, 0106, 0051, 0347, 0174, 0376, 0355, 0373, 0376, 0266, 0364, 0021,
4049 0133, 0117, 0052, 0307, 0376, 0337, 0170, 0143, 0165, 0362, 0152, 0307, 0254, 0342, 0311, 0340,
4050 0044, 0221, 0114, 0122, 0017, 0034, 0017, 0314, 0316, 0206, 0373, 0230, 0325, 0364, 0202, 0133,
4051 0267, 0176, 0134, 0377, 0041, 0015, 0037, 0311, 0221, 0066, 0037, 0101, 0000, 0000, 0000, 0000,
4052 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0237, 0200, 0366, 0265, 0000, 0050, 0165, 0165,
4053 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153, 0171, 0055, 0150, 0171, 0160, 0145, 0162, 0055,
4054 0156, 0157, 0156, 0145, 0056, 0160, 0156, 0147, 0330, 0001, 0000, 0000, 0001, 0000, 0000, 0000,
4055 0170, 0332, 0001, 0330, 0001, 0047, 0376, 0211, 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000,
4056 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000, 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010,
4057 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207, 0000, 0000, 0000, 0006, 0142, 0113, 0107, 0104,
4058 0000, 0377, 0000, 0377, 0000, 0377, 0240, 0275, 0247, 0223, 0000, 0000, 0000, 0011, 0160, 0110,
4059 0131, 0163, 0000, 0000, 0013, 0022, 0000, 0000, 0013, 0022, 0001, 0322, 0335, 0176, 0374, 0000,
4060 0000, 0000, 0007, 0164, 0111, 0115, 0105, 0007, 0323, 0005, 0031, 0022, 0012, 0012, 0270, 0027,
4061 0045, 0316, 0000, 0000, 0001, 0145, 0111, 0104, 0101, 0124, 0170, 0234, 0355, 0231, 0301, 0216,
4062 0205, 0040, 0014, 0105, 0133, 0061, 0044, 0356, 0014, 0377, 0377, 0105, 0376, 0213, 0256, 0064,
4063 0061, 0052, 0062, 0233, 0361, 0305, 0311, 0363, 0101, 0141, 0120, 0312, 0014, 0147, 0153, 0321,
4064 0173, 0055, 0245, 0240, 0330, 0165, 0035, 0344, 0114, 0225, 0132, 0300, 0157, 0051, 0006, 0122,
4065 0123, 0023, 0142, 0314, 0355, 0052, 0354, 0240, 0355, 0242, 0315, 0100, 0152, 0341, 0007, 0207,
4066 0216, 0113, 0043, 0237, 0246, 0020, 0027, 0361, 0147, 0056, 0065, 0071, 0247, 0220, 0122, 0052,
4067 0276, 0024, 0017, 0206, 0141, 0260, 0136, 0277, 0312, 0300, 0313, 0251, 0122, 0012, 0252, 0212,
4068 0125, 0235, 0277, 0145, 0301, 0251, 0156, 0337, 0367, 0173, 0244, 0104, 0202, 0325, 0353, 0015,
4069 0041, 0173, 0003, 0224, 0076, 0000, 0000, 0356, 0142, 0212, 0211, 0317, 0302, 0221, 0175, 0006,
4070 0376, 0217, 0201, 0047, 0227, 0123, 0104, 0353, 0356, 0341, 0007, 0344, 0032, 0150, 0333, 0066,
4071 0110, 0214, 0057, 0210, 0010, 0165, 0135, 0303, 0272, 0256, 0244, 0170, 0226, 0123, 0210, 0052,
4072 0036, 0200, 0241, 0001, 0143, 0374, 0266, 0141, 0354, 0014, 0370, 0122, 0014, 0244, 0246, 0164,
4073 0342, 0324, 0024, 0003, 0167, 0340, 0323, 0365, 0311, 0065, 0360, 0324, 0321, 0022, 0021, 0101,
4074 0112, 0011, 0363, 0074, 0223, 0342, 0311, 0006, 0050, 0017, 0016, 0215, 0101, 0304, 0327, 0311,
4075 0117, 0112, 0011, 0313, 0262, 0220, 0237, 0033, 0315, 0000, 0245, 0203, 0272, 0142, 0020, 0021,
4076 0266, 0155, 0363, 0072, 0306, 0262, 0252, 0001, 0143, 0014, 0150, 0255, 0275, 0306, 0260, 0062,
4077 0020, 0102, 0366, 0006, 0112, 0047, 0116, 0115, 0061, 0160, 0007, 0102, 0010, 0362, 0271, 0230,
4078 0135, 0047, 0026, 0102, 0100, 0323, 0064, 0060, 0115, 0023, 0051, 0236, 0125, 0006, 0020, 0021,
4079 0264, 0326, 0060, 0216, 0043, 0171, 0114, 0264, 0116, 0034, 0213, 0363, 0324, 0241, 0114, 0043,
4080 0126, 0006, 0316, 0133, 0015, 0104, 0204, 0276, 0357, 0235, 0143, 0256, 0014, 0040, 0174, 0177,
4081 0207, 0177, 0162, 0355, 0047, 0362, 0226, 0022, 0126, 0065, 0020, 0302, 0047, 0003, 0364, 0157,
4082 0173, 0317, 0161, 0251, 0311, 0126, 0003, 0307, 0200, 0324, 0077, 0374, 0202, 0177, 0263, 0222,
4083 0156, 0220, 0232, 0077, 0133, 0003, 0331, 0220, 0275, 0201, 0057, 0210, 0054, 0121, 0010, 0204,
4084 0046, 0315, 0147, 0000, 0000, 0000, 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0027,
4085 0134, 0301, 0273, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0141, 0170, 0055, 0141, 0160, 0160,
4086 0154, 0145, 0164, 0056, 0160, 0156, 0147, 0000, 0150, 0016, 0000, 0000, 0001, 0000, 0000, 0000,
4087 0170, 0332, 0001, 0150, 0016, 0227, 0361, 0211, 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000,
4088 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000, 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010,
4089 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207, 0000, 0000, 0000, 0004, 0147, 0101, 0115, 0101,
4090 0000, 0000, 0261, 0217, 0013, 0374, 0141, 0005, 0000, 0000, 0000, 0006, 0142, 0113, 0107, 0104,
4091 0000, 0000, 0000, 0000, 0000, 0000, 0371, 0103, 0273, 0177, 0000, 0000, 0000, 0011, 0160, 0110,
4092 0131, 0163, 0000, 0000, 0013, 0022, 0000, 0000, 0013, 0022, 0001, 0322, 0335, 0176, 0374, 0000,
4093 0000, 0000, 0007, 0164, 0111, 0115, 0105, 0007, 0322, 0004, 0005, 0017, 0035, 0010, 0253, 0227,
4094 0342, 0145, 0000, 0000, 0015, 0345, 0111, 0104, 0101, 0124, 0170, 0332, 0325, 0232, 0153, 0214,
4095 0134, 0345, 0171, 0307, 0177, 0357, 0071, 0063, 0263, 0073, 0203, 0131, 0174, 0303, 0340, 0065,
4096 0306, 0153, 0214, 0015, 0266, 0131, 0274, 0153, 0133, 0004, 0334, 0122, 0213, 0113, 0120, 0203,
4097 0121, 0123, 0252, 0042, 0133, 0246, 0221, 0223, 0066, 0174, 0100, 0005, 0345, 0103, 0042, 0042,
4098 0101, 0124, 0253, 0252, 0250, 0042, 0104, 0111, 0224, 0112, 0015, 0204, 0244, 0124, 0015, 0255,
4099 0015, 0156, 0033, 0247, 0020, 0122, 0023, 0022, 0002, 0024, 0012, 0002, 0314, 0072, 0366, 0372,
4100 0276, 0353, 0373, 0316, 0136, 0146, 0257, 0163, 0075, 0147, 0316, 0373, 0076, 0375, 0160, 0056,
4101 0163, 0346, 0262, 0213, 0100, 0375, 0322, 0221, 0216, 0316, 0331, 0163, 0146, 0336, 0363, 0177,
4102 0236, 0347, 0377, 0134, 0337, 0205, 0377, 0347, 0037, 0325, 0170, 0143, 0367, 0356, 0335, 0352,
4103 0350, 0321, 0243, 0112, 0104, 0254, 0164, 0072, 0255, 0104, 0204, 0370, 0121, 0052, 0225, 0232,
4104 0356, 0205, 0007, 0360, 0231, 0356, 0317, 0365, 0254, 0255, 0255, 0115, 0104, 0004, 0143, 0014,
4105 0000, 0225, 0112, 0105, 0104, 0304, 0054, 0135, 0272, 0124, 0136, 0171, 0345, 0025, 0151, 0022,
4106 0140, 0367, 0356, 0335, 0352, 0371, 0347, 0237, 0337, 0124, 0050, 0024, 0376, 0112, 0051, 0165,
4107 0127, 0062, 0231, 0124, 0266, 0155, 0247, 0055, 0313, 0302, 0262, 0054, 0224, 0122, 0321, 0013,
4108 0303, 0227, 0306, 0077, 0237, 0347, 0331, 0134, 0327, 0306, 0030, 0214, 0061, 0150, 0255, 0321,
4109 0132, 0227, 0105, 0344, 0315, 0124, 0052, 0365, 0344, 0372, 0365, 0353, 0077, 0164, 0034, 0107,
4110 0037, 0074, 0170, 0120, 0000, 0211, 0004, 0350, 0354, 0354, 0334, 0074, 0063, 0063, 0363, 0326,
4111 0203, 0017, 0076, 0230, 0331, 0265, 0153, 0027, 0033, 0066, 0154, 0100, 0104, 0150, 0157, 0157,
4112 0257, 0323, 0124, 0343, 0171, 0256, 0147, 0237, 0347, 0034, 0136, 0053, 0245, 0120, 0112, 0341,
4113 0070, 0016, 0175, 0175, 0175, 0354, 0337, 0277, 0237, 0027, 0136, 0170, 0241, 0234, 0112, 0245,
4114 0276, 0264, 0142, 0305, 0212, 0367, 0023, 0211, 0104, 0265, 0257, 0257, 0317, 0330, 0241, 0366,
4115 0337, 0176, 0373, 0355, 0147, 0167, 0356, 0334, 0171, 0323, 0063, 0317, 0074, 0103, 0127, 0127,
4116 0027, 0266, 0155, 0143, 0333, 0166, 0004, 0062, 0324, 0110, 0374, 0272, 0361, 0357, 0100, 0133,
4117 0165, 0327, 0361, 0303, 0363, 0274, 0350, 0010, 0377, 0216, 0337, 0257, 0126, 0253, 0165, 0147,
4118 0317, 0363, 0260, 0054, 0213, 0345, 0313, 0227, 0263, 0165, 0353, 0126, 0262, 0331, 0154, 0362,
4119 0320, 0241, 0103, 0313, 0322, 0351, 0364, 0176, 0021, 0361, 0066, 0156, 0334, 0050, 0011, 0200,
4120 0376, 0376, 0176, 0145, 0131, 0326, 0135, 0273, 0166, 0355, 0212, 0064, 0376, 0353, 0323, 0005,
4121 0012, 0245, 0062, 0063, 0245, 0062, 0025, 0127, 0123, 0251, 0126, 0021, 0001, 0143, 0064, 0142,
4122 0300, 0140, 0060, 0001, 0170, 0037, 0064, 0030, 0061, 0210, 0361, 0357, 0043, 0202, 0026, 0137,
4123 0100, 0321, 0001, 0227, 0105, 0060, 0142, 0060, 0106, 0060, 0106, 0020, 0014, 0106, 0014, 0226,
4124 0050, 0264, 0010, 0042, 0301, 0232, 0132, 0143, 0243, 0350, 0354, 0110, 0221, 0116, 0331, 0354,
4125 0334, 0272, 0236, 0266, 0266, 0066, 0166, 0354, 0330, 0301, 0313, 0057, 0277, 0174, 0173, 0265,
4126 0132, 0235, 0147, 0214, 0161, 0263, 0331, 0254, 0116, 0004, 0126, 0263, 0022, 0211, 0204, 0012,
4127 0151, 0363, 0346, 0351, 0002, 0143, 0123, 0171, 0046, 0013, 0145, 0134, 0117, 0343, 0170, 0125,
4128 0252, 0332, 0040, 0306, 0007, 0042, 0030, 0264, 0016, 0034, 0316, 0030, 0204, 0100, 0020, 0343,
4129 0003, 0027, 0061, 0061, 0053, 0371, 0202, 0041, 0006, 0203, 0101, 0202, 0337, 0151, 0043, 0200,
4130 0301, 0004, 0302, 0211, 0204, 0326, 0364, 0177, 0057, 0106, 0030, 0317, 0027, 0120, 0142, 0260,
4131 0245, 0312, 0216, 0073, 0172, 0331, 0260, 0141, 0003, 0226, 0145, 0051, 0021, 0231, 0347, 0171,
4132 0136, 0176, 0174, 0174, 0334, 0115, 0000, 0244, 0323, 0151, 0145, 0333, 0166, 0072, 0244, 0313,
4133 0114, 0251, 0314, 0144, 0241, 0114, 0321, 0165, 0161, 0252, 0076, 0045, 0274, 0000, 0020, 0041,
4134 0145, 0002, 0360, 0245, 0374, 0064, 0243, 0347, 0007, 0050, 0116, 0345, 0020, 0021, 0062, 0035,
4135 0013, 0230, 0277, 0164, 0005, 0155, 0231, 0171, 0221, 0205, 0342, 0326, 0060, 0332, 0077, 0107,
4136 0353, 0230, 0232, 0300, 0042, 0065, 0145, 0210, 0010, 0306, 0063, 0030, 0255, 0071, 0075, 0074,
4137 0211, 0347, 0171, 0050, 0245, 0260, 0054, 0253, 0115, 0104, 0322, 0100, 0302, 0363, 0074, 0225,
4138 0000, 0050, 0026, 0213, 0312, 0266, 0155, 0332, 0333, 0333, 0061, 0306, 0060, 0123, 0054, 0123,
4139 0012, 0300, 0173, 0106, 0107, 0046, 0307, 0340, 0203, 0012, 0136, 0136, 0316, 0117, 0163, 0366,
4140 0310, 0207, 0254, 0134, 0272, 0230, 0235, 0017, 0154, 0147, 0343, 0272, 0125, 0040, 0160, 0360,
4141 0330, 0000, 0257, 0367, 0017, 0221, 0315, 0173, 0040, 0140, 0010, 0054, 0023, 0150, 0337, 0007,
4142 0257, 0003, 0360, 0322, 0004, 0136, 0173, 0032, 0211, 0224, 0345, 0161, 0156, 0264, 0204, 0326,
4143 0232, 0114, 0046, 0203, 0145, 0131, 0000, 0011, 0255, 0265, 0235, 0311, 0144, 0174, 0001, 0102,
4144 0257, 0017, 0055, 0120, 0361, 0074, 0164, 0104, 0201, 0340, 0245, 0106, 0042, 0336, 0113, 0100,
4145 0225, 0261, 0013, 0003, 0254, 0134, 0272, 0230, 0247, 0277, 0365, 0020, 0355, 0251, 0144, 0024,
4146 0105, 0266, 0364, 0254, 0145, 0323, 0372, 0353, 0371, 0273, 0127, 0076, 0142, 0160, 0144, 0322,
4147 0007, 0250, 0045, 0240, 0122, 0014, 0274, 0061, 0150, 0337, 0261, 0174, 0172, 0105, 0161, 0137,
4148 0042, 0177, 0221, 0340, 0010, 0203, 0103, 0110, 0171, 0021, 0121, 0042, 0202, 0025, 0027, 0040,
4149 0274, 0256, 0070, 0036, 0125, 0057, 0244, 0115, 0340, 0204, 0004, 0146, 0016, 0264, 0145, 0264,
4150 0120, 0230, 0314, 0361, 0147, 0367, 0335, 0131, 0007, 0076, 0374, 0264, 0045, 0223, 0334, 0177,
4151 0313, 0152, 0154, 0105, 0004, 0336, 0367, 0241, 0030, 0170, 0143, 0232, 0300, 0113, 0100, 0037,
4152 0024, 0140, 0374, 0337, 0270, 0216, 0333, 0030, 0262, 0125, 0042, 0221, 0300, 0363, 0074, 0145,
4153 0315, 0226, 0011, 0115, 0300, 0113, 0264, 0211, 0201, 0227, 0010, 0274, 0301, 0140, 0333, 0011,
4154 0172, 0157, 0274, 0156, 0326, 0064, 0277, 0352, 0352, 0005, 0314, 0113, 0245, 0042, 0360, 0042,
4155 0365, 0340, 0203, 0070, 0324, 0004, 0276, 0076, 0010, 0030, 0120, 0115, 0071, 0107, 0031, 0143,
4156 0224, 0210, 0220, 0150, 0225, 0104, 0164, 0150, 0072, 0123, 0023, 0106, 0214, 0004, 0032, 0013,
4157 0136, 0152, 0014, 0227, 0315, 0137, 0370, 0251, 0265, 0112, 0052, 0151, 0005, 0216, 0154, 0232,
4158 0300, 0327, 0042, 0117, 0020, 0176, 0215, 0200, 0204, 0026, 0256, 0011, 0203, 0251, 0117, 0230,
4159 0361, 0252, 0300, 0152, 0225, 0131, 0075, 0117, 0373, 0340, 0043, 0260, 0315, 0340, 0265, 0021,
4160 0026, 0055, 0353, 0242, 0357, 0304, 0340, 0254, 0340, 0117, 0147, 0047, 0142, 0340, 0315, 0234,
4161 0340, 0045, 0010, 0265, 0041, 0170, 0202, 0050, 0107, 0144, 0025, 0151, 0122, 0164, 0235, 0017,
4162 0324, 0177, 0101, 0320, 0332, 0267, 0204, 0211, 0270, 0132, 0017, 0136, 0214, 0101, 0045, 0333,
4163 0171, 0347, 0344, 0050, 0156, 0325, 0153, 0002, 0357, 0172, 0232, 0137, 0037, 0032, 0244, 0342,
4164 0270, 0021, 0375, 0042, 0360, 0221, 0306, 0153, 0340, 0153, 0364, 0254, 0205, 0352, 0120, 0110,
4165 0021, 0063, 0153, 0331, 0141, 0065, 0276, 0330, 0117, 0062, 0046, 0212, 0000, 0176, 0370, 0154,
4166 0006, 0057, 0010, 0236, 0347, 0061, 0060, 0136, 0341, 0271, 0137, 0035, 0342, 0360, 0251, 0163,
4167 0321, 0032, 0027, 0163, 0063, 0074, 0367, 0137, 0037, 0161, 0161, 0154, 0232, 0351, 0122, 0005,
4168 0023, 0201, 0257, 0305, 0373, 0060, 0217, 0064, 0201, 0217, 0362, 0215, 0251, 0045, 0312, 0340,
4169 0272, 0025, 0133, 0132, 0122, 0250, 0346, 0110, 0301, 0271, 0021, 0174, 0214, 0022, 0125, 0117,
4170 0323, 0167, 0146, 0230, 0247, 0136, 0374, 0117, 0116, 0236, 0275, 0010, 0300, 0231, 0221, 0111,
4171 0006, 0263, 0223, 0214, 0114, 0027, 0160, 0134, 0217, 0162, 0176, 0212, 0351, 0321, 0213, 0214,
4172 0016, 0036, 0347, 0122, 0377, 0207, 0224, 0013, 0063, 0261, 0165, 0202, 0200, 0021, 0202, 0027,
4173 0211, 0374, 0305, 0304, 0276, 0323, 0252, 0374, 0006, 0152, 0116, 0034, 0177, 0250, 0215, 0304,
4174 0064, 0344, 0013, 0241, 0115, 0274, 0224, 0220, 0232, 0100, 0141, 0002, 0302, 0142, 0150, 0164,
4175 0234, 0065, 0135, 0327, 0060, 0057, 0145, 0061, 0162, 0376, 0064, 0103, 0331, 0054, 0225, 0302,
4176 0014, 0140, 0130, 0167, 0175, 0027, 0335, 0033, 0272, 0351, 0136, 0163, 0035, 0335, 0153, 0126,
4177 0361, 0364, 0317, 0336, 0341, 0304, 0371, 0121, 0004, 0203, 0304, 0300, 0107, 0357, 0064, 0072,
4178 0362, 0003, 0211, 0371, 0101, 0243, 0302, 0023, 0255, 0270, 0345, 0027, 0150, 0065, 0107, 0153,
4179 0011, 0236, 0170, 0011, 0040, 0264, 0145, 0072, 0310, 0115, 0115, 0003, 0320, 0265, 0144, 0076,
4180 0075, 0053, 0026, 0163, 0337, 0027, 0326, 0321, 0275, 0246, 0213, 0356, 0065, 0315, 0241, 0366,
4181 0341, 0155, 0133, 0170, 0354, 0307, 0077, 0247, 0122, 0151, 0015, 0076, 0156, 0035, 0346, 0050,
4182 0333, 0133, 0206, 0121, 0211, 0233, 0121, 0132, 0200, 0217, 0335, 0053, 0114, 0216, 0221, 0351,
4183 0130, 0210, 0053, 0302, 0361, 0201, 0363, 0000, 0054, 0270, 0342, 0162, 0036, 0373, 0372, 0216,
4184 0046, 0320, 0207, 0317, 0015, 0063, 0123, 0050, 0163, 0342, 0342, 0050, 0003, 0103, 0071, 0346,
4185 0247, 0333, 0031, 0056, 0071, 0221, 0022, 0104, 0142, 0211, 0122, 0374, 0274, 0101, 0200, 0145,
4186 0066, 0047, 0116, 0314, 0336, 0356, 0325, 0327, 0373, 0021, 0225, 0002, 0360, 0345, 0374, 0064,
4187 0271, 0013, 0247, 0051, 0317, 0114, 0161, 0377, 0237, 0076, 0300, 0211, 0154, 0012, 0114, 0056,
4188 0132, 0370, 0344, 0245, 0034, 0043, 0123, 0105, 0262, 0343, 0323, 0134, 0310, 0115, 0060, 0135,
4189 0254, 0040, 0006, 0046, 0212, 0025, 0146, 0012, 0005, 0234, 0162, 0025, 0307, 0165, 0147, 0005,
4190 0117, 0030, 0371, 0032, 0350, 0323, 0330, 0301, 0265, 0266, 0200, 0211, 0073, 0121, 0315, 0214,
4191 0041, 0370, 0374, 0370, 0050, 0303, 0003, 0375, 0254, 0136, 0276, 0224, 0107, 0037, 0331, 0111,
4192 0317, 0332, 0353, 0371, 0346, 0117, 0176, 0311, 0133, 0357, 0036, 0342, 0073, 0301, 0072, 0037,
4193 0017, 0014, 0161, 0150, 0340, 0022, 0145, 0317, 0143, 0246, 0350, 0120, 0052, 0127, 0050, 0227,
4194 0053, 0101, 0176, 0211, 0345, 0206, 0160, 0375, 0006, 0360, 0141, 0025, 0113, 0135, 0070, 0235,
4195 0303, 0002, 0161, 0113, 0304, 0033, 0023, 0151, 0000, 0137, 0316, 0117, 0063, 0174, 0372, 0010,
4196 0133, 0172, 0326, 0361, 0344, 0067, 0276, 0212, 0155, 0333, 0076, 0155, 0346, 0265, 0323, 0236,
4197 0351, 0210, 0026, 0156, 0117, 0332, 0134, 0034, 0233, 0244, 0130, 0161, 0242, 0014, 0134, 0232,
4198 0314, 0221, 0037, 0313, 0162, 0305, 0125, 0327, 0220, 0150, 0317, 0064, 0203, 0067, 0022, 0011,
4199 0106, 0274, 0022, 0060, 0146, 0126, 0037, 0260, 0132, 0072, 0161, 0004, 0070, 0016, 0336, 0137,
4200 0170, 0354, 0374, 0151, 0126, 0137, 0333, 0311, 0223, 0337, 0370, 0032, 0266, 0155, 0223, 0235,
4201 0310, 0363, 0243, 0003, 0037, 0343, 0152, 0301, 0116, 0045, 0371, 0335, 0111, 0077, 0063, 0257,
4202 0134, 0062, 0037, 0113, 0201, 0353, 0124, 0230, 0274, 0164, 0206, 0354, 0261, 0203, 0214, 0237,
4203 0077, 0305, 0326, 0336, 0033, 0170, 0372, 0341, 0077, 0341, 0206, 0345, 0113, 0076, 0035, 0174,
4204 0254, 0155, 0235, 0063, 0012, 0065, 0131, 0101, 0113, 0244, 0175, 0103, 0215, 0122, 0371, 0211,
4205 0121, 0052, 0371, 0051, 0036, 0171, 0164, 0047, 0266, 0155, 0221, 0235, 0310, 0363, 0275, 0237,
4206 0277, 0107, 0305, 0161, 0231, 0052, 0125, 0260, 0023, 0051, 0162, 0023, 0176, 0044, 0322, 0332,
4207 0243, 0064, 0236, 0045, 0173, 0342, 0070, 0113, 0026, 0316, 0347, 0241, 0007, 0377, 0230, 0173,
4208 0176, 0177, 0063, 0127, 0055, 0366, 0353, 0247, 0047, 0256, 0276, 0222, 0077, 0377, 0356, 0077,
4209 0123, 0321, 0136, 0135, 0243, 0104, 0135, 0133, 0032, 0057, 0061, 0232, 0175, 0100, 0051, 0065,
4210 0013, 0205, 0302, 0124, 0117, 0275, 0077, 0024, 0047, 0306, 0330, 0322, 0273, 0216, 0336, 0265,
4211 0327, 0003, 0360, 0352, 0107, 0247, 0250, 0070, 0056, 0331, 0311, 0074, 0042, 0206, 0266, 0314,
4212 0145, 0214, 0214, 0117, 0002, 0260, 0151, 0315, 0012, 0226, 0167, 0264, 0361, 0345, 0257, 0076,
4213 0300, 0127, 0276, 0174, 0117, 0123, 0104, 0132, 0074, 0277, 0203, 0035, 0167, 0156, 0342, 0037,
4214 0137, 0173, 0267, 0065, 0370, 0206, 0066, 0263, 0125, 0260, 0151, 0242, 0120, 0334, 0211, 0343,
4215 0055, 0137, 0150, 0306, 0162, 0176, 0232, 0073, 0157, 0351, 0001, 0340, 0304, 0245, 0034, 0047,
4216 0056, 0214, 0060, 0121, 0050, 0105, 0021, 0304, 0000, 0375, 0247, 0317, 0106, 0153, 0175, 0357,
4217 0361, 0107, 0352, 0300, 0017, 0016, 0215, 0361, 0314, 0313, 0157, 0160, 0352, 0354, 0005, 0000,
4218 0356, 0271, 0145, 0075, 0053, 0257, 0132, 0130, 0253, 0173, 0032, 0301, 0207, 0216, 0074, 0207,
4219 0023, 0267, 0356, 0007, 0202, 0144, 0026, 0065, 0334, 0001, 0037, 0253, 0116, 0231, 0356, 0065,
4220 0053, 0375, 0230, 0176, 0176, 0204, 0142, 0305, 0241, 0342, 0126, 0043, 0256, 0316, 0233, 0277,
4221 0210, 0204, 0152, 0256, 0112, 0007, 0207, 0162, 0074, 0265, 0347, 0165, 0276, 0377, 0037, 0157,
4222 0161, 0364, 0334, 0060, 0337, 0375, 0311, 0276, 0310, 0012, 0367, 0157, 0335, 0210, 0025, 0064,
4223 0057, 0365, 0232, 0017, 0150, 0143, 0164, 0255, 0311, 0151, 0240, 0320, 0247, 0364, 0003, 0122,
4224 0137, 0150, 0005, 0213, 0054, 0131, 0064, 0037, 0200, 0013, 0143, 0123, 0024, 0053, 0116, 0254,
4225 0252, 0024, 0246, 0113, 0016, 0323, 0222, 0254, 0003, 0376, 0157, 0157, 0035, 0144, 0160, 0150,
4226 0014, 0055, 0012, 0257, 0352, 0220, 0257, 0124, 0161, 0252, 0111, 0136, 0372, 0305, 0033, 0154,
4227 0337, 0166, 0067, 0367, 0156, 0351, 0341, 0147, 0277, 0375, 0210, 0223, 0027, 0206, 0143, 0241,
4228 0264, 0226, 0003, 0020, 0211, 0062, 0161, 0053, 0147, 0156, 0131, 0112, 0324, 0012, 0267, 0172,
4229 0360, 0126, 0062, 0025, 0023, 0024, 0034, 0247, 0132, 0213, 0022, 0030, 0234, 0212, 0203, 0321,
4230 0206, 0373, 0036, 0177, 0226, 0345, 0113, 0026, 0200, 0061, 0124, 0134, 0227, 0361, 0351, 0002,
4231 0305, 0351, 0111, 0312, 0043, 0147, 0221, 0104, 0212, 0313, 0073, 0127, 0361, 0352, 0177, 0367,
4232 0161, 0307, 0255, 0233, 0130, 0262, 0150, 0001, 0337, 0334, 0176, 0067, 0017, 0074, 0374, 0155,
4233 0252, 0236, 0307, 0025, 0313, 0126, 0222, 0114, 0265, 0307, 0306, 0053, 0146, 0326, 0136, 0100,
4234 0051, 0125, 0117, 0241, 0150, 0056, 0031, 0046, 0263, 0206, 0106, 0044, 0225, 0231, 0307, 0110,
4235 0316, 0167, 0322, 0256, 0305, 0035, 0165, 0131, 0133, 0214, 0004, 0265, 0274, 0117, 0205, 0163,
4236 0331, 0034, 0147, 0207, 0163, 0014, 0345, 0246, 0250, 0270, 0125, 0274, 0322, 0024, 0367, 0374,
4237 0301, 0027, 0370, 0237, 0227, 0376, 0201, 0177, 0172, 0342, 0057, 0230, 0241, 0235, 0275, 0257,
4238 0376, 0012, 0200, 0033, 0127, 0165, 0161, 0370, 0365, 0227, 0070, 0376, 0233, 0177, 0347, 0203,
4239 0237, 0076, 0315, 0332, 0256, 0153, 0002, 0372, 0324, 0350, 0064, 0333, 0314, 0325, 0232, 0055,
4240 0221, 0305, 0243, 0102, 0070, 0065, 0113, 0137, 0261, 0200, 0337, 0235, 0034, 0360, 0137, 0272,
4241 0154, 0021, 0231, 0164, 0133, 0315, 0371, 0142, 0340, 0211, 0227, 0334, 0042, 0124, 0313, 0005,
4242 0334, 0374, 0044, 0167, 0335, 0266, 0031, 0200, 0263, 0331, 0061, 0346, 0147, 0222, 0274, 0361,
4243 0311, 0051, 0106, 0162, 0023, 0115, 0076, 0363, 0330, 0256, 0077, 0242, 0055, 0141, 0325, 0050,
4244 0154, 0132, 0117, 0262, 0233, 0032, 0232, 0110, 0000, 0055, 0121, 0370, 0012, 0301, 0213, 0030,
4245 0322, 0035, 0013, 0371, 0355, 0301, 0143, 0000, 0254, 0353, 0352, 0344, 0226, 0325, 0235, 0001,
4246 0170, 0231, 0005, 0274, 0077, 0230, 0162, 0046, 0107, 0351, 0135, 0273, 0206, 0333, 0157, 0351,
4247 0005, 0340, 0303, 0243, 0203, 0224, 0112, 0145, 0112, 0236, 0305, 0367, 0137, 0072, 0000, 0300,
4248 0047, 0047, 0316, 0160, 0340, 0375, 0103, 0374, 0340, 0137, 0177, 0301, 0017, 0376, 0345, 0125,
4249 0026, 0164, 0134, 0126, 0227, 0013, 0146, 0253, 0207, 0132, 0366, 0003, 0121, 0157, 0032, 0003,
4250 0103, 0060, 0164, 0072, 0222, 0055, 0320, 0167, 0354, 0024, 0075, 0153, 0127, 0263, 0155, 0323,
4251 0152, 0336, 0077, 0164, 0214, 0202, 0227, 0240, 0342, 0070, 0261, 0332, 0335, 0077, 0334, 0122,
4252 0201, 0352, 0364, 0030, 0226, 0133, 0342, 0321, 0257, 0155, 0007, 0340, 0370, 0271, 0041, 0372,
4253 0116, 0236, 0041, 0137, 0254, 0340, 0070, 0016, 0207, 0006, 0056, 0161, 0367, 0137, 0376, 0015,
4254 0127, 0057, 0350, 0040, 0137, 0054, 0343, 0171, 0125, 0312, 0216, 0113, 0331, 0161, 0232, 0043,
4255 0322, 0134, 0076, 0020, 0377, 0230, 0260, 0251, 0241, 0036, 0274, 0030, 0103, 0062, 0235, 0341,
4256 0271, 0327, 0336, 0103, 0153, 0315, 0212, 0316, 0253, 0370, 0353, 0135, 0333, 0270, 0156, 0236,
4257 0046, 0345, 0025, 0111, 0050, 0041, 0141, 0011, 0246, 0134, 0300, 0231, 0270, 0204, 0063, 0172,
4258 0226, 0015, 0327, 0055, 0343, 0371, 0247, 0276, 0303, 0332, 0125, 0135, 0150, 0155, 0330, 0163,
4259 0340, 0075, 0112, 0145, 0227, 0142, 0271, 0202, 0210, 0141, 0172, 0172, 0212, 0122, 0251, 0314,
4260 0300, 0205, 0141, 0106, 0307, 0047, 0311, 0115, 0315, 0120, 0050, 0226, 0321, 0125, 0257, 0066,
4261 0132, 0321, 0272, 0345, 0320, 0240, 0145, 0024, 0252, 0353, 0103, 0143, 0023, 0345, 0170, 0013,
4262 0170, 0151, 0332, 0345, 0157, 0177, 0372, 0032, 0217, 0177, 0145, 0033, 0053, 0227, 0167, 0362,
4263 0364, 0267, 0036, 0342, 0275, 0217, 0017, 0363, 0306, 0273, 0037, 0160, 0370, 0370, 0151, 0332,
4264 0201, 0233, 0172, 0156, 0340, 0256, 0333, 0066, 0107, 0264, 0321, 0332, 0360, 0367, 0373, 0016,
4265 0160, 0146, 0150, 0224, 0334, 0324, 0114, 0115, 0263, 0046, 0234, 0364, 0231, 0350, 0075, 0141,
4266 0330, 0124, 0321, 0275, 0206, 0231, 0125, 0155, 0102, 0327, 0232, 0102, 0112, 0251, 0200, 0016,
4267 0015, 0165, 0172, 0050, 0220, 0066, 0174, 0160, 0362, 0022, 0337, 0376, 0321, 0176, 0276, 0176,
4268 0357, 0255, 0334, 0270, 0242, 0223, 0055, 0233, 0272, 0331, 0262, 0251, 0273, 0245, 0246, 0216,
4269 0237, 0033, 0142, 0317, 0201, 0367, 0070, 0063, 0064, 0312, 0160, 0156, 0012, 0307, 0165, 0353,
4270 0046, 0020, 0215, 0340, 0215, 0061, 0250, 0300, 0352, 0030, 0020, 0343, 0325, 0115, 0017, 0133,
4271 0326, 0102, 0161, 0032, 0325, 0065, 0060, 0236, 0006, 0025, 0056, 0046, 0165, 0205, 0127, 0377,
4272 0331, 0054, 0217, 0075, 0273, 0237, 0073, 0172, 0127, 0163, 0333, 0372, 0125, 0254, 0132, 0166,
4273 0045, 0013, 0073, 0056, 0003, 0140, 0142, 0272, 0300, 0251, 0213, 0043, 0174, 0170, 0164, 0220,
4274 0117, 0116, 0234, 0241, 0134, 0161, 0310, 0115, 0345, 0161, 0034, 0247, 0246, 0305, 0131, 0300,
4275 0023, 0070, 0277, 0011, 0333, 0113, 0243, 0353, 0106, 0237, 0263, 0046, 0262, 0150, 0343, 0054,
4276 0012, 0247, 0201, 0005, 0264, 0001, 0124, 0064, 0324, 0215, 0067, 0373, 0216, 0253, 0371, 0345,
4277 0373, 0107, 0370, 0315, 0301, 0143, 0134, 0326, 0226, 0242, 0055, 0141, 0143, 0133, 0012, 0021,
4278 0103, 0265, 0252, 0251, 0070, 0016, 0371, 0142, 0231, 0122, 0305, 0011, 0172, 0335, 0172, 0360,
4279 0341, 0340, 0330, 0237, 0347, 0006, 0367, 0264, 0366, 0013, 0111, 0021, 0214, 0366, 0242, 0075,
4280 0272, 0270, 0020, 0306, 0030, 0054, 0313, 0252, 0011, 0240, 0265, 0016, 0347, 0357, 0054, 0275,
4281 0274, 0215, 0211, 0174, 0001, 0023, 0233, 0320, 0211, 0350, 0132, 0302, 0152, 0152, 0003, 0205,
4282 0122, 0311, 0243, 0124, 0054, 0327, 0174, 0050, 0236, 0204, 0352, 0032, 0366, 0160, 0372, 0134,
4283 0057, 0114, 0374, 0067, 0046, 0324, 0262, 0326, 0210, 0326, 0134, 0175, 0325, 0022, 0022, 0211,
4284 0004, 0226, 0145, 0205, 0026, 0020, 0100, 0074, 0317, 0223, 0072, 0001, 0134, 0327, 0305, 0266,
4285 0155, 0256, 0135, 0224, 0241, 0177, 0050, 0207, 0150, 0215, 0066, 0136, 0124, 0314, 0205, 0002,
4286 0040, 0365, 0002, 0304, 0207, 0124, 0110, 0375, 0354, 0010, 0152, 0116, 0132, 0077, 0310, 0012,
4287 0007, 0144, 0161, 0137, 0013, 0317, 0032, 0243, 0075, 0214, 0247, 0261, 0304, 0160, 0333, 0332,
4288 0153, 0111, 0245, 0122, 0150, 0035, 0011, 0035, 0150, 0041, 0160, 0342, 0124, 0052, 0045, 0306,
4289 0230, 0362, 0341, 0303, 0207, 0323, 0275, 0275, 0275, 0374, 0341, 0346, 0325, 0240, 0253, 0364,
4290 0235, 0033, 0145, 0060, 0073, 0216, 0150, 0017, 0117, 0033, 0104, 0173, 0021, 0330, 0060, 0264,
4291 0372, 0033, 0235, 0061, 0376, 0006, 0200, 0115, 0203, 0060, 0142, 0304, 0177, 0247, 0021, 0214,
4292 0150, 0277, 0335, 0325, 0125, 0237, 0022, 0272, 0066, 0361, 0010, 0367, 0017, 0054, 0005, 0235,
4293 0127, 0137, 0311, 0335, 0033, 0327, 0360, 0305, 0337, 0333, 0114, 0072, 0235, 0246, 0277, 0277,
4294 0037, 0021, 0161, 0214, 0061, 0125, 0245, 0224, 0006, 0174, 0013, 0070, 0216, 0043, 0042, 0362,
4295 0346, 0213, 0057, 0276, 0170, 0157, 0167, 0167, 0067, 0155, 0155, 0155, 0174, 0351, 0326, 0365,
4296 0174, 0161, 0363, 0015, 0321, 0306, 0102, 0030, 0272, 0076, 0313, 0206, 0165, 0253, 0324, 0077,
4297 0127, 0173, 0130, 0227, 0240, 0054, 0013, 0333, 0266, 0111, 0245, 0122, 0244, 0323, 0151, 0224,
4298 0122, 0354, 0331, 0263, 0007, 0021, 0371, 0004, 0050, 0033, 0143, 0264, 0155, 0333, 0021, 0205,
4299 0114, 0062, 0231, 0174, 0162, 0357, 0336, 0275, 0167, 0000, 0351, 0355, 0333, 0267, 0263, 0141,
4300 0303, 0006, 0224, 0122, 0144, 0062, 0231, 0131, 0201, 0205, 0021, 0353, 0377, 0142, 0137, 0070,
4301 0176, 0016, 0035, 0326, 0262, 0054, 0264, 0326, 0034, 0071, 0162, 0204, 0275, 0173, 0367, 0262,
4302 0157, 0337, 0076, 0007, 0370, 0241, 0061, 0246, 0000, 0270, 0216, 0343, 0030, 0005, 0260, 0155,
4303 0333, 0066, 0225, 0313, 0345, 0022, 0375, 0375, 0375, 0133, 0252, 0325, 0352, 0023, 0112, 0251,
4304 0333, 0155, 0333, 0126, 0112, 0251, 0266, 0140, 0117, 0152, 0316, 0235, 0372, 0317, 0263, 0063,
4305 0377, 0151, 0337, 0253, 0253, 0216, 0215, 0161, 0200, 0117, 0200, 0037, 0052, 0245, 0336, 0021,
4306 0221, 0111, 0143, 0114, 0021, 0360, 0242, 0314, 0320, 0323, 0323, 0143, 0271, 0256, 0233, 0164,
4307 0034, 0247, 0335, 0165, 0335, 0171, 0236, 0347, 0135, 0016, 0264, 0053, 0245, 0222, 0112, 0251,
4308 0150, 0117, 0052, 0366, 0002, 0325, 0012, 0314, 0147, 0335, 0315, 0237, 0345, 0171, 0370, 0177,
4309 0022, 0042, 0042, 0306, 0030, 0343, 0001, 0145, 0021, 0311, 0033, 0143, 0212, 0226, 0145, 0225,
4310 0075, 0317, 0253, 0002, 0046, 0016, 0102, 0335, 0174, 0363, 0315, 0312, 0161, 0034, 0273, 0122,
4311 0251, 0044, 0265, 0326, 0111, 0327, 0165, 0023, 0112, 0051, 0273, 0021, 0074, 0200, 0155, 0333,
4312 0352, 0263, 0320, 0145, 0256, 0147, 0055, 0346, 0076, 0022, 0243, 0247, 0030, 0143, 0264, 0210,
4313 0170, 0042, 0122, 0325, 0132, 0127, 0001, 0035, 0174, 0107, 0124, 0253, 0377, 0140, 0271, 0351,
4314 0246, 0233, 0324, 0304, 0304, 0204, 0125, 0255, 0126, 0125, 0020, 0142, 0125, 0243, 0231, 0333,
4315 0333, 0333, 0325, 0347, 0321, 0166, 0253, 0147, 0216, 0343, 0064, 0226, 0010, 0322, 0100, 0067,
4316 0161, 0135, 0327, 0337, 0031, 0017, 0200, 0207, 0017, 0376, 0027, 0025, 0341, 0220, 0134, 0063,
4317 0000, 0206, 0271, 0000, 0000, 0000, 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0255,
4318 0263, 0005, 0172, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153, 0171,
4319 0055, 0155, 0145, 0164, 0141, 0055, 0156, 0157, 0156, 0145, 0056, 0160, 0156, 0147, 0000, 0000,
4320 0172, 0002, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0001, 0172, 0002, 0205, 0375, 0211,
4321 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000, 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000,
4322 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010, 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207,
4323 0000, 0000, 0000, 0006, 0142, 0113, 0107, 0104, 0000, 0377, 0000, 0377, 0000, 0377, 0240, 0275,
4324 0247, 0223, 0000, 0000, 0000, 0011, 0160, 0110, 0131, 0163, 0000, 0000, 0013, 0022, 0000, 0000,
4325 0013, 0022, 0001, 0322, 0335, 0176, 0374, 0000, 0000, 0000, 0007, 0164, 0111, 0115, 0105, 0007,
4326 0323, 0005, 0025, 0024, 0057, 0043, 0134, 0015, 0256, 0117, 0000, 0000, 0002, 0007, 0111, 0104,
4327 0101, 0124, 0170, 0234, 0355, 0231, 0113, 0156, 0203, 0060, 0024, 0105, 0057, 0125, 0104, 0154,
4328 0223, 0021, 0122, 0366, 0277, 0237, 0154, 0304, 0004, 0024, 0062, 0213, 0224, 0200, 0115, 0047,
4329 0175, 0125, 0042, 0071, 0340, 0317, 0063, 0264, 0125, 0317, 0024, 0033, 0356, 0361, 0017, 0203,
4330 0213, 0323, 0351, 0204, 0337, 0314, 0307, 0326, 0001, 0122, 0371, 0027, 0330, 0232, 0235, 0107,
4331 0231, 0051, 0173, 0212, 0171, 0212, 0271, 0213, 0163, 0002, 0133, 0007, 0047, 0050, 0207, 0123,
4332 0344, 0335, 0020, 0372, 0051, 0341, 0237, 0161, 0146, 0372, 0223, 0163, 0340, 0333, 0264, 0256,
4333 0153, 0334, 0357, 0167, 0354, 0367, 0373, 0350, 0007, 0024, 0105, 0201, 0335, 0156, 0207, 0141,
4334 0030, 0202, 0353, 0366, 0175, 0357, 0312, 0366, 0062, 0224, 0026, 0173, 0040, 0045, 0374, 0064,
4335 0115, 0270, 0134, 0056, 0260, 0326, 0242, 0054, 0313, 0340, 0372, 0165, 0135, 0057, 0226, 0311,
4336 0066, 0204, 0246, 0151, 0302, 0365, 0172, 0005, 0000, 0164, 0135, 0027, 0055, 0261, 0104, 0026,
4337 0201, 0347, 0360, 0104, 0333, 0266, 0260, 0326, 0046, 0365, 0250, 0013, 0166, 0001, 0127, 0170,
4338 0242, 0155, 0133, 0030, 0143, 0130, 0045, 0130, 0005, 0346, 0302, 0023, 0044, 0041, 0204, 0140,
4339 0171, 0046, 0253, 0300, 0122, 0170, 0202, 0123, 0202, 0115, 0300, 0261, 0344, 0315, 0162, 0076,
4340 0237, 0141, 0214, 0201, 0224, 0062, 0351, 0271, 0054, 0002, 0241, 0341, 0011, 0016, 0211, 0144,
4341 0201, 0330, 0360, 0104, 0323, 0064, 0060, 0306, 0100, 0051, 0025, 0125, 0077, 0111, 0040, 0065,
4342 0074, 0321, 0064, 0015, 0306, 0161, 0214, 0222, 0210, 0026, 0340, 0012, 0117, 0120, 0117, 0124,
4343 0125, 0025, 0124, 0057, 0112, 0200, 0073, 0074, 0241, 0265, 0306, 0070, 0216, 0101, 0022, 0301,
4344 0002, 0271, 0302, 0023, 0044, 0161, 0070, 0034, 0274, 0312, 0007, 0011, 0344, 0016, 0117, 0150,
4345 0255, 0061, 0014, 0203, 0227, 0204, 0317, 0047, 0345, 0152, 0301, 0237, 0321, 0132, 0157, 0273,
4346 0033, 0345, 0340, 0166, 0273, 0055, 0226, 0361, 0022, 0360, 0151, 0011, 0156, 0204, 0020, 0136,
4347 0313, 0252, 0167, 0017, 0254, 0051, 0341, 0033, 0036, 0010, 0034, 0102, 0153, 0110, 0204, 0204,
4348 0007, 0042, 0346, 0100, 0116, 0011, 0051, 0145, 0360, 0333, 0070, 0152, 0022, 0347, 0220, 0020,
4349 0102, 0104, 0155, 0352, 0242, 0127, 0041, 0116, 0211, 0230, 0226, 0047, 0222, 0226, 0121, 0016,
4350 0011, 0051, 0345, 0266, 0333, 0351, 0024, 0211, 0324, 0360, 0000, 0323, 0213, 0054, 0106, 0202,
4351 0043, 0074, 0300, 0370, 0046, 0016, 0221, 0120, 0112, 0261, 0204, 0007, 0230, 0267, 0022, 0076,
4352 0022, 0122, 0112, 0266, 0077, 0022, 0100, 0206, 0275, 0320, 0234, 0004, 0147, 0313, 0023, 0131,
4353 0066, 0163, 0056, 0211, 0252, 0252, 0130, 0133, 0236, 0310, 0266, 0033, 0175, 0226, 0120, 0112,
4354 0261, 0377, 0122, 0044, 0026, 0277, 0007, 0312, 0262, 0304, 0343, 0361, 0210, 0272, 0371, 0032,
4355 0173, 0047, 0227, 0100, 0201, 0257, 0063, 0202, 0276, 0357, 0161, 0074, 0036, 0137, 0057, 0026,
4356 0263, 0107, 0126, 0121, 0274, 0273, 0247, 0265, 0326, 0225, 0355, 0205, 0305, 0036, 0350, 0272,
4357 0056, 0052, 0324, 0132, 0274, 0233, 0003, 0374, 0315, 0234, 0216, 0063, 0323, 0134, 0017, 0120,
4358 0205, 0255, 0017, 0374, 0242, 0217, 0131, 0275, 0156, 0260, 0065, 0077, 0372, 0243, 0336, 0207,
4359 0177, 0201, 0255, 0371, 0004, 0070, 0005, 0264, 0026, 0074, 0257, 0135, 0142, 0000, 0000, 0000,
4360 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0056, 0255, 0015, 0260, 0000, 0050, 0165,
4361 0165, 0141, 0171, 0051, 0141, 0170, 0055, 0153, 0145, 0171, 0055, 0142, 0141, 0163, 0145, 0056,
4362 0160, 0156, 0147, 0000, 0000, 0000, 0000, 0000, 0337, 0001, 0000, 0000, 0001, 0000, 0000, 0000,
4363 0170, 0332, 0001, 0337, 0001, 0040, 0376, 0211, 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000,
4364 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000, 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010,
4365 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207, 0000, 0000, 0001, 0246, 0111, 0104, 0101, 0124,
4366 0170, 0234, 0355, 0231, 0133, 0216, 0302, 0060, 0014, 0105, 0323, 0152, 0366, 0321, 0354, 0177,
4367 0077, 0135, 0117, 0347, 0143, 0064, 0125, 0046, 0370, 0161, 0257, 0343, 0320, 0216, 0250, 0045,
4368 0324, 0320, 0044, 0160, 0016, 0266, 0043, 0020, 0245, 0074, 0361, 0304, 0147, 0307, 0002, 0254,
4369 0071, 0246, 0123, 0330, 0141, 0062, 0132, 0223, 0127, 0203, 0367, 0041, 0262, 0152, 0002, 0167,
4370 0203, 0377, 0215, 0027, 0336, 0057, 0157, 0307, 0276, 0357, 0077, 0073, 0227, 0345, 0274, 0266,
4371 0143, 0346, 0332, 0217, 0245, 0347, 0175, 0324, 0132, 0315, 0171, 0151, 0367, 0371, 0351, 0173,
4372 0360, 0021, 0160, 0126, 0240, 0224, 0122, 0266, 0155, 0123, 0231, 0335, 0014, 0150, 0240, 0310,
4373 0075, 0117, 0206, 0221, 0320, 0302, 0024, 0350, 0337, 0024, 0025, 0261, 0256, 0157, 0025, 0150,
4374 0041, 0075, 0170, 0026, 0334, 0022, 0112, 0023, 0150, 0301, 0054, 0320, 0053, 0263, 0000, 0225,
4375 0120, 0266, 0310, 0333, 0004, 0044, 0260, 0110, 0123, 0317, 0224, 0200, 0113, 0350, 0256, 0131,
4376 0160, 0063, 0220, 0055, 0242, 0335, 0213, 0112, 0014, 0065, 0361, 0035, 0262, 0100, 0145, 0040,
4377 0273, 0234, 0246, 0013, 0364, 0340, 0022, 0030, 0042, 0242, 0255, 0325, 0200, 0031, 0011, 0050,
4378 0003, 0010, 0154, 0146, 0026, 0030, 0211, 0241, 0014, 0040, 0142, 0236, 0310, 0124, 0001, 0111,
4379 0246, 0177, 0216, 0224, 0010, 0323, 0324, 0154, 0120, 0247, 0220, 0004, 0056, 0101, 0042, 0343,
4380 0036, 0074, 0052, 0021, 0072, 0205, 0044, 0160, 0015, 0170, 0244, 0231, 0207, 0005, 0264, 0332,
4381 0144, 0104, 0172, 0310, 0354, 0054, 0320, 0137, 0247, 0255, 0373, 0126, 0137, 0170, 0345, 0064,
4382 0115, 0140, 0124, 0106, 0232, 0317, 0154, 0146, 0272, 0211, 0275, 0271, 0221, 0162, 0352, 0307,
4383 0110, 0320, 0137, 0346, 0264, 0071, 0057, 0053, 0310, 0170, 0232, 0200, 0007, 0353, 0315, 0107,
4384 0312, 0151, 0212, 0000, 0002, 0053, 0101, 0153, 0367, 0062, 0262, 0020, 0356, 0001, 0151, 0235,
4385 0325, 0023, 0136, 0203, 0267, 0340, 0151, 0002, 0010, 0040, 0263, 0126, 0353, 0213, 0351, 0002,
4386 0022, 0304, 0350, 0132, 0253, 0234, 0332, 0253, 0027, 0303, 0075, 0300, 0254, 0365, 0216, 0135,
4387 0355, 0150, 0265, 0042, 0054, 0200, 0300, 0061, 0353, 0265, 0162, 0362, 0142, 0345, 0160, 0175,
4388 0070, 0166, 0275, 0046, 0203, 0276, 0336, 0160, 0006, 0064, 0250, 0350, 0076, 0355, 0150, 0325,
4389 0042, 0135, 0040, 0043, 0230, 0262, 0224, 0112, 0350, 0334, 0125, 0153, 0115, 0304, 0302, 0343,
4390 0070, 0216, 0363, 0261, 0256, 0177, 0020, 0137, 0214, 0064, 0305, 0177, 0363, 0027, 0223, 0225,
4391 0243, 0273, 0111, 0210, 0254, 0110, 0267, 0135, 0055, 0022, 0377, 0305, 0377, 0304, 0023, 0037,
4392 0020, 0337, 0235, 0122, 0033, 0251, 0375, 0346, 0171, 0165, 0000, 0000, 0000, 0000, 0111, 0105,
4393 0116, 0104, 0256, 0102, 0140, 0202, 0246, 0256, 0333, 0200, 0000, 0050, 0165, 0165, 0141, 0171,
4394 0051, 0167, 0151, 0156, 0144, 0157, 0167, 0055, 0142, 0165, 0164, 0164, 0157, 0156, 0163, 0055,
4395 0155, 0145, 0156, 0165, 0056, 0165, 0151, 0000, 0171, 0001, 0000, 0000, 0001, 0000, 0000, 0000,
4396 0170, 0332, 0235, 0220, 0101, 0012, 0302, 0060, 0020, 0105, 0367, 0236, 0042, 0314, 0276, 0215,
4397 0356, 0323, 0024, 0157, 0340, 0015, 0144, 0322, 0116, 0041, 0220, 0114, 0044, 0231, 0132, 0275,
4398 0275, 0255, 0112, 0101, 0212, 0013, 0335, 0176, 0346, 0315, 0177, 0174, 0323, 0336, 0142, 0120,
4399 0127, 0312, 0305, 0047, 0156, 0340, 0120, 0357, 0241, 0265, 0073, 0343, 0131, 0050, 0017, 0330,
4400 0221, 0065, 0221, 0170, 0124, 0276, 0157, 0140, 0362, 0334, 0247, 0251, 0162, 0243, 0110, 0342,
4401 0122, 0055, 0071, 0130, 0123, 0250, 0223, 0031, 0265, 0306, 0013, 0105, 0153, 0120, 0044, 0373,
4402 0371, 0204, 0024, 0143, 0244, 0006, 0002, 0072, 0012, 0240, 0044, 0043, 0227, 0200, 0202, 0056,
4403 0314, 0341, 0235, 0012, 0330, 0363, 0051, 0323, 0100, 0231, 0270, 0243, 0142, 0364, 0312, 0155,
4404 0137, 0340, 0263, 0000, 0354, 0147, 0177, 0175, 0371, 0202, 0353, 0227, 0310, 0317, 0072, 0107,
4405 0227, 0106, 0371, 0107, 0004, 0067, 0340, 0133, 0101, 0257, 0333, 0350, 0145, 0254, 0045, 0137,
4406 0147, 0335, 0075, 0000, 0026, 0156, 0211, 0303, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0155,
4407 0157, 0165, 0163, 0145, 0153, 0145, 0171, 0163, 0055, 0142, 0141, 0163, 0145, 0056, 0160, 0156,
4408 0147, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0037, 0012, 0000, 0000, 0001, 0000, 0000, 0000,
4409 0170, 0332, 0001, 0037, 0012, 0340, 0365, 0211, 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000,
4410 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000, 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010,
4411 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207, 0000, 0000, 0000, 0006, 0142, 0113, 0107, 0104,
4412 0000, 0377, 0000, 0102, 0000, 0076, 0201, 0130, 0070, 0366, 0000, 0000, 0000, 0011, 0160, 0110,
4413 0131, 0163, 0000, 0000, 0013, 0022, 0000, 0000, 0013, 0022, 0001, 0322, 0335, 0176, 0374, 0000,
4414 0000, 0000, 0007, 0164, 0111, 0115, 0105, 0007, 0323, 0007, 0007, 0000, 0015, 0056, 0036, 0361,
4415 0123, 0012, 0000, 0000, 0011, 0254, 0111, 0104, 0101, 0124, 0170, 0234, 0255, 0232, 0115, 0154,
4416 0033, 0307, 0025, 0307, 0177, 0313, 0135, 0222, 0222, 0114, 0112, 0252, 0055, 0231, 0266, 0034,
4417 0123, 0261, 0343, 0272, 0211, 0023, 0260, 0105, 0335, 0044, 0050, 0214, 0004, 0075, 0044, 0265,
4418 0321, 0203, 0213, 0302, 0227, 0136, 0212, 0336, 0214, 0264, 0207, 0036, 0002, 0344, 0130, 0241,
4419 0100, 0157, 0351, 0241, 0161, 0021, 0364, 0043, 0067, 0003, 0051, 0320, 0113, 0017, 0276, 0064,
4420 0207, 0040, 0150, 0057, 0161, 0220, 0330, 0256, 0235, 0306, 0001, 0022, 0313, 0206, 0076, 0150,
4421 0112, 0026, 0143, 0113, 0262, 0050, 0222, 0313, 0375, 0354, 0141, 0336, 0220, 0043, 0152, 0151,
4422 0122, 0262, 0037, 0260, 0330, 0257, 0231, 0331, 0377, 0177, 0336, 0233, 0231, 0367, 0336, 0254,
4423 0305, 0356, 0044, 0005, 0344, 0200, 0161, 0071, 0133, 0200, 0017, 0004, 0100, 0150, 0224, 0001,
4424 0210, 0344, 0154, 0003, 0016, 0220, 0006, 0142, 0140, 0023, 0130, 0227, 0263, 0056, 0263, 0143,
4425 0261, 0166, 0120, 0326, 0006, 0262, 0300, 0050, 0160, 0020, 0070, 0011, 0174, 0017, 0050, 0001,
4426 0031, 0001, 0034, 0033, 0044, 0262, 0122, 0317, 0227, 0357, 0070, 0162, 0216, 0000, 0017, 0370,
4427 0037, 0160, 0003, 0270, 0006, 0054, 0003, 0033, 0100, 0213, 0116, 0007, 0074, 0021, 0002, 0051,
4428 0001, 0367, 0013, 0340, 0133, 0300, 0123, 0162, 0034, 0006, 0012, 0300, 0044, 0252, 0007, 0155,
4429 0140, 0104, 0352, 0004, 0102, 0044, 0043, 0367, 0236, 0101, 0000, 0240, 0041, 0040, 0163, 0300,
4430 0067, 0300, 0012, 0120, 0006, 0356, 0312, 0261, 0006, 0270, 0300, 0337, 0031, 0100, 0063, 0111,
4431 0004, 0164, 0117, 0357, 0001, 0176, 0011, 0034, 0000, 0246, 0004, 0364, 0041, 0171, 0236, 0023,
4432 0220, 0165, 0001, 0370, 0000, 0325, 0173, 0261, 0200, 0113, 0322, 0200, 0055, 0347, 0054, 0260,
4433 0117, 0010, 0356, 0221, 0147, 0233, 0322, 0126, 0105, 0310, 0054, 0001, 0367, 0200, 0213, 0362,
4434 0274, 0247, 0146, 0272, 0011, 0014, 0003, 0117, 0003, 0157, 0010, 0360, 0247, 0120, 0346, 0062,
4435 0002, 0014, 0011, 0210, 0165, 0124, 0057, 0076, 0000, 0046, 0200, 0157, 0003, 0127, 0076, 0371,
4436 0344, 0223, 0027, 0013, 0205, 0002, 0251, 0224, 0062, 0375, 0050, 0212, 0210, 0343, 0270, 0175,
4437 0037, 0206, 0041, 0053, 0053, 0053, 0234, 0072, 0165, 0352, 0012, 0360, 0042, 0060, 0013, 0334,
4438 0027, 0062, 0043, 0250, 0361, 0024, 0242, 0172, 0277, 0201, 0062, 0253, 0273, 0102, 0344, 0257,
4439 0300, 0074, 0320, 0354, 0046, 0340, 0030, 0327, 0303, 0050, 0233, 0236, 0001, 0216, 0113, 0243,
4440 0071, 0324, 0240, 0173, 0370, 0332, 0153, 0257, 0215, 0115, 0117, 0117, 0363, 0302, 0013, 0057,
4441 0344, 0236, 0175, 0366, 0131, 0034, 0307, 0341, 0365, 0327, 0137, 0377, 0257, 0356, 0341, 0311,
4442 0311, 0111, 0216, 0034, 0071, 0102, 0034, 0307, 0000, 0333, 0316, 0000, 0101, 0020, 0350, 0116,
4443 0363, 0201, 0332, 0207, 0037, 0176, 0370, 0303, 0040, 0010, 0370, 0352, 0253, 0257, 0270, 0171,
4444 0363, 0046, 0013, 0013, 0013, 0334, 0271, 0163, 0147, 0154, 0156, 0156, 0256, 0205, 0062, 0317,
4445 0243, 0102, 0346, 0070, 0360, 0073, 0324, 0270, 0331, 0102, 0102, 0023, 0260, 0121, 0046, 0162,
4446 0026, 0370, 0276, 0220, 0171, 0370, 0312, 0053, 0257, 0344, 0246, 0246, 0246, 0050, 0225, 0112,
4447 0373, 0117, 0236, 0074, 0311, 0261, 0143, 0307, 0330, 0273, 0167, 0057, 0043, 0043, 0043, 0054,
4448 0055, 0055, 0041, 0275, 0345, 0001, 0136, 0052, 0225, 0042, 0212, 0242, 0236, 0340, 0343, 0070,
4449 0306, 0266, 0155, 0164, 0171, 0300, 0175, 0346, 0231, 0147, 0230, 0232, 0232, 0342, 0345, 0227,
4450 0137, 0146, 0165, 0165, 0225, 0333, 0267, 0157, 0163, 0355, 0332, 0065, 0156, 0334, 0270, 0221,
4451 0255, 0124, 0052, 0331, 0313, 0227, 0057, 0257, 0013, 0221, 0034, 0160, 0132, 0064, 0066, 0217,
4452 0141, 0116, 0232, 0100, 0026, 0170, 0036, 0370, 0061, 0312, 0346, 0346, 0337, 0176, 0373, 0355,
4453 0227, 0112, 0245, 0022, 0305, 0142, 0221, 0311, 0311, 0111, 0106, 0107, 0107, 0111, 0247, 0323,
4454 0130, 0226, 0262, 0072, 0155, 0032, 0046, 0100, 0175, 0044, 0201, 0007, 0332, 0004, 0265, 0244,
4455 0122, 0051, 0262, 0331, 0054, 0331, 0154, 0226, 0361, 0361, 0161, 0016, 0037, 0076, 0114, 0251,
4456 0124, 0142, 0171, 0171, 0231, 0371, 0371, 0171, 0316, 0234, 0071, 0363, 0324, 0314, 0314, 0314,
4457 0147, 0102, 0342, 0247, 0300, 0025, 0324, 0370, 0150, 0153, 0101, 0023, 0110, 0243, 0154, 0175,
4458 0034, 0245, 0342, 0133, 0347, 0316, 0235, 0173, 0351, 0320, 0241, 0103, 0244, 0323, 0351, 0155,
4459 0140, 0101, 0331, 0064, 0152, 0134, 0144, 0200, 0041, 0337, 0367, 0373, 0152, 0240, 0273, 0216,
4460 0334, 0003, 0140, 0131, 0026, 0226, 0145, 0061, 0066, 0066, 0306, 0360, 0360, 0060, 0007, 0016,
4461 0034, 0140, 0172, 0172, 0232, 0231, 0231, 0231, 0133, 0300, 0176, 0301, 0066, 0045, 0130, 0267,
4462 0021, 0320, 0263, 0303, 0220, 0334, 0107, 0343, 0343, 0343, 0144, 0263, 0131, 0172, 0211, 0174,
4463 0074, 0043, 0015, 0146, 0202, 0040, 0350, 0253, 0001, 0337, 0367, 0267, 0324, 0061, 0011, 0370,
4464 0276, 0217, 0357, 0373, 0004, 0101, 0100, 0030, 0206, 0244, 0122, 0051, 0206, 0206, 0206, 0100,
4465 0115, 0245, 0172, 0112, 0316, 0321, 0131, 0040, 0267, 0020, 0350, 0026, 0053, 0251, 0327, 0115,
4466 0221, 0367, 0036, 0152, 0100, 0172, 0226, 0145, 0155, 0323, 0200, 0171, 0035, 0307, 0261, 0066,
4467 0277, 0166, 0035, 0375, 0015, 0023, 0274, 0171, 0155, 0014, 0372, 0366, 0147, 0273, 0161, 0230,
4468 0032, 0320, 0053, 0051, 0200, 0145, 0202, 0110, 0022, 0307, 0161, 0240, 0063, 0210, 0135, 0333,
4469 0266, 0373, 0152, 0100, 0000, 0267, 0353, 0070, 0216, 0323, 0023, 0274, 0276, 0026, 0154, 0272,
4470 0261, 0124, 0027, 0241, 0055, 0004, 0322, 0162, 0000, 0070, 0375, 0010, 0164, 0113, 0034, 0307,
4471 0175, 0065, 0320, 0335, 0346, 0243, 0300, 0007, 0101, 0200, 0347, 0171, 0032, 0243, 0306, 0225,
4472 0356, 0105, 0040, 0226, 0136, 0011, 0344, 0076, 0320, 0263, 0115, 0057, 0111, 0032, 0304, 0375,
4473 0064, 0040, 0046, 0321, 0256, 0323, 0152, 0265, 0172, 0202, 0367, 0175, 0137, 0177, 0043, 0060,
4474 0160, 0171, 0164, 0264, 0261, 0215, 0100, 0154, 0260, 0213, 0007, 0044, 0260, 0145, 0020, 0367,
4475 0323, 0200, 0020, 0150, 0327, 0361, 0074, 0257, 0047, 0170, 0061, 0037, 0215, 0315, 0062, 0256,
4476 0023, 0011, 0230, 0205, 0007, 0222, 0244, 0101, 0334, 0155, 0046, 0335, 0332, 0350, 0036, 0304,
4477 0141, 0030, 0366, 0003, 0337, 0027, 0327, 0256, 0007, 0261, 0210, 0213, 0162, 0264, 0032, 0111,
4478 0053, 0161, 0067, 0011, 0041, 0335, 0220, 0072, 0256, 0236, 0151, 0372, 0200, 0177, 0362, 0203,
4479 0070, 0212, 0042, 0032, 0215, 0006, 0164, 0202, 0223, 0160, 0007, 0032, 0010, 0245, 0116, 0272,
4480 0126, 0253, 0321, 0152, 0265, 0210, 0242, 0050, 0021, 0274, 0324, 0173, 0262, 0203, 0070, 0216,
4481 0143, 0134, 0327, 0325, 0276, 0320, 0050, 0312, 0217, 0312, 0054, 0055, 0055, 0151, 0033, 0067,
4482 0347, 0160, 0154, 0333, 0106, 0117, 0261, 0325, 0152, 0025, 0324, 0030, 0260, 0201, 0321, 0245,
4483 0245, 0045, 0012, 0205, 0002, 0266, 0155, 0267, 0313, 0233, 0042, 0030, 0036, 0177, 0020, 0107,
4484 0121, 0204, 0347, 0171, 0270, 0256, 0313, 0306, 0306, 0006, 0345, 0162, 0231, 0053, 0127, 0256,
4485 0150, 0002, 0031, 0140, 0372, 0314, 0231, 0063, 0327, 0351, 0054, 0361, 0332, 0327, 0107, 0236,
4486 0271, 0162, 0075, 0014, 0114, 0313, 0373, 0321, 0353, 0327, 0257, 0143, 0333, 0066, 0023, 0023,
4487 0023, 0354, 0331, 0263, 0207, 0154, 0066, 0233, 0344, 0272, 0014, 0074, 0210, 0315, 0227, 0226,
4488 0347, 0171, 0324, 0152, 0065, 0232, 0315, 0046, 0205, 0102, 0341, 0055, 0124, 0174, 0060, 0211,
4489 0362, 0113, 0016, 0240, 0042, 0264, 0275, 0322, 0073, 0373, 0121, 0261, 0201, 0266, 0001, 0075,
4490 0323, 0040, 0317, 0074, 0271, 0116, 0243, 0354, 0070, 0000, 0162, 0027, 0056, 0134, 0130, 0100,
4491 0105, 0140, 0367, 0200, 0052, 0052, 0102, 0273, 0007, 0154, 0174, 0374, 0361, 0307, 0177, 0063,
4492 0126, 0142, 0215, 0153, 0233, 0135, 0167, 0233, 0120, 0044, 0037, 0031, 0377, 0364, 0323, 0117,
4493 0071, 0173, 0366, 0354, 0173, 0250, 0200, 0343, 0147, 0050, 0147, 0157, 0130, 0336, 0147, 0351,
4494 0314, 0046, 0055, 0351, 0345, 0065, 0124, 0144, 0245, 0011, 0044, 0151, 0040, 0047, 0304, 0207,
4495 0205, 0110, 0136, 0332, 0077, 0054, 0155, 0065, 0121, 0201, 0314, 0362, 0251, 0123, 0247, 0336,
4496 0273, 0160, 0341, 0302, 0171, 0224, 0023, 0147, 0033, 0035, 0261, 0205, 0204, 0145, 0064, 0374,
4497 0163, 0340, 0367, 0300, 0230, 0364, 0104, 0115, 0256, 0065, 0030, 0107, 0236, 0151, 0240, 0367,
4498 0201, 0215, 0167, 0336, 0171, 0347, 0334, 0364, 0364, 0064, 0305, 0142, 0221, 0174, 0076, 0257,
4499 0272, 0334, 0367, 0361, 0074, 0217, 0050, 0212, 0110, 0245, 0122, 0244, 0122, 0051, 0302, 0060,
4500 0144, 0175, 0175, 0235, 0205, 0205, 0005, 0312, 0345, 0062, 0063, 0063, 0063, 0377, 0104, 0231,
4501 0340, 0204, 0101, 0054, 0057, 0332, 0321, 0241, 0352, 0103, 0171, 0066, 0051, 0327, 0277, 0005,
4502 0376, 0141, 0164, 0124, 0233, 0300, 0020, 0312, 0337, 0376, 0223, 0364, 0110, 0204, 0232, 0356,
4503 0142, 0240, 0366, 0352, 0253, 0257, 0036, 0236, 0232, 0232, 0342, 0304, 0211, 0023, 0234, 0070,
4504 0161, 0202, 0142, 0261, 0110, 0241, 0120, 0140, 0144, 0144, 0204, 0164, 0072, 0115, 0072, 0235,
4505 0326, 0276, 0021, 0121, 0024, 0045, 0036, 0141, 0030, 0022, 0004, 0001, 0256, 0353, 0342, 0272,
4506 0056, 0236, 0347, 0121, 0257, 0327, 0251, 0126, 0253, 0124, 0052, 0025, 0146, 0147, 0147, 0231,
4507 0235, 0235, 0245, 0132, 0255, 0162, 0365, 0352, 0325, 0262, 0000, 0267, 0120, 0221, 0141, 0012,
4508 0025, 0302, 0376, 0006, 0270, 0144, 0150, 0264, 0115, 0040, 0013, 0374, 0004, 0370, 0213, 0260,
4509 0255, 0001, 0263, 0157, 0276, 0371, 0346, 0017, 0216, 0035, 0073, 0306, 0321, 0243, 0107, 0051,
4510 0026, 0213, 0114, 0114, 0114, 0220, 0313, 0345, 0110, 0247, 0323, 0330, 0266, 0215, 0145, 0131,
4511 0204, 0141, 0330, 0023, 0164, 0277, 0103, 0057, 0144, 0236, 0347, 0261, 0271, 0271, 0311, 0203,
4512 0007, 0017, 0250, 0124, 0052, 0054, 0056, 0056, 0262, 0270, 0270, 0310, 0373, 0357, 0277, 0177,
4513 0025, 0025, 0163, 0347, 0305, 0052, 0176, 0005, 0374, 0013, 0145, 0266, 0333, 0010, 0374, 0010,
4514 0370, 0063, 0052, 0150, 0370, 0372, 0243, 0217, 0076, 0372, 0356, 0163, 0317, 0075, 0327, 0163,
4515 0166, 0320, 0316, 0333, 0240, 0100, 0007, 0051, 0247, 0035, 0270, 0126, 0253, 0105, 0263, 0331,
4516 0144, 0156, 0156, 0216, 0363, 0347, 0317, 0177, 0016, 0174, 0007, 0025, 0211, 0375, 0032, 0370,
4517 0217, 0111, 0240, 0173, 0020, 0267, 0344, 0130, 0073, 0176, 0374, 0070, 0007, 0017, 0036, 0044,
4518 0111, 0064, 0370, 0307, 0351, 0375, 0244, 0043, 0216, 0343, 0266, 0111, 0346, 0162, 0071, 0275,
4519 0262, 0257, 0031, 0270, 0172, 0256, 0003, 0320, 0111, 0375, 0331, 0320, 0136, 0104, 0266, 0311,
4520 0156, 0115, 0145, 0220, 0162, 0217, 0220, 0055, 0330, 0172, 0021, 0010, 0061, 0362, 0233, 0111,
4521 0004, 0166, 0013, 0154, 0267, 0340, 0015, 0327, 0043, 0020, 0154, 0333, 0222, 0133, 0335, 0316,
4522 0234, 0116, 0001, 0156, 0131, 0211, 0167, 0142, 0357, 0073, 0325, 0300, 0243, 0174, 0056, 0301,
4523 0020, 0323, 0311, 0253, 0366, 0164, 0346, 0164, 0101, 0175, 0216, 0115, 0107, 0354, 0161, 0115,
4524 0143, 0067, 0340, 0365, 0267, 0331, 0352, 0041, 0364, 0134, 0211, 0043, 0072, 0256, 0261, 0257,
4525 0011, 0074, 0051, 0363, 0110, 0042, 0072, 0210, 0030, 0004, 0364, 0212, 0357, 0322, 0225, 0360,
4526 0065, 0163, 0370, 0233, 0164, 0026, 0210, 0221, 0325, 0325, 0125, 0164, 0224, 0365, 0050, 0140,
4527 0203, 0034, 0273, 0001, 0037, 0105, 0021, 0247, 0117, 0237, 0176, 0213, 0116, 0326, 0333, 0045,
4528 0141, 0057, 0301, 0044, 0260, 0001, 0174, 0216, 0162, 0035, 0016, 0226, 0112, 0245, 0077, 0326,
4529 0353, 0365, 0035, 0001, 0353, 0107, 0164, 0120, 0360, 0000, 0255, 0126, 0013, 0324, 0232, 0164,
4530 0120, 0060, 0175, 0056, 0030, 0267, 0064, 0142, 0256, 0003, 0165, 0224, 0043, 0025, 0040, 0016,
4531 0126, 0255, 0126, 0043, 0223, 0311, 0074, 0021, 0373, 0337, 0151, 0226, 0243, 0331, 0154, 0202,
4532 0162, 0362, 0366, 0011, 0246, 0145, 0301, 0270, 0245, 0041, 0323, 0361, 0256, 0003, 0067, 0121,
4533 0076, 0207, 0003, 0354, 0133, 0137, 0137, 0157, 0147, 0312, 0036, 0247, 0367, 0167, 0223, 0242,
4534 0251, 0327, 0353, 0010, 0170, 0107, 0060, 0335, 0024, 0214, 0133, 0304, 0044, 0340, 0002, 0267,
4535 0120, 0073, 0046, 0001, 0260, 0267, 0134, 0056, 0267, 0103, 0276, 0335, 0332, 0377, 0156, 0044,
4536 0010, 0002, 0356, 0335, 0273, 0007, 0235, 0170, 0143, 0105, 0260, 0271, 0335, 0145, 0115, 0002,
4537 0021, 0312, 0105, 0136, 0225, 0373, 0175, 0263, 0263, 0263, 0064, 0032, 0215, 0135, 0153, 0140,
4538 0267, 0342, 0171, 0036, 0213, 0213, 0213, 0240, 0064, 0200, 0140, 0272, 0117, 0302, 0226, 0123,
4539 0167, 0256, 0261, 0206, 0332, 0346, 0131, 0007, 0206, 0356, 0334, 0271, 0303, 0306, 0306, 0306,
4540 0216, 0065, 0360, 0070, 0340, 0001, 0066, 0067, 0067, 0065, 0201, 0041, 0301, 0122, 0021, 0154,
4541 0333, 0244, 0233, 0100, 0023, 0170, 0017, 0025, 0336, 0345, 0337, 0175, 0367, 0335, 0057, 0156,
4542 0337, 0276, 0115, 0263, 0331, 0034, 0130, 0003, 0073, 0265, 0367, 0156, 0361, 0175, 0237, 0162,
4543 0271, 0314, 0305, 0213, 0027, 0277, 0100, 0271, 0321, 0125, 0301, 0264, 0155, 0173, 0051, 0211,
4544 0100, 0210, 0212, 0111, 0277, 0101, 0055, 0034, 0123, 0137, 0176, 0371, 0045, 0215, 0106, 0143,
4545 0040, 0015, 0074, 0056, 0170, 0000, 0327, 0165, 0271, 0165, 0353, 0026, 0250, 0051, 0264, 0105,
4546 0047, 0116, 0116, 0034, 0120, 0111, 0071, 0364, 0272, 0124, 0252, 0003, 0361, 0375, 0373, 0367,
4547 0111, 0132, 0017, 0236, 0224, 0275, 0167, 0113, 0253, 0325, 0142, 0155, 0155, 0015, 0072, 0123,
4548 0273, 0306, 0222, 0050, 0111, 0373, 0003, 0115, 0324, 0036, 0355, 0111, 0240, 0270, 0260, 0260,
4549 0300, 0342, 0342, 0042, 0161, 0034, 0343, 0070, 0016, 0121, 0024, 0231, 0211, 0327, 0166, 0164,
4550 0246, 0223, 0132, 0172, 0247, 0105, 0073, 0203, 0346, 0326, 0223, 0176, 0036, 0206, 0141, 0073,
4551 0146, 0266, 0054, 0013, 0163, 0237, 0240, 0122, 0251, 0160, 0367, 0356, 0135, 0120, 0311, 0203,
4552 0145, 0301, 0222, 0150, 0076, 0275, 0010, 0370, 0300, 0034, 0312, 0366, 0246, 0057, 0135, 0272,
4553 0064, 0237, 0313, 0345, 0236, 0056, 0024, 0012, 0014, 0017, 0017, 0267, 0023, 0133, 0256, 0353,
4554 0222, 0317, 0347, 0331, 0277, 0177, 0077, 0371, 0174, 0276, 0235, 0314, 0162, 0034, 0207, 0134,
4555 0056, 0327, 0336, 0335, 0161, 0135, 0227, 0172, 0275, 0336, 0176, 0347, 0070, 0016, 0265, 0132,
4556 0215, 0152, 0265, 0212, 0136, 0050, 0165, 0331, 0146, 0263, 0311, 0312, 0312, 0012, 0037, 0174,
4557 0360, 0301, 0074, 0152, 0012, 0255, 0012, 0226, 0155, 0371, 0106, 0055, 0275, 0122, 0320, 0143,
4558 0250, 0040, 0377, 0055, 0124, 0306, 0040, 0057, 0215, 0370, 0050, 0325, 0352, 0024, 0271, 0213,
4559 0312, 0026, 0170, 0362, 0054, 0055, 0327, 0033, 0164, 0062, 0007, 0243, 0322, 0106, 0106, 0352,
4560 0273, 0162, 0075, 0046, 0165, 0074, 0171, 0146, 0246, 0067, 0153, 0122, 0377, 0017, 0250, 0040,
4561 0376, 0141, 0057, 0002, 0275, 0266, 0230, 0066, 0201, 0177, 0013, 0220, 0067, 0120, 0373, 0307,
4562 0111, 0142, 0243, 0322, 0041, 0066, 0052, 0327, 0343, 0010, 0310, 0161, 0072, 0152, 0037, 0221,
4563 0043, 0215, 0132, 0224, 0232, 0250, 0001, 0331, 0253, 0363, 0002, 0340, 0153, 0324, 0346, 0366,
4564 0065, 0214, 0024, 0112, 0222, 0074, 0152, 0023, 0300, 0106, 0345, 0203, 0216, 0003, 0057, 0011,
4565 0210, 0347, 0345, 0135, 0106, 0216, 0110, 0100, 0017, 0321, 0111, 0172, 0371, 0250, 0036, 0154,
4566 0110, 0131, 0375, 0153, 0202, 0176, 0247, 0023, 0135, 0001, 0152, 0022, 0321, 0373, 0306, 0110,
4567 0231, 0313, 0300, 0147, 0250, 0225, 0267, 0116, 0237, 0237, 0077, 0006, 0371, 0133, 0045, 0043,
4568 0340, 0154, 0243, 0061, 0375, 0337, 0203, 0156, 0303, 0214, 0131, 0315, 0320, 0024, 0072, 0331,
4569 0145, 0375, 0116, 0377, 0315, 0142, 0006, 0051, 0146, 0273, 0241, 0220, 0324, 0244, 0036, 0051,
4570 0377, 0007, 0330, 0310, 0353, 0327, 0114, 0202, 0231, 0040, 0000, 0000, 0000, 0000, 0111, 0105,
4571 0116, 0104, 0256, 0102, 0140, 0202, 0126, 0125, 0315, 0331, 0000, 0050, 0165, 0165, 0141, 0171,
4572 0051, 0143, 0160, 0165, 0146, 0162, 0145, 0161, 0055, 0062, 0065, 0056, 0160, 0156, 0147, 0000,
4573 0256, 0003, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0001, 0256, 0003, 0121, 0374, 0211,
4574 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000, 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000,
4575 0000, 0000, 0030, 0000, 0000, 0000, 0030, 0010, 0006, 0000, 0000, 0000, 0340, 0167, 0075, 0370,
4576 0000, 0000, 0000, 0011, 0160, 0110, 0131, 0163, 0000, 0000, 0013, 0023, 0000, 0000, 0013, 0023,
4577 0001, 0000, 0232, 0234, 0030, 0000, 0000, 0000, 0007, 0164, 0111, 0115, 0105, 0007, 0324, 0013,
4578 0036, 0024, 0021, 0031, 0256, 0360, 0145, 0130, 0000, 0000, 0000, 0035, 0164, 0105, 0130, 0164,
4579 0103, 0157, 0155, 0155, 0145, 0156, 0164, 0000, 0103, 0162, 0145, 0141, 0164, 0145, 0144, 0040,
4580 0167, 0151, 0164, 0150, 0040, 0124, 0150, 0145, 0040, 0107, 0111, 0115, 0120, 0357, 0144, 0045,
4581 0156, 0000, 0000, 0003, 0044, 0111, 0104, 0101, 0124, 0110, 0307, 0345, 0226, 0315, 0153, 0134,
4582 0125, 0030, 0306, 0177, 0347, 0336, 0073, 0231, 0314, 0224, 0044, 0102, 0042, 0376, 0003, 0242,
4583 0025, 0167, 0326, 0022, 0021, 0061, 0053, 0021, 0041, 0321, 0242, 0226, 0166, 0341, 0106, 0304,
4584 0205, 0056, 0004, 0305, 0240, 0142, 0154, 0045, 0105, 0203, 0242, 0153, 0077, 0240, 0025, 0104,
4585 0324, 0122, 0255, 0320, 0144, 0051, 0102, 0004, 0013, 0121, 0342, 0112, 0154, 0334, 0044, 0205,
4586 0102, 0314, 0207, 0143, 0046, 0231, 0231, 0173, 0317, 0367, 0353, 0142, 0306, 0130, 0112, 0222,
4587 0316, 0200, 0256, 0174, 0340, 0160, 0340, 0334, 0373, 0276, 0317, 0175, 0077, 0356, 0363, 0036,
4588 0370, 0077, 0143, 0034, 0220, 0003, 0326, 0370, 0176, 0206, 0322, 0305, 0032, 0007, 0344, 0040,
4589 0164, 0336, 0043, 0331, 0213, 0341, 0205, 0327, 0216, 0263, 0161, 0355, 0113, 0136, 0172, 0343,
4590 0044, 0265, 0325, 0013, 0377, 0354, 0123, 0047, 0251, 0255, 0176, 0325, 0123, 0224, 0311, 0036,
4591 0141, 0023, 0143, 0300, 0071, 0217, 0065, 0226, 0242, 0060, 0130, 0153, 0261, 0326, 0241, 0265,
4592 0246, 0225, 0347, 0000, 0131, 0267, 0014, 0352, 0006, 0347, 0263, 0107, 0106, 0017, 0043, 0042,
4593 0244, 0151, 0112, 0226, 0145, 0144, 0151, 0106, 0210, 0021, 0245, 0024, 0061, 0106, 0214, 0321,
4594 0000, 0217, 0376, 0374, 0343, 0157, 0227, 0332, 0231, 0330, 0307, 0261, 0122, 0000, 0023, 0331,
4595 0337, 0271, 0002, 0070, 0062, 0172, 0230, 0207, 0037, 0171, 0210, 0112, 0177, 0025, 0255, 0013,
4596 0112, 0245, 0076, 0254, 0063, 0030, 0143, 0160, 0316, 0342, 0234, 0245, 0050, 0162, 0066, 0066,
4597 0327, 0004, 0140, 0176, 0176, 0376, 0246, 0021, 0144, 0000, 0265, 0325, 0013, 0170, 0357, 0031,
4598 0077, 0161, 0006, 0004, 0106, 0156, 0033, 0300, 0371, 0062, 0132, 0027, 0124, 0244, 0017, 0143,
4599 0043, 0120, 0302, 0230, 0004, 0143, 0141, 0143, 0263, 0155, 0074, 0066, 0066, 0326, 0035, 0301,
4600 0333, 0037, 0136, 0304, 0132, 0113, 0232, 0246, 0244, 0151, 0212, 0261, 0005, 0255, 0126, 0203,
4601 0102, 0267, 0110, 0323, 0014, 0211, 0221, 0146, 0276, 0103, 0214, 0021, 0021, 0041, 0206, 0250,
4602 0272, 0255, 0101, 0006, 0360, 0312, 0263, 0217, 0041, 0042, 0034, 0373, 0141, 0006, 0021, 0041,
4603 0170, 0117, 0210, 0001, 0245, 0022, 0236, 0076, 0061, 0211, 0002, 0104, 0042, 0365, 0355, 0032,
4604 0347, 0316, 0277, 0217, 0210, 0364, 0106, 0060, 0363, 0321, 0067, 0304, 0030, 0311, 0262, 0014,
4605 0245, 0024, 0322, 0351, 0044, 0021, 0001, 0201, 0126, 0276, 0103, 0236, 0267, 0320, 0272, 0100,
4606 0104, 0120, 0112, 0111, 0117, 0004, 0123, 0317, 0077, 0201, 0163, 0236, 0047, 0057, 0277, 0207,
4607 0367, 0036, 0353, 0240, 0320, 0171, 0273, 0163, 0304, 0321, 0150, 0354, 0340, 0203, 0147, 0171,
4608 0171, 0031, 0357, 0003, 0316, 0207, 0254, 0247, 0042, 0277, 0365, 0301, 0105, 0142, 0214, 0044,
4609 0111, 0102, 0053, 0157, 0322, 0077, 0120, 0041, 0115, 0122, 0214, 0325, 0254, 0254, 0254, 0120,
4610 0257, 0327, 0130, 0133, 0133, 0007, 0211, 0070, 0353, 0167, 0123, 0324, 0165, 0221, 0137, 0177,
4611 0356, 0161, 0274, 0017, 0034, 0373, 0176, 0206, 0146, 0263, 0301, 0055, 0303, 0045, 0214, 0325,
4612 0204, 0340, 0231, 0375, 0356, 0223, 0166, 0141, 0243, 0240, 0013, 0113, 0010, 0221, 0042, 0067,
4613 0375, 0075, 0245, 0350, 0235, 0217, 0057, 0221, 0347, 0005, 0326, 0132, 0362, 0274, 0211, 0261,
4614 0325, 0116, 0337, 0007, 0234, 0361, 0204, 0020, 0360, 0076, 0142, 0214, 0153, 0033, 0145, 0151,
4615 0350, 0211, 0340, 0335, 0067, 0077, 0333, 0375, 0321, 0214, 0321, 0134, 0371, 0145, 0205, 0242,
4616 0320, 0304, 0050, 0170, 0027, 0010, 0041, 0040, 0121, 0120, 0111, 0102, 0137, 0137, 0106, 0245,
4617 0122, 0326, 0000, 0323, 0147, 0246, 0273, 0042, 0120, 0035, 0231, 0070, 0272, 0270, 0260, 0164,
4618 0212, 0266, 0114, 0042, 0002, 0112, 0321, 0336, 0073, 0242, 0042, 0002, 0071, 0006, 0225, 0250,
4619 0240, 0222, 0224, 0273, 0217, 0077, 0105, 0210, 0102, 0341, 0074, 0131, 0232, 0340, 0103, 0004,
4620 0140, 0371, 0317, 0072, 0160, 0232, 0353, 0325, 0164, 0256, 0163, 0062, 0261, 0270, 0260, 0304,
4621 0350, 0203, 0167, 0361, 0365, 0247, 0257, 0162, 0357, 0375, 0167, 0160, 0376, 0334, 0044, 0107,
4622 0037, 0270, 0223, 0057, 0316, 0116, 0162, 0317, 0175, 0267, 0363, 0371, 0331, 0227, 0131, 0134,
4623 0130, 0002, 0204, 0246, 0161, 0254, 0067, 0133, 0374, 0336, 0150, 0162, 0165, 0153, 0233, 0253,
4624 0133, 0333, 0134, 0331, 0374, 0203, 0137, 0327, 0326, 0333, 0137, 0267, 0207, 0052, 0316, 0001,
4625 0224, 0313, 0045, 0206, 0206, 0016, 0121, 0075, 0324, 0317, 0360, 0360, 0040, 0225, 0152, 0231,
4626 0221, 0341, 0101, 0006, 0006, 0253, 0334, 0072, 0062, 0264, 0053, 0146, 0101, 0042, 0306, 0007,
4627 0012, 0347, 0051, 0234, 0243, 0136, 0150, 0032, 0332, 0160, 0255, 0266, 0325, 0016, 0367, 0006,
4628 0065, 0275, 0176, 0340, 0334, 0014, 0023, 0111, 0222, 0314, 0116, 0175, 0173, 0231, 0245, 0365,
4629 0115, 0132, 0306, 0220, 0033, 0213, 0361, 0036, 0021, 0301, 0072, 0317, 0342, 0213, 0317, 0000,
4630 0114, 0250, 0003, 0306, 0141, 0067, 0230, 0075, 0340, 0331, 0064, 0360, 0223, 0372, 0227, 0146,
4631 0363, 0176, 0230, 0373, 0317, 0157, 0006, 0177, 0001, 0257, 0037, 0363, 0220, 0146, 0207, 0126,
4632 0332, 0000, 0000, 0000, 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0007, 0312, 0255,
4633 0067, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0167, 0160, 0055, 0160, 0162, 0145, 0146, 0145,
4634 0162, 0145, 0156, 0143, 0145, 0163, 0055, 0144, 0151, 0141, 0154, 0157, 0147, 0056, 0165, 0151,
4635 0224, 0020, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0355, 0130, 0115, 0163, 0233, 0060,
4636 0020, 0275, 0373, 0127, 0250, 0272, 0166, 0210, 0355, 0144, 0332, 0311, 0001, 0310, 0114, 0323,
4637 0111, 0256, 0235, 0151, 0072, 0075, 0152, 0204, 0130, 0100, 0265, 0220, 0250, 0044, 0374, 0361,
4638 0357, 0273, 0200, 0135, 0177, 0304, 0001, 0047, 0161, 0162, 0312, 0011, 0320, 0274, 0225, 0336,
4639 0356, 0076, 0355, 0112, 0204, 0067, 0313, 0122, 0221, 0071, 0130, 0047, 0215, 0216, 0350, 0364,
4640 0142, 0102, 0011, 0150, 0141, 0122, 0251, 0363, 0210, 0376, 0172, 0270, 0013, 0256, 0351, 0115,
4641 0074, 0012, 0077, 0005, 0001, 0271, 0007, 0015, 0226, 0173, 0110, 0311, 0102, 0372, 0202, 0344,
4642 0212, 0247, 0100, 0256, 0056, 0246, 0327, 0027, 0127, 0044, 0010, 0020, 0044, 0265, 0007, 0233,
4643 0161, 0001, 0161, 0150, 0341, 0157, 0055, 0055, 0070, 0242, 0144, 0022, 0321, 0334, 0317, 0076,
4644 0323, 0355, 0052, 0150, 0363, 0225, 0216, 0343, 0320, 0103, 0131, 0051, 0234, 0220, 0010, 0305,
4645 0235, 0213, 0350, 0357, 0352, 0207, 0205, 0014, 0054, 0022, 0000, 0367, 0135, 0162, 0145, 0162,
4646 0112, 0052, 0216, 0337, 0076, 0242, 0367, 0176, 0266, 0036, 0212, 0303, 0312, 0232, 0012, 0254,
4647 0137, 0021, 0315, 0113, 0210, 0250, 0340, 0232, 0145, 0106, 0324, 0216, 0306, 0167, 0134, 0071,
4648 0010, 0307, 0033, 0300, 0043, 0150, 0142, 0154, 0012, 0226, 0055, 0144, 0352, 0013, 0032, 0117,
4649 0047, 0075, 0120, 0057, 0275, 0002, 0112, 0274, 0345, 0332, 0041, 0113, 0236, 0050, 0034, 0134,
4650 0001, 0056, 0262, 0303, 0262, 0317, 0176, 0125, 0001, 0053, 0060, 0046, 0064, 0116, 0133, 0342,
4651 0273, 0130, 0121, 0110, 0225, 0222, 0066, 0140, 0232, 0253, 0240, 0375, 0214, 0350, 0074, 0061,
4652 0113, 0164, 0317, 0044, 0177, 0100, 0370, 0115, 0124, 0320, 0361, 0157, 0070, 0114, 0044, 0002,
4653 0272, 0211, 0202, 0006, 0067, 0175, 0125, 0034, 0214, 0225, 0030, 0125, 0356, 0061, 0037, 0064,
4654 0306, 0304, 0170, 0051, 0270, 0352, 0301, 0273, 0212, 0013, 0224, 0004, 0215, 0057, 0207, 0275,
4655 0340, 0242, 0231, 0226, 0141, 0336, 0370, 0121, 0147, 0152, 0357, 0215, 0076, 0164, 0151, 0307,
4656 0350, 0165, 0236, 0051, 0276, 0062, 0265, 0147, 0316, 0257, 0060, 0173, 0061, 0350, 0364, 0021,
4657 0141, 0064, 0121, 0050, 0322, 0302, 0050, 0224, 0002, 0312, 0160, 0274, 0036, 0135, 0077, 0236,
4658 0040, 0334, 0261, 0115, 0332, 0167, 0046, 0224, 0161, 0100, 0217, 0254, 0235, 0200, 0072, 0052,
4659 0031, 0166, 0333, 0130, 0364, 0320, 0236, 0113, 0047, 0223, 0206, 0361, 0203, 0255, 0373, 0160,
4660 0073, 0221, 0030, 0100, 0132, 0020, 0040, 0347, 0340, 0130, 0012, 0031, 0257, 0225, 0037, 0064,
4661 0250, 0035, 0260, 0132, 0143, 0114, 0224, 0324, 0107, 0210, 0214, 0273, 0300, 0240, 0031, 0027,
4662 0063, 0324, 0302, 0043, 0173, 0130, 0126, 0134, 0247, 0203, 0313, 0144, 0122, 0251, 0101, 0120,
4663 0145, 0234, 0354, 0304, 0071, 0335, 0343, 0360, 0177, 0355, 0115, 0322, 0116, 0146, 0065, 0244,
4664 0233, 0216, 0326, 0020, 0152, 0313, 0153, 0322, 0317, 0353, 0111, 0061, 0155, 0164, 0217, 0133,
4665 0230, 0231, 0252, 0231, 0313, 0321, 0163, 0250, 0141, 0210, 0171, 0311, 0155, 0056, 0065, 0123,
4666 0220, 0371, 0201, 0302, 0267, 0106, 0132, 0231, 0027, 0047, 0102, 0023, 0203, 0273, 0242, 0034,
4667 0300, 0026, 0047, 0352, 0143, 0176, 0042, 0356, 0305, 0045, 0354, 0113, 0037, 0111, 0123, 0232,
4668 0034, 0373, 0234, 0071, 0266, 0301, 0236, 0312, 0351, 0155, 0001, 0142, 0257, 0112, 0210, 0146,
4669 0200, 0271, 0302, 0054, 0030, 0127, 0012, 0273, 0215, 0116, 0315, 0302, 0075, 0247, 0136, 0374,
4670 0104, 0133, 0262, 0266, 0043, 0231, 0065, 0045, 0301, 0211, 0310, 0302, 0330, 0131, 0343, 0106,
4671 0157, 0337, 0171, 0217, 0112, 0062, 0044, 0266, 0045, 0127, 0062, 0077, 0334, 0044, 0007, 0230,
4672 0324, 0362, 0005, 0103, 0017, 0061, 0155, 0336, 0330, 0127, 0324, 0233, 0323, 0166, 0366, 0311,
4673 0005, 0347, 0205, 0033, 0273, 0117, 0004, 0250, 0052, 0140, 0335, 0171, 0342, 0271, 0032, 0360,
4674 0005, 0220, 0306, 0234, 0264, 0346, 0004, 0035, 0036, 0141, 0273, 0044, 0330, 0342, 0210, 0024,
4675 0106, 0223, 0105, 0001, 0232, 0340, 0263, 0301, 0245, 0340, 0146, 0336, 0124, 0037, 0332, 0170,
4676 0063, 0155, 0114, 0317, 0257, 0015, 0136, 0125, 0252, 0161, 0263, 0071, 0375, 0274, 0134, 0042,
4677 0073, 0263, 0154, 0225, 0102, 0332, 0143, 0112, 0253, 0223, 0121, 0146, 0154, 0007, 0304, 0163,
4678 0326, 0034, 0326, 0245, 0345, 0103, 0051, 0157, 0246, 0224, 0313, 0263, 0052, 0245, 0111, 0241,
4679 0143, 0271, 0205, 0225, 0303, 0046, 0367, 0054, 0211, 0334, 0243, 0121, 0133, 0056, 0264, 0321,
4680 0301, 0136, 0366, 0133, 0141, 0174, 0164, 0222, 0267, 0323, 0300, 0325, 0273, 0036, 0135, 0317,
4681 0176, 0242, 0336, 0014, 0164, 0127, 0263, 0000, 0357, 0314, 0071, 0170, 0167, 0360, 0115, 0360,
4682 0222, 0137, 0241, 0214, 0160, 0205, 0011, 0215, 0167, 0257, 0107, 0341, 0170, 0017, 0030, 0037,
4683 0174, 0343, 0104, 0343, 0315, 0017, 0000, 0174, 0335, 0376, 0073, 0030, 0375, 0003, 0365, 0050,
4684 0031, 0057, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153, 0171, 0055,
4685 0163, 0165, 0160, 0145, 0162, 0055, 0154, 0141, 0164, 0143, 0150, 0145, 0144, 0056, 0160, 0156,
4686 0147, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0111, 0002, 0000, 0000, 0001, 0000, 0000, 0000,
4687 0170, 0332, 0001, 0111, 0002, 0266, 0375, 0211, 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000,
4688 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000, 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010,
4689 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207, 0000, 0000, 0002, 0020, 0111, 0104, 0101, 0124,
4690 0170, 0234, 0355, 0131, 0273, 0262, 0202, 0060, 0020, 0135, 0230, 0133, 0331, 0330, 0131, 0210,
4691 0063, 0322, 0371, 0377, 0037, 0143, 0151, 0245, 0322, 0371, 0005, 0026, 0334, 0302, 0033, 0046,
4692 0056, 0373, 0070, 0001, 0002, 0072, 0227, 0063, 0303, 0004, 0315, 0046, 0173, 0016, 0273, 0111,
4693 0026, 0045, 0132, 0261, 0342, 0177, 0243, 0000, 0154, 0332, 0354, 0054, 0154, 0230, 0034, 0255,
4694 0316, 0245, 0211, 0163, 0210, 0134, 0065, 0001, 0237, 0106, 0076, 0240, 0307, 0367, 0307, 0033,
4695 0161, 0076, 0237, 0137, 0043, 0213, 0242, 0153, 0343, 0373, 0224, 0226, 0337, 0113, 0237, 0071,
4696 0352, 0272, 0066, 0373, 0245, 0321, 0335, 0323, 0367, 0310, 0017, 0041, 0236, 0052, 0200, 0210,
4697 0350, 0170, 0074, 0252, 0234, 0335, 0010, 0150, 0104, 0221, 0357, 0074, 0061, 0051, 0042, 0064,
4698 0230, 0002, 0270, 0123, 0124, 0210, 0325, 0316, 0052, 0040, 0046, 0031, 0234, 0234, 0116, 0247,
4699 0301, 0316, 0020, 0334, 0156, 0267, 0044, 0373, 0322, 0352, 0214, 0211, 0023, 0345, 0047, 0117,
4700 0104, 0164, 0070, 0034, 0336, 0036, 0232, 0027, 0035, 0050, 0205, 0220, 0211, 0246, 0104, 0212,
4701 0257, 0244, 0105, 0314, 0161, 0271, 0134, 0336, 0154, 0142, 0301, 0154, 0347, 0240, 0353, 0365,
4702 0252, 0356, 0104, 0125, 0125, 0365, 0174, 0242, 0200, 0123, 0210, 0117, 0032, 0223, 0227, 0132,
4703 0151, 0056, 0336, 0206, 0253, 0151, 0032, 0321, 0357, 0350, 0024, 0222, 0204, 0130, 0337, 0133,
4704 0016, 0121, 0241, 0136, 0037, 0207, 0273, 0006, 0074, 0102, 0261, 0235, 0105, 0016, 0025, 0252,
4705 0215, 0327, 0060, 0070, 0002, 0234, 0160, 0131, 0226, 0246, 0163, 0353, 0314, 0220, 0154, 0121,
4706 0100, 0021, 0260, 0236, 0250, 0126, 0136, 0150, 0163, 0361, 0261, 0232, 0055, 0012, 0050, 0002,
4707 0332, 0244, 0136, 0155, 0044, 0215, 0227, 0326, 0015, 0352, 0117, 0302, 0350, 0010, 0110, 0367,
4708 0143, 0005, 0244, 0234, 0073, 0203, 0043, 0300, 0367, 0171, 0017, 0273, 0335, 0016, 0266, 0235,
4709 0145, 0027, 0312, 0211, 0131, 0166, 0241, 0234, 0230, 0064, 0002, 0113, 0040, 0113, 0055, 0304,
4710 0047, 0015, 0265, 0215, 0166, 0361, 0234, 0177, 0074, 0036, 0335, 0034, 0322, 0231, 0261, 0335,
4711 0156, 0363, 0010, 0320, 0140, 0035, 0154, 0232, 0275, 0264, 0373, 0170, 0073, 0234, 0207, 0121,
4712 0213, 0330, 0073, 0241, 0255, 0061, 0263, 0010, 0110, 0045, 0205, 0316, 0341, 0235, 0334, 0213,
4713 0244, 0120, 0114, 0050, 0245, 0364, 0220, 0346, 0232, 0105, 0100, 0114, 0006, 0165, 0210, 0106,
4714 0141, 0221, 0203, 0054, 0245, 0104, 0236, 0062, 0205, 0314, 0067, 0062, 0213, 0034, 0177, 0015,
4715 0264, 0154, 0171, 0137, 0121, 0274, 0312, 0357, 0160, 0277, 0331, 0154, 0124, 0073, 0117, 0314,
4716 0250, 0024, 0332, 0357, 0367, 0260, 0155, 0274, 0317, 0043, 0230, 0274, 0230, 0233, 0023, 0051,
4717 0251, 0013, 0245, 0120, 0100, 0352, 0217, 0116, 0103, 0360, 0174, 0076, 0363, 0246, 0320, 0375,
4718 0176, 0067, 0113, 0010, 0242, 0176, 0016, 0043, 0127, 0030, 0307, 0333, 0266, 0265, 0177, 0351,
4719 0237, 0074, 0205, 0206, 0126, 0256, 0332, 0103, 0360, 0360, 0321, 0153, 0000, 0021, 0040, 0255,
4720 0201, 0156, 0124, 0135, 0327, 0023, 0322, 0302, 0321, 0266, 0155, 0167, 0205, 0312, 0365, 0017,
4721 0075, 0105, 0232, 0304, 0257, 0371, 0213, 0311, 0212, 0321, 0247, 0211, 0020, 0271, 0042, 0253,
4722 0155, 0151, 0041, 0313, 0274, 0026, 0256, 0130, 0361, 0045, 0370, 0005, 0013, 0006, 0073, 0340,
4723 0320, 0050, 0302, 0016, 0000, 0000, 0000, 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202,
4724 0132, 0127, 0016, 0200, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0057, 0073, 0000, 0000, 0000,
4725 0142, 0141, 0164, 0164, 0163, 0164, 0141, 0164, 0055, 0141, 0160, 0160, 0154, 0145, 0164, 0055,
4726 0155, 0145, 0156, 0165, 0056, 0165, 0151, 0000, 0342, 0001, 0000, 0000, 0001, 0000, 0000, 0000,
4727 0170, 0332, 0235, 0221, 0273, 0016, 0302, 0060, 0014, 0105, 0367, 0176, 0105, 0344, 0235, 0006,
4728 0366, 0324, 0025, 0033, 0043, 0177, 0200, 0234, 0342, 0212, 0110, 0111, 0132, 0045, 0056, 0202,
4729 0277, 0247, 0345, 0321, 0201, 0212, 0241, 0254, 0327, 0072, 0076, 0127, 0272, 0246, 0276, 0005,
4730 0257, 0256, 0234, 0262, 0353, 0142, 0005, 0273, 0162, 0013, 0065, 0026, 0306, 0105, 0341, 0324,
4731 0122, 0303, 0150, 0002, 0307, 0101, 0271, 0163, 0005, 0226, 0104, 0262, 0220, 0154, 0246, 0004,
4732 0320, 0144, 0156, 0144, 0204, 0320, 0070, 0341, 0200, 0146, 0274, 0046, 0147, 0007, 0141, 0025,
4733 0051, 0160, 0005, 0236, 0054, 0173, 0120, 0222, 0050, 0146, 0117, 0102, 0326, 0217, 0341, 0235,
4734 0063, 0340, 0351, 0230, 0270, 0345, 0304, 0261, 0341, 0154, 0364, 0314, 0055, 0137, 0320, 0123,
4735 0000, 0370, 0061, 0227, 0375, 0017, 0120, 0277, 0052, 0254, 0056, 0162, 0140, 0337, 0257, 0153,
4736 0160, 0371, 0046, 0376, 0125, 0357, 0155, 0067, 0310, 0072, 0067, 0055, 0220, 0267, 0134, 0317,
4737 0123, 0350, 0151, 0233, 0051, 0237, 0367, 0053, 0036, 0002, 0015, 0257, 0252, 0000, 0050, 0165,
4738 0165, 0141, 0171, 0051, 0142, 0141, 0164, 0164, 0163, 0164, 0141, 0164, 0055, 0141, 0160, 0160,
4739 0154, 0145, 0164, 0056, 0165, 0151, 0000, 0000, 0016, 0057, 0000, 0000, 0001, 0000, 0000, 0000,
4740 0170, 0332, 0355, 0132, 0335, 0163, 0333, 0066, 0014, 0177, 0357, 0137, 0301, 0351, 0245, 0333,
4741 0155, 0216, 0043, 0245, 0111, 0323, 0234, 0243, 0136, 0222, 0165, 0333, 0103, 0327, 0355, 0222,
4742 0334, 0326, 0273, 0335, 0116, 0107, 0113, 0260, 0304, 0232, 0046, 0065, 0222, 0262, 0343, 0377,
4743 0176, 0240, 0344, 0310, 0237, 0221, 0055, 0347, 0313, 0116, 0354, 0363, 0203, 0051, 0203, 0000,
4744 0001, 0020, 0077, 0000, 0244, 0132, 0037, 0157, 0172, 0234, 0364, 0101, 0151, 0046, 0305, 0251,
4745 0343, 0356, 0355, 0073, 0037, 0375, 0067, 0055, 0046, 0014, 0250, 0016, 0015, 0301, 0157, 0051,
4746 0370, 0057, 0143, 0012, 0064, 0341, 0254, 0175, 0352, 0304, 0246, 0373, 0243, 0063, 0246, 0367,
4747 0366, 0334, 0043, 0247, 0351, 0267, 0276, 0153, 0064, 0110, 0071, 0247, 0041, 0150, 0217, 0211,
4748 0270, 0221, 0112, 0316, 0302, 0041, 0061, 0062, 0345, 0320, 0007, 0336, 0010, 0045, 0122, 0334,
4749 0230, 0214, 0162, 0322, 0150, 0370, 0055, 0331, 0376, 0006, 0241, 0041, 0041, 0247, 0132, 0237,
4750 0072, 0277, 0232, 0356, 0131, 0364, 0055, 0323, 0246, 0007, 0302, 0070, 0204, 0105, 0247, 0016,
4751 0055, 0307, 0256, 0343, 0267, 0122, 0045, 0123, 0120, 0146, 0110, 0220, 0073, 0234, 0072, 0175,
4752 0312, 0063, 0160, 0174, 0267, 0325, 0274, 0375, 0143, 0216, 0204, 0313, 0001, 0250, 0152, 0222,
4753 0054, 0115, 0055, 0211, 0167, 0130, 0101, 0243, 0015, 0244, 0001, 0023, 0241, 0202, 0174, 0151,
4754 0225, 0374, 0122, 0032, 0303, 0044, 0355, 0024, 0337, 0146, 0241, 0361, 0002, 0315, 0177, 0146,
4755 0224, 0313, 0270, 0320, 0272, 0115, 0215, 0321, 0206, 0232, 0140, 0064, 0221, 0201, 0236, 0327,
4756 0276, 0055, 0125, 0004, 0052, 0030, 0260, 0310, 0044, 0063, 0122, 0146, 0050, 0015, 0063, 0034,
4757 0034, 0142, 0024, 0025, 0232, 0123, 0103, 0333, 0034, 0037, 0016, 0055, 0317, 0163, 0024, 0004,
4758 0152, 0110, 0056, 0022, 0252, 0142, 0040, 0277, 0113, 0301, 0214, 0124, 0344, 0117, 0005, 0035,
4759 0120, 0040, 0102, 0320, 0125, 0154, 0207, 0051, 0004, 0011, 0263, 0072, 0106, 0371, 0342, 0047,
4760 0151, 0303, 0204, 0361, 0250, 0330, 0017, 0202, 0242, 0337, 0355, 0020, 0075, 0326, 0226, 0067,
4761 0316, 0002, 0345, 0377, 0072, 0307, 0347, 0271, 0352, 0005, 0247, 0140, 0104, 0070, 0353, 0160,
4762 0246, 0031, 0056, 0336, 0361, 0257, 0125, 0006, 0125, 0356, 0112, 0151, 0210, 0273, 0017, 0235,
4763 0072, 0267, 0244, 0112, 0341, 0126, 0352, 0321, 0372, 0142, 0127, 0367, 0110, 0271, 0100, 0367,
4764 0270, 0376, 0012, 0335, 0367, 0017, 0140, 0231, 0243, 0125, 0344, 0176, 0246, 0155, 0340, 0205,
4765 0140, 0156, 0177, 0272, 0207, 0353, 0113, 0276, 0241, 0234, 0305, 0302, 0361, 0367, 0253, 0242,
4766 0265, 0220, 0267, 0140, 0243, 0236, 0141, 0220, 0122, 0174, 0034, 0116, 0211, 0300, 0335, 0253,
4767 0130, 0073, 0063, 0240, 0047, 0176, 0217, 0170, 0015, 0200, 0305, 0011, 0242, 0110, 0016, 0022,
4768 0326, 0067, 0074, 0262, 0050, 0325, 0234, 0234, 0123, 0106, 0043, 0132, 0245, 0213, 0146, 0231,
4769 0133, 0020, 0334, 0244, 0124, 0104, 0216, 0377, 0013, 0345, 0272, 0112, 0271, 0016, 0343, 0174,
4770 0071, 0125, 0052, 0065, 0063, 0210, 0231, 0063, 0106, 0150, 0226, 0322, 0233, 0043, 0107, 0334,
4771 0345, 0217, 0337, 0312, 0175, 0220, 0340, 0076, 0070, 0256, 0341, 0214, 0125, 0075, 0354, 0271,
4772 0353, 0173, 0270, 0360, 0236, 0117, 0360, 0263, 0020, 0362, 0266, 0304, 0310, 0063, 0301, 0366,
4773 0341, 0001, 0202, 0315, 0135, 0003, 0207, 0152, 0171, 0342, 0056, 0226, 0227, 0064, 0142, 0362,
4774 0074, 0063, 0006, 0355, 0121, 0146, 0026, 0004, 0374, 0240, 0317, 0140, 0340, 0324, 0210, 0277,
4775 0340, 0102, 0366, 0120, 0033, 0103, 0354, 0304, 0012, 0225, 0127, 0065, 0115, 0110, 0105, 0320,
4776 0221, 0141, 0246, 0227, 0122, 0052, 0010, 0201, 0365, 0101, 0007, 0021, 0164, 0150, 0306, 0315,
4777 0362, 0035, 0220, 0151, 0010, 0062, 0201, 0110, 0314, 0231, 0130, 0276, 0022, 0124, 0012, 0331,
4778 0057, 0045, 0213, 0024, 0035, 0140, 0126, 0217, 0130, 0110, 0061, 0103, 0316, 0223, 0157, 0333,
4779 0056, 0237, 0013, 0374, 0167, 0217, 0013, 0355, 0250, 0075, 0052, 0357, 0275, 0133, 0013, 0375,
4780 0277, 0327, 0211, 0034, 0150, 0242, 0121, 0063, 0016, 0204, 0365, 0260, 0302, 0042, 0035, 0254,
4781 0123, 0154, 0215, 0224, 0151, 0202, 0166, 0045, 0141, 0136, 0301, 0374, 0260, 0152, 0166, 0320,
4782 0041, 0265, 0045, 0321, 0050, 0071, 0354, 0357, 0035, 0357, 0333, 0317, 0346, 0044, 0010, 0167,
4783 0075, 0257, 0126, 0306, 0173, 0340, 0325, 0212, 0370, 0117, 0271, 0152, 0020, 0275, 0274, 0220,
4784 0137, 0026, 0313, 0063, 0344, 0261, 0222, 0131, 0352, 0370, 0223, 0246, 0334, 0210, 0310, 0367,
4785 0036, 0050, 0362, 0017, 0067, 0071, 0362, 0315, 0100, 0026, 0001, 0257, 0117, 0210, 0024, 0223,
4786 0141, 0377, 0123, 0071, 0176, 0141, 0261, 0177, 0120, 0355, 0327, 0355, 0256, 0247, 0074, 0357,
4787 0251, 0232, 0227, 0213, 0004, 0302, 0356, 0044, 0026, 0332, 0044, 0022, 0330, 0323, 0207, 0000,
4788 0133, 0163, 0312, 0104, 0316, 0252, 0006, 0040, 0136, 0341, 0174, 0142, 0130, 0017, 0232, 0070,
4789 0041, 0304, 0336, 0036, 0167, 0345, 0311, 0256, 0026, 0332, 0376, 0132, 0150, 0272, 0255, 0372,
4790 0360, 0030, 0155, 0225, 0267, 0153, 0253, 0246, 0141, 0140, 0377, 0251, 0140, 0140, 0256, 0044,
4791 0232, 0200, 0001, 0373, 0127, 0035, 0010, 0310, 0021, 0040, 0260, 0020, 0100, 0112, 0010, 0171,
4792 0125, 0225, 0321, 0266, 0155, 0272, 0145, 0316, 0257, 0127, 0022, 0027, 0356, 0037, 0203, 0377,
4793 0053, 0335, 0004, 0213, 0313, 0343, 0031, 0313, 0156, 0304, 0256, 0161, 0357, 0131, 0111, 0275,
4794 0154, 0116, 0233, 0152, 0365, 0327, 0266, 0256, 0207, 0071, 0247, 0364, 0236, 0355, 0122, 0340,
4795 0370, 0271, 0056, 0005, 0276, 0110, 0303, 0072, 0026, 0245, 0320, 0214, 0172, 0167, 0057, 0160,
4796 0133, 0300, 0036, 0076, 0102, 0001, 0173, 0237, 0073, 0247, 0227, 0171, 0057, 0160, 0360, 0154,
4797 0175, 0054, 0227, 0003, 0173, 0026, 0025, 0030, 0031, 0307, 0126, 0332, 0312, 0001, 0103, 0102,
4798 0331, 0263, 0167, 0322, 0310, 0367, 0372, 0362, 0354, 0313, 0325, 0347, 0263, 0353, 0077, 0056,
4799 0117, 0310, 0165, 0302, 0064, 0301, 0257, 0111, 0200, 0264, 0041, 0146, 0302, 0126, 0064, 0104,
4800 0166, 0362, 0007, 0032, 0351, 0355, 0105, 0060, 0171, 0373, 0067, 0125, 0202, 0014, 0022, 0020,
4801 0144, 0164, 0022, 0066, 0072, 0167, 0041, 0021, 0212, 0307, 0331, 0362, 0204, 0374, 0363, 0365,
4802 0353, 0277, 0144, 0124, 0037, 0065, 0173, 0114, 0330, 0150, 0032, 0027, 0111, 0157, 0261, 0207,
4803 0136, 0316, 0144, 0127, 0117, 0157, 0015, 0320, 0004, 0251, 0121, 0017, 0020, 0005, 0207, 0153,
4804 0165, 0324, 0007, 0257, 0036, 0220, 0256, 0122, 0046, 0246, 0172, 0033, 0034, 0337, 0317, 0045,
4805 0253, 0007, 0316, 0370, 0275, 0034, 0307, 0237, 0170, 0107, 0247, 0212, 0067, 0147, 0275, 0066,
4806 0366, 0006, 0146, 0366, 0215, 0235, 0155, 0273, 0143, 0271, 0220, 0275, 0266, 0054, 0343, 0040,
4807 0264, 0243, 0232, 0126, 0257, 0121, 0343, 0173, 0117, 0325, 0055, 0254, 0234, 0175, 0072, 0031,
4808 0347, 0365, 0123, 0217, 0037, 0344, 0305, 0332, 0160, 0032, 0373, 0061, 0351, 0130, 0166, 0103,
4809 0314, 0021, 0105, 0032, 0210, 0166, 0350, 0277, 0001, 0067, 0107, 0273, 0156, 0366, 0071, 0064,
4810 0134, 0374, 0306, 0234, 0075, 0222, 0227, 0042, 0240, 0012, 0250, 0263, 0060, 0041, 0347, 0241,
4811 0071, 0221, 0226, 0363, 0261, 0055, 0120, 0357, 0223, 0037, 0207, 0062, 0063, 0201, 0066, 0103,
4812 0113, 0014, 0042, 0132, 0045, 0101, 0117, 0335, 0072, 0347, 0277, 0335, 0273, 0360, 0301, 0217,
4813 0115, 0267, 0221, 0000, 0117, 0237, 0064, 0332, 0055, 0145, 0031, 0350, 0217, 0202, 0014, 0332,
4814 0310, 0260, 0273, 0375, 0105, 0336, 0274, 0047, 0275, 0112, 0117, 0206, 0134, 0126, 0056, 0150,
4815 0347, 0312, 0355, 0071, 0273, 0262, 0363, 0003, 0373, 0142, 0357, 0134, 0334, 0257, 0273, 0313,
4816 0312, 0245, 0335, 0076, 0050, 0020, 0255, 0061, 0140, 0121, 0014, 0106, 0317, 0214, 0261, 0022,
4817 0320, 0251, 0024, 0032, 0045, 0064, 0134, 0004, 0220, 0021, 0222, 0264, 0232, 0123, 0124, 0025,
4818 0223, 0336, 0337, 0316, 0361, 0346, 0346, 0064, 0147, 0045, 0217, 0227, 0066, 0176, 0327, 0375,
4819 0315, 0377, 0012, 0310, 0056, 0061, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151,
4820 0143, 0153, 0171, 0055, 0156, 0157, 0164, 0145, 0163, 0055, 0163, 0164, 0157, 0143, 0153, 0055,
4821 0162, 0145, 0163, 0151, 0172, 0145, 0055, 0163, 0145, 0056, 0160, 0156, 0147, 0000, 0000, 0000,
4822 0070, 0001, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0353, 0014, 0360, 0163, 0347, 0345,
4823 0222, 0342, 0142, 0140, 0140, 0340, 0365, 0364, 0160, 0011, 0002, 0322, 0006, 0040, 0314, 0301,
4824 0002, 0044, 0377, 0162, 0033, 0362, 0000, 0051, 0246, 0044, 0157, 0167, 0027, 0206, 0377, 0355,
4825 0375, 0147, 0366, 0003, 0171, 0234, 0005, 0036, 0221, 0305, 0014, 0014, 0334, 0134, 0040, 0314,
4826 0270, 0337, 0071, 0055, 0030, 0050, 0310, 0136, 0342, 0351, 0353, 0312, 0176, 0231, 0125, 0106,
4827 0224, 0121, 0057, 0264, 0360, 0137, 0062, 0120, 0350, 0244, 0247, 0213, 0143, 0110, 0305, 0234,
4828 0267, 0323, 0275, 0371, 0032, 0014, 0070, 0130, 0057, 0126, 0374, 0327, 0276, 0336, 0132, 0170,
4829 0061, 0152, 0301, 0051, 0001, 0373, 0217, 0153, 0115, 0062, 0147, 0050, 0365, 0007, 0271, 0326,
4830 0131, 0316, 0372, 0320, 0261, 0264, 0317, 0227, 0331, 0353, 0253, 0131, 0347, 0031, 0203, 0007,
4831 0013, 0134, 0357, 0066, 0116, 0275, 0175, 0103, 0113, 0060, 0323, 0130, 0343, 0324, 0146, 0261,
4832 0173, 0121, 0127, 0131, 0137, 0064, 0352, 0235, 0136, 0307, 0330, 0360, 0241, 0113, 0306, 0355,
4833 0207, 0036, 0227, 0122, 0226, 0303, 0175, 0141, 0105, 0227, 0331, 0214, 0175, 0026, 0165, 0112,
4834 0022, 0027, 0127, 0063, 0166, 0275, 0020, 0227, 0164, 0311, 0320, 0073, 0044, 0260, 0313, 0127,
4835 0261, 0345, 0052, 0073, 0307, 0241, 0074, 0223, 0204, 0250, 0212, 0271, 0100, 0305, 0356, 0256,
4836 0002, 0206, 0106, 0027, 0235, 0072, 0066, 0116, 0224, 0164, 0170, 0241, 0054, 0074, 0311, 0316,
4837 0050, 0230, 0201, 0363, 0027, 0243, 0372, 0173, 0327, 0364, 0267, 0026, 0033, 0366, 0155, 0325,
4838 0254, 0223, 0114, 0313, 0112, 0310, 0351, 0146, 0224, 0370, 0373, 0271, 0102, 0374, 0056, 0377,
4839 0215, 0330, 0051, 0005, 0134, 0271, 0263, 0212, 0017, 0327, 0057, 0144, 0173, 0317, 0376, 0306,
4840 0167, 0136, 0140, 0332, 0077, 0365, 0377, 0263, 0243, 0030, 0157, 0177, 0220, 0012, 0327, 0055,
4841 0165, 0236, 0014, 0364, 0024, 0203, 0247, 0253, 0237, 0313, 0072, 0247, 0204, 0046, 0000, 0322,
4842 0076, 0160, 0222, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153, 0171,
4843 0055, 0150, 0171, 0160, 0145, 0162, 0055, 0154, 0157, 0143, 0153, 0145, 0144, 0056, 0160, 0156,
4844 0147, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0343, 0002, 0000, 0000, 0001, 0000, 0000, 0000,
4845 0170, 0332, 0001, 0343, 0002, 0034, 0375, 0211, 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000,
4846 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000, 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010,
4847 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207, 0000, 0000, 0000, 0006, 0142, 0113, 0107, 0104,
4848 0000, 0377, 0000, 0377, 0000, 0377, 0240, 0275, 0247, 0223, 0000, 0000, 0000, 0011, 0160, 0110,
4849 0131, 0163, 0000, 0000, 0013, 0022, 0000, 0000, 0013, 0022, 0001, 0322, 0335, 0176, 0374, 0000,
4850 0000, 0000, 0007, 0164, 0111, 0115, 0105, 0007, 0323, 0005, 0031, 0020, 0052, 0000, 0316, 0302,
4851 0074, 0034, 0000, 0000, 0002, 0160, 0111, 0104, 0101, 0124, 0170, 0234, 0355, 0131, 0313, 0222,
4852 0302, 0040, 0020, 0034, 0164, 0211, 0226, 0172, 0361, 0256, 0127, 0017, 0376, 0377, 0317, 0170,
4853 0262, 0324, 0137, 0110, 0211, 0211, 0061, 0263, 0207, 0055, 0134, 0102, 0146, 0140, 0110, 0242,
4854 0356, 0303, 0276, 0240, 0062, 0073, 0164, 0063, 0001, 0232, 0015, 0300, 0033, 0157, 0374, 0157,
4855 0050, 0101, 0014, 0076, 0234, 0105, 0030, 0101, 0216, 0241, 0316, 0127, 0023, 0367, 0101, 0162,
4856 0345, 0004, 0374, 0064, 0362, 0026, 0055, 0276, 0037, 0261, 0277, 0330, 0156, 0267, 0000, 0000,
4857 0200, 0210, 0367, 0326, 0375, 0234, 0322, 0372, 0237, 0251, 0357, 0076, 0016, 0207, 0103, 0260,
4858 0237, 0252, 0300, 0075, 0143, 0214, 0174, 0027, 0342, 0251, 0002, 0000, 0000, 0216, 0307, 0043,
4859 0313, 0071, 0132, 0001, 0216, 0250, 0344, 0267, 0230, 0230, 0024, 0021, 0034, 0202, 0002, 0374,
4860 0101, 0245, 0102, 0102, 0355, 0123, 0005, 0270, 0044, 0021, 0021, 0166, 0273, 0135, 0347, 0201,
4861 0122, 0260, 0132, 0255, 0304, 0261, 0321, 0012, 0364, 0231, 0235, 0256, 0110, 0031, 0123, 0364,
4862 0010, 0075, 0133, 0310, 0140, 0002, 0154, 0062, 0233, 0160, 0263, 0331, 0064, 0372, 0156, 0267,
4863 0133, 0043, 0306, 0306, 0225, 0145, 0111, 0346, 0032, 0215, 0106, 0044, 0101, 0104, 0204, 0353,
4864 0365, 0372, 0115, 0352, 0043, 0112, 0353, 0073, 0247, 0224, 0174, 0050, 0306, 0157, 0265, 0326,
4865 0144, 0154, 0135, 0327, 0255, 0252, 0122, 0371, 0335, 0276, 0330, 0370, 0042, 0251, 0210, 0010,
4866 0112, 0265, 0217, 0014, 0177, 0000, 0373, 0275, 0252, 0252, 0140, 0056, 0267, 0015, 0305, 0110,
4867 0320, 0153, 0021, 0273, 0245, 0316, 0363, 0134, 0074, 0150, 0054, 0357, 0240, 0153, 0300, 0046,
4868 0244, 0052, 0000, 0360, 0105, 0134, 0153, 0015, 0343, 0361, 0370, 0036, 0133, 0327, 0065, 0031,
4869 0153, 0177, 0217, 0125, 0141, 0360, 0012, 0160, 0011, 0355, 0254, 0113, 0167, 0253, 0320, 0341,
4870 0106, 0305, 0111, 0040, 0252, 0200, 0235, 0135, 0013, 0113, 0134, 0153, 0055, 0132, 0224, 0076,
4871 0071, 0352, 0124, 0366, 0053, 0054, 0025, 0041, 0136, 0003, 0171, 0236, 0067, 0266, 0272, 0331,
4872 0154, 0226, 0074, 0230, 0057, 0122, 0051, 0045, 0332, 0034, 0102, 0020, 0125, 0240, 0252, 0252,
4873 0006, 0171, 0000, 0200, 0363, 0371, 0054, 0032, 0200, 0002, 0267, 0236, 0054, 0036, 0262, 0013,
4874 0055, 0026, 0013, 0330, 0357, 0367, 0342, 0304, 0175, 0260, 0134, 0056, 0305, 0261, 0342, 0135,
4875 0350, 0127, 0132, 0211, 0127, 0030, 0271, 0324, 0161, 0305, 0136, 0050, 0313, 0262, 0206, 0027,
4876 0062, 0306, 0264, 0216, 0374, 0230, 0005, 0260, 0336, 0311, 0077, 0017, 0262, 0054, 0353, 0054,
4877 0040, 0350, 0205, 0102, 0240, 0014, 0131, 0312, 0026, 0352, 0266, 0105, 0121, 0220, 0161, 0275,
4878 0275, 0220, 0344, 0140, 0222, 0012, 0341, 0234, 0053, 0042, 0302, 0164, 0072, 0155, 0345, 0220,
4879 0102, 0124, 0001, 0104, 0204, 0313, 0345, 0022, 0354, 0357, 0072, 0373, 0210, 0010, 0306, 0030,
4880 0062, 0166, 0060, 0067, 0312, 0021, 0342, 0110, 0122, 0336, 0211, 0262, 0033, 0234, 0245, 0030,
4881 0334, 0112, 0160, 0340, 0146, 0211, 0073, 0250, 0102, 0125, 0360, 0343, 0244, 0030, 0354, 0116,
4882 0034, 0213, 0265, 0227, 0234, 0242, 0050, 0132, 0344, 0347, 0363, 0171, 0053, 0227, 0024, 0342,
4883 0203, 0114, 0272, 0320, 0070, 0353, 0135, 0226, 0045, 0371, 0154, 0043, 0176, 0335, 0340, 0134,
4884 0253, 0362, 0220, 0107, 0310, 0030, 0003, 0247, 0323, 0111, 0234, 0270, 0017, 0046, 0223, 0311,
4885 0260, 0146, 0356, 0331, 0030, 0334, 0215, 0076, 0033, 0017, 0023, 0260, 0136, 0257, 0131, 0333,
4886 0140, 0377, 0343, 0340, 0077, 0337, 0222, 0130, 0156, 0067, 0343, 0326, 0223, 0213, 0044, 0053,
4887 0221, 0342, 0173, 0272, 0202, 0022, 0037, 0302, 0113, 0036, 0041, 0311, 0205, 0106, 0072, 0061,
4888 0124, 0005, 0356, 0331, 0143, 0057, 0027, 0272, 0042, 0126, 0111, 0173, 0325, 0124, 0112, 0371,
4889 0042, 0132, 0312, 0177, 0375, 0053, 0246, 0077, 0373, 0222, 0317, 0305, 0253, 0205, 0110, 0070,
4890 0276, 0361, 0306, 0277, 0305, 0047, 0327, 0303, 0177, 0157, 0365, 0056, 0025, 0021, 0000, 0000,
4891 0000, 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0051, 0172, 0115, 0060, 0000, 0050,
4892 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153, 0171, 0055, 0156, 0157, 0164, 0145,
4893 0163, 0055, 0163, 0164, 0157, 0143, 0153, 0055, 0162, 0145, 0163, 0151, 0172, 0145, 0055, 0163,
4894 0167, 0056, 0160, 0156, 0147, 0000, 0000, 0000, 0047, 0001, 0000, 0000, 0001, 0000, 0000, 0000,
4895 0170, 0332, 0353, 0014, 0360, 0163, 0347, 0345, 0222, 0342, 0142, 0140, 0140, 0340, 0365, 0364,
4896 0160, 0011, 0002, 0322, 0006, 0040, 0314, 0301, 0002, 0044, 0377, 0162, 0033, 0362, 0000, 0051,
4897 0246, 0044, 0157, 0167, 0027, 0206, 0377, 0355, 0375, 0147, 0366, 0003, 0171, 0234, 0005, 0036,
4898 0221, 0305, 0014, 0014, 0334, 0134, 0040, 0314, 0270, 0337, 0071, 0055, 0030, 0050, 0310, 0136,
4899 0342, 0351, 0353, 0312, 0176, 0231, 0125, 0106, 0224, 0121, 0137, 0251, 0354, 0334, 0127, 0240,
4900 0320, 0016, 0117, 0027, 0307, 0220, 0212, 0071, 0157, 0147, 0170, 0363, 0065, 0030, 0160, 0270,
4901 0254, 0376, 0370, 0057, 0174, 0235, 0364, 0343, 0145, 0113, 0171, 0346, 0032, 0166, 0235, 0162,
4902 0273, 0074, 0341, 0373, 0033, 0365, 0246, 0151, 0223, 0154, 0247, 0075, 0216, 0232, 0055, 0270,
4903 0162, 0101, 0331, 0061, 0227, 0215, 0132, 0211, 0333, 0071, 0314, 0024, 0330, 0157, 0313, 0053,
4904 0237, 0236, 0357, 0150, 0372, 0356, 0240, 0316, 0131, 0241, 0233, 0111, 0235, 0011, 0015, 0341,
4905 0034, 0155, 0025, 0161, 0017, 0036, 0104, 0072, 0312, 0313, 0333, 0270, 0212, 0314, 0023, 0164,
4906 0370, 0121, 0311, 0330, 0061, 0137, 0364, 0300, 0017, 0113, 0107, 0006, 0173, 0145, 0216, 0207,
4907 0217, 0233, 0024, 0342, 0076, 0257, 0222, 0020, 0323, 0210, 0173, 0160, 0305, 0076, 0354, 0301,
4908 0264, 0160, 0077, 0206, 0220, 0174, 0067, 0006, 0123, 0166, 0217, 0223, 0133, 0026, 0225, 0057,
4909 0112, 0131, 0317, 0025, 0061, 0153, 0177, 0356, 0317, 0046, 0205, 0153, 0053, 0315, 0156, 0236,
4910 0060, 0134, 0072, 0353, 0041, 0273, 0316, 0105, 0175, 0017, 0375, 0027, 0265, 0213, 0137, 0356,
4911 0170, 0272, 0113, 0162, 0116, 0377, 0234, 0172, 0376, 0117, 0334, 0267, 0342, 0071, 0243, 0336,
4912 0161, 0047, 0261, 0377, 0147, 0221, 0214, 0074, 0366, 0266, 0355, 0001, 0320, 0017, 0014, 0236,
4913 0256, 0176, 0056, 0353, 0234, 0022, 0232, 0000, 0352, 0126, 0155, 0367, 0000, 0050, 0165, 0165,
4914 0141, 0171, 0051, 0143, 0157, 0155, 0155, 0141, 0156, 0144, 0055, 0141, 0160, 0160, 0154, 0145,
4915 0164, 0055, 0155, 0145, 0156, 0165, 0056, 0165, 0151, 0000, 0000, 0000, 0000, 0000, 0000, 0000,
4916 0144, 0001, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0225, 0220, 0101, 0012, 0302, 0060,
4917 0020, 0105, 0367, 0075, 0105, 0230, 0275, 0215, 0356, 0323, 0051, 0336, 0300, 0033, 0310, 0044,
4918 0235, 0102, 0040, 0111, 0045, 0231, 0212, 0336, 0336, 0126, 0113, 0066, 0305, 0105, 0267, 0037,
4919 0336, 0177, 0237, 0157, 0372, 0127, 0014, 0352, 0311, 0271, 0370, 0051, 0165, 0160, 0151, 0317,
4920 0320, 0143, 0143, 0174, 0022, 0316, 0043, 0071, 0106, 0023, 0071, 0315, 0312, 0017, 0035, 0270,
4921 0051, 0106, 0112, 0303, 0151, 0015, 0000, 0115, 0141, 0047, 0013, 0203, 0306, 0013, 0107, 0064,
4922 0044, 0222, 0275, 0235, 0205, 0125, 0242, 0310, 0035, 0004, 0262, 0034, 0100, 0111, 0246, 0124,
4923 0002, 0011, 0331, 0260, 0204, 0157, 0056, 0200, 0367, 0133, 0346, 0221, 0063, 0047, 0307, 0305,
4924 0350, 0312, 0355, 0053, 0350, 0053, 0000, 0334, 0304, 0355, 0343, 0017, 0247, 0177, 0013, 0016,
4925 0357, 0270, 0332, 0151, 0226, 0103, 0013, 0150, 0107, 0154, 0156, 0135, 0337, 0320, 0353, 0075,
4926 0153, 0136, 0037, 0154, 0076, 0104, 0267, 0200, 0344, 0000, 0050, 0165, 0165, 0141, 0171, 0051,
4927 0163, 0164, 0151, 0143, 0153, 0171, 0055, 0163, 0150, 0151, 0146, 0164, 0055, 0154, 0141, 0164,
4928 0143, 0150, 0145, 0144, 0056, 0160, 0156, 0147, 0254, 0002, 0000, 0000, 0001, 0000, 0000, 0000,
4929 0170, 0332, 0001, 0254, 0002, 0123, 0375, 0211, 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000,
4930 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000, 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010,
4931 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207, 0000, 0000, 0002, 0163, 0111, 0104, 0101, 0124,
4932 0170, 0234, 0355, 0131, 0133, 0216, 0352, 0060, 0014, 0165, 0321, 0254, 0240, 0052, 0317, 0012,
4933 0010, 0145, 0377, 0313, 0341, 0033, 0101, 0241, 0202, 0042, 0301, 0022, 0230, 0217, 0121, 0120,
4934 0343, 0261, 0035, 0047, 0175, 0314, 0314, 0275, 0034, 0051, 0112, 0110, 0155, 0367, 0234, 0330,
4935 0111, 0043, 0001, 0360, 0306, 0033, 0377, 0067, 0022, 0205, 0315, 0263, 0167, 0026, 0062, 0104,
4936 0216, 0322, 0303, 0237, 0046, 0216, 0101, 0162, 0345, 0004, 0374, 0066, 0362, 0026, 0337, 0370,
4937 0176, 0370, 0074, 0166, 0273, 0335, 0227, 0147, 0222, 0274, 0372, 0346, 0070, 0244, 0307, 0143,
4938 0352, 0067, 0206, 0061, 0106, 0174, 0076, 0042, 0346, 0136, 0253, 0357, 0043, 0257, 0151, 0333,
4939 0355, 0066, 0310, 0036, 0267, 0303, 0341, 0100, 0162, 0223, 0004, 0070, 0300, 0001, 0051, 0041,
4940 0034, 0301, 0242, 0050, 0000, 0000, 0240, 0050, 0012, 0126, 0274, 0106, 0234, 0004, 0121, 0000,
4941 0116, 0275, 0357, 0305, 0115, 0037, 0113, 0336, 0302, 0030, 0023, 0235, 0205, 0150, 0001, 0230,
4942 0144, 0223, 0240, 0044, 0004, 0223, 0267, 0130, 0257, 0327, 0301, 0045, 0330, 0072, 0003, 0332,
4943 0054, 0330, 0361, 0146, 0263, 0161, 0142, 0240, 0032, 0206, 0325, 0152, 0245, 0312, 0146, 0247,
4944 0045, 0244, 0025, 0202, 0311, 0037, 0217, 0107, 0110, 0222, 0004, 0312, 0262, 0164, 0346, 0227,
4945 0313, 0345, 0360, 0045, 0204, 0211, 0143, 0201, 0034, 0171, 0153, 0163, 0072, 0235, 0234, 0347,
4946 0171, 0236, 0253, 0263, 0020, 0055, 0200, 0053, 0025, 0374, 0062, 0216, 0074, 0266, 0073, 0237,
4947 0317, 0216, 0335, 0142, 0261, 0350, 0077, 0003, 0076, 0041, 0322, 0312, 0123, 0255, 0252, 0052,
4948 0307, 0176, 0076, 0237, 0173, 0263, 0020, 0055, 0200, 0133, 0165, 0073, 0366, 0225, 0015, 0167,
4949 0162, 0135, 0056, 0027, 0307, 0157, 0066, 0233, 0015, 0223, 0001, 0211, 0174, 0131, 0226, 0352,
4950 0123, 0045, 0111, 0022, 0270, 0136, 0257, 0216, 0377, 0164, 0072, 0355, 0157, 0017, 0340, 0054,
4951 0120, 0053, 0117, 0221, 0266, 0163, 0334, 0042, 0324, 0165, 0355, 0304, 0231, 0114, 0046, 0154,
4952 0234, 0050, 0001, 0224, 0030, 0137, 0315, 0163, 0244, 0271, 0271, 0333, 0355, 0346, 0304, 0033,
4953 0217, 0307, 0244, 0140, 0016, 0342, 0155, 0024, 0007, 0301, 0344, 0001, 0276, 0076, 0114, 0115,
4954 0124, 0125, 0305, 0012, 0151, 0316, 0131, 0242, 0024, 0262, 0054, 0203, 0373, 0375, 0056, 0022,
4955 0267, 0120, 0147, 0200, 0273, 0036, 0160, 0220, 0310, 0373, 0126, 0025, 0000, 0040, 0115, 0123,
4956 0325, 0173, 0124, 0173, 0040, 0204, 0074, 0167, 0344, 0206, 0324, 0265, 0105, 0232, 0246, 0355,
4957 0112, 0310, 0142, 0277, 0337, 0213, 0144, 0362, 0074, 0167, 0004, 0140, 0033, 0152, 0276, 0211,
4958 0307, 0343, 0241, 0026, 0025, 0044, 0200, 0012, 0252, 0131, 0101, 0352, 0344, 0222, 0174, 0103,
4959 0112, 0013, 0303, 0233, 0001, 0056, 0355, 0276, 0171, 0337, 0170, 0060, 0001, 0032, 0322, 0222,
4960 0055, 0345, 0067, 0230, 0000, 0211, 0254, 0124, 0016, 0270, 0174, 0250, 0162, 0302, 0076, 0322,
4961 0163, 0011, 0252, 0014, 0370, 0204, 0110, 0076, 0041, 0045, 0044, 0305, 0343, 0320, 0171, 0011,
4962 0205, 0354, 0013, 0154, 0323, 0354, 0265, 0010, 0022, 0100, 0221, 0012, 0051, 0261, 0220, 0262,
4963 0323, 0042, 0172, 0017, 0150, 0101, 0011, 0365, 0155, 0342, 0316, 0004, 0110, 0044, 0142, 0154,
4964 0245, 0243, 0227, 0352, 0065, 0010, 0056, 0241, 0220, 0254, 0204, 0332, 0122, 0275, 0017, 0255,
4965 0367, 0000, 0106, 0226, 0145, 0121, 0261, 0160, 0314, 0336, 0005, 0340, 0227, 0167, 0021, 0047,
4966 0106, 0200, 0372, 0072, 0335, 0047, 0332, 0174, 0231, 0133, 0147, 0000, 0000, 0240, 0256, 0153,
4967 0147, 0005, 0251, 0053, 0204, 0324, 0260, 0155, 0363, 0367, 0040, 0002, 0272, 0106, 0310, 0251,
4968 0107, 0225, 0320, 0313, 0313, 0030, 0323, 0041, 0055, 0075, 0236, 0317, 0347, 0253, 0215, 0106,
4969 0016, 0305, 0157, 0212, 0070, 0211, 0177, 0346, 0057, 0046, 0051, 0107, 0277, 0115, 0004, 0311,
4970 0125, 0163, 0126, 0375, 0264, 0220, 0156, 0316, 0351, 0067, 0336, 0370, 0107, 0361, 0011, 0155,
4971 0270, 0146, 0052, 0207, 0257, 0174, 0072, 0000, 0000, 0000, 0000, 0111, 0105, 0116, 0104, 0256,
4972 0102, 0140, 0202, 0161, 0312, 0066, 0336, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0141, 0170,
4973 0055, 0163, 0154, 0157, 0167, 0153, 0145, 0171, 0163, 0055, 0160, 0145, 0156, 0144, 0151, 0156,
4974 0147, 0056, 0160, 0156, 0147, 0000, 0000, 0000, 0342, 0002, 0000, 0000, 0001, 0000, 0000, 0000,
4975 0170, 0332, 0001, 0342, 0002, 0035, 0375, 0211, 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000,
4976 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000, 0000, 0000, 0030, 0000, 0000, 0000, 0030, 0010,
4977 0006, 0000, 0000, 0000, 0340, 0167, 0075, 0370, 0000, 0000, 0000, 0006, 0142, 0113, 0107, 0104,
4978 0000, 0377, 0000, 0377, 0000, 0377, 0240, 0275, 0247, 0223, 0000, 0000, 0002, 0227, 0111, 0104,
4979 0101, 0124, 0170, 0332, 0255, 0225, 0117, 0113, 0343, 0140, 0020, 0306, 0177, 0151, 0233, 0315,
4980 0236, 0152, 0105, 0326, 0052, 0054, 0170, 0020, 0131, 0050, 0256, 0107, 0075, 0125, 0250, 0007,
4981 0017, 0176, 0203, 0176, 0206, 0075, 0271, 0237, 0305, 0323, 0356, 0161, 0027, 0261, 0241, 0275,
4982 0012, 0236, 0104, 0360, 0252, 0040, 0354, 0042, 0052, 0052, 0210, 0122, 0301, 0146, 0233, 0102,
4983 0233, 0064, 0111, 0323, 0331, 0303, 0046, 0241, 0115, 0333, 0155, 0375, 0063, 0060, 0044, 0357,
4984 0233, 0311, 0074, 0363, 0314, 0373, 0316, 0014, 0100, 0026, 0330, 0001, 0344, 0215, 0364, 0033,
4985 0360, 0011, 0170, 0007, 0050, 0012, 0260, 0163, 0167, 0167, 0367, 0045, 0223, 0311, 0320, 0053,
4986 0212, 0242, 0114, 0374, 0036, 0076, 0175, 0337, 0247, 0132, 0255, 0262, 0264, 0264, 0364, 0023,
4987 0370, 0012, 0064, 0024, 0100, 0114, 0323, 0304, 0064, 0315, 0310, 0370, 0177, 0072, 0316, 0246,
4988 0333, 0355, 0062, 0063, 0063, 0003, 0220, 0003, 0036, 0022, 0000, 0211, 0104, 0142, 0254, 0343,
4989 0120, 0307, 0331, 0246, 0122, 0251, 0220, 0340, 0024, 0240, 0045, 0172, 0351, 0016, 0373, 0271,
4990 0122, 0251, 0060, 0077, 0077, 0317, 0334, 0334, 0034, 0331, 0154, 0226, 0331, 0331, 0131, 0052,
4991 0225, 0312, 0130, 0226, 0200, 0012, 0044, 0022, 0161, 0312, 0161, 0020, 0135, 0327, 0211, 0113,
4992 0251, 0124, 0232, 0004, 0000, 0200, 0076, 0006, 0161, 0220, 0152, 0265, 0312, 0361, 0361, 0361,
4993 0000, 0300, 0321, 0321, 0021, 0217, 0217, 0217, 0057, 0007, 0010, 0101, 0312, 0345, 0062, 0042,
4994 0102, 0170, 0116, 0241, 0210, 0010, 0272, 0256, 0217, 0074, 0217, 0001, 0200, 0121, 0221, 0224,
4995 0112, 0245, 0310, 0160, 0155, 0155, 0215, 0305, 0305, 0305, 0150, 0275, 0273, 0273, 0073, 0362,
4996 0334, 0046, 0142, 0160, 0172, 0172, 0312, 0365, 0365, 0165, 0144, 0130, 0050, 0024, 0050, 0024,
4997 0012, 0321, 0372, 0352, 0352, 0212, 0223, 0223, 0223, 0241, 0040, 0023, 0061, 0350, 0215, 0076,
4998 0004, 0330, 0330, 0330, 0350, 0333, 0013, 0131, 0304, 0101, 0372, 0012, 0026, 0220, 0126, 0253,
4999 0105, 0263, 0331, 0214, 0014, 0134, 0327, 0045, 0227, 0313, 0321, 0150, 0064, 0376, 0135, 0350,
5000 0251, 0051, 0156, 0156, 0156, 0260, 0155, 0233, 0205, 0205, 0005, 0174, 0337, 0007, 0140, 0172,
5001 0172, 0232, 0333, 0333, 0133, 0064, 0115, 0353, 0053, 0102, 0115, 0323, 0000, 0326, 0201, 0313,
5002 0241, 0051, 0072, 0070, 0070, 0210, 0234, 0003, 0344, 0363, 0171, 0124, 0125, 0045, 0235, 0116,
5003 0263, 0272, 0272, 0032, 0355, 0327, 0353, 0165, 0366, 0367, 0367, 0007, 0130, 0304, 0105, 0054,
5004 0313, 0222, 0247, 0247, 0047, 0251, 0325, 0152, 0142, 0030, 0206, 0154, 0156, 0156, 0116, 0334,
5005 0334, 0266, 0266, 0266, 0304, 0161, 0034, 0161, 0135, 0127, 0074, 0317, 0223, 0116, 0247, 0023,
5006 0176, 0313, 0007, 0215, 0024, 0261, 0155, 0133, 0014, 0303, 0020, 0303, 0060, 0344, 0342, 0342,
5007 0102, 0222, 0311, 0344, 0304, 0000, 0311, 0144, 0122, 0356, 0357, 0357, 0043, 0347, 0276, 0357,
5008 0367, 0001, 0014, 0264, 0212, 0162, 0271, 0034, 0345, 0030, 0140, 0173, 0173, 0233, 0146, 0263,
5009 0111, 0253, 0325, 0302, 0262, 0054, 0154, 0333, 0246, 0130, 0054, 0106, 0337, 0175, 0337, 0147,
5010 0157, 0157, 0157, 0344, 0055, 0002, 0220, 0166, 0273, 0055, 0246, 0151, 0112, 0243, 0321, 0220,
5011 0345, 0345, 0345, 0276, 0010, 0017, 0017, 0017, 0305, 0262, 0054, 0261, 0155, 0133, 0332, 0355,
5012 0266, 0070, 0216, 0043, 0272, 0256, 0367, 0331, 0254, 0254, 0254, 0110, 0267, 0333, 0225, 0120,
5013 0172, 0031, 0050, 0001, 0000, 0216, 0343, 0074, 0253, 0055, 0017, 0263, 0213, 0315, 0211, 0165,
5014 0340, 0062, 0005, 0340, 0272, 0356, 0213, 0172, 0377, 0260, 0224, 0030, 0206, 0061, 0120, 0150,
5015 0337, 0317, 0317, 0317, 0361, 0074, 0017, 0125, 0125, 0237, 0325, 0373, 0343, 0316, 0353, 0365,
5016 0072, 0147, 0147, 0147, 0000, 0277, 0001, 0077, 0110, 0025, 0037, 0201, 0037, 0157, 0070, 0223,
5017 0177, 0001, 0105, 0340, 0063, 0220, 0121, 0202, 0341, 0234, 0006, 0076, 0004, 0123, 0050, 0025,
5018 0124, 0370, 0113, 0245, 0003, 0064, 0201, 0032, 0360, 0107, 0011, 0234, 0251, 0300, 0373, 0000,
5019 0054, 0311, 0353, 0244, 0013, 0170, 0200, 0015, 0170, 0112, 0254, 0057, 0051, 0257, 0214, 0076,
5020 0272, 0372, 0241, 0376, 0005, 0127, 0163, 0154, 0155, 0372, 0275, 0111, 0325, 0000, 0000, 0000,
5021 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0234, 0154, 0134, 0375, 0000, 0050, 0165,
5022 0165, 0141, 0171, 0051, 0143, 0160, 0165, 0146, 0162, 0145, 0161, 0055, 0065, 0060, 0056, 0160,
5023 0156, 0147, 0000, 0000, 0000, 0000, 0000, 0000, 0334, 0003, 0000, 0000, 0001, 0000, 0000, 0000,
5024 0170, 0332, 0001, 0334, 0003, 0043, 0374, 0211, 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000,
5025 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000, 0000, 0000, 0030, 0000, 0000, 0000, 0030, 0010,
5026 0006, 0000, 0000, 0000, 0340, 0167, 0075, 0370, 0000, 0000, 0000, 0011, 0160, 0110, 0131, 0163,
5027 0000, 0000, 0013, 0023, 0000, 0000, 0013, 0023, 0001, 0000, 0232, 0234, 0030, 0000, 0000, 0000,
5028 0007, 0164, 0111, 0115, 0105, 0007, 0324, 0013, 0036, 0024, 0020, 0044, 0357, 0203, 0030, 0010,
5029 0000, 0000, 0000, 0035, 0164, 0105, 0130, 0164, 0103, 0157, 0155, 0155, 0145, 0156, 0164, 0000,
5030 0103, 0162, 0145, 0141, 0164, 0145, 0144, 0040, 0167, 0151, 0164, 0150, 0040, 0124, 0150, 0145,
5031 0040, 0107, 0111, 0115, 0120, 0357, 0144, 0045, 0156, 0000, 0000, 0003, 0122, 0111, 0104, 0101,
5032 0124, 0110, 0307, 0345, 0226, 0317, 0153, 0035, 0125, 0024, 0307, 0077, 0167, 0146, 0136, 0222,
5033 0227, 0222, 0104, 0110, 0304, 0177, 0100, 0264, 0156, 0255, 0265, 0042, 0305, 0254, 0244, 0010,
5034 0211, 0026, 0177, 0320, 0156, 0135, 0164, 0241, 0013, 0005, 0061, 0150, 0261, 0376, 0040, 0105,
5035 0203, 0242, 0153, 0177, 0100, 0053, 0024, 0121, 0113, 0155, 0205, 0046, 0153, 0041, 0202, 0205,
5036 0050, 0161, 0045, 0030, 0067, 0311, 0102, 0010, 0151, 0352, 0303, 0064, 0357, 0275, 0231, 0271,
5037 0277, 0316, 0161, 0061, 0057, 0357, 0021, 0155, 0322, 0127, 0320, 0225, 0007, 0056, 0227, 0141,
5038 0356, 0071, 0337, 0371, 0236, 0163, 0346, 0173, 0056, 0374, 0237, 0155, 0012, 0320, 0175, 0326,
5039 0324, 0136, 0216, 0332, 0307, 0232, 0002, 0164, 0077, 0353, 0234, 0043, 0271, 0025, 0302, 0113,
5040 0247, 0237, 0143, 0363, 0367, 0257, 0171, 0345, 0315, 0223, 0064, 0326, 0057, 0365, 0366, 0063,
5041 0047, 0151, 0254, 0177, 0163, 0107, 0054, 0223, 0133, 0320, 0106, 0044, 0342, 0175, 0300, 0131,
5042 0107, 0121, 0130, 0234, 0163, 0070, 0347, 0051, 0313, 0222, 0166, 0236, 0003, 0144, 0375, 0042,
5043 0230, 0277, 0005, 0237, 0077, 0164, 0344, 0040, 0252, 0112, 0232, 0246, 0144, 0131, 0106, 0226,
5044 0146, 0104, 0021, 0214, 0061, 0210, 0010, 0326, 0226, 0000, 0117, 0376, 0374, 0343, 0157, 0127,
5045 0253, 0114, 0354, 0021, 0330, 0030, 0200, 0351, 0154, 0047, 0127, 0000, 0207, 0216, 0034, 0344,
5046 0330, 0023, 0217, 0123, 0037, 0032, 0246, 0054, 0013, 0152, 0265, 0001, 0234, 0267, 0130, 0153,
5047 0361, 0336, 0341, 0275, 0243, 0050, 0162, 0066, 0157, 0154, 0050, 0300, 0342, 0342, 0342, 0155,
5048 0031, 0144, 0000, 0215, 0365, 0113, 0204, 0020, 0230, 0072, 0161, 0026, 0024, 0046, 0356, 0031,
5049 0301, 0207, 0101, 0312, 0262, 0240, 0256, 0003, 0130, 0047, 0100, 0015, 0153, 0023, 0254, 0203,
5050 0315, 0033, 0225, 0363, 0344, 0344, 0144, 0177, 0000, 0357, 0175, 0162, 0005, 0347, 0034, 0151,
5051 0232, 0222, 0246, 0051, 0326, 0025, 0264, 0333, 0115, 0212, 0262, 0115, 0232, 0146, 0250, 0010,
5052 0255, 0174, 0033, 0021, 0101, 0125, 0221, 0050, 0246, 0337, 0032, 0144, 0000, 0257, 0235, 0172,
5053 0012, 0125, 0345, 0370, 0017, 0163, 0250, 0052, 0061, 0004, 0242, 0104, 0214, 0111, 0170, 0376,
5054 0304, 0014, 0006, 0120, 0025, 0266, 0156, 0066, 0070, 0177, 0361, 0043, 0124, 0365, 0316, 0000,
5055 0346, 0076, 0375, 0026, 0021, 0041, 0313, 0062, 0214, 0061, 0150, 0247, 0223, 0124, 0025, 0024,
5056 0332, 0371, 0066, 0171, 0336, 0246, 0054, 0013, 0124, 0025, 0143, 0214, 0002, 0314, 0236, 0235,
5057 0355, 0017, 0340, 0314, 0213, 0317, 0340, 0175, 0340, 0331, 0153, 0037, 0022, 0102, 0300, 0171,
5058 0050, 0312, 0274, 0352, 0034, 0365, 0064, 0233, 0333, 0204, 0030, 0130, 0135, 0135, 0045, 0204,
5059 0210, 0017, 0061, 0253, 0325, 0152, 0034, 0175, 0370, 0024, 0326, 0106, 0000, 0222, 0244, 0042,
5060 0145, 0155, 0344, 0217, 0353, 0005, 0360, 0166, 0017, 0340, 0335, 0217, 0257, 0040, 0042, 0044,
5061 0111, 0102, 0073, 0157, 0061, 0064, 0122, 0047, 0115, 0122, 0254, 0053, 0131, 0133, 0133, 0143,
5062 0153, 0253, 0301, 0306, 0306, 0165, 0120, 0301, 0273, 0200, 0252, 0032, 0143, 0014, 0326, 0106,
5063 0266, 0157, 0072, 0000, 0274, 0027, 0134, 0031, 0361, 0101, 0370, 0263, 0121, 0356, 0146, 0360,
5064 0306, 0013, 0117, 0023, 0102, 0344, 0370, 0367, 0163, 0264, 0132, 0115, 0356, 0032, 0257, 0141,
5065 0135, 0111, 0214, 0201, 0371, 0357, 0076, 0257, 0012, 0053, 0112, 0131, 0070, 0142, 0024, 0212,
5066 0334, 0016, 0355, 0004, 0365, 0136, 0220, 0250, 0004, 0057, 0135, 0066, 0171, 0333, 0357, 0006,
5067 0170, 0377, 0263, 0253, 0344, 0171, 0201, 0163, 0216, 0074, 0157, 0141, 0335, 0160, 0247, 0357,
5068 0043, 0336, 0006, 0142, 0214, 0204, 0040, 0130, 0133, 0071, 0146, 0131, 0032, 0001, 0044, 0052,
5069 0022, 0025, 0153, 0043, 0256, 0023, 0134, 0104, 0011, 0101, 0166, 0003, 0174, 0360, 0316, 0027,
5070 0335, 0037, 0315, 0332, 0222, 0137, 0177, 0131, 0243, 0050, 0312, 0352, 0260, 0217, 0304, 0030,
5071 0121, 0121, 0114, 0222, 0060, 0060, 0220, 0121, 0257, 0017, 0226, 0111, 0322, 0123, 0231, 0340,
5072 0173, 0001, 0143, 0124, 0234, 0213, 0273, 0000, 0114, 0107, 0046, 0016, 0057, 0057, 0255, 0274,
5073 0105, 0045, 0223, 0250, 0202, 0061, 0124, 0173, 0107, 0124, 0124, 0041, 0307, 0142, 0022, 0023,
5074 0105, 0253, 0202, 0026, 0105, 0100, 0244, 0047, 0031, 0041, 0010, 0145, 0031, 0272, 0317, 0073,
5075 0237, 0261, 0320, 0051, 0373, 0364, 0362, 0322, 0012, 0107, 0036, 0173, 0200, 0313, 0027, 0136,
5076 0347, 0241, 0107, 0357, 0343, 0342, 0371, 0031, 0016, 0037, 0275, 0237, 0257, 0316, 0315, 0360,
5077 0340, 0043, 0367, 0362, 0345, 0271, 0127, 0131, 0136, 0132, 0301, 0173, 0207, 0304, 0136, 0140,
5078 0021, 0305, 0173, 0041, 0157, 0373, 0252, 0243, 0052, 0055, 0372, 0207, 0052, 0056, 0000, 0014,
5079 0016, 0326, 0030, 0033, 0073, 0300, 0360, 0201, 0041, 0306, 0307, 0107, 0251, 0017, 0017, 0062,
5080 0061, 0076, 0312, 0310, 0350, 0060, 0167, 0117, 0214, 0165, 0305, 0314, 0332, 0110, 0163, 0333,
5081 0165, 0235, 0133, 0115, 0107, 0360, 0122, 0245, 0250, 0043, 0204, 0146, 0217, 0201, 0163, 0073,
5082 0233, 0116, 0222, 0144, 0376, 0364, 0313, 0327, 0050, 0313, 0320, 0115, 0213, 0110, 0325, 0155,
5083 0336, 0105, 0056, 0134, 0076, 0006, 0060, 0155, 0366, 0031, 0207, 0375, 0330, 0374, 0076, 0357,
5084 0146, 0201, 0237, 0314, 0277, 0064, 0233, 0367, 0262, 0205, 0377, 0374, 0146, 0360, 0027, 0342,
5085 0022, 0060, 0345, 0107, 0330, 0020, 0161, 0000, 0000, 0000, 0000, 0111, 0105, 0116, 0104, 0256,
5086 0102, 0140, 0202, 0356, 0271, 0260, 0045, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0163, 0164,
5087 0151, 0143, 0153, 0171, 0055, 0163, 0165, 0160, 0145, 0162, 0055, 0154, 0157, 0143, 0153, 0145,
5088 0144, 0056, 0160, 0156, 0147, 0000, 0000, 0000, 0107, 0002, 0000, 0000, 0001, 0000, 0000, 0000,
5089 0170, 0332, 0001, 0107, 0002, 0270, 0375, 0211, 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000,
5090 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000, 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010,
5091 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207, 0000, 0000, 0002, 0016, 0111, 0104, 0101, 0124,
5092 0170, 0234, 0355, 0131, 0075, 0157, 0203, 0060, 0020, 0075, 0127, 0341, 0027, 0144, 0213, 0140,
5093 0312, 0306, 0377, 0377, 0063, 0031, 0023, 0005, 0006, 0066, 0226, 0214, 0161, 0207, 0012, 0344,
5094 0134, 0356, 0023, 0060, 0264, 0015, 0117, 0102, 0246, 0361, 0371, 0374, 0036, 0167, 0266, 0217,
5095 0002, 0260, 0143, 0307, 0147, 0043, 0030, 0154, 0142, 0166, 0026, 0062, 0104, 0216, 0122, 0347,
5096 0326, 0304, 0061, 0110, 0256, 0234, 0200, 0337, 0106, 0176, 0300, 0033, 0337, 0203, 0066, 0242,
5097 0256, 0153, 0000, 0000, 0210, 0061, 0216, 0155, 0172, 0357, 0151, 0361, 0075, 0365, 0067, 0306,
5098 0365, 0172, 0025, 0373, 0251, 0010, 0214, 0036, 0065, 0362, 0123, 0210, 0173, 0005, 0000, 0000,
5099 0334, 0156, 0067, 0226, 0263, 0032, 0001, 0216, 0250, 0345, 0067, 0115, 0214, 0107, 0004, 0007,
5100 0121, 0000, 0236, 0324, 0052, 0104, 0152, 0127, 0025, 0220, 0222, 0034, 0046, 0271, 0134, 0056,
5101 0223, 0047, 0263, 0240, 0054, 0113, 0227, 0375, 0227, 0324, 0231, 0022, 0007, 0310, 0117, 0036,
5102 0000, 0340, 0176, 0277, 0277, 0074, 0064, 0055, 0072, 0246, 0024, 0262, 0070, 0132, 0022, 0236,
5103 0271, 0134, 0213, 0030, 0343, 0174, 0076, 0277, 0330, 0244, 0202, 0361, 0366, 0127, 0125, 0025,
5104 0273, 0023, 0065, 0115, 0363, 0066, 0247, 0025, 0346, 0024, 0302, 0116, 0123, 0362, 0124, 0113,
5105 0371, 0302, 0355, 0160, 0235, 0116, 0047, 0162, 0336, 0331, 0051, 0104, 0011, 0221, 0176, 0227,
5106 0046, 0264, 0012, 0325, 0372, 0060, 0324, 0065, 0240, 0021, 0112, 0355, 0044, 0162, 0126, 0241,
5107 0334, 0170, 0016, 0223, 0043, 0200, 0011, 0077, 0237, 0117, 0161, 0162, 0351, 0314, 0240, 0154,
5108 0255, 0060, 0105, 0100, 0172, 0242, 0134, 0171, 0301, 0371, 0302, 0143, 0071, 0133, 0053, 0114,
5109 0021, 0340, 0234, 0152, 0265, 0021, 0065, 0236, 0132, 0067, 0326, 0371, 0050, 0314, 0216, 0000,
5110 0165, 0077, 0127, 0200, 0347, 0334, 0231, 0034, 0001, 0255, 0314, 0305, 0350, 0272, 0316, 0154,
5111 0273, 0312, 0056, 0224, 0023, 0253, 0354, 0102, 0071, 0261, 0150, 0004, 0266, 0100, 0226, 0132,
5112 0010, 0073, 0035, 0152, 0033, 0356, 0302, 0071, 0177, 0074, 0036, 0107, 0037, 0324, 0231, 0321,
5113 0367, 0175, 0036, 0001, 0034, 0244, 0203, 0215, 0263, 0247, 0166, 0037, 0155, 0207, 0323, 0060,
5114 0153, 0021, 0153, 0047, 0264, 0064, 0146, 0025, 0001, 0136, 0122, 0126, 0037, 0332, 0311, 0275,
5115 0111, 0012, 0245, 0204, 0074, 0245, 0007, 0345, 0153, 0025, 0001, 0051, 0031, 0353, 0204, 0326,
5116 0050, 0154, 0162, 0220, 0171, 0112, 0344, 0045, 0123, 0110, 0174, 0043, 0223, 0310, 0341, 0327,
5117 0100, 0311, 0026, 0367, 0305, 0370, 0123, 0176, 0017, 0367, 0217, 0307, 0203, 0265, 0323, 0304,
5118 0314, 0112, 0241, 0266, 0155, 0315, 0266, 0351, 0076, 0157, 0301, 0342, 0305, 0334, 0232, 0360,
5119 0244, 0256, 0051, 0205, 0006, 0170, 0377, 0351, 0064, 0005, 0105, 0121, 0344, 0113, 0241, 0020,
5120 0002, 0224, 0145, 0111, 0226, 0016, 0151, 0116, 0343, 0105, 0252, 0331, 0162, 0144, 0143, 0214,
5121 0020, 0202, 0374, 0015, 0306, 0025, 0001, 0251, 0366, 0131, 0012, 0224, 0170, 0011, 0233, 0254,
5122 0001, 0355, 0251, 0172, 0036, 0014, 0025, 0201, 0321, 0273, 0367, 0255, 0313, 0012, 0055, 0222,
5123 0041, 0204, 0361, 0102, 0042, 0336, 0224, 0377, 0371, 0117, 0114, 0377, 0366, 0043, 0137, 0212,
5124 0255, 0205, 0130, 0070, 0356, 0330, 0361, 0261, 0370, 0006, 0374, 0132, 0300, 0073, 0351, 0104,
5125 0304, 0322, 0000, 0000, 0000, 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0307, 0052,
5126 0003, 0127, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0155, 0157, 0165, 0163, 0145, 0153, 0145,
5127 0171, 0163, 0055, 0160, 0162, 0145, 0163, 0163, 0145, 0144, 0055, 0162, 0151, 0147, 0150, 0164,
5128 0056, 0160, 0156, 0147, 0000, 0000, 0000, 0000, 0256, 0000, 0000, 0000, 0001, 0000, 0000, 0000,
5129 0170, 0332, 0353, 0014, 0360, 0163, 0347, 0345, 0222, 0342, 0142, 0140, 0140, 0340, 0365, 0364,
5130 0160, 0011, 0002, 0322, 0006, 0040, 0314, 0301, 0006, 0044, 0303, 0231, 0176, 0266, 0003, 0251,
5131 0122, 0117, 0027, 0307, 0220, 0212, 0071, 0157, 0257, 0073, 0162, 0065, 0030, 0360, 0270, 0134,
5132 0174, 0365, 0367, 0375, 0032, 0151, 0156, 0127, 0051, 0117, 0303, 0124, 0241, 0037, 0374, 0167,
5133 0116, 0325, 0154, 0312, 0312, 0216, 0050, 0263, 0215, 0357, 0120, 0176, 0345, 0316, 0275, 0347,
5134 0161, 0354, 0355, 0163, 0362, 0316, 0145, 0305, 0255, 0151, 0373, 0016, 0234, 0270, 0063, 0363,
5135 0047, 0223, 0262, 0361, 0056, 0257, 0206, 0225, 0101, 0007, 0276, 0160, 0115, 0145, 0132, 0306,
5136 0021, 0240, 0354, 0320, 0313, 0140, 0312, 0164, 0005, 0304, 0130, 0133, 0323, 0360, 0310, 0365,
5137 0132, 0353, 0236, 0063, 0123, 0030, 0343, 0327, 0354, 0060, 0142, 0274, 0153, 0255, 0362, 0073,
5138 0216, 0001, 0004, 0032, 0264, 0362, 0356, 0314, 0340, 0122, 0275, 0141, 0176, 0172, 0025, 0210,
5139 0353, 0351, 0352, 0347, 0262, 0316, 0051, 0241, 0011, 0000, 0326, 0121, 0077, 0034, 0000, 0050,
5140 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153, 0171, 0055, 0141, 0154, 0164, 0055,
5141 0154, 0141, 0164, 0143, 0150, 0145, 0144, 0056, 0160, 0156, 0147, 0000, 0000, 0000, 0000, 0000,
5142 0335, 0001, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0001, 0335, 0001, 0042, 0376, 0211,
5143 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000, 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000,
5144 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010, 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207,
5145 0000, 0000, 0001, 0244, 0111, 0104, 0101, 0124, 0170, 0234, 0355, 0231, 0153, 0256, 0104, 0100,
5146 0020, 0205, 0233, 0314, 0066, 0104, 0357, 0177, 0077, 0166, 0140, 0017, 0176, 0272, 0077, 0156,
5147 0210, 0251, 0251, 0327, 0351, 0256, 0306, 0144, 0234, 0104, 0264, 0176, 0160, 0076, 0125, 0205,
5148 0104, 0112, 0217, 0036, 0375, 0266, 0072, 0307, 0234, 0265, 0271, 0013, 0135, 0252, 0107, 0155,
5149 0360, 0152, 0343, 0124, 0254, 0127, 0011, 0340, 0156, 0346, 0067, 0175, 0370, 0175, 0131, 0053,
5150 0246, 0151, 0372, 0137, 0331, 0165, 0373, 0376, 0330, 0106, 0366, 0264, 0315, 0035, 0123, 0345,
5151 0234, 0325, 0161, 0156, 0365, 0176, 0367, 0055, 0363, 0045, 0306, 0121, 0200, 0224, 0122, 0032,
5152 0307, 0121, 0364, 0154, 0106, 0100, 0062, 0352, 0351, 0263, 0140, 0020, 0010, 0111, 0052, 0000,
5153 0275, 0250, 0027, 0104, 0333, 0237, 0012, 0160, 0064, 0151, 0231, 0107, 0215, 0153, 0100, 0141,
5154 0000, 0107, 0143, 0232, 0321, 0053, 0243, 0340, 0112, 0241, 0150, 0220, 0323, 0000, 0070, 0143,
5155 0045, 0105, 0335, 0022, 0302, 0235, 0102, 0167, 0215, 0202, 0031, 0201, 0150, 0020, 0251, 0257,
5156 0024, 0242, 0252, 0210, 0357, 0020, 0005, 0050, 0002, 0321, 0351, 0324, 0034, 0200, 0032, 0347,
5157 0214, 0171, 0100, 0244, 0271, 0222, 0141, 0004, 0302, 0025, 0001, 0217, 0331, 0310, 0050, 0040,
5158 0020, 0125, 0021, 0360, 0200, 0131, 0040, 0115, 0001, 0070, 0030, 0172, 0354, 0111, 0021, 0244,
5159 0250, 0121, 0101, 0117, 0041, 0316, 0070, 0147, 0322, 0323, 0246, 0306, 0113, 0041, 0212, 0236,
5160 0102, 0234, 0161, 0311, 0160, 0115, 0061, 0127, 0003, 0110, 0271, 0211, 0200, 0120, 0223, 0321,
5161 0121, 0200, 0077, 0247, 0265, 0176, 0255, 0056, 0254, 0164, 0152, 0006, 0120, 0013, 0303, 0215,
5162 0107, 0026, 0063, 0134, 0304, 0326, 0130, 0115, 0072, 0321, 0266, 0107, 0360, 0307, 0234, 0064,
5163 0146, 0105, 0305, 0323, 0156, 0006, 0140, 0231, 0265, 0306, 0113, 0322, 0251, 0011, 0200, 0307,
5164 0054, 0147, 0132, 0352, 0213, 0210, 0002, 0124, 0003, 0303, 0060, 0270, 0117, 0134, 0252, 0145,
5165 0131, 0342, 0000, 0066, 0151, 0167, 0072, 0132, 0350, 0265, 0212, 0123, 0250, 0225, 0320, 0132,
5166 0370, 0055, 0200, 0171, 0236, 0337, 0212, 0227, 0156, 0333, 0205, 0275, 0233, 0064, 0037, 0001,
5167 0350, 0021, 0000, 0113, 0150, 0235, 0150, 0217, 0135, 0357, 0371, 0302, 0123, 0250, 0264, 0340,
5168 0265, 0027, 0237, 0246, 0333, 0325, 0100, 0112, 0366, 0073, 0346, 0050, 0056, 0205, 0366, 0125,
5169 0071, 0347, 0100, 0133, 0176, 0255, 0353, 0272, 0157, 0175, 0377, 0146, 0361, 0203, 0110, 0102,
5170 0374, 0232, 0137, 0114, 0132, 0214, 0356, 0006, 0301, 0172, 0365, 0124, 0333, 0325, 0040, 0347,
5171 0174, 0002, 0074, 0172, 0364, 0245, 0372, 0003, 0216, 0060, 0041, 0117, 0147, 0034, 0360, 0046,
5172 0000, 0000, 0000, 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0033, 0302, 0327, 0006,
5173 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0151, 0143, 0157, 0156, 0163, 0057, 0000, 0000, 0000,
5174 0034, 0000, 0000, 0000, 0125, 0000, 0000, 0000, 0036, 0000, 0000, 0000, 0032, 0000, 0000, 0000,
5175 0106, 0000, 0000, 0000, 0100, 0000, 0000, 0000, 0121, 0000, 0000, 0000, 0065, 0000, 0000, 0000,
5176 0054, 0000, 0000, 0000, 0023, 0000, 0000, 0000, 0026, 0000, 0000, 0000, 0075, 0000, 0000, 0000,
5177 0041, 0000, 0000, 0000, 0055, 0000, 0000, 0000, 0112, 0000, 0000, 0000, 0020, 0000, 0000, 0000,
5178 0040, 0000, 0000, 0000, 0030, 0000, 0000, 0000, 0070, 0000, 0000, 0000, 0107, 0000, 0000, 0000,
5179 0066, 0000, 0000, 0000, 0122, 0000, 0000, 0000, 0057, 0000, 0000, 0000, 0060, 0000, 0000, 0000,
5180 0003, 0000, 0000, 0000, 0024, 0000, 0000, 0000, 0025, 0000, 0000, 0000, 0123, 0000, 0000, 0000,
5181 0021, 0000, 0000, 0000, 0116, 0000, 0000, 0000, 0050, 0000, 0000, 0000, 0033, 0000, 0000, 0000,
5182 0110, 0000, 0000, 0000, 0063, 0000, 0000, 0000, 0035, 0000, 0000, 0000, 0067, 0000, 0000, 0000,
5183 0014, 0000, 0000, 0000, 0047, 0000, 0000, 0000, 0051, 0000, 0000, 0000, 0117, 0000, 0000, 0000,
5184 0053, 0000, 0000, 0000, 0013, 0000, 0000, 0000, 0016, 0000, 0000, 0000, 0043, 0000, 0000, 0000,
5185 0056, 0000, 0000, 0000, 0111, 0000, 0000, 0000, 0031, 0000, 0000, 0000, 0167, 0151, 0156, 0144,
5186 0157, 0167, 0055, 0142, 0165, 0164, 0164, 0157, 0156, 0163, 0056, 0165, 0151, 0000, 0000, 0000,
5187 0157, 0242, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0355, 0135, 0133, 0163, 0342, 0070,
5188 0026, 0176, 0317, 0257, 0320, 0372, 0241, 0167, 0267, 0266, 0351, 0204, 0133, 0322, 0323, 0235,
5189 0060, 0225, 0013, 0351, 0244, 0072, 0011, 0051, 0040, 0331, 0351, 0047, 0227, 0260, 0105, 0254,
5190 0211, 0261, 0130, 0113, 0100, 0350, 0332, 0377, 0060, 0217, 0363, 0377, 0366, 0227, 0254, 0044,
5191 0033, 0222, 0160, 0061, 0066, 0143, 0214, 0154, 0374, 0206, 0355, 0043, 0353, 0350, 0234, 0117,
5192 0347, 0146, 0041, 0035, 0377, 0372, 0322, 0263, 0301, 0020, 0271, 0024, 0023, 0347, 0104, 0053,
5193 0176, 0072, 0320, 0000, 0162, 0014, 0142, 0142, 0347, 0351, 0104, 0173, 0150, 0137, 0026, 0076,
5194 0153, 0277, 0326, 0366, 0216, 0261, 0303, 0220, 0333, 0205, 0006, 0252, 0035, 0273, 0350, 0077,
5195 0003, 0354, 0042, 0012, 0154, 0334, 0071, 0321, 0236, 0330, 0363, 0277, 0264, 0327, 0027, 0224,
5196 0076, 0025, 0017, 0265, 0375, 0332, 0061, 0351, 0374, 0216, 0014, 0006, 0014, 0033, 0122, 0172,
5197 0242, 0175, 0143, 0317, 0027, 0030, 0332, 0344, 0111, 0003, 0330, 0074, 0321, 0372, 0056, 0351,
5198 0043, 0227, 0141, 0104, 0265, 0332, 0261, 0177, 0061, 0006, 0016, 0354, 0241, 0023, 0315, 0200,
5199 0216, 0336, 0045, 0306, 0200, 0077, 0272, 0204, 0066, 0105, 0307, 0373, 0023, 0202, 0071, 0122,
5200 0064, 0104, 0016, 0343, 0164, 0337, 0056, 0276, 0353, 0365, 0337, 0356, 0033, 0255, 0207, 0146,
5201 0135, 0277, 0075, 0155, 0175, 0007, 0377, 0005, 0342, 0336, 0175, 0343, 0372, 0256, 0135, 0157,
5202 0352, 0267, 0215, 0366, 0165, 0343, 0056, 0340, 0311, 0025, 0277, 0172, 0373, 0370, 0354, 0241,
5203 0335, 0026, 0015, 0346, 0332, 0171, 0017, 0212, 0113, 0237, 0224, 0226, 0076, 0051, 0057, 0175,
5204 0242, 0337, 0067, 0353, 0255, 0326, 0202, 0373, 0315, 0372, 0115, 0375, 0264, 0365, 0156, 0104,
5205 0337, 0353, 0077, 0346, 0311, 0305, 0315, 0005, 0264, 0165, 0071, 0302, 0073, 0336, 0353, 0345,
5206 0217, 0267, 0367, 0071, 0341, 0143, 0175, 0301, 0375, 0313, 0306, 0371, 0103, 0113, 0077, 0277,
5207 0072, 0275, 0373, 0366, 0356, 0075, 0255, 0166, 0363, 0341, 0274, 0075, 0053, 0332, 0146, 0343,
5208 0276, 0336, 0154, 0377, 0130, 0100, 0377, 0170, 0335, 0272, 0076, 0273, 0276, 0271, 0346, 0017,
5209 0347, 0073, 0341, 0355, 0176, 0273, 0276, 0025, 0317, 0256, 0357, 0026, 0337, 0157, 0074, 0274,
5210 0123, 0105, 0353, 0341, 0154, 0041, 0003, 0255, 0363, 0146, 0343, 0346, 0106, 0336, 0011, 0100,
5211 0110, 0207, 0270, 0046, 0162, 0365, 0021, 0066, 0231, 0245, 0325, 0252, 0001, 0224, 0014, 0063,
5212 0033, 0151, 0200, 0271, 0320, 0241, 0066, 0144, 0260, 0143, 0363, 0233, 0143, 0001, 0320, 0177,
5213 0143, 0307, 0044, 0043, 0160, 0066, 0140, 0214, 0070, 0024, 0334, 0273, 0250, 0213, 0134, 0076,
5214 0105, 0020, 0015, 0170, 0235, 0211, 0050, 0163, 0311, 0230, 0367, 0314, 0054, 0275, 0017, 0071,
5215 0075, 0323, 0152, 0155, 0167, 0020, 0004, 0147, 0154, 0020, 0107, 0027, 0077, 0265, 0232, 0311,
5216 0047, 0100, 0217, 0267, 0051, 0274, 0316, 0224, 0040, 0336, 0307, 0175, 0244, 0133, 0130, 0164,
5217 0141, 0312, 0131, 0366, 0226, 0326, 0260, 0260, 0155, 0002, 0071, 0175, 0035, 0150, 0027, 0344,
5218 0345, 0211, 0066, 0354, 0220, 0027, 0155, 0301, 0054, 0075, 0343, 0267, 0345, 0024, 0365, 0136,
5219 0244, 0373, 0164, 0063, 0035, 0016, 0061, 0305, 0134, 0100, 0053, 0107, 0024, 0141, 0056, 0323,
5220 0076, 0064, 0270, 0311, 0321, 0152, 0245, 0325, 0314, 0103, 0203, 0161, 0133, 0243, 0163, 0251,
5221 0302, 0205, 0143, 0220, 0232, 0232, 0216, 0304, 0352, 0310, 0153, 0076, 0220, 0142, 0042, 0043,
5222 0261, 0341, 0230, 0014, 0230, 0116, 0331, 0130, 0274, 0027, 0071, 0346, 0334, 0200, 0226, 0362,
5223 0354, 0061, 0334, 0141, 0216, 0156, 0330, 0204, 0042, 0155, 0301, 0273, 0073, 0310, 0326, 0152,
5224 0334, 0346, 0026, 0044, 0105, 0000, 0033, 0153, 0214, 0054, 0004, 0245, 0211, 0272, 0160, 0140,
5225 0257, 0306, 0262, 0213, 0014, 0204, 0207, 0210, 0206, 0156, 0220, 0333, 0362, 0334, 0226, 0007,
5226 0333, 0362, 0001, 0105, 0372, 0144, 0346, 0367, 0373, 0010, 0162, 0113, 0155, 0240, 0325, 0323,
5227 0121, 0064, 0243, 0214, 0030, 0317, 0363, 0020, 0334, 0367, 0246, 0041, 0157, 0002, 0215, 0147,
5228 0156, 0174, 0346, 0101, 0371, 0322, 0207, 0216, 0271, 0272, 0217, 0056, 0266, 0355, 0325, 0124,
5229 0175, 0102, 0261, 0140, 0137, 0253, 0035, 0274, 0343, 0142, 0332, 0373, 0276, 0157, 0035, 0142,
5230 0346, 0153, 0305, 0314, 0023, 0235, 0350, 0302, 0205, 0314, 0031, 0253, 0165, 0371, 0137, 0146,
5231 0344, 0356, 0010, 0103, 0035, 0102, 0236, 0075, 0063, 0347, 0370, 0127, 0361, 0130, 0345, 0131,
5232 0312, 0145, 0074, 0234, 0332, 0370, 0311, 0021, 0256, 0325, 0143, 0002, 0116, 0056, 0313, 0211,
5233 0370, 0006, 0106, 0372, 0074, 0032, 0060, 0115, 0351, 0351, 0212, 0007, 0201, 0221, 0013, 0167,
5234 0010, 0275, 0220, 0304, 0066, 0352, 0262, 0220, 0244, 0056, 0176, 0262, 0226, 0322, 0056, 0023,
5235 0332, 0343, 0324, 0231, 0212, 0170, 0340, 0050, 0331, 0200, 0340, 0060, 0014, 0207, 0127, 0157,
5236 0334, 0075, 0171, 0051, 0053, 0310, 0341, 0215, 0164, 0335, 0222, 0105, 0351, 0305, 0213, 0111,
5237 0105, 0043, 0262, 0333, 0005, 0161, 0155, 0333, 0102, 0075, 0364, 0145, 0203, 0366, 0160, 0245,
5238 0335, 0361, 0061, 0370, 0313, 0046, 0155, 0316, 0071, 0351, 0165, 0310, 0024, 0034, 0114, 0214,
5239 0171, 0063, 0162, 0017, 0055, 0274, 0025, 0175, 0204, 0223, 0335, 0124, 0054, 0105, 0245, 0134,
5240 0311, 0137, 0325, 0126, 0133, 0340, 0323, 0127, 0225, 0370, 0231, 0314, 0034, 0161, 0164, 0227,
5241 0214, 0070, 0335, 0121, 0040, 0215, 0101, 0354, 0101, 0317, 0241, 0301, 0151, 0244, 0107, 0244,
5242 0117, 0115, 0103, 0061, 0310, 0024, 0223, 0321, 0022, 0302, 0260, 0066, 0104, 0037, 0070, 0075,
5243 0370, 0202, 0173, 0370, 0347, 0002, 0120, 0313, 0244, 0127, 0027, 0305, 0032, 0236, 0213, 0162,
5244 0043, 0165, 0020, 0157, 0262, 0260, 0276, 0341, 0171, 0230, 0062, 0035, 0320, 0034, 0072, 0117,
5245 0202, 0237, 0112, 0065, 0322, 0034, 0223, 0216, 0020, 0062, 0006, 0015, 0153, 0046, 0223, 0134,
5246 0350, 0006, 0047, 0224, 0345, 0000, 0312, 0027, 0235, 0364, 0005, 0246, 0251, 0250, 0152, 0205,
5247 0107, 0362, 0234, 0252, 0122, 0250, 0250, 0333, 0104, 0324, 0124, 0016, 0255, 0246, 0112, 0002,
5248 0152, 0132, 0222, 0170, 0053, 0253, 0243, 0363, 0025, 0145, 0200, 0030, 0024, 0124, 0011, 0255,
5249 0240, 0152, 0022, 0363, 0010, 0073, 0251, 0233, 0107, 0076, 0313, 0233, 0125, 0123, 0061, 0264,
5250 0232, 0112, 0011, 0250, 0111, 0012, 0015, 0231, 0133, 0216, 0161, 0057, 0075, 0056, 0366, 0356,
5251 0210, 0333, 0203, 0166, 0300, 0053, 0176, 0037, 0120, 0206, 0273, 0143, 0255, 0146, 0040, 0121,
5252 0154, 0214, 0244, 0005, 0221, 0324, 0205, 0121, 0202, 0237, 0322, 0055, 0324, 0102, 0170, 0111,
5253 0317, 0124, 0012, 0013, 0276, 0240, 0013, 0216, 0034, 0142, 0041, 0364, 0364, 0250, 0004, 0115,
5254 0017, 0013, 0111, 0300, 0204, 0043, 0216, 0277, 0322, 0030, 0271, 0172, 0030, 0266, 0066, 0264,
5255 0215, 0031, 0025, 0007, 0074, 0226, 0116, 0322, 0332, 0267, 0266, 0254, 0227, 0236, 0336, 0135,
5256 0004, 0320, 0217, 0127, 0321, 0307, 0006, 0277, 0010, 0001, 0151, 0016, 0300, 0204, 0042, 0330,
5257 0235, 0002, 0140, 0016, 0277, 0370, 0340, 0027, 0117, 0144, 0276, 0123, 0360, 0013, 0227, 0076,
5258 0344, 0330, 0113, 0050, 0351, 0310, 0026, 0366, 0026, 0044, 0253, 0330, 0170, 0126, 0046, 0310,
5259 0076, 0367, 0270, 0111, 0040, 0312, 0056, 0205, 0127, 0145, 0071, 0046, 0121, 0133, 0144, 0210,
5260 0134, 0105, 0004, 0175, 0045, 0170, 0111, 0100, 0314, 0345, 0360, 0142, 0256, 0304, 0153, 0115,
5261 0175, 0140, 0347, 0331, 0214, 0322, 0331, 0314, 0272, 0323, 0120, 0175, 0157, 0056, 0147, 0173,
5262 0216, 0076, 0245, 0321, 0267, 0256, 0165, 0122, 0037, 0175, 0023, 0353, 0227, 0047, 0323, 0152,
5263 0047, 0323, 0131, 0267, 0177, 0071, 0376, 0324, 0306, 0137, 0366, 0055, 0140, 0216, 0077, 0225,
5264 0253, 0071, 0231, 0217, 0377, 0162, 0364, 0051, 0214, 0276, 0354, 0133, 0277, 0274, 0230, 0250,
5265 0154, 0061, 0061, 0353, 0246, 0057, 0207, 0236, 0262, 0320, 0113, 0277, 0335, 0233, 0133, 0012,
5266 0135, 0322, 0266, 0275, 0042, 0261, 0233, 0364, 0102, 0221, 0112, 0170, 0055, 0126, 0343, 0231,
5267 0340, 0003, 0047, 0137, 0052, 0222, 0242, 0362, 0326, 0272, 0000, 0121, 0327, 0303, 0314, 0001,
5268 0060, 0257, 0057, 0250, 0135, 0137, 0330, 0001, 0010, 0346, 0000, 0124, 0071, 0305, 0333, 0001,
5269 0000, 0346, 0201, 0266, 0262, 0201, 0166, 0372, 0321, 0067, 0027, 0150, 0037, 0050, 0023, 0150,
5270 0047, 0265, 0206, 0341, 0060, 0274, 0022, 0217, 0342, 0021, 0362, 0057, 0312, 0310, 0070, 0271,
5271 0005, 0071, 0325, 0360, 0122, 0076, 0214, 0333, 0220, 0346, 0153, 0105, 0322, 0220, 0316, 0254,
5272 0213, 0220, 0064, 0270, 0362, 0174, 0265, 0210, 0372, 0370, 0133, 0327, 0017, 0244, 0007, 0177,
5273 0171, 0066, 0255, 0166, 0066, 0235, 0145, 0004, 0346, 0053, 0226, 0322, 0201, 0301, 0035, 0360,
5274 0302, 0071, 0376, 0024, 0056, 0350, 0354, 0202, 0015, 0314, 0021, 0250, 0062, 0002, 0263, 0157,
5275 0001, 0363, 0212, 0242, 0262, 0025, 0305, 0135, 0060, 0177, 0071, 0374, 0224, 0205, 0137, 0352,
5276 0154, 0137, 0337, 0206, 0006, 0262, 0210, 0155, 0042, 0167, 0177, 0215, 0075, 0315, 0266, 0263,
5277 0323, 0332, 0322, 0033, 0336, 0146, 0306, 0142, 0247, 0115, 0271, 0273, 0231, 0026, 0246, 0140,
5278 0277, 0345, 0132, 0362, 0351, 0024, 0316, 0321, 0112, 0303, 0260, 0243, 0057, 0331, 0023, 0065,
5279 0274, 0251, 0131, 0266, 0123, 0147, 0061, 0337, 0251, 0063, 0354, 0116, 0235, 0305, 0144, 0367,
5280 0301, 0014, 0307, 0342, 0245, 0053, 0266, 0070, 0227, 0074, 0166, 0305, 0317, 0004, 0027, 0177,
5281 0351, 0057, 0022, 0105, 0063, 0333, 0023, 0316, 0016, 0307, 0202, 0046, 0031, 0371, 0073, 0342,
5282 0222, 0001, 0373, 0053, 0273, 0312, 0036, 0046, 0062, 0066, 0205, 0021, 0130, 0331, 0214, 0000,
5283 0226, 0356, 0366, 0151, 0041, 0343, 0135, 0214, 0302, 0135, 0163, 0241, 0207, 0270, 0117, 0303,
5284 0154, 0134, 0360, 0166, 0146, 0327, 0242, 0174, 0113, 0243, 0010, 0334, 0372, 0315, 0377, 0116,
5285 0201, 0267, 0223, 0074, 0220, 0207, 0012, 0154, 0071, 0044, 0131, 0155, 0277, 0210, 0315, 0160,
5286 0137, 0147, 0350, 0205, 0055, 0076, 0326, 0300, 0102, 0016, 0060, 0204, 0274, 0220, 0371, 0021,
5287 0060, 0013, 0275, 0033, 0035, 0030, 0161, 0363, 0015, 0072, 0110, 0076, 0240, 0374, 0215, 0000,
5288 0122, 0300, 0037, 0116, 0204, 0301, 0237, 0313, 0123, 0021, 0274, 0003, 0026, 0350, 0247, 0370,
5289 0367, 0355, 0066, 0135, 0070, 0322, 0171, 0047, 0330, 0200, 0214, 0270, 0033, 0337, 0274, 0173,
5290 0323, 0073, 0233, 0276, 0337, 0240, 0070, 0141, 0303, 0134, 0135, 0147, 0163, 0321, 0144, 0154,
5291 0127, 0030, 0213, 0034, 0260, 0373, 0341, 0200, 0162, 0313, 0347, 0101, 0366, 0113, 0212, 0321,
5292 0121, 0167, 0230, 0073, 0366, 0263, 0052, 0071, 0013, 0227, 0332, 0252, 0370, 0155, 0313, 0052,
5293 0113, 0001, 0014, 0322, 0023, 0276, 0214, 0163, 0332, 0366, 0037, 0022, 0227, 0176, 0001, 0223,
5294 0357, 0235, 0037, 0301, 0244, 0342, 0365, 0021, 0310, 0344, 0017, 0120, 0213, 0014, 0170, 0244,
5295 0353, 0020, 0046, 0055, 0210, 0337, 0110, 0354, 0123, 0162, 0201, 0272, 0330, 0101, 0200, 0017,
5296 0315, 0005, 0306, 0033, 0335, 0201, 0316, 0030, 0014, 0050, 0027, 0225, 0264, 0067, 0043, 0176,
5297 0217, 0176, 0331, 0233, 0357, 0000, 0160, 0225, 0171, 0175, 0354, 0265, 0120, 0237, 0133, 0022,
5298 0046, 0015, 0124, 0117, 0064, 0027, 0134, 0162, 0033, 0365, 0217, 0217, 0377, 0374, 0264, 0167,
5299 0101, 0300, 0135, 0243, 0315, 0337, 0210, 0200, 0111, 0006, 0174, 0044, 0140, 0010, 0155, 0236,
5300 0113, 0376, 0055, 0350, 0364, 0025, 0307, 0027, 0255, 0156, 0130, 0220, 0333, 0233, 0377, 0375,
5301 0371, 0107, 0220, 0320, 0042, 0012, 0213, 0163, 0111, 0375, 0201, 0005, 0210, 0147, 0072, 0342,
5302 0251, 0104, 0347, 0116, 0371, 0120, 0063, 0371, 0011, 0173, 0254, 0211, 0213, 0154, 0002, 0115,
5303 0135, 0352, 0074, 0212, 0037, 0156, 0312, 0166, 0152, 0127, 0001, 0126, 0172, 0134, 0271, 0034,
5304 0007, 0060, 0002, 0074, 0051, 0370, 0376, 0066, 0026, 0337, 0271, 0045, 0124, 0224, 0324, 0334,
5305 0174, 0174, 0115, 0260, 0316, 0005, 0217, 0056, 0022, 0307, 0232, 0241, 0302, 0032, 0160, 0225,
5306 0015, 0123, 0021, 0050, 0146, 0054, 0074, 0053, 0305, 0131, 0245, 0361, 0217, 0133, 0132, 0035,
5307 0053, 0125, 0267, 0134, 0247, 0371, 0140, 0263, 0257, 0235, 0017, 0117, 0354, 0253, 0007, 0137,
5308 0320, 0020, 0300, 0023, 0067, 0367, 0345, 0335, 0025, 0352, 0357, 0101, 0367, 0171, 0320, 0017,
5309 0320, 0341, 0226, 0053, 0157, 0153, 0006, 0125, 0263, 0205, 0206, 0152, 0206, 0013, 0015, 0237,
5310 0167, 0275, 0320, 0360, 0071, 0331, 0102, 0103, 0023, 0232, 0230, 0274, 0365, 0025, 0304, 0305,
5311 0134, 0015, 0320, 0263, 0243, 0003, 0056, 0045, 0376, 0323, 0210, 0342, 0063, 0116, 0047, 0215,
5312 0322, 0136, 0130, 0220, 0020, 0235, 0004, 0067, 0100, 0034, 0200, 0010, 0270, 0121, 0100, 0066,
5313 0170, 0043, 0242, 0015, 0324, 0013, 0104, 0223, 0341, 0152, 0321, 0144, 0254, 0254, 0020, 0210,
5314 0103, 0213, 0137, 0374, 0044, 0374, 0312, 0216, 0002, 0304, 0253, 0151, 0253, 0264, 0043, 0361,
5315 0222, 0270, 0006, 0232, 0042, 0221, 0007, 0336, 0320, 0036, 0301, 0061, 0005, 0036, 0254, 0300,
5316 0253, 0170, 0266, 0120, 0276, 0232, 0041, 0177, 0162, 0211, 0360, 0300, 0013, 0255, 0210, 0012,
5317 0360, 0054, 0156, 0000, 0236, 0103, 0161, 0260, 0251, 0021, 0015, 0234, 0217, 0176, 0233, 0214,
5318 0103, 0163, 0042, 0032, 0045, 0201, 0151, 0055, 0064, 0020, 0273, 0025, 0360, 0027, 0313, 0312,
5319 0105, 0374, 0123, 0005, 0145, 0046, 0356, 0057, 0306, 0023, 0367, 0027, 0063, 0034, 0367, 0127,
5320 0167, 0075, 0356, 0057, 0157, 0371, 0003, 0243, 0321, 0321, 0073, 0314, 0071, 0320, 0247, 0235,
5321 0106, 0077, 0026, 0310, 0077, 0132, 0074, 0257, 0023, 0245, 0040, 0336, 0136, 0242, 0377, 0342,
5322 0132, 0372, 0367, 0213, 0374, 0373, 0257, 0007, 0342, 0345, 0120, 0110, 0161, 0271, 0330, 0203,
5323 0102, 0151, 0035, 0050, 0310, 0123, 0334, 0162, 0345, 0357, 0114, 0370, 0130, 0121, 0054, 0172,
5324 0274, 0302, 0302, 0003, 0147, 0046, 0160, 0134, 0133, 0251, 0313, 0330, 0214, 0146, 0054, 0242,
5325 0255, 0361, 0334, 0166, 0046, 0161, 0357, 0217, 0115, 0174, 0175, 0377, 0000, 0173, 0375, 0257,
5326 0340, 0121, 0164, 0217, 0155, 0314, 0306, 0221, 0146, 0350, 0022, 0371, 0047, 0271, 0066, 0264,
5327 0224, 0257, 0015, 0015, 0033, 0070, 0227, 0322, 0260, 0066, 0264, 0234, 0341, 0324, 0055, 0041,
5328 0037, 0020, 0000, 0252, 0160, 0100, 0251, 0052, 0270, 0126, 0155, 0056, 0366, 0042, 0216, 0075,
5329 0236, 0376, 0363, 0316, 0214, 0024, 0172, 0021, 0207, 0271, 0304, 0006, 0323, 0003, 0232, 0115,
5330 0177, 0155, 0243, 0130, 0357, 0150, 0217, 0263, 0031, 0215, 0211, 0146, 0003, 0307, 0104, 0256,
5331 0215, 0235, 0235, 0373, 0146, 0062, 0007, 0036, 0013, 0233, 0250, 0100, 0234, 0067, 0377, 0136,
5332 0217, 0204, 0040, 0235, 0107, 0117, 0010, 0214, 0304, 0172, 0132, 0207, 0000, 0357, 0073, 0024,
5333 0230, 0105, 0123, 0216, 0243, 0035, 0110, 0000, 0305, 0002, 0257, 0002, 0352, 0166, 0071, 0135,
5334 0024, 0000, 0325, 0035, 0161, 0001, 0274, 0343, 0334, 0200, 0327, 0076, 0307, 0113, 0152, 0163,
5335 0306, 0360, 0166, 0107, 0376, 0137, 0167, 0175, 0274, 0310, 0366, 0071, 0136, 0262, 0262, 0004,
5336 0240, 0034, 0023, 0254, 0250, 0105, 0106, 0005, 0377, 0013, 0044, 0215, 0202, 0253, 0026, 0157,
5337 0010, 0364, 0111, 0313, 0034, 0121, 0352, 0102, 0245, 0262, 0225, 0252, 0325, 0221, 0052, 0125,
5338 0253, 0153, 0261, 0131, 0241, 0003, 0355, 0174, 0205, 0343, 0373, 0164, 0271, 0222, 0341, 0164,
5339 0371, 0050, 0045, 0351, 0362, 0341, 0226, 0077, 0110, 0312, 0144, 0306, 0104, 0006, 0161, 0241,
5340 0207, 0255, 0010, 0053, 0277, 0104, 0036, 0163, 0116, 0172, 0175, 0374, 0023, 0350, 0257, 0257,
5341 0240, 0240, 0113, 0334, 0271, 0204, 0046, 0367, 0017, 0351, 0315, 0214, 0067, 0344, 0037, 0076,
5342 0253, 0342, 0037, 0352, 0057, 0031, 0363, 0017, 0305, 0315, 0175, 0320, 0050, 0305, 0376, 0101,
5343 0143, 0333, 0247, 0271, 0234, 0041, 0013, 0016, 0061, 0161, 0267, 0375, 0361, 0102, 0321, 0162,
5344 0306, 0034, 0130, 0074, 0053, 0131, 0030, 0141, 0363, 0011, 0061, 0072, 0163, 0015, 0134, 0104,
5345 0373, 0334, 0007, 0360, 0036, 0012, 0334, 0005, 0213, 0077, 0361, 0371, 0377, 0111, 0174, 0107,
5346 0126, 0233, 0271, 0246, 0157, 0373, 0301, 0042, 0134, 0353, 0102, 0003, 0325, 0366, 0376, 0017,
5347 0005, 0226, 0217, 0075, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153,
5348 0171, 0055, 0155, 0145, 0164, 0141, 0055, 0154, 0157, 0143, 0153, 0145, 0144, 0056, 0160, 0156,
5349 0147, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0166, 0002, 0000, 0000, 0001, 0000, 0000, 0000,
5350 0170, 0332, 0001, 0166, 0002, 0211, 0375, 0211, 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000,
5351 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000, 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010,
5352 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207, 0000, 0000, 0002, 0075, 0111, 0104, 0101, 0124,
5353 0170, 0234, 0355, 0231, 0311, 0156, 0302, 0060, 0020, 0100, 0007, 0324, 0057, 0140, 0107, 0054,
5354 0131, 0376, 0377, 0167, 0270, 0003, 0142, 0023, 0153, 0110, 0162, 0117, 0017, 0255, 0123, 0063,
5355 0361, 0170, 0303, 0016, 0124, 0344, 0111, 0125, 0222, 0142, 0217, 0337, 0170, 0034, 0313, 0264,
5356 0000, 0015, 0015, 0237, 0115, 0113, 0243, 0115, 0341, 0335, 0102, 0216, 0324, 0121, 0366, 0341,
5357 0253, 0305, 0061, 0102, 0127, 0052, 0201, 0167, 0223, 0147, 0124, 0174, 0277, 0124, 0075, 0026,
5358 0213, 0305, 0117, 0317, 0126, 0253, 0274, 0362, 0367, 0046, 0127, 0174, 0057, 0172, 0306, 0204,
5359 0141, 0050, 0375, 0134, 0324, 0273, 0234, 0175, 0225, 0274, 0215, 0270, 0151, 0002, 0000, 0000,
5360 0101, 0020, 0220, 0316, 0155, 0125, 0147, 0046, 0252, 0043, 0057, 0152, 0033, 0307, 0061, 0331,
5361 0137, 0326, 0027, 0267, 0241, 0220, 0046, 0200, 0147, 0120, 0065, 0060, 0116, 0050, 0216, 0143,
5362 0000, 0000, 0210, 0242, 0110, 0051, 0351, 0045, 0001, 0054, 0211, 0005, 0145, 0063, 0030, 0105,
5363 0321, 0103, 0234, 0040, 0010, 0214, 0146, 0335, 0131, 0005, 0164, 0253, 0300, 0047, 0207, 0345,
5364 0031, 0363, 0371, 0234, 0024, 0364, 0272, 0204, 0114, 0022, 0241, 0344, 0031, 0263, 0331, 0354,
5365 0065, 0113, 0010, 0213, 0213, 0022, 0014, 0025, 0133, 0036, 0143, 0072, 0235, 0222, 0361, 0274,
5366 0055, 0041, 0125, 0025, 0164, 0345, 0031, 0223, 0311, 0244, 0236, 0012, 0350, 0044, 0142, 0052,
5367 0317, 0030, 0217, 0307, 0132, 0125, 0260, 0116, 0200, 0232, 0165, 0376, 0336, 0126, 0236, 0061,
5368 0032, 0215, 0352, 0253, 0200, 0153, 0171, 0306, 0160, 0070, 0364, 0273, 0215, 0212, 0252, 0340,
5369 0112, 0236, 0061, 0030, 0014, 0310, 0145, 0044, 0103, 0253, 0002, 0174, 0120, 0000, 0365, 0001,
5370 0313, 0226, 0176, 0277, 0117, 0356, 0170, 0024, 0306, 0025, 0120, 0355, 0363, 0317, 0322, 0353,
5371 0365, 0374, 0125, 0300, 0267, 0074, 0243, 0333, 0355, 0152, 0267, 0325, 0336, 0205, 0352, 0222,
5372 0147, 0164, 0072, 0035, 0267, 0273, 0320, 0162, 0271, 0164, 0341, 0245, 0115, 0222, 0044, 0356,
5373 0316, 0102, 0214, 0325, 0152, 0365, 0274, 0231, 0006, 0367, 0373, 0335, 0375, 0131, 0210, 0005,
5374 0132, 0257, 0327, 0156, 0054, 0011, 0322, 0064, 0365, 0363, 0022, 0003, 0374, 0045, 0263, 0331,
5375 0154, 0236, 0222, 0244, 0310, 0262, 0314, 0357, 0121, 0202, 0147, 0273, 0335, 0332, 0233, 0012,
5376 0310, 0262, 0354, 0141, 0114, 0157, 0207, 0071, 0236, 0335, 0156, 0147, 0241, 0132, 0045, 0317,
5377 0163, 0277, 0147, 0041, 0206, 0050, 0350, 0176, 0277, 0267, 0263, 0376, 0045, 0317, 0363, 0112,
5378 0154, 0157, 0011, 0360, 0360, 0003, 0034, 0016, 0007, 0253, 0030, 0042, 0171, 0374, 0354, 0355,
5379 0035, 0300, 0355, 0216, 0307, 0243, 0256, 0067, 0000, 0124, 0345, 0371, 0173, 0357, 0307, 0151,
5380 0212, 0323, 0351, 0244, 0023, 0116, 0153, 0331, 0170, 0133, 0102, 0252, 0240, 0347, 0363, 0131,
5381 0332, 0037, 0357, 0066, 0174, 0134, 0174, 0255, 0345, 0035, 0020, 0161, 0271, 0134, 0204, 0277,
5382 0147, 0362, 0124, 0234, 0132, 0137, 0142, 0054, 0200, 0007, 0272, 0136, 0257, 0017, 0317, 0151,
5383 0232, 0112, 0333, 0327, 0276, 0013, 0211, 0300, 0203, 0335, 0156, 0067, 0000, 0370, 0071, 0333,
5384 0120, 0355, 0251, 0144, 0104, 0361, 0104, 0050, 0377, 0274, 0156, 0012, 0026, 0112, 0222, 0304,
5385 0250, 0037, 0136, 0116, 0052, 0234, 0047, 0340, 0002, 0335, 0345, 0003, 0040, 0136, 0102, 0145,
5386 0257, 0320, 0323, 0167, 0137, 0025, 0105, 0121, 0224, 0077, 0355, 0366, 0203, 0142, 0045, 0043,
5387 0052, 0305, 0177, 0363, 0057, 0046, 0131, 0215, 0336, 0055, 0011, 0241, 0253, 0172, 0221, 0275,
5388 0076, 0021, 0035, 0307, 0206, 0206, 0217, 0345, 0033, 0307, 0227, 0165, 0104, 0316, 0241, 0227,
5389 0240, 0000, 0000, 0000, 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0216, 0122, 0046,
5390 0210, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153, 0171, 0055, 0156,
5391 0157, 0164, 0145, 0163, 0055, 0141, 0160, 0160, 0154, 0145, 0164, 0055, 0155, 0145, 0156, 0165,
5392 0056, 0165, 0151, 0000, 0000, 0000, 0000, 0000, 0052, 0004, 0000, 0000, 0001, 0000, 0000, 0000,
5393 0170, 0332, 0255, 0224, 0301, 0152, 0303, 0060, 0014, 0206, 0357, 0175, 0212, 0340, 0173, 0232,
5394 0355, 0356, 0270, 0014, 0166, 0350, 0241, 0224, 0275, 0101, 0120, 0234, 0277, 0314, 0324, 0261,
5395 0213, 0255, 0264, 0315, 0333, 0057, 0111, 0041, 0154, 0313, 0166, 0210, 0351, 0115, 0010, 0076,
5396 0351, 0103, 0222, 0055, 0167, 0367, 0326, 0146, 0127, 0204, 0150, 0274, 0053, 0305, 0353, 0366,
5397 0105, 0354, 0324, 0106, 0032, 0307, 0010, 0047, 0322, 0120, 0262, 0205, 0353, 0062, 0323, 0224,
5398 0042, 0262, 0321, 0347, 0076, 0167, 0236, 0021, 0363, 0061, 0053, 0224, 0214, 0320, 0074, 0200,
5399 0112, 0032, 0106, 0253, 0044, 0061, 0007, 0123, 0167, 0214, 0314, 0121, 0213, 0122, 0130, 0252,
5400 0141, 0105, 0306, 0201, 0134, 0264, 0304, 0124, 0333, 0041, 0331, 0043, 0012, 0125, 0035, 0161,
5401 0313, 0216, 0103, 0051, 0131, 0314, 0320, 0222, 0247, 0251, 0272, 0120, 0337, 0133, 0157, 0035,
5402 0156, 0123, 0364, 0203, 0054, 0036, 0002, 0153, 0065, 0366, 0246, 0152, 0060, 0171, 0304, 0365,
5403 0042, 0237, 0246, 0301, 0043, 0174, 0206, 0112, 0165, 0360, 0372, 0234, 0252, 0142, 0007, 0366,
5404 0051, 0022, 0357, 0260, 0340, 0344, 0211, 0064, 0210, 0034, 0174, 0237, 0223, 0265, 0177, 0331,
5405 0024, 0363, 0271, 0244, 0337, 0315, 0107, 0300, 0011, 0001, 0116, 0247, 0370, 0135, 0376, 0201,
5406 0123, 0247, 0265, 0207, 0275, 0044, 0334, 0315, 0157, 0052, 0265, 0375, 0133, 0355, 0073, 0136,
5407 0337, 0237, 0026, 0330, 0142, 0077, 0305, 0370, 0276, 0307, 0374, 0374, 0017, 0154, 0276, 0000,
5408 0125, 0354, 0206, 0315, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0141, 0170, 0055, 0163, 0154,
5409 0157, 0167, 0153, 0145, 0171, 0163, 0055, 0156, 0157, 0056, 0160, 0156, 0147, 0000, 0000, 0000,
5410 0117, 0003, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0001, 0117, 0003, 0260, 0374, 0211,
5411 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000, 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000,
5412 0000, 0000, 0024, 0000, 0000, 0000, 0024, 0010, 0006, 0000, 0000, 0000, 0215, 0211, 0035, 0015,
5413 0000, 0000, 0000, 0004, 0147, 0101, 0115, 0101, 0000, 0001, 0206, 0240, 0061, 0350, 0226, 0137,
5414 0000, 0000, 0003, 0006, 0111, 0104, 0101, 0124, 0170, 0234, 0315, 0224, 0313, 0157, 0033, 0125,
5415 0024, 0207, 0277, 0353, 0231, 0314, 0330, 0143, 0073, 0166, 0354, 0044, 0216, 0355, 0074, 0233,
5416 0212, 0266, 0120, 0021, 0361, 0020, 0102, 0040, 0212, 0100, 0001, 0105, 0102, 0135, 0120, 0304,
5417 0002, 0204, 0370, 0033, 0370, 0243, 0330, 0260, 0141, 0121, 0060, 0252, 0124, 0136, 0242, 0033,
5418 0066, 0250, 0252, 0050, 0102, 0151, 0252, 0100, 0124, 0132, 0122, 0073, 0166, 0354, 0170, 0146,
5419 0074, 0217, 0373, 0140, 0103, 0242, 0046, 0161, 0220, 0330, 0040, 0176, 0322, 0225, 0356, 0271,
5420 0322, 0371, 0364, 0073, 0072, 0347, 0036, 0370, 0257, 0144, 0214, 0021, 0200, 0031, 0163, 0376,
5421 0121, 0142, 0034, 0310, 0266, 0155, 0235, 0263, 0155, 0256, 0236, 0133, 0140, 0255, 0131, 0143,
5422 0316, 0313, 0262, 0375, 0347, 0056, 0077, 0075, 0174, 0314, 0327, 0217, 0366, 0210, 0317, 0310,
5423 0075, 0365, 0150, 0214, 0021, 0271, 0134, 0116, 0277, 0277, 0366, 0064, 0037, 0134, 0171, 0225,
5424 0134, 0326, 0045, 0211, 0042, 0374, 0116, 0233, 0121, 0177, 0237, 0260, 0177, 0100, 0057, 0012,
5425 0151, 0155, 0355, 0160, 0253, 0173, 0060, 0026, 0152, 0077, 0031, 0344, 0363, 0371, 0037, 0076,
5426 0131, 0177, 0235, 0153, 0353, 0157, 0342, 0126, 0146, 0060, 0072, 0045, 0354, 0366, 0120, 0151,
5427 0112, 0032, 0006, 0000, 0070, 0231, 0014, 0033, 0213, 0015, 0212, 0226, 0340, 0253, 0366, 0300,
5428 0234, 0204, 0036, 0001, 0155, 0333, 0066, 0357, 0076, 0173, 0221, 0153, 0157, 0257, 0123, 0132,
5429 0131, 0305, 0051, 0114, 0222, 0006, 0001, 0052, 0212, 0161, 0162, 0036, 0050, 0211, 0100, 0141,
5430 0053, 0211, 0205, 0342, 0245, 0231, 0062, 0275, 0060, 0342, 0107, 0077, 0076, 0006, 0315, 0034,
5431 0136, 0046, 0135, 0227, 0217, 0337, 0270, 0102, 0241, 0336, 0040, 0067, 0075, 0103, 0261, 0321,
5432 0044, 0133, 0056, 0143, 0173, 0036, 0150, 0211, 0320, 0006, 0322, 0204, 0214, 0224, 0130, 0112,
5433 0241, 0225, 0346, 0225, 0331, 0062, 0023, 0047, 0112, 0076, 0004, 0232, 0253, 0227, 0126, 0051,
5434 0116, 0125, 0261, 0263, 0036, 0226, 0075, 0201, 0225, 0313, 0141, 0271, 0056, 0132, 0112, 0220,
5435 0022, 0255, 0044, 0244, 0011, 0042, 0111, 0041, 0221, 0144, 0224, 0304, 0125, 0206, 0227, 0213,
5436 0131, 0000, 0163, 0010, 0076, 0052, 0371, 0205, 0305, 0005, 0204, 0155, 0221, 0216, 0106, 0204,
5437 0235, 0066, 0311, 0240, 0117, 0330, 0335, 0043, 0170, 0364, 0220, 0170, 0060, 0104, 0215, 0106,
5438 0030, 0245, 0320, 0106, 0042, 0204, 0002, 0255, 0061, 0023, 0026, 0117, 0125, 0046, 0271, 0065,
5439 0214, 0110, 0117, 0002, 0153, 0205, 0034, 0321, 0301, 0001, 0231, 0316, 0056, 0231, 0156, 0006,
5440 0035, 0047, 0304, 0303, 0001, 0341, 0356, 0056, 0141, 0257, 0115, 0022, 0372, 0110, 0051, 0321,
5441 0132, 0043, 0123, 0115, 0306, 0365, 0050, 0115, 0127, 0311, 0333, 0016, 0354, 0264, 0117, 0067,
5442 0145, 0373, 0161, 0233, 0102, 0165, 0032, 0051, 0065, 0050, 0111, 0072, 0012, 0110, 0375, 0041,
5443 0321, 0176, 0217, 0240, 0323, 0045, 0016, 0107, 0044, 0111, 0102, 0242, 0064, 0270, 0016, 0205,
5444 0371, 0171, 0046, 0033, 0213, 0374, 0321, 0331, 0033, 0077, 0066, 0267, 0177, 0173, 0300, 0122,
5445 0275, 0216, 0023, 0214, 0060, 0062, 0106, 0372, 0041, 0261, 0077, 0040, 0035, 0006, 0244, 0043,
5446 0237, 0070, 0111, 0220, 0332, 0200, 0343, 0340, 0314, 0314, 0121, 0132, 0136, 0045, 0073, 0125,
5447 0341, 0336, 0235, 0273, 0143, 0233, 0042, 0256, 0157, 0375, 0316, 0136, 0247, 0315, 0240, 0327,
5448 0145, 0260, 0277, 0217, 0077, 0354, 0023, 0205, 0021, 0121, 0032, 0021, 0053, 0105, 0252, 0014,
5449 0312, 0161, 0161, 0347, 0232, 0024, 0227, 0127, 0311, 0317, 0326, 0010, 0206, 0103, 0076, 0277,
5450 0163, 0227, 0017, 0237, 0137, 0073, 0032, 0233, 0047, 0207, 0322, 0274, 0265, 0060, 0313, 0306,
5451 0205, 0363, 0130, 0302, 0002, 0055, 0321, 0161, 0204, 0114, 0022, 0164, 0034, 0241, 0205, 0115,
5452 0261, 0121, 0247, 0264, 0264, 0202, 0073, 0125, 0045, 0216, 0123, 0076, 0373, 0362, 0013, 0132,
5453 0233, 0333, 0144, 0055, 0113, 0000, 0104, 0112, 0035, 0373, 0051, 0342, 0346, 0203, 0266, 0051,
5454 0271, 0056, 0227, 0153, 0323, 0140, 0376, 0266, 0057, 0154, 0254, 0174, 0221, 0102, 0155, 0216,
5455 0142, 0275, 0211, 0123, 0235, 0046, 0362, 0003, 0156, 0176, 0377, 0035, 0255, 0315, 0155, 0336,
5456 0271, 0160, 0116, 0264, 0066, 0267, 0031, 0347, 0360, 0310, 0351, 0153, 0265, 0012, 0057, 0316,
5457 0067, 0050, 0170, 0036, 0136, 0261, 0200, 0127, 0256, 0340, 0115, 0225, 0161, 0013, 0105, 0374,
5458 0176, 0237, 0353, 0337, 0174, 0313, 0215, 0373, 0073, 0174, 0364, 0334, 0063, 0342, 0323, 0333,
5459 0277, 0034, 0113, 0036, 0273, 0061, 0000, 0343, 0010, 0301, 0372, 0362, 0074, 0227, 0126, 0127,
5460 0150, 0066, 0233, 0034, 0014, 0175, 0176, 0276, 0267, 0105, 0353, 0327, 0055, 0042, 0245, 0330,
5461 0070, 0277, 0044, 0156, 0334, 0337, 0071, 0043, 0375, 0154, 0235, 0332, 0207, 0357, 0135, 0276,
5462 0110, 0326, 0262, 0376, 0065, 0350, 0377, 0243, 0277, 0000, 0124, 0362, 0146, 0071, 0247, 0306,
5463 0374, 0323, 0000, 0000, 0000, 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0143, 0307,
5464 0176, 0102, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0155, 0157, 0165, 0163, 0145, 0153, 0145,
5465 0171, 0163, 0055, 0160, 0162, 0145, 0163, 0163, 0145, 0144, 0055, 0154, 0145, 0146, 0164, 0056,
5466 0160, 0156, 0147, 0000, 0000, 0000, 0000, 0000, 0253, 0000, 0000, 0000, 0001, 0000, 0000, 0000,
5467 0170, 0332, 0353, 0014, 0360, 0163, 0347, 0345, 0222, 0342, 0142, 0140, 0140, 0340, 0365, 0364,
5468 0160, 0011, 0002, 0322, 0006, 0040, 0314, 0301, 0006, 0044, 0303, 0231, 0176, 0266, 0003, 0251,
5469 0042, 0117, 0027, 0307, 0220, 0212, 0071, 0157, 0257, 0033, 0362, 0065, 0030, 0360, 0260, 0034,
5470 0144, 0376, 0370, 0137, 0337, 0171, 0252, 0032, 0227, 0031, 0353, 0213, 0234, 0055, 0301, 0152,
5471 0034, 0225, 0314, 0276, 0052, 0025, 0271, 0374, 0363, 0255, 0343, 0053, 0216, 0253, 0367, 0245,
5472 0330, 0113, 0355, 0151, 0331, 0335, 0360, 0251, 0231, 0377, 0167, 0322, 0332, 0263, 0037, 0056,
5473 0131, 0055, 0230, 0152, 0271, 0340, 0352, 0113, 0157, 0373, 0077, 0114, 0157, 0005, 0036, 0270,
5474 0065, 0110, 0063, 0346, 0261, 0354, 0020, 0004, 0062, 0242, 0177, 0067, 0274, 0361, 0263, 0211,
5475 0320, 0177, 0067, 0121, 0147, 0301, 0233, 0007, 0316, 0137, 0270, 0247, 0312, 0313, 0061, 0200,
5476 0300, 0201, 0347, 0114, 0154, 0273, 0131, 0315, 0363, 0202, 0364, 0044, 0101, 0134, 0117, 0127,
5477 0077, 0227, 0165, 0116, 0011, 0115, 0000, 0053, 0203, 0073, 0155, 0000, 0050, 0165, 0165, 0141,
5478 0171, 0051, 0163, 0164, 0151, 0143, 0153, 0171, 0055, 0156, 0157, 0164, 0145, 0163, 0055, 0163,
5479 0164, 0157, 0143, 0153, 0055, 0143, 0154, 0157, 0163, 0145, 0056, 0160, 0156, 0147, 0000, 0000,
5480 0153, 0001, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0001, 0153, 0001, 0224, 0376, 0211,
5481 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000, 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000,
5482 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010, 0004, 0000, 0000, 0000, 0375, 0013, 0061, 0014,
5483 0000, 0000, 0000, 0002, 0142, 0113, 0107, 0104, 0000, 0377, 0207, 0217, 0314, 0277, 0000, 0000,
5484 0000, 0011, 0160, 0110, 0131, 0163, 0000, 0000, 0013, 0015, 0000, 0000, 0013, 0015, 0001, 0355,
5485 0007, 0300, 0054, 0000, 0000, 0000, 0007, 0164, 0111, 0115, 0105, 0007, 0323, 0005, 0030, 0025,
5486 0047, 0051, 0207, 0251, 0177, 0263, 0000, 0000, 0000, 0374, 0111, 0104, 0101, 0124, 0170, 0234,
5487 0355, 0127, 0111, 0022, 0203, 0060, 0014, 0203, 0376, 0377, 0317, 0345, 0302, 0164, 0246, 0304,
5488 0326, 0346, 0034, 0361, 0211, 0001, 0113, 0042, 0211, 0343, 0345, 0070, 0136, 0043, 0166, 0376,
5489 0236, 0276, 0305, 0073, 0337, 0026, 0226, 0163, 0371, 0060, 0221, 0050, 0130, 0076, 0202, 0143,
5490 0106, 0177, 0133, 0055, 0220, 0110, 0064, 0210, 0116, 0300, 0225, 0150, 0275, 0173, 0001, 0107,
5491 0002, 0170, 0126, 0121, 0124, 0177, 0167, 0351, 0037, 0121, 0224, 0113, 0020, 0324, 0077, 0334,
5492 0227, 0240, 0210, 0047, 0330, 0223, 0020, 0274, 0127, 0250, 0056, 0041, 0171, 0306, 0100, 0365,
5493 0107, 0352, 0305, 0163, 0260, 0274, 0316, 0154, 0167, 0215, 0223, 0352, 0043, 0244, 0047, 0261,
5494 0002, 0301, 0017, 0101, 0223, 0007, 0137, 0043, 0125, 0002, 0260, 0144, 0367, 0324, 0340, 0340,
5495 0271, 0206, 0111, 0020, 0206, 0074, 0231, 0211, 0170, 0255, 0070, 0166, 0022, 0002, 0032, 0325,
5496 0003, 0106, 0057, 0331, 0364, 0014, 0306, 0133, 0304, 0377, 0176, 0164, 0310, 0332, 0346, 0304,
5497 0141, 0252, 0357, 0075, 0140, 0161, 0273, 0012, 0047, 0373, 0102, 0155, 0104, 0277, 0041, 0331,
5498 0061, 0212, 0141, 0272, 0126, 0340, 0203, 0202, 0243, 0102, 0303, 0222, 0071, 0077, 0132, 0130,
5499 0364, 0335, 0276, 0310, 0154, 0133, 0222, 0316, 0316, 0150, 0274, 0322, 0336, 0124, 0154, 0035,
5500 0363, 0326, 0227, 0140, 0121, 0272, 0126, 0007, 0051, 0350, 0327, 0013, 0070, 0163, 0132, 0220,
5501 0213, 0334, 0061, 0260, 0365, 0257, 0005, 0222, 0051, 0223, 0346, 0242, 0035, 0163, 0362, 0236,
5502 0131, 0373, 0265, 0315, 0166, 0001, 0255, 0370, 0077, 0062, 0260, 0011, 0116, 0045, 0000, 0000,
5503 0000, 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0334, 0163, 0226, 0237, 0000, 0050,
5504 0165, 0165, 0141, 0171, 0051, 0155, 0157, 0165, 0163, 0145, 0153, 0145, 0171, 0163, 0055, 0144,
5505 0145, 0146, 0141, 0165, 0154, 0164, 0055, 0155, 0151, 0144, 0144, 0154, 0145, 0056, 0160, 0156,
5506 0147, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0326, 0000, 0000, 0000, 0001, 0000, 0000, 0000,
5507 0170, 0332, 0353, 0014, 0360, 0163, 0347, 0345, 0222, 0342, 0142, 0140, 0140, 0340, 0365, 0364,
5508 0160, 0011, 0002, 0322, 0006, 0040, 0314, 0301, 0006, 0044, 0303, 0231, 0176, 0266, 0003, 0051,
5509 0266, 0044, 0157, 0167, 0027, 0206, 0377, 0040, 0270, 0140, 0357, 0362, 0311, 0100, 0021, 0316,
5510 0002, 0217, 0310, 0142, 0006, 0006, 0156, 0076, 0020, 0146, 0164, 0330, 0367, 0320, 0021, 0050,
5511 0310, 0136, 0342, 0351, 0353, 0312, 0176, 0231, 0125, 0212, 0301, 0122, 0134, 0051, 0367, 0313,
5512 0165, 0240, 0120, 0262, 0247, 0213, 0143, 0110, 0305, 0234, 0267, 0127, 0034, 0271, 0032, 0024,
5513 0004, 0130, 0003, 0172, 0313, 0034, 0331, 0147, 0335, 0056, 0331, 0364, 0356, 0306, 0242, 0322,
5514 0331, 0115, 0141, 0215, 0207, 0130, 0016, 0125, 0053, 0354, 0220, 0330, 0337, 0263, 0142, 0051,
5515 0303, 0201, 0003, 0131, 0105, 0377, 0376, 0315, 0312, 0227, 0224, 0366, 0221, 0134, 0130, 0057,
5516 0265, 0257, 0061, 0115, 0160, 0243, 0311, 0224, 0365, 0337, 0075, 0254, 0127, 0354, 0114, 0076,
5517 0173, 0063, 0240, 0272, 0344, 0311, 0363, 0316, 0216, 0067, 0356, 0363, 0237, 0355, 0144, 0332,
5518 0372, 0344, 0177, 0014, 0003, 0030, 0314, 0327, 0363, 0362, 0146, 0251, 0121, 0277, 0331, 0167,
5519 0030, 0304, 0363, 0164, 0365, 0163, 0131, 0347, 0224, 0320, 0004, 0000, 0170, 0351, 0112, 0131,
5520 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0167, 0160, 0055, 0155, 0145, 0156, 0165, 0056, 0165,
5521 0151, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0166, 0001, 0000, 0000, 0001, 0000, 0000, 0000,
5522 0170, 0332, 0235, 0220, 0101, 0016, 0202, 0060, 0020, 0105, 0367, 0234, 0242, 0231, 0075, 0124,
5523 0367, 0245, 0304, 0033, 0170, 0003, 0063, 0055, 0103, 0322, 0330, 0026, 0322, 0016, 0240, 0267,
5524 0027, 0324, 0220, 0030, 0342, 0102, 0267, 0077, 0171, 0377, 0277, 0174, 0325, 0334, 0202, 0027,
5525 0023, 0245, 0354, 0372, 0130, 0303, 0261, 0072, 0100, 0243, 0013, 0345, 0042, 0123, 0352, 0320,
5526 0222, 0126, 0201, 0342, 0050, 0134, 0133, 0303, 0354, 0142, 0333, 0317, 0345, 0340, 0354, 0225,
5527 0122, 0271, 0306, 0240, 0125, 0046, 0313, 0013, 0251, 0225, 0143, 0012, 0132, 0041, 0163, 0162,
5528 0146, 0144, 0022, 0021, 0003, 0325, 0340, 0321, 0220, 0007, 0301, 0011, 0143, 0366, 0310, 0150,
5529 0374, 0022, 0336, 0051, 0203, 0276, 0234, 0023, 0165, 0224, 0050, 0132, 0312, 0112, 0156, 0334,
5530 0276, 0002, 0237, 0003, 0240, 0077, 0346, 0253, 0341, 0013, 0055, 0137, 0036, 0077, 0333, 0234,
5531 0114, 0077, 0362, 0037, 0036, 0270, 0343, 0336, 0006, 0162, 0173, 0106, 0256, 0127, 0255, 0371,
5532 0366, 0151, 0361, 0000, 0010, 0175, 0210, 0020, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0155,
5533 0165, 0154, 0164, 0151, 0154, 0157, 0141, 0144, 0055, 0141, 0160, 0160, 0154, 0145, 0164, 0055,
5534 0155, 0145, 0156, 0165, 0056, 0165, 0151, 0000, 0203, 0002, 0000, 0000, 0001, 0000, 0000, 0000,
5535 0170, 0332, 0235, 0222, 0101, 0012, 0302, 0060, 0020, 0105, 0367, 0075, 0105, 0310, 0136, 0253,
5536 0373, 0064, 0342, 0316, 0215, 0050, 0170, 0000, 0231, 0326, 0021, 0003, 0311, 0244, 0044, 0023,
5537 0261, 0267, 0267, 0125, 0011, 0150, 0161, 0321, 0156, 0077, 0274, 0371, 0017, 0346, 0253, 0315,
5538 0303, 0131, 0161, 0307, 0020, 0215, 0247, 0112, 0256, 0227, 0053, 0271, 0321, 0205, 0062, 0304,
5539 0030, 0256, 0320, 0240, 0126, 0016, 0051, 0011, 0163, 0251, 0244, 0113, 0226, 0215, 0365, 0160,
5540 0131, 0014, 0221, 0324, 0052, 0142, 0303, 0075, 0245, 0225, 0141, 0164, 0132, 0001, 0163, 0060,
5541 0165, 0142, 0024, 0004, 0016, 0053, 0151, 0241, 0106, 0053, 0005, 0007, 0240, 0150, 0201, 0241,
5542 0266, 0175, 0330, 0141, 0224, 0372, 0174, 0150, 0221, 0304, 0251, 0213, 0075, 0047, 0366, 0236,
5543 0014, 0373, 0240, 0312, 0314, 0217, 0117, 0301, 0253, 0110, 0352, 0254, 0260, 0014, 0211, 0276,
5544 0210, 0362, 0355, 0120, 0146, 0247, 0371, 0162, 0307, 0200, 0127, 0014, 0110, 0015, 0306, 0211,
5545 0122, 0355, 0037, 0362, 0043, 0067, 0331, 0144, 0207, 0266, 0235, 0250, 0160, 0373, 0105, 0346,
5546 0166, 0157, 0153, 0237, 0170, 0142, 0071, 0214, 0230, 0321, 0133, 0312, 0141, 0073, 0103, 0236,
5547 0007, 0126, 0074, 0001, 0316, 0135, 0353, 0073, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0157,
5548 0162, 0147, 0057, 0000, 0002, 0000, 0000, 0000, 0147, 0156, 0157, 0155, 0145, 0055, 0141, 0160,
5549 0160, 0154, 0145, 0164, 0163, 0057, 0000, 0000, 0061, 0000, 0000, 0000, 0102, 0000, 0000, 0000,
5550 0143, 0160, 0165, 0146, 0162, 0145, 0161, 0055, 0061, 0060, 0060, 0056, 0160, 0156, 0147, 0000,
5551 0041, 0004, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0001, 0041, 0004, 0336, 0373, 0211,
5552 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000, 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000,
5553 0000, 0000, 0030, 0000, 0000, 0000, 0030, 0010, 0006, 0000, 0000, 0000, 0340, 0167, 0075, 0370,
5554 0000, 0000, 0000, 0011, 0160, 0110, 0131, 0163, 0000, 0000, 0013, 0023, 0000, 0000, 0013, 0023,
5555 0001, 0000, 0232, 0234, 0030, 0000, 0000, 0000, 0007, 0164, 0111, 0115, 0105, 0007, 0324, 0013,
5556 0035, 0001, 0021, 0033, 0110, 0246, 0312, 0001, 0000, 0000, 0000, 0035, 0164, 0105, 0130, 0164,
5557 0103, 0157, 0155, 0155, 0145, 0156, 0164, 0000, 0103, 0162, 0145, 0141, 0164, 0145, 0144, 0040,
5558 0167, 0151, 0164, 0150, 0040, 0124, 0150, 0145, 0040, 0107, 0111, 0115, 0120, 0357, 0144, 0045,
5559 0156, 0000, 0000, 0003, 0227, 0111, 0104, 0101, 0124, 0110, 0307, 0345, 0226, 0313, 0153, 0135,
5560 0125, 0024, 0306, 0177, 0373, 0236, 0223, 0147, 0111, 0052, 0044, 0322, 0177, 0100, 0264, 0116,
5561 0255, 0045, 0122, 0104, 0107, 0242, 0102, 0242, 0305, 0007, 0355, 0324, 0201, 0003, 0105, 0034,
5562 0210, 0101, 0305, 0372, 0100, 0321, 0240, 0250, 0123, 0037, 0320, 0012, 0042, 0152, 0211, 0251,
5563 0320, 0004, 0024, 0007, 0016, 0052, 0126, 0122, 0111, 0235, 0110, 0114, 0100, 0022, 0124, 0010,
5564 0171, 0220, 0064, 0217, 0173, 0317, 0076, 0373, 0265, 0226, 0203, 0233, 0334, 0274, 0256, 0241,
5565 0202, 0216, 0134, 0160, 0330, 0160, 0316, 0332, 0153, 0355, 0357, 0133, 0153, 0177, 0353, 0300,
5566 0377, 0331, 0372, 0001, 0075, 0340, 0351, 0007, 0060, 0115, 0066, 0352, 0165, 0004, 0037, 0000,
5567 0106, 0277, 0275, 0366, 0065, 0301, 0130, 0154, 0262, 0170, 0165, 0170, 0365, 0070, 0055, 0011,
5568 0032, 0170, 0352, 0310, 0040, 0200, 0251, 0064, 0333, 0375, 0364, 0013, 0217, 0262, 0370, 0347,
5569 0027, 0074, 0363, 0322, 0151, 0226, 0347, 0206, 0267, 0327, 0063, 0247, 0131, 0236, 0373, 0262,
5570 0341, 0027, 0324, 0062, 0135, 0116, 0362, 0273, 0237, 0345, 0067, 0067, 0315, 0325, 0342, 0012,
5571 0227, 0327, 0277, 0347, 0307, 0305, 0113, 0015, 0224, 0225, 0046, 0260, 0021, 0111, 0204, 0020,
5572 0361, 0316, 0143, 0255, 0303, 0173, 0217, 0367, 0201, 0262, 0054, 0251, 0025, 0005, 0100, 0136,
5573 0367, 0023, 0332, 0350, 0044, 0250, 0147, 0051, 0056, 0260, 0056, 0253, 0250, 0044, 0222, 0223,
5574 0106, 0100, 0263, 0047, 0370, 0350, 0261, 0276, 0243, 0250, 0052, 0131, 0226, 0221, 0347, 0071,
5575 0171, 0226, 0223, 0104, 0060, 0306, 0040, 0042, 0070, 0127, 0002, 0074, 0160, 0365, 0312, 0364,
5576 0305, 0321, 0225, 0021, 0246, 0313, 0111, 0026, 0322, 0034, 0113, 0161, 0001, 0200, 0344, 0022,
5577 0345, 0212, 0143, 0370, 0304, 0067, 0000, 0003, 0371, 0116, 0316, 0217, 0365, 0035, 0345, 0336,
5578 0373, 0357, 0241, 0243, 0275, 0223, 0262, 0264, 0264, 0264, 0264, 0342, 0203, 0303, 0071, 0107,
5579 0010, 0236, 0020, 0074, 0326, 0026, 0054, 0056, 0315, 0053, 0200, 0150, 0242, 0265, 0322, 0312,
5580 0232, 0137, 0335, 0125, 0300, 0344, 0267, 0021, 0344, 0000, 0313, 0163, 0303, 0304, 0030, 0351,
5581 0077, 0365, 0072, 0050, 0364, 0036, 0351, 0042, 0304, 0066, 0312, 0322, 0322, 0241, 0255, 0070,
5582 0057, 0100, 0013, 0316, 0125, 0160, 0036, 0026, 0227, 0352, 0233, 0255, 0132, 0252, 0262, 0101,
5583 0324, 0260, 0315, 0203, 0050, 0262, 0067, 0301, 0233, 0037, 0134, 0300, 0173, 0117, 0226, 0145,
5584 0144, 0131, 0206, 0363, 0226, 0132, 0155, 0003, 0133, 0326, 0310, 0262, 0034, 0025, 0241, 0132,
5585 0254, 0043, 0042, 0250, 0052, 0222, 0304, 0000, 0224, 0311, 0021, 0045, 0354, 0152, 0073, 0225,
5586 0046, 0010, 0236, 0173, 0374, 0101, 0124, 0225, 0223, 0077, 0014, 0241, 0252, 0244, 0030, 0111,
5587 0222, 0060, 0246, 0302, 0143, 0247, 0006, 0061, 0200, 0252, 0260, 0272, 0266, 0314, 0271, 0363,
5588 0357, 0242, 0252, 0006, 0040, 0342, 0261, 0152, 0121, 0144, 0107, 0006, 0045, 0371, 0264, 0073,
5589 0301, 0320, 0207, 0137, 0041, 0042, 0344, 0171, 0216, 0061, 0006, 0335, 0354, 0044, 0125, 0005,
5590 0205, 0132, 0261, 0116, 0121, 0324, 0050, 0113, 0213, 0252, 0142, 0214, 0121, 0200, 0314, 0030,
5591 0234, 0370, 0255, 0167, 0165, 0206, 0104, 0021, 0267, 0007, 0301, 0231, 0047, 0037, 0046, 0204,
5592 0310, 0043, 0227, 0337, 0041, 0306, 0210, 0017, 0140, 0313, 0242, 0336, 0071, 0032, 0330, 0330,
5593 0130, 0047, 0246, 0310, 0314, 0314, 0014, 0061, 0046, 0102, 0114, 0071, 0200, 0127, 0117, 0042,
5594 0356, 0273, 0246, 0373, 0050, 0172, 0343, 0375, 0013, 0210, 0010, 0225, 0112, 0205, 0132, 0121,
5595 0245, 0275, 0253, 0203, 0254, 0222, 0341, 0174, 0311, 0354, 0354, 0054, 0253, 0253, 0313, 0314,
5596 0317, 0057, 0200, 0012, 0301, 0307, 0006, 0105, 0101, 0043, 0260, 0175, 0372, 0172, 0015, 0232,
5597 0024, 0371, 0305, 0047, 0036, 0042, 0306, 0304, 0311, 0113, 0103, 0124, 0253, 0033, 0334, 0320,
5598 0323, 0202, 0363, 0045, 0051, 0105, 0106, 0277, 0373, 0270, 0136, 0130, 0121, 0112, 0353, 0111,
5599 0111, 0260, 0205, 0153, 0007, 0260, 0142, 0251, 0312, 0372, 0156, 0004, 0302, 0376, 0032, 0274,
5600 0365, 0321, 0105, 0212, 0302, 0342, 0275, 0247, 0050, 0252, 0070, 0337, 0271, 0331, 0367, 0211,
5601 0340, 0042, 0051, 0045, 0142, 0024, 0234, 0253, 0267, 0143, 0236, 0147, 0251, 0136, 0344, 0200,
5602 0356, 0221, 0056, 0125, 0335, 0117, 0321, 0333, 0257, 0176, 0332, 0270, 0150, 0316, 0225, 0374,
5603 0372, 0313, 0054, 0326, 0226, 0210, 0050, 0061, 0044, 0122, 0112, 0250, 0050, 0246, 0122, 0241,
5604 0265, 0065, 0247, 0243, 0243, 0255, 0004, 0010, 0204, 0375, 0112, 0051, 0272, 0113, 0052, 0362,
5605 0115, 0271, 0350, 0007, 0216, 0117, 0214, 0117, 0275, 0274, 0165, 0012, 0125, 0060, 0206, 0372,
5606 0272, 0051, 0052, 0252, 0120, 0340, 0060, 0025, 0223, 0000, 0234, 0330, 0246, 0132, 0054, 0073,
5607 0050, 0332, 0022, 0273, 0061, 0340, 0025, 0140, 0140, 0142, 0174, 0212, 0276, 0273, 0156, 0145,
5608 0344, 0223, 0347, 0271, 0375, 0304, 0315, 0234, 0077, 0067, 0310, 0361, 0073, 0157, 0341, 0363,
5609 0263, 0203, 0334, 0166, 0307, 0115, 0174, 0166, 0366, 0131, 0046, 0306, 0247, 0352, 0272, 0203,
5610 0140, 0366, 0050, 0276, 0212, 0222, 0302, 0036, 0212, 0166, 0330, 0030, 0100, 0133, 0133, 0013,
5611 0207, 0017, 0037, 0242, 0363, 0120, 0073, 0075, 0075, 0335, 0164, 0164, 0266, 0321, 0333, 0323,
5612 0115, 0127, 0167, 0047, 0067, 0366, 0036, 0156, 0070, 0137, 0133, 0133, 0241, 0050, 0054, 0111,
5613 0005, 0124, 0321, 0244, 0024, 0013, 0045, 0261, 0226, 0232, 0252, 0351, 0077, 0036, 0070, 0367,
5614 0215, 0334, 0115, 0355, 0217, 0032, 0342, 0205, 0344, 0022, 0051, 0110, 0043, 0370, 0317, 0357,
5615 0115, 0002, 0014, 0230, 0003, 0306, 0341, 0365, 0330, 0350, 0001, 0337, 0136, 0003, 0176, 0062,
5616 0377, 0322, 0154, 0376, 0073, 0033, 0373, 0317, 0377, 0014, 0376, 0002, 0215, 0336, 0137, 0021,
5617 0215, 0224, 0226, 0026, 0000, 0000, 0000, 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202,
5618 0341, 0100, 0360, 0217, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153,
5619 0171, 0055, 0156, 0157, 0164, 0145, 0163, 0055, 0144, 0145, 0154, 0145, 0164, 0145, 0055, 0141,
5620 0154, 0154, 0056, 0165, 0151, 0000, 0000, 0000, 0031, 0020, 0000, 0000, 0001, 0000, 0000, 0000,
5621 0170, 0332, 0355, 0127, 0113, 0157, 0333, 0060, 0014, 0276, 0367, 0127, 0150, 0272, 0016, 0116,
5622 0232, 0064, 0055, 0062, 0040, 0166, 0261, 0255, 0150, 0061, 0140, 0307, 0356, 0154, 0320, 0066,
5623 0143, 0153, 0121, 0245, 0114, 0222, 0363, 0330, 0257, 0037, 0155, 0047, 0113, 0352, 0044, 0166,
5624 0126, 0254, 0101, 0072, 0354, 0046, 0033, 0174, 0174, 0344, 0107, 0221, 0324, 0350, 0166, 0361,
5625 0044, 0331, 0014, 0215, 0025, 0132, 0371, 0274, 0327, 0271, 0344, 0014, 0125, 0254, 0023, 0241,
5626 0122, 0237, 0177, 0173, 0274, 0367, 0206, 0374, 0066, 0270, 0030, 0275, 0363, 0074, 0366, 0200,
5627 0012, 0015, 0070, 0114, 0330, 0134, 0270, 0214, 0245, 0022, 0022, 0144, 0127, 0235, 0336, 0260,
5628 0163, 0305, 0074, 0217, 0204, 0204, 0162, 0150, 0306, 0020, 0143, 0060, 0062, 0370, 0043, 0027,
5629 0006, 0055, 0223, 0042, 0362, 0171, 0352, 0046, 0357, 0371, 0306, 0013, 0351, 0364, 0171, 0067,
5630 0030, 0351, 0350, 0073, 0306, 0216, 0305, 0022, 0254, 0365, 0371, 0203, 0233, 0334, 0011, 0220,
5631 0072, 0345, 0114, 0044, 0076, 0117, 0120, 0242, 0303, 0020, 0244, 0014, 0223, 0352, 0167, 0060,
5632 0232, 0032, 0075, 0105, 0343, 0226, 0114, 0301, 0023, 0372, 0074, 0006, 0025, 0216, 0165, 0234,
5633 0133, 0036, 0334, 0203, 0264, 0070, 0352, 0256, 0005, 0166, 0104, 0043, 0155, 0022, 0064, 0341,
5634 0134, 0044, 0056, 0343, 0301, 0165, 0203, 0044, 0201, 0026, 0077, 0041, 0222, 0330, 0156, 0324,
5635 0055, 0247, 0030, 0146, 0024, 0065, 0017, 0052, 0210, 0333, 0262, 0161, 0046, 0144, 0302, 0312,
5636 0224, 0050, 0220, 0136, 0371, 0351, 0363, 0131, 0244, 0027, 0174, 0117, 0344, 0237, 0350, 0167,
5637 0025, 0166, 0151, 0310, 0133, 0311, 0325, 0034, 0316, 0204, 0025, 0045, 0262, 0107, 0223, 0067,
5638 0001, 0373, 0203, 0304, 0150, 0043, 0120, 0071, 0160, 0104, 0014, 0017, 0210, 0041, 0047, 0142,
5639 0220, 0015, 0362, 0166, 0012, 0061, 0325, 0006, 0017, 0172, 0203, 0366, 0150, 0041, 0056, 0354,
5640 0206, 0140, 0020, 0366, 0006, 0235, 0073, 0247, 0125, 0075, 0364, 0347, 0112, 0257, 0237, 0001,
5641 0011, 0113, 0235, 0273, 0320, 0272, 0145, 0141, 0027, 0125, 0262, 0023, 0327, 0101, 0350, 0025,
5642 0356, 0250, 0074, 0137, 0361, 0075, 0226, 0043, 0224, 0074, 0010, 0077, 0203, 0212, 0261, 0051,
5643 0251, 0057, 0210, 0352, 0010, 0311, 0004, 0307, 0220, 0113, 0327, 0052, 0153, 0060, 0106, 0061,
5644 0103, 0273, 0121, 0150, 0113, 0131, 0156, 0061, 0314, 0025, 0135, 0050, 0051, 0324, 0036, 0324,
5645 0335, 0052, 0135, 0244, 0006, 0361, 0204, 0212, 0145, 0107, 0037, 0027, 0123, 0120, 0111, 0273,
5646 0237, 0261, 0220, 0262, 0135, 0152, 0252, 0255, 0250, 0352, 0367, 0362, 0031, 0212, 0337, 0336,
5647 0273, 0053, 0026, 0217, 0047, 0163, 0160, 0210, 0114, 0346, 0014, 0050, 0053, 0301, 0025, 0035,
5648 0302, 0347, 0113, 0044, 0052, 0302, 0273, 0262, 0125, 0261, 0217, 0362, 0077, 0307, 0257, 0317,
5649 0161, 0257, 0231, 0343, 0123, 0343, 0042, 0057, 0141, 0061, 0007, 0166, 0072, 0307, 0137, 0057,
5650 0322, 0165, 0233, 0314, 0150, 0064, 0014, 0117, 0322, 0031, 0217, 0037, 0232, 0233, 0251, 0320,
5651 0077, 0246, 0173, 0176, 0171, 0202, 0024, 0253, 0150, 0104, 0161, 0354, 0237, 0044, 0234, 0045,
5652 0110, 0221, 0326, 0011, 0250, 0323, 0044, 0026, 0050, 0103, 0332, 0000, 0310, 0363, 0140, 0330,
5653 0040, 0050, 0142, 0232, 0121, 0305, 0161, 0075, 0373, 0275, 0071, 0030, 0105, 0071, 0150, 0323,
5654 0251, 0154, 0337, 0274, 0351, 0176, 0271, 0056, 0305, 0142, 0113, 0351, 0235, 0307, 0232, 0162,
5655 0010, 0353, 0327, 0252, 0155, 0027, 0150, 0313, 0016, 0336, 0377, 0160, 0022, 0274, 0213, 0043,
5656 0152, 0355, 0230, 0172, 0074, 0074, 0165, 0126, 0103, 0207, 0366, 0143, 0146, 0051, 0033, 0023,
5657 0322, 0320, 0016, 0355, 0355, 0266, 0061, 0160, 0316, 0010, 0232, 0150, 0150, 0267, 0316, 0053,
5658 0313, 0163, 0024, 0151, 0346, 0150, 0053, 0007, 0231, 0227, 0167, 0135, 0046, 0305, 0116, 0336,
5659 0335, 0326, 0171, 0153, 0205, 0131, 0047, 0273, 0167, 0066, 0134, 0037, 0346, 0361, 0061, 0023,
5660 0226, 0221, 0067, 0142, 0217, 0105, 0310, 0150, 0344, 0152, 0205, 0235, 0027, 0265, 0207, 0226,
5661 0220, 0052, 0022, 0132, 0204, 0316, 0166, 0320, 0376, 0063, 0270, 0326, 0077, 0252, 0167, 0216,
5662 0107, 0323, 0065, 0105, 0147, 0153, 0337, 0214, 0236, 0241, 0123, 0255, 0054, 0171, 0360, 0156,
5663 0170, 0260, 0172, 0142, 0320, 0355, 0334, 0026, 0152, 0320, 0271, 0136, 0353, 0014, 0166, 0164,
5664 0272, 0165, 0307, 0033, 0144, 0233, 0007, 0374, 0305, 0057, 0262, 0146, 0340, 0074, 0000, 0050,
5665 0165, 0165, 0141, 0171, 0051, 0164, 0162, 0141, 0163, 0150, 0055, 0155, 0145, 0156, 0165, 0056,
5666 0165, 0151, 0000, 0000, 0000, 0000, 0000, 0000, 0141, 0002, 0000, 0000, 0001, 0000, 0000, 0000,
5667 0170, 0332, 0235, 0222, 0061, 0013, 0302, 0060, 0020, 0205, 0367, 0376, 0212, 0220, 0335, 0106,
5668 0367, 0064, 0305, 0101, 0160, 0163, 0161, 0227, 0113, 0075, 0151, 0040, 0111, 0113, 0162, 0025,
5669 0373, 0357, 0155, 0052, 0024, 0264, 0056, 0351, 0170, 0307, 0173, 0357, 0073, 0036, 0047, 0353,
5670 0227, 0263, 0354, 0211, 0041, 0232, 0316, 0127, 0374, 0120, 0356, 0171, 0255, 0012, 0151, 0074,
5671 0141, 0170, 0100, 0203, 0112, 0072, 0364, 0003, 0063, 0367, 0212, 0123, 0200, 0330, 0356, 0322,
5672 0310, 0225, 0214, 0330, 0320, 0344, 0120, 0322, 0020, 0072, 0045, 0201, 0050, 0030, 0075, 0020,
5673 0062, 0017, 0016, 0053, 0156, 0101, 0243, 0345, 0154, 0262, 0370, 0150, 0201, 0100, 0333, 0151,
5674 0071, 0142, 0344, 0352, 0166, 0351, 0321, 0263, 0153, 0312, 0222, 0142, 0261, 0255, 0023, 0140,
5675 0316, 0347, 0152, 0246, 0226, 0335, 0144, 0372, 0222, 0213, 0017, 0067, 0233, 0176, 0162, 0075,
5676 0215, 0331, 0170, 0114, 0256, 0177, 0174, 0261, 0364, 0260, 0275, 0220, 0063, 0332, 0076, 0343,
5677 0226, 0366, 0127, 0276, 0265, 0212, 0243, 0356, 0006, 0312, 0000, 0303, 0112, 0277, 0052, 0101,
5678 0244, 0357, 0110, 0373, 0345, 0175, 0212, 0067, 0060, 0115, 0335, 0034, 0000, 0050, 0165, 0165,
5679 0141, 0171, 0051, 0141, 0170, 0055, 0153, 0145, 0171, 0055, 0156, 0157, 0156, 0145, 0056, 0160,
5680 0156, 0147, 0000, 0000, 0000, 0000, 0000, 0000, 0204, 0003, 0000, 0000, 0001, 0000, 0000, 0000,
5681 0170, 0332, 0001, 0204, 0003, 0173, 0374, 0211, 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000,
5682 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000, 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010,
5683 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207, 0000, 0000, 0000, 0006, 0142, 0113, 0107, 0104,
5684 0000, 0377, 0000, 0377, 0000, 0377, 0240, 0275, 0247, 0223, 0000, 0000, 0000, 0011, 0160, 0110,
5685 0131, 0163, 0000, 0000, 0013, 0022, 0000, 0000, 0013, 0022, 0001, 0322, 0335, 0176, 0374, 0000,
5686 0000, 0000, 0007, 0164, 0111, 0115, 0105, 0007, 0323, 0005, 0031, 0027, 0071, 0064, 0213, 0326,
5687 0237, 0276, 0000, 0000, 0003, 0021, 0111, 0104, 0101, 0124, 0170, 0234, 0355, 0131, 0261, 0256,
5688 0352, 0060, 0014, 0165, 0122, 0250, 0204, 0230, 0231, 0230, 0331, 0370, 0171, 0076, 0204, 0215,
5689 0077, 0100, 0054, 0164, 0146, 0154, 0363, 0046, 0243, 0123, 0327, 0166, 0222, 0266, 0127, 0134,
5690 0256, 0236, 0045, 0004, 0155, 0323, 0346, 0034, 0373, 0304, 0166, 0150, 0270, 0134, 0056, 0364,
5691 0315, 0026, 0077, 0015, 0140, 0251, 0375, 0047, 0360, 0151, 0333, 0024, 0214, 0111, 0077, 0216,
5692 0302, 0267, 0340, 0135, 0364, 0010, 0174, 0032, 0070, 0033, 0343, 0120, 0211, 0130, 0022, 0372,
5693 0055, 0340, 0321, 0124, 0114, 0131, 0011, 0235, 0116, 0047, 0332, 0355, 0166, 0105, 0063, 0204,
5694 0340, 0106, 0273, 0332, 0066, 0233, 0015, 0135, 0257, 0127, 0177, 0214, 0162, 0156, 0304, 0364,
5695 0371, 0174, 0122, 0333, 0266, 0024, 0102, 0240, 0224, 0306, 0116, 0220, 0200, 0371, 0270, 0164,
5696 0054, 0217, 0011, 0041, 0250, 0344, 0217, 0307, 0043, 0235, 0317, 0147, 0272, 0335, 0156, 0210,
5697 0155, 0064, 0060, 0033, 0201, 0266, 0155, 0047, 0040, 0122, 0112, 0246, 0267, 0163, 0300, 0265,
5698 0147, 0131, 0366, 0170, 0074, 0150, 0273, 0335, 0272, 0370, 0262, 0004, 0030, 0054, 0202, 0106,
5699 0120, 0136, 0024, 0064, 0320, 0014, 0130, 0072, 0141, 0256, 0374, 0262, 0165, 0000, 0037, 0254,
5700 0171, 0053, 0245, 0144, 0172, 0121, 0073, 0157, 0201, 0366, 0042, 0341, 0131, 0111, 0035, 0120,
5701 0115, 0112, 0300, 0223, 0025, 0236, 0217, 0061, 0322, 0060, 0014, 0223, 0365, 0222, 0122, 0242,
5702 0030, 0353, 0353, 0152, 0361, 0035, 0032, 0070, 0113, 0357, 0374, 0035, 0143, 0034, 0001, 0304,
5703 0173, 0064, 0320, 0163, 0242, 0120, 0024, 0001, 0115, 0327, 0350, 0161, 0134, 0047, 0071, 0060,
5704 0332, 0130, 0216, 0212, 0026, 0205, 0334, 0332, 0250, 0226, 0220, 0006, 0234, 0047, 0325, 0026,
5705 0072, 0246, 0110, 0055, 0155, 0362, 0357, 0022, 0051, 0152, 0126, 0054, 0041, 0234, 0334, 0273,
5706 0316, 0322, 0300, 0161, 0354, 0135, 0034, 0213, 0037, 0042, 0232, 0070, 0301, 0252, 0015, 0322,
5707 0212, 0042, 0140, 0171, 0105, 0026, 0043, 0034, 0213, 0200, 0245, 0267, 0371, 0030, 0145, 0343,
5708 0245, 0137, 0317, 0212, 0322, 0250, 0007, 0136, 0312, 0303, 0003, 0303, 0136, 0036, 0206, 0341,
5709 0175, 0054, 0065, 0317, 0244, 0112, 0243, 0220, 0045, 0340, 0145, 0006, 0253, 0232, 0312, 0214,
5710 0043, 0301, 0171, 0200, 0371, 0276, 0322, 0214, 0064, 0273, 0016, 0360, 0104, 0350, 0051, 0113,
5711 0116, 0150, 0030, 0041, 0036, 0043, 0257, 0041, 0251, 0234, 0125, 0125, 0142, 0015, 0074, 0217,
5712 0321, 0344, 0204, 0065, 0000, 0257, 0365, 0175, 0377, 0076, 0327, 0064, 0315, 0244, 0072, 0343,
5713 0032, 0131, 0114, 0300, 0152, 0007, 0254, 0036, 0310, 0012, 0075, 0202, 0221, 0122, 0221, 0351,
5714 0125, 0106, 0311, 0263, 0254, 0204, 0254, 0066, 0130, 0236, 0267, 0026, 0036, 0056, 0134, 0376,
5715 0035, 0143, 0124, 0327, 0215, 0126, 0073, 0176, 0244, 0220, 0311, 0111, 0075, 0275, 0162, 0337,
5716 0303, 0332, 0226, 0240, 0254, 0352, 0256, 0315, 0247, 0331, 0254, 0177, 0045, 0254, 0274, 0256,
5717 0001, 0322, 0356, 0145, 0122, 0054, 0025, 0317, 0313, 0253, 0107, 0100, 0232, 0326, 0036, 0150,
5718 0162, 0302, 0226, 0203, 0043, 0201, 0321, 0251, 0251, 0276, 0150, 0105, 0021, 0320, 0252, 0252,
5719 0065, 0056, 0047, 0047, 0276, 0256, 0145, 0230, 0232, 0374, 0317, 0126, 0104, 0300, 0353, 0153,
5720 0370, 0272, 0267, 0171, 0261, 0000, 0243, 0204, 0152, 0075, 0377, 0176, 0106, 0156, 0200, 0004,
5721 0206, 0115, 0127, 0056, 0062, 0262, 0131, 0103, 0102, 0115, 0323, 0020, 0321, 0330, 0041, 0163,
5722 0110, 0124, 0113, 0210, 0047, 0262, 0112, 0277, 0006, 0042, 0327, 0102, 0170, 0265, 0146, 0361,
5723 0042, 0266, 0012, 0224, 0365, 0160, 0215, 0210, 0106, 0326, 0333, 0076, 0326, 0354, 0011, 0212,
5724 0263, 0220, 0226, 0237, 0145, 0023, 0226, 0233, 0024, 0201, 0153, 0105, 0253, 0344, 0031, 0322,
5725 0026, 0021, 0340, 0157, 0271, 0051, 0361, 0310, 0152, 0021, 0222, 0275, 0223, 0065, 0347, 0054,
5726 0002, 0162, 0253, 0247, 0171, 0133, 0333, 0260, 0153, 0165, 0040, 0245, 0064, 0351, 0211, 0060,
5727 0052, 0265, 0333, 0311, 0042, 0002, 0026, 0241, 0122, 0062, 0170, 0335, 0322, 0075, 0022, 0256,
5728 0375, 0153, 0145, 0166, 0045, 0226, 0122, 0260, 0132, 0010, 0055, 0225, 0042, 0110, 0271, 0300,
5729 0261, 0137, 0132, 0105, 0102, 0071, 0022, 0022, 0234, 0334, 0334, 0150, 0343, 0271, 0063, 0135,
5730 0043, 0023, 0055, 0356, 0205, 0160, 0102, 0042, 0377, 0037, 0152, 0064, 0254, 0015, 0274, 0251,
5731 0301, 0316, 0166, 0265, 0010, 0164, 0135, 0107, 0207, 0303, 0241, 0230, 0304, 0234, 0205, 0210,
5732 0262, 0341, 0250, 0364, 0175, 0117, 0367, 0373, 0235, 0366, 0373, 0275, 0173, 0257, 0106, 0040,
5733 0220, 0170, 0107, 0320, 0165, 0135, 0025, 0240, 0065, 0355, 0365, 0172, 0341, 0341, 0304, 0063,
5734 0137, 0377, 0226, 0322, 0042, 0260, 0356, 0273, 0242, 0165, 0114, 0305, 0344, 0255, 0001, 0276,
5735 0341, 0323, 0057, 0374, 0134, 0147, 0226, 0144, 0241, 0337, 0030, 0215, 0267, 0375, 0331, 0065,
5736 0360, 0065, 0366, 0365, 0004, 0376, 0001, 0321, 0035, 0136, 0005, 0020, 0266, 0215, 0371, 0000,
5737 0000, 0000, 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0103, 0024, 0237, 0043, 0000,
5738 0050, 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153, 0171, 0055, 0156, 0157, 0164,
5739 0145, 0163, 0055, 0156, 0157, 0164, 0145, 0056, 0165, 0151, 0000, 0000, 0000, 0000, 0000, 0000,
5740 0033, 0022, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0355, 0130, 0113, 0157, 0233, 0100,
5741 0020, 0276, 0347, 0127, 0320, 0275, 0126, 0370, 0225, 0036, 0172, 0260, 0211, 0324, 0252, 0211,
5742 0052, 0105, 0075, 0064, 0111, 0173, 0104, 0313, 0062, 0340, 0211, 0227, 0135, 0272, 0273, 0330,
5743 0246, 0277, 0276, 0143, 0160, 0142, 0342, 0027, 0116, 0224, 0130, 0151, 0323, 0033, 0032, 0276,
5744 0335, 0371, 0346, 0365, 0061, 0142, 0170, 0066, 0317, 0244, 0067, 0005, 0143, 0121, 0253, 0021,
5745 0353, 0167, 0172, 0314, 0003, 0045, 0164, 0214, 0052, 0035, 0261, 0233, 0353, 0163, 0377, 0043,
5746 0073, 0013, 0116, 0206, 0357, 0174, 0337, 0273, 0000, 0005, 0206, 0073, 0210, 0275, 0031, 0272,
5747 0261, 0227, 0112, 0036, 0203, 0167, 0332, 0031, 0364, 0072, 0075, 0317, 0367, 0011, 0204, 0312,
5748 0201, 0111, 0270, 0200, 0140, 0150, 0340, 0127, 0201, 0006, 0254, 0047, 0061, 0032, 0261, 0324,
5749 0115, 0336, 0263, 0225, 0227, 0323, 0116, 0177, 0300, 0272, 0301, 0120, 0107, 0267, 0040, 0234,
5750 0047, 0044, 0267, 0166, 0304, 0056, 0334, 0344, 0047, 0252, 0130, 0317, 0230, 0207, 0361, 0210,
5751 0131, 0207, 0142, 0122, 0052, 0355, 0040, 0234, 0325, 0346, 0140, 0230, 0033, 0235, 0203, 0161,
5752 0245, 0247, 0170, 0006, 0043, 0046, 0270, 0012, 0023, 0055, 0012, 0313, 0202, 0163, 0056, 0055,
5753 0014, 0273, 0167, 0200, 0015, 0250, 0103, 0047, 0201, 0171, 0316, 0160, 0145, 0045, 0167, 0074,
5754 0222, 0144, 0054, 0201, 0116, 0136, 0125, 0176, 0274, 0157, 0344, 0250, 0171, 0136, 0214, 0121,
5755 0306, 0133, 0050, 0176, 0322, 0363, 0232, 0337, 0064, 0322, 0363, 0176, 0157, 0223, 0324, 0024,
5756 0055, 0322, 0355, 0054, 0270, 0066, 0305, 0076, 0106, 0217, 0040, 0257, 0015, 0202, 0162, 0334,
5757 0121, 0362, 0130, 0100, 0131, 0044, 0306, 0134, 0076, 0212, 0154, 0025, 0176, 0030, 0161, 0363,
5758 0062, 0174, 0167, 0372, 0057, 0234, 0043, 0316, 0025, 0005, 0251, 0305, 0044, 0214, 0152, 0303,
5759 0276, 0313, 0133, 0150, 0030, 0020, 0200, 0123, 0260, 0141, 0014, 0011, 0057, 0244, 0073, 0240,
5760 0364, 0132, 0113, 0207, 0171, 0350, 0140, 0356, 0266, 0166, 0300, 0045, 0061, 0353, 0336, 0250,
5761 0005, 0101, 0117, 0255, 0265, 0301, 0206, 0167, 0211, 0220, 0260, 0100, 0151, 0165, 0120, 0002,
5762 0276, 0146, 0074, 0205, 0106, 0374, 0230, 0245, 0107, 0351, 0030, 0353, 0310, 0033, 0013, 0150,
5763 0356, 0374, 0014, 0255, 0245, 0141, 0366, 0161, 0101, 0245, 0171, 0244, 0133, 0263, 0245, 0207,
5764 0045, 0373, 0173, 0103, 0316, 0305, 0204, 0216, 0154, 0334, 0012, 0363, 0234, 0253, 0270, 0335,
5765 0173, 0202, 0122, 0266, 0243, 0162, 0155, 0261, 0156, 0351, 0336, 0003, 0132, 0367, 0336, 0357,
5766 0170, 0355, 0112, 0356, 0045, 0217, 0100, 0066, 0373, 0133, 0126, 0206, 0143, 0344, 0227, 0022,
5767 0101, 0171, 0030, 0354, 0101, 0024, 0026, 0302, 0214, 0233, 0111, 0221, 0267, 0372, 0275, 0055,
5768 0110, 0353, 0222, 0222, 0005, 0002, 0026, 0002, 0332, 0104, 0132, 0127, 0112, 0122, 0323, 0052,
5769 0346, 0007, 0112, 0106, 0352, 0331, 0135, 0276, 0074, 0270, 0154, 0055, 0064, 0352, 0252, 0265,
5770 0200, 0126, 0105, 0353, 0077, 0255, 0150, 0115, 0111, 0020, 0122, 0123, 0226, 0136, 0245, 0046,
5771 0174, 0136, 0120, 0173, 0101, 0065, 0250, 0103, 0377, 0057, 0007, 0333, 0072, 0153, 0260, 0277,
5772 0263, 0376, 0066, 0231, 0272, 0022, 0106, 0113, 0011, 0161, 0163, 0271, 0211, 0164, 0134, 0206,
5773 0266, 0176, 0361, 0074, 0337, 0344, 0026, 0344, 0270, 0166, 0106, 0033, 0100, 0230, 0153, 0211,
5774 0202, 0324, 0106, 0301, 0364, 0241, 0330, 0254, 0223, 0070, 0340, 0310, 0256, 0230, 0257, 0151,
5775 0256, 0176, 0040, 0064, 0243, 0255, 0106, 0355, 0010, 0221, 0316, 0014, 0317, 0303, 0114, 0307,
5776 0164, 0347, 0114, 0233, 0170, 0017, 0122, 0102, 0342, 0026, 0032, 0235, 0042, 0025, 0367, 0303,
5777 0276, 0071, 0307, 0164, 0274, 0003, 0371, 0364, 0251, 0171, 0035, 0152, 0174, 0267, 0040, 0322,
5778 0252, 0216, 0277, 0167, 0154, 0210, 0117, 0331, 0374, 0276, 0114, 0351, 0133, 0266, 0176, 0273,
5779 0235, 0205, 0264, 0064, 0037, 0105, 0361, 0132, 0005, 0376, 0173, 0105, 0151, 0103, 0341, 0017,
5780 0220, 0356, 0125, 0060, 0307, 0222, 0357, 0071, 0227, 0230, 0256, 0013, 0320, 0032, 0246, 0134,
5781 0142, 0372, 0157, 0175, 0053, 0334, 0336, 0171, 0360, 0057, 0165, 0036, 0034, 0275, 0363, 0372,
5782 0157, 0241, 0363, 0310, 0113, 0350, 0312, 0234, 0022, 0010, 0052, 0176, 0016, 0325, 0175, 0365,
5783 0033, 0324, 0246, 0141, 0365, 0013, 0347, 0344, 0017, 0361, 0357, 0242, 0024, 0000, 0050, 0165,
5784 0165, 0141, 0171, 0051, 0165, 0151, 0057, 0000, 0027, 0000, 0000, 0000, 0045, 0000, 0000, 0000,
5785 0046, 0000, 0000, 0000, 0004, 0000, 0000, 0000, 0007, 0000, 0000, 0000, 0052, 0000, 0000, 0000,
5786 0120, 0000, 0000, 0000, 0017, 0000, 0000, 0000, 0022, 0000, 0000, 0000, 0006, 0000, 0000, 0000,
5787 0105, 0000, 0000, 0000, 0114, 0000, 0000, 0000, 0115, 0000, 0000, 0000, 0015, 0000, 0000, 0000,
5788 0072, 0000, 0000, 0000, 0005, 0000, 0000, 0000, 0064, 0000, 0000, 0000, 0076, 0000, 0000, 0000,
5789 0011, 0000, 0000, 0000, 0001, 0000, 0000, 0000, 0101, 0000, 0000, 0000, 0113, 0000, 0000, 0000,
5790 0010, 0000, 0000, 0000, 0012, 0000, 0000, 0000, 0103, 0000, 0000, 0000, 0000, 0000, 0000, 0000,
5791 0077, 0000, 0000, 0000, 0037, 0000, 0000, 0000, 0062, 0000, 0000, 0000, 0124, 0000, 0000, 0000,
5792 0104, 0000, 0000, 0000, 0071, 0000, 0000, 0000, 0042, 0000, 0000, 0000, 0164, 0162, 0141, 0143,
5793 0153, 0145, 0162, 0055, 0163, 0145, 0141, 0162, 0143, 0150, 0055, 0142, 0141, 0162, 0055, 0155,
5794 0145, 0156, 0165, 0056, 0165, 0151, 0000, 0000, 0362, 0000, 0000, 0000, 0001, 0000, 0000, 0000,
5795 0170, 0332, 0145, 0217, 0101, 0016, 0302, 0060, 0014, 0004, 0357, 0175, 0105, 0344, 0173, 0033,
5796 0270, 0273, 0256, 0170, 0011, 0162, 0202, 0021, 0021, 0111, 0052, 0071, 0056, 0202, 0337, 0323,
5797 0202, 0324, 0113, 0257, 0273, 0032, 0173, 0026, 0247, 0167, 0311, 0356, 0045, 0332, 0322, 0134,
5798 0107, 0070, 0017, 0047, 0230, 0250, 0303, 0124, 0115, 0364, 0316, 0121, 0010, 0213, 0324, 0305,
5799 0245, 0333, 0010, 0246, 0034, 0237, 0242, 0175, 0023, 0326, 0370, 0350, 0003, 0153, 0277, 0165,
5800 0100, 0330, 0044, 0332, 0212, 0023, 0046, 0223, 0102, 0310, 0146, 0232, 0302, 0142, 0342, 0052,
5801 0027, 0031, 0041, 0163, 0220, 0014, 0156, 0345, 0153, 0313, 0154, 0034, 0362, 0032, 0176, 0244,
5802 0001, 0135, 0057, 0141, 0136, 0014, 0375, 0116, 0034, 0141, 0376, 0235, 0006, 0072, 0176, 0037,
5803 0370, 0000, 0373, 0277, 0200, 0337, 0205, 0374, 0146, 0270, 0345, 0373, 0236, 0356, 0013, 0257,
5804 0252, 0126, 0220, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0167, 0151, 0156, 0144, 0157, 0167,
5805 0055, 0164, 0151, 0164, 0154, 0145, 0056, 0165, 0151, 0000, 0000, 0000, 0000, 0000, 0000, 0000,
5806 0131, 0111, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0355, 0034, 0333, 0126, 0333, 0070,
5807 0360, 0235, 0257, 0020, 0336, 0307, 0135, 0007, 0142, 0240, 0355, 0366, 0100, 0172, 0200, 0006,
5808 0310, 0201, 0002, 0207, 0204, 0266, 0074, 0371, 0050, 0266, 0022, 0153, 0121, 0244, 0254, 0045,
5809 0347, 0322, 0263, 0037, 0277, 0043, 0071, 0011, 0271, 0071, 0161, 0102, 0156, 0320, 0360, 0024,
5810 0111, 0063, 0322, 0314, 0150, 0156, 0322, 0310, 0034, 0177, 0151, 0325, 0030, 0152, 0220, 0120,
5811 0122, 0301, 0117, 0254, 0154, 0146, 0337, 0102, 0204, 0173, 0302, 0247, 0274, 0172, 0142, 0075,
5812 0226, 0056, 0354, 0117, 0326, 0227, 0334, 0316, 0361, 0256, 0155, 0243, 0113, 0302, 0111, 0210,
5813 0025, 0361, 0121, 0223, 0252, 0000, 0125, 0031, 0366, 0011, 0072, 0310, 0070, 0116, 0306, 0101,
5814 0266, 0015, 0100, 0224, 0053, 0022, 0126, 0260, 0107, 0162, 0307, 0041, 0371, 0067, 0242, 0041,
5815 0221, 0210, 0321, 0362, 0211, 0125, 0125, 0317, 0177, 0132, 0057, 0253, 0000, 0316, 0276, 0265,
5816 0227, 0073, 0026, 0345, 0177, 0210, 0247, 0220, 0307, 0260, 0224, 0047, 0326, 0245, 0172, 0376,
5817 0112, 0061, 0023, 0125, 0013, 0121, 0377, 0304, 0252, 0207, 0242, 0116, 0102, 0105, 0211, 0264,
5818 0162, 0307, 0235, 0106, 0033, 0161, 0134, 0043, 0047, 0226, 0207, 0271, 0133, 0021, 0136, 0004,
5819 0103, 0027, 0230, 0111, 0162, 0274, 0327, 0005, 0030, 0001, 0045, 0015, 0302, 0025, 0300, 0135,
5820 0176, 0275, 0166, 0363, 0077, 0357, 0357, 0212, 0217, 0017, 0171, 0367, 0333, 0151, 0361, 0032,
5821 0375, 0207, 0164, 0337, 0375, 0135, 0341, 0266, 0224, 0177, 0160, 0277, 0335, 0225, 0012, 0167,
5822 0267, 0023, 0106, 0256, 0240, 0325, 0077, 0174, 0366, 0130, 0052, 0151, 0204, 0021, 0274, 0170,
5823 0040, 0233, 0070, 0342, 0044, 0216, 0034, 0044, 0216, 0270, 0367, 0017, 0371, 0142, 0161, 0114,
5824 0377, 0103, 0376, 0046, 0177, 0132, 0034, 0340, 0350, 0072, 0377, 0064, 0012, 0256, 0073, 0307,
5825 0300, 0346, 0015, 0207, 0267, 0260, 0352, 0305, 0123, 0177, 0077, 0000, 0176, 0317, 0217, 0351,
5826 0277, 0270, 0073, 0177, 0054, 0272, 0347, 0127, 0247, 0267, 0227, 0003, 0363, 0024, 0113, 0017,
5827 0217, 0347, 0245, 0141, 0321, 0076, 0334, 0335, 0347, 0037, 0112, 0117, 0143, 0340, 0277, 0027,
5828 0212, 0205, 0263, 0302, 0115, 0001, 0006, 0107, 0027, 0001, 0274, 0237, 0205, 0157, 0172, 0254,
5829 0160, 0073, 0276, 0377, 0356, 0161, 0140, 0053, 0212, 0217, 0147, 0143, 0011, 0050, 0236, 0077,
5830 0334, 0335, 0334, 0230, 0236, 0011, 0032, 0122, 0026, 0241, 0117, 0102, 0267, 0111, 0175, 0025,
5831 0130, 0271, 0243, 0011, 0220, 0212, 0052, 0106, 0054, 0244, 0102, 0314, 0045, 0303, 0012, 0227,
5832 0031, 0164, 0266, 0265, 0202, 0376, 0240, 0334, 0027, 0115, 0124, 0322, 0000, 0350, 0076, 0044,
5833 0025, 0022, 0202, 0025, 0021, 0071, 0141, 0062, 0237, 0110, 0025, 0212, 0266, 0253, 0155, 0311,
5834 0255, 0143, 0200, 0127, 0126, 0256, 0024, 0106, 0223, 0224, 0231, 0172, 0202, 0273, 0372, 0247,
5835 0225, 0363, 0101, 0375, 0153, 0200, 0143, 0277, 0330, 0311, 0044, 0312, 0333, 0165, 0342, 0006,
5836 0124, 0057, 0341, 0033, 0033, 0353, 0207, 0365, 0002, 0312, 0174, 0244, 0101, 0072, 0054, 0226,
5837 0161, 0250, 0155, 0216, 0201, 0045, 0007, 0202, 0201, 0160, 0300, 0126, 0367, 0014, 0124, 0027,
5838 0330, 0130, 0072, 0307, 0314, 0066, 0315, 0023, 0253, 0121, 0026, 0055, 0153, 0214, 0101, 0237,
5839 0101, 0267, 0261, 0346, 0170, 0125, 0267, 0003, 0067, 0104, 0135, 0203, 0112, 0012, 0262, 0234,
5840 0312, 0376, 0014, 0146, 0057, 0353, 0330, 0003, 0027, 0146, 0345, 0076, 0214, 0162, 0072, 0114,
5841 0074, 0366, 0024, 0270, 0045, 0027, 0266, 0000, 0217, 0345, 0041, 0122, 0112, 0360, 0036, 0047,
5842 0101, 0331, 0264, 0201, 0221, 0354, 0112, 0070, 0141, 0270, 0055, 0042, 0345, 0112, 0325, 0326,
5843 0363, 0022, 0356, 0217, 0060, 0224, 0110, 0163, 0114, 0160, 0131, 0161, 0327, 0143, 0102, 0022,
5844 0153, 0314, 0334, 0145, 0302, 0254, 0034, 0270, 0147, 0333, 0100, 0114, 0040, 0043, 0222, 0304,
5845 0355, 0012, 0252, 0136, 0047, 0030, 0154, 0300, 0043, 0323, 0251, 0237, 0103, 0040, 0051, 0040,
5846 0175, 0122, 0301, 0021, 0233, 0156, 0057, 0041, 0361, 0010, 0155, 0020, 0231, 0032, 0141, 0033,
5847 0055, 0266, 0321, 0142, 0162, 0264, 0320, 0166, 0040, 0225, 0360, 0236, 0107, 0165, 0151, 0057,
5848 0066, 0103, 0100, 0301, 0336, 0063, 0070, 0237, 0121, 0355, 0152, 0325, 0061, 0367, 0247, 0033,
5849 0115, 0205, 0062, 0066, 0035, 0252, 0056, 0044, 0325, 0366, 0150, 0345, 0366, 0007, 0250, 0350,
5850 0255, 0336, 0165, 0331, 0013, 0246, 0153, 0212, 0011, 0351, 0105, 0134, 0035, 0114, 0106, 0234,
5851 0325, 0274, 0364, 0047, 0071, 0271, 0133, 0241, 0110, 0131, 0210, 0347, 0330, 0315, 0361, 0116,
5852 0153, 0061, 0136, 0171, 0030, 0062, 0211, 0206, 0123, 0106, 0253, 0134, 0307, 0341, 0230, 0010,
5853 0334, 0155, 0036, 0254, 0044, 0066, 0050, 0121, 0207, 0324, 0301, 0367, 0115, 0244, 0313, 0356,
5854 0117, 0114, 0162, 0040, 0040, 0324, 0122, 0002, 0063, 0122, 0121, 0051, 0101, 0103, 0132, 0015,
5855 0022, 0141, 0223, 0204, 0366, 0275, 0027, 0114, 0033, 0053, 0013, 0243, 0275, 0204, 0040, 0035,
5856 0211, 0027, 0241, 0316, 0262, 0014, 0215, 0025, 0375, 0363, 0140, 0105, 0261, 0036, 0342, 0261,
5857 0333, 0062, 0132, 0064, 0144, 0026, 0303, 0354, 0004, 0030, 0022, 0316, 0216, 0235, 0101, 0176,
5858 0360, 0032, 0135, 0375, 0260, 0022, 0336, 0206, 0065, 0320, 0331, 0030, 0005, 0074, 0132, 0016,
5859 0377, 0111, 0213, 0237, 0007, 0304, 0033, 0110, 0320, 0144, 0023, 0327, 0155, 0163, 0010, 0111,
5860 0312, 0320, 0306, 0035, 0071, 0212, 0200, 0205, 0364, 0201, 0140, 0317, 0344, 0354, 0310, 0065,
5861 0063, 0274, 0205, 0014, 0156, 0064, 0053, 0233, 0106, 0203, 0046, 0075, 0342, 0300, 0036, 0243,
5862 0174, 0072, 0045, 0176, 0210, 0233, 0056, 0034, 0310, 0250, 0207, 0225, 0010, 0337, 0116, 0234,
5863 0116, 0255, 0060, 0061, 0175, 0066, 0354, 0042, 0043, 0152, 0026, 0235, 0311, 0033, 0104, 0024,
5864 0043, 0256, 0117, 0125, 0044, 0341, 0132, 0044, 0215, 0024, 0123, 0056, 0123, 0253, 0224, 0020,
5865 0114, 0321, 0272, 0253, 0110, 0113, 0215, 0025, 0327, 0127, 0052, 0165, 0313, 0107, 0021, 0127,
5866 0224, 0241, 0313, 0322, 0365, 0237, 0310, 0207, 0043, 0002, 0323, 0323, 0110, 0124, 0241, 0055,
5867 0244, 0002, 0202, 0032, 0070, 0244, 0042, 0222, 0250, 0034, 0125, 0145, 0146, 0347, 0111, 0104,
5868 0250, 0206, 0333, 0310, 0013, 0060, 0257, 0022, 0104, 0025, 0212, 0044, 0154, 0063, 0252, 0202,
5869 0251, 0126, 0154, 0342, 0123, 0320, 0311, 0277, 0000, 0126, 0151, 0134, 0216, 0340, 0160, 0207,
5870 0200, 0116, 0201, 0070, 0201, 0205, 0224, 0100, 0222, 0050, 0204, 0365, 0334, 0320, 0224, 0364,
5871 0027, 0311, 0254, 0102, 0323, 0247, 0310, 0066, 0135, 0342, 0327, 0323, 0363, 0154, 0312, 0174,
5872 0064, 0261, 0243, 0377, 0106, 0242, 0163, 0106, 0035, 0065, 0213, 0233, 0130, 0315, 0265, 0101,
5873 0030, 0230, 0117, 0253, 0013, 0321, 0143, 0265, 0045, 0276, 0036, 0145, 0123, 0314, 0252, 0206,
5874 0303, 0347, 0250, 0076, 0141, 0253, 0226, 0224, 0265, 0057, 0335, 0113, 0015, 0147, 0114, 0331,
5875 0167, 0234, 0061, 0035, 0376, 0346, 0031, 0323, 0341, 0232, 0063, 0246, 0200, 0372, 0304, 0326,
5876 0271, 0317, 0054, 0301, 0357, 0012, 0220, 0220, 0253, 0261, 0266, 0111, 0322, 0333, 0115, 0222,
5877 0226, 0024, 0074, 0016, 0326, 0034, 0074, 0012, 0323, 0325, 0162, 0363, 0043, 0107, 0166, 0061,
5878 0221, 0303, 0171, 0307, 0221, 0303, 0131, 0113, 0344, 0330, 0240, 0333, 0236, 0203, 0325, 0336,
5879 0366, 0034, 0315, 0037, 0137, 0342, 0152, 0337, 0254, 0001, 0306, 0140, 0275, 0317, 0000, 0263,
5880 0241, 0247, 0215, 0071, 0363, 0325, 0253, 0276, 0212, 0236, 0150, 0071, 0233, 0170, 0011, 0071,
5881 0034, 0244, 0016, 0327, 0034, 0244, 0172, 0116, 0355, 0363, 0004, 0364, 0261, 0036, 0165, 0305,
5882 0045, 0210, 0127, 0353, 0106, 0321, 0303, 0254, 0023, 0222, 0244, 0376, 0351, 0366, 0034, 0270,
5883 0265, 0002, 0323, 0234, 0172, 0061, 0121, 0044, 0346, 0366, 0040, 0166, 0066, 0250, 0107, 0133,
5884 0146, 0107, 0227, 0104, 0076, 0043, 0301, 0131, 0033, 0005, 0130, 0042, 0122, 0251, 0150, 0306,
5885 0232, 0372, 0242, 0301, 0032, 0270, 0374, 0001, 0336, 0044, 0322, 0176, 0250, 0061, 0371, 0202,
5886 0201, 0126, 0251, 0256, 0207, 0116, 0072, 0172, 0064, 0060, 0213, 0210, 0013, 0062, 0267, 0162,
5887 0072, 0224, 0274, 0241, 0373, 0207, 0215, 0242, 0052, 0131, 0027, 0111, 0035, 0242, 0204, 0366,
5888 0270, 0261, 0267, 0222, 0335, 0366, 0222, 0116, 0330, 0253, 0056, 0027, 0166, 0222, 0211, 0303,
5889 0124, 0102, 0164, 0026, 0164, 0205, 0012, 0254, 0103, 0206, 0144, 0167, 0136, 0125, 0244, 0167,
5890 0201, 0347, 0006, 0017, 0305, 0317, 0061, 0266, 0347, 0310, 0225, 0237, 0043, 0123, 0133, 0333,
5891 0301, 0174, 0212, 0222, 0224, 0267, 0037, 0255, 0046, 0364, 0016, 0246, 0342, 0116, 0232, 0044,
5892 0341, 0062, 0244, 0176, 0114, 0154, 0025, 0176, 0271, 0261, 0142, 0273, 0011, 0212, 0275, 0314,
5893 0133, 0232, 0341, 0154, 0345, 0357, 0165, 0147, 0053, 0046, 0272, 0315, 0244, 0213, 0106, 0376,
5894 0130, 0051, 0354, 0005, 0103, 0376, 0172, 0114, 0341, 0275, 0013, 0067, 0147, 0216, 0061, 0054,
5895 0256, 0354, 0376, 0272, 0257, 0040, 0070, 0176, 0245, 0304, 0234, 0325, 0112, 0154, 0065, 0066,
5896 0031, 0244, 0314, 0006, 0222, 0005, 0173, 0041, 0270, 0102, 0306, 0040, 0027, 0237, 0067, 0017,
5897 0310, 0177, 0077, 0245, 0374, 0263, 0213, 0221, 0377, 0307, 0267, 0044, 0177, 0117, 0060, 0021,
5898 0156, 0210, 0374, 0347, 0114, 0142, 0064, 0037, 0303, 0017, 0073, 0053, 0320, 0347, 0306, 0166,
5899 0153, 0275, 0245, 0044, 0144, 0012, 0102, 0332, 0115, 0327, 0354, 0303, 0161, 0010, 0266, 0034,
5900 0015, 0106, 0313, 0345, 0270, 0372, 0354, 0202, 0067, 0216, 0362, 0355, 0326, 0275, 0162, 0353,
5901 0234, 0345, 0156, 0335, 0271, 0166, 0033, 0043, 0257, 0251, 0165, 0347, 0157, 0154, 0165, 0206,
5902 0177, 0053, 0367, 0307, 0176, 0337, 0337, 0362, 0215, 0317, 0131, 0370, 0016, 0376, 0316, 0346,
5903 0267, 0330, 0075, 0164, 0026, 0272, 0207, 0343, 0277, 0074, 0231, 0277, 0316, 0265, 0330, 0173,
5904 0234, 0303, 0265, 0024, 0050, 0235, 0065, 0237, 0016, 0112, 0051, 0352, 0032, 0233, 0137, 0241,
5905 0164, 0026, 0271, 0167, 0040, 0236, 0064, 0073, 0227, 0135, 0367, 0071, 0270, 0347, 0300, 0146,
5906 0262, 0157, 0230, 0302, 0115, 0020, 0357, 0353, 0257, 0123, 0262, 0333, 0347, 0361, 0151, 0013,
5907 0246, 0316, 0133, 0050, 0230, 0352, 0212, 0203, 0135, 0303, 0055, 0132, 0243, 0277, 0210, 0077,
5908 0323, 0205, 0052, 0244, 0201, 0241, 0140, 0310, 0355, 0141, 0243, 0246, 0371, 0230, 0122, 0232,
5909 0062, 0306, 0366, 0212, 0165, 0163, 0257, 0130, 0027, 0365, 0234, 0331, 0124, 0333, 0005, 0267,
5910 0043, 0076, 0227, 0006, 0271, 0246, 0356, 0156, 0152, 0134, 0134, 0164, 0152, 0132, 0150, 0104,
5911 0233, 0266, 0212, 0264, 0271, 0212, 0224, 0135, 0220, 0042, 0311, 0100, 0064, 0355, 0170, 0277,
5912 0155, 0210, 0062, 0321, 0114, 0237, 0123, 0000, 0156, 0107, 0127, 0120, 0107, 0033, 0220, 0236,
5913 0003, 0274, 0020, 0062, 0136, 0334, 0366, 0030, 0365, 0236, 0027, 0257, 0106, 0153, 0175, 0341,
5914 0376, 0003, 0066, 0012, 0171, 0030, 0110, 0067, 0365, 0344, 0016, 0377, 0375, 0354, 0053, 0201,
5915 0142, 0156, 0142, 0013, 0173, 0251, 0072, 0123, 0331, 0057, 0027, 0342, 0147, 0166, 0112, 0001,
5916 0364, 0201, 0212, 0220, 0220, 0352, 0030, 0217, 0031, 0252, 0020, 0254, 0242, 0320, 0300, 0112,
5917 0245, 0227, 0062, 0272, 0332, 0175, 0103, 0257, 0201, 0166, 0167, 0176, 0340, 0220, 0303, 0166,
5918 0357, 0242, 0002, 0107, 0136, 0024, 0352, 0357, 0340, 0173, 0170, 0122, 0141, 0105, 0314, 0023,
5919 0371, 0246, 0306, 0056, 0023, 0230, 0100, 0123, 0157, 0250, 0362, 0074, 0042, 0245, 0041, 0050,
5920 0056, 0151, 0017, 0220, 0335, 0240, 0070, 0246, 0323, 0066, 0104, 0042, 0103, 0144, 0227, 0005,
5921 0040, 0107, 0324, 0015, 0254, 0046, 0330, 0314, 0350, 0357, 0242, 0356, 0303, 0375, 0230, 0122,
5922 0137, 0040, 0051, 0120, 0271, 0335, 0317, 0244, 0176, 0306, 0257, 0327, 0323, 0157, 0110, 0021,
5923 0255, 0350, 0267, 0375, 0060, 0001, 0027, 0012, 0201, 0013, 0363, 0011, 0317, 0364, 0346, 0300,
5924 0254, 0211, 0333, 0262, 0373, 0015, 0200, 0131, 0121, 0022, 0245, 0364, 0004, 0225, 0120, 0324,
5925 0006, 0076, 0006, 0310, 0274, 0173, 0373, 0166, 0026, 0151, 0337, 0035, 0235, 0226, 0063, 0033,
5926 0267, 0333, 0305, 0334, 0206, 0202, 0067, 0133, 0266, 0235, 0375, 0044, 0071, 0133, 0224, 0231,
5927 0355, 0144, 0367, 0141, 0315, 0047, 0273, 0063, 0022, 0340, 0006, 0025, 0341, 0114, 0033, 0227,
5928 0040, 0220, 0327, 0234, 0376, 0066, 0064, 0157, 0030, 0121, 0226, 0330, 0262, 0041, 0103, 0360,
5929 0253, 0104, 0311, 0241, 0066, 0012, 0211, 0254, 0013, 0056, 0141, 0005, 0373, 0243, 0225, 0353,
5930 0375, 0327, 0214, 0343, 0275, 0001, 0260, 0334, 0120, 0133, 0366, 0257, 0363, 0362, 0017, 0220,
5931 0166, 0376, 0007, 0351, 0367, 0245, 0316, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0147, 0167,
5932 0145, 0141, 0164, 0150, 0145, 0162, 0055, 0141, 0160, 0160, 0154, 0145, 0164, 0055, 0155, 0145,
5933 0156, 0165, 0056, 0165, 0151, 0000, 0000, 0000, 0365, 0002, 0000, 0000, 0001, 0000, 0000, 0000,
5934 0170, 0332, 0235, 0222, 0273, 0016, 0302, 0060, 0014, 0105, 0167, 0276, 0242, 0312, 0016, 0205,
5935 0075, 0115, 0205, 0304, 0300, 0310, 0302, 0214, 0334, 0366, 0102, 0043, 0245, 0241, 0112, 0034,
5936 0036, 0177, 0117, 0313, 0243, 0003, 0205, 0041, 0135, 0257, 0164, 0174, 0254, 0153, 0313, 0374,
5937 0326, 0230, 0344, 0002, 0347, 0365, 0331, 0146, 0142, 0265, 0130, 0212, 0134, 0315, 0244, 0266,
5938 0014, 0167, 0244, 0022, 0112, 0066, 0260, 0041, 0321, 0125, 0046, 0116, 0127, 0020, 0327, 0160,
5939 0363, 0076, 0021, 0112, 0172, 0224, 0334, 0101, 0112, 0152, 0106, 0243, 0044, 0061, 0073, 0135,
5940 0004, 0106, 0142, 0251, 0101, 0046, 0014, 0025, 0060, 0042, 0141, 0107, 0326, 0033, 0142, 0052,
5941 0114, 0027, 0336, 0341, 0205, 0072, 0154, 0300, 0244, 0215, 0227, 0351, 0300, 0214, 0161, 0172,
5942 0016, 0027, 0352, 0143, 0135, 0124, 0077, 0240, 0364, 0245, 0216, 0136, 0140, 0337, 0126, 0304,
5943 0210, 0363, 0207, 0061, 0363, 0326, 0247, 0103, 0023, 0323, 0053, 0331, 0071, 0034, 0341, 0140,
5944 0113, 0104, 0326, 0322, 0376, 0001, 0247, 0126, 0263, 0205, 0151, 0343, 0066, 0250, 0277, 0211,
5945 0251, 0352, 0165, 0161, 0016, 0034, 0347, 0246, 0021, 0062, 0272, 0111, 0332, 0277, 0153, 0237,
5946 0017, 0057, 0075, 0173, 0000, 0227, 0222, 0024, 0360, 0000, 0050, 0165, 0165, 0141, 0171, 0051,
5947 0141, 0170, 0055, 0153, 0145, 0171, 0055, 0156, 0157, 0056, 0160, 0156, 0147, 0000, 0000, 0000,
5948 0066, 0004, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0001, 0066, 0004, 0311, 0373, 0211,
5949 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000, 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000,
5950 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010, 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207,
5951 0000, 0000, 0000, 0006, 0142, 0113, 0107, 0104, 0000, 0377, 0000, 0102, 0000, 0076, 0201, 0130,
5952 0070, 0366, 0000, 0000, 0000, 0011, 0160, 0110, 0131, 0163, 0000, 0000, 0013, 0022, 0000, 0000,
5953 0013, 0022, 0001, 0322, 0335, 0176, 0374, 0000, 0000, 0000, 0007, 0164, 0111, 0115, 0105, 0007,
5954 0323, 0007, 0007, 0000, 0012, 0013, 0032, 0264, 0021, 0212, 0000, 0000, 0003, 0303, 0111, 0104,
5955 0101, 0124, 0170, 0234, 0355, 0231, 0353, 0156, 0334, 0040, 0020, 0205, 0207, 0141, 0233, 0127,
5956 0256, 0324, 0112, 0221, 0132, 0251, 0057, 0135, 0161, 0351, 0017, 0030, 0174, 0146, 0030, 0154,
5957 0307, 0116, 0233, 0110, 0135, 0044, 0102, 0224, 0170, 0361, 0371, 0140, 0156, 0260, 0104, 0317,
5958 0366, 0154, 0377, 0167, 0013, 0107, 0017, 0060, 0121, 0375, 0027, 0102, 0126, 0255, 0034, 0150,
5959 0134, 0376, 0363, 0243, 0205, 0333, 0266, 0002, 0161, 0377, 0370, 0331, 0304, 0113, 0363, 0040,
5960 0036, 0107, 0037, 0312, 0257, 0337, 0211, 0036, 0217, 0326, 0343, 0203, 0350, 0021, 0333, 0030,
5961 0343, 0326, 0231, 0165, 0017, 0241, 0165, 0242, 0066, 0326, 0276, 0036, 0265, 0266, 0136, 0212,
5962 0356, 0071, 0103, 0117, 0104, 0111, 0306, 0104, 0361, 0365, 0307, 0256, 0276, 0211, 0010, 0127,
5963 0137, 0211, 0127, 0020, 0016, 0200, 0214, 0041, 0264, 0221, 0202, 0236, 0275, 0366, 0037, 0245,
5964 0154, 0020, 0071, 0317, 0000, 0051, 0015, 0361, 0322, 0021, 0302, 0356, 0302, 0376, 0016, 0104,
5965 0024, 0377, 0245, 0217, 0161, 0015, 0141, 0167, 0040, 0300, 0273, 0144, 0365, 0161, 0007, 0142,
5966 0154, 0242, 0325, 0347, 0372, 0256, 0035, 0307, 0227, 0023, 0000, 0050, 0166, 0332, 0211, 0250,
5967 0041, 0230, 0211, 0130, 0306, 0260, 0211, 0010, 0260, 0372, 0265, 0022, 0025, 0001, 0350, 0253,
5968 0357, 0102, 0213, 0370, 0172, 0350, 0215, 0047, 0166, 0040, 0156, 0343, 0036, 0004, 0107, 0242,
5969 0050, 0142, 0170, 0147, 0007, 0304, 0356, 0143, 0203, 0130, 0355, 0030, 0301, 0216, 0135, 0007,
5970 0100, 0163, 0131, 0355, 0004, 0232, 0222, 0354, 0102, 0350, 0020, 0104, 0143, 0013, 0052, 0165,
5971 0361, 0265, 0013, 0057, 0104, 0171, 0001, 0073, 0200, 0351, 0075, 0000, 0242, 0136, 0351, 0043,
5972 0210, 0341, 0013, 0216, 0011, 0015, 0363, 0211, 0104, 0234, 0301, 0334, 0314, 0173, 0255, 0277,
5973 0274, 0013, 0200, 0013, 0141, 0034, 0073, 0072, 0146, 0244, 0104, 0211, 0371, 0224, 0331, 0127,
5974 0126, 0342, 0357, 0001, 0360, 0002, 0302, 0063, 0047, 0200, 0100, 0307, 0104, 0141, 0042, 0210,
5975 0263, 0043, 0036, 0114, 0306, 0346, 0212, 0313, 0000, 0014, 0142, 0054, 0310, 0236, 0143, 0333,
5976 0310, 0142, 0105, 0015, 0070, 0024, 0337, 0115, 0254, 0232, 0004, 0307, 0174, 0007, 0000, 0304,
5977 0017, 0333, 0076, 0001, 0041, 0021, 0151, 0210, 0354, 0002, 0163, 0017, 0237, 0136, 0264, 0051,
5978 0166, 0207, 0170, 0313, 0023, 0267, 0001, 0224, 0170, 0066, 0246, 0265, 0162, 0152, 0326, 0253,
5979 0127, 0112, 0217, 0074, 0116, 0264, 0121, 0271, 0201, 0133, 0210, 0145, 0110, 0160, 0227, 0001,
5980 0244, 0054, 0220, 0021, 0101, 0330, 0200, 0050, 0307, 0356, 0140, 0314, 0133, 0024, 0052, 0205,
5981 0210, 0323, 0302, 0057, 0162, 0013, 0251, 0154, 0204, 0217, 0262, 0344, 0016, 0200, 0202, 0350,
5982 0361, 0235, 0055, 0220, 0354, 0216, 0230, 0124, 0217, 0116, 0261, 0327, 0104, 0324, 0315, 0107,
5983 0304, 0313, 0252, 0243, 0330, 0021, 0225, 0040, 0072, 0331, 0100, 0160, 0031, 0200, 0040, 0123,
5984 0006, 0174, 0011, 0274, 0174, 0230, 0226, 0061, 0047, 0161, 0342, 0220, 0314, 0252, 0163, 0137,
5985 0165, 0326, 0363, 0331, 0222, 0342, 0066, 0000, 0221, 0056, 0260, 0244, 0340, 0232, 0240, 0202,
5986 0206, 0301, 0250, 0044, 0216, 0130, 0013, 0210, 0016, 0216, 0130, 0357, 0075, 0373, 0155, 0337,
5987 0300, 0020, 0102, 0100, 0344, 0227, 0140, 0237, 0001, 0130, 0021, 0020, 0043, 0321, 0313, 0113,
5988 0033, 0121, 0044, 0301, 0063, 0152, 0156, 0234, 0303, 0171, 0377, 0045, 0000, 0254, 0105, 0052,
5989 0374, 0122, 0355, 0063, 0025, 0236, 0221, 0260, 0231, 0211, 0176, 0377, 0156, 0243, 0074, 0243,
5990 0346, 0260, 0163, 0343, 0034, 0316, 0373, 0235, 0266, 0157, 0102, 0025, 0046, 0034, 0002, 0252,
5991 0026, 0351, 0245, 0376, 0134, 0066, 0233, 0027, 0361, 0051, 0365, 0074, 0120, 0266, 0103, 0015,
5992 0166, 0314, 0304, 0352, 0075, 0373, 0355, 0030, 0100, 0115, 0210, 0045, 0261, 0315, 0232, 0075,
5993 0316, 0143, 0250, 0254, 0205, 0124, 0024, 0222, 0323, 0126, 0056, 0006, 0006, 0346, 0233, 0240,
5994 0356, 0356, 0200, 0254, 0254, 0112, 0365, 0316, 0271, 0266, 0344, 0226, 0244, 0060, 0124, 0146,
5995 0223, 0007, 0360, 0274, 0053, 0007, 0032, 0325, 0161, 0161, 0340, 0275, 0267, 0000, 0360, 0014,
5996 0213, 0142, 0113, 0354, 0253, 0236, 0347, 0170, 0055, 0317, 0333, 0114, 0234, 0213, 0076, 0357,
5997 0216, 0263, 0060, 0316, 0153, 0314, 0354, 0126, 0061, 0347, 0256, 0162, 0354, 0246, 0202, 0365,
5998 0274, 0211, 0024, 0245, 0266, 0070, 0277, 0252, 0205, 0022, 0102, 0030, 0220, 0354, 0200, 0334,
5999 0006, 0310, 0271, 0205, 0102, 0225, 0366, 0167, 0352, 0171, 0356, 0317, 0254, 0252, 0321, 0214,
6000 0020, 0131, 0103, 0240, 0170, 0271, 0265, 0270, 0016, 0320, 0115, 0005, 0113, 0133, 0225, 0071,
6001 0275, 0222, 0330, 0034, 0324, 0021, 0114, 0335, 0003, 0165, 0361, 0036, 0304, 0200, 0271, 0273,
6002 0003, 0150, 0343, 0323, 0355, 0001, 0071, 0342, 0345, 0274, 0173, 0342, 0104, 0066, 0101, 0300,
6003 0175, 0220, 0005, 0271, 0016, 0260, 0022, 0277, 0123, 0317, 0243, 0171, 0055, 0317, 0304, 0170,
6004 0231, 0225, 0214, 0117, 0344, 0031, 0342, 0135, 0000, 0134, 0361, 0135, 0034, 0326, 0363, 0147,
6005 0157, 0045, 0362, 0033, 0040, 0356, 0001, 0200, 0311, 0270, 0127, 0037, 0230, 0320, 0270, 0231,
6006 0334, 0251, 0173, 0041, 0011, 0010, 0131, 0213, 0236, 0314, 0051, 0335, 0001, 0110, 0163, 0305,
6007 0070, 0011, 0022, 0307, 0225, 0020, 0373, 0306, 0233, 0271, 0274, 0202, 0000, 0037, 0271, 0014,
6008 0220, 0362, 0332, 0141, 0275, 0203, 0072, 0046, 0265, 0063, 0167, 0243, 0313, 0213, 0135, 0343,
6009 0330, 0227, 0001, 0162, 0062, 0065, 0071, 0024, 0131, 0066, 0054, 0376, 0305, 0333, 0351, 0353,
6010 0000, 0366, 0303, 0042, 0334, 0256, 0042, 0263, 0357, 0360, 0104, 0133, 0042, 0243, 0305, 0147,
6011 0017, 0276, 0037, 0070, 0002, 0160, 0117, 0013, 0014, 0205, 0154, 0376, 0366, 0165, 0377, 0313,
6012 0215, 0161, 0037, 0272, 0072, 0151, 0011, 0374, 0302, 0364, 0246, 0210, 0244, 0041, 0342, 0317,
6013 0137, 0143, 0212, 0342, 0350, 0075, 0004, 0370, 0114, 0355, 0064, 0000, 0321, 0347, 0203, 0360,
6014 0304, 0023, 0235, 0070, 0066, 0177, 0064, 0310, 0112, 0370, 0263, 0075, 0333, 0263, 0265, 0366,
6015 0007, 0312, 0161, 0005, 0123, 0227, 0111, 0353, 0310, 0000, 0000, 0000, 0000, 0111, 0105, 0116,
6016 0104, 0256, 0102, 0140, 0202, 0262, 0175, 0366, 0001, 0000, 0050, 0165, 0165, 0141, 0171, 0051,
6017 0155, 0157, 0165, 0163, 0145, 0153, 0145, 0171, 0163, 0055, 0144, 0145, 0146, 0141, 0165, 0154,
6018 0164, 0055, 0162, 0151, 0147, 0150, 0164, 0056, 0160, 0156, 0147, 0000, 0000, 0000, 0000, 0000,
6019 0320, 0000, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0353, 0014, 0360, 0163, 0347, 0345,
6020 0222, 0342, 0142, 0140, 0140, 0340, 0365, 0364, 0160, 0011, 0002, 0322, 0006, 0040, 0314, 0301,
6021 0006, 0044, 0303, 0231, 0176, 0266, 0003, 0051, 0266, 0044, 0157, 0167, 0027, 0206, 0377, 0040,
6022 0270, 0140, 0357, 0362, 0311, 0100, 0021, 0316, 0002, 0217, 0310, 0142, 0006, 0006, 0156, 0076,
6023 0020, 0146, 0164, 0330, 0367, 0320, 0021, 0050, 0310, 0136, 0342, 0351, 0353, 0312, 0176, 0231,
6024 0125, 0212, 0301, 0134, 0066, 0306, 0332, 0300, 0035, 0050, 0024, 0353, 0351, 0342, 0030, 0122,
6025 0061, 0347, 0355, 0205, 0203, 0234, 0015, 0006, 0002, 0254, 0027, 0073, 0043, 0072, 0123, 0377,
6026 0374, 0273, 0251, 0247, 0343, 0372, 0101, 0241, 0311, 0334, 0225, 0103, 0160, 0116, 0371, 0355,
6027 0003, 0207, 0162, 0034, 0046, 0251, 0274, 0334, 0152, 0146, 0305, 0240, 0160, 0222, 0151, 0315,
6028 0363, 0230, 0320, 0376, 0335, 0373, 0212, 0016, 0260, 0344, 0114, 0137, 0316, 0026, 0020, 0272,
6029 0175, 0167, 0360, 0362, 0145, 0367, 0063, 0145, 0346, 0337, 0154, 0260, 0344, 0364, 0144, 0123,
6030 0367, 0234, 0244, 0002, 0101, 0245, 0233, 0230, 0377, 0224, 0162, 0146, 0326, 0352, 0266, 0133,
6031 0001, 0055, 0142, 0360, 0164, 0365, 0163, 0131, 0347, 0224, 0320, 0004, 0000, 0214, 0042, 0102,
6032 0317, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153, 0171, 0055, 0155,
6033 0145, 0164, 0141, 0055, 0154, 0141, 0164, 0143, 0150, 0145, 0144, 0056, 0160, 0156, 0147, 0000,
6034 0166, 0002, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0001, 0166, 0002, 0211, 0375, 0211,
6035 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000, 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000,
6036 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010, 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207,
6037 0000, 0000, 0002, 0075, 0111, 0104, 0101, 0124, 0170, 0234, 0355, 0231, 0311, 0156, 0302, 0060,
6038 0020, 0100, 0007, 0324, 0057, 0140, 0107, 0054, 0131, 0376, 0377, 0167, 0270, 0003, 0142, 0023,
6039 0153, 0110, 0162, 0117, 0017, 0255, 0123, 0063, 0361, 0170, 0303, 0016, 0124, 0344, 0111, 0125,
6040 0222, 0142, 0217, 0337, 0170, 0034, 0313, 0264, 0000, 0015, 0015, 0237, 0115, 0113, 0243, 0115,
6041 0341, 0335, 0102, 0216, 0324, 0121, 0366, 0341, 0253, 0305, 0061, 0102, 0127, 0052, 0201, 0167,
6042 0223, 0147, 0124, 0174, 0277, 0124, 0075, 0026, 0213, 0305, 0117, 0317, 0126, 0253, 0274, 0362,
6043 0367, 0046, 0127, 0174, 0057, 0172, 0306, 0204, 0141, 0050, 0375, 0134, 0324, 0273, 0234, 0175,
6044 0225, 0274, 0215, 0270, 0151, 0002, 0000, 0000, 0101, 0020, 0220, 0316, 0155, 0125, 0147, 0046,
6045 0252, 0043, 0057, 0152, 0033, 0307, 0061, 0331, 0137, 0326, 0027, 0267, 0241, 0220, 0046, 0200,
6046 0147, 0120, 0065, 0060, 0116, 0050, 0216, 0143, 0000, 0000, 0210, 0242, 0110, 0051, 0351, 0045,
6047 0001, 0054, 0211, 0005, 0145, 0063, 0030, 0105, 0321, 0103, 0234, 0040, 0010, 0214, 0146, 0335,
6048 0131, 0005, 0164, 0253, 0300, 0047, 0207, 0345, 0031, 0363, 0371, 0234, 0024, 0364, 0272, 0204,
6049 0114, 0022, 0241, 0344, 0031, 0263, 0331, 0354, 0065, 0113, 0010, 0213, 0213, 0022, 0014, 0025,
6050 0133, 0036, 0143, 0072, 0235, 0222, 0361, 0274, 0055, 0041, 0125, 0025, 0164, 0345, 0031, 0223,
6051 0311, 0244, 0236, 0012, 0350, 0044, 0142, 0052, 0317, 0030, 0217, 0307, 0132, 0125, 0260, 0116,
6052 0200, 0232, 0165, 0376, 0336, 0126, 0236, 0061, 0032, 0215, 0352, 0253, 0200, 0153, 0171, 0306,
6053 0160, 0070, 0364, 0273, 0215, 0212, 0252, 0340, 0112, 0236, 0061, 0030, 0014, 0310, 0145, 0044,
6054 0103, 0253, 0002, 0174, 0120, 0000, 0365, 0001, 0313, 0226, 0176, 0277, 0117, 0356, 0170, 0024,
6055 0306, 0025, 0120, 0355, 0363, 0317, 0322, 0353, 0365, 0374, 0125, 0300, 0267, 0074, 0243, 0333,
6056 0355, 0152, 0267, 0325, 0336, 0205, 0352, 0222, 0147, 0164, 0072, 0035, 0267, 0273, 0320, 0162,
6057 0271, 0164, 0341, 0245, 0115, 0222, 0044, 0356, 0316, 0102, 0214, 0325, 0152, 0365, 0274, 0231,
6058 0006, 0367, 0373, 0335, 0375, 0131, 0210, 0005, 0132, 0257, 0327, 0156, 0054, 0011, 0322, 0064,
6059 0365, 0363, 0022, 0003, 0374, 0045, 0263, 0331, 0154, 0236, 0222, 0244, 0310, 0262, 0314, 0357,
6060 0121, 0202, 0147, 0273, 0335, 0332, 0233, 0012, 0310, 0262, 0354, 0141, 0114, 0157, 0207, 0071,
6061 0236, 0335, 0156, 0147, 0241, 0132, 0045, 0317, 0163, 0277, 0147, 0041, 0206, 0050, 0350, 0176,
6062 0277, 0267, 0263, 0376, 0045, 0317, 0363, 0112, 0154, 0157, 0011, 0360, 0360, 0003, 0034, 0016,
6063 0007, 0253, 0030, 0042, 0171, 0374, 0354, 0355, 0035, 0300, 0355, 0216, 0307, 0243, 0256, 0067,
6064 0000, 0124, 0345, 0371, 0173, 0357, 0307, 0151, 0212, 0323, 0351, 0244, 0023, 0116, 0153, 0331,
6065 0170, 0133, 0102, 0252, 0240, 0347, 0363, 0131, 0332, 0037, 0357, 0066, 0174, 0134, 0174, 0255,
6066 0345, 0035, 0020, 0161, 0271, 0134, 0204, 0277, 0147, 0362, 0124, 0234, 0132, 0137, 0142, 0054,
6067 0200, 0007, 0272, 0136, 0257, 0017, 0317, 0151, 0232, 0112, 0333, 0327, 0276, 0013, 0211, 0300,
6068 0203, 0335, 0156, 0067, 0000, 0370, 0071, 0333, 0120, 0355, 0251, 0144, 0104, 0361, 0104, 0050,
6069 0377, 0274, 0156, 0012, 0026, 0112, 0222, 0304, 0250, 0037, 0136, 0116, 0052, 0234, 0047, 0340,
6070 0002, 0335, 0345, 0003, 0040, 0136, 0102, 0145, 0257, 0320, 0323, 0167, 0137, 0025, 0105, 0121,
6071 0224, 0077, 0355, 0366, 0203, 0142, 0045, 0043, 0052, 0305, 0177, 0363, 0057, 0046, 0131, 0215,
6072 0336, 0055, 0011, 0241, 0253, 0172, 0221, 0275, 0076, 0021, 0035, 0307, 0206, 0206, 0217, 0345,
6073 0033, 0307, 0227, 0165, 0104, 0316, 0241, 0227, 0240, 0000, 0000, 0000, 0000, 0111, 0105, 0116,
6074 0104, 0256, 0102, 0140, 0202, 0216, 0122, 0046, 0210, 0000, 0050, 0165, 0165, 0141, 0171, 0051,
6075 0163, 0164, 0151, 0143, 0153, 0171, 0055, 0163, 0165, 0160, 0145, 0162, 0055, 0156, 0157, 0156,
6076 0145, 0056, 0160, 0156, 0147, 0000, 0000, 0000, 0272, 0001, 0000, 0000, 0001, 0000, 0000, 0000,
6077 0170, 0332, 0353, 0014, 0360, 0163, 0347, 0345, 0222, 0342, 0142, 0140, 0140, 0340, 0365, 0364,
6078 0160, 0011, 0002, 0322, 0006, 0040, 0314, 0301, 0006, 0044, 0303, 0231, 0176, 0266, 0003, 0051,
6079 0266, 0044, 0157, 0167, 0027, 0206, 0377, 0040, 0270, 0140, 0357, 0362, 0311, 0100, 0021, 0316,
6080 0002, 0217, 0310, 0142, 0006, 0006, 0156, 0041, 0020, 0146, 0274, 0164, 0267, 0356, 0017, 0120,
6081 0220, 0275, 0304, 0323, 0327, 0225, 0375, 0062, 0253, 0244, 0200, 0261, 0334, 0372, 0263, 0053,
6082 0322, 0031, 0030, 0030, 0335, 0075, 0135, 0034, 0103, 0052, 0346, 0274, 0235, 0031, 0055, 0324,
6083 0254, 0300, 0343, 0352, 0274, 0134, 0172, 0302, 0337, 0365, 0047, 0216, 0276, 0340, 0363, 0261,
6084 0227, 0231, 0063, 0355, 0223, 0107, 0323, 0014, 0213, 0242, 0072, 0327, 0075, 0346, 0234, 0023,
6085 0034, 0315, 0317, 0033, 0337, 0231, 0071, 0175, 0133, 0103, 0130, 0033, 0143, 0356, 0275, 0026,
6086 0303, 0033, 0261, 0256, 0222, 0341, 0125, 0021, 0106, 0013, 0164, 0155, 0004, 0112, 0124, 0172,
6087 0237, 0170, 0235, 0350, 0372, 0221, 0077, 0151, 0326, 0052, 0325, 0047, 0173, 0357, 0337, 0077,
6088 0226, 0155, 0153, 0271, 0235, 0275, 0046, 0162, 0332, 0243, 0035, 0041, 0154, 0174, 0113, 0357,
6089 0125, 0073, 0034, 0071, 0175, 0224, 0231, 0041, 0347, 0066, 0133, 0107, 0005, 0213, 0301, 0065,
6090 0261, 0025, 0151, 0012, 0056, 0217, 0262, 0346, 0024, 0057, 0071, 0060, 0363, 0236, 0233, 0346,
6091 0301, 0305, 0071, 0213, 0355, 0257, 0144, 0155, 0232, 0272, 0042, 0145, 0325, 0006, 0243, 0013,
6092 0321, 0173, 0236, 0110, 0057, 0363, 0356, 0140, 0332, 0331, 0022, 0304, 0235, 0065, 0153, 0331,
6093 0233, 0037, 0245, 0261, 0107, 0223, 0055, 0047, 0030, 0013, 0350, 0257, 0230, 0244, 0240, 0247,
6094 0133, 0274, 0121, 0274, 0260, 0141, 0367, 0336, 0157, 0267, 0372, 0362, 0367, 0263, 0001, 0335,
6095 0002, 0104, 0107, 0166, 0013, 0174, 0077, 0362, 0246, 0264, 0353, 0276, 0035, 0363, 0341, 0006,
6096 0263, 0107, 0161, 0053, 0312, 0376, 0024, 0127, 0055, 0274, 0122, 0241, 0365, 0050, 0356, 0004,
6097 0327, 0142, 0361, 0113, 0151, 0022, 0027, 0236, 0355, 0144, 0073, 0227, 0303, 0033, 0365, 0114,
6098 0350, 0275, 0323, 0035, 0376, 0342, 0143, 0101, 0372, 0133, 0031, 0172, 0246, 0011, 0074, 0327,
6099 0232, 0234, 0332, 0120, 0375, 0122, 0245, 0361, 0067, 0157, 0231, 0166, 0341, 0263, 0334, 0043,
6100 0222, 0355, 0267, 0067, 0107, 0161, 0166, 0253, 0005, 0111, 0132, 0204, 0304, 0025, 0212, 0107,
6101 0051, 0137, 0372, 0040, 0176, 0060, 0213, 0115, 0147, 0206, 0306, 0304, 0150, 0346, 0157, 0131,
6102 0252, 0213, 0127, 0116, 0151, 0374, 0320, 0364, 0215, 0337, 0376, 0143, 0176, 0330, 0045, 0226,
6103 0133, 0063, 0154, 0072, 0055, 0171, 0230, 0157, 0325, 0060, 0324, 0255, 0214, 0143, 0171, 0135,
6104 0076, 0041, 0013, 0030, 0312, 0014, 0236, 0256, 0176, 0056, 0353, 0234, 0022, 0232, 0000, 0074,
6105 0261, 0266, 0355, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0143, 0160, 0165, 0146, 0162, 0145,
6106 0161, 0055, 0067, 0065, 0056, 0160, 0156, 0147, 0366, 0003, 0000, 0000, 0001, 0000, 0000, 0000,
6107 0170, 0332, 0001, 0366, 0003, 0011, 0374, 0211, 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000,
6108 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000, 0000, 0000, 0030, 0000, 0000, 0000, 0030, 0010,
6109 0006, 0000, 0000, 0000, 0340, 0167, 0075, 0370, 0000, 0000, 0000, 0011, 0160, 0110, 0131, 0163,
6110 0000, 0000, 0013, 0023, 0000, 0000, 0013, 0023, 0001, 0000, 0232, 0234, 0030, 0000, 0000, 0000,
6111 0007, 0164, 0111, 0115, 0105, 0007, 0324, 0013, 0035, 0001, 0020, 0071, 0204, 0335, 0272, 0244,
6112 0000, 0000, 0000, 0035, 0164, 0105, 0130, 0164, 0103, 0157, 0155, 0155, 0145, 0156, 0164, 0000,
6113 0103, 0162, 0145, 0141, 0164, 0145, 0144, 0040, 0167, 0151, 0164, 0150, 0040, 0124, 0150, 0145,
6114 0040, 0107, 0111, 0115, 0120, 0357, 0144, 0045, 0156, 0000, 0000, 0003, 0154, 0111, 0104, 0101,
6115 0124, 0110, 0307, 0345, 0226, 0113, 0150, 0135, 0125, 0024, 0206, 0277, 0175, 0317, 0311, 0263,
6116 0044, 0021, 0022, 0161, 0342, 0120, 0264, 0116, 0034, 0130, 0113, 0104, 0304, 0231, 0210, 0220,
6117 0150, 0361, 0101, 0013, 0216, 0034, 0070, 0320, 0101, 0007, 0142, 0120, 0261, 0032, 0243, 0150,
6118 0120, 0024, 0004, 0007, 0076, 0240, 0025, 0104, 0252, 0245, 0132, 0241, 0311, 0330, 0201, 0240,
6119 0020, 0045, 0202, 0040, 0030, 0047, 0011, 0076, 0010, 0151, 0312, 0115, 0323, 0334, 0173, 0317,
6120 0331, 0317, 0265, 0034, 0234, 0333, 0153, 0336, 0106, 0320, 0221, 0013, 0066, 0147, 0160, 0366,
6121 0131, 0377, 0136, 0377, 0377, 0257, 0265, 0017, 0374, 0237, 0143, 0014, 0320, 0175, 0326, 0330,
6122 0136, 0037, 0352, 0001, 0326, 0030, 0240, 0373, 0105, 0173, 0037, 0265, 0335, 0020, 0116, 0076,
6123 0377, 0050, 0253, 0277, 0177, 0306, 0323, 0057, 0236, 0240, 0276, 0174, 0376, 0257, 0347, 0251,
6124 0023, 0324, 0227, 0077, 0377, 0107, 0125, 0326, 0166, 0051, 0033, 0221, 0104, 0010, 0021, 0357,
6125 0074, 0145, 0351, 0360, 0336, 0343, 0175, 0300, 0132, 0113, 0253, 0050, 0000, 0362, 0203, 0042,
6126 0230, 0155, 0311, 0147, 0216, 0214, 0036, 0106, 0125, 0311, 0262, 0214, 0074, 0317, 0311, 0263,
6127 0234, 0044, 0202, 0061, 0006, 0021, 0301, 0071, 0013, 0360, 0300, 0017, 0337, 0375, 0162, 0161,
6128 0162, 0162, 0162, 0317, 0304, 0123, 0123, 0123, 0000, 0343, 0371, 0065, 0256, 0000, 0216, 0214,
6129 0036, 0346, 0276, 0373, 0357, 0245, 0257, 0267, 0037, 0153, 0113, 0272, 0272, 0272, 0361, 0301,
6130 0341, 0234, 0043, 0004, 0117, 0010, 0236, 0262, 0054, 0130, 0275, 0274, 0242, 0000, 0217, 0235,
6131 0274, 0221, 0244, 0266, 0022, 0116, 0005, 0041, 0320, 0364, 0277, 0341, 0274, 0245, 0312, 0337,
6132 0056, 0265, 0276, 0174, 0236, 0030, 0043, 0143, 0307, 0137, 0005, 0205, 0221, 0033, 0006, 0010,
6133 0261, 0007, 0153, 0113, 0372, 0264, 0033, 0347, 0005, 0350, 0302, 0271, 0032, 0316, 0303, 0352,
6134 0345, 0266, 0033, 0024, 0326, 0312, 0037, 0111, 0070, 0134, 0134, 0045, 0110, 0211, 0365, 0127,
6135 0150, 0156, 0270, 0116, 0045, 0071, 0300, 0353, 0357, 0137, 0300, 0173, 0117, 0226, 0145, 0144,
6136 0131, 0206, 0363, 0045, 0255, 0126, 0203, 0322, 0266, 0310, 0262, 0034, 0025, 0241, 0131, 0154,
6137 0040, 0042, 0250, 0052, 0222, 0304, 0124, 0166, 0213, 0104, 0155, 0121, 0246, 0025, 0102, 0132,
6138 0047, 0251, 0045, 0045, 0301, 0071, 0331, 0012, 0360, 0354, 0023, 0017, 0242, 0252, 0034, 0373,
6139 0146, 0032, 0125, 0045, 0305, 0110, 0222, 0204, 0061, 0065, 0036, 0077, 0076, 0201, 0151, 0123,
6140 0260, 0176, 0265, 0316, 0231, 0163, 0157, 0243, 0252, 0035, 0000, 0325, 0200, 0217, 0353, 0010,
6141 0025, 0125, 0242, 0340, 0355, 0066, 0200, 0351, 0017, 0276, 0104, 0104, 0310, 0363, 0034, 0143,
6142 0014, 0332, 0166, 0222, 0252, 0202, 0102, 0253, 0330, 0240, 0050, 0132, 0130, 0133, 0242, 0252,
6143 0030, 0143, 0332, 0272, 0145, 0004, 0151, 0166, 0222, 0003, 0250, 0100, 0160, 0272, 0025, 0340,
6144 0324, 0123, 0017, 0023, 0102, 0344, 0221, 0157, 0337, 0042, 0306, 0210, 0017, 0120, 0332, 0242,
6145 0162, 0216, 0006, 0032, 0215, 0015, 0142, 0212, 0054, 0056, 0056, 0022, 0143, 0042, 0304, 0224,
6146 0127, 0032, 0204, 0235, 0135, 0052, 0212, 0267, 0333, 0000, 0136, 0173, 0357, 0002, 0042, 0102,
6147 0255, 0126, 0243, 0125, 0064, 0351, 0035, 0350, 0043, 0253, 0145, 0070, 0157, 0131, 0132, 0132,
6148 0142, 0175, 0275, 0316, 0312, 0312, 0045, 0120, 0041, 0370, 0330, 0241, 0110, 0104, 0110, 0333,
6149 0100, 0222, 0260, 0123, 0203, 0027, 0236, 0174, 0210, 0030, 0023, 0307, 0276, 0236, 0246, 0331,
6150 0154, 0160, 0335, 0160, 0027, 0316, 0133, 0122, 0212, 0314, 0174, 0365, 0121, 0045, 0254, 0050,
6151 0266, 0364, 0244, 0044, 0224, 0205, 0353, 0255, 0222, 0005, 0174, 0132, 0303, 0220, 0241, 0244,
6152 0016, 0105, 0073, 0052, 0170, 0343, 0303, 0213, 0024, 0105, 0211, 0367, 0236, 0242, 0150, 0342,
6153 0174, 0177, 0333, 0367, 0211, 0340, 0042, 0051, 0045, 0142, 0024, 0234, 0253, 0116, 0233, 0347,
6154 0131, 0002, 0360, 0261, 0100, 0210, 0233, 0133, 0251, 0115, 0321, 0266, 0012, 0336, 0174, 0371,
6155 0223, 0116, 0243, 0071, 0147, 0371, 0371, 0247, 0045, 0312, 0322, 0042, 0242, 0304, 0220, 0110,
6156 0051, 0241, 0242, 0230, 0132, 0215, 0356, 0356, 0234, 0276, 0276, 0036, 0013, 0020, 0142, 0001,
6157 0304, 0055, 0024, 0125, 0056, 0332, 0132, 0201, 0151, 0217, 0211, 0243, 0363, 0163, 0013, 0057,
6158 0125, 0342, 0051, 0252, 0140, 0114, 0325, 0114, 0246, 0075, 0124, 0124, 0241, 0300, 0141, 0152,
6159 0046, 0001, 0064, 0312, 0113, 0320, 0265, 0125, 0144, 0111, 0272, 0105, 0203, 0153, 0303, 0156,
6160 0026, 0230, 0004, 0306, 0347, 0347, 0026, 0030, 0275, 0347, 0126, 0276, 0370, 0370, 0071, 0356,
6161 0270, 0353, 0146, 0316, 0235, 0231, 0340, 0350, 0335, 0267, 0360, 0351, 0351, 0011, 0156, 0277,
6162 0363, 0046, 0316, 0236, 0176, 0206, 0371, 0271, 0005, 0000, 0012, 0133, 0337, 0305, 0105, 0273,
6163 0150, 0260, 0051, 0146, 0001, 0172, 0172, 0272, 0030, 0032, 0072, 0104, 0377, 0241, 0136, 0206,
6164 0207, 0007, 0351, 0353, 0357, 0141, 0144, 0170, 0220, 0201, 0301, 0176, 0256, 0037, 0031, 0352,
6165 0154, 0166, 0261, 0201, 0277, 0022, 0021, 0251, 0116, 0256, 0002, 0153, 0253, 0221, 0262, 0045,
6166 0273, 0116, 0323, 0315, 0027, 0316, 0337, 0305, 0070, 0060, 0363, 0356, 0314, 0155, 0374, 0361,
6167 0153, 0035, 0157, 0053, 0132, 0274, 0125, 0312, 0226, 0240, 0002, 0147, 0337, 0271, 0014, 0060,
6168 0156, 0366, 0271, 0016, 0017, 0022, 0063, 0373, 0274, 0173, 0005, 0370, 0336, 0374, 0113, 0167,
6169 0363, 0136, 0061, 0373, 0237, 0377, 0031, 0374, 0011, 0077, 0347, 0131, 0211, 0011, 0053, 0150,
6170 0103, 0000, 0000, 0000, 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0145, 0135, 0317,
6171 0116, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153, 0171, 0055, 0156,
6172 0157, 0164, 0145, 0163, 0055, 0160, 0162, 0145, 0146, 0145, 0162, 0145, 0156, 0143, 0145, 0163,
6173 0056, 0165, 0151, 0000, 0000, 0000, 0000, 0000, 0223, 0062, 0000, 0000, 0001, 0000, 0000, 0000,
6174 0170, 0332, 0355, 0133, 0335, 0157, 0333, 0066, 0020, 0177, 0357, 0137, 0301, 0361, 0151, 0303,
6175 0340, 0072, 0162, 0332, 0256, 0030, 0022, 0025, 0153, 0212, 0264, 0017, 0303, 0120, 0240, 0055,
6176 0366, 0110, 0320, 0322, 0311, 0142, 0103, 0223, 0032, 0111, 0305, 0161, 0377, 0372, 0035, 0051,
6177 0071, 0221, 0077, 0052, 0331, 0256, 0355, 0332, 0155, 0336, 0044, 0371, 0216, 0274, 0217, 0037,
6178 0177, 0167, 0024, 0345, 0213, 0127, 0167, 0143, 0111, 0156, 0301, 0130, 0241, 0325, 0045, 0215,
6179 0236, 0236, 0121, 0002, 0052, 0321, 0251, 0120, 0243, 0113, 0372, 0351, 0343, 0165, 0357, 0045,
6180 0175, 0025, 0077, 0271, 0370, 0245, 0327, 0043, 0157, 0101, 0201, 0341, 0016, 0122, 0062, 0021,
6181 0056, 0047, 0043, 0311, 0123, 0040, 0347, 0117, 0007, 0203, 0247, 0003, 0322, 0353, 0241, 0220,
6182 0120, 0016, 0114, 0306, 0023, 0210, 0057, 0014, 0374, 0127, 0012, 0003, 0226, 0110, 0061, 0274,
6183 0244, 0043, 0167, 0363, 0073, 0175, 0230, 0005, 0165, 0316, 0150, 0077, 0276, 0320, 0303, 0317,
6184 0220, 0070, 0222, 0110, 0156, 0355, 0045, 0175, 0353, 0156, 0376, 0112, 0077, 0227, 0326, 0215,
6185 0101, 0071, 0112, 0104, 0172, 0111, 0371, 0375, 0175, 0104, 0343, 0213, 0302, 0350, 0002, 0214,
6186 0233, 0022, 0305, 0307, 0160, 0111, 0245, 0236, 0200, 0241, 0161, 0164, 0321, 0237, 0375, 0260,
6187 0044, 0122, 0026, 0205, 0027, 0171, 0176, 0166, 0326, 0042, 0164, 0313, 0145, 0011, 0355, 0343,
6188 0130, 0007, 0005, 0023, 0052, 0061, 0020, 0154, 0213, 0243, 0266, 0361, 0012, 0076, 0202, 0171,
6189 0341, 0071, 0351, 0176, 0345, 0365, 0106, 0336, 0017, 0176, 0074, 0357, 0035, 0214, 0013, 0211,
6190 0140, 0232, 0371, 0377, 0301, 0211, 0344, 0146, 0372, 0217, 0166, 0140, 0337, 0033, 0310, 0300,
6191 0040, 0012, 0301, 0122, 0122, 0160, 0274, 0162, 0041, 0076, 0157, 0004, 0227, 0172, 0264, 0034,
6192 0212, 0204, 0053, 0226, 0351, 0244, 0264, 0064, 0276, 0346, 0322, 0102, 0213, 0165, 0103, 0155,
6193 0122, 0060, 0154, 0042, 0122, 0227, 0143, 0144, 0132, 0044, 0235, 0160, 0022, 0050, 0161, 0206,
6194 0053, 0213, 0166, 0362, 0241, 0304, 0207, 0123, 0264, 0050, 0256, 0054, 0045, 0301, 0124, 0322,
6195 0260, 0265, 0145, 0060, 0134, 0010, 0342, 0213, 0037, 0242, 0333, 0102, 0067, 0055, 0200, 0345,
6196 0302, 0207, 0056, 0015, 0376, 0066, 0145, 0223, 0134, 0310, 0224, 0170, 0221, 0332, 0300, 0041,
6197 0067, 0076, 0036, 0022, 0327, 0134, 0256, 0045, 0272, 0206, 0253, 0252, 0037, 0244, 0146, 0302,
6198 0141, 0115, 0052, 0056, 0173, 0341, 0026, 0363, 0075, 0324, 0167, 0164, 0005, 0370, 0136, 0343,
6199 0343, 0200, 0272, 0152, 0326, 0136, 0045, 0266, 0010, 0026, 0141, 0105, 0360, 0342, 0243, 0051,
6200 0333, 0234, 0330, 0040, 0043, 0332, 0010, 0314, 0057, 0167, 0110, 0014, 0064, 0106, 0206, 0300,
6201 0340, 0162, 0331, 0006, 0306, 0202, 0047, 0310, 0115, 0064, 0036, 0054, 0007, 0146, 0321, 0127,
6202 0236, 0370, 0141, 0031, 0042, 0210, 0257, 0164, 0271, 0164, 0116, 0253, 0105, 0307, 0347, 0225,
6203 0366, 0037, 0000, 0311, 0247, 0272, 0164, 0314, 0272, 0251, 0037, 0027, 0124, 0272, 0344, 0327,
6204 0127, 0115, 0257, 0354, 0316, 0101, 0026, 0303, 0160, 0277, 0212, 0044, 0371, 0020, 0044, 0215,
6205 0331, 0073, 0024, 0152, 0143, 0201, 0315, 0375, 0132, 0103, 0062, 0205, 0214, 0227, 0322, 0165,
6206 0312, 0032, 0110, 0100, 0334, 0202, 0175, 0120, 0350, 0012, 0132, 0151, 0201, 0225, 0012, 0361,
6207 0056, 0205, 0132, 0141, 0365, 0075, 0313, 0040, 0130, 0156, 0020, 0055, 0113, 0372, 0160, 0127,
6208 0160, 0225, 0166, 0317, 0223, 0011, 0051, 0273, 0245, 0012, 0155, 0105, 0005, 0340, 0171, 0256,
6209 0273, 0237, 0175, 0156, 0111, 0166, 0244, 0063, 0221, 0332, 0102, 0147, 0076, 0257, 0274, 0324,
6210 0143, 0102, 0367, 0236, 0320, 0250, 0075, 0241, 0207, 0266, 0013, 0147, 0141, 0236, 0376, 0227,
6211 0210, 0142, 0347, 0210, 0234, 0261, 0242, 0257, 0027, 0321, 0101, 0210, 0160, 0375, 0332, 0274,
6212 0165, 0315, 0210, 0136, 0256, 0105, 0256, 0115, 0337, 0007, 0307, 0135, 0005, 0137, 0254, 0343,
6213 0320, 0337, 0201, 0064, 0202, 0113, 0201, 0077, 0242, 0003, 0025, 0266, 0060, 0353, 0212, 0016,
6214 0352, 0115, 0305, 0012, 0241, 0205, 0302, 0016, 0052, 0150, 0211, 0326, 0006, 0352, 0216, 0113,
6215 0061, 0132, 0104, 0063, 0167, 0316, 0010, 0144, 0112, 0260, 0215, 0353, 0132, 0141, 0002, 0142,
6216 0224, 0143, 0037, 0035, 0332, 0133, 0217, 0055, 0231, 0372, 0035, 0107, 0277, 0251, 0163, 0152,
6217 0125, 0342, 0255, 0021, 0151, 0225, 0305, 0021, 0136, 0035, 0046, 0211, 0143, 0156, 0106, 0102,
6218 0061, 0011, 0231, 0357, 0345, 0007, 0155, 0234, 0257, 0047, 0154, 0065, 0054, 0027, 0147, 0327,
6219 0262, 0034, 0253, 0007, 0331, 0150, 0260, 0041, 0206, 0003, 0103, 0260, 0272, 0022, 0176, 0127,
6220 0040, 0263, 0177, 0275, 0051, 0177, 0156, 0137, 0327, 0326, 0201, 0171, 0047, 0114, 0175, 0162,
6221 0030, 0002, 0233, 0047, 0371, 0202, 0352, 0342, 0336, 0102, 0027, 0253, 0345, 0326, 0307, 0140,
6222 0043, 0015, 0171, 0130, 0142, 0107, 0221, 0207, 0167, 0054, 0330, 0162, 0222, 0211, 0210, 0266,
6223 0113, 0304, 0207, 0102, 0250, 0146, 0333, 0130, 0055, 0012, 0213, 0117, 0351, 0001, 0232, 0101,
6224 0247, 0265, 0164, 0242, 0140, 0016, 0356, 0334, 0352, 0115, 0162, 0001, 0211, 0310, 0246, 0304,
6225 0345, 0100, 0352, 0046, 0220, 0004, 0023, 0311, 0257, 0102, 0221, 0102, 0334, 0201, 0264, 0277,
6226 0021, 0235, 0021, 0005, 0023, 0242, 0374, 0126, 0272, 0155, 0266, 0257, 0315, 0322, 0366, 0326,
6227 0342, 0341, 0355, 0011, 0215, 0033, 0357, 0221, 0332, 0334, 0227, 0142, 0074, 0144, 0376, 0015,
6228 0127, 0373, 0310, 0252, 0034, 0203, 0021, 0311, 0026, 0135, 0352, 0034, 0100, 0242, 0375, 0256,
6229 0324, 0105, 0200, 0324, 0313, 0365, 0250, 0021, 0122, 0331, 0270, 0123, 0210, 0234, 0155, 0014,
6230 0221, 0301, 0351, 0101, 0144, 0113, 0016, 0271, 0312, 0041, 0231, 0333, 0173, 0332, 0251, 0145,
6231 0130, 0236, 0265, 0141, 0211, 0377, 0211, 0156, 0100, 0301, 0237, 0054, 0220, 0104, 0063, 0324,
6232 0045, 0231, 0321, 0343, 0220, 0126, 0034, 0316, 0101, 0270, 0034, 0037, 0166, 0257, 0272, 0363,
6233 0375, 0347, 0202, 0164, 0152, 0370, 0204, 0011, 0225, 0142, 0227, 0356, 0264, 0371, 0326, 0054,
6234 0257, 0133, 0051, 0332, 0200, 0131, 0357, 0232, 0006, 0337, 0134, 0325, 0013, 0003, 0231, 0305,
6235 0060, 0053, 0127, 0043, 0341, 0030, 0352, 0373, 0065, 0232, 0103, 0256, 0002, 0272, 0116, 0262,
6236 0306, 0237, 0357, 0050, 0055, 0307, 0223, 0221, 0260, 0165, 0273, 0142, 0372, 0124, 0063, 0362,
6237 0154, 0113, 0306, 0364, 0016, 0067, 0031, 0163, 0161, 0271, 0320, 0343, 0140, 0267, 0375, 0224,
6238 0231, 0363, 0035, 0005, 0255, 0266, 0373, 0250, 0042, 0266, 0151, 0373, 0162, 0225, 0153, 0215,
6239 0045, 0217, 0223, 0041, 0017, 0225, 0317, 0027, 0076, 0247, 0011, 0002, 0236, 0144, 0170, 0311,
6240 0245, 0044, 0266, 0072, 0050, 0352, 0154, 0135, 0276, 0172, 0322, 0364, 0036, 0365, 0161, 0206,
6241 0131, 0167, 0324, 0030, 0257, 0232, 0160, 0377, 0031, 0177, 0266, 0303, 0306, 0242, 0132, 0044,
6242 0333, 0364, 0025, 0231, 0146, 0310, 0377, 0217, 0155, 0305, 0176, 0250, 0360, 0371, 0201, 0333,
6243 0212, 0243, 0170, 0161, 0343, 0073, 0212, 0223, 0054, 0134, 0057, 0266, 0113, 0205, 0367, 0167,
6244 0025, 0005, 0373, 0214, 0234, 0072, 0003, 0173, 0037, 0266, 0344, 0336, 0312, 0375, 0017, 0070,
6245 0066, 0151, 0175, 0271, 0271, 0025, 0107, 0373, 0301, 0367, 0117, 0321, 0057, 0016, 0172, 0102,
6246 0325, 0221, 0346, 0243, 0075, 0070, 0333, 0351, 0171, 0330, 0371, 0017, 0170, 0046, 0064, 0370,
6247 0316, 0214, 0374, 0032, 0162, 0176, 0053, 0346, 0173, 0232, 0307, 0103, 0240, 0256, 0103, 0240,
6248 0301, 0317, 0165, 0010, 0264, 0334, 0127, 0006, 0272, 0335, 0274, 0253, 0144, 0357, 0113, 0127,
6249 0025, 0007, 0242, 0125, 0050, 0030, 0023, 0155, 0156, 0274, 0065, 0255, 0345, 0342, 0224, 0352,
6250 0242, 0310, 0152, 0007, 0271, 0001, 0122, 0033, 0276, 0221, 0263, 0247, 0320, 0273, 0236, 0355,
6251 0255, 0167, 0135, 0202, 0032, 0166, 0026, 0011, 0260, 0373, 0255, 0353, 0246, 0210, 0273, 0366,
6252 0352, 0144, 0246, 0137, 0157, 0030, 0221, 0130, 0252, 0356, 0005, 0363, 0322, 0325, 0252, 0234,
6253 0030, 0366, 0232, 0257, 0365, 0303, 0267, 0155, 0104, 0130, 0022, 0142, 0230, 0316, 0120, 0330,
6254 0345, 0361, 0051, 0000, 0060, 0072, 0034, 0000, 0123, 0260, 0067, 0176, 0352, 0134, 0244, 0260,
6255 0071, 0376, 0336, 0241, 0126, 0115, 0010, 0223, 0034, 0124, 0235, 0037, 0313, 0374, 0220, 0076,
6256 0065, 0211, 0104, 0046, 0015, 0271, 0371, 0316, 0030, 0374, 0326, 0163, 0245, 0032, 0202, 0350,
6257 0044, 0272, 0030, 0336, 0311, 0370, 0200, 0075, 0000, 0256, 0162, 0337, 0202, 0304, 0160, 0143,
6258 0042, 0074, 0030, 0353, 0130, 0370, 0120, 0374, 0364, 0107, 0004, 0217, 0373, 0205, 0037, 0313,
6259 0256, 0331, 0203, 0352, 0263, 0346, 0036, 0202, 0140, 0004, 0316, 0056, 0334, 0023, 0003, 0266,
6260 0320, 0312, 0342, 0014, 0275, 0050, 0242, 0161, 0343, 0223, 0142, 0354, 0226, 0233, 0222, 0055,
6261 0212, 0177, 0320, 0270, 0371, 0355, 0352, 0222, 0142, 0177, 0321, 0204, 0376, 0354, 0077, 0000,
6262 0170, 0371, 0360, 0327, 0221, 0047, 0377, 0003, 0207, 0264, 0226, 0301, 0000, 0050, 0165, 0165,
6263 0141, 0171, 0051, 0151, 0156, 0150, 0151, 0142, 0151, 0164, 0055, 0141, 0160, 0160, 0154, 0145,
6264 0164, 0055, 0155, 0145, 0156, 0165, 0056, 0165, 0151, 0000, 0000, 0000, 0000, 0000, 0000, 0000,
6265 0334, 0000, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0145, 0216, 0101, 0016, 0302, 0060,
6266 0014, 0004, 0357, 0175, 0105, 0344, 0073, 0015, 0334, 0135, 0127, 0274, 0004, 0071, 0305, 0010,
6267 0113, 0111, 0052, 0045, 0056, 0052, 0277, 0247, 0001, 0324, 0113, 0257, 0043, 0315, 0356, 0340,
6268 0270, 0246, 0350, 0136, 0122, 0252, 0316, 0171, 0200, 0113, 0177, 0206, 0221, 0072, 0324, 0154,
6269 0122, 0036, 0074, 0011, 0141, 0222, 0274, 0070, 0275, 0017, 0240, 0371, 0251, 0101, 0355, 0324,
6270 0000, 0020, 0126, 0231, 0154, 0163, 0010, 0325, 0044, 0021, 0262, 0131, 0321, 0260, 0230, 0270,
6271 0314, 0111, 0006, 0210, 0034, 0044, 0202, 0263, 0302, 0271, 0106, 0066, 0016, 0161, 0203, 0157,
6272 0251, 0100, 0267, 0153, 0230, 0027, 0103, 0277, 0033, 0107, 0231, 0277, 0323, 0100, 0377, 0313,
6273 0236, 0017, 0206, 0377, 0275, 0372, 0275, 0302, 0267, 0254, 0306, 0367, 0362, 0356, 0003, 0203,
6274 0330, 0116, 0174, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0155, 0151, 0156, 0151, 0055, 0143,
6275 0157, 0155, 0155, 0141, 0156, 0144, 0145, 0162, 0055, 0141, 0160, 0160, 0154, 0145, 0164, 0055,
6276 0155, 0145, 0156, 0165, 0056, 0165, 0151, 0000, 0372, 0001, 0000, 0000, 0001, 0000, 0000, 0000,
6277 0170, 0332, 0235, 0221, 0301, 0012, 0302, 0060, 0020, 0104, 0357, 0375, 0212, 0220, 0173, 0033,
6278 0275, 0247, 0051, 0336, 0074, 0372, 0007, 0262, 0111, 0267, 0030, 0110, 0266, 0045, 0331, 0212,
6279 0376, 0275, 0255, 0112, 0101, 0213, 0007, 0173, 0035, 0170, 0063, 0017, 0106, 0067, 0267, 0030,
6280 0304, 0025, 0123, 0366, 0075, 0325, 0162, 0137, 0355, 0144, 0143, 0012, 0355, 0211, 0061, 0165,
6281 0340, 0320, 0350, 0210, 0064, 0012, 0337, 0326, 0062, 0172, 0362, 0245, 0353, 0143, 0004, 0152,
6282 0061, 0225, 0163, 0056, 0215, 0316, 0350, 0170, 0102, 0215, 0366, 0214, 0321, 0150, 0140, 0116,
6283 0336, 0216, 0214, 0202, 0040, 0142, 0055, 0003, 0130, 0014, 0122, 0160, 0002, 0312, 0001, 0030,
6284 0154, 0230, 0302, 0073, 0146, 0151, 0316, 0247, 0204, 0035, 0046, 0044, 0207, 0131, 0253, 0205,
6285 0133, 0127, 0300, 0163, 0100, 0232, 0317, 0375, 0152, 0370, 0201, 0253, 0227, 0310, 0337, 0072,
6286 0107, 0014, 0303, 0026, 0217, 0313, 0067, 0267, 0125, 0340, 0140, 0373, 0221, 0267, 0030, 0300,
6287 0012, 0174, 0053, 0250, 0345, 0034, 0065, 0277, 0065, 0347, 0313, 0257, 0305, 0003, 0276, 0333,
6288 0270, 0116, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153, 0171, 0055,
6289 0150, 0171, 0160, 0145, 0162, 0055, 0154, 0141, 0164, 0143, 0150, 0145, 0144, 0056, 0160, 0156,
6290 0147, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0144, 0002, 0000, 0000, 0001, 0000, 0000, 0000,
6291 0170, 0332, 0001, 0144, 0002, 0233, 0375, 0211, 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000,
6292 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000, 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010,
6293 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207, 0000, 0000, 0000, 0006, 0142, 0113, 0107, 0104,
6294 0000, 0377, 0000, 0377, 0000, 0377, 0240, 0275, 0247, 0223, 0000, 0000, 0000, 0011, 0160, 0110,
6295 0131, 0163, 0000, 0000, 0013, 0022, 0000, 0000, 0013, 0022, 0001, 0322, 0335, 0176, 0374, 0000,
6296 0000, 0000, 0007, 0164, 0111, 0115, 0105, 0007, 0323, 0005, 0031, 0022, 0010, 0060, 0114, 0055,
6297 0236, 0376, 0000, 0000, 0001, 0361, 0111, 0104, 0101, 0124, 0170, 0234, 0355, 0131, 0313, 0256,
6298 0202, 0060, 0020, 0035, 0020, 0375, 0002, 0266, 0106, 0126, 0376, 0377, 0317, 0270, 0066, 0061,
6299 0306, 0235, 0161, 0155, 0324, 0364, 0056, 0156, 0040, 0265, 0316, 0164, 0316, 0224, 0026, 0274,
6300 0271, 0234, 0304, 0024, 0372, 0342, 0034, 0347, 0321, 0041, 0020, 0055, 0130, 0360, 0277, 0121,
6301 0001, 0163, 0134, 0161, 0026, 0161, 0104, 0071, 0306, 0006, 0347, 0046, 0036, 0202, 0345, 0052,
6302 0011, 0370, 0066, 0362, 0075, 0076, 0370, 0066, 0332, 0212, 0303, 0341, 0360, 0273, 0262, 0252,
6303 0206, 0326, 0277, 0266, 0264, 0341, 0065, 0167, 0037, 0242, 0353, 0272, 0350, 0070, 0267, 0172,
6304 0370, 0367, 0065, 0362, 0051, 0304, 0255, 0002, 0210, 0210, 0166, 0273, 0235, 0310, 0131, 0265,
6305 0200, 0104, 0024, 0351, 0323, 0304, 0130, 0104, 0110, 0210, 0012, 0010, 0037, 0212, 0012, 0211,
6306 0265, 0223, 0012, 0360, 0111, 0152, 0344, 0255, 0304, 0143, 0202, 0262, 0011, 0360, 0211, 0305,
6307 0210, 0316, 0151, 0005, 0310, 0205, 0172, 0222, 0373, 0375, 0076, 0351, 0041, 0126, 0134, 0056,
6308 0027, 0170, 0256, 0051, 0210, 0247, 0202, 0345, 0171, 0260, 0013, 0115, 0051, 0042, 0233, 0000,
6309 0177, 0303, 0252, 0252, 0350, 0164, 0072, 0045, 0223, 0262, 0240, 0210, 0005, 0066, 0233, 0015,
6310 0021, 0021, 0075, 0237, 0317, 0267, 0061, 0055, 0250, 0137, 0257, 0327, 0333, 0236, 0353, 0365,
6311 0072, 0153, 0060, 0303, 0026, 0170, 0074, 0036, 0054, 0111, 0216, 0264, 0337, 0327, 0064, 0115,
6312 0321, 0154, 0004, 0131, 0040, 0106, 0026, 0021, 0042, 0315, 0225, 0010, 0147, 0217, 0001, 0204,
6313 0154, 0352, 0031, 0061, 0126, 0304, 0050, 0013, 0040, 0302, 0064, 0041, 0105, 0005, 0160, 0142,
6314 0302, 0173, 0304, 0105, 0054, 0047, 0264, 0025, 0246, 0122, 0242, 0123, 0152, 0363, 0134, 0270,
6315 0335, 0156, 0360, 0134, 0070, 0013, 0115, 0211, 0254, 0347, 0300, 0034, 0310, 0232, 0205, 0172,
6316 0067, 0162, 0316, 0321, 0361, 0170, 0034, 0105, 0014, 0105, 0221, 0064, 0132, 0327, 0265, 0030,
6317 0270, 0261, 0176, 0351, 0236, 0153, 0257, 0327, 0053, 0265, 0155, 0013, 0223, 0127, 0005, 0304,
6318 0052, 0121, 0151, 0014, 0111, 0263, 0141, 0177, 0337, 0266, 0155, 0133, 0256, 0224, 0320, 0204,
6319 0160, 0045, 0201, 0224, 0146, 0221, 0364, 0233, 0125, 0200, 0106, 0126, 0033, 0117, 0161, 0247,
6320 0042, 0002, 0020, 0262, 0034, 0151, 0251, 0057, 0207, 0025, 0222, 0143, 0300, 0307, 0152, 0265,
6321 0122, 0367, 0320, 0352, 0250, 0376, 0332, 0157, 0021, 0230, 0142, 0140, 0273, 0335, 0302, 0033,
6322 0217, 0301, 0375, 0176, 0207, 0347, 0046, 0273, 0120, 0151, 0144, 0057, 0346, 0246, 0004, 0352,
6323 0272, 0104, 0106, 0001, 0347, 0363, 0231, 0075, 0274, 0264, 0303, 0315, 0072, 0277, 0357, 0107,
6324 0120, 0133, 0004, 0150, 0260, 0246, 0300, 0130, 0332, 0105, 0367, 0313, 0356, 0102, 0026, 0363,
6325 0163, 0353, 0244, 0324, 0052, 0341, 0253, 0143, 0000, 0021, 0300, 0271, 0320, 0260, 0252, 0233,
6326 0350, 0005, 0046, 0204, 0163, 0156, 0370, 0325, 0365, 0033, 0305, 0017, 0105, 0222, 0304, 0077,
6327 0363, 0211, 0051, 0146, 0243, 0157, 0023, 0301, 0162, 0105, 0242, 0155, 0156, 0041, 0363, 0274,
6328 0026, 0056, 0130, 0360, 0107, 0360, 0003, 0004, 0271, 0073, 0040, 0175, 0336, 0363, 0317, 0000,
6329 0000, 0000, 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0152, 0237, 0022, 0371, 0000,
6330 0050, 0165, 0165, 0141, 0171, 0051, 0163, 0164, 0151, 0143, 0153, 0171, 0055, 0156, 0157, 0164,
6331 0145, 0163, 0055, 0163, 0164, 0157, 0143, 0153, 0055, 0165, 0156, 0154, 0157, 0143, 0153, 0145,
6332 0144, 0056, 0160, 0156, 0147, 0000, 0000, 0000, 0216, 0001, 0000, 0000, 0001, 0000, 0000, 0000,
6333 0170, 0332, 0353, 0014, 0360, 0163, 0347, 0345, 0222, 0342, 0142, 0140, 0140, 0340, 0365, 0364,
6334 0160, 0011, 0002, 0322, 0006, 0040, 0314, 0301, 0002, 0044, 0377, 0162, 0033, 0362, 0000, 0051,
6335 0246, 0044, 0157, 0167, 0027, 0206, 0377, 0355, 0375, 0147, 0366, 0003, 0171, 0234, 0005, 0036,
6336 0221, 0305, 0014, 0014, 0334, 0274, 0040, 0314, 0370, 0226, 0375, 0200, 0016, 0120, 0220, 0275,
6337 0304, 0323, 0327, 0225, 0375, 0062, 0253, 0204, 0250, 0016, 0153, 0130, 0353, 0251, 0331, 0014,
6338 0014, 0214, 0362, 0236, 0056, 0216, 0041, 0025, 0163, 0336, 0116, 0263, 0347, 0153, 0062, 0220,
6339 0070, 0052, 0177, 0114, 0273, 0200, 0105, 0110, 0334, 0103, 0046, 0361, 0203, 0320, 0072, 0276,
6340 0226, 0251, 0202, 0357, 0022, 0155, 0172, 0147, 0053, 0117, 0156, 0346, 0236, 0314, 0311, 0255,
6341 0135, 0276, 0142, 0262, 0274, 0356, 0247, 0367, 0331, 0206, 0155, 0067, 0326, 0173, 0277, 0254,
6342 0256, 0265, 0277, 0044, 0026, 0164, 0340, 0132, 0270, 0366, 0061, 0121, 0136, 0026, 0251, 0030,
6343 0101, 0175, 0331, 0072, 0007, 0316, 0205, 0133, 0204, 0332, 0237, 0076, 0232, 0354, 0367, 0143,
6344 0267, 0352, 0351, 0043, 0363, 0331, 0036, 0261, 0262, 0370, 0075, 0373, 0170, 0320, 0143, 0117,
6345 0203, 0103, 0002, 0327, 0213, 0165, 0265, 0333, 0247, 0246, 0175, 0334, 0051, 0124, 0326, 0306,
6346 0176, 0340, 0160, 0244, 0344, 0131, 0137, 0206, 0242, 0013, 0201, 0122, 0366, 0132, 0135, 0145,
6347 0251, 0101, 0036, 0267, 0056, 0006, 0171, 0236, 0056, 0141, 0064, 0165, 0025, 0261, 0315, 0162,
6348 0314, 0132, 0053, 0056, 0357, 0365, 0376, 0305, 0367, 0027, 0373, 0226, 0264, 0133, 0065, 0160,
6349 0373, 0326, 0363, 0130, 0310, 0075, 0331, 0361, 0202, 0101, 0153, 0226, 0034, 0277, 0105, 0122,
6350 0121, 0310, 0237, 0212, 0362, 0153, 0232, 0231, 0266, 0172, 0014, 0071, 0022, 0015, 0035, 0125,
6351 0347, 0005, 0303, 0127, 0273, 0306, 0034, 0230, 0127, 0265, 0035, 0310, 0170, 0273, 0263, 0101,
6352 0366, 0353, 0073, 0345, 0165, 0141, 0267, 0031, 0033, 0234, 0373, 0367, 0254, 0077, 0077, 0163,
6353 0333, 0012, 0267, 0177, 0307, 0155, 0205, 0037, 0146, 0034, 0073, 0357, 0126, 0360, 0315, 0141,
6354 0265, 0116, 0302, 0246, 0155, 0266, 0311, 0207, 0147, 0057, 0057, 0224, 0270, 0266, 0337, 0105,
6355 0054, 0201, 0121, 0354, 0303, 0342, 0372, 0211, 0007, 0257, 0176, 0335, 0014, 0344, 0376, 0347,
6356 0111, 0210, 0215, 0376, 0241, 0236, 0376, 0355, 0150, 0366, 0337, 0257, 0114, 0075, 0211, 0353,
6357 0133, 0037, 0277, 0272, 0331, 0010, 0014, 0075, 0006, 0117, 0127, 0077, 0227, 0165, 0116, 0011,
6358 0115, 0000, 0007, 0026, 0236, 0144, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0143, 0160, 0165,
6359 0146, 0162, 0145, 0161, 0055, 0141, 0160, 0160, 0154, 0145, 0164, 0055, 0155, 0145, 0156, 0165,
6360 0056, 0165, 0151, 0000, 0000, 0000, 0000, 0000, 0336, 0001, 0000, 0000, 0001, 0000, 0000, 0000,
6361 0170, 0332, 0235, 0221, 0061, 0016, 0302, 0060, 0020, 0004, 0173, 0136, 0141, 0135, 0117, 0014,
6362 0275, 0343, 0210, 0216, 0222, 0037, 0240, 0263, 0271, 0010, 0113, 0266, 0023, 0354, 0063, 0202,
6363 0337, 0223, 0100, 0224, 0202, 0210, 0042, 0264, 0053, 0315, 0316, 0112, 0253, 0232, 0107, 0360,
6364 0342, 0116, 0051, 0273, 0056, 0326, 0260, 0257, 0166, 0320, 0350, 0215, 0162, 0221, 0051, 0265,
6365 0150, 0111, 0253, 0100, 0261, 0010, 0167, 0251, 0301, 0366, 0245, 0115, 0164, 0333, 0216, 0001,
6366 0150, 0225, 0311, 0362, 0300, 0150, 0345, 0230, 0202, 0126, 0310, 0234, 0234, 0051, 0114, 0042,
6367 0142, 0240, 0032, 0074, 0032, 0362, 0040, 0070, 0141, 0314, 0036, 0031, 0215, 0037, 0302, 0047,
6368 0145, 0320, 0347, 0123, 0242, 0226, 0022, 0105, 0113, 0131, 0311, 0231, 0133, 0126, 0340, 0133,
6369 0000, 0172, 0022, 0127, 0375, 0017, 0116, 0176, 0026, 0254, 0336, 0161, 0044, 0337, 0257, 0032,
6370 0160, 0375, 0006, 0376, 0065, 0037, 0114, 0127, 0170, 0225, 0032, 0027, 0304, 0344, 0226, 0363,
6371 0017, 0162, 0074, 0146, 0314, 0347, 0357, 0066, 0057, 0374, 0167, 0255, 0346, 0000, 0050, 0165,
6372 0165, 0141, 0171, 0051, 0141, 0170, 0055, 0153, 0145, 0171, 0055, 0171, 0145, 0163, 0056, 0160,
6373 0156, 0147, 0000, 0000, 0000, 0000, 0000, 0000, 0065, 0005, 0000, 0000, 0001, 0000, 0000, 0000,
6374 0170, 0332, 0001, 0065, 0005, 0312, 0372, 0211, 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000,
6375 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000, 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010,
6376 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207, 0000, 0000, 0000, 0006, 0142, 0113, 0107, 0104,
6377 0000, 0377, 0000, 0102, 0000, 0076, 0201, 0130, 0070, 0366, 0000, 0000, 0000, 0011, 0160, 0110,
6378 0131, 0163, 0000, 0000, 0013, 0022, 0000, 0000, 0013, 0022, 0001, 0322, 0335, 0176, 0374, 0000,
6379 0000, 0000, 0007, 0164, 0111, 0115, 0105, 0007, 0323, 0007, 0007, 0000, 0012, 0014, 0204, 0320,
6380 0204, 0051, 0000, 0000, 0004, 0302, 0111, 0104, 0101, 0124, 0170, 0234, 0355, 0131, 0313, 0216,
6381 0334, 0106, 0014, 0054, 0262, 0345, 0134, 0367, 0103, 0175, 0010, 0222, 0103, 0316, 0001, 0174,
6382 0010, 0220, 0174, 0154, 0174, 0066, 0324, 0144, 0016, 0315, 0127, 0113, 0032, 0151, 0074, 0112,
6383 0340, 0044, 0336, 0156, 0140, 0166, 0107, 0073, 0053, 0125, 0361, 0121, 0115, 0162, 0200, 0367,
6384 0365, 0276, 0276, 0357, 0105, 0117, 0174, 0106, 0377, 0161, 0024, 0347, 0353, 0024, 0343, 0331,
6385 0037, 0277, 0065, 0360, 0355, 0072, 0304, 0372, 0210, 0300, 0277, 0015, 0274, 0257, 0035, 0336,
6386 0345, 0352, 0077, 0376, 0370, 0374, 0011, 0015, 0013, 0026, 0132, 0320, 0320, 0320, 0374, 0047,
6387 0032, 0032, 0065, 0060, 0032, 0032, 0030, 0114, 0014, 0006, 0203, 0354, 0225, 0300, 0366, 0304,
6388 0174, 0246, 0232, 0135, 0024, 0002, 0201, 0332, 0117, 0201, 0250, 0240, 0103, 0040, 0350, 0350,
6389 0332, 0021, 0133, 0127, 0174, 0174, 0373, 0371, 0353, 0030, 0241, 0130, 0377, 0367, 0317, 0237,
6390 0260, 0004, 0370, 0005, 0013, 0065, 0064, 0054, 0001, 0276, 0222, 0140, 0337, 0224, 0044, 0146,
6391 0370, 0050, 0360, 0015, 0274, 0012, 0162, 0027, 0360, 0101, 0142, 0305, 0252, 0035, 0037, 0337,
6392 0176, 0172, 0210, 0371, 0324, 0003, 0025, 0250, 0203, 0137, 0260, 0330, 0265, 0045, 0376, 0306,
6393 0140, 0043, 0222, 0136, 0040, 0042, 0120, 0020, 0240, 0260, 0277, 0102, 0241, 0152, 0004, 0310,
6394 0240, 0153, 0207, 0200, 0101, 0304, 0040, 0265, 0377, 0125, 0172, 0154, 0342, 0247, 0011, 0004,
6395 0320, 0145, 0002, 0277, 0304, 0265, 0126, 0110, 0264, 0010, 0043, 0017, 0242, 0112, 0001, 0016,
6396 0036, 0012, 0045, 0115, 0313, 0253, 0200, 0211, 0321, 0321, 0101, 0112, 0006, 0076, 0070, 0137,
6397 0256, 0153, 0017, 0324, 0135, 0300, 0057, 0305, 0003, 0273, 0120, 0242, 0013, 0002, 0320, 0014,
6398 0037, 0352, 0350, 0152, 0237, 0164, 0313, 0073, 0170, 0002, 0124, 0317, 0131, 0074, 0035, 0102,
6399 0325, 0033, 0263, 0047, 0062, 0057, 0230, 0106, 0112, 0123, 0365, 0001, 0025, 0002, 0152, 0340,
6400 0241, 0120, 0022, 0164, 0164, 0210, 0132, 0350, 0340, 0010, 0074, 0240, 0164, 0203, 0000, 0223,
6401 0005, 0307, 0104, 0142, 0353, 0211, 0175, 0076, 0060, 0265, 0120, 0242, 0051, 0007, 0050, 0025,
6402 0110, 0264, 0203, 0301, 0350, 0144, 0241, 0003, 0000, 0104, 0223, 0345, 0225, 0024, 0252, 0162,
6403 0307, 0003, 0154, 0141, 0261, 0365, 0204, 0223, 0150, 0351, 0221, 0111, 0126, 0033, 0210, 0322,
6404 0017, 0341, 0001, 0207, 0257, 0212, 0116, 0014, 0051, 0161, 0157, 0037, 0000, 0110, 0013, 0370,
6405 0341, 0251, 0327, 0075, 0020, 0141, 0301, 0310, 0127, 0337, 0045, 0261, 0253, 0304, 0026, 0065,
6406 0142, 0060, 0134, 0112, 0353, 0011, 0040, 0044, 0303, 0372, 0246, 0070, 0320, 0112, 0062, 0163,
6407 0105, 0040, 0140, 0264, 0073, 0004, 0122, 0333, 0123, 0052, 0367, 0336, 0010, 0211, 0065, 0145,
6408 0032, 0237, 0061, 0071, 0265, 0135, 0322, 0027, 0135, 0207, 0356, 0123, 0011, 0031, 0154, 0254,
6409 0056, 0252, 0150, 0064, 0124, 0352, 0145, 0002, 0036, 0006, 0323, 0046, 0056, 0236, 0311, 0344,
6410 0236, 0017, 0273, 0224, 0325, 0055, 0201, 0041, 0233, 0035, 0035, 0146, 0171, 0163, 0217, 0203,
6411 0027, 0022, 0260, 0066, 0060, 0011, 0130, 0335, 0213, 0067, 0075, 0100, 0305, 0013, 0276, 0043,
6412 0141, 0117, 0016, 0273, 0070, 0324, 0340, 0241, 0061, 0302, 0247, 0353, 0010, 0255, 0152, 0171,
6413 0121, 0001, 0103, 0320, 0320, 0054, 0164, 0322, 0140, 0257, 0173, 0300, 0144, 0060, 0025, 0145,
6414 0123, 0056, 0124, 0345, 0211, 0314, 0110, 0165, 0342, 0040, 0061, 0010, 0214, 0203, 0253, 0247,
6415 0332, 0230, 0244, 0006, 0160, 0022, 0220, 0035, 0154, 0254, 0034, 0317, 0274, 0107, 0300, 0300,
6416 0263, 0037, 0064, 0161, 0205, 0342, 0332, 0310, 0217, 0364, 0106, 0252, 0323, 0040, 0341, 0041,
6417 0044, 0332, 0261, 0106, 0334, 0017, 0253, 0217, 0070, 0037, 0311, 0314, 0132, 0263, 0206, 0342,
6418 0332, 0155, 0002, 0133, 0072, 0063, 0261, 0203, 0060, 0013, 0022, 0037, 0314, 0103, 0004, 0301,
6419 0220, 0116, 0217, 0167, 0066, 0113, 0223, 0316, 0367, 0330, 0076, 0341, 0252, 0030, 0272, 0054,
6420 0247, 0261, 0271, 0125, 0265, 0116, 0326, 0233, 0007, 0244, 0042, 0057, 0026, 0064, 0060, 0072,
6421 0304, 0300, 0013, 0130, 0145, 0002, 0073, 0075, 0303, 0312, 0211, 0347, 0340, 0343, 0042, 0300,
6422 0016, 0310, 0034, 0275, 0237, 0051, 0344, 0173, 0006, 0241, 0201, 0361, 0201, 0176, 0200, 0147,
6423 0303, 0241, 0061, 0056, 0356, 0177, 0266, 0236, 0360, 0100, 0135, 0333, 0272, 0104, 0343, 0065,
6424 0165, 0076, 0337, 0013, 0324, 0054, 0377, 0305, 0032, 0226, 0375, 0147, 0374, 0375, 0331, 0375,
6425 0157, 0022, 0170, 0360, 0120, 0365, 0332, 0146, 0206, 0222, 0135, 0126, 0217, 0230, 0027, 0317,
6426 0001, 0164, 0210, 0072, 0225, 0231, 0116, 0374, 0246, 0365, 0136, 0327, 0024, 0116, 0011, 0314,
6427 0366, 0321, 0203, 0235, 0375, 0124, 0164, 0130, 0044, 0223, 0332, 0050, 0311, 0254, 0102, 0205,
6428 0204, 0250, 0354, 0356, 0261, 0175, 0302, 0025, 0205, 0247, 0010, 0104, 0017, 0353, 0307, 0275,
6429 0075, 0312, 0257, 0215, 0303, 0311, 0116, 0130, 0345, 0320, 0171, 0127, 0233, 0355, 0071, 0260,
6430 0132, 0333, 0070, 0332, 0110, 0211, 0002, 0157, 0107, 0301, 0256, 0335, 0043, 0240, 0012, 0241,
6431 0204, 0034, 0226, 0243, 0014, 0023, 0306, 0250, 0054, 0273, 0247, 0247, 0351, 0174, 0252, 0115,
6432 0071, 0211, 0255, 0205, 0134, 0007, 0015, 0224, 0166, 0036, 0242, 0075, 0075, 0031, 0164, 0156,
6433 0324, 0102, 0207, 0341, 0221, 0055, 0170, 0002, 0257, 0125, 0045, 0015, 0352, 0336, 0052, 0036,
6434 0325, 0102, 0342, 0055, 0173, 0151, 0342, 0047, 0042, 0165, 0337, 0051, 0346, 0074, 0074, 0266,
6435 0067, 0024, 0032, 0235, 0124, 0064, 0043, 0233, 0252, 0122, 0060, 0052, 0111, 0322, 0363, 0152,
6436 0164, 0220, 0130, 0321, 0261, 0306, 0044, 0302, 0011, 0326, 0211, 0305, 0155, 0017, 0270, 0365,
6437 0273, 0366, 0321, 0200, 0053, 0331, 0004, 0201, 0146, 0313, 0173, 0334, 0143, 0224, 0007, 0017,
6438 0373, 0201, 0022, 0112, 0076, 0072, 0231, 0306, 0051, 0221, 0037, 0375, 0056, 0001, 0267, 0264,
6439 0330, 0131, 0152, 0323, 0203, 0335, 0001, 0204, 0251, 0252, 0174, 0252, 0043, 0103, 0202, 0064,
6440 0032, 0303, 0023, 0226, 0033, 0031, 0112, 0375, 0165, 0002, 0016, 0131, 0260, 0267, 0372, 0150,
6441 0300, 0051, 0124, 0316, 0353, 0171, 0366, 0216, 0113, 0017, 0172, 0142, 0314, 0075, 0161, 0004,
6442 0222, 0046, 0205, 0335, 0160, 0113, 0157, 0020, 0160, 0225, 0041, 0355, 0006, 0232, 0017, 0106,
6443 0037, 0171, 0000, 0011, 0231, 0365, 0125, 0262, 0154, 0170, 0064, 0225, 0010, 0345, 0211, 0154,
6444 0110, 0165, 0332, 0220, 0270, 0341, 0201, 0076, 0201, 0336, 0015, 0235, 0050, 0101, 0251, 0165,
6445 0122, 0202, 0131, 0175, 0110, 0347, 0020, 0332, 0315, 0205, 0166, 0363, 0120, 0047, 0221, 0311,
6446 0175, 0217, 0000, 0066, 0140, 0266, 0340, 0375, 0140, 0123, 0035, 0155, 0040, 0274, 0031, 0331,
6447 0147, 0312, 0341, 0031, 0136, 0024, 0051, 0055, 0277, 0116, 0236, 0170, 0235, 0100, 0204, 0316,
6448 0010, 0167, 0103, 0061, 0015, 0235, 0306, 0151, 0071, 0032, 0023, 0357, 0141, 0237, 0236, 0215,
6449 0026, 0065, 0332, 0346, 0103, 0036, 0166, 0353, 0115, 0017, 0154, 0245, 0022, 0363, 0320, 0111,
6450 0151, 0214, 0076, 0106, 0117, 0133, 0332, 0115, 0375, 0373, 0246, 0323, 0257, 0023, 0320, 0165,
6451 0130, 0176, 0032, 0175, 0024, 0053, 0322, 0010, 0235, 0146, 0161, 0317, 0360, 0016, 0153, 0050,
6452 0020, 0066, 0024, 0024, 0365, 0064, 0250, 0225, 0353, 0343, 0357, 0007, 0256, 0102, 0350, 0362,
6453 0033, 0232, 0337, 0376, 0374, 0165, 0032, 0132, 0315, 0337, 0017, 0344, 0210, 0245, 0356, 0332,
6454 0073, 0143, 0343, 0203, 0271, 0120, 0223, 0203, 0134, 0220, 0311, 0003, 0077, 0276, 0375, 0162,
6455 0212, 0367, 0077, 0377, 0025, 0323, 0377, 0366, 0113, 0276, 0272, 0276, 0065, 0221, 0147, 0060,
6456 0276, 0257, 0367, 0365, 0335, 0256, 0277, 0000, 0024, 0124, 0267, 0274, 0354, 0271, 0314, 0052,
6457 0000, 0000, 0000, 0000, 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0211, 0002, 0134, 0223,
6458 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0155, 0157, 0165, 0163, 0145, 0153, 0145, 0171, 0163,
6459 0055, 0160, 0162, 0145, 0163, 0163, 0145, 0144, 0055, 0155, 0151, 0144, 0144, 0154, 0145, 0056,
6460 0160, 0156, 0147, 0000, 0000, 0000, 0000, 0000, 0207, 0000, 0000, 0000, 0001, 0000, 0000, 0000,
6461 0170, 0332, 0353, 0014, 0360, 0163, 0347, 0345, 0222, 0342, 0142, 0140, 0140, 0340, 0365, 0364,
6462 0160, 0011, 0002, 0322, 0006, 0040, 0314, 0301, 0006, 0044, 0303, 0231, 0176, 0266, 0003, 0051,
6463 0077, 0117, 0027, 0307, 0220, 0212, 0071, 0157, 0257, 0037, 0344, 0145, 0120, 0340, 0140, 0161,
6464 0334, 0362, 0177, 0336, 0126, 0166, 0303, 0235, 0023, 0316, 0210, 0060, 0274, 0231, 0274, 0352,
6465 0341, 0265, 0166, 0111, 0365, 0035, 0273, 0155, 0237, 0174, 0375, 0021, 0377, 0073, 0273, 0234,
6466 0175, 0011, 0247, 0207, 0360, 0004, 0065, 0005, 0137, 0207, 0131, 0015, 0046, 0214, 0231, 0114,
6467 0227, 0130, 0226, 0160, 0316, 0130, 0367, 0131, 0270, 0374, 0177, 0046, 0320, 0050, 0206, 0031,
6468 0257, 0231, 0222, 0134, 0131, 0324, 0145, 0155, 0372, 0166, 0201, 0270, 0236, 0256, 0176, 0056,
6469 0353, 0234, 0022, 0232, 0000, 0260, 0257, 0054, 0067, 0000, 0050, 0165, 0165, 0141, 0171, 0051,
6470 0163, 0164, 0151, 0143, 0153, 0171, 0055, 0143, 0164, 0162, 0154, 0055, 0154, 0157, 0143, 0153,
6471 0145, 0144, 0056, 0160, 0156, 0147, 0000, 0000, 0141, 0002, 0000, 0000, 0001, 0000, 0000, 0000,
6472 0170, 0332, 0001, 0141, 0002, 0236, 0375, 0211, 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000,
6473 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000, 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010,
6474 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207, 0000, 0000, 0002, 0050, 0111, 0104, 0101, 0124,
6475 0170, 0234, 0355, 0231, 0151, 0222, 0202, 0060, 0020, 0205, 0233, 0251, 0071, 0002, 0226, 0113,
6476 0241, 0007, 0360, 0376, 0367, 0121, 0334, 0112, 0275, 0004, 0363, 0013, 0046, 0151, 0172, 0015,
6477 0211, 0316, 0302, 0253, 0242, 0010, 0111, 0023, 0277, 0147, 0167, 0342, 0002, 0300, 0254, 0131,
6478 0377, 0133, 0225, 0041, 0246, 0053, 0116, 0041, 0113, 0144, 0224, 0006, 0337, 0015, 0216, 0105,
6479 0262, 0162, 0006, 0176, 0032, 0174, 0257, 0021, 0357, 0247, 0166, 0307, 0176, 0277, 0007, 0000,
6480 0200, 0256, 0353, 0206, 0163, 0330, 0366, 0234, 0161, 0233, 0272, 0306, 0152, 0333, 0126, 0034,
6481 0247, 0062, 0060, 0314, 0250, 0301, 0247, 0200, 0173, 0015, 0000, 0000, 0234, 0116, 0047, 0226,
6482 0131, 0315, 0000, 0007, 0152, 0351, 0323, 0314, 0170, 0114, 0160, 0372, 0320, 0340, 0303, 0166,
6483 0170, 0110, 0175, 0341, 0330, 0341, 0160, 0030, 0305, 0171, 0217, 0144, 0003, 0030, 0222, 0002,
6484 0244, 0214, 0204, 0360, 0000, 0000, 0307, 0343, 0321, 0174, 0117, 0126, 0003, 0170, 0002, 0051,
6485 0013, 0330, 0134, 0017, 0335, 0253, 0155, 0133, 0021, 0260, 0230, 0001, 0257, 0021, 0012, 0276,
6486 0327, 0371, 0174, 0176, 0137, 0011, 0141, 0110, 0316, 0040, 0206, 0337, 0156, 0267, 0321, 0365,
6487 0345, 0162, 0021, 0347, 0053, 0126, 0102, 0226, 0054, 0120, 0360, 0135, 0327, 0101, 0323, 0064,
6488 0121, 0377, 0365, 0172, 0175, 0135, 0006, 0254, 0106, 0060, 0174, 0323, 0064, 0021, 0304, 0146,
6489 0263, 0211, 0306, 0157, 0267, 0233, 0171, 0055, 0044, 0033, 0340, 0140, 0361, 0013, 0341, 0117,
6490 0313, 0376, 0035, 0307, 0245, 0266, 0136, 0257, 0243, 0270, 0373, 0375, 0376, 0332, 0014, 0120,
6491 0131, 0220, 0340, 0251, 0143, 0265, 0132, 0105, 0361, 0217, 0307, 0243, 0234, 0001, 0152, 0022,
6492 0251, 0346, 0161, 0331, 0364, 0361, 0170, 0256, 0345, 0162, 0031, 0335, 0367, 0174, 0076, 0305,
6493 0062, 0112, 0066, 0100, 0231, 0011, 0257, 0167, 0273, 0335, 0010, 0236, 0203, 0306, 0175, 0213,
6494 0305, 0142, 0270, 0267, 0256, 0153, 0161, 0055, 0110, 0022, 0277, 0013, 0151, 0031, 0000, 0370,
6495 0336, 0151, 0250, 0161, 0252, 0344, 0302, 0163, 0135, 0327, 0121, 0037, 0176, 0155, 0213, 0324,
6496 0057, 0163, 0034, 0270, 0264, 0056, 0054, 0360, 0324, 0071, 0105, 0246, 0014, 0120, 0175, 0332,
6497 0356, 0244, 0265, 0061, 0170, 0252, 0011, 0123, 0006, 0270, 0172, 0264, 0156, 0263, 0030, 0232,
6498 0313, 0124, 0166, 0003, 0134, 0155, 0172, 0214, 0140, 0310, 0334, 0131, 0060, 0377, 0240, 0361,
6499 0224, 0122, 0112, 0071, 0025, 0063, 0060, 0325, 0014, 0065, 0236, 0163, 0061, 0273, 0027, 0261,
6500 0066, 0066, 0245, 0234, 0160, 0333, 0042, 0327, 0042, 0226, 0306, 0264, 0254, 0130, 0332, 0305,
6501 0014, 0150, 0260, 0332, 0170, 0112, 0071, 0025, 0061, 0140, 0201, 0245, 0240, 0271, 0276, 0034,
6502 0131, 0110, 0136, 0003, 0124, 0234, 0264, 0046, 0264, 0005, 0036, 0202, 0147, 0063, 0140, 0001,
6503 0364, 0304, 0162, 0353, 0242, 0270, 0001, 0012, 0142, 0152, 0254, 0124, 0116, 0341, 0131, 0323,
6504 0344, 0065, 0340, 0211, 0325, 0266, 0135, 0156, 0153, 0225, 0224, 0154, 0300, 0002, 0347, 0211,
6505 0347, 0312, 0111, 0223, 0371, 0007, 0215, 0025, 0316, 0033, 0317, 0231, 0261, 0316, 0067, 0071,
6506 0003, 0034, 0124, 0352, 0175, 0334, 0326, 0312, 0051, 0273, 0201, 0034, 0362, 0224, 0045, 0125,
6507 0102, 0303, 0377, 0357, 0332, 0303, 0205, 0122, 0252, 0252, 0152, 0070, 0220, 0211, 0321, 0363,
6508 0214, 0137, 0377, 0210, 0351, 0317, 0076, 0344, 0013, 0365, 0156, 0043, 0026, 0306, 0131, 0263,
6509 0376, 0255, 0276, 0000, 0311, 0027, 0017, 0220, 0336, 0006, 0363, 0123, 0000, 0000, 0000, 0000,
6510 0111, 0105, 0116, 0104, 0256, 0102, 0140, 0202, 0270, 0102, 0036, 0026, 0000, 0050, 0165, 0165,
6511 0141, 0171, 0051, 0167, 0151, 0156, 0144, 0157, 0167, 0055, 0164, 0151, 0164, 0154, 0145, 0055,
6512 0155, 0145, 0156, 0165, 0056, 0165, 0151, 0000, 0163, 0001, 0000, 0000, 0001, 0000, 0000, 0000,
6513 0170, 0332, 0225, 0220, 0101, 0016, 0202, 0060, 0024, 0104, 0367, 0236, 0242, 0371, 0173, 0100,
6514 0367, 0245, 0304, 0033, 0170, 0003, 0363, 0013, 0103, 0322, 0244, 0055, 0246, 0375, 0210, 0336,
6515 0136, 0120, 0103, 0114, 0210, 0013, 0266, 0223, 0274, 0231, 0227, 0321, 0315, 0043, 0170, 0165,
6516 0107, 0312, 0156, 0210, 0065, 0235, 0312, 0043, 0065, 0346, 0240, 0135, 0024, 0244, 0236, 0133,
6517 0030, 0035, 0020, 0107, 0345, 0272, 0232, 0046, 0027, 0273, 0141, 0052, 0304, 0211, 0107, 0261,
6518 0244, 0144, 0164, 0106, 0053, 0063, 0150, 0264, 0023, 0004, 0243, 0131, 0044, 0071, 0073, 0012,
6519 0124, 0344, 0200, 0232, 0074, 0133, 0170, 0122, 0222, 0070, 0146, 0317, 0302, 0326, 0317, 0341,
6520 0023, 0231, 0314, 0365, 0222, 0320, 0043, 0041, 0266, 0310, 0272, 0132, 0271, 0155, 0005, 0277,
6521 0007, 0310, 0374, 0256, 0227, 0267, 0077, 0160, 0365, 0321, 0330, 0055, 0163, 0266, 0303, 0050,
6522 0373, 0065, 0170, 0203, 0175, 0005, 0252, 0365, 0227, 0152, 0071, 0152, 0311, 0327, 0103, 0017,
6523 0057, 0165, 0252, 0206, 0374, 0000, 0050, 0165, 0165, 0141, 0171, 0051, 0141, 0170, 0055, 0142,
6524 0157, 0165, 0156, 0143, 0145, 0153, 0145, 0171, 0163, 0056, 0160, 0156, 0147, 0000, 0000, 0000,
6525 0305, 0010, 0000, 0000, 0001, 0000, 0000, 0000, 0170, 0332, 0001, 0305, 0010, 0072, 0367, 0211,
6526 0120, 0116, 0107, 0015, 0012, 0032, 0012, 0000, 0000, 0000, 0015, 0111, 0110, 0104, 0122, 0000,
6527 0000, 0000, 0060, 0000, 0000, 0000, 0060, 0010, 0006, 0000, 0000, 0000, 0127, 0002, 0371, 0207,
6528 0000, 0000, 0000, 0006, 0142, 0113, 0107, 0104, 0000, 0377, 0000, 0377, 0000, 0377, 0240, 0275,
6529 0247, 0223, 0000, 0000, 0010, 0172, 0111, 0104, 0101, 0124, 0170, 0332, 0355, 0131, 0115, 0114,
6530 0023, 0335, 0032, 0176, 0146, 0072, 0005, 0012, 0145, 0246, 0374, 0130, 0124, 0012, 0030, 0214,
6531 0022, 0061, 0001, 0026, 0127, 0060, 0272, 0320, 0104, 0060, 0232, 0270, 0060, 0152, 0276, 0205,
6532 0053, 0374, 0111, 0320, 0215, 0077, 0011, 0311, 0065, 0321, 0030, 0115, 0270, 0067, 0056, 0215,
6533 0230, 0150, 0320, 0215, 0033, 0161, 0043, 0030, 0343, 0302, 0050, 0052, 0306, 0020, 0014, 0165,
6534 0141, 0104, 0333, 0030, 0320, 0252, 0245, 0055, 0132, 0240, 0015, 0103, 0073, 0377, 0063, 0167,
6535 0161, 0075, 0163, 0247, 0103, 0345, 0363, 0247, 0375, 0362, 0231, 0334, 0223, 0114, 0246, 0163,
6536 0316, 0231, 0323, 0367, 0075, 0317, 0373, 0076, 0357, 0373, 0236, 0241, 0000, 0030, 0370, 0075,
6537 0033, 0005, 0000, 0014, 0000, 0014, 0017, 0017, 0243, 0242, 0242, 0002, 0024, 0105, 0375, 0167,
6538 0304, 0162, 0377, 0225, 0076, 0353, 0075, 0127, 0353, 0226, 0227, 0227, 0203, 0141, 0030, 0163,
6539 0115, 0006, 0000, 0052, 0052, 0052, 0300, 0161, 0134, 0316, 0004, 0137, 0112, 0231, 0137, 0355,
6540 0243, 0151, 0072, 0003, 0006, 0172, 0021, 0056, 0226, 0035, 0313, 0105, 0137, 0276, 0327, 0245,
6541 0163, 0261, 0230, 0050, 0212, 0230, 0236, 0236, 0206, 0044, 0111, 0170, 0371, 0362, 0045, 0336,
6542 0274, 0171, 0143, 0316, 0033, 0032, 0032, 0302, 0345, 0313, 0227, 0021, 0217, 0307, 0161, 0372,
6543 0364, 0151, 0134, 0275, 0172, 0065, 0143, 0215, 0356, 0356, 0156, 0264, 0264, 0264, 0140, 0162,
6544 0162, 0022, 0315, 0315, 0315, 0070, 0172, 0364, 0350, 0167, 0011, 0156, 0165, 0004, 0143, 0174,
6545 0174, 0034, 0036, 0217, 0047, 0003, 0052, 0125, 0125, 0361, 0361, 0343, 0107, 0250, 0252, 0212,
6546 0332, 0332, 0132, 0270, 0335, 0156, 0163, 0134, 0323, 0064, 0114, 0117, 0117, 0303, 0060, 0014,
6547 0170, 0275, 0136, 0270, 0134, 0056, 0310, 0262, 0214, 0120, 0050, 0204, 0225, 0053, 0127, 0102,
6548 0323, 0064, 0120, 0024, 0205, 0322, 0322, 0122, 0024, 0024, 0024, 0140, 0152, 0152, 0012, 0275,
6549 0275, 0275, 0350, 0352, 0352, 0202, 0317, 0347, 0003, 0115, 0323, 0050, 0050, 0050, 0000, 0115,
6550 0323, 0240, 0050, 0012, 0176, 0277, 0037, 0073, 0166, 0354, 0300, 0375, 0373, 0367, 0321, 0326,
6551 0326, 0266, 0244, 0111, 0071, 0034, 0016, 0142, 0106, 0377, 0163, 0142, 0273, 0306, 0176, 0277,
6552 0037, 0347, 0316, 0235, 0003, 0303, 0060, 0020, 0105, 0021, 0074, 0317, 0343, 0332, 0265, 0153,
6553 0150, 0152, 0152, 0302, 0253, 0127, 0257, 0320, 0327, 0327, 0207, 0222, 0222, 0022, 0320, 0064,
6554 0015, 0111, 0222, 0160, 0342, 0304, 0011, 0324, 0327, 0327, 0043, 0032, 0215, 0142, 0164, 0164,
6555 0024, 0056, 0227, 0013, 0116, 0247, 0023, 0206, 0141, 0240, 0243, 0243, 0003, 0065, 0065, 0065,
6556 0120, 0125, 0025, 0351, 0164, 0032, 0237, 0076, 0175, 0102, 0141, 0141, 0041, 0012, 0013, 0013,
6557 0341, 0365, 0172, 0341, 0164, 0072, 0261, 0141, 0303, 0006, 0060, 0014, 0203, 0266, 0266, 0266,
6558 0037, 0062, 0237, 0105, 0012, 0220, 0166, 0357, 0336, 0075, 0064, 0064, 0064, 0240, 0273, 0273,
6559 0033, 0202, 0040, 0340, 0374, 0371, 0363, 0270, 0163, 0347, 0016, 0232, 0233, 0233, 0361, 0344,
6560 0311, 0023, 0254, 0132, 0265, 0012, 0235, 0235, 0235, 0120, 0024, 0005, 0067, 0157, 0336, 0304,
6561 0363, 0347, 0317, 0121, 0137, 0137, 0217, 0211, 0211, 0011, 0124, 0127, 0127, 0143, 0353, 0326,
6562 0255, 0320, 0064, 0015, 0176, 0277, 0037, 0241, 0120, 0010, 0025, 0025, 0025, 0110, 0247, 0323,
6563 0050, 0056, 0056, 0106, 0135, 0135, 0035, 0000, 0140, 0176, 0176, 0036, 0242, 0050, 0302, 0351,
6564 0164, 0376, 0222, 0371, 0062, 0331, 0046, 0235, 0072, 0165, 0012, 0202, 0040, 0040, 0036, 0217,
6565 0043, 0030, 0014, 0202, 0347, 0171, 0110, 0222, 0004, 0000, 0350, 0352, 0352, 0202, 0044, 0111,
6566 0230, 0237, 0237, 0107, 0070, 0034, 0106, 0072, 0235, 0206, 0242, 0050, 0000, 0200, 0115, 0233,
6567 0066, 0141, 0365, 0352, 0325, 0020, 0105, 0021, 0163, 0163, 0163, 0220, 0145, 0031, 0232, 0246,
6568 0001, 0000, 0070, 0216, 0103, 0135, 0135, 0035, 0064, 0115, 0203, 0242, 0050, 0320, 0165, 0075,
6569 0103, 0040, 0303, 0060, 0176, 0312, 0211, 0231, 0154, 0223, 0036, 0074, 0170, 0200, 0053, 0127,
6570 0256, 0240, 0244, 0244, 0004, 0345, 0345, 0345, 0130, 0130, 0130, 0060, 0307, 0106, 0106, 0106,
6571 0060, 0060, 0060, 0000, 0217, 0307, 0203, 0312, 0312, 0112, 0010, 0202, 0140, 0216, 0205, 0102,
6572 0041, 0370, 0375, 0176, 0260, 0054, 0013, 0216, 0343, 0240, 0050, 0212, 0271, 0256, 0050, 0212,
6573 0010, 0004, 0002, 0050, 0056, 0056, 0206, 0333, 0355, 0136, 0104, 0207, 0077, 0052, 0370, 0222,
6574 0046, 0164, 0366, 0354, 0131, 0034, 0072, 0164, 0010, 0373, 0366, 0355, 0203, 0333, 0355, 0306,
6575 0231, 0063, 0147, 0314, 0305, 0056, 0136, 0274, 0210, 0375, 0373, 0367, 0243, 0243, 0243, 0003,
6576 0045, 0045, 0045, 0270, 0161, 0343, 0206, 0371, 0336, 0323, 0247, 0117, 0261, 0167, 0357, 0136,
6577 0064, 0065, 0065, 0241, 0250, 0250, 0010, 0243, 0243, 0243, 0346, 0130, 0042, 0221, 0100, 0145,
6578 0145, 0045, 0274, 0136, 0057, 0030, 0206, 0101, 0042, 0221, 0310, 0011, 0225, 0322, 0331, 0002,
6579 0216, 0252, 0252, 0340, 0171, 0036, 0202, 0040, 0240, 0277, 0277, 0037, 0043, 0043, 0043, 0120,
6580 0125, 0025, 0232, 0246, 0101, 0323, 0064, 0244, 0323, 0151, 0110, 0222, 0204, 0307, 0217, 0037,
6581 0043, 0020, 0010, 0100, 0323, 0064, 0030, 0206, 0001, 0135, 0327, 0041, 0111, 0022, 0024, 0105,
6582 0101, 0060, 0030, 0104, 0054, 0026, 0203, 0256, 0353, 0346, 0237, 0251, 0252, 0012, 0135, 0327,
6583 0221, 0114, 0046, 0041, 0313, 0262, 0151, 0066, 0277, 0202, 0102, 0126, 0004, 0172, 0172, 0172,
6584 0160, 0353, 0326, 0055, 0004, 0002, 0001, 0064, 0064, 0064, 0340, 0370, 0361, 0343, 0230, 0236,
6585 0236, 0106, 0052, 0225, 0302, 0311, 0223, 0047, 0061, 0064, 0064, 0204, 0160, 0070, 0214, 0065,
6586 0153, 0326, 0140, 0367, 0356, 0335, 0110, 0044, 0022, 0020, 0004, 0001, 0133, 0266, 0154, 0101,
6587 0054, 0026, 0103, 0062, 0231, 0304, 0212, 0025, 0053, 0320, 0322, 0322, 0002, 0121, 0024, 0241,
6588 0050, 0012, 0312, 0312, 0312, 0220, 0112, 0245, 0020, 0211, 0104, 0300, 0262, 0054, 0130, 0226,
6589 0005, 0115, 0323, 0320, 0064, 0055, 0043, 0065, 0370, 0151, 0047, 0266, 0242, 0260, 0147, 0317,
6590 0036, 0264, 0267, 0267, 0103, 0024, 0105, 0170, 0275, 0136, 0070, 0034, 0016, 0163, 0154, 0373,
6591 0366, 0355, 0330, 0274, 0171, 0263, 0051, 0024, 0115, 0323, 0060, 0014, 0003, 0252, 0252, 0142,
6592 0335, 0272, 0165, 0130, 0266, 0154, 0031, 0134, 0056, 0227, 0111, 0263, 0242, 0050, 0342, 0313,
6593 0227, 0057, 0046, 0265, 0326, 0325, 0325, 0231, 0314, 0103, 0121, 0024, 0022, 0211, 0004, 0046,
6594 0047, 0047, 0241, 0353, 0072, 0306, 0306, 0306, 0176, 0230, 0112, 0351, 0157, 0015, 0160, 0034,
6595 0207, 0345, 0313, 0227, 0147, 0165, 0066, 0267, 0333, 0215, 0362, 0362, 0162, 0163, 0141, 0111,
6596 0222, 0060, 0067, 0067, 0007, 0237, 0317, 0207, 0120, 0050, 0204, 0017, 0037, 0076, 0230, 0357,
6597 0075, 0173, 0366, 0014, 0203, 0203, 0203, 0070, 0160, 0340, 0000, 0056, 0135, 0272, 0204, 0353,
6598 0327, 0257, 0147, 0010, 0324, 0323, 0323, 0203, 0303, 0207, 0017, 0243, 0277, 0277, 0037, 0273,
6599 0166, 0355, 0302, 0221, 0043, 0107, 0176, 0074, 0022, 0277, 0176, 0375, 0032, 0145, 0145, 0145,
6600 0177, 0373, 0104, 0216, 0374, 0266, 0106, 0142, 0012, 0200, 0101, 0170, 0371, 0173, 0223, 0260,
6601 0357, 0235, 0363, 0053, 0357, 0056, 0311, 0074, 0166, 0005, 0176, 0347, 0202, 0346, 0267, 0157,
6602 0071, 0325, 0142, 0347, 0316, 0235, 0177, 0150, 0232, 0326, 0233, 0112, 0245, 0226, 0121, 0137,
6603 0361, 0267, 0163, 0175, 0266, 0076, 0353, 0263, 0256, 0353, 0031, 0346, 0254, 0353, 0072, 0014,
6604 0303, 0040, 0114, 0247, 0225, 0226, 0226, 0276, 0254, 0252, 0252, 0372, 0347, 0340, 0340, 0340,
6605 0243, 0157, 0306, 0201, 0237, 0155, 0262, 0054, 0167, 0137, 0270, 0160, 0201, 0133, 0273, 0166,
6606 0255, 0051, 0030, 0021, 0300, 0052, 0050, 0271, 0133, 0205, 0043, 0124, 0054, 0010, 0202, 0031,
6607 0030, 0015, 0303, 0200, 0242, 0050, 0220, 0044, 0011, 0262, 0054, 0103, 0222, 0044, 0075, 0034,
6608 0016, 0127, 0366, 0365, 0365, 0235, 0005, 0220, 0173, 0005, 0044, 0111, 0372, 0107, 0143, 0143,
6609 0243, 0001, 0200, 0062, 0014, 0003, 0202, 0040, 0040, 0231, 0114, 0302, 0060, 0014, 0063, 0367,
6610 0047, 0054, 0142, 0057, 0021, 0013, 0012, 0012, 0340, 0164, 0072, 0121, 0134, 0134, 0234, 0301,
6611 0074, 0272, 0256, 0043, 0036, 0217, 0143, 0146, 0146, 0006, 0272, 0256, 0073, 0253, 0252, 0252,
6612 0252, 0171, 0236, 0257, 0371, 0323, 0070, 0360, 0063, 0215, 0246, 0151, 0212, 0141, 0030, 0332,
6613 0341, 0160, 0100, 0323, 0064, 0304, 0343, 0161, 0010, 0202, 0000, 0125, 0125, 0241, 0050, 0212,
6614 0231, 0216, 0130, 0315, 0304, 0060, 0014, 0263, 0200, 0042, 0343, 0144, 0367, 0111, 0043, 0001,
6615 0363, 0053, 0142, 0014, 0155, 0011, 0116, 0114, 0136, 0034, 0213, 0242, 0114, 0223, 0160, 0070,
6616 0034, 0346, 0116, 0223, 0313, 0216, 0102, 0066, 0144, 0254, 0025, 0030, 0171, 0046, 0233, 0140,
6617 0365, 0221, 0234, 0053, 0140, 0265, 0363, 0357, 0021, 0322, 0336, 0237, 0155, 0234, 0141, 0030,
6618 0350, 0272, 0016, 0105, 0121, 0240, 0050, 0112, 0006, 0072, 0071, 0127, 0300, 0152, 0032, 0326,
6619 0135, 0267, 0356, 0344, 0237, 0041, 0221, 0115, 0071, 0342, 0314, 0171, 0105, 0300, 0060, 0014,
6620 0263, 0002, 0263, 0042, 0140, 0067, 0243, 0357, 0331, 0165, 0273, 0223, 0023, 0005, 0354, 0031,
6621 0103, 0316, 0025, 0040, 0324, 0110, 0112, 0306, 0154, 0102, 0332, 0005, 0216, 0106, 0243, 0130,
6622 0130, 0130, 0000, 0105, 0121, 0140, 0131, 0026, 0065, 0065, 0065, 0213, 0362, 0037, 0125, 0125,
6623 0063, 0372, 0362, 0146, 0102, 0166, 0004, 0310, 0061, 0110, 0066, 0004, 0336, 0276, 0175, 0213,
6624 0341, 0341, 0141, 0360, 0074, 0237, 0101, 0235, 0054, 0313, 0242, 0263, 0263, 0323, 0074, 0055,
6625 0044, 0050, 0132, 0131, 0054, 0057, 0064, 0152, 0217, 0236, 0113, 0355, 0172, 0052, 0225, 0302,
6626 0335, 0273, 0167, 0301, 0363, 0074, 0132, 0133, 0133, 0315, 0032, 0204, 0145, 0131, 0360, 0074,
6627 0217, 0301, 0301, 0301, 0214, 0371, 0204, 0212, 0311, 0006, 0345, 0225, 0205, 0010, 0113, 0330,
6628 0205, 0266, 0042, 0361, 0342, 0305, 0013, 0000, 0100, 0153, 0153, 0053, 0332, 0333, 0333, 0115,
6629 0133, 0137, 0277, 0176, 0075, 0172, 0173, 0173, 0021, 0211, 0104, 0062, 0114, 0206, 0050, 0100,
6630 0314, 0063, 0157, 0076, 0220, 0115, 0140, 0073, 0003, 0121, 0024, 0205, 0155, 0333, 0266, 0241,
6631 0261, 0261, 0321, 0054, 0055, 0211, 0302, 0034, 0307, 0145, 0215, 0053, 0304, 0211, 0355, 0271,
6632 0023, 0223, 0353, 0000, 0146, 0127, 0206, 0010, 0154, 0265, 0161, 0162, 0371, 0174, 0076, 0120,
6633 0024, 0205, 0140, 0060, 0150, 0336, 0243, 0321, 0150, 0326, 0371, 0344, 0074, 0211, 0004, 0311,
6634 0274, 0041, 0100, 0056, 0173, 0104, 0315, 0106, 0241, 0217, 0036, 0075, 0202, 0337, 0357, 0317,
6635 0120, 0236, 0040, 0140, 0147, 0034, 0342, 0274, 0366, 0064, 0343, 0057, 0211, 0304, 0113, 0011,
6636 0317, 0262, 0054, 0332, 0332, 0332, 0300, 0161, 0034, 0174, 0076, 0037, 0070, 0216, 0103, 0117,
6637 0117, 0117, 0006, 0252, 0044, 0251, 0263, 0052, 0221, 0327, 0110, 0154, 0107, 0040, 0133, 0140,
6638 0042, 0073, 0157, 0247, 0113, 0102, 0251, 0166, 0024, 0110, 0156, 0365, 0227, 0040, 0140, 0075,
6639 0347, 0264, 0012, 0375, 0255, 0142, 0335, 0172, 0075, 0174, 0370, 0060, 0153, 0041, 0237, 0315,
6640 0174, 0362, 0232, 0112, 0330, 0063, 0111, 0073, 0012, 0325, 0325, 0325, 0210, 0106, 0243, 0030,
6641 0030, 0030, 0300, 0306, 0215, 0033, 0001, 0000, 0143, 0143, 0143, 0230, 0232, 0232, 0062, 0005,
6642 0237, 0237, 0237, 0067, 0175, 0042, 0233, 0371, 0344, 0074, 0220, 0221, 0035, 0042, 0371, 0376,
6643 0122, 0046, 0264, 0167, 0357, 0136, 0160, 0034, 0207, 0110, 0044, 0202, 0333, 0267, 0157, 0143,
6644 0140, 0140, 0000, 0074, 0317, 0343, 0340, 0301, 0203, 0150, 0154, 0154, 0004, 0000, 0004, 0002,
6645 0201, 0014, 0004, 0310, 0225, 0127, 0023, 0042, 0341, 0236, 0246, 0151, 0024, 0026, 0026, 0146,
6646 0315, 0361, 0051, 0212, 0202, 0307, 0343, 0301, 0261, 0143, 0307, 0020, 0211, 0104, 0300, 0363,
6647 0274, 0351, 0304, 0064, 0115, 0243, 0266, 0266, 0166, 0221, 0271, 0221, 0132, 0040, 0357, 0064,
6648 0152, 0215, 0230, 0116, 0247, 0023, 0105, 0105, 0105, 0031, 0177, 0110, 0004, 0042, 0010, 0125,
6649 0127, 0127, 0057, 0042, 0000, 0253, 0017, 0150, 0232, 0206, 0110, 0044, 0202, 0331, 0331, 0131,
6650 0250, 0252, 0272, 0350, 0244, 0220, 0311, 0065, 0003, 0131, 0363, 0366, 0124, 0052, 0005, 0105,
6651 0121, 0060, 0063, 0063, 0003, 0236, 0347, 0241, 0353, 0072, 0030, 0206, 0131, 0124, 0161, 0131,
6652 0063, 0130, 0373, 0011, 0205, 0252, 0252, 0170, 0377, 0376, 0075, 0142, 0261, 0230, 0371, 0155,
6653 0055, 0257, 0010, 0310, 0262, 0014, 0131, 0226, 0221, 0112, 0245, 0360, 0371, 0363, 0147, 0004,
6654 0203, 0101, 0114, 0116, 0116, 0232, 0305, 0075, 0021, 0200, 0246, 0151, 0060, 0014, 0143, 0072,
6655 0272, 0365, 0313, 0015, 0371, 0110, 0110, 0252, 0061, 0342, 0073, 0056, 0227, 0053, 0277, 0271,
6656 0220, 0246, 0151, 0110, 0046, 0223, 0340, 0171, 0036, 0023, 0023, 0023, 0010, 0004, 0002, 0010,
6657 0207, 0303, 0130, 0130, 0130, 0060, 0123, 0153, 0362, 0233, 0141, 0230, 0214, 0212, 0315, 0172,
6658 0046, 0144, 0065, 0025, 0247, 0323, 0151, 0052, 0371, 0165, 0223, 0124, 0115, 0323, 0362, 0123,
6659 0324, 0363, 0074, 0257, 0217, 0217, 0217, 0353, 0263, 0263, 0263, 0216, 0167, 0357, 0336, 0121,
6660 0261, 0130, 0014, 0202, 0040, 0300, 0351, 0164, 0232, 0002, 0222, 0372, 0200, 0120, 0256, 0235,
6661 0343, 0111, 0237, 0325, 0247, 0210, 0351, 0111, 0222, 0004, 0111, 0222, 0076, 0213, 0242, 0310,
6662 0346, 0345, 0144, 0216, 0343, 0270, 0177, 0171, 0074, 0236, 0123, 0232, 0246, 0121, 0262, 0054,
6663 0123, 0304, 0231, 0255, 0002, 0331, 0053, 0052, 0373, 0063, 0231, 0143, 0377, 0350, 0147, 0111,
6664 0253, 0205, 0164, 0072, 0375, 0157, 0105, 0121, 0172, 0360, 0377, 0366, 0067, 0150, 0377, 0001,
6665 0344, 0060, 0030, 0172, 0200, 0277, 0007, 0336, 0000, 0000, 0000, 0000, 0111, 0105, 0116, 0104,
6666 0256, 0102, 0140, 0202, 0133, 0220, 0004, 0047, 0000, 0050, 0165, 0165, 0141, 0171, 0051
6667 } };
6668 #else /* _MSC_VER */
66698 static const SECTION union { const guint8 data[106512]; const double alignment; void * const ptr;} ga_resource_data = {
66709 "\107\126\141\162\151\141\156\164\000\000\000\000\000\000\000\000"
667110 "\030\000\000\000\210\011\000\000\000\000\000\050\126\000\000\000"
133246663 "\253\205\164\072\375\157\105\121\172\360\377\366\067\150\377\001"
133256664 "\344\060\030\172\200\277\007\336\000\000\000\000\111\105\116\104"
133266665 "\256\102\140\202\133\220\004\047\000\050\165\165\141\171\051" };
13327 #endif /* !_MSC_VER */
133286666
133296667 static GStaticResource static_resource = { ga_resource_data.data, sizeof (ga_resource_data.data) - 1 /* nul terminator */, NULL, NULL, NULL };
133306668
133346672 {
133356673 return g_static_resource_get_resource (&static_resource);
133366674 }
6675 /* GLIB - Library of useful routines for C programming
6676 * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
6677 *
6678 * SPDX-License-Identifier: LGPL-2.1-or-later
6679 *
6680 * This library is free software; you can redistribute it and/or
6681 * modify it under the terms of the GNU Lesser General Public
6682 * License as published by the Free Software Foundation; either
6683 * version 2.1 of the License, or (at your option) any later version.
6684 *
6685 * This library is distributed in the hope that it will be useful,
6686 * but WITHOUT ANY WARRANTY; without even the implied warranty of
6687 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
6688 * Lesser General Public License for more details.
6689 *
6690 * You should have received a copy of the GNU Lesser General Public
6691 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
6692 */
6693
6694 /*
6695 * Modified by the GLib Team and others 1997-2000. See the AUTHORS
6696 * file for a list of people on the GLib Team. See the ChangeLog
6697 * files for a list of changes. These files are distributed with
6698 * GLib at ftp://ftp.gtk.org/pub/gtk/.
6699 */
6700
6701 #ifndef __G_CONSTRUCTOR_H__
6702 #define __G_CONSTRUCTOR_H__
6703
133376704 /*
133386705 If G_HAS_CONSTRUCTORS is true then the compiler support *both* constructors and
133396706 destructors, in a usable way, including e.g. on library unload. If not you're on
133636730
133646731 #elif defined (_MSC_VER) && (_MSC_VER >= 1500)
133656732 /* Visual studio 2008 and later has _Pragma */
6733
6734 /*
6735 * Only try to include gslist.h if not already included via glib.h,
6736 * so that items using gconstructor.h outside of GLib (such as
6737 * GResources) continue to build properly.
6738 */
6739 #ifndef __G_LIB_H__
6740 #include "gslist.h"
6741 #endif
133666742
133676743 #include <stdlib.h>
133686744
134566832 #endif
134576833
134586834 #endif /* __GTK_DOC_IGNORE__ */
6835 #endif /* __G_CONSTRUCTOR_H__ */
134596836
134606837 #ifdef G_HAS_CONSTRUCTORS
134616838
270270 ETAGS = @ETAGS@
271271 EXEEXT = @EXEEXT@
272272 FGREP = @FGREP@
273 FILECMD = @FILECMD@
273274 GDBUS_CODEGEN = @GDBUS_CODEGEN@
274275 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
275276 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
209209 ETAGS = @ETAGS@
210210 EXEEXT = @EXEEXT@
211211 FGREP = @FGREP@
212 FILECMD = @FILECMD@
212213 GDBUS_CODEGEN = @GDBUS_CODEGEN@
213214 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
214215 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
235235 ETAGS = @ETAGS@
236236 EXEEXT = @EXEEXT@
237237 FGREP = @FGREP@
238 FILECMD = @FILECMD@
238239 GDBUS_CODEGEN = @GDBUS_CODEGEN@
239240 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
240241 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
231231 ETAGS = @ETAGS@
232232 EXEEXT = @EXEEXT@
233233 FGREP = @FGREP@
234 FILECMD = @FILECMD@
234235 GDBUS_CODEGEN = @GDBUS_CODEGEN@
235236 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
236237 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
363363 *
364364 * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-gnome-SessionManager.Inhibit">Inhibit()</link> D-Bus method.
365365 *
366 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call dbus_session_manager_complete_inhibit() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
366 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call dbus_session_manager_complete_inhibit() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
367367 *
368368 * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.
369369 */
386386 *
387387 * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-gnome-SessionManager.Uninhibit">Uninhibit()</link> D-Bus method.
388388 *
389 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call dbus_session_manager_complete_uninhibit() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
389 * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call dbus_session_manager_complete_uninhibit() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
390390 *
391391 * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.
392392 */
240240 ETAGS = @ETAGS@
241241 EXEEXT = @EXEEXT@
242242 FGREP = @FGREP@
243 FILECMD = @FILECMD@
243244 GDBUS_CODEGEN = @GDBUS_CODEGEN@
244245 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
245246 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
66 -DGLIB_DISABLE_DEPRECATION_WARNINGS \
77 -DG_LOG_DOMAIN=\"org.gnome.gnome-applets.multiload\" \
88 -DG_LOG_USE_STRUCTURED=1 \
9 -DTIME_WITH_SYS_TIME=1 \
10 -DHAVE_SYS_TIME_H=1 \
911 $(NULL)
1012
1113 libmultiload_applet_la_CFLAGS = \
241241 ETAGS = @ETAGS@
242242 EXEEXT = @EXEEXT@
243243 FGREP = @FGREP@
244 FILECMD = @FILECMD@
244245 GDBUS_CODEGEN = @GDBUS_CODEGEN@
245246 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
246247 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
412413 -DGLIB_DISABLE_DEPRECATION_WARNINGS \
413414 -DG_LOG_DOMAIN=\"org.gnome.gnome-applets.multiload\" \
414415 -DG_LOG_USE_STRUCTURED=1 \
416 -DTIME_WITH_SYS_TIME=1 \
417 -DHAVE_SYS_TIME_H=1 \
415418 $(NULL)
416419
417420 libmultiload_applet_la_CFLAGS = \
66 -DG_LOG_DOMAIN=\"org.gnome.gnome-applets.net-speed\" \
77 -DG_LOG_USE_STRUCTURED=1 \
88 -DPKG_DATA_DIR=\""$(pkgdatadir)"\" \
9 -DTIME_WITH_SYS_TIME=1 \
10 -DHAVE_SYS_TIME_H=1 \
911 -I$(top_srcdir) \
1012 $(NULL)
1113
233233 ETAGS = @ETAGS@
234234 EXEEXT = @EXEEXT@
235235 FGREP = @FGREP@
236 FILECMD = @FILECMD@
236237 GDBUS_CODEGEN = @GDBUS_CODEGEN@
237238 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
238239 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
404405 -DG_LOG_DOMAIN=\"org.gnome.gnome-applets.net-speed\" \
405406 -DG_LOG_USE_STRUCTURED=1 \
406407 -DPKG_DATA_DIR=\""$(pkgdatadir)"\" \
408 -DTIME_WITH_SYS_TIME=1 \
409 -DHAVE_SYS_TIME_H=1 \
407410 -I$(top_srcdir) \
408411 $(NULL)
409412
236236 ETAGS = @ETAGS@
237237 EXEEXT = @EXEEXT@
238238 FGREP = @FGREP@
239 FILECMD = @FILECMD@
239240 GDBUS_CODEGEN = @GDBUS_CODEGEN@
240241 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
241242 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
249249
250250 self = STICKY_NOTES_APPLET (object);
251251
252 if (self->save_timeout_id != 0)
253 {
254 g_source_remove (self->save_timeout_id);
255 self->save_timeout_id = 0;
256 }
257
258 if (self->notes != NULL)
259 {
260 stickynotes_save_now (self);
261
262 g_list_free_full (self->notes, (GDestroyNotify) stickynote_free);
263 self->notes = NULL;
264 }
265
252266 g_clear_object (&self->icon_normal);
253267 g_clear_object (&self->icon_prelight);
254268
269 g_clear_pointer (&self->destroy_all_dialog, gtk_widget_destroy);
255270 g_clear_pointer (&self->w_prefs, gtk_widget_destroy);
271
272 g_clear_object (&self->settings);
256273
257274 G_OBJECT_CLASS (sticky_notes_applet_parent_class)->dispose (object);
258275 }
633650 self->panel_orient = orientation;
634651 }
635652
636 static void
637 applet_destroy_cb (GtkWidget *widget,
638 StickyNotesApplet *applet)
639 {
640 GList *notes;
641
642 stickynotes_save_now (applet);
643
644 if (applet->destroy_all_dialog != NULL)
645 gtk_widget_destroy (applet->destroy_all_dialog);
646
647 notes = applet->notes;
648 while (notes) {
649 StickyNote *note = notes->data;
650 stickynote_free (note);
651 notes = g_list_next (notes);
652 }
653 }
654
655653 /* Create a Sticky Notes applet */
656654 static void
657655 sticky_notes_applet_new (StickyNotesApplet *applet)
715713 G_CALLBACK(applet_size_allocate_cb), applet);
716714 g_signal_connect(applet, "placement-changed",
717715 G_CALLBACK(applet_placement_changed_cb), applet);
718 g_signal_connect(applet, "destroy",
719 G_CALLBACK(applet_destroy_cb), applet);
720716
721717 atk_obj = gtk_widget_get_accessible (GTK_WIDGET (applet));
722718 atk_object_set_name (atk_obj, _("Sticky Notes"));
5151
5252 GtkWidget *w_prefs;
5353
54 gboolean save_scheduled;
54 guint save_timeout_id;
5555
5656 GList *notes;
5757
11441144 char *notes_file;
11451145 xmlDocPtr doc;
11461146 xmlNodePtr root;
1147 WnckHandle *wnck_handle;
11471148 WnckScreen *wnck_screen;
11481149 const gchar *title;
11491150 GtkTextBuffer *buffer;
11631164 if (applet->notes == NULL) {
11641165 g_unlink (notes_file);
11651166 g_free (notes_file);
1166
1167 applet->save_scheduled = FALSE;
11681167 return;
11691168 }
11701169
11751174 xmlDocSetRootElement(doc, root);
11761175 xmlNewProp(root, XML_CHAR("version"), XML_CHAR (VERSION));
11771176
1178 wnck_screen = wnck_screen_get_default ();
1177 wnck_handle = wnck_handle_new (WNCK_CLIENT_TYPE_APPLICATION);
1178 wnck_screen = wnck_handle_get_default_screen (wnck_handle);
11791179 wnck_screen_force_update (wnck_screen);
11801180
11811181 /* For all sticky notes */
11951195 gchar *y_str = g_strdup_printf("%d", note->y);
11961196
11971197 xid = GDK_WINDOW_XID (gtk_widget_get_window (note->w_window));
1198 wnck_win = wnck_window_get (xid);
1198 wnck_win = wnck_handle_get_window (wnck_handle, xid);
11991199
12001200 if (!g_settings_get_boolean (note->applet->settings, KEY_STICKY) &&
12011201 wnck_win)
12531253 g_free(body);
12541254 }
12551255
1256 g_clear_object (&wnck_handle);
1257
12561258 {
12571259 char *tmp_file;
12581260
12681270
12691271 g_free (notes_file);
12701272 xmlFreeDoc(doc);
1271
1272 applet->save_scheduled = FALSE;
12731273 }
12741274
12751275 static gboolean
12781278 StickyNotesApplet *applet;
12791279
12801280 applet = STICKY_NOTES_APPLET (user_data);
1281 applet->save_timeout_id = 0;
12811282
12821283 stickynotes_save_now (applet);
12831284
12881289 stickynotes_save (StickyNotesApplet *applet)
12891290 {
12901291 /* If a save isn't already schedules, save everything a minute from now. */
1291 if (!applet->save_scheduled) {
1292 g_timeout_add_seconds (60, stickynotes_save_cb, applet);
1293 applet->save_scheduled = TRUE;
1294 }
1292 if (applet->save_timeout_id != 0)
1293 return;
1294
1295 applet->save_timeout_id = g_timeout_add_seconds (60,
1296 stickynotes_save_cb,
1297 applet);
12951298 }
12961299
12971300 static char *
227227 ETAGS = @ETAGS@
228228 EXEEXT = @EXEEXT@
229229 FGREP = @FGREP@
230 FILECMD = @FILECMD@
230231 GDBUS_CODEGEN = @GDBUS_CODEGEN@
231232 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
232233 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
241241 ETAGS = @ETAGS@
242242 EXEEXT = @EXEEXT@
243243 FGREP = @FGREP@
244 FILECMD = @FILECMD@
244245 GDBUS_CODEGEN = @GDBUS_CODEGEN@
245246 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
246247 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
229229 ETAGS = @ETAGS@
230230 EXEEXT = @EXEEXT@
231231 FGREP = @FGREP@
232 FILECMD = @FILECMD@
232233 GDBUS_CODEGEN = @GDBUS_CODEGEN@
233234 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
234235 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
278278 ETAGS = @ETAGS@
279279 EXEEXT = @EXEEXT@
280280 FGREP = @FGREP@
281 FILECMD = @FILECMD@
281282 GDBUS_CODEGEN = @GDBUS_CODEGEN@
282283 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
283284 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
0 NULL =
1
2 ambiancedir = $(pkgdatadir)/window-buttons-applet/themes/ambiance
3 ambiance_DATA = \
4 ambiance/close-clicked.png \
5 ambiance/close-focused.png \
6 ambiance/close-hover.png \
7 ambiance/close-unfocused.png \
8 ambiance/maximize-clicked.png \
9 ambiance/maximize-focused.png \
10 ambiance/maximize-hover.png \
11 ambiance/maximize-unfocused.png \
12 ambiance/minimize-clicked.png \
13 ambiance/minimize-focused.png \
14 ambiance/minimize-hover.png \
15 ambiance/minimize-unfocused.png \
16 ambiance/unmaximize-clicked.png \
17 ambiance/unmaximize-focused.png \
18 ambiance/unmaximize-hover.png \
19 ambiance/unmaximize-unfocused.png \
20 $(NULL)
21
22 ambiance_maverickdir = $(pkgdatadir)/window-buttons-applet/themes/ambiance-maverick
23 ambiance_maverick_DATA = \
24 ambiance-maverick/bg.png \
25 ambiance-maverick/close-focused-clicked.png \
26 ambiance-maverick/close-focused-hover.png \
27 ambiance-maverick/close-focused-normal.png \
28 ambiance-maverick/close-unfocused-clicked.png \
29 ambiance-maverick/close-unfocused-hover.png \
30 ambiance-maverick/close-unfocused-normal.png \
31 ambiance-maverick/maximize-focused-clicked.png \
32 ambiance-maverick/maximize-focused-hover.png \
33 ambiance-maverick/maximize-focused-normal.png \
34 ambiance-maverick/maximize-unfocused-clicked.png \
35 ambiance-maverick/maximize-unfocused-hover.png \
36 ambiance-maverick/maximize-unfocused-normal.png \
37 ambiance-maverick/minimize-focused-clicked.png \
38 ambiance-maverick/minimize-focused-hover.png \
39 ambiance-maverick/minimize-focused-normal.png \
40 ambiance-maverick/minimize-unfocused-clicked.png \
41 ambiance-maverick/minimize-unfocused-hover.png \
42 ambiance-maverick/minimize-unfocused-normal.png \
43 ambiance-maverick/unmaximize-focused-clicked.png \
44 ambiance-maverick/unmaximize-focused-hover.png \
45 ambiance-maverick/unmaximize-focused-normal.png \
46 ambiance-maverick/unmaximize-unfocused-clicked.png \
47 ambiance-maverick/unmaximize-unfocused-hover.png \
48 ambiance-maverick/unmaximize-unfocused-normal.png \
49 $(NULL)
50
51 ambiance_x_studiodir = $(pkgdatadir)/window-buttons-applet/themes/ambiance-x-studio
52 ambiance_x_studio_DATA = \
53 ambiance-x-studio/close-clicked.png \
54 ambiance-x-studio/close-focused.png \
55 ambiance-x-studio/close-hover.png \
56 ambiance-x-studio/close-unfocused.png \
57 ambiance-x-studio/maximize-clicked.png \
58 ambiance-x-studio/maximize-focused.png \
59 ambiance-x-studio/maximize-hover.png \
60 ambiance-x-studio/maximize-unfocused.png \
61 ambiance-x-studio/minimize-clicked.png \
62 ambiance-x-studio/minimize-focused.png \
63 ambiance-x-studio/minimize-hover.png \
64 ambiance-x-studio/minimize-unfocused.png \
65 ambiance-x-studio/unmaximize-clicked.png \
66 ambiance-x-studio/unmaximize-focused.png \
67 ambiance-x-studio/unmaximize-hover.png \
68 ambiance-x-studio/unmaximize-unfocused.png \
69 $(NULL)
70
71 antiquedir = $(pkgdatadir)/window-buttons-applet/themes/antique
72 antique_DATA = \
73 antique/close-clicked.png \
74 antique/close-focused.png \
75 antique/close-hover.png \
76 antique/close-unfocused.png \
77 antique/maximize-clicked.png \
78 antique/maximize-focused.png \
79 antique/maximize-hover.png \
80 antique/maximize-unfocused.png \
81 antique/minimize-clicked.png \
82 antique/minimize-focused.png \
83 antique/minimize-hover.png \
84 antique/minimize-unfocused.png \
85 antique/unmaximize-clicked.png \
86 antique/unmaximize-focused.png \
87 antique/unmaximize-hover.png \
88 antique/unmaximize-unfocused.png \
89 $(NULL)
90
91 blazedir = $(pkgdatadir)/window-buttons-applet/themes/blaze
92 blaze_DATA = \
93 blaze/close-clicked.png \
94 blaze/close-focused.png \
95 blaze/close-hover.png \
96 blaze/close-unfocused.png \
97 blaze/maximize-clicked.png \
98 blaze/maximize-focused.png \
99 blaze/maximize-hover.png \
100 blaze/maximize-unfocused.png \
101 blaze/minimize-clicked.png \
102 blaze/minimize-focused.png \
103 blaze/minimize-hover.png \
104 blaze/minimize-unfocused.png \
105 blaze/unmaximize-clicked.png \
106 blaze/unmaximize-focused.png \
107 blaze/unmaximize-hover.png \
108 blaze/unmaximize-unfocused.png \
109 $(NULL)
110
111 blaze_colordir = $(pkgdatadir)/window-buttons-applet/themes/blaze-color
112 blaze_color_DATA = \
113 blaze-color/close-clicked.png \
114 blaze-color/close-focused.png \
115 blaze-color/close-hover.png \
116 blaze-color/close-unfocused.png \
117 blaze-color/maximize-clicked.png \
118 blaze-color/maximize-focused.png \
119 blaze-color/maximize-hover.png \
120 blaze-color/maximize-unfocused.png \
121 blaze-color/minimize-clicked.png \
122 blaze-color/minimize-focused.png \
123 blaze-color/minimize-hover.png \
124 blaze-color/minimize-unfocused.png \
125 blaze-color/unmaximize-clicked.png \
126 blaze-color/unmaximize-focused.png \
127 blaze-color/unmaximize-hover.png \
128 blaze-color/unmaximize-unfocused.png \
129 $(NULL)
130
131 blubuntudir = $(pkgdatadir)/window-buttons-applet/themes/blubuntu
132 blubuntu_DATA = \
133 blubuntu/close-clicked.png \
134 blubuntu/close-focused.png \
135 blubuntu/close-hover.png \
136 blubuntu/close-unfocused.png \
137 blubuntu/maximize-clicked.png \
138 blubuntu/maximize-focused.png \
139 blubuntu/maximize-hover.png \
140 blubuntu/maximize-unfocused.png \
141 blubuntu/minimize-clicked.png \
142 blubuntu/minimize-focused.png \
143 blubuntu/minimize-hover.png \
144 blubuntu/minimize-unfocused.png \
145 blubuntu/unmaximize-clicked.png \
146 blubuntu/unmaximize-focused.png \
147 blubuntu/unmaximize-hover.png \
148 blubuntu/unmaximize-unfocused.png \
149 $(NULL)
150
151 defaultdir = $(pkgdatadir)/window-buttons-applet/themes/default
152 default_DATA = \
153 default/close-focused-clicked.png \
154 default/close-focused-hover.png \
155 default/close-focused-normal.png \
156 default/close-unfocused-clicked.png \
157 default/close-unfocused-hover.png \
158 default/close-unfocused-normal.png \
159 default/maximize-focused-clicked.png \
160 default/maximize-focused-hover.png \
161 default/maximize-focused-normal.png \
162 default/maximize-unfocused-clicked.png \
163 default/maximize-unfocused-hover.png \
164 default/maximize-unfocused-normal.png \
165 default/minimize-focused-clicked.png \
166 default/minimize-focused-hover.png \
167 default/minimize-focused-normal.png \
168 default/minimize-unfocused-clicked.png \
169 default/minimize-unfocused-hover.png \
170 default/minimize-unfocused-normal.png \
171 default/unmaximize-focused-clicked.png \
172 default/unmaximize-focused-hover.png \
173 default/unmaximize-focused-normal.png \
174 default/unmaximize-unfocused-clicked.png \
175 default/unmaximize-unfocused-hover.png \
176 default/unmaximize-unfocused-normal.png \
177 $(NULL)
178
179 dustdir = $(pkgdatadir)/window-buttons-applet/themes/dust
180 dust_DATA = \
181 dust/close-clicked.png \
182 dust/close-focused.png \
183 dust/close-hover.png \
184 dust/close-unfocused.png \
185 dust/maximize-clicked.png \
186 dust/maximize-focused.png \
187 dust/maximize-hover.png \
188 dust/maximize-unfocused.png \
189 dust/minimize-clicked.png \
190 dust/minimize-focused.png \
191 dust/minimize-hover.png \
192 dust/minimize-unfocused.png \
193 dust/unmaximize-clicked.png \
194 dust/unmaximize-focused.png \
195 dust/unmaximize-hover.png \
196 dust/unmaximize-unfocused.png \
197 $(NULL)
198
199 dust_invertdir = $(pkgdatadir)/window-buttons-applet/themes/dust-invert
200 dust_invert_DATA = \
201 dust-invert/close-clicked.png \
202 dust-invert/close-focused.png \
203 dust-invert/close-hover.png \
204 dust-invert/close-unfocused.png \
205 dust-invert/maximize-clicked.png \
206 dust-invert/maximize-focused.png \
207 dust-invert/maximize-hover.png \
208 dust-invert/maximize-unfocused.png \
209 dust-invert/minimize-clicked.png \
210 dust-invert/minimize-focused.png \
211 dust-invert/minimize-hover.png \
212 dust-invert/minimize-unfocused.png \
213 dust-invert/unmaximize-clicked.png \
214 dust-invert/unmaximize-focused.png \
215 dust-invert/unmaximize-hover.png \
216 dust-invert/unmaximize-unfocused.png \
217 $(NULL)
218
219 dust_sanddir = $(pkgdatadir)/window-buttons-applet/themes/dust-sand
220 dust_sand_DATA = \
221 dust-sand/close-clicked.png \
222 dust-sand/close-focused.png \
223 dust-sand/close-hover.png \
224 dust-sand/close-unfocused.png \
225 dust-sand/maximize-clicked.png \
226 dust-sand/maximize-focused.png \
227 dust-sand/maximize-hover.png \
228 dust-sand/maximize-unfocused.png \
229 dust-sand/minimize-clicked.png \
230 dust-sand/minimize-focused.png \
231 dust-sand/minimize-hover.png \
232 dust-sand/minimize-unfocused.png \
233 dust-sand/unmaximize-clicked.png \
234 dust-sand/unmaximize-focused.png \
235 dust-sand/unmaximize-hover.png \
236 dust-sand/unmaximize-unfocused.png \
237 $(NULL)
238
239 elementarydir = $(pkgdatadir)/window-buttons-applet/themes/elementary
240 elementary_DATA = \
241 elementary/close-clicked.png \
242 elementary/close-focused.png \
243 elementary/close-hover.png \
244 elementary/close-unfocused.png \
245 elementary/maximize-clicked.png \
246 elementary/maximize-focused.png \
247 elementary/maximize-hover.png \
248 elementary/maximize-unfocused.png \
249 elementary/minimize-clicked.png \
250 elementary/minimize-focused.png \
251 elementary/minimize-hover.png \
252 elementary/minimize-unfocused.png \
253 elementary/unmaximize-clicked.png \
254 elementary/unmaximize-focused.png \
255 elementary/unmaximize-hover.png \
256 elementary/unmaximize-unfocused.png \
257 elementary/README \
258 $(NULL)
259
260 equinox_glassdir = $(pkgdatadir)/window-buttons-applet/themes/equinox-glass
261 equinox_glass_DATA = \
262 equinox-glass/close-clicked.png \
263 equinox-glass/close-focused.png \
264 equinox-glass/close-hover.png \
265 equinox-glass/close-unfocused.png \
266 equinox-glass/maximize-clicked.png \
267 equinox-glass/maximize-focused.png \
268 equinox-glass/maximize-hover.png \
269 equinox-glass/maximize-unfocused.png \
270 equinox-glass/minimize-clicked.png \
271 equinox-glass/minimize-focused.png \
272 equinox-glass/minimize-hover.png \
273 equinox-glass/minimize-unfocused.png \
274 equinox-glass/unmaximize-clicked.png \
275 equinox-glass/unmaximize-focused.png \
276 equinox-glass/unmaximize-hover.png \
277 equinox-glass/unmaximize-unfocused.png \
278 equinox-glass/README \
279 $(NULL)
280
281 humandir = $(pkgdatadir)/window-buttons-applet/themes/human
282 human_DATA = \
283 human/close-clicked.png \
284 human/close-focused.png \
285 human/close-hover.png \
286 human/close-unfocused.png \
287 human/maximize-clicked.png \
288 human/maximize-focused.png \
289 human/maximize-hover.png \
290 human/maximize-unfocused.png \
291 human/minimize-clicked.png \
292 human/minimize-focused.png \
293 human/minimize-hover.png \
294 human/minimize-unfocused.png \
295 human/unmaximize-clicked.png \
296 human/unmaximize-focused.png \
297 human/unmaximize-hover.png \
298 human/unmaximize-unfocused.png \
299 $(NULL)
300
301 human_thindir = $(pkgdatadir)/window-buttons-applet/themes/human-thin
302 human_thin_DATA = \
303 human-thin/close-clicked.png \
304 human-thin/close-focused.png \
305 human-thin/close-hover.png \
306 human-thin/close-unfocused.png \
307 human-thin/maximize-clicked.png \
308 human-thin/maximize-focused.png \
309 human-thin/maximize-hover.png \
310 human-thin/maximize-unfocused.png \
311 human-thin/minimize-clicked.png \
312 human-thin/minimize-focused.png \
313 human-thin/minimize-hover.png \
314 human-thin/minimize-unfocused.png \
315 human-thin/unmaximize-clicked.png \
316 human-thin/unmaximize-focused.png \
317 human-thin/unmaximize-hover.png \
318 human-thin/unmaximize-unfocused.png \
319 $(NULL)
320
321 new_hopedir = $(pkgdatadir)/window-buttons-applet/themes/new-hope
322 new_hope_DATA = \
323 new-hope/close-clicked.png \
324 new-hope/close-focused.png \
325 new-hope/close-hover.png \
326 new-hope/close-unfocused.png \
327 new-hope/maximize-clicked.png \
328 new-hope/maximize-focused.png \
329 new-hope/maximize-hover.png \
330 new-hope/maximize-unfocused.png \
331 new-hope/minimize-clicked.png \
332 new-hope/minimize-focused.png \
333 new-hope/minimize-hover.png \
334 new-hope/minimize-unfocused.png \
335 new-hope/unmaximize-clicked.png \
336 new-hope/unmaximize-focused.png \
337 new-hope/unmaximize-hover.png \
338 new-hope/unmaximize-unfocused.png \
339 $(NULL)
340
341 planodir = $(pkgdatadir)/window-buttons-applet/themes/plano
342 plano_DATA = \
343 plano/close-clicked.png \
344 plano/close-focused.png \
345 plano/close-hover.png \
346 plano/close-unfocused.png \
347 plano/maximize-clicked.png \
348 plano/maximize-focused.png \
349 plano/maximize-hover.png \
350 plano/maximize-unfocused.png \
351 plano/minimize-clicked.png \
352 plano/minimize-focused.png \
353 plano/minimize-hover.png \
354 plano/minimize-unfocused.png \
355 plano/unmaximize-clicked.png \
356 plano/unmaximize-focused.png \
357 plano/unmaximize-hover.png \
358 plano/unmaximize-unfocused.png \
359 $(NULL)
360
361 radiancedir = $(pkgdatadir)/window-buttons-applet/themes/radiance
362 radiance_DATA = \
363 radiance/close-clicked.png \
364 radiance/close-focused.png \
365 radiance/close-hover.png \
366 radiance/close-unfocused.png \
367 radiance/maximize-clicked.png \
368 radiance/maximize-focused.png \
369 radiance/maximize-hover.png \
370 radiance/maximize-unfocused.png \
371 radiance/minimize-clicked.png \
372 radiance/minimize-focused.png \
373 radiance/minimize-hover.png \
374 radiance/minimize-unfocused.png \
375 radiance/unmaximize-clicked.png \
376 radiance/unmaximize-focused.png \
377 radiance/unmaximize-hover.png \
378 radiance/unmaximize-unfocused.png \
379 $(NULL)
380
381 radiance_maverickdir = $(pkgdatadir)/window-buttons-applet/themes/radiance-maverick
382 radiance_maverick_DATA = \
383 radiance-maverick/close-focused-clicked.png \
384 radiance-maverick/close-focused-hover.png \
385 radiance-maverick/close-focused-normal.png \
386 radiance-maverick/close-unfocused-clicked.png \
387 radiance-maverick/close-unfocused-hover.png \
388 radiance-maverick/close-unfocused-normal.png \
389 radiance-maverick/maximize-focused-clicked.png \
390 radiance-maverick/maximize-focused-hover.png \
391 radiance-maverick/maximize-focused-normal.png \
392 radiance-maverick/maximize-unfocused-clicked.png \
393 radiance-maverick/maximize-unfocused-hover.png \
394 radiance-maverick/maximize-unfocused-normal.png \
395 radiance-maverick/minimize-focused-clicked.png \
396 radiance-maverick/minimize-focused-hover.png \
397 radiance-maverick/minimize-focused-normal.png \
398 radiance-maverick/minimize-unfocused-clicked.png \
399 radiance-maverick/minimize-unfocused-hover.png \
400 radiance-maverick/minimize-unfocused-normal.png \
401 radiance-maverick/unmaximize-focused-clicked.png \
402 radiance-maverick/unmaximize-focused-hover.png \
403 radiance-maverick/unmaximize-focused-normal.png \
404 radiance-maverick/unmaximize-unfocused-clicked.png \
405 radiance-maverick/unmaximize-unfocused-hover.png \
406 radiance-maverick/unmaximize-unfocused-normal.png \
407 $(NULL)
408
409 sorbetdir = $(pkgdatadir)/window-buttons-applet/themes/sorbet
410 sorbet_DATA = \
411 sorbet/close-clicked.png \
412 sorbet/close-focused.png \
413 sorbet/close-hover.png \
414 sorbet/close-unfocused.png \
415 sorbet/maximize-clicked.png \
416 sorbet/maximize-focused.png \
417 sorbet/maximize-hover.png \
418 sorbet/maximize-unfocused.png \
419 sorbet/minimize-clicked.png \
420 sorbet/minimize-focused.png \
421 sorbet/minimize-hover.png \
422 sorbet/minimize-unfocused.png \
423 sorbet/unmaximize-clicked.png \
424 sorbet/unmaximize-focused.png \
425 sorbet/unmaximize-hover.png \
426 sorbet/unmaximize-unfocused.png \
427 $(NULL)
428
429 WoWdir = $(pkgdatadir)/window-buttons-applet/themes/WoW
430 WoW_DATA = \
431 WoW/close-clicked.png \
432 WoW/close-focused.png \
433 WoW/close-hover.png \
434 WoW/close-unfocused.png \
435 WoW/maximize-clicked.png \
436 WoW/maximize-focused.png \
437 WoW/maximize-hover.png \
438 WoW/maximize-unfocused.png \
439 WoW/minimize-clicked.png \
440 WoW/minimize-focused.png \
441 WoW/minimize-hover.png \
442 WoW/minimize-unfocused.png \
443 WoW/unmaximize-clicked.png \
444 WoW/unmaximize-focused.png \
445 WoW/unmaximize-hover.png \
446 WoW/unmaximize-unfocused.png \
447 $(NULL)
0448
1449 EXTRA_DIST = \
2 $(default_DATA) \
3 $(themes_DATA) \
450 $(ambiance_DATA) \
451 $(ambiance_maverick_DATA) \
452 $(ambiance_x_studio_DATA) \
453 $(antique_DATA) \
454 $(blaze_DATA) \
455 $(blaze_color_DATA) \
456 $(blubuntu_DATA) \
4457 $(default_DATA) \
5458 $(dust_DATA) \
459 $(dust_invert_DATA) \
460 $(dust_sand_DATA) \
461 $(elementary_DATA) \
462 $(equinox_glass_DATA) \
6463 $(human_DATA) \
7464 $(human_thin_DATA) \
8 $(dust_sand_DATA) \
9 $(blaze_DATA) \
10 $(blaze_color_DATA) \
11 $(antique_DATA) \
12 $(ambiance_DATA) \
13 $(dust_invert_DATA) \
14 $(elementary_DATA) \
465 $(new_hope_DATA) \
466 $(plano_DATA) \
15467 $(radiance_DATA) \
468 $(radiance_maverick_DATA) \
469 $(sorbet_DATA) \
16470 $(WoW_DATA) \
17 $(ambiance_x_studio_DATA) \
18 $(sorbet_DATA) \
19 $(ambiance_maverick_DATA) \
20 $(radiance_maverick_DATA) \
21 $(equinox_glass_DATA) \
22 $(plano_DATA) \
23 $(new_hope_DATA) \
24 $(blubuntu_DATA)
25
26 default_DATA = $(wildcard default/*.png)
27 defaultdir = $(pkgdatadir)/window-buttons-applet/themes/default
28
29 dust_DATA = $(wildcard dust/*.png)
30 dustdir = $(pkgdatadir)/window-buttons-applet/themes/dust
31
32 human_DATA = $(wildcard human/*.png)
33 humandir = $(pkgdatadir)/window-buttons-applet/themes/human
34
35 human_thin_DATA = $(wildcard human-thin/*.png)
36 human_thindir = $(pkgdatadir)/window-buttons-applet/themes/human-thin
37
38 dust_sand_DATA = $(wildcard dust-sand/*.png)
39 dust_sanddir = $(pkgdatadir)/window-buttons-applet/themes/dust-sand
40
41 blaze_DATA = $(wildcard blaze/*.png)
42 blazedir = $(pkgdatadir)/window-buttons-applet/themes/blaze
43
44 blaze_color_DATA = $(wildcard blaze-color/*.png)
45 blaze_colordir = $(pkgdatadir)/window-buttons-applet/themes/blaze-color
46
47 antique_DATA = $(wildcard antique/*.png)
48 antiquedir = $(pkgdatadir)/window-buttons-applet/themes/antique
49
50 ambiance_DATA = $(wildcard ambiance/*.png)
51 ambiancedir = $(pkgdatadir)/window-buttons-applet/themes/ambiance
52
53 dust_invert_DATA = $(wildcard dust-invert/*.png)
54 dust_invertdir = $(pkgdatadir)/window-buttons-applet/themes/dust-invert
55
56 elementary_DATA = $(wildcard elementary/*.png) \
57 elementary/README
58 elementarydir = $(pkgdatadir)/window-buttons-applet/themes/elementary
59
60 radiance_DATA = $(wildcard radiance/*.png)
61 radiancedir = $(pkgdatadir)/window-buttons-applet/themes/radiance
62
63 WoW_DATA = $(wildcard WoW/*.png)
64 WoWdir = $(pkgdatadir)/window-buttons-applet/themes/WoW
65
66 ambiance_x_studio_DATA = $(wildcard ambiance-x-studio/*.png)
67 ambiance_x_studiodir = $(pkgdatadir)/window-buttons-applet/themes/ambiance-x-studio
68
69 sorbet_DATA = $(wildcard sorbet/*.png)
70 sorbetdir = $(pkgdatadir)/window-buttons-applet/themes/sorbet
71
72 ambiance_maverick_DATA = $(wildcard ambiance-maverick/*.png)
73 ambiance_maverickdir = $(pkgdatadir)/window-buttons-applet/themes/ambiance-maverick
74
75 radiance_maverick_DATA = $(wildcard radiance-maverick/*.png)
76 radiance_maverickdir = $(pkgdatadir)/window-buttons-applet/themes/radiance-maverick
77
78 equinox_glass_DATA = $(wildcard equinox-glass/*.png) \
79 equinox-glass/README
80 equinox_glassdir = $(pkgdatadir)/window-buttons-applet/themes/equinox-glass
81
82 plano_DATA = $(wildcard plano/*.png)
83 planodir = $(pkgdatadir)/window-buttons-applet/themes/plano
84
85 new_hope_DATA = $(wildcard new-hope/*.png)
86 new_hopedir = $(pkgdatadir)/window-buttons-applet/themes/new-hope
87
88 blubuntu_DATA = $(wildcard blubuntu/*.png)
89 blubuntudir = $(pkgdatadir)/window-buttons-applet/themes/blubuntu
471 $(NULL)
90472
91473 -include $(top_srcdir)/git.mk
216216 ETAGS = @ETAGS@
217217 EXEEXT = @EXEEXT@
218218 FGREP = @FGREP@
219 FILECMD = @FILECMD@
219220 GDBUS_CODEGEN = @GDBUS_CODEGEN@
220221 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
221222 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
380381 top_build_prefix = @top_build_prefix@
381382 top_builddir = @top_builddir@
382383 top_srcdir = @top_srcdir@
384 NULL =
385 ambiancedir = $(pkgdatadir)/window-buttons-applet/themes/ambiance
386 ambiance_DATA = \
387 ambiance/close-clicked.png \
388 ambiance/close-focused.png \
389 ambiance/close-hover.png \
390 ambiance/close-unfocused.png \
391 ambiance/maximize-clicked.png \
392 ambiance/maximize-focused.png \
393 ambiance/maximize-hover.png \
394 ambiance/maximize-unfocused.png \
395 ambiance/minimize-clicked.png \
396 ambiance/minimize-focused.png \
397 ambiance/minimize-hover.png \
398 ambiance/minimize-unfocused.png \
399 ambiance/unmaximize-clicked.png \
400 ambiance/unmaximize-focused.png \
401 ambiance/unmaximize-hover.png \
402 ambiance/unmaximize-unfocused.png \
403 $(NULL)
404
405 ambiance_maverickdir = $(pkgdatadir)/window-buttons-applet/themes/ambiance-maverick
406 ambiance_maverick_DATA = \
407 ambiance-maverick/bg.png \
408 ambiance-maverick/close-focused-clicked.png \
409 ambiance-maverick/close-focused-hover.png \
410 ambiance-maverick/close-focused-normal.png \
411 ambiance-maverick/close-unfocused-clicked.png \
412 ambiance-maverick/close-unfocused-hover.png \
413 ambiance-maverick/close-unfocused-normal.png \
414 ambiance-maverick/maximize-focused-clicked.png \
415 ambiance-maverick/maximize-focused-hover.png \
416 ambiance-maverick/maximize-focused-normal.png \
417 ambiance-maverick/maximize-unfocused-clicked.png \
418 ambiance-maverick/maximize-unfocused-hover.png \
419 ambiance-maverick/maximize-unfocused-normal.png \
420 ambiance-maverick/minimize-focused-clicked.png \
421 ambiance-maverick/minimize-focused-hover.png \
422 ambiance-maverick/minimize-focused-normal.png \
423 ambiance-maverick/minimize-unfocused-clicked.png \
424 ambiance-maverick/minimize-unfocused-hover.png \
425 ambiance-maverick/minimize-unfocused-normal.png \
426 ambiance-maverick/unmaximize-focused-clicked.png \
427 ambiance-maverick/unmaximize-focused-hover.png \
428 ambiance-maverick/unmaximize-focused-normal.png \
429 ambiance-maverick/unmaximize-unfocused-clicked.png \
430 ambiance-maverick/unmaximize-unfocused-hover.png \
431 ambiance-maverick/unmaximize-unfocused-normal.png \
432 $(NULL)
433
434 ambiance_x_studiodir = $(pkgdatadir)/window-buttons-applet/themes/ambiance-x-studio
435 ambiance_x_studio_DATA = \
436 ambiance-x-studio/close-clicked.png \
437 ambiance-x-studio/close-focused.png \
438 ambiance-x-studio/close-hover.png \
439 ambiance-x-studio/close-unfocused.png \
440 ambiance-x-studio/maximize-clicked.png \
441 ambiance-x-studio/maximize-focused.png \
442 ambiance-x-studio/maximize-hover.png \
443 ambiance-x-studio/maximize-unfocused.png \
444 ambiance-x-studio/minimize-clicked.png \
445 ambiance-x-studio/minimize-focused.png \
446 ambiance-x-studio/minimize-hover.png \
447 ambiance-x-studio/minimize-unfocused.png \
448 ambiance-x-studio/unmaximize-clicked.png \
449 ambiance-x-studio/unmaximize-focused.png \
450 ambiance-x-studio/unmaximize-hover.png \
451 ambiance-x-studio/unmaximize-unfocused.png \
452 $(NULL)
453
454 antiquedir = $(pkgdatadir)/window-buttons-applet/themes/antique
455 antique_DATA = \
456 antique/close-clicked.png \
457 antique/close-focused.png \
458 antique/close-hover.png \
459 antique/close-unfocused.png \
460 antique/maximize-clicked.png \
461 antique/maximize-focused.png \
462 antique/maximize-hover.png \
463 antique/maximize-unfocused.png \
464 antique/minimize-clicked.png \
465 antique/minimize-focused.png \
466 antique/minimize-hover.png \
467 antique/minimize-unfocused.png \
468 antique/unmaximize-clicked.png \
469 antique/unmaximize-focused.png \
470 antique/unmaximize-hover.png \
471 antique/unmaximize-unfocused.png \
472 $(NULL)
473
474 blazedir = $(pkgdatadir)/window-buttons-applet/themes/blaze
475 blaze_DATA = \
476 blaze/close-clicked.png \
477 blaze/close-focused.png \
478 blaze/close-hover.png \
479 blaze/close-unfocused.png \
480 blaze/maximize-clicked.png \
481 blaze/maximize-focused.png \
482 blaze/maximize-hover.png \
483 blaze/maximize-unfocused.png \
484 blaze/minimize-clicked.png \
485 blaze/minimize-focused.png \
486 blaze/minimize-hover.png \
487 blaze/minimize-unfocused.png \
488 blaze/unmaximize-clicked.png \
489 blaze/unmaximize-focused.png \
490 blaze/unmaximize-hover.png \
491 blaze/unmaximize-unfocused.png \
492 $(NULL)
493
494 blaze_colordir = $(pkgdatadir)/window-buttons-applet/themes/blaze-color
495 blaze_color_DATA = \
496 blaze-color/close-clicked.png \
497 blaze-color/close-focused.png \
498 blaze-color/close-hover.png \
499 blaze-color/close-unfocused.png \
500 blaze-color/maximize-clicked.png \
501 blaze-color/maximize-focused.png \
502 blaze-color/maximize-hover.png \
503 blaze-color/maximize-unfocused.png \
504 blaze-color/minimize-clicked.png \
505 blaze-color/minimize-focused.png \
506 blaze-color/minimize-hover.png \
507 blaze-color/minimize-unfocused.png \
508 blaze-color/unmaximize-clicked.png \
509 blaze-color/unmaximize-focused.png \
510 blaze-color/unmaximize-hover.png \
511 blaze-color/unmaximize-unfocused.png \
512 $(NULL)
513
514 blubuntudir = $(pkgdatadir)/window-buttons-applet/themes/blubuntu
515 blubuntu_DATA = \
516 blubuntu/close-clicked.png \
517 blubuntu/close-focused.png \
518 blubuntu/close-hover.png \
519 blubuntu/close-unfocused.png \
520 blubuntu/maximize-clicked.png \
521 blubuntu/maximize-focused.png \
522 blubuntu/maximize-hover.png \
523 blubuntu/maximize-unfocused.png \
524 blubuntu/minimize-clicked.png \
525 blubuntu/minimize-focused.png \
526 blubuntu/minimize-hover.png \
527 blubuntu/minimize-unfocused.png \
528 blubuntu/unmaximize-clicked.png \
529 blubuntu/unmaximize-focused.png \
530 blubuntu/unmaximize-hover.png \
531 blubuntu/unmaximize-unfocused.png \
532 $(NULL)
533
534 defaultdir = $(pkgdatadir)/window-buttons-applet/themes/default
535 default_DATA = \
536 default/close-focused-clicked.png \
537 default/close-focused-hover.png \
538 default/close-focused-normal.png \
539 default/close-unfocused-clicked.png \
540 default/close-unfocused-hover.png \
541 default/close-unfocused-normal.png \
542 default/maximize-focused-clicked.png \
543 default/maximize-focused-hover.png \
544 default/maximize-focused-normal.png \
545 default/maximize-unfocused-clicked.png \
546 default/maximize-unfocused-hover.png \
547 default/maximize-unfocused-normal.png \
548 default/minimize-focused-clicked.png \
549 default/minimize-focused-hover.png \
550 default/minimize-focused-normal.png \
551 default/minimize-unfocused-clicked.png \
552 default/minimize-unfocused-hover.png \
553 default/minimize-unfocused-normal.png \
554 default/unmaximize-focused-clicked.png \
555 default/unmaximize-focused-hover.png \
556 default/unmaximize-focused-normal.png \
557 default/unmaximize-unfocused-clicked.png \
558 default/unmaximize-unfocused-hover.png \
559 default/unmaximize-unfocused-normal.png \
560 $(NULL)
561
562 dustdir = $(pkgdatadir)/window-buttons-applet/themes/dust
563 dust_DATA = \
564 dust/close-clicked.png \
565 dust/close-focused.png \
566 dust/close-hover.png \
567 dust/close-unfocused.png \
568 dust/maximize-clicked.png \
569 dust/maximize-focused.png \
570 dust/maximize-hover.png \
571 dust/maximize-unfocused.png \
572 dust/minimize-clicked.png \
573 dust/minimize-focused.png \
574 dust/minimize-hover.png \
575 dust/minimize-unfocused.png \
576 dust/unmaximize-clicked.png \
577 dust/unmaximize-focused.png \
578 dust/unmaximize-hover.png \
579 dust/unmaximize-unfocused.png \
580 $(NULL)
581
582 dust_invertdir = $(pkgdatadir)/window-buttons-applet/themes/dust-invert
583 dust_invert_DATA = \
584 dust-invert/close-clicked.png \
585 dust-invert/close-focused.png \
586 dust-invert/close-hover.png \
587 dust-invert/close-unfocused.png \
588 dust-invert/maximize-clicked.png \
589 dust-invert/maximize-focused.png \
590 dust-invert/maximize-hover.png \
591 dust-invert/maximize-unfocused.png \
592 dust-invert/minimize-clicked.png \
593 dust-invert/minimize-focused.png \
594 dust-invert/minimize-hover.png \
595 dust-invert/minimize-unfocused.png \
596 dust-invert/unmaximize-clicked.png \
597 dust-invert/unmaximize-focused.png \
598 dust-invert/unmaximize-hover.png \
599 dust-invert/unmaximize-unfocused.png \
600 $(NULL)
601
602 dust_sanddir = $(pkgdatadir)/window-buttons-applet/themes/dust-sand
603 dust_sand_DATA = \
604 dust-sand/close-clicked.png \
605 dust-sand/close-focused.png \
606 dust-sand/close-hover.png \
607 dust-sand/close-unfocused.png \
608 dust-sand/maximize-clicked.png \
609 dust-sand/maximize-focused.png \
610 dust-sand/maximize-hover.png \
611 dust-sand/maximize-unfocused.png \
612 dust-sand/minimize-clicked.png \
613 dust-sand/minimize-focused.png \
614 dust-sand/minimize-hover.png \
615 dust-sand/minimize-unfocused.png \
616 dust-sand/unmaximize-clicked.png \
617 dust-sand/unmaximize-focused.png \
618 dust-sand/unmaximize-hover.png \
619 dust-sand/unmaximize-unfocused.png \
620 $(NULL)
621
622 elementarydir = $(pkgdatadir)/window-buttons-applet/themes/elementary
623 elementary_DATA = \
624 elementary/close-clicked.png \
625 elementary/close-focused.png \
626 elementary/close-hover.png \
627 elementary/close-unfocused.png \
628 elementary/maximize-clicked.png \
629 elementary/maximize-focused.png \
630 elementary/maximize-hover.png \
631 elementary/maximize-unfocused.png \
632 elementary/minimize-clicked.png \
633 elementary/minimize-focused.png \
634 elementary/minimize-hover.png \
635 elementary/minimize-unfocused.png \
636 elementary/unmaximize-clicked.png \
637 elementary/unmaximize-focused.png \
638 elementary/unmaximize-hover.png \
639 elementary/unmaximize-unfocused.png \
640 elementary/README \
641 $(NULL)
642
643 equinox_glassdir = $(pkgdatadir)/window-buttons-applet/themes/equinox-glass
644 equinox_glass_DATA = \
645 equinox-glass/close-clicked.png \
646 equinox-glass/close-focused.png \
647 equinox-glass/close-hover.png \
648 equinox-glass/close-unfocused.png \
649 equinox-glass/maximize-clicked.png \
650 equinox-glass/maximize-focused.png \
651 equinox-glass/maximize-hover.png \
652 equinox-glass/maximize-unfocused.png \
653 equinox-glass/minimize-clicked.png \
654 equinox-glass/minimize-focused.png \
655 equinox-glass/minimize-hover.png \
656 equinox-glass/minimize-unfocused.png \
657 equinox-glass/unmaximize-clicked.png \
658 equinox-glass/unmaximize-focused.png \
659 equinox-glass/unmaximize-hover.png \
660 equinox-glass/unmaximize-unfocused.png \
661 equinox-glass/README \
662 $(NULL)
663
664 humandir = $(pkgdatadir)/window-buttons-applet/themes/human
665 human_DATA = \
666 human/close-clicked.png \
667 human/close-focused.png \
668 human/close-hover.png \
669 human/close-unfocused.png \
670 human/maximize-clicked.png \
671 human/maximize-focused.png \
672 human/maximize-hover.png \
673 human/maximize-unfocused.png \
674 human/minimize-clicked.png \
675 human/minimize-focused.png \
676 human/minimize-hover.png \
677 human/minimize-unfocused.png \
678 human/unmaximize-clicked.png \
679 human/unmaximize-focused.png \
680 human/unmaximize-hover.png \
681 human/unmaximize-unfocused.png \
682 $(NULL)
683
684 human_thindir = $(pkgdatadir)/window-buttons-applet/themes/human-thin
685 human_thin_DATA = \
686 human-thin/close-clicked.png \
687 human-thin/close-focused.png \
688 human-thin/close-hover.png \
689 human-thin/close-unfocused.png \
690 human-thin/maximize-clicked.png \
691 human-thin/maximize-focused.png \
692 human-thin/maximize-hover.png \
693 human-thin/maximize-unfocused.png \
694 human-thin/minimize-clicked.png \
695 human-thin/minimize-focused.png \
696 human-thin/minimize-hover.png \
697 human-thin/minimize-unfocused.png \
698 human-thin/unmaximize-clicked.png \
699 human-thin/unmaximize-focused.png \
700 human-thin/unmaximize-hover.png \
701 human-thin/unmaximize-unfocused.png \
702 $(NULL)
703
704 new_hopedir = $(pkgdatadir)/window-buttons-applet/themes/new-hope
705 new_hope_DATA = \
706 new-hope/close-clicked.png \
707 new-hope/close-focused.png \
708 new-hope/close-hover.png \
709 new-hope/close-unfocused.png \
710 new-hope/maximize-clicked.png \
711 new-hope/maximize-focused.png \
712 new-hope/maximize-hover.png \
713 new-hope/maximize-unfocused.png \
714 new-hope/minimize-clicked.png \
715 new-hope/minimize-focused.png \
716 new-hope/minimize-hover.png \
717 new-hope/minimize-unfocused.png \
718 new-hope/unmaximize-clicked.png \
719 new-hope/unmaximize-focused.png \
720 new-hope/unmaximize-hover.png \
721 new-hope/unmaximize-unfocused.png \
722 $(NULL)
723
724 planodir = $(pkgdatadir)/window-buttons-applet/themes/plano
725 plano_DATA = \
726 plano/close-clicked.png \
727 plano/close-focused.png \
728 plano/close-hover.png \
729 plano/close-unfocused.png \
730 plano/maximize-clicked.png \
731 plano/maximize-focused.png \
732 plano/maximize-hover.png \
733 plano/maximize-unfocused.png \
734 plano/minimize-clicked.png \
735 plano/minimize-focused.png \
736 plano/minimize-hover.png \
737 plano/minimize-unfocused.png \
738 plano/unmaximize-clicked.png \
739 plano/unmaximize-focused.png \
740 plano/unmaximize-hover.png \
741 plano/unmaximize-unfocused.png \
742 $(NULL)
743
744 radiancedir = $(pkgdatadir)/window-buttons-applet/themes/radiance
745 radiance_DATA = \
746 radiance/close-clicked.png \
747 radiance/close-focused.png \
748 radiance/close-hover.png \
749 radiance/close-unfocused.png \
750 radiance/maximize-clicked.png \
751 radiance/maximize-focused.png \
752 radiance/maximize-hover.png \
753 radiance/maximize-unfocused.png \
754 radiance/minimize-clicked.png \
755 radiance/minimize-focused.png \
756 radiance/minimize-hover.png \
757 radiance/minimize-unfocused.png \
758 radiance/unmaximize-clicked.png \
759 radiance/unmaximize-focused.png \
760 radiance/unmaximize-hover.png \
761 radiance/unmaximize-unfocused.png \
762 $(NULL)
763
764 radiance_maverickdir = $(pkgdatadir)/window-buttons-applet/themes/radiance-maverick
765 radiance_maverick_DATA = \
766 radiance-maverick/close-focused-clicked.png \
767 radiance-maverick/close-focused-hover.png \
768 radiance-maverick/close-focused-normal.png \
769 radiance-maverick/close-unfocused-clicked.png \
770 radiance-maverick/close-unfocused-hover.png \
771 radiance-maverick/close-unfocused-normal.png \
772 radiance-maverick/maximize-focused-clicked.png \
773 radiance-maverick/maximize-focused-hover.png \
774 radiance-maverick/maximize-focused-normal.png \
775 radiance-maverick/maximize-unfocused-clicked.png \
776 radiance-maverick/maximize-unfocused-hover.png \
777 radiance-maverick/maximize-unfocused-normal.png \
778 radiance-maverick/minimize-focused-clicked.png \
779 radiance-maverick/minimize-focused-hover.png \
780 radiance-maverick/minimize-focused-normal.png \
781 radiance-maverick/minimize-unfocused-clicked.png \
782 radiance-maverick/minimize-unfocused-hover.png \
783 radiance-maverick/minimize-unfocused-normal.png \
784 radiance-maverick/unmaximize-focused-clicked.png \
785 radiance-maverick/unmaximize-focused-hover.png \
786 radiance-maverick/unmaximize-focused-normal.png \
787 radiance-maverick/unmaximize-unfocused-clicked.png \
788 radiance-maverick/unmaximize-unfocused-hover.png \
789 radiance-maverick/unmaximize-unfocused-normal.png \
790 $(NULL)
791
792 sorbetdir = $(pkgdatadir)/window-buttons-applet/themes/sorbet
793 sorbet_DATA = \
794 sorbet/close-clicked.png \
795 sorbet/close-focused.png \
796 sorbet/close-hover.png \
797 sorbet/close-unfocused.png \
798 sorbet/maximize-clicked.png \
799 sorbet/maximize-focused.png \
800 sorbet/maximize-hover.png \
801 sorbet/maximize-unfocused.png \
802 sorbet/minimize-clicked.png \
803 sorbet/minimize-focused.png \
804 sorbet/minimize-hover.png \
805 sorbet/minimize-unfocused.png \
806 sorbet/unmaximize-clicked.png \
807 sorbet/unmaximize-focused.png \
808 sorbet/unmaximize-hover.png \
809 sorbet/unmaximize-unfocused.png \
810 $(NULL)
811
812 WoWdir = $(pkgdatadir)/window-buttons-applet/themes/WoW
813 WoW_DATA = \
814 WoW/close-clicked.png \
815 WoW/close-focused.png \
816 WoW/close-hover.png \
817 WoW/close-unfocused.png \
818 WoW/maximize-clicked.png \
819 WoW/maximize-focused.png \
820 WoW/maximize-hover.png \
821 WoW/maximize-unfocused.png \
822 WoW/minimize-clicked.png \
823 WoW/minimize-focused.png \
824 WoW/minimize-hover.png \
825 WoW/minimize-unfocused.png \
826 WoW/unmaximize-clicked.png \
827 WoW/unmaximize-focused.png \
828 WoW/unmaximize-hover.png \
829 WoW/unmaximize-unfocused.png \
830 $(NULL)
831
383832 EXTRA_DIST = \
384 $(default_DATA) \
385 $(themes_DATA) \
833 $(ambiance_DATA) \
834 $(ambiance_maverick_DATA) \
835 $(ambiance_x_studio_DATA) \
836 $(antique_DATA) \
837 $(blaze_DATA) \
838 $(blaze_color_DATA) \
839 $(blubuntu_DATA) \
386840 $(default_DATA) \
387841 $(dust_DATA) \
842 $(dust_invert_DATA) \
843 $(dust_sand_DATA) \
844 $(elementary_DATA) \
845 $(equinox_glass_DATA) \
388846 $(human_DATA) \
389847 $(human_thin_DATA) \
390 $(dust_sand_DATA) \
391 $(blaze_DATA) \
392 $(blaze_color_DATA) \
393 $(antique_DATA) \
394 $(ambiance_DATA) \
395 $(dust_invert_DATA) \
396 $(elementary_DATA) \
848 $(new_hope_DATA) \
849 $(plano_DATA) \
397850 $(radiance_DATA) \
851 $(radiance_maverick_DATA) \
852 $(sorbet_DATA) \
398853 $(WoW_DATA) \
399 $(ambiance_x_studio_DATA) \
400 $(sorbet_DATA) \
401 $(ambiance_maverick_DATA) \
402 $(radiance_maverick_DATA) \
403 $(equinox_glass_DATA) \
404 $(plano_DATA) \
405 $(new_hope_DATA) \
406 $(blubuntu_DATA)
407
408 default_DATA = $(wildcard default/*.png)
409 defaultdir = $(pkgdatadir)/window-buttons-applet/themes/default
410 dust_DATA = $(wildcard dust/*.png)
411 dustdir = $(pkgdatadir)/window-buttons-applet/themes/dust
412 human_DATA = $(wildcard human/*.png)
413 humandir = $(pkgdatadir)/window-buttons-applet/themes/human
414 human_thin_DATA = $(wildcard human-thin/*.png)
415 human_thindir = $(pkgdatadir)/window-buttons-applet/themes/human-thin
416 dust_sand_DATA = $(wildcard dust-sand/*.png)
417 dust_sanddir = $(pkgdatadir)/window-buttons-applet/themes/dust-sand
418 blaze_DATA = $(wildcard blaze/*.png)
419 blazedir = $(pkgdatadir)/window-buttons-applet/themes/blaze
420 blaze_color_DATA = $(wildcard blaze-color/*.png)
421 blaze_colordir = $(pkgdatadir)/window-buttons-applet/themes/blaze-color
422 antique_DATA = $(wildcard antique/*.png)
423 antiquedir = $(pkgdatadir)/window-buttons-applet/themes/antique
424 ambiance_DATA = $(wildcard ambiance/*.png)
425 ambiancedir = $(pkgdatadir)/window-buttons-applet/themes/ambiance
426 dust_invert_DATA = $(wildcard dust-invert/*.png)
427 dust_invertdir = $(pkgdatadir)/window-buttons-applet/themes/dust-invert
428 elementary_DATA = $(wildcard elementary/*.png) \
429 elementary/README
430
431 elementarydir = $(pkgdatadir)/window-buttons-applet/themes/elementary
432 radiance_DATA = $(wildcard radiance/*.png)
433 radiancedir = $(pkgdatadir)/window-buttons-applet/themes/radiance
434 WoW_DATA = $(wildcard WoW/*.png)
435 WoWdir = $(pkgdatadir)/window-buttons-applet/themes/WoW
436 ambiance_x_studio_DATA = $(wildcard ambiance-x-studio/*.png)
437 ambiance_x_studiodir = $(pkgdatadir)/window-buttons-applet/themes/ambiance-x-studio
438 sorbet_DATA = $(wildcard sorbet/*.png)
439 sorbetdir = $(pkgdatadir)/window-buttons-applet/themes/sorbet
440 ambiance_maverick_DATA = $(wildcard ambiance-maverick/*.png)
441 ambiance_maverickdir = $(pkgdatadir)/window-buttons-applet/themes/ambiance-maverick
442 radiance_maverick_DATA = $(wildcard radiance-maverick/*.png)
443 radiance_maverickdir = $(pkgdatadir)/window-buttons-applet/themes/radiance-maverick
444 equinox_glass_DATA = $(wildcard equinox-glass/*.png) \
445 equinox-glass/README
446
447 equinox_glassdir = $(pkgdatadir)/window-buttons-applet/themes/equinox-glass
448 plano_DATA = $(wildcard plano/*.png)
449 planodir = $(pkgdatadir)/window-buttons-applet/themes/plano
450 new_hope_DATA = $(wildcard new-hope/*.png)
451 new_hopedir = $(pkgdatadir)/window-buttons-applet/themes/new-hope
452 blubuntu_DATA = $(wildcard blubuntu/*.png)
453 blubuntudir = $(pkgdatadir)/window-buttons-applet/themes/blubuntu
854 $(NULL)
855
454856 all: all-am
455857
456858 .SUFFIXES:
151151 /* Variables */
152152 WBPreferences *prefs; // Main preferences
153153 WindowButton **button; // Array of buttons
154 WnckHandle *handle;
154155 WnckScreen *activescreen; // Active screen
155156
156157 gulong active_window_changed_id;
111111 self->active_handler = 0;
112112 }
113113 }
114
115 g_clear_object (&self->handle);
114116
115117 G_OBJECT_CLASS (wb_applet_parent_class)->dispose (object);
116118 }
665667
666668 wbapplet->settings = gp_applet_settings_new (GP_APPLET (wbapplet), WINDOWBUTTONS_GSCHEMA);
667669 wbapplet->prefs = loadPreferences(wbapplet);
668 wbapplet->activescreen = wnck_screen_get_default();
670 wbapplet->handle = wnck_handle_new (WNCK_CLIENT_TYPE_PAGER);
671 wbapplet->activescreen = wnck_handle_get_default_screen (wbapplet->handle);
669672 wnck_screen_force_update(wbapplet->activescreen);
670673 wbapplet->activeworkspace = wnck_screen_get_active_workspace(wbapplet->activescreen);
671674 wbapplet->activewindow = wnck_screen_get_active_window(wbapplet->activescreen);
2828 $(NULL)
2929
3030 libwindow_picker_applet_la_SOURCES = \
31 wp-applet-private.h \
3132 wp-applet.c \
3233 wp-applet.h \
3334 wp-preferences-dialog.c \
238238 ETAGS = @ETAGS@
239239 EXEEXT = @EXEEXT@
240240 FGREP = @FGREP@
241 FILECMD = @FILECMD@
241242 GDBUS_CODEGEN = @GDBUS_CODEGEN@
242243 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
243244 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
431432 $(NULL)
432433
433434 libwindow_picker_applet_la_SOURCES = \
435 wp-applet-private.h \
434436 wp-applet.c \
435437 wp-applet.h \
436438 wp-preferences-dialog.c \
336336 }
337337
338338 static void task_list_init (TaskList *list) {
339 list->screen = wnck_screen_get_default ();
340
341339 list->items = g_hash_table_new_full (NULL, NULL,
342340 NULL, (GDestroyNotify) gtk_widget_destroy);
343341
357355
358356 task_lists = g_slist_append (task_lists, taskList);
359357
358 taskList->screen = wp_applet_get_default_screen (windowPickerApplet);
360359 taskList->windowPickerApplet = windowPickerApplet;
361360
362361 g_signal_connect_object (windowPickerApplet, "placement-changed",
1919 #ifndef _TASK_LIST_H_
2020 #define _TASK_LIST_H_
2121
22 #include "wp-applet.h"
22 #include "wp-applet-private.h"
2323
2424 #include <glib-object.h>
2525 #include <gtk/gtk.h>
0 /*
1 * Copyright (C) 2014 Sebastian Geiger
2 * Copyright (C) 2015 Alberts Muktupāvels
3 *
4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
16 *
17 * Authors:
18 * Alberts Muktupāvels <alberts.muktupavels@gmail.com>
19 * Sebastian Geiger <sbastig@gmx.net>
20 */
21
22 #ifndef WP_APPLET_PRIVATE_H
23 #define WP_APPLET_PRIVATE_H
24
25 #include <libwnck/libwnck.h>
26 #include "wp-applet.h"
27
28 G_BEGIN_DECLS
29
30 WnckScreen *wp_applet_get_default_screen (WpApplet *self);
31
32 G_END_DECLS
33
34 #endif
2121 */
2222
2323 #include "config.h"
24 #include "wp-applet.h"
24 #include "wp-applet-private.h"
2525
2626 #include <gdk/gdk.h>
2727 #include <glib.h>
4141 {
4242 GpApplet parent;
4343
44 WnckHandle *handle;
45
4446 GSettings *settings;
4547
4648 GtkWidget *preferences_dialog;
168170 applet = WP_APPLET (object);
169171 gp_applet = GP_APPLET (object);
170172
173 applet->handle = wnck_handle_new (WNCK_CLIENT_TYPE_PAGER);
174
171175 wp_applet_setup_list (applet);
172176 wp_applet_setup_title (applet);
173177
201205
202206 g_clear_object (&applet->settings);
203207 g_clear_pointer (&applet->preferences_dialog, gtk_widget_destroy);
208 g_clear_object (&applet->handle);
204209
205210 G_OBJECT_CLASS (wp_applet_parent_class)->dispose (object);
206211 }
335340 gtk_container_add (GTK_CONTAINER (applet), applet->container);
336341 }
337342
343 WnckScreen *
344 wp_applet_get_default_screen (WpApplet *self)
345 {
346 return wnck_handle_get_default_screen (self->handle);
347 }
348
338349 GtkWidget *
339350 wp_applet_get_tasks (WpApplet *applet)
340351 {
114114 WnckScreen *screen;
115115 WnckWindow *active_window;
116116
117 screen = wnck_screen_get_default ();
117 screen = wp_applet_get_default_screen (title->applet);
118118 active_window = wnck_screen_get_active_window (screen);
119119
120120 if (WNCK_IS_WINDOW (active_window) == FALSE)
146146 }
147147
148148 static gboolean
149 is_desktop_visible (void)
149 is_desktop_visible (WpTaskTitle *title)
150150 {
151151 WnckScreen *screen;
152152 GList *windows;
153153 GList *w;
154154
155 screen = wnck_screen_get_default ();
155 screen = wp_applet_get_default_screen (title->applet);
156156 windows = wnck_screen_get_windows (screen);
157157
158158 for (w = windows; w; w = w->next)
236236 if (title->show_home_title == FALSE)
237237 return;
238238
239 if (is_desktop_visible () == FALSE)
239 if (is_desktop_visible (title) == FALSE)
240240 return;
241241
242242 if (title->session_proxy == NULL)
424424 wp_task_title_dispose (GObject *object)
425425 {
426426 WpTaskTitle *title;
427 WnckScreen *screen;
428427
429428 title = WP_TASK_TITLE (object);
430 screen = wnck_screen_get_default ();
431429
432430 g_clear_object (&title->session_proxy);
433431
434 g_signal_handlers_disconnect_by_func (screen, active_window_changed_cb, title);
432 G_OBJECT_CLASS (wp_task_title_parent_class)->dispose (object);
435433 }
436434
437435 static void
567565 {
568566 WnckScreen *screen;
569567
570 screen = wnck_screen_get_default ();
568 screen = wp_applet_get_default_screen (title->applet);
571569
572570 g_signal_connect_object (screen, "active-window-changed",
573571 G_CALLBACK (active_window_changed_cb), title,
579577 static void
580578 wp_task_title_init (WpTaskTitle *title)
581579 {
582 wp_task_title_setup_label (title);
583 wp_task_title_setup_button (title);
584 wp_task_title_setup_wnck (title);
585
586580 g_dbus_proxy_new_for_bus (G_BUS_TYPE_SESSION, G_DBUS_PROXY_FLAGS_NONE, NULL,
587581 "org.gnome.SessionManager",
588582 "/org/gnome/SessionManager",
602596
603597 title->applet = applet;
604598
599 wp_task_title_setup_label (title);
600 wp_task_title_setup_button (title);
601 wp_task_title_setup_wnck (title);
602
605603 return GTK_WIDGET (title);
606604 }
2424
2525 #include <gtk/gtk.h>
2626
27 #include "wp-applet.h"
27 #include "wp-applet-private.h"
2828
2929 G_BEGIN_DECLS
3030
232232 ETAGS = @ETAGS@
233233 EXEEXT = @EXEEXT@
234234 FGREP = @FGREP@
235 FILECMD = @FILECMD@
235236 GDBUS_CODEGEN = @GDBUS_CODEGEN@
236237 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
237238 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
8585
8686 /* Variables */
8787 WTPreferences *prefs; // Main properties
88 WnckHandle *handle;
8889 WnckScreen *activescreen; // Active screen
8990
9091 gulong active_window_changed_id;
119119 }
120120 }
121121
122 g_clear_object (&self->handle);
123
122124 G_OBJECT_CLASS (wt_applet_parent_class)->dispose (object);
123125 }
124126
136138 static void
137139 wt_applet_init (WTApplet *self)
138140 {
139 wnck_set_client_type (WNCK_CLIENT_TYPE_PAGER);
141 self->handle = wnck_handle_new (WNCK_CLIENT_TYPE_PAGER);
140142 }
141143
142144 /* Safely returns the bottom-most (root) window */
695697
696698 wtapplet->settings = gp_applet_settings_new (applet, WINDOWTITLE_GSCHEMA);
697699 wtapplet->prefs = wt_applet_load_preferences(wtapplet);
698 wtapplet->activescreen = wnck_screen_get_default();
700 wtapplet->activescreen = wnck_handle_get_default_screen (wtapplet->handle);
699701 wnck_screen_force_update(wtapplet->activescreen);
700702 wtapplet->activeworkspace = wnck_screen_get_active_workspace(wtapplet->activescreen);
701703 wtapplet->activewindow = wnck_screen_get_active_window(wtapplet->activescreen);
234234 ETAGS = @ETAGS@
235235 EXEEXT = @EXEEXT@
236236 FGREP = @FGREP@
237 FILECMD = @FILECMD@
237238 GDBUS_CODEGEN = @GDBUS_CODEGEN@
238239 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
239240 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
170170 ETAGS = @ETAGS@
171171 EXEEXT = @EXEEXT@
172172 FGREP = @FGREP@
173 FILECMD = @FILECMD@
173174 GDBUS_CODEGEN = @GDBUS_CODEGEN@
174175 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
175176 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
1212 figures/battstat-preferences.png \
1313 figures/context-menu.png
1414
15 HELP_LINGUAS = ca cs bg da de el en_GB es eu fi fr ko oc pa pt_BR sl sv uk zh_CN
15 HELP_LINGUAS = ca cs bg da de el en_GB es eu fi fr hu ko oc pa pt_BR sl sv uk zh_CN
1616
1717 -include $(top_srcdir)/git.mk
170170 ETAGS = @ETAGS@
171171 EXEEXT = @EXEEXT@
172172 FGREP = @FGREP@
173 FILECMD = @FILECMD@
173174 GDBUS_CODEGEN = @GDBUS_CODEGEN@
174175 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
175176 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
346347 figures/battstat-preferences.png \
347348 figures/context-menu.png
348349
349 HELP_LINGUAS = ca cs bg da de el en_GB es eu fi fr ko oc pa pt_BR sl sv uk zh_CN
350 HELP_LINGUAS = ca cs bg da de el en_GB es eu fi fr hu ko oc pa pt_BR sl sv uk zh_CN
350351 all: all-am
351352
352353 .SUFFIXES:
0 # Hungarian translation for gnome-applets.
1 # Copyright (C) 2022 Free Software Foundation, Inc.
2 # This file is distributed under the same license as the gnome-applets package.
3 #
4 # Balázs Úr <ur.balazs at fsf dot hu>, 2022.
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: gnome-applets master\n"
8 "POT-Creation-Date: 2022-03-13 02:53+0000\n"
9 "PO-Revision-Date: 2022-03-25 01:21+0100\n"
10 "Last-Translator: Balázs Úr <ur.balazs at fsf dot hu>\n"
11 "Language-Team: Hungarian <gnome-hu-list@gnome.org>\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Language: hu\n"
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 "X-Generator: Lokalize 19.12.3\n"
18
19 #. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
20 msgctxt "_"
21 msgid "translator-credits"
22 msgstr "Úr Balázs <ur dot balazs at fsf dot hu>, 2022."
23
24 #. (itstool) path: articleinfo/title
25 #: C/index.docbook:22
26 msgid "Battery Charge Monitor Manual"
27 msgstr "Akkumulátortöltöttség-figyelő kézikönyve"
28
29 #. (itstool) path: abstract/para
30 #: C/index.docbook:24
31 msgid ""
32 "Battery Charge Monitor shows the current charge of the battery and provides "
33 "notifications if charge drops below a certain threshold."
34 msgstr ""
35 "Az Akkumulátortöltöttség-figyelő az akkumulátor aktuális töltöttségét "
36 "jeleníti meg, és értesítést küld, ha a töltöttség egy bizonyos küszöbszint "
37 "alá csökken."
38
39 #. (itstool) path: articleinfo/copyright
40 #: C/index.docbook:28
41 msgid "<year>2005</year> <holder>Davyd Madeley</holder>"
42 msgstr "<year>2005</year> <holder>Davyd Madeley</holder>"
43
44 #. (itstool) path: articleinfo/copyright
45 #: C/index.docbook:32
46 msgid "<year>2004</year> <holder>Angela Boyle</holder>"
47 msgstr "<year>2004</year> <holder>Angela Boyle</holder>"
48
49 #. (itstool) path: articleinfo/copyright
50 #: C/index.docbook:36
51 msgid "<year>2004</year> <holder>Sun Microsystems</holder>"
52 msgstr "<year>2004</year> <holder>Sun Microsystems</holder>"
53
54 #. (itstool) path: articleinfo/copyright
55 #: C/index.docbook:40
56 msgid "<year>2002</year> <holder>Trevor Curtis</holder>"
57 msgstr "<year>2002</year> <holder>Trevor Curtis</holder>"
58
59 #. (itstool) path: articleinfo/copyright
60 #: C/index.docbook:44
61 msgid "<year>1999</year> <year>2000</year> <holder>Jorgen Pehrson</holder>"
62 msgstr "<year>1999</year> <year>2000</year> <holder>Jorgen Pehrson</holder>"
63
64 #. (itstool) path: publisher/publishername
65 #. (itstool) path: revdescription/para
66 #: C/index.docbook:59 C/index.docbook:140 C/index.docbook:148
67 #: C/index.docbook:161
68 msgid "GNOME Documentation Project"
69 msgstr "GNOME dokumentációs projekt"
70
71 #. (itstool) path: legalnotice/para
72 #: C/index.docbook:2
73 msgid ""
74 "Permission is granted to copy, distribute and/or modify this document under "
75 "the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
76 "later version published by the Free Software Foundation with no Invariant "
77 "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
78 "of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or in "
79 "the file COPYING-DOCS distributed with this manual."
80 msgstr ""
81 "Engedélyt adunk Önnek a jelen dokumentum sokszorosítására, terjesztésére és/"
82 "vagy módosítására a Free Software Foundation által kiadott GNU Free "
83 "Documentation License (GFDL) 1.1-es, vagy bármely azt követő verziójának "
84 "feltételei alapján. Nincs Nem Változtatható szakasz, nincs Címlapszöveg, "
85 "nincs Hátlapszöveg. A jelen licenc egy példányát <ulink type=\"help\" url="
86 "\"help:fdl\">itt</ulink> vagy a kézikönyv COPYING-DOCS elnevezésű fájljában "
87 "találhatja."
88
89 #. (itstool) path: legalnotice/para
90 #: C/index.docbook:12 C/legal.xml:12
91 msgid ""
92 "This manual is part of a collection of GNOME manuals distributed under the "
93 "GFDL. If you want to distribute this manual separately from the collection, "
94 "you can do so by adding a copy of the license to the manual, as described in "
95 "section 6 of the license."
96 msgstr ""
97 "Ez a kézikönyv a GFDL licenc alatt közzétett GNOME kézikönyv-gyűjtemény "
98 "része. Ezt a kézikönyvet a gyűjteménytől függetlenül szabadon terjesztheti a "
99 "licenc egy másolatával együtt, a 6. szakaszban leírtaknak megfelelően."
100
101 #. (itstool) path: legalnotice/para
102 #: C/index.docbook:19 C/legal.xml:19
103 msgid ""
104 "Many of the names used by companies to distinguish their products and "
105 "services are claimed as trademarks. Where those names appear in any GNOME "
106 "documentation, and the members of the GNOME Documentation Project are made "
107 "aware of those trademarks, then the names are in capital letters or initial "
108 "capital letters."
109 msgstr ""
110 "Számos név, amelyet cégek használnak termékeik és szolgáltatásuk "
111 "megkülönböztetésére, védjegy alá esnek. Ahol ezek a nevek megjelennek a "
112 "GNOME dokumentációkban és a GNOME Dokumentációs Projekt tagjai tájékozottak "
113 "az adott védjegyről, ott ezek nagy kezdőbetűvel vagy csupa nagy betűvel "
114 "szerepelnek."
115
116 #. (itstool) path: listitem/para
117 #: C/index.docbook:35 C/legal.xml:35
118 msgid ""
119 "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
120 "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT "
121 "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
122 "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE "
123 "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR "
124 "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR "
125 "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL "
126 "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY "
127 "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN "
128 "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION "
129 "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND"
130 msgstr ""
131 "A DOKUMENTUM A \"JELEN ÁLLAPOTÁBAN\" KERÜL KIADÁSRA, MINDENFÉLE "
132 "GARANCIAVÁLLALÁS NÉLKÜL, LEGYEN AZ KIFEJEZETT VAGY BELEÉRTETT, BELEÉRTVE, DE "
133 "NEM KIZÁRÓLAGOSAN A DOKUMENTUM VAGY ANNAK MÓDOSÍTOTT VÁLTOZATÁNAK "
134 "HIBAMENTESSÉGÉRE, FORGALOMBA HOZHATÓSÁGRA VAGY ALKALMAZHATÓSÁGRA VONATKOZÓ "
135 "GARANCIÁKAT. A DOKUMENTUM VAGY ANNAK MÓDOSÍTOTT VÁLTOZATÁNAK MINŐSÉGÉBŐL ÉS "
136 "FELHASZNÁLHATÓSÁGÁBÓL FAKADÓ ÖSSZES KOCKÁZAT A FELHASZNÁLÓT TERHELI. HA A "
137 "PROGRAM HIBÁSAN MŰKÖDIK, A FELHASZNÁLÓNAK MAGÁNAK (NEM AZ ÍRÓNAK, SZERZŐNEK "
138 "VAGY BÁRMELY KÖZREMŰKÖDŐNEK) KELL VÁLLALNIA A JAVÍTÁSHOZ SZÜKSÉGES MINDEN "
139 "KÖLTSÉGET. A GARANCIAVÁLLALÁS EZEN ELUTASÍTÁSA A LICENC ELVÁLASZTHATATLAN "
140 "RÉSZÉT KÉPEZI. A DOKUMENTUMOT VAGY ANNAK BÁRMELY MÓDOSÍTOTT VÁLTOZATÁNAK "
141 "HASZNÁLATA NEM ENGEDÉLYEZETT, AZ ALÁBBIAKBAN FELSOROLTAKON KÍVÜL; VALAMINT"
142
143 #. (itstool) path: listitem/para
144 #: C/index.docbook:55 C/legal.xml:55
145 msgid ""
146 "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING "
147 "NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY "
148 "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE "
149 "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON "
150 "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF "
151 "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, "
152 "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES "
153 "OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED "
154 "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE "
155 "POSSIBILITY OF SUCH DAMAGES."
156 msgstr ""
157 "KÖRÜLMÉNYEKTŐL ÉS HATÁLYOS JOGSZABÁLYOKTÓL, A KÁRTÓL (BELEÉRTVE A "
158 "GONDATLANSÁGOT), SZERZŐDÉS VAGY EGYEBEKTŐL FÜGGETLENÜL,A SZERZŐ, A "
159 "DOKUMENTUM ÍRÓJA VAGY BÁRMELY FÉL BESZÁLLÍTÓJA NEM TEHETŐK FELELŐSSÉ A "
160 "KÁROKÉRT, BELEÉRTVE MINDEN VÉLETLEN, VAGY KÖVETKEZMÉNYES KÁRT, AMELY A "
161 "PROGRAM HASZNÁLATÁBÓL VAGY A HASZNÁLAT MEGAKADÁLYOZÁSÁBÓL SZÁRMAZIK "
162 "(BELEÉRTVE, DE NEM KIZÁRÓLAGOSAN AZ ADATVESZTÉST ÉS A HELYTELEN "
163 "ADATFELDOLGOZÁST, VALAMINT A MÁS PROGRAMOKKAL VALÓ HIBÁS EGYÜTTMŰKÖDÉST), "
164 "MÉG AKKOR SEM, HA EZEN FELEK TUDATÁBAN VOLTAK, HOGY ILYEN KÁROK "
165 "KELETKEZHETNEK."
166
167 #. (itstool) path: legalnotice/para
168 #: C/index.docbook:28 C/legal.xml:28
169 msgid ""
170 "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS "
171 "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: "
172 "<_:orderedlist-1/>"
173 msgstr ""
174 "A DOKUMENTUM ÉS A DOKUMENTUM MÓDOSÍTOTT VERZIÓJA A GNU FREE DOCUMENTATION "
175 "LICENSE (GFDL) ALATT JELENIK MEG AZ ALÁBBI ÉRTELMEZÉSSEL: <_:orderedlist-1/>"
176
177 #. (itstool) path: authorgroup/author
178 #: C/index.docbook:68
179 msgid ""
180 "<firstname>Sun</firstname> <surname>GNOME Documentation Team</surname> "
181 "<affiliation><orgname>Sun Microsystems</orgname></affiliation>"
182 msgstr ""
183 "<firstname>Sun</firstname> <surname>GNOME dokumentációs csapat</surname> "
184 "<affiliation><orgname>Sun Microsystems</orgname></affiliation>"
185
186 #. (itstool) path: authorgroup/author
187 #: C/index.docbook:73
188 msgid ""
189 "<firstname>Trevor</firstname> <surname>Curtis</surname> <affiliation> "
190 "<orgname>GNOME Documentation Project</orgname> <address> "
191 "<email>tcurtis@somaradio.ca</email> </address> </affiliation>"
192 msgstr ""
193 "<firstname>Trevor</firstname> <surname>Curtis</surname> <affiliation> "
194 "<orgname>GNOME dokumentációs projekt</orgname> <address> "
195 "<email>tcurtis@somaradio.ca</email> </address> </affiliation>"
196
197 #. (itstool) path: authorgroup/author
198 #: C/index.docbook:81
199 msgid ""
200 "<firstname>Jorgen </firstname> <surname> Pehrson</surname> <affiliation> "
201 "<orgname>GNOME Documentation Project</orgname> <address> <email>jp@spektr.eu."
202 "org</email> </address> </affiliation>"
203 msgstr ""
204 "<firstname>Jorgen </firstname> <surname> Pehrson</surname> <affiliation> "
205 "<orgname>GNOME dokumentációs projekt</orgname> <address> <email>jp@spektr.eu."
206 "org</email> </address> </affiliation>"
207
208 #. (itstool) path: authorgroup/author
209 #: C/index.docbook:89
210 msgid ""
211 "<firstname>Angela</firstname> <surname>Boyle</surname> <affiliation> "
212 "<orgname>GNOME Documentation Project</orgname> </affiliation>"
213 msgstr ""
214 "<firstname>Angela</firstname> <surname>Boyle</surname> <affiliation> "
215 "<orgname>GNOME dokumentációs projekt</orgname> </affiliation>"
216
217 #. (itstool) path: authorgroup/author
218 #: C/index.docbook:96
219 msgid ""
220 "<firstname>Davyd</firstname> <surname>Madeley</surname> <affiliation> "
221 "<orgname>GNOME Project</orgname> </affiliation>"
222 msgstr ""
223 "<firstname>Davyd</firstname> <surname>Madeley</surname> <affiliation> "
224 "<orgname>GNOME projekt</orgname> </affiliation>"
225
226 #. (itstool) path: revdescription/para
227 #: C/index.docbook:125 C/index.docbook:132
228 msgid "Davyd Madeley"
229 msgstr "Davyd Madeley"
230
231 #. (itstool) path: revhistory/revision
232 #: C/index.docbook:121
233 msgid ""
234 "<revnumber>Version 2.12</revnumber> <date>September 2005</date> <_:"
235 "revdescription-1/>"
236 msgstr ""
237 "<revnumber>2.12-es verzió</revnumber> <date>2005. szeptember</date> <_:"
238 "revdescription-1/>"
239
240 #. (itstool) path: revhistory/revision
241 #: C/index.docbook:128
242 msgid ""
243 "<revnumber>Version 2.10</revnumber> <date>March 2005</date> <_:"
244 "revdescription-1/>"
245 msgstr ""
246 "<revnumber>2.10-es verzió</revnumber> <date>2005. március</date> <_:"
247 "revdescription-1/>"
248
249 #. (itstool) path: revdescription/para
250 #: C/index.docbook:139
251 msgid "Angela Boyle"
252 msgstr "Angela Boyle"
253
254 #. (itstool) path: revhistory/revision
255 #: C/index.docbook:135
256 msgid ""
257 "<revnumber>Version 2.8</revnumber> <date>September 2004</date> <_:"
258 "revdescription-1/>"
259 msgstr ""
260 "<revnumber>2.8-as verzió</revnumber> <date>2004. szeptember</date> <_:"
261 "revdescription-1/>"
262
263 #. (itstool) path: revdescription/para
264 #: C/index.docbook:147
265 msgid "Sun GNOME Documentation Team"
266 msgstr "Sun GNOME dokumentációs csapat"
267
268 #. (itstool) path: revhistory/revision
269 #: C/index.docbook:143
270 msgid ""
271 "<revnumber>Battery Charge Monitor Applet Manual V2.2</revnumber> "
272 "<date>August 2004</date> <_:revdescription-1/>"
273 msgstr ""
274 "<revnumber>Akkumulátortöltöttség-figyelő kisalkalmazás kézikönyve V2.2</"
275 "revnumber> <date>2004. augusztus</date> <_:revdescription-1/>"
276
277 #. (itstool) path: revdescription/para
278 #: C/index.docbook:155
279 msgid "Trevor Curtis <email>tcurtis@somaradio.ca</email>"
280 msgstr "Trevor Curtis <email>tcurtis@somaradio.ca</email>"
281
282 #. (itstool) path: revdescription/para
283 #: C/index.docbook:158
284 msgid "Jorgen Pehrson <email>jp@spektr.eu.org</email>"
285 msgstr "Jorgen Pehrson <email>jp@spektr.eu.org</email>"
286
287 #. (itstool) path: revhistory/revision
288 #: C/index.docbook:151
289 msgid ""
290 "<revnumber>Battery Charge Monitor Applet Manual V2.0</revnumber> <date>May "
291 "2002</date> <_:revdescription-1/>"
292 msgstr ""
293 "<revnumber>Akkumulátortöltöttség-figyelő kisalkalmazás kézikönyve V2.0</"
294 "revnumber> <date>2002. május</date> <_:revdescription-1/>"
295
296 #. (itstool) path: articleinfo/releaseinfo
297 #: C/index.docbook:166
298 msgid "This manual describes version 2.12.0 of Battery Charge Monitor."
299 msgstr ""
300 "Ez a kézikönyv az Akkumulátortöltöttség-figyelő 2.12.0-s verzióját mutatja "
301 "be."
302
303 #. (itstool) path: legalnotice/title
304 #: C/index.docbook:170
305 msgid "Feedback"
306 msgstr "Visszajelzés"
307
308 #. (itstool) path: legalnotice/para
309 #: C/index.docbook:171
310 msgid ""
311 "To report a bug or make a suggestion regarding the Battery Charge Monitor "
312 "applet or this manual, follow the directions in the <ulink url=\"ghelp:gnome-"
313 "feedback\" type=\"help\">GNOME Feedback Page</ulink>."
314 msgstr ""
315 "Ha hibát szeretne bejelenti, vagy javaslata van az Akkumulátortöltöttség-"
316 "figyelő kisalkalmazással vagy a kézikönyvvel kapcsolatban, akkor kövesse a "
317 "<ulink url=\"ghelp:gnome-feedback\" type=\"help\">GNOME visszajelzés "
318 "oldalon</ulink> lévő utasításokat."
319
320 #. (itstool) path: article/indexterm
321 #: C/index.docbook:179
322 msgid "<primary>Battery Charge Monitor Applet</primary>"
323 msgstr "<primary>Akkumulátortöltöttség-figyelő kisalkalmazás</primary>"
324
325 #. (itstool) path: article/indexterm
326 #: C/index.docbook:183
327 msgid "<primary>Battstat Applet</primary>"
328 msgstr "<primary>Akkumulátorállapot kisalkalmazás</primary>"
329
330 #. (itstool) path: sect1/title
331 #: C/index.docbook:190
332 msgid "Introduction"
333 msgstr "Bevezetés"
334
335 #. (itstool) path: figure/title
336 #: C/index.docbook:193
337 msgid "Battery Charge Monitor Applet"
338 msgstr "Akkumulátortöltöttség-figyelő kisalkalmazás"
339
340 #. (itstool) path: imageobject/imagedata
341 #. This is a reference to an external file such as an image or video. When
342 #. the file changes, the md5 hash will change to let you know you need to
343 #. update your localized copy. The msgstr is not used at all. Set it to
344 #. whatever you like once you have updated your copy of the file.
345 #: C/index.docbook:197 C/index.docbook:314
346 msgctxt "_"
347 msgid ""
348 "external ref='figures/battstat-applet.png' "
349 "md5='0eb703dddd361e6f637c49c3b01cf860'"
350 msgstr ""
351 "external ref='figures/battstat-applet.png' "
352 "md5='0eb703dddd361e6f637c49c3b01cf860'"
353
354 #. (itstool) path: screenshot/mediaobject
355 #: C/index.docbook:195
356 msgid ""
357 "<imageobject><imagedata fileref=\"figures/battstat-applet.png\" format=\"PNG"
358 "\"/> </imageobject> <textobject> <phrase>The Battery Charge Monitor applet.</"
359 "phrase> </textobject>"
360 msgstr ""
361 "<imageobject><imagedata fileref=\"figures/battstat-applet.png\" format=\"PNG"
362 "\"/> </imageobject> <textobject> <phrase>Az Akkumulátortöltöttség-figyelő "
363 "kisalkalmazás.</phrase> </textobject>"
364
365 #. (itstool) path: sect1/para
366 #: C/index.docbook:206
367 msgid ""
368 "The <application>Battery Charge Monitor</application> shows the status of "
369 "any batteries in your laptop computer. The monitor can tell you the capacity "
370 "remaining both visually and as a percentage, as well as offer you an "
371 "estimate of the time remaining based off the current usage rate."
372 msgstr ""
373 "Az <application>Akkumulátortöltöttség-figyelő</application> a laptop "
374 "számítógépében lévő akkumulátorok állapotát jeleníti meg. A figyelő "
375 "vizuálisan és százalékos formában is jelezheti a fennmaradó kapacitást, "
376 "valamint az aktuális használati arány alapján becslést adhat a hátralévő "
377 "időre vonatkozóan."
378
379 #. (itstool) path: sect2/title
380 #: C/index.docbook:214
381 msgid "To Add Battery Charge Monitor to a Panel"
382 msgstr "Az Akkumulátortöltöttség-figyelő hozzáadása egy panelhez"
383
384 #. (itstool) path: sect2/para
385 #: C/index.docbook:215
386 msgid ""
387 "To add <application>Battery Charge Monitor</application> to a panel, right-"
388 "click on the panel, then choose <guimenuitem>Add to Panel</guimenuitem>. "
389 "Select <application>Battery Charge Monitor</application> in the "
390 "<application>Add to the panel</application> dialog, then click "
391 "<guibutton>OK</guibutton>."
392 msgstr ""
393 "Az <application>Akkumulátortöltöttség-figyelő</application> egy panelhez "
394 "történő hozzáadásához kattintson a jobb egérgombbal a panelre, majd válassza "
395 "a <guimenuitem>Hozzáadás a panelhez</guimenuitem> menüpontot. Válassza ki az "
396 "<application>Akkumulátortöltöttség-figyelőt</application> a "
397 "<application>Hozzáadás a panelhez</application> párbeszédablakban, és "
398 "kattintson az <guibutton>OK</guibutton> gombra."
399
400 #. (itstool) path: sect2/para
401 #: C/index.docbook:220
402 msgid ""
403 "The layout of the <application>Battery Charge Monitor</application> applet "
404 "varies depending on the size and type of panel in which the applet resides."
405 msgstr ""
406 "Az <application>Akkumulátortöltöttség-figyelő</application> kisalkalmazás "
407 "elrendezése a kisalkalmazásnak helyet adó panel méretétől és típusától "
408 "függően változhat."
409
410 #. (itstool) path: sect2/title
411 #: C/index.docbook:226
412 msgid "Power Management Backends"
413 msgstr "Energiakezelési háttérprogramok"
414
415 #. (itstool) path: sect2/para
416 #: C/index.docbook:228
417 msgid ""
418 "The battery monitor supports a number of power management backends. If it is "
419 "available, the monitor will attempt to use the freedesktop.org <ulink url="
420 "\"http://upower.freedesktop.org/\">upower</ulink> interface. If it is "
421 "unavailable or unsupported on your platform, it will fall back to the "
422 "freedesktop.org <ulink url=\"http://freedesktop.org/Software/hal\">HAL "
423 "(Hardware Abstraction Layer)</ulink>. If that is also not availble, the "
424 "battery monitor will attempt direct access to the power management system."
425 msgstr ""
426 "Az akkumulátorfigyelő számos energiagazdálkodási háttérprogramot támogat. Ha "
427 "elérhető, akkor a figyelő megpróbálja használni a freedesktop.org <ulink url="
428 "\"http://upower.freedesktop.org/\">upower</ulink> csatolóját. Ha ez nem "
429 "érhető el vagy nem támogatott a platformon, akkor a freedesktop.org <ulink "
430 "url=\"http://freedesktop.org/Software/hal\">HAL (hardver absztrakciós "
431 "réteg)</ulink> csatolójához tér vissza. Ha ez sem érhető el, akkor az "
432 "akkumulátorfigyelő megpróbál közvetlenül hozzáférni az energiagazdálkodási "
433 "rendszerhez."
434
435 #. (itstool) path: sect2/para
436 #: C/index.docbook:238
437 msgid ""
438 "Not all power management backends are available from all vendors, and some "
439 "vendors add their own additional backends for specific platforms and "
440 "hardware. If the battery monitor is misreporting information from your "
441 "battery see <xref linkend=\"battstat-troubleshooting\"/>."
442 msgstr ""
443 "Nem minden energiagazdálkodási háttérprogram érhető el minden gyártótól, és "
444 "egyes gyártók saját kiegészítő háttérprogramokat adnak hozzá az adott "
445 "platformokhoz és hardverekhez. Ha az akkumulátorfigyelő tévesen jelez "
446 "információkat az akkumulátorról, akkor nézze meg a <xref linkend=\"battstat-"
447 "troubleshooting\"/> fejezetet."
448
449 #. (itstool) path: sect2/title
450 #: C/index.docbook:247
451 msgid "Getting Help"
452 msgstr "Segítség kérése"
453
454 #. (itstool) path: sect2/para
455 #: C/index.docbook:248
456 msgid ""
457 "If the battery monitor doesn't work for you, see these additional resources:"
458 msgstr ""
459 "Ha az akkumulátorfigyelő nem működik Önnél, akkor tekintse meg ezeket a "
460 "további erőforrásokat:"
461
462 #. (itstool) path: listitem/para
463 #: C/index.docbook:253
464 msgid "<xref linkend=\"battstat-troubleshooting\"/>;"
465 msgstr "<xref linkend=\"battstat-troubleshooting\"/>,"
466
467 #. (itstool) path: listitem/para
468 #: C/index.docbook:256
469 msgid ""
470 "<ulink url=\"http://mail.gnome.org/archives/\">GNOME mailing lists</ulink>"
471 msgstr ""
472 "<ulink url=\"http://mail.gnome.org/archives/\">GNOME levelezőlisták</ulink>"
473
474 #. (itstool) path: sect1/title
475 #: C/index.docbook:268
476 msgid "Preferences"
477 msgstr "Beállítások"
478
479 #. (itstool) path: sect1/para
480 #: C/index.docbook:269
481 msgid ""
482 "To bring up the preferences for the monitor, right-click on the monitor in "
483 "the panel and then choose <guimenuitem>Preferences</guimenuitem>"
484 msgstr ""
485 "A figyelő beállításainak megjelenítéséhez kattintson a jobb egérgombbal a "
486 "panelen lévő figyelőre, majd válassza a <guimenuitem>Beállítások</"
487 "guimenuitem> menüpontot."
488
489 #. (itstool) path: figure/title
490 #: C/index.docbook:273
491 msgid "Battery Charge Monitor context (right-click) menu"
492 msgstr "Az Akkumulátortöltöttség-figyelő helyi (jobb kattintásos) menüje"
493
494 #. (itstool) path: imageobject/imagedata
495 #. This is a reference to an external file such as an image or video. When
496 #. the file changes, the md5 hash will change to let you know you need to
497 #. update your localized copy. The msgstr is not used at all. Set it to
498 #. whatever you like once you have updated your copy of the file.
499 #: C/index.docbook:277
500 msgctxt "_"
501 msgid ""
502 "external ref='figures/context-menu.png' "
503 "md5='5dc00e1ca58f0e8ef912fe5b546f27ff'"
504 msgstr ""
505 "external ref='figures/context-menu.png' "
506 "md5='5dc00e1ca58f0e8ef912fe5b546f27ff'"
507
508 #. (itstool) path: screenshot/mediaobject
509 #: C/index.docbook:275
510 msgid ""
511 "<imageobject><imagedata fileref=\"figures/context-menu.png\" format=\"PNG\"/"
512 "> </imageobject> <textobject> <phrase>Battery Charge Monitor context menu</"
513 "phrase> </textobject>"
514 msgstr ""
515 "<imageobject><imagedata fileref=\"figures/context-menu.png\" format=\"PNG\"/"
516 "> </imageobject> <textobject> <phrase>Az Akkumulátortöltöttség-figyelő helyi "
517 "menüje</phrase> </textobject>"
518
519 #. (itstool) path: figure/title
520 #: C/index.docbook:286
521 msgid "Preferences Dialog"
522 msgstr "Beállítások párbeszédablak"
523
524 #. (itstool) path: imageobject/imagedata
525 #. This is a reference to an external file such as an image or video. When
526 #. the file changes, the md5 hash will change to let you know you need to
527 #. update your localized copy. The msgstr is not used at all. Set it to
528 #. whatever you like once you have updated your copy of the file.
529 #: C/index.docbook:290
530 msgctxt "_"
531 msgid ""
532 "external ref='figures/battstat-preferences.png' "
533 "md5='6ecace1ccf2f4c002e0fa42a460b2fe3'"
534 msgstr ""
535 "external ref='figures/battstat-preferences.png' "
536 "md5='6ecace1ccf2f4c002e0fa42a460b2fe3'"
537
538 #. (itstool) path: screenshot/mediaobject
539 #: C/index.docbook:288
540 msgid ""
541 "<imageobject><imagedata fileref=\"figures/battstat-preferences.png\" format="
542 "\"PNG\"/> </imageobject> <textobject> <phrase>Preferences Dialog</phrase> </"
543 "textobject>"
544 msgstr ""
545 "<imageobject><imagedata fileref=\"figures/battstat-preferences.png\" format="
546 "\"PNG\"/> </imageobject> <textobject> <phrase>Beállítások párbeszédablak</"
547 "phrase> </textobject>"
548
549 #. (itstool) path: varlistentry/term
550 #: C/index.docbook:300
551 msgid "<guilabel>Appearance</guilabel>"
552 msgstr "<guilabel>Megjelenés</guilabel>"
553
554 #. (itstool) path: varlistentry/term
555 #: C/index.docbook:304
556 msgid "<guilabel>Compact view</guilabel>"
557 msgstr "<guilabel>Kis méretű nézet</guilabel>"
558
559 #. (itstool) path: figure/title
560 #: C/index.docbook:310
561 msgid "Compact view"
562 msgstr "Kis méretű nézet"
563
564 #. (itstool) path: screenshot/mediaobject
565 #: C/index.docbook:312
566 msgid ""
567 "<imageobject><imagedata fileref=\"figures/battstat-applet.png\" format=\"PNG"
568 "\"/> </imageobject> <textobject> <phrase>Compact View</phrase> </textobject>"
569 msgstr ""
570 "<imageobject><imagedata fileref=\"figures/battstat-applet.png\" format=\"PNG"
571 "\"/> </imageobject> <textobject> <phrase>Kis méretű nézet</phrase> </"
572 "textobject>"
573
574 #. (itstool) path: listitem/para
575 #: C/index.docbook:305
576 msgid ""
577 "This view shows only a single graphic in the panel, either an upright "
578 "battery to indicate remaining capacity or a plug to indicate your laptop is "
579 "connected to an external power source. <_:figure-1/>"
580 msgstr ""
581 "Ez a nézet csak egyetlen grafikát jelenít meg a panelen: vagy egy "
582 "függőlegesen álló akkumulátort a fennmaradó kapacitás jelzésére, vagy egy "
583 "dugót, amely azt jelzi, hogy a laptop külső áramforráshoz van "
584 "csatlakoztatva. <_:figure-1/>"
585
586 #. (itstool) path: listitem/para
587 #: C/index.docbook:323
588 msgid "The compact view is the default view for the monitor as of GNOME 2.12."
589 msgstr "A GNOME 2.12-től a kis méretű nézet a figyelő alapértelmezett nézete."
590
591 #. (itstool) path: varlistentry/term
592 #: C/index.docbook:329
593 msgid "<guilabel>Expanded view</guilabel>"
594 msgstr "<guilabel>Kiterjesztett nézet</guilabel>"
595
596 #. (itstool) path: figure/title
597 #: C/index.docbook:335
598 msgid "Expanded view"
599 msgstr "Kiterjesztett nézet"
600
601 #. (itstool) path: imageobject/imagedata
602 #. This is a reference to an external file such as an image or video. When
603 #. the file changes, the md5 hash will change to let you know you need to
604 #. update your localized copy. The msgstr is not used at all. Set it to
605 #. whatever you like once you have updated your copy of the file.
606 #: C/index.docbook:339
607 msgctxt "_"
608 msgid ""
609 "external ref='figures/battstat-applet-expanded.png' "
610 "md5='0bc38721ad3f99d3391be02953ff9289'"
611 msgstr ""
612 "external ref='figures/battstat-applet-expanded.png' "
613 "md5='0bc38721ad3f99d3391be02953ff9289'"
614
615 #. (itstool) path: screenshot/mediaobject
616 #: C/index.docbook:337
617 msgid ""
618 "<imageobject><imagedata fileref=\"figures/battstat-applet-expanded.png\" "
619 "format=\"PNG\"/> </imageobject> <textobject> <phrase>Expanded View</phrase> "
620 "</textobject>"
621 msgstr ""
622 "<imageobject><imagedata fileref=\"figures/battstat-applet-expanded.png\" "
623 "format=\"PNG\"/> </imageobject> <textobject> <phrase>Kiterjesztett nézet</"
624 "phrase> </textobject>"
625
626 #. (itstool) path: listitem/para
627 #: C/index.docbook:330
628 msgid ""
629 "The expanded view is old look from previous versions of GNOME. It has the "
630 "larger graphic for the battery as well as a separate graphic to indicate "
631 "what state the battery is in. <_:figure-1/>"
632 msgstr ""
633 "A kiterjesztett nézet a GNOME korábbi verzióinak régi kinézete. Az "
634 "akkumulátor nagyobb grafikával rendelkezik, valamint egy külön grafika "
635 "jelzi, hogy milyen állapotban van az akkumulátor. <_:figure-1/>"
636
637 #. (itstool) path: varlistentry/term
638 #: C/index.docbook:350
639 msgid "<guilabel>Show time/percentage</guilabel>"
640 msgstr "<guilabel>Idő vagy százalék megjelenítése</guilabel>"
641
642 #. (itstool) path: listitem/para
643 #: C/index.docbook:351
644 msgid ""
645 "Selecting this option will display one of two pieces of information. "
646 "<guilabel>Show time remaining</guilabel> will tell you how many hours and "
647 "minutes until the battery is fully discharged or recharged. <guilabel>Show "
648 "percentage remaining</guilabel> will tell you the percentage charge "
649 "remaining in the battery."
650 msgstr ""
651 "Ezen lehetőség választásával kétféle információ egyikét fogja megjeleníteni. "
652 "A <guilabel>Hátralévő idő megjelenítése</guilabel> azt mondja meg, hogy hány "
653 "óra és hány perc van hátra az akkumulátor teljes lemerüléséig vagy "
654 "újratöltéséig. A <guilabel>Hátralévő százalék megjelenítése</guilabel> azt "
655 "mondja meg, hogy hány százaléknyi töltöttség van még az akkumulátorban."
656
657 #. (itstool) path: varlistentry/term
658 #: C/index.docbook:362
659 msgid "<guilabel>Notifications</guilabel>"
660 msgstr "<guilabel>Értesítések</guilabel>"
661
662 #. (itstool) path: listitem/para
663 #: C/index.docbook:365
664 msgid "<guilabel> Warn when battery charge drops to </guilabel>"
665 msgstr ""
666 "<guilabel>Figyelmeztetés, ha az akkumulátor töltöttsége lecsökken</guilabel>"
667
668 #. (itstool) path: listitem/para
669 #: C/index.docbook:368
670 msgid ""
671 "Selecting this option will cause a warning dialog to be displayed whenever "
672 "your laptop battery reaches specified value, either as a percentage "
673 "remaining or a number of minutes remaining. This indicates that the amount "
674 "of charge remaining in your battery is critically low. charge. You can "
675 "dismiss this warning dialog yourself, otherwise it will vanish automatically "
676 "when you plug your laptop into mains power."
677 msgstr ""
678 "Ha ezt a lehetőséget választja, akkor egy figyelmeztető párbeszédablak "
679 "jelenik meg, amikor a laptop akkumulátora eléri a megadott értéket, akár a "
680 "maradék százalékos értéket, akár a hátralévő percek számát. Ez azt jelzi, "
681 "hogy az akkumulátorban maradó töltés mennyisége kritikusan alacsony és "
682 "töltés szükséges. Ezt a figyelmeztető párbeszédablakot Ön is el tudja "
683 "tüntetni, egyébként automatikusan eltűnik, amikor a laptopot hálózati "
684 "áramforráshoz csatlakoztatja."
685
686 #. (itstool) path: listitem/para
687 #: C/index.docbook:380
688 msgid "<guilabel> Notify when the battery is fully recharged </guilabel>"
689 msgstr ""
690 "<guilabel>Értesítés, ha az akkumulátor teljesen feltöltődött</guilabel>"
691
692 #. (itstool) path: listitem/para
693 #: C/index.docbook:383
694 msgid ""
695 "Selecting this option notifies when your battery is fully recharged. If you "
696 "have compiled the Battery Charge Monitor with libnotify support a non-"
697 "intrusive notification will popup from the monitor on the panel."
698 msgstr ""
699 "Ha ezt a lehetőséget választja, akkor értesítést kap, ha az akkumulátor "
700 "teljesen feltöltődött. Ha az Akkumulátortöltöttség-figyelőt libnotify "
701 "támogatással fordította le, akkor egy nem tolakodó értesítés fog felugrani a "
702 "figyelőtől a panelen."
703
704 #. (itstool) path: sect1/title
705 #: C/index.docbook:397
706 msgid "Troubleshooting"
707 msgstr "Hibaelhárítás"
708
709 #. (itstool) path: sect1/para
710 #: C/index.docbook:399
711 msgid ""
712 "Due to the complexities of power management and the vast differences between "
713 "each of the different power management systems available, debugging errors "
714 "in the battery monitor can be difficult. You will need to determine if the "
715 "error exists in the battery monitor or is a bug in the information provided "
716 "by your machine."
717 msgstr ""
718 "Az energiagazdálkodás összetettsége és az elérhető különböző "
719 "energiagazdálkodási rendszerek közötti hatalmas különbségek miatt az "
720 "akkumulátorfigyelő hibáinak keresése nehézkes lehet. Meg kell határoznia, "
721 "hogy a hiba az akkumulátorfigyelőben van-e jelen, vagy a gép által "
722 "szolgáltatott információkban van-e a hiba."
723
724 #. (itstool) path: sect1/para
725 #: C/index.docbook:406
726 msgid ""
727 "The following information may be useful for troubleshooting what is wrong "
728 "with your battery monitor. It is by no means exhaustive. If you find a bug "
729 "with the Battery Charge Monitor (that is not caused by bad information being "
730 "reported by ACPI), please <ulink url=\"http://bugzilla.gnome.org/\">report "
731 "it</ulink>."
732 msgstr ""
733 "Az alábbi információk hasznosak lehetnek az akkumulátorfigyelő hibáinak "
734 "elhárításában. Ez korántsem teljes körű. Ha hibát talál az "
735 "Akkumulátortöltöttség-figyelőben (amelyet nem az ACPI által jelentett rossz "
736 "információ okoz), akkor <ulink url=\"http://bugzilla.gnome.org/\">jelentse a "
737 "hibát</ulink>."
738
739 #. (itstool) path: sect2/title
740 #: C/index.docbook:414
741 msgid "Determining the backend"
742 msgstr "A háttérprogram meghatározása"
743
744 #. (itstool) path: figure/title
745 #: C/index.docbook:421
746 msgid "Check you're using the HAL backend"
747 msgstr "Ellenőrizze, hogy a HAL háttérprogramot használja-e"
748
749 #. (itstool) path: imageobject/imagedata
750 #. This is a reference to an external file such as an image or video. When
751 #. the file changes, the md5 hash will change to let you know you need to
752 #. update your localized copy. The msgstr is not used at all. Set it to
753 #. whatever you like once you have updated your copy of the file.
754 #: C/index.docbook:425
755 msgctxt "_"
756 msgid ""
757 "external ref='figures/battstat-credits-hal.png' "
758 "md5='95af6b36f6442154f7216a5306b800b1'"
759 msgstr ""
760 "external ref='figures/battstat-credits-hal.png' "
761 "md5='95af6b36f6442154f7216a5306b800b1'"
762
763 #. (itstool) path: screenshot/mediaobject
764 #: C/index.docbook:423
765 msgid ""
766 "<imageobject><imagedata fileref=\"figures/battstat-credits-hal.png\" format="
767 "\"PNG\"/> </imageobject> <textobject> <phrase>Expanded View</phrase> </"
768 "textobject>"
769 msgstr ""
770 "<imageobject><imagedata fileref=\"figures/battstat-credits-hal.png\" format="
771 "\"PNG\"/> </imageobject> <textobject> <phrase>Kiterjesztett nézet</phrase> </"
772 "textobject>"
773
774 #. (itstool) path: sect2/para
775 #: C/index.docbook:415
776 msgid ""
777 "If you are using the upower interface, or the Hardware Abstraction Layer "
778 "(see <xref linkend=\"battstat-power-backends\"/>) then that will be "
779 "indicated in the about dialog by placing a star next to the author of the "
780 "HAL backend. <_:figure-1/>"
781 msgstr ""
782 "Ha az upower csatolót vagy a hardver absztrakciós réteget használja (lásd: "
783 "<xref linkend=\"battstat-power-backends\"/>), akkor ezt a névjegy "
784 "párbeszédablakban a HAL háttérprogram szerzője melletti csillag fogja "
785 "jelezni. <_:figure-1/>"
786
787 #. (itstool) path: sect2/para
788 #: C/index.docbook:435
789 msgid ""
790 "Other backends do not currently give indication they are being used, so you "
791 "will have to guess based on your hardware. Most modern PC laptops are using "
792 "ACPI as the backend. This is also the backend with the largest number of "
793 "inconsistencies."
794 msgstr ""
795 "Más háttérprogramok jelenleg nem jelzik, hogy használják azokat, így a "
796 "hardvere alapján kell találgatnia. A legtöbb modern PC laptop az ACPI-t "
797 "használja háttérprogramként. Ez az a háttérprogram, amelyikben a legtöbb "
798 "következetlenség van."
799
800 #. (itstool) path: sect2/title
801 #: C/index.docbook:444
802 msgid "Checking the ACPI information"
803 msgstr "Az ACPI információk ellenőrzése"
804
805 #. (itstool) path: sect2/para
806 #: C/index.docbook:445
807 msgid ""
808 "If you are using the ACPI backend for the Battery Charge Monitor, it is "
809 "important to check that ACPI is giving you the right information. If it "
810 "isn't, then you will need to look into upgrading your DSDT or something else "
811 "related to ACPI."
812 msgstr ""
813 "Ha az ACPI háttérprogramot használja az Akkumulátortöltöttség-figyelőnél, "
814 "akkor fontos ellenőrizni, hogy az ACPI a megfelelő információkat adja-e. Ha "
815 "nem, akkor meg kell vizsgálnia a DSDT frissítését vagy valami más, az ACPI-"
816 "vel kapcsolatos dolgot."
817
818 #. (itstool) path: example/title
819 #: C/index.docbook:451
820 msgid "Example ACPI output"
821 msgstr "Példa ACPI kimenet"
822
823 #. (itstool) path: example/screen
824 #: C/index.docbook:452
825 #, no-wrap
826 msgid ""
827 "\n"
828 "[rupert@laptop ~]$ cat /proc/acpi/battery/BAT1/info\n"
829 "present: yes\n"
830 "design capacity: 41040 mWh\n"
831 "last full capacity: 37044 mWh\n"
832 "battery technology: rechargeable\n"
833 "design voltage: 10800 mV\n"
834 "design capacity warning: 745 mWh\n"
835 "design capacity low: 0 mWh\n"
836 "capacity granularity 1: 10 mWh\n"
837 "capacity granularity 2: 10 mWh\n"
838 "model number: G71C00056110\n"
839 "serial number: 0000000008\n"
840 "battery type: Li-ION\n"
841 "OEM info:\n"
842 "[rupert@laptop ~]$ cat /proc/acpi/battery/BAT1/state\n"
843 "present: yes\n"
844 "capacity state: ok\n"
845 "charging state: discharging\n"
846 "present rate: 11232 mW\n"
847 "remaining capacity: 27140 mWh\n"
848 "present voltage: 11400 mV\n"
849 "[rupert@laptop ~]$"
850 msgstr ""
851 "\n"
852 "[rupert@laptop ~]$ cat /proc/acpi/battery/BAT1/info\n"
853 "present: yes\n"
854 "design capacity: 41040 mWh\n"
855 "last full capacity: 37044 mWh\n"
856 "battery technology: rechargeable\n"
857 "design voltage: 10800 mV\n"
858 "design capacity warning: 745 mWh\n"
859 "design capacity low: 0 mWh\n"
860 "capacity granularity 1: 10 mWh\n"
861 "capacity granularity 2: 10 mWh\n"
862 "model number: G71C00056110\n"
863 "serial number: 0000000008\n"
864 "battery type: Li-ION\n"
865 "OEM info:\n"
866 "[rupert@laptop ~]$ cat /proc/acpi/battery/BAT1/state\n"
867 "present: yes\n"
868 "capacity state: ok\n"
869 "charging state: discharging\n"
870 "present rate: 11232 mW\n"
871 "remaining capacity: 27140 mWh\n"
872 "present voltage: 11400 mV\n"
873 "[rupert@laptop ~]$"
874
875 #. (itstool) path: sect2/para
876 #: C/index.docbook:476
877 msgid ""
878 "You can quickly calculate the percentage remaining using <guilabel>remaining "
879 "capacity</guilabel> divided by <guilabel>last full capacity</guilabel>, you "
880 "can calculate the time remaining by taking <guilabel>remaining capacity</"
881 "guilabel> divided by <guilabel>present rate</guilabel>."
882 msgstr ""
883 "A hátralévő százalékot gyorsan kiszámíthatja a <guilabel>hátralévő "
884 "kapacitás</guilabel> és az <guilabel>utolsó teljes kapacitás</guilabel> "
885 "hányadosával, a hátralévő időt pedig a <guilabel>hátralévő kapacitás</"
886 "guilabel> és a <guilabel>jelenlegi arány</guilabel> hányadosával."
887
888 #. (itstool) path: sect2/title
889 #: C/index.docbook:485
890 msgid "Hardware Abstraction Layer"
891 msgstr "Hardver absztrakciós réteg"
892
893 #. (itstool) path: sect2/para
894 #: C/index.docbook:486
895 msgid ""
896 "You can check that your battery is detected by HAL using the command "
897 "<command>hal-device-manager</command>. If your battery is not detected by "
898 "HAL or the wrong information is being reported, you can attempt to disable "
899 "the HAL backend by setting a GConf key."
900 msgstr ""
901 "A <command>hal-device-manager</command> parancs használatával ellenőrizheti, "
902 "hogy a HAL érzékeli-e az akkumulátort. Ha a HAL nem érzékeli az "
903 "akkumulátort, vagy rossz információt jelent, akkor megpróbálhatja letiltani "
904 "a HAL háttérprogramot egy GConf-kulcs beállításával."
905
906 #. (itstool) path: sect2/para
907 #: C/index.docbook:492
908 msgid ""
909 "Select <guimenuitem>Configuration Editor</guimenuitem> from the "
910 "<guimenu>Applications</guimenu> menu, under <guisubmenu>System Tools</"
911 "guisubmenu>. Search for the key value <prompt>OAFIID:GNOME_BattstatApplet</"
912 "prompt> which should be located in the path <filename>/apps/panel/applets</"
913 "filename>."
914 msgstr ""
915 "Válassza a <guimenuitem>Konfigurációszerkesztő</guimenuitem> menüpontot az "
916 "<guimenu>Alkalmazások</guimenu> menüből a <guisubmenu>Rendszereszközök</"
917 "guisubmenu> almenü alatt. Keressen rá az <prompt>OAFIID:"
918 "GNOME_BattstatApplet</prompt> kulcs értékére, amelynek az <filename>/apps/"
919 "panel/applets</filename> útvonalon kell lennie."
920
921 #. (itstool) path: sect2/para
922 #: C/index.docbook:499
923 msgid ""
924 "Assuming the path is <filename>/apps/panel/applets/applet_1</filename>. In "
925 "<filename>/apps/panel/applets/applet_1/prefs</filename> add a "
926 "<guimenuitem>New Key...</guimenuitem> called <guilabel>no_hal</guilabel> and "
927 "set it to the boolean value of true. This will disable the usage of HAL (see "
928 "<xref linkend=\"battstat-troubleshooting-backends\"/> to learn how to check "
929 "this)."
930 msgstr ""
931 "Tegyük fel, hogy az útvonal az <filename>/apps/panel/applets/applet_1</"
932 "filename>. Az <filename>/apps/panel/applets/applet_1/prefs</filename> "
933 "útvonalon adjon hozzá egy <guilabel>no_hal</guilabel> nevű <guimenuitem>Új "
934 "kulcs…</guimenuitem> elemet, és állítsa igaz logikai értékre. Ez letiltja a "
935 "HAL használatát (nézze meg a <xref linkend=\"battstat-troubleshooting-"
936 "backends\"/> fejezetet annak megismeréséhez, hogy hogyan ellenőrizze ezt)."
937
938 #. (itstool) path: para/ulink
939 #: C/legal.xml:9
940 msgid "link"
941 msgstr "hivatkozáson"
942
943 #. (itstool) path: legalnotice/para
944 #: C/legal.xml:2
945 msgid ""
946 "Permission is granted to copy, distribute and/or modify this document under "
947 "the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
948 "later version published by the Free Software Foundation with no Invariant "
949 "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
950 "of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed "
951 "with this manual."
952 msgstr ""
953 "Jelen dokumentum szabadon másolható, terjeszthető és/vagy módosítható a GNU "
954 "Free Documentation License (GFDL) 1.1-es verziója vagy a Free Software "
955 "Foundation által kiadott ennél frissebb verziója alatt, a „Nem változtatható "
956 "szakaszok”, „Címlapszövegek” és a „Hátlapszövegek” kivételével. A GFDL "
957 "leírása ezen a <_:ulink-1/> érhető el, vagy a jelen dokumentációban "
958 "található COPYING-DOCS fájlban."
(New empty file)
0 <?xml version="1.0" encoding="utf-8"?>
1 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
2 <!ENTITY legal SYSTEM "legal.xml">
3 <!ENTITY appletversion "2.12.0">
4 <!ENTITY applet "Battery Charge Monitor">
5 ]>
6 <!--
7 (Do not remove this comment block.)
8 Maintained by the GNOME Documentation Project
9 http://developer.gnome.org/projects/gdp
10 Template version: 2.0 beta
11 Template last modified Feb 12, 2002
12 -->
13 <!-- =============Document Header ============================= -->
14 <article id="index" lang="hu">
15 <!-- please do not change the id; for translations, change lang to -->
16 <!-- appropriate code -->
17 <articleinfo>
18 <title>Akkumulátortöltöttség-figyelő kézikönyve</title>
19 <abstract role="description">
20 <para>Az Akkumulátortöltöttség-figyelő az akkumulátor aktuális töltöttségét jeleníti meg, és értesítést küld, ha a töltöttség egy bizonyos küszöbszint alá csökken.</para>
21 </abstract>
22 <copyright><year>2005</year> <holder>Davyd Madeley</holder></copyright>
23 <copyright><year>2004</year> <holder>Angela Boyle</holder></copyright>
24 <copyright><year>2004</year> <holder>Sun Microsystems</holder></copyright>
25 <copyright><year>2002</year> <holder>Trevor Curtis</holder></copyright>
26 <copyright><year>1999</year> <year>2000</year> <holder>Jorgen Pehrson</holder></copyright>
27 <!-- translators: uncomment this:
28
29 <copyright>
30 <year>2002</year>
31 <holder>ME-THE-TRANSLATOR (Latin translation)</holder>
32 </copyright>
33
34 -->
35
36 <publisher role="maintainer">
37 <publishername>GNOME dokumentációs projekt</publishername>
38 </publisher>
39
40
41 <!-- This file contains link to license for the documentation (GNU FDL), and
42 other legal stuff such as "NO WARRANTY" statement. Please do not change
43 any of this. -->
44
45 <authorgroup>
46 <author><firstname>Sun</firstname> <surname>GNOME dokumentációs csapat</surname> <affiliation><orgname>Sun Microsystems</orgname></affiliation></author>
47 <author><firstname>Trevor</firstname> <surname>Curtis</surname> <affiliation> <orgname>GNOME dokumentációs projekt</orgname> <address> <email>tcurtis@somaradio.ca</email> </address> </affiliation></author>
48 <author><firstname>Jorgen </firstname> <surname> Pehrson</surname> <affiliation> <orgname>GNOME dokumentációs projekt</orgname> <address> <email>jp@spektr.eu.org</email> </address> </affiliation></author>
49 <author><firstname>Angela</firstname> <surname>Boyle</surname> <affiliation> <orgname>GNOME dokumentációs projekt</orgname> </affiliation></author>
50 <author><firstname>Davyd</firstname> <surname>Madeley</surname> <affiliation> <orgname>GNOME projekt</orgname> </affiliation></author>
51 <!-- This is appropriate place for other contributors: translators,
52 maintainers, etc. Commented out by default.
53 <othercredit role="translator">
54 <firstname>Latin</firstname>
55 <surname>Translator 1</surname>
56 <affiliation>
57 <orgname>Latin Translation Team</orgname>
58 <address> <email>translator@gnome.org</email> </address>
59 </affiliation>
60 <contrib>Latin translation</contrib>
61 </othercredit>
62 -->
63
64 </authorgroup>
65
66 <releaseinfo revision="2.26" role="review"/>
67
68 <revhistory>
69 <revision><revnumber>2.12-es verzió</revnumber> <date>2005. szeptember</date> <revdescription>
70 <para role="author">Davyd Madeley</para>
71 </revdescription></revision>
72 <revision><revnumber>2.10-es verzió</revnumber> <date>2005. március</date> <revdescription>
73 <para role="author">Davyd Madeley</para>
74 </revdescription></revision>
75 <revision><revnumber>2.8-as verzió</revnumber> <date>2004. szeptember</date> <revdescription>
76 <para role="author">Angela Boyle</para>
77 <para role="publisher">GNOME dokumentációs projekt</para>
78 </revdescription></revision>
79 <revision><revnumber>Akkumulátortöltöttség-figyelő kisalkalmazás kézikönyve V2.2</revnumber> <date>2004. augusztus</date> <revdescription>
80 <para role="author">Sun GNOME dokumentációs csapat</para>
81 <para role="publisher">GNOME dokumentációs projekt</para>
82 </revdescription></revision>
83 <revision><revnumber>Akkumulátortöltöttség-figyelő kisalkalmazás kézikönyve V2.0</revnumber> <date>2002. május</date> <revdescription>
84 <para role="author">Trevor Curtis <email>tcurtis@somaradio.ca</email></para>
85 <para role="author">Jorgen Pehrson <email>jp@spektr.eu.org</email></para>
86 <para role="publisher">GNOME dokumentációs projekt</para>
87 </revdescription></revision>
88 </revhistory>
89
90 <releaseinfo>Ez a kézikönyv az Akkumulátortöltöttség-figyelő 2.12.0-s verzióját mutatja be.</releaseinfo>
91
92 <legalnotice>
93 <title>Visszajelzés</title>
94 <para>Ha hibát szeretne bejelenti, vagy javaslata van az Akkumulátortöltöttség-figyelő kisalkalmazással vagy a kézikönyvvel kapcsolatban, akkor kövesse a <ulink url="ghelp:gnome-feedback" type="help">GNOME visszajelzés oldalon</ulink> lévő utasításokat.</para>
95 </legalnotice>
96
97 <othercredit class="translator">
98 <personname>
99 <firstname>Úr Balázs</firstname>
100 </personname>
101 <email>ur dot balazs at fsf dot hu</email>
102 </othercredit>
103 <copyright>
104
105 <year>2022.</year>
106
107 <holder>Úr Balázs</holder>
108 </copyright>
109 </articleinfo>
110
111 <indexterm zone="index"><primary>Akkumulátortöltöttség-figyelő kisalkalmazás</primary></indexterm>
112
113 <indexterm zone="index"><primary>Akkumulátorállapot kisalkalmazás</primary></indexterm>
114
115 <!-- ============= Document Body ============================= -->
116 <!-- ============= Introduction ============================== -->
117 <sect1 id="battstat-introduction">
118 <title>Bevezetés</title>
119
120 <figure id="battstat-applet-fig">
121 <title>Akkumulátortöltöttség-figyelő kisalkalmazás</title>
122 <screenshot>
123 <mediaobject><imageobject><imagedata fileref="figures/battstat-applet.png" format="PNG"/> </imageobject> <textobject> <phrase>Az Akkumulátortöltöttség-figyelő kisalkalmazás.</phrase> </textobject></mediaobject>
124 </screenshot>
125 </figure>
126
127 <para>Az <application>Akkumulátortöltöttség-figyelő</application> a laptop számítógépében lévő akkumulátorok állapotát jeleníti meg. A figyelő vizuálisan és százalékos formában is jelezheti a fennmaradó kapacitást, valamint az aktuális használati arány alapján becslést adhat a hátralévő időre vonatkozóan.</para>
128
129 <sect2 id="battstat-introduction-add">
130 <title>Az Akkumulátortöltöttség-figyelő hozzáadása egy panelhez</title>
131 <para>Az <application>Akkumulátortöltöttség-figyelő</application> egy panelhez történő hozzáadásához kattintson a jobb egérgombbal a panelre, majd válassza a <guimenuitem>Hozzáadás a panelhez</guimenuitem> menüpontot. Válassza ki az <application>Akkumulátortöltöttség-figyelőt</application> a <application>Hozzáadás a panelhez</application> párbeszédablakban, és kattintson az <guibutton>OK</guibutton> gombra.</para>
132 <para>Az <application>Akkumulátortöltöttség-figyelő</application> kisalkalmazás elrendezése a kisalkalmazásnak helyet adó panel méretétől és típusától függően változhat.</para>
133 </sect2>
134
135 <sect2 id="battstat-power-backends">
136 <title>Energiakezelési háttérprogramok</title>
137
138 <para>Az akkumulátorfigyelő számos energiagazdálkodási háttérprogramot támogat. Ha elérhető, akkor a figyelő megpróbálja használni a freedesktop.org <ulink url="http://upower.freedesktop.org/">upower</ulink> csatolóját. Ha ez nem érhető el vagy nem támogatott a platformon, akkor a freedesktop.org <ulink url="http://freedesktop.org/Software/hal">HAL (hardver absztrakciós réteg)</ulink> csatolójához tér vissza. Ha ez sem érhető el, akkor az akkumulátorfigyelő megpróbál közvetlenül hozzáférni az energiagazdálkodási rendszerhez.</para>
139 <para>Nem minden energiagazdálkodási háttérprogram érhető el minden gyártótól, és egyes gyártók saját kiegészítő háttérprogramokat adnak hozzá az adott platformokhoz és hardverekhez. Ha az akkumulátorfigyelő tévesen jelez információkat az akkumulátorról, akkor nézze meg a <xref linkend="battstat-troubleshooting"/> fejezetet.</para>
140 </sect2>
141
142 <sect2 id="battstat-getting-help">
143 <title>Segítség kérése</title>
144 <para>Ha az akkumulátorfigyelő nem működik Önnél, akkor tekintse meg ezeket a további erőforrásokat:</para>
145 <itemizedlist>
146 <listitem><para><xref linkend="battstat-troubleshooting"/>,</para></listitem>
147 <listitem><para><ulink url="http://mail.gnome.org/archives/">GNOME levelezőlisták</ulink></para></listitem>
148 </itemizedlist>
149 </sect2>
150
151 </sect1>
152
153 <!-- ================ Customizing the Appearance ========================= -->
154
155 <sect1 id="battstat-appearance">
156 <title>Beállítások</title>
157 <para>A figyelő beállításainak megjelenítéséhez kattintson a jobb egérgombbal a panelen lévő figyelőre, majd válassza a <guimenuitem>Beállítások</guimenuitem> menüpontot.</para>
158 <figure id="battstat-applet-prefs-menu">
159 <title>Az Akkumulátortöltöttség-figyelő helyi (jobb kattintásos) menüje</title>
160 <screenshot>
161 <mediaobject><imageobject><imagedata fileref="figures/context-menu.png" format="PNG"/> </imageobject> <textobject> <phrase>Az Akkumulátortöltöttség-figyelő helyi menüje</phrase> </textobject></mediaobject>
162 </screenshot>
163 </figure>
164 <figure id="battstat-applet-prefs">
165 <title>Beállítások párbeszédablak</title>
166 <screenshot>
167 <mediaobject><imageobject><imagedata fileref="figures/battstat-preferences.png" format="PNG"/> </imageobject> <textobject> <phrase>Beállítások párbeszédablak</phrase> </textobject></mediaobject>
168 </screenshot>
169 </figure>
170 <variablelist>
171 <varlistentry>
172 <term><guilabel>Megjelenés</guilabel></term>
173 <listitem>
174 <variablelist>
175 <varlistentry>
176 <term><guilabel>Kis méretű nézet</guilabel></term>
177 <listitem><para>Ez a nézet csak egyetlen grafikát jelenít meg a panelen: vagy egy függőlegesen álló akkumulátort a fennmaradó kapacitás jelzésére, vagy egy dugót, amely azt jelzi, hogy a laptop külső áramforráshoz van csatlakoztatva. <figure id="battstat-applet-compact">
178 <title>Kis méretű nézet</title>
179 <screenshot>
180 <mediaobject><imageobject><imagedata fileref="figures/battstat-applet.png" format="PNG"/> </imageobject> <textobject> <phrase>Kis méretű nézet</phrase> </textobject></mediaobject>
181 </screenshot>
182 </figure></para>
183 <para>A GNOME 2.12-től a kis méretű nézet a figyelő alapértelmezett nézete.</para></listitem>
184 </varlistentry>
185 <varlistentry>
186 <term><guilabel>Kiterjesztett nézet</guilabel></term>
187 <listitem><para>A kiterjesztett nézet a GNOME korábbi verzióinak régi kinézete. Az akkumulátor nagyobb grafikával rendelkezik, valamint egy külön grafika jelzi, hogy milyen állapotban van az akkumulátor. <figure id="battstat-applet-expanded">
188 <title>Kiterjesztett nézet</title>
189 <screenshot>
190 <mediaobject><imageobject><imagedata fileref="figures/battstat-applet-expanded.png" format="PNG"/> </imageobject> <textobject> <phrase>Kiterjesztett nézet</phrase> </textobject></mediaobject>
191 </screenshot>
192 </figure></para></listitem>
193 </varlistentry>
194 <varlistentry>
195 <term><guilabel>Idő vagy százalék megjelenítése</guilabel></term>
196 <listitem><para>Ezen lehetőség választásával kétféle információ egyikét fogja megjeleníteni. A <guilabel>Hátralévő idő megjelenítése</guilabel> azt mondja meg, hogy hány óra és hány perc van hátra az akkumulátor teljes lemerüléséig vagy újratöltéséig. A <guilabel>Hátralévő százalék megjelenítése</guilabel> azt mondja meg, hogy hány százaléknyi töltöttség van még az akkumulátorban.</para></listitem>
197 </varlistentry>
198 </variablelist>
199 </listitem>
200 </varlistentry>
201 <varlistentry>
202 <term><guilabel>Értesítések</guilabel></term>
203 <listitem>
204 <itemizedlist>
205 <listitem><para><guilabel>Figyelmeztetés, ha az akkumulátor töltöttsége lecsökken</guilabel></para>
206 <para>Ha ezt a lehetőséget választja, akkor egy figyelmeztető párbeszédablak jelenik meg, amikor a laptop akkumulátora eléri a megadott értéket, akár a maradék százalékos értéket, akár a hátralévő percek számát. Ez azt jelzi, hogy az akkumulátorban maradó töltés mennyisége kritikusan alacsony és töltés szükséges. Ezt a figyelmeztető párbeszédablakot Ön is el tudja tüntetni, egyébként automatikusan eltűnik, amikor a laptopot hálózati áramforráshoz csatlakoztatja.</para>
207 </listitem>
208 <listitem>
209 <para><guilabel>Értesítés, ha az akkumulátor teljesen feltöltődött</guilabel></para>
210 <para>Ha ezt a lehetőséget választja, akkor értesítést kap, ha az akkumulátor teljesen feltöltődött. Ha az Akkumulátortöltöttség-figyelőt libnotify támogatással fordította le, akkor egy nem tolakodó értesítés fog felugrani a figyelőtől a panelen.</para>
211 </listitem>
212 </itemizedlist>
213 </listitem>
214 </varlistentry>
215 </variablelist>
216 </sect1>
217
218 <sect1 id="battstat-troubleshooting">
219 <title>Hibaelhárítás</title>
220
221 <para>Az energiagazdálkodás összetettsége és az elérhető különböző energiagazdálkodási rendszerek közötti hatalmas különbségek miatt az akkumulátorfigyelő hibáinak keresése nehézkes lehet. Meg kell határoznia, hogy a hiba az akkumulátorfigyelőben van-e jelen, vagy a gép által szolgáltatott információkban van-e a hiba.</para>
222 <para>Az alábbi információk hasznosak lehetnek az akkumulátorfigyelő hibáinak elhárításában. Ez korántsem teljes körű. Ha hibát talál az Akkumulátortöltöttség-figyelőben (amelyet nem az ACPI által jelentett rossz információ okoz), akkor <ulink url="http://bugzilla.gnome.org/">jelentse a hibát</ulink>.</para>
223
224 <sect2 id="battstat-troubleshooting-backends">
225 <title>A háttérprogram meghatározása</title>
226 <para>Ha az upower csatolót vagy a hardver absztrakciós réteget használja (lásd: <xref linkend="battstat-power-backends"/>), akkor ezt a névjegy párbeszédablakban a HAL háttérprogram szerzője melletti csillag fogja jelezni. <figure id="battstat-credits-hal">
227 <title>Ellenőrizze, hogy a HAL háttérprogramot használja-e</title>
228 <screenshot>
229 <mediaobject><imageobject><imagedata fileref="figures/battstat-credits-hal.png" format="PNG"/> </imageobject> <textobject> <phrase>Kiterjesztett nézet</phrase> </textobject></mediaobject>
230 </screenshot>
231 </figure></para>
232
233 <para>Más háttérprogramok jelenleg nem jelzik, hogy használják azokat, így a hardvere alapján kell találgatnia. A legtöbb modern PC laptop az ACPI-t használja háttérprogramként. Ez az a háttérprogram, amelyikben a legtöbb következetlenség van.</para>
234 </sect2>
235
236 <sect2 id="battstat-troubleshooting-acpi">
237 <title>Az ACPI információk ellenőrzése</title>
238 <para>Ha az ACPI háttérprogramot használja az Akkumulátortöltöttség-figyelőnél, akkor fontos ellenőrizni, hogy az ACPI a megfelelő információkat adja-e. Ha nem, akkor meg kell vizsgálnia a DSDT frissítését vagy valami más, az ACPI-vel kapcsolatos dolgot.</para>
239 <example><title>Példa ACPI kimenet</title>
240 <screen>
241 [rupert@laptop ~]$ cat /proc/acpi/battery/BAT1/info
242 present: yes
243 design capacity: 41040 mWh
244 last full capacity: 37044 mWh
245 battery technology: rechargeable
246 design voltage: 10800 mV
247 design capacity warning: 745 mWh
248 design capacity low: 0 mWh
249 capacity granularity 1: 10 mWh
250 capacity granularity 2: 10 mWh
251 model number: G71C00056110
252 serial number: 0000000008
253 battery type: Li-ION
254 OEM info:
255 [rupert@laptop ~]$ cat /proc/acpi/battery/BAT1/state
256 present: yes
257 capacity state: ok
258 charging state: discharging
259 present rate: 11232 mW
260 remaining capacity: 27140 mWh
261 present voltage: 11400 mV
262 [rupert@laptop ~]$</screen>
263 </example>
264 <para>A hátralévő százalékot gyorsan kiszámíthatja a <guilabel>hátralévő kapacitás</guilabel> és az <guilabel>utolsó teljes kapacitás</guilabel> hányadosával, a hátralévő időt pedig a <guilabel>hátralévő kapacitás</guilabel> és a <guilabel>jelenlegi arány</guilabel> hányadosával.</para>
265 </sect2>
266
267 <sect2 id="battstat-troubleshooting-nohal">
268 <title>Hardver absztrakciós réteg</title>
269 <para>A <command>hal-device-manager</command> parancs használatával ellenőrizheti, hogy a HAL érzékeli-e az akkumulátort. Ha a HAL nem érzékeli az akkumulátort, vagy rossz információt jelent, akkor megpróbálhatja letiltani a HAL háttérprogramot egy GConf-kulcs beállításával.</para>
270 <para>Válassza a <guimenuitem>Konfigurációszerkesztő</guimenuitem> menüpontot az <guimenu>Alkalmazások</guimenu> menüből a <guisubmenu>Rendszereszközök</guisubmenu> almenü alatt. Keressen rá az <prompt>OAFIID:GNOME_BattstatApplet</prompt> kulcs értékére, amelynek az <filename>/apps/panel/applets</filename> útvonalon kell lennie.</para>
271 <para>Tegyük fel, hogy az útvonal az <filename>/apps/panel/applets/applet_1</filename>. Az <filename>/apps/panel/applets/applet_1/prefs</filename> útvonalon adjon hozzá egy <guilabel>no_hal</guilabel> nevű <guimenuitem>Új kulcs…</guimenuitem> elemet, és állítsa igaz logikai értékre. Ez letiltja a HAL használatát (nézze meg a <xref linkend="battstat-troubleshooting-backends"/> fejezetet annak megismeréséhez, hogy hogyan ellenőrizze ezt).</para>
272 </sect2>
273
274 </sect1>
275
276 </article>
0 <?xml version="1.0" encoding="utf-8"?>
1 <legalnotice id="legalnotice">
2 <para>Jelen dokumentum szabadon másolható, terjeszthető és/vagy módosítható a GNU Free Documentation License (GFDL) 1.1-es verziója vagy a Free Software Foundation által kiadott ennél frissebb verziója alatt, a „Nem változtatható szakaszok”, „Címlapszövegek” és a „Hátlapszövegek” kivételével. A GFDL leírása ezen a <ulink type="help" url="help:fdl">hivatkozáson</ulink> érhető el, vagy a jelen dokumentációban található COPYING-DOCS fájlban.</para>
3 <para>Ez a kézikönyv a GFDL licenc alatt közzétett GNOME kézikönyv-gyűjtemény része. Ezt a kézikönyvet a gyűjteménytől függetlenül szabadon terjesztheti a licenc egy másolatával együtt, a 6. szakaszban leírtaknak megfelelően.</para>
4
5 <para>Számos név, amelyet cégek használnak termékeik és szolgáltatásuk megkülönböztetésére, védjegy alá esnek. Ahol ezek a nevek megjelennek a GNOME dokumentációkban és a GNOME Dokumentációs Projekt tagjai tájékozottak az adott védjegyről, ott ezek nagy kezdőbetűvel vagy csupa nagy betűvel szerepelnek.</para>
6
7 <para>A DOKUMENTUM ÉS A DOKUMENTUM MÓDOSÍTOTT VERZIÓJA A GNU FREE DOCUMENTATION LICENSE (GFDL) ALATT JELENIK MEG AZ ALÁBBI ÉRTELMEZÉSSEL: <orderedlist>
8 <listitem>
9 <para>A DOKUMENTUM A "JELEN ÁLLAPOTÁBAN" KERÜL KIADÁSRA, MINDENFÉLE GARANCIAVÁLLALÁS NÉLKÜL, LEGYEN AZ KIFEJEZETT VAGY BELEÉRTETT, BELEÉRTVE, DE NEM KIZÁRÓLAGOSAN A DOKUMENTUM VAGY ANNAK MÓDOSÍTOTT VÁLTOZATÁNAK HIBAMENTESSÉGÉRE, FORGALOMBA HOZHATÓSÁGRA VAGY ALKALMAZHATÓSÁGRA VONATKOZÓ GARANCIÁKAT. A DOKUMENTUM VAGY ANNAK MÓDOSÍTOTT VÁLTOZATÁNAK MINŐSÉGÉBŐL ÉS FELHASZNÁLHATÓSÁGÁBÓL FAKADÓ ÖSSZES KOCKÁZAT A FELHASZNÁLÓT TERHELI. HA A PROGRAM HIBÁSAN MŰKÖDIK, A FELHASZNÁLÓNAK MAGÁNAK (NEM AZ ÍRÓNAK, SZERZŐNEK VAGY BÁRMELY KÖZREMŰKÖDŐNEK) KELL VÁLLALNIA A JAVÍTÁSHOZ SZÜKSÉGES MINDEN KÖLTSÉGET. A GARANCIAVÁLLALÁS EZEN ELUTASÍTÁSA A LICENC ELVÁLASZTHATATLAN RÉSZÉT KÉPEZI. A DOKUMENTUMOT VAGY ANNAK BÁRMELY MÓDOSÍTOTT VÁLTOZATÁNAK HASZNÁLATA NEM ENGEDÉLYEZETT, AZ ALÁBBIAKBAN FELSOROLTAKON KÍVÜL; VALAMINT</para>
10 </listitem>
11 <listitem>
12 <para>KÖRÜLMÉNYEKTŐL ÉS HATÁLYOS JOGSZABÁLYOKTÓL, A KÁRTÓL (BELEÉRTVE A GONDATLANSÁGOT), SZERZŐDÉS VAGY EGYEBEKTŐL FÜGGETLENÜL,A SZERZŐ, A DOKUMENTUM ÍRÓJA VAGY BÁRMELY FÉL BESZÁLLÍTÓJA NEM TEHETŐK FELELŐSSÉ A KÁROKÉRT, BELEÉRTVE MINDEN VÉLETLEN, VAGY KÖVETKEZMÉNYES KÁRT, AMELY A PROGRAM HASZNÁLATÁBÓL VAGY A HASZNÁLAT MEGAKADÁLYOZÁSÁBÓL SZÁRMAZIK (BELEÉRTVE, DE NEM KIZÁRÓLAGOSAN AZ ADATVESZTÉST ÉS A HELYTELEN ADATFELDOLGOZÁST, VALAMINT A MÁS PROGRAMOKKAL VALÓ HIBÁS EGYÜTTMŰKÖDÉST), MÉG AKKOR SEM, HA EZEN FELEK TUDATÁBAN VOLTAK, HOGY ILYEN KÁROK KELETKEZHETNEK.</para>
13 </listitem>
14 </orderedlist></para>
15 </legalnotice>
170170 ETAGS = @ETAGS@
171171 EXEEXT = @EXEEXT@
172172 FGREP = @FGREP@
173 FILECMD = @FILECMD@
173174 GDBUS_CODEGEN = @GDBUS_CODEGEN@
174175 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
175176 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
170170 ETAGS = @ETAGS@
171171 EXEEXT = @EXEEXT@
172172 FGREP = @FGREP@
173 FILECMD = @FILECMD@
173174 GDBUS_CODEGEN = @GDBUS_CODEGEN@
174175 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
175176 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
170170 ETAGS = @ETAGS@
171171 EXEEXT = @EXEEXT@
172172 FGREP = @FGREP@
173 FILECMD = @FILECMD@
173174 GDBUS_CODEGEN = @GDBUS_CODEGEN@
174175 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
175176 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
170170 ETAGS = @ETAGS@
171171 EXEEXT = @EXEEXT@
172172 FGREP = @FGREP@
173 FILECMD = @FILECMD@
173174 GDBUS_CODEGEN = @GDBUS_CODEGEN@
174175 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
175176 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
170170 ETAGS = @ETAGS@
171171 EXEEXT = @EXEEXT@
172172 FGREP = @FGREP@
173 FILECMD = @FILECMD@
173174 GDBUS_CODEGEN = @GDBUS_CODEGEN@
174175 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
175176 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
170170 ETAGS = @ETAGS@
171171 EXEEXT = @EXEEXT@
172172 FGREP = @FGREP@
173 FILECMD = @FILECMD@
173174 GDBUS_CODEGEN = @GDBUS_CODEGEN@
174175 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
175176 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
170170 ETAGS = @ETAGS@
171171 EXEEXT = @EXEEXT@
172172 FGREP = @FGREP@
173 FILECMD = @FILECMD@
173174 GDBUS_CODEGEN = @GDBUS_CODEGEN@
174175 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
175176 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
170170 ETAGS = @ETAGS@
171171 EXEEXT = @EXEEXT@
172172 FGREP = @FGREP@
173 FILECMD = @FILECMD@
173174 GDBUS_CODEGEN = @GDBUS_CODEGEN@
174175 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
175176 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
170170 ETAGS = @ETAGS@
171171 EXEEXT = @EXEEXT@
172172 FGREP = @FGREP@
173 FILECMD = @FILECMD@
173174 GDBUS_CODEGEN = @GDBUS_CODEGEN@
174175 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
175176 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
170170 ETAGS = @ETAGS@
171171 EXEEXT = @EXEEXT@
172172 FGREP = @FGREP@
173 FILECMD = @FILECMD@
173174 GDBUS_CODEGEN = @GDBUS_CODEGEN@
174175 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
175176 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
00 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
11 #
2 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.
2 # Copyright (C) 1996-2001, 2003-2019, 2021-2022 Free Software
3 # Foundation, Inc.
34 # Written by Gordon Matzigkeit, 1996
45 #
56 # This file is free software; the Free Software Foundation gives
3031 # along with this program. If not, see <http://www.gnu.org/licenses/>.
3132 ])
3233
33 # serial 58 LT_INIT
34 # serial 59 LT_INIT
3435
3536
3637 # LT_PREREQ(VERSION)
180181 m4_require([_LT_CHECK_SHELL_FEATURES])dnl
181182 m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl
182183 m4_require([_LT_CMD_RELOAD])dnl
184 m4_require([_LT_DECL_FILECMD])dnl
183185 m4_require([_LT_CHECK_MAGIC_METHOD])dnl
184186 m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl
185187 m4_require([_LT_CMD_OLD_ARCHIVE])dnl
218220 ofile=libtool
219221 can_build_shared=yes
220222
221 # All known linkers require a '.a' archive for static linking (except MSVC,
222 # which needs '.lib').
223 # All known linkers require a '.a' archive for static linking (except MSVC and
224 # ICC, which need '.lib').
223225 libext=a
224226
225227 with_gnu_ld=$lt_cv_prog_gnu_ld
776778 # if finds mixed CR/LF and LF-only lines. Since sed operates in
777779 # text mode, it properly converts lines to CR/LF. This bash problem
778780 # is reportedly fixed, but why not run on old versions too?
779 sed '$q' "$ltmain" >> "$cfgfile" \
781 $SED '$q' "$ltmain" >> "$cfgfile" \
780782 || (rm -f "$cfgfile"; exit 1)
781783
782784 mv -f "$cfgfile" "$ofile" ||
10401042 _LT_EOF
10411043 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
10421044 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
1043 echo "$AR cr libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
1044 $AR cr libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
1045 echo "$AR $AR_FLAGS libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
1046 $AR $AR_FLAGS libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
10451047 echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
10461048 $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
10471049 cat > conftest.c << _LT_EOF
10651067 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
10661068 darwin1.*)
10671069 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1068 darwin*) # darwin 5.x on
1069 # if running on 10.5 or later, the deployment target defaults
1070 # to the OS version, if on x86, and 10.4, the deployment
1071 # target defaults to 10.4. Don't you love it?
1072 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
1073 10.0,*86*-darwin8*|10.0,*-darwin[[912]]*)
1074 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1075 10.[[012]][[,.]]*)
1076 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1077 10.*|11.*)
1078 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1070 darwin*)
1071 case $MACOSX_DEPLOYMENT_TARGET,$host in
1072 10.[[012]],*|,*powerpc*-darwin[[5-8]]*)
1073 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1074 *)
1075 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
10791076 esac
10801077 ;;
10811078 esac
11241121 output_verbose_link_cmd=func_echo_all
11251122 _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
11261123 _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
1127 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
1128 _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
1124 _LT_TAGVAR(archive_expsym_cmds, $1)="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
1125 _LT_TAGVAR(module_expsym_cmds, $1)="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
11291126 m4_if([$1], [CXX],
11301127 [ if test yes != "$lt_cv_apple_cc_single_mod"; then
11311128 _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
1132 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
1129 _LT_TAGVAR(archive_expsym_cmds, $1)="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
11331130 fi
11341131 ],[])
11351132 else
12431240 # _LT_WITH_SYSROOT
12441241 # ----------------
12451242 AC_DEFUN([_LT_WITH_SYSROOT],
1246 [AC_MSG_CHECKING([for sysroot])
1243 [m4_require([_LT_DECL_SED])dnl
1244 AC_MSG_CHECKING([for sysroot])
12471245 AC_ARG_WITH([sysroot],
12481246 [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
12491247 [Search for dependent libraries within DIR (or the compiler's sysroot
12601258 fi
12611259 ;; #(
12621260 /*)
1263 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
1261 lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"`
12641262 ;; #(
12651263 no|'')
12661264 ;; #(
12901288 # options accordingly.
12911289 echo 'int i;' > conftest.$ac_ext
12921290 if AC_TRY_EVAL(ac_compile); then
1293 case `/usr/bin/file conftest.$ac_objext` in
1291 case `$FILECMD conftest.$ac_objext` in
12941292 *ELF-32*)
12951293 HPUX_IA64_MODE=32
12961294 ;;
13071305 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
13081306 if AC_TRY_EVAL(ac_compile); then
13091307 if test yes = "$lt_cv_prog_gnu_ld"; then
1310 case `/usr/bin/file conftest.$ac_objext` in
1308 case `$FILECMD conftest.$ac_objext` in
13111309 *32-bit*)
13121310 LD="${LD-ld} -melf32bsmip"
13131311 ;;
13191317 ;;
13201318 esac
13211319 else
1322 case `/usr/bin/file conftest.$ac_objext` in
1320 case `$FILECMD conftest.$ac_objext` in
13231321 *32-bit*)
13241322 LD="${LD-ld} -32"
13251323 ;;
13411339 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
13421340 if AC_TRY_EVAL(ac_compile); then
13431341 emul=elf
1344 case `/usr/bin/file conftest.$ac_objext` in
1342 case `$FILECMD conftest.$ac_objext` in
13451343 *32-bit*)
13461344 emul="${emul}32"
13471345 ;;
13491347 emul="${emul}64"
13501348 ;;
13511349 esac
1352 case `/usr/bin/file conftest.$ac_objext` in
1350 case `$FILECMD conftest.$ac_objext` in
13531351 *MSB*)
13541352 emul="${emul}btsmip"
13551353 ;;
13571355 emul="${emul}ltsmip"
13581356 ;;
13591357 esac
1360 case `/usr/bin/file conftest.$ac_objext` in
1358 case `$FILECMD conftest.$ac_objext` in
13611359 *N32*)
13621360 emul="${emul}n32"
13631361 ;;
13771375 # not appear in the list.
13781376 echo 'int i;' > conftest.$ac_ext
13791377 if AC_TRY_EVAL(ac_compile); then
1380 case `/usr/bin/file conftest.o` in
1378 case `$FILECMD conftest.o` in
13811379 *32-bit*)
13821380 case $host in
13831381 x86_64-*kfreebsd*-gnu)
13841382 LD="${LD-ld} -m elf_i386_fbsd"
13851383 ;;
13861384 x86_64-*linux*)
1387 case `/usr/bin/file conftest.o` in
1385 case `$FILECMD conftest.o` in
13881386 *x86-64*)
13891387 LD="${LD-ld} -m elf32_x86_64"
13901388 ;;
14521450 # options accordingly.
14531451 echo 'int i;' > conftest.$ac_ext
14541452 if AC_TRY_EVAL(ac_compile); then
1455 case `/usr/bin/file conftest.o` in
1453 case `$FILECMD conftest.o` in
14561454 *64-bit*)
14571455 case $lt_cv_prog_gnu_ld in
14581456 yes*)
14911489 m4_defun([_LT_PROG_AR],
14921490 [AC_CHECK_TOOLS(AR, [ar], false)
14931491 : ${AR=ar}
1494 : ${AR_FLAGS=cr}
14951492 _LT_DECL([], [AR], [1], [The archiver])
1496 _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])
1493
1494 # Use ARFLAGS variable as AR's operation code to sync the variable naming with
1495 # Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have
1496 # higher priority because thats what people were doing historically (setting
1497 # ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS
1498 # variable obsoleted/removed.
1499
1500 test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr}
1501 lt_ar_flags=$AR_FLAGS
1502 _LT_DECL([], [lt_ar_flags], [0], [Flags to create an archive (by configure)])
1503
1504 # Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override
1505 # by AR_FLAGS because that was never working and AR_FLAGS is about to die.
1506 _LT_DECL([], [AR_FLAGS], [\@S|@{ARFLAGS-"\@S|@lt_ar_flags"}],
1507 [Flags to create an archive])
14971508
14981509 AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file],
14991510 [lt_cv_ar_at_file=no
17121723 lt_cv_sys_max_cmd_len=8192;
17131724 ;;
17141725
1715 bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
1726 bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*)
17161727 # This has been around since 386BSD, at least. Likely further.
17171728 if test -x /sbin/sysctl; then
17181729 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
17551766 sysv5* | sco5v6* | sysv4.2uw2*)
17561767 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
17571768 if test -n "$kargmax"; then
1758 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
1769 lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[[ ]]//'`
17591770 else
17601771 lt_cv_sys_max_cmd_len=32768
17611772 fi
22052216 striplib=
22062217 old_striplib=
22072218 AC_MSG_CHECKING([whether stripping libraries is possible])
2208 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
2209 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
2210 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
2211 AC_MSG_RESULT([yes])
2219 if test -z "$STRIP"; then
2220 AC_MSG_RESULT([no])
22122221 else
2213 # FIXME - insert some real tests, host_os isn't really good enough
2214 case $host_os in
2215 darwin*)
2216 if test -n "$STRIP"; then
2222 if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
2223 old_striplib="$STRIP --strip-debug"
2224 striplib="$STRIP --strip-unneeded"
2225 AC_MSG_RESULT([yes])
2226 else
2227 case $host_os in
2228 darwin*)
2229 # FIXME - insert some real tests, host_os isn't really good enough
22172230 striplib="$STRIP -x"
22182231 old_striplib="$STRIP -S"
22192232 AC_MSG_RESULT([yes])
2220 else
2233 ;;
2234 freebsd*)
2235 if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then
2236 old_striplib="$STRIP --strip-debug"
2237 striplib="$STRIP --strip-unneeded"
2238 AC_MSG_RESULT([yes])
2239 else
2240 AC_MSG_RESULT([no])
2241 fi
2242 ;;
2243 *)
22212244 AC_MSG_RESULT([no])
2222 fi
2223 ;;
2224 *)
2225 AC_MSG_RESULT([no])
2226 ;;
2227 esac
2245 ;;
2246 esac
2247 fi
22282248 fi
22292249 _LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
22302250 _LT_DECL([], [striplib], [1])
25472567 case $host_os in
25482568 cygwin*)
25492569 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
2550 soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
2570 soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
25512571 m4_if([$1], [],[
25522572 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
25532573 ;;
25572577 ;;
25582578 pw32*)
25592579 # pw32 DLLs use 'pw' prefix rather than 'lib'
2560 library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
2580 library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
25612581 ;;
25622582 esac
25632583 dynamic_linker='Win32 ld.exe'
25642584 ;;
25652585
2566 *,cl*)
2567 # Native MSVC
2586 *,cl* | *,icl*)
2587 # Native MSVC or ICC
25682588 libname_spec='$name'
25692589 soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
25702590 library_names_spec='$libname.dll.lib'
25832603 done
25842604 IFS=$lt_save_ifs
25852605 # Convert to MSYS style.
2586 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
2606 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
25872607 ;;
25882608 cygwin*)
25892609 # Convert to unix form, then to dos form, then back to unix form
26202640 ;;
26212641
26222642 *)
2623 # Assume MSVC wrapper
2643 # Assume MSVC and ICC wrapper
26242644 library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
26252645 dynamic_linker='Win32 ld.exe'
26262646 ;;
26532673 shlibpath_var=LD_LIBRARY_PATH
26542674 ;;
26552675
2656 freebsd* | dragonfly*)
2676 freebsd* | dragonfly* | midnightbsd*)
26572677 # DragonFly does not have aout. When/if they implement a new
26582678 # versioning mechanism, adjust this.
26592679 if test -x /usr/bin/objformat; then
34643484
34653485 bsdi[[45]]*)
34663486 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
3467 lt_cv_file_magic_cmd='/usr/bin/file -L'
3487 lt_cv_file_magic_cmd='$FILECMD -L'
34683488 lt_cv_file_magic_test_file=/shlib/libc.so
34693489 ;;
34703490
34983518 lt_cv_deplibs_check_method=pass_all
34993519 ;;
35003520
3501 freebsd* | dragonfly*)
3521 freebsd* | dragonfly* | midnightbsd*)
35023522 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
35033523 case $host_cpu in
35043524 i*86 )
35053525 # Not sure whether the presence of OpenBSD here was a mistake.
35063526 # Let's accept both of them until this is cleared up.
35073527 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
3508 lt_cv_file_magic_cmd=/usr/bin/file
3528 lt_cv_file_magic_cmd=$FILECMD
35093529 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
35103530 ;;
35113531 esac
35193539 ;;
35203540
35213541 hpux10.20* | hpux11*)
3522 lt_cv_file_magic_cmd=/usr/bin/file
3542 lt_cv_file_magic_cmd=$FILECMD
35233543 case $host_cpu in
35243544 ia64*)
35253545 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
35663586
35673587 newos6*)
35683588 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
3569 lt_cv_file_magic_cmd=/usr/bin/file
3589 lt_cv_file_magic_cmd=$FILECMD
35703590 lt_cv_file_magic_test_file=/usr/lib/libnls.so
35713591 ;;
35723592
36933713 mingw*) lt_bad_file=conftest.nm/nofile ;;
36943714 *) lt_bad_file=/dev/null ;;
36953715 esac
3696 case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
3716 case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in
36973717 *$lt_bad_file* | *'Invalid file or object type'*)
36983718 lt_cv_path_NM="$tmp_nm -B"
36993719 break 2
37003720 ;;
37013721 *)
3702 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
3722 case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in
37033723 */dev/null*)
37043724 lt_cv_path_NM="$tmp_nm -p"
37053725 break 2
37253745 # Let the user override the test.
37263746 else
37273747 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
3728 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
3748 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in
37293749 *COFF*)
37303750 DUMPBIN="$DUMPBIN -symbols -headers"
37313751 ;;
39653985
39663986 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
39673987 # Gets list of data symbols to import.
3968 lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
3988 lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'"
39693989 # Adjust the below global symbol transforms to fixup imported variables.
39703990 lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
39713991 lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'"
39834003 # Transform an extracted symbol line into a proper C declaration.
39844004 # Some systems (esp. on ia64) link data and code symbols differently,
39854005 # so use this general approach.
3986 lt_cv_sys_global_symbol_to_cdecl="sed -n"\
4006 lt_cv_sys_global_symbol_to_cdecl="$SED -n"\
39874007 $lt_cdecl_hook\
39884008 " -e 's/^T .* \(.*\)$/extern int \1();/p'"\
39894009 " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
39904010
39914011 # Transform an extracted symbol line into symbol name and symbol address
3992 lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
4012 lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\
39934013 $lt_c_name_hook\
39944014 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
39954015 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'"
39964016
39974017 # Transform an extracted symbol line into symbol name with lib prefix and
39984018 # symbol address.
3999 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
4019 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\
40004020 $lt_c_name_lib_hook\
40014021 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
40024022 " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\
40204040 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
40214041 # Fake it for dumpbin and say T for any non-static function,
40224042 # D for any global variable and I for any imported variable.
4023 # Also find C++ and __fastcall symbols from MSVC++,
4043 # Also find C++ and __fastcall symbols from MSVC++ or ICC,
40244044 # which start with @ or ?.
40254045 lt_cv_sys_global_symbol_pipe="$AWK ['"\
40264046 " {last_section=section; section=\$ 3};"\
40384058 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
40394059 " ' prfx=^$ac_symprfx]"
40404060 else
4041 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
4061 lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
40424062 fi
4043 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
4063 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'"
40444064
40454065 # Check to see that the pipe works correctly.
40464066 pipe_works=no
43284348 ;;
43294349 esac
43304350 ;;
4331 freebsd* | dragonfly*)
4351 freebsd* | dragonfly* | midnightbsd*)
43324352 # FreeBSD uses GNU C++
43334353 ;;
43344354 hpux9* | hpux10* | hpux11*)
44114431 _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
44124432 ;;
44134433 *)
4414 case `$CC -V 2>&1 | sed 5q` in
4434 case `$CC -V 2>&1 | $SED 5q` in
44154435 *Sun\ C*)
44164436 # Sun C++ 5.9
44174437 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
47534773 _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
47544774 ;;
47554775 *)
4756 case `$CC -V 2>&1 | sed 5q` in
4776 case `$CC -V 2>&1 | $SED 5q` in
47574777 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
47584778 # Sun Fortran 8.3 passes all unrecognized flags to the linker
47594779 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
49364956 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
49374957 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
49384958 else
4939 _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
4959 _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
49404960 fi
49414961 ;;
49424962 pw32*)
49444964 ;;
49454965 cygwin* | mingw* | cegcc*)
49464966 case $cc_basename in
4947 cl*)
4967 cl* | icl*)
49484968 _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
49494969 ;;
49504970 *)
50045024
50055025 case $host_os in
50065026 cygwin* | mingw* | pw32* | cegcc*)
5007 # FIXME: the MSVC++ port hasn't been tested in a loooong time
5027 # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time
50085028 # When not using gcc, we currently assume that we are using
5009 # Microsoft Visual C++.
5029 # Microsoft Visual C++ or Intel C++ Compiler.
50105030 if test yes != "$GCC"; then
50115031 with_gnu_ld=no
50125032 fi
50135033 ;;
50145034 interix*)
5015 # we just hope/assume this is gcc and not c89 (= MSVC++)
5035 # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC)
50165036 with_gnu_ld=yes
50175037 ;;
50185038 openbsd* | bitrig*)
50675087 _LT_TAGVAR(whole_archive_flag_spec, $1)=
50685088 fi
50695089 supports_anon_versioning=no
5070 case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
5090 case `$LD -v | $SED -e 's/([[^)]]\+)\s\+//' 2>&1` in
50715091 *GNU\ gold*) supports_anon_versioning=yes ;;
50725092 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
50735093 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
51795199 emximp -o $lib $output_objdir/$libname.def'
51805200 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
51815201 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5202 _LT_TAGVAR(file_list_spec, $1)='@'
51825203 ;;
51835204
51845205 interix[[3-9]]*)
51935214 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
51945215 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
51955216 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
5196 _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
5217 _LT_TAGVAR(archive_expsym_cmds, $1)='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
51975218 ;;
51985219
51995220 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
52365257 _LT_TAGVAR(compiler_needs_object, $1)=yes
52375258 ;;
52385259 esac
5239 case `$CC -V 2>&1 | sed 5q` in
5260 case `$CC -V 2>&1 | $SED 5q` in
52405261 *Sun\ C*) # Sun C 5.9
52415262 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
52425263 _LT_TAGVAR(compiler_needs_object, $1)=yes
52485269
52495270 if test yes = "$supports_anon_versioning"; then
52505271 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
5251 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5272 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
52525273 echo "local: *; };" >> $output_objdir/$libname.ver~
52535274 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
52545275 fi
52555276
52565277 case $cc_basename in
52575278 tcc*)
5279 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
52585280 _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic'
52595281 ;;
52605282 xlf* | bgf* | bgxlf* | mpixlf*)
52645286 _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
52655287 if test yes = "$supports_anon_versioning"; then
52665288 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
5267 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5289 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
52685290 echo "local: *; };" >> $output_objdir/$libname.ver~
52695291 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
52705292 fi
53965418 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
53975419 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
53985420 else
5399 _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
5421 _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
54005422 fi
54015423 aix_use_runtimelinking=no
54025424
55795601
55805602 cygwin* | mingw* | pw32* | cegcc*)
55815603 # When not using gcc, we currently assume that we are using
5582 # Microsoft Visual C++.
5604 # Microsoft Visual C++ or Intel C++ Compiler.
55835605 # hardcode_libdir_flag_spec is actually meaningless, as there is
55845606 # no search path for DLLs.
55855607 case $cc_basename in
5586 cl*)
5587 # Native MSVC
5608 cl* | icl*)
5609 # Native MSVC or ICC
55885610 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
55895611 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
55905612 _LT_TAGVAR(always_export_symbols, $1)=yes
56255647 fi'
56265648 ;;
56275649 *)
5628 # Assume MSVC wrapper
5650 # Assume MSVC and ICC wrapper
56295651 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
56305652 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
56315653 # Tell ltmain to make .lib files, not .a files.
56735695 ;;
56745696
56755697 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5676 freebsd* | dragonfly*)
5698 freebsd* | dragonfly* | midnightbsd*)
56775699 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
56785700 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
56795701 _LT_TAGVAR(hardcode_direct, $1)=yes
58145836 # Fabrice Bellard et al's Tiny C Compiler
58155837 _LT_TAGVAR(ld_shlibs, $1)=yes
58165838 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5839 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
58175840 ;;
58185841 esac
58195842 ;;
58855908 emximp -o $lib $output_objdir/$libname.def'
58865909 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
58875910 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5911 _LT_TAGVAR(file_list_spec, $1)='@'
58885912 ;;
58895913
58905914 osf3*)
66556679
66566680 cygwin* | mingw* | pw32* | cegcc*)
66576681 case $GXX,$cc_basename in
6658 ,cl* | no,cl*)
6659 # Native MSVC
6682 ,cl* | no,cl* | ,icl* | no,icl*)
6683 # Native MSVC or ICC
66606684 # hardcode_libdir_flag_spec is actually meaningless, as there is
66616685 # no search path for DLLs.
66626686 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
67546778 emximp -o $lib $output_objdir/$libname.def'
67556779 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
67566780 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
6781 _LT_TAGVAR(file_list_spec, $1)='@'
67576782 ;;
67586783
67596784 dgux*)
67846809 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
67856810 ;;
67866811
6787 freebsd* | dragonfly*)
6812 freebsd* | dragonfly* | midnightbsd*)
67886813 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
67896814 # conventions
67906815 _LT_TAGVAR(ld_shlibs, $1)=yes
69216946 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
69226947 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
69236948 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
6924 _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
6949 _LT_TAGVAR(archive_expsym_cmds, $1)='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
69256950 ;;
69266951 irix5* | irix6*)
69276952 case $cc_basename in
70617086 _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
70627087 if test yes = "$supports_anon_versioning"; then
70637088 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
7064 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
7089 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
70657090 echo "local: *; };" >> $output_objdir/$libname.ver~
70667091 $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
70677092 fi
70687093 ;;
70697094 *)
7070 case `$CC -V 2>&1 | sed 5q` in
7095 case `$CC -V 2>&1 | $SED 5q` in
70717096 *Sun\ C*)
70727097 # Sun C++ 5.9
70737098 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
82128237 _LT_DECL([], [DLLTOOL], [1], [DLL creation program])
82138238 AC_SUBST([DLLTOOL])
82148239 ])
8240
8241 # _LT_DECL_FILECMD
8242 # ----------------
8243 # Check for a file(cmd) program that can be used to detect file type and magic
8244 m4_defun([_LT_DECL_FILECMD],
8245 [AC_CHECK_TOOL([FILECMD], [file], [:])
8246 _LT_DECL([], [FILECMD], [1], [A file(cmd) program that detects file types])
8247 ])# _LD_DECL_FILECMD
82158248
82168249 # _LT_DECL_SED
82178250 # ------------
00 # Helper functions for option handling. -*- Autoconf -*-
11 #
2 # Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software
3 # Foundation, Inc.
2 # Copyright (C) 2004-2005, 2007-2009, 2011-2019, 2021-2022 Free
3 # Software Foundation, Inc.
44 # Written by Gary V. Vaughan, 2004
55 #
66 # This file is free software; the Free Software Foundation gives
00 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
11 #
2 # Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software
2 # Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021-2022 Free Software
33 # Foundation, Inc.
44 # Written by Gary V. Vaughan, 2004
55 #
00 # ltversion.m4 -- version numbers -*- Autoconf -*-
11 #
2 # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
2 # Copyright (C) 2004, 2011-2019, 2021-2022 Free Software Foundation,
3 # Inc.
34 # Written by Scott James Remnant, 2004
45 #
56 # This file is free software; the Free Software Foundation gives
89
910 # @configure_input@
1011
11 # serial 4179 ltversion.m4
12 # serial 4245 ltversion.m4
1213 # This file is part of GNU Libtool
1314
14 m4_define([LT_PACKAGE_VERSION], [2.4.6])
15 m4_define([LT_PACKAGE_REVISION], [2.4.6])
15 m4_define([LT_PACKAGE_VERSION], [2.4.7])
16 m4_define([LT_PACKAGE_REVISION], [2.4.7])
1617
1718 AC_DEFUN([LTVERSION_VERSION],
18 [macro_version='2.4.6'
19 macro_revision='2.4.6'
19 [macro_version='2.4.7'
20 macro_revision='2.4.7'
2021 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
2122 _LT_DECL(, macro_revision, 0)
2223 ])
00 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
11 #
2 # Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
3 # Foundation, Inc.
2 # Copyright (C) 2004-2005, 2007, 2009, 2011-2019, 2021-2022 Free
3 # Software Foundation, Inc.
44 # Written by Scott James Remnant, 2004.
55 #
66 # This file is free software; the Free Software Foundation gives
109109 .PHONY: clean-help
110110 mostlyclean-am: $(if $(HELP_ID),clean-help)
111111 clean-help:
112 rm -f $(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES)
112 $(file >clean-help-files,$(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES))
113 @xargs -t rm -f < clean-help-files
114 rm -f clean-help-files
113115
114116 EXTRA_DIST ?=
115117 EXTRA_DIST += $(_HELP_C_EXTRA) $(_HELP_C_MEDIA)
Binary diff not shown
28392839
28402840 #: gnome-applets/netspeed/preferences.c:161
28412841 msgid "Network _device:"
2842 msgstr "Dispositiu de_xarxa:"
2842 msgstr "Dispositiu de _xarxa:"
28432843
28442844 #: gnome-applets/netspeed/preferences.c:228
28452845 msgid "General Settings"
Binary diff not shown
+2591
-2685
po/da.po less more
1111 # Kenneth Nielsen <k.nielsen@gmail.com>, 2008-2009.
1212 # Joe Hansen <joedalton2@yahoo.dk>, 2013, 2018.
1313 # Ask Hjorth Larsen <asklarsen@gmail.com>, 2008, 10, 16.
14 # Alan Mortensen <alanmortensen.am@gmail.com>
1415 #
1516 # Konventioner:
1617 #
3132 msgid ""
3233 msgstr ""
3334 "Project-Id-Version: gnome-applets\n"
34 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
35 "applets&keywords=I18N+L10N&component=general\n"
36 "POT-Creation-Date: 2018-02-04 17:55+0000\n"
37 "PO-Revision-Date: 2018-03-03 19:49+0100\n"
38 "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
35 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-applets/issues\n"
36 "POT-Creation-Date: 2022-04-07 19:40+0000\n"
37 "PO-Revision-Date: 2022-06-22 19:38+0200\n"
38 "Last-Translator: Alan Mortensen <alanmortensen.am@gmail.com>\n"
3939 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
4040 "Language: da\n"
4141 "MIME-Version: 1.0\n"
4242 "Content-Type: text/plain; charset=UTF-8\n"
4343 "Content-Transfer-Encoding: 8bit\n"
4444 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
45
46 #: ../accessx-status/accessx-status-applet-menu.xml.h:1
45 "X-Generator: Poedit 2.3\n"
46
47 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:6
48 msgid "Red value level"
49 msgstr "Rødt niveau"
50
51 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:7
52 msgid ""
53 "The battery level below which the battery is displayed as red. Also the "
54 "value at which the low battery warning is displayed."
55 msgstr ""
56 "Batteriniveau hvorunder batteriet vises som rød. Er også værdien hvor en "
57 "batteriadvarsel vises."
58
59 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:11
60 msgid "Warn on low time rather than low percentage"
61 msgstr "Advar om kort tid tilbage i stedet for lille procentdel tilbage"
62
63 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:12
64 msgid ""
65 "Use the value defined in red-value as a time remaining to show the warning "
66 "dialog rather than a percentage."
67 msgstr ""
68 "Brug værdien defineret i red-value som tilbageværende tid hvori "
69 "advarselsvinduet vises i stedet for en procentdel."
70
71 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:16
72 msgid "Low Battery Notification"
73 msgstr "Lav ladning-annoncering"
74
75 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:17
76 msgid "Notify user when the battery is low."
77 msgstr "Annoncér til brugeren når batteriniveauet er lavt."
78
79 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:21
80 msgid "Full Battery Notification"
81 msgstr "Fuldt opladet-annoncering"
82
83 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:22
84 msgid "Notify user when the battery is full."
85 msgstr "Annoncér til brugeren når batteriet er fuldt."
86
87 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:26
88 msgid "Beep for warnings"
89 msgstr "Bip ved advarsler"
90
91 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:27
92 msgid "Beep when displaying a warning."
93 msgstr "Bip når en advarsel vises."
94
95 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:31
96 msgid "Drain from top"
97 msgstr "Tøm fra top"
98
99 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:32
100 msgid ""
101 "Show the battery meter draining from the top of the battery. Only "
102 "implemented for traditional battery view."
103 msgstr ""
104 "Lad batterimeteret tømmes fra toppen af batteriet. Kun implementeret for "
105 "traditionelt baterioversigt."
106
107 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:36
108 msgid "Upright (small) battery"
109 msgstr "Lodret (lille) batteri"
110
111 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:37
112 msgid "Show the upright, smaller battery on the panel."
113 msgstr "Vis det lodrette og mindre batteri på panelet."
114
115 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:41
116 msgid "Show the horizontal battery"
117 msgstr "Vis det vandrette batteri"
118
119 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:42
120 msgid "Show the traditional, horizontal battery on the panel."
121 msgstr "Vis det traditionelle vandrette batteri på panelet."
122
123 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:46
124 msgid "Show the time/percent label"
125 msgstr "Vis tid/procent-etiketten"
126
127 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:47
128 msgid "0 for no label, 1 for percentage and 2 for time remaining."
129 msgstr "0 for ingen etiket, 1 for procent og 2 for tilbageværende tid."
130
131 #: data/schemas/org.gnome.gnome-applets.charpick.gschema.xml.in:5
132 msgid "Characters shown on applet startup"
133 msgstr "Tegn som vises fra start"
134
135 #: data/schemas/org.gnome.gnome-applets.charpick.gschema.xml.in:6
136 msgid ""
137 "The string that the user had selected when the applet was last used. This "
138 "string will be displayed when the user starts the applet."
139 msgstr ""
140 "Den streng som brugeren havde valgt da panelprogrammet sidst blev brugt. "
141 "Denne streng vil blive vist når programmet starter."
142
143 #: data/schemas/org.gnome.gnome-applets.charpick.gschema.xml.in:10
144 #: gnome-applets/charpick/properties.c:358
145 msgid "List of available palettes"
146 msgstr "Liste af tilgængelige paletter"
147
148 #: data/schemas/org.gnome.gnome-applets.charpick.gschema.xml.in:11
149 msgid "List of strings containing the available palettes."
150 msgstr "Liste af strenge der indeholder de tilgængelige paletter."
151
152 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:5
153 msgid "Command to execute"
154 msgstr "Kommando, der skal køres"
155
156 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:6
157 msgid "Command/script to execute to get the output"
158 msgstr "Kommando/script, der skal køres for at få outputtet"
159
160 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:11
161 msgid "Interval for the command"
162 msgstr "Interval til kommando"
163
164 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:12
165 msgid "Interval to execute the command (in seconds)"
166 msgstr "Interval til kørsel af kommando (i sekunder)"
167
168 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:17
169 msgid "Width of output"
170 msgstr "Bredde af output"
171
172 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:18
173 msgid "Number of characters to display"
174 msgstr "Antal tegn, der skal vises"
175
176 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:22
177 #: gnome-applets/command/command-applet.c:137
178 msgid "Show icon"
179 msgstr "Vis ikon"
180
181 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:23
182 msgid "If applet icon is shown or not"
183 msgstr "Om panelprogrammets ikon vises"
184
185 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:5
186 msgid "CPU to Monitor"
187 msgstr "CPU der skal overvåges"
188
189 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:6
190 msgid ""
191 "Set the CPU to monitor. In a single processor system you don't have to "
192 "change it."
193 msgstr ""
194 "Sæt CPU for overvågning. I et system med en enkelt processor, behøver du "
195 "ikke at ændre noget."
196
197 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:10
198 msgid "Mode to show cpu usage"
199 msgstr "Den viste tilstand for CPU-brug"
200
201 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:11
202 msgid ""
203 "A 'graphic' value means to show the applet in graphic mode (pixmap only), "
204 "'text' to show the applet in text mode (not to show the pixmap) and 'both' "
205 "to show the applet in graphic and text mode."
206 msgstr ""
207 "Værdien “graphic” betyder vis panelprogrammet i grafisk-tilstand (kun-"
208 "pixmap), “text” betyder vis panelprogrammet i tekst-tilstand (vis ikke "
209 "pixmap'en), og “both” betyder vis panelprogrammet i grafisk- og tekst-"
210 "tilstand."
211
212 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:15
213 msgid "The type of text to display (if the text is enabled)."
214 msgstr "Typen af tekst der skal vises (hvis teksten er slået til)."
215
216 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:16
217 msgid ""
218 "A 'frequency' value means to show cpu frequency, 'frequency-unit' to show "
219 "frequency and units, and 'percentage' to show percentage instead of "
220 "frequency."
221 msgstr ""
222 "Værdien “frequency” betyder vis CPU-frekvens, “frequency-unit” betyder vis "
223 "frekvens og enheder, og “percentage” betyder vis procentdel i stedet for "
224 "frekvens."
225
226 #: data/schemas/org.gnome.gnome-applets.geyes.gschema.xml.in:5
227 msgid "Directory in which the theme is located"
228 msgstr "Mappe som temaet er placeret i"
229
230 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:5
231 msgid "Update the data automatically"
232 msgstr "Opdatér data automatisk"
233
234 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:6
235 msgid ""
236 "Determines whether the applet automatically updates its weather statistics "
237 "or not."
238 msgstr "Om panelprogrammet automatisk opdaterer vejrstatistikken."
239
240 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:10
241 msgid "Update interval"
242 msgstr "Opdateringsinterval"
243
244 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:11
245 msgid "The interval, in seconds, between automatic updates."
246 msgstr "Intervallet i sekunder mellem automatiske opdateringer."
247
248 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:15
249 msgid "Show notification"
250 msgstr "Vis påmindelse"
251
252 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:16
253 msgid "Show notifications for critical weather conditions"
254 msgstr "Vis påmindelser for kritiske vejrforhold"
255
256 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:17
257 msgid "Macro pattern list"
258 msgstr "Makromønsterliste"
259
260 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:18
261 msgid "List of entries containing strings for the macro patterns."
262 msgstr "Liste af indgange, der indeholder strenge til makromønstrene."
263
264 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:34
265 msgid "Macro command list"
266 msgstr "Makrokommandoliste"
267
268 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:35
269 msgid "List of entries containing strings for the macro commands."
270 msgstr "Liste af indgange, der indeholder strenge til makrokommandoerne."
271
272 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:41
273 msgid "Show handle"
274 msgstr "Vis håndtag"
275
276 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:42
277 msgid "Show a handle so the applet can be detached from the panel."
278 msgstr "Vis et håndtag så panelprogrammet kan frigøres fra panelet."
279
280 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:46
281 msgid "Show frame"
282 msgstr "Vis kant"
283
284 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:47
285 msgid "Show a frame surrounding the applet."
286 msgstr "Vis en ramme rundt om panelprogrammet."
287
288 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:51
289 msgid "Perform history autocompletion"
290 msgstr "Udfør historikbaseret autofuldførelse"
291
292 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:52
293 msgid "Attempt to autocomplete a command from the history of commands entered."
294 msgstr ""
295 "Forsøg at fuldføre en kommando fra historikken af indtastede kommandoer."
296
297 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:56
298 msgid "Width"
299 msgstr "Bredde"
300
301 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:57
302 msgid "Width of the applet"
303 msgstr "Bredden af panelprogrammet"
304
305 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:61
306 msgid "Use the default theme colors"
307 msgstr "Benyt temaets farver"
308
309 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:62
310 msgid "Use theme colors instead of custom ones."
311 msgstr "Benyt temafarver i stedet for brugerdefinerede."
312
313 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:66
314 msgid "Foreground color"
315 msgstr "Forgrundsfarve"
316
317 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:71
318 msgid "Background color"
319 msgstr "Baggrundsfarve"
320
321 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:76
322 msgid "History list"
323 msgstr "Historikliste"
324
325 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:77
326 msgid "List of entries containing strings for history entries."
327 msgstr "Liste af indgange, der indeholder strenge for historikelementer."
328
329 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:5
330 msgid "Enable CPU load graph"
331 msgstr "Aktivér CPU-belastningsgraf"
332
333 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:9
334 msgid "Enable memory load graph"
335 msgstr "Aktivér hukommelsesforbruggraf"
336
337 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:13
338 msgid "Enable network load graph"
339 msgstr "Aktivér netværksbelastningsgraf"
340
341 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:17
342 msgid "Enable swap load graph"
343 msgstr "Aktivér swapbelastningsgraf"
344
345 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:21
346 msgid "Enable load average graph"
347 msgstr "Aktivér belastninggennemsnitsgraf"
348
349 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:25
350 msgid "Enable disk load graph"
351 msgstr "Aktivér diskbelastningsgraf"
352
353 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:30
354 msgid "Applet refresh rate in milliseconds"
355 msgstr "Opdateringsinterval i millisekunder"
356
357 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:34
358 msgid "Graph size"
359 msgstr "Grafstørrelse"
360
361 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:35
362 msgid ""
363 "For horizontal panels, the width of the graphs in pixels. For vertical "
364 "panels, this is the height of the graphs."
365 msgstr ""
366 "Bredden af graferne i punkter for vandrette paneler, højden for lodrette "
367 "paneler."
368
369 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:40
370 msgid "Graph color for user-related CPU activity"
371 msgstr "Graffarve for bruger-relateret CPU-aktivitet"
372
373 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:44
374 msgid "Graph color for system-related CPU activity"
375 msgstr "Graffarve for system-relateret CPU-aktivitet"
376
377 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:48
378 msgid "Graph color for nice-related CPU activity"
379 msgstr "Graffarve for nice-relateret CPU-aktivitet"
380
381 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:52
382 msgid "Graph color for iowait-related CPU activity"
383 msgstr "Graffarve for iowait-relateret CPU-aktivitet"
384
385 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:56
386 msgid "CPU graph background color"
387 msgstr "CPU-grafbaggrundsfarve"
388
389 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:61
390 msgid "Graph color for user-related memory usage"
391 msgstr "Graffarve for bruger-relateret hukommelsesforbrug"
392
393 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:65
394 msgid "Graph color for shared memory"
395 msgstr "Graffarve for delt hukommelse"
396
397 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:69
398 msgid "Graph color for buffer memory"
399 msgstr "Graffarve for bufferhukommelse"
400
401 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:73
402 msgid "Graph color for cached memory"
403 msgstr "Graffarve for cachehukommelse"
404
405 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:77
406 msgid "Memory graph background color"
407 msgstr "Hukommelsesbaggrundsfarve"
408
409 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:82
410 msgid "Graph color for input network activity"
411 msgstr "Graffarve for indgående netværksaktivitet"
412
413 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:86
414 msgid "Graph color for output network activity"
415 msgstr "Graffarve for udgående netværksaktivitet"
416
417 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:90
418 msgid "Graph color for loopback network usage"
419 msgstr "Graffarve for tilbagedirigeret netværksbrug"
420
421 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:94
422 msgid "Network graph background color"
423 msgstr "Netværksbaggrundsfarve"
424
425 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:99
426 msgid "Graph color for user-related swap usage"
427 msgstr "Graffarve for bruger-relateret swapforbrug"
428
429 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:103
430 msgid "Swap graph background color"
431 msgstr "Swapbaggrundsfarve"
432
433 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:108
434 msgid "Graph color for load average"
435 msgstr "Graffarve for belastningsgennemsnit"
436
437 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:112
438 msgid "Load graph background color"
439 msgstr "Belastningsbaggrundsfarve"
440
441 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:117
442 msgid "Graph color for disk read"
443 msgstr "Graffarve for disklæsning"
444
445 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:121
446 msgid "Graph color for disk write"
447 msgstr "Graffarve for diskskrivning"
448
449 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:125
450 msgid "Background color for disk load graph"
451 msgstr "Baggrundsfarve for diskbelastningsgraf"
452
453 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:130
454 msgid "The desktop description file to execute as the system monitor"
455 msgstr "Skrivebordsbeskrivelsesfilen der eksekveres som systemovervågning"
456
457 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:6
458 msgid "Show sum"
459 msgstr "Vis sum"
460
461 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:7
462 msgid "Show sum instead of in & out"
463 msgstr "Vis sum i stedet for ind & ud"
464
465 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:12
466 msgid "Show bits"
467 msgstr "Vis bit"
468
469 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:13
470 msgid "Show bits instead of bytes"
471 msgstr "Vis bit i stedet for byte"
472
473 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:18
474 msgid "Change icon"
475 msgstr "Ændr ikon"
476
477 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:19
478 msgid "Change icon according to the selected device"
479 msgstr "Ændr ikon efter den valgte enhed"
480
481 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:24
482 msgid "Auto change device"
483 msgstr "Skift automatisk enhed"
484
485 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:29
486 msgid "Refresh time"
487 msgstr "Opdateringsinterval"
488
489 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:30
490 msgid "Refresh time in milliseconds"
491 msgstr "Opdateringsinterval i millisekunder"
492
493 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:35
494 msgid "Network device"
495 msgstr "Netværksenhed"
496
497 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:40
498 msgid "Up command"
499 msgstr "Op-kommando"
500
501 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:45
502 msgid "Down command"
503 msgstr "Ned-kommando"
504
505 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:50
506 msgid "In graph color"
507 msgstr "Farve for ind-graf"
508
509 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:55
510 msgid "Out graph color"
511 msgstr "Farve for ud-graf"
512
513 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:5
514 msgid "File name for sticky notes"
515 msgstr "Filnavn for notessedler"
516
517 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:6
518 msgid ""
519 "File name for sticky notes in $XDG_CONFIG_HOME/gnome-applets/sticky-notes."
520 msgstr "Filnavn for notessedler i $XDG_CONFIG_HOME/gnome-applets/sticky-notes."
521
522 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:10
523 msgid "Default width for new notes"
524 msgstr "Forvalgt bredde for nye noter"
525
526 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:11
527 msgid "Default width for new sticky notes in pixels."
528 msgstr "Forvalgt bredde for nye notessedler i punkter."
529
530 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:15
531 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:16
532 msgid "Default height for new notes"
533 msgstr "Forvalgt højde for nye noter"
534
535 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:20
536 msgid "Default color for new notes"
537 msgstr "Forvalgt farve for nye noter"
538
539 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:21
540 msgid ""
541 "Default color for new sticky notes. This can be standard name, hexadecimal "
542 "value, RGB color or RGBA color."
543 msgstr ""
544 "Standardfarve for nye notessedler. Værdien kan være standardnavn, "
545 "hexadecimal værdi, RGB-farve eller RGBA-farve."
546
547 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:25
548 msgid "Default color for font"
549 msgstr "Forvalgt farve for skrifttype"
550
551 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:26
552 msgid ""
553 "Default font color for new sticky notes. This can be standard name, "
554 "hexadecimal value, RGB color or RGBA color."
555 msgstr ""
556 "Forvalgt skrifttypefarve for nye notessedler. Værdien kan være standardnavn, "
557 "hexadecimal værdi, RGB-farve eller RGBA-farve."
558
559 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:30
560 msgid "Default font for new notes"
561 msgstr "Forvalgt skrifttype for nye noter"
562
563 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:31
564 msgid ""
565 "Default font for new sticky notes. This should be a Pango Font Name, for "
566 "example \"Sans Italic 10\"."
567 msgstr ""
568 "Forvalgt skrifttypenavn for nye notessedler. Dette skal være et Pango-"
569 "skrifttypenavn, f.eks. “Sans Italic 10”."
570
571 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:35
572 msgid "Sticky notes' workspace stickyness"
573 msgstr "Alle arbejdsområder-tilstand"
574
575 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:36
576 msgid ""
577 "Specifies whether the sticky notes are visible on ALL workspaces on the "
578 "desktop, or not."
579 msgstr "Om notessedler er synlige på alle arbejdsområder på skrivebordet."
580
581 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:40
582 msgid "Sticky notes' locked state"
583 msgstr "Låst tilstand af notessedler"
584
585 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:41
586 msgid "Specifies whether the sticky notes are locked (non-editable) or not."
587 msgstr "Om notessedler er låst (kan ikke redigeres) eller ej."
588
589 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:45
590 msgid "Date format of note's title"
591 msgstr "Datoformat for notens titel"
592
593 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:46
594 msgid ""
595 "By default, sticky notes are given the current date as the title when they "
596 "are created. This format is used; anything that can be parsed by strftime() "
597 "is valid."
598 msgstr ""
599 "Som standard får notessedler den aktuelle dato som deres titel når de "
600 "oprettes. Dette format benyttes; alt der kan fortolkes af strftime(), er "
601 "gyldigt."
602
603 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:50
604 msgid "Whether to use the default system color"
605 msgstr "Om temaets farve skal benyttes"
606
607 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:51
608 msgid ""
609 "If this option is disabled, a custom color can be used as the default color "
610 "for all sticky notes."
611 msgstr ""
612 "Hvis denne nøgle er falsk, kan en brugerdefineret farve benyttes som den "
613 "forvalgte farve for alle notessedler."
614
615 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:55
616 msgid "Whether to use the default system font"
617 msgstr "Om temaets skrifttype skal benyttes"
618
619 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:56
620 msgid ""
621 "If this option is disabled, a custom font can be used as the default font "
622 "for all sticky notes."
623 msgstr ""
624 "Hvis denne nøgle er falsk, kan en brugerdefineret skrifttype benyttes som "
625 "den forvalgte skrifttype for alle notessedler."
626
627 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:60
628 msgid "Whether to force the default color and font on all notes"
629 msgstr "Om den forvalgte farve og skrifttype skal gennemtvinges for alle noter"
630
631 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:61
632 msgid ""
633 "If this option is enabled, the custom colors and fonts that have been "
634 "assigned to individual notes will be ignored."
635 msgstr ""
636 "Hvis denne nøgle er sand, bliver de brugerdefinerede farver og skrifttyper "
637 "der er blevet tildelt til individuelle noter, ignoreret."
638
639 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:65
640 msgid "Whether to hide all notes when the desktop is selected"
641 msgstr "Hvorvidt alle noter skal skjules, når skrivebordet vælges"
642
643 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:66
644 msgid ""
645 "If this option is enabled, selecting the desktop in any way will "
646 "automatically hide all the open notes."
647 msgstr ""
648 "Hvis denne indstilling er aktiveret, vil alle noter automatisk blive skjult, "
649 "når skrivebordet vælges på en vilkårlig måde."
650
651 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:70
652 msgid "Whether to ask for confirmation when deleting a note"
653 msgstr "Om der skal spørges efter bekræftelse ved sletning af en note"
654
655 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:71
656 msgid "Empty notes are always deleted without confirmation."
657 msgstr "Tomme noter slettes altid uden bekræftelse."
658
659 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:4
660 msgid "'Timer'"
661 msgstr "'Timer'"
662
663 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:5
664 msgid "Name of timer"
665 msgstr "Navn på timer"
666
667 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:9
668 msgid "Duration of timer in seconds"
669 msgstr "Varighed af timer i sekunder"
670
671 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:13
672 msgid "Show notification popup when timer finish"
673 msgstr "Vis pop op-påmindelse, når tiden løber ud"
674
675 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:17
676 msgid "Show dialog window when timer finish"
677 msgstr "Vis dialog når timeren afsluttes"
678
679 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:77
680 msgid "Determines whether we use custom or Metacity's button layout"
681 msgstr "Angiver om vi bruger tilpasset knaplayout eller Metacitys eget"
682
683 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:78
684 msgid ""
685 "When disabled, this applet's button_layout string will be used to order the "
686 "buttons."
687 msgstr ""
688 "Når slået fra, vil dette panelprograms button_layout-streng blive brugt til "
689 "at ordne knapperne."
690
691 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:82
692 msgid "Layout of buttons."
693 msgstr "Knaplayout."
694
695 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:83
696 msgid ""
697 "Essentially a copy from Metacity's button_layout, but we can modify it for "
698 "custom settings."
699 msgstr ""
700 "Hovedsageligt en kopi fra Metacitys button_layout, men vi kan tilpasse den "
701 "efter behov."
702
703 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:87
704 msgid "Button theme"
705 msgstr "Knaptema"
706
707 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:88
708 msgid "Name of a folder located in windowapplets/themes/ or \"custom\"."
709 msgstr "Navn på en mappe i windowapplets/themes/ eller “custom”."
710
711 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:92
712 msgid "Button orientation"
713 msgstr "Orientering af knapper"
714
715 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:93
716 msgid ""
717 "May be used to set a static button orientation. Setting this value to 1 will "
718 "ensure the buttons are always displayed horizontally. Setting it to 2 will "
719 "do the same but vertically. The default setting 0 will set it automatically "
720 "according to the panel."
721 msgstr ""
722 "Kan bruges til at angive en orientering af knapper fast. Hvis værdien sættes "
723 "til 1, vil knapperne altid vises vandret. Værdien 2 gør det samme, men "
724 "lodret. Standardindstillingen 0 sætter den automatisk ifølge panelet."
725
726 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:106
727 msgid "Hides buttons when there are no windows present."
728 msgstr "Skjuler knapper, når der ikke er nogen aktive vinduer."
729
730 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:107
731 msgid ""
732 "When enabled, the buttons will disappear when there are no maximized (or "
733 "active) windows on the screen."
734 msgstr ""
735 "Når slået til, vil knapperne forsvinde, når der ikke er nogen maksimerede "
736 "(eller aktive) vinduer på skærmen."
737
738 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:111
739 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:10
740 msgid "Only control maximized windows."
741 msgstr "Styr kun maksimerede vinduer."
742
743 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:112
744 msgid ""
745 "When enabled, the window buttons will always control the upper-most "
746 "maximized window."
747 msgstr ""
748 "Når slået til, vil vinduesknapperne altid styre det øverste, maksimerede "
749 "vindue."
750
751 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:116
752 msgid "Reverse the buttons placement."
753 msgstr "Vend knappernes placering."
754
755 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:117
756 msgid ""
757 "When enabled, the window buttons will be placed in reverse order (right to "
758 "left instead of left to right, or bottom to top instead of top to bottom)."
759 msgstr ""
760 "Når slået til, vil vinduesknapperne blive placeret i omvendt rækkefølge "
761 "(højre til venstre frem for venstre til højre, eller bund til top frem for "
762 "top til bund)."
763
764 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:121
765 msgid "Enable click effect."
766 msgstr "Slå klikeffekt til."
767
768 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:122
769 msgid ""
770 "When enabled, the button will change image to 'clicked' whenever it is "
771 "clicked."
772 msgstr ""
773 "Når slået til, vil knappen ændre billede til “clicked”, når den klikkes."
774
775 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:126
776 msgid "Enable hover effect."
777 msgstr "Slå svæveeffekt til."
778
779 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:127
780 msgid ""
781 "When enabled, the button will change image to 'hovered' whenever the mouse "
782 "passes it."
783 msgstr ""
784 "Når slået til, vil knappen ændre billede til “hovered”, når musen passerer "
785 "over den."
786
787 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:131
788 msgid "Show tooltips on buttons."
789 msgstr "Vis værktøjstip ved knapper."
790
791 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:132
792 msgid ""
793 "When enabled, each button will display its own tooltip, describing the "
794 "function that it represents."
795 msgstr ""
796 "Når slået til, vil hver knap vise sit eget værktøjstip, som beskriver den "
797 "funktion, knappen repræsenterer."
798
799 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:5
800 msgid "Show windows from all workspaces."
801 msgstr "Vis vinduer fra alle arbejdsområder."
802
803 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:9
804 msgid ""
805 "Show the home title and logout button in the window title if no window is "
806 "selected and active (maximized)"
807 msgstr ""
808 "Vis hjemmetitel og log ud-knap i vinduestitlen hvis intet vindue er valgt og "
809 "aktivt (maksimeret)"
810
811 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:13
812 msgid "Show the application title when an application is active and maximized"
813 msgstr "Vis programtitlen når et program er aktiv og maksimeret"
814
815 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:17
816 msgid ""
817 "All icons except the current active window icon are greyed out. Disable to "
818 "have colored icons for all windows"
819 msgstr ""
820 "Alle ikoner undtagen det nuværende aktive vinduesikon er med gråtoner. "
821 "Deaktiver for at få farvelagte ikoner for alle vinduer"
822
823 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:22
824 msgid ""
825 "Whether the task list will expand automatically and use all available space."
826 msgstr ""
827 "Om opgavelisten vil blive udvidet automatisk og bruge al tilgængelig plads."
828
829 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:5
830 msgid "Hides title when there are no windows present."
831 msgstr "Skjuler titel, når der ikke er nogen vinduer til stede."
832
833 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:6
834 msgid ""
835 "When enabled, the title will disappear when there are no maximized (or "
836 "active) windows on the screen."
837 msgstr ""
838 "Når slået til, vil titlen forsvinde, når der ikke er nogen maksimerede "
839 "(eller aktive) vinduer på skærmen."
840
841 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:11
842 msgid ""
843 "When enabled, the window title will always display the upper-most maximized "
844 "window's name."
845 msgstr ""
846 "Når slået til, vil vinduestitlen altid vise navnet på det øverste "
847 "maksimerede vindue."
848
849 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:15
850 msgid "Set the title alignment."
851 msgstr "Angiv titelposition."
852
853 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:16
854 msgid "Legal values are between 0 and 1."
855 msgstr "Mulige værdier er fra 0 til 1."
856
857 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:20
858 msgid "Swap icon and title."
859 msgstr "Ombyt ikon og titel."
860
861 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:21
862 msgid ""
863 "When enabled, window title will be on the left side and the icon on the "
864 "right side."
865 msgstr ""
866 "Når slået til, vil vinduestitel være på venstre side, og ikon på højre side."
867
868 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:25
869 msgid "Expand the applet"
870 msgstr "Udvid panelprogrammet"
871
872 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:26
873 msgid "When enabled, the applet will use up all available space in the panel."
874 msgstr ""
875 "Når slået til, vil panelprogrammet bruge al tilgængelig plads i panelet."
876
877 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:30
878 msgid "Hide the icon"
879 msgstr "Skjul ikonet"
880
881 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:31
882 msgid "When enabled, the window icon will not be displayed."
883 msgstr "Når slået til, vil vinduesikonet ikke blive vist."
884
885 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:35
886 msgid "Hide the title"
887 msgstr "Skjul titlen"
888
889 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:36
890 msgid "When enabled, the window title will not be displayed."
891 msgstr "Når slået til, vil vinduestitlen ikke blive vist."
892
893 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:40
894 msgid "Show tooltips over title and icon"
895 msgstr "Vis værktøjstip over titel og ikon"
896
897 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:41
898 msgid ""
899 "When enabled, a tooltip carrying the name of the currently active window "
900 "will be shown."
901 msgstr ""
902 "Når slået til, vises et værktøjstip med navnet på det nu aktive vindue."
903
904 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:45
905 msgid "Minimal title size"
906 msgstr "Minimal titelstørrelse"
907
908 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:46
909 msgid ""
910 "This size is used when the applet is not expanded or otherwise to determine "
911 "the minimal size the title label can be shrunk to. The value represents the "
912 "amount of pixels either in width or height, depending on the panel "
913 "orientation."
914 msgstr ""
915 "Størrelsen bruges, når panelprogrammet ikke er udvidet, eller i øvrigt til "
916 "at bestemme den mindste størrelse, titeletiketten kan fylde. Værdien "
917 "repræsenterer antallet af pixel enten i bredde eller højde, afhængigt af "
918 "panelorienteringen."
919
920 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:50
921 msgid "Use a custom style."
922 msgstr "Brug tilpasset stil."
923
924 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:51
925 msgid ""
926 "When enabled, custom font style and color will be used. When disabled, "
927 "system theme defaults will be used."
928 msgstr ""
929 "Når slået til, vil der blive brugt brugertilpasset stil og farver. Ellers "
930 "bruges systemstandard."
931
932 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:55
933 msgid "Show the window action menu on right click."
934 msgstr "Vis menuen for vindueshandlinger ved højreklik."
935
936 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:56
937 msgid ""
938 "Will cause the window action menu to appear when the title is right-clicked. "
939 "This experimental feature is still under development! Warning! In current "
940 "feature state you will be unable to access the applet action menu via title-"
941 "right click when this option is enabled! You may still do so by right-"
942 "clicking the icon if it is not hidden."
943 msgstr ""
944 "Vil få vindueshandlingsmenuen til at blive vist, når der højreklikkes på "
945 "titlen. Denne eksperimentelle funktion er stadig under udvikling! Advarsel! "
946 "I nuværende tilstand vil du ikke kunne tilgå panelprogrammets handlingsmenu "
947 "via titel-højreklik, mens denne funktion er slået til! Du kan stadig gøre "
948 "dette ved at højreklikke på ikonet, hvis det ikke er skjult."
949
950 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:60
951 msgid "Active title font."
952 msgstr "Titelskrifttype for aktivt vindue."
953
954 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:61
955 msgid "Font name and size for the active window state."
956 msgstr "Skrifttypenavn og -størrelse for aktivt vindue."
957
958 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:65
959 msgid "Inactive title font."
960 msgstr "Titelskrifttype for inaktivt vindue."
961
962 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:66
963 msgid "Font name and size for the inactive window state."
964 msgstr "Skrifttypenavn og -størrelse for inaktivt vindue."
965
966 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:70
967 msgid "Active title foreground color."
968 msgstr "Forgrundsfarve for aktiv vinduestitel."
969
970 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:71
971 msgid "Title foreground color in hex format for the active window state."
972 msgstr "Forgrundsfarve for vinduestitel i farvehexformat for aktivt vindue."
973
974 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:75
975 msgid "Inactive title foreground color."
976 msgstr "Forgrundsfarve for inaktiv vinduestitel."
977
978 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:76
979 msgid "Title foreground color in hex format for the inactive window state."
980 msgstr "Forgrundsfarve for vinduestitel i farvehexformat for inaktivt vindue."
981
982 #: gnome-applets/accessx-status/accessx-status-applet-menu.ui:5
47983 msgid "_Keyboard Accessibility Preferences"
48984 msgstr "_Indstillinger for tastaturtilgængelighed"
49985
50 #: ../accessx-status/accessx-status-applet-menu.xml.h:2
51 #: ../battstat/battstat-applet-menu.xml.h:2
52 #: ../charpick/charpick-applet-menu.xml.h:2 ../charpick/src/properties.c:522
53 #: ../cpufreq/cpufreq-applet-menu.xml.h:2
54 #: ../drivemount/drivemount-applet-menu.xml.h:1
55 #: ../geyes/geyes-applet-menu.xml.h:2 ../geyes/src/themes.c:295
56 #: ../gweather/gweather-applet-menu.xml.h:4
57 #: ../mini-commander/src/mini-commander-applet-menu.xml.h:2
58 #: ../multiload/multiload-applet-menu.xml.h:3
59 #: ../netspeed/data/netspeed-menu.xml.h:3 ../netspeed/src/preferences.c:324
60 #: ../sticky-notes/src/sticky-notes-applet-menu.xml.h:6
61 #: ../trash/src/trash-menu.xml.h:3
986 #: gnome-applets/accessx-status/accessx-status-applet-menu.ui:9
987 #: gnome-applets/battstat/battstat-applet-menu.ui:9
988 #: gnome-applets/charpick/charpick-applet-menu.ui:9
989 #: gnome-applets/charpick/properties.c:510
990 #: gnome-applets/cpufreq/cpufreq-applet-menu.ui:9
991 #: gnome-applets/drivemount/drivemount-applet-menu.ui:5
992 #: gnome-applets/geyes/geyes-applet-menu.ui:9 gnome-applets/geyes/themes.c:270
993 #: gnome-applets/gweather/gweather-applet-menu.ui:19
994 #: gnome-applets/mini-commander/mini-commander-applet-menu.ui:9
995 #: gnome-applets/multiload/multiload-applet-menu.ui:15
996 #: gnome-applets/netspeed/netspeed-menu.ui:13
997 #: gnome-applets/netspeed/preferences.c:334
998 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:27
999 #: gnome-applets/trash/trash-menu.ui:15
621000 msgid "_Help"
631001 msgstr "_Hjælp"
641002
65 #: ../accessx-status/accessx-status-applet-menu.xml.h:3
66 #: ../battstat/battstat-applet-menu.xml.h:3
67 #: ../brightness/brightness-applet-menu.xml.h:1
68 #: ../charpick/charpick-applet-menu.xml.h:3
69 #: ../cpufreq/cpufreq-applet-menu.xml.h:3
70 #: ../drivemount/drivemount-applet-menu.xml.h:2
71 #: ../geyes/geyes-applet-menu.xml.h:3 ../gweather/gweather-applet-menu.xml.h:5
72 #: ../inhibit/inhibit-applet-menu.xml.h:1
73 #: ../mini-commander/src/mini-commander-applet-menu.xml.h:3
74 #: ../modem-lights/modem-applet-menu.xml.h:4
75 #: ../multiload/multiload-applet-menu.xml.h:4
76 #: ../netspeed/data/netspeed-menu.xml.h:4
77 #: ../sticky-notes/src/sticky-notes-applet-menu.xml.h:7
78 #: ../tracker-search-bar/src/tracker-search-bar-menu.xml.h:1
79 #: ../trash/src/trash-menu.xml.h:4 ../windowpicker/src/wp-menu.xml.h:2
1003 #: gnome-applets/accessx-status/accessx-status-applet-menu.ui:13
1004 #: gnome-applets/battstat/battstat-applet-menu.ui:13
1005 #: gnome-applets/brightness/brightness-applet-menu.ui:5
1006 #: gnome-applets/charpick/charpick-applet-menu.ui:13
1007 #: gnome-applets/command/command-applet-menu.ui:9
1008 #: gnome-applets/cpufreq/cpufreq-applet-menu.ui:13
1009 #: gnome-applets/drivemount/drivemount-applet-menu.ui:9
1010 #: gnome-applets/geyes/geyes-applet-menu.ui:13
1011 #: gnome-applets/gweather/gweather-applet-menu.ui:23
1012 #: gnome-applets/inhibit/inhibit-applet-menu.ui:5
1013 #: gnome-applets/mini-commander/mini-commander-applet-menu.ui:13
1014 #: gnome-applets/multiload/multiload-applet-menu.ui:19
1015 #: gnome-applets/netspeed/netspeed-menu.ui:17
1016 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:31
1017 #: gnome-applets/timer/timer-applet-menu.ui:21
1018 #: gnome-applets/tracker-search-bar/tracker-search-bar-menu.ui:5
1019 #: gnome-applets/trash/trash-menu.ui:19
1020 #: gnome-applets/window-buttons/window-buttons-menu.ui:9
1021 #: gnome-applets/window-picker/wp-menu.ui:9
1022 #: gnome-applets/window-title/window-title-menu.ui:9
801023 msgid "_About"
811024 msgstr "_Om"
821025
83 #: ../accessx-status/org.gnome.applets.AccessxStatusApplet.panel-applet.in.in.h:1
84 msgid "AccessX Status Applet Factory"
85 msgstr "Fabrik for AccessXstatus-panelprogram"
86
87 #: ../accessx-status/org.gnome.applets.AccessxStatusApplet.panel-applet.in.in.h:2
88 msgid "Keyboard Accessibility Status Applet Factory"
89 msgstr "Fabrik for status for tastaturtilgængelighed"
90
91 #: ../accessx-status/org.gnome.applets.AccessxStatusApplet.panel-applet.in.in.h:3
92 #: ../accessx-status/src/applet.c:1293
1026 #: gnome-applets/accessx-status/accessx-status-applet.c:218
1027 msgid "Open the universal access preferences dialog"
1028 msgstr "Åbn dialogen med indstillinger for universel adgang"
1029
1030 #: gnome-applets/accessx-status/accessx-status-applet.c:236
1031 #, c-format
1032 msgid "There was an error launching the keyboard preferences dialog: %s"
1033 msgstr "Der opstod en fejl ved kørsel af tastaturindstillinger: %s"
1034
1035 #. Note to translators: the first letter of the alphabet, not the indefinite article
1036 #: gnome-applets/accessx-status/accessx-status-applet.c:494
1037 #: gnome-applets/accessx-status/accessx-status-applet.c:542
1038 msgid "a"
1039 msgstr "a"
1040
1041 #: gnome-applets/accessx-status/accessx-status-applet.c:997
1042 msgid "XKB Extension is not enabled"
1043 msgstr "XKB-udvidelsen er ikke aktiveret"
1044
1045 #: gnome-applets/accessx-status/accessx-status-applet.c:1004
1046 msgid "Unknown error"
1047 msgstr "Ukendt fejl"
1048
1049 #: gnome-applets/accessx-status/accessx-status-applet.c:1012
1050 #, c-format
1051 msgid "Error: %s"
1052 msgstr "Fejl: %s"
1053
1054 #: gnome-applets/accessx-status/accessx-status-applet.c:1115
1055 #: gnome-applets/accessx-status/accessx-status-applet.c:1119
1056 #: gnome-applets/accessx-status/accessx-status-applet.c:1249
1057 msgid "AccessX Status"
1058 msgstr "AccessX-status"
1059
1060 #: gnome-applets/accessx-status/accessx-status-applet.c:1116
1061 #: gnome-applets/accessx-status/accessx-status-applet.c:1120
1062 msgid "Shows keyboard status when accessibility features are used."
1063 msgstr "Viser tastaturstatus når tilgængelighedsfaciliteter benyttes."
1064
1065 #: gnome-applets/accessx-status/accessx-status-applet.c:1246
1066 #: gnome-applets/ga-module.c:66
931067 msgid "Keyboard Accessibility Status"
941068 msgstr "Status for tastaturtilgængelighed"
951069
96 #: ../accessx-status/org.gnome.applets.AccessxStatusApplet.panel-applet.in.in.h:4
97 msgid "Shows the status of keyboard accessibility features"
98 msgstr "Viser status for tastaturtilgængelighedsfaciliteter"
99
100 #: ../accessx-status/src/applet.c:138
1070 #: gnome-applets/accessx-status/accessx-status-applet.c:1251
1071 msgid "Displays current state of keyboard accessibility features"
1072 msgstr "Vis den aktuelle tilstand af tastaturtilgængelighedsfaciliteter"
1073
1074 #: gnome-applets/accessx-status/accessx-status-applet.c:1314
1011075 msgid "Shows the state of AccessX features such as latched modifiers"
1021076 msgstr "Viser tilstanden for AccessX-faciliteter såsom låste modifikationer"
1031077
104 #. "documenters", documenters,
105 #: ../accessx-status/src/applet.c:143 ../battstat/src/battstat_applet.c:1203
106 #: ../charpick/src/charpick.c:579 ../command/src/command.c:120
107 #: ../cpufreq/src/cpufreq-applet.c:605 ../drivemount/src/drivemount.c:98
108 #: ../geyes/src/geyes.c:176 ../gweather/src/gweather-about.c:60
109 #: ../invest-applet/invest/invest-applet.c:273 ../mini-commander/src/about.c:53
110 #: ../modem-lights/src/modem-applet.c:1002 ../multiload/src/main.c:62
111 #: ../netspeed/src/netspeed.c:634
112 #: ../sticky-notes/src/stickynotes_applet_callbacks.c:395
113 #: ../timer/src/timer-applet.c:286 ../trash/src/trash-applet.c:419
1078 #: gnome-applets/accessx-status/accessx-status-applet.c:1336
1079 #: gnome-applets/battstat/battstat-applet.c:1545
1080 #: gnome-applets/brightness/brightness-applet.c:815
1081 #: gnome-applets/charpick/charpick-applet.c:838
1082 #: gnome-applets/command/command-applet.c:415
1083 #: gnome-applets/cpufreq/cpufreq-applet.c:1005
1084 #: gnome-applets/drivemount/drivemount-applet.c:176
1085 #: gnome-applets/geyes/geyes-applet.c:410
1086 #: gnome-applets/gweather/gweather-applet.c:616
1087 #: gnome-applets/inhibit/inhibit-applet.c:431
1088 #: gnome-applets/mini-commander/mini-commander-applet.c:470
1089 #: gnome-applets/multiload/multiload-applet.c:514
1090 #: gnome-applets/netspeed/netspeed-applet.c:1538
1091 #: gnome-applets/sticky-notes/sticky-notes-applet.c:845
1092 #: gnome-applets/timer/timer-applet.c:463
1093 #: gnome-applets/tracker-search-bar/tracker-applet.c:464
1094 #: gnome-applets/trash/trash-applet.c:592
1095 #: gnome-applets/window-buttons/window-buttons.c:792
1096 #: gnome-applets/window-picker/wp-applet.c:375
1097 #: gnome-applets/window-title/window-title.c:815
1141098 msgid "translator-credits"
1151099 msgstr ""
1161100 "Birger Langkjer\n"
1241108 "Joe Hansen\n"
1251109 "Ask Hjorth Larsen\n"
1261110 "\n"
127 "Dansk-gruppen <dansk@dansk-gruppen.dk>\n"
128 "Mere info: http://www.dansk-gruppen.dk"
129
130 #: ../accessx-status/src/applet.c:170
131 #, c-format
132 msgid "There was an error launching the help viewer: %s"
133 msgstr "Der opstod en fejl ved kørsel af hjælpefremviseren: %s"
134
135 #: ../accessx-status/src/applet.c:204
136 msgid "Open the universal access preferences dialog"
137 msgstr "Åbn dialogen med indstillinger for universel adgang"
138
139 #: ../accessx-status/src/applet.c:222
140 #, c-format
141 msgid "There was an error launching the keyboard preferences dialog: %s"
142 msgstr "Der opstod en fejl ved kørsel af tastaturindstillinger: %s"
143
144 #. Note to translators: the first letter of the alphabet, not the indefinite article
145 #: ../accessx-status/src/applet.c:465 ../accessx-status/src/applet.c:505
146 msgid "a"
147 msgstr "a"
148
149 #: ../accessx-status/src/applet.c:978 ../accessx-status/src/applet.c:1117
150 #: ../accessx-status/src/applet.c:1296
151 msgid "AccessX Status"
152 msgstr "AccessX-status"
153
154 #: ../accessx-status/src/applet.c:979 ../accessx-status/src/applet.c:1118
155 msgid "Shows keyboard status when accessibility features are used."
156 msgstr "Viser tastaturstatus når tilgængelighedsfaciliteter benyttes."
157
158 #: ../accessx-status/src/applet.c:1014
159 msgid "XKB Extension is not enabled"
160 msgstr "XKB-udvidelsen er ikke aktiveret"
161
162 #: ../accessx-status/src/applet.c:1019
163 msgid "Unknown error"
164 msgstr "Ukendt fejl"
165
166 #: ../accessx-status/src/applet.c:1027
167 #, c-format
168 msgid "Error: %s"
169 msgstr "Fejl: %s"
170
171 #: ../accessx-status/src/applet.c:1298
172 msgid "Displays current state of keyboard accessibility features"
173 msgstr "Vis den aktuelle tilstand af tastaturtilgængelighedsfaciliteter"
174
175 #: ../battstat/battstat-applet-menu.xml.h:1
176 #: ../charpick/charpick-applet-menu.xml.h:1
177 #: ../cpufreq/cpufreq-applet-menu.xml.h:1 ../geyes/geyes-applet-menu.xml.h:1
178 #: ../gweather/gweather-applet-menu.xml.h:3
179 #: ../mini-commander/src/mini-commander-applet-menu.xml.h:1
180 #: ../multiload/multiload-applet-menu.xml.h:2
181 #: ../netspeed/data/netspeed-menu.xml.h:2
182 #: ../sticky-notes/src/sticky-notes-applet-menu.xml.h:5
183 #: ../windowpicker/src/wp-menu.xml.h:1
1111 "Dansk-gruppen\n"
1112 "Websted http://dansk-gruppen.dk\n"
1113 "E-mail <dansk@dansk-gruppen.dk>"
1114
1115 #: gnome-applets/battstat/battstat-applet-menu.ui:5
1116 #: gnome-applets/charpick/charpick-applet-menu.ui:5
1117 #: gnome-applets/command/command-applet-menu.ui:5
1118 #: gnome-applets/cpufreq/cpufreq-applet-menu.ui:5
1119 #: gnome-applets/geyes/geyes-applet-menu.ui:5
1120 #: gnome-applets/gweather/gweather-applet-menu.ui:15
1121 #: gnome-applets/mini-commander/mini-commander-applet-menu.ui:5
1122 #: gnome-applets/multiload/multiload-applet-menu.ui:11
1123 #: gnome-applets/netspeed/netspeed-menu.ui:9
1124 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:23
1125 #: gnome-applets/timer/timer-applet-menu.ui:17
1126 #: gnome-applets/window-buttons/window-buttons-menu.ui:5
1127 #: gnome-applets/window-picker/wp-menu.ui:5
1128 #: gnome-applets/window-title/window-title-menu.ui:5
1841129 msgid "_Preferences"
1851130 msgstr "_Indstillinger"
1861131
187 #: ../battstat/battstat_applet.ui.h:1
1132 #: gnome-applets/battstat/battstat-applet.ui:14
1881133 msgid "Battery Charge Monitor Preferences"
1891134 msgstr "Indstillinger for batteriovervåger"
1901135
191 #: ../battstat/battstat_applet.ui.h:2 ../window-buttons/windowbuttons.ui.h:19
192 #: ../window-title/windowtitle.ui.h:19
1136 #: gnome-applets/battstat/battstat-applet.ui:33
1137 #: gnome-applets/window-buttons/window-buttons.ui:692
1138 #: gnome-applets/window-title/window-title.ui:443
1931139 msgid "Appearance"
1941140 msgstr "Udseende"
1951141
196 #: ../battstat/battstat_applet.ui.h:3
1142 #: gnome-applets/battstat/battstat-applet.ui:67
1971143 msgid "_Compact view"
1981144 msgstr "_Kompakt visning"
1991145
200 #: ../battstat/battstat_applet.ui.h:4
1146 #: gnome-applets/battstat/battstat-applet.ui:86
2011147 msgid "(shows single image for status and charge)"
2021148 msgstr "(viser ét billede for status og opladning)"
2031149
204 #: ../battstat/battstat_applet.ui.h:5
1150 #: gnome-applets/battstat/battstat-applet.ui:99
2051151 msgid "_Expanded view"
2061152 msgstr "_Udvidet visning"
2071153
208 #: ../battstat/battstat_applet.ui.h:6
1154 #: gnome-applets/battstat/battstat-applet.ui:118
2091155 msgid "(two images: one for status, one for charge)"
2101156 msgstr "(to billeder: ét for status og ét for opladning)"
2111157
212 #: ../battstat/battstat_applet.ui.h:7
1158 #: gnome-applets/battstat/battstat-applet.ui:142
2131159 msgid "_Show time/percentage:"
2141160 msgstr "_Vis tid/procent:"
2151161
216 #: ../battstat/battstat_applet.ui.h:8
1162 #: gnome-applets/battstat/battstat-applet.ui:176
2171163 msgid "Show _time remaining"
2181164 msgstr "Vis resterende _tid"
2191165
220 #: ../battstat/battstat_applet.ui.h:9
1166 #: gnome-applets/battstat/battstat-applet.ui:191
2211167 msgid "Show _percentage remaining"
2221168 msgstr "Vis resterende i _procent"
2231169
224 #: ../battstat/battstat_applet.ui.h:10
1170 #: gnome-applets/battstat/battstat-applet.ui:249
2251171 msgid "Notifications"
2261172 msgstr "Påmindelser"
2271173
228 #. TRANSLATOR: This is the beginning of the sentence
229 #: ../battstat/battstat_applet.ui.h:12
1174 #. TRANSLATOR: This is the beginning of the sentence 'Warn when battery charge drops to: [XX] percent/minutes remaining'
1175 #: gnome-applets/battstat/battstat-applet.ui:280
2301176 msgid "_Warn when battery charge drops to:"
2311177 msgstr "Ad_var når batterikapaciteten falder til:"
2321178
233 #: ../battstat/battstat_applet.ui.h:13
1179 #: gnome-applets/battstat/battstat-applet.ui:336
2341180 msgid "_Notify when battery is fully recharged"
2351181 msgstr "_Påmind når batteriet er fuldt genopladet"
2361182
237 #: ../battstat/org.gnome.applets.BattstatApplet.panel-applet.in.in.h:1
238 msgid "Battstat Factory"
239 msgstr "Battstatfabrik"
240
241 # overvåger bliver for langt og kan undværes
242 #: ../battstat/org.gnome.applets.BattstatApplet.panel-applet.in.in.h:2
243 #: ../battstat/src/battstat_applet.c:1614
244 msgid "Battery Charge Monitor"
245 msgstr "Batteriovervåger"
246
247 #: ../battstat/org.gnome.applets.BattstatApplet.panel-applet.in.in.h:3
248 #: ../battstat/src/battstat_applet.c:1615
249 msgid "Monitor a laptop's remaining power"
250 msgstr "Overvåg en bærbars tilbageværende strøm"
251
252 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:1
253 msgid "Red value level"
254 msgstr "Rødt niveau"
255
256 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:2
257 msgid ""
258 "The battery level below which the battery is displayed as red. Also the "
259 "value at which the low battery warning is displayed."
260 msgstr ""
261 "Batteriniveau hvorunder batteriet vises som rød. Er også værdien hvor en "
262 "batteriadvarsel vises."
263
264 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:3
265 msgid "Warn on low time rather than low percentage"
266 msgstr "Advar om kort tid tilbage i stedet for lille procentdel tilbage"
267
268 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:4
269 msgid ""
270 "Use the value defined in red-value as a time remaining to show the warning "
271 "dialog rather than a percentage."
272 msgstr ""
273 "Brug værdien defineret i red-value som tilbageværende tid hvori "
274 "advarselsvinduet vises i stedet for en procentdel."
275
276 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:5
277 msgid "Low Battery Notification"
278 msgstr "Lav ladning-annoncering"
279
280 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:6
281 msgid "Notify user when the battery is low."
282 msgstr "Annoncér til brugeren når batteriniveauet er lavt."
283
284 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:7
285 msgid "Full Battery Notification"
286 msgstr "Fuldt opladet-annoncering"
287
288 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:8
289 msgid "Notify user when the battery is full."
290 msgstr "Annoncér til brugeren når batteriet er fuldt."
291
292 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:9
293 msgid "Beep for warnings"
294 msgstr "Bip ved advarsler"
295
296 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:10
297 msgid "Beep when displaying a warning."
298 msgstr "Bip når en advarsel vises."
299
300 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:11
301 msgid "Drain from top"
302 msgstr "Tøm fra top"
303
304 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:12
305 msgid ""
306 "Show the battery meter draining from the top of the battery. Only "
307 "implemented for traditional battery view."
308 msgstr ""
309 "Lad batterimeteret tømmes fra toppen af batteriet. Kun implementeret for "
310 "traditionelt baterioversigt."
311
312 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:13
313 msgid "Upright (small) battery"
314 msgstr "Lodret (lille) batteri"
315
316 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:14
317 msgid "Show the upright, smaller battery on the panel."
318 msgstr "Vis det lodrette og mindre batteri på panelet."
319
320 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:15
321 msgid "Show the horizontal battery"
322 msgstr "Vis det vandrette batteri"
323
324 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:16
325 msgid "Show the traditional, horizontal battery on the panel."
326 msgstr "Vis det traditionelle vandrette batteri på panelet."
327
328 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:17
329 msgid "Show the time/percent label"
330 msgstr "Vis tid/procent-etiketten"
331
332 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:18
333 msgid "0 for no label, 1 for percentage and 2 for time remaining."
334 msgstr "0 for ingen etiket, 1 for procent og 2 for tilbageværende tid."
335
336 #: ../battstat/sounds/battstat_applet.soundlist.in.h:1
337 msgid "Battery Status Utility"
338 msgstr "Batteristatusværktøj"
339
340 #: ../battstat/sounds/battstat_applet.soundlist.in.h:2
341 msgid "Battery power low"
342 msgstr "Batteriladning er lav"
343
344 #: ../battstat/sounds/battstat_applet.soundlist.in.h:3
345 msgid "Battery fully re-charged"
346 msgstr "Batteriet er fuldt opladet"
347
348 #: ../battstat/src/battstat_applet.c:62
1183 #: gnome-applets/battstat/battstat-applet.c:57
3491184 msgid "System is running on AC power"
3501185 msgstr "Systemet kører på lysnettet"
3511186
352 #: ../battstat/src/battstat_applet.c:63
1187 #: gnome-applets/battstat/battstat-applet.c:58
3531188 msgid "System is running on battery power"
3541189 msgstr "Systemet kører på batteriet"
3551190
356 #: ../battstat/src/battstat_applet.c:329
1191 #: gnome-applets/battstat/battstat-applet.c:324
3571192 #, c-format
3581193 msgid "Battery charged (%d%%)"
3591194 msgstr "Batteriet er opladet (%d%%)"
3601195
361 #: ../battstat/src/battstat_applet.c:331
1196 #: gnome-applets/battstat/battstat-applet.c:326
3621197 #, c-format
3631198 msgid "Unknown time (%d%%) remaining"
3641199 msgstr "Ukendt tid (%d%%) tilbage"
3651200
366 #: ../battstat/src/battstat_applet.c:333
1201 #: gnome-applets/battstat/battstat-applet.c:328
3671202 #, c-format
3681203 msgid "Unknown time (%d%%) until charged"
3691204 msgstr "Ukendt tid (%d%%) for opladning"
3701205
371 #: ../battstat/src/battstat_applet.c:338
1206 #: gnome-applets/battstat/battstat-applet.c:333
3721207 #, c-format
3731208 msgid "%d minute (%d%%) remaining"
3741209 msgid_plural "%d minutes (%d%%) remaining"
3751210 msgstr[0] "%d minut (%d%%) tilbage"
3761211 msgstr[1] "%d minutter (%d%%) tilbage"
3771212
378 #: ../battstat/src/battstat_applet.c:343
1213 #: gnome-applets/battstat/battstat-applet.c:338
3791214 #, c-format
3801215 msgid "%d minute until charged (%d%%)"
3811216 msgid_plural "%d minutes until charged (%d%%)"
3821217 msgstr[0] "%d minut for opladning (%d%%)"
3831218 msgstr[1] "%d minutter for opladning (%d%%)"
3841219
385 #: ../battstat/src/battstat_applet.c:349
1220 #: gnome-applets/battstat/battstat-applet.c:344
3861221 #, c-format
3871222 msgid "%d hour (%d%%) remaining"
3881223 msgid_plural "%d hours (%d%%) remaining"
3891224 msgstr[0] "%d time (%d%%) tilbage"
3901225 msgstr[1] "%d timer (%d%%) tilbage"
3911226
392 #: ../battstat/src/battstat_applet.c:354
1227 #: gnome-applets/battstat/battstat-applet.c:349
3931228 #, c-format
3941229 msgid "%d hour until charged (%d%%)"
3951230 msgid_plural "%d hours until charged (%d%%)"
3981233
3991234 #. TRANSLATOR: "%d %s %d %s" are "%d hours %d minutes"
4001235 #. * Swap order with "%2$s %2$d %1$s %1$d if needed
401 #: ../battstat/src/battstat_applet.c:361
1236 #: gnome-applets/battstat/battstat-applet.c:356
4021237 #, c-format
4031238 msgid "%d %s %d %s (%d%%) remaining"
4041239 msgstr "%d %s %d %s (%d%%) tilbage"
4051240
406 #: ../battstat/src/battstat_applet.c:362 ../battstat/src/battstat_applet.c:369
1241 #: gnome-applets/battstat/battstat-applet.c:357
1242 #: gnome-applets/battstat/battstat-applet.c:364
4071243 msgid "hour"
4081244 msgid_plural "hours"
4091245 msgstr[0] "time"
4101246 msgstr[1] "timer"
4111247
412 #: ../battstat/src/battstat_applet.c:363 ../battstat/src/battstat_applet.c:370
1248 #: gnome-applets/battstat/battstat-applet.c:358
1249 #: gnome-applets/battstat/battstat-applet.c:365
4131250 msgid "minute"
4141251 msgid_plural "minutes"
4151252 msgstr[0] "minut"
4171254
4181255 #. TRANSLATOR: "%d %s %d %s" are "%d hours %d minutes"
4191256 #. * Swap order with "%2$s %2$d %1$s %1$d if needed
420 #: ../battstat/src/battstat_applet.c:368
1257 #: gnome-applets/battstat/battstat-applet.c:363
4211258 #, c-format
4221259 msgid "%d %s %d %s until charged (%d%%)"
4231260 msgstr "%d %s %d %s før opladet (%d%%)"
4241261
4251262 # overvåger bliver for langt og kan undværes
426 #: ../battstat/src/battstat_applet.c:382
1263 #: gnome-applets/battstat/battstat-applet.c:377
4271264 msgid "Battery Monitor"
4281265 msgstr "Batteri"
4291266
430 #: ../battstat/src/battstat_applet.c:392 ../battstat/src/battstat_applet.c:451
1267 #: gnome-applets/battstat/battstat-applet.c:387
1268 #: gnome-applets/battstat/battstat-applet.c:443
4311269 msgid "Your battery is now fully recharged"
4321270 msgstr "Dit batteri er nu fuldt opladet"
4331271
434 #: ../battstat/src/battstat_applet.c:428 ../battstat/src/battstat_applet.c:583
1272 #: gnome-applets/battstat/battstat-applet.c:420
1273 #: gnome-applets/battstat/battstat-applet.c:575
4351274 msgid "Battery Notice"
4361275 msgstr "Batteribesked"
4371276
4381277 #. we don't know the remaining time
439 #: ../battstat/src/battstat_applet.c:528
1278 #: gnome-applets/battstat/battstat-applet.c:520
4401279 #, c-format
4411280 msgid "You have %d%% of your total battery capacity remaining."
4421281 msgstr "Du har %d%% af din total batterikapacitet tilbage."
4431282
444 #: ../battstat/src/battstat_applet.c:534
1283 #: gnome-applets/battstat/battstat-applet.c:526
4451284 #, c-format
4461285 msgid ""
4471286 "You have %d minute of battery power remaining (%d%% of the total capacity)."
4571296 #. TRANSLATORS: this is a list, it is left as a single string
4581297 #. * to allow you to make it appear like a list would in your
4591298 #. * locale. This is if the laptop does not support suspend.
460 #: ../battstat/src/battstat_applet.c:546
1299 #: gnome-applets/battstat/battstat-applet.c:538
4611300 msgid ""
4621301 "To avoid losing your work:\n"
4631302 " • plug your laptop into external power, or\n"
4711310 #. TRANSLATORS: this is a list, it is left as a single string
4721311 #. * to allow you to make it appear like a list would in your
4731312 #. * locale. This is if the laptop supports suspend.
474 #: ../battstat/src/battstat_applet.c:554
1313 #: gnome-applets/battstat/battstat-applet.c:546
4751314 msgid ""
4761315 "To avoid losing your work:\n"
4771316 " • suspend your laptop to save power,\n"
4831322 " • tilslutte en strømkilde til maskinen, eller\n"
4841323 " • gemme dine åbne dokumenter og slukke maskinen."
4851324
486 #: ../battstat/src/battstat_applet.c:562
1325 #: gnome-applets/battstat/battstat-applet.c:554
4871326 msgid "Your battery is running low"
4881327 msgstr "Dit batteri er ved at være afladet"
4891328
490 #: ../battstat/src/battstat_applet.c:657
1329 #: gnome-applets/battstat/battstat-applet.c:649
4911330 msgid "No battery present"
4921331 msgstr "Intet batteri tilgængeligt"
4931332
494 #: ../battstat/src/battstat_applet.c:660
1333 #: gnome-applets/battstat/battstat-applet.c:652
4951334 msgid "Battery status unknown"
4961335 msgstr "Ukendt batteristatus"
4971336
498 #: ../battstat/src/battstat_applet.c:840
1337 #: gnome-applets/battstat/battstat-applet.c:833
4991338 msgid "N/A"
5001339 msgstr " – "
5011340
502 #: ../battstat/src/battstat_applet.c:1143 ../drivemount/src/drivemount.c:126
503 #: ../geyes/src/geyes.c:330 ../geyes/src/themes.c:231
504 #: ../gweather/src/gweather-applet.c:72 ../gweather/src/gweather-pref.c:676
505 #: ../mini-commander/src/preferences.c:259
506 #: ../sticky-notes/src/stickynotes_applet_callbacks.c:362
507 #: ../sticky-notes/src/stickynotes_applet_callbacks.c:546
508 #: ../trash/src/trash-applet.c:385
509 #, c-format
510 msgid "There was an error displaying help: %s"
511 msgstr "Der opstod en fejl ved visning af hjælp: %s"
512
513 #: ../battstat/src/battstat_applet.c:1189
514 msgid "This utility shows the status of your laptop battery."
515 msgstr "Dette værktøj viser status for batteriet på din bærbare."
516
517 #. true
518 #: ../battstat/src/battstat_applet.c:1191
519 msgid "upower backend enabled."
520 msgstr "upower-bagende slået til."
521
522 #. false
523 #: ../battstat/src/battstat_applet.c:1192
524 msgid "Legacy (non-HAL) backend enabled."
525 msgstr "Bagudkompatibel (ikkeHAL) bagende slået til."
1341 # overvåger bliver for langt og kan undværes
1342 #: gnome-applets/battstat/battstat-applet.c:1443 gnome-applets/ga-module.c:76
1343 msgid "Battery Charge Monitor"
1344 msgstr "Batteriovervåger"
1345
1346 #: gnome-applets/battstat/battstat-applet.c:1444 gnome-applets/ga-module.c:77
1347 msgid "Monitor a laptop's remaining power"
1348 msgstr "Overvåg en bærbars tilbageværende strøm"
1349
1350 #: gnome-applets/battstat/battstat-applet.c:1515
1351 msgid ""
1352 "This utility shows the status of your laptop battery.\n"
1353 "\n"
1354 "UPower backend enabled."
1355 msgstr ""
1356 "Dette værktøj viser status for batteriet på din bærbare.\n"
1357 "\n"
1358 "UPower-motor er aktiveret."
5261359
5271360 #. TRANSLATOR: this is a selectable item in a drop-down menu to end
5281361 #. * this sentence:
5291362 #. * "Warn when battery charge drops to: [XX] percent".
5301363 #.
531 #: ../battstat/src/properties.c:276
1364 #: gnome-applets/battstat/properties.c:258
5321365 msgid "Percent"
5331366 msgstr "Procent"
5341367
5361369 #. * this sentence:
5371370 #. * "Warn when battery charge drops to: [XX] minutes remaining"
5381371 #.
539 #: ../battstat/src/properties.c:282
1372 #: gnome-applets/battstat/properties.c:264
5401373 msgid "Minutes Remaining"
5411374 msgstr "Minutter tilbage"
5421375
543 #: ../brightness/org.gnome.BrightnessApplet.panel-applet.in.in.h:1
544 #: ../brightness/src/brightness-applet.c:92
545 msgid "Brightness Applet"
546 msgstr "Lysstyrke-panelprogram"
547
548 #: ../brightness/org.gnome.BrightnessApplet.panel-applet.in.in.h:2
549 msgid "Adjusts Laptop panel brightness"
550 msgstr "Angiver panellysstyrke for bærbar"
551
552 #: ../brightness/src/brightness-applet.c:93
1376 #: gnome-applets/brightness/brightness-applet.c:186
1377 msgid "Cannot connect to gnome-settings-daemon"
1378 msgstr "Kan ikke forbinde til gnome-settings-daemon"
1379
1380 #: gnome-applets/brightness/brightness-applet.c:188
1381 msgid "Cannot get laptop panel brightness"
1382 msgstr "Kan ikke bestemme panellysstyrke for bærbar"
1383
1384 #: gnome-applets/brightness/brightness-applet.c:190
1385 #, c-format
1386 msgid "LCD brightness : %d%%"
1387 msgstr "LCD-lysstyrke : %d%%"
1388
1389 #: gnome-applets/brightness/brightness-applet.c:784
5531390 msgid "Adjusts laptop panel brightness."
5541391 msgstr "Angiver panellysstyrke for bærbar."
5551392
556 #: ../brightness/src/brightness-applet.c:210
557 msgid "Cannot connect to gnome-settings-daemon"
558 msgstr "Kan ikke forbinde til gnome-settings-daemon"
559
560 #: ../brightness/src/brightness-applet.c:212
561 msgid "Cannot get laptop panel brightness"
562 msgstr "Kan ikke bestemme panellysstyrke for bærbar"
563
564 #: ../brightness/src/brightness-applet.c:214
565 #, c-format
566 msgid "LCD brightness : %d%%"
567 msgstr "LCD-lysstyrke : %d%%"
568
569 #: ../brightness/src/brightness-applet.c:646
570 #: ../inhibit/src/inhibit-applet.c:294
571 msgid "Licensed under the GNU General Public License Version 2"
572 msgstr "Under licensen GNU General Public License Version 2"
573
574 #: ../brightness/src/brightness-applet.c:647
575 msgid ""
1393 #: gnome-applets/brightness/brightness-applet.c:793
1394 msgid ""
1395 "Licensed under the GNU General Public License Version 2\n"
1396 "\n"
5761397 "Brightness Applet is free software; you can redistribute it and/or\n"
5771398 "modify it under the terms of the GNU General Public License\n"
5781399 "as published by the Free Software Foundation; either version 2\n"
579 "of the License, or (at your option) any later version."
580 msgstr ""
581 "Lysstyrkepanelprogram er frit programmel; du må redistribuere det\n"
582 "og/eller ændre det under vilkårene i GNU General Public License som\n"
583 "udgivet af Free Software Foundation; enten version 2 af licensen eller\n"
584 "(hvis du ønsker det) enhver senere version."
585
586 #: ../brightness/src/brightness-applet.c:651
587 msgid ""
1400 "of the License, or (at your option) any later version.\n"
1401 "\n"
5881402 "Brightness Applet is distributed in the hope that it will be useful,\n"
5891403 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
590 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
591 "GNU General Public License for more details."
592 msgstr ""
593 "Dette program distribueres i håb om at det vil vise sig nyttigt, men\n"
594 "UDEN NOGEN FORM FOR GARANTI, uden selv de underforståede garantier\n"
595 "omkring SALGBARHED eller EGNETHED TIL ET BESTEMT FORMÅL. Yderligere\n"
596 "detaljer kan læses i GNU General Public License."
597
598 #: ../brightness/src/brightness-applet.c:655
599 #: ../inhibit/src/inhibit-applet.c:303
600 msgid ""
1404 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
1405 "GNU General Public License for more details.\n"
1406 "\n"
6011407 "You should have received a copy of the GNU General Public License\n"
6021408 "along with this program; if not, write to the Free Software\n"
6031409 "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
604 "02110-1301, USA."
605 msgstr ""
1410 "02110-1301, USA.\n"
1411 msgstr ""
1412 "Licenseret under GNU General Public License Version 2\n"
1413 "\n"
1414 "Brightness Applet er fri software. Du kan redistribuere og/eller modificere "
1415 "det\n"
1416 "under de betingelserne som er angivet i GNU General Public License,\n"
1417 "som er udgivet af Free Software Foundation. Enten version 2 af\n"
1418 "licensen eller (efter eget valg) enhver senere version.\n"
1419 "\n"
1420 "Brightness Applet distribueres i håb om at det vil vise sig nyttigt, men "
1421 "UDEN\n"
1422 "NOGEN FORM FOR GARANTI, uden selv de underforståede garantier omkring\n"
1423 "SALGBARHED eller EGNETHED TIL ET BESTEMT FORMÅL. Yderligere detaljer\n"
1424 "kan læses i GNU General Public License.\n"
1425 "\n"
6061426 "Du bør have modtaget en kopi af GNU General Public License sammen med\n"
6071427 "dette program. Hvis ikke, så skriv til Free software Foundation, Inc.,\n"
608 "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."
609
610 #: ../brightness/src/brightness-applet.c:669
1428 "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
1429
1430 #: gnome-applets/brightness/brightness-applet.c:810
6111431 msgid "Copyright © 2006 Benjamin Canou"
6121432 msgstr "Copyright © 2006 Benjamin Canou"
6131433
614 #: ../charpick/org.gnome.applets.CharpickerApplet.panel-applet.in.in.h:1
615 msgid "Charpicker Applet Factory"
616 msgstr "Fabrik for tegnvælger-panelprogram"
617
618 #: ../charpick/org.gnome.applets.CharpickerApplet.panel-applet.in.in.h:2
619 #: ../charpick/src/charpick.c:691 ../charpick/src/properties.c:426
620 msgid "Character Palette"
621 msgstr "Tegnpalet"
622
623 #: ../charpick/org.gnome.applets.CharpickerApplet.panel-applet.in.in.h:3
624 #: ../charpick/src/charpick.c:691
625 msgid "Insert characters"
626 msgstr "Indsæt tegn"
627
628 #: ../charpick/org.gnome.gnome-applets.charpick.gschema.xml.in.in.h:1
629 msgid "Characters shown on applet startup"
630 msgstr "Tegn som vises fra start"
631
632 #: ../charpick/org.gnome.gnome-applets.charpick.gschema.xml.in.in.h:2
633 msgid ""
634 "The string that the user had selected when the applet was last used. This "
635 "string will be displayed when the user starts the applet."
636 msgstr ""
637 "Den streng som brugeren havde valgt da panelprogrammet sidst blev brugt. "
638 "Denne streng vil blive vist når programmet starter."
639
640 #: ../charpick/org.gnome.gnome-applets.charpick.gschema.xml.in.in.h:3
641 #: ../charpick/src/properties.c:353
642 msgid "List of available palettes"
643 msgstr "Liste af tilgængelige paletter"
644
645 #: ../charpick/org.gnome.gnome-applets.charpick.gschema.xml.in.in.h:4
646 msgid "List of strings containing the available palettes."
647 msgstr "Liste af strenge der indeholder de tilgængelige paletter."
648
649 #: ../charpick/src/charpick.c:403
1434 #: gnome-applets/charpick/charpick-applet.c:392
6501435 msgid "Available palettes"
6511436 msgstr "Tilgængelige paletter"
6521437
6541439 #. * hopefully, the name of the unicode character has already
6551440 #. * been translated.
6561441 #.
657 #: ../charpick/src/charpick.c:450
1442 #: gnome-applets/charpick/charpick-applet.c:435
6581443 #, c-format
6591444 msgid "Insert \"%s\""
6601445 msgstr "Indsæt “%s”"
6611446
662 #: ../charpick/src/charpick.c:453
1447 #: gnome-applets/charpick/charpick-applet.c:438
6631448 msgid "Insert special character"
6641449 msgstr "Indsæt specialtegn"
6651450
666 #: ../charpick/src/charpick.c:457
1451 #: gnome-applets/charpick/charpick-applet.c:442
6671452 #, c-format
6681453 msgid "insert special character %s"
6691454 msgstr "indsæt specialtegn %s"
6701455
671 #: ../charpick/src/charpick.c:574
672 msgid ""
673 "Gnome Panel applet for selecting strange characters that are not on my "
1456 #: gnome-applets/charpick/charpick-applet.c:642
1457 #: gnome-applets/charpick/properties.c:431 gnome-applets/ga-module.c:95
1458 msgid "Character Palette"
1459 msgstr "Tegnpalet"
1460
1461 #: gnome-applets/charpick/charpick-applet.c:642 gnome-applets/ga-module.c:96
1462 msgid "Insert characters"
1463 msgstr "Indsæt tegn"
1464
1465 #: gnome-applets/charpick/charpick-applet.c:813
1466 msgid ""
1467 "GNOME Panel applet for selecting strange characters that are not on my "
6741468 "keyboard. Released under GNU General Public Licence."
6751469 msgstr ""
6761470 "Panelprogram til at vælge specielle tegn der ikke findes på dit tastatur. "
6771471 "Udgivet under GNU General Public Licence."
6781472
679 #: ../charpick/src/properties.c:73
680 #: ../invest-applet/invest/invest-preferences.c:324
681 #: ../modem-lights/src/modem-applet.c:913 ../trash/src/trash-applet.c:500
682 #: ../trash/src/trash-empty.c:341
1473 #: gnome-applets/charpick/properties.c:74
1474 #: gnome-applets/trash/trash-applet.c:422 gnome-applets/trash/trash-empty.c:323
6831475 msgid "_Cancel"
6841476 msgstr "_Annullér"
6851477
686 #: ../charpick/src/properties.c:74
687 #: ../invest-applet/invest/invest-preferences.c:325
1478 #: gnome-applets/charpick/properties.c:75
6881479 msgid "_OK"
6891480 msgstr "_OK"
6901481
691 #: ../charpick/src/properties.c:93
1482 #: gnome-applets/charpick/properties.c:94
6921483 msgid "_Palette:"
6931484 msgstr "_Palet:"
6941485
695 #: ../charpick/src/properties.c:101
1486 #: gnome-applets/charpick/properties.c:102
6961487 msgid "Palette entry"
6971488 msgstr "Paletindtastning"
6981489
699 #: ../charpick/src/properties.c:102
1490 #: gnome-applets/charpick/properties.c:103
7001491 msgid "Modify a palette by adding or removing characters"
7011492 msgstr "Ændr en palet ved at tilføje eller fjerne tegn"
7021493
703 #: ../charpick/src/properties.c:214
1494 #: gnome-applets/charpick/properties.c:218
7041495 msgid "Add Palette"
7051496 msgstr "Tilføj palet"
7061497
707 #: ../charpick/src/properties.c:251
1498 #: gnome-applets/charpick/properties.c:255
7081499 msgid "Edit Palette"
7091500 msgstr "Redigér palet"
7101501
711 #: ../charpick/src/properties.c:352
1502 #: gnome-applets/charpick/properties.c:357
7121503 msgid "Palettes list"
7131504 msgstr "Paletliste"
7141505
715 #: ../charpick/src/properties.c:431
1506 #: gnome-applets/charpick/properties.c:436
7161507 msgid "_Palettes:"
7171508 msgstr "_Paletter:"
7181509
719 #: ../charpick/src/properties.c:443
1510 #: gnome-applets/charpick/properties.c:448
7201511 msgid "_Add"
7211512 msgstr "_Tilføj"
7221513
723 #: ../charpick/src/properties.c:447
1514 #: gnome-applets/charpick/properties.c:452
7241515 msgid "Add button"
7251516 msgstr "Tilføj-knap"
7261517
727 #: ../charpick/src/properties.c:448
1518 #: gnome-applets/charpick/properties.c:453
7281519 msgid "Click to add a new palette"
7291520 msgstr "Klik for at tilføje en ny palet"
7301521
731 #: ../charpick/src/properties.c:450
1522 #: gnome-applets/charpick/properties.c:455
7321523 msgid "_Edit"
7331524 msgstr "_Editér"
7341525
735 #: ../charpick/src/properties.c:455
1526 #: gnome-applets/charpick/properties.c:460
7361527 msgid "Edit button"
7371528 msgstr "Redigér-knap"
7381529
739 #: ../charpick/src/properties.c:456
1530 #: gnome-applets/charpick/properties.c:461
7401531 msgid "Click to edit the selected palette"
7411532 msgstr "Klik for at ændre den valgte palet"
7421533
743 #: ../charpick/src/properties.c:458 ../trash/src/trash-applet.c:502
1534 #: gnome-applets/charpick/properties.c:463
1535 #: gnome-applets/trash/trash-applet.c:424
7441536 msgid "_Delete"
7451537 msgstr "_Slet"
7461538
747 #: ../charpick/src/properties.c:463
1539 #: gnome-applets/charpick/properties.c:468
7481540 msgid "Delete button"
7491541 msgstr "Slet-knap"
7501542
751 #: ../charpick/src/properties.c:464
1543 #: gnome-applets/charpick/properties.c:469
7521544 msgid "Click to delete the selected palette"
7531545 msgstr "Klik for at slette den valgte palet"
7541546
755 #: ../charpick/src/properties.c:518
1547 #: gnome-applets/charpick/properties.c:506
7561548 msgid "Character Palette Preferences"
7571549 msgstr "Indstillinger for tegnpalet"
7581550
759 #: ../charpick/src/properties.c:521 ../command/src/command.c:143
760 #: ../geyes/src/themes.c:294 ../netspeed/src/preferences.c:325
761 #: ../timer/src/timer-applet.c:324
762 #: ../windowpicker/src/wp-preferences-dialog.ui.h:2
1551 #: gnome-applets/charpick/properties.c:509
1552 #: gnome-applets/command/command-applet.c:103 gnome-applets/geyes/themes.c:269
1553 #: gnome-applets/netspeed/preferences.c:335
1554 #: gnome-applets/timer/timer-applet.c:276
1555 #: gnome-applets/window-picker/wp-preferences-dialog.ui:24
7631556 msgid "_Close"
7641557 msgstr "_Luk"
7651558
766 #: ../command/org.gnome.applets.CommandApplet.panel-applet.in.in.h:1
767 msgid "Command Factory"
768 msgstr "Kommandofabrik"
769
770 #: ../command/org.gnome.applets.CommandApplet.panel-applet.in.in.h:2
771 #: ../mini-commander/src/preferences.c:672
1559 #: gnome-applets/command/command-applet.c:100
1560 msgid "Command Applet Preferences"
1561 msgstr "Indstillinger for kommandopanelprogram"
1562
1563 #: gnome-applets/command/command-applet.c:113
1564 msgid "Command:"
1565 msgstr "Kommando:"
1566
1567 #: gnome-applets/command/command-applet.c:121
1568 msgid "Interval (seconds):"
1569 msgstr "Interval (sekunder):"
1570
1571 #: gnome-applets/command/command-applet.c:129
1572 msgid "Maximum width (chars):"
1573 msgstr "Maksimal bredde (tegn):"
1574
1575 #: gnome-applets/cpufreq/cpufreq-preferences.ui:7
1576 msgid "CPU Frequency Monitor Preferences"
1577 msgstr "Indstillinger for CPU-frekvens"
1578
1579 # Det må være overvågning og ikke skærm, fordi det er i cpufreq-preferences
1580 #: gnome-applets/cpufreq/cpufreq-preferences.ui:28
1581 msgid "Monitor Settings"
1582 msgstr "Overvågningsopsætning"
1583
1584 #: gnome-applets/cpufreq/cpufreq-preferences.ui:60
1585 msgid "_Monitored CPU:"
1586 msgstr "_Overvåget CPU:"
1587
1588 #: gnome-applets/cpufreq/cpufreq-preferences.ui:102
1589 msgid "Display Settings"
1590 msgstr "Visningsopsætning"
1591
1592 #: gnome-applets/cpufreq/cpufreq-preferences.ui:138
1593 msgid "_Appearance:"
1594 msgstr "_Udseende:"
1595
1596 #: gnome-applets/cpufreq/cpufreq-preferences.ui:163
1597 msgid "Show CPU frequency as _frequency"
1598 msgstr "Vis CPU-frekvens som _frekvens"
1599
1600 #: gnome-applets/cpufreq/cpufreq-preferences.ui:181
1601 msgid "Show frequency _units"
1602 msgstr "Vis frekvens-_enheder"
1603
1604 #: gnome-applets/cpufreq/cpufreq-preferences.ui:197
1605 msgid "Show CPU frequency as _percentage"
1606 msgstr "Vis CPU-frekvens i _procent"
1607
1608 #: gnome-applets/cpufreq/cpufreq-applet.c:959 gnome-applets/ga-module.c:115
1609 msgid "CPU Frequency Scaling Monitor"
1610 msgstr "CPU-frekvensskalering"
1611
1612 #: gnome-applets/cpufreq/cpufreq-applet.c:960
1613 msgid "This utility shows the current CPU Frequency"
1614 msgstr "Dette værktøj viser den nuværende CPU-frekvens"
1615
1616 #: gnome-applets/cpufreq/cpufreq-applet.c:977
1617 msgid "This utility shows the current CPU Frequency Scaling."
1618 msgstr "Dette værktøj viser den nuværende CPU-frekvensskalering."
1619
1620 #: gnome-applets/cpufreq/cpufreq-prefs.c:473
1621 msgid "Graphic"
1622 msgstr "Grafik"
1623
1624 #: gnome-applets/cpufreq/cpufreq-prefs.c:478
1625 msgid "Text"
1626 msgstr "Tekst"
1627
1628 #: gnome-applets/cpufreq/cpufreq-prefs.c:483
1629 msgid "Graphic and Text"
1630 msgstr "Grafik og tekst"
1631
1632 #: gnome-applets/cpufreq/cpufreq-selector/org.gnome.cpufreqselector.policy.in:14
1633 msgid "Change CPU Frequency scaling"
1634 msgstr "Ændr CPU-frekvensskalering"
1635
1636 #: gnome-applets/cpufreq/cpufreq-selector/org.gnome.cpufreqselector.policy.in:15
1637 msgid "Privileges are required to change the CPU Frequency scaling."
1638 msgstr "Der kræves rettigheder til at ændre CPU-frekvensskaleringen."
1639
1640 #: gnome-applets/drivemount/drive-button.c:324
1641 #: gnome-applets/drivemount/drive-button.c:337
1642 msgid "(mounted)"
1643 msgstr "(monteret)"
1644
1645 #: gnome-applets/drivemount/drive-button.c:326
1646 msgid "(not mounted)"
1647 msgstr "(ikke monteret)"
1648
1649 #: gnome-applets/drivemount/drive-button.c:546
1650 msgid "Cannot start Nautilus File Manager"
1651 msgstr "Kan ikke starte filhåndteringen Nautilus"
1652
1653 #: gnome-applets/drivemount/drive-button.c:553
1654 msgid "Could not find Nautilus"
1655 msgstr "Kunne ikke finde Nautilus"
1656
1657 #: gnome-applets/drivemount/drive-button.c:864
1658 msgid "_Play DVD"
1659 msgstr "_Afspil dvd"
1660
1661 #: gnome-applets/drivemount/drive-button.c:868
1662 msgid "_Play CD"
1663 msgstr "_Afspil cd"
1664
1665 #: gnome-applets/drivemount/drive-button.c:871
1666 #, c-format
1667 msgid "_Open %s"
1668 msgstr "_Åbn %s"
1669
1670 #: gnome-applets/drivemount/drive-button.c:879
1671 #, c-format
1672 msgid "Un_mount %s"
1673 msgstr "Af_montér %s"
1674
1675 #: gnome-applets/drivemount/drive-button.c:885
1676 #, c-format
1677 msgid "_Mount %s"
1678 msgstr "_Montér %s"
1679
1680 #: gnome-applets/drivemount/drive-button.c:893
1681 #, c-format
1682 msgid "_Eject %s"
1683 msgstr "_Skub %s ud"
1684
1685 #: gnome-applets/drivemount/drivemount-applet.c:119
1686 #: gnome-applets/ga-module.c:126
1687 msgid "Disk Mounter"
1688 msgstr "Diskmontering"
1689
1690 #: gnome-applets/drivemount/drivemount-applet.c:155
1691 msgid "Applet for mounting and unmounting block volumes."
1692 msgstr "Panelprogram til at montere og afmontere blokarkiver."
1693
1694 #: gnome-applets/ga-module.c:67
1695 msgid "Shows the status of keyboard accessibility features"
1696 msgstr "Viser status for tastaturtilgængelighedsfaciliteter"
1697
1698 #: gnome-applets/ga-module.c:86
1699 msgid "Brightness Applet"
1700 msgstr "Lysstyrke-panelprogram"
1701
1702 #: gnome-applets/ga-module.c:87
1703 msgid "Adjusts Laptop panel brightness"
1704 msgstr "Angiver panellysstyrke for bærbar"
1705
1706 #: gnome-applets/ga-module.c:105 gnome-applets/mini-commander/preferences.c:627
7721707 msgid "Command"
7731708 msgstr "Kommando"
7741709
775 #: ../command/org.gnome.applets.CommandApplet.panel-applet.in.in.h:3
776 #: ../command/src/command.c:119
1710 #: gnome-applets/ga-module.c:106
7771711 msgid "Shows the output of a command"
7781712 msgstr "Viser en kommandos output"
7791713
780 #: ../command/org.gnome.gnome-applets.command.gschema.xml.in.in.h:1
781 msgid "Command to execute"
782 msgstr "Kommando, der skal køres"
783
784 #: ../command/org.gnome.gnome-applets.command.gschema.xml.in.in.h:2
785 msgid "Command/script to execute to get the output"
786 msgstr "Kommando/script, der skal køres for at få outputtet"
787
788 #: ../command/org.gnome.gnome-applets.command.gschema.xml.in.in.h:3
789 msgid "Interval for the command"
790 msgstr "Interval til kommando"
791
792 #: ../command/org.gnome.gnome-applets.command.gschema.xml.in.in.h:4
793 msgid "Interval to execute the command (in seconds)"
794 msgstr "Interval til kørsel af kommando (i sekunder)"
795
796 #: ../command/org.gnome.gnome-applets.command.gschema.xml.in.in.h:5
797 msgid "Width of output"
798 msgstr "Bredde af output"
799
800 #: ../command/org.gnome.gnome-applets.command.gschema.xml.in.in.h:6
801 msgid "Number of characters to display"
802 msgstr "Antal tegn, der skal vises"
803
804 #: ../command/org.gnome.gnome-applets.command.gschema.xml.in.in.h:7
805 #: ../command/src/command.c:177
806 msgid "Show icon"
807 msgstr "Vis ikon"
808
809 #: ../command/org.gnome.gnome-applets.command.gschema.xml.in.in.h:8
810 msgid "If applet icon is shown or not"
811 msgstr "Om panelprogrammets ikon vises"
812
813 #: ../command/src/command.c:140
814 msgid "Command Applet Preferences"
815 msgstr "Indstillinger for kommandopanelprogram"
816
817 #: ../command/src/command.c:153
818 msgid "Command:"
819 msgstr "Kommando:"
820
821 #: ../command/src/command.c:161
822 msgid "Interval (seconds):"
823 msgstr "Interval (sekunder):"
824
825 #: ../command/src/command.c:169
826 msgid "Maximum width (chars):"
827 msgstr "Maksimal bredde (tegn):"
828
829 #: ../cpufreq/cpufreq-preferences.ui.h:1
830 msgid "CPU Frequency Monitor Preferences"
831 msgstr "Indstillinger for CPU-frekvens"
832
833 # Det må være overvågning og ikke skærm, fordi det er i cpufreq-preferences
834 #: ../cpufreq/cpufreq-preferences.ui.h:2
835 msgid "Monitor Settings"
836 msgstr "Overvågningsopsætning"
837
838 #: ../cpufreq/cpufreq-preferences.ui.h:3
839 msgid "_Monitored CPU:"
840 msgstr "_Overvåget CPU:"
841
842 #: ../cpufreq/cpufreq-preferences.ui.h:4
843 msgid "Display Settings"
844 msgstr "Visningsopsætning"
845
846 #: ../cpufreq/cpufreq-preferences.ui.h:5
847 msgid "_Appearance:"
848 msgstr "_Udseende:"
849
850 #: ../cpufreq/cpufreq-preferences.ui.h:6
851 msgid "Show CPU frequency as _frequency"
852 msgstr "Vis CPU-frekvens som _frekvens"
853
854 #: ../cpufreq/cpufreq-preferences.ui.h:7
855 msgid "Show frequency _units"
856 msgstr "Vis frekvens-_enheder"
857
858 #: ../cpufreq/cpufreq-preferences.ui.h:8
859 msgid "Show CPU frequency as _percentage"
860 msgstr "Vis CPU-frekvens i _procent"
861
862 #: ../cpufreq/org.gnome.applets.CPUFreqApplet.panel-applet.in.in.h:1
863 #: ../cpufreq/src/cpufreq-applet.c:990
864 msgid "CPU Frequency Scaling Monitor"
865 msgstr "CPU-frekvensskalering"
866
867 #: ../cpufreq/org.gnome.applets.CPUFreqApplet.panel-applet.in.in.h:2
1714 #: gnome-applets/ga-module.c:116
8681715 msgid "Monitor the CPU Frequency Scaling"
8691716 msgstr "Overvåg CPU-frekvensskaleringen"
8701717
871 #: ../cpufreq/org.gnome.gnome-applets.cpufreq.gschema.xml.in.in.h:1
872 msgid "CPU to Monitor"
873 msgstr "CPU der skal overvåges"
874
875 #: ../cpufreq/org.gnome.gnome-applets.cpufreq.gschema.xml.in.in.h:2
876 msgid ""
877 "Set the CPU to monitor. In a single processor system you don't have to "
878 "change it."
879 msgstr ""
880 "Sæt CPU for overvågning. I et system med en enkelt processor, behøver du "
881 "ikke at ændre noget."
882
883 #: ../cpufreq/org.gnome.gnome-applets.cpufreq.gschema.xml.in.in.h:3
884 msgid "Mode to show cpu usage"
885 msgstr "Den viste tilstand for CPU-brug"
886
887 #: ../cpufreq/org.gnome.gnome-applets.cpufreq.gschema.xml.in.in.h:4
888 msgid ""
889 "A 'graphic' value means to show the applet in graphic mode (pixmap only), "
890 "'text' to show the applet in text mode (not to show the pixmap) and 'both' "
891 "to show the applet in graphic and text mode."
892 msgstr ""
893 "Værdien “graphic” betyder vis panelprogrammet i grafisk-tilstand (kun-"
894 "pixmap), “text” betyder vis panelprogrammet i tekst-tilstand (vis ikke "
895 "pixmap'en), og “both” betyder vis panelprogrammet i grafisk- og tekst-"
896 "tilstand."
897
898 #: ../cpufreq/org.gnome.gnome-applets.cpufreq.gschema.xml.in.in.h:5
899 msgid "The type of text to display (if the text is enabled)."
900 msgstr "Typen af tekst der skal vises (hvis teksten er slået til)."
901
902 #: ../cpufreq/org.gnome.gnome-applets.cpufreq.gschema.xml.in.in.h:6
903 msgid ""
904 "A 'frequency' value means to show cpu frequency, 'frequency-unit' to show "
905 "frequency and units, and 'percentage' to show percentage instead of "
906 "frequency."
907 msgstr ""
908 "Værdien “frequency” betyder vis CPU-frekvens, “frequency-unit” betyder vis "
909 "frekvens og enheder, og “percentage” betyder vis procentdel i stedet for "
910 "frekvens."
911
912 #: ../cpufreq/src/cpufreq-applet.c:572 ../cpufreq/src/cpufreq-prefs.c:358
913 msgid "Could not open help document"
914 msgstr "Kunne ikke åbne hjælpedokumentet"
915
916 #: ../cpufreq/src/cpufreq-applet.c:600
917 msgid "This utility shows the current CPU Frequency Scaling."
918 msgstr "Dette værktøj viser den nuværende CPU-frekvensskalering."
919
920 #: ../cpufreq/src/cpufreq-applet.c:991
921 msgid "This utility shows the current CPU Frequency"
922 msgstr "Dette værktøj viser den nuværende CPU-frekvens"
923
924 #: ../cpufreq/src/cpufreq-prefs.c:493
925 msgid "Graphic"
926 msgstr "Grafik"
927
928 #: ../cpufreq/src/cpufreq-prefs.c:498
929 msgid "Text"
930 msgstr "Tekst"
931
932 #: ../cpufreq/src/cpufreq-prefs.c:503
933 msgid "Graphic and Text"
934 msgstr "Grafik og tekst"
935
936 #: ../cpufreq/src/cpufreq-selector/org.gnome.cpufreqselector.policy.in.h:1
937 msgid "Change CPU Frequency scaling"
938 msgstr "Ændr CPU-frekvensskalering"
939
940 #: ../cpufreq/src/cpufreq-selector/org.gnome.cpufreqselector.policy.in.h:2
941 msgid "Privileges are required to change the CPU Frequency scaling."
942 msgstr "Der kræves rettigheder til at ændre CPU-frekvensskaleringen."
943
944 #: ../drivemount/org.gnome.applets.DriveMountApplet.panel-applet.in.in.h:1
945 msgid "Drive Mount Applet Factory"
946 msgstr "Diskmonterings-panelprogram"
947
948 #: ../drivemount/org.gnome.applets.DriveMountApplet.panel-applet.in.in.h:2
949 msgid "Factory for drive mount applet"
950 msgstr "Fabrik for diskmonterings-panelprogram"
951
952 #: ../drivemount/org.gnome.applets.DriveMountApplet.panel-applet.in.in.h:3
953 #: ../drivemount/src/drivemount.c:184
954 msgid "Disk Mounter"
955 msgstr "Diskmontering"
956
957 #: ../drivemount/org.gnome.applets.DriveMountApplet.panel-applet.in.in.h:4
1718 #: gnome-applets/ga-module.c:127
9581719 msgid "Mount local disks and devices"
9591720 msgstr "Montér lokale diske og enheder"
9601721
961 #: ../drivemount/src/drive-button.c:324 ../drivemount/src/drive-button.c:337
962 msgid "(mounted)"
963 msgstr "(monteret)"
964
965 #: ../drivemount/src/drive-button.c:326
966 msgid "(not mounted)"
967 msgstr "(ikke monteret)"
968
969 #: ../drivemount/src/drive-button.c:546
970 msgid "Cannot start Nautilus File Manager"
971 msgstr "Kan ikke starte filhåndteringen Nautilus"
972
973 #: ../drivemount/src/drive-button.c:553
974 msgid "Could not find Nautilus"
975 msgstr "Kunne ikke finde Nautilus"
976
977 #: ../drivemount/src/drive-button.c:863
978 msgid "_Play DVD"
979 msgstr "_Afspil dvd"
980
981 #: ../drivemount/src/drive-button.c:867
982 msgid "_Play CD"
983 msgstr "_Afspil cd"
984
985 #: ../drivemount/src/drive-button.c:870
986 #, c-format
987 msgid "_Open %s"
988 msgstr "_Åbn %s"
989
990 #: ../drivemount/src/drive-button.c:878
991 #, c-format
992 msgid "Un_mount %s"
993 msgstr "Af_montér %s"
994
995 #: ../drivemount/src/drive-button.c:884
996 #, c-format
997 msgid "_Mount %s"
998 msgstr "_Montér %s"
999
1000 #: ../drivemount/src/drive-button.c:892
1001 #, c-format
1002 msgid "_Eject %s"
1003 msgstr "_Skub %s ud"
1004
1005 #: ../drivemount/src/drivemount.c:95
1006 msgid "Applet for mounting and unmounting block volumes."
1007 msgstr "Panelprogram til at montere og afmontere blokarkiver."
1008
1009 #: ../geyes/org.gnome.applets.GeyesApplet.panel-applet.in.in.h:1
1010 msgid "Geyes Applet Factory"
1011 msgstr "Fabrik for øjne-panelprogram"
1012
1013 #: ../geyes/org.gnome.applets.GeyesApplet.panel-applet.in.in.h:2
1014 #: ../geyes/src/geyes.c:399 ../geyes/src/geyes.c:401
1722 #: gnome-applets/ga-module.c:136 gnome-applets/geyes/geyes-applet.c:303
1723 #: gnome-applets/geyes/geyes-applet.c:305
10151724 msgid "Eyes"
10161725 msgstr "Øjne"
10171726
1018 #: ../geyes/org.gnome.applets.GeyesApplet.panel-applet.in.in.h:3
1727 #: gnome-applets/ga-module.c:137
10191728 msgid "A set of eyeballs for your panel"
10201729 msgstr "Et par øjeæbler til panelet"
10211730
1022 #: ../geyes/org.gnome.gnome-applets.geyes.gschema.xml.in.in.h:1
1023 msgid "Directory in which the theme is located"
1024 msgstr "Mappe som temaet er placeret i"
1025
1026 #: ../geyes/src/geyes.c:171
1731 #: gnome-applets/ga-module.c:146
1732 msgid "Weather Report"
1733 msgstr "Vejrrapport"
1734
1735 #: gnome-applets/ga-module.c:147
1736 msgid "Monitor the current weather conditions, and forecasts"
1737 msgstr "Overvåg de aktuelle vejrforhold og -prognoser"
1738
1739 #: gnome-applets/ga-module.c:156 gnome-applets/inhibit/inhibit-applet.c:56
1740 msgid "Inhibit Applet"
1741 msgstr "Suspenderingspanelprogram"
1742
1743 #: gnome-applets/ga-module.c:157
1744 msgid "Allows user to inhibit automatic power saving"
1745 msgstr "Lader brugeren suspendere automatisk strømsparetilstand"
1746
1747 #: gnome-applets/ga-module.c:165
1748 msgid "Command Line"
1749 msgstr "Kommandolinje"
1750
1751 #: gnome-applets/ga-module.c:166
1752 msgid "Mini-Commander"
1753 msgstr "Mini-kommandolinje"
1754
1755 #: gnome-applets/ga-module.c:175
1756 msgid "System Monitor"
1757 msgstr "Systemovervåger"
1758
1759 #: gnome-applets/ga-module.c:176
1760 msgid "A system load indicator"
1761 msgstr "Systembelastningsovervåger"
1762
1763 #: gnome-applets/ga-module.c:185
1764 msgid "Network Monitor"
1765 msgstr "Netværksovervågning"
1766
1767 #: gnome-applets/ga-module.c:186
1768 msgid "Netspeed Applet"
1769 msgstr "Netspeed – panelprogram"
1770
1771 #: gnome-applets/ga-module.c:195
1772 #: gnome-applets/sticky-notes/sticky-notes-applet.c:723
1773 msgid "Sticky Notes"
1774 msgstr "Notessedler"
1775
1776 #: gnome-applets/ga-module.c:196
1777 msgid "Create, view, and manage sticky notes on the desktop"
1778 msgstr "Opret, vis og håndtér notessedler på skrivebordet"
1779
1780 #: gnome-applets/ga-module.c:205
1781 msgid "Timer"
1782 msgstr "Timer"
1783
1784 #: gnome-applets/ga-module.c:206
1785 msgid "Start a timer and receive a notification when it is finished"
1786 msgstr "Start en timer og modtag en påmindelse når tiden oprinder"
1787
1788 #: gnome-applets/ga-module.c:215
1789 msgid "Tracker Search Bar"
1790 msgstr "Tracker-søgebjælke"
1791
1792 #: gnome-applets/ga-module.c:216
1793 msgid "Find your data quickly using Tracker"
1794 msgstr "Find dine data hurtigt med Tracker"
1795
1796 #: gnome-applets/ga-module.c:225
1797 msgid "Trash"
1798 msgstr "Papirkurv"
1799
1800 #: gnome-applets/ga-module.c:226
1801 msgid "Go to Trash"
1802 msgstr "Gå til papirkurven"
1803
1804 #: gnome-applets/ga-module.c:235
1805 msgid "Window Buttons"
1806 msgstr "Vinduesknapper"
1807
1808 #: gnome-applets/ga-module.c:236
1809 msgid "Window buttons for your GNOME Panel"
1810 msgstr "Vinduesknapper til dit GNOME-panel"
1811
1812 #: gnome-applets/ga-module.c:244
1813 msgid "Window Picker"
1814 msgstr "Vinduesvælger"
1815
1816 #: gnome-applets/ga-module.c:245
1817 msgid "Shows a list of icons for the open windows."
1818 msgstr "Viser en liste med de åbne vinduers ikoner."
1819
1820 #: gnome-applets/ga-module.c:253
1821 msgid "Window Title"
1822 msgstr "Vinduestitel"
1823
1824 #: gnome-applets/ga-module.c:254
1825 msgid "Window title for your GNOME Panel"
1826 msgstr "Vinduestitel til dit GNOME-panel"
1827
1828 #: gnome-applets/geyes/geyes-applet.c:306
1829 msgid "The eyes look in the direction of the mouse pointer"
1830 msgstr "Øjnene kigger i retning efter musemarkøren"
1831
1832 #: gnome-applets/geyes/geyes-applet.c:387
10271833 msgid "A goofy set of eyes for the GNOME panel. They follow your mouse."
10281834 msgstr "En fjollet sæt øjne til GNOME-panelet. De følger din mus."
10291835
1030 #: ../geyes/src/geyes.c:402
1031 msgid "The eyes look in the direction of the mouse pointer"
1032 msgstr "Øjnene kigger i retning efter musemarkøren"
1033
1034 #: ../geyes/src/themes.c:139
1836 #: gnome-applets/geyes/themes.c:144
10351837 msgid "Can not launch the eyes applet."
10361838 msgstr "Kan ikke starte øjne-panelprogrammet."
10371839
1038 #: ../geyes/src/themes.c:140
1840 #: gnome-applets/geyes/themes.c:145
10391841 msgid "There was a fatal error while trying to load the theme."
10401842 msgstr "Der opstod en fatal fejl ved indlæsning af temaet."
10411843
1042 #: ../geyes/src/themes.c:292
1844 #: gnome-applets/geyes/themes.c:267
10431845 msgid "Geyes Preferences"
10441846 msgstr "Indstillinger til Øjne"
10451847
1046 #: ../geyes/src/themes.c:325
1848 #: gnome-applets/geyes/themes.c:300
10471849 msgid "Themes"
10481850 msgstr "Temaer"
10491851
1050 #: ../geyes/src/themes.c:346
1852 #: gnome-applets/geyes/themes.c:321
10511853 msgid "_Select a theme:"
10521854 msgstr "_Vælg et tema:"
10531855
1054 #: ../gweather/gweather-applet-menu.xml.h:1
1856 #: gnome-applets/gweather/gweather-applet-menu.ui:5
10551857 msgid "_Details"
10561858 msgstr "_Detaljer"
10571859
1058 #: ../gweather/gweather-applet-menu.xml.h:2
1059 #: ../gweather/src/gweather-dialog.c:160
1860 #: gnome-applets/gweather/gweather-applet-menu.ui:9
1861 #: gnome-applets/gweather/gweather-dialog.c:176
10601862 msgid "_Update"
10611863 msgstr "O_pdatér"
10621864
1063 #: ../gweather/org.gnome.applets.GWeatherApplet.panel-applet.in.in.h:1
1064 msgid "Gweather Applet Factory"
1065 msgstr "Vejr-panelprogram"
1066
1067 #: ../gweather/org.gnome.applets.GWeatherApplet.panel-applet.in.in.h:2
1068 msgid "Factory for creating the weather applet."
1069 msgstr "Fabrik til oprettelse af vejr-panelprogram."
1070
1071 #: ../gweather/org.gnome.applets.GWeatherApplet.panel-applet.in.in.h:3
1072 msgid "Weather Report"
1073 msgstr "Vejrrapport"
1074
1075 #: ../gweather/org.gnome.applets.GWeatherApplet.panel-applet.in.in.h:4
1076 msgid "Monitor the current weather conditions, and forecasts"
1077 msgstr "Overvåg de aktuelle vejrforhold og -prognoser"
1078
1079 #: ../gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in.h:1
1080 msgid "Update the data automatically"
1081 msgstr "Opdatér data automatisk"
1082
1083 #: ../gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in.h:2
1084 msgid ""
1085 "Determines whether the applet automatically updates its weather statistics "
1086 "or not."
1087 msgstr "Om panelprogrammet automatisk opdaterer vejrstatistikken."
1088
1089 #: ../gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in.h:3
1090 msgid "Update interval"
1091 msgstr "Opdateringsinterval"
1092
1093 #: ../gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in.h:4
1094 msgid "The interval, in seconds, between automatic updates."
1095 msgstr "Intervallet i sekunder mellem automatiske opdateringer."
1096
1097 #: ../gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in.h:5
1098 msgid "Display radar map"
1099 msgstr "Vis radarkort"
1100
1101 #: ../gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in.h:6
1102 msgid "Fetch a radar map on each update."
1103 msgstr "Hent et radarkort ved hver opdatering."
1104
1105 #: ../gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in.h:7
1106 msgid "Show notification"
1107 msgstr "Vis påmindelse"
1108
1109 #: ../gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in.h:8
1110 msgid "Show notifications for critical weather conditions"
1111 msgstr "Vis påmindelser for kritiske vejrforhold"
1112
1113 #: ../gweather/src/gweather-about.c:55
1114 msgid "© 1999-2005 by S. Papadimitriou and others"
1115 msgstr "© 1999–2005 af S. Papadimitriou og andre"
1116
1117 #: ../gweather/src/gweather-about.c:56
1118 msgid "A panel application for monitoring local weather conditions."
1119 msgstr "Et panelprogram til at overvåge lokale vejrforhold."
1120
1121 #: ../gweather/src/gweather-applet.c:350 ../gweather/src/gweather-applet.c:354
1865 #: gnome-applets/gweather/gweather-applet.c:358
1866 #: gnome-applets/gweather/gweather-applet.c:362
11221867 msgid "GNOME Weather"
11231868 msgstr "Vejret"
11241869
1125 #: ../gweather/src/gweather-applet.c:461
1870 #: gnome-applets/gweather/gweather-applet.c:467
11261871 msgid "Weather Forecast"
11271872 msgstr "Vejrudsigt"
11281873
1129 #: ../gweather/src/gweather-applet.c:473
1874 #: gnome-applets/gweather/gweather-applet.c:486
11301875 #, c-format
11311876 msgid ""
11321877 "City: %s\n"
11371882 "Himmel: %s\n"
11381883 "Temperatur: %s"
11391884
1140 #: ../gweather/src/gweather-applet.c:527
1885 #: gnome-applets/gweather/gweather-applet.c:539
11411886 msgid "Updating..."
11421887 msgstr "Opdaterer …"
11431888
1144 #: ../gweather/src/gweather-dialog.c:158
1889 #: gnome-applets/gweather/gweather-applet.c:588
1890 msgid "A panel application for monitoring local weather conditions."
1891 msgstr "Et panelprogram til at overvåge lokale vejrforhold."
1892
1893 #: gnome-applets/gweather/gweather-applet.c:610
1894 msgid "© 1999-2005 by S. Papadimitriou and others"
1895 msgstr "© 1999–2005 af S. Papadimitriou og andre"
1896
1897 #: gnome-applets/gweather/gweather-dialog.c:174
11451898 msgid "Details"
11461899 msgstr "Detaljer"
11471900
1148 #: ../gweather/src/gweather-dialog.c:199
1901 #: gnome-applets/gweather/gweather-dialog.c:212
11491902 msgid "City:"
11501903 msgstr "By:"
11511904
1152 #: ../gweather/src/gweather-dialog.c:207
1905 #: gnome-applets/gweather/gweather-dialog.c:218
11531906 msgid "Last update:"
11541907 msgstr "Sidste opdatering:"
11551908
1156 #: ../gweather/src/gweather-dialog.c:215
1909 #: gnome-applets/gweather/gweather-dialog.c:224
11571910 msgid "Conditions:"
11581911 msgstr "Forhold:"
11591912
1160 #: ../gweather/src/gweather-dialog.c:223
1913 #: gnome-applets/gweather/gweather-dialog.c:230
11611914 msgid "Sky:"
11621915 msgstr "Himmel:"
11631916
1164 #: ../gweather/src/gweather-dialog.c:231
1917 #: gnome-applets/gweather/gweather-dialog.c:236
11651918 msgid "Temperature:"
11661919 msgstr "Temperatur:"
11671920
1168 #: ../gweather/src/gweather-dialog.c:239
1921 #: gnome-applets/gweather/gweather-dialog.c:242
11691922 msgid "Feels like:"
11701923 msgstr "Føles ligesom:"
11711924
1172 #: ../gweather/src/gweather-dialog.c:247
1925 #: gnome-applets/gweather/gweather-dialog.c:248
11731926 msgid "Dew point:"
11741927 msgstr "Dugpunkt:"
11751928
1176 #: ../gweather/src/gweather-dialog.c:255
1929 #: gnome-applets/gweather/gweather-dialog.c:254
11771930 msgid "Relative humidity:"
11781931 msgstr "Relativ luftfugtighed:"
11791932
1180 #: ../gweather/src/gweather-dialog.c:263
1933 #: gnome-applets/gweather/gweather-dialog.c:260
11811934 msgid "Wind:"
11821935 msgstr "Vind:"
11831936
1184 #: ../gweather/src/gweather-dialog.c:271
1937 #: gnome-applets/gweather/gweather-dialog.c:266
11851938 msgid "Pressure:"
11861939 msgstr "Tryk:"
11871940
1188 #: ../gweather/src/gweather-dialog.c:279
1941 #: gnome-applets/gweather/gweather-dialog.c:272
11891942 msgid "Visibility:"
11901943 msgstr "Sigtbarhed:"
11911944
1192 #: ../gweather/src/gweather-dialog.c:287
1945 #: gnome-applets/gweather/gweather-dialog.c:278
11931946 msgid "Sunrise:"
11941947 msgstr "Solopgang:"
11951948
1196 #: ../gweather/src/gweather-dialog.c:295
1949 #: gnome-applets/gweather/gweather-dialog.c:284
11971950 msgid "Sunset:"
11981951 msgstr "Solnedgang:"
11991952
1200 #: ../gweather/src/gweather-dialog.c:429
1953 #: gnome-applets/gweather/gweather-dialog.c:390
12011954 msgid "Current Conditions"
12021955 msgstr "Aktuelle forhold"
12031956
1204 #: ../gweather/src/gweather-dialog.c:444
1957 #: gnome-applets/gweather/gweather-dialog.c:405
12051958 msgid "Forecast Report"
12061959 msgstr "Vejrudsigtsrapport"
12071960
1208 #: ../gweather/src/gweather-dialog.c:444
1961 #: gnome-applets/gweather/gweather-dialog.c:405
12091962 msgid "See the ForeCast Details"
12101963 msgstr "Se vejrudsigtsdetaljer"
12111964
1212 #: ../gweather/src/gweather-dialog.c:454
1965 #: gnome-applets/gweather/gweather-dialog.c:425
12131966 msgid "Forecast"
12141967 msgstr "Prognose"
12151968
1216 #: ../gweather/src/gweather-dialog.c:460
1217 msgid "Radar Map"
1218 msgstr "Radarkort"
1219
1220 #. XXX: weather.com? is this an advert?
1221 #: ../gweather/src/gweather-dialog.c:492
1222 msgid "_Visit Weather.com"
1223 msgstr "_Besøg Weather.com"
1224
1225 #: ../gweather/src/gweather-dialog.c:493
1226 msgid "Visit Weather.com"
1227 msgstr "Besøg Weather.com"
1228
1229 #: ../gweather/src/gweather-dialog.c:493
1230 msgid "Click to Enter Weather.com"
1231 msgstr "Klik for at gå ind på Weather.com"
1232
1233 #: ../gweather/src/gweather-dialog.c:571
1969 #: gnome-applets/gweather/gweather-dialog.c:674
12341970 msgid "Forecast not currently available for this location."
12351971 msgstr "Vejrudsigt er ikke tilgængelig for denne lokalitet."
12361972
12371973 #. Accessible Name and Description for the components in Preference Dialog
1238 #: ../gweather/src/gweather-pref.c:134
1974 #: gnome-applets/gweather/gweather-pref.c:117
12391975 msgid "Location view"
12401976 msgstr "Placeringsvisning"
12411977
1242 #: ../gweather/src/gweather-pref.c:134
1978 #: gnome-applets/gweather/gweather-pref.c:117
12431979 msgid "Select Location from the list"
12441980 msgstr "Vælg en placering fra listen"
12451981
1246 #: ../gweather/src/gweather-pref.c:135
1982 #: gnome-applets/gweather/gweather-pref.c:118
12471983 msgid "Update spin button"
12481984 msgstr "Opdateringsknap"
12491985
1250 #: ../gweather/src/gweather-pref.c:135
1986 #: gnome-applets/gweather/gweather-pref.c:118
12511987 msgid "Spinbutton for updating"
12521988 msgstr "Talindtastning for opdateringsinterval"
12531989
1254 #: ../gweather/src/gweather-pref.c:136
1255 msgid "Address Entry"
1256 msgstr "Adresseindtastning"
1257
1258 #: ../gweather/src/gweather-pref.c:136
1259 msgid "Enter the URL"
1260 msgstr "Indtast URL'en"
1261
1262 #: ../gweather/src/gweather-pref.c:371
1990 #: gnome-applets/gweather/gweather-pref.c:332
12631991 msgid ""
12641992 "Failed to load the Locations XML database. Please report this as a bug."
12651993 msgstr ""
12661994 "Kunne ikke indlæse XML-databasen over lokationer. Rapportér venligst dette "
12671995 "som en fejl."
12681996
1269 #: ../gweather/src/gweather-pref.c:735
1997 #: gnome-applets/gweather/gweather-pref.c:626
12701998 msgid "Weather Preferences"
12711999 msgstr "Indstillinger for vejret"
12722000
12732001 # hvert hænger sammen med minut
1274 #: ../gweather/src/gweather-pref.c:766 ../gweather/src/gweather-pref.c:931
2002 #: gnome-applets/gweather/gweather-pref.c:657
2003 #: gnome-applets/gweather/gweather-pref.c:776
12752004 msgid "_Automatically update every:"
12762005 msgstr "_Opdatér automatisk hvert:"
12772006
12792008 #. * Units settings page.
12802009 #.
12812010 #. Temperature Unit
1282 #: ../gweather/src/gweather-pref.c:777
2011 #: gnome-applets/gweather/gweather-pref.c:668
12832012 msgid "_Temperature unit:"
12842013 msgstr "_Temperaturenhed:"
12852014
12862015 #. Default means device with default route set
1287 #: ../gweather/src/gweather-pref.c:786 ../gweather/src/gweather-pref.c:803
1288 #: ../gweather/src/gweather-pref.c:826 ../gweather/src/gweather-pref.c:851
1289 #: ../netspeed/src/preferences.c:162
2016 #: gnome-applets/gweather/gweather-pref.c:677
2017 #: gnome-applets/gweather/gweather-pref.c:695
2018 #: gnome-applets/gweather/gweather-pref.c:718
2019 #: gnome-applets/gweather/gweather-pref.c:744
2020 #: gnome-applets/netspeed/preferences.c:171
12902021 msgid "Default"
12912022 msgstr "Standard"
12922023
1293 #: ../gweather/src/gweather-pref.c:787
2024 #: gnome-applets/gweather/gweather-pref.c:678
12942025 msgid "Kelvin"
12952026 msgstr "Kelvin"
12962027
12972028 #. TRANSLATORS: Celsius is sometimes referred Centigrade
1298 #: ../gweather/src/gweather-pref.c:789
2029 #: gnome-applets/gweather/gweather-pref.c:680
12992030 msgid "Celsius"
13002031 msgstr "Celsius"
13012032
1302 #: ../gweather/src/gweather-pref.c:790
2033 #: gnome-applets/gweather/gweather-pref.c:681
13032034 msgid "Fahrenheit"
13042035 msgstr "Fahrenheit"
13052036
13062037 #. Speed Unit
1307 #: ../gweather/src/gweather-pref.c:794
2038 #: gnome-applets/gweather/gweather-pref.c:686
13082039 msgid "_Wind speed unit:"
13092040 msgstr "_Vindstyrkeenhed:"
13102041
13112042 #. TRANSLATOR: The wind speed unit "meters per second"
1312 #: ../gweather/src/gweather-pref.c:805
2043 #: gnome-applets/gweather/gweather-pref.c:697
13132044 msgid "m/s"
13142045 msgstr "m/s"
13152046
13162047 #. TRANSLATOR: The wind speed unit "kilometers per hour"
1317 #: ../gweather/src/gweather-pref.c:807
2048 #: gnome-applets/gweather/gweather-pref.c:699
13182049 msgid "km/h"
13192050 msgstr "km/t"
13202051
13212052 #. TRANSLATOR: The wind speed unit "miles per hour"
1322 #: ../gweather/src/gweather-pref.c:809
2053 #: gnome-applets/gweather/gweather-pref.c:701
13232054 msgid "mph"
13242055 msgstr "mpt"
13252056
13262057 #. TRANSLATOR: The wind speed unit "knots"
1327 #: ../gweather/src/gweather-pref.c:811
2058 #: gnome-applets/gweather/gweather-pref.c:703
13282059 msgid "knots"
13292060 msgstr "knob"
13302061
1331 #: ../gweather/src/gweather-pref.c:813
2062 #: gnome-applets/gweather/gweather-pref.c:704
13322063 msgid "Beaufort scale"
13332064 msgstr "Beaufort-skala"
13342065
13352066 #. Pressure Unit
1336 #: ../gweather/src/gweather-pref.c:817
2067 #: gnome-applets/gweather/gweather-pref.c:709
13372068 msgid "_Pressure unit:"
13382069 msgstr "_Trykenhed:"
13392070
13402071 #. TRANSLATOR: The pressure unit "kiloPascals"
1341 #: ../gweather/src/gweather-pref.c:828
2072 #: gnome-applets/gweather/gweather-pref.c:720
13422073 msgid "kPa"
13432074 msgstr "kPa"
13442075
13452076 #. TRANSLATOR: The pressure unit "hectoPascals"
1346 #: ../gweather/src/gweather-pref.c:830
2077 #: gnome-applets/gweather/gweather-pref.c:722
13472078 msgid "hPa"
13482079 msgstr "hPa"
13492080
13502081 #. TRANSLATOR: The pressure unit "millibars"
1351 #: ../gweather/src/gweather-pref.c:832
2082 #: gnome-applets/gweather/gweather-pref.c:724
13522083 msgid "mb"
13532084 msgstr "mb"
13542085
13552086 #. TRANSLATOR: The pressure unit "millibars of mercury"
1356 #: ../gweather/src/gweather-pref.c:834
2087 #: gnome-applets/gweather/gweather-pref.c:726
13572088 msgid "mmHg"
13582089 msgstr "mmHg"
13592090
13602091 #. TRANSLATOR: The pressure unit "inches of mercury"
1361 #: ../gweather/src/gweather-pref.c:836
2092 #: gnome-applets/gweather/gweather-pref.c:728
13622093 msgid "inHg"
13632094 msgstr "tmHG"
13642095
13652096 #. TRANSLATOR: The pressure unit "atmospheres"
1366 #: ../gweather/src/gweather-pref.c:838
2097 #: gnome-applets/gweather/gweather-pref.c:730
13672098 msgid "atm"
13682099 msgstr "atm"
13692100
13702101 #. Distance Unit
1371 #: ../gweather/src/gweather-pref.c:842
2102 #: gnome-applets/gweather/gweather-pref.c:735
13722103 msgid "_Visibility unit:"
13732104 msgstr "_Sigtbarhedsenhed:"
13742105
13752106 #. TRANSLATOR: The distance unit "meters"
1376 #: ../gweather/src/gweather-pref.c:853
2107 #: gnome-applets/gweather/gweather-pref.c:746
13772108 msgid "meters"
13782109 msgstr "meter"
13792110
13802111 #. TRANSLATOR: The distance unit "kilometers"
1381 #: ../gweather/src/gweather-pref.c:855
2112 #: gnome-applets/gweather/gweather-pref.c:748
13822113 msgid "km"
13832114 msgstr "km"
13842115
13852116 #. TRANSLATOR: The distance unit "miles"
1386 #: ../gweather/src/gweather-pref.c:857
2117 #: gnome-applets/gweather/gweather-pref.c:750
13872118 msgid "miles"
13882119 msgstr "mil"
13892120
1390 #: ../gweather/src/gweather-pref.c:888
1391 msgid "Enable _radar map"
1392 msgstr "Aktivér _radarkort"
1393
1394 #: ../gweather/src/gweather-pref.c:900
1395 msgid "Use _custom address for radar map"
1396 msgstr "Benyt s_elvvalgt adresse til radarkortet"
1397
1398 #: ../gweather/src/gweather-pref.c:915
1399 msgid "A_ddress:"
1400 msgstr "A_dresse:"
1401
1402 #: ../gweather/src/gweather-pref.c:927
2121 #: gnome-applets/gweather/gweather-pref.c:772
14032122 msgid "Update"
14042123 msgstr "Opdatér"
14052124
1406 #: ../gweather/src/gweather-pref.c:951
2125 #: gnome-applets/gweather/gweather-pref.c:795
14072126 msgid "minutes"
14082127 msgstr "minut"
14092128
1410 #: ../gweather/src/gweather-pref.c:963
2129 #: gnome-applets/gweather/gweather-pref.c:807
14112130 msgid "Display"
14122131 msgstr "Vis"
14132132
1414 #: ../gweather/src/gweather-pref.c:978
1415 #: ../mini-commander/src/mini-commander.ui.h:12
1416 #: ../window-title/windowtitle.ui.h:6
2133 #: gnome-applets/gweather/gweather-pref.c:815
2134 #: gnome-applets/mini-commander/mini-commander.ui:429
2135 #: gnome-applets/window-title/window-title.ui:127
14172136 msgid "General"
14182137 msgstr "Generelt"
14192138
1420 #: ../gweather/src/gweather-pref.c:991
2139 #: gnome-applets/gweather/gweather-pref.c:828
14212140 msgid "_Select a location:"
14222141 msgstr "_Vælg en placering:"
14232142
1424 #: ../gweather/src/gweather-pref.c:1016
2143 #: gnome-applets/gweather/gweather-pref.c:853
14252144 msgid "_Find:"
14262145 msgstr "_Find:"
14272146
1428 #: ../gweather/src/gweather-pref.c:1023
2147 #: gnome-applets/gweather/gweather-pref.c:860
14292148 msgid "Find _Next"
14302149 msgstr "Find _næste"
14312150
1432 #: ../gweather/src/gweather-pref.c:1041
2151 #: gnome-applets/gweather/gweather-pref.c:878
14332152 msgid "Location"
14342153 msgstr "Placering"
14352154
1436 #: ../inhibit/org.gnome.InhibitApplet.panel-applet.in.in.h:1
1437 #: ../inhibit/src/inhibit-applet.c:82
1438 msgid "Inhibit Applet"
1439 msgstr "Undertryk-panelprogram"
1440
1441 #: ../inhibit/org.gnome.InhibitApplet.panel-applet.in.in.h:2
1442 msgid "Allows user to inhibit automatic power saving"
1443 msgstr "Lader brugeren undertrykke automatisk strømsparetilstand"
1444
1445 #: ../inhibit/src/inhibit-applet.c:83
1446 msgid "Allows user to inhibit automatic power saving."
1447 msgstr "Lader brugeren undertrykke automatisk strømsparetilstand."
1448
1449 #: ../inhibit/src/inhibit-applet.c:230
2155 #: gnome-applets/inhibit/inhibit-applet.c:205
14502156 msgid "Cannot connect to gnome-session"
14512157 msgstr "Kan ikke forbinde til gnome-session"
14522158
1453 #: ../inhibit/src/inhibit-applet.c:233
2159 #: gnome-applets/inhibit/inhibit-applet.c:208
14542160 msgid "Automatic sleep inhibited"
1455 msgstr "Automatisk hviletilstand undertrykt"
1456
1457 #: ../inhibit/src/inhibit-applet.c:235
2161 msgstr "Automatisk hviletilstand suspenderet"
2162
2163 #: gnome-applets/inhibit/inhibit-applet.c:210
14582164 msgid "Automatic sleep enabled"
14592165 msgstr "Automatisk hviletilstand slået til"
14602166
1461 #: ../inhibit/src/inhibit-applet.c:263
2167 #: gnome-applets/inhibit/inhibit-applet.c:239
14622168 msgid "Manual inhibit"
1463 msgstr "Undertryk manuelt"
1464
1465 #: ../inhibit/src/inhibit-applet.c:295
1466 msgid ""
2169 msgstr "Manuel suspendering"
2170
2171 #: gnome-applets/inhibit/inhibit-applet.c:399
2172 msgid "Allows user to inhibit automatic power saving."
2173 msgstr "Lader brugeren suspendere automatisk strømsparetilstand."
2174
2175 #: gnome-applets/inhibit/inhibit-applet.c:408
2176 msgid ""
2177 "Licensed under the GNU General Public License Version 2\n"
2178 "\n"
14672179 "Inhibit Applet is free software; you can redistribute it and/or\n"
14682180 "modify it under the terms of the GNU General Public License\n"
14692181 "as published by the Free Software Foundation; either version 2\n"
1470 "of the License, or (at your option) any later version."
1471 msgstr ""
1472 "Inhibit Applet (Undertryk-panelprogram) er fri software; du må\n"
1473 "redistribuere det og/eller ændre det under vilkårene i GNU General\n"
1474 "Public License som udgivet af Free Software Foundation; enten version\n"
1475 "2 af licensen eller (hvis du ønsker det) enhver senere version."
1476
1477 #: ../inhibit/src/inhibit-applet.c:299
1478 msgid ""
2182 "of the License, or (at your option) any later version.\n"
2183 "\n"
14792184 "Inhibit Applet is distributed in the hope that it will be useful,\n"
14802185 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1481 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
1482 "GNU General Public License for more details."
1483 msgstr ""
1484 "Inhibit Applet (Undertryk-panelprogram) distribueres i håb om at det\n"
1485 "vil vise sig nyttigt, men UDEN NOGEN FORM FOR GARANTI, uden selv de\n"
1486 "underforståede garantier omkring SALGBARHED eller EGNETHED TIL ET\n"
1487 "BESTEMT FORMÅL. Yderligere detaljer kan læses i GNU General Public\n"
1488 "License."
1489
1490 #: ../inhibit/src/inhibit-applet.c:317
2186 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
2187 "GNU General Public License for more details.You should have received a copy "
2188 "of the GNU General Public License\n"
2189 "along with this program; if not, write to the Free Software\n"
2190 "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
2191 "02110-1301, USA.\n"
2192 msgstr ""
2193 "Licenseret under GNU General Public License Version 2\n"
2194 "\n"
2195 "Suspenderingspanelprogrammet er fri software. Du kan redistribuere og/eller "
2196 "modificere det\n"
2197 "under de betingelserne som er angivet i GNU General Public License,\n"
2198 "som er udgivet af Free Software Foundation. Enten version 2 af\n"
2199 "licensen eller (efter eget valg) enhver senere version.\n"
2200 "\n"
2201 "Suspenderingspanelprogrammet distribueres i håb om at det vil vise sig "
2202 "nyttigt, men UDEN\n"
2203 "NOGEN FORM FOR GARANTI, uden selv de underforståede garantier omkring\n"
2204 "SALGBARHED eller EGNETHED TIL ET BESTEMT FORMÅL. Yderligere detaljer\n"
2205 "kan læses i GNU General Public License.\n"
2206 "\n"
2207 "Du bør have modtaget en kopi af GNU General Public License sammen med\n"
2208 "dette program. Hvis ikke, så skriv til Free software Foundation, Inc.,\n"
2209 "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
2210
2211 #: gnome-applets/inhibit/inhibit-applet.c:425
14912212 msgid "Copyright © 2006-2007 Richard Hughes"
14922213 msgstr "Copyright © 2006-2007 Richard Hughes"
14932214
1494 #: ../invest-applet/data/financialchart.ui.h:1
1495 #: ../invest-applet/invest/invest-chart.c:358
1496 msgid "Financial Chart"
1497 msgstr "Finansgraf"
1498
1499 #: ../invest-applet/data/financialchart.ui.h:2
1500 msgid "_Ticker symbol: "
1501 msgstr "_Ticker-symbol: "
1502
1503 #: ../invest-applet/data/financialchart.ui.h:3
1504 msgid "Auto _refresh"
1505 msgstr "Auto-_opdatering"
1506
1507 #: ../invest-applet/data/financialchart.ui.h:4
1508 msgid "Today"
1509 msgstr "I dag"
1510
1511 #: ../invest-applet/data/financialchart.ui.h:5
1512 msgid "5 Days"
1513 msgstr "5 dage"
1514
1515 #: ../invest-applet/data/financialchart.ui.h:6
1516 msgid "3 Months"
1517 msgstr "3 måneder"
1518
1519 #: ../invest-applet/data/financialchart.ui.h:7
1520 msgid "6 Months"
1521 msgstr "6 måneder"
1522
1523 #: ../invest-applet/data/financialchart.ui.h:8
1524 msgid "1 Year"
1525 msgstr "1 år"
1526
1527 #: ../invest-applet/data/financialchart.ui.h:9
1528 msgid "5 Years"
1529 msgstr "5 år"
1530
1531 #: ../invest-applet/data/financialchart.ui.h:10
1532 msgid "Maximum"
1533 msgstr "Maksimum"
1534
1535 #: ../invest-applet/data/financialchart.ui.h:11
1536 msgid "_Graph style: "
1537 msgstr "_Graf-udseende: "
1538
1539 #. see http://biz.yahoo.com/charts/guide11.html and http://en.wikipedia.org/wiki/Moving_average
1540 #: ../invest-applet/data/financialchart.ui.h:13
1541 msgid "Moving average: "
1542 msgstr "Bevægende gennemsnit: "
1543
1544 #. see http://biz.yahoo.com/charts/guide12.html and http://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average
1545 #: ../invest-applet/data/financialchart.ui.h:15
1546 msgid "Exponential moving average: "
1547 msgstr "Eksponentielt bevægende gennemsnit: "
1548
1549 #. see http://en.wikipedia.org/wiki/Technical_analysis#Overlays
1550 #: ../invest-applet/data/financialchart.ui.h:17
1551 msgid "Overlays: "
1552 msgstr "Lag: "
1553
1554 #. see http://biz.yahoo.com/charts/guide10.html and http://en.wikipedia.org/wiki/Technical_indicator#Charting_terms_and_indicators
1555 #: ../invest-applet/data/financialchart.ui.h:19
1556 msgid "Indicators: "
1557 msgstr "Indikatorer: "
1558
1559 #: ../invest-applet/data/financialchart.ui.h:20
1560 msgid "Line"
1561 msgstr "Linje"
1562
1563 #: ../invest-applet/data/financialchart.ui.h:21
1564 msgid "Bar"
1565 msgstr "Bjælke"
1566
1567 #: ../invest-applet/data/financialchart.ui.h:22
1568 msgid "Candle"
1569 msgstr "Lys"
1570
1571 #: ../invest-applet/data/financialchart.ui.h:23
1572 msgid "Scale: "
1573 msgstr "Skala: "
1574
1575 #: ../invest-applet/data/financialchart.ui.h:24
1576 msgid "Linear"
1577 msgstr "Linær"
1578
1579 #: ../invest-applet/data/financialchart.ui.h:25
1580 msgid "Logarithmic"
1581 msgstr "Logaritmisk"
1582
1583 #: ../invest-applet/data/financialchart.ui.h:26
1584 msgid "5"
1585 msgstr "5"
1586
1587 #: ../invest-applet/data/financialchart.ui.h:27
1588 msgid "10"
1589 msgstr "10"
1590
1591 #: ../invest-applet/data/financialchart.ui.h:28
1592 msgid "20"
1593 msgstr "20"
1594
1595 #: ../invest-applet/data/financialchart.ui.h:29
1596 msgid "50"
1597 msgstr "50"
1598
1599 #: ../invest-applet/data/financialchart.ui.h:30
1600 msgid "100"
1601 msgstr "100"
1602
1603 #: ../invest-applet/data/financialchart.ui.h:31
1604 msgid "200"
1605 msgstr "200"
1606
1607 #. Please keep this term short. For its meaning, see http://biz.yahoo.com/charts/guide13.html and http://en.wikipedia.org/wiki/Bollinger_bands
1608 #: ../invest-applet/data/financialchart.ui.h:33
1609 msgid "Bollinger"
1610 msgstr "Rulning"
1611
1612 #. Please keep this term short. For its meaning, see http://biz.yahoo.com/charts/guide16.html and http://en.wikipedia.org/wiki/Parabolic_SAR
1613 #: ../invest-applet/data/financialchart.ui.h:35
1614 msgid "SAR"
1615 msgstr "SAR"
1616
1617 #. Please keep this term short. For its meaning, see http://biz.yahoo.com/charts/guide6.html and http://en.wikipedia.org/wiki/Stock_split
1618 #: ../invest-applet/data/financialchart.ui.h:37
1619 msgid "Splits"
1620 msgstr "Splits"
1621
1622 #. Please keep this term short. For its meaning, see http://biz.yahoo.com/charts/guide20.html and http://en.wikipedia.org/wiki/Volume_%28finance%29
1623 #: ../invest-applet/data/financialchart.ui.h:39
1624 msgid "Volumes"
1625 msgstr "Volumener"
1626
1627 #. Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/MACD
1628 #: ../invest-applet/data/financialchart.ui.h:41
1629 msgid "MACD"
1630 msgstr "MACD"
1631
1632 #. Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Money_flow_index
1633 #: ../invest-applet/data/financialchart.ui.h:43
1634 msgid "MFI"
1635 msgstr "MFI"
1636
1637 #. Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Rate_of_change_%28technical_analysis%29
1638 #: ../invest-applet/data/financialchart.ui.h:45
1639 msgid "ROC"
1640 msgstr "ROC"
1641
1642 #. Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Relative_Strength_Index
1643 #: ../invest-applet/data/financialchart.ui.h:47
1644 msgid "RSI"
1645 msgstr "RSI"
1646
1647 #. Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Volume_%28finance%29
1648 #: ../invest-applet/data/financialchart.ui.h:49
1649 msgid "Vol"
1650 msgstr "Vol"
1651
1652 #. Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Stochastic_oscillator
1653 #: ../invest-applet/data/financialchart.ui.h:51
1654 msgid "Slow stoch"
1655 msgstr "Slow stoch"
1656
1657 #. Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Volume_%28finance%29
1658 #: ../invest-applet/data/financialchart.ui.h:53
1659 msgid "Vol+MA"
1660 msgstr "Vol+MA"
1661
1662 #. Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Stochastic_oscillator
1663 #: ../invest-applet/data/financialchart.ui.h:55
1664 msgid "Fast stoch"
1665 msgstr "Fast stoch"
1666
1667 #. Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Williams_%25R
1668 #: ../invest-applet/data/financialchart.ui.h:58
1669 #, no-c-format
1670 msgid "W%R"
1671 msgstr "W%R"
1672
1673 #: ../invest-applet/data/financialchart.ui.h:59
1674 msgid "_Options"
1675 msgstr "_Indstillinger"
1676
1677 #: ../invest-applet/data/financialchart.ui.h:60
1678 msgid "Downloading chart from <b>Yahoo!</b>"
1679 msgstr "Hent graf fra <b>Yahoo!</b>"
1680
1681 #: ../invest-applet/data/invest-applet-menu.xml.h:1
1682 msgid "Refresh"
1683 msgstr "Opdater"
1684
1685 #: ../invest-applet/data/invest-applet-menu.xml.h:2
1686 #: ../windowpicker/src/wp-preferences-dialog.ui.h:1
1687 msgid "Preferences"
1688 msgstr "Indstillinger"
1689
1690 #: ../invest-applet/data/invest-applet-menu.xml.h:3
1691 msgid "Help"
1692 msgstr "Hjælp"
1693
1694 #: ../invest-applet/data/invest-applet-menu.xml.h:4
1695 msgid "About"
1696 msgstr "Om"
1697
1698 #: ../invest-applet/data/org.gnome.applets.InvestApplet.panel-applet.in.in.h:1
1699 msgid "Invest Applet Factory"
1700 msgstr "Fabrik for investeringspanelprogram"
1701
1702 #: ../invest-applet/data/org.gnome.applets.InvestApplet.panel-applet.in.in.h:2
1703 msgid "Factory for creating the invest applet."
1704 msgstr "Fabrik til oprettelse af investeringspanelprogram."
1705
1706 #: ../invest-applet/data/org.gnome.applets.InvestApplet.panel-applet.in.in.h:3
1707 #: ../invest-applet/invest/invest-applet.c:271
1708 msgid "Invest"
1709 msgstr "Investering"
1710
1711 #: ../invest-applet/data/org.gnome.applets.InvestApplet.panel-applet.in.in.h:4
1712 #: ../invest-applet/invest/invest-applet.c:268
1713 msgid "Track your invested money."
1714 msgstr "Følg din investeringer."
1715
1716 #: ../invest-applet/data/org.gnome.gnome-applets.invest.gschema.xml.in.in.h:1
1717 #: ../invest-applet/data/prefs-dialog.ui.h:12
1718 msgid "Currency"
1719 msgstr "Møntenhed"
1720
1721 #: ../invest-applet/data/org.gnome.gnome-applets.invest.gschema.xml.in.in.h:2
1722 #: ../invest-applet/data/prefs-dialog.ui.h:9
1723 msgid "Hide charts in quotes list"
1724 msgstr "Skjul diagrammer i kurslisten"
1725
1726 #. An index value (for instance the NASDAQ Composite) is based on a number of stocks. This option allows to also show the quotes of the stocks an index is based on.
1727 #: ../invest-applet/data/org.gnome.gnome-applets.invest.gschema.xml.in.in.h:3
1728 #: ../invest-applet/data/prefs-dialog.ui.h:7
1729 msgid "Show stocks of index values"
1730 msgstr "Vis indeksets aktieopdeling"
1731
1732 #: ../invest-applet/data/prefs-dialog.ui.h:1
1733 msgid "Invest Preferences"
1734 msgstr "Indstillinger for investering"
1735
1736 #: ../invest-applet/data/prefs-dialog.ui.h:2
1737 msgid "label"
1738 msgstr "mærkat"
1739
1740 #: ../invest-applet/data/prefs-dialog.ui.h:3
1741 msgid "Stocks"
1742 msgstr "Aktier"
1743
1744 #. Instead of adding a single stock to the list of stocks, the
1745 #: ../invest-applet/data/prefs-dialog.ui.h:5
1746 msgctxt " "
1747 msgid "Add Group"
1748 msgstr "Tilføj gruppe"
1749
1750 #: ../invest-applet/data/prefs-dialog.ui.h:8
1751 msgid ""
1752 "An index value, for instance the <i>NASDAQ Composite</i> (^IXIC), is based "
1753 "on a number of stocks. This option allows to also show the quotes of the "
1754 "<i><b>stocks</b></i> an index is based on."
1755 msgstr ""
1756 "Et aktieindeks, for eksempel <i>NASDAQ Composite</i> (^IXIC), er baseret på "
1757 "et antal aktier. Denne indstilling viser de enkelte <i><b>aktiers</b></i> "
1758 "kurser som indekset er baseret på."
1759
1760 #: ../invest-applet/data/prefs-dialog.ui.h:10
1761 msgid ""
1762 "A small chart image is shown next to each quote. The retrieval of each chart "
1763 "image causes network traffic. Hiding charts reduces the network bandwidth "
1764 "demand significantly."
1765 msgstr ""
1766 "Et lille diagrambillede vises ved hver kurs. Hentningen af hvert "
1767 "diagrambillede medfører netværkstrafik. Hvis disse skjules reduceres brugen "
1768 "af båndbredde kraftigt."
1769
1770 #: ../invest-applet/data/prefs-dialog.ui.h:11
1771 msgid ""
1772 "<i><small><b>Source:</b> <a href=\"http://finance.yahoo.com/\">Yahoo! "
1773 "Finance</a> (at least 15 minutes delayed)</small></i>"
1774 msgstr ""
1775 "<i><small><b>Kilde:</b> <a href=\"http://finance.yahoo.com/\">Yahoo! "
1776 "Finance</a> (mindst 15 minutter forsinket)</small></i>"
1777
1778 #: ../invest-applet/data/prefs-dialog.ui.h:13
1779 msgid ""
1780 "Type the target currency to which all stock quotes will be converted to."
1781 msgstr "Indtast valutaen som alle aktiekurser konverteres til."
1782
1783 #: ../invest-applet/invest/invest-applet.c:368
1784 msgid "<b>You have not entered any stock information yet</b>"
1785 msgstr "<b>Du har ikke indtastet nogen aktieinformation endnu</b>"
1786
1787 # ??? Jeg kan ikke finde ud af markedsbegreber
1788 #: ../invest-applet/invest/invest-applet.c:384
1789 msgid "<b>No stock quotes are currently available</b>"
1790 msgstr "<b>Ingen aktiepriser er pt. tilgængelige</b>"
1791
1792 #: ../invest-applet/invest/invest-applet.c:385
1793 msgid ""
1794 "The server could not be contacted. The computer is either offline or the "
1795 "servers are down. Try again later."
1796 msgstr ""
1797 "Serveren kunne ikke kontaktes. Computeren er enten frakoblet eller serverne "
1798 "er nede. Prøv igen senere."
1799
1800 #: ../invest-applet/invest/invest-chart.c:129
1801 msgid "Chart downloaded"
1802 msgstr "Graf downloadet"
1803
1804 #: ../invest-applet/invest/invest-chart.c:139
1805 msgid "Chart could not be downloaded"
1806 msgstr "Grafen kunne ikke downloades"
1807
1808 #: ../invest-applet/invest/invest-chart.c:242
1809 #, c-format
1810 msgid "Financial Chart - %s"
1811 msgstr "Finans-graf – %s"
1812
1813 #: ../invest-applet/invest/invest-chart.c:281
1814 msgid "Opening Chart"
1815 msgstr "Åbner graf"
1816
1817 #: ../invest-applet/invest/invest-preferences.c:229
1818 msgid "Stock Group"
1819 msgstr "Aktiegruppe"
1820
1821 #. Translators: Asks the user to confirm deletion of a group of stocks
1822 #: ../invest-applet/invest/invest-preferences.c:322
1823 msgid "Delete entire stock group?"
1824 msgstr "Slet hele aktiegruppen?"
1825
1826 #. Translators: stocks can be grouped together into a "stock group".
1827 #. * The user wants to delete a group, but the group still contains
1828 #. * stocks. By deleting the group, also all stocks will be removed
1829 #. * from configuration.
1830 #.
1831 #: ../invest-applet/invest/invest-preferences.c:339
1832 msgid ""
1833 "This removes all stocks contained in this stock group!\n"
1834 "Do you really want to remove this stock group?"
1835 msgstr ""
1836 "Dette fjerner alle aktier indeholdt i denne aktiegruppe!\n"
1837 "Ønsker du virkelig at fjerne denne aktiegruppe?"
1838
1839 #: ../invest-applet/invest/invest-preferences.c:554
1840 msgid "Currency Rate"
1841 msgstr "Rate for møntenhed"
1842
1843 #: ../invest-applet/invest/invest-preferences.c:749
1844 msgid "Symbol"
1845 msgstr "Symbol"
1846
1847 #: ../invest-applet/invest/invest-preferences.c:750
1848 msgid "Label"
1849 msgstr "Etiket"
1850
1851 #: ../invest-applet/invest/invest-preferences.c:751
1852 msgid "Amount"
1853 msgstr "Beløb"
1854
1855 #: ../invest-applet/invest/invest-preferences.c:752
1856 msgid "Price"
1857 msgstr "Pris"
1858
1859 #: ../invest-applet/invest/invest-preferences.c:753
1860 msgid "Commission"
1861 msgstr "Kommission"
1862
1863 #. Translators: This is share-market jargon. It is the average
1864 #. * percentage change of all stock prices. The %s gets replaced
1865 #. * with the string value of the change (localized), including
1866 #. * the percent sign.
1867 #.
1868 #: ../invest-applet/invest/invest-quotes.c:179
1869 #, c-format
1870 msgid "Average change: %+.2f%%"
1871 msgstr "Gennemsnitlig ændring: %+.2f%%"
1872
1873 #. Translators: This is share-market jargon. It refers to the total
1874 #. * difference between the current price and purchase price for all
1875 #. * the shares put together for a particular currency. i.e. How much
1876 #. * money would be earned if they were sold right now. The first string
1877 #. * is the change value, the second the currency, and the third value
1878 #. * is the percentage of the change, formatted using user's locale.
1879 #.
1880 #: ../invest-applet/invest/invest-quotes.c:202
1881 #, c-format
1882 msgid "Positions balance: %'+.2f %s (%'+.2f%%)"
1883 msgstr "Positionsbalance: %'+.2f %s (%'+.2f%%)"
1884
1885 # Jeg tror det er et tidspunkt
1886 #: ../invest-applet/invest/invest-quotes.c:209
1887 #, c-format
1888 msgid "Updated at %s"
1889 msgstr "Opdateret %s"
1890
1891 #: ../invest-applet/invest/invest-quotes.c:1131
1892 msgid "Invest could not connect to Yahoo! Finance"
1893 msgstr "Invest kunne ikke forbinde til Yahoo! Finance"
1894
1895 #: ../invest-applet/invest/invest-widget.c:255
1896 msgid "Ticker"
1897 msgstr "Børsnoteringer"
1898
1899 #: ../invest-applet/invest/invest-widget.c:306
1900 msgid "Last"
1901 msgstr "Sidste"
1902
1903 #: ../invest-applet/invest/invest-widget.c:356
1904 msgid "Change %"
1905 msgstr "Ændrings-%"
1906
1907 #: ../invest-applet/invest/invest-widget.c:376
1908 msgid "Chart"
1909 msgstr "Graf"
1910
1911 #: ../invest-applet/invest/invest-widget.c:434
1912 msgid "Gain"
1913 msgstr "Fortjeneste"
1914
1915 #: ../invest-applet/invest/invest-widget.c:493
1916 msgid "Gain %"
1917 msgstr "Fortjeneste-%"
1918
1919 #: ../mini-commander/src/about.c:48
2215 #: gnome-applets/mini-commander/command-line.c:358
2216 msgid "No items in history"
2217 msgstr "Ingen punkter i historikken"
2218
2219 #. build file select dialog
2220 #: gnome-applets/mini-commander/command-line.c:488
2221 msgid "Start program"
2222 msgstr "Start program"
2223
2224 #: gnome-applets/mini-commander/command-line.c:541
2225 msgid "Command line"
2226 msgstr "Kommandolinje"
2227
2228 #: gnome-applets/mini-commander/command-line.c:542
2229 msgid "Type a command here and Gnome will execute it for you"
2230 msgstr "Indtast en kommando her og Gnome vil udføre den for dig"
2231
2232 #: gnome-applets/mini-commander/mini-commander-applet.c:253
2233 #: gnome-applets/mini-commander/mini-commander-applet.c:257
2234 msgid "Browser"
2235 msgstr "Filvælger"
2236
2237 #: gnome-applets/mini-commander/mini-commander-applet.c:258
2238 msgid "Click this button to start the browser"
2239 msgstr "Start surfningsprogrammet"
2240
2241 #: gnome-applets/mini-commander/mini-commander-applet.c:271
2242 #: gnome-applets/mini-commander/mini-commander-applet.c:275
2243 msgid "History"
2244 msgstr "Historik"
2245
2246 #: gnome-applets/mini-commander/mini-commander-applet.c:276
2247 msgid "Click this button for the list of previous commands"
2248 msgstr "Vis en liste over tidligere kommandoer"
2249
2250 #: gnome-applets/mini-commander/mini-commander-applet.c:329
2251 msgid "Command line has been disabled by your system administrator"
2252 msgstr "Kommandolinjen er blevet deaktiveret af din systemadministrator"
2253
2254 #: gnome-applets/mini-commander/mini-commander-applet.c:378
2255 msgid "Mini-Commander applet"
2256 msgstr "Kommando-panelprogram"
2257
2258 #: gnome-applets/mini-commander/mini-commander-applet.c:379
2259 msgid "This applet adds a command line to the panel"
2260 msgstr "Kommandelinje til panelet"
2261
2262 #: gnome-applets/mini-commander/mini-commander-applet.c:445
19202263 msgid ""
19212264 "This GNOME applet adds a command line to the panel. It features command "
19222265 "completion, command history, and changeable macros."
19242267 "Dette panelprogram giver panelet en kommandolinje med kommandofuldførelse, "
19252268 "historik og makroer der kan tilpasses."
19262269
1927 #: ../mini-commander/src/command_line.c:361
1928 msgid "No items in history"
1929 msgstr "Ingen punkter i historikken"
1930
1931 #. build file select dialog
1932 #: ../mini-commander/src/command_line.c:487
1933 msgid "Start program"
1934 msgstr "Start program"
1935
1936 #: ../mini-commander/src/command_line.c:540
1937 msgid "Command line"
1938 msgstr "Kommandolinje"
1939
1940 #: ../mini-commander/src/command_line.c:541
1941 msgid "Type a command here and Gnome will execute it for you"
1942 msgstr "Indtast en kommando her og Gnome vil udføre den for dig"
1943
1944 #: ../mini-commander/src/mini-commander_applet.c:237
1945 #: ../mini-commander/src/mini-commander_applet.c:241
1946 msgid "Browser"
1947 msgstr "Filvælger"
1948
1949 #: ../mini-commander/src/mini-commander_applet.c:242
1950 msgid "Click this button to start the browser"
1951 msgstr "Start surfningsprogrammet"
1952
1953 #: ../mini-commander/src/mini-commander_applet.c:255
1954 #: ../mini-commander/src/mini-commander_applet.c:259
1955 msgid "History"
1956 msgstr "Historik"
1957
1958 #: ../mini-commander/src/mini-commander_applet.c:260
1959 msgid "Click this button for the list of previous commands"
1960 msgstr "Vis en liste over tidligere kommandoer"
1961
1962 #: ../mini-commander/src/mini-commander_applet.c:348
1963 msgid "Command line has been disabled by your system administrator"
1964 msgstr "Kommandolinjen er blevet deaktiveret af din systemadministrator"
1965
1966 #: ../mini-commander/src/mini-commander_applet.c:407
1967 msgid "Mini-Commander applet"
1968 msgstr "Kommando-panelprogram"
1969
1970 #: ../mini-commander/src/mini-commander_applet.c:408
1971 msgid "This applet adds a command line to the panel"
1972 msgstr "Kommandelinje til panelet"
1973
1974 #: ../mini-commander/src/mini-commander.ui.h:1
2270 #: gnome-applets/mini-commander/mini-commander.ui:15
19752271 msgid "Command Line Preferences"
19762272 msgstr "Indstillinger for kommandolinje"
19772273
1978 #: ../mini-commander/src/mini-commander.ui.h:2
2274 #: gnome-applets/mini-commander/mini-commander.ui:90
19792275 msgid "Auto Completion"
19802276 msgstr "Automatisk fuldførelse"
19812277
1982 #: ../mini-commander/src/mini-commander.ui.h:3
2278 #: gnome-applets/mini-commander/mini-commander.ui:119
19832279 msgid "E_nable history-based auto completion"
19842280 msgstr "Benyt _historikbaseret autofuldførelse"
19852281
1986 #: ../mini-commander/src/mini-commander.ui.h:4
2282 #: gnome-applets/mini-commander/mini-commander.ui:158
19872283 msgid "Size"
19882284 msgstr "Størrelse"
19892285
1990 #: ../mini-commander/src/mini-commander.ui.h:5
1991 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:3
2286 #: gnome-applets/mini-commander/mini-commander.ui:194
2287 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:117
19922288 msgid "_Width:"
19932289 msgstr "_Bredde:"
19942290
1995 #: ../mini-commander/src/mini-commander.ui.h:6
1996 #: ../multiload/src/properties.c:476
2291 #: gnome-applets/mini-commander/mini-commander.ui:231
2292 #: gnome-applets/multiload/properties.c:516
19972293 msgid "pixels"
19982294 msgstr "punkter"
19992295
2000 #: ../mini-commander/src/mini-commander.ui.h:7
2001 #: ../multiload/src/properties.c:521
2296 #: gnome-applets/mini-commander/mini-commander.ui:281
2297 #: gnome-applets/multiload/properties.c:563
20022298 msgid "Colors"
20032299 msgstr "Farver"
20042300
2005 #: ../mini-commander/src/mini-commander.ui.h:8
2301 #: gnome-applets/mini-commander/mini-commander.ui:318
20062302 msgid "_Use default theme colors"
20072303 msgstr "_Benyt temaets farver"
20082304
2009 #: ../mini-commander/src/mini-commander.ui.h:9
2305 #: gnome-applets/mini-commander/mini-commander.ui:336
20102306 msgid "Command line _foreground:"
20112307 msgstr "Kommandolinje_forgrund:"
20122308
2013 #: ../mini-commander/src/mini-commander.ui.h:10
2309 #: gnome-applets/mini-commander/mini-commander.ui:353
20142310 msgid "Command line _background:"
20152311 msgstr "Kommandolinje_baggrund:"
20162312
2017 #: ../mini-commander/src/mini-commander.ui.h:11
2313 #: gnome-applets/mini-commander/mini-commander.ui:371
2314 #: gnome-applets/mini-commander/mini-commander.ui:388
20182315 msgid "Pick a color"
20192316 msgstr "Vælg en farve"
20202317
2021 #: ../mini-commander/src/mini-commander.ui.h:13
2318 #: gnome-applets/mini-commander/mini-commander.ui:447
20222319 msgid "_Macros:"
20232320 msgstr "_Makroer:"
20242321
2025 #: ../mini-commander/src/mini-commander.ui.h:14
2322 #: gnome-applets/mini-commander/mini-commander.ui:523
20262323 msgid "_Add Macro..."
20272324 msgstr "_Tilføj makro …"
20282325
2029 #: ../mini-commander/src/mini-commander.ui.h:15
2326 #: gnome-applets/mini-commander/mini-commander.ui:576
20302327 msgid "_Delete Macro"
20312328 msgstr "_Slet makro"
20322329
2033 #: ../mini-commander/src/mini-commander.ui.h:16
2330 #: gnome-applets/mini-commander/mini-commander.ui:619
20342331 msgid "Macros"
20352332 msgstr "Makroer"
20362333
2037 #: ../mini-commander/src/mini-commander.ui.h:17
2334 #: gnome-applets/mini-commander/mini-commander.ui:645
20382335 msgid "Add New Macro"
20392336 msgstr "Tilføj ny makro"
20402337
2041 #: ../mini-commander/src/mini-commander.ui.h:18
2338 #: gnome-applets/mini-commander/mini-commander.ui:726
20422339 msgid "_Pattern:"
20432340 msgstr "M_ønster:"
20442341
2045 #: ../mini-commander/src/mini-commander.ui.h:19
2342 #: gnome-applets/mini-commander/mini-commander.ui:740
20462343 msgid "Co_mmand:"
20472344 msgstr "_Kommando:"
20482345
2049 #: ../mini-commander/src/org.gnome.applets.MiniCommanderApplet.panel-applet.in.in.h:1
2050 msgid "MiniCommander Applet Factory"
2051 msgstr "Fabrik for Mini-kommandolinje-panelprogram"
2052
2053 #: ../mini-commander/src/org.gnome.applets.MiniCommanderApplet.panel-applet.in.in.h:2
2054 msgid "Command Line"
2055 msgstr "Kommandolinje"
2056
2057 #: ../mini-commander/src/org.gnome.applets.MiniCommanderApplet.panel-applet.in.in.h:3
2058 msgid "Mini-Commander"
2059 msgstr "Mini-kommandolinje"
2060
2061 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:1
2062 msgid "Macro pattern list"
2063 msgstr "Makromønsterliste"
2064
2065 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:2
2066 msgid "List of entries containing strings for the macro patterns."
2067 msgstr "Liste af indgange, der indeholder strenge til makromønstrene."
2068
2069 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:3
2070 msgid "Macro command list"
2071 msgstr "Makrokommandoliste"
2072
2073 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:4
2074 msgid "List of entries containing strings for the macro commands."
2075 msgstr "Liste af indgange, der indeholder strenge til makrokommandoerne."
2076
2077 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:5
2078 msgid "Show handle"
2079 msgstr "Vis håndtag"
2080
2081 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:6
2082 msgid "Show a handle so the applet can be detached from the panel."
2083 msgstr "Vis et håndtag så panelprogrammet kan frigøres fra panelet."
2084
2085 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:7
2086 msgid "Show frame"
2087 msgstr "Vis kant"
2088
2089 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:8
2090 msgid "Show a frame surrounding the applet."
2091 msgstr "Vis en ramme rundt om panelprogrammet."
2092
2093 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:9
2094 msgid "Perform history autocompletion"
2095 msgstr "Udfør historikbaseret autofuldførelse"
2096
2097 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:10
2098 msgid "Attempt to autocomplete a command from the history of commands entered."
2099 msgstr ""
2100 "Forsøg at fuldføre en kommando fra historikken af indtastede kommandoer."
2101
2102 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:11
2103 msgid "Width"
2104 msgstr "Bredde"
2105
2106 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:12
2107 msgid "Width of the applet"
2108 msgstr "Bredden af panelprogrammet"
2109
2110 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:13
2111 msgid "Use the default theme colors"
2112 msgstr "Benyt temaets farver"
2113
2114 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:14
2115 msgid "Use theme colors instead of custom ones."
2116 msgstr "Benyt temafarver i stedet for brugerdefinerede."
2117
2118 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:15
2119 msgid "Foreground color"
2120 msgstr "Forgrundsfarve"
2121
2122 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:16
2123 msgid "Background color"
2124 msgstr "Baggrundsfarve"
2125
2126 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:17
2127 msgid "History list"
2128 msgstr "Historikliste"
2129
2130 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:18
2131 msgid "List of entries containing strings for history entries."
2132 msgstr "Liste af indgange, der indeholder strenge for historikelementer."
2133
2134 #: ../mini-commander/src/preferences.c:294
2346 #: gnome-applets/mini-commander/preferences.c:249
2347 msgid "You must specify a pattern and a command"
2348 msgstr "Du skal angive et mønster og en kommando"
2349
2350 #: gnome-applets/mini-commander/preferences.c:251
21352351 msgid "You must specify a pattern"
21362352 msgstr "Du skal angive et mønster"
21372353
2138 #: ../mini-commander/src/preferences.c:298
2139 msgid "You must specify a pattern and a command"
2140 msgstr "Du skal angive et mønster og en kommando"
2141
2142 #: ../mini-commander/src/preferences.c:299
2354 #: gnome-applets/mini-commander/preferences.c:253
21432355 msgid "You must specify a command"
21442356 msgstr "Du skal angive en kommando"
21452357
2146 #: ../mini-commander/src/preferences.c:302
2358 #: gnome-applets/mini-commander/preferences.c:255
21472359 msgid "You may not specify duplicate patterns"
21482360 msgstr "Du kan ikke angive flere ens mønstre"
21492361
2150 #: ../mini-commander/src/preferences.c:662
2362 #: gnome-applets/mini-commander/preferences.c:617
21512363 msgid "Pattern"
21522364 msgstr "Mønster"
21532365
2154 #: ../modem-lights/modem-applet-menu.xml.h:1
2155 msgid "_Activate"
2156 msgstr "_Aktivér"
2157
2158 #: ../modem-lights/modem-applet-menu.xml.h:2
2159 msgid "_Deactivate"
2160 msgstr "_Deaktivér"
2161
2162 #: ../modem-lights/modem-applet-menu.xml.h:3
2163 #: ../sticky-notes/src/sticky-notes-note-menu.xml.h:4
2164 msgid "_Properties"
2165 msgstr "_Egenskaber"
2166
2167 #: ../modem-lights/modemlights.ui.h:1
2168 msgid "Enter password"
2169 msgstr "Indtast adgangskode"
2170
2171 #: ../modem-lights/modemlights.ui.h:2
2172 msgid "Root password required"
2173 msgstr "Root-agangskode påkrævet"
2174
2175 #: ../modem-lights/modemlights.ui.h:3
2176 msgid "Password:"
2177 msgstr "Adgangskode:"
2178
2179 #: ../modem-lights/modemlights.ui.h:4
2180 msgid "Connecting with Internet Service Provider"
2181 msgstr "Forbinder til internetudbyder"
2182
2183 #: ../modem-lights/org.gnome.applets.ModemApplet.panel-applet.in.in.h:1
2184 msgid "Modem Monitor"
2185 msgstr "Modemovervåger"
2186
2187 #: ../modem-lights/org.gnome.applets.ModemApplet.panel-applet.in.in.h:2
2188 msgid "Activate and monitor a dial-up network connection"
2189 msgstr "Aktivér og overvåg en modem-netværksforbindelse"
2190
2191 #: ../modem-lights/src/modem-applet.c:673
2192 msgid "Connection active, but could not get connection time"
2193 msgstr "Forbindelse aktiv, men kunne ikke udtrække forbindelsestid"
2194
2195 #: ../modem-lights/src/modem-applet.c:689
2196 #, c-format
2197 msgid "Time connected: %.1d:%.2d"
2198 msgstr "Tid tilsluttet: %.1d:%.2d"
2199
2200 #: ../modem-lights/src/modem-applet.c:693
2201 msgid "Not connected"
2202 msgstr "Ikke tilsluttet"
2203
2204 #: ../modem-lights/src/modem-applet.c:715
2205 msgid ""
2206 "To connect to your Internet service provider, you need administrator "
2207 "privileges"
2208 msgstr ""
2209 "Du skal have administratorrettigheder for at kunne etablere forbindelse til "
2210 "din internetudbyder"
2211
2212 #: ../modem-lights/src/modem-applet.c:716
2213 msgid ""
2214 "To disconnect from your Internet service provider, you need administrator "
2215 "privileges"
2216 msgstr ""
2217 "Du skal have administratorrettigheder for at kunne afbryde forbindelsen til "
2218 "din internetudbyder"
2219
2220 #: ../modem-lights/src/modem-applet.c:791
2221 msgid "The entered password is invalid"
2222 msgstr "Den indtastede adgangskode er forkert"
2223
2224 #: ../modem-lights/src/modem-applet.c:793
2225 msgid ""
2226 "Check that you have typed it correctly and that you haven't activated the "
2227 "\"caps lock\" key"
2228 msgstr ""
2229 "Kontrollér at du har indtastet den korrekt, og at Caps Lock-tasten ikke er "
2230 "aktiveret"
2231
2232 #: ../modem-lights/src/modem-applet.c:904
2233 msgid "Do you want to connect?"
2234 msgstr "Vil du etablere forbindelse?"
2235
2236 #: ../modem-lights/src/modem-applet.c:905
2237 msgid "Do you want to disconnect?"
2238 msgstr "Vil du afbryde forbindelsen?"
2239
2240 #: ../modem-lights/src/modem-applet.c:914
2241 msgid "C_onnect"
2242 msgstr "_Tilslut"
2243
2244 #: ../modem-lights/src/modem-applet.c:914
2245 msgid "_Disconnect"
2246 msgstr "_Frakobl"
2247
2248 #: ../modem-lights/src/modem-applet.c:973
2249 msgid "Could not launch network configuration tool"
2250 msgstr "Kunne ikke starte netværkskonfigurationsværktøjet"
2251
2252 #: ../modem-lights/src/modem-applet.c:975
2253 msgid ""
2254 "Check that it's installed in the correct path and that it has the correct "
2255 "permissions"
2256 msgstr ""
2257 "Kontrollér at det er installeret under den korrekte sti, og at det har de "
2258 "rigtige rettigheder"
2259
2260 #: ../modem-lights/src/modem-applet.c:999
2261 msgid "Applet for activating and monitoring a dial-up network connection."
2262 msgstr "Panelprogram til at aktivere og overvåge en modemforbindelse."
2263
2264 #: ../multiload/multiload-applet-menu.xml.h:1
2366 #: gnome-applets/multiload/multiload-applet-menu.ui:5
22652367 msgid "_Open System Monitor"
22662368 msgstr "_Åbn systemovervåger"
22672369
2268 #: ../multiload/org.gnome.applets.MultiLoadApplet.panel-applet.in.in.h:1
2269 msgid "System Monitor"
2270 msgstr "Systemovervåger"
2271
2272 #: ../multiload/org.gnome.applets.MultiLoadApplet.panel-applet.in.in.h:2
2273 msgid "A system load indicator"
2274 msgstr "Systembelastningsovervåger"
2275
2276 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:1
2277 msgid "Enable CPU load graph"
2278 msgstr "Aktivér CPU-belastningsgraf"
2279
2280 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:2
2281 msgid "Enable memory load graph"
2282 msgstr "Aktivér hukommelsesforbruggraf"
2283
2284 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:3
2285 msgid "Enable network load graph"
2286 msgstr "Aktivér netværksbelastningsgraf"
2287
2288 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:4
2289 msgid "Enable swap load graph"
2290 msgstr "Aktivér swapbelastningsgraf"
2291
2292 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:5
2293 msgid "Enable load average graph"
2294 msgstr "Aktivér belastninggennemsnitsgraf"
2295
2296 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:6
2297 msgid "Enable disk load graph"
2298 msgstr "Aktivér diskbelastningsgraf"
2299
2300 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:7
2301 msgid "Applet refresh rate in milliseconds"
2302 msgstr "Opdateringsinterval i millisekunder"
2303
2304 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:8
2305 msgid "Graph size"
2306 msgstr "Grafstørrelse"
2307
2308 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:9
2309 msgid ""
2310 "For horizontal panels, the width of the graphs in pixels. For vertical "
2311 "panels, this is the height of the graphs."
2312 msgstr ""
2313 "Bredden af graferne i punkter for vandrette paneler, højden for lodrette "
2314 "paneler."
2315
2316 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:10
2317 msgid "Graph color for user-related CPU activity"
2318 msgstr "Graffarve for bruger-relateret CPU-aktivitet"
2319
2320 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:11
2321 msgid "Graph color for system-related CPU activity"
2322 msgstr "Graffarve for system-relateret CPU-aktivitet"
2323
2324 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:12
2325 msgid "Graph color for nice-related CPU activity"
2326 msgstr "Graffarve for nice-relateret CPU-aktivitet"
2327
2328 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:13
2329 msgid "Graph color for iowait-related CPU activity"
2330 msgstr "Graffarve for iowait-relateret CPU-aktivitet"
2331
2332 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:14
2333 msgid "CPU graph background color"
2334 msgstr "CPU-grafbaggrundsfarve"
2335
2336 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:15
2337 msgid "Graph color for user-related memory usage"
2338 msgstr "Graffarve for bruger-relateret hukommelsesforbrug"
2339
2340 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:16
2341 msgid "Graph color for shared memory"
2342 msgstr "Graffarve for delt hukommelse"
2343
2344 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:17
2345 msgid "Graph color for buffer memory"
2346 msgstr "Graffarve for bufferhukommelse"
2347
2348 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:18
2349 msgid "Graph color for cached memory"
2350 msgstr "Graffarve for cachehukommelse"
2351
2352 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:19
2353 msgid "Memory graph background color"
2354 msgstr "Hukommelsesbaggrundsfarve"
2355
2356 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:20
2357 msgid "Graph color for input network activity"
2358 msgstr "Graffarve for indgående netværksaktivitet"
2359
2360 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:21
2361 msgid "Graph color for output network activity"
2362 msgstr "Graffarve for udgående netværksaktivitet"
2363
2364 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:22
2365 msgid "Graph color for loopback network usage"
2366 msgstr "Graffarve for tilbagedirigeret netværksbrug"
2367
2368 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:23
2369 msgid "Network graph background color"
2370 msgstr "Netværksbaggrundsfarve"
2371
2372 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:24
2373 msgid "Graph color for user-related swap usage"
2374 msgstr "Graffarve for bruger-relateret swapforbrug"
2375
2376 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:25
2377 msgid "Swap graph background color"
2378 msgstr "Swapbaggrundsfarve"
2379
2380 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:26
2381 msgid "Graph color for load average"
2382 msgstr "Graffarve for belastningsgennemsnit"
2383
2384 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:27
2385 msgid "Load graph background color"
2386 msgstr "Belastningsbaggrundsfarve"
2387
2388 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:28
2389 msgid "Graph color for disk read"
2390 msgstr "Graffarve for disklæsning"
2391
2392 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:29
2393 msgid "Graph color for disk write"
2394 msgstr "Graffarve for diskskrivning"
2395
2396 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:30
2397 msgid "Background color for disk load graph"
2398 msgstr "Baggrundsfarve for diskbelastningsgraf"
2399
2400 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:31
2401 msgid "The desktop description file to execute as the system monitor"
2402 msgstr "Skrivebordsbeskrivelsesfilen der eksekveres som systemovervågning"
2403
2404 #: ../multiload/src/main.c:57
2405 msgid ""
2406 "A system load monitor capable of displaying graphs for CPU, ram, and swap "
2407 "space use, plus network traffic."
2408 msgstr ""
2409 "En systembelastningsovervåger der kan vise grafer for processor, hukommelse "
2410 "og swapfilsforbrug, plus netværkstraffik."
2411
2412 #: ../multiload/src/main.c:131
2370 #: gnome-applets/multiload/multiload-applet.c:91
24132371 msgid "Start system-monitor"
24142372 msgstr "Start systemovervåger"
24152373
2416 #: ../multiload/src/main.c:152
2374 #: gnome-applets/multiload/multiload-applet.c:112
24172375 #, c-format
24182376 msgid "There was an error executing '%s': %s"
24192377 msgstr "Der opstod en fejl ved kørsel af “%s”: %s"
24202378
2421 #: ../multiload/src/main.c:275 ../multiload/src/properties.c:546
2379 #: gnome-applets/multiload/multiload-applet.c:199
2380 #: gnome-applets/multiload/properties.c:588
24222381 msgid "Processor"
24232382 msgstr "Processor"
24242383
2425 #: ../multiload/src/main.c:277 ../multiload/src/properties.c:554
2384 #: gnome-applets/multiload/multiload-applet.c:201
2385 #: gnome-applets/multiload/properties.c:596
24262386 msgid "Memory"
24272387 msgstr "Hukommelse"
24282388
2429 #: ../multiload/src/main.c:279 ../multiload/src/properties.c:562
2389 #: gnome-applets/multiload/multiload-applet.c:203
2390 #: gnome-applets/multiload/properties.c:604
24302391 msgid "Network"
24312392 msgstr "Netværk"
24322393
2433 #: ../multiload/src/main.c:281 ../multiload/src/properties.c:569
2394 #: gnome-applets/multiload/multiload-applet.c:205
2395 #: gnome-applets/multiload/properties.c:611
24342396 msgid "Swap Space"
24352397 msgstr "Swapplads"
24362398
2437 #: ../multiload/src/main.c:283 ../multiload/src/main.c:362
2399 #: gnome-applets/multiload/multiload-applet.c:207
2400 #: gnome-applets/multiload/multiload-applet.c:281
24382401 msgid "Load Average"
24392402 msgstr "Middelbelastning"
24402403
2441 #: ../multiload/src/main.c:285
2404 #: gnome-applets/multiload/multiload-applet.c:209
24422405 msgid "Disk"
24432406 msgstr "Disk"
24442407
24452408 #. xgettext: use and cache are > 1 most of the time,
24462409 #. please assume that they always are.
24472410 #.
2448 #: ../multiload/src/main.c:301
2411 #: gnome-applets/multiload/multiload-applet.c:225
24492412 #, c-format
24502413 msgid ""
24512414 "%s:\n"
24562419 "%u%% i brug af programmel\n"
24572420 "%u%% i brug som mellemlager"
24582421
2459 #: ../multiload/src/main.c:309
2422 #: gnome-applets/multiload/multiload-applet.c:233
24602423 #, c-format
24612424 msgid "The system load average is %0.02f"
24622425 msgstr "Systemets middelbelastning er %0.02f"
24632426
24642427 #. xgettext: same as in graphic tab of g-s-m
2465 #: ../multiload/src/main.c:317
2428 #: gnome-applets/multiload/multiload-applet.c:241
24662429 #, c-format
24672430 msgid ""
24682431 "%s:\n"
24732436 "Modtager %s\n"
24742437 "Sender %s"
24752438
2476 #: ../multiload/src/main.c:333
2439 #: gnome-applets/multiload/multiload-applet.c:256
24772440 #, c-format
24782441 msgid ""
24792442 "%s:\n"
24882451 "%s:\n"
24892452 "%u%% i brug"
24902453
2491 #: ../multiload/src/main.c:358
2454 #: gnome-applets/multiload/multiload-applet.c:277
24922455 msgid "CPU Load"
24932456 msgstr "Processorbelastning"
24942457
2495 #: ../multiload/src/main.c:359
2458 #: gnome-applets/multiload/multiload-applet.c:278
24962459 msgid "Memory Load"
24972460 msgstr "Hukommelsesbelastning"
24982461
2499 #: ../multiload/src/main.c:360
2462 #: gnome-applets/multiload/multiload-applet.c:279
25002463 msgid "Net Load"
25012464 msgstr "Netværksbelastning"
25022465
2503 #: ../multiload/src/main.c:361
2466 #: gnome-applets/multiload/multiload-applet.c:280
25042467 msgid "Swap Load"
25052468 msgstr "Swapbelastning"
25062469
2507 #: ../multiload/src/main.c:363
2470 #: gnome-applets/multiload/multiload-applet.c:282
25082471 msgid "Disk Load"
25092472 msgstr "Diskbelastning"
25102473
2511 #: ../multiload/src/netspeed.c:40
2474 #: gnome-applets/multiload/multiload-applet.c:488
2475 msgid ""
2476 "A system load monitor capable of displaying graphs for CPU, ram, and swap "
2477 "space use, plus network traffic."
2478 msgstr ""
2479 "En systembelastningsovervåger der kan vise grafer for processor, hukommelse "
2480 "og swapfilsforbrug, plus netværkstraffik."
2481
2482 #: gnome-applets/multiload/netspeed.c:41
25122483 #, c-format
25132484 msgid "%s/s"
25142485 msgstr "%s/s"
25152486
2516 #: ../multiload/src/properties.c:308
2487 #: gnome-applets/multiload/properties.c:330
25172488 msgid "Monitored Resources"
25182489 msgstr "Overvågede resurser"
25192490
2520 #: ../multiload/src/properties.c:333
2491 #: gnome-applets/multiload/properties.c:355
25212492 msgid "_Processor"
25222493 msgstr "_Processor"
25232494
2524 #: ../multiload/src/properties.c:346
2495 #: gnome-applets/multiload/properties.c:371
25252496 msgid "_Memory"
25262497 msgstr "_Hukommelse"
25272498
2528 #: ../multiload/src/properties.c:359
2499 #: gnome-applets/multiload/properties.c:387
25292500 msgid "_Network"
25302501 msgstr "_Netværk"
25312502
2532 #: ../multiload/src/properties.c:372
2503 #: gnome-applets/multiload/properties.c:403
25332504 msgid "S_wap Space"
25342505 msgstr "S_wapplads"
25352506
2536 #: ../multiload/src/properties.c:385
2507 #: gnome-applets/multiload/properties.c:419
25372508 msgid "_Load"
25382509 msgstr "_Belastning"
25392510
2540 #: ../multiload/src/properties.c:398
2511 #: gnome-applets/multiload/properties.c:435
25412512 msgid "_Harddisk"
25422513 msgstr "_Harddisk"
25432514
2544 #: ../multiload/src/properties.c:413
2515 #: gnome-applets/multiload/properties.c:452
25452516 msgid "Options"
25462517 msgstr "Indstillinger"
25472518
2548 #: ../multiload/src/properties.c:443
2519 #: gnome-applets/multiload/properties.c:481
25492520 msgid "System m_onitor width: "
25502521 msgstr "System_overvågningsbredde: "
25512522
2552 #: ../multiload/src/properties.c:445
2523 #: gnome-applets/multiload/properties.c:483
25532524 msgid "System m_onitor height: "
25542525 msgstr "System_overvågningshøjde: "
25552526
2556 #: ../multiload/src/properties.c:484
2527 #: gnome-applets/multiload/properties.c:524
25572528 msgid "Sys_tem monitor update interval: "
25582529 msgstr "Sys_temovervågningsinterval: "
25592530
2560 #: ../multiload/src/properties.c:510
2531 #: gnome-applets/multiload/properties.c:552
25612532 msgid "milliseconds"
25622533 msgstr "millisekunder"
25632534
2564 #: ../multiload/src/properties.c:548 ../multiload/src/properties.c:556
2535 #: gnome-applets/multiload/properties.c:590
2536 #: gnome-applets/multiload/properties.c:598
25652537 msgid "_User"
25662538 msgstr "_Bruger"
25672539
2568 #: ../multiload/src/properties.c:549
2540 #: gnome-applets/multiload/properties.c:591
25692541 msgid "S_ystem"
25702542 msgstr "S_ystem"
25712543
2572 #: ../multiload/src/properties.c:550
2544 #: gnome-applets/multiload/properties.c:592
25732545 msgid "N_ice"
25742546 msgstr "_Nedprioriteret"
25752547
2576 #: ../multiload/src/properties.c:551
2548 #: gnome-applets/multiload/properties.c:593
25772549 msgid "I_OWait"
25782550 msgstr "I_O-ventning"
25792551
2580 #: ../multiload/src/properties.c:552
2552 #: gnome-applets/multiload/properties.c:594
25812553 msgid "I_dle"
25822554 msgstr "_Inaktiv"
25832555
2584 #: ../multiload/src/properties.c:557
2556 #: gnome-applets/multiload/properties.c:599
25852557 msgid "Sh_ared"
25862558 msgstr "_Delt"
25872559
2588 #: ../multiload/src/properties.c:558
2560 #: gnome-applets/multiload/properties.c:600
25892561 msgid "_Buffers"
25902562 msgstr "_Buffere"
25912563
2592 #: ../multiload/src/properties.c:559
2564 #: gnome-applets/multiload/properties.c:601
25932565 msgid "Cach_ed"
25942566 msgstr "_Cache"
25952567
2596 #: ../multiload/src/properties.c:560
2568 #: gnome-applets/multiload/properties.c:602
25972569 msgid "F_ree"
25982570 msgstr "L_edig"
25992571
2600 #: ../multiload/src/properties.c:564
2572 #: gnome-applets/multiload/properties.c:606
26012573 msgid "_In"
26022574 msgstr "_Ind"
26032575
2604 #: ../multiload/src/properties.c:565
2576 #: gnome-applets/multiload/properties.c:607
26052577 msgid "_Out"
26062578 msgstr "_Ud"
26072579
26082580 # Fejlrapport
2609 #: ../multiload/src/properties.c:566
2581 #: gnome-applets/multiload/properties.c:608
26102582 msgid "_Local"
26112583 msgstr "_Lokal"
26122584
2613 #: ../multiload/src/properties.c:567 ../multiload/src/properties.c:577
2614 #: ../multiload/src/properties.c:583
2585 #: gnome-applets/multiload/properties.c:609
2586 #: gnome-applets/multiload/properties.c:619
2587 #: gnome-applets/multiload/properties.c:625
26152588 msgid "_Background"
26162589 msgstr "_Baggrund"
26172590
2618 #: ../multiload/src/properties.c:571
2591 #: gnome-applets/multiload/properties.c:613
26192592 msgid "_Used"
26202593 msgstr "_Brugt"
26212594
2622 #: ../multiload/src/properties.c:572
2595 #: gnome-applets/multiload/properties.c:614
26232596 msgid "_Free"
26242597 msgstr "_Ledig"
26252598
2626 #: ../multiload/src/properties.c:574
2599 #: gnome-applets/multiload/properties.c:616
26272600 msgid "Load"
26282601 msgstr "Belastning"
26292602
2630 #: ../multiload/src/properties.c:576
2603 #: gnome-applets/multiload/properties.c:618
26312604 msgid "_Average"
26322605 msgstr "_Gennemsnit"
26332606
2634 #: ../multiload/src/properties.c:579
2607 #: gnome-applets/multiload/properties.c:621
26352608 msgid "Harddisk"
26362609 msgstr "Harddisk"
26372610
2638 #: ../multiload/src/properties.c:581
2611 #: gnome-applets/multiload/properties.c:623
26392612 msgid "_Read"
26402613 msgstr "_Læse"
26412614
2642 #: ../multiload/src/properties.c:582
2615 #: gnome-applets/multiload/properties.c:624
26432616 msgid "_Write"
26442617 msgstr "_Skrive"
26452618
2646 #: ../multiload/src/properties.c:609
2619 #: gnome-applets/multiload/properties.c:651
26472620 msgid "System Monitor Preferences"
26482621 msgstr "Indstillinger for systemovervågning"
26492622
2650 #: ../netspeed/data/netspeed-menu.xml.h:1
2623 #: gnome-applets/netspeed/netspeed-menu.ui:5
26512624 msgid "Device _Details"
26522625 msgstr "Enheds_detaljer"
26532626
2654 #: ../netspeed/data/org.gnome.gnome-applets.netspeed.gschema.xml.in.in.h:1
2655 msgid "Show sum"
2656 msgstr "Vis sum"
2657
2658 #: ../netspeed/data/org.gnome.gnome-applets.netspeed.gschema.xml.in.in.h:2
2659 msgid "Show sum instead of in &amp; out"
2660 msgstr "Vis sum i stedet for ind &amp; ud"
2661
2662 #: ../netspeed/data/org.gnome.gnome-applets.netspeed.gschema.xml.in.in.h:3
2663 msgid "Show bits"
2664 msgstr "Vis bit"
2665
2666 #: ../netspeed/data/org.gnome.gnome-applets.netspeed.gschema.xml.in.in.h:4
2667 msgid "Show bits instead of bytes"
2668 msgstr "Vis bit i stedet for byte"
2669
2670 #: ../netspeed/data/org.gnome.gnome-applets.netspeed.gschema.xml.in.in.h:5
2671 msgid "Change icon"
2672 msgstr "Ændr ikon"
2673
2674 #: ../netspeed/data/org.gnome.gnome-applets.netspeed.gschema.xml.in.in.h:6
2675 msgid "Change icon according to the selected device"
2676 msgstr "Ændr ikon efter den valgte enhed"
2677
2678 #: ../netspeed/data/org.gnome.gnome-applets.netspeed.gschema.xml.in.in.h:7
2679 msgid "Auto change device"
2680 msgstr "Skift automatisk enhed"
2681
2682 #: ../netspeed/data/org.gnome.gnome-applets.netspeed.gschema.xml.in.in.h:8
2683 msgid "Refresh time"
2684 msgstr "Opdateringsinterval"
2685
2686 #: ../netspeed/data/org.gnome.gnome-applets.netspeed.gschema.xml.in.in.h:9
2687 msgid "Refresh time in milliseconds"
2688 msgstr "Opdateringsinterval i millisekunder"
2689
2690 #: ../netspeed/data/org.gnome.gnome-applets.netspeed.gschema.xml.in.in.h:10
2691 msgid "Network device"
2692 msgstr "Netværksenhed"
2693
2694 #: ../netspeed/data/org.gnome.gnome-applets.netspeed.gschema.xml.in.in.h:11
2695 msgid "Up command"
2696 msgstr "Op-kommando"
2697
2698 #: ../netspeed/data/org.gnome.gnome-applets.netspeed.gschema.xml.in.in.h:12
2699 msgid "Down command"
2700 msgstr "Ned-kommando"
2701
2702 #: ../netspeed/data/org.gnome.gnome-applets.netspeed.gschema.xml.in.in.h:13
2703 msgid "In graph color"
2704 msgstr "Farve for ind-graf"
2705
2706 #: ../netspeed/data/org.gnome.gnome-applets.netspeed.gschema.xml.in.in.h:14
2707 msgid "Out graph color"
2708 msgstr "Farve for ud-graf"
2709
2710 #: ../netspeed/data/org.gnome.panel.Netspeed.panel-applet.in.in.h:1
2711 msgid "Netspeed Applet Factory"
2712 msgstr "Netspeed – panelprogramfabrik"
2713
2714 #: ../netspeed/data/org.gnome.panel.Netspeed.panel-applet.in.in.h:2
2715 msgid "Netspeed Applet"
2716 msgstr "Netspeed – panelprogram"
2717
2718 #: ../netspeed/data/org.gnome.panel.Netspeed.panel-applet.in.in.h:3
2719 msgid "Network Monitor"
2720 msgstr "Netværksovervågning"
2721
2722 #: ../netspeed/src/netspeed.c:365
2627 #: gnome-applets/netspeed/netspeed-applet.c:350
27232628 msgid "b/s"
27242629 msgstr "b/s"
27252630
2726 #: ../netspeed/src/netspeed.c:365
2631 #: gnome-applets/netspeed/netspeed-applet.c:350
27272632 msgid "B/s"
27282633 msgstr "B/s"
27292634
2730 #: ../netspeed/src/netspeed.c:367
2635 #: gnome-applets/netspeed/netspeed-applet.c:352
27312636 msgid "bits"
27322637 msgstr "bit"
27332638
2734 #: ../netspeed/src/netspeed.c:367
2639 #: gnome-applets/netspeed/netspeed-applet.c:352
27352640 msgid "bytes"
27362641 msgstr "byte"
27372642
2738 #: ../netspeed/src/netspeed.c:374
2643 #: gnome-applets/netspeed/netspeed-applet.c:359
27392644 msgid "kb/s"
27402645 msgstr "kb/s"
27412646
2742 #: ../netspeed/src/netspeed.c:374
2647 #: gnome-applets/netspeed/netspeed-applet.c:359
27432648 msgid "KiB/s"
27442649 msgstr "Kib/s"
27452650
2746 #: ../netspeed/src/netspeed.c:376
2651 #: gnome-applets/netspeed/netspeed-applet.c:361
27472652 msgid "kb"
27482653 msgstr "kb"
27492654
2750 #: ../netspeed/src/netspeed.c:376
2655 #: gnome-applets/netspeed/netspeed-applet.c:361
27512656 msgid "KiB"
27522657 msgstr "Kib"
27532658
2754 #: ../netspeed/src/netspeed.c:385
2659 #: gnome-applets/netspeed/netspeed-applet.c:369
27552660 msgid "Mb/s"
27562661 msgstr "Mb/s"
27572662
2758 #: ../netspeed/src/netspeed.c:385
2663 #: gnome-applets/netspeed/netspeed-applet.c:369
27592664 msgid "MiB/s"
27602665 msgstr "MiB/s"
27612666
2762 #: ../netspeed/src/netspeed.c:387
2667 #: gnome-applets/netspeed/netspeed-applet.c:371
27632668 msgid "Mb"
27642669 msgstr "Mb"
27652670
2766 #: ../netspeed/src/netspeed.c:387
2671 #: gnome-applets/netspeed/netspeed-applet.c:371
27672672 msgid "MiB"
27682673 msgstr "MiB"
27692674
2770 #: ../netspeed/src/netspeed.c:631
2771 msgid ""
2772 "A little applet that displays some information on the traffic on the "
2773 "specified network device"
2774 msgstr ""
2775 "Et lille panelprogram som viser information om trafikken på den angivne "
2776 "netværksenhed"
2777
2778 #: ../netspeed/src/netspeed.c:636
2779 msgid "Netspeed Website"
2780 msgstr "Netspeeds hjemmeside"
2781
2782 #: ../netspeed/src/netspeed.c:899
2675 #: gnome-applets/netspeed/netspeed-applet.c:827
27832676 #, c-format
27842677 msgid "Device Details for %s"
27852678 msgstr "Enhedsdetaljer for %s"
27862679
2787 #: ../netspeed/src/netspeed.c:924
2680 #: gnome-applets/netspeed/netspeed-applet.c:852
27882681 msgid "_In graph color"
27892682 msgstr "Graffarve for _ind"
27902683
2791 #: ../netspeed/src/netspeed.c:925
2684 #: gnome-applets/netspeed/netspeed-applet.c:853
27922685 msgid "_Out graph color"
27932686 msgstr "Graffarve for _ud"
27942687
2795 #: ../netspeed/src/netspeed.c:941
2688 #: gnome-applets/netspeed/netspeed-applet.c:869
27962689 msgid "Internet Address:"
27972690 msgstr "Internetadresse:"
27982691
2799 #: ../netspeed/src/netspeed.c:942
2692 #: gnome-applets/netspeed/netspeed-applet.c:870
28002693 msgid "Netmask:"
28012694 msgstr "Netmaske:"
28022695
2803 #: ../netspeed/src/netspeed.c:943
2696 #: gnome-applets/netspeed/netspeed-applet.c:871
28042697 msgid "Hardware Address:"
28052698 msgstr "Hardwareadresse:"
28062699
2807 #: ../netspeed/src/netspeed.c:944
2700 #: gnome-applets/netspeed/netspeed-applet.c:872
28082701 msgid "P-t-P Address:"
28092702 msgstr "P-t-P-adresse:"
28102703
2811 #: ../netspeed/src/netspeed.c:945
2704 #: gnome-applets/netspeed/netspeed-applet.c:873
28122705 msgid "Bytes in:"
28132706 msgstr "Byte ind:"
28142707
2815 #: ../netspeed/src/netspeed.c:946
2708 #: gnome-applets/netspeed/netspeed-applet.c:874
28162709 msgid "Bytes out:"
28172710 msgstr "Byte ud:"
28182711
2819 #: ../netspeed/src/netspeed.c:948 ../netspeed/src/netspeed.c:949
2820 #: ../netspeed/src/netspeed.c:950 ../netspeed/src/netspeed.c:951
2712 #: gnome-applets/netspeed/netspeed-applet.c:876
2713 #: gnome-applets/netspeed/netspeed-applet.c:877
2714 #: gnome-applets/netspeed/netspeed-applet.c:878
2715 #: gnome-applets/netspeed/netspeed-applet.c:879
28212716 msgid "none"
28222717 msgstr "ingen"
28232718
2824 #: ../netspeed/src/netspeed.c:990
2719 #: gnome-applets/netspeed/netspeed-applet.c:931
28252720 msgid "IPv6 Address:"
28262721 msgstr "IPv6-adresse:"
28272722
2828 #: ../netspeed/src/netspeed.c:1022
2723 #: gnome-applets/netspeed/netspeed-applet.c:966
28292724 msgid "Signal Strength:"
28302725 msgstr "Signalstyrke:"
28312726
2832 #: ../netspeed/src/netspeed.c:1023
2727 #: gnome-applets/netspeed/netspeed-applet.c:967
28332728 msgid "ESSID:"
28342729 msgstr "ESSID:"
28352730
2836 #: ../netspeed/src/netspeed.c:1073
2731 #: gnome-applets/netspeed/netspeed-applet.c:1022
28372732 #, c-format
28382733 msgid "%s is down"
28392734 msgstr "%s er nede"
28402735
2841 #: ../netspeed/src/netspeed.c:1078
2736 #: gnome-applets/netspeed/netspeed-applet.c:1027
28422737 #, c-format
28432738 msgid ""
28442739 "%s: %s\n"
28472742 "%s: %s\n"
28482743 "i: %s ud: %s"
28492744
2850 #: ../netspeed/src/netspeed.c:1080 ../netspeed/src/netspeed.c:1089
2745 #: gnome-applets/netspeed/netspeed-applet.c:1029
2746 #: gnome-applets/netspeed/netspeed-applet.c:1038
28512747 msgid "has no ip"
28522748 msgstr "har ingen ip"
28532749
2854 #: ../netspeed/src/netspeed.c:1087
2750 #: gnome-applets/netspeed/netspeed-applet.c:1036
28552751 #, c-format
28562752 msgid ""
28572753 "%s: %s\n"
28602756 "%s: %s\n"
28612757 "sum: %s"
28622758
2863 #: ../netspeed/src/netspeed.c:1096
2759 #: gnome-applets/netspeed/netspeed-applet.c:1045
28642760 #, c-format
28652761 msgid ""
28662762 "\n"
28712767 "ESSID: %s\n"
28722768 "Styrke: %d %%"
28732769
2874 #: ../netspeed/src/netspeed.c:1097
2770 #: gnome-applets/netspeed/netspeed-applet.c:1046
28752771 msgid "unknown"
28762772 msgstr "ukendt"
28772773
2878 #: ../netspeed/src/netspeed.c:1162
2774 #: gnome-applets/netspeed/netspeed-applet.c:1122
28792775 #, c-format
28802776 msgid "Do you want to disconnect %s now?"
28812777 msgstr "Ønsker du at afbryde %s nu?"
28822778
2883 #: ../netspeed/src/netspeed.c:1164
2779 #: gnome-applets/netspeed/netspeed-applet.c:1125
28842780 #, c-format
28852781 msgid "Do you want to connect %s now?"
28862782 msgstr "Ønsker du at forbinde til %s nu?"
28872783
2888 #: ../netspeed/src/netspeed.c:1187
2784 #: gnome-applets/netspeed/netspeed-applet.c:1151
28892785 #, c-format
28902786 msgid ""
28912787 "<b>Running command %s failed</b>\n"
28942790 "<b>Kørsel af kommando %s mislykkedes</b>\n"
28952791 "%s"
28962792
2897 #: ../netspeed/src/netspeed.c:1549
2898 #, c-format
2899 msgid ""
2900 "There was an error displaying help:\n"
2901 "%s"
2902 msgstr ""
2903 "Der var en fejl under visning af hjælp:\n"
2904 "%s"
2905
2906 #: ../netspeed/src/preferences.c:152
2793 #: gnome-applets/netspeed/netspeed-applet.c:1521
2794 msgid ""
2795 "A little applet that displays some information on the traffic on the "
2796 "specified network device"
2797 msgstr ""
2798 "Et lille panelprogram som viser information om trafikken på den angivne "
2799 "netværksenhed"
2800
2801 #: gnome-applets/netspeed/preferences.c:161
29072802 msgid "Network _device:"
29082803 msgstr "Netværks_enhed:"
29092804
2910 #: ../netspeed/src/preferences.c:219
2805 #: gnome-applets/netspeed/preferences.c:228
29112806 msgid "General Settings"
29122807 msgstr "Generel opsætning"
29132808
2914 #: ../netspeed/src/preferences.c:240
2809 #: gnome-applets/netspeed/preferences.c:249
29152810 msgid "Show _sum instead of in & out"
29162811 msgstr "Vis _sum i steden for ind & ud"
29172812
2918 #: ../netspeed/src/preferences.c:246
2813 #: gnome-applets/netspeed/preferences.c:255
29192814 msgid "Show _bits instead of bytes"
29202815 msgstr "Vis _bit i steden for byte"
29212816
2922 #: ../netspeed/src/preferences.c:252
2817 #: gnome-applets/netspeed/preferences.c:261
29232818 msgid "Change _icon according to the selected device"
29242819 msgstr "Ændr _ikon efter den valgte enhed"
29252820
2926 #: ../netspeed/src/preferences.c:312
2821 #: gnome-applets/netspeed/preferences.c:322
29272822 msgid "Netspeed Preferences"
29282823 msgstr "Netspeeds indstillinger"
29292824
2930 #: ../sticky-notes/data/org.gnome.applets.StickyNotesApplet.panel-applet.in.in.h:1
2931 msgid "Sticky Notes Applet Factory"
2932 msgstr "Fabrik til notesseddel-panelprogram"
2933
2934 #: ../sticky-notes/data/org.gnome.applets.StickyNotesApplet.panel-applet.in.in.h:2
2935 #: ../sticky-notes/src/stickynotes_applet.c:385
2936 msgid "Sticky Notes"
2937 msgstr "Notessedler"
2938
2939 #: ../sticky-notes/data/org.gnome.applets.StickyNotesApplet.panel-applet.in.in.h:3
2940 msgid "Create, view, and manage sticky notes on the desktop"
2941 msgstr "Opret, vis og håndtér notessedler på skrivebordet"
2942
2943 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:1
2944 msgid "Default width for new notes"
2945 msgstr "Forvalgt bredde for nye noter"
2946
2947 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:2
2948 msgid "Default width for new sticky notes in pixels."
2949 msgstr "Forvalgt bredde for nye notessedler i punkter."
2950
2951 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:3
2952 msgid "Default height for new notes"
2953 msgstr "Forvalgt højde for nye noter"
2954
2955 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:4
2956 msgid "Default color for new notes"
2957 msgstr "Forvalgt farve for nye noter"
2958
2959 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:5
2960 msgid ""
2961 "Default color for new sticky notes. This can be standard name, hexadecimal "
2962 "value, RGB color or RGBA color."
2963 msgstr ""
2964 "Standardfarve for nye notessedler. Værdien kan være standardnavn, "
2965 "hexadecimal værdi, RGB-farve eller RGBA-farve."
2966
2967 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:6
2968 msgid "Default color for font"
2969 msgstr "Forvalgt farve for skrifttype"
2970
2971 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:7
2972 msgid ""
2973 "Default font color for new sticky notes. This can be standard name, "
2974 "hexadecimal value, RGB color or RGBA color."
2975 msgstr ""
2976 "Forvalgt skrifttypefarve for nye notessedler. Værdien kan være standardnavn, "
2977 "hexadecimal værdi, RGB-farve eller RGBA-farve."
2978
2979 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:8
2980 msgid "Default font for new notes"
2981 msgstr "Forvalgt skrifttype for nye noter"
2982
2983 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:9
2984 msgid ""
2985 "Default font for new sticky notes. This should be a Pango Font Name, for "
2986 "example \"Sans Italic 10\"."
2987 msgstr ""
2988 "Forvalgt skrifttypenavn for nye notessedler. Dette skal være et Pango-"
2989 "skrifttypenavn, f.eks. “Sans Italic 10”."
2990
2991 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:10
2992 msgid "Sticky notes' workspace stickyness"
2993 msgstr "Alle arbejdsområder-tilstand"
2994
2995 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:11
2996 msgid ""
2997 "Specifies whether the sticky notes are visible on ALL workspaces on the "
2998 "desktop, or not."
2999 msgstr "Om notessedler er synlige på alle arbejdsområder på skrivebordet."
3000
3001 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:12
3002 msgid "Sticky notes' locked state"
3003 msgstr "Låst tilstand af notessedler"
3004
3005 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:13
3006 msgid "Specifies whether the sticky notes are locked (non-editable) or not."
3007 msgstr "Om notessedler er låst (kan ikke redigeres) eller ej."
3008
3009 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:14
3010 msgid "Date format of note's title"
3011 msgstr "Datoformat for notens titel"
3012
3013 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:15
3014 msgid ""
3015 "By default, sticky notes are given the current date as the title when they "
3016 "are created. This format is used; anything that can be parsed by strftime() "
3017 "is valid."
3018 msgstr ""
3019 "Som standard får notessedler den aktuelle dato som deres titel når de "
3020 "oprettes. Dette format benyttes; alt der kan fortolkes af strftime(), er "
3021 "gyldigt."
3022
3023 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:16
3024 msgid "Whether to use the default system color"
3025 msgstr "Om temaets farve skal benyttes"
3026
3027 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:17
3028 msgid ""
3029 "If this option is disabled, a custom color can be used as the default color "
3030 "for all sticky notes."
3031 msgstr ""
3032 "Hvis denne nøgle er falsk, kan en brugerdefineret farve benyttes som den "
3033 "forvalgte farve for alle notessedler."
3034
3035 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:18
3036 msgid "Whether to use the default system font"
3037 msgstr "Om temaets skrifttype skal benyttes"
3038
3039 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:19
3040 msgid ""
3041 "If this option is disabled, a custom font can be used as the default font "
3042 "for all sticky notes."
3043 msgstr ""
3044 "Hvis denne nøgle er falsk, kan en brugerdefineret skrifttype benyttes som "
3045 "den forvalgte skrifttype for alle notessedler."
3046
3047 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:20
3048 msgid "Whether to force the default color and font on all notes"
3049 msgstr "Om den forvalgte farve og skrifttype skal gennemtvinges for alle noter"
3050
3051 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:21
3052 msgid ""
3053 "If this option is enabled, the custom colors and fonts that have been "
3054 "assigned to individual notes will be ignored."
3055 msgstr ""
3056 "Hvis denne nøgle er sand, bliver de brugerdefinerede farver og skrifttyper "
3057 "der er blevet tildelt til individuelle noter, ignoreret."
3058
3059 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:22
3060 msgid "Whether to hide all notes when the desktop is selected"
3061 msgstr "Hvorvidt alle noter skal skjules, når skrivebordet vælges"
3062
3063 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:23
3064 msgid ""
3065 "If this option is enabled, selecting the desktop in any way will "
3066 "automatically hide all the open notes."
3067 msgstr ""
3068 "Hvis denne indstilling er aktiveret, vil alle noter automatisk blive skjult, "
3069 "når skrivebordet vælges på en vilkårlig måde."
3070
3071 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:24
3072 msgid "Whether to ask for confirmation when deleting a note"
3073 msgstr "Om der skal spørges efter bekræftelse ved sletning af en note"
3074
3075 #: ../sticky-notes/src/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:25
3076 msgid "Empty notes are always deleted without confirmation."
3077 msgstr "Tomme noter slettes altid uden bekræftelse."
3078
3079 #: ../sticky-notes/src/stickynotes_applet.c:544
2825 #: gnome-applets/sticky-notes/sticky-notes-applet.c:783
30802826 #, c-format
30812827 msgid "%d note"
30822828 msgid_plural "%d notes"
30832829 msgstr[0] "%d note"
30842830 msgstr[1] "%d noter"
30852831
3086 #: ../sticky-notes/src/stickynotes_applet.c:545
2832 #: gnome-applets/sticky-notes/sticky-notes-applet.c:784
30872833 msgid "Show sticky notes"
30882834 msgstr "Vis notessedler"
30892835
3090 #: ../sticky-notes/src/stickynotes_applet_callbacks.c:391
2836 #: gnome-applets/sticky-notes/sticky-notes-applet.c:822
30912837 msgid "Sticky Notes for the GNOME Desktop Environment"
30922838 msgstr "Notessedler til Gnome"
30932839
3094 #: ../sticky-notes/src/sticky-notes-applet-menu.xml.h:1
3095 #: ../sticky-notes/src/sticky-notes-note-menu.xml.h:1
2840 #: gnome-applets/sticky-notes/sticky-notes.c:1028
2841 msgid "This note is locked."
2842 msgstr "Denne notesseddel er låst."
2843
2844 #: gnome-applets/sticky-notes/sticky-notes.c:1032
2845 msgid "This note is unlocked."
2846 msgstr "Denne notesseddel er låst op."
2847
2848 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:5
2849 #: gnome-applets/sticky-notes/ui/sticky-notes-note-menu.ui:5
30962850 msgid "_New Note"
30972851 msgstr "_Ny note"
30982852
3099 #: ../sticky-notes/src/sticky-notes-applet-menu.xml.h:2
2853 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:9
31002854 msgid "Hi_de Notes"
31012855 msgstr "_Skjul noter"
31022856
3103 #: ../sticky-notes/src/sticky-notes-applet-menu.xml.h:3
2857 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:13
31042858 msgid "_Lock Notes"
31052859 msgstr "_Lås noter"
31062860
3107 #: ../sticky-notes/src/sticky-notes-applet-menu.xml.h:4
2861 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:17
31082862 msgid "_Delete Notes"
31092863 msgstr "_Slet noter"
31102864
3111 #: ../sticky-notes/src/stickynotes.c:765
3112 msgid "This note is locked."
3113 msgstr "Denne notesseddel er låst."
3114
3115 #: ../sticky-notes/src/stickynotes.c:769
3116 msgid "This note is unlocked."
3117 msgstr "Denne notesseddel er låst op."
3118
3119 #: ../sticky-notes/src/sticky-notes-delete-all.ui.h:1
2865 #: gnome-applets/sticky-notes/ui/sticky-notes-delete-all.ui:38
31202866 msgid "_Delete All"
31212867 msgstr "_Slet alle"
31222868
3123 #: ../sticky-notes/src/sticky-notes-delete-all.ui.h:2
2869 #: gnome-applets/sticky-notes/ui/sticky-notes-delete-all.ui:91
31242870 msgid "Delete all sticky notes?"
31252871 msgstr "Slet alle noter?"
31262872
3127 #: ../sticky-notes/src/sticky-notes-delete-all.ui.h:3
3128 #: ../sticky-notes/src/sticky-notes-delete.ui.h:2
2873 #: gnome-applets/sticky-notes/ui/sticky-notes-delete-all.ui:107
2874 #: gnome-applets/sticky-notes/ui/sticky-notes-delete.ui:108
31292875 msgid "This cannot be undone."
31302876 msgstr "Dette kan ikke fortrydes."
31312877
3132 #: ../sticky-notes/src/sticky-notes-delete.ui.h:1
2878 #: gnome-applets/sticky-notes/ui/sticky-notes-delete.ui:92
31332879 msgid "Delete this sticky note?"
31342880 msgstr "Slet denne note?"
31352881
3136 #: ../sticky-notes/src/sticky-notes-note-menu.xml.h:2
2882 #: gnome-applets/sticky-notes/ui/sticky-notes-note-menu.ui:9
31372883 msgid "_Delete Note..."
31382884 msgstr "_Slet note …"
31392885
3140 #: ../sticky-notes/src/sticky-notes-note-menu.xml.h:3
2886 #: gnome-applets/sticky-notes/ui/sticky-notes-note-menu.ui:15
31412887 msgid "_Lock Note"
31422888 msgstr "_Lås note"
31432889
3144 #: ../sticky-notes/src/sticky-notes-note.ui.h:1
2890 #: gnome-applets/sticky-notes/ui/sticky-notes-note-menu.ui:21
2891 msgid "_Properties"
2892 msgstr "_Egenskaber"
2893
2894 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:7
31452895 msgid "Sticky Note"
31462896 msgstr "Notesseddel"
31472897
3148 #: ../sticky-notes/src/sticky-notes-note.ui.h:2
2898 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:21
31492899 msgid "Lock/Unlock note"
31502900 msgstr "Lås/lås op"
31512901
3152 #: ../sticky-notes/src/sticky-notes-note.ui.h:3
2902 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:58
31532903 msgid "Close note"
31542904 msgstr "Luk note"
31552905
3156 #: ../sticky-notes/src/sticky-notes-note.ui.h:4
2906 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:110
2907 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:131
31572908 msgid "Resize note"
31582909 msgstr "Ændr størrelsen af noten"
31592910
3160 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:1
2911 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:22
31612912 msgid "Sticky Notes Preferences"
31622913 msgstr "Indstillinger for notessedler"
31632914
3164 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:2
2915 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:94
31652916 msgid "Default Note Properties"
31662917 msgstr "Standardegenskaber for notesseddler"
31672918
3168 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:4
2919 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:130
31692920 msgid "H_eight:"
31702921 msgstr "_Højde:"
31712922
3172 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:5
2923 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:143
31732924 msgid "Specify the default width (in pixels) of new notes"
31742925 msgstr "Angiv en standardbredde (i punkter) for nye noter"
31752926
3176 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:6
2927 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:144
31772928 msgid "1"
31782929 msgstr "1"
31792930
3180 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:7
2931 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:158
31812932 msgid "Specify the default height (in pixels) of new notes"
31822933 msgstr "Angiv en standardhøjde (i punkter) for nye noter"
31832934
3184 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:8
2935 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:159
31852936 msgid "0"
31862937 msgstr "0"
31872938
3188 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:9
2939 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:171
31892940 msgid "Use co_lor from the system theme"
31902941 msgstr "Benyt _temaets farver"
31912942
3192 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:10
2943 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:188
31932944 msgid "Font Co_lor:"
31942945 msgstr "Skriftf_arve:"
31952946
3196 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:11
2947 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:201
31972948 msgid "Note C_olor:"
31982949 msgstr "Notefa_rve:"
31992950
3200 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:12
2951 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:226
32012952 msgid "Choose a base color to use for all sticky notes"
32022953 msgstr "Vælg en grundfarve til alle notessedler"
32032954
3204 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:13
2955 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:227
32052956 msgid "Pick a default sticky note color"
32062957 msgstr "Vælg en standardfarve til notessedler"
32072958
3208 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:14
2959 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:236
32092960 msgid "Use fo_nt from the system theme"
32102961 msgstr "Benyt temaets sk_rifttype"
32112962
3212 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:15
3213 #: ../sticky-notes/src/sticky-notes-properties.ui.h:11
2963 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:253
2964 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:210
32142965 msgid "_Font:"
32152966 msgstr "Skrift_type:"
32162967
3217 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:16
2968 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:267
32182969 msgid "Choose a font to use for all sticky notes"
32192970 msgstr "Vælg en skrifttype til alle notessedler"
32202971
3221 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:17
2972 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:269
32222973 msgid "Pick a default sticky note font"
32232974 msgstr "Vælg en standardskrifttype til notessedler"
32242975
3225 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:18
3226 #: ../window-buttons/windowbuttons.ui.h:54 ../window-title/windowtitle.ui.h:27
2976 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:300
2977 #: gnome-applets/window-buttons/window-buttons.ui:1211
2978 #: gnome-applets/window-title/window-title.ui:539
32272979 msgid "Behavior"
32282980 msgstr "Opførsel"
32292981
3230 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:19
2982 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:321
32312983 msgid "_Put notes on all workspaces"
32322984 msgstr "_Anbring noter på alle arbejdsområder"
32332985
3234 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:20
2986 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:325
32352987 msgid "Choose if notes are visible on all workspaces"
32362988 msgstr "Vælg om noter er synlige på alle arbejdsområder"
32372989
3238 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:21
2990 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:337
32392991 msgid "Force _default color and font on notes"
32402992 msgstr "Gennemtving _standard-farve og skrifttype for noter"
32412993
3242 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:22
2994 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:341
32432995 msgid "Choose if the default style is forced on all notes"
32442996 msgstr "Vælg om standardstilen er gennemtvunget for alle noter"
32452997
3246 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:23
2998 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:353
32472999 msgid "Hide notes when the des_ktop is clicked on"
32483000 msgstr "Skjul noter når der klikkes på s_krivebordet"
32493001
3250 #: ../sticky-notes/src/sticky-notes-preferences.ui.h:24
3002 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:357
32513003 msgid "Choose whether to hide all notes when selecting on the desktop"
32523004 msgstr "Vælg om alle noter skal skjules, når der vælges fra skrivebordet"
32533005
3254 #: ../sticky-notes/src/sticky-notes-properties.ui.h:1
3006 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:8
32553007 msgid "Sticky Note Properties"
32563008 msgstr "Egenskaber for notesseddel"
32573009
3258 #: ../sticky-notes/src/sticky-notes-properties.ui.h:2
3010 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:78
32593011 msgid "Properties"
32603012 msgstr "Egenskaber"
32613013
3262 #: ../sticky-notes/src/sticky-notes-properties.ui.h:3
3014 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:101
32633015 msgid "_Title:"
32643016 msgstr "_Titel:"
32653017
3266 #: ../sticky-notes/src/sticky-notes-properties.ui.h:4
3018 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:113
32673019 msgid "Specify a title for the note"
32683020 msgstr "Angiv en titel til noten"
32693021
3270 #: ../sticky-notes/src/sticky-notes-properties.ui.h:5
3022 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:122
32713023 msgid "Use default co_lor"
32723024 msgstr "Benyt _standardfarve"
32733025
3274 #: ../sticky-notes/src/sticky-notes-properties.ui.h:6
3026 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:142
32753027 msgid "Font C_olor:"
32763028 msgstr "Skrift_farve:"
32773029
3278 #: ../sticky-notes/src/sticky-notes-properties.ui.h:7
3030 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:156
32793031 msgid "Note _Color:"
32803032 msgstr "Notefar_ve:"
32813033
3282 #: ../sticky-notes/src/sticky-notes-properties.ui.h:8
3034 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:166
32833035 msgid "Use default fo_nt"
32843036 msgstr "Benyt standards_krifttype"
32853037
3286 #: ../sticky-notes/src/sticky-notes-properties.ui.h:9
3038 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:196
32873039 msgid "Choose a color for the note"
32883040 msgstr "Vælg en farve til noten"
32893041
3290 #: ../sticky-notes/src/sticky-notes-properties.ui.h:10
3042 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:197
32913043 msgid "Pick a color for the sticky note"
32923044 msgstr "Vælg en farve til notessedlen"
32933045
3294 #: ../sticky-notes/src/sticky-notes-properties.ui.h:12
3046 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:223
32953047 msgid "Choose a font for the note"
32963048 msgstr "Vælg en skrifttype til noten"
32973049
3298 #: ../sticky-notes/src/sticky-notes-properties.ui.h:13
3050 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:225
32993051 msgid "Pick a font for the sticky note"
33003052 msgstr "Vælg en skrifttype til notessedlen"
33013053
3302 #: ../timer/data/org.gnome.applets.TimerApplet.panel-applet.in.in.h:1
3303 msgid "Timer Factory"
3304 msgstr "Timerfabrik"
3305
3306 #: ../timer/data/org.gnome.applets.TimerApplet.panel-applet.in.in.h:2
3307 msgid "Timer"
3308 msgstr "Timer"
3309
3310 #: ../timer/data/org.gnome.applets.TimerApplet.panel-applet.in.in.h:3
3311 #: ../timer/src/timer-applet.c:285
3312 msgid "Start a timer and receive a notification when it is finished"
3313 msgstr "Start en timer og modtag en påmindelse når tiden oprinder"
3314
3315 #: ../timer/src/org.gnome.gnome-applets.timer.gschema.xml.in.in.h:1
3316 msgid "'Timer'"
3317 msgstr "'Timer'"
3318
3319 #: ../timer/src/org.gnome.gnome-applets.timer.gschema.xml.in.in.h:2
3320 msgid "Name of timer"
3321 msgstr "Navn på timer"
3322
3323 #: ../timer/src/org.gnome.gnome-applets.timer.gschema.xml.in.in.h:3
3324 msgid "Duration of timer in seconds"
3325 msgstr "Varighed af timer i sekunder"
3326
3327 #: ../timer/src/org.gnome.gnome-applets.timer.gschema.xml.in.in.h:4
3328 msgid "Show notification popup when timer finish"
3329 msgstr "Vis pop op-påmindelse, når tiden løber ud"
3330
3331 #: ../timer/src/org.gnome.gnome-applets.timer.gschema.xml.in.in.h:5
3332 msgid "Show dialog window when timer finish"
3333 msgstr "Vis dialog når timeren afsluttes"
3334
3335 #: ../timer/src/timer-applet.c:158
3054 #: gnome-applets/timer/timer-applet-menu.ui:5
3055 msgid "_Start timer"
3056 msgstr "_Start timer"
3057
3058 #: gnome-applets/timer/timer-applet-menu.ui:9
3059 msgid "P_ause timer"
3060 msgstr "S_æt timer på pause"
3061
3062 #: gnome-applets/timer/timer-applet-menu.ui:13
3063 msgid "S_top timer"
3064 msgstr "S_top timer"
3065
3066 #: gnome-applets/timer/timer-applet.c:118
33363067 msgid "Finished"
33373068 msgstr "Afsluttet"
33383069
3339 #: ../timer/src/timer-applet.c:165 ../timer/src/timer-applet.c:177
3070 #: gnome-applets/timer/timer-applet.c:125
3071 #: gnome-applets/timer/timer-applet.c:137
33403072 msgid "Timer finished!"
33413073 msgstr "Timer afsluttet!"
33423074
3343 #: ../timer/src/timer-applet.c:321
3075 #: gnome-applets/timer/timer-applet.c:273
33443076 msgid "Timer Applet Preferences"
33453077 msgstr "Indstillinger timerpanelprogram"
33463078
3347 #: ../timer/src/timer-applet.c:334
3079 #: gnome-applets/timer/timer-applet.c:286
33483080 msgid "Name:"
33493081 msgstr "Navn:"
33503082
3351 #: ../timer/src/timer-applet.c:343
3083 #: gnome-applets/timer/timer-applet.c:295
33523084 msgid "Hours:"
33533085 msgstr "Timer:"
33543086
3355 #: ../timer/src/timer-applet.c:354
3087 #: gnome-applets/timer/timer-applet.c:306
33563088 msgid "Minutes:"
33573089 msgstr "Minutter:"
33583090
3359 #: ../timer/src/timer-applet.c:365
3091 #: gnome-applets/timer/timer-applet.c:317
33603092 msgid "Seconds:"
33613093 msgstr "Sekunder:"
33623094
3363 #: ../timer/src/timer-applet.c:376
3095 #: gnome-applets/timer/timer-applet.c:328
33643096 msgid "Show notification popup"
33653097 msgstr "Vis pop op-påmindelse"
33663098
3367 #: ../timer/src/timer-applet.c:380
3099 #: gnome-applets/timer/timer-applet.c:332
33683100 msgid "Show dialog"
33693101 msgstr "Vis dialog"
33703102
3371 #: ../tracker-search-bar/data/org.gnome.panel.SearchBar.panel-applet.in.in.h:1
3372 msgid "Tracker Search Bar"
3373 msgstr "Tracker-søgebjælke"
3374
3375 #: ../tracker-search-bar/data/org.gnome.panel.SearchBar.panel-applet.in.in.h:2
3376 msgid "Find your data quickly using Tracker"
3377 msgstr "Find dine data hurtigt med Tracker"
3103 # lidt indirekte men bedre, synes jeg
3104 #: gnome-applets/tracker-search-bar/tracker-applet.c:411
3105 msgid "A search bar applet for finding content stored in Tracker"
3106 msgstr "Et søgepanelprogram til at finde indhold via Tracker"
3107
3108 #: gnome-applets/tracker-search-bar/tracker-applet.c:459
3109 msgid "Copyright Tracker Authors 2005-2010"
3110 msgstr "Ophavsret udviklerne af Tracker 2005–2010"
33783111
33793112 # Begge strenge indgår i category_to_string (TrackerCategory category). Dermed drejer det sig om en kategori
3380 #: ../tracker-search-bar/src/tracker-results-window.c:718
3381 #: ../tracker-search-bar/src/tracker-results-window.c:734
3113 #: gnome-applets/tracker-search-bar/tracker-results-window.c:687
3114 #: gnome-applets/tracker-search-bar/tracker-results-window.c:704
33823115 msgid "Other"
33833116 msgstr "Anden"
33843117
3385 #: ../tracker-search-bar/src/tracker-results-window.c:719
3118 #: gnome-applets/tracker-search-bar/tracker-results-window.c:688
33863119 msgid "Contacts"
33873120 msgstr "Kontakter"
33883121
3389 #: ../tracker-search-bar/src/tracker-results-window.c:720
3122 #: gnome-applets/tracker-search-bar/tracker-results-window.c:689
33903123 msgid "Tags"
33913124 msgstr "Mærker"
33923125
3393 #: ../tracker-search-bar/src/tracker-results-window.c:721
3126 #: gnome-applets/tracker-search-bar/tracker-results-window.c:690
33943127 msgid "Email Addresses"
33953128 msgstr "E-mailadresser"
33963129
3397 #: ../tracker-search-bar/src/tracker-results-window.c:722
3130 #: gnome-applets/tracker-search-bar/tracker-results-window.c:691
33983131 msgid "Documents"
33993132 msgstr "Dokumenter"
34003133
3401 #: ../tracker-search-bar/src/tracker-results-window.c:723
3134 #: gnome-applets/tracker-search-bar/tracker-results-window.c:692
34023135 msgid "Applications"
34033136 msgstr "Programmer"
34043137
3405 #: ../tracker-search-bar/src/tracker-results-window.c:724
3138 #: gnome-applets/tracker-search-bar/tracker-results-window.c:693
34063139 msgid "Images"
34073140 msgstr "Billeder"
34083141
3409 #: ../tracker-search-bar/src/tracker-results-window.c:725
3142 #: gnome-applets/tracker-search-bar/tracker-results-window.c:694
34103143 msgid "Audio"
34113144 msgstr "Lyd"
34123145
3413 #: ../tracker-search-bar/src/tracker-results-window.c:726
3146 #: gnome-applets/tracker-search-bar/tracker-results-window.c:695
34143147 msgid "Folders"
34153148 msgstr "Mapper"
34163149
3417 #: ../tracker-search-bar/src/tracker-results-window.c:727
3150 #: gnome-applets/tracker-search-bar/tracker-results-window.c:696
34183151 msgid "Fonts"
34193152 msgstr "Skrifttyper"
34203153
3421 #: ../tracker-search-bar/src/tracker-results-window.c:728
3154 #: gnome-applets/tracker-search-bar/tracker-results-window.c:697
34223155 msgid "Videos"
34233156 msgstr "Videoer"
34243157
3425 #: ../tracker-search-bar/src/tracker-results-window.c:729
3158 #: gnome-applets/tracker-search-bar/tracker-results-window.c:698
34263159 msgid "Archives"
34273160 msgstr "Arkiver"
34283161
3429 #: ../tracker-search-bar/src/tracker-results-window.c:730
3162 #: gnome-applets/tracker-search-bar/tracker-results-window.c:699
34303163 msgid "Bookmarks"
34313164 msgstr "Bogmærker"
34323165
3433 #: ../tracker-search-bar/src/tracker-results-window.c:731
3166 #: gnome-applets/tracker-search-bar/tracker-results-window.c:700
34343167 msgid "Links"
34353168 msgstr "Links"
34363169
3437 #: ../tracker-search-bar/src/tracker-results-window.c:1107
3170 #: gnome-applets/tracker-search-bar/tracker-results-window.c:1073
34383171 msgid "Category"
34393172 msgstr "Kategori"
34403173
3441 #: ../tracker-search-bar/src/tracker-results-window.c:1135
3442 #: ../window-title/windowtitle.ui.h:18
3174 #: gnome-applets/tracker-search-bar/tracker-results-window.c:1101
3175 #: gnome-applets/window-title/window-title.ui:424
34433176 msgid "Title"
34443177 msgstr "Titel"
34453178
3446 #: ../tracker-search-bar/src/tracker-results-window.c:1201
3179 #: gnome-applets/tracker-search-bar/tracker-results-window.c:1158
34473180 #, c-format
34483181 msgid "No results found for “%s”"
34493182 msgstr "Ingen resultater fundet for “%s”"
34503183
3451 #: ../tracker-search-bar/src/tracker-search-bar.ui.h:1
3452 msgid "Copyright Tracker Authors 2005-2010"
3453 msgstr "Ophavsret udviklerne af Tracker 2005–2010"
3454
3455 # lidt indirekte men bedre, synes jeg
3456 #: ../tracker-search-bar/src/tracker-search-bar.ui.h:2
3457 msgid "A search bar applet for finding content stored in Tracker"
3458 msgstr "Et søgepanelprogram til at finde indhold via Tracker"
3459
3460 #: ../tracker-search-bar/src/tracker-search-bar.ui.h:3
3461 msgid ""
3462 "Tracker is free software; you can redistribute it and/or modify it under the "
3463 "terms of the GNU General Public License as published by the Free Software "
3464 "Foundation; either version 2 of the License, or (at your option) any later "
3465 "version.\n"
3466 "\n"
3467 "Tracker is distributed in the hope that it will be useful, but WITHOUT ANY "
3468 "WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS "
3469 "FOR A PARTICULAR PURPOSE. See the GNU General Public License for more "
3470 "details.\n"
3471 "\n"
3472 "You should have received a copy of the GNU General Public License along with "
3473 "Tracker; if not, write to the Free Software Foundation, Inc., 51 Franklin "
3474 "Street, Fifth Floor, Boston, MA 02110-1301, USA."
3475 msgstr ""
3476 "Tracker er fri software. Du kan redistribuere og/eller modificere det\n"
3477 "under de betingelserne som er angivet i GNU General Public License,\n"
3478 "som er udgivet af Free Software Foundation. Enten version 2 af\n"
3479 "licensen eller (efter eget valg) enhver senere version.\n"
3480 "\n"
3481 "Tracker distribueres i håb om at det vil vise sig nyttigt, men UDEN\n"
3482 "NOGEN FORM FOR GARANTI, uden selv de underforståede garantier omkring\n"
3483 "SALGBARHED eller EGNETHED TIL ET BESTEMT FORMÅL. Yderligere detaljer\n"
3484 "kan læses i GNU General Public License.\n"
3485 "\n"
3486 "Du bør have modtaget en kopi af GNU General Public License sammen med\n"
3487 "dette program. Hvis ikke, så skriv til Free software Foundation, Inc.,\n"
3488 "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."
3489
3490 #: ../trash/data/org.gnome.applets.TrashApplet.panel-applet.in.in.h:1
3491 msgid "Trash"
3492 msgstr "Papirkurv"
3493
3494 #: ../trash/data/org.gnome.applets.TrashApplet.panel-applet.in.in.h:2
3495 msgid "Go to Trash"
3496 msgstr "Gå til papirkurven"
3497
3498 #: ../trash/src/trash-applet.c:121
3184 #: gnome-applets/trash/trash-applet.c:123
34993185 #, c-format
35003186 msgid "%d Item in Trash"
35013187 msgid_plural "%d Items in Trash"
35023188 msgstr[0] "%d element i papirkurven"
35033189 msgstr[1] "%d elementer i papirkurven"
35043190
3505 #: ../trash/src/trash-applet.c:129
3191 #: gnome-applets/trash/trash-applet.c:131
35063192 msgid "No Items in Trash"
35073193 msgstr "Ingen filer i papirkurven"
35083194
3509 #: ../trash/src/trash-applet.c:362
3195 #: gnome-applets/trash/trash-applet.c:340
35103196 #, c-format
35113197 msgid ""
35123198 "Error while spawning Nautilus:\n"
35153201 "Fejl ved start af ny instans af Nautilus:\n"
35163202 "%s"
35173203
3518 #: ../trash/src/trash-applet.c:414
3519 msgid ""
3520 "A GNOME trash bin that lives in your panel. You can use it to view the trash "
3521 "or drag and drop items into the trash."
3522 msgstr ""
3523 "En Gnome-papirkurv til panelet. Du kan bruge den til at vise kasserede filer "
3524 "eller trække filer til papirkurven."
3525
3526 #: ../trash/src/trash-applet.c:439
3204 #: gnome-applets/trash/trash-applet.c:361
35273205 msgid "Delete Immediately?"
35283206 msgstr "Slet med det samme?"
35293207
3530 #: ../trash/src/trash-applet.c:468
3208 #: gnome-applets/trash/trash-applet.c:390
35313209 msgid "Cannot move items to trash, do you want to delete them immediately?"
35323210 msgstr ""
35333211 "Kan ikke flytte filerne til papirkurven, vil du slette dem med det samme?"
35343212
3535 #: ../trash/src/trash-applet.c:469
3213 #: gnome-applets/trash/trash-applet.c:391
35363214 #, c-format
35373215 msgid "The selected item cannot be moved to the trash"
35383216 msgid_plural "None of the %d selected items can be moved to the Trash"
35393217 msgstr[0] "Det valgte element kan ikke flyttes til papirkurven"
35403218 msgstr[1] "Ingen af de %d valgte elementer kan flyttes til papirkurven"
35413219
3542 #: ../trash/src/trash-applet.c:475
3220 #: gnome-applets/trash/trash-applet.c:397
35433221 msgid ""
35443222 "Cannot move some items to trash, do you want to delete these immediately?"
35453223 msgstr ""
35463224 "Kan ikke flytte nogle af filerne til papirkurven, vil du slette dem med det "
35473225 "samme?"
35483226
3549 #: ../trash/src/trash-applet.c:476
3227 #: gnome-applets/trash/trash-applet.c:398
35503228 #, c-format
35513229 msgid "The selected item cannot be moved to the Trash"
35523230 msgid_plural "%d of the selected items cannot be moved to the Trash"
35533231 msgstr[0] "Det valgte element kan ikke flyttes til papirkurven"
35543232 msgstr[1] "%d af de valgte elementer kan ikke flyttes til papirkurven"
35553233
3234 #: gnome-applets/trash/trash-applet.c:565
3235 msgid ""
3236 "A GNOME trash bin that lives in your panel. You can use it to view the trash "
3237 "or drag and drop items into the trash."
3238 msgstr ""
3239 "En Gnome-papirkurv til panelet. Du kan bruge den til at vise kasserede filer "
3240 "eller trække filer til papirkurven."
3241
35563242 #. Translators: the %s in this string should be read as %d.
3557 #: ../trash/src/trash-empty.c:70
3243 #: gnome-applets/trash/trash-empty.c:70
35583244 #, c-format
35593245 msgid "Removing item %s of %s"
35603246 msgstr "Fjerner objekt %s af %s"
35613247
35623248 #. Translators: %s is a file name
3563 #: ../trash/src/trash-empty.c:96
3249 #: gnome-applets/trash/trash-empty.c:96
35643250 #, c-format
35653251 msgid "Removing: %s"
35663252 msgstr "Fjerner: %s"
35673253
3568 #: ../trash/src/trash-empty.c:323
3254 #: gnome-applets/trash/trash-empty.c:305
35693255 msgid "Empty all of the items from the trash?"
35703256 msgstr "Fjern alle filerne fra papirkurven?"
35713257
3572 #: ../trash/src/trash-empty.c:330
3258 #: gnome-applets/trash/trash-empty.c:312
35733259 msgid ""
35743260 "If you choose to empty the trash, all items in it will be permanently lost. "
35753261 "Please note that you can also delete them separately."
35773263 "Hvis du tømmer papirkurven, vil filerne blive slettet permanent. Bemærk at "
35783264 "du også kan slette dem individuelt."
35793265
3580 #: ../trash/src/trash-empty.c:344 ../trash/src/trash-menu.xml.h:2
3266 #: gnome-applets/trash/trash-empty.c:326 gnome-applets/trash/trash-menu.ui:9
35813267 msgid "_Empty Trash"
35823268 msgstr "_Tøm papirkurv"
35833269
3584 #: ../trash/src/trash-empty.ui.h:1
3270 #: gnome-applets/trash/trash-empty.ui:7 gnome-applets/trash/trash-empty.ui:21
35853271 msgid "Emptying the Trash"
35863272 msgstr "Tømmer papirkurven"
35873273
3588 #: ../trash/src/trash-empty.ui.h:2
3274 #: gnome-applets/trash/trash-empty.ui:36
35893275 msgid "From:"
35903276 msgstr "Fra:"
35913277
3592 #: ../trash/src/trash-menu.xml.h:1
3278 #: gnome-applets/trash/trash-menu.ui:5
35933279 msgid "_Open Trash"
35943280 msgstr "_Åbn papirkurv"
35953281
3596 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:1
3597 msgid "Determines whether we use custom or Metacity's button layout"
3598 msgstr "Angiver om vi bruger tilpasset knaplayout eller Metacitys eget"
3599
3600 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:2
3601 msgid ""
3602 "When disabled, this applet's button_layout string will be used to order the "
3603 "buttons."
3604 msgstr ""
3605 "Når slået fra, vil dette panelprograms button_layout-streng blive brugt til "
3606 "at ordne knapperne."
3607
3608 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:3
3609 msgid "Layout of buttons."
3610 msgstr "Knaplayout."
3611
3612 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:4
3613 msgid ""
3614 "Essentially a copy from Metacity's button_layout, but we can modify it for "
3615 "custom settings."
3616 msgstr ""
3617 "Hovedsageligt en kopi fra Metacitys button_layout, men vi kan tilpasse den "
3618 "efter behov."
3619
3620 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:5
3621 msgid "Button theme"
3622 msgstr "Knaptema"
3623
3624 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:6
3625 msgid "Name of a folder located in windowapplets/themes/ or \"custom\"."
3626 msgstr "Navn på en mappe i windowapplets/themes/ eller “custom”."
3627
3628 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:7
3629 msgid "Button orientation"
3630 msgstr "Orientering af knapper"
3631
3632 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:8
3633 msgid ""
3634 "May be used to set a static button orientation. Setting this value to 1 will "
3635 "ensure the buttons are always displayed horizontally. Setting it to 2 will "
3636 "do the same but vertically. The default setting 0 will set it automatically "
3637 "according to the panel."
3638 msgstr ""
3639 "Kan bruges til at angive en orientering af knapper fast. Hvis værdien sættes "
3640 "til 1, vil knapperne altid vises vandret. Værdien 2 gør det samme, men "
3641 "lodret. Standardindstillingen 0 sætter den automatisk ifølge panelet."
3642
3643 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:9
3644 msgid "Hides buttons when there are no windows present."
3645 msgstr "Skjuler knapper, når der ikke er nogen aktive vinduer."
3646
3647 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:10
3648 msgid ""
3649 "When enabled, the buttons will disappear when there are no maximized (or "
3650 "active) windows on the screen."
3651 msgstr ""
3652 "Når slået til, vil knapperne forsvinde, når der ikke er nogen maksimerede "
3653 "(eller aktive) vinduer på skærmen."
3654
3655 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:11
3656 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:3
3657 msgid "Only control maximized windows."
3658 msgstr "Styr kun maksimerede vinduer."
3659
3660 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:12
3661 msgid ""
3662 "When enabled, the window buttons will always control the upper-most "
3663 "maximized window."
3664 msgstr ""
3665 "Når slået til, vil vinduesknapperne altid styre det øverste, maksimerede "
3666 "vindue."
3667
3668 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:13
3669 msgid "Reverse the buttons placement."
3670 msgstr "Vend knappernes placering."
3671
3672 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:14
3673 msgid ""
3674 "When enabled, the window buttons will be placed in reverse order (right to "
3675 "left instead of left to right, or bottom to top instead of top to bottom)."
3676 msgstr ""
3677 "Når slået til, vil vinduesknapperne blive placeret i omvendt rækkefølge "
3678 "(højre til venstre frem for venstre til højre, eller bund til top frem for "
3679 "top til bund)."
3680
3681 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:15
3682 msgid "Enable click effect."
3683 msgstr "Slå klikeffekt til."
3684
3685 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:16
3686 msgid ""
3687 "When enabled, the button will change image to 'clicked' whenever it is "
3688 "clicked."
3689 msgstr ""
3690 "Når slået til, vil knappen ændre billede til “clicked”, når den klikkes."
3691
3692 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:17
3693 msgid "Enable hover effect."
3694 msgstr "Slå svæveeffekt til."
3695
3696 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:18
3697 msgid ""
3698 "When enabled, the button will change image to 'hovered' whenever the mouse "
3699 "passes it."
3700 msgstr ""
3701 "Når slået til, vil knappen ændre billede til “hovered”, når musen passerer "
3702 "over den."
3703
3704 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:19
3705 msgid "Show tooltips on buttons."
3706 msgstr "Vis værktøjstip ved knapper."
3707
3708 #: ../window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in.h:20
3709 msgid ""
3710 "When enabled, each button will display its own tooltip, describing the "
3711 "function that it represents."
3712 msgstr ""
3713 "Når slået til, vil hver knap vise sit eget værktøjstip, som beskriver den "
3714 "funktion, knappen repræsenterer."
3715
3716 #: ../window-buttons/org.gnome.panel.WindowButtonsApplet.panel-applet.in.in.h:1
3717 msgid "Window Buttons applet Factory"
3718 msgstr "Fabrik til vinduesknap-panelprogram"
3719
3720 #: ../window-buttons/org.gnome.panel.WindowButtonsApplet.panel-applet.in.in.h:2
3721 msgid "Window buttons for your GNOME Panel"
3722 msgstr "Vinduesknapper til dit GNOME-panel"
3723
3724 #: ../window-buttons/org.gnome.panel.WindowButtonsApplet.panel-applet.in.in.h:3
3725 msgid "Window Buttons"
3726 msgstr "Vinduesknapper"
3727
3728 #: ../window-buttons/windowbuttons.c:118
3282 #: gnome-applets/window-buttons/window-buttons.c:254
3283 #: gnome-applets/window-buttons/window-buttons.ui:113
3284 msgid "Unmaximize"
3285 msgstr "Gendan"
3286
3287 #: gnome-applets/window-buttons/window-buttons.c:258
3288 #: gnome-applets/window-buttons/window-buttons.ui:127
3289 msgid "Maximize"
3290 msgstr "Maksimér"
3291
3292 #: gnome-applets/window-buttons/window-buttons.c:265
3293 #: gnome-applets/window-buttons/window-buttons.ui:155
3294 msgid "Minimize"
3295 msgstr "Minimér"
3296
3297 #: gnome-applets/window-buttons/window-buttons.c:266
3298 #: gnome-applets/window-buttons/window-buttons.ui:141
3299 msgid "Close"
3300 msgstr "Luk"
3301
3302 #: gnome-applets/window-buttons/window-buttons.c:753
37293303 msgid "Window buttons for your GNOME Panel."
37303304 msgstr "Vinduesknapper til dit GNOME-panel."
37313305
3732 #: ../window-buttons/windowbuttons.c:126 ../window-title/windowtitle.c:113
3306 #: gnome-applets/window-buttons/window-buttons.c:795
3307 #: gnome-applets/window-title/window-title.c:818
37333308 msgid "Window Applets on Gnome-Look"
37343309 msgstr "Vinduespanelprogrammer på Gnome-Look"
37353310
3736 #: ../window-buttons/windowbuttons.c:241 ../window-buttons/windowbuttons.ui.h:3
3737 msgid "Unmaximize"
3738 msgstr "Gendan"
3739
3740 #: ../window-buttons/windowbuttons.c:245 ../window-buttons/windowbuttons.ui.h:4
3741 msgid "Maximize"
3742 msgstr "Maksimér"
3743
3744 #: ../window-buttons/windowbuttons.c:252 ../window-buttons/windowbuttons.ui.h:6
3745 msgid "Minimize"
3746 msgstr "Minimér"
3747
3748 #: ../window-buttons/windowbuttons.c:253 ../window-buttons/windowbuttons.ui.h:5
3749 msgid "Close"
3750 msgstr "Luk"
3751
3752 #: ../window-buttons/windowbuttons.ui.h:1
3311 #: gnome-applets/window-buttons/window-buttons.ui:8
37533312 msgid "Window Buttons Preferences"
37543313 msgstr "Indstillinger for vinduesknapper"
37553314
3756 #: ../window-buttons/windowbuttons.ui.h:2
3315 #: gnome-applets/window-buttons/window-buttons.ui:73
37573316 msgid "Theme:"
37583317 msgstr "Tema:"
37593318
3760 #: ../window-buttons/windowbuttons.ui.h:7
3319 #: gnome-applets/window-buttons/window-buttons.ui:168
37613320 msgid ""
37623321 "Focused\n"
37633322 "Normal"
37653324 "Fokuseret\n"
37663325 "Normal"
37673326
3768 #: ../window-buttons/windowbuttons.ui.h:9
3327 #: gnome-applets/window-buttons/window-buttons.ui:253
37693328 msgid ""
37703329 "Focused\n"
37713330 "Clicked"
37733332 "Fokuseret\n"
37743333 "Klikket"
37753334
3776 #: ../window-buttons/windowbuttons.ui.h:11
3335 #: gnome-applets/window-buttons/window-buttons.ui:266
37773336 msgid ""
37783337 "Focused\n"
37793338 "Hover"
37813340 "Fokuseret\n"
37823341 "Svæve"
37833342
3784 #: ../window-buttons/windowbuttons.ui.h:13
3343 #: gnome-applets/window-buttons/window-buttons.ui:423
37853344 msgid ""
37863345 "Unfocused\n"
37873346 "Normal"
37893348 "Ufokuseret\n"
37903349 "Normal"
37913350
3792 #: ../window-buttons/windowbuttons.ui.h:15
3351 #: gnome-applets/window-buttons/window-buttons.ui:508
37933352 msgid ""
37943353 "Unfocused\n"
37953354 "Hover"
37973356 "Ufokuseret\n"
37983357 "Svæve"
37993358
3800 #: ../window-buttons/windowbuttons.ui.h:17
3359 #: gnome-applets/window-buttons/window-buttons.ui:521
38013360 msgid ""
38023361 "Unfocused\n"
38033362 "Clicked"
38053364 "Ufokuseret\n"
38063365 "Klikket"
38073366
3808 #: ../window-buttons/windowbuttons.ui.h:20
3367 #: gnome-applets/window-buttons/window-buttons.ui:730
38093368 msgid "Use Metacity's button order"
38103369 msgstr "Brug knaprækkefølgen fra Metacity"
38113370
3812 #: ../window-buttons/windowbuttons.ui.h:21
3371 #: gnome-applets/window-buttons/window-buttons.ui:734
38133372 msgid ""
38143373 "When checked, the button order will be the same as on Metacity window "
38153374 "borders."
38173376 "Når slået til, vil knaprækkefølgen være den samme som i Metacity-"
38183377 "vindueskanter."
38193378
3820 #: ../window-buttons/windowbuttons.ui.h:22
3379 #: gnome-applets/window-buttons/window-buttons.ui:754
38213380 msgid "Custom order:"
38223381 msgstr "Tilpasset rækkefølge:"
38233382
38273386 # Det lader til at strengen nedenfor tillader os at oversætte valgmulighederne.
38283387 # Har valgt at bruge infinitiv frem for bydeform, for at spare brugere fra at skrive é
38293388 #. Translators: minimize, maximize, close should not be translated
3830 #: ../window-buttons/windowbuttons.ui.h:24
3389 #: gnome-applets/window-buttons/window-buttons.ui:766
38313390 msgid ""
38323391 "Define your custom order by using the words:\n"
38333392 "minimize, maximize and close\n"
38403399 "Brug IKKE dobbeltværdier!"
38413400
38423401 #. Translators: these words should not be translated
3843 #: ../window-buttons/windowbuttons.ui.h:29
3402 #: gnome-applets/window-buttons/window-buttons.ui:771
38443403 msgid "minimize,maximize,close"
38453404 msgstr "minimere,maksimere,lukke"
38463405
3847 #: ../window-buttons/windowbuttons.ui.h:30
3406 #: gnome-applets/window-buttons/window-buttons.ui:781
38483407 msgid "Reload"
38493408 msgstr "Genindlæs"
38503409
3851 #: ../window-buttons/windowbuttons.ui.h:31
3410 #: gnome-applets/window-buttons/window-buttons.ui:785
38523411 msgid "Click to reload buttons."
38533412 msgstr "Klik for at genindlæse knapper."
38543413
3855 #: ../window-buttons/windowbuttons.ui.h:32
3414 #: gnome-applets/window-buttons/window-buttons.ui:803
38563415 msgid "Reverse order"
38573416 msgstr "Omvendt rækkefølge"
38583417
3859 #: ../window-buttons/windowbuttons.ui.h:33
3418 #: gnome-applets/window-buttons/window-buttons.ui:824
38603419 msgid "<b>Button Order</b>"
38613420 msgstr "<b>Knaprækkefølge</b>"
38623421
3863 #: ../window-buttons/windowbuttons.ui.h:34
3422 #: gnome-applets/window-buttons/window-buttons.ui:854
38643423 msgid "Automatic"
38653424 msgstr "Automatisk"
38663425
3867 #: ../window-buttons/windowbuttons.ui.h:35
3426 #: gnome-applets/window-buttons/window-buttons.ui:858
38683427 msgid "Align buttons with panel orientation."
38693428 msgstr "Afstem knapper med panelorientering."
38703429
3871 #: ../window-buttons/windowbuttons.ui.h:36
3430 #: gnome-applets/window-buttons/window-buttons.ui:871
38723431 msgid "Horizontal"
38733432 msgstr "Vandret"
38743433
3875 #: ../window-buttons/windowbuttons.ui.h:37
3434 #: gnome-applets/window-buttons/window-buttons.ui:875
38763435 msgid "Force buttons to always appear horizontal."
38773436 msgstr "Tving knapper til at blive vist vandret."
38783437
3879 #: ../window-buttons/windowbuttons.ui.h:38
3438 #: gnome-applets/window-buttons/window-buttons.ui:888
38803439 msgid "Vertical"
38813440 msgstr "Lodret"
38823441
3883 #: ../window-buttons/windowbuttons.ui.h:39
3442 #: gnome-applets/window-buttons/window-buttons.ui:892
38843443 msgid "Force buttons to always appear vertical."
38853444 msgstr "Tving knapper til at blive vist lodret."
38863445
3887 #: ../window-buttons/windowbuttons.ui.h:40
3446 #: gnome-applets/window-buttons/window-buttons.ui:911
38883447 msgid "<b>Button Orientation</b>"
38893448 msgstr "<b>Orientering af knapper</b>"
38903449
3891 #: ../window-buttons/windowbuttons.ui.h:41
3450 #: gnome-applets/window-buttons/window-buttons.ui:941
38923451 msgid "Minimize Button"
38933452 msgstr "Minimér-knap"
38943453
3895 #: ../window-buttons/windowbuttons.ui.h:42
3454 #: gnome-applets/window-buttons/window-buttons.ui:956
38963455 msgid "Maximize/Unmaximize Button"
38973456 msgstr "Maksimér/gendan-knap"
38983457
3899 #: ../window-buttons/windowbuttons.ui.h:43
3458 #: gnome-applets/window-buttons/window-buttons.ui:971
39003459 msgid "Close Button"
39013460 msgstr "Lukkeknap"
39023461
3903 #: ../window-buttons/windowbuttons.ui.h:44
3462 #: gnome-applets/window-buttons/window-buttons.ui:992
39043463 msgid "<b>Button Hiding</b>"
39053464 msgstr "<b>Skjul af knapper</b>"
39063465
3907 #: ../window-buttons/windowbuttons.ui.h:45
3466 #: gnome-applets/window-buttons/window-buttons.ui:1014
39083467 msgid "Positioning & Visibility"
39093468 msgstr "Position & synlighed"
39103469
3911 #: ../window-buttons/windowbuttons.ui.h:46 ../window-title/windowtitle.ui.h:20
3470 #: gnome-applets/window-buttons/window-buttons.ui:1052
3471 #: gnome-applets/window-title/window-title.ui:464
39123472 msgid "Control _maximized windows only"
39133473 msgstr "Styr kun _maksimerede vinduer"
39143474
3915 #: ../window-buttons/windowbuttons.ui.h:47
3475 #: gnome-applets/window-buttons/window-buttons.ui:1068
39163476 msgid "_Hide when no active maximized window"
39173477 msgstr "_Skjul når der ikke er noget aktivt maksimeret vindue"
39183478
3919 #: ../window-buttons/windowbuttons.ui.h:48
3479 #: gnome-applets/window-buttons/window-buttons.ui:1084
39203480 msgid "Enable _click effect"
39213481 msgstr "Slå _klikeffekt til"
39223482
3923 #: ../window-buttons/windowbuttons.ui.h:49
3483 #: gnome-applets/window-buttons/window-buttons.ui:1100
39243484 msgid "Enable _hover effect"
39253485 msgstr "Slå svæve_effekt til"
39263486
3927 #: ../window-buttons/windowbuttons.ui.h:50 ../window-title/windowtitle.ui.h:26
3487 #: gnome-applets/window-buttons/window-buttons.ui:1117
3488 #: gnome-applets/window-title/window-title.ui:514
39283489 msgid "Show _tooltips"
39293490 msgstr "Vis _værktøjstip"
39303491
3931 #: ../window-buttons/windowbuttons.ui.h:51
3492 #: gnome-applets/window-buttons/window-buttons.ui:1139
39323493 msgid "<b>Internal</b>"
39333494 msgstr "<b>Intern</b>"
39343495
3935 #: ../window-buttons/windowbuttons.ui.h:52
3496 #: gnome-applets/window-buttons/window-buttons.ui:1167
39363497 msgid "Hide Compiz _decorations for maximized windows"
39373498 msgstr "Skjul Compiz-_dekorationer for maksimerede vinduer"
39383499
3939 #: ../window-buttons/windowbuttons.ui.h:53
3500 #: gnome-applets/window-buttons/window-buttons.ui:1189
39403501 msgid "<b>External</b>"
39413502 msgstr "<b>Ekstern</b>"
39423503
3943 #: ../windowpicker/data/org.gnome.applets.WindowPicker.panel-applet.in.in.h:1
3944 #: ../windowpicker/src/wp-about-dialog.c:97
3945 msgid "Window Picker"
3946 msgstr "Vinduesvælger"
3947
3948 #: ../windowpicker/data/org.gnome.applets.WindowPicker.panel-applet.in.in.h:2
3949 msgid "Factory for the window picker applet"
3950 msgstr "Fabrik for panelprogrammet vinduesvælger"
3951
3952 #: ../windowpicker/data/org.gnome.applets.WindowPicker.panel-applet.in.in.h:3
3953 msgid "Switch between open windows"
3954 msgstr "Skift mellem åbne vinduer"
3955
3956 #: ../windowpicker/data/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in.in.h:1
3957 msgid "Show windows from all workspaces."
3958 msgstr "Vis vinduer fra alle arbejdsområder."
3959
3960 #: ../windowpicker/data/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in.in.h:2
3961 msgid ""
3962 "Show the home title and logout button in the window title if no window is "
3963 "selected and active (maximized)"
3964 msgstr ""
3965 "Vis hjemmetitel og log ud-knap i vinduestitlen hvis intet vindue er valgt "
3966 "og aktivt (maksimeret)"
3967
3968 #: ../windowpicker/data/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in.in.h:3
3969 msgid "Show the application title when an application is active and maximized"
3970 msgstr "Vis programtitlen når et program er aktiv og maksimeret"
3971
3972 #: ../windowpicker/data/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in.in.h:4
3973 msgid ""
3974 "All icons except the current active window icon are greyed out. Disable to "
3975 "have colored icons for all windows"
3976 msgstr ""
3977 "Alle ikoner undtagen det nuværende aktive vinduesikon er med gråtoner. "
3978 "Deaktiver for at få farvelagte ikoner for alle vinduer"
3979
3980 #: ../windowpicker/data/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in.in.h:5
3981 msgid ""
3982 "Whether the task list will expand automatically and use all available space."
3983 msgstr ""
3984 "Om opgavelisten vil blive udvidet automatisk og bruge al tilgængelig plads."
3985
3986 #: ../windowpicker/src/task-item.c:812
3504 #: gnome-applets/window-picker/task-item.c:954
39873505 msgid "Window Task Button"
39883506 msgstr "Vinduesopgaveknap"
39893507
3990 #: ../windowpicker/src/wp-preferences-dialog.ui.h:3
3508 #: gnome-applets/window-picker/wp-preferences-dialog.ui:8
3509 msgid "Preferences"
3510 msgstr "Indstillinger"
3511
3512 #: gnome-applets/window-picker/wp-preferences-dialog.ui:57
39913513 msgid "Show windows from all workspaces"
39923514 msgstr "Vis vinduer fra alle arbejdsområder"
39933515
3994 #: ../windowpicker/src/wp-preferences-dialog.ui.h:4
3516 #: gnome-applets/window-picker/wp-preferences-dialog.ui:72
39953517 msgid ""
39963518 "Show the home title and\n"
39973519 "log out icon when on the desktop"
39993521 "Vis titel for hjem samt\n"
40003522 "log ud-ikon på skrivebordet"
40013523
4002 #: ../windowpicker/src/wp-preferences-dialog.ui.h:6
3524 #: gnome-applets/window-picker/wp-preferences-dialog.ui:88
40033525 msgid ""
40043526 "Show the application title and close icon\n"
40053527 "for the active window"
40073529 "Vis det aktive vindues programtitel\n"
40083530 "og lukkeikon"
40093531
4010 #: ../windowpicker/src/wp-preferences-dialog.ui.h:8
3532 #: gnome-applets/window-picker/wp-preferences-dialog.ui:104
40113533 msgid "Grey out non-active window icons"
40123534 msgstr "Gør ikoner for inaktive vinduer grå"
40133535
4014 #: ../windowpicker/src/wp-task-title.c:186
3536 #: gnome-applets/window-picker/wp-task-title.c:188
40153537 msgid "Home"
40163538 msgstr "Start"
40173539
4018 #: ../windowpicker/src/wp-task-title.c:187
3540 #: gnome-applets/window-picker/wp-task-title.c:189
40193541 msgid "Log off, switch user, lock screen or power down the computer"
40203542 msgstr "Log af, skift bruger, lås skærmen, eller sluk computeren"
40213543
4022 #: ../windowpicker/src/wp-task-title.c:205
3544 #: gnome-applets/window-picker/wp-task-title.c:207
40233545 msgid "Close window"
40243546 msgstr "Luk vinduet"
40253547
4026 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:1
4027 msgid "Hides title when there are no windows present."
4028 msgstr "Skjuler titel, når der ikke er nogen vinduer til stede."
4029
4030 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:2
4031 msgid ""
4032 "When enabled, the title will disappear when there are no maximized (or "
4033 "active) windows on the screen."
4034 msgstr ""
4035 "Når slået til, vil titlen forsvinde, når der ikke er nogen maksimerede "
4036 "(eller aktive) vinduer på skærmen."
4037
4038 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:4
4039 msgid ""
4040 "When enabled, the window title will always display the upper-most maximized "
4041 "window's name."
4042 msgstr ""
4043 "Når slået til, vil vinduestitlen altid vise navnet på det øverste "
4044 "maksimerede vindue."
4045
4046 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:5
4047 msgid "Set the title alignment."
4048 msgstr "Angiv titelposition."
4049
4050 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:6
4051 msgid "Legal values are between 0 and 1."
4052 msgstr "Mulige værdier er fra 0 til 1."
4053
4054 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:7
4055 msgid "Swap icon and title."
4056 msgstr "Ombyt ikon og titel."
4057
4058 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:8
4059 msgid ""
4060 "When enabled, window title will be on the left side and the icon on the "
4061 "right side."
4062 msgstr ""
4063 "Når slået til, vil vinduestitel være på venstre side, og ikon på højre side."
4064
4065 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:9
4066 msgid "Expand the applet"
4067 msgstr "Udvid panelprogrammet"
4068
4069 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:10
4070 msgid "When enabled, the applet will use up all available space in the panel."
4071 msgstr ""
4072 "Når slået til, vil panelprogrammet bruge al tilgængelig plads i panelet."
4073
4074 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:11
4075 msgid "Hide the icon"
4076 msgstr "Skjul ikonet"
4077
4078 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:12
4079 msgid "When enabled, the window icon will not be displayed."
4080 msgstr "Når slået til, vil vinduesikonet ikke blive vist."
4081
4082 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:13
4083 msgid "Hide the title"
4084 msgstr "Skjul titlen"
4085
4086 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:14
4087 msgid "When enabled, the window title will not be displayed."
4088 msgstr "Når slået til, vil vinduestitlen ikke blive vist."
4089
4090 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:15
4091 msgid "Show tooltips over title and icon"
4092 msgstr "Vis værktøjstip over titel og ikon"
4093
4094 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:16
4095 msgid ""
4096 "When enabled, a tooltip carrying the name of the currently active window "
4097 "will be shown."
4098 msgstr ""
4099 "Når slået til, vises et værktøjstip med navnet på det nu aktive vindue."
4100
4101 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:17
4102 msgid "Minimal title size"
4103 msgstr "Minimal titelstørrelse"
4104
4105 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:18
4106 msgid ""
4107 "This size is used when the applet is not expanded or otherwise to determine "
4108 "the minimal size the title label can be shrunk to. The value represents the "
4109 "amount of pixels either in width or height, depending on the panel "
4110 "orientation."
4111 msgstr ""
4112 "Størrelsen bruges, når panelprogrammet ikke er udvidet, eller i øvrigt til "
4113 "at bestemme den mindste størrelse, titeletiketten kan fylde. Værdien "
4114 "repræsenterer antallet af pixel enten i bredde eller højde, afhængigt af "
4115 "panelorienteringen."
4116
4117 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:19
4118 msgid "Use a custom style."
4119 msgstr "Brug tilpasset stil."
4120
4121 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:20
4122 msgid ""
4123 "When enabled, custom font style and color will be used. When disabled, "
4124 "system theme defaults will be used."
4125 msgstr ""
4126 "Når slået til, vil der blive brugt brugertilpasset stil og farver. Ellers "
4127 "bruges systemstandard."
4128
4129 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:21
4130 msgid "Show the window action menu on right click."
4131 msgstr "Vis menuen for vindueshandlinger ved højreklik."
4132
4133 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:22
4134 msgid ""
4135 "Will cause the window action menu to appear when the title is right-clicked. "
4136 "This experimental feature is still under development! Warning! In current "
4137 "feature state you will be unable to access the applet action menu via title-"
4138 "right click when this option is enabled! You may still do so by right-"
4139 "clicking the icon if it is not hidden."
4140 msgstr ""
4141 "Vil få vindueshandlingsmenuen til at blive vist, når der højreklikkes på "
4142 "titlen. Denne eksperimentelle funktion er stadig under udvikling! Advarsel! "
4143 "I nuværende tilstand vil du ikke kunne tilgå panelprogrammets handlingsmenu "
4144 "via titel-højreklik, mens denne funktion er slået til! Du kan stadig gøre "
4145 "dette ved at højreklikke på ikonet, hvis det ikke er skjult."
4146
4147 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:23
4148 msgid "Active title font."
4149 msgstr "Titelskrifttype for aktivt vindue."
4150
4151 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:24
4152 msgid "Font name and size for the active window state."
4153 msgstr "Skrifttypenavn og -størrelse for aktivt vindue."
4154
4155 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:25
4156 msgid "Inactive title font."
4157 msgstr "Titelskrifttype for inaktivt vindue."
4158
4159 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:26
4160 msgid "Font name and size for the inactive window state."
4161 msgstr "Skrifttypenavn og -størrelse for inaktivt vindue."
4162
4163 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:27
4164 msgid "Active title foreground color."
4165 msgstr "Forgrundsfarve for aktiv vinduestitel."
4166
4167 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:28
4168 msgid "Title foreground color in hex format for the active window state."
4169 msgstr "Forgrundsfarve for vinduestitel i farvehexformat for aktivt vindue."
4170
4171 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:29
4172 msgid "Inactive title foreground color."
4173 msgstr "Forgrundsfarve for inaktiv vinduestitel."
4174
4175 #: ../window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in.h:30
4176 msgid "Title foreground color in hex format for the inactive window state."
4177 msgstr "Forgrundsfarve for vinduestitel i farvehexformat for inaktivt vindue."
4178
4179 #: ../window-title/org.gnome.panel.WindowTitleApplet.panel-applet.in.in.h:1
4180 msgid "Window Title applet Factory"
4181 msgstr "Fabrik til vinduestitel-panelprogram"
4182
4183 #: ../window-title/org.gnome.panel.WindowTitleApplet.panel-applet.in.in.h:2
4184 msgid "Factory for Window Title"
4185 msgstr "Fabrik til vinduestitel"
4186
4187 #: ../window-title/org.gnome.panel.WindowTitleApplet.panel-applet.in.in.h:3
4188 msgid "Window Title"
4189 msgstr "Vinduestitel"
4190
4191 #: ../window-title/org.gnome.panel.WindowTitleApplet.panel-applet.in.in.h:4
4192 msgid "Window title for your GNOME Panel"
4193 msgstr "Vinduestitel til dit GNOME-panel"
4194
4195 #: ../window-title/windowtitle.c:105
4196 msgid "Window title for your GNOME Panel."
4197 msgstr "Vinduestitel til dit GNOME-panel."
4198
4199 #: ../window-title/windowtitle.ui.h:1
3548 #: gnome-applets/window-title/window-title.ui:9
42003549 msgid "Window Title Preferences"
42013550 msgstr "Indstillinger for vinduestitel"
42023551
4203 #: ../window-title/windowtitle.ui.h:2
3552 #: gnome-applets/window-title/window-title.ui:87
42043553 msgid "Swap icon/title _order"
42053554 msgstr "_Ombyt ikon/titel"
42063555
42073556 # Som beskrevet i tidligere strenge: Det vil fylde hele panelet (men ikke "udfoldes" som et selvstændigt vindue)
4208 #: ../window-title/windowtitle.ui.h:3
3557 #: gnome-applets/window-title/window-title.ui:103
42093558 msgid "Expand applet"
42103559 msgstr "Udvid panelprogram"
42113560
4212 #: ../window-title/windowtitle.ui.h:4
3561 #: gnome-applets/window-title/window-title.ui:109
42133562 msgid ""
42143563 "Disabled until GTK+ developers fix the various bugs.\n"
42153564 "You may change it using gconf-editor, but then you also need to set a fixed "
42193568 "Du kan ændre dette med gconf-editor, men så skal du også angive en fast "
42203569 "størrelse."
42213570
4222 #: ../window-title/windowtitle.ui.h:7
3571 #: gnome-applets/window-title/window-title.ui:157
42233572 msgid "Hide _icon"
42243573 msgstr "Skjul _ikon"
42253574
4226 #: ../window-title/windowtitle.ui.h:8
3575 #: gnome-applets/window-title/window-title.ui:179
42273576 msgid "Icon"
42283577 msgstr "Ikon"
42293578
4230 #: ../window-title/windowtitle.ui.h:9
3579 #: gnome-applets/window-title/window-title.ui:210
42313580 msgid "Hide title"
42323581 msgstr "Skjul titel"
42333582
4234 #: ../window-title/windowtitle.ui.h:10
3583 #: gnome-applets/window-title/window-title.ui:232
42353584 msgid "Alignment:"
42363585 msgstr "Position:"
42373586
4238 #: ../window-title/windowtitle.ui.h:11
3587 #: gnome-applets/window-title/window-title.ui:245
42393588 msgid ""
42403589 "Set the title alignment.\n"
42413590 "Note: only has effect when \"Expand applet\" is active."
42433592 "Angiv position af titel.\n"
42443593 "Bemærk: kun virksom når “Udvid panelprogram” er slået til."
42453594
4246 #: ../window-title/windowtitle.ui.h:13
3595 #: gnome-applets/window-title/window-title.ui:277
42473596 msgid "Custom _style"
42483597 msgstr "Brugertilpasset _stil"
42493598
4250 #: ../window-title/windowtitle.ui.h:14
3599 #: gnome-applets/window-title/window-title.ui:304
3600 msgid "Active"
3601 msgstr "Aktiv"
3602
3603 #: gnome-applets/window-title/window-title.ui:315
3604 msgid "Inactive"
3605 msgstr "Inaktiv"
3606
3607 #: gnome-applets/window-title/window-title.ui:327
3608 msgid "Font style:"
3609 msgstr "Skriftstil:"
3610
3611 #: gnome-applets/window-title/window-title.ui:340
42513612 msgid "Font color:"
42523613 msgstr "Skriftfarve:"
42533614
4254 #: ../window-title/windowtitle.ui.h:15
4255 msgid "Font style:"
4256 msgstr "Skriftstil:"
4257
4258 #: ../window-title/windowtitle.ui.h:16
4259 msgid "Active"
4260 msgstr "Aktiv"
4261
4262 #: ../window-title/windowtitle.ui.h:17
4263 msgid "Inactive"
4264 msgstr "Inaktiv"
4265
4266 #: ../window-title/windowtitle.ui.h:21
3615 #: gnome-applets/window-title/window-title.ui:480
42673616 msgid "_Hide when no active maximized windows"
42683617 msgstr "_Skjul når der ikke er aktive maksimerede vinduer"
42693618
4270 #: ../window-title/windowtitle.ui.h:22
3619 #: gnome-applets/window-title/window-title.ui:496
42713620 msgid "Show window _action menu on right-click"
42723621 msgstr "Vis vindues_handlingsmenu ved højreklik"
42733622
4274 #: ../window-title/windowtitle.ui.h:23
3623 #: gnome-applets/window-title/window-title.ui:500
42753624 msgid ""
42763625 "Will cause the window action menu to appear when the title is right-"
42773626 "clicked.\n"
42873636 "handlingsmenu via titel-højreklik, mens denne funktion er slået til!\n"
42883637 "Du kan stadig gøre dette ved at højreklikke på ikonet, hvis det ikke\n"
42893638 "er skjult. Du kan altid ændre denne indstilling fra gconf-editor."
3639
3640 #: gnome-applets/window-title/window-title.c:785
3641 msgid "Window title for your GNOME Panel."
3642 msgstr "Vinduestitel til dit GNOME-panel."
3643
3644 #~ msgid "AccessX Status Applet Factory"
3645 #~ msgstr "Fabrik for AccessXstatus-panelprogram"
3646
3647 #~ msgid "Keyboard Accessibility Status Applet Factory"
3648 #~ msgstr "Fabrik for status for tastaturtilgængelighed"
3649
3650 #~ msgid "There was an error launching the help viewer: %s"
3651 #~ msgstr "Der opstod en fejl ved kørsel af hjælpefremviseren: %s"
3652
3653 #~ msgid "Battstat Factory"
3654 #~ msgstr "Battstatfabrik"
3655
3656 #~ msgid "Battery Status Utility"
3657 #~ msgstr "Batteristatusværktøj"
3658
3659 #~ msgid "Battery power low"
3660 #~ msgstr "Batteriladning er lav"
3661
3662 #~ msgid "Battery fully re-charged"
3663 #~ msgstr "Batteriet er fuldt opladet"
3664
3665 #~ msgid "There was an error displaying help: %s"
3666 #~ msgstr "Der opstod en fejl ved visning af hjælp: %s"
3667
3668 #~ msgid "upower backend enabled."
3669 #~ msgstr "upower-bagende slået til."
3670
3671 #~ msgid "Legacy (non-HAL) backend enabled."
3672 #~ msgstr "Bagudkompatibel (ikkeHAL) bagende slået til."
3673
3674 #~ msgid "Licensed under the GNU General Public License Version 2"
3675 #~ msgstr "Under licensen GNU General Public License Version 2"
3676
3677 #~ msgid ""
3678 #~ "Brightness Applet is free software; you can redistribute it and/or\n"
3679 #~ "modify it under the terms of the GNU General Public License\n"
3680 #~ "as published by the Free Software Foundation; either version 2\n"
3681 #~ "of the License, or (at your option) any later version."
3682 #~ msgstr ""
3683 #~ "Lysstyrkepanelprogram er frit programmel; du må redistribuere det\n"
3684 #~ "og/eller ændre det under vilkårene i GNU General Public License som\n"
3685 #~ "udgivet af Free Software Foundation; enten version 2 af licensen eller\n"
3686 #~ "(hvis du ønsker det) enhver senere version."
3687
3688 #~ msgid ""
3689 #~ "Brightness Applet is distributed in the hope that it will be useful,\n"
3690 #~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3691 #~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
3692 #~ "GNU General Public License for more details."
3693 #~ msgstr ""
3694 #~ "Dette program distribueres i håb om at det vil vise sig nyttigt, men\n"
3695 #~ "UDEN NOGEN FORM FOR GARANTI, uden selv de underforståede garantier\n"
3696 #~ "omkring SALGBARHED eller EGNETHED TIL ET BESTEMT FORMÅL. Yderligere\n"
3697 #~ "detaljer kan læses i GNU General Public License."
3698
3699 #~ msgid ""
3700 #~ "You should have received a copy of the GNU General Public License\n"
3701 #~ "along with this program; if not, write to the Free Software\n"
3702 #~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
3703 #~ "02110-1301, USA."
3704 #~ msgstr ""
3705 #~ "Du bør have modtaget en kopi af GNU General Public License sammen med\n"
3706 #~ "dette program. Hvis ikke, så skriv til Free software Foundation, Inc.,\n"
3707 #~ "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."
3708
3709 #~ msgid "Charpicker Applet Factory"
3710 #~ msgstr "Fabrik for tegnvælger-panelprogram"
3711
3712 #~ msgid "Command Factory"
3713 #~ msgstr "Kommandofabrik"
3714
3715 #~ msgid "Could not open help document"
3716 #~ msgstr "Kunne ikke åbne hjælpedokumentet"
3717
3718 #~ msgid "Drive Mount Applet Factory"
3719 #~ msgstr "Diskmonterings-panelprogram"
3720
3721 #~ msgid "Factory for drive mount applet"
3722 #~ msgstr "Fabrik for diskmonterings-panelprogram"
3723
3724 #~ msgid "Geyes Applet Factory"
3725 #~ msgstr "Fabrik for øjne-panelprogram"
3726
3727 #~ msgid "Gweather Applet Factory"
3728 #~ msgstr "Vejr-panelprogram"
3729
3730 #~ msgid "Factory for creating the weather applet."
3731 #~ msgstr "Fabrik til oprettelse af vejr-panelprogram."
3732
3733 #~ msgid "Display radar map"
3734 #~ msgstr "Vis radarkort"
3735
3736 #~ msgid "Fetch a radar map on each update."
3737 #~ msgstr "Hent et radarkort ved hver opdatering."
3738
3739 #~ msgid "Radar Map"
3740 #~ msgstr "Radarkort"
3741
3742 #~ msgid "_Visit Weather.com"
3743 #~ msgstr "_Besøg Weather.com"
3744
3745 #~ msgid "Visit Weather.com"
3746 #~ msgstr "Besøg Weather.com"
3747
3748 #~ msgid "Click to Enter Weather.com"
3749 #~ msgstr "Klik for at gå ind på Weather.com"
3750
3751 #~ msgid "Address Entry"
3752 #~ msgstr "Adresseindtastning"
3753
3754 #~ msgid "Enter the URL"
3755 #~ msgstr "Indtast URL'en"
3756
3757 #~ msgid "Enable _radar map"
3758 #~ msgstr "Aktivér _radarkort"
3759
3760 #~ msgid "Use _custom address for radar map"
3761 #~ msgstr "Benyt s_elvvalgt adresse til radarkortet"
3762
3763 #~ msgid "A_ddress:"
3764 #~ msgstr "A_dresse:"
3765
3766 #~ msgid ""
3767 #~ "Inhibit Applet is free software; you can redistribute it and/or\n"
3768 #~ "modify it under the terms of the GNU General Public License\n"
3769 #~ "as published by the Free Software Foundation; either version 2\n"
3770 #~ "of the License, or (at your option) any later version."
3771 #~ msgstr ""
3772 #~ "Inhibit Applet (Undertryk-panelprogram) er fri software; du må\n"
3773 #~ "redistribuere det og/eller ændre det under vilkårene i GNU General\n"
3774 #~ "Public License som udgivet af Free Software Foundation; enten version\n"
3775 #~ "2 af licensen eller (hvis du ønsker det) enhver senere version."
3776
3777 #~ msgid ""
3778 #~ "Inhibit Applet is distributed in the hope that it will be useful,\n"
3779 #~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3780 #~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
3781 #~ "GNU General Public License for more details."
3782 #~ msgstr ""
3783 #~ "Inhibit Applet (Undertryk-panelprogram) distribueres i håb om at det\n"
3784 #~ "vil vise sig nyttigt, men UDEN NOGEN FORM FOR GARANTI, uden selv de\n"
3785 #~ "underforståede garantier omkring SALGBARHED eller EGNETHED TIL ET\n"
3786 #~ "BESTEMT FORMÅL. Yderligere detaljer kan læses i GNU General Public\n"
3787 #~ "License."
3788
3789 #~ msgid "Financial Chart"
3790 #~ msgstr "Finansgraf"
3791
3792 #~ msgid "_Ticker symbol: "
3793 #~ msgstr "_Ticker-symbol: "
3794
3795 #~ msgid "Auto _refresh"
3796 #~ msgstr "Auto-_opdatering"
3797
3798 #~ msgid "Today"
3799 #~ msgstr "I dag"
3800
3801 #~ msgid "5 Days"
3802 #~ msgstr "5 dage"
3803
3804 #~ msgid "3 Months"
3805 #~ msgstr "3 måneder"
3806
3807 #~ msgid "6 Months"
3808 #~ msgstr "6 måneder"
3809
3810 #~ msgid "1 Year"
3811 #~ msgstr "1 år"
3812
3813 #~ msgid "5 Years"
3814 #~ msgstr "5 år"
3815
3816 #~ msgid "Maximum"
3817 #~ msgstr "Maksimum"
3818
3819 #~ msgid "_Graph style: "
3820 #~ msgstr "_Graf-udseende: "
3821
3822 #~ msgid "Moving average: "
3823 #~ msgstr "Bevægende gennemsnit: "
3824
3825 #~ msgid "Exponential moving average: "
3826 #~ msgstr "Eksponentielt bevægende gennemsnit: "
3827
3828 #~ msgid "Overlays: "
3829 #~ msgstr "Lag: "
3830
3831 #~ msgid "Indicators: "
3832 #~ msgstr "Indikatorer: "
3833
3834 #~ msgid "Line"
3835 #~ msgstr "Linje"
3836
3837 #~ msgid "Bar"
3838 #~ msgstr "Bjælke"
3839
3840 #~ msgid "Candle"
3841 #~ msgstr "Lys"
3842
3843 #~ msgid "Scale: "
3844 #~ msgstr "Skala: "
3845
3846 #~ msgid "Linear"
3847 #~ msgstr "Linær"
3848
3849 #~ msgid "Logarithmic"
3850 #~ msgstr "Logaritmisk"
3851
3852 #~ msgid "5"
3853 #~ msgstr "5"
3854
3855 #~ msgid "10"
3856 #~ msgstr "10"
3857
3858 #~ msgid "20"
3859 #~ msgstr "20"
3860
3861 #~ msgid "50"
3862 #~ msgstr "50"
3863
3864 #~ msgid "100"
3865 #~ msgstr "100"
3866
3867 #~ msgid "200"
3868 #~ msgstr "200"
3869
3870 #~ msgid "Bollinger"
3871 #~ msgstr "Rulning"
3872
3873 #~ msgid "SAR"
3874 #~ msgstr "SAR"
3875
3876 #~ msgid "Splits"
3877 #~ msgstr "Splits"
3878
3879 #~ msgid "Volumes"
3880 #~ msgstr "Volumener"
3881
3882 #~ msgid "MACD"
3883 #~ msgstr "MACD"
3884
3885 #~ msgid "MFI"
3886 #~ msgstr "MFI"
3887
3888 #~ msgid "ROC"
3889 #~ msgstr "ROC"
3890
3891 #~ msgid "RSI"
3892 #~ msgstr "RSI"
3893
3894 #~ msgid "Vol"
3895 #~ msgstr "Vol"
3896
3897 #~ msgid "Slow stoch"
3898 #~ msgstr "Slow stoch"
3899
3900 #~ msgid "Vol+MA"
3901 #~ msgstr "Vol+MA"
3902
3903 #~ msgid "Fast stoch"
3904 #~ msgstr "Fast stoch"
3905
3906 #~ msgid "W%R"
3907 #~ msgstr "W%R"
3908
3909 #~ msgid "_Options"
3910 #~ msgstr "_Indstillinger"
3911
3912 #~ msgid "Downloading chart from <b>Yahoo!</b>"
3913 #~ msgstr "Hent graf fra <b>Yahoo!</b>"
3914
3915 #~ msgid "Refresh"
3916 #~ msgstr "Opdater"
3917
3918 #~ msgid "Help"
3919 #~ msgstr "Hjælp"
3920
3921 #~ msgid "About"
3922 #~ msgstr "Om"
3923
3924 #~ msgid "Invest Applet Factory"
3925 #~ msgstr "Fabrik for investeringspanelprogram"
3926
3927 #~ msgid "Factory for creating the invest applet."
3928 #~ msgstr "Fabrik til oprettelse af investeringspanelprogram."
3929
3930 #~ msgid "Invest"
3931 #~ msgstr "Investering"
3932
3933 #~ msgid "Track your invested money."
3934 #~ msgstr "Følg din investeringer."
3935
3936 #~ msgid "Currency"
3937 #~ msgstr "Møntenhed"
3938
3939 #~ msgid "Hide charts in quotes list"
3940 #~ msgstr "Skjul diagrammer i kurslisten"
3941
3942 #~ msgid "Show stocks of index values"
3943 #~ msgstr "Vis indeksets aktieopdeling"
3944
3945 #~ msgid "Invest Preferences"
3946 #~ msgstr "Indstillinger for investering"
3947
3948 #~ msgid "label"
3949 #~ msgstr "mærkat"
3950
3951 #~ msgid "Stocks"
3952 #~ msgstr "Aktier"
3953
3954 #~ msgctxt " "
3955 #~ msgid "Add Group"
3956 #~ msgstr "Tilføj gruppe"
3957
3958 #~ msgid ""
3959 #~ "An index value, for instance the <i>NASDAQ Composite</i> (^IXIC), is "
3960 #~ "based on a number of stocks. This option allows to also show the quotes "
3961 #~ "of the <i><b>stocks</b></i> an index is based on."
3962 #~ msgstr ""
3963 #~ "Et aktieindeks, for eksempel <i>NASDAQ Composite</i> (^IXIC), er baseret "
3964 #~ "på et antal aktier. Denne indstilling viser de enkelte <i><b>aktiers</b></"
3965 #~ "i> kurser som indekset er baseret på."
3966
3967 #~ msgid ""
3968 #~ "A small chart image is shown next to each quote. The retrieval of each "
3969 #~ "chart image causes network traffic. Hiding charts reduces the network "
3970 #~ "bandwidth demand significantly."
3971 #~ msgstr ""
3972 #~ "Et lille diagrambillede vises ved hver kurs. Hentningen af hvert "
3973 #~ "diagrambillede medfører netværkstrafik. Hvis disse skjules reduceres "
3974 #~ "brugen af båndbredde kraftigt."
3975
3976 #~ msgid ""
3977 #~ "<i><small><b>Source:</b> <a href=\"http://finance.yahoo.com/\">Yahoo! "
3978 #~ "Finance</a> (at least 15 minutes delayed)</small></i>"
3979 #~ msgstr ""
3980 #~ "<i><small><b>Kilde:</b> <a href=\"http://finance.yahoo.com/\">Yahoo! "
3981 #~ "Finance</a> (mindst 15 minutter forsinket)</small></i>"
3982
3983 #~ msgid ""
3984 #~ "Type the target currency to which all stock quotes will be converted to."
3985 #~ msgstr "Indtast valutaen som alle aktiekurser konverteres til."
3986
3987 #~ msgid "<b>You have not entered any stock information yet</b>"
3988 #~ msgstr "<b>Du har ikke indtastet nogen aktieinformation endnu</b>"
3989
3990 # ??? Jeg kan ikke finde ud af markedsbegreber
3991 #~ msgid "<b>No stock quotes are currently available</b>"
3992 #~ msgstr "<b>Ingen aktiepriser er pt. tilgængelige</b>"
3993
3994 #~ msgid ""
3995 #~ "The server could not be contacted. The computer is either offline or the "
3996 #~ "servers are down. Try again later."
3997 #~ msgstr ""
3998 #~ "Serveren kunne ikke kontaktes. Computeren er enten frakoblet eller "
3999 #~ "serverne er nede. Prøv igen senere."
4000
4001 #~ msgid "Chart downloaded"
4002 #~ msgstr "Graf downloadet"
4003
4004 #~ msgid "Chart could not be downloaded"
4005 #~ msgstr "Grafen kunne ikke downloades"
4006
4007 #~ msgid "Financial Chart - %s"
4008 #~ msgstr "Finans-graf – %s"
4009
4010 #~ msgid "Opening Chart"
4011 #~ msgstr "Åbner graf"
4012
4013 #~ msgid "Stock Group"
4014 #~ msgstr "Aktiegruppe"
4015
4016 #~ msgid "Delete entire stock group?"
4017 #~ msgstr "Slet hele aktiegruppen?"
4018
4019 #~ msgid ""
4020 #~ "This removes all stocks contained in this stock group!\n"
4021 #~ "Do you really want to remove this stock group?"
4022 #~ msgstr ""
4023 #~ "Dette fjerner alle aktier indeholdt i denne aktiegruppe!\n"
4024 #~ "Ønsker du virkelig at fjerne denne aktiegruppe?"
4025
4026 #~ msgid "Currency Rate"
4027 #~ msgstr "Rate for møntenhed"
4028
4029 #~ msgid "Symbol"
4030 #~ msgstr "Symbol"
4031
4032 #~ msgid "Label"
4033 #~ msgstr "Etiket"
4034
4035 #~ msgid "Amount"
4036 #~ msgstr "Beløb"
4037
4038 #~ msgid "Price"
4039 #~ msgstr "Pris"
4040
4041 #~ msgid "Commission"
4042 #~ msgstr "Kommission"
4043
4044 #~ msgid "Average change: %+.2f%%"
4045 #~ msgstr "Gennemsnitlig ændring: %+.2f%%"
4046
4047 #~ msgid "Positions balance: %'+.2f %s (%'+.2f%%)"
4048 #~ msgstr "Positionsbalance: %'+.2f %s (%'+.2f%%)"
4049
4050 # Jeg tror det er et tidspunkt
4051 #~ msgid "Updated at %s"
4052 #~ msgstr "Opdateret %s"
4053
4054 #~ msgid "Invest could not connect to Yahoo! Finance"
4055 #~ msgstr "Invest kunne ikke forbinde til Yahoo! Finance"
4056
4057 #~ msgid "Ticker"
4058 #~ msgstr "Børsnoteringer"
4059
4060 #~ msgid "Last"
4061 #~ msgstr "Sidste"
4062
4063 #~ msgid "Change %"
4064 #~ msgstr "Ændrings-%"
4065
4066 #~ msgid "Chart"
4067 #~ msgstr "Graf"
4068
4069 #~ msgid "Gain"
4070 #~ msgstr "Fortjeneste"
4071
4072 #~ msgid "Gain %"
4073 #~ msgstr "Fortjeneste-%"
4074
4075 #~ msgid "MiniCommander Applet Factory"
4076 #~ msgstr "Fabrik for Mini-kommandolinje-panelprogram"
4077
4078 #~ msgid "_Activate"
4079 #~ msgstr "_Aktivér"
4080
4081 #~ msgid "_Deactivate"
4082 #~ msgstr "_Deaktivér"
4083
4084 #~ msgid "Enter password"
4085 #~ msgstr "Indtast adgangskode"
4086
4087 #~ msgid "Root password required"
4088 #~ msgstr "Root-agangskode påkrævet"
4089
4090 #~ msgid "Password:"
4091 #~ msgstr "Adgangskode:"
4092
4093 #~ msgid "Connecting with Internet Service Provider"
4094 #~ msgstr "Forbinder til internetudbyder"
4095
4096 #~ msgid "Modem Monitor"
4097 #~ msgstr "Modemovervåger"
4098
4099 #~ msgid "Activate and monitor a dial-up network connection"
4100 #~ msgstr "Aktivér og overvåg en modem-netværksforbindelse"
4101
4102 #~ msgid "Connection active, but could not get connection time"
4103 #~ msgstr "Forbindelse aktiv, men kunne ikke udtrække forbindelsestid"
4104
4105 #~ msgid "Time connected: %.1d:%.2d"
4106 #~ msgstr "Tid tilsluttet: %.1d:%.2d"
4107
4108 #~ msgid "Not connected"
4109 #~ msgstr "Ikke tilsluttet"
4110
4111 #~ msgid ""
4112 #~ "To connect to your Internet service provider, you need administrator "
4113 #~ "privileges"
4114 #~ msgstr ""
4115 #~ "Du skal have administratorrettigheder for at kunne etablere forbindelse "
4116 #~ "til din internetudbyder"
4117
4118 #~ msgid ""
4119 #~ "To disconnect from your Internet service provider, you need administrator "
4120 #~ "privileges"
4121 #~ msgstr ""
4122 #~ "Du skal have administratorrettigheder for at kunne afbryde forbindelsen "
4123 #~ "til din internetudbyder"
4124
4125 #~ msgid "The entered password is invalid"
4126 #~ msgstr "Den indtastede adgangskode er forkert"
4127
4128 #~ msgid ""
4129 #~ "Check that you have typed it correctly and that you haven't activated the "
4130 #~ "\"caps lock\" key"
4131 #~ msgstr ""
4132 #~ "Kontrollér at du har indtastet den korrekt, og at Caps Lock-tasten ikke "
4133 #~ "er aktiveret"
4134
4135 #~ msgid "Do you want to connect?"
4136 #~ msgstr "Vil du etablere forbindelse?"
4137
4138 #~ msgid "Do you want to disconnect?"
4139 #~ msgstr "Vil du afbryde forbindelsen?"
4140
4141 #~ msgid "C_onnect"
4142 #~ msgstr "_Tilslut"
4143
4144 #~ msgid "_Disconnect"
4145 #~ msgstr "_Frakobl"
4146
4147 #~ msgid "Could not launch network configuration tool"
4148 #~ msgstr "Kunne ikke starte netværkskonfigurationsværktøjet"
4149
4150 #~ msgid ""
4151 #~ "Check that it's installed in the correct path and that it has the correct "
4152 #~ "permissions"
4153 #~ msgstr ""
4154 #~ "Kontrollér at det er installeret under den korrekte sti, og at det har de "
4155 #~ "rigtige rettigheder"
4156
4157 #~ msgid "Applet for activating and monitoring a dial-up network connection."
4158 #~ msgstr "Panelprogram til at aktivere og overvåge en modemforbindelse."
4159
4160 #~ msgid "Show sum instead of in &amp; out"
4161 #~ msgstr "Vis sum i stedet for ind &amp; ud"
4162
4163 #~ msgid "Netspeed Applet Factory"
4164 #~ msgstr "Netspeed – panelprogramfabrik"
4165
4166 #~ msgid "Netspeed Website"
4167 #~ msgstr "Netspeeds hjemmeside"
4168
4169 #~ msgid ""
4170 #~ "There was an error displaying help:\n"
4171 #~ "%s"
4172 #~ msgstr ""
4173 #~ "Der var en fejl under visning af hjælp:\n"
4174 #~ "%s"
4175
4176 #~ msgid "Sticky Notes Applet Factory"
4177 #~ msgstr "Fabrik til notesseddel-panelprogram"
4178
4179 #~ msgid "Timer Factory"
4180 #~ msgstr "Timerfabrik"
4181
4182 #~ msgid "Window Buttons applet Factory"
4183 #~ msgstr "Fabrik til vinduesknap-panelprogram"
4184
4185 #~ msgid "Factory for the window picker applet"
4186 #~ msgstr "Fabrik for panelprogrammet vinduesvælger"
4187
4188 #~ msgid "Switch between open windows"
4189 #~ msgstr "Skift mellem åbne vinduer"
4190
4191 #~ msgid "Window Title applet Factory"
4192 #~ msgstr "Fabrik til vinduestitel-panelprogram"
4193
4194 #~ msgid "Factory for Window Title"
4195 #~ msgstr "Fabrik til vinduestitel"
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: gnome-applets 3.42.0\n"
8 "Project-Id-Version: gnome-applets 3.46.0\n"
99 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-applets/issues\n"
10 "POT-Creation-Date: 2021-10-23 20:59+0300\n"
10 "POT-Creation-Date: 2022-10-02 19:46+0300\n"
1111 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313 "Language-Team: LANGUAGE <LL@li.org>\n"
202202 msgstr ""
203203
204204 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:15
205 msgid "Display radar map"
205 msgid "Show notification"
206206 msgstr ""
207207
208208 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:16
209 msgid "Fetch a radar map on each update."
210 msgstr ""
211
212 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:20
213 msgid "Show notification"
214 msgstr ""
215
216 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:21
217209 msgid "Show notifications for critical weather conditions"
218210 msgstr ""
219211
985977 #: gnome-applets/cpufreq/cpufreq-applet.c:1005
986978 #: gnome-applets/drivemount/drivemount-applet.c:176
987979 #: gnome-applets/geyes/geyes-applet.c:410
988 #: gnome-applets/gweather/gweather-applet.c:626
980 #: gnome-applets/gweather/gweather-applet.c:616
989981 #: gnome-applets/inhibit/inhibit-applet.c:431
990982 #: gnome-applets/mini-commander/mini-commander-applet.c:470
991983 #: gnome-applets/multiload/multiload-applet.c:514
992984 #: gnome-applets/netspeed/netspeed-applet.c:1538
993 #: gnome-applets/sticky-notes/sticky-notes-applet.c:845
985 #: gnome-applets/sticky-notes/sticky-notes-applet.c:841
994986 #: gnome-applets/timer/timer-applet.c:463
995987 #: gnome-applets/tracker-search-bar/tracker-applet.c:464
996988 #: gnome-applets/trash/trash-applet.c:592
997 #: gnome-applets/window-buttons/window-buttons.c:792
998 #: gnome-applets/window-picker/wp-applet.c:375
999 #: gnome-applets/window-title/window-title.c:815
989 #: gnome-applets/window-buttons/window-buttons.c:795
990 #: gnome-applets/window-picker/wp-applet.c:386
991 #: gnome-applets/window-title/window-title.c:817
1000992 msgid "translator-credits"
1001993 msgstr ""
1002994
13231315 msgstr ""
13241316
13251317 #: gnome-applets/charpick/properties.c:74
1326 #: gnome-applets/trash/trash-applet.c:422 gnome-applets/trash/trash-empty.c:339
1318 #: gnome-applets/trash/trash-applet.c:422 gnome-applets/trash/trash-empty.c:323
13271319 msgid "_Cancel"
13281320 msgstr ""
13291321
16201612 msgstr ""
16211613
16221614 #: gnome-applets/ga-module.c:195
1623 #: gnome-applets/sticky-notes/sticky-notes-applet.c:723
1615 #: gnome-applets/sticky-notes/sticky-notes-applet.c:719
16241616 msgid "Sticky Notes"
16251617 msgstr ""
16261618
17091701 msgstr ""
17101702
17111703 #: gnome-applets/gweather/gweather-applet-menu.ui:9
1712 #: gnome-applets/gweather/gweather-dialog.c:193
1704 #: gnome-applets/gweather/gweather-dialog.c:176
17131705 msgid "_Update"
17141706 msgstr ""
17151707
1716 #: gnome-applets/gweather/gweather-applet.c:364
1717 #: gnome-applets/gweather/gweather-applet.c:368
1708 #: gnome-applets/gweather/gweather-applet.c:358
1709 #: gnome-applets/gweather/gweather-applet.c:362
17181710 msgid "GNOME Weather"
17191711 msgstr ""
17201712
1721 #: gnome-applets/gweather/gweather-applet.c:477
1713 #: gnome-applets/gweather/gweather-applet.c:467
17221714 msgid "Weather Forecast"
17231715 msgstr ""
17241716
1725 #: gnome-applets/gweather/gweather-applet.c:496
1717 #: gnome-applets/gweather/gweather-applet.c:486
17261718 #, c-format
17271719 msgid ""
17281720 "City: %s\n"
17301722 "Temperature: %s"
17311723 msgstr ""
17321724
1733 #: gnome-applets/gweather/gweather-applet.c:549
1725 #: gnome-applets/gweather/gweather-applet.c:539
17341726 msgid "Updating..."
17351727 msgstr ""
17361728
1737 #: gnome-applets/gweather/gweather-applet.c:598
1729 #: gnome-applets/gweather/gweather-applet.c:588
17381730 msgid "A panel application for monitoring local weather conditions."
17391731 msgstr ""
17401732
1741 #: gnome-applets/gweather/gweather-applet.c:620
1733 #: gnome-applets/gweather/gweather-applet.c:610
17421734 msgid "© 1999-2005 by S. Papadimitriou and others"
17431735 msgstr ""
17441736
1745 #: gnome-applets/gweather/gweather-dialog.c:191
1737 #: gnome-applets/gweather/gweather-dialog.c:174
17461738 msgid "Details"
17471739 msgstr ""
17481740
1749 #: gnome-applets/gweather/gweather-dialog.c:232
1741 #: gnome-applets/gweather/gweather-dialog.c:212
17501742 msgid "City:"
17511743 msgstr ""
17521744
1753 #: gnome-applets/gweather/gweather-dialog.c:238
1745 #: gnome-applets/gweather/gweather-dialog.c:218
17541746 msgid "Last update:"
17551747 msgstr ""
17561748
1757 #: gnome-applets/gweather/gweather-dialog.c:244
1749 #: gnome-applets/gweather/gweather-dialog.c:224
17581750 msgid "Conditions:"
17591751 msgstr ""
17601752
1761 #: gnome-applets/gweather/gweather-dialog.c:250
1753 #: gnome-applets/gweather/gweather-dialog.c:230
17621754 msgid "Sky:"
17631755 msgstr ""
17641756
1765 #: gnome-applets/gweather/gweather-dialog.c:256
1757 #: gnome-applets/gweather/gweather-dialog.c:236
17661758 msgid "Temperature:"
17671759 msgstr ""
17681760
1769 #: gnome-applets/gweather/gweather-dialog.c:262
1761 #: gnome-applets/gweather/gweather-dialog.c:242
17701762 msgid "Feels like:"
17711763 msgstr ""
17721764
1773 #: gnome-applets/gweather/gweather-dialog.c:268
1765 #: gnome-applets/gweather/gweather-dialog.c:248
17741766 msgid "Dew point:"
17751767 msgstr ""
17761768
1777 #: gnome-applets/gweather/gweather-dialog.c:274
1769 #: gnome-applets/gweather/gweather-dialog.c:254
17781770 msgid "Relative humidity:"
17791771 msgstr ""
17801772
1781 #: gnome-applets/gweather/gweather-dialog.c:280
1773 #: gnome-applets/gweather/gweather-dialog.c:260
17821774 msgid "Wind:"
17831775 msgstr ""
17841776
1785 #: gnome-applets/gweather/gweather-dialog.c:286
1777 #: gnome-applets/gweather/gweather-dialog.c:266
17861778 msgid "Pressure:"
17871779 msgstr ""
17881780
1789 #: gnome-applets/gweather/gweather-dialog.c:292
1781 #: gnome-applets/gweather/gweather-dialog.c:272
17901782 msgid "Visibility:"
17911783 msgstr ""
17921784
1793 #: gnome-applets/gweather/gweather-dialog.c:298
1785 #: gnome-applets/gweather/gweather-dialog.c:278
17941786 msgid "Sunrise:"
17951787 msgstr ""
17961788
1797 #: gnome-applets/gweather/gweather-dialog.c:304
1789 #: gnome-applets/gweather/gweather-dialog.c:284
17981790 msgid "Sunset:"
17991791 msgstr ""
18001792
1801 #: gnome-applets/gweather/gweather-dialog.c:410
1793 #: gnome-applets/gweather/gweather-dialog.c:390
18021794 msgid "Current Conditions"
18031795 msgstr ""
18041796
1797 #: gnome-applets/gweather/gweather-dialog.c:405
1798 msgid "Forecast Report"
1799 msgstr ""
1800
1801 #: gnome-applets/gweather/gweather-dialog.c:405
1802 msgid "See the ForeCast Details"
1803 msgstr ""
1804
18051805 #: gnome-applets/gweather/gweather-dialog.c:425
1806 msgid "Forecast Report"
1807 msgstr ""
1808
1809 #: gnome-applets/gweather/gweather-dialog.c:425
1810 msgid "See the ForeCast Details"
1811 msgstr ""
1812
1813 #: gnome-applets/gweather/gweather-dialog.c:445
18141806 msgid "Forecast"
18151807 msgstr ""
18161808
1817 #: gnome-applets/gweather/gweather-dialog.c:451
1818 msgid "Radar Map"
1819 msgstr ""
1820
1821 #. XXX: weather.com? is this an advert?
1822 #: gnome-applets/gweather/gweather-dialog.c:483
1823 msgid "_Visit Weather.com"
1824 msgstr ""
1825
1826 #: gnome-applets/gweather/gweather-dialog.c:484
1827 msgid "Visit Weather.com"
1828 msgstr ""
1829
1830 #: gnome-applets/gweather/gweather-dialog.c:484
1831 msgid "Click to Enter Weather.com"
1832 msgstr ""
1833
1834 #: gnome-applets/gweather/gweather-dialog.c:739
1809 #: gnome-applets/gweather/gweather-dialog.c:674
18351810 msgid "Forecast not currently available for this location."
18361811 msgstr ""
18371812
18381813 #. Accessible Name and Description for the components in Preference Dialog
1839 #: gnome-applets/gweather/gweather-pref.c:131
1814 #: gnome-applets/gweather/gweather-pref.c:117
18401815 msgid "Location view"
18411816 msgstr ""
18421817
1843 #: gnome-applets/gweather/gweather-pref.c:131
1818 #: gnome-applets/gweather/gweather-pref.c:117
18441819 msgid "Select Location from the list"
18451820 msgstr ""
18461821
1847 #: gnome-applets/gweather/gweather-pref.c:132
1822 #: gnome-applets/gweather/gweather-pref.c:118
18481823 msgid "Update spin button"
18491824 msgstr ""
18501825
1851 #: gnome-applets/gweather/gweather-pref.c:132
1826 #: gnome-applets/gweather/gweather-pref.c:118
18521827 msgid "Spinbutton for updating"
18531828 msgstr ""
18541829
1855 #: gnome-applets/gweather/gweather-pref.c:133
1856 msgid "Address Entry"
1857 msgstr ""
1858
1859 #: gnome-applets/gweather/gweather-pref.c:133
1860 msgid "Enter the URL"
1861 msgstr ""
1862
1863 #: gnome-applets/gweather/gweather-pref.c:365
1830 #: gnome-applets/gweather/gweather-pref.c:332
18641831 msgid ""
18651832 "Failed to load the Locations XML database. Please report this as a bug."
18661833 msgstr ""
18671834
1868 #: gnome-applets/gweather/gweather-pref.c:703
1835 #: gnome-applets/gweather/gweather-pref.c:626
18691836 msgid "Weather Preferences"
18701837 msgstr ""
18711838
1872 #: gnome-applets/gweather/gweather-pref.c:734
1873 #: gnome-applets/gweather/gweather-pref.c:893
1839 #: gnome-applets/gweather/gweather-pref.c:657
1840 #: gnome-applets/gweather/gweather-pref.c:776
18741841 msgid "_Automatically update every:"
18751842 msgstr ""
18761843
18781845 #. * Units settings page.
18791846 #.
18801847 #. Temperature Unit
1881 #: gnome-applets/gweather/gweather-pref.c:745
1848 #: gnome-applets/gweather/gweather-pref.c:668
18821849 msgid "_Temperature unit:"
18831850 msgstr ""
18841851
18851852 #. Default means device with default route set
1886 #: gnome-applets/gweather/gweather-pref.c:754
1887 #: gnome-applets/gweather/gweather-pref.c:772
1888 #: gnome-applets/gweather/gweather-pref.c:795
1889 #: gnome-applets/gweather/gweather-pref.c:821
1853 #: gnome-applets/gweather/gweather-pref.c:677
1854 #: gnome-applets/gweather/gweather-pref.c:695
1855 #: gnome-applets/gweather/gweather-pref.c:718
1856 #: gnome-applets/gweather/gweather-pref.c:744
18901857 #: gnome-applets/netspeed/preferences.c:171
18911858 msgid "Default"
18921859 msgstr ""
18931860
1894 #: gnome-applets/gweather/gweather-pref.c:755
1861 #: gnome-applets/gweather/gweather-pref.c:678
18951862 msgid "Kelvin"
18961863 msgstr ""
18971864
18981865 #. TRANSLATORS: Celsius is sometimes referred Centigrade
1899 #: gnome-applets/gweather/gweather-pref.c:757
1866 #: gnome-applets/gweather/gweather-pref.c:680
19001867 msgid "Celsius"
19011868 msgstr ""
19021869
1903 #: gnome-applets/gweather/gweather-pref.c:758
1870 #: gnome-applets/gweather/gweather-pref.c:681
19041871 msgid "Fahrenheit"
19051872 msgstr ""
19061873
19071874 #. Speed Unit
1908 #: gnome-applets/gweather/gweather-pref.c:763
1875 #: gnome-applets/gweather/gweather-pref.c:686
19091876 msgid "_Wind speed unit:"
19101877 msgstr ""
19111878
19121879 #. TRANSLATOR: The wind speed unit "meters per second"
1913 #: gnome-applets/gweather/gweather-pref.c:774
1880 #: gnome-applets/gweather/gweather-pref.c:697
19141881 msgid "m/s"
19151882 msgstr ""
19161883
19171884 #. TRANSLATOR: The wind speed unit "kilometers per hour"
1918 #: gnome-applets/gweather/gweather-pref.c:776
1885 #: gnome-applets/gweather/gweather-pref.c:699
19191886 msgid "km/h"
19201887 msgstr ""
19211888
19221889 #. TRANSLATOR: The wind speed unit "miles per hour"
1923 #: gnome-applets/gweather/gweather-pref.c:778
1890 #: gnome-applets/gweather/gweather-pref.c:701
19241891 msgid "mph"
19251892 msgstr ""
19261893
19271894 #. TRANSLATOR: The wind speed unit "knots"
1928 #: gnome-applets/gweather/gweather-pref.c:780
1895 #: gnome-applets/gweather/gweather-pref.c:703
19291896 msgid "knots"
19301897 msgstr ""
19311898
1932 #: gnome-applets/gweather/gweather-pref.c:781
1899 #: gnome-applets/gweather/gweather-pref.c:704
19331900 msgid "Beaufort scale"
19341901 msgstr ""
19351902
19361903 #. Pressure Unit
1937 #: gnome-applets/gweather/gweather-pref.c:786
1904 #: gnome-applets/gweather/gweather-pref.c:709
19381905 msgid "_Pressure unit:"
19391906 msgstr ""
19401907
19411908 #. TRANSLATOR: The pressure unit "kiloPascals"
1942 #: gnome-applets/gweather/gweather-pref.c:797
1909 #: gnome-applets/gweather/gweather-pref.c:720
19431910 msgid "kPa"
19441911 msgstr ""
19451912
19461913 #. TRANSLATOR: The pressure unit "hectoPascals"
1947 #: gnome-applets/gweather/gweather-pref.c:799
1914 #: gnome-applets/gweather/gweather-pref.c:722
19481915 msgid "hPa"
19491916 msgstr ""
19501917
19511918 #. TRANSLATOR: The pressure unit "millibars"
1952 #: gnome-applets/gweather/gweather-pref.c:801
1919 #: gnome-applets/gweather/gweather-pref.c:724
19531920 msgid "mb"
19541921 msgstr ""
19551922
19561923 #. TRANSLATOR: The pressure unit "millibars of mercury"
1957 #: gnome-applets/gweather/gweather-pref.c:803
1924 #: gnome-applets/gweather/gweather-pref.c:726
19581925 msgid "mmHg"
19591926 msgstr ""
19601927
19611928 #. TRANSLATOR: The pressure unit "inches of mercury"
1962 #: gnome-applets/gweather/gweather-pref.c:805
1929 #: gnome-applets/gweather/gweather-pref.c:728
19631930 msgid "inHg"
19641931 msgstr ""
19651932
19661933 #. TRANSLATOR: The pressure unit "atmospheres"
1934 #: gnome-applets/gweather/gweather-pref.c:730
1935 msgid "atm"
1936 msgstr ""
1937
1938 #. Distance Unit
1939 #: gnome-applets/gweather/gweather-pref.c:735
1940 msgid "_Visibility unit:"
1941 msgstr ""
1942
1943 #. TRANSLATOR: The distance unit "meters"
1944 #: gnome-applets/gweather/gweather-pref.c:746
1945 msgid "meters"
1946 msgstr ""
1947
1948 #. TRANSLATOR: The distance unit "kilometers"
1949 #: gnome-applets/gweather/gweather-pref.c:748
1950 msgid "km"
1951 msgstr ""
1952
1953 #. TRANSLATOR: The distance unit "miles"
1954 #: gnome-applets/gweather/gweather-pref.c:750
1955 msgid "miles"
1956 msgstr ""
1957
1958 #: gnome-applets/gweather/gweather-pref.c:772
1959 msgid "Update"
1960 msgstr ""
1961
1962 #: gnome-applets/gweather/gweather-pref.c:795
1963 msgid "minutes"
1964 msgstr ""
1965
19671966 #: gnome-applets/gweather/gweather-pref.c:807
1968 msgid "atm"
1969 msgstr ""
1970
1971 #. Distance Unit
1972 #: gnome-applets/gweather/gweather-pref.c:812
1973 msgid "_Visibility unit:"
1974 msgstr ""
1975
1976 #. TRANSLATOR: The distance unit "meters"
1977 #: gnome-applets/gweather/gweather-pref.c:823
1978 msgid "meters"
1979 msgstr ""
1980
1981 #. TRANSLATOR: The distance unit "kilometers"
1982 #: gnome-applets/gweather/gweather-pref.c:825
1983 msgid "km"
1984 msgstr ""
1985
1986 #. TRANSLATOR: The distance unit "miles"
1987 #: gnome-applets/gweather/gweather-pref.c:827
1988 msgid "miles"
1989 msgstr ""
1990
1991 #: gnome-applets/gweather/gweather-pref.c:850
1992 msgid "Enable _radar map"
1993 msgstr ""
1994
1995 #: gnome-applets/gweather/gweather-pref.c:862
1996 msgid "Use _custom address for radar map"
1997 msgstr ""
1998
1999 #: gnome-applets/gweather/gweather-pref.c:877
2000 msgid "A_ddress:"
2001 msgstr ""
2002
2003 #: gnome-applets/gweather/gweather-pref.c:889
2004 msgid "Update"
2005 msgstr ""
2006
2007 #: gnome-applets/gweather/gweather-pref.c:912
2008 msgid "minutes"
2009 msgstr ""
2010
2011 #: gnome-applets/gweather/gweather-pref.c:924
20121967 msgid "Display"
20131968 msgstr ""
20141969
2015 #: gnome-applets/gweather/gweather-pref.c:939
1970 #: gnome-applets/gweather/gweather-pref.c:815
20161971 #: gnome-applets/mini-commander/mini-commander.ui:429
20171972 #: gnome-applets/window-title/window-title.ui:127
20181973 msgid "General"
20191974 msgstr ""
20201975
2021 #: gnome-applets/gweather/gweather-pref.c:952
1976 #: gnome-applets/gweather/gweather-pref.c:828
20221977 msgid "_Select a location:"
20231978 msgstr ""
20241979
2025 #: gnome-applets/gweather/gweather-pref.c:977
1980 #: gnome-applets/gweather/gweather-pref.c:853
20261981 msgid "_Find:"
20271982 msgstr ""
20281983
2029 #: gnome-applets/gweather/gweather-pref.c:984
1984 #: gnome-applets/gweather/gweather-pref.c:860
20301985 msgid "Find _Next"
20311986 msgstr ""
20321987
2033 #: gnome-applets/gweather/gweather-pref.c:1002
1988 #: gnome-applets/gweather/gweather-pref.c:878
20341989 msgid "Location"
20351990 msgstr ""
20361991
26612616 msgid "Netspeed Preferences"
26622617 msgstr ""
26632618
2664 #: gnome-applets/sticky-notes/sticky-notes-applet.c:783
2619 #: gnome-applets/sticky-notes/sticky-notes-applet.c:779
26652620 #, c-format
26662621 msgid "%d note"
26672622 msgid_plural "%d notes"
26682623 msgstr[0] ""
26692624 msgstr[1] ""
26702625
2671 #: gnome-applets/sticky-notes/sticky-notes-applet.c:784
2626 #: gnome-applets/sticky-notes/sticky-notes-applet.c:780
26722627 msgid "Show sticky notes"
26732628 msgstr ""
26742629
2675 #: gnome-applets/sticky-notes/sticky-notes-applet.c:822
2630 #: gnome-applets/sticky-notes/sticky-notes-applet.c:818
26762631 msgid "Sticky Notes for the GNOME Desktop Environment"
26772632 msgstr ""
26782633
2679 #: gnome-applets/sticky-notes/sticky-notes.c:1006
2634 #: gnome-applets/sticky-notes/sticky-notes.c:1028
26802635 msgid "This note is locked."
26812636 msgstr ""
26822637
2683 #: gnome-applets/sticky-notes/sticky-notes.c:1010
2638 #: gnome-applets/sticky-notes/sticky-notes.c:1032
26842639 msgid "This note is unlocked."
26852640 msgstr ""
26862641
30813036 msgid "Removing: %s"
30823037 msgstr ""
30833038
3084 #: gnome-applets/trash/trash-empty.c:321
3039 #: gnome-applets/trash/trash-empty.c:305
30853040 msgid "Empty all of the items from the trash?"
30863041 msgstr ""
30873042
3088 #: gnome-applets/trash/trash-empty.c:328
3043 #: gnome-applets/trash/trash-empty.c:312
30893044 msgid ""
30903045 "If you choose to empty the trash, all items in it will be permanently lost. "
30913046 "Please note that you can also delete them separately."
30923047 msgstr ""
30933048
3094 #: gnome-applets/trash/trash-empty.c:342 gnome-applets/trash/trash-menu.ui:9
3049 #: gnome-applets/trash/trash-empty.c:326 gnome-applets/trash/trash-menu.ui:9
30953050 msgid "_Empty Trash"
30963051 msgstr ""
30973052
31073062 msgid "_Open Trash"
31083063 msgstr ""
31093064
3110 #: gnome-applets/window-buttons/window-buttons.c:254
3065 #: gnome-applets/window-buttons/window-buttons.c:256
31113066 #: gnome-applets/window-buttons/window-buttons.ui:113
31123067 msgid "Unmaximize"
31133068 msgstr ""
31143069
3115 #: gnome-applets/window-buttons/window-buttons.c:258
3070 #: gnome-applets/window-buttons/window-buttons.c:260
31163071 #: gnome-applets/window-buttons/window-buttons.ui:127
31173072 msgid "Maximize"
31183073 msgstr ""
31193074
3120 #: gnome-applets/window-buttons/window-buttons.c:265
3075 #: gnome-applets/window-buttons/window-buttons.c:267
31213076 #: gnome-applets/window-buttons/window-buttons.ui:155
31223077 msgid "Minimize"
31233078 msgstr ""
31243079
3125 #: gnome-applets/window-buttons/window-buttons.c:266
3080 #: gnome-applets/window-buttons/window-buttons.c:268
31263081 #: gnome-applets/window-buttons/window-buttons.ui:141
31273082 msgid "Close"
31283083 msgstr ""
31293084
3130 #: gnome-applets/window-buttons/window-buttons.c:753
3085 #: gnome-applets/window-buttons/window-buttons.c:756
31313086 msgid "Window buttons for your GNOME Panel."
31323087 msgstr ""
31333088
3134 #: gnome-applets/window-buttons/window-buttons.c:795
3135 #: gnome-applets/window-title/window-title.c:818
3089 #: gnome-applets/window-buttons/window-buttons.c:798
3090 #: gnome-applets/window-title/window-title.c:820
31363091 msgid "Window Applets on Gnome-Look"
31373092 msgstr ""
31383093
34263381 "this setting from gconf-editor."
34273382 msgstr ""
34283383
3429 #: gnome-applets/window-title/window-title.c:785
3384 #: gnome-applets/window-title/window-title.c:787
34303385 msgid "Window title for your GNOME Panel."
34313386 msgstr ""
Binary diff not shown
+4035
-2887
po/hr.po less more
1010 msgid ""
1111 msgstr ""
1212 "Project-Id-Version: gnome-applets 0\n"
13 "Report-Msgid-Bugs-To: \n"
14 "POT-Creation-Date: 2008-09-08 11:08+0200\n"
15 "PO-Revision-Date: 2008-04-17 16:18+0000\n"
13 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-applets/issues\n"
14 "POT-Creation-Date: 2022-08-26 13:45+0000\n"
15 "PO-Revision-Date: 2022-08-31 10:43+0200\n"
1616 "Last-Translator: Launchpad Translations Administrators <rosetta@launchpad."
1717 "net>\n"
1818 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
2020 "MIME-Version: 1.0\n"
2121 "Content-Type: text/plain; charset=UTF-8\n"
2222 "Content-Transfer-Encoding: 8bit\n"
23 "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
24 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
23 "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
24 "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
2525 "X-Launchpad-Export-Date: 2008-05-28 14:34+0000\n"
26 "X-Generator: Launchpad (build Unknown)\n"
27
28 #: ../accessx-status/GNOME_AccessxApplet.xml.h:1
29 #: ../battstat/GNOME_BattstatApplet.xml.h:1
30 #: ../charpick/GNOME_CharpickerApplet.xml.h:1
31 #: ../cpufreq/GNOME_CPUFreqApplet.xml.h:1
32 #: ../drivemount/GNOME_DriveMountApplet.xml.h:1
33 #: ../geyes/GNOME_GeyesApplet.xml.h:1
34 #: ../gswitchit/GNOME_GSwitchItApplet.xml.h:4
35 #: ../gweather/GNOME_GWeatherApplet.xml.h:1
36 #: ../invest-applet/data/Invest_Applet.xml.h:1
37 #: ../mini-commander/src/GNOME_MiniCommanderApplet.xml.h:1
38 #: ../mixer/GNOME_MixerApplet.xml.h:2 ../modemlights/GNOME_ModemLights.xml.h:1
39 #: ../multiload/GNOME_MultiloadApplet.xml.h:1
40 #: ../stickynotes/GNOME_StickyNotesApplet.xml.h:2
41 #: ../trashapplet/GNOME_Panel_TrashApplet.xml.h:1
26 "X-Generator: Poedit 3.1.1\n"
27
28 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:6
29 msgid "Red value level"
30 msgstr "Razina crvene vrijednosti"
31
32 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:7
33 msgid ""
34 "The battery level below which the battery is displayed as red. Also the "
35 "value at which the low battery warning is displayed."
36 msgstr ""
37 "Razina napunjenosti baterije ispod kojega se baterija prikazuje u crvenoj "
38 "boji. Ujedno i vrijednost kod koje se prikazuje upozorenje o niskoj razini "
39 "napunjenosti."
40
41 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:11
42 msgid "Warn on low time rather than low percentage"
43 msgstr "Upozori pri preostalom vremenu umjesto na postotku"
44
45 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:12
46 msgid ""
47 "Use the value defined in red-value as a time remaining to show the warning "
48 "dialog rather than a percentage."
49 msgstr ""
50 "Koristi vrijednost određenu u crvenoj vrijednosti za preostalo vrijeme u "
51 "prikazu dijaloga upozorenja umjesto postotka."
52
53 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:16
54 msgid "Low Battery Notification"
55 msgstr "Obavijest o slaboj bateriji"
56
57 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:17
58 msgid "Notify user when the battery is low."
59 msgstr "Obavijesti korisnika kada je baterija slaba."
60
61 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:21
62 msgid "Full Battery Notification"
63 msgstr "Obavijest o punoj bateriji"
64
65 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:22
66 msgid "Notify user when the battery is full."
67 msgstr "Obavijesti korisnika kada je baterija puna."
68
69 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:26
70 msgid "Beep for warnings"
71 msgstr "Oglasi zvučni signal pri upozorenjima"
72
73 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:27
74 msgid "Beep when displaying a warning."
75 msgstr "Oglasi zvučni signal kada se prikazuje upozorenje."
76
77 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:31
78 msgid "Drain from top"
79 msgstr "Prazni s vrha"
80
81 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:32
82 msgid ""
83 "Show the battery meter draining from the top of the battery. Only "
84 "implemented for traditional battery view."
85 msgstr ""
86 "Prikaži pražnjenje baterije od vrha. Samo je implementirano za tradicionalni "
87 "prikaz stanja baterije."
88
89 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:36
90 msgid "Upright (small) battery"
91 msgstr "Uspravan (mali) prikaz baterije"
92
93 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:37
94 msgid "Show the upright, smaller battery on the panel."
95 msgstr "Prikaži uspravni, manji prikaz baterije na panelu."
96
97 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:41
98 msgid "Show the horizontal battery"
99 msgstr "Vodoravan prikaz baterije"
100
101 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:42
102 msgid "Show the traditional, horizontal battery on the panel."
103 msgstr "Prikaži tradicionalni, vodoravni prikaz baterije na panelu."
104
105 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:46
106 msgid "Show the time/percent label"
107 msgstr "Prikaži oznaku vremena/postotka"
108
109 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:47
110 msgid "0 for no label, 1 for percentage and 2 for time remaining."
111 msgstr "0 - bez oznake, 1 - postotak, 2 - preostalo vrijeme."
112
113 #: data/schemas/org.gnome.gnome-applets.charpick.gschema.xml.in:5
114 msgid "Characters shown on applet startup"
115 msgstr "Znakovi prikazani pri pokretanja apleta"
116
117 #: data/schemas/org.gnome.gnome-applets.charpick.gschema.xml.in:6
118 msgid ""
119 "The string that the user had selected when the applet was last used. This "
120 "string will be displayed when the user starts the applet."
121 msgstr ""
122 "Izraz koji je odabrao korisnik pri posljednjoj upotrebi apleta. Ovaj izraz "
123 "će biti prikazan kada korisnik pokrene aplet."
124
125 #: data/schemas/org.gnome.gnome-applets.charpick.gschema.xml.in:10
126 #: gnome-applets/charpick/properties.c:358
127 msgid "List of available palettes"
128 msgstr "Popis dostupnih paleta"
129
130 #: data/schemas/org.gnome.gnome-applets.charpick.gschema.xml.in:11
131 msgid "List of strings containing the available palettes."
132 msgstr "Popis izraza koji sadrže dostupni paleti."
133
134 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:5
135 msgid "Command to execute"
136 msgstr "Naredba za pokretanje"
137
138 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:6
139 msgid "Command/script to execute to get the output"
140 msgstr "Naredba/Skripta pokretanja za dobivanje izlaza"
141
142 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:11
143 msgid "Interval for the command"
144 msgstr "Razdoblje naredbe"
145
146 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:12
147 msgid "Interval to execute the command (in seconds)"
148 msgstr "Razdoblje pokretanja naredbe (u sekundama)"
149
150 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:17
151 msgid "Width of output"
152 msgstr "Širina izlaza"
153
154 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:18
155 msgid "Number of characters to display"
156 msgstr "Broj znakova za prikaz"
157
158 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:22
159 #: gnome-applets/command/command-applet.c:137
160 msgid "Show icon"
161 msgstr "Prikaži ikonu"
162
163 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:23
164 msgid "If applet icon is shown or not"
165 msgstr "Treba li prikazati ikonu apleta"
166
167 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:5
168 msgid "CPU to Monitor"
169 msgstr "CPU za nadgledanje"
170
171 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:6
172 msgid ""
173 "Set the CPU to monitor. In a single processor system you don't have to "
174 "change it."
175 msgstr ""
176 "Odaberite CPU za nadgledanje. U jednoprocesorskom sustavu ne morate ništa "
177 "mijenjati."
178
179 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:10
180 msgid "Mode to show cpu usage"
181 msgstr "Način prikaza upotrebe procesora"
182
183 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:11
184 msgid ""
185 "A 'graphic' value means to show the applet in graphic mode (pixmap only), "
186 "'text' to show the applet in text mode (not to show the pixmap) and 'both' "
187 "to show the applet in graphic and text mode."
188 msgstr ""
189 "'graphic' vrijednost znači grafički prikaz apleta (samo slika), 'text' "
190 "vrijednost znači samo prikaz teksta (ne prikazuje se slika), i 'both' "
191 "vrijednost znači oboje, i grafički i prikaz teksta."
192
193 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:15
194 msgid "The type of text to display (if the text is enabled)."
195 msgstr "Vrsta teksta za prikaz (ako je tekst omogućen)."
196
197 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:16
198 msgid ""
199 "A 'frequency' value means to show cpu frequency, 'frequency-unit' to show "
200 "frequency and units, and 'percentage' to show percentage instead of "
201 "frequency."
202 msgstr ""
203 "'frequency' vrijednost znači prikaz cpu frekvencije, 'frequency-unit' "
204 "vrijednost znači prikaz frekvencije i mjerne jedinice, 'percentage' "
205 "vrijednost znači prikaz postotka umjesto frekvencije."
206
207 #: data/schemas/org.gnome.gnome-applets.geyes.gschema.xml.in:5
208 msgid "Directory in which the theme is located"
209 msgstr "Direktorij u kojem se nalazi tema"
210
211 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:5
212 msgid "Update the data automatically"
213 msgstr "Nadopuni podatke automatski"
214
215 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:6
216 msgid ""
217 "Determines whether the applet automatically updates its weather statistics "
218 "or not."
219 msgstr ""
220 "Određuje treba li aplet automatski nadopunjavati svoju statistiku prognoze "
221 "vremena."
222
223 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:10
224 msgid "Update interval"
225 msgstr "Razdoblje nadopunjavanja"
226
227 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:11
228 msgid "The interval, in seconds, between automatic updates."
229 msgstr "Razdoblje, u sekundama, između automatske nadopune."
230
231 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:15
232 msgid "Show notification"
233 msgstr "Prikaži obavijesti"
234
235 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:16
236 msgid "Show notifications for critical weather conditions"
237 msgstr "Prikaži obavijesti za kritične vremensk uvjete"
238
239 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:17
240 msgid "Macro pattern list"
241 msgstr "Popis makro uzoraka"
242
243 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:18
244 msgid "List of entries containing strings for the macro patterns."
245 msgstr "Popis unosa koji sadrže makro uzorke."
246
247 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:34
248 msgid "Macro command list"
249 msgstr "Popis makro naredbi"
250
251 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:35
252 msgid "List of entries containing strings for the macro commands."
253 msgstr "Popis unosa koji sadrže makro naredbe."
254
255 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:41
256 msgid "Show handle"
257 msgstr "Prikaži ručku"
258
259 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:42
260 msgid "Show a handle so the applet can be detached from the panel."
261 msgstr "Prikaži ručku kako bi se aplet mogao odvojiti od panela."
262
263 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:46
264 msgid "Show frame"
265 msgstr "Prikaži okvir"
266
267 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:47
268 msgid "Show a frame surrounding the applet."
269 msgstr "Prikaži okvir oko apleta."
270
271 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:51
272 msgid "Perform history autocompletion"
273 msgstr "Izvedi samodopunjavanje povijesti"
274
275 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:52
276 msgid "Attempt to autocomplete a command from the history of commands entered."
277 msgstr "Pokušaj samodopunjavati naredbe iz povijesti korištenih naredbi."
278
279 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:56
280 msgid "Width"
281 msgstr "Širina"
282
283 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:57
284 msgid "Width of the applet"
285 msgstr "Širina apleta"
286
287 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:61
288 msgid "Use the default theme colors"
289 msgstr "Koristi zadane boje teme"
290
291 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:62
292 msgid "Use theme colors instead of custom ones."
293 msgstr "Koristi zadane boje umjesto prilagođenih."
294
295 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:66
296 msgid "Foreground color"
297 msgstr "Boja prednjeg prikaza"
298
299 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:71
300 msgid "Background color"
301 msgstr "Boja pozadine"
302
303 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:76
304 msgid "History list"
305 msgstr "Popis povijesti"
306
307 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:77
308 msgid "List of entries containing strings for history entries."
309 msgstr "Popis unosa koji sadrži prijašnje naredbe."
310
311 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:5
312 msgid "Enable CPU load graph"
313 msgstr "Omogući grafikon CPU opterećenja"
314
315 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:9
316 msgid "Enable memory load graph"
317 msgstr "Omogući grafikon opterećenja memorije"
318
319 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:13
320 msgid "Enable network load graph"
321 msgstr "Omogući grafikon korištenja mreže"
322
323 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:17
324 msgid "Enable swap load graph"
325 msgstr "Omogući grafikon zauzeća swap memorije"
326
327 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:21
328 msgid "Enable load average graph"
329 msgstr "Omogući grafikon prosječnog korištenja"
330
331 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:25
332 msgid "Enable disk load graph"
333 msgstr "Omogući grafikon korištenja diska"
334
335 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:30
336 msgid "Applet refresh rate in milliseconds"
337 msgstr "Brzina osvježavanja apleta u milisekundama"
338
339 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:34
340 msgid "Graph size"
341 msgstr "Veličina grafikona"
342
343 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:35
344 msgid ""
345 "For horizontal panels, the width of the graphs in pixels. For vertical "
346 "panels, this is the height of the graphs."
347 msgstr ""
348 "Za vodoravne panele, širina grafikona u točkama. Za okomite panele, ovo je "
349 "visina grafikona."
350
351 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:40
352 msgid "Graph color for user-related CPU activity"
353 msgstr "Boja grafikona za CPU aktivnosti korisnika"
354
355 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:44
356 msgid "Graph color for system-related CPU activity"
357 msgstr "Boja grafikona za CPU aktivnosti sustava"
358
359 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:48
360 msgid "Graph color for nice-related CPU activity"
361 msgstr "Boja grafikona za CPU aktivnosti s manjim prioritetom"
362
363 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:52
364 msgid "Graph color for iowait-related CPU activity"
365 msgstr "Boja grafikona za CPU aktivnosti vezane uz čekanje na U/I"
366
367 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:56
368 msgid "CPU graph background color"
369 msgstr "Boja pozadine CPU grafikona"
370
371 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:61
372 msgid "Graph color for user-related memory usage"
373 msgstr "Boja grafikona za korisničko korištenje memorije"
374
375 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:65
376 msgid "Graph color for shared memory"
377 msgstr "Boja grafikona za dijeljenu memoriju"
378
379 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:69
380 msgid "Graph color for buffer memory"
381 msgstr "Boja grafikona za memoriju međuspremnika"
382
383 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:73
384 msgid "Graph color for cached memory"
385 msgstr "Boja grafikona za memoriju predmemorije"
386
387 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:77
388 msgid "Memory graph background color"
389 msgstr "Boja pozadine grafikona memorije"
390
391 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:82
392 msgid "Graph color for input network activity"
393 msgstr "Boja grafikona za dolaznu aktivnosti mreže"
394
395 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:86
396 msgid "Graph color for output network activity"
397 msgstr "Boja grafikona za odlaznu aktivnosti mreže"
398
399 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:90
400 msgid "Graph color for loopback network usage"
401 msgstr "Boja grafikona za loopback mrežno korištenje"
402
403 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:94
404 msgid "Network graph background color"
405 msgstr "Boja pozadine grafikona mreže"
406
407 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:99
408 msgid "Graph color for user-related swap usage"
409 msgstr "Boja grafikona za korisničko korištenje swap memorije"
410
411 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:103
412 msgid "Swap graph background color"
413 msgstr "Boja pozadine grafikona za swap memoriju"
414
415 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:108
416 msgid "Graph color for load average"
417 msgstr "Boja grafikona za prosječno opterećenje"
418
419 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:112
420 msgid "Load graph background color"
421 msgstr "Boja pozadine grafikona za opterećenje"
422
423 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:117
424 msgid "Graph color for disk read"
425 msgstr "Boja grafikona za čitanje diska"
426
427 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:121
428 msgid "Graph color for disk write"
429 msgstr "Boja grafikona za pisanje diska"
430
431 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:125
432 msgid "Background color for disk load graph"
433 msgstr "Boja pozadine grafikona korištenja diska"
434
435 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:130
436 msgid "The desktop description file to execute as the system monitor"
437 msgstr "Datoteka opisa radne površine za pokretanje kao nadgledatelja sustava"
438
439 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:6
440 msgid "Show sum"
441 msgstr "Prikaži sumu"
442
443 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:7
444 msgid "Show sum instead of in & out"
445 msgstr "Prikaži sumu umjesto preuzimanja i slanja"
446
447 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:12
448 msgid "Show bits"
449 msgstr "Prikaži bitove"
450
451 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:13
452 msgid "Show bits instead of bytes"
453 msgstr "Prikaži bitove umjesto bajtova"
454
455 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:18
456 msgid "Change icon"
457 msgstr "Promijeni ikonu"
458
459 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:19
460 msgid "Change icon according to the selected device"
461 msgstr "Promijeni ikonu prema odabranom uređaju"
462
463 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:24
464 msgid "Auto change device"
465 msgstr "Automatski promijeni uređaj"
466
467 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:29
468 msgid "Refresh time"
469 msgstr "Vrijeme osvježavanja"
470
471 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:30
472 msgid "Refresh time in milliseconds"
473 msgstr "Vrijeme osvježavanja u milisekundama"
474
475 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:35
476 msgid "Network device"
477 msgstr "Mrežni uređaj"
478
479 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:40
480 msgid "Up command"
481 msgstr "Dolazna naredba"
482
483 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:45
484 msgid "Down command"
485 msgstr "Odlazna naredba"
486
487 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:50
488 msgid "In graph color"
489 msgstr "Boja grafikona preuzimanja"
490
491 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:55
492 msgid "Out graph color"
493 msgstr "Boja grafikona slanja"
494
495 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:5
496 msgid "File name for sticky notes"
497 msgstr "Naziv datoteke ljepljive bilješke"
498
499 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:6
500 msgid ""
501 "File name for sticky notes in $XDG_CONFIG_HOME/gnome-applets/sticky-notes."
502 msgstr ""
503 "Naziv datoteke za ljepljive bilješke u $XDG_CONFIG_HOME/gnome-applets/sticky-"
504 "notes."
505
506 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:10
507 msgid "Default width for new notes"
508 msgstr "Zadana širina za nove bilješke"
509
510 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:11
511 msgid "Default width for new sticky notes in pixels."
512 msgstr "Zadana širina za nove ljepljive bilješke u pikselima."
513
514 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:15
515 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:16
516 msgid "Default height for new notes"
517 msgstr "Zadana visina za nove bilješke"
518
519 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:20
520 msgid "Default color for new notes"
521 msgstr "Zadana boja za nove bilješke"
522
523 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:21
524 msgid ""
525 "Default color for new sticky notes. This can be standard name, hexadecimal "
526 "value, RGB color or RGBA color."
527 msgstr ""
528 "Zadana boja za nove ljepljive bilješke. Ovo treba biti standardan naziv, "
529 "heksadecimalna vrijednost, RGB boja ili RGBA boja."
530
531 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:25
532 msgid "Default color for font"
533 msgstr "Zadana boja za slova"
534
535 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:26
536 msgid ""
537 "Default font color for new sticky notes. This can be standard name, "
538 "hexadecimal value, RGB color or RGBA color."
539 msgstr ""
540 "Zadana boja za slova nove ljepljive bilješke. Ovo treba biti standardan "
541 "naziv, heksadecimalna vrijednost, RGB boja ili RGBA boja."
542
543 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:30
544 msgid "Default font for new notes"
545 msgstr "Zadana slova za nove bilješke"
546
547 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:31
548 msgid ""
549 "Default font for new sticky notes. This should be a Pango Font Name, for "
550 "example \"Sans Italic 10\"."
551 msgstr ""
552 "Zadana slova za nove ljepljive bilješke. Ovo treba biti Pango Font Name, na "
553 "primjer \"Sans Italic 10\"."
554
555 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:35
556 msgid "Sticky notes' workspace stickyness"
557 msgstr "Ljepljivost radnog prostora ljepljivih bilješki"
558
559 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:36
560 msgid ""
561 "Specifies whether the sticky notes are visible on ALL workspaces on the "
562 "desktop, or not."
563 msgstr ""
564 "Određuje jesu li ljepljive bilješke vidljive na SVIM radnim prostorima radne "
565 "površine."
566
567 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:40
568 msgid "Sticky notes' locked state"
569 msgstr "Zaključano stanje ljepljivih bilješki"
570
571 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:41
572 msgid "Specifies whether the sticky notes are locked (non-editable) or not."
573 msgstr "Određuje jesu li ljepljive bilješke zaključane (nemoguće uređivanje)."
574
575 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:45
576 msgid "Date format of note's title"
577 msgstr "Format datuma naslova bilješke"
578
579 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:46
580 msgid ""
581 "By default, sticky notes are given the current date as the title when they "
582 "are created. This format is used; anything that can be parsed by strftime() "
583 "is valid."
584 msgstr ""
585 "Po zadanome, kada se naprave ljepljive bilješke, koristi se trenutni datum "
586 "za naslov. Ovaj format se koristi; sve što strftime() može obraditi je "
587 "valjano."
588
589 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:50
590 msgid "Whether to use the default system color"
591 msgstr "Treba li koristiti zadane boje sustava"
592
593 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:51
594 msgid ""
595 "If this option is disabled, a custom color can be used as the default color "
596 "for all sticky notes."
597 msgstr ""
598 "Ako je ova mogućnost onemogućena, prilagođena boja može biti korištena kao "
599 "zadana boja za sve ljepljive bilješke."
600
601 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:55
602 msgid "Whether to use the default system font"
603 msgstr "Treba li koristiti zadana slova sustava"
604
605 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:56
606 msgid ""
607 "If this option is disabled, a custom font can be used as the default font "
608 "for all sticky notes."
609 msgstr ""
610 "Ako je ova mogućnost onemogućena, prilagođena slova se mogu koristiti kao "
611 "zadana slova za sve ljepljive bilješke."
612
613 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:60
614 msgid "Whether to force the default color and font on all notes"
615 msgstr "Treba li prisiliti korištenje zadane boje i slova za sve bilješke"
616
617 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:61
618 msgid ""
619 "If this option is enabled, the custom colors and fonts that have been "
620 "assigned to individual notes will be ignored."
621 msgstr ""
622 "Ako je ova mogućnost omogućena, prilagođene boje i slova za pojedinačne "
623 "bilješke će biti zanemareni."
624
625 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:65
626 msgid "Whether to hide all notes when the desktop is selected"
627 msgstr "Treba li sakriti sve bilješke kada se odabere radna površina"
628
629 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:66
630 msgid ""
631 "If this option is enabled, selecting the desktop in any way will "
632 "automatically hide all the open notes."
633 msgstr ""
634 "Ako je ova mogućnost omogućena, odabir radne površine na bilo koji način će "
635 "automatski sakriti sve otvorene bilješke."
636
637 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:70
638 msgid "Whether to ask for confirmation when deleting a note"
639 msgstr "Treba li zatražiti potvrdu pri brisanju bilješke"
640
641 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:71
642 msgid "Empty notes are always deleted without confirmation."
643 msgstr "Prazne bilješke se uvijek brišu bez potvrde."
644
645 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:4
646 msgid "'Timer'"
647 msgstr "'Odbrojavanje'"
648
649 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:5
650 msgid "Name of timer"
651 msgstr "Naziv odbrojavanja"
652
653 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:9
654 msgid "Duration of timer in seconds"
655 msgstr "Trajanje odbrojavanja u sekundama"
656
657 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:13
658 msgid "Show notification popup when timer finish"
659 msgstr "Prikaži skočnu obavijest kada se odbrojavanje završi"
660
661 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:17
662 msgid "Show dialog window when timer finish"
663 msgstr "Prikaži dijalog prozora kada se odbrojavanje završi"
664
665 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:77
666 msgid "Determines whether we use custom or Metacity's button layout"
667 msgstr "Određuje treba li koristiti prilagođeni ili Metacityjev raspored tipki"
668
669 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:78
670 msgid ""
671 "When disabled, this applet's button_layout string will be used to order the "
672 "buttons."
673 msgstr ""
674 "Kada je onemogućeno, ovaj button_layout apletov izraz će se koristiti za "
675 "poredak tipki."
676
677 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:82
678 msgid "Layout of buttons."
679 msgstr "Raspored tipki."
680
681 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:83
682 msgid ""
683 "Essentially a copy from Metacity's button_layout, but we can modify it for "
684 "custom settings."
685 msgstr ""
686 "U suštini kopija iz Metacityjevog button_layout izraza, ali ga možemo "
687 "promijeniti za prilagođenu postavke."
688
689 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:87
690 msgid "Button theme"
691 msgstr "Tema tipke"
692
693 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:88
694 msgid "Name of a folder located in windowapplets/themes/ or \"custom\"."
695 msgstr "Naziv mape koji se nalazi u windowapplets/themes/ ili \"custom\"."
696
697 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:92
698 msgid "Button orientation"
699 msgstr "Usmjerenje tipke"
700
701 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:93
702 msgid ""
703 "May be used to set a static button orientation. Setting this value to 1 will "
704 "ensure the buttons are always displayed horizontally. Setting it to 2 will "
705 "do the same but vertically. The default setting 0 will set it automatically "
706 "according to the panel."
707 msgstr ""
708 "Može se koristiti za postavljanje nepromjenjivog usmjerenja tipke. "
709 "Postavljanje ove vrijednosti na 1 će uvijek tipku prikazati vodoravno. "
710 "Postavljanje na 2 će uvijek prikazati tipku okomito. Zadana postavka je 0 "
711 "koja postavlja automatski prema panelu."
712
713 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:106
714 msgid "Hides buttons when there are no windows present."
715 msgstr "Sakrij tipke kada nema prisutnog prozora."
716
717 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:107
718 msgid ""
719 "When enabled, the buttons will disappear when there are no maximized (or "
720 "active) windows on the screen."
721 msgstr ""
722 "Kada je omogućeno, tipke će nestati kada nema uvećanih (ili aktivnih) "
723 "prozora na zaslonu."
724
725 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:111
726 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:10
727 msgid "Only control maximized windows."
728 msgstr "Samo upravljaj uvećanim prozorima."
729
730 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:112
731 msgid ""
732 "When enabled, the window buttons will always control the upper-most "
733 "maximized window."
734 msgstr ""
735 "Kada je omogućeno, tipke prozora će uvijek upravljati najgornjem uvećanim "
736 "prozorom."
737
738 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:116
739 msgid "Reverse the buttons placement."
740 msgstr "Obrni smještaj tipka."
741
742 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:117
743 msgid ""
744 "When enabled, the window buttons will be placed in reverse order (right to "
745 "left instead of left to right, or bottom to top instead of top to bottom)."
746 msgstr ""
747 "Kada je omogućeno, tipke prozora će biti smještene obrnutim poretkom (s "
748 "desna prema lijevu umjesto s lijeva prema desnu, ili s dna prema vrhu "
749 "umjesto s vrha prema dnu)."
750
751 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:121
752 msgid "Enable click effect."
753 msgstr "Omogući efekt klika."
754
755 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:122
756 msgid ""
757 "When enabled, the button will change image to 'clicked' whenever it is "
758 "clicked."
759 msgstr ""
760 "Kada je omogućeno, tipka će promijeniti sliku za 'clicked' uvijek kada se "
761 "klikne."
762
763 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:126
764 msgid "Enable hover effect."
765 msgstr "Omogući efekt lebdenja."
766
767 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:127
768 msgid ""
769 "When enabled, the button will change image to 'hovered' whenever the mouse "
770 "passes it."
771 msgstr ""
772 "Kada je omogućeno, tipka će promijeniti sliku za 'hovered' uvijek kada se "
773 "prijeđe pokazivačem miša."
774
775 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:131
776 msgid "Show tooltips on buttons."
777 msgstr "Prikaži opise na tipkama."
778
779 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:132
780 msgid ""
781 "When enabled, each button will display its own tooltip, describing the "
782 "function that it represents."
783 msgstr ""
784 "Kada je omogućeno, svaka tipka će prikazati svoj opis, opisujući funkciju "
785 "koju predstavlja."
786
787 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:5
788 msgid "Show windows from all workspaces."
789 msgstr "Prikaži prozore sa svih radnih prostora."
790
791 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:9
792 msgid ""
793 "Show the home title and logout button in the window title if no window is "
794 "selected and active (maximized)"
795 msgstr ""
796 "Prikaži naslov i tipku odjave u naslovu prozora ako nema odabranog i "
797 "aktivnog (uvećanog) prozora"
798
799 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:13
800 msgid "Show the application title when an application is active and maximized"
801 msgstr "Prikaži naslov aplikacije kada je aplikacija aktivna i uvećana"
802
803 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:17
804 msgid ""
805 "All icons except the current active window icon are greyed out. Disable to "
806 "have colored icons for all windows"
807 msgstr ""
808 "Sve ikone osim ikone trenutno aktivnog prozora su zasivljene. Onemogućite "
809 "kako bi imali obojane ikone za sve prozore"
810
811 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:22
812 msgid ""
813 "Whether the task list will expand automatically and use all available space."
814 msgstr ""
815 "Treba li se popis zadataka proširiti automatski i koristiti sav dostupan "
816 "prostor."
817
818 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:5
819 msgid "Hides title when there are no windows present."
820 msgstr "Sakrij naslov kada nema prisutnog prozora."
821
822 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:6
823 msgid ""
824 "When enabled, the title will disappear when there are no maximized (or "
825 "active) windows on the screen."
826 msgstr ""
827 "Kada je omogućeno, naslov će nestati kada nema uvećanih (ili aktivnih) "
828 "prozora na zaslonu."
829
830 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:11
831 msgid ""
832 "When enabled, the window title will always display the upper-most maximized "
833 "window's name."
834 msgstr ""
835 "Kada je omogućeno, naslov prozora će uvijek prikazati naziv najgornjeg "
836 "uvećanog prozora."
837
838 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:15
839 msgid "Set the title alignment."
840 msgstr "Postavi poravnanje naslova."
841
842 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:16
843 msgid "Legal values are between 0 and 1."
844 msgstr "Valjane vrijednosti su između 0 i 1."
845
846 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:20
847 msgid "Swap icon and title."
848 msgstr "Zamijeni ikonu i naslov."
849
850 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:21
851 msgid ""
852 "When enabled, window title will be on the left side and the icon on the "
853 "right side."
854 msgstr ""
855 "Kada je omogućeno, naslov prozora će biti na lijevoj strani a ikona na "
856 "desnoj strani."
857
858 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:25
859 msgid "Expand the applet"
860 msgstr "Proširi aplet"
861
862 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:26
863 msgid "When enabled, the applet will use up all available space in the panel."
864 msgstr "Kada je omogućeno, aplet će koristiti sav dostupan prostor na panelu."
865
866 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:30
867 msgid "Hide the icon"
868 msgstr "Sakrij ikonu"
869
870 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:31
871 msgid "When enabled, the window icon will not be displayed."
872 msgstr "Kada je omogućeno, ikona prozora se neće prikazati."
873
874 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:35
875 msgid "Hide the title"
876 msgstr "Sakrij naslov"
877
878 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:36
879 msgid "When enabled, the window title will not be displayed."
880 msgstr "Kada je omogućeno, naslov prozora se neće prikazati."
881
882 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:40
883 msgid "Show tooltips over title and icon"
884 msgstr "Prikaži opise preko ikona i naslova"
885
886 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:41
887 msgid ""
888 "When enabled, a tooltip carrying the name of the currently active window "
889 "will be shown."
890 msgstr ""
891 "Kada je omogućeno, opis koji sadrži naslov trenutno aktivnog prozora će biti "
892 "prikazan."
893
894 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:45
895 msgid "Minimal title size"
896 msgstr "Najmanja veličina naslova"
897
898 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:46
899 msgid ""
900 "This size is used when the applet is not expanded or otherwise to determine "
901 "the minimal size the title label can be shrunk to. The value represents the "
902 "amount of pixels either in width or height, depending on the panel "
903 "orientation."
904 msgstr ""
905 "Ova veličina se koristi kada aplet nije proširen ili u suprotnome za "
906 "otkrivanje najmanje veličine do koje se oznaka naslova može smanjiti. "
907 "Vrijednost predstavlja količinu piksela ili po širini ili visini, ovisno o "
908 "usmjerenju panela."
909
910 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:50
911 msgid "Use a custom style."
912 msgstr "Koristi prilagođeni izgled."
913
914 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:51
915 msgid ""
916 "When enabled, custom font style and color will be used. When disabled, "
917 "system theme defaults will be used."
918 msgstr ""
919 "Kada je omogućeno, prilagođeni izgled slova i boja će se koristiti. Kada je "
920 "onemogućeno, koristiti će se zadana tema sustava."
921
922 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:55
923 msgid "Show the window action menu on right click."
924 msgstr "Prikaži izbornik radnji prozora pri desnom kliku."
925
926 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:56
927 msgid ""
928 "Will cause the window action menu to appear when the title is right-clicked. "
929 "This experimental feature is still under development! Warning! In current "
930 "feature state you will be unable to access the applet action menu via title-"
931 "right click when this option is enabled! You may still do so by right-"
932 "clicking the icon if it is not hidden."
933 msgstr ""
934 "Uzrokovat će pojavljivanje izbornika radnji prozora kada se desno klikne na "
935 "naslov. Ova eksperimentalna značajka je još uvijek u razvoju! Upozorenje! U "
936 "trenutnom stanju značajke biti ćete u nemogućnosti pristupiti izborniku "
937 "radnji apleta putem desnog klika na naslov, kada je ova mogućnost omogućena! "
938 "Još uvijek možete to učiniti desnim klikom na ikonu ako nije skrivena."
939
940 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:60
941 msgid "Active title font."
942 msgstr "Slovo naslova za aktivno stanje."
943
944 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:61
945 msgid "Font name and size for the active window state."
946 msgstr "Naziv slova i veličina za aktivno stanje prozora."
947
948 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:65
949 msgid "Inactive title font."
950 msgstr "Slovo naslova za neaktivno stanje."
951
952 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:66
953 msgid "Font name and size for the inactive window state."
954 msgstr "Naziv slova i veličina za neaktivno stanje prozora."
955
956 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:70
957 msgid "Active title foreground color."
958 msgstr "Boja prednjeg prikaza aktivnog naslova."
959
960 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:71
961 msgid "Title foreground color in hex format for the active window state."
962 msgstr ""
963 "Boja prednjeg prikaza naslova u heksadecimalnom formatu za aktivno stanje "
964 "prozora."
965
966 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:75
967 msgid "Inactive title foreground color."
968 msgstr "Boja prednjeg prikaza neaktivnog naslova."
969
970 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:76
971 msgid "Title foreground color in hex format for the inactive window state."
972 msgstr ""
973 "Boja prednjeg prikaza naslova u heksadecimalnom formatu za neaktivno stanje "
974 "prozora."
975
976 #: gnome-applets/accessx-status/accessx-status-applet-menu.ui:5
977 msgid "_Keyboard Accessibility Preferences"
978 msgstr "_Osobitosti pristupačnosti tipkovnice"
979
980 #: gnome-applets/accessx-status/accessx-status-applet-menu.ui:9
981 #: gnome-applets/battstat/battstat-applet-menu.ui:9
982 #: gnome-applets/charpick/charpick-applet-menu.ui:9
983 #: gnome-applets/charpick/properties.c:510
984 #: gnome-applets/cpufreq/cpufreq-applet-menu.ui:9
985 #: gnome-applets/drivemount/drivemount-applet-menu.ui:5
986 #: gnome-applets/geyes/geyes-applet-menu.ui:9 gnome-applets/geyes/themes.c:270
987 #: gnome-applets/gweather/gweather-applet-menu.ui:19
988 #: gnome-applets/mini-commander/mini-commander-applet-menu.ui:9
989 #: gnome-applets/multiload/multiload-applet-menu.ui:15
990 #: gnome-applets/netspeed/netspeed-menu.ui:13
991 #: gnome-applets/netspeed/preferences.c:334
992 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:27
993 #: gnome-applets/trash/trash-menu.ui:15
994 msgid "_Help"
995 msgstr "_Priručnik"
996
997 #: gnome-applets/accessx-status/accessx-status-applet-menu.ui:13
998 #: gnome-applets/battstat/battstat-applet-menu.ui:13
999 #: gnome-applets/brightness/brightness-applet-menu.ui:5
1000 #: gnome-applets/charpick/charpick-applet-menu.ui:13
1001 #: gnome-applets/command/command-applet-menu.ui:9
1002 #: gnome-applets/cpufreq/cpufreq-applet-menu.ui:13
1003 #: gnome-applets/drivemount/drivemount-applet-menu.ui:9
1004 #: gnome-applets/geyes/geyes-applet-menu.ui:13
1005 #: gnome-applets/gweather/gweather-applet-menu.ui:23
1006 #: gnome-applets/inhibit/inhibit-applet-menu.ui:5
1007 #: gnome-applets/mini-commander/mini-commander-applet-menu.ui:13
1008 #: gnome-applets/multiload/multiload-applet-menu.ui:19
1009 #: gnome-applets/netspeed/netspeed-menu.ui:17
1010 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:31
1011 #: gnome-applets/timer/timer-applet-menu.ui:21
1012 #: gnome-applets/tracker-search-bar/tracker-search-bar-menu.ui:5
1013 #: gnome-applets/trash/trash-menu.ui:19
1014 #: gnome-applets/window-buttons/window-buttons-menu.ui:9
1015 #: gnome-applets/window-picker/wp-menu.ui:9
1016 #: gnome-applets/window-title/window-title-menu.ui:9
421017 msgid "_About"
43 msgstr "_O programu..."
44
45 #: ../accessx-status/GNOME_AccessxApplet.xml.h:2
46 #: ../battstat/GNOME_BattstatApplet.xml.h:2
47 #: ../charpick/GNOME_CharpickerApplet.xml.h:2
48 #: ../cpufreq/GNOME_CPUFreqApplet.xml.h:2
49 #: ../drivemount/GNOME_DriveMountApplet.xml.h:2
50 #: ../geyes/GNOME_GeyesApplet.xml.h:2
51 #: ../gswitchit/GNOME_GSwitchItApplet.xml.h:6
52 #: ../gweather/GNOME_GWeatherApplet.xml.h:3
53 #: ../mini-commander/src/GNOME_MiniCommanderApplet.xml.h:2
54 #: ../mixer/GNOME_MixerApplet.xml.h:3 ../modemlights/GNOME_ModemLights.xml.h:4
55 #: ../multiload/GNOME_MultiloadApplet.xml.h:2
56 #: ../stickynotes/GNOME_StickyNotesApplet.xml.h:4
57 #: ../trashapplet/GNOME_Panel_TrashApplet.xml.h:3
58 msgid "_Help"
59 msgstr "_Pomoć"
60
61 #: ../accessx-status/GNOME_AccessxApplet.xml.h:3
62 msgid "_Keyboard Accessibility Preferences"
63 msgstr "Postavke za pristupačnost tipkovnice"
64
65 #: ../accessx-status/GNOME_AccessxStatusApplet.server.in.in.h:1
66 msgid "AccessX Status Applet Factory"
67 msgstr "Tvornica appleta AccessX statusa"
68
69 #: ../accessx-status/GNOME_AccessxStatusApplet.server.in.in.h:2
70 #: ../accessx-status/applet.c:1327
1018 msgstr "_O programu"
1019
1020 #: gnome-applets/accessx-status/accessx-status-applet.c:218
1021 msgid "Open the universal access preferences dialog"
1022 msgstr "Otvori dijalog osobitosti univerzalnog pristupa"
1023
1024 #: gnome-applets/accessx-status/accessx-status-applet.c:236
1025 #, c-format
1026 msgid "There was an error launching the keyboard preferences dialog: %s"
1027 msgstr "Greška se dogodila pri pokretanju dijaloga osobitosti tipkovnice: %s"
1028
1029 #. Note to translators: the first letter of the alphabet, not the indefinite article
1030 #: gnome-applets/accessx-status/accessx-status-applet.c:494
1031 #: gnome-applets/accessx-status/accessx-status-applet.c:542
1032 msgid "a"
1033 msgstr "a"
1034
1035 #: gnome-applets/accessx-status/accessx-status-applet.c:997
1036 msgid "XKB Extension is not enabled"
1037 msgstr "XKB proširenje nije omogućeno"
1038
1039 #: gnome-applets/accessx-status/accessx-status-applet.c:1004
1040 msgid "Unknown error"
1041 msgstr "Nepoznata greška"
1042
1043 #: gnome-applets/accessx-status/accessx-status-applet.c:1012
1044 #, c-format
1045 msgid "Error: %s"
1046 msgstr "Greška: %s"
1047
1048 #: gnome-applets/accessx-status/accessx-status-applet.c:1115
1049 #: gnome-applets/accessx-status/accessx-status-applet.c:1119
1050 #: gnome-applets/accessx-status/accessx-status-applet.c:1249
1051 msgid "AccessX Status"
1052 msgstr "AccessX stanje"
1053
1054 #: gnome-applets/accessx-status/accessx-status-applet.c:1116
1055 #: gnome-applets/accessx-status/accessx-status-applet.c:1120
1056 msgid "Shows keyboard status when accessibility features are used."
1057 msgstr "Prikazuje stanje tipkovnice kada se koristi značajka pristupačnosti."
1058
1059 #: gnome-applets/accessx-status/accessx-status-applet.c:1246
1060 #: gnome-applets/ga-module.c:66
711061 msgid "Keyboard Accessibility Status"
72 msgstr "Stanje upotrebljivosti tipkovnice"
73
74 #: ../accessx-status/GNOME_AccessxStatusApplet.server.in.in.h:3
75 msgid "Keyboard Accessibility Status Applet Factory"
76 msgstr "Keyboard Accessibility Status Applet Factory"
77
78 #: ../accessx-status/GNOME_AccessxStatusApplet.server.in.in.h:4
79 msgid "Shows the status of keyboard accessibility features"
80 msgstr "Prikazuje stanje za mogućnosti pristupačnosti tipkovnice"
81
82 #: ../accessx-status/applet.c:139
1062 msgstr "Stanje pristupačnosti tipkovnice"
1063
1064 #: gnome-applets/accessx-status/accessx-status-applet.c:1251
1065 msgid "Displays current state of keyboard accessibility features"
1066 msgstr "Prikazuje trenutno stanje značajke pristupačnosti tipkovnice"
1067
1068 #: gnome-applets/accessx-status/accessx-status-applet.c:1314
831069 msgid "Shows the state of AccessX features such as latched modifiers"
84 msgstr "Prikazuje stanje AccessX mogućnosti, kao što su zadržani modifikatori"
85
86 #. about.set_artists([])
87 #. about.set_documenters([])
88 #. translators: These appear in the About dialog, usual format applies.
89 #. "documenters", documenters,
90 #: ../accessx-status/applet.c:144 ../battstat/battstat_applet.c:1241
91 #: ../charpick/charpick.c:601 ../cpufreq/src/cpufreq-applet.c:653
92 #: ../drivemount/drivemount.c:118 ../geyes/geyes.c:195
93 #: ../gswitchit/gswitchit-applet.c:464 ../gweather/gweather-about.c:57
94 #: ../invest-applet/invest/about.py:32 ../mini-commander/src/about.c:54
95 #: ../mixer/applet.c:1418 ../modemlights/modem-applet.c:1023
96 #: ../multiload/main.c:63 ../stickynotes/stickynotes_applet_callbacks.c:371
97 #: ../trashapplet/src/trashapplet.c:424
1070 msgstr "Prikazuje stanje AccessX značajke, kao što su zaključani izmjenjivači"
1071
1072 #: gnome-applets/accessx-status/accessx-status-applet.c:1336
1073 #: gnome-applets/battstat/battstat-applet.c:1545
1074 #: gnome-applets/brightness/brightness-applet.c:815
1075 #: gnome-applets/charpick/charpick-applet.c:838
1076 #: gnome-applets/command/command-applet.c:415
1077 #: gnome-applets/cpufreq/cpufreq-applet.c:1005
1078 #: gnome-applets/drivemount/drivemount-applet.c:176
1079 #: gnome-applets/geyes/geyes-applet.c:410
1080 #: gnome-applets/gweather/gweather-applet.c:616
1081 #: gnome-applets/inhibit/inhibit-applet.c:431
1082 #: gnome-applets/mini-commander/mini-commander-applet.c:470
1083 #: gnome-applets/multiload/multiload-applet.c:514
1084 #: gnome-applets/netspeed/netspeed-applet.c:1538
1085 #: gnome-applets/sticky-notes/sticky-notes-applet.c:845
1086 #: gnome-applets/timer/timer-applet.c:463
1087 #: gnome-applets/tracker-search-bar/tracker-applet.c:464
1088 #: gnome-applets/trash/trash-applet.c:592
1089 #: gnome-applets/window-buttons/window-buttons.c:792
1090 #: gnome-applets/window-picker/wp-applet.c:375
1091 #: gnome-applets/window-title/window-title.c:815
981092 msgid "translator-credits"
991093 msgstr ""
1001094 "lokalizacija@linux.hr\n"
1041098 " Robert Sedak <robert.sedak@sk.t-com.hr>\n"
1051099 "\n"
1061100 "Launchpad Contributions:\n"
1101 "\n"
1102 " gogo https://launchpad.net/~trebelnik-stefina\n"
1071103 " Ante Karamatić https://launchpad.net/~ivoks\n"
1081104 " Launchpad Translations Administrators https://launchpad.net/~rosetta-"
1091105 "admins\n"
1131109 " Senko Rasic https://launchpad.net/~senko\n"
1141110 " young https://launchpad.net/~davorin-sego"
1151111
116 #: ../accessx-status/applet.c:170
117 #, c-format
118 msgid "There was an error launching the help viewer: %s"
119 msgstr "Došlo je do greške prilikom pokretanja preglednika pomoći: %s"
120
121 #: ../accessx-status/applet.c:220
122 #, c-format
123 msgid "There was an error launching the keyboard preferences dialog: %s"
124 msgstr ""
125 "Došlo je do greške prilikom pokretanja programa za postavljanje tipkovnice: "
126 "%s"
127
128 #. Note to translators: the first letter of the alphabet, not the indefinite article
129 #: ../accessx-status/applet.c:468 ../accessx-status/applet.c:506
130 msgid "a"
131 msgstr "jedan"
132
133 #: ../accessx-status/applet.c:980 ../accessx-status/applet.c:1053
134 #: ../accessx-status/applet.c:1122 ../accessx-status/applet.c:1330
135 msgid "AccessX Status"
136 msgstr "AccessX status"
137
138 #: ../accessx-status/applet.c:981 ../accessx-status/applet.c:1123
139 msgid "Shows keyboard status when accessibility features are used."
140 msgstr ""
141 "Prikazuje stanje tipkovnice kada se korise svojstva pristupačnosti tipkovnice"
142
143 #: ../accessx-status/applet.c:1015
144 msgid "XKB Extension is not enabled"
145 msgstr "XKB Ekstenzije nisu omogućene"
146
147 #: ../accessx-status/applet.c:1020
148 msgid "Unknown error"
149 msgstr "Nepoznata greška"
150
151 #: ../accessx-status/applet.c:1028
152 #, c-format
153 msgid "Error: %s"
154 msgstr "Greška: %s"
155
156 #: ../accessx-status/applet.c:1332
157 msgid "Displays current state of keyboard accessibility features"
158 msgstr "Prikazuje tekuće stanje mogućnosti pristupačnosti tipkovnice"
159
160 #: ../battstat/GNOME_BattstatApplet.server.in.in.h:1
161 #: ../battstat/battstat_applet.c:1605 ../battstat/battstat_applet.c:1658
162 msgid "Battery Charge Monitor"
163 msgstr "Praćenje stanja baterije"
164
165 #: ../battstat/GNOME_BattstatApplet.server.in.in.h:2
166 msgid "Battstat Factory"
167 msgstr "Battstat tvornica"
168
169 #: ../battstat/GNOME_BattstatApplet.server.in.in.h:3
170 #: ../battstat/battstat_applet.c:1659
171 msgid "Monitor a laptop's remaining power"
172 msgstr "Praćenje preostale snage prenosnog računala"
173
174 #: ../battstat/GNOME_BattstatApplet.xml.h:3
175 #: ../charpick/GNOME_CharpickerApplet.xml.h:3
176 #: ../cpufreq/GNOME_CPUFreqApplet.xml.h:3 ../geyes/GNOME_GeyesApplet.xml.h:3
177 #: ../gweather/GNOME_GWeatherApplet.xml.h:4
178 #: ../invest-applet/data/Invest_Applet.xml.h:2
179 #: ../mini-commander/src/GNOME_MiniCommanderApplet.xml.h:3
180 #: ../mixer/GNOME_MixerApplet.xml.h:5
181 #: ../multiload/GNOME_MultiloadApplet.xml.h:4
182 #: ../stickynotes/GNOME_StickyNotesApplet.xml.h:7
1112 #: gnome-applets/battstat/battstat-applet-menu.ui:5
1113 #: gnome-applets/charpick/charpick-applet-menu.ui:5
1114 #: gnome-applets/command/command-applet-menu.ui:5
1115 #: gnome-applets/cpufreq/cpufreq-applet-menu.ui:5
1116 #: gnome-applets/geyes/geyes-applet-menu.ui:5
1117 #: gnome-applets/gweather/gweather-applet-menu.ui:15
1118 #: gnome-applets/mini-commander/mini-commander-applet-menu.ui:5
1119 #: gnome-applets/multiload/multiload-applet-menu.ui:11
1120 #: gnome-applets/netspeed/netspeed-menu.ui:9
1121 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:23
1122 #: gnome-applets/timer/timer-applet-menu.ui:17
1123 #: gnome-applets/window-buttons/window-buttons-menu.ui:5
1124 #: gnome-applets/window-picker/wp-menu.ui:5
1125 #: gnome-applets/window-title/window-title-menu.ui:5
1831126 msgid "_Preferences"
184 msgstr "_Postavke"
185
186 #: ../battstat/battstat_applet.c:71
1127 msgstr "_Osobitosti"
1128
1129 #: gnome-applets/battstat/battstat-applet.ui:14
1130 msgid "Battery Charge Monitor Preferences"
1131 msgstr "Osobitosti nadgledanja napunjenosti baterije"
1132
1133 #: gnome-applets/battstat/battstat-applet.ui:33
1134 #: gnome-applets/window-buttons/window-buttons.ui:692
1135 #: gnome-applets/window-title/window-title.ui:443
1136 msgid "Appearance"
1137 msgstr "Izgled"
1138
1139 #: gnome-applets/battstat/battstat-applet.ui:67
1140 msgid "_Compact view"
1141 msgstr "_Zbijeni prikaz"
1142
1143 #: gnome-applets/battstat/battstat-applet.ui:86
1144 msgid "(shows single image for status and charge)"
1145 msgstr "(prikazuje jednu sliku za stanje i punjenje)"
1146
1147 #: gnome-applets/battstat/battstat-applet.ui:99
1148 msgid "_Expanded view"
1149 msgstr "_Prošireni prikaz"
1150
1151 #: gnome-applets/battstat/battstat-applet.ui:118
1152 msgid "(two images: one for status, one for charge)"
1153 msgstr "(dvije slike: jedna za stanje, druga za punjenje)"
1154
1155 #: gnome-applets/battstat/battstat-applet.ui:142
1156 msgid "_Show time/percentage:"
1157 msgstr "_Prikaži vrijeme/postotak:"
1158
1159 #: gnome-applets/battstat/battstat-applet.ui:176
1160 msgid "Show _time remaining"
1161 msgstr "Prikaži preostalo _vrijeme"
1162
1163 #: gnome-applets/battstat/battstat-applet.ui:191
1164 msgid "Show _percentage remaining"
1165 msgstr "Prikaži preostali _postotak"
1166
1167 #: gnome-applets/battstat/battstat-applet.ui:249
1168 msgid "Notifications"
1169 msgstr "Obavijesti"
1170
1171 #. TRANSLATOR: This is the beginning of the sentence 'Warn when battery charge drops to: [XX] percent/minutes remaining'
1172 #: gnome-applets/battstat/battstat-applet.ui:280
1173 msgid "_Warn when battery charge drops to:"
1174 msgstr "_Upozori kada napunjenost baterije padne na:"
1175
1176 #: gnome-applets/battstat/battstat-applet.ui:336
1177 msgid "_Notify when battery is fully recharged"
1178 msgstr "_Obavijesti kada je baterija potpuno napunjena"
1179
1180 #: gnome-applets/battstat/battstat-applet.c:57
1871181 msgid "System is running on AC power"
188 msgstr "Sustav radi na AC napajanju"
189
190 #: ../battstat/battstat_applet.c:72
1182 msgstr "Sustav radi na energiji izvora napajanja"
1183
1184 #: gnome-applets/battstat/battstat-applet.c:58
1911185 msgid "System is running on battery power"
192 msgstr "Sustav radi na baterije"
193
194 #: ../battstat/battstat_applet.c:374
1186 msgstr "Sustav radi na energiji baterije"
1187
1188 #: gnome-applets/battstat/battstat-applet.c:324
1951189 #, c-format
1961190 msgid "Battery charged (%d%%)"
197 msgstr "Baterija puna (%d%%)"
198
199 #: ../battstat/battstat_applet.c:376
1191 msgstr "Baterija napunjena (%d%%)"
1192
1193 #: gnome-applets/battstat/battstat-applet.c:326
2001194 #, c-format
2011195 msgid "Unknown time (%d%%) remaining"
202 msgstr "Preostalo nepoznato vrijeme (%d%%)"
203
204 #: ../battstat/battstat_applet.c:378
1196 msgstr "Nepoznato vrijeme (%d%%) preostalo"
1197
1198 #: gnome-applets/battstat/battstat-applet.c:328
2051199 #, c-format
2061200 msgid "Unknown time (%d%%) until charged"
207 msgstr "Nepoznato vrijeme (%d%%) punjenja"
208
209 #: ../battstat/battstat_applet.c:383
1201 msgstr "Nepoznato vrijeme (%d%%) do napunjenosti"
1202
1203 #: gnome-applets/battstat/battstat-applet.c:333
2101204 #, c-format
2111205 msgid "%d minute (%d%%) remaining"
2121206 msgid_plural "%d minutes (%d%%) remaining"
2141208 msgstr[1] "%d minute (%d%%) preostale"
2151209 msgstr[2] "%d minuta (%d%%) preostalo"
2161210
217 #: ../battstat/battstat_applet.c:388
1211 #: gnome-applets/battstat/battstat-applet.c:338
2181212 #, c-format
2191213 msgid "%d minute until charged (%d%%)"
2201214 msgid_plural "%d minutes until charged (%d%%)"
221 msgstr[0] "%d minuta do napunjenja (%d%%)"
222 msgstr[1] "%d minuta do napunjenja (%d%%)"
223 msgstr[2] "%d minuta do napunjenja (%d%%)"
224
225 #: ../battstat/battstat_applet.c:394
1215 msgstr[0] "%d minuta do napunjenosti (%d%%)"
1216 msgstr[1] "%d minute do napunjenosti (%d%%)"
1217 msgstr[2] "%d minuta do napunjenosti (%d%%)"
1218
1219 #: gnome-applets/battstat/battstat-applet.c:344
2261220 #, c-format
2271221 msgid "%d hour (%d%%) remaining"
2281222 msgid_plural "%d hours (%d%%) remaining"
2301224 msgstr[1] "%d sata (%d%%) preostala"
2311225 msgstr[2] "%d sati (%d%%) preostalo"
2321226
233 #: ../battstat/battstat_applet.c:399
1227 #: gnome-applets/battstat/battstat-applet.c:349
2341228 #, c-format
2351229 msgid "%d hour until charged (%d%%)"
2361230 msgid_plural "%d hours until charged (%d%%)"
237 msgstr[0] "%d sat do napunjenja (%d%%)"
238 msgstr[1] "%d sata do napunjenja (%d%%)"
239 msgstr[2] "%d sati do napunjenja (%d%%)"
1231 msgstr[0] "%d sat do napunjenosti (%d%%)"
1232 msgstr[1] "%d sata do napunjenosti (%d%%)"
1233 msgstr[2] "%d sati do napunjenosti (%d%%)"
2401234
2411235 #. TRANSLATOR: "%d %s %d %s" are "%d hours %d minutes"
2421236 #. * Swap order with "%2$s %2$d %1$s %1$d if needed
243 #: ../battstat/battstat_applet.c:406
1237 #: gnome-applets/battstat/battstat-applet.c:356
2441238 #, c-format
2451239 msgid "%d %s %d %s (%d%%) remaining"
2461240 msgstr "%d %s %d %s (%d%%) preostalo"
2471241
248 #: ../battstat/battstat_applet.c:407 ../battstat/battstat_applet.c:414
1242 #: gnome-applets/battstat/battstat-applet.c:357
1243 #: gnome-applets/battstat/battstat-applet.c:364
2491244 msgid "hour"
2501245 msgid_plural "hours"
2511246 msgstr[0] "sat"
2521247 msgstr[1] "sata"
2531248 msgstr[2] "sati"
2541249
255 #: ../battstat/battstat_applet.c:408 ../battstat/battstat_applet.c:415
1250 #: gnome-applets/battstat/battstat-applet.c:358
1251 #: gnome-applets/battstat/battstat-applet.c:365
2561252 msgid "minute"
2571253 msgid_plural "minutes"
2581254 msgstr[0] "minuta"
2611257
2621258 #. TRANSLATOR: "%d %s %d %s" are "%d hours %d minutes"
2631259 #. * Swap order with "%2$s %2$d %1$s %1$d if needed
264 #: ../battstat/battstat_applet.c:413
1260 #: gnome-applets/battstat/battstat-applet.c:363
2651261 #, c-format
2661262 msgid "%d %s %d %s until charged (%d%%)"
267 msgstr "%d %s %d %s do napunjenja (%d%%)"
268
269 #: ../battstat/battstat_applet.c:427
1263 msgstr "%d %s %d %s do napunjenosti (%d%%)"
1264
1265 #: gnome-applets/battstat/battstat-applet.c:377
2701266 msgid "Battery Monitor"
271 msgstr "Nadzornik baterije"
272
273 #: ../battstat/battstat_applet.c:437 ../battstat/battstat_applet.c:497
1267 msgstr "Nadgledatelj baterije"
1268
1269 #: gnome-applets/battstat/battstat-applet.c:387
1270 #: gnome-applets/battstat/battstat-applet.c:443
2741271 msgid "Your battery is now fully recharged"
275 msgstr "Vaša baterija je u potpunosti napunjena"
276
277 #: ../battstat/battstat_applet.c:473 ../battstat/battstat_applet.c:629
1272 msgstr "Vaša baterija je potpuno napunjena"
1273
1274 #: gnome-applets/battstat/battstat-applet.c:420
1275 #: gnome-applets/battstat/battstat-applet.c:575
2781276 msgid "Battery Notice"
279 msgstr "Obavijest o stanju baterije"
1277 msgstr "Obavijest baterije"
2801278
2811279 #. we don't know the remaining time
282 #: ../battstat/battstat_applet.c:574
1280 #: gnome-applets/battstat/battstat-applet.c:520
2831281 #, c-format
2841282 msgid "You have %d%% of your total battery capacity remaining."
285 msgstr "Preostalo je %d%% ukupnog kapaciteta baterije."
286
287 #: ../battstat/battstat_applet.c:580
1283 msgstr "Preostalo je %d%% od ukupnog kapaciteta baterije."
1284
1285 #: gnome-applets/battstat/battstat-applet.c:526
2881286 #, c-format
2891287 msgid ""
2901288 "You have %d minute of battery power remaining (%d%% of the total capacity)."
2911289 msgid_plural ""
2921290 "You have %d minutes of battery power remaining (%d%% of the total capacity)."
2931291 msgstr[0] ""
294 "Preostalo vam je %d minuta rada na bateriji (%d%% ukupnog kapaciteta)."
1292 "Preostala vam je %d minuta energije baterije (%d%% od ukupnog kapaciteta)."
2951293 msgstr[1] ""
296 "Preostale su vam %d minute rada na bateriji (%d%% ukupnog kapaciteta)."
1294 "Preostala su vam %d minute energije baterije (%d%% od ukupnog kapaciteta)."
2971295 msgstr[2] ""
298 "Preostalo vam je %d minuta rada na bateriji (%d%% ukupnog kapaciteta)."
1296 "Preostala vam je %d minuta energije baterije (%d%% od ukupnog kapaciteta)."
2991297
3001298 #. TRANSLATORS: this is a list, it is left as a single string
3011299 #. * to allow you to make it appear like a list would in your
3021300 #. * locale. This is if the laptop does not support suspend.
303 #: ../battstat/battstat_applet.c:592
1301 #: gnome-applets/battstat/battstat-applet.c:538
3041302 msgid ""
3051303 "To avoid losing your work:\n"
3061304 " • plug your laptop into external power, or\n"
3071305 " • save open documents and shut your laptop down."
3081306 msgstr ""
309 "Kako bi ste izbjegli gubitak podataka:\n"
310 " priključite prijenosno računalo na izvor napajanja, ili\n"
311 " snimite otvorene dokumenta i ugasite prijenosno računalo."
1307 "Kako bi izbjegli gubitak svojeg rada:\n"
1308 " • priključite svoj prijenosnik na izvor napajanja, ili\n"
1309 " • spremite otvorene dokumente i isključite prijenosnik."
3121310
3131311 #. TRANSLATORS: this is a list, it is left as a single string
3141312 #. * to allow you to make it appear like a list would in your
3151313 #. * locale. This is if the laptop supports suspend.
316 #: ../battstat/battstat_applet.c:600
1314 #: gnome-applets/battstat/battstat-applet.c:546
3171315 msgid ""
3181316 "To avoid losing your work:\n"
3191317 " • suspend your laptop to save power,\n"
3201318 " • plug your laptop into external power, or\n"
3211319 " • save open documents and shut your laptop down."
3221320 msgstr ""
323 "Kako bi ste izbjegli gubitak podataka:\n"
324 " suspendirajte vaše prijenosno računalo zbog štednje baterije,\n"
325 " priključite prijenosno računalo na izvor napajanja, ili\n"
326 " snimite otvorene dokumenta i ugasite prijenosno računalo"
327
328 #: ../battstat/battstat_applet.c:608
1321 "Kako bi izbjegli gubitak svojeg rada:\n"
1322 " • suspendirajte svoj prijenosnik kako bi uštedjeli energiju,\n"
1323 " • priključite svoj prijenosnik na izvor napajanja, ili\n"
1324 " • spremite otvorene dokumente i isključite svoj prijenosnik."
1325
1326 #: gnome-applets/battstat/battstat-applet.c:554
3291327 msgid "Your battery is running low"
330 msgstr "Vaša baterija je pri kraju"
331
332 #: ../battstat/battstat_applet.c:705
1328 msgstr "Vaša baterija je skoro prazna"
1329
1330 #: gnome-applets/battstat/battstat-applet.c:649
3331331 msgid "No battery present"
3341332 msgstr "Baterija nije priključena"
3351333
336 #: ../battstat/battstat_applet.c:708
1334 #: gnome-applets/battstat/battstat-applet.c:652
3371335 msgid "Battery status unknown"
338 msgstr "Stanje baterije je nepoznato"
339
340 #: ../battstat/battstat_applet.c:867
1336 msgstr "Nepoznato stanje baterije"
1337
1338 #: gnome-applets/battstat/battstat-applet.c:833
3411339 msgid "N/A"
342 msgstr "nedostupno"
343
344 #: ../battstat/battstat_applet.c:1188 ../drivemount/drivemount.c:142
345 #: ../geyes/geyes.c:346 ../geyes/themes.c:257 ../gweather/gweather-applet.c:63
346 #: ../gweather/gweather-pref.c:745 ../mini-commander/src/preferences.c:369
347 #: ../stickynotes/stickynotes_applet_callbacks.c:336
348 #: ../stickynotes/stickynotes_applet_callbacks.c:543
349 #: ../trashapplet/src/trashapplet.c:390
350 #, c-format
351 msgid "There was an error displaying help: %s"
352 msgstr "Došlo je do greške pri prikazivanju pomoći: %s"
353
354 #: ../battstat/battstat_applet.c:1228
355 msgid "This utility shows the status of your laptop battery."
356 msgstr "Ovaj alat prikazuje stanje baterije vašeg prenosnog računala."
357
358 #. true
359 #: ../battstat/battstat_applet.c:1230
360 msgid "HAL backend enabled."
361 msgstr "Koristi HAL podsustav."
362
363 #. false
364 #: ../battstat/battstat_applet.c:1231
365 msgid "Legacy (non-HAL) backend enabled."
366 msgstr "Koristi stari (ne-HAL) podsustav."
367
368 #: ../battstat/battstat-hal.c:350 ../battstat/battstat-hal.c:375
369 msgid "HAL error"
370 msgstr "HAL greška"
371
372 #: ../battstat/battstat-hal.c:350
373 msgid "Could not create libhal_ctx"
374 msgstr "Nije moguće stvoriti libhal_ctx"
375
376 #: ../battstat/battstat-hal.c:375
377 msgid "No batteries found"
378 msgstr "Nije pronađena baterija"
379
380 #: ../battstat/battstat-hal.c:424
381 #, c-format
382 msgid "Unable to initialise HAL: %s: %s"
383 msgstr "Nije moguće inicijalizirati HAL: %s: %s"
384
385 #: ../battstat/battstat.schemas.in.h:1
386 msgid "0 for no label, 1 for percentage and 2 for time remaining."
387 msgstr "0 - bez oznake, 1 - postotak, 2 - preostalo vrijeme"
388
389 #: ../battstat/battstat.schemas.in.h:2
390 msgid "Beep for warnings"
391 msgstr "Oglasi se pri upozorenjima"
392
393 #: ../battstat/battstat.schemas.in.h:3
394 msgid "Beep when displaying a warning."
395 msgstr ""
396
397 #: ../battstat/battstat.schemas.in.h:4
398 msgid "Drain from top"
399 msgstr "Cijedi sa vrha"
400
401 #: ../battstat/battstat.schemas.in.h:5
402 msgid "Full Battery Notification"
403 msgstr "Obavijest o punoj bateriji"
404
405 #: ../battstat/battstat.schemas.in.h:6
406 msgid "Low Battery Notification"
407 msgstr "Obavijest o slaboj bateriji"
408
409 #: ../battstat/battstat.schemas.in.h:7
410 msgid "Notify user when the battery is full."
411 msgstr "Obavijesti korisnika kada je baterija puna."
412
413 #: ../battstat/battstat.schemas.in.h:8
414 msgid "Notify user when the battery is low."
415 msgstr "Obavijesti korisnika kada je baterija skoro prazna."
416
417 #: ../battstat/battstat.schemas.in.h:9
418 msgid "Red value level"
419 msgstr "Vrijednost za crveno"
420
421 #: ../battstat/battstat.schemas.in.h:10
422 msgid ""
423 "Show the battery meter draining from the top of the battery. Only "
424 "implemented for traditional battery view."
425 msgstr ""
426 "Prikaži pražnjenje baterije od vrha. Ostvareno samo za standardni pregled "
427 "stanja baterije."
428
429 #: ../battstat/battstat.schemas.in.h:11
430 msgid "Show the horizontal battery"
431 msgstr "Vodoravni prikaz baterije"
432
433 #: ../battstat/battstat.schemas.in.h:12
434 msgid "Show the time/percent label"
435 msgstr "Prikaži oznaku vremena/postotka"
436
437 #: ../battstat/battstat.schemas.in.h:13
438 msgid "Show the traditional, horizontal battery on the panel."
439 msgstr "Prikaži uobičajeni, vodoravni prikaz baterije na ploči."
440
441 #: ../battstat/battstat.schemas.in.h:14
442 msgid "Show the upright, smaller battery on the panel."
443 msgstr "Prikaži uspravni, manji prikaz baterije na ploči."
444
445 #: ../battstat/battstat.schemas.in.h:15
446 msgid ""
447 "The battery level below which the battery is displayed as red. Also the "
448 "value at which the low battery warning is displayed."
449 msgstr ""
450 "Razina napunjenosti baterije ispod kojega se baterija prikazuje u crvenoj "
451 "boji. Ujedno i vrijednost kod koje se prikazuje upozorenje o niskoj razini "
452 "napunjenosti."
453
454 #: ../battstat/battstat.schemas.in.h:16
455 msgid "Upright (small) battery"
456 msgstr "Uspravan (mali) prikaz baterije"
457
458 #: ../battstat/battstat.schemas.in.h:17
459 msgid ""
460 "Use the value defined in red_value as a time remaining to show the warning "
461 "dialog rather than a percentage."
462 msgstr ""
463
464 #: ../battstat/battstat.schemas.in.h:18
465 msgid "Warn on low time rather than low percentage"
466 msgstr "Koristi upozorenje bazirano na preostalom vremenu umjesto na postotku"
1340 msgstr "N/D"
1341
1342 #: gnome-applets/battstat/battstat-applet.c:1443 gnome-applets/ga-module.c:76
1343 msgid "Battery Charge Monitor"
1344 msgstr "Nadgledanje napunjenosti baterije"
1345
1346 #: gnome-applets/battstat/battstat-applet.c:1444 gnome-applets/ga-module.c:77
1347 msgid "Monitor a laptop's remaining power"
1348 msgstr "Nadgledanje preostale energije prijenosnika"
1349
1350 #: gnome-applets/battstat/battstat-applet.c:1515
1351 msgid ""
1352 "This utility shows the status of your laptop battery.\n"
1353 "\n"
1354 "UPower backend enabled."
1355 msgstr ""
1356 "Ovaj alat prikazuje stanje baterije vašeg prijenosnika.\n"
1357 "\n"
1358 "UPower pozadinski program je omogućen."
4671359
4681360 #. TRANSLATOR: this is a selectable item in a drop-down menu to end
4691361 #. * this sentence:
4701362 #. * "Warn when battery charge drops to: [XX] percent".
4711363 #.
472 #: ../battstat/properties.c:319
1364 #: gnome-applets/battstat/properties.c:258
4731365 msgid "Percent"
4741366 msgstr "posto"
4751367
4771369 #. * this sentence:
4781370 #. * "Warn when battery charge drops to: [XX] minutes remaining"
4791371 #.
480 #: ../battstat/properties.c:325
1372 #: gnome-applets/battstat/properties.c:264
4811373 msgid "Minutes Remaining"
482 msgstr "minuta"
483
484 #: ../battstat/sounds/battstat_applet.soundlist.in.h:1
485 msgid "Battery Status Utility"
486 msgstr "Alat za praćenje stanje baterije"
487
488 #: ../battstat/sounds/battstat_applet.soundlist.in.h:2
489 msgid "Battery fully re-charged"
490 msgstr "Baterija u potpunosti napunjena"
491
492 #: ../battstat/sounds/battstat_applet.soundlist.in.h:3
493 msgid "Battery power low"
494 msgstr "Baterija slaba"
495
496 #: ../charpick/GNOME_CharpickerApplet.server.in.in.h:1
497 #: ../charpick/charpick.c:731 ../charpick/charpick.c:743
498 #: ../charpick/properties.c:464
499 msgid "Character Palette"
500 msgstr "Paleta znakova"
501
502 #: ../charpick/GNOME_CharpickerApplet.server.in.in.h:2
503 msgid "Charpicker Applet Factory"
504 msgstr "Tvornica za applet za odabir znakova"
505
506 #: ../charpick/GNOME_CharpickerApplet.server.in.in.h:3
507 #: ../charpick/charpick.c:731
508 msgid "Insert characters"
509 msgstr "Unesite znakove"
510
511 #: ../charpick/charpick.c:426
1374 msgstr "minuta preostalo"
1375
1376 #: gnome-applets/brightness/brightness-applet.c:186
1377 msgid "Cannot connect to gnome-settings-daemon"
1378 msgstr "Nemoguće povezivanje s gnome-settings-daemon"
1379
1380 #: gnome-applets/brightness/brightness-applet.c:188
1381 msgid "Cannot get laptop panel brightness"
1382 msgstr "Nemoguće dobivanje svjetline panela prijenosnika"
1383
1384 #: gnome-applets/brightness/brightness-applet.c:190
1385 #, c-format
1386 msgid "LCD brightness : %d%%"
1387 msgstr "LCD svjetlina : %d%%"
1388
1389 #: gnome-applets/brightness/brightness-applet.c:784
1390 msgid "Adjusts laptop panel brightness."
1391 msgstr "Prilagodite svjetlinu panela prijenosnika."
1392
1393 #: gnome-applets/brightness/brightness-applet.c:793
1394 msgid ""
1395 "Licensed under the GNU General Public License Version 2\n"
1396 "\n"
1397 "Brightness Applet is free software; you can redistribute it and/or\n"
1398 "modify it under the terms of the GNU General Public License\n"
1399 "as published by the Free Software Foundation; either version 2\n"
1400 "of the License, or (at your option) any later version.\n"
1401 "\n"
1402 "Brightness Applet is distributed in the hope that it will be useful,\n"
1403 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1404 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
1405 "GNU General Public License for more details.\n"
1406 "\n"
1407 "You should have received a copy of the GNU General Public License\n"
1408 "along with this program; if not, write to the Free Software\n"
1409 "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
1410 "02110-1301, USA.\n"
1411 msgstr ""
1412 "Licencirano pod uvjetima GNU Opće javne licence inačice 2\n"
1413 "\n"
1414 "Aplet svjetline je slobodan softver; možete ga redistribuirati i/ili\n"
1415 "mijenjati pod uvjetima GNU Opće javne licence objavljene\n"
1416 "od strane Zaklade slobodnog softvera (Free Software Foundation);\n"
1417 "ili inačice 2 Licence, ili (po vašem mišljenju) svake novije inačice.\n"
1418 "\n"
1419 "Aplet svjetline je distribuiran u nadi da će biti koristan,\n"
1420 "ali BEZ IKAKVOG JAMSTVA; čak i bez podrazumijevanog jamstva ili\n"
1421 "POGODNOSTI ZA ODREĐENU NAMJENU. Pogledajte\n"
1422 "GNU Opću javnu licencu za više pojedinosti.\n"
1423 "\n"
1424 "Trebali ste dobiti primjerak GNU Opće javne licence\n"
1425 "uz ovaj program, ako niste pišite na adresu: Free Software\n"
1426 "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
1427 "02110-1301, USA.\n"
1428
1429 #: gnome-applets/brightness/brightness-applet.c:810
1430 msgid "Copyright © 2006 Benjamin Canou"
1431 msgstr "Autorsko pravo © 2006 Benjamin Canou"
1432
1433 #: gnome-applets/charpick/charpick-applet.c:392
5121434 msgid "Available palettes"
5131435 msgstr "Dostupne palete"
5141436
5161438 #. * hopefully, the name of the unicode character has already
5171439 #. * been translated.
5181440 #.
519 #: ../charpick/charpick.c:473
1441 #: gnome-applets/charpick/charpick-applet.c:435
5201442 #, c-format
5211443 msgid "Insert \"%s\""
522 msgstr "Unesite \"%s\""
523
524 #: ../charpick/charpick.c:476
1444 msgstr "Umetni \"%s\""
1445
1446 #: gnome-applets/charpick/charpick-applet.c:438
5251447 msgid "Insert special character"
5261448 msgstr "Umetni posebni znak"
5271449
528 #: ../charpick/charpick.c:480
1450 #: gnome-applets/charpick/charpick-applet.c:442
5291451 #, c-format
5301452 msgid "insert special character %s"
531 msgstr "unesite posebni znak %s"
532
533 #: ../charpick/charpick.c:596
534 msgid ""
535 "Gnome Panel applet for selecting strange characters that are not on my "
1453 msgstr "umetni posebni znak %s"
1454
1455 #: gnome-applets/charpick/charpick-applet.c:642
1456 #: gnome-applets/charpick/properties.c:431 gnome-applets/ga-module.c:95
1457 msgid "Character Palette"
1458 msgstr "Paleta znakova"
1459
1460 #: gnome-applets/charpick/charpick-applet.c:642 gnome-applets/ga-module.c:96
1461 msgid "Insert characters"
1462 msgstr "Umetni znakove"
1463
1464 #: gnome-applets/charpick/charpick-applet.c:813
1465 msgid ""
1466 "GNOME Panel applet for selecting strange characters that are not on my "
5361467 "keyboard. Released under GNU General Public Licence."
5371468 msgstr ""
538 "Gnome Panel aplet za odabir čudnih znakova koji se ne nalaze na tipkovnici. "
539 "Objavljeno pod GNU GPL."
540
541 #: ../charpick/charpick.schemas.in.h:1
542 msgid "Characters shown on applet startup"
543 msgstr "Znakovi koji se prikazuju prilikom pokretanja appleta"
544
545 #: ../charpick/charpick.schemas.in.h:2
546 msgid "DEPRECATED - Characters shown on applet startup"
547 msgstr "ZASTARJELO — Znakovi koji se prikazuju po pokretanju appleta"
548
549 #: ../charpick/charpick.schemas.in.h:3 ../charpick/properties.c:391
550 msgid "List of available palettes"
551 msgstr "Popis dostupnih paleta"
552
553 #: ../charpick/charpick.schemas.in.h:4
554 msgid "List of strings containing the available palettes."
555 msgstr ""
556
557 #: ../charpick/charpick.schemas.in.h:5
558 msgid ""
559 "The string that the user had selected when the applet was last used. This "
560 "string will be displayed when the user starts the applet."
561 msgstr ""
562 "Znakovni niz koji je odabrao korisnik pri posljednjoj upotrebi appleta. Ovaj "
563 "znakovni niz će biti prikazan kada korisnik pokrene applet."
564
565 #: ../charpick/properties.c:40
1469 "Gnome Panel aplet za odabir neobičnih znakova koji se ne nalaze na "
1470 "tipkovnici. Objavljeno pod GNU Općom javnom licencom."
1471
1472 #: gnome-applets/charpick/properties.c:74
1473 #: gnome-applets/trash/trash-applet.c:422 gnome-applets/trash/trash-empty.c:323
1474 msgid "_Cancel"
1475 msgstr "_Odustani"
1476
1477 #: gnome-applets/charpick/properties.c:75
1478 msgid "_OK"
1479 msgstr "_U redu"
1480
1481 #: gnome-applets/charpick/properties.c:94
1482 msgid "_Palette:"
1483 msgstr "_Paleta:"
1484
1485 #: gnome-applets/charpick/properties.c:102
1486 msgid "Palette entry"
1487 msgstr "Unos palete"
1488
1489 #: gnome-applets/charpick/properties.c:103
1490 msgid "Modify a palette by adding or removing characters"
1491 msgstr "Promijenite paletu dodavajući ili uklanjajući znakove"
1492
1493 #: gnome-applets/charpick/properties.c:218
1494 msgid "Add Palette"
1495 msgstr "Dodaj paletu"
1496
1497 #: gnome-applets/charpick/properties.c:255
1498 msgid "Edit Palette"
1499 msgstr "Uredi paletu"
1500
1501 #: gnome-applets/charpick/properties.c:357
1502 msgid "Palettes list"
1503 msgstr "Popis paleta"
1504
1505 #: gnome-applets/charpick/properties.c:436
1506 msgid "_Palettes:"
1507 msgstr "_Palete:"
1508
1509 #: gnome-applets/charpick/properties.c:448
1510 msgid "_Add"
1511 msgstr "_Dodaj"
1512
1513 #: gnome-applets/charpick/properties.c:452
1514 msgid "Add button"
1515 msgstr "Dodaj tipku"
1516
1517 #: gnome-applets/charpick/properties.c:453
1518 msgid "Click to add a new palette"
1519 msgstr "Kliknite za dodavanje nove palete"
1520
1521 #: gnome-applets/charpick/properties.c:455
5661522 msgid "_Edit"
5671523 msgstr "_Uredi"
5681524
569 #: ../charpick/properties.c:129
570 msgid "_Palette:"
571 msgstr "_Paleta:"
572
573 #: ../charpick/properties.c:137
574 msgid "Palette entry"
575 msgstr "Unos u paletu"
576
577 #: ../charpick/properties.c:138
578 msgid "Modify a palette by adding or removing characters"
579 msgstr "Izmijenite paletu dodavajući ili odstranjujući znakove"
580
581 #: ../charpick/properties.c:252
582 msgid "Add Palette"
583 msgstr "Dodaj paletu"
584
585 #: ../charpick/properties.c:289
586 msgid "Edit Palette"
587 msgstr "Uredi paletu..."
588
589 #: ../charpick/properties.c:390
590 msgid "Palettes list"
591 msgstr "Popis paleta"
592
593 #: ../charpick/properties.c:469
594 msgid "_Palettes:"
595 msgstr "_Palete"
596
597 #: ../charpick/properties.c:485
598 msgid "Add button"
599 msgstr "Dodaj gumb"
600
601 #: ../charpick/properties.c:486
602 msgid "Click to add a new palette"
603 msgstr "Kliknite za dodavanje nove palete"
604
605 #: ../charpick/properties.c:493
1525 #: gnome-applets/charpick/properties.c:460
6061526 msgid "Edit button"
607 msgstr "Uredi gumb"
608
609 #: ../charpick/properties.c:494
1527 msgstr "Uredi tipku"
1528
1529 #: gnome-applets/charpick/properties.c:461
6101530 msgid "Click to edit the selected palette"
6111531 msgstr "Kliknite za uređivanje odabrane palete"
6121532
613 #: ../charpick/properties.c:501
1533 #: gnome-applets/charpick/properties.c:463
1534 #: gnome-applets/trash/trash-applet.c:424
1535 msgid "_Delete"
1536 msgstr "_Obriši"
1537
1538 #: gnome-applets/charpick/properties.c:468
6141539 msgid "Delete button"
615 msgstr "Ukloni gumb"
616
617 #: ../charpick/properties.c:502
1540 msgstr "Obriši tipku"
1541
1542 #: gnome-applets/charpick/properties.c:469
6181543 msgid "Click to delete the selected palette"
619 msgstr "Kliknite za uklanjanje odabrane palete"
620
621 #: ../charpick/properties.c:554
1544 msgstr "Kliknite za brisanje odabrane palete"
1545
1546 #: gnome-applets/charpick/properties.c:506
6221547 msgid "Character Palette Preferences"
623 msgstr "Postavke palete znakova"
624
625 #: ../cpufreq/GNOME_CPUFreqApplet.server.in.in.h:1
626 #: ../cpufreq/src/cpufreq-applet.c:972 ../cpufreq/src/cpufreq-applet.c:1030
1548 msgstr "Osobitosti palete znakova"
1549
1550 #: gnome-applets/charpick/properties.c:509
1551 #: gnome-applets/command/command-applet.c:103 gnome-applets/geyes/themes.c:269
1552 #: gnome-applets/netspeed/preferences.c:335
1553 #: gnome-applets/timer/timer-applet.c:276
1554 #: gnome-applets/window-picker/wp-preferences-dialog.ui:24
1555 msgid "_Close"
1556 msgstr "_Zatvori"
1557
1558 #: gnome-applets/command/command-applet.c:100
1559 msgid "Command Applet Preferences"
1560 msgstr "Osobitosti apleta naredbi"
1561
1562 #: gnome-applets/command/command-applet.c:113
1563 msgid "Command:"
1564 msgstr "Naredba:"
1565
1566 #: gnome-applets/command/command-applet.c:121
1567 msgid "Interval (seconds):"
1568 msgstr "Razdoblje (sekunde):"
1569
1570 #: gnome-applets/command/command-applet.c:129
1571 msgid "Maximum width (chars):"
1572 msgstr "Najveća širina (znakovi):"
1573
1574 #: gnome-applets/cpufreq/cpufreq-preferences.ui:7
1575 msgid "CPU Frequency Monitor Preferences"
1576 msgstr "Osobitosti nadgledanja CPU frekvencije"
1577
1578 #: gnome-applets/cpufreq/cpufreq-preferences.ui:28
1579 msgid "Monitor Settings"
1580 msgstr "Postavke nadgledanja"
1581
1582 #: gnome-applets/cpufreq/cpufreq-preferences.ui:60
1583 msgid "_Monitored CPU:"
1584 msgstr "_Nadgledani CPU:"
1585
1586 #: gnome-applets/cpufreq/cpufreq-preferences.ui:102
1587 msgid "Display Settings"
1588 msgstr "Postavke zaslona"
1589
1590 #: gnome-applets/cpufreq/cpufreq-preferences.ui:138
1591 msgid "_Appearance:"
1592 msgstr "_Izgled:"
1593
1594 #: gnome-applets/cpufreq/cpufreq-preferences.ui:163
1595 msgid "Show CPU frequency as _frequency"
1596 msgstr "Prikaži CPU frekvenciju kao _frekvenciju"
1597
1598 #: gnome-applets/cpufreq/cpufreq-preferences.ui:181
1599 msgid "Show frequency _units"
1600 msgstr "Prikaži _mjerne jedinice frekvencije"
1601
1602 #: gnome-applets/cpufreq/cpufreq-preferences.ui:197
1603 msgid "Show CPU frequency as _percentage"
1604 msgstr "Prikaži CPU frekvenciju kao _postotak"
1605
1606 #: gnome-applets/cpufreq/cpufreq-applet.c:959 gnome-applets/ga-module.c:115
6271607 msgid "CPU Frequency Scaling Monitor"
628 msgstr "Preglednik promjene frekvencije procesora"
629
630 #: ../cpufreq/GNOME_CPUFreqApplet.server.in.in.h:2
1608 msgstr "Nadgledatelj promjene frekvencije procesora"
1609
1610 #: gnome-applets/cpufreq/cpufreq-applet.c:960
1611 msgid "This utility shows the current CPU Frequency"
1612 msgstr "Ovo pomagalo prikazuje trenutnu CPU frekvenciju"
1613
1614 #: gnome-applets/cpufreq/cpufreq-applet.c:977
1615 msgid "This utility shows the current CPU Frequency Scaling."
1616 msgstr "Ovo pomagalo prikazuje trenutnu promjenu CPU frekvencije."
1617
1618 #: gnome-applets/cpufreq/cpufreq-prefs.c:473
1619 msgid "Graphic"
1620 msgstr "Grafika"
1621
1622 #: gnome-applets/cpufreq/cpufreq-prefs.c:478
1623 msgid "Text"
1624 msgstr "Tekst"
1625
1626 #: gnome-applets/cpufreq/cpufreq-prefs.c:483
1627 msgid "Graphic and Text"
1628 msgstr "Grafika i tekst"
1629
1630 #: gnome-applets/cpufreq/cpufreq-selector/org.gnome.cpufreqselector.policy.in:14
1631 msgid "Change CPU Frequency scaling"
1632 msgstr "Promijeni promjenu CPU frekvencije"
1633
1634 #: gnome-applets/cpufreq/cpufreq-selector/org.gnome.cpufreqselector.policy.in:15
1635 msgid "Privileges are required to change the CPU Frequency scaling."
1636 msgstr "Potrebne su ovlasti za promjenu promjene CPU frekvencije."
1637
1638 #: gnome-applets/drivemount/drive-button.c:324
1639 #: gnome-applets/drivemount/drive-button.c:337
1640 msgid "(mounted)"
1641 msgstr "(montirano)"
1642
1643 #: gnome-applets/drivemount/drive-button.c:326
1644 msgid "(not mounted)"
1645 msgstr "(nije montirano)"
1646
1647 #: gnome-applets/drivemount/drive-button.c:546
1648 msgid "Cannot start Nautilus File Manager"
1649 msgstr "Nemoguće pokretanje Nautilus upravitelja datoteka"
1650
1651 #: gnome-applets/drivemount/drive-button.c:553
1652 msgid "Could not find Nautilus"
1653 msgstr "Nemoguć pronalazak Nautilusa"
1654
1655 #: gnome-applets/drivemount/drive-button.c:864
1656 msgid "_Play DVD"
1657 msgstr "_Pokreni DVD"
1658
1659 #: gnome-applets/drivemount/drive-button.c:868
1660 msgid "_Play CD"
1661 msgstr "_Pokreni CD"
1662
1663 #: gnome-applets/drivemount/drive-button.c:871
1664 #, c-format
1665 msgid "_Open %s"
1666 msgstr "_Otvori %s"
1667
1668 #: gnome-applets/drivemount/drive-button.c:879
1669 #, c-format
1670 msgid "Un_mount %s"
1671 msgstr "Od_montiraj %s"
1672
1673 #: gnome-applets/drivemount/drive-button.c:885
1674 #, c-format
1675 msgid "_Mount %s"
1676 msgstr "_Montiraj %s"
1677
1678 #: gnome-applets/drivemount/drive-button.c:893
1679 #, c-format
1680 msgid "_Eject %s"
1681 msgstr "_Izbaci %s"
1682
1683 #: gnome-applets/drivemount/drivemount-applet.c:119
1684 #: gnome-applets/ga-module.c:126
1685 msgid "Disk Mounter"
1686 msgstr "Montiratelj diska"
1687
1688 #: gnome-applets/drivemount/drivemount-applet.c:155
1689 msgid "Applet for mounting and unmounting block volumes."
1690 msgstr "Aplet za montiranje i odmontiranje blok uređaja."
1691
1692 #: gnome-applets/ga-module.c:67
1693 msgid "Shows the status of keyboard accessibility features"
1694 msgstr "Prikazuje stanje značajki pristupačnosti tipkovnice"
1695
1696 #: gnome-applets/ga-module.c:86
1697 msgid "Brightness Applet"
1698 msgstr "Aplet svjetline"
1699
1700 #: gnome-applets/ga-module.c:87
1701 msgid "Adjusts Laptop panel brightness"
1702 msgstr "Prilagodite svjetlinu panela prijenosnika"
1703
1704 #: gnome-applets/ga-module.c:105 gnome-applets/mini-commander/preferences.c:627
1705 msgid "Command"
1706 msgstr "Naredba"
1707
1708 #: gnome-applets/ga-module.c:106
1709 msgid "Shows the output of a command"
1710 msgstr "Prikazuje izlaz naredbe"
1711
1712 #: gnome-applets/ga-module.c:116
6311713 msgid "Monitor the CPU Frequency Scaling"
6321714 msgstr "Nadziranje promjene frekvencije procesora"
6331715
634 #: ../cpufreq/cpufreq-applet.schemas.in.h:1
635 msgid ""
636 "A 0 value means to show cpu frequency, 1 to show frequency and units, and 2 "
637 "to show percentage instead of frequency."
638 msgstr ""
639 "Vrijednost 0 je predviđena za prikaz frekvencije procesora, 1 za prikaz "
640 "frekvencije i mjerne jedinice, 2 za prikaz postotka umjesto frekvencije."
641
642 #: ../cpufreq/cpufreq-applet.schemas.in.h:2
643 msgid ""
644 "A 0 value means to show the applet in graphic mode (pixmap only), 1 to show "
645 "the applet in text mode (not to show the pixmap) and 2 to show the applet in "
646 "graphic and text mode."
647 msgstr ""
648 "Vrijednost 0 prikazuje program u grafičkom modu (samo ikona), 1 prikazuje "
649 "program u tekstualnom modu (bez ikone) i 2 prikazuje program u grafičkom i "
650 "tekstualnom modu"
651
652 #: ../cpufreq/cpufreq-applet.schemas.in.h:3
653 msgid "CPU to Monitor"
654 msgstr "Koji procesor želite nadzirati"
655
656 #: ../cpufreq/cpufreq-applet.schemas.in.h:4
657 msgid "Mode to show cpu usage"
658 msgstr "Način za prikaz opterećenja procesora"
659
660 #: ../cpufreq/cpufreq-applet.schemas.in.h:5
661 msgid ""
662 "Set the CPU to monitor. In a single processor system you don't have to "
663 "change it."
664 msgstr ""
665 "Izaberite procesor za nadziranje. U jednoprocesorskom sustavu ne morate "
666 "ništa mijenjati."
667
668 #: ../cpufreq/cpufreq-applet.schemas.in.h:6
669 msgid "The type of text to display (if the text is enabled)."
670 msgstr "Tip teksta za prikaz (ako je prikaz teksta uključen)."
671
672 #: ../cpufreq/src/cpufreq-applet.c:620 ../cpufreq/src/cpufreq-prefs.c:477
673 msgid "Could not open help document"
674 msgstr "Nemogu otvoriti dokument koji sadrži pomoć"
675
676 #: ../cpufreq/src/cpufreq-applet.c:648
677 msgid "This utility shows the current CPU Frequency Scaling."
678 msgstr "Ovaj alat prikazuje trenutačnu promjenu frekvencije procesora."
679
680 #: ../cpufreq/src/cpufreq-applet.c:1031
681 msgid "This utility shows the current CPU Frequency"
682 msgstr "Ovaj alat prikazuje trenutačnu frekvenciju procesora"
683
684 #: ../cpufreq/src/cpufreq-prefs.c:612
685 msgid "Graphic"
686 msgstr "Grafika"
687
688 #: ../cpufreq/src/cpufreq-prefs.c:617
689 msgid "Text"
690 msgstr "Tekst"
691
692 #: ../cpufreq/src/cpufreq-prefs.c:622
693 msgid "Graphic and Text"
694 msgstr "Grafika i tekst"
695
696 #: ../cpufreq/src/cpufreq-monitor-cpuinfo.c:117
697 msgid "Frequency Scaling Unsupported"
698 msgstr "Promjena frekvencije nije podržana"
699
700 #. If there is no cpufreq support it shows only the cpu frequency,
701 #. * I think is better than do nothing. I have to notify it to the user, because
702 #. * he could think that cpufreq is supported but it doesn't work succesfully
703 #.
704 #: ../cpufreq/src/cpufreq-monitor-factory.c:59
705 msgid "CPU frequency scaling unsupported"
706 msgstr "Promjena frekvencije procesora nije podržana"
707
708 #: ../cpufreq/src/cpufreq-monitor-factory.c:60
709 msgid ""
710 "You will not be able to modify the frequency of your machine. Your machine "
711 "may be misconfigured or not have hardware support for CPU frequency scaling."
712 msgstr ""
713 "Promjena frekvencije na vašem računalu nije moguća. Računalo može biti krivo "
714 "podešeno ili nema hardversku podršku za promjenu frekvencije procesora."
715
716 #: ../drivemount/GNOME_DriveMountApplet.server.in.in.h:1
717 #: ../drivemount/drivemount.c:169 ../drivemount/drivemount.c:201
718 msgid "Disk Mounter"
719 msgstr "Priključenje diska"
720
721 #: ../drivemount/GNOME_DriveMountApplet.server.in.in.h:2
722 msgid "Drive Mount Applet Factory"
723 msgstr "Tvornica appleta za montiranje diskova"
724
725 #: ../drivemount/GNOME_DriveMountApplet.server.in.in.h:3
726 msgid "Factory for drive mount applet"
727 msgstr "Proizvodnja appleta za montiranje diskova"
728
729 #: ../drivemount/GNOME_DriveMountApplet.server.in.in.h:4
1716 #: gnome-applets/ga-module.c:127
7301717 msgid "Mount local disks and devices"
731 msgstr "Montirajte lokalne diskove i uređaje:"
732
733 #: ../drivemount/drive-button.c:338 ../drivemount/drive-button.c:351
734 msgid "(mounted)"
735 msgstr "(montirano)"
736
737 #: ../drivemount/drive-button.c:340
738 msgid "(not mounted)"
739 msgstr "(nije montirano)"
740
741 #: ../drivemount/drive-button.c:552
742 #, c-format
743 msgid "Cannot execute '%s'"
744 msgstr "Ne mogu izvršiti '%s'"
745
746 #: ../drivemount/drive-button.c:829
747 msgid "_Play DVD"
748 msgstr "_Pokreni DVD"
749
750 #: ../drivemount/drive-button.c:833
751 msgid "_Play CD"
752 msgstr "_Pokreni CD"
753
754 #: ../drivemount/drive-button.c:836
755 #, c-format
756 msgid "_Open %s"
757 msgstr "_Otvori %s"
758
759 #: ../drivemount/drive-button.c:845
760 #, c-format
761 msgid "Un_mount %s"
762 msgstr "Od_voji %s"
763
764 #: ../drivemount/drive-button.c:852
765 #, c-format
766 msgid "_Mount %s"
767 msgstr "_Priključi %s"
768
769 #: ../drivemount/drive-button.c:860
770 #, c-format
771 msgid "_Eject %s"
772 msgstr "_Izbaci %s"
773
774 #: ../drivemount/drivemount.c:115
775 msgid "Applet for mounting and unmounting block volumes."
776 msgstr "Applet za priključivanje i isključivanje blok uređaja."
777
778 #: ../drivemount/drivemount.schemas.in.h:1
779 msgid "Interval timeout to check mount point status"
780 msgstr "Razmak između dvije provjere stanja priključne točke"
781
782 #: ../drivemount/drivemount.schemas.in.h:2
783 msgid "Time in seconds between status updates"
784 msgstr "Vrijeme u sekundama između dva ažuriranja stanja"
785
786 #: ../geyes/GNOME_GeyesApplet.server.in.in.h:1
787 msgid "A set of eyeballs for your panel"
788 msgstr "Par očiju za vašu plohu"
789
790 #: ../geyes/GNOME_GeyesApplet.server.in.in.h:2 ../geyes/geyes.c:385
791 #: ../geyes/geyes.c:415 ../geyes/geyes.c:417
1718 msgstr "Montirajte lokalne diskove i uređaje"
1719
1720 #: gnome-applets/ga-module.c:136 gnome-applets/geyes/geyes-applet.c:303
1721 #: gnome-applets/geyes/geyes-applet.c:305
7921722 msgid "Eyes"
7931723 msgstr "Oči"
7941724
795 #: ../geyes/GNOME_GeyesApplet.server.in.in.h:3
796 msgid "Geyes Applet Factory"
797 msgstr "Tvornica apleta za Geyes"
798
799 #: ../geyes/geyes.c:190
1725 #: gnome-applets/ga-module.c:137
1726 msgid "A set of eyeballs for your panel"
1727 msgstr "Par očiju za vaš panel"
1728
1729 #: gnome-applets/ga-module.c:146
1730 msgid "Weather Report"
1731 msgstr "Izvještaj o vremenu"
1732
1733 #: gnome-applets/ga-module.c:147
1734 msgid "Monitor the current weather conditions, and forecasts"
1735 msgstr "Praćenje trenutnih vremenskih prilika i vremenske prognoze"
1736
1737 #: gnome-applets/ga-module.c:156 gnome-applets/inhibit/inhibit-applet.c:56
1738 msgid "Inhibit Applet"
1739 msgstr "Aplet sprječavanja štednje energije"
1740
1741 #: gnome-applets/ga-module.c:157
1742 msgid "Allows user to inhibit automatic power saving"
1743 msgstr "Omogućuje korisniku sprječavanje automatske štednje energije"
1744
1745 #: gnome-applets/ga-module.c:165
1746 msgid "Command Line"
1747 msgstr "Naredbeni redak"
1748
1749 #: gnome-applets/ga-module.c:166
1750 msgid "Mini-Commander"
1751 msgstr "Mini-Commander"
1752
1753 #: gnome-applets/ga-module.c:175
1754 msgid "System Monitor"
1755 msgstr "Nadgledanje sustava"
1756
1757 #: gnome-applets/ga-module.c:176
1758 msgid "A system load indicator"
1759 msgstr "Pokazatelj opterećenja sustava"
1760
1761 #: gnome-applets/ga-module.c:185
1762 msgid "Network Monitor"
1763 msgstr "Nadgledanje mreže"
1764
1765 #: gnome-applets/ga-module.c:186
1766 msgid "Netspeed Applet"
1767 msgstr "Aplet brzine mreže"
1768
1769 #: gnome-applets/ga-module.c:195
1770 #: gnome-applets/sticky-notes/sticky-notes-applet.c:723
1771 msgid "Sticky Notes"
1772 msgstr "Lijepljive bilješke"
1773
1774 #: gnome-applets/ga-module.c:196
1775 msgid "Create, view, and manage sticky notes on the desktop"
1776 msgstr ""
1777 "Stvorite, pogledajte i održavajte ljepljive bilješke na radnoj površini"
1778
1779 #: gnome-applets/ga-module.c:205
1780 msgid "Timer"
1781 msgstr "Odbrojavanje"
1782
1783 #: gnome-applets/ga-module.c:206
1784 msgid "Start a timer and receive a notification when it is finished"
1785 msgstr "Pokrenite odbrojavanje i primite obavijest kada odbrojavanje završi"
1786
1787 #: gnome-applets/ga-module.c:215
1788 msgid "Tracker Search Bar"
1789 msgstr "Traka pretrage pratitelja"
1790
1791 #: gnome-applets/ga-module.c:216
1792 msgid "Find your data quickly using Tracker"
1793 msgstr "Pretražite svoje podatke brzo pomoću Pratitelja"
1794
1795 #: gnome-applets/ga-module.c:225
1796 msgid "Trash"
1797 msgstr "Smeće"
1798
1799 #: gnome-applets/ga-module.c:226
1800 msgid "Go to Trash"
1801 msgstr "Idi u Smeće"
1802
1803 #: gnome-applets/ga-module.c:235
1804 msgid "Window Buttons"
1805 msgstr "Tipke prozora"
1806
1807 #: gnome-applets/ga-module.c:236
1808 msgid "Window buttons for your GNOME Panel"
1809 msgstr "Tipke prozora za vaš GNOME panel"
1810
1811 #: gnome-applets/ga-module.c:244
1812 msgid "Window Picker"
1813 msgstr "Birač prozora"
1814
1815 #: gnome-applets/ga-module.c:245
1816 msgid "Shows a list of icons for the open windows."
1817 msgstr "Prikazuje popis ikona za otvorene prozore."
1818
1819 #: gnome-applets/ga-module.c:253
1820 msgid "Window Title"
1821 msgstr "Naslov prozora"
1822
1823 #: gnome-applets/ga-module.c:254
1824 msgid "Window title for your GNOME Panel"
1825 msgstr "Naslov prozora za vaš GNOME panel"
1826
1827 #: gnome-applets/geyes/geyes-applet.c:306
1828 msgid "The eyes look in the direction of the mouse pointer"
1829 msgstr "Pogled oči gleda u smjeru pokazivača miša"
1830
1831 #: gnome-applets/geyes/geyes-applet.c:387
8001832 msgid "A goofy set of eyes for the GNOME panel. They follow your mouse."
801 msgstr ""
802
803 #: ../geyes/geyes.c:418
804 msgid "The eyes look in the direction of the mouse pointer"
805 msgstr "Pogledom oči vjerno prate kretnje miša"
806
807 #: ../geyes/geyes.schemas.in.h:1
808 msgid "Directory in which the theme is located"
809 msgstr "Direktorij u kojem se nalazi tema"
810
811 #: ../geyes/themes.c:140
1833 msgstr "Šaljiv par očiju za GNOME panel. One slijede vašeg miša."
1834
1835 #: gnome-applets/geyes/themes.c:144
8121836 msgid "Can not launch the eyes applet."
813 msgstr "Ne mogu pokrenuti programa \"oči\"."
814
815 #: ../geyes/themes.c:141
1837 msgstr "Nemoguće pokretanje apleta očiju."
1838
1839 #: gnome-applets/geyes/themes.c:145
8161840 msgid "There was a fatal error while trying to load the theme."
817 msgstr "Dogodila se kobna greška tijekom pokušaja učitavanja teme."
818
819 #: ../geyes/themes.c:317
1841 msgstr "Dogodila se kobna greška pri pokušaju učitavanja teme."
1842
1843 #: gnome-applets/geyes/themes.c:267
8201844 msgid "Geyes Preferences"
821 msgstr "Geyes postavke"
822
823 #: ../geyes/themes.c:351
1845 msgstr "Geyes osobitosti"
1846
1847 #: gnome-applets/geyes/themes.c:300
8241848 msgid "Themes"
8251849 msgstr "Teme"
8261850
827 #: ../geyes/themes.c:372
1851 #: gnome-applets/geyes/themes.c:321
8281852 msgid "_Select a theme:"
829 msgstr "_Odaberite temu:"
830
831 #: ../gkb-new/xmodmap/base.xml.in.h:1 ../gkb-new/xmodmap.sun/base.xml.in.h:1
832 msgid "Alt+Control changes layout."
833 msgstr "Alt+Control mijenja raspored."
834
835 #: ../gkb-new/xmodmap/base.xml.in.h:2 ../gkb-new/xmodmap.sun/base.xml.in.h:2
836 msgid "Alt+Shift changes layout."
837 msgstr "Alt+Shift mijenja raspored."
838
839 #: ../gkb-new/xmodmap/base.xml.in.h:3
840 msgid "Arabic keymap"
841 msgstr "Arapski raspored"
842
843 #: ../gkb-new/xmodmap/base.xml.in.h:4
844 msgid "Armenian"
845 msgstr "Armenski"
846
847 #: ../gkb-new/xmodmap/base.xml.in.h:5
848 msgid "Basque"
849 msgstr "Baskijski"
850
851 #: ../gkb-new/xmodmap/base.xml.in.h:6
852 msgid "Belgian"
853 msgstr "Belgijski"
854
855 #: ../gkb-new/xmodmap/base.xml.in.h:7 ../gkb-new/xmodmap.sun/base.xml.in.h:6
856 msgid "Both Alt keys together change layout."
857 msgstr "Obje Alt tipke mijenjaju raspored."
858
859 #: ../gkb-new/xmodmap/base.xml.in.h:8 ../gkb-new/xmodmap.sun/base.xml.in.h:7
860 msgid "Both Ctrl keys together change layout."
861 msgstr "Obje Ctrl tipke mijenjaju raspored."
862
863 #: ../gkb-new/xmodmap/base.xml.in.h:9 ../gkb-new/xmodmap.sun/base.xml.in.h:8
864 msgid "Both Shift keys together change layout."
865 msgstr "Obje Shift tipke mijenjaju raspored."
866
867 #: ../gkb-new/xmodmap/base.xml.in.h:10
868 msgid "Brazil Portuguese keymap"
869 msgstr "raspored za brazilski"
870
871 #: ../gkb-new/xmodmap/base.xml.in.h:11
872 msgid "Bulgarian Cyrillic"
873 msgstr "Bugarska ćirilica"
874
875 #: ../gkb-new/xmodmap/base.xml.in.h:12
876 msgid "Bulgarian keymap"
877 msgstr "Bugarski raspored"
878
879 #: ../gkb-new/xmodmap/base.xml.in.h:13 ../gkb-new/xmodmap.sun/base.xml.in.h:16
880 msgid "CapsLock key changes layout."
881 msgstr "Tipka CapsLock mijenja raspored."
882
883 #: ../gkb-new/xmodmap/base.xml.in.h:14 ../gkb-new/xmodmap.sun/base.xml.in.h:17
884 msgid "Control+Shift changes layout."
885 msgstr "Control+Shift mijenja raspored."
886
887 #: ../gkb-new/xmodmap/base.xml.in.h:15
888 msgid "Czech keymap"
889 msgstr "Češki raspored"
890
891 #: ../gkb-new/xmodmap/base.xml.in.h:16
892 msgid "Danish keymap"
893 msgstr "Danski raspored"
894
895 #: ../gkb-new/xmodmap/base.xml.in.h:17
896 msgid "Dutch keymap"
897 msgstr "Danski raspored"
898
899 #: ../gkb-new/xmodmap/base.xml.in.h:18
900 msgid "English keymap"
901 msgstr "Engleski raspored"
902
903 #: ../gkb-new/xmodmap/base.xml.in.h:19
904 msgid "Estonian keymap"
905 msgstr "Estonski raspored"
906
907 #: ../gkb-new/xmodmap/base.xml.in.h:20
908 msgid "Finnish keymap"
909 msgstr "Finski raspored"
910
911 #: ../gkb-new/xmodmap/base.xml.in.h:21
912 msgid "French Swiss"
913 msgstr "Francuski za Švicarsku"
914
915 #: ../gkb-new/xmodmap/base.xml.in.h:22
916 msgid "French Swiss keymap"
917 msgstr "Francuski raspored za Švicarsku"
918
919 #: ../gkb-new/xmodmap/base.xml.in.h:23
920 msgid "French keymap"
921 msgstr "Francuski raspored"
922
923 #: ../gkb-new/xmodmap/base.xml.in.h:24
924 msgid "French-Canadian 105-key"
925 msgstr "Francuski raspored od 105 tipaka za Kanadu"
926
927 #: ../gkb-new/xmodmap/base.xml.in.h:25
928 msgid "GB 102-key"
929 msgstr "Britanska sa 102 tipaka"
930
931 #: ../gkb-new/xmodmap/base.xml.in.h:26
932 msgid "GB 105-key"
933 msgstr "Britanska sa 105 tipaka"
934
935 #: ../gkb-new/xmodmap/base.xml.in.h:27 ../gkb-new/xmodmap.sun/base.xml.in.h:27
936 msgid "Generic Keyboard"
937 msgstr "Standardna tipkovnica"
938
939 #: ../gkb-new/xmodmap/base.xml.in.h:28
940 msgid "Georgian Latin"
941 msgstr "Gruzijski latinica"
942
943 #: ../gkb-new/xmodmap/base.xml.in.h:29
944 msgid "Georgian Russian layout"
945 msgstr "Ruski raspored za Gruziju"
946
947 #: ../gkb-new/xmodmap/base.xml.in.h:30
948 msgid "Georgian keymap"
949 msgstr "Gruzijski raspored"
950
951 #: ../gkb-new/xmodmap/base.xml.in.h:31
952 msgid "German"
953 msgstr "Njemački"
954
955 #: ../gkb-new/xmodmap/base.xml.in.h:32
956 msgid "German Swiss with Euro"
957 msgstr "Njemački sa Eurom za Švicarsku"
958
959 #: ../gkb-new/xmodmap/base.xml.in.h:33
960 msgid "German keymap"
961 msgstr "Njemački raspored"
962
963 #: ../gkb-new/xmodmap/base.xml.in.h:34
964 msgid "Greek keymap"
965 msgstr "Grčki raspored"
966
967 #: ../gkb-new/xmodmap/base.xml.in.h:35
968 msgid "Hebrew keymap"
969 msgstr "Hebrejski raspored"
970
971 #: ../gkb-new/xmodmap/base.xml.in.h:36
972 msgid "Hungarian 101-key latin 1"
973 msgstr "Mađarski za 101-tipka latin1"
974
975 #: ../gkb-new/xmodmap/base.xml.in.h:37
976 msgid "Hungarian 101-key latin 2"
977 msgstr "Mađarski za 101-tipka latin 2"
978
979 #: ../gkb-new/xmodmap/base.xml.in.h:38
980 msgid "Hungarian 105-key latin 1"
981 msgstr "Mađarski za 105-tipka latin1"
982
983 #: ../gkb-new/xmodmap/base.xml.in.h:39
984 msgid "Hungarian 105-key latin 2"
985 msgstr "Mađarski za 105-tipka latin2"
986
987 #: ../gkb-new/xmodmap/base.xml.in.h:40
988 msgid "Hungarian PC/AT 101 keyboard"
989 msgstr "Mađarska PC/AT 101 tipkovnica"
990
991 #: ../gkb-new/xmodmap/base.xml.in.h:41
992 msgid "Hungarian latin1"
993 msgstr "Mađarski latin1"
994
995 #: ../gkb-new/xmodmap/base.xml.in.h:42
996 msgid "Icelandic keymap"
997 msgstr "Islandski raspored"
998
999 #: ../gkb-new/xmodmap/base.xml.in.h:43
1000 msgid "Italian keymap"
1001 msgstr "Talijanski raspored"
1002
1003 #: ../gkb-new/xmodmap/base.xml.in.h:44
1004 msgid "Japanese keymap"
1005 msgstr "Japanski raspored"
1006
1007 #: ../gkb-new/xmodmap/base.xml.in.h:45
1008 msgid "Lao keymap"
1009 msgstr "Lao raspored"
1010
1011 #: ../gkb-new/xmodmap/base.xml.in.h:46 ../gkb-new/xmodmap.sun/base.xml.in.h:41
1012 msgid "Layout shift behavior"
1013 msgstr "Ponašanje prilikom promjene rasporeda."
1014
1015 #: ../gkb-new/xmodmap/base.xml.in.h:47 ../gkb-new/xmodmap.sun/base.xml.in.h:42
1016 msgid "Left Alt key changes layout."
1017 msgstr "Lijeva Alt tipka mijenja raspored."
1018
1019 #: ../gkb-new/xmodmap/base.xml.in.h:48 ../gkb-new/xmodmap.sun/base.xml.in.h:43
1020 msgid "Left Ctrl key changes group."
1021 msgstr "Lijeva Ctrl tipka mijenja grupu."
1022
1023 #: ../gkb-new/xmodmap/base.xml.in.h:49 ../gkb-new/xmodmap.sun/base.xml.in.h:44
1024 msgid "Left Shift key changes group."
1025 msgstr "Lijeva Shift tipka mijenja grupu."
1026
1027 #: ../gkb-new/xmodmap/base.xml.in.h:50 ../gkb-new/xmodmap.sun/base.xml.in.h:45
1028 msgid "Left Win-key changes layout."
1029 msgstr "Lijeva Win tipka mijenja raspred."
1030
1031 #: ../gkb-new/xmodmap/base.xml.in.h:51
1032 msgid "Lithuanian keymap"
1033 msgstr "Litvanski raspored"
1034
1035 #: ../gkb-new/xmodmap/base.xml.in.h:52
1036 msgid "Macedonian"
1037 msgstr "Makedonska"
1038
1039 #: ../gkb-new/xmodmap/base.xml.in.h:53 ../gkb-new/xmodmap.sun/base.xml.in.h:48
1040 msgid "Menu key changes layout."
1041 msgstr "Tipka za pokretanje izbornika mijenja raspored."
1042
1043 #: ../gkb-new/xmodmap/base.xml.in.h:54
1044 msgid "Mongolian alt keymap"
1045 msgstr "Mongolski alternativni raspored"
1046
1047 #: ../gkb-new/xmodmap/base.xml.in.h:55
1048 msgid "Mongolian keymap"
1049 msgstr "Mongolski raspored"
1050
1051 #: ../gkb-new/xmodmap/base.xml.in.h:56
1052 msgid "Mongolian phonetic keymap"
1053 msgstr "Mongolski fonetski raspored"
1054
1055 #: ../gkb-new/xmodmap/base.xml.in.h:57
1056 msgid "Norwegian"
1057 msgstr "Norveški"
1058
1059 #: ../gkb-new/xmodmap/base.xml.in.h:58
1060 msgid "Plain Russian keymap"
1061 msgstr "Obični ruski raspored"
1062
1063 #: ../gkb-new/xmodmap/base.xml.in.h:59
1064 msgid "Polish"
1065 msgstr "Poljski"
1066
1067 #: ../gkb-new/xmodmap/base.xml.in.h:60
1068 msgid "Polish deadkeys"
1069 msgstr "Poljski akcenti"
1070
1071 #: ../gkb-new/xmodmap/base.xml.in.h:61
1072 msgid "Portugal"
1073 msgstr "Portugal"
1074
1075 #: ../gkb-new/xmodmap/base.xml.in.h:62
1076 msgid "Portugal Deadkeys"
1077 msgstr "Portugalski akcenti"
1078
1079 #: ../gkb-new/xmodmap/base.xml.in.h:63
1080 msgid "Portuguese keymap"
1081 msgstr "Portugalski raspored"
1082
1083 #: ../gkb-new/xmodmap/base.xml.in.h:64 ../gkb-new/xmodmap.sun/base.xml.in.h:53
1084 msgid "Right Alt key changes layout."
1085 msgstr "Desna Alt tipka mijenja raspored."
1086
1087 #: ../gkb-new/xmodmap/base.xml.in.h:65 ../gkb-new/xmodmap.sun/base.xml.in.h:54
1088 msgid "Right Ctrl key changes group."
1089 msgstr "Desna Ctrl tipka mijenja grupu."
1090
1091 #: ../gkb-new/xmodmap/base.xml.in.h:66 ../gkb-new/xmodmap.sun/base.xml.in.h:55
1092 msgid "Right Shift key changes group."
1093 msgstr "Desna Shift tipka mijenja grupu."
1094
1095 #: ../gkb-new/xmodmap/base.xml.in.h:67 ../gkb-new/xmodmap.sun/base.xml.in.h:56
1096 msgid "Right Win-key changes layout."
1097 msgstr "Desan Win tipka mijenja raspored."
1098
1099 #: ../gkb-new/xmodmap/base.xml.in.h:68
1100 msgid "Russian Cyrillic"
1101 msgstr "Ruska ćirilica"
1102
1103 #: ../gkb-new/xmodmap/base.xml.in.h:69
1104 msgid "Russian keymap"
1105 msgstr "Ruski raspored"
1106
1107 #: ../gkb-new/xmodmap/base.xml.in.h:70
1108 msgid "Serbian keymap"
1109 msgstr "Srpski raspored"
1110
1111 #: ../gkb-new/xmodmap/base.xml.in.h:71 ../gkb-new/xmodmap.sun/base.xml.in.h:60
1112 msgid "Shift+CapsLock changes layout."
1113 msgstr "Shift+CapsLock mijenja raspored."
1114
1115 #: ../gkb-new/xmodmap/base.xml.in.h:72
1116 msgid "Slovak keymap"
1117 msgstr "Slovački raspored"
1118
1119 #: ../gkb-new/xmodmap/base.xml.in.h:73
1120 msgid "Slovenian"
1121 msgstr "Slovenski"
1122
1123 #: ../gkb-new/xmodmap/base.xml.in.h:74
1124 msgid "Slovenian keymap"
1125 msgstr "Slovenski raspored"
1126
1127 #: ../gkb-new/xmodmap/base.xml.in.h:75
1128 msgid "Spanish keymap"
1129 msgstr "Španjolski raspored"
1130
1131 #: ../gkb-new/xmodmap/base.xml.in.h:76
1132 msgid "Sun (!not PC!) type5 Hungarian latin 2"
1133 msgstr "Sun-ov (!nije za PC!) mađarski tipa 5 latin 2"
1134
1135 #: ../gkb-new/xmodmap/base.xml.in.h:77
1136 msgid "Swedish"
1137 msgstr "Švedski"
1138
1139 #: ../gkb-new/xmodmap/base.xml.in.h:78
1140 msgid "Swedish keymap"
1141 msgstr "Švedski raspored"
1142
1143 #: ../gkb-new/xmodmap/base.xml.in.h:79
1144 msgid "Swiss keymap"
1145 msgstr "Švicarski raspored"
1146
1147 #: ../gkb-new/xmodmap/base.xml.in.h:80
1148 msgid "Thai"
1149 msgstr "Tajlandski"
1150
1151 #: ../gkb-new/xmodmap/base.xml.in.h:81
1152 msgid "Thai Kedmanee"
1153 msgstr "Tajlandski Kedmani"
1154
1155 #: ../gkb-new/xmodmap/base.xml.in.h:82
1156 msgid "Thai keymap"
1157 msgstr "Tajlandski raspored"
1158
1159 #: ../gkb-new/xmodmap/base.xml.in.h:83
1160 msgid "Turkish \"F\" keyboard"
1161 msgstr "Turska \"F\" tipkovnica"
1162
1163 #: ../gkb-new/xmodmap/base.xml.in.h:84
1164 msgid "Turkish \"Q\" keyboard"
1165 msgstr "Turska \"Q\" tipkovnica"
1166
1167 #: ../gkb-new/xmodmap/base.xml.in.h:85
1168 msgid "Turkish keymap"
1169 msgstr "Turski raspored"
1170
1171 #: ../gkb-new/xmodmap/base.xml.in.h:86
1172 msgid "UK 105-key"
1173 msgstr "Britanska sa 105 tipaka"
1174
1175 #: ../gkb-new/xmodmap/base.xml.in.h:87
1176 msgid "UK PC/AT keyboard"
1177 msgstr "Britanska PC/AT tipkovnica"
1178
1179 #: ../gkb-new/xmodmap/base.xml.in.h:88
1180 msgid "US 101-key keyboard"
1181 msgstr "Američka tipkovnica sa 101 tipkom"
1182
1183 #: ../gkb-new/xmodmap/base.xml.in.h:89
1184 msgid "US 105-key keyboard (with windows keys)"
1185 msgstr "Američka tipkovnica sa 105 tastera (sa Windows tipkama)"
1186
1187 #: ../gkb-new/xmodmap/base.xml.in.h:90
1188 msgid "US 84-key"
1189 msgstr "Američka tipkovnica sa 84 tipaka"
1190
1191 #: ../gkb-new/xmodmap/base.xml.in.h:91
1192 msgid "US DEC 450"
1193 msgstr "Američka tipkovnica DEC 450"
1194
1195 #: ../gkb-new/xmodmap/base.xml.in.h:92
1196 msgid "US IBM RS/6000"
1197 msgstr "Američka tipkovnica IBM RS/6000"
1198
1199 #: ../gkb-new/xmodmap/base.xml.in.h:93
1200 msgid "US International"
1201 msgstr "Američka međunarodna"
1202
1203 #: ../gkb-new/xmodmap/base.xml.in.h:94
1204 msgid "US Macintosh"
1205 msgstr "Američki sa Macintosha"
1206
1207 #: ../gkb-new/xmodmap/base.xml.in.h:95
1208 msgid "US PC/AT 101 keyboard"
1209 msgstr "Američka PC/AT 101 tipkovnica"
1210
1211 #: ../gkb-new/xmodmap/base.xml.in.h:96
1212 msgid "US Silicon Graphics 101-key"
1213 msgstr "Američka Silicon Graphics 101 tipkovnica"
1214
1215 #: ../gkb-new/xmodmap/base.xml.in.h:97
1216 msgid "US Sun type5"
1217 msgstr "Američka Sun-ova tipa5"
1218
1219 #: ../gkb-new/xmodmap.sun/base.xml.in.h:3
1220 msgid "Armenian Sun keymap"
1221 msgstr "Armeski Sun raspored"
1222
1223 #: ../gkb-new/xmodmap.sun/base.xml.in.h:4
1224 msgid "Azerbaijani Turkish Sun keymap"
1225 msgstr "Turski Sun-ov raspored za Azerbajdžanski"
1226
1227 #: ../gkb-new/xmodmap.sun/base.xml.in.h:5
1228 msgid "Belarusian Sun keymap"
1229 msgstr "Bjeloruski Sun raspored"
1230
1231 #: ../gkb-new/xmodmap.sun/base.xml.in.h:9
1232 msgid "Brazil Portuguese Sun USB keymap"
1233 msgstr "Sunov USB raspored za brazilski"
1234
1235 #: ../gkb-new/xmodmap.sun/base.xml.in.h:10
1236 msgid "Brazil Portuguese Sun keymap"
1237 msgstr "Sun raspored za brazilski"
1238
1239 #: ../gkb-new/xmodmap.sun/base.xml.in.h:11
1240 msgid "British Sun Type-4 keymap"
1241 msgstr "Britanski Sun tip4 respored"
1242
1243 #: ../gkb-new/xmodmap.sun/base.xml.in.h:12
1244 msgid "British Sun USB keymap"
1245 msgstr "Britanski raspored za Sun USB"
1246
1247 #: ../gkb-new/xmodmap.sun/base.xml.in.h:13
1248 msgid "British Sun keymap"
1249 msgstr "Britanski Sun raspored"
1250
1251 #: ../gkb-new/xmodmap.sun/base.xml.in.h:14
1252 msgid "Bulgarian Sun keymap"
1253 msgstr "Bugarski Sunov raspored"
1254
1255 #: ../gkb-new/xmodmap.sun/base.xml.in.h:15
1256 msgid "Canadian Sun keymap"
1257 msgstr "Sunov raspored za kanadski"
1258
1259 #: ../gkb-new/xmodmap.sun/base.xml.in.h:18
1260 msgid "Czech Sun keymap"
1261 msgstr "Češki Sun-ov raspored"
1262
1263 #: ../gkb-new/xmodmap.sun/base.xml.in.h:19
1264 msgid "Danish Sun Type-4 keymap"
1265 msgstr "Danski Sun-ov raspored tipa 4"
1266
1267 #: ../gkb-new/xmodmap.sun/base.xml.in.h:20
1268 msgid "Danish Sun USB keymap"
1269 msgstr "Danski Sun-ov USB raspored"
1270
1271 #: ../gkb-new/xmodmap.sun/base.xml.in.h:21
1272 msgid "Danish Sun keymap"
1273 msgstr "Danski Sun-ov raspored"
1274
1275 #: ../gkb-new/xmodmap.sun/base.xml.in.h:22
1276 msgid "Dutch Sun keymap"
1277 msgstr "Danski Sun-ov raspored"
1278
1279 #: ../gkb-new/xmodmap.sun/base.xml.in.h:23
1280 msgid "Estonian Sun keymap"
1281 msgstr "Estonski Sun-ov raspored"
1282
1283 #: ../gkb-new/xmodmap.sun/base.xml.in.h:24
1284 msgid "Finnish Sun keymap"
1285 msgstr "Finski Sun-ov raspored"
1286
1287 #: ../gkb-new/xmodmap.sun/base.xml.in.h:25
1288 msgid "French Sun USB keymap"
1289 msgstr "Francuski Sun-ov USB raspored"
1290
1291 #: ../gkb-new/xmodmap.sun/base.xml.in.h:26
1292 msgid "French Sun keymap"
1293 msgstr "Francuski Sun-ov raspored"
1294
1295 #: ../gkb-new/xmodmap.sun/base.xml.in.h:28
1296 msgid "German Sun Type-4 keymap"
1297 msgstr "Njemački Sun-ov raspored tipa 4"
1298
1299 #: ../gkb-new/xmodmap.sun/base.xml.in.h:29
1300 msgid "German Sun USB keymap"
1301 msgstr "Njemački Sun-ov USB raspored"
1302
1303 #: ../gkb-new/xmodmap.sun/base.xml.in.h:30
1304 msgid "German Sun keymap"
1305 msgstr "Njemački Sun-ov raspored"
1306
1307 #: ../gkb-new/xmodmap.sun/base.xml.in.h:31
1308 msgid "Hebrew Sun keymap"
1309 msgstr "Hebrejski Sun-ov raspored"
1310
1311 #: ../gkb-new/xmodmap.sun/base.xml.in.h:32
1312 msgid "Hungarian latin2 Sun keymap"
1313 msgstr "Mađarski latin2 Sun-ov raspored"
1314
1315 #: ../gkb-new/xmodmap.sun/base.xml.in.h:33
1316 msgid "Hungarian type5 latin 1 keymap"
1317 msgstr "Mađarska latin1 raspored tipa 5"
1318
1319 #: ../gkb-new/xmodmap.sun/base.xml.in.h:34
1320 msgid "Icelandic Sun keymap"
1321 msgstr "Islandski Sun-ov raspored"
1322
1323 #: ../gkb-new/xmodmap.sun/base.xml.in.h:35
1324 msgid "Italian Sun Type-4 keymap"
1325 msgstr "Talijanski Sun-ov raspored tipa 4"
1326
1327 #: ../gkb-new/xmodmap.sun/base.xml.in.h:36
1328 msgid "Italian Sun USB keymap"
1329 msgstr "Talijanski Sun-ov USB raspored"
1330
1331 #: ../gkb-new/xmodmap.sun/base.xml.in.h:37
1332 msgid "Italian Sun keymap"
1333 msgstr "Talijanski Sun-ov raspored"
1334
1335 #: ../gkb-new/xmodmap.sun/base.xml.in.h:38
1336 msgid "Japanese Sun Type-4 keymap"
1337 msgstr "Japanski Sun-ov raspored tipa 4"
1338
1339 #: ../gkb-new/xmodmap.sun/base.xml.in.h:39
1340 msgid "Japanese Sun keymap"
1341 msgstr "Japanski Sun-ov raspored"
1342
1343 #: ../gkb-new/xmodmap.sun/base.xml.in.h:40
1344 msgid "Latvian Sun keymap"
1345 msgstr "Latvijski Sun-ov raspored"
1346
1347 #: ../gkb-new/xmodmap.sun/base.xml.in.h:46
1348 msgid "Lithuanian Sun keymap"
1349 msgstr "Litvanski Sun-ov raspored"
1350
1351 #: ../gkb-new/xmodmap.sun/base.xml.in.h:47
1352 msgid "Macedonian Sun keymap"
1353 msgstr "Makedonski Sun-ov raspored"
1354
1355 #: ../gkb-new/xmodmap.sun/base.xml.in.h:49
1356 msgid "Norwegian Sun keymap"
1357 msgstr "Norveški Sun-ov raspored"
1358
1359 #: ../gkb-new/xmodmap.sun/base.xml.in.h:50
1360 msgid "Polish Sun keymap"
1361 msgstr "Poljski Sun-ov raspored"
1362
1363 #: ../gkb-new/xmodmap.sun/base.xml.in.h:51
1364 msgid "Portuguese Sun Type-4 keymap"
1365 msgstr "Portugalski Sun-ov raspored tipa 4"
1366
1367 #: ../gkb-new/xmodmap.sun/base.xml.in.h:52
1368 msgid "Portuguese Sun keymap"
1369 msgstr "Portugalski Sun-ov raspored"
1370
1371 #: ../gkb-new/xmodmap.sun/base.xml.in.h:57
1372 msgid "Romanian Sun keymap"
1373 msgstr "Rumunjski Sun-ov raspored"
1374
1375 #: ../gkb-new/xmodmap.sun/base.xml.in.h:58
1376 msgid "Russian Sun keymap"
1377 msgstr "Ruski Sun-ov raspored"
1378
1379 #: ../gkb-new/xmodmap.sun/base.xml.in.h:59
1380 msgid "Serbian Sun standard keymap"
1381 msgstr "Srpski standardni Sun-ov raspored"
1382
1383 #: ../gkb-new/xmodmap.sun/base.xml.in.h:61
1384 msgid "Slovak Sun keymap"
1385 msgstr "Slovački Sun-ov raspored"
1386
1387 #: ../gkb-new/xmodmap.sun/base.xml.in.h:62
1388 msgid "Slovenian Sun keymap"
1389 msgstr "Slovenski Sun-ov raspored"
1390
1391 #: ../gkb-new/xmodmap.sun/base.xml.in.h:63
1392 msgid "Spanish Sun Type-4 keymap"
1393 msgstr "Španjolski Sun-ov raspored tipa 4"
1394
1395 #: ../gkb-new/xmodmap.sun/base.xml.in.h:64
1396 msgid "Spanish Sun USB keymap"
1397 msgstr "Španjolski Sun-ov USB raspored"
1398
1399 #: ../gkb-new/xmodmap.sun/base.xml.in.h:65
1400 msgid "Spanish Sun keymap"
1401 msgstr "Španjolski Sun-ov raspored"
1402
1403 #: ../gkb-new/xmodmap.sun/base.xml.in.h:66
1404 msgid "Swedish Sun Type-4 keymap"
1405 msgstr "Švedski Sun-ov raspored tipa 4"
1406
1407 #: ../gkb-new/xmodmap.sun/base.xml.in.h:67
1408 msgid "Swedish Sun USB keymap"
1409 msgstr "Švedski Sun-ov USB raspored"
1410
1411 #: ../gkb-new/xmodmap.sun/base.xml.in.h:68
1412 msgid "Swedish Sun keymap"
1413 msgstr "Švedski Sun-ov raspored"
1414
1415 #: ../gkb-new/xmodmap.sun/base.xml.in.h:69
1416 msgid "Swiss German Sun keymap"
1417 msgstr "Nemački Sun-ov raspored za Švicarsku"
1418
1419 #: ../gkb-new/xmodmap.sun/base.xml.in.h:70
1420 msgid "Thai Sun keymap"
1421 msgstr "Tajlandski Sun-ov raspored"
1422
1423 #: ../gkb-new/xmodmap.sun/base.xml.in.h:71
1424 msgid "Turkish Sun keymap"
1425 msgstr "Turski Sun-ov raspored"
1426
1427 #: ../gkb-new/xmodmap.sun/base.xml.in.h:72
1428 msgid "US Sun Type-4 keymap"
1429 msgstr "US raspored za Sun tipa 4"
1430
1431 #: ../gkb-new/xmodmap.sun/base.xml.in.h:73
1432 msgid "US Sun USB keymap"
1433 msgstr "US raspored za Sun USB"
1434
1435 #: ../gkb-new/xmodmap.sun/base.xml.in.h:74
1436 msgid "US Sun type5 keymap"
1437 msgstr "US raspored za Sun tipa5"
1438
1439 #: ../gkb-new/xmodmap.sun/base.xml.in.h:75
1440 msgid "Ukrainian Sun keymap"
1441 msgstr "Ukrajinski Sun-ov raspored"
1442
1443 #: ../gkb-new/xmodmap.sun/base.xml.in.h:76
1444 msgid "Vietnamese Sun keymap"
1445 msgstr "Vijetnamski Sun-ov raspored"
1446
1447 #: ../gswitchit/GNOME_GSwitchItApplet.xml.h:1
1448 msgid "Keyboard _Preferences"
1449 msgstr "_Postavke tipkovnice"
1450
1451 #: ../gswitchit/GNOME_GSwitchItApplet.xml.h:2
1452 msgid "Pl_ugins"
1453 msgstr "Do_daci"
1454
1455 #: ../gswitchit/GNOME_GSwitchItApplet.xml.h:3
1456 msgid "Show Current _Layout"
1457 msgstr "Prikaži trenutni _raspored"
1458
1459 #: ../gswitchit/GNOME_GSwitchItApplet.xml.h:5
1460 msgid "_Groups"
1461 msgstr "_Grupe"
1462
1463 #: ../gswitchit/GNOME_KeyboardApplet.server.in.in.h:1
1464 #: ../gswitchit/gswitchit-applet.c:588
1465 msgid "Keyboard Indicator"
1466 msgstr "Pokazatelj tipkovnice"
1467
1468 #: ../gswitchit/GNOME_KeyboardApplet.server.in.in.h:2
1469 msgid "Keyboard applet factory"
1470 msgstr "Tvornica apleta za tipkovnicu"
1471
1472 #: ../gswitchit/GNOME_KeyboardApplet.server.in.in.h:3
1473 msgid "Keyboard layout indicator"
1474 msgstr "Pokazatelj izabranog rasporeda tipkovnice"
1475
1476 #: ../gswitchit/gswitchit-applet.c:240
1477 msgid "Unknown"
1478 msgstr "Nepoznato"
1479
1480 #: ../gswitchit/gswitchit-applet.c:311
1481 #, c-format
1482 msgid "Keyboard Layout \"%s\""
1483 msgstr "Raspored tipkovnice \"%s\""
1484
1485 #: ../gswitchit/gswitchit-applet.c:470
1486 msgid "Copyright (c) Sergey V. Udaltsov 1999-2004"
1487 msgstr "Copyright (c) Sergey V. Udaltsov 1999-2004"
1488
1489 #: ../gswitchit/gswitchit-applet.c:473
1490 msgid "Keyboard layout indicator applet for GNOME"
1491 msgstr "Indikator rasporeda tipkovnice za GNOME"
1492
1493 #: ../gswitchit/gswitchit-applet.c:608
1494 #, c-format
1495 msgid "Keyboard Indicator (%s)"
1496 msgstr "Pokazatelj tipkovnice (%s)"
1497
1498 #: ../gweather/GNOME_GWeatherApplet.xml.h:2
1853 msgstr "_Odaberi temu:"
1854
1855 #: gnome-applets/gweather/gweather-applet-menu.ui:5
14991856 msgid "_Details"
1500 msgstr "_Detalji"
1501
1502 #: ../gweather/GNOME_GWeatherApplet.xml.h:5 ../gweather/gweather-dialog.c:213
1857 msgstr "_Pojedinosti"
1858
1859 #: gnome-applets/gweather/gweather-applet-menu.ui:9
1860 #: gnome-applets/gweather/gweather-dialog.c:176
15031861 msgid "_Update"
1504 msgstr "_Ažuriraj"
1505
1506 #: ../gweather/GNOME_GWeatherApplet_Factory.server.in.in.h:1
1507 msgid "Factory for creating the weather applet."
1508 msgstr "Tvornica za izradu appleta za vrijeme."
1509
1510 #: ../gweather/GNOME_GWeatherApplet_Factory.server.in.in.h:2
1511 msgid "Gweather Applet Factory"
1512 msgstr "Gweather tvornica apleta"
1513
1514 #: ../gweather/GNOME_GWeatherApplet_Factory.server.in.in.h:3
1515 msgid "Monitor the current weather conditions, and forecasts"
1516 msgstr "Praćenje trenutnih vremenskih prilika i vremenske prognoze"
1517
1518 #: ../gweather/GNOME_GWeatherApplet_Factory.server.in.in.h:4
1519 #: ../gweather/gweather-applet.c:311
1520 msgid "Weather Report"
1521 msgstr "Izvještaj o vremenu"
1522
1523 #: ../gweather/gweather-about.c:52
1524 msgid "© 1999-2005 by S. Papadimitriou and others"
1525 msgstr "© 1999-2005 S. Papadimitriou i suradnici"
1526
1527 #: ../gweather/gweather-about.c:53
1528 msgid "A panel application for monitoring local weather conditions."
1529 msgstr "Program za praćenje lokalnih vremenskih uvjeta."
1530
1531 #: ../gweather/gweather-applet.c:329 ../gweather/gweather-applet.c:333
1862 msgstr "_Nadopuni"
1863
1864 #: gnome-applets/gweather/gweather-applet.c:358
1865 #: gnome-applets/gweather/gweather-applet.c:362
15321866 msgid "GNOME Weather"
15331867 msgstr "GNOME Vrijeme"
15341868
1535 #: ../gweather/gweather-applet.c:432
1869 #: gnome-applets/gweather/gweather-applet.c:467
15361870 msgid "Weather Forecast"
15371871 msgstr "Vremenska prognoza"
15381872
1539 #: ../gweather/gweather-applet.c:444
1873 #: gnome-applets/gweather/gweather-applet.c:486
15401874 #, c-format
15411875 msgid ""
15421876 "City: %s\n"
15471881 "Naoblaka: %s\n"
15481882 "Temperatura: %s"
15491883
1550 #: ../gweather/gweather-applet.c:494
1884 #: gnome-applets/gweather/gweather-applet.c:539
15511885 msgid "Updating..."
1552 msgstr "Ažuriram..."
1553
1554 #: ../gweather/gweather-dialog.c:211
1886 msgstr "Nadopunjivanje..."
1887
1888 #: gnome-applets/gweather/gweather-applet.c:588
1889 msgid "A panel application for monitoring local weather conditions."
1890 msgstr "Aplikacija panela za praćenje lokalnih vremenskih uvjeta."
1891
1892 #: gnome-applets/gweather/gweather-applet.c:610
1893 msgid "© 1999-2005 by S. Papadimitriou and others"
1894 msgstr "© 1999-2005 S. Papadimitriou i suradnici"
1895
1896 #: gnome-applets/gweather/gweather-dialog.c:174
15551897 msgid "Details"
1556 msgstr "Detalji"
1557
1558 #: ../gweather/gweather-dialog.c:254
1898 msgstr "Pojedinosti"
1899
1900 #: gnome-applets/gweather/gweather-dialog.c:212
15591901 msgid "City:"
15601902 msgstr "Grad:"
15611903
1562 #: ../gweather/gweather-dialog.c:262
1904 #: gnome-applets/gweather/gweather-dialog.c:218
15631905 msgid "Last update:"
1564 msgstr "Posljednja dopuna:"
1565
1566 #: ../gweather/gweather-dialog.c:270
1906 msgstr "Posljednja nadopuna:"
1907
1908 #: gnome-applets/gweather/gweather-dialog.c:224
15671909 msgid "Conditions:"
1568 msgstr "Uvjeti:"
1569
1570 #: ../gweather/gweather-dialog.c:278
1910 msgstr "Stanje:"
1911
1912 #: gnome-applets/gweather/gweather-dialog.c:230
15711913 msgid "Sky:"
1572 msgstr "Nebo:"
1573
1574 #: ../gweather/gweather-dialog.c:286
1914 msgstr "Naoblaka:"
1915
1916 #: gnome-applets/gweather/gweather-dialog.c:236
15751917 msgid "Temperature:"
15761918 msgstr "Temperatura:"
15771919
1578 #: ../gweather/gweather-dialog.c:294
1920 #: gnome-applets/gweather/gweather-dialog.c:242
15791921 msgid "Feels like:"
1580 msgstr "Subjektivno:"
1581
1582 #: ../gweather/gweather-dialog.c:302
1922 msgstr "Kao da je:"
1923
1924 #: gnome-applets/gweather/gweather-dialog.c:248
15831925 msgid "Dew point:"
1584 msgstr "Točka uređaja:"
1585
1586 #: ../gweather/gweather-dialog.c:310
1926 msgstr "Rosište:"
1927
1928 #: gnome-applets/gweather/gweather-dialog.c:254
15871929 msgid "Relative humidity:"
15881930 msgstr "Relativna vlažnost:"
15891931
1590 #: ../gweather/gweather-dialog.c:318
1932 #: gnome-applets/gweather/gweather-dialog.c:260
15911933 msgid "Wind:"
15921934 msgstr "Vjetar:"
15931935
1594 #: ../gweather/gweather-dialog.c:326
1936 #: gnome-applets/gweather/gweather-dialog.c:266
15951937 msgid "Pressure:"
15961938 msgstr "Tlak:"
15971939
1598 #: ../gweather/gweather-dialog.c:334
1940 #: gnome-applets/gweather/gweather-dialog.c:272
15991941 msgid "Visibility:"
16001942 msgstr "Vidljivost:"
16011943
1602 #: ../gweather/gweather-dialog.c:342
1944 #: gnome-applets/gweather/gweather-dialog.c:278
16031945 msgid "Sunrise:"
16041946 msgstr "Izlazak sunca:"
16051947
1606 #: ../gweather/gweather-dialog.c:350
1948 #: gnome-applets/gweather/gweather-dialog.c:284
16071949 msgid "Sunset:"
16081950 msgstr "Zalazak sunca:"
16091951
1610 #: ../gweather/gweather-dialog.c:484
1952 #: gnome-applets/gweather/gweather-dialog.c:390
16111953 msgid "Current Conditions"
1612 msgstr "Tekuće prilike"
1613
1614 #: ../gweather/gweather-dialog.c:501
1954 msgstr "Trenutno stanje"
1955
1956 #: gnome-applets/gweather/gweather-dialog.c:405
16151957 msgid "Forecast Report"
16161958 msgstr "Vremenska prognoza"
16171959
1618 #: ../gweather/gweather-dialog.c:501
1960 #: gnome-applets/gweather/gweather-dialog.c:405
16191961 msgid "See the ForeCast Details"
1620 msgstr "Pogledajte detaljnu prognozu"
1621
1622 #: ../gweather/gweather-dialog.c:511
1962 msgstr "Pogledajte opširniju vremensku prognozu"
1963
1964 #: gnome-applets/gweather/gweather-dialog.c:425
16231965 msgid "Forecast"
1624 msgstr "Predviđanje"
1625
1626 #: ../gweather/gweather-dialog.c:519
1627 msgid "Radar Map"
1628 msgstr "Radarska mapa"
1629
1630 #: ../gweather/gweather-dialog.c:550
1631 msgid "_Visit Weather.com"
1632 msgstr "_Posjetite Weather.com"
1633
1634 #: ../gweather/gweather-dialog.c:551
1635 msgid "Visit Weather.com"
1636 msgstr "Posjetite Weather.com"
1637
1638 #: ../gweather/gweather-dialog.c:551
1639 msgid "Click to Enter Weather.com"
1640 msgstr "Kliknite za posjećivanje stranica Weather.com"
1641
1642 #: ../gweather/gweather-dialog.c:636
1966 msgstr "Vremenska prognoza"
1967
1968 #: gnome-applets/gweather/gweather-dialog.c:674
16431969 msgid "Forecast not currently available for this location."
1644 msgstr "Prognoza trenutačno nije dostupna za izabranu lokaciju."
1970 msgstr "Vremenska prognoza trenutno je nedostupna za ovu lokaciju."
16451971
16461972 #. Accessible Name and Description for the components in Preference Dialog
1647 #: ../gweather/gweather-pref.c:172
1973 #: gnome-applets/gweather/gweather-pref.c:117
16481974 msgid "Location view"
1649 msgstr "Pregled prema lokaciji"
1650
1651 #: ../gweather/gweather-pref.c:172
1975 msgstr "Pregled lokacije"
1976
1977 #: gnome-applets/gweather/gweather-pref.c:117
16521978 msgid "Select Location from the list"
1653 msgstr "Odaberite grad iz popisa"
1654
1655 #: ../gweather/gweather-pref.c:173
1979 msgstr "Odaberi lokaciju iz popisa"
1980
1981 #: gnome-applets/gweather/gweather-pref.c:118
16561982 msgid "Update spin button"
1657 msgstr "Osvježi vrteće gumbe"
1658
1659 #: ../gweather/gweather-pref.c:173
1983 msgstr "Osvježi rotirajuću tipku"
1984
1985 #: gnome-applets/gweather/gweather-pref.c:118
16601986 msgid "Spinbutton for updating"
1661 msgstr "Vrteći gumb za osvježavanje"
1662
1663 #: ../gweather/gweather-pref.c:174
1664 msgid "Address Entry"
1665 msgstr "Polje za adresu"
1666
1667 #: ../gweather/gweather-pref.c:174
1668 msgid "Enter the URL"
1669 msgstr "Unesite adresu"
1670
1671 #: ../gweather/gweather-pref.c:318
1987 msgstr "Rotirajuća tipka za osvježavanje"
1988
1989 #: gnome-applets/gweather/gweather-pref.c:332
16721990 msgid ""
16731991 "Failed to load the Locations XML database. Please report this as a bug."
16741992 msgstr ""
1675 "Ne mogu učitati XML bazu lokacija. Molim prijavite ovo kao pogrešku u "
1676 "programu."
1677
1678 #: ../gweather/gweather-pref.c:804
1993 "Nemoguće učitavanje XML baze podatka lokacije. Prijavite ovo kao grešku."
1994
1995 #: gnome-applets/gweather/gweather-pref.c:626
16791996 msgid "Weather Preferences"
1680 msgstr "Podešavanje vremena"
1681
1682 #: ../gweather/gweather-pref.c:836 ../gweather/gweather-pref.c:1021
1997 msgstr "Osobitosti vremena"
1998
1999 #: gnome-applets/gweather/gweather-pref.c:657
2000 #: gnome-applets/gweather/gweather-pref.c:776
16832001 msgid "_Automatically update every:"
1684 msgstr "_Automatsko osvežavanje svakih:"
2002 msgstr "_Automatski nadopuni svakih:"
16852003
16862004 #.
16872005 #. * Units settings page.
16882006 #.
16892007 #. Temperature Unit
1690 #: ../gweather/gweather-pref.c:849
2008 #: gnome-applets/gweather/gweather-pref.c:668
16912009 msgid "_Temperature unit:"
16922010 msgstr "_Jedinica temperature:"
16932011
1694 #: ../gweather/gweather-pref.c:858 ../gweather/gweather-pref.c:878
1695 #: ../gweather/gweather-pref.c:904 ../gweather/gweather-pref.c:932
2012 #. Default means device with default route set
2013 #: gnome-applets/gweather/gweather-pref.c:677
2014 #: gnome-applets/gweather/gweather-pref.c:695
2015 #: gnome-applets/gweather/gweather-pref.c:718
2016 #: gnome-applets/gweather/gweather-pref.c:744
2017 #: gnome-applets/netspeed/preferences.c:171
16962018 msgid "Default"
1697 msgstr "Uobičajeno"
1698
1699 #: ../gweather/gweather-pref.c:859
2019 msgstr "Zadana"
2020
2021 #: gnome-applets/gweather/gweather-pref.c:678
17002022 msgid "Kelvin"
17012023 msgstr "Kelvin"
17022024
17032025 #. TRANSLATORS: Celsius is sometimes referred Centigrade
1704 #: ../gweather/gweather-pref.c:861
2026 #: gnome-applets/gweather/gweather-pref.c:680
17052027 msgid "Celsius"
17062028 msgstr "Celzijus"
17072029
1708 #: ../gweather/gweather-pref.c:862
2030 #: gnome-applets/gweather/gweather-pref.c:681
17092031 msgid "Fahrenheit"
1710 msgstr "Fahrenheit"
2032 msgstr "Farenhajt"
17112033
17122034 #. Speed Unit
1713 #: ../gweather/gweather-pref.c:869
2035 #: gnome-applets/gweather/gweather-pref.c:686
17142036 msgid "_Wind speed unit:"
17152037 msgstr "_Jedinica brzine vjetra:"
17162038
17172039 #. TRANSLATOR: The wind speed unit "meters per second"
1718 #: ../gweather/gweather-pref.c:880
2040 #: gnome-applets/gweather/gweather-pref.c:697
17192041 msgid "m/s"
17202042 msgstr "m/s"
17212043
17222044 #. TRANSLATOR: The wind speed unit "kilometers per hour"
1723 #: ../gweather/gweather-pref.c:882
2045 #: gnome-applets/gweather/gweather-pref.c:699
17242046 msgid "km/h"
17252047 msgstr "km/h"
17262048
17272049 #. TRANSLATOR: The wind speed unit "miles per hour"
1728 #: ../gweather/gweather-pref.c:884
2050 #: gnome-applets/gweather/gweather-pref.c:701
17292051 msgid "mph"
17302052 msgstr "mph"
17312053
17322054 #. TRANSLATOR: The wind speed unit "knots"
1733 #: ../gweather/gweather-pref.c:886
2055 #: gnome-applets/gweather/gweather-pref.c:703
17342056 msgid "knots"
17352057 msgstr "čvorova"
17362058
1737 #: ../gweather/gweather-pref.c:888
2059 #: gnome-applets/gweather/gweather-pref.c:704
17382060 msgid "Beaufort scale"
17392061 msgstr "Boforova skala"
17402062
17412063 #. Pressure Unit
1742 #: ../gweather/gweather-pref.c:895
2064 #: gnome-applets/gweather/gweather-pref.c:709
17432065 msgid "_Pressure unit:"
17442066 msgstr "_Jedinica tlaka:"
17452067
17462068 #. TRANSLATOR: The pressure unit "kiloPascals"
1747 #: ../gweather/gweather-pref.c:906
2069 #: gnome-applets/gweather/gweather-pref.c:720
17482070 msgid "kPa"
17492071 msgstr "kPa"
17502072
17512073 #. TRANSLATOR: The pressure unit "hectoPascals"
1752 #: ../gweather/gweather-pref.c:908
2074 #: gnome-applets/gweather/gweather-pref.c:722
17532075 msgid "hPa"
17542076 msgstr "hPa"
17552077
17562078 #. TRANSLATOR: The pressure unit "millibars"
1757 #: ../gweather/gweather-pref.c:910
2079 #: gnome-applets/gweather/gweather-pref.c:724
17582080 msgid "mb"
17592081 msgstr "mb"
17602082
17612083 #. TRANSLATOR: The pressure unit "millibars of mercury"
1762 #: ../gweather/gweather-pref.c:912
2084 #: gnome-applets/gweather/gweather-pref.c:726
17632085 msgid "mmHg"
17642086 msgstr "mmHg"
17652087
17662088 #. TRANSLATOR: The pressure unit "inches of mercury"
1767 #: ../gweather/gweather-pref.c:914
2089 #: gnome-applets/gweather/gweather-pref.c:728
17682090 msgid "inHg"
17692091 msgstr "inHg"
17702092
17712093 #. TRANSLATOR: The pressure unit "atmospheres"
1772 #: ../gweather/gweather-pref.c:916
2094 #: gnome-applets/gweather/gweather-pref.c:730
17732095 msgid "atm"
17742096 msgstr "atm"
17752097
17762098 #. Distance Unit
1777 #: ../gweather/gweather-pref.c:923
2099 #: gnome-applets/gweather/gweather-pref.c:735
17782100 msgid "_Visibility unit:"
1779 msgstr "_Vidljivost:"
2101 msgstr "_Jedinica vidljivosti:"
17802102
17812103 #. TRANSLATOR: The distance unit "meters"
1782 #: ../gweather/gweather-pref.c:934
2104 #: gnome-applets/gweather/gweather-pref.c:746
17832105 msgid "meters"
17842106 msgstr "metara"
17852107
17862108 #. TRANSLATOR: The distance unit "kilometers"
1787 #: ../gweather/gweather-pref.c:936
2109 #: gnome-applets/gweather/gweather-pref.c:748
17882110 msgid "km"
17892111 msgstr "kilometara"
17902112
17912113 #. TRANSLATOR: The distance unit "miles"
1792 #: ../gweather/gweather-pref.c:938
2114 #: gnome-applets/gweather/gweather-pref.c:750
17932115 msgid "miles"
1794 msgstr "milje"
1795
1796 #: ../gweather/gweather-pref.c:972
1797 msgid "Enable _radar map"
1798 msgstr "Uključi _radarsku mapu"
1799
1800 #: ../gweather/gweather-pref.c:986
1801 msgid "Use _custom address for radar map"
1802 msgstr "Korištenje _vlastite URL adrese za radarsku mapu"
1803
1804 #: ../gweather/gweather-pref.c:1003
1805 msgid "A_ddress:"
1806 msgstr "_Adresa:"
1807
1808 #: ../gweather/gweather-pref.c:1017
2116 msgstr "milja"
2117
2118 #: gnome-applets/gweather/gweather-pref.c:772
18092119 msgid "Update"
1810 msgstr "Ažuriraj"
1811
1812 #: ../gweather/gweather-pref.c:1041
2120 msgstr "Nadopuni"
2121
2122 #: gnome-applets/gweather/gweather-pref.c:795
18132123 msgid "minutes"
1814 msgstr "minute"
1815
1816 #: ../gweather/gweather-pref.c:1057
2124 msgstr "minuta"
2125
2126 #: gnome-applets/gweather/gweather-pref.c:807
18172127 msgid "Display"
18182128 msgstr "Prikaz"
18192129
1820 #: ../gweather/gweather-pref.c:1072
2130 #: gnome-applets/gweather/gweather-pref.c:815
2131 #: gnome-applets/mini-commander/mini-commander.ui:429
2132 #: gnome-applets/window-title/window-title.ui:127
18212133 msgid "General"
18222134 msgstr "Općenito"
18232135
1824 #: ../gweather/gweather-pref.c:1085
2136 #: gnome-applets/gweather/gweather-pref.c:828
18252137 msgid "_Select a location:"
1826 msgstr "Odaberite _mjesto:"
1827
1828 #: ../gweather/gweather-pref.c:1110
2138 msgstr "Odaberite _lokaciju:"
2139
2140 #: gnome-applets/gweather/gweather-pref.c:853
18292141 msgid "_Find:"
1830 msgstr "Pronađi:"
1831
1832 #: ../gweather/gweather-pref.c:1117
2142 msgstr "_Potraži:"
2143
2144 #: gnome-applets/gweather/gweather-pref.c:860
18332145 msgid "Find _Next"
1834 msgstr "_Traži sljedeće"
1835
1836 #: ../gweather/gweather-pref.c:1139
2146 msgstr "Potraži _sljedeće"
2147
2148 #: gnome-applets/gweather/gweather-pref.c:878
18372149 msgid "Location"
1838 msgstr "Smještaj"
1839
1840 #: ../invest-applet/data/Invest_Applet.server.in.in.h:1
1841 #: ../invest-applet/invest/about.py:20
1842 msgid "Invest"
1843 msgstr "Uloži"
1844
1845 #: ../invest-applet/data/Invest_Applet.server.in.in.h:2
1846 #: ../invest-applet/invest/about.py:23
1847 msgid "Track your invested money."
1848 msgstr "Pratite uloženi novac."
1849
1850 #: ../invest-applet/data/Invest_Applet.xml.h:3
1851 msgid "_Refresh"
1852 msgstr "_Osvježi"
1853
1854 #. a) We aren't configured yet
1855 #: ../invest-applet/invest/applet.py:49
1856 msgid "<b>You have not entered any stock information yet</b>"
1857 msgstr ""
1858
1859 #: ../invest-applet/invest/applet.py:54
1860 msgid "<b>No stock quotes are currently available</b>"
1861 msgstr ""
1862
1863 #: ../invest-applet/invest/applet.py:55
1864 msgid ""
1865 "The server could not be contacted. The computer is either offline or the "
1866 "servers are down. Try again later."
1867 msgstr ""
1868
1869 #: ../invest-applet/invest/chart.py:105
1870 msgid "Financial Chart"
1871 msgstr "Financijski graf"
1872
1873 #: ../invest-applet/invest/chart.py:153
1874 #, python-format
1875 msgid "Financial Chart - %s"
1876 msgstr "Financijski prikaz - %s"
1877
1878 #: ../invest-applet/invest/chart.py:220
1879 msgid "Opening Chart"
1880 msgstr "Otvaram prikaz"
1881
1882 #: ../invest-applet/invest/chart.py:235
1883 msgid "Chart downloaded"
1884 msgstr ""
1885
1886 #: ../invest-applet/invest/chart.py:237
1887 msgid "Chart could not be downloaded"
1888 msgstr ""
1889
1890 #: ../invest-applet/invest/invest-applet.py:44
1891 msgid "Invest Applet"
1892 msgstr "Ulaganje applet"
1893
1894 #: ../invest-applet/invest/preferences.py:45
1895 msgid "Symbol"
1896 msgstr "Simbol"
1897
1898 #: ../invest-applet/invest/preferences.py:52
1899 msgid "Amount"
1900 msgstr "Iznos"
1901
1902 #: ../invest-applet/invest/preferences.py:59
1903 msgid "Price"
1904 msgstr "Cijena"
1905
1906 #: ../invest-applet/invest/preferences.py:66
1907 msgid "Commission"
1908 msgstr "Provizija"
1909
1910 #: ../invest-applet/invest/quotes.py:91
1911 msgid "Invest could not connect to Yahoo! Finance"
1912 msgstr ""
1913
1914 #: ../invest-applet/invest/quotes.py:93 ../invest-applet/invest/quotes.py:106
1915 #, fuzzy, python-format
1916 msgid "Updated at %s"
1917 msgstr "Ažuriraj"
1918
1919 #. Translators: This is share-market jargon. It is the percentage change in the price of a stock. The %% gets changed to a single percent sign and the %+.2f gets replaced with the value of the change.
1920 #: ../invest-applet/invest/quotes.py:102
1921 #, python-format
1922 msgid "Quotes average change %%: %+.2f%%"
1923 msgstr ""
1924
1925 #. Translators: This is share-market jargon. It refers to the total difference between the current price and purchase price for all the shares put together. i.e. How much money would be earned if they were sold right now.
1926 #: ../invest-applet/invest/quotes.py:105
1927 #, python-format
1928 msgid "Positions balance: %+.2f"
1929 msgstr ""
1930
1931 #. model: SYMBOL, TICKER_ONLY, BALANCE, BALANCE_PCT, VALUE, VARIATION_PCT, PB
1932 #. Translators: these words all refer to a stock. Last is short
1933 #. for "last price". Gain is referring to the gain since the
1934 #. stock was purchased.
1935 #: ../invest-applet/invest/widgets.py:52
1936 msgid "Ticker"
1937 msgstr ""
1938
1939 #: ../invest-applet/invest/widgets.py:52
1940 msgid "Last"
1941 msgstr ""
1942
1943 #: ../invest-applet/invest/widgets.py:52
1944 msgid "Change %"
1945 msgstr ""
1946
1947 #: ../invest-applet/invest/widgets.py:52
1948 msgid "Chart"
1949 msgstr ""
1950
1951 #: ../invest-applet/invest/widgets.py:52
1952 #, fuzzy
1953 msgid "Gain"
1954 msgstr "Njemački"
1955
1956 #: ../invest-applet/invest/widgets.py:52
1957 msgid "Gain %"
1958 msgstr ""
1959
1960 #: ../mini-commander/GNOME_MiniCommanderApplet.server.in.h:1
1961 msgid "Deskbar (formerly Mini-Commander)"
1962 msgstr "Deskbar (prije Mini-Commander)"
1963
1964 #: ../mini-commander/GNOME_MiniCommanderApplet.server.in.h:2
1965 msgid "Deskbar (transparent upgrade from Mini-Commander)"
1966 msgstr "Deskbar (bezbolna nadogradnja na mini-commander)"
1967
1968 #: ../mini-commander/src/GNOME_MiniCommanderApplet.server.in.in.h:1
1969 #: ../mini-commander/src/mini-commander_applet.c:363
1970 msgid "Command Line"
1971 msgstr "Naredbena linija"
1972
1973 #: ../mini-commander/src/GNOME_MiniCommanderApplet.server.in.in.h:2
1974 msgid "Mini-Commander"
1975 msgstr "Mini-Commander"
1976
1977 #: ../mini-commander/src/GNOME_MiniCommanderApplet.server.in.in.h:3
1978 msgid "MiniCommander Applet Factory"
1979 msgstr "Tvornica za MiniCommander"
1980
1981 #: ../mini-commander/src/about.c:49
2150 msgstr "Lokacija"
2151
2152 #: gnome-applets/inhibit/inhibit-applet.c:205
2153 msgid "Cannot connect to gnome-session"
2154 msgstr "Nemoguće povezivanje s gnome-session"
2155
2156 #: gnome-applets/inhibit/inhibit-applet.c:208
2157 msgid "Automatic sleep inhibited"
2158 msgstr "Automatsko spavanje sprječeno"
2159
2160 #: gnome-applets/inhibit/inhibit-applet.c:210
2161 msgid "Automatic sleep enabled"
2162 msgstr "Automatsko spavanje omogućeno"
2163
2164 #: gnome-applets/inhibit/inhibit-applet.c:239
2165 msgid "Manual inhibit"
2166 msgstr "Ručno sprječavanje"
2167
2168 #: gnome-applets/inhibit/inhibit-applet.c:399
2169 msgid "Allows user to inhibit automatic power saving."
2170 msgstr "Omogućuje korisniku sprječavanje automatske štednje energije."
2171
2172 #: gnome-applets/inhibit/inhibit-applet.c:408
2173 msgid ""
2174 "Licensed under the GNU General Public License Version 2\n"
2175 "\n"
2176 "Inhibit Applet is free software; you can redistribute it and/or\n"
2177 "modify it under the terms of the GNU General Public License\n"
2178 "as published by the Free Software Foundation; either version 2\n"
2179 "of the License, or (at your option) any later version.\n"
2180 "\n"
2181 "Inhibit Applet is distributed in the hope that it will be useful,\n"
2182 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2183 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
2184 "GNU General Public License for more details.You should have received a copy "
2185 "of the GNU General Public License\n"
2186 "along with this program; if not, write to the Free Software\n"
2187 "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
2188 "02110-1301, USA.\n"
2189 msgstr ""
2190 "Licencirano pod uvjetima GNU Opće javne licence inačice 2\n"
2191 "\n"
2192 "Aplet sorječavanja je slobodan softver; možete ga redistribuirati i/ili\n"
2193 "mijenjati pod uvjetima GNU Opće javne licence objavljene\n"
2194 "od strane Zaklade slobodnog softvera (Free Software Foundation);\n"
2195 "ili inačice 2 Licence, ili (po vašem mišljenju) svake novije inačice.\n"
2196 "\n"
2197 "Aplet sprječavanja je distribuiran u nadi da će biti koristan,\n"
2198 "ali BEZ IKAKVOG JAMSTVA; čak i bez podrazumijevanog jamstva ili\n"
2199 "POGODNOSTI ZA ODREĐENU NAMJENU. Pogledajte\n"
2200 "GNU Opću javnu licencu za više pojedinosti.\n"
2201 "\n"
2202 "Trebali ste dobiti primjerak GNU Opće javne licence\n"
2203 "uz ovaj program, ako niste pišite na adresu: Free Software\n"
2204 "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
2205 "02110-1301, USA.\n"
2206
2207 #: gnome-applets/inhibit/inhibit-applet.c:425
2208 msgid "Copyright © 2006-2007 Richard Hughes"
2209 msgstr "Autorsko pravo © 2006-2007 Richard Hughes"
2210
2211 #: gnome-applets/mini-commander/command-line.c:358
2212 msgid "No items in history"
2213 msgstr "Nema stavaka u povijesti"
2214
2215 #. build file select dialog
2216 #: gnome-applets/mini-commander/command-line.c:488
2217 msgid "Start program"
2218 msgstr "Pokreni program"
2219
2220 #: gnome-applets/mini-commander/command-line.c:541
2221 msgid "Command line"
2222 msgstr "Naredbeni redak"
2223
2224 #: gnome-applets/mini-commander/command-line.c:542
2225 msgid "Type a command here and Gnome will execute it for you"
2226 msgstr "Utipkajte naredbu ovdje i Gnome će je pokrenuti za vas"
2227
2228 #: gnome-applets/mini-commander/mini-commander-applet.c:253
2229 #: gnome-applets/mini-commander/mini-commander-applet.c:257
2230 msgid "Browser"
2231 msgstr "Preglednik"
2232
2233 #: gnome-applets/mini-commander/mini-commander-applet.c:258
2234 msgid "Click this button to start the browser"
2235 msgstr "Pritisnite ovu tipku za pokretanje preglednika"
2236
2237 #: gnome-applets/mini-commander/mini-commander-applet.c:271
2238 #: gnome-applets/mini-commander/mini-commander-applet.c:275
2239 msgid "History"
2240 msgstr "Povijest"
2241
2242 #: gnome-applets/mini-commander/mini-commander-applet.c:276
2243 msgid "Click this button for the list of previous commands"
2244 msgstr "Pritisnite ovu tipku za popis prijašnjih naredbi"
2245
2246 #: gnome-applets/mini-commander/mini-commander-applet.c:329
2247 msgid "Command line has been disabled by your system administrator"
2248 msgstr "Naredbeni redak je onemogućen od strane vašeg administratora sustava"
2249
2250 #: gnome-applets/mini-commander/mini-commander-applet.c:378
2251 msgid "Mini-Commander applet"
2252 msgstr "Mini-Commander aplet"
2253
2254 #: gnome-applets/mini-commander/mini-commander-applet.c:379
2255 msgid "This applet adds a command line to the panel"
2256 msgstr "Ovaj aplet dodaje naredbeni redak na panel"
2257
2258 #: gnome-applets/mini-commander/mini-commander-applet.c:445
19822259 msgid ""
19832260 "This GNOME applet adds a command line to the panel. It features command "
19842261 "completion, command history, and changeable macros."
19852262 msgstr ""
1986 "Ovaj GNOME applet dodaje naredbeni redak na ploču. Poznaje povijest naredbi, "
1987 "samozavršavanje naredbi i izmjenjive makroe."
1988
1989 #: ../mini-commander/src/command_line.c:354
1990 msgid "No items in history"
1991 msgstr "Nema stavaka u povijesti"
1992
1993 #. build file select dialog
1994 #: ../mini-commander/src/command_line.c:478
1995 msgid "Start program"
1996 msgstr "Pokreni program"
1997
1998 #: ../mini-commander/src/command_line.c:530
1999 msgid "Command line"
2000 msgstr "Ime domene"
2001
2002 #: ../mini-commander/src/command_line.c:531
2003 msgid "Type a command here and Gnome will execute it for you"
2004 msgstr "Ovdje unesite naredbu i Gnome će je izvršiti za vas"
2005
2006 #: ../mini-commander/src/mc-install-default-macros.c:80
2007 #, c-format
2008 msgid "Cannot get schema for %s: %s"
2009 msgstr "Ne mogu dohvatiti shemu za %s: %s"
2010
2011 #: ../mini-commander/src/mc-install-default-macros.c:108
2012 #, c-format
2013 msgid "Cannot set schema for %s: %s"
2014 msgstr "Ne mogu postaviti shemu %s: %s"
2015
2016 #: ../mini-commander/src/mc-install-default-macros.c:114
2017 #, c-format
2018 msgid "Set default list value for %s\n"
2019 msgstr "Postavi uobičajenu vrijednost popisa za %s\n"
2020
2021 #: ../mini-commander/src/mc-install-default-macros.c:126
2022 #, c-format
2023 msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
2024 msgstr ""
2025 "Nije postavljeno GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL, ne instaliram sheme\n"
2026
2027 #: ../mini-commander/src/mc-install-default-macros.c:134
2028 #, c-format
2029 msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
2030 msgstr "Mora se postaviti varijabla okruženja GCONF_CONFIG_SOURCE\n"
2031
2032 #: ../mini-commander/src/mc-install-default-macros.c:151
2033 #, c-format
2034 msgid "Failed to access configuration source(s): %s\n"
2035 msgstr "Neuspješno pristupanje izvorima podešavanja: %s\n"
2036
2037 #: ../mini-commander/src/mc-install-default-macros.c:166
2038 #, c-format
2039 msgid "Error syncing config data: %s"
2040 msgstr "Greška pri usklađivanju podataka o podešavanjima: %s"
2041
2042 #: ../mini-commander/src/mini-commander-global.schemas.in.h:1
2043 msgid "List of GConfValue entries containing strings for the macro commands."
2044 msgstr "Popis GConfValue unosa koji sadrže makro naredbe."
2045
2046 #: ../mini-commander/src/mini-commander-global.schemas.in.h:2
2047 msgid "List of GConfValue entries containing strings for the macro patterns."
2048 msgstr "Popis GConfValue unosa koji sadrže mako uzorke"
2049
2050 #: ../mini-commander/src/mini-commander-global.schemas.in.h:3
2051 #: ../mini-commander/src/mini-commander.schemas.in.h:10
2052 msgid "Macro command list"
2053 msgstr "Popis složenih naredbi"
2054
2055 #: ../mini-commander/src/mini-commander-global.schemas.in.h:4
2056 #: ../mini-commander/src/mini-commander.schemas.in.h:11
2057 msgid "Macro pattern list"
2058 msgstr "Popis složenih uzoraka"
2059
2060 #: ../mini-commander/src/mini-commander.schemas.in.h:1
2061 msgid "Attempt to autocomplete a command from the history of commands entered."
2062 msgstr "Pokušaj samodopunjavati naredbe iz popisa korištenih naredbi."
2063
2064 #: ../mini-commander/src/mini-commander.schemas.in.h:2
2065 msgid "Background color, blue component"
2066 msgstr "Boja pozadine, plava komponenta"
2067
2068 #: ../mini-commander/src/mini-commander.schemas.in.h:3
2069 msgid "Background color, green component"
2070 msgstr "Boje pozadine, zelena komponenta"
2071
2072 #: ../mini-commander/src/mini-commander.schemas.in.h:4
2073 msgid "Background color, red component"
2074 msgstr "Boje pozadine, crvena komponenta"
2075
2076 #: ../mini-commander/src/mini-commander.schemas.in.h:5
2077 msgid "Foreground color, blue component"
2078 msgstr "Plava komponenta boje"
2079
2080 #: ../mini-commander/src/mini-commander.schemas.in.h:6
2081 msgid "Foreground color, green component"
2082 msgstr "Zelena komponenta boje"
2083
2084 #: ../mini-commander/src/mini-commander.schemas.in.h:7
2085 msgid "Foreground color, red component"
2086 msgstr "Crvena komponenta boje"
2087
2088 #: ../mini-commander/src/mini-commander.schemas.in.h:8
2089 msgid "History list"
2090 msgstr "Prethodne naredbe"
2091
2092 #: ../mini-commander/src/mini-commander.schemas.in.h:9
2093 msgid "List of GConfValue entries containing strings for history entries."
2094 msgstr "Popis GConfValue unosa koji sadrže prethodne naredbe."
2095
2096 #: ../mini-commander/src/mini-commander.schemas.in.h:12
2097 msgid "Not used anymore"
2098 msgstr "Više se ne koristi"
2099
2100 #: ../mini-commander/src/mini-commander.schemas.in.h:13
2101 msgid "Perform history autocompletion"
2102 msgstr "Omogući samodopunjavanje zasnovano na prethodnim naredbama"
2103
2104 #: ../mini-commander/src/mini-commander.schemas.in.h:14
2105 msgid "Show a frame surrounding the applet."
2106 msgstr "Prikaži okvir oko appleta."
2107
2108 #: ../mini-commander/src/mini-commander.schemas.in.h:15
2109 msgid "Show a handle so the applet can be detached from the panel."
2110 msgstr "Prikaži ručku kako bi se applet mogao odvojiti od ploče."
2111
2112 #: ../mini-commander/src/mini-commander.schemas.in.h:16
2113 msgid "Show frame"
2114 msgstr "Prikaži okvir"
2115
2116 #: ../mini-commander/src/mini-commander.schemas.in.h:17
2117 msgid "Show handle"
2118 msgstr "Prikaži ručku za premještanje apleta"
2119
2120 #: ../mini-commander/src/mini-commander.schemas.in.h:18
2121 msgid "The blue component of the background color."
2122 msgstr "Plava komponenta boje pozadine."
2123
2124 #: ../mini-commander/src/mini-commander.schemas.in.h:19
2125 msgid "The blue component of the foreground color."
2126 msgstr "Plava komponenta boje prednjeg plana."
2127
2128 #: ../mini-commander/src/mini-commander.schemas.in.h:20
2129 msgid "The green component of the background color."
2130 msgstr "Zelena komponenta boje pozadine."
2131
2132 #: ../mini-commander/src/mini-commander.schemas.in.h:21
2133 msgid "The green component of the foreground color."
2134 msgstr "Zelena komponenta boje prednjeg plana."
2135
2136 #: ../mini-commander/src/mini-commander.schemas.in.h:22
2137 msgid "The red component of the background color."
2138 msgstr "Crvena komponenta boje pozadine."
2139
2140 #: ../mini-commander/src/mini-commander.schemas.in.h:23
2141 msgid "The red component of the foreground color."
2142 msgstr "Crvena komponenta boje prednjeg plana."
2143
2144 #: ../mini-commander/src/mini-commander.schemas.in.h:24
2145 msgid ""
2146 "This per-applet key is deprecated in favour of the global key, /schemas/apps/"
2147 "mini-commander-global/macro_patterns."
2148 msgstr ""
2149 "Ovaj pojedinačni ključ zamjenjen je globalnim ključem, /schemas/apps/mini-"
2150 "commander-global/macro_patterns."
2151
2152 #: ../mini-commander/src/mini-commander.schemas.in.h:25
2153 msgid "Use the default theme colors"
2154 msgstr "Koristite uobičajene boje tema"
2155
2156 #: ../mini-commander/src/mini-commander.schemas.in.h:26
2157 msgid "Use theme colors instead of custom ones."
2158 msgstr "Koristi uobičajene boje iz teme umjesto odabranih."
2159
2160 #: ../mini-commander/src/mini-commander.schemas.in.h:27
2161 msgid "Width"
2162 msgstr "Širina"
2163
2164 #: ../mini-commander/src/mini-commander.schemas.in.h:28
2165 msgid "Width of the applet"
2166 msgstr "Širina appleta"
2167
2168 #: ../mini-commander/src/mini-commander_applet.c:246
2169 #: ../mini-commander/src/mini-commander_applet.c:250
2170 msgid "Browser"
2171 msgstr "Preglednik"
2172
2173 #: ../mini-commander/src/mini-commander_applet.c:251
2174 msgid "Click this button to start the browser"
2175 msgstr "Pritisnite ovaj gumb za pokretanje preglednika"
2176
2177 #: ../mini-commander/src/mini-commander_applet.c:264
2178 #: ../mini-commander/src/mini-commander_applet.c:268
2179 msgid "History"
2180 msgstr "Povijest"
2181
2182 #: ../mini-commander/src/mini-commander_applet.c:269
2183 msgid "Click this button for the list of previous commands"
2184 msgstr "Pritisnite ovaj gumb za popis prethodnih naredbi"
2185
2186 #: ../mini-commander/src/mini-commander_applet.c:348
2187 msgid "Command line has been disabled by your system administrator"
2188 msgstr "Liniju za unos naredbe je isključio administrator vašeg sistema"
2189
2190 #: ../mini-commander/src/mini-commander_applet.c:410
2191 msgid "Mini-Commander applet"
2192 msgstr "Mini-Commander applet"
2193
2194 #: ../mini-commander/src/mini-commander_applet.c:411
2195 msgid "This applet adds a command line to the panel"
2196 msgstr "Ovaj aplet dodaje polje za davanje naredbi na ploču"
2197
2198 #: ../mini-commander/src/preferences.c:404
2263 "Ovaj GNOME aplet dodaje naredbeni redak na panel. Sadrži povijest naredbi, "
2264 "dovršavanje naredbi i promjenjive makroe."
2265
2266 #: gnome-applets/mini-commander/mini-commander.ui:15
2267 msgid "Command Line Preferences"
2268 msgstr "Osobitosti naredbenog redka"
2269
2270 #: gnome-applets/mini-commander/mini-commander.ui:90
2271 msgid "Auto Completion"
2272 msgstr "Automatsko dovršavanje"
2273
2274 #: gnome-applets/mini-commander/mini-commander.ui:119
2275 msgid "E_nable history-based auto completion"
2276 msgstr "_Omogući automatsko dovršavanje temeljeno na povijesti"
2277
2278 #: gnome-applets/mini-commander/mini-commander.ui:158
2279 msgid "Size"
2280 msgstr "Veličina"
2281
2282 #: gnome-applets/mini-commander/mini-commander.ui:194
2283 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:117
2284 msgid "_Width:"
2285 msgstr "_Širina:"
2286
2287 #: gnome-applets/mini-commander/mini-commander.ui:231
2288 #: gnome-applets/multiload/properties.c:516
2289 msgid "pixels"
2290 msgstr "piksela"
2291
2292 #: gnome-applets/mini-commander/mini-commander.ui:281
2293 #: gnome-applets/multiload/properties.c:563
2294 msgid "Colors"
2295 msgstr "Boje"
2296
2297 #: gnome-applets/mini-commander/mini-commander.ui:318
2298 msgid "_Use default theme colors"
2299 msgstr "_Koristi zadane boje teme"
2300
2301 #: gnome-applets/mini-commander/mini-commander.ui:336
2302 msgid "Command line _foreground:"
2303 msgstr "_Prednji prikaz naredbenog _redka:"
2304
2305 #: gnome-applets/mini-commander/mini-commander.ui:353
2306 msgid "Command line _background:"
2307 msgstr "_Pozadina naredbenog redka:"
2308
2309 #: gnome-applets/mini-commander/mini-commander.ui:371
2310 #: gnome-applets/mini-commander/mini-commander.ui:388
2311 msgid "Pick a color"
2312 msgstr "Odabir boje"
2313
2314 #: gnome-applets/mini-commander/mini-commander.ui:447
2315 msgid "_Macros:"
2316 msgstr "_Makroi:"
2317
2318 #: gnome-applets/mini-commander/mini-commander.ui:523
2319 msgid "_Add Macro..."
2320 msgstr "_Dodaj makro..."
2321
2322 #: gnome-applets/mini-commander/mini-commander.ui:576
2323 msgid "_Delete Macro"
2324 msgstr "_Obriši makro"
2325
2326 #: gnome-applets/mini-commander/mini-commander.ui:619
2327 msgid "Macros"
2328 msgstr "Makronaredbe"
2329
2330 #: gnome-applets/mini-commander/mini-commander.ui:645
2331 msgid "Add New Macro"
2332 msgstr "Dodaj novi makro"
2333
2334 #: gnome-applets/mini-commander/mini-commander.ui:726
2335 msgid "_Pattern:"
2336 msgstr "_Uzorak:"
2337
2338 #: gnome-applets/mini-commander/mini-commander.ui:740
2339 msgid "Co_mmand:"
2340 msgstr "Na_redba:"
2341
2342 #: gnome-applets/mini-commander/preferences.c:249
2343 msgid "You must specify a pattern and a command"
2344 msgstr "Morate navesti i uzorak i naredbu"
2345
2346 #: gnome-applets/mini-commander/preferences.c:251
21992347 msgid "You must specify a pattern"
22002348 msgstr "Morate navesti uzorak"
22012349
2202 #: ../mini-commander/src/preferences.c:408
2203 msgid "You must specify a pattern and a command"
2204 msgstr "Morate navesti i uzorak i naredbu"
2205
2206 #: ../mini-commander/src/preferences.c:409
2350 #: gnome-applets/mini-commander/preferences.c:253
22072351 msgid "You must specify a command"
22082352 msgstr "Morate navesti naredbu"
22092353
2210 #: ../mini-commander/src/preferences.c:412
2354 #: gnome-applets/mini-commander/preferences.c:255
22112355 msgid "You may not specify duplicate patterns"
22122356 msgstr "Ne možete dvaput navesti iste uzorke"
22132357
2214 #: ../mini-commander/src/preferences.c:776
2358 #: gnome-applets/mini-commander/preferences.c:617
22152359 msgid "Pattern"
22162360 msgstr "Uzorak"
22172361
2218 #: ../mini-commander/src/preferences.c:786
2219 msgid "Command"
2220 msgstr "Naredba"
2221
2222 #: ../mixer/GNOME_MixerApplet.server.in.in.h:1
2223 msgid "Adjust the sound volume"
2224 msgstr "Podesi jačinu zvuka"
2225
2226 #. tooltip over applet
2227 #: ../mixer/GNOME_MixerApplet.server.in.in.h:2 ../mixer/applet.c:205
2228 #: ../mixer/applet.c:226
2229 msgid "Volume Control"
2230 msgstr "Upravljanje jačinom zvuka"
2231
2232 #: ../mixer/GNOME_MixerApplet.xml.h:1
2233 msgid "Mu_te"
2234 msgstr "_Isključi"
2235
2236 #: ../mixer/GNOME_MixerApplet.xml.h:4
2237 msgid "_Open Volume Control"
2238 msgstr "Upravljanje jačin_om zvuka"
2239
2240 #: ../mixer/applet.c:189
2241 msgid "Volume Applet"
2242 msgstr "Program za kontrolu glasnoće"
2243
2244 #: ../mixer/applet.c:548
2245 msgid ""
2246 "The volume control did not find any elements and/or devices to control. This "
2247 "means either that you don't have the right GStreamer plugins installed, or "
2248 "that you don't have a sound card configured."
2249 msgstr ""
2250 "Kontrola glasnoće zvuka nije pronašla niti jedan element i/ili uređaj za "
2251 "kontroliranje. Ovo znači da ili nemate instalirane odgovarajuće GStreamer "
2252 "dodatke, ili vaša zvučna kartica nije kofigurirana."
2253
2254 #: ../mixer/applet.c:552
2255 msgid ""
2256 "You can remove the volume control from the panel by right-clicking the "
2257 "speaker icon on the panel and selecting \"Remove From Panel\" from the menu."
2258 msgstr ""
2259 "Možete ukloniti kontrolu glasnoče sa ploče desnim klikom miša na ikonu "
2260 "zvučnika i selektriranjem opcije \"Ukloni sa ploče\" u izborniku."
2261
2262 #: ../mixer/applet.c:725
2263 #, c-format
2264 msgid "Failed to start Volume Control: %s"
2265 msgstr "Ne mogu pokrenuti kontrolu glasnoće: %s"
2266
2267 #: ../mixer/applet.c:1148
2268 #, c-format
2269 msgid "%s: muted"
2270 msgstr "%s: utišano"
2271
2272 #. Translator comment: I'm not all too sure if this makes sense
2273 #. * to mark as a translation, but anyway. The string is a list of
2274 #. * selected tracks, the number is the volume in percent. You
2275 #. * most likely want to keep this as-is.
2276 #: ../mixer/applet.c:1154
2277 #, c-format
2278 msgid "%s: %d%%"
2279 msgstr "%s:%d%%"
2280
2281 #: ../mixer/applet.c:1392
2282 #, c-format
2283 msgid "Failed to display help: %s"
2284 msgstr "Ne mogu prikazati pomoć: %s"
2285
2286 #: ../mixer/applet.c:1405
2287 msgid "Volume control for your GNOME Panel."
2288 msgstr "Kontrola glasnoće za vašu GNOME ploču."
2289
2290 #: ../mixer/applet.c:1407
2291 msgid "Using GStreamer 0.10."
2292 msgstr "Koristim GStreamer 0.10."
2293
2294 #: ../mixer/applet.c:1409
2295 msgid "Using GStreamer 0.8."
2296 msgstr "Koristim GStreamer 0.8."
2297
2298 #: ../mixer/dock.c:122
2299 msgid "-"
2300 msgstr "-"
2301
2302 #: ../mixer/dock.c:124
2303 msgid "+"
2304 msgstr "+"
2305
2306 #. FIXME:
2307 #. * - maybe we want to rename the element to its actual name
2308 #. * if we've found that?
2309 #.
2310 #. create element
2311 #: ../mixer/load.c:91 ../mixer/load.c:184 ../mixer/load.c:187
2312 #: ../mixer/load.c:279
2313 #, c-format
2314 msgid "Unknown Volume Control %d"
2315 msgstr "Nepoznata kontrola glasnoće %d"
2316
2317 #: ../mixer/mixer.schemas.in.h:1
2318 msgid "Channel controlled by applet. Only for OSS setups"
2319 msgstr "Kanalom upravlja applet. Samo za OSS sisteme."
2320
2321 #: ../mixer/mixer.schemas.in.h:2
2322 msgid "Saved mute state"
2323 msgstr "Spremljeno mutirano stanje"
2324
2325 #: ../mixer/mixer.schemas.in.h:3
2326 msgid "Saved volume to restore on startup"
2327 msgstr "Spremljena jačina zvuka koja će se postaviti pri pokretanju"
2328
2329 #. make window look cute
2330 #: ../mixer/preferences.c:106
2331 msgid "Volume Control Preferences"
2332 msgstr "Postavke za upravljanje jačinom zvuka"
2333
2334 #: ../mixer/preferences.c:119
2335 msgid "Select the device and track to control."
2336 msgstr "Izaberite uređaj i kanale koje želite nadzirati."
2337
2338 #: ../modemlights/GNOME_ModemLights.server.in.in.h:1
2339 msgid "Activate and monitor a dial-up network connection"
2340 msgstr "Aktiviranje i nadzor modemske veze"
2341
2342 #: ../modemlights/GNOME_ModemLights.server.in.in.h:2
2343 #: ../modemlights/modem-applet.c:176
2344 msgid "Modem Monitor"
2345 msgstr "Nadziranje modema"
2346
2347 #: ../modemlights/GNOME_ModemLights.xml.h:2
2348 msgid "_Activate"
2349 msgstr "_Aktiviraj"
2350
2351 #: ../modemlights/GNOME_ModemLights.xml.h:3
2352 msgid "_Deactivate"
2353 msgstr "_Deaktiviraj"
2354
2355 #: ../modemlights/GNOME_ModemLights.xml.h:5
2356 msgid "_Properties"
2357 msgstr "_Svojstva"
2358
2359 #: ../modemlights/modem-applet.c:706
2360 #, fuzzy
2361 msgid "Connection active, but could not get connection time"
2362 msgstr "Ne mogu otkriti vrijeme veze"
2363
2364 #: ../modemlights/modem-applet.c:722
2365 #, c-format
2366 msgid "Time connected: %.1d:%.2d"
2367 msgstr "Vrijeme veze: %.1d:%.2d"
2368
2369 #: ../modemlights/modem-applet.c:726
2370 msgid "Not connected"
2371 msgstr "Veza nije uspostavljena"
2372
2373 #: ../modemlights/modem-applet.c:748
2374 msgid ""
2375 "To connect to your Internet service provider, you need administrator "
2376 "privileges"
2377 msgstr ""
2378
2379 #: ../modemlights/modem-applet.c:749
2380 msgid ""
2381 "To disconnect from your Internet service provider, you need administrator "
2382 "privileges"
2383 msgstr ""
2384
2385 #: ../modemlights/modem-applet.c:824
2386 msgid "The entered password is invalid"
2387 msgstr ""
2388
2389 #: ../modemlights/modem-applet.c:826
2390 msgid ""
2391 "Check that you have typed it correctly and that you haven't activated the "
2392 "\"caps lock\" key"
2393 msgstr ""
2394
2395 #: ../modemlights/modem-applet.c:928
2396 msgid "Do you want to connect?"
2397 msgstr ""
2398
2399 #: ../modemlights/modem-applet.c:929
2400 msgid "Do you want to disconnect?"
2401 msgstr ""
2402
2403 #: ../modemlights/modem-applet.c:938
2404 msgid "C_onnect"
2405 msgstr ""
2406
2407 #: ../modemlights/modem-applet.c:938
2408 msgid "_Disconnect"
2409 msgstr ""
2410
2411 #: ../modemlights/modem-applet.c:994
2412 msgid "Could not launch network configuration tool"
2413 msgstr "Ne mogu pokrenuti alat za mrežnu konfiguraciju"
2414
2415 #: ../modemlights/modem-applet.c:996
2416 msgid ""
2417 "Check that it's installed in the correct path and that it has the correct "
2418 "permissions"
2419 msgstr ""
2420 "Provjerite je li instalacija na pravoj putanji i imate li odgovarajuće "
2421 "ovlasti."
2422
2423 #: ../modemlights/modem-applet.c:1020
2424 msgid "Applet for activating and monitoring a dial-up network connection."
2425 msgstr "Program za pokretanje i nadziranje modemske veze."
2426
2427 #: ../multiload/GNOME_MultiLoadApplet_Factory.server.in.in.h:1
2428 msgid "A system load indicator"
2429 msgstr "Pokazatelj opterećenja sustava"
2430
2431 #: ../multiload/GNOME_MultiLoadApplet_Factory.server.in.in.h:2
2432 #: ../multiload/main.c:479
2433 msgid "System Monitor"
2434 msgstr "Nadzor sustava"
2435
2436 #: ../multiload/GNOME_MultiloadApplet.xml.h:3
2362 #: gnome-applets/multiload/multiload-applet-menu.ui:5
24372363 msgid "_Open System Monitor"
2438 msgstr "_Pokreni Praćenje sustava"
2439
2440 #: ../multiload/main.c:58
2441 msgid ""
2442 "A system load monitor capable of displaying graphs for CPU, ram, and swap "
2443 "space use, plus network traffic."
2444 msgstr ""
2445 "Nadzor opterečenja sustava koji može prikazati grafove za procesor, RAM, "
2446 "korištenje swap prostora i mrežni promet."
2447
2448 #: ../multiload/main.c:127
2364 msgstr "_Pokreni Nadgledatelja sustava"
2365
2366 #: gnome-applets/multiload/multiload-applet.c:91
2367 msgid "Start system-monitor"
2368 msgstr "Pokreni Nadgledatelja sustava"
2369
2370 #: gnome-applets/multiload/multiload-applet.c:112
24492371 #, c-format
24502372 msgid "There was an error executing '%s': %s"
2451 msgstr "Došlo je do greške pri izvršavanju '%s': %s"
2452
2453 #: ../multiload/main.c:289 ../multiload/properties.c:607
2373 msgstr "Došlo je do greške pri pokretanju '%s': %s"
2374
2375 #: gnome-applets/multiload/multiload-applet.c:199
2376 #: gnome-applets/multiload/properties.c:588
24542377 msgid "Processor"
24552378 msgstr "Procesor"
24562379
2457 #: ../multiload/main.c:291 ../multiload/properties.c:615
2380 #: gnome-applets/multiload/multiload-applet.c:201
2381 #: gnome-applets/multiload/properties.c:596
24582382 msgid "Memory"
24592383 msgstr "Memorija"
24602384
2461 #: ../multiload/main.c:293 ../multiload/properties.c:623
2385 #: gnome-applets/multiload/multiload-applet.c:203
2386 #: gnome-applets/multiload/properties.c:604
24622387 msgid "Network"
24632388 msgstr "Mreža"
24642389
2465 #: ../multiload/main.c:295 ../multiload/properties.c:631
2390 #: gnome-applets/multiload/multiload-applet.c:205
2391 #: gnome-applets/multiload/properties.c:611
24662392 msgid "Swap Space"
24672393 msgstr "Swap prostor"
24682394
2469 #: ../multiload/main.c:297 ../multiload/main.c:368
2395 #: gnome-applets/multiload/multiload-applet.c:207
2396 #: gnome-applets/multiload/multiload-applet.c:281
24702397 msgid "Load Average"
24712398 msgstr "Prosječno opterećenje"
24722399
2473 #: ../multiload/main.c:299
2400 #: gnome-applets/multiload/multiload-applet.c:209
24742401 msgid "Disk"
24752402 msgstr "Disk"
24762403
24772404 #. xgettext: use and cache are > 1 most of the time,
24782405 #. please assume that they always are.
24792406 #.
2480 #: ../multiload/main.c:318
2407 #: gnome-applets/multiload/multiload-applet.c:225
24812408 #, c-format
24822409 msgid ""
24832410 "%s:\n"
24852412 "%u%% in use as cache"
24862413 msgstr ""
24872414 "%s:\n"
2488 "%u%% iskorišteno za programe\n"
2489 "%u%% iskorišteno za privremeni spremnik"
2490
2491 #: ../multiload/main.c:326
2415 "%u%% koriste programi\n"
2416 "%u%% koristi predmemorija"
2417
2418 #: gnome-applets/multiload/multiload-applet.c:233
24922419 #, c-format
24932420 msgid "The system load average is %0.02f"
24942421 msgstr "Prosječno opterećenje sustava je %0.02f"
24952422
2496 #: ../multiload/main.c:339
2423 #. xgettext: same as in graphic tab of g-s-m
2424 #: gnome-applets/multiload/multiload-applet.c:241
2425 #, c-format
2426 msgid ""
2427 "%s:\n"
2428 "Receiving %s\n"
2429 "Sending %s"
2430 msgstr ""
2431 "%s:\n"
2432 "Preuzimanje %s\n"
2433 "Slanje %s"
2434
2435 #: gnome-applets/multiload/multiload-applet.c:256
24972436 #, c-format
24982437 msgid ""
24992438 "%s:\n"
25112450 "%s:\n"
25122451 "%u%% iskorišteno"
25132452
2514 #: ../multiload/main.c:364
2453 #: gnome-applets/multiload/multiload-applet.c:277
25152454 msgid "CPU Load"
25162455 msgstr "Opterećenje procesora"
25172456
2518 #: ../multiload/main.c:365
2457 #: gnome-applets/multiload/multiload-applet.c:278
25192458 msgid "Memory Load"
25202459 msgstr "Opterećenje memorije"
25212460
2522 #: ../multiload/main.c:366
2461 #: gnome-applets/multiload/multiload-applet.c:279
25232462 msgid "Net Load"
25242463 msgstr "Opterećenje mreže"
25252464
2526 #: ../multiload/main.c:367
2465 #: gnome-applets/multiload/multiload-applet.c:280
25272466 msgid "Swap Load"
25282467 msgstr "Opterećenje swap memorije"
25292468
2530 #: ../multiload/main.c:369
2469 #: gnome-applets/multiload/multiload-applet.c:282
25312470 msgid "Disk Load"
25322471 msgstr "Opterećenje diska"
25332472
2534 #: ../multiload/multiload.schemas.in.h:1
2535 msgid "Applet refresh rate in milliseconds"
2536 msgstr "Brzina osvježavanja appleta u milisekundama"
2537
2538 #: ../multiload/multiload.schemas.in.h:2
2539 msgid "Background color for disk load graph"
2540 msgstr "Boja pozadine za graf opterećenja diska"
2541
2542 #: ../multiload/multiload.schemas.in.h:3
2543 msgid "CPU graph background color"
2544 msgstr "Boja pozadine za graf procesora"
2545
2546 #: ../multiload/multiload.schemas.in.h:4
2547 msgid "Enable CPU load graph"
2548 msgstr "Prikaži grafikon opterećenja procesora"
2549
2550 #: ../multiload/multiload.schemas.in.h:5
2551 msgid "Enable disk load graph"
2552 msgstr "Prikaži graf opterećenja diska"
2553
2554 #: ../multiload/multiload.schemas.in.h:6
2555 msgid "Enable load average graph"
2556 msgstr "Prikaži grafikon prosječnog opterećenja"
2557
2558 #: ../multiload/multiload.schemas.in.h:7
2559 msgid "Enable memory load graph"
2560 msgstr "Prikaži grafikon zauzeća memorije"
2561
2562 #: ../multiload/multiload.schemas.in.h:8
2563 msgid "Enable network load graph"
2564 msgstr "Prikaži grafikon opterećenja mreže"
2565
2566 #: ../multiload/multiload.schemas.in.h:9
2567 msgid "Enable swap load graph"
2568 msgstr "Prikaži grafikon zauzeća swap memorije"
2569
2570 #: ../multiload/multiload.schemas.in.h:10
2571 msgid ""
2572 "For horizontal panels, the width of the graphs in pixels. For vertical "
2573 "panels, this is the height of the graphs."
2574 msgstr ""
2575 "Za vodoravne ploče, širina grafova u točkama. Za okomite ploče, ovo je "
2576 "visina grafikona."
2577
2578 #: ../multiload/multiload.schemas.in.h:11
2579 msgid "Graph color for Ethernet network activity"
2580 msgstr "Boja grafa za ethernet aktivnosti u mreži."
2581
2582 #: ../multiload/multiload.schemas.in.h:12
2583 msgid "Graph color for PLIP network activity"
2584 msgstr "Boja grafa za praćenje PLIP aktivnosti u mreži."
2585
2586 #: ../multiload/multiload.schemas.in.h:13
2587 msgid "Graph color for SLIP network activity"
2588 msgstr "Boja grafa za praćenje SLIP aktivnosti u mreži."
2589
2590 #: ../multiload/multiload.schemas.in.h:14
2591 msgid "Graph color for buffer memory"
2592 msgstr "Boja grafa za buffer memoriju."
2593
2594 #: ../multiload/multiload.schemas.in.h:15
2595 msgid "Graph color for cached memory"
2596 msgstr "Boja grafa za cashed memoriju."
2597
2598 #: ../multiload/multiload.schemas.in.h:16
2599 msgid "Graph color for disk read"
2600 msgstr "Boja grafa za čitanje po disku"
2601
2602 #: ../multiload/multiload.schemas.in.h:17
2603 msgid "Graph color for disk write"
2604 msgstr "Boja grafa za pisanje po disku"
2605
2606 #: ../multiload/multiload.schemas.in.h:18
2607 msgid "Graph color for iowait related CPU activity"
2608 msgstr "Boja grafa za aktivnosti procesora vezane uz čekanje na I/O"
2609
2610 #: ../multiload/multiload.schemas.in.h:19
2611 msgid "Graph color for load average"
2612 msgstr "Boja grafa za prosječno opterećenje."
2613
2614 #: ../multiload/multiload.schemas.in.h:20
2615 msgid "Graph color for nice-related CPU activity"
2616 msgstr "Boja grafa za aktivnosti procesora sa manjim prioritetom."
2617
2618 #: ../multiload/multiload.schemas.in.h:21
2619 msgid "Graph color for other network usage"
2620 msgstr "Boja grafa za praćenje ostalih eternet aktivnosti u mreži."
2621
2622 #: ../multiload/multiload.schemas.in.h:22
2623 msgid "Graph color for shared memory"
2624 msgstr "Boja grafa za dijeljenu memoriju."
2625
2626 #: ../multiload/multiload.schemas.in.h:23
2627 msgid "Graph color for system-related CPU activity"
2628 msgstr "Boja grafa za aktivnosti procesora. vezanje za sustav"
2629
2630 #: ../multiload/multiload.schemas.in.h:24
2631 msgid "Graph color for user-related CPU activity"
2632 msgstr "Boja grafa za korisničke aktivnosti procesora."
2633
2634 #: ../multiload/multiload.schemas.in.h:25
2635 msgid "Graph color for user-related memory usage"
2636 msgstr "Boja grafa za korisničku upotrebu memorije."
2637
2638 #: ../multiload/multiload.schemas.in.h:26
2639 msgid "Graph color for user-related swap usage"
2640 msgstr "Boja grafa za korisničku upotrebu swap memorije."
2641
2642 #: ../multiload/multiload.schemas.in.h:27
2643 msgid "Graph size"
2644 msgstr "Veličina grafa"
2645
2646 #: ../multiload/multiload.schemas.in.h:28
2647 msgid "Load graph background color"
2648 msgstr "Boja pozadine za praćenje opterećenja"
2649
2650 #: ../multiload/multiload.schemas.in.h:29
2651 msgid "Memory graph background color"
2652 msgstr "Boja pozadine za praćenje memorije"
2653
2654 #: ../multiload/multiload.schemas.in.h:30
2655 msgid "Network graph background color"
2656 msgstr "Boja pozadine za praćenje mreže"
2657
2658 #: ../multiload/multiload.schemas.in.h:31
2659 msgid "Swap graph background color"
2660 msgstr "Boja pozadine za praćenje swap memorije"
2661
2662 #: ../multiload/multiload.schemas.in.h:32
2663 msgid "The desktop description file to execute as the system monitor"
2664 msgstr ""
2665
2666 #: ../multiload/properties.c:368
2473 #: gnome-applets/multiload/multiload-applet.c:488
2474 msgid ""
2475 "A system load monitor capable of displaying graphs for CPU, ram, and swap "
2476 "space use, plus network traffic."
2477 msgstr ""
2478 "Nadgledatelj opterećenja sustava koji prikazuje grafikone za CPU, RAM, swap "
2479 "prostor i mrežni promet."
2480
2481 #: gnome-applets/multiload/netspeed.c:41
2482 #, c-format
2483 msgid "%s/s"
2484 msgstr "%s/s"
2485
2486 #: gnome-applets/multiload/properties.c:330
26672487 msgid "Monitored Resources"
2668 msgstr "Praćeni resursi"
2669
2670 #: ../multiload/properties.c:393
2488 msgstr "Nadgledani resursi"
2489
2490 #: gnome-applets/multiload/properties.c:355
26712491 msgid "_Processor"
26722492 msgstr "_Procesor"
26732493
2674 #: ../multiload/properties.c:406
2494 #: gnome-applets/multiload/properties.c:371
26752495 msgid "_Memory"
26762496 msgstr "_Memorija"
26772497
2678 #: ../multiload/properties.c:419
2498 #: gnome-applets/multiload/properties.c:387
26792499 msgid "_Network"
2680 msgstr "M_reža"
2681
2682 #: ../multiload/properties.c:432
2500 msgstr "_Mreža"
2501
2502 #: gnome-applets/multiload/properties.c:403
26832503 msgid "S_wap Space"
26842504 msgstr "_Swap prostor"
26852505
2686 #: ../multiload/properties.c:445
2506 #: gnome-applets/multiload/properties.c:419
26872507 msgid "_Load"
26882508 msgstr "_Opterećenje"
26892509
2690 #: ../multiload/properties.c:458
2510 #: gnome-applets/multiload/properties.c:435
26912511 msgid "_Harddisk"
26922512 msgstr "_Čvrsti disk"
26932513
2694 #: ../multiload/properties.c:474
2514 #: gnome-applets/multiload/properties.c:452
26952515 msgid "Options"
2696 msgstr "Odrednice"
2697
2698 #: ../multiload/properties.c:504
2516 msgstr "Mogućnosti"
2517
2518 #: gnome-applets/multiload/properties.c:481
26992519 msgid "System m_onitor width: "
2700 msgstr "_Širina programa za nadgledanje sustava: "
2701
2702 #: ../multiload/properties.c:506
2520 msgstr "_Širina nadgledatelja sustava: "
2521
2522 #: gnome-applets/multiload/properties.c:483
27032523 msgid "System m_onitor height: "
2704 msgstr "_Visina programa za nadgledanje sustava: "
2705
2706 #: ../multiload/properties.c:537
2707 msgid "pixels"
2708 msgstr "pikseli"
2709
2710 #: ../multiload/properties.c:545
2524 msgstr "_Visina nadgledatelja sustava: "
2525
2526 #: gnome-applets/multiload/properties.c:524
27112527 msgid "Sys_tem monitor update interval: "
2712 msgstr "_Vrijeme između dva ažuriranja prikaza "
2713
2714 #: ../multiload/properties.c:571
2528 msgstr "Raz_doblje osvježavanja nadgledatelja sustava: "
2529
2530 #: gnome-applets/multiload/properties.c:552
27152531 msgid "milliseconds"
2716 msgstr "milisekunde"
2717
2718 #: ../multiload/properties.c:582
2719 msgid "Colors"
2720 msgstr "Boje"
2721
2722 #: ../multiload/properties.c:609 ../multiload/properties.c:617
2532 msgstr "milisekunda"
2533
2534 #: gnome-applets/multiload/properties.c:590
2535 #: gnome-applets/multiload/properties.c:598
27232536 msgid "_User"
27242537 msgstr "_Korisnik"
27252538
2726 #: ../multiload/properties.c:610
2539 #: gnome-applets/multiload/properties.c:591
27272540 msgid "S_ystem"
2728 msgstr "_Sustav"
2729
2730 #: ../multiload/properties.c:611
2541 msgstr "S_ustav"
2542
2543 #: gnome-applets/multiload/properties.c:592
27312544 msgid "N_ice"
27322545 msgstr "_Slobodno"
27332546
2734 #: ../multiload/properties.c:612
2547 #: gnome-applets/multiload/properties.c:593
27352548 msgid "I_OWait"
2736 msgstr "I_OČekanje"
2737
2738 #: ../multiload/properties.c:613
2549 msgstr "U_IČekanje"
2550
2551 #: gnome-applets/multiload/properties.c:594
27392552 msgid "I_dle"
2740 msgstr "_Neiskorišteno"
2741
2742 #: ../multiload/properties.c:618
2553 msgstr "M_irovanje"
2554
2555 #: gnome-applets/multiload/properties.c:599
27432556 msgid "Sh_ared"
2744 msgstr "_Dijeljeno"
2745
2746 #: ../multiload/properties.c:619
2557 msgstr "Di_jeljeno"
2558
2559 #: gnome-applets/multiload/properties.c:600
27472560 msgid "_Buffers"
27482561 msgstr "_Međuspremnici"
27492562
2750 #: ../multiload/properties.c:620
2563 #: gnome-applets/multiload/properties.c:601
27512564 msgid "Cach_ed"
2752 msgstr "_Cachirano"
2753
2754 #: ../multiload/properties.c:621
2565 msgstr "_Predmemorija"
2566
2567 #: gnome-applets/multiload/properties.c:602
27552568 msgid "F_ree"
2756 msgstr "_Slobodno"
2757
2758 #: ../multiload/properties.c:625
2759 msgid "_SLIP"
2760 msgstr "_SLIP"
2761
2762 #: ../multiload/properties.c:626
2763 msgid "PL_IP"
2764 msgstr "_PLIP"
2765
2766 #: ../multiload/properties.c:627
2767 msgid "_Ethernet"
2768 msgstr "_Ethernet"
2769
2770 #: ../multiload/properties.c:628
2771 msgid "Othe_r"
2772 msgstr "_Ostalo"
2773
2774 #: ../multiload/properties.c:629 ../multiload/properties.c:639
2775 #: ../multiload/properties.c:645
2569 msgstr "S_lobodno"
2570
2571 #: gnome-applets/multiload/properties.c:606
2572 msgid "_In"
2573 msgstr "_Preuzimanje"
2574
2575 #: gnome-applets/multiload/properties.c:607
2576 msgid "_Out"
2577 msgstr "_Slanje"
2578
2579 #: gnome-applets/multiload/properties.c:608
2580 msgid "_Local"
2581 msgstr "_Lokalno"
2582
2583 #: gnome-applets/multiload/properties.c:609
2584 #: gnome-applets/multiload/properties.c:619
2585 #: gnome-applets/multiload/properties.c:625
27762586 msgid "_Background"
27772587 msgstr "_Pozadina"
27782588
2779 #: ../multiload/properties.c:633
2589 #: gnome-applets/multiload/properties.c:613
27802590 msgid "_Used"
2781 msgstr "_Korišteno"
2782
2783 #: ../multiload/properties.c:634
2591 msgstr "_Iskorišteno"
2592
2593 #: gnome-applets/multiload/properties.c:614
27842594 msgid "_Free"
27852595 msgstr "_Slobodno"
27862596
2787 #: ../multiload/properties.c:636
2597 #: gnome-applets/multiload/properties.c:616
27882598 msgid "Load"
2789 msgstr "Opterečenje"
2790
2791 #: ../multiload/properties.c:638
2599 msgstr "Opterećenje"
2600
2601 #: gnome-applets/multiload/properties.c:618
27922602 msgid "_Average"
27932603 msgstr "_Prosjek"
27942604
2795 #: ../multiload/properties.c:641
2605 #: gnome-applets/multiload/properties.c:621
27962606 msgid "Harddisk"
2797 msgstr "Tvrdi disk"
2798
2799 #: ../multiload/properties.c:643
2607 msgstr "Čvrsti disk"
2608
2609 #: gnome-applets/multiload/properties.c:623
28002610 msgid "_Read"
2801 msgstr "_Čitaj"
2802
2803 #: ../multiload/properties.c:644
2611 msgstr "_Čitanje"
2612
2613 #: gnome-applets/multiload/properties.c:624
28042614 msgid "_Write"
2805 msgstr "_Piši"
2806
2807 #: ../multiload/properties.c:670
2615 msgstr "_Zapisivanje"
2616
2617 #: gnome-applets/multiload/properties.c:651
28082618 msgid "System Monitor Preferences"
2809 msgstr "Postavke praćenja sustavka"
2810
2811 #: ../null_applet/GNOME_CDPlayerApplet.server.in.h:1
2812 msgid "CD Player (Deprecated)"
2813 msgstr "CD svirač (Zamjenjeno)"
2814
2815 #: ../null_applet/GNOME_CDPlayerApplet.server.in.h:2
2816 msgid "Panel applet for playing audio CDs"
2817 msgstr "Aplet panela za puštanje zvučnih CD-ova"
2818
2819 #: ../null_applet/GNOME_MailcheckApplet_Factory.server.in.h:1
2820 msgid "Alert you when new mail arrives"
2821 msgstr "Obavijesti kada stigne nova pošta"
2822
2823 #: ../null_applet/GNOME_MailcheckApplet_Factory.server.in.h:2
2824 msgid "Inbox Monitor (Deprecated)"
2825 msgstr "Nadziranje ulazne pošte (Zamjenjeno)"
2826
2827 #: ../null_applet/GNOME_NullApplet_Factory.server.in.in.h:1
2828 msgid "Factory for deprecating applets"
2829 msgstr "Tvornica za zamjenjene programe."
2830
2831 #: ../null_applet/GNOME_NullApplet_Factory.server.in.in.h:2
2832 msgid "Null Applet Factory"
2833 msgstr "Tvornica praznih programa"
2834
2835 #: ../null_applet/GNOME_Panel_WirelessApplet.server.in.h:1
2836 msgid "Monitor the quality of a wireless network link"
2837 msgstr "Praćenje kvalitete bežične mrežne veze"
2838
2839 #: ../null_applet/GNOME_Panel_WirelessApplet.server.in.h:2
2840 msgid "Wireless Link Monitor"
2841 msgstr "Praćenje bežične veze"
2842
2843 #: ../null_applet/null_applet.c:149
2844 msgid "Some panel items are no longer available"
2845 msgstr "Neki elementi ploče više nisu dostupni"
2846
2847 #: ../null_applet/null_applet.c:150
2848 msgid ""
2849 "One or more panel items (also referred to as applets) are no longer "
2850 "available in the GNOME desktop."
2851 msgstr ""
2852 "Jedan ili više elemanata ploče (kao i programi) više nisu dostupni u GNOME "
2853 "radnom okružju."
2854
2855 #: ../null_applet/null_applet.c:152
2856 msgid "These items will now be removed from your configuration:"
2857 msgstr "Slijedeći elemanti će biti uklonjeni iz vaše konfiguracije:"
2858
2859 #: ../null_applet/null_applet.c:155
2860 msgid "You will not receive this message again."
2861 msgstr "Ovu poruku više nećete dobivati."
2862
2863 #: ../stickynotes/data/GNOME_StickyNotesApplet.server.in.h:1
2864 msgid "Tomboy (ne Stickynotes)"
2865 msgstr "Tomboy"
2866
2867 #: ../stickynotes/data/GNOME_StickyNotesApplet.server.in.h:2
2868 msgid "Tomboy (transparent upgrade from stickynotes)"
2869 msgstr "Tomboy (transparentna nadogradnja sa stickynotes)"
2870
2871 #: ../stickynotes/GNOME_StickyNotesApplet.server.in.in.h:1
2872 msgid "Create, view, and manage sticky notes on the desktop"
2873 msgstr "Napravi, pogledaj i održavaj ljepljive biljeleške na radnoj površini"
2874
2875 #: ../stickynotes/GNOME_StickyNotesApplet.server.in.in.h:2
2876 #: ../stickynotes/stickynotes_applet.c:134
2877 #: ../stickynotes/stickynotes_applet.c:412
2878 msgid "Sticky Notes"
2879 msgstr "Lijepljive bilješke"
2880
2881 #: ../stickynotes/GNOME_StickyNotesApplet.server.in.in.h:3
2882 msgid "Sticky Notes Applet Factory"
2883 msgstr "Sticky Notes Applet Factory"
2884
2885 #: ../stickynotes/GNOME_StickyNotesApplet.xml.h:1
2886 msgid "Hi_de Notes"
2887 msgstr "_Sakrij bilješke"
2888
2889 #: ../stickynotes/GNOME_StickyNotesApplet.xml.h:3
2890 msgid "_Delete Notes"
2891 msgstr "_Izbriši bilješke"
2892
2893 #: ../stickynotes/GNOME_StickyNotesApplet.xml.h:5
2894 msgid "_Lock Notes"
2895 msgstr "Zaključaj bilješke"
2896
2897 #: ../stickynotes/GNOME_StickyNotesApplet.xml.h:6
2898 msgid "_New Note"
2899 msgstr "_Nova bilješka"
2900
2901 #: ../stickynotes/stickynotes.c:608
2902 msgid "This note is locked."
2903 msgstr "Ova bilješka je zaključana."
2904
2905 #: ../stickynotes/stickynotes.c:612
2906 msgid "This note is unlocked."
2907 msgstr "Ova bilješka je otključana."
2908
2909 #: ../stickynotes/stickynotes.schemas.in.h:1
2910 msgid ""
2911 "By default, sticky notes are given the current date as the title when they "
2912 "are created. This format is used; anything that can be parsed by strftime() "
2913 "is valid."
2914 msgstr ""
2915 "Uobičajeno, kada se naprave ljepljive bilješke, koristi se tekući datum za "
2916 "naslov. Ovaj format se koristi; sve što prihća strftime() je dozvoljeno."
2917
2918 #: ../stickynotes/stickynotes.schemas.in.h:2
2919 msgid "Date format of note's title"
2920 msgstr "Format datuma za naslov bilješke"
2921
2922 #: ../stickynotes/stickynotes.schemas.in.h:3
2923 msgid "Default color for font"
2924 msgstr "Uobičajena boja za pismo"
2925
2926 #: ../stickynotes/stickynotes.schemas.in.h:4
2927 msgid "Default color for new notes"
2928 msgstr "Uobičajena boja za nove bilješke"
2929
2930 #: ../stickynotes/stickynotes.schemas.in.h:5
2931 msgid ""
2932 "Default color for new sticky notes. This should be in html hex "
2933 "specification, for example \"#30FF50\"."
2934 msgstr ""
2935 "Uobičajena boja za nove ljepljive bilješke. Ovo treba biti HTML heksadekadni "
2936 "navod boje, nprimjer \"#30FF50\"."
2937
2938 #: ../stickynotes/stickynotes.schemas.in.h:6
2939 msgid ""
2940 "Default font color for new sticky notes. This should be in html hex "
2941 "specification, for example \"#000000\"."
2942 msgstr ""
2943 "Uobičajena boja za pismo ljepljive bilješke. Ovo treba biti HTML "
2944 "heksadecimalna oznaka boje, na primjer \"#000000\"."
2945
2946 #: ../stickynotes/stickynotes.schemas.in.h:7
2947 msgid "Default font for new notes"
2948 msgstr "Uobičajeno pismo za nove bilješke"
2949
2950 #: ../stickynotes/stickynotes.schemas.in.h:8
2951 msgid ""
2952 "Default font for new sticky notes. This should be a Pango Font Name, for "
2953 "example \"Sans Italic 10\"."
2954 msgstr ""
2955
2956 #: ../stickynotes/stickynotes.schemas.in.h:9
2957 msgid "Default height for new notes"
2958 msgstr "Predefinirana visina za nove bilješke"
2959
2960 #: ../stickynotes/stickynotes.schemas.in.h:10
2961 msgid "Default height for new sticky notes in pixels."
2962 msgstr "Uobičajena visina u točkama za nove ljepljive bilješke."
2963
2964 #: ../stickynotes/stickynotes.schemas.in.h:11
2965 msgid "Default width for new notes"
2966 msgstr "Predefinirana širina za nove bilješke"
2967
2968 #: ../stickynotes/stickynotes.schemas.in.h:12
2969 msgid "Default width for new sticky notes in pixels."
2970 msgstr "Predefinirana širina za nove ljepljive bilješke u točkama."
2971
2972 #: ../stickynotes/stickynotes.schemas.in.h:13
2973 msgid "Empty notes are always deleted without confirmation."
2974 msgstr "Prazne bilješke se uvijek brišu bez potvrde."
2975
2976 #: ../stickynotes/stickynotes.schemas.in.h:14
2977 msgid ""
2978 "If this option is disabled, a custom color can be used as the default color "
2979 "for all sticky notes."
2980 msgstr ""
2981 "Ukoliko je ova opcija isključena, proizvoljna boja može biti korištena kao "
2982 "uobičajena boja za sve lijepljive bilješke."
2983
2984 #: ../stickynotes/stickynotes.schemas.in.h:15
2985 msgid ""
2986 "If this option is disabled, a custom font can be used as the default font "
2987 "for all sticky notes."
2988 msgstr ""
2989 "Ukoliko je ova opcija isključena, proizvoljno pismo može biti korišteno kao "
2990 "uobičajeno pismo za sve lijepljive bilješke."
2991
2992 #: ../stickynotes/stickynotes.schemas.in.h:16
2993 msgid ""
2994 "If this option is enabled, the custom colors and fonts that have been "
2995 "assigned to individual notes will be ignored."
2996 msgstr ""
2997 "Ukoliko je ova opcija uključena, dodijeljene proizvoljne boje i pisma za "
2998 "pojedinačne bilješke će biti ignorirani."
2999
3000 #: ../stickynotes/stickynotes.schemas.in.h:17
3001 msgid "Specifies whether the sticky notes are locked (non-editable) or not."
3002 msgstr ""
3003 "Određuje da li su lijepljive bilješke zaključane (nisu izmjenjive) ili ne."
3004
3005 #: ../stickynotes/stickynotes.schemas.in.h:18
3006 msgid ""
3007 "Specifies whether the sticky notes are visible on ALL workspaces on the "
3008 "desktop, or not."
3009 msgstr ""
3010 "Određuje da li su lijepljive bilješke vidljive na SVIM radnim prostorima na "
3011 "radnoj površini ili ne."
3012
3013 #: ../stickynotes/stickynotes.schemas.in.h:19
3014 msgid "Sticky notes' locked state"
3015 msgstr "Zaključano stanje ljepljivih bilješki"
3016
3017 #: ../stickynotes/stickynotes.schemas.in.h:20
3018 msgid "Sticky notes' workspace stickyness"
3019 msgstr "Ljepljivost radne površine ljeplivih bilješki"
3020
3021 #: ../stickynotes/stickynotes.schemas.in.h:21
3022 msgid "Whether to ask for confirmation when deleting a note"
3023 msgstr "Treba li tražiti potvrdu prilikom brisanja bilješke"
3024
3025 #: ../stickynotes/stickynotes.schemas.in.h:22
3026 msgid "Whether to force the default color and font on all notes"
3027 msgstr "Treba li koristiti uobičajene boje i pismo za sve bilješke"
3028
3029 #: ../stickynotes/stickynotes.schemas.in.h:23
3030 msgid "Whether to use the default system color"
3031 msgstr "Treba li koristiti uobičajene sustavskih boja"
3032
3033 #: ../stickynotes/stickynotes.schemas.in.h:24
3034 msgid "Whether to use the default system font"
3035 msgstr "Treba li koristiti uobičajeno pismo sustava"
3036
3037 #: ../stickynotes/stickynotes_applet.c:590
2619 msgstr "Osobitosti Nadgledatelja sustava"
2620
2621 #: gnome-applets/netspeed/netspeed-menu.ui:5
2622 msgid "Device _Details"
2623 msgstr "Pojedinosti _uređaja"
2624
2625 #: gnome-applets/netspeed/netspeed-applet.c:350
2626 msgid "b/s"
2627 msgstr "b/s"
2628
2629 #: gnome-applets/netspeed/netspeed-applet.c:350
2630 msgid "B/s"
2631 msgstr "B/s"
2632
2633 #: gnome-applets/netspeed/netspeed-applet.c:352
2634 msgid "bits"
2635 msgstr "bita"
2636
2637 #: gnome-applets/netspeed/netspeed-applet.c:352
2638 msgid "bytes"
2639 msgstr "bajta"
2640
2641 #: gnome-applets/netspeed/netspeed-applet.c:359
2642 msgid "kb/s"
2643 msgstr "kb/s"
2644
2645 #: gnome-applets/netspeed/netspeed-applet.c:359
2646 msgid "KiB/s"
2647 msgstr "KiB/s"
2648
2649 #: gnome-applets/netspeed/netspeed-applet.c:361
2650 msgid "kb"
2651 msgstr "kb"
2652
2653 #: gnome-applets/netspeed/netspeed-applet.c:361
2654 msgid "KiB"
2655 msgstr "KiB"
2656
2657 #: gnome-applets/netspeed/netspeed-applet.c:369
2658 msgid "Mb/s"
2659 msgstr "Mb/s"
2660
2661 #: gnome-applets/netspeed/netspeed-applet.c:369
2662 msgid "MiB/s"
2663 msgstr "MiB/s"
2664
2665 #: gnome-applets/netspeed/netspeed-applet.c:371
2666 msgid "Mb"
2667 msgstr "Mb"
2668
2669 #: gnome-applets/netspeed/netspeed-applet.c:371
2670 msgid "MiB"
2671 msgstr "MiB"
2672
2673 #: gnome-applets/netspeed/netspeed-applet.c:827
2674 #, c-format
2675 msgid "Device Details for %s"
2676 msgstr "Pojedinosti uređaja za %s"
2677
2678 #: gnome-applets/netspeed/netspeed-applet.c:852
2679 msgid "_In graph color"
2680 msgstr "Boja grafikona preuzimanja"
2681
2682 #: gnome-applets/netspeed/netspeed-applet.c:853
2683 msgid "_Out graph color"
2684 msgstr "Boja grafikona slanja"
2685
2686 #: gnome-applets/netspeed/netspeed-applet.c:869
2687 msgid "Internet Address:"
2688 msgstr "Internet adresa:"
2689
2690 #: gnome-applets/netspeed/netspeed-applet.c:870
2691 msgid "Netmask:"
2692 msgstr "Mrežna maska:"
2693
2694 #: gnome-applets/netspeed/netspeed-applet.c:871
2695 msgid "Hardware Address:"
2696 msgstr "_Hardverska adresa:"
2697
2698 #: gnome-applets/netspeed/netspeed-applet.c:872
2699 msgid "P-t-P Address:"
2700 msgstr "Tička-u-točka adresa:"
2701
2702 #: gnome-applets/netspeed/netspeed-applet.c:873
2703 msgid "Bytes in:"
2704 msgstr "Bajta preuzeto:"
2705
2706 #: gnome-applets/netspeed/netspeed-applet.c:874
2707 msgid "Bytes out:"
2708 msgstr "Bajta poslano:"
2709
2710 #: gnome-applets/netspeed/netspeed-applet.c:876
2711 #: gnome-applets/netspeed/netspeed-applet.c:877
2712 #: gnome-applets/netspeed/netspeed-applet.c:878
2713 #: gnome-applets/netspeed/netspeed-applet.c:879
2714 msgid "none"
2715 msgstr "nepoznato"
2716
2717 #: gnome-applets/netspeed/netspeed-applet.c:931
2718 msgid "IPv6 Address:"
2719 msgstr "IPv6 adresa:"
2720
2721 #: gnome-applets/netspeed/netspeed-applet.c:966
2722 msgid "Signal Strength:"
2723 msgstr "Jačina signala:"
2724
2725 #: gnome-applets/netspeed/netspeed-applet.c:967
2726 msgid "ESSID:"
2727 msgstr "ESSID:"
2728
2729 #: gnome-applets/netspeed/netspeed-applet.c:1022
2730 #, c-format
2731 msgid "%s is down"
2732 msgstr "%s ne radi"
2733
2734 #: gnome-applets/netspeed/netspeed-applet.c:1027
2735 #, c-format
2736 msgid ""
2737 "%s: %s\n"
2738 "in: %s out: %s"
2739 msgstr ""
2740 "%s: %s\n"
2741 "preuzeto: %s poslano: %s"
2742
2743 #: gnome-applets/netspeed/netspeed-applet.c:1029
2744 #: gnome-applets/netspeed/netspeed-applet.c:1038
2745 msgid "has no ip"
2746 msgstr "nema ip"
2747
2748 #: gnome-applets/netspeed/netspeed-applet.c:1036
2749 #, c-format
2750 msgid ""
2751 "%s: %s\n"
2752 "sum: %s"
2753 msgstr ""
2754 "%s: %s\n"
2755 "sum: %s"
2756
2757 #: gnome-applets/netspeed/netspeed-applet.c:1045
2758 #, c-format
2759 msgid ""
2760 "\n"
2761 "ESSID: %s\n"
2762 "Strength: %d %%"
2763 msgstr ""
2764 "\n"
2765 "ESSID: %s\n"
2766 "Snaga: %d %%"
2767
2768 #: gnome-applets/netspeed/netspeed-applet.c:1046
2769 msgid "unknown"
2770 msgstr "nepoznato"
2771
2772 #: gnome-applets/netspeed/netspeed-applet.c:1122
2773 #, c-format
2774 msgid "Do you want to disconnect %s now?"
2775 msgstr "Želite li prekinuti povezivanje s %s odmah?"
2776
2777 #: gnome-applets/netspeed/netspeed-applet.c:1125
2778 #, c-format
2779 msgid "Do you want to connect %s now?"
2780 msgstr "Želite li se povezati s %s odmah?"
2781
2782 #: gnome-applets/netspeed/netspeed-applet.c:1151
2783 #, c-format
2784 msgid ""
2785 "<b>Running command %s failed</b>\n"
2786 "%s"
2787 msgstr ""
2788 "<b>Pokretanje naredbe %s neuspjelo</b>\n"
2789 "%s"
2790
2791 #: gnome-applets/netspeed/netspeed-applet.c:1521
2792 msgid ""
2793 "A little applet that displays some information on the traffic on the "
2794 "specified network device"
2795 msgstr ""
2796 "Malen aplet koji prikazuje osnovne informacije o prometu za određene mrežne "
2797 "uređaje"
2798
2799 #: gnome-applets/netspeed/preferences.c:161
2800 msgid "Network _device:"
2801 msgstr "Mrežni _uređaj:"
2802
2803 #: gnome-applets/netspeed/preferences.c:228
2804 msgid "General Settings"
2805 msgstr "Opće postavke"
2806
2807 #: gnome-applets/netspeed/preferences.c:249
2808 msgid "Show _sum instead of in & out"
2809 msgstr "Prikaži _sumu umjesto preuzimanja i slanja"
2810
2811 #: gnome-applets/netspeed/preferences.c:255
2812 msgid "Show _bits instead of bytes"
2813 msgstr "Prikaži _bitove umjesto bajtova"
2814
2815 #: gnome-applets/netspeed/preferences.c:261
2816 msgid "Change _icon according to the selected device"
2817 msgstr "Promijeni _ikonu prema odabranom uređaju"
2818
2819 #: gnome-applets/netspeed/preferences.c:322
2820 msgid "Netspeed Preferences"
2821 msgstr "Osobitosti apleta brzine mreže"
2822
2823 #: gnome-applets/sticky-notes/sticky-notes-applet.c:783
30382824 #, c-format
30392825 msgid "%d note"
30402826 msgid_plural "%d notes"
30422828 msgstr[1] "%d bilješke"
30432829 msgstr[2] "%d bilješki"
30442830
3045 #: ../stickynotes/stickynotes_applet.c:591
2831 #: gnome-applets/sticky-notes/sticky-notes-applet.c:784
30462832 msgid "Show sticky notes"
30472833 msgstr "Prikaži ljepljive bilješke"
30482834
3049 #: ../stickynotes/stickynotes_applet_callbacks.c:367
2835 #: gnome-applets/sticky-notes/sticky-notes-applet.c:822
30502836 msgid "Sticky Notes for the GNOME Desktop Environment"
3051 msgstr "Ljepljive bilješke za GNOME okružje"
3052
3053 #: ../trashapplet/GNOME_Panel_TrashApplet.server.in.in.h:1
3054 msgid "Go to Trash"
3055 msgstr "Idi u Smeće"
3056
3057 #: ../trashapplet/GNOME_Panel_TrashApplet.server.in.in.h:2
3058 msgid "Trash"
3059 msgstr "Smeće"
3060
3061 #: ../trashapplet/GNOME_Panel_TrashApplet.xml.h:2
3062 #: ../trashapplet/src/trash-empty.c:353
2837 msgstr "Ljepljive bilješke za GNOME radno okruženje"
2838
2839 #: gnome-applets/sticky-notes/sticky-notes.c:1028
2840 msgid "This note is locked."
2841 msgstr "Ova bilješka je zaključana."
2842
2843 #: gnome-applets/sticky-notes/sticky-notes.c:1032
2844 msgid "This note is unlocked."
2845 msgstr "Ova bilješka je otključana."
2846
2847 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:5
2848 #: gnome-applets/sticky-notes/ui/sticky-notes-note-menu.ui:5
2849 msgid "_New Note"
2850 msgstr "_Nova bilješka"
2851
2852 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:9
2853 msgid "Hi_de Notes"
2854 msgstr "Sa_krij bilješke"
2855
2856 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:13
2857 msgid "_Lock Notes"
2858 msgstr "_Zaključaj bilješke"
2859
2860 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:17
2861 msgid "_Delete Notes"
2862 msgstr "_Obriši bilješke"
2863
2864 #: gnome-applets/sticky-notes/ui/sticky-notes-delete-all.ui:38
2865 msgid "_Delete All"
2866 msgstr "_Obriši sve"
2867
2868 #: gnome-applets/sticky-notes/ui/sticky-notes-delete-all.ui:91
2869 msgid "Delete all sticky notes?"
2870 msgstr "Obriši sve ljepljive bilješke?"
2871
2872 #: gnome-applets/sticky-notes/ui/sticky-notes-delete-all.ui:107
2873 #: gnome-applets/sticky-notes/ui/sticky-notes-delete.ui:108
2874 msgid "This cannot be undone."
2875 msgstr "Ovo se ne može poništiti."
2876
2877 #: gnome-applets/sticky-notes/ui/sticky-notes-delete.ui:92
2878 msgid "Delete this sticky note?"
2879 msgstr "Obriši ovu ljepljivu bilješku?"
2880
2881 #: gnome-applets/sticky-notes/ui/sticky-notes-note-menu.ui:9
2882 msgid "_Delete Note..."
2883 msgstr "_Obriši bilješku..."
2884
2885 #: gnome-applets/sticky-notes/ui/sticky-notes-note-menu.ui:15
2886 msgid "_Lock Note"
2887 msgstr "_Zaključaj bilješku"
2888
2889 #: gnome-applets/sticky-notes/ui/sticky-notes-note-menu.ui:21
2890 msgid "_Properties"
2891 msgstr "_Svojstva"
2892
2893 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:7
2894 msgid "Sticky Note"
2895 msgstr "Ljepljiva bilješka"
2896
2897 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:21
2898 msgid "Lock/Unlock note"
2899 msgstr "Zaključaj/Otključaj bilješku"
2900
2901 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:58
2902 msgid "Close note"
2903 msgstr "Zatvori bilješku"
2904
2905 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:110
2906 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:131
2907 msgid "Resize note"
2908 msgstr "Promijeni veličinu bilješke"
2909
2910 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:22
2911 msgid "Sticky Notes Preferences"
2912 msgstr "Osobitosti ljepljivih bilješki"
2913
2914 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:94
2915 msgid "Default Note Properties"
2916 msgstr "Zadana svojstva bilješke"
2917
2918 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:130
2919 msgid "H_eight:"
2920 msgstr "V_isina:"
2921
2922 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:143
2923 msgid "Specify the default width (in pixels) of new notes"
2924 msgstr "Odredite zadanu širinu (u pikselima) za nove bilješke"
2925
2926 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:144
2927 msgid "1"
2928 msgstr "1"
2929
2930 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:158
2931 msgid "Specify the default height (in pixels) of new notes"
2932 msgstr "Odredite zadanu visinu (u pikselima) za nove bilješke"
2933
2934 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:159
2935 msgid "0"
2936 msgstr "0"
2937
2938 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:171
2939 msgid "Use co_lor from the system theme"
2940 msgstr "Koristi boju _teme sustava"
2941
2942 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:188
2943 msgid "Font Co_lor:"
2944 msgstr "Boja s_lova:"
2945
2946 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:201
2947 msgid "Note C_olor:"
2948 msgstr "Boja b_ilješke:"
2949
2950 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:226
2951 msgid "Choose a base color to use for all sticky notes"
2952 msgstr "Odaberite osnovnu boju za sve ljepljive bilješke"
2953
2954 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:227
2955 msgid "Pick a default sticky note color"
2956 msgstr "Odaberite zadanu boju za ljepljive bilješke"
2957
2958 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:236
2959 msgid "Use fo_nt from the system theme"
2960 msgstr "Koristi sl_ova iz teme sustava"
2961
2962 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:253
2963 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:210
2964 msgid "_Font:"
2965 msgstr "_Slova:"
2966
2967 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:267
2968 msgid "Choose a font to use for all sticky notes"
2969 msgstr "Odaberite slova za sve ljepljive bilješke"
2970
2971 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:269
2972 msgid "Pick a default sticky note font"
2973 msgstr "Odaberite zadana slova za ljepljive bilješke"
2974
2975 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:300
2976 #: gnome-applets/window-buttons/window-buttons.ui:1211
2977 #: gnome-applets/window-title/window-title.ui:539
2978 msgid "Behavior"
2979 msgstr "Ponašanje"
2980
2981 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:321
2982 msgid "_Put notes on all workspaces"
2983 msgstr "_Postavi bilješke na sve radne prostore"
2984
2985 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:325
2986 msgid "Choose if notes are visible on all workspaces"
2987 msgstr "Odaberite jesu li bilješke vidljive na svim radnim prostorima"
2988
2989 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:337
2990 msgid "Force _default color and font on notes"
2991 msgstr "Koristi _zadanu boju i slova na bilješkama"
2992
2993 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:341
2994 msgid "Choose if the default style is forced on all notes"
2995 msgstr "Odaberite treba li zadani izgled prisilno koristiti za sve bilješke"
2996
2997 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:353
2998 msgid "Hide notes when the des_ktop is clicked on"
2999 msgstr "Sakrij bilješke kada se klikne na _radnu površinu"
3000
3001 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:357
3002 msgid "Choose whether to hide all notes when selecting on the desktop"
3003 msgstr "Odaberite treba li sakriti sve bilješke kada se odabere radna površina"
3004
3005 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:8
3006 msgid "Sticky Note Properties"
3007 msgstr "Osobitosti ljepljive bilješke"
3008
3009 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:78
3010 msgid "Properties"
3011 msgstr "Svojstva"
3012
3013 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:101
3014 msgid "_Title:"
3015 msgstr "_Naslov:"
3016
3017 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:113
3018 msgid "Specify a title for the note"
3019 msgstr "Navedite naslov za bilješku"
3020
3021 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:122
3022 msgid "Use default co_lor"
3023 msgstr "Koristi zadanu _boju"
3024
3025 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:142
3026 msgid "Font C_olor:"
3027 msgstr "Boja s_lova:"
3028
3029 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:156
3030 msgid "Note _Color:"
3031 msgstr "Boja _bilješke:"
3032
3033 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:166
3034 msgid "Use default fo_nt"
3035 msgstr "Koristi zadana sl_ova"
3036
3037 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:196
3038 msgid "Choose a color for the note"
3039 msgstr "Odaberite boju za bilješku"
3040
3041 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:197
3042 msgid "Pick a color for the sticky note"
3043 msgstr "Odaberite boju za ljepljivu bilješku"
3044
3045 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:223
3046 msgid "Choose a font for the note"
3047 msgstr "Odaberite slova za bilješku"
3048
3049 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:225
3050 msgid "Pick a font for the sticky note"
3051 msgstr "Odaberite slova za ljepljivu bilješku"
3052
3053 #: gnome-applets/timer/timer-applet-menu.ui:5
3054 msgid "_Start timer"
3055 msgstr "_Pokreni odbrojavanje"
3056
3057 #: gnome-applets/timer/timer-applet-menu.ui:9
3058 msgid "P_ause timer"
3059 msgstr "P_auziraj odbrojvanje"
3060
3061 #: gnome-applets/timer/timer-applet-menu.ui:13
3062 msgid "S_top timer"
3063 msgstr "Z_austavi odbrojvanje"
3064
3065 #: gnome-applets/timer/timer-applet.c:118
3066 msgid "Finished"
3067 msgstr "Završeno"
3068
3069 #: gnome-applets/timer/timer-applet.c:125
3070 #: gnome-applets/timer/timer-applet.c:137
3071 msgid "Timer finished!"
3072 msgstr "Odbrojavanje završeno!"
3073
3074 #: gnome-applets/timer/timer-applet.c:273
3075 msgid "Timer Applet Preferences"
3076 msgstr "Osobitosti apleta Odbrojavanja"
3077
3078 #: gnome-applets/timer/timer-applet.c:286
3079 msgid "Name:"
3080 msgstr "Naziv:"
3081
3082 #: gnome-applets/timer/timer-applet.c:295
3083 msgid "Hours:"
3084 msgstr "Sati:"
3085
3086 #: gnome-applets/timer/timer-applet.c:306
3087 msgid "Minutes:"
3088 msgstr "Minute:"
3089
3090 #: gnome-applets/timer/timer-applet.c:317
3091 msgid "Seconds:"
3092 msgstr "Sekunde:"
3093
3094 #: gnome-applets/timer/timer-applet.c:328
3095 msgid "Show notification popup"
3096 msgstr "Prikaži skočnu obavijest"
3097
3098 #: gnome-applets/timer/timer-applet.c:332
3099 msgid "Show dialog"
3100 msgstr "Prikaži dijalog"
3101
3102 #: gnome-applets/tracker-search-bar/tracker-applet.c:411
3103 msgid "A search bar applet for finding content stored in Tracker"
3104 msgstr ""
3105 "Aplet trake pretrage za pretraživanje sadržaja pohranjenog u Pratitelju"
3106
3107 #: gnome-applets/tracker-search-bar/tracker-applet.c:459
3108 msgid "Copyright Tracker Authors 2005-2010"
3109 msgstr "Autorsko pravo autori Pratitelja 2005-2010"
3110
3111 #: gnome-applets/tracker-search-bar/tracker-results-window.c:687
3112 #: gnome-applets/tracker-search-bar/tracker-results-window.c:704
3113 msgid "Other"
3114 msgstr "Ostalo"
3115
3116 #: gnome-applets/tracker-search-bar/tracker-results-window.c:688
3117 msgid "Contacts"
3118 msgstr "Kontakti"
3119
3120 #: gnome-applets/tracker-search-bar/tracker-results-window.c:689
3121 msgid "Tags"
3122 msgstr "Oznake"
3123
3124 #: gnome-applets/tracker-search-bar/tracker-results-window.c:690
3125 msgid "Email Addresses"
3126 msgstr "Adrese e-pošte"
3127
3128 #: gnome-applets/tracker-search-bar/tracker-results-window.c:691
3129 msgid "Documents"
3130 msgstr "Dokumenti"
3131
3132 #: gnome-applets/tracker-search-bar/tracker-results-window.c:692
3133 msgid "Applications"
3134 msgstr "Aplikacije"
3135
3136 #: gnome-applets/tracker-search-bar/tracker-results-window.c:693
3137 msgid "Images"
3138 msgstr "Slike"
3139
3140 #: gnome-applets/tracker-search-bar/tracker-results-window.c:694
3141 msgid "Audio"
3142 msgstr "Zvuk"
3143
3144 #: gnome-applets/tracker-search-bar/tracker-results-window.c:695
3145 msgid "Folders"
3146 msgstr "Mape"
3147
3148 #: gnome-applets/tracker-search-bar/tracker-results-window.c:696
3149 msgid "Fonts"
3150 msgstr "Slova"
3151
3152 #: gnome-applets/tracker-search-bar/tracker-results-window.c:697
3153 msgid "Videos"
3154 msgstr "Snimke"
3155
3156 #: gnome-applets/tracker-search-bar/tracker-results-window.c:698
3157 msgid "Archives"
3158 msgstr "Arhive"
3159
3160 #: gnome-applets/tracker-search-bar/tracker-results-window.c:699
3161 msgid "Bookmarks"
3162 msgstr "Zabilješke"
3163
3164 #: gnome-applets/tracker-search-bar/tracker-results-window.c:700
3165 msgid "Links"
3166 msgstr "Poveznice"
3167
3168 #: gnome-applets/tracker-search-bar/tracker-results-window.c:1073
3169 msgid "Category"
3170 msgstr "Kategorija"
3171
3172 #: gnome-applets/tracker-search-bar/tracker-results-window.c:1101
3173 #: gnome-applets/window-title/window-title.ui:424
3174 msgid "Title"
3175 msgstr "Naslov"
3176
3177 #: gnome-applets/tracker-search-bar/tracker-results-window.c:1158
3178 #, c-format
3179 msgid "No results found for “%s”"
3180 msgstr "Nema pronađenih rezultata za “%s”"
3181
3182 #: gnome-applets/trash/trash-applet.c:123
3183 #, c-format
3184 msgid "%d Item in Trash"
3185 msgid_plural "%d Items in Trash"
3186 msgstr[0] "%d stavka u smeću"
3187 msgstr[1] "%d stavke u smeću"
3188 msgstr[2] "%d stavki u smeću"
3189
3190 #: gnome-applets/trash/trash-applet.c:131
3191 msgid "No Items in Trash"
3192 msgstr "Nema stavki u smeću"
3193
3194 #: gnome-applets/trash/trash-applet.c:340
3195 #, c-format
3196 msgid ""
3197 "Error while spawning Nautilus:\n"
3198 "%s"
3199 msgstr ""
3200 "Greška pokretanja Nautilusa:\n"
3201 "%s"
3202
3203 #: gnome-applets/trash/trash-applet.c:361
3204 msgid "Delete Immediately?"
3205 msgstr "Obriši odmah?"
3206
3207 #: gnome-applets/trash/trash-applet.c:390
3208 msgid "Cannot move items to trash, do you want to delete them immediately?"
3209 msgstr "Nemoguće premještanje stavki u smeće, želite li ih odmah obrisati?"
3210
3211 #: gnome-applets/trash/trash-applet.c:391
3212 #, c-format
3213 msgid "The selected item cannot be moved to the trash"
3214 msgid_plural "None of the %d selected items can be moved to the Trash"
3215 msgstr[0] "%d odabrana stavka se ne može premjestiti u smeće"
3216 msgstr[1] "%d odabrane stavke se ne mogu premjestiti u smeće"
3217 msgstr[2] "%d odabranih stavki se ne može premjestiti u smeće"
3218
3219 #: gnome-applets/trash/trash-applet.c:397
3220 msgid ""
3221 "Cannot move some items to trash, do you want to delete these immediately?"
3222 msgstr ""
3223 "Nemoguće premještanje pojedinih stavki u smeće, želite li ih odmah obrisati?"
3224
3225 #: gnome-applets/trash/trash-applet.c:398
3226 #, c-format
3227 msgid "The selected item cannot be moved to the Trash"
3228 msgid_plural "%d of the selected items cannot be moved to the Trash"
3229 msgstr[0] "%d odabrana stavka se ne može premjestiti u smeće"
3230 msgstr[1] "%d odabrane stavke se ne mogu premjestiti u smeće"
3231 msgstr[2] "%d odabranih stavki se ne može premjestiti u smeće"
3232
3233 #: gnome-applets/trash/trash-applet.c:565
3234 msgid ""
3235 "A GNOME trash bin that lives in your panel. You can use it to view the trash "
3236 "or drag and drop items into the trash."
3237 msgstr ""
3238 "GNOME kanta za smeće koja se nalazi na panelu. Možete ju koristiti kako bi "
3239 "vidjeli sadržaj smeća ili dovlačili i ispustili stavke u smeće."
3240
3241 #. Translators: the %s in this string should be read as %d.
3242 #: gnome-applets/trash/trash-empty.c:70
3243 #, c-format
3244 msgid "Removing item %s of %s"
3245 msgstr "Uklanjam stavku %s od %s"
3246
3247 #. Translators: %s is a file name
3248 #: gnome-applets/trash/trash-empty.c:96
3249 #, c-format
3250 msgid "Removing: %s"
3251 msgstr "Uklanjam: %s"
3252
3253 #: gnome-applets/trash/trash-empty.c:305
3254 msgid "Empty all of the items from the trash?"
3255 msgstr "Isprazni sve stavke iz smeća?"
3256
3257 #: gnome-applets/trash/trash-empty.c:312
3258 msgid ""
3259 "If you choose to empty the trash, all items in it will be permanently lost. "
3260 "Please note that you can also delete them separately."
3261 msgstr ""
3262 "Ako odaberete pražnjenje smeća, sve stavke će biti trajno izgubljene. "
3263 "Zapamtite da ih možete brisati i pojedinačno."
3264
3265 #: gnome-applets/trash/trash-empty.c:326 gnome-applets/trash/trash-menu.ui:9
30633266 msgid "_Empty Trash"
30643267 msgstr "_Isprazni smeće"
30653268
3066 #: ../trashapplet/GNOME_Panel_TrashApplet.xml.h:4
3067 msgid "_Open"
3068 msgstr "_Otvori"
3069
3070 #: ../trashapplet/src/trashapplet.c:137
3071 #, c-format
3072 msgid "%d Item in Trash"
3073 msgid_plural "%d Items in Trash"
3074 msgstr[0] "%d element u Smeću"
3075 msgstr[1] "%d elementa u Smeću"
3076 msgstr[2] "%d elemenata u Smeću"
3077
3078 #: ../trashapplet/src/trashapplet.c:145
3079 msgid "No Items in Trash"
3080 msgstr "Nema sadržaja u Smeću"
3081
3082 #: ../trashapplet/src/trashapplet.c:370
3083 #, c-format
3084 msgid ""
3085 "Error while spawning nautilus:\n"
3086 "%s"
3087 msgstr ""
3088 "Greška prilikom podizanja nautilus-a:\n"
3089 "%s"
3090
3091 #: ../trashapplet/src/trashapplet.c:419
3092 msgid ""
3093 "A GNOME trash bin that lives in your panel. You can use it to view the trash "
3094 "or drag and drop items into the trash."
3095 msgstr ""
3096 "GNOME kanta za smeće koja se nalazi na ploči. Možete ju koristiti da bi ste "
3097 "vidjeli sadržaj ili odvlačili elemente u kantu za smeće."
3098
3099 #: ../trashapplet/src/trashapplet.c:444
3100 msgid "Delete Immediately?"
3101 msgstr "Izbrisati odmah?"
3102
3103 #: ../trashapplet/src/trashapplet.c:473
3104 msgid "Cannot move items to trash, do you want to delete them immediately?"
3105 msgstr "Ne mogu prebaciti stavke u Smeće. Želite li ih odmah obrisati?"
3106
3107 #: ../trashapplet/src/trashapplet.c:476
3108 msgid ""
3109 "Cannot move some items to trash, do you want to delete these immediately?"
3110 msgstr "Ne mogu prebaciti neke stavke u smeće. Želite li ih odmah obrisati?"
3111
3112 #: ../trashapplet/src/trashapplet.c:630
3113 msgid "Trash Applet"
3114 msgstr "Program za Smeće"
3115
3116 #: ../trashapplet/src/trash-empty.c:81
3117 #, c-format
3118 msgid "Removing item %s of %s"
3119 msgstr ""
3120
3121 #: ../trashapplet/src/trash-empty.c:106
3122 #, c-format
3123 msgid "<i>Removing: %s</i>"
3124 msgstr ""
3125
3126 #: ../trashapplet/src/trash-empty.c:327
3127 msgid "Empty all of the items from the trash?"
3128 msgstr "Isprazniti sve stavke iz Smeća?"
3129
3130 #: ../trashapplet/src/trash-empty.c:334
3131 msgid ""
3132 "If you choose to empty the trash, all items in it will be permanently lost. "
3133 "Please note that you can also delete them separately."
3134 msgstr ""
3135 "Ako izaberete brisanje stavaka u Smeću, sve stavke će biti trajno "
3136 "izgubljene. Zapamtite da ih možete brisati i pojedinačno."
3137
3138 #: ../trashapplet/trashapplet-empty-progress.ui.h:1
3139 msgid "<b>From:</b>"
3140 msgstr "<b>Od:</b>"
3141
3142 #: ../trashapplet/trashapplet-empty-progress.ui.h:2
3143 msgid "<big><b>Emptying the Trash</b></big>"
3144 msgstr "<big><b>Praznim Smeće</b></big>"
3145
3146 #: ../trashapplet/trashapplet-empty-progress.ui.h:3
3269 #: gnome-applets/trash/trash-empty.ui:7 gnome-applets/trash/trash-empty.ui:21
31473270 msgid "Emptying the Trash"
3148 msgstr "Praznim Smeće"
3149
3150 #: ../data/GNOME_WindowPicker.server.in.in.h:1 ../src/applet.c:268
3151 #: ../src/applet.c:269
3152 msgid "Window Picker"
3153 msgstr "Birač prozora"
3154
3155 #: ../src/applet.c:304
3271 msgstr "Pražnjenje smeća"
3272
3273 #: gnome-applets/trash/trash-empty.ui:36
3274 msgid "From:"
3275 msgstr "Od:"
3276
3277 #: gnome-applets/trash/trash-menu.ui:5
3278 msgid "_Open Trash"
3279 msgstr "_Otvori smeće"
3280
3281 #: gnome-applets/window-buttons/window-buttons.c:254
3282 #: gnome-applets/window-buttons/window-buttons.ui:113
3283 msgid "Unmaximize"
3284 msgstr "Prikaži u prozoru"
3285
3286 #: gnome-applets/window-buttons/window-buttons.c:258
3287 #: gnome-applets/window-buttons/window-buttons.ui:127
3288 msgid "Maximize"
3289 msgstr "Uvećaj"
3290
3291 #: gnome-applets/window-buttons/window-buttons.c:265
3292 #: gnome-applets/window-buttons/window-buttons.ui:155
3293 msgid "Minimize"
3294 msgstr "Smanji"
3295
3296 #: gnome-applets/window-buttons/window-buttons.c:266
3297 #: gnome-applets/window-buttons/window-buttons.ui:141
3298 msgid "Close"
3299 msgstr "Zatvori"
3300
3301 #: gnome-applets/window-buttons/window-buttons.c:753
3302 msgid "Window buttons for your GNOME Panel."
3303 msgstr "Tipke prozora za vaš GNOME panel."
3304
3305 #: gnome-applets/window-buttons/window-buttons.c:795
3306 #: gnome-applets/window-title/window-title.c:818
3307 msgid "Window Applets on Gnome-Look"
3308 msgstr "Aplet prozora za Gnome izgled"
3309
3310 #: gnome-applets/window-buttons/window-buttons.ui:8
3311 msgid "Window Buttons Preferences"
3312 msgstr "Osobitosti tipka prozora"
3313
3314 #: gnome-applets/window-buttons/window-buttons.ui:73
3315 msgid "Theme:"
3316 msgstr "Tema:"
3317
3318 #: gnome-applets/window-buttons/window-buttons.ui:168
3319 msgid ""
3320 "Focused\n"
3321 "Normal"
3322 msgstr ""
3323 "Fokusirano\n"
3324 "normalno"
3325
3326 #: gnome-applets/window-buttons/window-buttons.ui:253
3327 msgid ""
3328 "Focused\n"
3329 "Clicked"
3330 msgstr ""
3331 "Fokusirano\n"
3332 "pri kliku"
3333
3334 #: gnome-applets/window-buttons/window-buttons.ui:266
3335 msgid ""
3336 "Focused\n"
3337 "Hover"
3338 msgstr ""
3339 "Fokusirano\n"
3340 "pri lebdenju"
3341
3342 #: gnome-applets/window-buttons/window-buttons.ui:423
3343 msgid ""
3344 "Unfocused\n"
3345 "Normal"
3346 msgstr ""
3347 "Nefokusirano\n"
3348 "normalno"
3349
3350 #: gnome-applets/window-buttons/window-buttons.ui:508
3351 msgid ""
3352 "Unfocused\n"
3353 "Hover"
3354 msgstr ""
3355 "Nefokusirano\n"
3356 "pri lebdenju"
3357
3358 #: gnome-applets/window-buttons/window-buttons.ui:521
3359 msgid ""
3360 "Unfocused\n"
3361 "Clicked"
3362 msgstr ""
3363 "Nefokusirano\n"
3364 "pri kliku"
3365
3366 #: gnome-applets/window-buttons/window-buttons.ui:730
3367 msgid "Use Metacity's button order"
3368 msgstr "Koristi Metacityjev poredak tipki"
3369
3370 #: gnome-applets/window-buttons/window-buttons.ui:734
3371 msgid ""
3372 "When checked, the button order will be the same as on Metacity window "
3373 "borders."
3374 msgstr ""
3375 "Kada je odabrano, poredak tipki biti će isti kao Metacityjevi rubovi prozora."
3376
3377 #: gnome-applets/window-buttons/window-buttons.ui:754
3378 msgid "Custom order:"
3379 msgstr "Prilagođeni poredak:"
3380
3381 #. Translators: minimize, maximize, close should not be translated
3382 #: gnome-applets/window-buttons/window-buttons.ui:766
3383 msgid ""
3384 "Define your custom order by using the words:\n"
3385 "minimize, maximize and close\n"
3386 "Separate them by commas (,).\n"
3387 "Do NOT use double values!"
3388 msgstr ""
3389 "Određuje prilagođeni poredak koristeći riječi:\n"
3390 "minimize, maximize i close\n"
3391 "Odvojite ih zarezom (,).\n"
3392 "NE koristite duple vrijednosti!"
3393
3394 #. Translators: these words should not be translated
3395 #: gnome-applets/window-buttons/window-buttons.ui:771
3396 msgid "minimize,maximize,close"
3397 msgstr "minimize,maximize,close"
3398
3399 #: gnome-applets/window-buttons/window-buttons.ui:781
3400 msgid "Reload"
3401 msgstr "Ponovno učitaj"
3402
3403 #: gnome-applets/window-buttons/window-buttons.ui:785
3404 msgid "Click to reload buttons."
3405 msgstr "Kliknite za ponovno učitavanje tipki."
3406
3407 #: gnome-applets/window-buttons/window-buttons.ui:803
3408 msgid "Reverse order"
3409 msgstr "Obrni poredak"
3410
3411 #: gnome-applets/window-buttons/window-buttons.ui:824
3412 msgid "<b>Button Order</b>"
3413 msgstr "<b>Poredak tipke</b>"
3414
3415 #: gnome-applets/window-buttons/window-buttons.ui:854
3416 msgid "Automatic"
3417 msgstr "Automatski"
3418
3419 #: gnome-applets/window-buttons/window-buttons.ui:858
3420 msgid "Align buttons with panel orientation."
3421 msgstr "Poravnaj tipke s usmjerenjem panela."
3422
3423 #: gnome-applets/window-buttons/window-buttons.ui:871
3424 msgid "Horizontal"
3425 msgstr "Vodoravan"
3426
3427 #: gnome-applets/window-buttons/window-buttons.ui:875
3428 msgid "Force buttons to always appear horizontal."
3429 msgstr "Prisili tipke da se uvijek pojavljuju vodoravno."
3430
3431 #: gnome-applets/window-buttons/window-buttons.ui:888
3432 msgid "Vertical"
3433 msgstr "Okomit"
3434
3435 #: gnome-applets/window-buttons/window-buttons.ui:892
3436 msgid "Force buttons to always appear vertical."
3437 msgstr "Prisili tipke da se uvijek pojavljuju okomito."
3438
3439 #: gnome-applets/window-buttons/window-buttons.ui:911
3440 msgid "<b>Button Orientation</b>"
3441 msgstr "<b>Usmjerenje tipke</b>"
3442
3443 #: gnome-applets/window-buttons/window-buttons.ui:941
3444 msgid "Minimize Button"
3445 msgstr "Tipka smanjivanja"
3446
3447 #: gnome-applets/window-buttons/window-buttons.ui:956
3448 msgid "Maximize/Unmaximize Button"
3449 msgstr "Tipka uvećanja/smanjivanja"
3450
3451 #: gnome-applets/window-buttons/window-buttons.ui:971
3452 msgid "Close Button"
3453 msgstr "Tipka zatvaranja"
3454
3455 #: gnome-applets/window-buttons/window-buttons.ui:992
3456 msgid "<b>Button Hiding</b>"
3457 msgstr "<b>Sakrivanje tipki</b>"
3458
3459 #: gnome-applets/window-buttons/window-buttons.ui:1014
3460 msgid "Positioning & Visibility"
3461 msgstr "Položaj i vidljivost"
3462
3463 #: gnome-applets/window-buttons/window-buttons.ui:1052
3464 #: gnome-applets/window-title/window-title.ui:464
3465 msgid "Control _maximized windows only"
3466 msgstr "Samo _upravljaj uvećanim prozorima"
3467
3468 #: gnome-applets/window-buttons/window-buttons.ui:1068
3469 msgid "_Hide when no active maximized window"
3470 msgstr "_Sakrij kada nema aktivnog uvećanog prozora"
3471
3472 #: gnome-applets/window-buttons/window-buttons.ui:1084
3473 msgid "Enable _click effect"
3474 msgstr "Omogući _efekt klika"
3475
3476 #: gnome-applets/window-buttons/window-buttons.ui:1100
3477 msgid "Enable _hover effect"
3478 msgstr "Omogući _efekt lebdenja"
3479
3480 #: gnome-applets/window-buttons/window-buttons.ui:1117
3481 #: gnome-applets/window-title/window-title.ui:514
3482 msgid "Show _tooltips"
3483 msgstr "Prikaži _opise"
3484
3485 #: gnome-applets/window-buttons/window-buttons.ui:1139
3486 msgid "<b>Internal</b>"
3487 msgstr "<b>Unutrašnje</b>"
3488
3489 #: gnome-applets/window-buttons/window-buttons.ui:1167
3490 msgid "Hide Compiz _decorations for maximized windows"
3491 msgstr "Sakrij ukrase _Compiza za uvećane prozore"
3492
3493 #: gnome-applets/window-buttons/window-buttons.ui:1189
3494 msgid "<b>External</b>"
3495 msgstr "<b>Vanjsko</b>"
3496
3497 #: gnome-applets/window-picker/task-item.c:954
3498 msgid "Window Task Button"
3499 msgstr "Tipka zadatka prozora"
3500
3501 #: gnome-applets/window-picker/wp-preferences-dialog.ui:8
31563502 msgid "Preferences"
31573503 msgstr "Osobitosti"
31583504
3159 #: ../src/applet.c:320
3505 #: gnome-applets/window-picker/wp-preferences-dialog.ui:57
31603506 msgid "Show windows from all workspaces"
3161 msgstr "Prikaži prozore sa svih radnih površina"
3162
3163 #: ../src/task-title.c:251 ../src/task-title.c:258 ../src/task-title.c:301
3164 #: ../src/task-title.c:308 ../src/task-title.c:440 ../src/task-title.c:499
3507 msgstr "Prikaži prozore sa svih radnih prostora"
3508
3509 #: gnome-applets/window-picker/wp-preferences-dialog.ui:72
3510 msgid ""
3511 "Show the home title and\n"
3512 "log out icon when on the desktop"
3513 msgstr ""
3514 "Prikaži naslov i ikonu\n"
3515 "odjave na radnoj površini"
3516
3517 #: gnome-applets/window-picker/wp-preferences-dialog.ui:88
3518 msgid ""
3519 "Show the application title and close icon\n"
3520 "for the active window"
3521 msgstr ""
3522 "Prikaži naslov aplikacije i ikonu\n"
3523 "zatvaranja za aktivan prozor"
3524
3525 #: gnome-applets/window-picker/wp-preferences-dialog.ui:104
3526 msgid "Grey out non-active window icons"
3527 msgstr "Zasivi neaktivne ikone prozora"
3528
3529 #: gnome-applets/window-picker/wp-task-title.c:188
31653530 msgid "Home"
31663531 msgstr "Osobna mapa"
31673532
3168 #: ../src/task-title.c:255 ../src/task-title.c:305 ../src/task-title.c:497
3533 #: gnome-applets/window-picker/wp-task-title.c:189
31693534 msgid "Log off, switch user, lock screen or power down the computer"
3170 msgstr "Odjava, promjena korisnika, zaključavanje zaslona ili gašenje računala"
3171
3172 #: ../src/task-title.c:277
3535 msgstr ""
3536 "Odjava, promjena korisnika, zaključavanje zaslona ili isključivanje računala"
3537
3538 #: gnome-applets/window-picker/wp-task-title.c:207
31733539 msgid "Close window"
31743540 msgstr "Zatvori prozor"
31753541
3176 #: ../src/task-title.c:460
3177 msgid "Close"
3178 msgstr ""
3179
3180 #: ../src/task-title.c:461
3542 #: gnome-applets/window-title/window-title.ui:9
3543 msgid "Window Title Preferences"
3544 msgstr "Osobitosti naslova prozora"
3545
3546 #: gnome-applets/window-title/window-title.ui:87
3547 msgid "Swap icon/title _order"
3548 msgstr "Zamijeni _poredak ikone/naslova"
3549
3550 #: gnome-applets/window-title/window-title.ui:103
3551 msgid "Expand applet"
3552 msgstr "Proširi aplet"
3553
3554 #: gnome-applets/window-title/window-title.ui:109
3555 msgid ""
3556 "Disabled until GTK+ developers fix the various bugs.\n"
3557 "You may change it using gconf-editor, but then you also need to set a fixed "
3558 "size."
3559 msgstr ""
3560 "Onemogućeno dok GTK+ razvijatelji ne poprave razne greške.\n"
3561 "Možete promijeniti pomoću gconf-editor, ali tada morate postaviti "
3562 "nepromjenjivu veličinu."
3563
3564 #: gnome-applets/window-title/window-title.ui:157
3565 msgid "Hide _icon"
3566 msgstr "Sakrij _ikonu"
3567
3568 #: gnome-applets/window-title/window-title.ui:179
3569 msgid "Icon"
3570 msgstr "Ikona"
3571
3572 #: gnome-applets/window-title/window-title.ui:210
3573 msgid "Hide title"
3574 msgstr "Sakrij naslov"
3575
3576 #: gnome-applets/window-title/window-title.ui:232
3577 msgid "Alignment:"
3578 msgstr "Poravnanje:"
3579
3580 #: gnome-applets/window-title/window-title.ui:245
3581 msgid ""
3582 "Set the title alignment.\n"
3583 "Note: only has effect when \"Expand applet\" is active."
3584 msgstr ""
3585 "Postavi poravnanje naslova.\n"
3586 "Napomena: samo ima efekte kada je \"Proširi aplet\" aktivan."
3587
3588 #: gnome-applets/window-title/window-title.ui:277
3589 msgid "Custom _style"
3590 msgstr "Prilagođeni _izgled"
3591
3592 #: gnome-applets/window-title/window-title.ui:304
3593 msgid "Active"
3594 msgstr "Aktivan"
3595
3596 #: gnome-applets/window-title/window-title.ui:315
3597 msgid "Inactive"
3598 msgstr "Neaktivan"
3599
3600 #: gnome-applets/window-title/window-title.ui:327
3601 msgid "Font style:"
3602 msgstr "Izgled slova:"
3603
3604 #: gnome-applets/window-title/window-title.ui:340
3605 msgid "Font color:"
3606 msgstr "Boja slova:"
3607
3608 #: gnome-applets/window-title/window-title.ui:480
3609 msgid "_Hide when no active maximized windows"
3610 msgstr "_Sakrij kada nema aktivnih uvećanih prozora"
3611
3612 #: gnome-applets/window-title/window-title.ui:496
3613 msgid "Show window _action menu on right-click"
3614 msgstr "Prikaži izbornik radnji _prozora pri desnom kliku"
3615
3616 #: gnome-applets/window-title/window-title.ui:500
3617 msgid ""
3618 "Will cause the window action menu to appear when the title is right-"
3619 "clicked.\n"
3620 "This experimental feature is still under development!\n"
3621 "Warning! In current feature state you will be unable to access the applet "
3622 "action menu via title-right click when this option is enabled! You may still "
3623 "do so by right-clicking the icon if it is not hidden. You may always change "
3624 "this setting from gconf-editor."
3625 msgstr ""
3626 "Uzrokovat će pojavljivanje izbornika radnji prozora kada se desno klikne na "
3627 "naslov.\n"
3628 "Ova eksperimentalna značajka je još uvijek u razvoju!\n"
3629 "Upozorenje! U trenutnom stanju značajke biti ćete u nemogućnosti pristupiti "
3630 "izborniku radnji apleta putem desnog klika na naslov, kada je ova mogućnost "
3631 "omogućena! Još uvijek možete to učiniti desnim klikom na ikonu ako nije "
3632 "skrivena. Uvijek možete promijeniti ovu postavku s gconf-editor."
3633
3634 #: gnome-applets/window-title/window-title.c:785
3635 msgid "Window title for your GNOME Panel."
3636 msgstr "Naslov prozora za vaš GNOME panel."
3637
3638 #~ msgid "AccessX Status Applet Factory"
3639 #~ msgstr "Tvornica appleta AccessX statusa"
3640
3641 #~ msgid "Keyboard Accessibility Status Applet Factory"
3642 #~ msgstr "Keyboard Accessibility Status Applet Factory"
3643
3644 #, c-format
3645 #~ msgid "There was an error launching the help viewer: %s"
3646 #~ msgstr "Došlo je do greške prilikom pokretanja preglednika pomoći: %s"
3647
3648 #~ msgid "Battstat Factory"
3649 #~ msgstr "Battstat tvornica"
3650
3651 #, c-format
3652 #~ msgid "There was an error displaying help: %s"
3653 #~ msgstr "Došlo je do greške pri prikazivanju pomoći: %s"
3654
3655 #~ msgid "HAL backend enabled."
3656 #~ msgstr "Koristi HAL podsustav."
3657
3658 #~ msgid "Legacy (non-HAL) backend enabled."
3659 #~ msgstr "Koristi stari (ne-HAL) podsustav."
3660
3661 #~ msgid "HAL error"
3662 #~ msgstr "HAL greška"
3663
3664 #~ msgid "Could not create libhal_ctx"
3665 #~ msgstr "Nije moguće stvoriti libhal_ctx"
3666
3667 #~ msgid "No batteries found"
3668 #~ msgstr "Nije pronađena baterija"
3669
3670 #, c-format
3671 #~ msgid "Unable to initialise HAL: %s: %s"
3672 #~ msgstr "Nije moguće inicijalizirati HAL: %s: %s"
3673
3674 #~ msgid "Battery Status Utility"
3675 #~ msgstr "Alat za praćenje stanje baterije"
3676
3677 #~ msgid "Battery fully re-charged"
3678 #~ msgstr "Baterija u potpunosti napunjena"
3679
3680 #~ msgid "Battery power low"
3681 #~ msgstr "Baterija slaba"
3682
3683 #~ msgid "Charpicker Applet Factory"
3684 #~ msgstr "Tvornica za applet za odabir znakova"
3685
3686 #~ msgid "DEPRECATED - Characters shown on applet startup"
3687 #~ msgstr "ZASTARJELO — Znakovi koji se prikazuju po pokretanju appleta"
3688
3689 #~ msgid "Could not open help document"
3690 #~ msgstr "Nemogu otvoriti dokument koji sadrži pomoć"
3691
3692 #~ msgid "Frequency Scaling Unsupported"
3693 #~ msgstr "Promjena frekvencije nije podržana"
3694
3695 #~ msgid "CPU frequency scaling unsupported"
3696 #~ msgstr "Promjena frekvencije procesora nije podržana"
3697
3698 #~ msgid ""
3699 #~ "You will not be able to modify the frequency of your machine. Your "
3700 #~ "machine may be misconfigured or not have hardware support for CPU "
3701 #~ "frequency scaling."
3702 #~ msgstr ""
3703 #~ "Promjena frekvencije na vašem računalu nije moguća. Računalo može biti "
3704 #~ "krivo podešeno ili nema hardversku podršku za promjenu frekvencije "
3705 #~ "procesora."
3706
3707 #~ msgid "Drive Mount Applet Factory"
3708 #~ msgstr "Tvornica appleta za montiranje diskova"
3709
3710 #~ msgid "Factory for drive mount applet"
3711 #~ msgstr "Proizvodnja appleta za montiranje diskova"
3712
3713 #~ msgid "Interval timeout to check mount point status"
3714 #~ msgstr "Razmak između dvije provjere stanja priključne točke"
3715
3716 #~ msgid "Geyes Applet Factory"
3717 #~ msgstr "Tvornica apleta za Geyes"
3718
3719 #~ msgid "Alt+Control changes layout."
3720 #~ msgstr "Alt+Control mijenja raspored."
3721
3722 #~ msgid "Alt+Shift changes layout."
3723 #~ msgstr "Alt+Shift mijenja raspored."
3724
3725 #~ msgid "Arabic keymap"
3726 #~ msgstr "Arapski raspored"
3727
3728 #~ msgid "Armenian"
3729 #~ msgstr "Armenski"
3730
3731 #~ msgid "Basque"
3732 #~ msgstr "Baskijski"
3733
3734 #~ msgid "Belgian"
3735 #~ msgstr "Belgijski"
3736
3737 #~ msgid "Both Alt keys together change layout."
3738 #~ msgstr "Obje Alt tipke mijenjaju raspored."
3739
3740 #~ msgid "Both Ctrl keys together change layout."
3741 #~ msgstr "Obje Ctrl tipke mijenjaju raspored."
3742
3743 #~ msgid "Both Shift keys together change layout."
3744 #~ msgstr "Obje Shift tipke mijenjaju raspored."
3745
3746 #~ msgid "Brazil Portuguese keymap"
3747 #~ msgstr "raspored za brazilski"
3748
3749 #~ msgid "Bulgarian Cyrillic"
3750 #~ msgstr "Bugarska ćirilica"
3751
3752 #~ msgid "Bulgarian keymap"
3753 #~ msgstr "Bugarski raspored"
3754
3755 #~ msgid "CapsLock key changes layout."
3756 #~ msgstr "Tipka CapsLock mijenja raspored."
3757
3758 #~ msgid "Control+Shift changes layout."
3759 #~ msgstr "Control+Shift mijenja raspored."
3760
3761 #~ msgid "Czech keymap"
3762 #~ msgstr "Češki raspored"
3763
3764 #~ msgid "Danish keymap"
3765 #~ msgstr "Danski raspored"
3766
3767 #~ msgid "Dutch keymap"
3768 #~ msgstr "Danski raspored"
3769
3770 #~ msgid "English keymap"
3771 #~ msgstr "Engleski raspored"
3772
3773 #~ msgid "Estonian keymap"
3774 #~ msgstr "Estonski raspored"
3775
3776 #~ msgid "French Swiss"
3777 #~ msgstr "Francuski za Švicarsku"
3778
3779 #~ msgid "French Swiss keymap"
3780 #~ msgstr "Francuski raspored za Švicarsku"
3781
3782 #~ msgid "French keymap"
3783 #~ msgstr "Francuski raspored"
3784
3785 #~ msgid "French-Canadian 105-key"
3786 #~ msgstr "Francuski raspored od 105 tipaka za Kanadu"
3787
3788 #~ msgid "GB 102-key"
3789 #~ msgstr "Britanska sa 102 tipaka"
3790
3791 #~ msgid "GB 105-key"
3792 #~ msgstr "Britanska sa 105 tipaka"
3793
3794 #~ msgid "Generic Keyboard"
3795 #~ msgstr "Standardna tipkovnica"
3796
3797 #~ msgid "Georgian Latin"
3798 #~ msgstr "Gruzijski latinica"
3799
3800 #~ msgid "Georgian Russian layout"
3801 #~ msgstr "Ruski raspored za Gruziju"
3802
3803 #~ msgid "Georgian keymap"
3804 #~ msgstr "Gruzijski raspored"
3805
3806 #~ msgid "German"
3807 #~ msgstr "Njemački"
3808
3809 #~ msgid "German Swiss with Euro"
3810 #~ msgstr "Njemački sa Eurom za Švicarsku"
3811
3812 #~ msgid "German keymap"
3813 #~ msgstr "Njemački raspored"
3814
3815 #~ msgid "Greek keymap"
3816 #~ msgstr "Grčki raspored"
3817
3818 #~ msgid "Hebrew keymap"
3819 #~ msgstr "Hebrejski raspored"
3820
3821 #~ msgid "Hungarian 101-key latin 1"
3822 #~ msgstr "Mađarski za 101-tipka latin1"
3823
3824 #~ msgid "Hungarian 101-key latin 2"
3825 #~ msgstr "Mađarski za 101-tipka latin 2"
3826
3827 #~ msgid "Hungarian 105-key latin 1"
3828 #~ msgstr "Mađarski za 105-tipka latin1"
3829
3830 #~ msgid "Hungarian 105-key latin 2"
3831 #~ msgstr "Mađarski za 105-tipka latin2"
3832
3833 #~ msgid "Hungarian PC/AT 101 keyboard"
3834 #~ msgstr "Mađarska PC/AT 101 tipkovnica"
3835
3836 #~ msgid "Hungarian latin1"
3837 #~ msgstr "Mađarski latin1"
3838
3839 #~ msgid "Icelandic keymap"
3840 #~ msgstr "Islandski raspored"
3841
3842 #~ msgid "Italian keymap"
3843 #~ msgstr "Talijanski raspored"
3844
3845 #~ msgid "Japanese keymap"
3846 #~ msgstr "Japanski raspored"
3847
3848 #~ msgid "Lao keymap"
3849 #~ msgstr "Lao raspored"
3850
3851 #~ msgid "Layout shift behavior"
3852 #~ msgstr "Ponašanje prilikom promjene rasporeda."
3853
3854 #~ msgid "Left Alt key changes layout."
3855 #~ msgstr "Lijeva Alt tipka mijenja raspored."
3856
3857 #~ msgid "Left Ctrl key changes group."
3858 #~ msgstr "Lijeva Ctrl tipka mijenja grupu."
3859
3860 #~ msgid "Left Shift key changes group."
3861 #~ msgstr "Lijeva Shift tipka mijenja grupu."
3862
3863 #~ msgid "Left Win-key changes layout."
3864 #~ msgstr "Lijeva Win tipka mijenja raspred."
3865
3866 #~ msgid "Lithuanian keymap"
3867 #~ msgstr "Litvanski raspored"
3868
3869 #~ msgid "Macedonian"
3870 #~ msgstr "Makedonska"
3871
3872 #~ msgid "Menu key changes layout."
3873 #~ msgstr "Tipka za pokretanje izbornika mijenja raspored."
3874
3875 #~ msgid "Mongolian alt keymap"
3876 #~ msgstr "Mongolski alternativni raspored"
3877
3878 #~ msgid "Mongolian keymap"
3879 #~ msgstr "Mongolski raspored"
3880
3881 #~ msgid "Mongolian phonetic keymap"
3882 #~ msgstr "Mongolski fonetski raspored"
3883
3884 #~ msgid "Norwegian"
3885 #~ msgstr "Norveški"
3886
3887 #~ msgid "Plain Russian keymap"
3888 #~ msgstr "Obični ruski raspored"
3889
3890 #~ msgid "Polish"
3891 #~ msgstr "Poljski"
3892
3893 #~ msgid "Polish deadkeys"
3894 #~ msgstr "Poljski akcenti"
3895
3896 #~ msgid "Portugal"
3897 #~ msgstr "Portugal"
3898
3899 #~ msgid "Portugal Deadkeys"
3900 #~ msgstr "Portugalski akcenti"
3901
3902 #~ msgid "Portuguese keymap"
3903 #~ msgstr "Portugalski raspored"
3904
3905 #~ msgid "Right Alt key changes layout."
3906 #~ msgstr "Desna Alt tipka mijenja raspored."
3907
3908 #~ msgid "Right Ctrl key changes group."
3909 #~ msgstr "Desna Ctrl tipka mijenja grupu."
3910
3911 #~ msgid "Right Shift key changes group."
3912 #~ msgstr "Desna Shift tipka mijenja grupu."
3913
3914 #~ msgid "Right Win-key changes layout."
3915 #~ msgstr "Desan Win tipka mijenja raspored."
3916
3917 #~ msgid "Russian Cyrillic"
3918 #~ msgstr "Ruska ćirilica"
3919
3920 #~ msgid "Russian keymap"
3921 #~ msgstr "Ruski raspored"
3922
3923 #~ msgid "Serbian keymap"
3924 #~ msgstr "Srpski raspored"
3925
3926 #~ msgid "Shift+CapsLock changes layout."
3927 #~ msgstr "Shift+CapsLock mijenja raspored."
3928
3929 #~ msgid "Slovak keymap"
3930 #~ msgstr "Slovački raspored"
3931
3932 #~ msgid "Slovenian"
3933 #~ msgstr "Slovenski"
3934
3935 #~ msgid "Slovenian keymap"
3936 #~ msgstr "Slovenski raspored"
3937
3938 #~ msgid "Spanish keymap"
3939 #~ msgstr "Španjolski raspored"
3940
3941 #~ msgid "Sun (!not PC!) type5 Hungarian latin 2"
3942 #~ msgstr "Sun-ov (!nije za PC!) mađarski tipa 5 latin 2"
3943
3944 #~ msgid "Swedish"
3945 #~ msgstr "Švedski"
3946
3947 #~ msgid "Swedish keymap"
3948 #~ msgstr "Švedski raspored"
3949
3950 #~ msgid "Swiss keymap"
3951 #~ msgstr "Švicarski raspored"
3952
3953 #~ msgid "Thai"
3954 #~ msgstr "Tajlandski"
3955
3956 #~ msgid "Thai Kedmanee"
3957 #~ msgstr "Tajlandski Kedmani"
3958
3959 #~ msgid "Thai keymap"
3960 #~ msgstr "Tajlandski raspored"
3961
3962 #~ msgid "Turkish \"F\" keyboard"
3963 #~ msgstr "Turska \"F\" tipkovnica"
3964
3965 #~ msgid "Turkish \"Q\" keyboard"
3966 #~ msgstr "Turska \"Q\" tipkovnica"
3967
3968 #~ msgid "Turkish keymap"
3969 #~ msgstr "Turski raspored"
3970
3971 #~ msgid "UK 105-key"
3972 #~ msgstr "Britanska sa 105 tipaka"
3973
3974 #~ msgid "UK PC/AT keyboard"
3975 #~ msgstr "Britanska PC/AT tipkovnica"
3976
3977 #~ msgid "US 101-key keyboard"
3978 #~ msgstr "Američka tipkovnica sa 101 tipkom"
3979
3980 #~ msgid "US 105-key keyboard (with windows keys)"
3981 #~ msgstr "Američka tipkovnica sa 105 tastera (sa Windows tipkama)"
3982
3983 #~ msgid "US 84-key"
3984 #~ msgstr "Američka tipkovnica sa 84 tipaka"
3985
3986 #~ msgid "US DEC 450"
3987 #~ msgstr "Američka tipkovnica DEC 450"
3988
3989 #~ msgid "US IBM RS/6000"
3990 #~ msgstr "Američka tipkovnica IBM RS/6000"
3991
3992 #~ msgid "US International"
3993 #~ msgstr "Američka međunarodna"
3994
3995 #~ msgid "US Macintosh"
3996 #~ msgstr "Američki sa Macintosha"
3997
3998 #~ msgid "US PC/AT 101 keyboard"
3999 #~ msgstr "Američka PC/AT 101 tipkovnica"
4000
4001 #~ msgid "US Silicon Graphics 101-key"
4002 #~ msgstr "Američka Silicon Graphics 101 tipkovnica"
4003
4004 #~ msgid "US Sun type5"
4005 #~ msgstr "Američka Sun-ova tipa5"
4006
4007 #~ msgid "Armenian Sun keymap"
4008 #~ msgstr "Armeski Sun raspored"
4009
4010 #~ msgid "Azerbaijani Turkish Sun keymap"
4011 #~ msgstr "Turski Sun-ov raspored za Azerbajdžanski"
4012
4013 #~ msgid "Belarusian Sun keymap"
4014 #~ msgstr "Bjeloruski Sun raspored"
4015
4016 #~ msgid "Brazil Portuguese Sun USB keymap"
4017 #~ msgstr "Sunov USB raspored za brazilski"
4018
4019 #~ msgid "Brazil Portuguese Sun keymap"
4020 #~ msgstr "Sun raspored za brazilski"
4021
4022 #~ msgid "British Sun Type-4 keymap"
4023 #~ msgstr "Britanski Sun tip4 respored"
4024
4025 #~ msgid "British Sun USB keymap"
4026 #~ msgstr "Britanski raspored za Sun USB"
4027
4028 #~ msgid "British Sun keymap"
4029 #~ msgstr "Britanski Sun raspored"
4030
4031 #~ msgid "Bulgarian Sun keymap"
4032 #~ msgstr "Bugarski Sunov raspored"
4033
4034 #~ msgid "Canadian Sun keymap"
4035 #~ msgstr "Sunov raspored za kanadski"
4036
4037 #~ msgid "Czech Sun keymap"
4038 #~ msgstr "Češki Sun-ov raspored"
4039
4040 #~ msgid "Danish Sun Type-4 keymap"
4041 #~ msgstr "Danski Sun-ov raspored tipa 4"
4042
4043 #~ msgid "Danish Sun USB keymap"
4044 #~ msgstr "Danski Sun-ov USB raspored"
4045
4046 #~ msgid "Danish Sun keymap"
4047 #~ msgstr "Danski Sun-ov raspored"
4048
4049 #~ msgid "Dutch Sun keymap"
4050 #~ msgstr "Danski Sun-ov raspored"
4051
4052 #~ msgid "Estonian Sun keymap"
4053 #~ msgstr "Estonski Sun-ov raspored"
4054
4055 #~ msgid "Finnish Sun keymap"
4056 #~ msgstr "Finski Sun-ov raspored"
4057
4058 #~ msgid "French Sun USB keymap"
4059 #~ msgstr "Francuski Sun-ov USB raspored"
4060
4061 #~ msgid "French Sun keymap"
4062 #~ msgstr "Francuski Sun-ov raspored"
4063
4064 #~ msgid "German Sun Type-4 keymap"
4065 #~ msgstr "Njemački Sun-ov raspored tipa 4"
4066
4067 #~ msgid "German Sun USB keymap"
4068 #~ msgstr "Njemački Sun-ov USB raspored"
4069
4070 #~ msgid "German Sun keymap"
4071 #~ msgstr "Njemački Sun-ov raspored"
4072
4073 #~ msgid "Hebrew Sun keymap"
4074 #~ msgstr "Hebrejski Sun-ov raspored"
4075
4076 #~ msgid "Hungarian latin2 Sun keymap"
4077 #~ msgstr "Mađarski latin2 Sun-ov raspored"
4078
4079 #~ msgid "Hungarian type5 latin 1 keymap"
4080 #~ msgstr "Mađarska latin1 raspored tipa 5"
4081
4082 #~ msgid "Icelandic Sun keymap"
4083 #~ msgstr "Islandski Sun-ov raspored"
4084
4085 #~ msgid "Italian Sun Type-4 keymap"
4086 #~ msgstr "Talijanski Sun-ov raspored tipa 4"
4087
4088 #~ msgid "Italian Sun USB keymap"
4089 #~ msgstr "Talijanski Sun-ov USB raspored"
4090
4091 #~ msgid "Italian Sun keymap"
4092 #~ msgstr "Talijanski Sun-ov raspored"
4093
4094 #~ msgid "Japanese Sun Type-4 keymap"
4095 #~ msgstr "Japanski Sun-ov raspored tipa 4"
4096
4097 #~ msgid "Japanese Sun keymap"
4098 #~ msgstr "Japanski Sun-ov raspored"
4099
4100 #~ msgid "Latvian Sun keymap"
4101 #~ msgstr "Latvijski Sun-ov raspored"
4102
4103 #~ msgid "Lithuanian Sun keymap"
4104 #~ msgstr "Litvanski Sun-ov raspored"
4105
4106 #~ msgid "Macedonian Sun keymap"
4107 #~ msgstr "Makedonski Sun-ov raspored"
4108
4109 #~ msgid "Norwegian Sun keymap"
4110 #~ msgstr "Norveški Sun-ov raspored"
4111
4112 #~ msgid "Polish Sun keymap"
4113 #~ msgstr "Poljski Sun-ov raspored"
4114
4115 #~ msgid "Portuguese Sun Type-4 keymap"
4116 #~ msgstr "Portugalski Sun-ov raspored tipa 4"
4117
4118 #~ msgid "Portuguese Sun keymap"
4119 #~ msgstr "Portugalski Sun-ov raspored"
4120
4121 #~ msgid "Romanian Sun keymap"
4122 #~ msgstr "Rumunjski Sun-ov raspored"
4123
4124 #~ msgid "Russian Sun keymap"
4125 #~ msgstr "Ruski Sun-ov raspored"
4126
4127 #~ msgid "Serbian Sun standard keymap"
4128 #~ msgstr "Srpski standardni Sun-ov raspored"
4129
4130 #~ msgid "Slovak Sun keymap"
4131 #~ msgstr "Slovački Sun-ov raspored"
4132
4133 #~ msgid "Slovenian Sun keymap"
4134 #~ msgstr "Slovenski Sun-ov raspored"
4135
4136 #~ msgid "Spanish Sun Type-4 keymap"
4137 #~ msgstr "Španjolski Sun-ov raspored tipa 4"
4138
4139 #~ msgid "Spanish Sun USB keymap"
4140 #~ msgstr "Španjolski Sun-ov USB raspored"
4141
4142 #~ msgid "Spanish Sun keymap"
4143 #~ msgstr "Španjolski Sun-ov raspored"
4144
4145 #~ msgid "Swedish Sun Type-4 keymap"
4146 #~ msgstr "Švedski Sun-ov raspored tipa 4"
4147
4148 #~ msgid "Swedish Sun USB keymap"
4149 #~ msgstr "Švedski Sun-ov USB raspored"
4150
4151 #~ msgid "Swedish Sun keymap"
4152 #~ msgstr "Švedski Sun-ov raspored"
4153
4154 #~ msgid "Swiss German Sun keymap"
4155 #~ msgstr "Nemački Sun-ov raspored za Švicarsku"
4156
4157 #~ msgid "Thai Sun keymap"
4158 #~ msgstr "Tajlandski Sun-ov raspored"
4159
4160 #~ msgid "Turkish Sun keymap"
4161 #~ msgstr "Turski Sun-ov raspored"
4162
4163 #~ msgid "US Sun Type-4 keymap"
4164 #~ msgstr "US raspored za Sun tipa 4"
4165
4166 #~ msgid "US Sun USB keymap"
4167 #~ msgstr "US raspored za Sun USB"
4168
4169 #~ msgid "US Sun type5 keymap"
4170 #~ msgstr "US raspored za Sun tipa5"
4171
4172 #~ msgid "Ukrainian Sun keymap"
4173 #~ msgstr "Ukrajinski Sun-ov raspored"
4174
4175 #~ msgid "Vietnamese Sun keymap"
4176 #~ msgstr "Vijetnamski Sun-ov raspored"
4177
4178 #~ msgid "Keyboard _Preferences"
4179 #~ msgstr "_Postavke tipkovnice"
4180
4181 #~ msgid "Pl_ugins"
4182 #~ msgstr "Do_daci"
4183
4184 #~ msgid "Show Current _Layout"
4185 #~ msgstr "Prikaži trenutni _raspored"
4186
4187 #~ msgid "_Groups"
4188 #~ msgstr "_Grupe"
4189
4190 #~ msgid "Keyboard Indicator"
4191 #~ msgstr "Pokazatelj tipkovnice"
4192
4193 #~ msgid "Keyboard applet factory"
4194 #~ msgstr "Tvornica apleta za tipkovnicu"
4195
4196 #~ msgid "Keyboard layout indicator"
4197 #~ msgstr "Pokazatelj izabranog rasporeda tipkovnice"
4198
4199 #, c-format
4200 #~ msgid "Keyboard Layout \"%s\""
4201 #~ msgstr "Raspored tipkovnice \"%s\""
4202
4203 #~ msgid "Copyright (c) Sergey V. Udaltsov 1999-2004"
4204 #~ msgstr "Copyright (c) Sergey V. Udaltsov 1999-2004"
4205
4206 #~ msgid "Keyboard layout indicator applet for GNOME"
4207 #~ msgstr "Indikator rasporeda tipkovnice za GNOME"
4208
4209 #, c-format
4210 #~ msgid "Keyboard Indicator (%s)"
4211 #~ msgstr "Pokazatelj tipkovnice (%s)"
4212
4213 #~ msgid "Factory for creating the weather applet."
4214 #~ msgstr "Tvornica za izradu appleta za vrijeme."
4215
4216 #~ msgid "Gweather Applet Factory"
4217 #~ msgstr "Gweather tvornica apleta"
4218
4219 #~ msgid "Radar Map"
4220 #~ msgstr "Radarska mapa"
4221
4222 #~ msgid "_Visit Weather.com"
4223 #~ msgstr "_Posjetite Weather.com"
4224
4225 #~ msgid "Visit Weather.com"
4226 #~ msgstr "Posjetite Weather.com"
4227
4228 #~ msgid "Click to Enter Weather.com"
4229 #~ msgstr "Kliknite za posjećivanje stranica Weather.com"
4230
4231 #~ msgid "Address Entry"
4232 #~ msgstr "Polje za adresu"
4233
4234 #~ msgid "Enter the URL"
4235 #~ msgstr "Unesite adresu"
4236
4237 #~ msgid "Enable _radar map"
4238 #~ msgstr "Uključi _radarsku mapu"
4239
4240 #~ msgid "Use _custom address for radar map"
4241 #~ msgstr "Korištenje _vlastite URL adrese za radarsku mapu"
4242
4243 #~ msgid "Invest"
4244 #~ msgstr "Uloži"
4245
4246 #~ msgid "Track your invested money."
4247 #~ msgstr "Pratite uloženi novac."
4248
4249 #~ msgid "Financial Chart"
4250 #~ msgstr "Financijski graf"
4251
4252 #, python-format
4253 #~ msgid "Financial Chart - %s"
4254 #~ msgstr "Financijski prikaz - %s"
4255
4256 #~ msgid "Opening Chart"
4257 #~ msgstr "Otvaram prikaz"
4258
4259 #~ msgid "Symbol"
4260 #~ msgstr "Simbol"
4261
4262 #~ msgid "Amount"
4263 #~ msgstr "Iznos"
4264
4265 #~ msgid "Price"
4266 #~ msgstr "Cijena"
4267
4268 #~ msgid "Commission"
4269 #~ msgstr "Provizija"
4270
4271 #, fuzzy, python-format
4272 #~ msgid "Updated at %s"
4273 #~ msgstr "Ažuriraj"
4274
31814275 #, fuzzy
3182 msgid "Close current window."
3183 msgstr "Zatvori prozor"
3184
3185 #: ../src/task-item.c:631
3186 msgid "Window Task Button"
3187 msgstr ""
4276 #~ msgid "Gain"
4277 #~ msgstr "Njemački"
4278
4279 #~ msgid "Deskbar (formerly Mini-Commander)"
4280 #~ msgstr "Deskbar (prije Mini-Commander)"
4281
4282 #~ msgid "Deskbar (transparent upgrade from Mini-Commander)"
4283 #~ msgstr "Deskbar (bezbolna nadogradnja na mini-commander)"
4284
4285 #~ msgid "MiniCommander Applet Factory"
4286 #~ msgstr "Tvornica za MiniCommander"
4287
4288 #, c-format
4289 #~ msgid "Cannot get schema for %s: %s"
4290 #~ msgstr "Ne mogu dohvatiti shemu za %s: %s"
4291
4292 #, c-format
4293 #~ msgid "Cannot set schema for %s: %s"
4294 #~ msgstr "Ne mogu postaviti shemu %s: %s"
4295
4296 #, c-format
4297 #~ msgid "Set default list value for %s\n"
4298 #~ msgstr "Postavi uobičajenu vrijednost popisa za %s\n"
4299
4300 #, c-format
4301 #~ msgid ""
4302 #~ "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
4303 #~ msgstr ""
4304 #~ "Nije postavljeno GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL, ne instaliram "
4305 #~ "sheme\n"
4306
4307 #, c-format
4308 #~ msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
4309 #~ msgstr "Mora se postaviti varijabla okruženja GCONF_CONFIG_SOURCE\n"
4310
4311 #, c-format
4312 #~ msgid "Failed to access configuration source(s): %s\n"
4313 #~ msgstr "Neuspješno pristupanje izvorima podešavanja: %s\n"
4314
4315 #, c-format
4316 #~ msgid "Error syncing config data: %s"
4317 #~ msgstr "Greška pri usklađivanju podataka o podešavanjima: %s"
4318
4319 #~ msgid "Background color, blue component"
4320 #~ msgstr "Boja pozadine, plava komponenta"
4321
4322 #~ msgid "Background color, green component"
4323 #~ msgstr "Boje pozadine, zelena komponenta"
4324
4325 #~ msgid "Background color, red component"
4326 #~ msgstr "Boje pozadine, crvena komponenta"
4327
4328 #~ msgid "Foreground color, blue component"
4329 #~ msgstr "Plava komponenta boje"
4330
4331 #~ msgid "Foreground color, green component"
4332 #~ msgstr "Zelena komponenta boje"
4333
4334 #~ msgid "Not used anymore"
4335 #~ msgstr "Više se ne koristi"
4336
4337 #~ msgid "The blue component of the background color."
4338 #~ msgstr "Plava komponenta boje pozadine."
4339
4340 #~ msgid "The blue component of the foreground color."
4341 #~ msgstr "Plava komponenta boje prednjeg plana."
4342
4343 #~ msgid "The green component of the background color."
4344 #~ msgstr "Zelena komponenta boje pozadine."
4345
4346 #~ msgid "The red component of the background color."
4347 #~ msgstr "Crvena komponenta boje pozadine."
4348
4349 #~ msgid ""
4350 #~ "This per-applet key is deprecated in favour of the global key, /schemas/"
4351 #~ "apps/mini-commander-global/macro_patterns."
4352 #~ msgstr ""
4353 #~ "Ovaj pojedinačni ključ zamjenjen je globalnim ključem, /schemas/apps/mini-"
4354 #~ "commander-global/macro_patterns."
4355
4356 #~ msgid "Adjust the sound volume"
4357 #~ msgstr "Podesi jačinu zvuka"
4358
4359 #~ msgid "Volume Control"
4360 #~ msgstr "Upravljanje jačinom zvuka"
4361
4362 #~ msgid "Mu_te"
4363 #~ msgstr "_Isključi"
4364
4365 #~ msgid "_Open Volume Control"
4366 #~ msgstr "Upravljanje jačin_om zvuka"
4367
4368 #~ msgid "Volume Applet"
4369 #~ msgstr "Program za kontrolu glasnoće"
4370
4371 #~ msgid ""
4372 #~ "The volume control did not find any elements and/or devices to control. "
4373 #~ "This means either that you don't have the right GStreamer plugins "
4374 #~ "installed, or that you don't have a sound card configured."
4375 #~ msgstr ""
4376 #~ "Kontrola glasnoće zvuka nije pronašla niti jedan element i/ili uređaj za "
4377 #~ "kontroliranje. Ovo znači da ili nemate instalirane odgovarajuće GStreamer "
4378 #~ "dodatke, ili vaša zvučna kartica nije kofigurirana."
4379
4380 #~ msgid ""
4381 #~ "You can remove the volume control from the panel by right-clicking the "
4382 #~ "speaker icon on the panel and selecting \"Remove From Panel\" from the "
4383 #~ "menu."
4384 #~ msgstr ""
4385 #~ "Možete ukloniti kontrolu glasnoče sa ploče desnim klikom miša na ikonu "
4386 #~ "zvučnika i selektriranjem opcije \"Ukloni sa ploče\" u izborniku."
4387
4388 #, c-format
4389 #~ msgid "Failed to start Volume Control: %s"
4390 #~ msgstr "Ne mogu pokrenuti kontrolu glasnoće: %s"
4391
4392 #, c-format
4393 #~ msgid "%s: muted"
4394 #~ msgstr "%s: utišano"
4395
4396 #, c-format
4397 #~ msgid "%s: %d%%"
4398 #~ msgstr "%s:%d%%"
4399
4400 #, c-format
4401 #~ msgid "Failed to display help: %s"
4402 #~ msgstr "Ne mogu prikazati pomoć: %s"
4403
4404 #~ msgid "Using GStreamer 0.10."
4405 #~ msgstr "Koristim GStreamer 0.10."
4406
4407 #~ msgid "Using GStreamer 0.8."
4408 #~ msgstr "Koristim GStreamer 0.8."
4409
4410 #~ msgid "-"
4411 #~ msgstr "-"
4412
4413 #~ msgid "+"
4414 #~ msgstr "+"
4415
4416 #, c-format
4417 #~ msgid "Unknown Volume Control %d"
4418 #~ msgstr "Nepoznata kontrola glasnoće %d"
4419
4420 #~ msgid "Channel controlled by applet. Only for OSS setups"
4421 #~ msgstr "Kanalom upravlja applet. Samo za OSS sisteme."
4422
4423 #~ msgid "Saved mute state"
4424 #~ msgstr "Spremljeno mutirano stanje"
4425
4426 #~ msgid "Saved volume to restore on startup"
4427 #~ msgstr "Spremljena jačina zvuka koja će se postaviti pri pokretanju"
4428
4429 #~ msgid "Volume Control Preferences"
4430 #~ msgstr "Postavke za upravljanje jačinom zvuka"
4431
4432 #~ msgid "Select the device and track to control."
4433 #~ msgstr "Izaberite uređaj i kanale koje želite nadzirati."
4434
4435 #~ msgid "Activate and monitor a dial-up network connection"
4436 #~ msgstr "Aktiviranje i nadzor modemske veze"
4437
4438 #~ msgid "Modem Monitor"
4439 #~ msgstr "Nadziranje modema"
4440
4441 #, fuzzy
4442 #~ msgid "Connection active, but could not get connection time"
4443 #~ msgstr "Ne mogu otkriti vrijeme veze"
4444
4445 #, c-format
4446 #~ msgid "Time connected: %.1d:%.2d"
4447 #~ msgstr "Vrijeme veze: %.1d:%.2d"
4448
4449 #~ msgid "Not connected"
4450 #~ msgstr "Veza nije uspostavljena"
4451
4452 #~ msgid "Could not launch network configuration tool"
4453 #~ msgstr "Ne mogu pokrenuti alat za mrežnu konfiguraciju"
4454
4455 #~ msgid ""
4456 #~ "Check that it's installed in the correct path and that it has the correct "
4457 #~ "permissions"
4458 #~ msgstr ""
4459 #~ "Provjerite je li instalacija na pravoj putanji i imate li odgovarajuće "
4460 #~ "ovlasti."
4461
4462 #~ msgid "Applet for activating and monitoring a dial-up network connection."
4463 #~ msgstr "Program za pokretanje i nadziranje modemske veze."
4464
4465 #~ msgid "Graph color for PLIP network activity"
4466 #~ msgstr "Boja grafa za praćenje PLIP aktivnosti u mreži."
4467
4468 #~ msgid "Graph color for SLIP network activity"
4469 #~ msgstr "Boja grafa za praćenje SLIP aktivnosti u mreži."
4470
4471 #~ msgid "_SLIP"
4472 #~ msgstr "_SLIP"
4473
4474 #~ msgid "PL_IP"
4475 #~ msgstr "_PLIP"
4476
4477 #~ msgid "_Ethernet"
4478 #~ msgstr "_Ethernet"
4479
4480 #~ msgid "CD Player (Deprecated)"
4481 #~ msgstr "CD svirač (Zamjenjeno)"
4482
4483 #~ msgid "Panel applet for playing audio CDs"
4484 #~ msgstr "Aplet panela za puštanje zvučnih CD-ova"
4485
4486 #~ msgid "Alert you when new mail arrives"
4487 #~ msgstr "Obavijesti kada stigne nova pošta"
4488
4489 #~ msgid "Inbox Monitor (Deprecated)"
4490 #~ msgstr "Nadziranje ulazne pošte (Zamjenjeno)"
4491
4492 #~ msgid "Factory for deprecating applets"
4493 #~ msgstr "Tvornica za zamjenjene programe."
4494
4495 #~ msgid "Null Applet Factory"
4496 #~ msgstr "Tvornica praznih programa"
4497
4498 #~ msgid "Monitor the quality of a wireless network link"
4499 #~ msgstr "Praćenje kvalitete bežične mrežne veze"
4500
4501 #~ msgid "Wireless Link Monitor"
4502 #~ msgstr "Praćenje bežične veze"
4503
4504 #~ msgid "Some panel items are no longer available"
4505 #~ msgstr "Neki elementi ploče više nisu dostupni"
4506
4507 #~ msgid ""
4508 #~ "One or more panel items (also referred to as applets) are no longer "
4509 #~ "available in the GNOME desktop."
4510 #~ msgstr ""
4511 #~ "Jedan ili više elemanata ploče (kao i programi) više nisu dostupni u "
4512 #~ "GNOME radnom okružju."
4513
4514 #~ msgid "These items will now be removed from your configuration:"
4515 #~ msgstr "Slijedeći elemanti će biti uklonjeni iz vaše konfiguracije:"
4516
4517 #~ msgid "You will not receive this message again."
4518 #~ msgstr "Ovu poruku više nećete dobivati."
4519
4520 #~ msgid "Tomboy (ne Stickynotes)"
4521 #~ msgstr "Tomboy"
4522
4523 #~ msgid "Tomboy (transparent upgrade from stickynotes)"
4524 #~ msgstr "Tomboy (transparentna nadogradnja sa stickynotes)"
4525
4526 #~ msgid "Sticky Notes Applet Factory"
4527 #~ msgstr "Sticky Notes Applet Factory"
4528
4529 #~ msgid "Default height for new sticky notes in pixels."
4530 #~ msgstr "Uobičajena visina u točkama za nove ljepljive bilješke."
4531
4532 #~ msgid "_Open"
4533 #~ msgstr "_Otvori"
4534
4535 #~ msgid "Trash Applet"
4536 #~ msgstr "Program za Smeće"
4537
4538 #~ msgid "<b>From:</b>"
4539 #~ msgstr "<b>Od:</b>"
4540
4541 #~ msgid "<big><b>Emptying the Trash</b></big>"
4542 #~ msgstr "<big><b>Praznim Smeće</b></big>"
4543
4544 #, fuzzy
4545 #~ msgid "Close current window."
4546 #~ msgstr "Zatvori prozor"
31884547
31894548 #~ msgid "Utilities"
31904549 #~ msgstr "Pomoćni alati"
31924551 #~ msgid "System & Hardware"
31934552 #~ msgstr "Sustav & Hardver"
31944553
3195 #~ msgid "<b>Appearance</b>"
3196 #~ msgstr "<b>Izgled</b>"
3197
3198 #~ msgid "<b>Notifications</b>"
3199 #~ msgstr "<b>Obavijesti</b>"
3200
3201 #~ msgid "<small>(shows single image for status and charge)</small>"
3202 #~ msgstr "<small>(prikaz jedne slike za stanje i punjenje)</small>"
3203
3204 #~ msgid "<small>(two images: one for status, one for charge)</small>"
3205 #~ msgstr "<small>(dvije slike: jedna za status, druga za punjenje)</small>"
3206
3207 #~ msgid "Battery Charge Monitor Preferences"
3208 #~ msgstr "Postavke praćenja stanja baterije"
3209
3210 #~ msgid "Show _percentage remaining"
3211 #~ msgstr "Prikaz preostalog _postotka"
3212
3213 #~ msgid "Show _time remaining"
3214 #~ msgstr "Prikaz preostalog _vremena"
3215
3216 #~ msgid "_Compact view"
3217 #~ msgstr "_Smanjeni prikaz"
3218
3219 #~ msgid "_Expanded view"
3220 #~ msgstr "_Prošireni prikaz"
3221
3222 #~ msgid "_Notify when battery is fully recharged"
3223 #~ msgstr "_Obavijestiti o napunjenoj bateriji"
3224
3225 #~ msgid "_Show time/percentage:"
3226 #~ msgstr "_Prikaži omjer vrijeme/postotak:"
3227
3228 #~ msgid "_Warn when battery charge drops to:"
3229 #~ msgstr "_Upozoriti kada napunjenost baterije padne na:"
3230
32314554 #~ msgid " "
32324555 #~ msgstr " "
32334556
3234 #~ msgid "<b>Display Settings</b>"
3235 #~ msgstr "<b>Postavke prikaza</b>"
3236
3237 #~ msgid "<b>Monitor Settings</b>"
3238 #~ msgstr "<b>Postavke monitora</b>"
3239
3240 #~ msgid "CPU Frequency Monitor Preferences"
3241 #~ msgstr "Postavke nadzora frekvencije procesora"
3242
3243 #~ msgid "Show CPU frequency as _frequency"
3244 #~ msgstr "Prikaži frekvenciju procesora kao _frekvencija"
3245
3246 #~ msgid "Show CPU frequency as _percentage"
3247 #~ msgstr "Prikaži frekvenciju procesora kao _postotak"
3248
3249 #~ msgid "Show frequency _units"
3250 #~ msgstr "Prikaži _mjerne jedinice frekvencije"
3251
3252 #~ msgid "_Appearance:"
3253 #~ msgstr "_Izgled:"
3254
3255 #~ msgid "_Monitored CPU:"
3256 #~ msgstr "_Nadzirani procesor:"
3257
32584557 #~ msgid "(not connected)"
32594558 #~ msgstr "(nije povezano)"
32604559
32754574
32764575 #~ msgid "Keyboard Layout"
32774576 #~ msgstr "Rapored tipkovnice"
3278
3279 #~ msgid "10"
3280 #~ msgstr "10"
32814577
32824578 #~ msgid "100"
32834579 #~ msgstr "100"
34064702 #~ msgid "*"
34074703 #~ msgstr "*"
34084704
3409 #~ msgid "<b>Auto Completion</b>"
3410 #~ msgstr "<b>Samodopunjavanje</b>"
3411
34124705 #~ msgid "<b>Colors</b>"
34134706 #~ msgstr "<b>Boje</b>"
34144707
34154708 #~ msgid "<b>Size</b>"
34164709 #~ msgstr "<b>Veličina</b>"
3417
3418 #~ msgid "Add New Macro"
3419 #~ msgstr "Dodavanje novog makroa"
3420
3421 #~ msgid "Co_mmand:"
3422 #~ msgstr "Naredba:"
3423
3424 #~ msgid "Command Line Preferences"
3425 #~ msgstr "Podešavanja postavki naredbene linije"
3426
3427 #~ msgid "Command line _background:"
3428 #~ msgstr "_Pozadina polja za unos naredbe:"
3429
3430 #~ msgid "Command line _foreground:"
3431 #~ msgstr "_Boja teksta za unos naredbe:"
3432
3433 #~ msgid "E_nable history-based auto completion"
3434 #~ msgstr "_Omogući samodopunjavanje bazirano na prethodnim naredbama"
3435
3436 #~ msgid "Macros"
3437 #~ msgstr "Makronaredbe"
3438
3439 #~ msgid "Pick a color"
3440 #~ msgstr "Odabir boje"
3441
3442 #~ msgid "_Add Macro..."
3443 #~ msgstr "_Dodaj makro..."
3444
3445 #~ msgid "_Delete Macro"
3446 #~ msgstr "Ob_riši makro"
3447
3448 #~ msgid "_Macros:"
3449 #~ msgstr "_Makroi:"
3450
3451 #~ msgid "_Pattern:"
3452 #~ msgstr "_Uzorak:"
3453
3454 #~ msgid "_Use default theme colors"
3455 #~ msgstr "_Koristite uobičajene boje teme"
3456
3457 #~ msgid "_Width:"
3458 #~ msgstr "_Širina:"
34594710
34604711 #~ msgid ""
34614712 #~ "<span weight=\"bold\" size=\"larger\">Connecting with Internet Service "
34634714 #~ msgstr ""
34644715 #~ "<span weight=\"bold\" size=\"larger\">Povezujem se na pružatelja internet "
34654716 #~ "usluge</span>"
3466
3467 #~ msgid "Internet"
3468 #~ msgstr "Internet"
3469
3470 #~ msgid "<b>Behavior</b>"
3471 #~ msgstr "<b>Ponašanje</b>"
3472
3473 #~ msgid "<b>Default Note Properties</b>"
3474 #~ msgstr "<b>Uobičajene osobine bilješke</b>"
34754717
34764718 #~ msgid ""
34774719 #~ "<b>Delete all sticky notes?</b>\n"
34944736 #~ msgid "<b>Properties</b>"
34954737 #~ msgstr "<b>Svojstva</b>"
34964738
3497 #~ msgid "Choose a base color to use for all sticky notes"
3498 #~ msgstr ""
3499 #~ "Odaberite osnovnu boju koja će se koristiti za sve ljepljive bilješke"
3500
3501 #~ msgid "Choose a color for the note"
3502 #~ msgstr "Odaberite boju za bilješku"
3503
3504 #~ msgid "Choose a font for the note"
3505 #~ msgstr "Odaberite pismo za bilješku"
3506
3507 #~ msgid "Choose a font to use for all sticky notes"
3508 #~ msgstr "Odaberite pismo za sve ljepljive bilješke"
3509
3510 #~ msgid "Choose if notes are visible on all workspaces"
3511 #~ msgstr "Odaberite ako su bilješke vidljive na svim radnim površinama"
3512
3513 #~ msgid "Choose if the default style is forced on all notes"
3514 #~ msgstr "Odaberite da li se uobičajeni stil koristi za sve bilješke"
3515
3516 #~ msgid "Close note"
3517 #~ msgstr "Zatvorite bilješku"
3518
3519 #~ msgid "Force _default color and font on notes"
3520 #~ msgstr "Koristi uo_bičajenu boju i pismo na svim bilješkama"
3521
3522 #~ msgid "H_eight:"
3523 #~ msgstr "_Visina:"
3524
3525 #~ msgid "Lock/Unlock note"
3526 #~ msgstr "Zaključaj/otključaj bilješku"
3527
3528 #~ msgid "Pick a color for the sticky note"
3529 #~ msgstr "Odaberite boju za ljepljivu bilješku"
3530
3531 #~ msgid "Pick a default sticky note color"
3532 #~ msgstr "Odaberite uobičajenu boju za ljepljive bilješke"
3533
3534 #~ msgid "Pick a default sticky note font"
3535 #~ msgstr "Odaberite uobičajeno pismo za ljepljive bilješke"
3536
3537 #~ msgid "Pick a font for the sticky note"
3538 #~ msgstr "Odaberite pismo za ljepljivu bilješku"
3539
3540 #~ msgid "Resize note"
3541 #~ msgstr "Promijeni veličinu bilješke"
3542
3543 #~ msgid "Specify a title for the note"
3544 #~ msgstr "Navedite naslov za bilješku"
3545
3546 #~ msgid "Specify the default height (in pixels) of new notes"
3547 #~ msgstr "Odredite uobičajenu visinu (u točkama) za nove bilješke"
3548
3549 #~ msgid "Specify the default width (in pixels) of new notes"
3550 #~ msgstr "Odredite uobičajenu širinu (u točkama) za nove bilješke"
3551
3552 #~ msgid "Sticky Note"
3553 #~ msgstr "Lijepljiva bilješka"
3554
3555 #~ msgid "Sticky Note Properties"
3556 #~ msgstr "Osobine kratke bilješke"
3557
3558 #~ msgid "Sticky Notes Preferences"
3559 #~ msgstr "Podešavanja lijepljivih bilješki"
3560
3561 #~ msgid "Use co_lor from the system theme"
3562 #~ msgstr "Koristi boju sustavske teme"
3563
3564 #~ msgid "Use default co_lor"
3565 #~ msgstr "Koristi uobičajenu boju"
3566
3567 #~ msgid "Use default fo_nt"
3568 #~ msgstr "Koristi uobičajeno pismo"
3569
3570 #~ msgid "Use fo_nt from the system theme"
3571 #~ msgstr "Koristi pismo iz sustavske teme"
3572
3573 #~ msgid "_Delete All"
3574 #~ msgstr "_Obrisati sve"
3575
3576 #~ msgid "_Delete Note..."
3577 #~ msgstr "Obriši bilješku..."
3578
3579 #~ msgid "_Font:"
3580 #~ msgstr "_Pismo:"
3581
3582 #~ msgid "_Lock Note"
3583 #~ msgstr "Zaključaj bilješku"
3584
3585 #~ msgid "_Put notes on all workspaces"
3586 #~ msgstr "Postavi bilješke na sve radne površine"
3587
3588 #~ msgid "_Title:"
3589 #~ msgstr "_Naslov:"
3590
35914739 #~ msgid "Desktop & Windows"
35924740 #~ msgstr "Radna površina i prozori"
Binary diff not shown
+3007
-4186
po/ka.po less more
0 # translation of gnome-applets.HEAD.po to Georgian
1 # Copyright (C) 2006 THE PACKAGE'S COPYRIGHT HOLDER
2 # Alina Kirakosyan <alinakirakosyan@gmail.com>
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
34 #
4 # Vladimer Sichinava <vlsichinava@gmail.com>, 2006.
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: gnome-applets.HEAD\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2006-09-09 01:17+0200\n"
10 "PO-Revision-Date: 2006-09-09 05:33+0200\n"
11 "Last-Translator: Vladimer Sichinava <vlsichinava@gmail.com>\n"
12 "Language-Team: Georgian <www.gia.ge>\n"
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: \n"
8 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-applets/issues\n"
9 "POT-Creation-Date: 2022-06-22 17:39+0000\n"
10 "PO-Revision-Date: 2022-07-27 17:36+0200\n"
11 "Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>\n"
12 "Language-Team: \n"
1313 "Language: ka\n"
1414 "MIME-Version: 1.0\n"
1515 "Content-Type: text/plain; charset=UTF-8\n"
1616 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=1; plural=0\n"
18 "X-Generator: KBabel 1.11.2\n"
19
20 #: ../accessx-status/GNOME_AccessxApplet.xml.h:1
21 #: ../battstat/GNOME_BattstatApplet.xml.h:1
22 #: ../charpick/GNOME_CharpickerApplet.xml.h:1
23 #: ../cpufreq/GNOME_CPUFreqApplet.xml.h:1
24 #: ../drivemount/GNOME_DriveMountApplet.xml.h:1
25 #: ../geyes/GNOME_GeyesApplet.xml.h:1
26 #: ../gswitchit/GNOME_GSwitchItApplet.xml.h:3
27 #: ../gweather/GNOME_GWeatherApplet.xml.h:1
28 #: ../invest-applet/data/Invest_Applet.xml.h:1
29 #: ../mini-commander/src/GNOME_MiniCommanderApplet.xml.h:1
30 #: ../mixer/GNOME_MixerApplet.xml.h:2 ../modemlights/GNOME_ModemLights.xml.h:1
31 #: ../multiload/GNOME_MultiloadApplet.xml.h:1
32 #: ../stickynotes/GNOME_StickyNotesApplet.xml.h:2
33 #: ../trashapplet/GNOME_Panel_TrashApplet.xml.h:1
34 msgid "_About"
35 msgstr "_პროგრამის შესახებ"
36
37 #: ../accessx-status/GNOME_AccessxApplet.xml.h:2
38 #: ../battstat/GNOME_BattstatApplet.xml.h:2
39 #: ../charpick/GNOME_CharpickerApplet.xml.h:2
40 #: ../cpufreq/GNOME_CPUFreqApplet.xml.h:2
41 #: ../drivemount/GNOME_DriveMountApplet.xml.h:2
42 #: ../geyes/GNOME_GeyesApplet.xml.h:2
43 #: ../gswitchit/GNOME_GSwitchItApplet.xml.h:5
44 #: ../gweather/GNOME_GWeatherApplet.xml.h:3
45 #: ../mini-commander/src/GNOME_MiniCommanderApplet.xml.h:2
46 #: ../mixer/GNOME_MixerApplet.xml.h:3 ../modemlights/GNOME_ModemLights.xml.h:4
47 #: ../multiload/GNOME_MultiloadApplet.xml.h:2
48 #: ../stickynotes/GNOME_StickyNotesApplet.xml.h:4
49 #: ../trashapplet/GNOME_Panel_TrashApplet.xml.h:3
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18 "X-Generator: Poedit 3.1.1\n"
19
20 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:6
21 msgid "Red value level"
22 msgstr ""
23
24 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:7
25 msgid ""
26 "The battery level below which the battery is displayed as red. Also the "
27 "value at which the low battery warning is displayed."
28 msgstr ""
29
30 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:11
31 msgid "Warn on low time rather than low percentage"
32 msgstr ""
33
34 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:12
35 msgid ""
36 "Use the value defined in red-value as a time remaining to show the warning "
37 "dialog rather than a percentage."
38 msgstr ""
39
40 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:16
41 msgid "Low Battery Notification"
42 msgstr ""
43
44 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:17
45 msgid "Notify user when the battery is low."
46 msgstr ""
47
48 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:21
49 msgid "Full Battery Notification"
50 msgstr ""
51
52 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:22
53 msgid "Notify user when the battery is full."
54 msgstr ""
55
56 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:26
57 msgid "Beep for warnings"
58 msgstr ""
59
60 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:27
61 msgid "Beep when displaying a warning."
62 msgstr ""
63
64 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:31
65 msgid "Drain from top"
66 msgstr ""
67
68 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:32
69 msgid ""
70 "Show the battery meter draining from the top of the battery. Only "
71 "implemented for traditional battery view."
72 msgstr ""
73
74 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:36
75 msgid "Upright (small) battery"
76 msgstr ""
77
78 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:37
79 msgid "Show the upright, smaller battery on the panel."
80 msgstr ""
81
82 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:41
83 msgid "Show the horizontal battery"
84 msgstr ""
85
86 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:42
87 msgid "Show the traditional, horizontal battery on the panel."
88 msgstr ""
89
90 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:46
91 msgid "Show the time/percent label"
92 msgstr ""
93
94 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:47
95 msgid "0 for no label, 1 for percentage and 2 for time remaining."
96 msgstr ""
97
98 #: data/schemas/org.gnome.gnome-applets.charpick.gschema.xml.in:5
99 msgid "Characters shown on applet startup"
100 msgstr ""
101
102 #: data/schemas/org.gnome.gnome-applets.charpick.gschema.xml.in:6
103 msgid ""
104 "The string that the user had selected when the applet was last used. This "
105 "string will be displayed when the user starts the applet."
106 msgstr ""
107
108 #: data/schemas/org.gnome.gnome-applets.charpick.gschema.xml.in:10
109 #: gnome-applets/charpick/properties.c:358
110 msgid "List of available palettes"
111 msgstr ""
112
113 #: data/schemas/org.gnome.gnome-applets.charpick.gschema.xml.in:11
114 msgid "List of strings containing the available palettes."
115 msgstr ""
116
117 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:5
118 msgid "Command to execute"
119 msgstr "შესასრულებელი ბრძანება"
120
121 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:6
122 msgid "Command/script to execute to get the output"
123 msgstr ""
124
125 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:11
126 msgid "Interval for the command"
127 msgstr ""
128
129 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:12
130 msgid "Interval to execute the command (in seconds)"
131 msgstr ""
132
133 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:17
134 msgid "Width of output"
135 msgstr "გამოტანის სიგანე"
136
137 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:18
138 msgid "Number of characters to display"
139 msgstr ""
140
141 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:22
142 #: gnome-applets/command/command-applet.c:137
143 msgid "Show icon"
144 msgstr ""
145
146 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:23
147 msgid "If applet icon is shown or not"
148 msgstr ""
149
150 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:5
151 msgid "CPU to Monitor"
152 msgstr ""
153
154 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:6
155 msgid ""
156 "Set the CPU to monitor. In a single processor system you don't have to "
157 "change it."
158 msgstr ""
159
160 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:10
161 msgid "Mode to show cpu usage"
162 msgstr ""
163
164 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:11
165 msgid ""
166 "A 'graphic' value means to show the applet in graphic mode (pixmap only), "
167 "'text' to show the applet in text mode (not to show the pixmap) and 'both' "
168 "to show the applet in graphic and text mode."
169 msgstr ""
170
171 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:15
172 msgid "The type of text to display (if the text is enabled)."
173 msgstr ""
174
175 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:16
176 msgid ""
177 "A 'frequency' value means to show cpu frequency, 'frequency-unit' to show "
178 "frequency and units, and 'percentage' to show percentage instead of "
179 "frequency."
180 msgstr ""
181
182 #: data/schemas/org.gnome.gnome-applets.geyes.gschema.xml.in:5
183 msgid "Directory in which the theme is located"
184 msgstr ""
185
186 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:5
187 msgid "Update the data automatically"
188 msgstr ""
189
190 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:6
191 msgid ""
192 "Determines whether the applet automatically updates its weather statistics "
193 "or not."
194 msgstr ""
195
196 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:10
197 msgid "Update interval"
198 msgstr ""
199
200 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:11
201 msgid "The interval, in seconds, between automatic updates."
202 msgstr ""
203
204 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:15
205 msgid "Show notification"
206 msgstr ""
207
208 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:16
209 msgid "Show notifications for critical weather conditions"
210 msgstr ""
211
212 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:17
213 msgid "Macro pattern list"
214 msgstr ""
215
216 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:18
217 msgid "List of entries containing strings for the macro patterns."
218 msgstr ""
219
220 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:34
221 msgid "Macro command list"
222 msgstr ""
223
224 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:35
225 msgid "List of entries containing strings for the macro commands."
226 msgstr ""
227
228 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:41
229 msgid "Show handle"
230 msgstr ""
231
232 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:42
233 msgid "Show a handle so the applet can be detached from the panel."
234 msgstr ""
235
236 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:46
237 msgid "Show frame"
238 msgstr ""
239
240 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:47
241 msgid "Show a frame surrounding the applet."
242 msgstr ""
243
244 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:51
245 msgid "Perform history autocompletion"
246 msgstr ""
247
248 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:52
249 msgid "Attempt to autocomplete a command from the history of commands entered."
250 msgstr ""
251
252 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:56
253 msgid "Width"
254 msgstr "სიგანე"
255
256 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:57
257 msgid "Width of the applet"
258 msgstr ""
259
260 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:61
261 msgid "Use the default theme colors"
262 msgstr ""
263
264 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:62
265 msgid "Use theme colors instead of custom ones."
266 msgstr ""
267
268 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:66
269 msgid "Foreground color"
270 msgstr "წინა პლანის ფერი"
271
272 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:71
273 msgid "Background color"
274 msgstr "ფონის ფერი"
275
276 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:76
277 msgid "History list"
278 msgstr ""
279
280 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:77
281 msgid "List of entries containing strings for history entries."
282 msgstr ""
283
284 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:5
285 msgid "Enable CPU load graph"
286 msgstr ""
287
288 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:9
289 msgid "Enable memory load graph"
290 msgstr ""
291
292 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:13
293 msgid "Enable network load graph"
294 msgstr ""
295
296 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:17
297 msgid "Enable swap load graph"
298 msgstr ""
299
300 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:21
301 msgid "Enable load average graph"
302 msgstr ""
303
304 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:25
305 msgid "Enable disk load graph"
306 msgstr ""
307
308 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:30
309 msgid "Applet refresh rate in milliseconds"
310 msgstr ""
311
312 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:34
313 msgid "Graph size"
314 msgstr ""
315
316 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:35
317 msgid ""
318 "For horizontal panels, the width of the graphs in pixels. For vertical "
319 "panels, this is the height of the graphs."
320 msgstr ""
321
322 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:40
323 msgid "Graph color for user-related CPU activity"
324 msgstr ""
325
326 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:44
327 msgid "Graph color for system-related CPU activity"
328 msgstr ""
329
330 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:48
331 msgid "Graph color for nice-related CPU activity"
332 msgstr ""
333
334 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:52
335 msgid "Graph color for iowait-related CPU activity"
336 msgstr ""
337
338 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:56
339 msgid "CPU graph background color"
340 msgstr ""
341
342 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:61
343 msgid "Graph color for user-related memory usage"
344 msgstr ""
345
346 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:65
347 msgid "Graph color for shared memory"
348 msgstr ""
349
350 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:69
351 msgid "Graph color for buffer memory"
352 msgstr ""
353
354 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:73
355 msgid "Graph color for cached memory"
356 msgstr ""
357
358 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:77
359 msgid "Memory graph background color"
360 msgstr ""
361
362 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:82
363 msgid "Graph color for input network activity"
364 msgstr ""
365
366 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:86
367 msgid "Graph color for output network activity"
368 msgstr ""
369
370 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:90
371 msgid "Graph color for loopback network usage"
372 msgstr ""
373
374 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:94
375 msgid "Network graph background color"
376 msgstr ""
377
378 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:99
379 msgid "Graph color for user-related swap usage"
380 msgstr ""
381
382 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:103
383 msgid "Swap graph background color"
384 msgstr ""
385
386 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:108
387 msgid "Graph color for load average"
388 msgstr ""
389
390 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:112
391 msgid "Load graph background color"
392 msgstr ""
393
394 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:117
395 msgid "Graph color for disk read"
396 msgstr ""
397
398 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:121
399 msgid "Graph color for disk write"
400 msgstr ""
401
402 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:125
403 msgid "Background color for disk load graph"
404 msgstr ""
405
406 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:130
407 msgid "The desktop description file to execute as the system monitor"
408 msgstr ""
409
410 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:6
411 msgid "Show sum"
412 msgstr ""
413
414 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:7
415 msgid "Show sum instead of in & out"
416 msgstr ""
417
418 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:12
419 msgid "Show bits"
420 msgstr ""
421
422 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:13
423 msgid "Show bits instead of bytes"
424 msgstr ""
425
426 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:18
427 msgid "Change icon"
428 msgstr ""
429
430 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:19
431 msgid "Change icon according to the selected device"
432 msgstr ""
433
434 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:24
435 msgid "Auto change device"
436 msgstr ""
437
438 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:29
439 msgid "Refresh time"
440 msgstr ""
441
442 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:30
443 msgid "Refresh time in milliseconds"
444 msgstr ""
445
446 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:35
447 msgid "Network device"
448 msgstr ""
449
450 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:40
451 msgid "Up command"
452 msgstr ""
453
454 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:45
455 msgid "Down command"
456 msgstr ""
457
458 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:50
459 msgid "In graph color"
460 msgstr ""
461
462 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:55
463 msgid "Out graph color"
464 msgstr ""
465
466 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:5
467 msgid "File name for sticky notes"
468 msgstr ""
469
470 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:6
471 msgid ""
472 "File name for sticky notes in $XDG_CONFIG_HOME/gnome-applets/sticky-notes."
473 msgstr ""
474
475 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:10
476 msgid "Default width for new notes"
477 msgstr ""
478
479 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:11
480 msgid "Default width for new sticky notes in pixels."
481 msgstr ""
482
483 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:15
484 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:16
485 msgid "Default height for new notes"
486 msgstr ""
487
488 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:20
489 msgid "Default color for new notes"
490 msgstr ""
491
492 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:21
493 msgid ""
494 "Default color for new sticky notes. This can be standard name, hexadecimal "
495 "value, RGB color or RGBA color."
496 msgstr ""
497
498 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:25
499 msgid "Default color for font"
500 msgstr ""
501
502 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:26
503 msgid ""
504 "Default font color for new sticky notes. This can be standard name, "
505 "hexadecimal value, RGB color or RGBA color."
506 msgstr ""
507
508 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:30
509 msgid "Default font for new notes"
510 msgstr ""
511
512 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:31
513 msgid ""
514 "Default font for new sticky notes. This should be a Pango Font Name, for "
515 "example \"Sans Italic 10\"."
516 msgstr ""
517
518 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:35
519 msgid "Sticky notes' workspace stickyness"
520 msgstr ""
521
522 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:36
523 msgid ""
524 "Specifies whether the sticky notes are visible on ALL workspaces on the "
525 "desktop, or not."
526 msgstr ""
527
528 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:40
529 msgid "Sticky notes' locked state"
530 msgstr ""
531
532 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:41
533 msgid "Specifies whether the sticky notes are locked (non-editable) or not."
534 msgstr ""
535
536 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:45
537 msgid "Date format of note's title"
538 msgstr ""
539
540 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:46
541 msgid ""
542 "By default, sticky notes are given the current date as the title when they "
543 "are created. This format is used; anything that can be parsed by strftime() "
544 "is valid."
545 msgstr ""
546
547 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:50
548 msgid "Whether to use the default system color"
549 msgstr ""
550
551 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:51
552 msgid ""
553 "If this option is disabled, a custom color can be used as the default color "
554 "for all sticky notes."
555 msgstr ""
556
557 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:55
558 msgid "Whether to use the default system font"
559 msgstr ""
560
561 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:56
562 msgid ""
563 "If this option is disabled, a custom font can be used as the default font "
564 "for all sticky notes."
565 msgstr ""
566
567 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:60
568 msgid "Whether to force the default color and font on all notes"
569 msgstr ""
570
571 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:61
572 msgid ""
573 "If this option is enabled, the custom colors and fonts that have been "
574 "assigned to individual notes will be ignored."
575 msgstr ""
576
577 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:65
578 msgid "Whether to hide all notes when the desktop is selected"
579 msgstr ""
580
581 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:66
582 msgid ""
583 "If this option is enabled, selecting the desktop in any way will "
584 "automatically hide all the open notes."
585 msgstr ""
586
587 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:70
588 msgid "Whether to ask for confirmation when deleting a note"
589 msgstr ""
590
591 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:71
592 msgid "Empty notes are always deleted without confirmation."
593 msgstr ""
594
595 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:4
596 msgid "'Timer'"
597 msgstr ""
598
599 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:5
600 msgid "Name of timer"
601 msgstr ""
602
603 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:9
604 msgid "Duration of timer in seconds"
605 msgstr ""
606
607 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:13
608 msgid "Show notification popup when timer finish"
609 msgstr ""
610
611 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:17
612 msgid "Show dialog window when timer finish"
613 msgstr ""
614
615 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:77
616 msgid "Determines whether we use custom or Metacity's button layout"
617 msgstr ""
618
619 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:78
620 msgid ""
621 "When disabled, this applet's button_layout string will be used to order the "
622 "buttons."
623 msgstr ""
624
625 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:82
626 msgid "Layout of buttons."
627 msgstr ""
628
629 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:83
630 msgid ""
631 "Essentially a copy from Metacity's button_layout, but we can modify it for "
632 "custom settings."
633 msgstr ""
634
635 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:87
636 msgid "Button theme"
637 msgstr ""
638
639 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:88
640 msgid "Name of a folder located in windowapplets/themes/ or \"custom\"."
641 msgstr ""
642
643 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:92
644 msgid "Button orientation"
645 msgstr ""
646
647 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:93
648 msgid ""
649 "May be used to set a static button orientation. Setting this value to 1 will "
650 "ensure the buttons are always displayed horizontally. Setting it to 2 will "
651 "do the same but vertically. The default setting 0 will set it automatically "
652 "according to the panel."
653 msgstr ""
654
655 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:106
656 msgid "Hides buttons when there are no windows present."
657 msgstr ""
658
659 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:107
660 msgid ""
661 "When enabled, the buttons will disappear when there are no maximized (or "
662 "active) windows on the screen."
663 msgstr ""
664
665 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:111
666 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:10
667 msgid "Only control maximized windows."
668 msgstr ""
669
670 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:112
671 msgid ""
672 "When enabled, the window buttons will always control the upper-most "
673 "maximized window."
674 msgstr ""
675
676 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:116
677 msgid "Reverse the buttons placement."
678 msgstr ""
679
680 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:117
681 msgid ""
682 "When enabled, the window buttons will be placed in reverse order (right to "
683 "left instead of left to right, or bottom to top instead of top to bottom)."
684 msgstr ""
685
686 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:121
687 msgid "Enable click effect."
688 msgstr ""
689
690 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:122
691 msgid ""
692 "When enabled, the button will change image to 'clicked' whenever it is "
693 "clicked."
694 msgstr ""
695
696 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:126
697 msgid "Enable hover effect."
698 msgstr ""
699
700 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:127
701 msgid ""
702 "When enabled, the button will change image to 'hovered' whenever the mouse "
703 "passes it."
704 msgstr ""
705
706 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:131
707 msgid "Show tooltips on buttons."
708 msgstr ""
709
710 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:132
711 msgid ""
712 "When enabled, each button will display its own tooltip, describing the "
713 "function that it represents."
714 msgstr ""
715
716 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:5
717 msgid "Show windows from all workspaces."
718 msgstr ""
719
720 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:9
721 msgid ""
722 "Show the home title and logout button in the window title if no window is "
723 "selected and active (maximized)"
724 msgstr ""
725
726 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:13
727 msgid "Show the application title when an application is active and maximized"
728 msgstr ""
729
730 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:17
731 msgid ""
732 "All icons except the current active window icon are greyed out. Disable to "
733 "have colored icons for all windows"
734 msgstr ""
735
736 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:22
737 msgid ""
738 "Whether the task list will expand automatically and use all available space."
739 msgstr ""
740
741 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:5
742 msgid "Hides title when there are no windows present."
743 msgstr ""
744
745 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:6
746 msgid ""
747 "When enabled, the title will disappear when there are no maximized (or "
748 "active) windows on the screen."
749 msgstr ""
750
751 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:11
752 msgid ""
753 "When enabled, the window title will always display the upper-most maximized "
754 "window's name."
755 msgstr ""
756
757 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:15
758 msgid "Set the title alignment."
759 msgstr ""
760
761 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:16
762 msgid "Legal values are between 0 and 1."
763 msgstr ""
764
765 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:20
766 msgid "Swap icon and title."
767 msgstr ""
768
769 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:21
770 msgid ""
771 "When enabled, window title will be on the left side and the icon on the "
772 "right side."
773 msgstr ""
774
775 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:25
776 msgid "Expand the applet"
777 msgstr ""
778
779 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:26
780 msgid "When enabled, the applet will use up all available space in the panel."
781 msgstr ""
782
783 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:30
784 msgid "Hide the icon"
785 msgstr ""
786
787 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:31
788 msgid "When enabled, the window icon will not be displayed."
789 msgstr ""
790
791 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:35
792 msgid "Hide the title"
793 msgstr ""
794
795 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:36
796 msgid "When enabled, the window title will not be displayed."
797 msgstr ""
798
799 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:40
800 msgid "Show tooltips over title and icon"
801 msgstr ""
802
803 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:41
804 msgid ""
805 "When enabled, a tooltip carrying the name of the currently active window "
806 "will be shown."
807 msgstr ""
808
809 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:45
810 msgid "Minimal title size"
811 msgstr ""
812
813 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:46
814 msgid ""
815 "This size is used when the applet is not expanded or otherwise to determine "
816 "the minimal size the title label can be shrunk to. The value represents the "
817 "amount of pixels either in width or height, depending on the panel "
818 "orientation."
819 msgstr ""
820
821 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:50
822 msgid "Use a custom style."
823 msgstr ""
824
825 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:51
826 msgid ""
827 "When enabled, custom font style and color will be used. When disabled, "
828 "system theme defaults will be used."
829 msgstr ""
830
831 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:55
832 msgid "Show the window action menu on right click."
833 msgstr ""
834
835 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:56
836 msgid ""
837 "Will cause the window action menu to appear when the title is right-clicked. "
838 "This experimental feature is still under development! Warning! In current "
839 "feature state you will be unable to access the applet action menu via title-"
840 "right click when this option is enabled! You may still do so by right-"
841 "clicking the icon if it is not hidden."
842 msgstr ""
843
844 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:60
845 msgid "Active title font."
846 msgstr ""
847
848 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:61
849 msgid "Font name and size for the active window state."
850 msgstr ""
851
852 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:65
853 msgid "Inactive title font."
854 msgstr ""
855
856 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:66
857 msgid "Font name and size for the inactive window state."
858 msgstr ""
859
860 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:70
861 msgid "Active title foreground color."
862 msgstr ""
863
864 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:71
865 msgid "Title foreground color in hex format for the active window state."
866 msgstr ""
867
868 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:75
869 msgid "Inactive title foreground color."
870 msgstr ""
871
872 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:76
873 msgid "Title foreground color in hex format for the inactive window state."
874 msgstr ""
875
876 #: gnome-applets/accessx-status/accessx-status-applet-menu.ui:5
877 msgid "_Keyboard Accessibility Preferences"
878 msgstr ""
879
880 #: gnome-applets/accessx-status/accessx-status-applet-menu.ui:9
881 #: gnome-applets/battstat/battstat-applet-menu.ui:9
882 #: gnome-applets/charpick/charpick-applet-menu.ui:9
883 #: gnome-applets/charpick/properties.c:510
884 #: gnome-applets/cpufreq/cpufreq-applet-menu.ui:9
885 #: gnome-applets/drivemount/drivemount-applet-menu.ui:5
886 #: gnome-applets/geyes/geyes-applet-menu.ui:9 gnome-applets/geyes/themes.c:270
887 #: gnome-applets/gweather/gweather-applet-menu.ui:19
888 #: gnome-applets/mini-commander/mini-commander-applet-menu.ui:9
889 #: gnome-applets/multiload/multiload-applet-menu.ui:15
890 #: gnome-applets/netspeed/netspeed-menu.ui:13
891 #: gnome-applets/netspeed/preferences.c:334
892 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:27
893 #: gnome-applets/trash/trash-menu.ui:15
50894 msgid "_Help"
51895 msgstr "_დახმარება"
52896
53 #: ../accessx-status/GNOME_AccessxApplet.xml.h:3
54 msgid "_Keyboard Accessibility Preferences"
55 msgstr "_პარამეტრები კლავიატურის დამხმარე საშუალებების შესახებ"
56
57 #: ../accessx-status/GNOME_AccessxStatusApplet.server.in.in.h:1
58 msgid "AccessX Status Applet Factory"
59 msgstr "ფაბრიკა AccessX მდგომარეობის შესახებ"
60
61 #: ../accessx-status/GNOME_AccessxStatusApplet.server.in.in.h:2
62 #: ../accessx-status/applet.c:1319
63 msgid "Keyboard Accessibility Status"
64 msgstr "კლავიატურის დამხმარე საშუალებების სტატუსი"
65
66 #: ../accessx-status/GNOME_AccessxStatusApplet.server.in.in.h:3
67 msgid "Keyboard Accessibility Status Applet Factory"
68 msgstr "კლავიატურის დამხმარე საშუალებების მდგომარეობის ამღნიშვნელი აპლეტი"
69
70 #: ../accessx-status/GNOME_AccessxStatusApplet.server.in.in.h:4
71 msgid "Shows the status of keyboard accessibility features"
72 msgstr "უჩვენებს კლავიატურის დამხმარე საშუალებების მდგომარეობას"
73
74 #: ../accessx-status/applet.c:138 ../accessx-status/applet.c:968
75 #: ../accessx-status/applet.c:1108 ../accessx-status/applet.c:1322
76 msgid "AccessX Status"
77 msgstr "AccessX-ს მდგომარეობა"
78
79 #: ../accessx-status/applet.c:140
80 msgid "Shows the state of AccessX features such as latched modifiers"
81 msgstr "უჩვენებს AccessX-ს შესაძლებლობების მდგომარეობას"
82
83 #. about.set_artists([])
84 #. about.set_documenters([])
85 #. translators: These appear in the About dialog, usual format applies.
86 #. "documenters", documenters,
87 #: ../accessx-status/applet.c:145 ../battstat/battstat_applet.c:1178
88 #: ../charpick/charpick.c:604 ../cpufreq/src/cpufreq-applet.c:543
89 #: ../drivemount/drivemount.c:120 ../geyes/geyes.c:196
90 #: ../gswitchit/gswitchit-applet.c:428 ../gweather/gweather-about.c:56
91 #: ../invest-applet/invest/about.py:40 ../mini-commander/src/about.c:55
92 #: ../mixer/applet.c:1303 ../modemlights/modem-applet.c:1049
93 #: ../multiload/main.c:65 ../stickynotes/stickynotes_applet_callbacks.c:392
94 #: ../trashapplet/src/trashapplet.c:736
95 msgid "translator-credits"
96 msgstr "თარგმანი-შესრულებულია"
97
98 #: ../accessx-status/applet.c:171
99 #, c-format
100 msgid "There was an error launching the help viewer: %s"
101 msgstr "დახმარების გამოძახებისას დაიშვა შეცდომა: %s"
102
103 #: ../accessx-status/applet.c:208
897 #: gnome-applets/accessx-status/accessx-status-applet-menu.ui:13
898 #: gnome-applets/battstat/battstat-applet-menu.ui:13
899 #: gnome-applets/brightness/brightness-applet-menu.ui:5
900 #: gnome-applets/charpick/charpick-applet-menu.ui:13
901 #: gnome-applets/command/command-applet-menu.ui:9
902 #: gnome-applets/cpufreq/cpufreq-applet-menu.ui:13
903 #: gnome-applets/drivemount/drivemount-applet-menu.ui:9
904 #: gnome-applets/geyes/geyes-applet-menu.ui:13
905 #: gnome-applets/gweather/gweather-applet-menu.ui:23
906 #: gnome-applets/inhibit/inhibit-applet-menu.ui:5
907 #: gnome-applets/mini-commander/mini-commander-applet-menu.ui:13
908 #: gnome-applets/multiload/multiload-applet-menu.ui:19
909 #: gnome-applets/netspeed/netspeed-menu.ui:17
910 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:31
911 #: gnome-applets/timer/timer-applet-menu.ui:21
912 #: gnome-applets/tracker-search-bar/tracker-search-bar-menu.ui:5
913 #: gnome-applets/trash/trash-menu.ui:19
914 #: gnome-applets/window-buttons/window-buttons-menu.ui:9
915 #: gnome-applets/window-picker/wp-menu.ui:9
916 #: gnome-applets/window-title/window-title-menu.ui:9
917 msgid "_About"
918 msgstr "_შესახებ"
919
920 #: gnome-applets/accessx-status/accessx-status-applet.c:218
921 msgid "Open the universal access preferences dialog"
922 msgstr ""
923
924 #: gnome-applets/accessx-status/accessx-status-applet.c:236
104925 #, c-format
105926 msgid "There was an error launching the keyboard preferences dialog: %s"
106927 msgstr ""
107 "კლავიატურის პარამეტრების გამართვის დიალოგის ჩართვისას დაიშვა შეცდომა: %s"
108928
109929 #. Note to translators: the first letter of the alphabet, not the indefinite article
110 #: ../accessx-status/applet.c:456 ../accessx-status/applet.c:494
930 #: gnome-applets/accessx-status/accessx-status-applet.c:494
931 #: gnome-applets/accessx-status/accessx-status-applet.c:542
111932 msgid "a"
112 msgstr "ა"
113
114 #: ../accessx-status/applet.c:969 ../accessx-status/applet.c:1109
115 msgid "Shows keyboard status when accessibility features are used."
116 msgstr "კლავიატურის მდგომარეობა, დამხმარე საშუალებების გამოყენების დროს."
117
118 #: ../accessx-status/applet.c:1003
933 msgstr ""
934
935 #: gnome-applets/accessx-status/accessx-status-applet.c:997
119936 msgid "XKB Extension is not enabled"
120 msgstr "XKB მოდული არ არის ჩართული"
121
122 #: ../accessx-status/applet.c:1008
937 msgstr ""
938
939 #: gnome-applets/accessx-status/accessx-status-applet.c:1004
123940 msgid "Unknown error"
124941 msgstr "უცნობი შეცდომა"
125942
126 #: ../accessx-status/applet.c:1016
943 #: gnome-applets/accessx-status/accessx-status-applet.c:1012
127944 #, c-format
128945 msgid "Error: %s"
129946 msgstr "შეცდომა: %s"
130947
131 #: ../accessx-status/applet.c:1324
948 #: gnome-applets/accessx-status/accessx-status-applet.c:1115
949 #: gnome-applets/accessx-status/accessx-status-applet.c:1119
950 #: gnome-applets/accessx-status/accessx-status-applet.c:1249
951 msgid "AccessX Status"
952 msgstr ""
953
954 #: gnome-applets/accessx-status/accessx-status-applet.c:1116
955 #: gnome-applets/accessx-status/accessx-status-applet.c:1120
956 msgid "Shows keyboard status when accessibility features are used."
957 msgstr ""
958
959 #: gnome-applets/accessx-status/accessx-status-applet.c:1246
960 #: gnome-applets/ga-module.c:66
961 msgid "Keyboard Accessibility Status"
962 msgstr ""
963
964 #: gnome-applets/accessx-status/accessx-status-applet.c:1251
132965 msgid "Displays current state of keyboard accessibility features"
133966 msgstr ""
134 "უჩვენებს ინფორმაციას კლავიატურის სპეც შესაძლებლობების მდგომარეობის შესახებ"
135
136 #: ../battstat/GNOME_BattstatApplet.server.in.in.h:1
137 #: ../battstat/battstat_applet.c:1170 ../battstat/battstat_applet.c:1608
138 msgid "Battery Charge Monitor"
139 msgstr "კვების ელემენტის დამუხტვის ინდიკატორი"
140
141 #: ../battstat/GNOME_BattstatApplet.server.in.in.h:2
142 msgid "Battstat Factory"
143 msgstr "კვებისსელემენტის დამუხტვის მდგომარეობის აპლეტის ფაბრიკაფაბრიკა"
144
145 #: ../battstat/GNOME_BattstatApplet.server.in.in.h:3
146 #: ../battstat/battstat_applet.c:1609
147 msgid "Monitor a laptop's remaining power"
148 msgstr "ნოუთბუქის ელემენტის დარჩენილი მუხტის მონიტორი"
149
150 #: ../battstat/GNOME_BattstatApplet.xml.h:3
151 #: ../charpick/GNOME_CharpickerApplet.xml.h:3
152 #: ../cpufreq/GNOME_CPUFreqApplet.xml.h:3 ../geyes/GNOME_GeyesApplet.xml.h:3
153 #: ../gweather/GNOME_GWeatherApplet.xml.h:4
154 #: ../invest-applet/data/Invest_Applet.xml.h:2
155 #: ../mini-commander/src/GNOME_MiniCommanderApplet.xml.h:3
156 #: ../mixer/GNOME_MixerApplet.xml.h:5
157 #: ../multiload/GNOME_MultiloadApplet.xml.h:4
158 #: ../stickynotes/GNOME_StickyNotesApplet.xml.h:7
967
968 #: gnome-applets/accessx-status/accessx-status-applet.c:1314
969 msgid "Shows the state of AccessX features such as latched modifiers"
970 msgstr ""
971
972 #: gnome-applets/accessx-status/accessx-status-applet.c:1336
973 #: gnome-applets/battstat/battstat-applet.c:1545
974 #: gnome-applets/brightness/brightness-applet.c:815
975 #: gnome-applets/charpick/charpick-applet.c:838
976 #: gnome-applets/command/command-applet.c:415
977 #: gnome-applets/cpufreq/cpufreq-applet.c:1005
978 #: gnome-applets/drivemount/drivemount-applet.c:176
979 #: gnome-applets/geyes/geyes-applet.c:410
980 #: gnome-applets/gweather/gweather-applet.c:616
981 #: gnome-applets/inhibit/inhibit-applet.c:431
982 #: gnome-applets/mini-commander/mini-commander-applet.c:470
983 #: gnome-applets/multiload/multiload-applet.c:514
984 #: gnome-applets/netspeed/netspeed-applet.c:1538
985 #: gnome-applets/sticky-notes/sticky-notes-applet.c:845
986 #: gnome-applets/timer/timer-applet.c:463
987 #: gnome-applets/tracker-search-bar/tracker-applet.c:464
988 #: gnome-applets/trash/trash-applet.c:592
989 #: gnome-applets/window-buttons/window-buttons.c:792
990 #: gnome-applets/window-picker/wp-applet.c:375
991 #: gnome-applets/window-title/window-title.c:815
992 msgid "translator-credits"
993 msgstr "თემური დოღონაძე"
994
995 #: gnome-applets/battstat/battstat-applet-menu.ui:5
996 #: gnome-applets/charpick/charpick-applet-menu.ui:5
997 #: gnome-applets/command/command-applet-menu.ui:5
998 #: gnome-applets/cpufreq/cpufreq-applet-menu.ui:5
999 #: gnome-applets/geyes/geyes-applet-menu.ui:5
1000 #: gnome-applets/gweather/gweather-applet-menu.ui:15
1001 #: gnome-applets/mini-commander/mini-commander-applet-menu.ui:5
1002 #: gnome-applets/multiload/multiload-applet-menu.ui:11
1003 #: gnome-applets/netspeed/netspeed-menu.ui:9
1004 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:23
1005 #: gnome-applets/timer/timer-applet-menu.ui:17
1006 #: gnome-applets/window-buttons/window-buttons-menu.ui:5
1007 #: gnome-applets/window-picker/wp-menu.ui:5
1008 #: gnome-applets/window-title/window-title-menu.ui:5
1591009 msgid "_Preferences"
160 msgstr "_პარამეტრები"
161
162 #: ../battstat/battstat.schemas.in.h:1
163 msgid "0 for no label, 1 for percentage and 2 for time remaining"
164 msgstr "0 არავითარი წარწერისთვის, 1 პროცენტი და 2 დარჩენილი დრო"
165
166 #: ../battstat/battstat.schemas.in.h:2
167 msgid "Beep for warnings"
168 msgstr "ხმოვანი შეტყობინება გაფრთხილებისას"
169
170 #: ../battstat/battstat.schemas.in.h:3
171 msgid "Beep when displaying a warning"
172 msgstr "ხმოვანი შეტყობინება გაბრთხილების ჩვენებისას"
173
174 #: ../battstat/battstat.schemas.in.h:4
175 msgid "Drain from top"
176 msgstr "პატარავდება ზემოდან"
177
178 #: ../battstat/battstat.schemas.in.h:5
179 msgid "Full Battery Notification"
180 msgstr "შეტყობინება - ბოლომდე დატენვის შემთხვევაში"
181
182 #: ../battstat/battstat.schemas.in.h:6
183 msgid "Low Battery Notification"
184 msgstr "შეტყობინება დაცლილი კვების ელემენტის შესახებ"
185
186 #: ../battstat/battstat.schemas.in.h:7
187 msgid "Notify user when the battery is full"
188 msgstr "შეატყობინე მომხმარებელს როდესაც კვების ელემენტი სრულად დაიმუხტება"
189
190 #: ../battstat/battstat.schemas.in.h:8
191 msgid "Notify user when the battery is low"
192 msgstr "შეატყობინე მომხმარებელს როდესაც კვების ელემენტი დაცლილია"
193
194 #: ../battstat/battstat.schemas.in.h:9
195 msgid "Red value level"
196 msgstr "მუხტის დონე წითელი ფერისთვის"
197
198 #: ../battstat/battstat.schemas.in.h:10
199 msgid ""
200 "Show the battery meter draining from the top of the battery. Only "
201 "implemented for traditional battery view."
202 msgstr ""
203 "კვების ელემენტის მდგომარეობის ჩვენება, მუხტის დონე ზევიდან ქვემოთ ჩადის "
204 "ელემენტის განმუხტვის ანუ დაცლის დროს."
205
206 #: ../battstat/battstat.schemas.in.h:11
207 msgid "Show the horizontal battery"
208 msgstr "ჰორიზონტალური კვების ელემენტის ჩვენება"
209
210 #: ../battstat/battstat.schemas.in.h:12
211 msgid "Show the time/percent label"
212 msgstr "ანახე დროის/პროცენტის წარწერა"
213
214 #: ../battstat/battstat.schemas.in.h:13
215 msgid "Show the traditional, horizontal battery on the panel"
216 msgstr "პანელზე კვების ელემენტის ტრადიციული ჰორიზონტალური ხედის ჩვენება"
217
218 #: ../battstat/battstat.schemas.in.h:14
219 msgid "Show the upright, smaller battery on the panel"
220 msgstr "პანელზე პატარა ვერტიკალური კვების ელემენტის ჩვენება"
221
222 #: ../battstat/battstat.schemas.in.h:15
223 msgid ""
224 "The battery level below which the battery is displayed as red. Also the "
225 "value at which the low battery warning is displayed."
226 msgstr ""
227 "კვების ელემენტის მუხტის დაბალი დონე, რომლის გადაცილების შემდეგ ელემენტი "
228 "ნარინჟის ფერი ხდება და გამოდის შესაბამისი შეტყობინება."
229
230 #: ../battstat/battstat.schemas.in.h:16
231 msgid "Upright (small) battery"
232 msgstr "ვერტიკალური (პატარა ზომის) კვების ელემენტი"
233
234 #: ../battstat/battstat.schemas.in.h:17
235 msgid ""
236 "Use the value defined in red_value as a time remaining to show the warning "
237 "dialog rather than a percentage"
238 msgstr ""
239 "გამოიყენე მნიშვნელობა, პარამეტრ red_value-დის მიერ დადგენილი, როგორც "
240 "დარჩენილი ენერგიის დრო და არა პროცენტი."
241
242 #: ../battstat/battstat.schemas.in.h:18
243 msgid "Warn on low time rather than low percentage"
244 msgstr "შეტყობინება, ცოტა მუშაობის დროის დარჩენის შემთხვევაში"
245
246 #: ../battstat/battstat_applet.c:70
1010 msgstr "გამართვა"
1011
1012 #: gnome-applets/battstat/battstat-applet.ui:14
1013 msgid "Battery Charge Monitor Preferences"
1014 msgstr ""
1015
1016 #: gnome-applets/battstat/battstat-applet.ui:33
1017 #: gnome-applets/window-buttons/window-buttons.ui:692
1018 #: gnome-applets/window-title/window-title.ui:443
1019 msgid "Appearance"
1020 msgstr "გარეგნობა"
1021
1022 #: gnome-applets/battstat/battstat-applet.ui:67
1023 msgid "_Compact view"
1024 msgstr ""
1025
1026 #: gnome-applets/battstat/battstat-applet.ui:86
1027 msgid "(shows single image for status and charge)"
1028 msgstr ""
1029
1030 #: gnome-applets/battstat/battstat-applet.ui:99
1031 msgid "_Expanded view"
1032 msgstr ""
1033
1034 #: gnome-applets/battstat/battstat-applet.ui:118
1035 msgid "(two images: one for status, one for charge)"
1036 msgstr ""
1037
1038 #: gnome-applets/battstat/battstat-applet.ui:142
1039 msgid "_Show time/percentage:"
1040 msgstr ""
1041
1042 #: gnome-applets/battstat/battstat-applet.ui:176
1043 msgid "Show _time remaining"
1044 msgstr ""
1045
1046 #: gnome-applets/battstat/battstat-applet.ui:191
1047 msgid "Show _percentage remaining"
1048 msgstr ""
1049
1050 #: gnome-applets/battstat/battstat-applet.ui:249
1051 msgid "Notifications"
1052 msgstr "შეტყობინებები"
1053
1054 #. TRANSLATOR: This is the beginning of the sentence 'Warn when battery charge drops to: [XX] percent/minutes remaining'
1055 #: gnome-applets/battstat/battstat-applet.ui:280
1056 msgid "_Warn when battery charge drops to:"
1057 msgstr ""
1058
1059 #: gnome-applets/battstat/battstat-applet.ui:336
1060 msgid "_Notify when battery is fully recharged"
1061 msgstr ""
1062
1063 #: gnome-applets/battstat/battstat-applet.c:57
2471064 msgid "System is running on AC power"
248 msgstr "სისტემა მუშაობს ქსელის დენზე"
249
250 #: ../battstat/battstat_applet.c:71
1065 msgstr ""
1066
1067 #: gnome-applets/battstat/battstat-applet.c:58
2511068 msgid "System is running on battery power"
252 msgstr "სისტემა მუშაობს აკუმულატორის დენზე"
253
254 #: ../battstat/battstat_applet.c:340
1069 msgstr ""
1070
1071 #: gnome-applets/battstat/battstat-applet.c:324
2551072 #, c-format
2561073 msgid "Battery charged (%d%%)"
257 msgstr "აკუმულატორი დატენილია (%d%%)"
258
259 #: ../battstat/battstat_applet.c:342
1074 msgstr ""
1075
1076 #: gnome-applets/battstat/battstat-applet.c:326
2601077 #, c-format
2611078 msgid "Unknown time (%d%%) remaining"
262 msgstr "უცნობია რამდენი დროა (%d%%) დარჩენილი"
263
264 #: ../battstat/battstat_applet.c:344
1079 msgstr ""
1080
1081 #: gnome-applets/battstat/battstat-applet.c:328
2651082 #, c-format
2661083 msgid "Unknown time (%d%%) until charged"
267 msgstr "ბოლომდე დამუხტვამდე დარჩენილი დრო (%d%%) უცნობია"
268
269 #: ../battstat/battstat_applet.c:349
1084 msgstr ""
1085
1086 #: gnome-applets/battstat/battstat-applet.c:333
2701087 #, c-format
2711088 msgid "%d minute (%d%%) remaining"
2721089 msgid_plural "%d minutes (%d%%) remaining"
273 msgstr[0] "რჩება %d წუთი (%d%%)"
274
275 #: ../battstat/battstat_applet.c:354
1090 msgstr[0] ""
1091 msgstr[1] ""
1092
1093 #: gnome-applets/battstat/battstat-applet.c:338
2761094 #, c-format
2771095 msgid "%d minute until charged (%d%%)"
2781096 msgid_plural "%d minutes until charged (%d%%)"
279 msgstr[0] "%d წუთი სანამ სრულად დაიტენებოდეს (%d%%)"
280
281 #: ../battstat/battstat_applet.c:360
1097 msgstr[0] ""
1098 msgstr[1] ""
1099
1100 #: gnome-applets/battstat/battstat-applet.c:344
2821101 #, c-format
2831102 msgid "%d hour (%d%%) remaining"
2841103 msgid_plural "%d hours (%d%%) remaining"
285 msgstr[0] "(%d%%) რჩება %d საათი"
286
287 #: ../battstat/battstat_applet.c:365
1104 msgstr[0] ""
1105 msgstr[1] ""
1106
1107 #: gnome-applets/battstat/battstat-applet.c:349
2881108 #, c-format
2891109 msgid "%d hour until charged (%d%%)"
2901110 msgid_plural "%d hours until charged (%d%%)"
291 msgstr[0] "%d საათი (%d%%) სრულ დატენვამდე"
292
293 # msgstr[1] "საათი"
1111 msgstr[0] ""
1112 msgstr[1] ""
1113
2941114 #. TRANSLATOR: "%d %s %d %s" are "%d hours %d minutes"
2951115 #. * Swap order with "%2$s %2$d %1$s %1$d if needed
296 #: ../battstat/battstat_applet.c:372
1116 #: gnome-applets/battstat/battstat-applet.c:356
2971117 #, c-format
2981118 msgid "%d %s %d %s (%d%%) remaining"
299 msgstr "%d %s %d %s (%d%%) დარჩენილი"
300
301 #: ../battstat/battstat_applet.c:373 ../battstat/battstat_applet.c:380
1119 msgstr ""
1120
1121 #: gnome-applets/battstat/battstat-applet.c:357
1122 #: gnome-applets/battstat/battstat-applet.c:364
3021123 msgid "hour"
3031124 msgid_plural "hours"
3041125 msgstr[0] "საათი"
305
306 #: ../battstat/battstat_applet.c:374 ../battstat/battstat_applet.c:381
1126 msgstr[1] "საათი"
1127
1128 #: gnome-applets/battstat/battstat-applet.c:358
1129 #: gnome-applets/battstat/battstat-applet.c:365
3071130 msgid "minute"
3081131 msgid_plural "minutes"
3091132 msgstr[0] "წუთი"
1133 msgstr[1] "წუთი"
3101134
3111135 #. TRANSLATOR: "%d %s %d %s" are "%d hours %d minutes"
3121136 #. * Swap order with "%2$s %2$d %1$s %1$d if needed
313 #: ../battstat/battstat_applet.c:379
1137 #: gnome-applets/battstat/battstat-applet.c:363
3141138 #, c-format
3151139 msgid "%d %s %d %s until charged (%d%%)"
316 msgstr "%d %s %d %s სრულ დატენვამდე (%d%%)"
317
318 #: ../battstat/battstat_applet.c:393
1140 msgstr ""
1141
1142 #: gnome-applets/battstat/battstat-applet.c:377
3191143 msgid "Battery Monitor"
320 msgstr "კვების ელემენტის ინდიკატორი"
321
322 #: ../battstat/battstat_applet.c:403 ../battstat/battstat_applet.c:463
1144 msgstr ""
1145
1146 #: gnome-applets/battstat/battstat-applet.c:387
1147 #: gnome-applets/battstat/battstat-applet.c:443
3231148 msgid "Your battery is now fully recharged"
324 msgstr "თქვენი კვების ელემენტი სრულად დაიტენა"
325
326 #: ../battstat/battstat_applet.c:439 ../battstat/battstat_applet.c:586
1149 msgstr ""
1150
1151 #: gnome-applets/battstat/battstat-applet.c:420
1152 #: gnome-applets/battstat/battstat-applet.c:575
3271153 msgid "Battery Notice"
328 msgstr "კვების ელემენტის შეტყობინება"
329
330 #: ../battstat/battstat_applet.c:538
1154 msgstr ""
1155
1156 #. we don't know the remaining time
1157 #: gnome-applets/battstat/battstat-applet.c:520
1158 #, c-format
1159 msgid "You have %d%% of your total battery capacity remaining."
1160 msgstr ""
1161
1162 #: gnome-applets/battstat/battstat-applet.c:526
3311163 #, c-format
3321164 msgid ""
3331165 "You have %d minute of battery power remaining (%d%% of the total capacity)."
3341166 msgid_plural ""
3351167 "You have %d minutes of battery power remaining (%d%% of the total capacity)."
3361168 msgstr[0] ""
337 "თქვენ დაგრჩათ %d წუთი აკუმულატორული კვებისთვის (%d%% საერთო ტევადობიდან)"
338
339 # msgstr[1] "თქვენ წუთი ის ის."
1169 msgstr[1] ""
1170
3401171 #. TRANSLATORS: this is a list, it is left as a single string
3411172 #. * to allow you to make it appear like a list would in your
3421173 #. * locale. This is if the laptop does not support suspend.
343 #: ../battstat/battstat_applet.c:549
1174 #: gnome-applets/battstat/battstat-applet.c:538
3441175 msgid ""
3451176 "To avoid losing your work:\n"
3461177 " • plug your laptop into external power, or\n"
3471178 " • save open documents and shut your laptop down."
3481179 msgstr ""
349 "ჩატარებული სამუშაოს დაკარგვის თავიდან ასაცილებლად:\n"
350 " • შეაერთედ თქვენი ლეპტოპი გარე კვების წყაროში, ან\n"
351 " • შეინახეთ გახსნილი დოკუმენტები და შემდგომ გამორთეთ ლეპტოპი."
3521180
3531181 #. TRANSLATORS: this is a list, it is left as a single string
3541182 #. * to allow you to make it appear like a list would in your
3551183 #. * locale. This is if the laptop supports suspend.
356 #: ../battstat/battstat_applet.c:557
1184 #: gnome-applets/battstat/battstat-applet.c:546
3571185 msgid ""
3581186 "To avoid losing your work:\n"
3591187 " • suspend your laptop to save power,\n"
3601188 " • plug your laptop into external power, or\n"
3611189 " • save open documents and shut your laptop down."
3621190 msgstr ""
363 "ჩატარებული სამუშაოს დაკარგვის თავიდან ასაცილებლად:\n"
364 " • ლეპტოპის შეჩერება, ენერგიის დაზოგვის მიზნით,\n"
365 " • შეაერთედ თქვენი ლეპტოპი გარე კვების წყაროში, ან\n"
366 " • შეინახეთ გახსნილი დოკუმენტები და შემდგომ გამორთეთ ლეპტოპი."
367
368 #: ../battstat/battstat_applet.c:565
1191
1192 #: gnome-applets/battstat/battstat-applet.c:554
3691193 msgid "Your battery is running low"
370 msgstr "კვების ელემენტის მუხტი დაბალია"
371
372 #: ../battstat/battstat_applet.c:662
1194 msgstr ""
1195
1196 #: gnome-applets/battstat/battstat-applet.c:649
3731197 msgid "No battery present"
374 msgstr "არავითარი მიერთებული კვების ელემენტი"
375
376 #: ../battstat/battstat_applet.c:665
1198 msgstr ""
1199
1200 #: gnome-applets/battstat/battstat-applet.c:652
3771201 msgid "Battery status unknown"
378 msgstr "ელემენტის სტატუსი უცნობია"
379
380 #: ../battstat/battstat_applet.c:824
1202 msgstr ""
1203
1204 #: gnome-applets/battstat/battstat-applet.c:833
3811205 msgid "N/A"
382 msgstr "ა/მ"
383
384 #: ../battstat/battstat_applet.c:1124 ../drivemount/drivemount.c:144
385 #: ../geyes/geyes.c:349 ../geyes/themes.c:251 ../gweather/gweather-applet.c:60
386 #: ../gweather/gweather-pref.c:716 ../mini-commander/src/preferences.c:370
387 #: ../stickynotes/stickynotes_applet_callbacks.c:356
388 #: ../stickynotes/stickynotes_applet_callbacks.c:564
389 #: ../trashapplet/src/trashapplet.c:703
390 #, c-format
391 msgid "There was an error displaying help: %s"
392 msgstr "დახმარების გამოძახებისას დაიშვა შეცდომა: %s"
393
394 #: ../battstat/battstat_applet.c:1164
395 msgid "This utility shows the status of your laptop battery."
396 msgstr "მოცემული უტილიტი აჩვენებს თქვენი ლეპტოპის ელემენტის მდგომარეობას."
397
398 #. true
399 #: ../battstat/battstat_applet.c:1166
400 msgid "HAL backend enabled."
401 msgstr "ჩართულია HAL-ის დრაივერები."
402
403 #. false
404 #: ../battstat/battstat_applet.c:1167
405 msgid "Legacy (non-HAL) backend enabled."
406 msgstr "ჩართულია ძველი დრაივერი (არა-HAL)."
407
408 #: ../battstat/battstat_applet.glade.h:1
409 msgid "<b>Appearance</b>"
410 msgstr "<b>იერსახე</b>"
411
412 #: ../battstat/battstat_applet.glade.h:2
413 msgid "<b>Notifications</b>"
414 msgstr "<b>შეტყობინებები</b>"
415
416 #: ../battstat/battstat_applet.glade.h:3
417 msgid "<small>(shows single image for status and charge)</small>"
418 msgstr ""
419 "<small>(აჩვენებს ერთ პიქტოგრამას მდგომარეობის და მუხტის აღსაღნიშნად)</small>"
420
421 #: ../battstat/battstat_applet.glade.h:4
422 msgid "<small>(two images: one for status, one for charge)</small>"
423 msgstr ""
424 "<small>(ორი პიქტოგრამა:პირველი მდგომარეობის და მეორე მუხტის აღსაღნიშნად)</"
425 "small>"
426
427 #: ../battstat/battstat_applet.glade.h:5
428 msgid "Battery Charge Monitor Preferences"
429 msgstr "კვების ელემენტის მუხტის ინდიკატორის პარამეტრები"
430
431 #: ../battstat/battstat_applet.glade.h:6
432 msgid "Show _percentage remaining"
433 msgstr "ანახე _პროცენტის სახით დარჩენილი"
434
435 #: ../battstat/battstat_applet.glade.h:7
436 msgid "Show _time remaining"
437 msgstr "ანახე _დროის სახით დარჩენილი"
438
439 #: ../battstat/battstat_applet.glade.h:8
440 msgid "_Compact view"
441 msgstr "_კომპაქტური ხედი"
442
443 #: ../battstat/battstat_applet.glade.h:9
444 msgid "_Expanded view"
445 msgstr "_გაფართოებული ხედი"
446
447 #: ../battstat/battstat_applet.glade.h:10
448 msgid "_Notify when battery is fully recharged"
449 msgstr "მაც_ნობე როდესაც ელემენტი ბოლომდე დაიმუხტება"
450
451 #: ../battstat/battstat_applet.glade.h:11
452 msgid "_Show time/percentage:"
453 msgstr "_ანახე დარჩენილი დრო/პროცენტი:"
454
455 #. TRANSLATOR: This is the beginning of the sentence 'Warn when battery charge drops to: [XX] percent/minutes remaining'
456 #: ../battstat/battstat_applet.glade.h:13
457 msgid "_Warn when battery charge drops to:"
458 msgstr "_მაცნობე ელემენტის მუხტის დაცლის შესახებ:"
1206 msgstr "შეუსაბამო"
1207
1208 #: gnome-applets/battstat/battstat-applet.c:1443 gnome-applets/ga-module.c:76
1209 msgid "Battery Charge Monitor"
1210 msgstr ""
1211
1212 #: gnome-applets/battstat/battstat-applet.c:1444 gnome-applets/ga-module.c:77
1213 msgid "Monitor a laptop's remaining power"
1214 msgstr ""
1215
1216 #: gnome-applets/battstat/battstat-applet.c:1515
1217 msgid ""
1218 "This utility shows the status of your laptop battery.\n"
1219 "\n"
1220 "UPower backend enabled."
1221 msgstr ""
4591222
4601223 #. TRANSLATOR: this is a selectable item in a drop-down menu to end
4611224 #. * this sentence:
4621225 #. * "Warn when battery charge drops to: [XX] percent".
4631226 #.
464 #: ../battstat/properties.c:319
1227 #: gnome-applets/battstat/properties.c:258
4651228 msgid "Percent"
4661229 msgstr "პროცენტი"
4671230
4691232 #. * this sentence:
4701233 #. * "Warn when battery charge drops to: [XX] minutes remaining"
4711234 #.
472 #: ../battstat/properties.c:325
1235 #: gnome-applets/battstat/properties.c:264
4731236 msgid "Minutes Remaining"
474 msgstr "დარჩენილი წუთები"
475
476 #: ../battstat/sounds/battstat_applet.soundlist.in.h:1
477 msgid "Battery Status Utility"
478 msgstr "ელემენტის მდგომარეობის ინდიკატორი"
479
480 #: ../battstat/sounds/battstat_applet.soundlist.in.h:2
481 msgid "Battery fully re-charged"
482 msgstr "ელემენტი ბოლომდეა დამუხტული"
483
484 #: ../battstat/sounds/battstat_applet.soundlist.in.h:3
485 msgid "Battery power low"
486 msgstr "დაბალი ძაბვა"
487
488 #: ../charpick/GNOME_CharpickerApplet.server.in.in.h:1
489 #: ../charpick/charpick.c:595 ../charpick/charpick.c:734
490 #: ../charpick/properties.c:464
491 msgid "Character Palette"
492 msgstr "სიმბოლოთა პალიტრა"
493
494 #: ../charpick/GNOME_CharpickerApplet.server.in.in.h:2
495 msgid "Charpicker Applet Factory"
496 msgstr "სიმბოლოთა ამორჩევის აპლეტის ფაბრიკა"
497
498 #: ../charpick/GNOME_CharpickerApplet.server.in.in.h:3
499 #: ../charpick/charpick.c:734
500 msgid "Insert characters"
501 msgstr "ასო-ნიშნების ჩასმის საშუალება"
502
503 #: ../charpick/charpick.c:428
1237 msgstr ""
1238
1239 #: gnome-applets/brightness/brightness-applet.c:186
1240 msgid "Cannot connect to gnome-settings-daemon"
1241 msgstr ""
1242
1243 #: gnome-applets/brightness/brightness-applet.c:188
1244 msgid "Cannot get laptop panel brightness"
1245 msgstr ""
1246
1247 #: gnome-applets/brightness/brightness-applet.c:190
1248 #, c-format
1249 msgid "LCD brightness : %d%%"
1250 msgstr ""
1251
1252 #: gnome-applets/brightness/brightness-applet.c:784
1253 msgid "Adjusts laptop panel brightness."
1254 msgstr ""
1255
1256 #: gnome-applets/brightness/brightness-applet.c:793
1257 msgid ""
1258 "Licensed under the GNU General Public License Version 2\n"
1259 "\n"
1260 "Brightness Applet is free software; you can redistribute it and/or\n"
1261 "modify it under the terms of the GNU General Public License\n"
1262 "as published by the Free Software Foundation; either version 2\n"
1263 "of the License, or (at your option) any later version.\n"
1264 "\n"
1265 "Brightness Applet is distributed in the hope that it will be useful,\n"
1266 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1267 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
1268 "GNU General Public License for more details.\n"
1269 "\n"
1270 "You should have received a copy of the GNU General Public License\n"
1271 "along with this program; if not, write to the Free Software\n"
1272 "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
1273 "02110-1301, USA.\n"
1274 msgstr ""
1275
1276 #: gnome-applets/brightness/brightness-applet.c:810
1277 msgid "Copyright © 2006 Benjamin Canou"
1278 msgstr ""
1279
1280 #: gnome-applets/charpick/charpick-applet.c:392
5041281 msgid "Available palettes"
505 msgstr "ხელმისაწვდომი პალიტრა"
1282 msgstr ""
5061283
5071284 #. TRANSLATOR: This sentance reads something like 'Insert "PILCROW SIGN"'
5081285 #. * hopefully, the name of the unicode character has already
5091286 #. * been translated.
5101287 #.
511 #: ../charpick/charpick.c:475
1288 #: gnome-applets/charpick/charpick-applet.c:435
5121289 #, c-format
5131290 msgid "Insert \"%s\""
514 msgstr "ჩასვი \"%s\""
515
516 #: ../charpick/charpick.c:478
1291 msgstr ""
1292
1293 #: gnome-applets/charpick/charpick-applet.c:438
5171294 msgid "Insert special character"
518 msgstr "ჩასვი სპეკ ასო-ნიშანი"
519
520 #: ../charpick/charpick.c:482
1295 msgstr ""
1296
1297 #: gnome-applets/charpick/charpick-applet.c:442
5211298 #, c-format
5221299 msgid "insert special character %s"
523 msgstr "სპეც ასო ნიშნის ჩასმა %s"
524
525 #: ../charpick/charpick.c:599
526 msgid ""
527 "Gnome Panel applet for selecting strange characters that are not on my "
1300 msgstr ""
1301
1302 #: gnome-applets/charpick/charpick-applet.c:642
1303 #: gnome-applets/charpick/properties.c:431 gnome-applets/ga-module.c:95
1304 msgid "Character Palette"
1305 msgstr ""
1306
1307 #: gnome-applets/charpick/charpick-applet.c:642 gnome-applets/ga-module.c:96
1308 msgid "Insert characters"
1309 msgstr ""
1310
1311 #: gnome-applets/charpick/charpick-applet.c:813
1312 msgid ""
1313 "GNOME Panel applet for selecting strange characters that are not on my "
5281314 "keyboard. Released under GNU General Public Licence."
5291315 msgstr ""
530 "გნომის პანელის აპლეტი რომელიც იძლევა უცხო, კლავიატურაზე არმყოფი ასო-ნიშნების "
531 "გამოყენების საშუალებას. გამოშვებულია GNU საერთო სახალხო ლიცენზიის ქვეშ."
532
533 #: ../charpick/charpick.schemas.in.h:1
534 msgid "Characters shown on applet startup"
535 msgstr "ასოები რომლებიც პროგრამის გაშვებისთანავე უნდა გამოჩნდნენ"
536
537 #: ../charpick/charpick.schemas.in.h:2
538 msgid "DEPRECATED - Characters shown on applet startup"
539 msgstr "არ არის სასურველი - სიმბოლოები რომლებიც აპლეტის ჩართვისთანავე ჩნდებიან"
540
541 #: ../charpick/charpick.schemas.in.h:3 ../charpick/properties.c:391
542 msgid "List of available palettes"
543 msgstr "არსებული პალიტრების სია"
544
545 #: ../charpick/charpick.schemas.in.h:4
546 msgid "List of strings containing the available palettes"
547 msgstr "სტრიქონების სია, რომლებიც მოიცავენ ასებულ პალიტრებს"
548
549 #: ../charpick/charpick.schemas.in.h:5
550 msgid ""
551 "The string that the user had selected when the applet was last used. This "
552 "string will be displayed when the user starts the applet."
553 msgstr ""
554 "აპლეტის ბოლოს გამოყენების დროს შერჩეული სტრიქონი. გამოჩნდება როდესაც "
555 "მომხმარებელი ჩართავს აპლეტს."
556
557 #: ../charpick/properties.c:40
1316
1317 #: gnome-applets/charpick/properties.c:74
1318 #: gnome-applets/trash/trash-applet.c:422 gnome-applets/trash/trash-empty.c:323
1319 msgid "_Cancel"
1320 msgstr "გაუქმება"
1321
1322 #: gnome-applets/charpick/properties.c:75
1323 msgid "_OK"
1324 msgstr "კარგი"
1325
1326 #: gnome-applets/charpick/properties.c:94
1327 msgid "_Palette:"
1328 msgstr ""
1329
1330 #: gnome-applets/charpick/properties.c:102
1331 msgid "Palette entry"
1332 msgstr ""
1333
1334 #: gnome-applets/charpick/properties.c:103
1335 msgid "Modify a palette by adding or removing characters"
1336 msgstr ""
1337
1338 #: gnome-applets/charpick/properties.c:218
1339 msgid "Add Palette"
1340 msgstr ""
1341
1342 #: gnome-applets/charpick/properties.c:255
1343 msgid "Edit Palette"
1344 msgstr ""
1345
1346 #: gnome-applets/charpick/properties.c:357
1347 msgid "Palettes list"
1348 msgstr ""
1349
1350 #: gnome-applets/charpick/properties.c:436
1351 msgid "_Palettes:"
1352 msgstr ""
1353
1354 #: gnome-applets/charpick/properties.c:448
1355 msgid "_Add"
1356 msgstr ""
1357
1358 #: gnome-applets/charpick/properties.c:452
1359 msgid "Add button"
1360 msgstr ""
1361
1362 #: gnome-applets/charpick/properties.c:453
1363 msgid "Click to add a new palette"
1364 msgstr ""
1365
1366 #: gnome-applets/charpick/properties.c:455
5581367 msgid "_Edit"
559 msgstr "რ_ედაქტირება"
560
561 #: ../charpick/properties.c:129
562 msgid "_Palette:"
563 msgstr "_შაბლონი:"
564
565 #: ../charpick/properties.c:137
566 msgid "Palette entry"
567 msgstr "შაბლონის ელემენტი"
568
569 #: ../charpick/properties.c:138
570 msgid "Modify a palette by adding or removing characters"
571 msgstr "შაბლონის შეცვლა, სიმბოლოების წაშლა/დამატებით"
572
573 #: ../charpick/properties.c:252
574 msgid "Add Palette"
575 msgstr "შაბლონის დამატება"
576
577 #: ../charpick/properties.c:289
578 msgid "Edit Palette"
579 msgstr "შაბლონის რედაქტირება"
580
581 #: ../charpick/properties.c:390
582 msgid "Palettes list"
583 msgstr "შაბლონების სია"
584
585 #: ../charpick/properties.c:469
586 msgid "_Palettes:"
587 msgstr "_შაბლონები:"
588
589 #: ../charpick/properties.c:485
590 msgid "Add button"
591 msgstr "ღილაკის დამატება"
592
593 #: ../charpick/properties.c:486
594 msgid "Click to add a new palette"
595 msgstr "ღილაკის მეშვეობით ახალი შაბლონის დამატება"
596
597 #: ../charpick/properties.c:493
1368 msgstr ""
1369
1370 #: gnome-applets/charpick/properties.c:460
5981371 msgid "Edit button"
599 msgstr "რედაქტირების ღილაკი"
600
601 #: ../charpick/properties.c:494
1372 msgstr ""
1373
1374 #: gnome-applets/charpick/properties.c:461
6021375 msgid "Click to edit the selected palette"
603 msgstr "მონიშნული შაბლონის რედაქტირებისთვის დაუწკაპუნეთ ღილაკს"
604
605 #: ../charpick/properties.c:501
1376 msgstr ""
1377
1378 #: gnome-applets/charpick/properties.c:463
1379 #: gnome-applets/trash/trash-applet.c:424
1380 msgid "_Delete"
1381 msgstr "სამუ_დამოდ წაშლა"
1382
1383 #: gnome-applets/charpick/properties.c:468
6061384 msgid "Delete button"
607 msgstr "ღილაკის წაშლა"
608
609 #: ../charpick/properties.c:502
1385 msgstr ""
1386
1387 #: gnome-applets/charpick/properties.c:469
6101388 msgid "Click to delete the selected palette"
611 msgstr "მონიშნული შაბლონის წასაშლელად დაუწკაპუნეთ ღილაკს"
612
613 #: ../charpick/properties.c:554
1389 msgstr ""
1390
1391 #: gnome-applets/charpick/properties.c:506
6141392 msgid "Character Palette Preferences"
615 msgstr "სიმბოლოთა შაბლონის პარამეტრები"
616
617 #: ../cpufreq/GNOME_CPUFreqApplet.server.in.in.h:1
618 #: ../cpufreq/src/cpufreq-applet.c:535 ../cpufreq/src/cpufreq-applet.c:907
1393 msgstr ""
1394
1395 #: gnome-applets/charpick/properties.c:509
1396 #: gnome-applets/command/command-applet.c:103 gnome-applets/geyes/themes.c:269
1397 #: gnome-applets/netspeed/preferences.c:335
1398 #: gnome-applets/timer/timer-applet.c:276
1399 #: gnome-applets/window-picker/wp-preferences-dialog.ui:24
1400 msgid "_Close"
1401 msgstr "_დახურვა"
1402
1403 #: gnome-applets/command/command-applet.c:100
1404 msgid "Command Applet Preferences"
1405 msgstr ""
1406
1407 #: gnome-applets/command/command-applet.c:113
1408 msgid "Command:"
1409 msgstr "ბრძანება:"
1410
1411 #: gnome-applets/command/command-applet.c:121
1412 msgid "Interval (seconds):"
1413 msgstr ""
1414
1415 #: gnome-applets/command/command-applet.c:129
1416 msgid "Maximum width (chars):"
1417 msgstr ""
1418
1419 #: gnome-applets/cpufreq/cpufreq-preferences.ui:7
1420 msgid "CPU Frequency Monitor Preferences"
1421 msgstr ""
1422
1423 #: gnome-applets/cpufreq/cpufreq-preferences.ui:28
1424 msgid "Monitor Settings"
1425 msgstr "მონიტორინგის მორგება"
1426
1427 #: gnome-applets/cpufreq/cpufreq-preferences.ui:60
1428 msgid "_Monitored CPU:"
1429 msgstr ""
1430
1431 #: gnome-applets/cpufreq/cpufreq-preferences.ui:102
1432 msgid "Display Settings"
1433 msgstr "ეკრანის მორგება"
1434
1435 #: gnome-applets/cpufreq/cpufreq-preferences.ui:138
1436 msgid "_Appearance:"
1437 msgstr ""
1438
1439 #: gnome-applets/cpufreq/cpufreq-preferences.ui:163
1440 msgid "Show CPU frequency as _frequency"
1441 msgstr ""
1442
1443 #: gnome-applets/cpufreq/cpufreq-preferences.ui:181
1444 msgid "Show frequency _units"
1445 msgstr ""
1446
1447 #: gnome-applets/cpufreq/cpufreq-preferences.ui:197
1448 msgid "Show CPU frequency as _percentage"
1449 msgstr ""
1450
1451 #: gnome-applets/cpufreq/cpufreq-applet.c:959 gnome-applets/ga-module.c:115
6191452 msgid "CPU Frequency Scaling Monitor"
620 msgstr "CPU სიხშირის ცვლილების მონიტორი"
621
622 #: ../cpufreq/GNOME_CPUFreqApplet.server.in.in.h:2
623 msgid "Monitor the CPU Frequency Scaling"
624 msgstr "თვალყურს ადევენებს CPU-ს სიხშირეს"
625
626 #: ../cpufreq/cpufreq-applet.schemas.in.h:1
627 msgid ""
628 "A 0 value means to show cpu frequency, 1 to show frequency and units, and 2 "
629 "to show percentage instead of frequency."
630 msgstr ""
631 "0 - პროცესორის სიხშირის ჩვენება, 1 - სიხშირის და ერთეულის ჩვენება, 2- "
632 "სიხშირის მაგივრად პროცენტების ჩვენება."
633
634 #: ../cpufreq/cpufreq-applet.schemas.in.h:2
635 msgid ""
636 "A 0 value means to show the applet in graphic mode (pixmap only), 1 to show "
637 "the applet in text mode (not to show the pixmap) and 2 to show the applet in "
638 "graphic and text mode."
639 msgstr ""
640 "0 - აჩვენებს აპლეტს გრაფიკულ რეჟიმში (მხოლოდ გამოსახულებას), 1 - ტექსტური "
641 "რეჟიმი (არავითარი გამოსახულება), 2 - აჩვენებს გამოსახულებასა და ტექსტს "
642 "ერთდროულად."
643
644 #: ../cpufreq/cpufreq-applet.schemas.in.h:3
645 msgid "CPU to Monitor"
646 msgstr "CPU მონიტორი"
647
648 #: ../cpufreq/cpufreq-applet.schemas.in.h:4
649 msgid "Mode to show cpu usage"
650 msgstr "გადატვირთული CPU ნახვის რეჟიმი"
651
652 #: ../cpufreq/cpufreq-applet.schemas.in.h:5
653 msgid "Mode to show the frequency selector drop down menu"
654 msgstr "სიხშირის ამორჩევის მენუს ჩვენების რეჟიმი"
655
656 #: ../cpufreq/cpufreq-applet.schemas.in.h:6
657 msgid ""
658 "Set the CPU to monitor. In a single processor system you don't have to "
659 "change it."
660 msgstr ""
661 "აჯგუფებს პროცესორს მონიტორთან, მონო პროცესორის შემთხვევაში არ საჭიროებს "
662 "შეცვლას."
663
664 #: ../cpufreq/cpufreq-applet.schemas.in.h:7
665 msgid "The type of text to display (if the text is enabled)."
666 msgstr "საჩვენებელი ტექსტის ტიპი (თუ ტექსტი ჩართულია)."
667
668 #: ../cpufreq/cpufreq-preferences.glade.h:1
669 #: ../mini-commander/src/mini-commander.glade.h:1
670 #: ../stickynotes/stickynotes.glade.h:1
671 msgid " "
672 msgstr " "
673
674 #: ../cpufreq/cpufreq-preferences.glade.h:2
675 msgid "<b>Display Settings</b>"
676 msgstr "<b>პარამეტრების ჩვენება</b>"
677
678 #: ../cpufreq/cpufreq-preferences.glade.h:3
679 msgid "<b>Frequency Selector</b>"
680 msgstr "<b>სიხშირის ამორჩევა</b>"
681
682 #: ../cpufreq/cpufreq-preferences.glade.h:4
683 msgid "<b>Monitor Settings</b>"
684 msgstr "<b>მონიტორის პარამეტრები</b>"
685
686 #: ../cpufreq/cpufreq-preferences.glade.h:5
687 msgid "CPU Frequency Monitor Preferences"
688 msgstr "ცენტრალური პროცესორის სიხშირის მონიტორის პარამეტრები"
689
690 #: ../cpufreq/cpufreq-preferences.glade.h:6
691 msgid "Show CPU frequency as _frequency"
692 msgstr "ანახე CPU-ს სიხშირე როგორც _სიხშირე"
693
694 #: ../cpufreq/cpufreq-preferences.glade.h:7
695 msgid "Show CPU frequency as _percentage"
696 msgstr "ანახე CPU-ს სიხშირე _პროცენტის სახით"
697
698 #: ../cpufreq/cpufreq-preferences.glade.h:8
699 msgid "Show frequency _units"
700 msgstr "სიხშირის ერთეულების ნახვა"
701
702 #: ../cpufreq/cpufreq-preferences.glade.h:9
703 msgid "Show m_enu:"
704 msgstr "მენუს ჩვენება:"
705
706 #: ../cpufreq/cpufreq-preferences.glade.h:10
707 msgid "_Appearance:"
708 msgstr "_იერსახე:"
709
710 #: ../cpufreq/cpufreq-preferences.glade.h:11
711 msgid "_Monitored CPU:"
712 msgstr "_კონტროლირებული CPU:"
713
714 #: ../cpufreq/src/cpufreq-applet.c:509 ../cpufreq/src/cpufreq-prefs.c:550
715 msgid "Could not open help document"
716 msgstr "შეუძლებელია დახმარების სახელმძღვანელოს გახსნა"
717
718 #: ../cpufreq/src/cpufreq-applet.c:538
1453 msgstr ""
1454
1455 #: gnome-applets/cpufreq/cpufreq-applet.c:960
1456 msgid "This utility shows the current CPU Frequency"
1457 msgstr ""
1458
1459 #: gnome-applets/cpufreq/cpufreq-applet.c:977
7191460 msgid "This utility shows the current CPU Frequency Scaling."
720 msgstr "CPU-ს მიმდინარე სიხშირის მაჩვენებელი."
721
722 #: ../cpufreq/src/cpufreq-applet.c:908
723 msgid "This utility shows the current CPU Frequency"
724 msgstr "მოცემული უტილიტი CPU-ს სიხშირეს აჩვენებს"
725
726 #: ../cpufreq/src/cpufreq-prefs.c:698
1461 msgstr ""
1462
1463 #: gnome-applets/cpufreq/cpufreq-prefs.c:473
7271464 msgid "Graphic"
728 msgstr "გრაფიკა"
729
730 #: ../cpufreq/src/cpufreq-prefs.c:703
1465 msgstr ""
1466
1467 #: gnome-applets/cpufreq/cpufreq-prefs.c:478
7311468 msgid "Text"
7321469 msgstr "ტექსტი"
7331470
734 #: ../cpufreq/src/cpufreq-prefs.c:708
1471 #: gnome-applets/cpufreq/cpufreq-prefs.c:483
7351472 msgid "Graphic and Text"
736 msgstr "გრაფიკა და ტექსტი"
737
738 #: ../cpufreq/src/cpufreq-prefs.c:736
739 msgid "Frequencies"
740 msgstr "სიხშირეები"
741
742 #: ../cpufreq/src/cpufreq-prefs.c:741
743 msgid "Governors"
744 msgstr "რეგულატორები"
745
746 #: ../cpufreq/src/cpufreq-prefs.c:746
747 msgid "Frequencies and Governors"
748 msgstr "სიხშირეები და რეგულატორები"
749
750 #: ../cpufreq/src/cpufreq-monitor-cpuinfo.c:116
751 msgid "Frequency Scaling Unsupported"
752 msgstr "სიხშირის მართვა არ არის მხარდაჭერილი"
753
754 #. If there is no cpufreq support it shows only the cpu frequency,
755 #. * I think is better than do nothing. I have to notify it to the user, because
756 #. * he could think that cpufreq is supported but it doesn't work succesfully
757 #.
758 #: ../cpufreq/src/cpufreq-monitor-factory.c:59
759 msgid "CPU frequency scaling unsupported"
760 msgstr "CPU-ს სიხშირის შეცვლა შეუძლებელია"
761
762 #: ../cpufreq/src/cpufreq-monitor-factory.c:60
763 msgid ""
764 "You will not be able to modify the frequency of your machine. Your machine "
765 "may be misconfigured or not have hardware support for CPU frequency scaling."
766 msgstr ""
767 "თქვენ ვერ შეძლებთ თქვენი კომპიუტერის სიხშირის შეცვლას. შესაძლებელია რომ "
768 "კომპიუტერი არასწორედაა რეგულირებული ან უბრალოდ თქვენს CPU-ს არ აქვს "
769 "ცვლადობადობის შესაძლებლობა."
770
771 #: ../cpufreq/src/cpufreq-popup.c:88
772 msgid "_Frequencies"
773 msgstr "_სიხშირეები"
774
775 #: ../cpufreq/src/cpufreq-popup.c:89
776 msgid "_Governors"
777 msgstr "_რეგულატორები"
778
779 #: ../drivemount/GNOME_DriveMountApplet.server.in.in.h:1
780 #: ../drivemount/drivemount.c:114
1473 msgstr ""
1474
1475 #: gnome-applets/cpufreq/cpufreq-selector/org.gnome.cpufreqselector.policy.in:14
1476 msgid "Change CPU Frequency scaling"
1477 msgstr ""
1478
1479 #: gnome-applets/cpufreq/cpufreq-selector/org.gnome.cpufreqselector.policy.in:15
1480 msgid "Privileges are required to change the CPU Frequency scaling."
1481 msgstr ""
1482
1483 #: gnome-applets/drivemount/drive-button.c:324
1484 #: gnome-applets/drivemount/drive-button.c:337
1485 msgid "(mounted)"
1486 msgstr ""
1487
1488 #: gnome-applets/drivemount/drive-button.c:326
1489 msgid "(not mounted)"
1490 msgstr ""
1491
1492 #: gnome-applets/drivemount/drive-button.c:546
1493 msgid "Cannot start Nautilus File Manager"
1494 msgstr ""
1495
1496 #: gnome-applets/drivemount/drive-button.c:553
1497 msgid "Could not find Nautilus"
1498 msgstr ""
1499
1500 #: gnome-applets/drivemount/drive-button.c:864
1501 msgid "_Play DVD"
1502 msgstr ""
1503
1504 #: gnome-applets/drivemount/drive-button.c:868
1505 msgid "_Play CD"
1506 msgstr ""
1507
1508 #: gnome-applets/drivemount/drive-button.c:871
1509 #, c-format
1510 msgid "_Open %s"
1511 msgstr ""
1512
1513 #: gnome-applets/drivemount/drive-button.c:879
1514 #, c-format
1515 msgid "Un_mount %s"
1516 msgstr ""
1517
1518 #: gnome-applets/drivemount/drive-button.c:885
1519 #, c-format
1520 msgid "_Mount %s"
1521 msgstr ""
1522
1523 #: gnome-applets/drivemount/drive-button.c:893
1524 #, c-format
1525 msgid "_Eject %s"
1526 msgstr ""
1527
1528 #: gnome-applets/drivemount/drivemount-applet.c:119
1529 #: gnome-applets/ga-module.c:126
7811530 msgid "Disk Mounter"
782 msgstr "დისკის მონტაჟი"
783
784 #: ../drivemount/GNOME_DriveMountApplet.server.in.in.h:2
785 msgid "Drive Mount Applet Factory"
786 msgstr "წამყვანის მონტაჟის აპლეტი"
787
788 #: ../drivemount/GNOME_DriveMountApplet.server.in.in.h:3
789 msgid "Factory for drive mount applet"
790 msgstr "წამყვანის მონტაჟირების აპლეტის ქარხანა"
791
792 #: ../drivemount/GNOME_DriveMountApplet.server.in.in.h:4
1531 msgstr ""
1532
1533 #: gnome-applets/drivemount/drivemount-applet.c:155
1534 msgid "Applet for mounting and unmounting block volumes."
1535 msgstr ""
1536
1537 #: gnome-applets/ga-module.c:67
1538 msgid "Shows the status of keyboard accessibility features"
1539 msgstr ""
1540
1541 #: gnome-applets/ga-module.c:86
1542 msgid "Brightness Applet"
1543 msgstr ""
1544
1545 #: gnome-applets/ga-module.c:87
1546 msgid "Adjusts Laptop panel brightness"
1547 msgstr ""
1548
1549 #: gnome-applets/ga-module.c:105 gnome-applets/mini-commander/preferences.c:627
1550 msgid "Command"
1551 msgstr "ბრძანება"
1552
1553 #: gnome-applets/ga-module.c:106
1554 msgid "Shows the output of a command"
1555 msgstr ""
1556
1557 #: gnome-applets/ga-module.c:116
1558 msgid "Monitor the CPU Frequency Scaling"
1559 msgstr ""
1560
1561 #: gnome-applets/ga-module.c:127
7931562 msgid "Mount local disks and devices"
794 msgstr "ლოკალური დისკების მონტაჟი"
795
796 #: ../drivemount/drive-button.c:329 ../drivemount/drive-button.c:337
797 msgid "(mounted)"
798 msgstr "(მონტაჟი განხორციელებულია)"
799
800 #: ../drivemount/drive-button.c:331 ../drivemount/drive-button.c:339
801 msgid "(not mounted)"
802 msgstr "(არავითარი მონტაჟი)"
803
804 #: ../drivemount/drive-button.c:333
805 msgid "(not connected)"
806 msgstr "(არ არის მიერთებული)"
807
808 #: ../drivemount/drive-button.c:528
809 #, c-format
810 msgid "Cannot execute '%s'"
811 msgstr "ვერ ვრთავ '%s'"
812
813 #: ../drivemount/drive-button.c:551
814 msgid "Mount Error"
815 msgstr "მონტაჟის შეცდომა"
816
817 #: ../drivemount/drive-button.c:554
818 msgid "Unmount Error"
819 msgstr "შეცდომა"
820
821 #: ../drivemount/drive-button.c:557
822 msgid "Eject Error"
823 msgstr "გამოღების შეცდომა"
824
825 #: ../drivemount/drive-button.c:560
826 msgid "Error"
827 msgstr "შეცდომა"
828
829 #: ../drivemount/drive-button.c:897
830 msgid "_Play DVD"
831 msgstr "DVD-ს _დაკვრა"
832
833 #: ../drivemount/drive-button.c:902
834 msgid "_Play CD"
835 msgstr "CD-ს _დაკვრა"
836
837 #: ../drivemount/drive-button.c:907
838 #, c-format
839 msgid "_Open %s"
840 msgstr "_გახსენი %s"
841
842 #: ../drivemount/drive-button.c:918
843 #, c-format
844 msgid "_Mount %s"
845 msgstr "_ვამონტაჟებ %s"
846
847 #: ../drivemount/drive-button.c:925
848 #, c-format
849 msgid "Un_mount %s"
850 msgstr "დე_მონტაჟი %s"
851
852 #: ../drivemount/drive-button.c:937
853 #, c-format
854 msgid "_Eject %s"
855 msgstr "_გამოღება %s"
856
857 #: ../drivemount/drivemount.c:117
858 msgid "Applet for mounting and unmounting block volumes."
859 msgstr "გარე წამყვანების ჩამრთველი და გამომრთველი აპლეტი."
860
861 #: ../drivemount/drivemount.schemas.in.h:1
862 msgid "Interval timeout to check mount point status"
863 msgstr "დამონტაჟის წერტილის მდგომარეობის შემოწმების დროის ინტერვალი"
864
865 #: ../drivemount/drivemount.schemas.in.h:2
866 msgid "Time in seconds between status updates"
867 msgstr "მდგომარეობის განსაზღვრის დრო წამებში"
868
869 #: ../geyes/GNOME_GeyesApplet.server.in.in.h:1
1563 msgstr ""
1564
1565 #: gnome-applets/ga-module.c:136 gnome-applets/geyes/geyes-applet.c:303
1566 #: gnome-applets/geyes/geyes-applet.c:305
1567 msgid "Eyes"
1568 msgstr ""
1569
1570 #: gnome-applets/ga-module.c:137
8701571 msgid "A set of eyeballs for your panel"
871 msgstr "ეს აპლეტი აყენებს \"თვალებს\" თქვენს პანელზე"
872
873 #: ../geyes/GNOME_GeyesApplet.server.in.in.h:2 ../geyes/geyes.c:189
874 #: ../geyes/geyes.c:419 ../geyes/geyes.c:421
875 msgid "Geyes"
876 msgstr "თვალუკები"
877
878 #: ../geyes/GNOME_GeyesApplet.server.in.in.h:3
879 msgid "Geyes Applet Factory"
880 msgstr "აპლეტის ფაბრიკა \"თვალები\""
881
882 #: ../geyes/geyes.c:191
883 msgid "A goofy little xeyes clone for the GNOME panel."
884 msgstr "პროგრამა xeyes-ის სულელური კლონი, გნომ გარემოსთვის"
885
886 #: ../geyes/geyes.c:422
1572 msgstr ""
1573
1574 #: gnome-applets/ga-module.c:146
1575 msgid "Weather Report"
1576 msgstr ""
1577
1578 #: gnome-applets/ga-module.c:147
1579 msgid "Monitor the current weather conditions, and forecasts"
1580 msgstr ""
1581
1582 #: gnome-applets/ga-module.c:156 gnome-applets/inhibit/inhibit-applet.c:56
1583 msgid "Inhibit Applet"
1584 msgstr ""
1585
1586 #: gnome-applets/ga-module.c:157
1587 msgid "Allows user to inhibit automatic power saving"
1588 msgstr ""
1589
1590 #: gnome-applets/ga-module.c:165
1591 msgid "Command Line"
1592 msgstr "ბრძანების სტრიქონი"
1593
1594 #: gnome-applets/ga-module.c:166
1595 msgid "Mini-Commander"
1596 msgstr ""
1597
1598 #: gnome-applets/ga-module.c:175
1599 msgid "System Monitor"
1600 msgstr "სისტემური მონიტორი"
1601
1602 #: gnome-applets/ga-module.c:176
1603 msgid "A system load indicator"
1604 msgstr ""
1605
1606 #: gnome-applets/ga-module.c:185
1607 msgid "Network Monitor"
1608 msgstr ""
1609
1610 #: gnome-applets/ga-module.c:186
1611 msgid "Netspeed Applet"
1612 msgstr ""
1613
1614 #: gnome-applets/ga-module.c:195
1615 #: gnome-applets/sticky-notes/sticky-notes-applet.c:723
1616 msgid "Sticky Notes"
1617 msgstr ""
1618
1619 #: gnome-applets/ga-module.c:196
1620 msgid "Create, view, and manage sticky notes on the desktop"
1621 msgstr ""
1622
1623 #: gnome-applets/ga-module.c:205
1624 msgid "Timer"
1625 msgstr "წამმზომი"
1626
1627 #: gnome-applets/ga-module.c:206
1628 msgid "Start a timer and receive a notification when it is finished"
1629 msgstr ""
1630
1631 #: gnome-applets/ga-module.c:215
1632 msgid "Tracker Search Bar"
1633 msgstr ""
1634
1635 #: gnome-applets/ga-module.c:216
1636 msgid "Find your data quickly using Tracker"
1637 msgstr ""
1638
1639 #: gnome-applets/ga-module.c:225
1640 msgid "Trash"
1641 msgstr "ნაგავი"
1642
1643 #: gnome-applets/ga-module.c:226
1644 msgid "Go to Trash"
1645 msgstr ""
1646
1647 #: gnome-applets/ga-module.c:235
1648 msgid "Window Buttons"
1649 msgstr "ფანჯრის ღილაკები"
1650
1651 #: gnome-applets/ga-module.c:236
1652 msgid "Window buttons for your GNOME Panel"
1653 msgstr ""
1654
1655 #: gnome-applets/ga-module.c:244
1656 msgid "Window Picker"
1657 msgstr ""
1658
1659 #: gnome-applets/ga-module.c:245
1660 msgid "Shows a list of icons for the open windows."
1661 msgstr ""
1662
1663 #: gnome-applets/ga-module.c:253
1664 msgid "Window Title"
1665 msgstr "ფანჯრის სათაური"
1666
1667 #: gnome-applets/ga-module.c:254
1668 msgid "Window title for your GNOME Panel"
1669 msgstr ""
1670
1671 #: gnome-applets/geyes/geyes-applet.c:306
8871672 msgid "The eyes look in the direction of the mouse pointer"
888 msgstr "თვალუკები თვალს აყოლებენ თაგუნას ისარს"
889
890 #: ../geyes/geyes.schemas.in.h:1
891 msgid "Directory in which the theme is located"
892 msgstr "საქაღალდე, სადაც გაფორმების თემები ინახება"
893
894 #: ../geyes/themes.c:134
1673 msgstr ""
1674
1675 #: gnome-applets/geyes/geyes-applet.c:387
1676 msgid "A goofy set of eyes for the GNOME panel. They follow your mouse."
1677 msgstr ""
1678
1679 #: gnome-applets/geyes/themes.c:144
8951680 msgid "Can not launch the eyes applet."
896 msgstr "ვერ ვრთავ თვალების აპლეტს."
897
898 #: ../geyes/themes.c:135
1681 msgstr ""
1682
1683 #: gnome-applets/geyes/themes.c:145
8991684 msgid "There was a fatal error while trying to load the theme."
900 msgstr "დაიშვა ფატალური შეცდომა თემის ჩატვირთვის დროს."
901
902 #: ../geyes/themes.c:311
1685 msgstr ""
1686
1687 #: gnome-applets/geyes/themes.c:267
9031688 msgid "Geyes Preferences"
904 msgstr "თვალუკების პარამეტრები"
905
906 #: ../geyes/themes.c:345
1689 msgstr ""
1690
1691 #: gnome-applets/geyes/themes.c:300
9071692 msgid "Themes"
9081693 msgstr "თემები"
9091694
910 #: ../geyes/themes.c:366
1695 #: gnome-applets/geyes/themes.c:321
9111696 msgid "_Select a theme:"
912 msgstr "_თემის შერჩევა:"
913
914 #: ../gkb-new/xmodmap/base.xml.in.h:1 ../gkb-new/xmodmap.sun/base.xml.in.h:1
915 msgid "Alt+Control changes layout."
916 msgstr "Alt+Control ცვლის განლაგებას."
917
918 #: ../gkb-new/xmodmap/base.xml.in.h:2 ../gkb-new/xmodmap.sun/base.xml.in.h:2
919 msgid "Alt+Shift changes layout."
920 msgstr "Alt+Shift ცვლის განლაგებას."
921
922 #: ../gkb-new/xmodmap/base.xml.in.h:3
923 msgid "Arabic keymap"
924 msgstr "არაბული განლაგება"
925
926 #: ../gkb-new/xmodmap/base.xml.in.h:4
927 msgid "Armenian"
928 msgstr "სომხური"
929
930 #: ../gkb-new/xmodmap/base.xml.in.h:5
931 msgid "Basque"
932 msgstr "ბასკური"
933
934 #: ../gkb-new/xmodmap/base.xml.in.h:6
935 msgid "Belgian"
936 msgstr "ბელგიური"
937
938 #: ../gkb-new/xmodmap/base.xml.in.h:7 ../gkb-new/xmodmap.sun/base.xml.in.h:6
939 msgid "Both Alt keys together change layout."
940 msgstr "ორივე Alt ღილაკი ცვლის განლაგებას."
941
942 #: ../gkb-new/xmodmap/base.xml.in.h:8 ../gkb-new/xmodmap.sun/base.xml.in.h:7
943 msgid "Both Ctrl keys together change layout."
944 msgstr "ორივე Ctrl ღილაკი ცვლის განლაგებას."
945
946 #: ../gkb-new/xmodmap/base.xml.in.h:9 ../gkb-new/xmodmap.sun/base.xml.in.h:8
947 msgid "Both Shift keys together change layout."
948 msgstr "ორივე Shift ღილაკი ცვლის განლაგებას."
949
950 #: ../gkb-new/xmodmap/base.xml.in.h:10
951 msgid "Brazil Portuguese keymap"
952 msgstr "ბრაზილია პორტუგალიური განლაგება"
953
954 #: ../gkb-new/xmodmap/base.xml.in.h:11
955 msgid "Bulgarian Cyrillic"
956 msgstr "ბულგარული კირილიცა"
957
958 #: ../gkb-new/xmodmap/base.xml.in.h:12
959 msgid "Bulgarian keymap"
960 msgstr "კლავიშების ბულგარული რუკა"
961
962 #: ../gkb-new/xmodmap/base.xml.in.h:13 ../gkb-new/xmodmap.sun/base.xml.in.h:16
963 msgid "CapsLock key changes layout."
964 msgstr "CapsLock კლავიში ცვლის განლაგებას."
965
966 #: ../gkb-new/xmodmap/base.xml.in.h:14 ../gkb-new/xmodmap.sun/base.xml.in.h:17
967 msgid "Control+Shift changes layout."
968 msgstr "Control+Shift ცვლის განლაგებას."
969
970 #: ../gkb-new/xmodmap/base.xml.in.h:15
971 msgid "Czech keymap"
972 msgstr "კლავიშების ჩეხური რუკა"
973
974 #: ../gkb-new/xmodmap/base.xml.in.h:16
975 msgid "Danish keymap"
976 msgstr "კლავიშების დანიური რუკა"
977
978 #: ../gkb-new/xmodmap/base.xml.in.h:17
979 msgid "Dutch keymap"
980 msgstr "კლავიშების ჰოლანდიური რუკა"
981
982 #: ../gkb-new/xmodmap/base.xml.in.h:18
983 msgid "English keymap"
984 msgstr "კლავიშების ინგლისური რუკა"
985
986 #: ../gkb-new/xmodmap/base.xml.in.h:19
987 msgid "Estonian keymap"
988 msgstr "კლავიშების ესტონური რუკა"
989
990 #: ../gkb-new/xmodmap/base.xml.in.h:20
991 msgid "Finnish keymap"
992 msgstr "კლავიშების ფინური რუკა"
993
994 #: ../gkb-new/xmodmap/base.xml.in.h:21
995 msgid "French Swiss"
996 msgstr "ფრანგული შვეიცარიული"
997
998 #: ../gkb-new/xmodmap/base.xml.in.h:22
999 msgid "French Swiss keymap"
1000 msgstr "ფრანგული შვეიცარიის კლავიშების რუკა"
1001
1002 #: ../gkb-new/xmodmap/base.xml.in.h:23
1003 msgid "French keymap"
1004 msgstr "კლავიშების ფრანგული რუკა"
1005
1006 #: ../gkb-new/xmodmap/base.xml.in.h:24
1007 msgid "French-Canadian 105-key"
1008 msgstr "ფრანგული-კანადური 105-კლავიშიანი"
1009
1010 #: ../gkb-new/xmodmap/base.xml.in.h:25
1011 msgid "GB 102-key"
1012 msgstr "GB 102-ღილაკი"
1013
1014 #: ../gkb-new/xmodmap/base.xml.in.h:26
1015 msgid "GB 105-key"
1016 msgstr "GB 105-ღილაკი"
1017
1018 #: ../gkb-new/xmodmap/base.xml.in.h:27 ../gkb-new/xmodmap.sun/base.xml.in.h:27
1019 msgid "Generic Keyboard"
1020 msgstr "სტანდარტული კლავიატურა"
1021
1022 #: ../gkb-new/xmodmap/base.xml.in.h:28
1023 msgid "Georgian Latin"
1024 msgstr "ქართული ლათინური"
1025
1026 #: ../gkb-new/xmodmap/base.xml.in.h:29
1027 msgid "Georgian Russian layout"
1028 msgstr "ქართული რუსული განლაგება"
1029
1030 #: ../gkb-new/xmodmap/base.xml.in.h:30
1031 msgid "Georgian keymap"
1032 msgstr "კლავიატურის ქართული რუკა"
1033
1034 #: ../gkb-new/xmodmap/base.xml.in.h:31
1035 msgid "German"
1036 msgstr "გერმანული"
1037
1038 #: ../gkb-new/xmodmap/base.xml.in.h:32
1039 msgid "German Swiss with Euro"
1040 msgstr "გერმანული შვეიცარიული ევროს ნიშნით"
1041
1042 #: ../gkb-new/xmodmap/base.xml.in.h:33
1043 msgid "German keymap"
1044 msgstr "კლავიშების გერმანული რუკა"
1045
1046 #: ../gkb-new/xmodmap/base.xml.in.h:34
1047 msgid "Greek keymap"
1048 msgstr "კლავიშების ბერძნული რუკარუკა"
1049
1050 #: ../gkb-new/xmodmap/base.xml.in.h:35
1051 msgid "Hebrew keymap"
1052 msgstr "კლავიშების ებრაული რუკა"
1053
1054 #: ../gkb-new/xmodmap/base.xml.in.h:36
1055 msgid "Hungarian 101-key latin 1"
1056 msgstr "უნგრული 101-კლავიშიანი latin 1"
1057
1058 #: ../gkb-new/xmodmap/base.xml.in.h:37
1059 msgid "Hungarian 101-key latin 2"
1060 msgstr "უნგრული 101-კლავიშიანი latin 2"
1061
1062 #: ../gkb-new/xmodmap/base.xml.in.h:38
1063 msgid "Hungarian 105-key latin 1"
1064 msgstr "უნგრული 105-კლავიშიანი latin 1"
1065
1066 #: ../gkb-new/xmodmap/base.xml.in.h:39
1067 msgid "Hungarian 105-key latin 2"
1068 msgstr "უნგრული 105-კლავიშიანი latin 2"
1069
1070 #: ../gkb-new/xmodmap/base.xml.in.h:40
1071 msgid "Hungarian PC/AT 101 keyboard"
1072 msgstr "უნგრული PC/AT 101 კლავიატურა"
1073
1074 #: ../gkb-new/xmodmap/base.xml.in.h:41
1075 msgid "Hungarian latin1"
1076 msgstr "უნგრული latin 1"
1077
1078 #: ../gkb-new/xmodmap/base.xml.in.h:42
1079 msgid "Icelandic keymap"
1080 msgstr "კლავიშების ისლანდიური რუკა"
1081
1082 #: ../gkb-new/xmodmap/base.xml.in.h:43
1083 msgid "Italian keymap"
1084 msgstr "კლავიშების იტალიური რუკა"
1085
1086 #: ../gkb-new/xmodmap/base.xml.in.h:44
1087 msgid "Japanese keymap"
1088 msgstr "იაპონური კლავიშების რუკა"
1089
1090 #: ../gkb-new/xmodmap/base.xml.in.h:45
1091 msgid "Lao keymap"
1092 msgstr "კლავიშების ლაო რუკა"
1093
1094 #: ../gkb-new/xmodmap/base.xml.in.h:46 ../gkb-new/xmodmap.sun/base.xml.in.h:41
1095 msgid "Layout shift behavior"
1096 msgstr "განლაგების გადამრთველის ყოფაქცევა"
1097
1098 #: ../gkb-new/xmodmap/base.xml.in.h:47 ../gkb-new/xmodmap.sun/base.xml.in.h:42
1099 msgid "Left Alt key changes layout."
1100 msgstr "მარცხენა Alt ღილაკი ცვლის განლაგებას"
1101
1102 #: ../gkb-new/xmodmap/base.xml.in.h:48 ../gkb-new/xmodmap.sun/base.xml.in.h:43
1103 msgid "Left Ctrl key changes group."
1104 msgstr "მარცხენა Alt ღილაკი ცვლის ჯგუფს."
1105
1106 #: ../gkb-new/xmodmap/base.xml.in.h:49 ../gkb-new/xmodmap.sun/base.xml.in.h:44
1107 msgid "Left Shift key changes group."
1108 msgstr "მარცხენა Shift ღილაკი ცვლის განლაგებას"
1109
1110 #: ../gkb-new/xmodmap/base.xml.in.h:50 ../gkb-new/xmodmap.sun/base.xml.in.h:45
1111 msgid "Left Win-key changes layout."
1112 msgstr "მარცხენა Win-ღილაკი ცვლის განლაგებას."
1113
1114 #: ../gkb-new/xmodmap/base.xml.in.h:51
1115 msgid "Lithuanian keymap"
1116 msgstr "კლავიშების ლიტვური რუკა"
1117
1118 #: ../gkb-new/xmodmap/base.xml.in.h:52
1119 msgid "Macedonian"
1120 msgstr "კლავიშების მაკედონიური რუკა"
1121
1122 #: ../gkb-new/xmodmap/base.xml.in.h:53 ../gkb-new/xmodmap.sun/base.xml.in.h:48
1123 msgid "Menu key changes layout."
1124 msgstr "მენიუს ღილაკი ცვლის განლაგებას."
1125
1126 #: ../gkb-new/xmodmap/base.xml.in.h:54
1127 msgid "Mongolian alt keymap"
1128 msgstr "მონღოლური (ალტერნატიული) კლავიშების რუკა"
1129
1130 #: ../gkb-new/xmodmap/base.xml.in.h:55
1131 msgid "Mongolian keymap"
1132 msgstr "მონღოლური კლავიშების რუკა"
1133
1134 #: ../gkb-new/xmodmap/base.xml.in.h:56
1135 msgid "Mongolian phonetic keymap"
1136 msgstr "კლავიშების მონღოლური ფონეტიკური რუკა"
1137
1138 #: ../gkb-new/xmodmap/base.xml.in.h:57
1139 msgid "Norwegian"
1140 msgstr "ნორვეგიული"
1141
1142 #: ../gkb-new/xmodmap/base.xml.in.h:58
1143 msgid "Plain Russian keymap"
1144 msgstr "უბრალო რუსული კლავიშების რუკა"
1145
1146 #: ../gkb-new/xmodmap/base.xml.in.h:59
1147 msgid "Polish"
1148 msgstr "პოლონური"
1149
1150 #: ../gkb-new/xmodmap/base.xml.in.h:60
1151 msgid "Polish deadkeys"
1152 msgstr "პოლონური ძველი სიმბოლოებით"
1153
1154 #: ../gkb-new/xmodmap/base.xml.in.h:61
1155 msgid "Portugal"
1156 msgstr "პორტუგალია"
1157
1158 #: ../gkb-new/xmodmap/base.xml.in.h:62
1159 msgid "Portugal Deadkeys"
1160 msgstr "პორტუგალია ძველი სიმბოლოებით"
1161
1162 #: ../gkb-new/xmodmap/base.xml.in.h:63
1163 msgid "Portuguese keymap"
1164 msgstr "კლავიშების პორტუგალიური რუკა"
1165
1166 #: ../gkb-new/xmodmap/base.xml.in.h:64 ../gkb-new/xmodmap.sun/base.xml.in.h:53
1167 msgid "Right Alt key changes layout."
1168 msgstr "მარჯვენა Alt ღილაკი ცვლის განლაგებას"
1169
1170 #: ../gkb-new/xmodmap/base.xml.in.h:65 ../gkb-new/xmodmap.sun/base.xml.in.h:54
1171 msgid "Right Ctrl key changes group."
1172 msgstr "მარჯვენა Ctrl ღილაკი ცვლის ჯგუფს"
1173
1174 #: ../gkb-new/xmodmap/base.xml.in.h:66 ../gkb-new/xmodmap.sun/base.xml.in.h:55
1175 msgid "Right Shift key changes group."
1176 msgstr "მარჯვენა Shift ღილაკი ცვლის ჯგუფს."
1177
1178 #: ../gkb-new/xmodmap/base.xml.in.h:67 ../gkb-new/xmodmap.sun/base.xml.in.h:56
1179 msgid "Right Win-key changes layout."
1180 msgstr "მარჯვენა Win-ღილაკი ცვლის განლაგებას"
1181
1182 #: ../gkb-new/xmodmap/base.xml.in.h:68
1183 msgid "Russian Cyrillic"
1184 msgstr "რუსული კირილიცა"
1185
1186 #: ../gkb-new/xmodmap/base.xml.in.h:69
1187 msgid "Russian keymap"
1188 msgstr "კლავიშების რუსული რუკა"
1189
1190 #: ../gkb-new/xmodmap/base.xml.in.h:70
1191 msgid "Serbian keymap"
1192 msgstr "კლავიშების სერბული რუკა"
1193
1194 #: ../gkb-new/xmodmap/base.xml.in.h:71 ../gkb-new/xmodmap.sun/base.xml.in.h:60
1195 msgid "Shift+CapsLock changes layout."
1196 msgstr "Shift + CapsLock ცვლის განლაგებას."
1197
1198 #: ../gkb-new/xmodmap/base.xml.in.h:72
1199 msgid "Slovak keymap"
1200 msgstr "კლავიშების სლოვაკური რუკა"
1201
1202 #: ../gkb-new/xmodmap/base.xml.in.h:73
1203 msgid "Slovenian"
1204 msgstr "სლოვენური"
1205
1206 #: ../gkb-new/xmodmap/base.xml.in.h:74
1207 msgid "Slovenian keymap"
1208 msgstr "კლავიშების სლოვენური რუკა"
1209
1210 #: ../gkb-new/xmodmap/base.xml.in.h:75
1211 msgid "Spanish keymap"
1212 msgstr "კლავიშების ესპანური რუკა"
1213
1214 #: ../gkb-new/xmodmap/base.xml.in.h:76
1215 msgid "Sun (!not PC!) type5 Hungarian latin 2"
1216 msgstr "უნგრული (!not PC!) type5 Hungarian latin 2"
1217
1218 #: ../gkb-new/xmodmap/base.xml.in.h:77
1219 msgid "Swedish"
1220 msgstr "შვედური"
1221
1222 #: ../gkb-new/xmodmap/base.xml.in.h:78
1223 msgid "Swedish keymap"
1224 msgstr "კლავიშების შვედური რუკა"
1225
1226 #: ../gkb-new/xmodmap/base.xml.in.h:79
1227 msgid "Swiss keymap"
1228 msgstr "კლავიშების შვეიცარიული რუკა"
1229
1230 #: ../gkb-new/xmodmap/base.xml.in.h:80
1231 msgid "Thai"
1232 msgstr "ტაილანდური"
1233
1234 #: ../gkb-new/xmodmap/base.xml.in.h:81
1235 msgid "Thai Kedmanee"
1236 msgstr "ტაილანდური კიდმანიური"
1237
1238 #: ../gkb-new/xmodmap/base.xml.in.h:82
1239 msgid "Thai keymap"
1240 msgstr "ტაილანდური კლავიშების რუკა"
1241
1242 #: ../gkb-new/xmodmap/base.xml.in.h:83
1243 msgid "Turkish \"F\" keyboard"
1244 msgstr "თურქული \"F\" კლავიატურა"
1245
1246 #: ../gkb-new/xmodmap/base.xml.in.h:84
1247 msgid "Turkish \"Q\" keyboard"
1248 msgstr "თურქული \"Q\" კლავიატურა"
1249
1250 #: ../gkb-new/xmodmap/base.xml.in.h:85
1251 msgid "Turkish keymap"
1252 msgstr "თურქული კლავიშების რუკა"
1253
1254 #: ../gkb-new/xmodmap/base.xml.in.h:86
1255 msgid "UK 105-key"
1256 msgstr "დიდი ბრიტანეთი 105-კლავიშიანი"
1257
1258 #: ../gkb-new/xmodmap/base.xml.in.h:87
1259 msgid "UK PC/AT keyboard"
1260 msgstr "დიდი ბრიტანეთი PC/AT კლავიატურა"
1261
1262 #: ../gkb-new/xmodmap/base.xml.in.h:88
1263 msgid "US 101-key keyboard"
1264 msgstr "აშშ 101-კლავიშიანი კლავიატურა"
1265
1266 #: ../gkb-new/xmodmap/base.xml.in.h:89
1267 msgid "US 105-key keyboard (with windows keys)"
1268 msgstr "აშშ 105-კლავიშიანი კლავიატურა (win კლავიშებით)"
1269
1270 #: ../gkb-new/xmodmap/base.xml.in.h:90
1271 msgid "US 84-key"
1272 msgstr "აშშ 84-კლავიშით"
1273
1274 #: ../gkb-new/xmodmap/base.xml.in.h:91
1275 msgid "US DEC 450"
1276 msgstr "აშშ DEC 450"
1277
1278 #: ../gkb-new/xmodmap/base.xml.in.h:92
1279 msgid "US IBM RS/6000"
1280 msgstr "აშშ IBM RS/6000"
1281
1282 #: ../gkb-new/xmodmap/base.xml.in.h:93
1283 msgid "US International"
1284 msgstr "აშშ ინტერნაციონალური"
1285
1286 #: ../gkb-new/xmodmap/base.xml.in.h:94
1287 msgid "US Macintosh"
1288 msgstr "აშშ მეკინტოში"
1289
1290 #: ../gkb-new/xmodmap/base.xml.in.h:95
1291 msgid "US PC/AT 101 keyboard"
1292 msgstr "აშშ PC/AT 101 კლავიატურა"
1293
1294 #: ../gkb-new/xmodmap/base.xml.in.h:96
1295 msgid "US Silicon Graphics 101-key"
1296 msgstr "აშშ Silicon Graphics 101-კლავიშიანი"
1297
1298 #: ../gkb-new/xmodmap/base.xml.in.h:97
1299 msgid "US Sun type5"
1300 msgstr "აშშ Sun type5"
1301
1302 #: ../gkb-new/xmodmap.sun/base.xml.in.h:3
1303 msgid "Armenian Sun keymap"
1304 msgstr "სომხური Sun განთავსება"
1305
1306 #: ../gkb-new/xmodmap.sun/base.xml.in.h:4
1307 msgid "Azerbaijani Turkish Sun keymap"
1308 msgstr "აზერბაიჯანული თურქული Sun კლავიშების რუკა"
1309
1310 #: ../gkb-new/xmodmap.sun/base.xml.in.h:5
1311 msgid "Belarusian Sun keymap"
1312 msgstr "ბელარუსული Sun კლავიშების რუკა"
1313
1314 #: ../gkb-new/xmodmap.sun/base.xml.in.h:9
1315 msgid "Brazil Portuguese Sun USB keymap"
1316 msgstr "კლავიშების ბრაზილია პორტუგალიური Sun USB რუკა"
1317
1318 #: ../gkb-new/xmodmap.sun/base.xml.in.h:10
1319 msgid "Brazil Portuguese Sun keymap"
1320 msgstr "კლავიშების ბრაზილია პორტუგალიური Sun რუკა"
1321
1322 #: ../gkb-new/xmodmap.sun/base.xml.in.h:11
1323 msgid "British Sun Type-4 keymap"
1324 msgstr "კლავიშების ბრიტანული Sun Type-4 რუკა"
1325
1326 #: ../gkb-new/xmodmap.sun/base.xml.in.h:12
1327 msgid "British Sun USB keymap"
1328 msgstr "ბრიტანული Sun USB კლავიშების რუკა"
1329
1330 #: ../gkb-new/xmodmap.sun/base.xml.in.h:13
1331 msgid "British Sun keymap"
1332 msgstr "ბრიტანული Sun კლავიშების რუკა"
1333
1334 #: ../gkb-new/xmodmap.sun/base.xml.in.h:14
1335 msgid "Bulgarian Sun keymap"
1336 msgstr "კლავიშების ბულგარული Sun რუკა"
1337
1338 #: ../gkb-new/xmodmap.sun/base.xml.in.h:15
1339 msgid "Canadian Sun keymap"
1340 msgstr "კლავიშების კანადური Sun რუკა"
1341
1342 #: ../gkb-new/xmodmap.sun/base.xml.in.h:18
1343 msgid "Czech Sun keymap"
1344 msgstr "კლავიშების ჩეხური Sun რუკა"
1345
1346 #: ../gkb-new/xmodmap.sun/base.xml.in.h:19
1347 msgid "Danish Sun Type-4 keymap"
1348 msgstr "კლავიშების დანიური Sun Type-4 რუკა"
1349
1350 #: ../gkb-new/xmodmap.sun/base.xml.in.h:20
1351 msgid "Danish Sun USB keymap"
1352 msgstr "კლავიშების დანიური Sun USB რუკა"
1353
1354 #: ../gkb-new/xmodmap.sun/base.xml.in.h:21
1355 msgid "Danish Sun keymap"
1356 msgstr "კლავიშების დანიური Sun რუკა"
1357
1358 #: ../gkb-new/xmodmap.sun/base.xml.in.h:22
1359 msgid "Dutch Sun keymap"
1360 msgstr "კლავიშების ჰოლანდიური Sun რუკა"
1361
1362 #: ../gkb-new/xmodmap.sun/base.xml.in.h:23
1363 msgid "Estonian Sun keymap"
1364 msgstr "კლავიშების ესტონური Sun რუკა"
1365
1366 #: ../gkb-new/xmodmap.sun/base.xml.in.h:24
1367 msgid "Finnish Sun keymap"
1368 msgstr "კლავიშების ფინური Sun რუკა"
1369
1370 #: ../gkb-new/xmodmap.sun/base.xml.in.h:25
1371 msgid "French Sun USB keymap"
1372 msgstr "კლავიშების ფრანგული Sun USB რუკა"
1373
1374 #: ../gkb-new/xmodmap.sun/base.xml.in.h:26
1375 msgid "French Sun keymap"
1376 msgstr "კლავიშების ფრანგული Sun რუკა"
1377
1378 #: ../gkb-new/xmodmap.sun/base.xml.in.h:28
1379 msgid "German Sun Type-4 keymap"
1380 msgstr "კლავიშების გერმანული Sun·Type-4 რუკა"
1381
1382 #: ../gkb-new/xmodmap.sun/base.xml.in.h:29
1383 msgid "German Sun USB keymap"
1384 msgstr "კლავიშების გერმანული Sun USB რუკა"
1385
1386 #: ../gkb-new/xmodmap.sun/base.xml.in.h:30
1387 msgid "German Sun keymap"
1388 msgstr "კლავიშების გერმანული Sun რუკა"
1389
1390 #: ../gkb-new/xmodmap.sun/base.xml.in.h:31
1391 msgid "Hebrew Sun keymap"
1392 msgstr "ებრაული Sun კლავიშების რუკა"
1393
1394 #: ../gkb-new/xmodmap.sun/base.xml.in.h:32
1395 msgid "Hungarian latin2 Sun keymap"
1396 msgstr "კლავიშების უნგრული latin2 Sun რუკა"
1397
1398 #: ../gkb-new/xmodmap.sun/base.xml.in.h:33
1399 msgid "Hungarian type5 latin 1 keymap"
1400 msgstr "კლავიშების უნგრული type5 latin 1 რუკა"
1401
1402 #: ../gkb-new/xmodmap.sun/base.xml.in.h:34
1403 msgid "Icelandic Sun keymap"
1404 msgstr "კლავიშების ისლანდიური Sun რუკა"
1405
1406 #: ../gkb-new/xmodmap.sun/base.xml.in.h:35
1407 msgid "Italian Sun Type-4 keymap"
1408 msgstr "იტალიური Sun Type-4 კლავიშების რუკა"
1409
1410 #: ../gkb-new/xmodmap.sun/base.xml.in.h:36
1411 msgid "Italian Sun USB keymap"
1412 msgstr "კლავიშების იტალიური Sun USB რუკა"
1413
1414 #: ../gkb-new/xmodmap.sun/base.xml.in.h:37
1415 msgid "Italian Sun keymap"
1416 msgstr "კლავიშების იტალიური Sun რუკა"
1417
1418 #: ../gkb-new/xmodmap.sun/base.xml.in.h:38
1419 msgid "Japanese Sun Type-4 keymap"
1420 msgstr "კლავიშების იაპონური Sun Type-4 რუკა"
1421
1422 #: ../gkb-new/xmodmap.sun/base.xml.in.h:39
1423 msgid "Japanese Sun keymap"
1424 msgstr "კლავიშების იაპონური Sun რუკა"
1425
1426 #: ../gkb-new/xmodmap.sun/base.xml.in.h:40
1427 msgid "Latvian Sun keymap"
1428 msgstr "კლავიშების ლატვიური Sun რუკა"
1429
1430 #: ../gkb-new/xmodmap.sun/base.xml.in.h:46
1431 msgid "Lithuanian Sun keymap"
1432 msgstr "კლავიშების ლიტვური Sun რუკა"
1433
1434 #: ../gkb-new/xmodmap.sun/base.xml.in.h:47
1435 msgid "Macedonian Sun keymap"
1436 msgstr "კლავიშების მაკედონიური Sun რუკა"
1437
1438 #: ../gkb-new/xmodmap.sun/base.xml.in.h:49
1439 msgid "Norwegian Sun keymap"
1440 msgstr "კლავიშების ნორვეგიული Sun რუკა"
1441
1442 #: ../gkb-new/xmodmap.sun/base.xml.in.h:50
1443 msgid "Polish Sun keymap"
1444 msgstr "კლავიშების პოლონური Sun რუკა"
1445
1446 #: ../gkb-new/xmodmap.sun/base.xml.in.h:51
1447 msgid "Portuguese Sun Type-4 keymap"
1448 msgstr "კლავიშების პორტუგალიური Sun Type-4 რუკა"
1449
1450 #: ../gkb-new/xmodmap.sun/base.xml.in.h:52
1451 msgid "Portuguese Sun keymap"
1452 msgstr "კლავიშების პორტუგალიური Sun რუკა"
1453
1454 #: ../gkb-new/xmodmap.sun/base.xml.in.h:57
1455 msgid "Romanian Sun keymap"
1456 msgstr "კლავიშების რუმინული Sun რუკა"
1457
1458 #: ../gkb-new/xmodmap.sun/base.xml.in.h:58
1459 msgid "Russian Sun keymap"
1460 msgstr "კლავიშების რუსული Sun რუკა"
1461
1462 #: ../gkb-new/xmodmap.sun/base.xml.in.h:59
1463 msgid "Serbian Sun standard keymap"
1464 msgstr "კლავიშების სერბული Sun სტანდარტული რუკა"
1465
1466 #: ../gkb-new/xmodmap.sun/base.xml.in.h:61
1467 msgid "Slovak Sun keymap"
1468 msgstr "კლავიშების სლოვაკური Sun რუკა"
1469
1470 #: ../gkb-new/xmodmap.sun/base.xml.in.h:62
1471 msgid "Slovenian Sun keymap"
1472 msgstr "კლავიშების სლოვენური Sun რუკა"
1473
1474 #: ../gkb-new/xmodmap.sun/base.xml.in.h:63
1475 msgid "Spanish Sun Type-4 keymap"
1476 msgstr "კლავიშების ესპანური Sun Type-4 რუკა"
1477
1478 #: ../gkb-new/xmodmap.sun/base.xml.in.h:64
1479 msgid "Spanish Sun USB keymap"
1480 msgstr "კლავიშების ესპანური Sun USB რუკა"
1481
1482 #: ../gkb-new/xmodmap.sun/base.xml.in.h:65
1483 msgid "Spanish Sun keymap"
1484 msgstr "კლავიშების ესპანური Sun რუკა"
1485
1486 #: ../gkb-new/xmodmap.sun/base.xml.in.h:66
1487 msgid "Swedish Sun Type-4 keymap"
1488 msgstr "კლავიშების შვედური Sun Type-4 რუკა"
1489
1490 #: ../gkb-new/xmodmap.sun/base.xml.in.h:67
1491 msgid "Swedish Sun USB keymap"
1492 msgstr "კლავიშების შვედური Sun USB რუკა"
1493
1494 #: ../gkb-new/xmodmap.sun/base.xml.in.h:68
1495 msgid "Swedish Sun keymap"
1496 msgstr "კლავიშების შვედური Sun რუკა"
1497
1498 #: ../gkb-new/xmodmap.sun/base.xml.in.h:69
1499 msgid "Swiss German Sun keymap"
1500 msgstr "კლავიშების გერმანული Sun რუკა"
1501
1502 #: ../gkb-new/xmodmap.sun/base.xml.in.h:70
1503 msgid "Thai Sun keymap"
1504 msgstr "კლავიშების ტაილანდური Sun რუკა"
1505
1506 #: ../gkb-new/xmodmap.sun/base.xml.in.h:71
1507 msgid "Turkish Sun keymap"
1508 msgstr "კლავიშების თურქული Sun რუკა"
1509
1510 #: ../gkb-new/xmodmap.sun/base.xml.in.h:72
1511 msgid "US Sun Type-4 keymap"
1512 msgstr "კლავიშების აშშ Sun Type-4 რუკა"
1513
1514 #: ../gkb-new/xmodmap.sun/base.xml.in.h:73
1515 msgid "US Sun USB keymap"
1516 msgstr "კლავიშების აშშ Sun USB რუკა"
1517
1518 #: ../gkb-new/xmodmap.sun/base.xml.in.h:74
1519 msgid "US Sun type5 keymap"
1520 msgstr "კლავიშების აშშ Sun type 5 რუკა"
1521
1522 #: ../gkb-new/xmodmap.sun/base.xml.in.h:75
1523 msgid "Ukrainian Sun keymap"
1524 msgstr "კლავიშების უკრაინული Sun რუკა"
1525
1526 #: ../gkb-new/xmodmap.sun/base.xml.in.h:76
1527 msgid "Vietnamese Sun keymap"
1528 msgstr "კლავიშების ვიეტნამური Sun რუკა"
1529
1530 #: ../gswitchit/GNOME_GSwitchItApplet.xml.h:1
1531 msgid "Keyboard _Preferences"
1532 msgstr "კლავიატურის პარამეტრები"
1533
1534 #: ../gswitchit/GNOME_GSwitchItApplet.xml.h:2
1535 msgid "Show Current _Layout"
1536 msgstr "მიმდინარე გან_ლაგების ჩვენება"
1537
1538 #: ../gswitchit/GNOME_GSwitchItApplet.xml.h:4
1539 msgid "_Groups"
1540 msgstr "_ჯგუფები"
1541
1542 #: ../gswitchit/GNOME_KeyboardApplet.server.in.in.h:1
1543 #: ../gswitchit/gswitchit-applet.c:431
1544 msgid "Keyboard Indicator"
1545 msgstr "კლავიატურის ინდიკატორი"
1546
1547 #: ../gswitchit/GNOME_KeyboardApplet.server.in.in.h:2
1548 msgid "Keyboard applet factory"
1549 msgstr "კლავიატურის აპლეტების ფაბრიკა"
1550
1551 #: ../gswitchit/GNOME_KeyboardApplet.server.in.in.h:3
1552 msgid "Keyboard layout indicator"
1553 msgstr "კლავიატურის განლაგების ინდიკატორი"
1554
1555 #: ../gswitchit/gswitchit-applet.c:296
1556 #, c-format
1557 msgid "Keyboard Layout \"%s\""
1558 msgstr "კლავიატურა განლაგება \"%s\""
1559
1560 #: ../gswitchit/gswitchit-applet.c:436
1561 msgid "Copyright (c) Sergey V. Udaltsov 1999-2004"
1562 msgstr "საავტორო უფლებები (c) სერგეი ვ. უდალცოვი 1999-2004"
1563
1564 #: ../gswitchit/gswitchit-applet.c:439
1565 msgid "Keyboard layout indicator applet for GNOME"
1566 msgstr "გნომის კლავიატურის განლაგების ინდიკატორის აპლეტი"
1567
1568 #: ../gswitchit/gswitchit-applet.c:561
1569 #, c-format
1570 msgid "Keyboard Indicator (%s)"
1571 msgstr "კლავიატურის ინდიკატორი (%s)"
1572
1573 #: ../libgswitchit/gswitchit-plugins-add.c:104
1574 #: ../libgswitchit/gswitchit-plugins-app.c:118
1575 msgid "No description."
1576 msgstr "არავითარი აღწერილობა."
1577
1578 #: ../libgswitchit/gswitchit-plugins-app.c:336
1579 #, c-format
1580 msgid "Failed to init GConf: %s\n"
1581 msgstr "ვერ შევასრულე GConf-ის ინიციალიზაცია: %s\n"
1582
1583 #: ../libgswitchit/gswitchit-plugins.glade.h:1
1584 msgid "Activate more plugins"
1585 msgstr "სხვა პლაგინების გააქტიურება"
1586
1587 #: ../libgswitchit/gswitchit-plugins.glade.h:2
1588 msgid "Active _plugins:"
1589 msgstr "აქტიური _პლაგინები:"
1590
1591 #: ../libgswitchit/gswitchit-plugins.glade.h:3
1592 msgid "Add Plugin"
1593 msgstr "პლაგინების დამატება"
1594
1595 #: ../libgswitchit/gswitchit-plugins.glade.h:4
1596 msgid "Close the dialog"
1597 msgstr "დიალოგის დახურვა"
1598
1599 #: ../libgswitchit/gswitchit-plugins.glade.h:5
1600 msgid "Configure the selected plugin"
1601 msgstr "მონიშნული პლაგინის კონფიგურირება"
1602
1603 #: ../libgswitchit/gswitchit-plugins.glade.h:6
1604 msgid "Deactivate selected plugin"
1605 msgstr "მონიშნული პლაგინის ამორთვა"
1606
1607 #: ../libgswitchit/gswitchit-plugins.glade.h:7
1608 msgid "Decrease the plugin priority"
1609 msgstr "პლაგინის პრიორიტეტის შემცირება"
1610
1611 #: ../libgswitchit/gswitchit-plugins.glade.h:8
1612 msgid "Increase the plugin priority"
1613 msgstr "პლაგინის პრიორიტეტის გაზრდა"
1614
1615 #: ../libgswitchit/gswitchit-plugins.glade.h:9
1616 msgid "Keyboard Indicator Plugins"
1617 msgstr "კლავიატურის ინდიკატორის პლაგინები"
1618
1619 #: ../libgswitchit/gswitchit-plugins.glade.h:10
1620 msgid "The list of active plugins"
1621 msgstr "აქტიური პლაგინების სია"
1622
1623 #: ../libgswitchit/gswitchit-plugins.glade.h:11
1624 msgid "_Available plugins:"
1625 msgstr "ხელმისაწვდომი _პლაგინები :"
1626
1627 #: ../libgswitchit/gnome-kbd-indicator-test.c:63
1628 #, c-format
1629 msgid "Keyboard Indicator Test (%s)"
1630 msgstr "კლავიატურის ინდიკატორის ტესტი (%s)"
1631
1632 #: ../libgswitchit/gnome-kbd-indicator-test.c:73
1633 msgid "Indicator:"
1634 msgstr "ინდიკატორი:"
1635
1636 #: ../libgswitchit/gswitchit-config.c:1155
1637 #, c-format
1638 msgid "layout \"%s\""
1639 msgid_plural "layouts \"%s\""
1640 msgstr[0] "განლაგება \"%s\""
1641
1642 # msgstr[1] "s"
1643 #: ../libgswitchit/gswitchit-config.c:1174
1644 #, c-format
1645 msgid "option \"%s\""
1646 msgid_plural "options \"%s\""
1647 msgstr[0] "ოფცია \"%s\""
1648
1649 # msgstr[1] "s"
1650 #: ../libgswitchit/gswitchit-config.c:1182
1651 #, c-format
1652 msgid "model \"%s\", %s and %s"
1653 msgstr "მოდელი \"%s\", %s და %s"
1654
1655 #: ../libgswitchit/gswitchit-config.c:1183
1656 msgid "no layout"
1657 msgstr "არავითარი განლაგება"
1658
1659 #: ../libgswitchit/gswitchit-config.c:1184
1660 msgid "no options"
1661 msgstr "არავითარი პარამეტრები"
1662
1663 #: ../libgswitchit/gswitchit-plugins.desktop.in.in.h:1
1664 msgid "Enable/disable installed plugins"
1665 msgstr "ჩართვა/გამორთვა ჩადგმული პლაგინების"
1666
1667 #: ../libgswitchit/gswitchit-plugins.desktop.in.in.h:2
1668 msgid "Keyboard Indicator plugins"
1669 msgstr "კლავიატურის ინდიკატორის პლაგინები"
1670
1671 #: ../gswitchit/gswitchit.glade.h:1
1672 msgid "Keyboard Layout"
1673 msgstr "კლავიატურის განლაგება"
1674
1675 #: ../gswitchit/gswitchit.schemas.in.h:1
1676 msgid "Secondary groups"
1677 msgstr "მეორადი ჯგუფები"
1678
1679 #: ../gswitchit/gswitchit.schemas.in.h:2
1680 msgid "Show flags in the applet"
1681 msgstr "ანახე დროშები აპლეტში"
1682
1683 #: ../gswitchit/gswitchit.schemas.in.h:3
1684 msgid "Show flags in the applet to indicate the current layout"
1685 msgstr "დროშების აპლეტში გამოჩენა, მიმდინარე განლაგების აღსაღნიშნად"
1686
1687 #: ../gswitchit/gswitchit.schemas.in.h:4
1688 msgid "The list of enabled Keyboard Indicator plugins"
1689 msgstr "კლავიატურის ინდიკატორში ჩართული პლაგეინების სია"
1690
1691 #: ../gweather/GNOME_GWeatherApplet.xml.h:2
1697 msgstr ""
1698
1699 #: gnome-applets/gweather/gweather-applet-menu.ui:5
16921700 msgid "_Details"
1693 msgstr "_ცნობები"
1694
1695 #: ../gweather/GNOME_GWeatherApplet.xml.h:5 ../gweather/gweather-dialog.c:213
1701 msgstr "_დეტალები"
1702
1703 #: gnome-applets/gweather/gweather-applet-menu.ui:9
1704 #: gnome-applets/gweather/gweather-dialog.c:176
16961705 msgid "_Update"
1697 msgstr "_განახლება"
1698
1699 #: ../gweather/GNOME_GWeatherApplet_Factory.server.in.in.h:1
1700 msgid "Factory for creating the weather applet."
1701 msgstr "\"ამინდი\" აპლეტის შესაქმნელი აპლეტი."
1702
1703 #: ../gweather/GNOME_GWeatherApplet_Factory.server.in.in.h:2
1704 msgid "Gweather Applet Factory"
1705 msgstr "\"ამინდი\" აპლეტის ქარხანა"
1706
1707 #: ../gweather/GNOME_GWeatherApplet_Factory.server.in.in.h:3
1708 msgid "Monitor the current weather conditions, and forecasts"
1709 msgstr "აპლეტი აჩვენებს მიმდინარე და მომავალი ამინდის პროგნოზებს"
1710
1711 #: ../gweather/GNOME_GWeatherApplet_Factory.server.in.in.h:4
1712 #: ../gweather/gweather-about.c:49
1713 msgid "Weather Report"
1714 msgstr "ამინდის შესახებ"
1715
1716 #: ../gweather/gweather-about.c:51
1717 msgid "© 1999-2005 by S. Papadimitriou and others"
1718 msgstr "©·1999-2006·S. Papadimitriou და სხვები"
1719
1720 #: ../gweather/gweather-about.c:52
1721 msgid "A panel application for monitoring local weather conditions."
1722 msgstr "პანელური აპლეტი რომელიც აჩვენებს მიმდინარე ამინდის პროგნოზს."
1723
1724 #: ../gweather/gweather-applet.c:336 ../gweather/gweather-applet.c:340
1706 msgstr "განახლება"
1707
1708 #: gnome-applets/gweather/gweather-applet.c:358
1709 #: gnome-applets/gweather/gweather-applet.c:362
17251710 msgid "GNOME Weather"
1726 msgstr "GNOME ამინდი"
1727
1728 #: ../gweather/gweather-applet.c:443
1711 msgstr ""
1712
1713 #: gnome-applets/gweather/gweather-applet.c:467
17291714 msgid "Weather Forecast"
1730 msgstr "ამინდის პროგნოზი"
1731
1732 #: ../gweather/gweather-applet.c:454
1715 msgstr ""
1716
1717 #: gnome-applets/gweather/gweather-applet.c:486
17331718 #, c-format
17341719 msgid ""
17351720 "City: %s\n"
17361721 "Sky: %s\n"
17371722 "Temperature: %s"
17381723 msgstr ""
1739 "ქალაქი: %s\n"
1740 "ცა: %s\n"
1741 "ტემპერატურა: %s"
1742
1743 #: ../gweather/gweather-applet.c:507
1724
1725 #: gnome-applets/gweather/gweather-applet.c:539
17441726 msgid "Updating..."
1745 msgstr "მიმდინარეობს განახლება..."
1746
1747 #: ../gweather/gweather-dialog.c:211
1727 msgstr ""
1728
1729 #: gnome-applets/gweather/gweather-applet.c:588
1730 msgid "A panel application for monitoring local weather conditions."
1731 msgstr ""
1732
1733 #: gnome-applets/gweather/gweather-applet.c:610
1734 msgid "© 1999-2005 by S. Papadimitriou and others"
1735 msgstr ""
1736
1737 #: gnome-applets/gweather/gweather-dialog.c:174
17481738 msgid "Details"
1749 msgstr "ცნობები"
1750
1751 #: ../gweather/gweather-dialog.c:255
1739 msgstr ""
1740
1741 #: gnome-applets/gweather/gweather-dialog.c:212
17521742 msgid "City:"
17531743 msgstr "ქალაქი:"
17541744
1755 #: ../gweather/gweather-dialog.c:263
1745 #: gnome-applets/gweather/gweather-dialog.c:218
17561746 msgid "Last update:"
1757 msgstr "ბოლო განახლება:"
1758
1759 #: ../gweather/gweather-dialog.c:271
1747 msgstr "უკანასკნელი განახლება:"
1748
1749 #: gnome-applets/gweather/gweather-dialog.c:224
17601750 msgid "Conditions:"
1761 msgstr "პირობები:"
1762
1763 #: ../gweather/gweather-dialog.c:279
1751 msgstr ""
1752
1753 #: gnome-applets/gweather/gweather-dialog.c:230
17641754 msgid "Sky:"
1765 msgstr "ცა:"
1766
1767 #: ../gweather/gweather-dialog.c:287
1755 msgstr ""
1756
1757 #: gnome-applets/gweather/gweather-dialog.c:236
17681758 msgid "Temperature:"
17691759 msgstr "ტემპერატურა:"
17701760
1771 #: ../gweather/gweather-dialog.c:295
1761 #: gnome-applets/gweather/gweather-dialog.c:242
17721762 msgid "Feels like:"
1773 msgstr "იგრძნობა როგორც:"
1774
1775 #: ../gweather/gweather-dialog.c:303
1763 msgstr ""
1764
1765 #: gnome-applets/gweather/gweather-dialog.c:248
17761766 msgid "Dew point:"
1777 msgstr "კონდენსაციის წერტილი:"
1778
1779 #: ../gweather/gweather-dialog.c:311
1767 msgstr ""
1768
1769 #: gnome-applets/gweather/gweather-dialog.c:254
17801770 msgid "Relative humidity:"
1781 msgstr "ფარდობითი ნესტიანობა:"
1782
1783 #: ../gweather/gweather-dialog.c:319
1771 msgstr ""
1772
1773 #: gnome-applets/gweather/gweather-dialog.c:260
17841774 msgid "Wind:"
1785 msgstr "ქარი:"
1786
1787 #: ../gweather/gweather-dialog.c:327
1775 msgstr ""
1776
1777 #: gnome-applets/gweather/gweather-dialog.c:266
17881778 msgid "Pressure:"
17891779 msgstr "წნევა:"
17901780
1791 #: ../gweather/gweather-dialog.c:335
1781 #: gnome-applets/gweather/gweather-dialog.c:272
17921782 msgid "Visibility:"
17931783 msgstr "ხილვადობა:"
17941784
1795 #: ../gweather/gweather-dialog.c:343
1785 #: gnome-applets/gweather/gweather-dialog.c:278
17961786 msgid "Sunrise:"
1797 msgstr "მზის ამოსვლა:"
1798
1799 #: ../gweather/gweather-dialog.c:351
1787 msgstr ""
1788
1789 #: gnome-applets/gweather/gweather-dialog.c:284
18001790 msgid "Sunset:"
1801 msgstr "მზის ჩასვლა:"
1802
1803 #: ../gweather/gweather-dialog.c:486
1791 msgstr ""
1792
1793 #: gnome-applets/gweather/gweather-dialog.c:390
18041794 msgid "Current Conditions"
1805 msgstr "მიმდინარე პირობები"
1806
1807 #: ../gweather/gweather-dialog.c:503
1795 msgstr ""
1796
1797 #: gnome-applets/gweather/gweather-dialog.c:405
18081798 msgid "Forecast Report"
1809 msgstr "ამინდის პროგნოზი"
1810
1811 #: ../gweather/gweather-dialog.c:503
1799 msgstr ""
1800
1801 #: gnome-applets/gweather/gweather-dialog.c:405
18121802 msgid "See the ForeCast Details"
1813 msgstr "ამინდის დეტალური პროგნოზი"
1814
1815 #: ../gweather/gweather-dialog.c:513
1803 msgstr ""
1804
1805 #: gnome-applets/gweather/gweather-dialog.c:425
18161806 msgid "Forecast"
1817 msgstr "პროგნოზი"
1818
1819 #: ../gweather/gweather-dialog.c:521
1820 msgid "Radar Map"
1821 msgstr "რადარული რუქა"
1822
1823 #: ../gweather/gweather-dialog.c:552
1824 msgid "_Visit Weather.com"
1825 msgstr "მ_ოინახულეთ Weather.com"
1826
1827 #: ../gweather/gweather-dialog.c:553
1828 msgid "Visit Weather.com"
1829 msgstr "მოინახულეთ Weather.com"
1830
1831 #: ../gweather/gweather-dialog.c:553
1832 msgid "Click to Enter Weather.com"
1833 msgstr "დაუწკაპუნეთ Weather.com-ის მოსანახულებლად"
1834
1835 #: ../gweather/gweather-dialog.c:638
1807 msgstr ""
1808
1809 #: gnome-applets/gweather/gweather-dialog.c:674
18361810 msgid "Forecast not currently available for this location."
1837 msgstr "შეუძლებელია მიმდინარე ტერიტორიისთვის პროგნოზის მიღება."
1811 msgstr ""
18381812
18391813 #. Accessible Name and Description for the components in Preference Dialog
1840 #: ../gweather/gweather-pref.c:174
1814 #: gnome-applets/gweather/gweather-pref.c:117
18411815 msgid "Location view"
1842 msgstr "ადგილმდებარეობის ხედი"
1843
1844 #: ../gweather/gweather-pref.c:174
1816 msgstr ""
1817
1818 #: gnome-applets/gweather/gweather-pref.c:117
18451819 msgid "Select Location from the list"
1846 msgstr "ადგილმდებარეობის სიიდან ამორჩევა"
1847
1848 #: ../gweather/gweather-pref.c:175
1820 msgstr ""
1821
1822 #: gnome-applets/gweather/gweather-pref.c:118
18491823 msgid "Update spin button"
1850 msgstr "განახლების ღილაკი"
1851
1852 #: ../gweather/gweather-pref.c:175
1824 msgstr ""
1825
1826 #: gnome-applets/gweather/gweather-pref.c:118
18531827 msgid "Spinbutton for updating"
1854 msgstr "განახლების ღილაკი"
1855
1856 #: ../gweather/gweather-pref.c:176
1857 msgid "Address Entry"
1858 msgstr "მისამართი"
1859
1860 #: ../gweather/gweather-pref.c:176
1861 msgid "Enter the URL"
1862 msgstr "შეყვანეთ მისამართი URL"
1863
1864 #: ../gweather/gweather-pref.c:297
1828 msgstr ""
1829
1830 #: gnome-applets/gweather/gweather-pref.c:332
18651831 msgid ""
18661832 "Failed to load the Locations XML database. Please report this as a bug."
18671833 msgstr ""
1868 "შეუძლებელია ადგილმდებარეობების XML მონაცემთა ბაზის ჩატვირთვა. გთხოვთ "
1869 "გვაცნობოთ ამ შეცდომის შესახებ."
1870
1871 #: ../gweather/gweather-pref.c:776
1834
1835 #: gnome-applets/gweather/gweather-pref.c:626
18721836 msgid "Weather Preferences"
1873 msgstr "ამინდის პარამეტრები"
1874
1875 #: ../gweather/gweather-pref.c:808 ../gweather/gweather-pref.c:993
1837 msgstr ""
1838
1839 #: gnome-applets/gweather/gweather-pref.c:657
1840 #: gnome-applets/gweather/gweather-pref.c:776
18761841 msgid "_Automatically update every:"
1877 msgstr "_ავრომატურად განახლება ყოველ:"
1842 msgstr ""
18781843
18791844 #.
18801845 #. * Units settings page.
18811846 #.
18821847 #. Temperature Unit
1883 #: ../gweather/gweather-pref.c:821
1848 #: gnome-applets/gweather/gweather-pref.c:668
18841849 msgid "_Temperature unit:"
1885 msgstr "_ტემპერატურის ერთეული:"
1886
1887 #: ../gweather/gweather-pref.c:830 ../gweather/gweather-pref.c:850
1888 #: ../gweather/gweather-pref.c:876 ../gweather/gweather-pref.c:904
1850 msgstr ""
1851
1852 #. Default means device with default route set
1853 #: gnome-applets/gweather/gweather-pref.c:677
1854 #: gnome-applets/gweather/gweather-pref.c:695
1855 #: gnome-applets/gweather/gweather-pref.c:718
1856 #: gnome-applets/gweather/gweather-pref.c:744
1857 #: gnome-applets/netspeed/preferences.c:171
18891858 msgid "Default"
1890 msgstr "ნაგულისხმევი"
1891
1892 #: ../gweather/gweather-pref.c:831
1859 msgstr "ნაგულისხმები"
1860
1861 #: gnome-applets/gweather/gweather-pref.c:678
18931862 msgid "Kelvin"
1894 msgstr "კელვინი"
1863 msgstr ""
18951864
18961865 #. TRANSLATORS: Celsius is sometimes referred Centigrade
1897 #: ../gweather/gweather-pref.c:833
1866 #: gnome-applets/gweather/gweather-pref.c:680
18981867 msgid "Celsius"
18991868 msgstr "ცელსიუსი"
19001869
1901 #: ../gweather/gweather-pref.c:834
1870 #: gnome-applets/gweather/gweather-pref.c:681
19021871 msgid "Fahrenheit"
1903 msgstr "ფარენგეიტი"
1872 msgstr ""
19041873
19051874 #. Speed Unit
1906 #: ../gweather/gweather-pref.c:841
1875 #: gnome-applets/gweather/gweather-pref.c:686
19071876 msgid "_Wind speed unit:"
1908 msgstr "ქარ_ის სიჩქარის ერთეული:"
1877 msgstr ""
19091878
19101879 #. TRANSLATOR: The wind speed unit "meters per second"
1911 #: ../gweather/gweather-pref.c:852
1880 #: gnome-applets/gweather/gweather-pref.c:697
19121881 msgid "m/s"
1913 msgstr "მ/წ"
1882 msgstr "მ/წმ"
19141883
19151884 #. TRANSLATOR: The wind speed unit "kilometers per hour"
1916 #: ../gweather/gweather-pref.c:854
1885 #: gnome-applets/gweather/gweather-pref.c:699
19171886 msgid "km/h"
1918 msgstr "კმ/ს"
1887 msgstr "კმ/სთ"
19191888
19201889 #. TRANSLATOR: The wind speed unit "miles per hour"
1921 #: ../gweather/gweather-pref.c:856
1890 #: gnome-applets/gweather/gweather-pref.c:701
19221891 msgid "mph"
1923 msgstr "მილი/საათში"
1892 msgstr "მ/სთ"
19241893
19251894 #. TRANSLATOR: The wind speed unit "knots"
1926 #: ../gweather/gweather-pref.c:858
1895 #: gnome-applets/gweather/gweather-pref.c:703
19271896 msgid "knots"
19281897 msgstr "კვანძი"
19291898
1930 #: ../gweather/gweather-pref.c:860
1899 #: gnome-applets/gweather/gweather-pref.c:704
19311900 msgid "Beaufort scale"
1932 msgstr "ბოფორტის შკალა"
1901 msgstr ""
19331902
19341903 #. Pressure Unit
1935 #: ../gweather/gweather-pref.c:867
1904 #: gnome-applets/gweather/gweather-pref.c:709
19361905 msgid "_Pressure unit:"
1937 msgstr "წნევის ე_რთეული:"
1906 msgstr ""
19381907
19391908 #. TRANSLATOR: The pressure unit "kiloPascals"
1940 #: ../gweather/gweather-pref.c:878
1909 #: gnome-applets/gweather/gweather-pref.c:720
19411910 msgid "kPa"
1942 msgstr "კილოპასკალი"
1911 msgstr ""
19431912
19441913 #. TRANSLATOR: The pressure unit "hectoPascals"
1945 #: ../gweather/gweather-pref.c:880
1914 #: gnome-applets/gweather/gweather-pref.c:722
19461915 msgid "hPa"
1947 msgstr "ჰექტოპასკალი"
1916 msgstr ""
19481917
19491918 #. TRANSLATOR: The pressure unit "millibars"
1950 #: ../gweather/gweather-pref.c:882
1919 #: gnome-applets/gweather/gweather-pref.c:724
19511920 msgid "mb"
1952 msgstr "მილიბარი"
1921 msgstr ""
19531922
19541923 #. TRANSLATOR: The pressure unit "millibars of mercury"
1955 #: ../gweather/gweather-pref.c:884
1924 #: gnome-applets/gweather/gweather-pref.c:726
19561925 msgid "mmHg"
1957 msgstr "მმ ვერცხლ.წყ"
1926 msgstr ""
19581927
19591928 #. TRANSLATOR: The pressure unit "inches of mercury"
1960 #: ../gweather/gweather-pref.c:886
1929 #: gnome-applets/gweather/gweather-pref.c:728
19611930 msgid "inHg"
1962 msgstr "დიუიმი ვერცხლ.წყ"
1931 msgstr ""
19631932
19641933 #. TRANSLATOR: The pressure unit "atmospheres"
1965 #: ../gweather/gweather-pref.c:888
1934 #: gnome-applets/gweather/gweather-pref.c:730
19661935 msgid "atm"
1967 msgstr "atm"
1936 msgstr ""
19681937
19691938 #. Distance Unit
1970 #: ../gweather/gweather-pref.c:895
1939 #: gnome-applets/gweather/gweather-pref.c:735
19711940 msgid "_Visibility unit:"
1972 msgstr "_ხილვადობის ერთეული:"
1941 msgstr ""
19731942
19741943 #. TRANSLATOR: The distance unit "meters"
1975 #: ../gweather/gweather-pref.c:906
1944 #: gnome-applets/gweather/gweather-pref.c:746
19761945 msgid "meters"
19771946 msgstr "მეტრი"
19781947
19791948 #. TRANSLATOR: The distance unit "kilometers"
1980 #: ../gweather/gweather-pref.c:908
1949 #: gnome-applets/gweather/gweather-pref.c:748
19811950 msgid "km"
1982 msgstr "კმ"
1951 msgstr "km"
19831952
19841953 #. TRANSLATOR: The distance unit "miles"
1985 #: ../gweather/gweather-pref.c:910
1954 #: gnome-applets/gweather/gweather-pref.c:750
19861955 msgid "miles"
1987 msgstr "მილი"
1988
1989 #: ../gweather/gweather-pref.c:944
1990 msgid "Enable _radar map"
1991 msgstr "_რადარის რუქის ჩართვა"
1992
1993 #: ../gweather/gweather-pref.c:958
1994 msgid "Use _custom address for radar map"
1995 msgstr "_საკუთარი რადარის რუქის გამოყენება"
1996
1997 #: ../gweather/gweather-pref.c:975
1998 msgid "A_ddress:"
1999 msgstr "მის_ამართი:"
2000
2001 #: ../gweather/gweather-pref.c:989
1956 msgstr ""
1957
1958 #: gnome-applets/gweather/gweather-pref.c:772
20021959 msgid "Update"
20031960 msgstr "განახლება"
20041961
2005 #: ../gweather/gweather-pref.c:1013
1962 #: gnome-applets/gweather/gweather-pref.c:795
20061963 msgid "minutes"
2007 msgstr "წუთებში"
2008
2009 #: ../gweather/gweather-pref.c:1029
1964 msgstr "წუთი"
1965
1966 #: gnome-applets/gweather/gweather-pref.c:807
20101967 msgid "Display"
2011 msgstr "დისპლეი"
2012
2013 #: ../gweather/gweather-pref.c:1044
2014 #: ../mini-commander/src/mini-commander.glade.h:12
1968 msgstr "ჩვენება"
1969
1970 #: gnome-applets/gweather/gweather-pref.c:815
1971 #: gnome-applets/mini-commander/mini-commander.ui:429
1972 #: gnome-applets/window-title/window-title.ui:127
20151973 msgid "General"
2016 msgstr "საერთო"
2017
2018 #: ../gweather/gweather-pref.c:1057
1974 msgstr "მთავარი"
1975
1976 #: gnome-applets/gweather/gweather-pref.c:828
20191977 msgid "_Select a location:"
2020 msgstr "მდებარეობის ამორჩევა:"
2021
2022 #: ../gweather/gweather-pref.c:1084
1978 msgstr ""
1979
1980 #: gnome-applets/gweather/gweather-pref.c:853
20231981 msgid "_Find:"
2024 msgstr "_ძიება:"
2025
2026 #: ../gweather/gweather-pref.c:1091
1982 msgstr ""
1983
1984 #: gnome-applets/gweather/gweather-pref.c:860
20271985 msgid "Find _Next"
2028 msgstr "შე_მდეგის ძიება"
2029
2030 #: ../gweather/gweather-pref.c:1112
1986 msgstr "შემდეგის _პოვნა"
1987
1988 #: gnome-applets/gweather/gweather-pref.c:878
20311989 msgid "Location"
20321990 msgstr "მდებარეობა"
20331991
2034 #: ../invest-applet/data/Invest_Applet.server.in.in.h:1
2035 #: ../invest-applet/invest/about.py:26
2036 msgid "Invest"
2037 msgstr "ინვესტირება"
2038
2039 #: ../invest-applet/data/Invest_Applet.server.in.in.h:2
2040 #: ../invest-applet/invest/about.py:29
2041 msgid "Track your invested money."
2042 msgstr "ინვესტირებული თანხის კონტროლი."
2043
2044 #: ../invest-applet/data/Invest_Applet.xml.h:3
2045 msgid "_Refresh"
2046 msgstr "_განახლება"
2047
2048 #: ../invest-applet/data/financialchart.glade.h:1
2049 msgid "10"
2050 msgstr "10"
2051
2052 #: ../invest-applet/data/financialchart.glade.h:2
2053 msgid "100"
2054 msgstr "100"
2055
2056 #: ../invest-applet/data/financialchart.glade.h:3
2057 msgid ""
2058 "1d\n"
2059 "5d\n"
2060 "3m\n"
2061 "6m\n"
2062 "1y\n"
2063 "3y"
2064 msgstr ""
2065 "1d\n"
2066 "5d\n"
2067 "3m\n"
2068 "6m\n"
2069 "1y\n"
2070 "3y"
2071
2072 #: ../invest-applet/data/financialchart.glade.h:9
2073 msgid "20"
2074 msgstr "20"
2075
2076 #: ../invest-applet/data/financialchart.glade.h:10
2077 msgid "200"
2078 msgstr "200"
2079
2080 #: ../invest-applet/data/financialchart.glade.h:11
2081 msgid "5"
2082 msgstr "5"
2083
2084 #: ../invest-applet/data/financialchart.glade.h:12
2085 msgid "50"
2086 msgstr "50"
2087
2088 #: ../invest-applet/data/financialchart.glade.h:13
2089 msgid "Auto _refresh"
2090 msgstr "ავტო _განახლება"
2091
2092 #: ../invest-applet/data/financialchart.glade.h:14
2093 msgid "Bollinger"
2094 msgstr "Bollinger"
2095
2096 #: ../invest-applet/data/financialchart.glade.h:15
2097 msgid "Downloading chart from <b>Yahoo!</b>"
2098 msgstr "მიმდინარეობს <b>Yahoo!</b> დიაგრამის ჩამოქაჩვა"
2099
2100 #: ../invest-applet/data/financialchart.glade.h:16
2101 msgid "Exponential moving average: "
2102 msgstr "ექსპონენტური საშუალო მოძრაობა: "
2103
2104 #: ../invest-applet/data/financialchart.glade.h:17
2105 msgid "Fast stoch"
2106 msgstr "სწრაფი stoch"
2107
2108 #: ../invest-applet/data/financialchart.glade.h:18
2109 #: ../invest-applet/invest/chart.py:55
2110 msgid "Financial Chart"
2111 msgstr "ფინანსური გრაფიკი"
2112
2113 #: ../invest-applet/data/financialchart.glade.h:19
2114 msgid "Indicators: "
2115 msgstr "ინდიკატორები: "
2116
2117 #: ../invest-applet/data/financialchart.glade.h:20
2118 msgid "MACD"
2119 msgstr "MACD"
2120
2121 #: ../invest-applet/data/financialchart.glade.h:21
2122 msgid "MFI"
2123 msgstr "MFI"
2124
2125 #: ../invest-applet/data/financialchart.glade.h:22
2126 msgid "Moving average: "
2127 msgstr "საშუალო მოძრაობა: "
2128
2129 #: ../invest-applet/data/financialchart.glade.h:23
2130 msgid "Overlays: "
2131 msgstr "დაფარული:"
2132
2133 #: ../invest-applet/data/financialchart.glade.h:24
2134 msgid "ROC"
2135 msgstr "ROC"
2136
2137 #: ../invest-applet/data/financialchart.glade.h:25
2138 msgid "RSI"
2139 msgstr "RSI"
2140
2141 #: ../invest-applet/data/financialchart.glade.h:26
2142 msgid "SAR"
2143 msgstr "SAR"
2144
2145 #: ../invest-applet/data/financialchart.glade.h:27
2146 msgid "Slow stoch"
2147 msgstr "ნელი stoch"
2148
2149 #: ../invest-applet/data/financialchart.glade.h:28
2150 msgid "Splits"
2151 msgstr "გაყოფები"
2152
2153 #: ../invest-applet/data/financialchart.glade.h:29
2154 msgid "Vol"
2155 msgstr "Vol"
2156
2157 #: ../invest-applet/data/financialchart.glade.h:30
2158 msgid "Vol+MA"
2159 msgstr "Vol+MA"
2160
2161 #: ../invest-applet/data/financialchart.glade.h:31
2162 msgid "Volumes"
2163 msgstr "ხმის მარეგულირებელVol+MAი აპლეტი"
2164
2165 #: ../invest-applet/data/financialchart.glade.h:33
2166 #, no-c-format
2167 msgid "W%R"
2168 msgstr "W%R"
2169
2170 #: ../invest-applet/data/financialchart.glade.h:34
2171 msgid "_Graph style: "
2172 msgstr "_დიაგრამის სტილი: "
2173
2174 #: ../invest-applet/data/financialchart.glade.h:35
2175 msgid "_Options"
2176 msgstr "_ოფციები"
2177
2178 #: ../invest-applet/data/financialchart.glade.h:36
2179 msgid "_Ticker symbol: "
2180 msgstr "_ტიკერის სიმბოლო: "
2181
2182 #: ../invest-applet/data/financialchart.glade.h:37
2183 msgid ""
2184 "l\n"
2185 "b\n"
2186 "c"
2187 msgstr ""
2188 "l\n"
2189 "b\n"
2190 "c"
2191
2192 #: ../invest-applet/data/invest-chart.desktop.in.h:1
2193 msgid "Display yahoo charts"
2194 msgstr "Yahoo-ს გრაფიკების ჩვენება"
2195
2196 #: ../invest-applet/data/invest-chart.desktop.in.h:2
2197 msgid "Invest Chart"
2198 msgstr "ინვესტირებულის გრაფიკი"
2199
2200 #: ../invest-applet/data/prefs-dialog.glade.h:1
2201 msgid "<b>Stocks</b>"
2202 msgstr "<b>აქციები</b>"
2203
2204 #: ../invest-applet/data/prefs-dialog.glade.h:2
2205 msgid ""
2206 "<i><small><b>Note:</b> Quotes are delayed at least 15 minutes.\n"
2207 "<b>Source: </b> Yahoo!</small></i>"
2208 msgstr ""
2209 "<i><small><b>ინდექსების ფასები იგვიანებენ 15 წუთით</b>\n"
2210 "<b>წყარო: </b> Yahoo!</small></i>"
2211
2212 #: ../invest-applet/data/prefs-dialog.glade.h:4
2213 msgid "Invest Preferences"
2214 msgstr "ინვესტირების პარამეტრები"
2215
2216 #: ../invest-applet/invest/about.py:32
2217 msgid "Invest Website"
2218 msgstr "ინვესტ ვებ გვერდი"
2219
2220 #: ../invest-applet/invest/chart.py:103
2221 #, python-format
2222 msgid "Financial Chart - %s"
2223 msgstr "ფინანსური გრაფიკი - %s"
2224
2225 #: ../invest-applet/invest/chart.py:169
2226 msgid "Opening Chart"
2227 msgstr "ვხსნი გრაფიკს"
2228
2229 #: ../invest-applet/invest/chart.py:181 ../invest-applet/invest/chart.py:204
2230 msgid "Downloading Chart"
2231 msgstr "მიმდინარეობს გრაფიკის ჩამოქაჩვა"
2232
2233 #: ../invest-applet/invest/chart.py:193
2234 msgid "Reading Chart chunk"
2235 msgstr "მიმდინარეობს გრაფიკის ნაწილის წაკითხვა"
2236
2237 #: ../invest-applet/invest/invest-applet.py:44
2238 msgid "Invest Applet"
2239 msgstr "ინვესტირების აპლეტი"
2240
2241 #: ../invest-applet/invest/preferences.py:44
2242 msgid "Symbol"
2243 msgstr "სიმბოლო"
2244
2245 #: ../invest-applet/invest/preferences.py:51
2246 msgid "Amount"
2247 msgstr "რაოდენობა"
2248
2249 #: ../invest-applet/invest/preferences.py:58
2250 msgid "Price"
2251 msgstr "ფასი"
2252
2253 #: ../invest-applet/invest/preferences.py:65
2254 msgid "Commission"
2255 msgstr "Commission"
2256
2257 #. TRANSLATOR: Change this to the default location name,
2258 #. * used when you first start the Weather Applet. This is
2259 #. * the common localised name that corresponds to
2260 #. * the location code (DEFAULT_CODE) you will put on the next message
2261 #. * For example, for the Greek locale, we set this to "Athens", the
2262 #. * capital city and we write it in Greek. It's important to translate
2263 #. * this name.
2264 #. *
2265 #. * If you do not require a DEFAULT_LOCATION, set this to
2266 #. * "DEFAULT_LOCATION".
2267 #.
2268 #: ../libgweather/gweather-gconf.c:162 ../libgweather/gweather-gconf.c:163
2269 #: ../libgweather/gweather.schemas.in.h:5
2270 msgid "DEFAULT_LOCATION"
2271 msgstr "თბილისი/თბილისის აეროპორტი"
2272
2273 #. TRANSLATOR: Change this to the code of your default location that
2274 #. * corresponds to the DEFAULT_LOCATION name you put above. This is
2275 #. * normally a four-letter (ICAO) code and can be found in
2276 #. * http://cvs.gnome.org/viewcvs/gnome-applets/gweather/Locations.xml.in
2277 #. * NB. The web page is over 1.7MB in size.
2278 #. * Pick a default location like a capital city so that it would be ok
2279 #. * for more of your users. For example, for Greek, we use "LGAV" for
2280 #. * the capital city, Athens.
2281 #. *
2282 #. * If you do not require a DEFAULT_CODE, set this to "DEFAULT_CODE".
2283 #.
2284 #: ../libgweather/gweather-gconf.c:182 ../libgweather/gweather-gconf.c:183
2285 #: ../libgweather/gweather.schemas.in.h:3
2286 msgid "DEFAULT_CODE"
2287 msgstr "UUEE"
2288
2289 #. TRANSLATOR: Change this to the zone of your default location that
2290 #. * corresponds to the DEFAULT_LOCATION and DEFAULT_CODE you put above.
2291 #. * Normally, US and Canada locations have zones while the rest do not.
2292 #. * Check
2293 #. * http://cvs.gnome.org/viewcvs/gnome-applets/gweather/Locations.xml.in
2294 #. * as any zone you put here must also be present in the Locations.xml
2295 #. * file.
2296 #. *
2297 #. * If your default location does not have a zone, set this to
2298 #. * "DEFAULT_ZONE".
2299 #.
2300 #: ../libgweather/gweather-gconf.c:202 ../libgweather/gweather-gconf.c:203
2301 #: ../libgweather/gweather.schemas.in.h:7
2302 msgid "DEFAULT_ZONE"
2303 msgstr "DEFAULT_ZONE"
2304
2305 #. TRANSLATOR: Change this to the radar of your default location that
2306 #. * corresponds to the DEFAULT_LOCATION and DEFAULT_CODE you put above.
2307 #. * Normally, US and Canada locations have radar names while the rest do
2308 #. * not. Check
2309 #. * http://cvs.gnome.org/viewcvs/gnome-applets/gweather/Locations.xml.in
2310 #. * as any radar you put here must also be present in the Locations.xml
2311 #. * file.
2312 #. *
2313 #. * If your default location does not have a radar, set this to " "
2314 #. * (or space).
2315 #. * If you do not have a default location, set this to DEFAULT_RADAR.
2316 #.
2317 #: ../libgweather/gweather-gconf.c:223 ../libgweather/gweather-gconf.c:224
2318 #: ../libgweather/gweather.schemas.in.h:6
2319 msgid "DEFAULT_RADAR"
2320 msgstr "---"
2321
2322 #. TRANSLATOR: Change this to the coordinates of your default location
2323 #. * that corresponds to the DEFAULT_LOCATION and DEFAULT_CODE you put
2324 #. * above. Check
2325 #. * http://cvs.gnome.org/viewcvs/gnome-applets/gweather/Locations.xml.in
2326 #. * as any coordinates you put here must also be present in the
2327 #. * Locations.xml file.
2328 #. *
2329 #. * If your default location does not have known coordinates, set this
2330 #. * to " " (or space).
2331 #. * If you do not have a default location, set this to
2332 #. * DEFAULT_COORDINATES.
2333 #.
2334 #: ../libgweather/gweather-gconf.c:244 ../libgweather/gweather-gconf.c:245
2335 #: ../libgweather/gweather.schemas.in.h:4
2336 msgid "DEFAULT_COORDINATES"
2337 msgstr "55-59N 037-30E"
2338
2339 #. TRANSLATOR: This is the default unit to use for temperature measurements.
2340 #. Valid values are: "K" (Kelvin), "C" (Celsius) and "F" (Fahrenheit)
2341 #: ../libgweather/gweather-prefs.c:70 ../libgweather/gweather-prefs.c:79
2342 msgid "DEFAULT_TEMP_UNIT"
2343 msgstr "C°"
2344
2345 #. TRANSLATOR: This is the default unit to use for wind speed.
2346 #. Valid values are: "m/s" (meters per second), "km/h" (kilometers per hour),
2347 #. "mph" (miles per hour) and "knots"
2348 #: ../libgweather/gweather-prefs.c:107 ../libgweather/gweather-prefs.c:117
2349 msgid "DEFAULT_SPEED_UNIT"
2350 msgstr "მ/წმ"
2351
2352 #. TRANSLATOR: This is the default unit to use for atmospheric pressure.
2353 #. Valid values are: "kPa" (kiloPascals), "hPa" (hectoPascals),
2354 #. "mb" (millibars), "mmHg" (millimeters of mercury),
2355 #. "inHg" (inches of mercury) and "atm" (atmosphere)
2356 #: ../libgweather/gweather-prefs.c:147 ../libgweather/gweather-prefs.c:158
2357 msgid "DEFAULT_PRESSURE_UNIT"
2358 msgstr "გ/ცელსიუსი"
2359
2360 #. TRANSLATOR: This is the default unit to use for visibility distance.
2361 #. Valid values are: "m" (meters), "km" (kilometers) and "mi" (miles)
2362 #: ../libgweather/gweather-prefs.c:186 ../libgweather/gweather-prefs.c:195
2363 msgid "DEFAULT_DISTANCE_UNIT"
2364 msgstr "კმ"
2365
2366 #: ../libgweather/weather.c:179
2367 msgid "Variable"
2368 msgstr "ცვლადი"
2369
2370 #: ../libgweather/weather.c:180
2371 msgid "North"
2372 msgstr "ჩრდილოეთი"
2373
2374 #: ../libgweather/weather.c:180
2375 msgid "North - NorthEast"
2376 msgstr "ჩრდილო-ჩრდილო-აღმოსავლური"
2377
2378 #: ../libgweather/weather.c:180
2379 msgid "Northeast"
2380 msgstr "ჩრდილო აღმოსავლეთის"
2381
2382 #: ../libgweather/weather.c:180
2383 msgid "East - NorthEast"
2384 msgstr "აღმოსავლეთ-ჩრდილო-აღმოსავლეთის"
2385
2386 #: ../libgweather/weather.c:181
2387 msgid "East"
2388 msgstr "აღმოსავლეთი"
2389
2390 #: ../libgweather/weather.c:181
2391 msgid "East - Southeast"
2392 msgstr "აღმოსავლეთ-სამხრეთ-აღმოსავლეთის"
2393
2394 #: ../libgweather/weather.c:181
2395 msgid "Southeast"
2396 msgstr "სამხრეთ-აღმოსავლეთის"
2397
2398 #: ../libgweather/weather.c:181
2399 msgid "South - Southeast"
2400 msgstr "სამხრეთ-სამხრეთ-აღმოსავლეთის"
2401
2402 #: ../libgweather/weather.c:182
2403 msgid "South"
2404 msgstr "სამხრეთი"
2405
2406 #: ../libgweather/weather.c:182
2407 msgid "South - Southwest"
2408 msgstr "სამხრეთ-სამხრეთ-დასავლეთის"
2409
2410 #: ../libgweather/weather.c:182
2411 msgid "Southwest"
2412 msgstr "სამხრეთ-დასავლეთის"
2413
2414 #: ../libgweather/weather.c:182
2415 msgid "West - Southwest"
2416 msgstr "დასავლეთ-სამხრეთ-დასავლეთის"
2417
2418 #: ../libgweather/weather.c:183
2419 msgid "West"
2420 msgstr "დასავლეთი"
2421
2422 #: ../libgweather/weather.c:183
2423 msgid "West - Northwest"
2424 msgstr "დასავლეთ-ჩრდილო-დასავლეთის"
2425
2426 #: ../libgweather/weather.c:183
2427 msgid "Northwest"
2428 msgstr "ჩრდილო-დასავლეთის"
2429
2430 #: ../libgweather/weather.c:183
2431 msgid "North - Northwest"
2432 msgstr "ჩრდილო-ჩრდილო-დასავლეთის"
2433
2434 #: ../libgweather/weather.c:189 ../libgweather/weather.c:687
2435 #: ../libgweather/weather.c:736 ../libgweather/weather.c:749
2436 #: ../libgweather/weather.c:761 ../libgweather/weather.c:776
2437 #: ../libgweather/weather.c:792 ../libgweather/weather.c:829
2438 #: ../libgweather/weather.c:841 ../libgweather/weather.c:860
2439 #: ../libgweather/weather.c:892 ../libgweather/weather.c:905
2440 #: ../libgweather/weather.c:925
2441 msgid "Unknown"
2442 msgstr "უცნობი"
2443
2444 #: ../libgweather/weather.c:191 ../libgweather/weather.c:208
2445 #: ../libgweather/weather.c:279
2446 msgid "Invalid"
2447 msgstr "მიუღებელი"
2448
2449 #: ../libgweather/weather.c:197
2450 msgid "Clear Sky"
2451 msgstr "სუფთა ცა"
2452
2453 #: ../libgweather/weather.c:198
2454 msgid "Broken clouds"
2455 msgstr "აქა-იქ ღრუბლიანი ცა"
2456
2457 #: ../libgweather/weather.c:199
2458 msgid "Scattered clouds"
2459 msgstr "არახშირი მოღრუბლულობა"
2460
2461 #: ../libgweather/weather.c:200
2462 msgid "Few clouds"
2463 msgstr "მცირედი მოღრუბლულობა"
2464
2465 #: ../libgweather/weather.c:201
2466 msgid "Overcast"
2467 msgstr "ხშირი მოღრუბლულობა"
2468
2469 #. TRANSLATOR: If you want to know what "blowing" "shallow" "partial"
2470 #. * etc means, you can go to http://www.weather.com/glossary/ and
2471 #. * http://www.crh.noaa.gov/arx/wx.tbl.html
2472 #. NONE
2473 #: ../libgweather/weather.c:240 ../libgweather/weather.c:242
2474 msgid "Thunderstorm"
2475 msgstr "ჭექა-ქუხილი"
2476
2477 #. DRIZZLE
2478 #: ../libgweather/weather.c:241
2479 msgid "Drizzle"
2480 msgstr "ჟინჟლავს"
2481
2482 #: ../libgweather/weather.c:241
2483 msgid "Light drizzle"
2484 msgstr "მცირედი ჟინჟვლა"
2485
2486 #: ../libgweather/weather.c:241
2487 msgid "Moderate drizzle"
2488 msgstr "ზომიერი მცირედი წვიმა"
2489
2490 #: ../libgweather/weather.c:241
2491 msgid "Heavy drizzle"
2492 msgstr "ხშირი წვიმა"
2493
2494 #: ../libgweather/weather.c:241
2495 msgid "Freezing drizzle"
2496 msgstr "ცივი სეტყვისებრი წვიმა"
2497
2498 #. RAIN
2499 #: ../libgweather/weather.c:242
2500 msgid "Rain"
2501 msgstr "წვიმა"
2502
2503 #: ../libgweather/weather.c:242
2504 msgid "Light rain"
2505 msgstr "სუსტი წვიმა"
2506
2507 #: ../libgweather/weather.c:242
2508 msgid "Moderate rain"
2509 msgstr "ზომიერი წვიმა"
2510
2511 #: ../libgweather/weather.c:242
2512 msgid "Heavy rain"
2513 msgstr "ძლიერი წვიმა"
2514
2515 #: ../libgweather/weather.c:242
2516 msgid "Rain showers"
2517 msgstr "კოკისპირული წვიმა"
2518
2519 #: ../libgweather/weather.c:242
2520 msgid "Freezing rain"
2521 msgstr "სეტყვიანი წვიმა"
2522
2523 #. SNOW
2524 #: ../libgweather/weather.c:243
2525 msgid "Snow"
2526 msgstr "თოვლი"
2527
2528 #: ../libgweather/weather.c:243
2529 msgid "Light snow"
2530 msgstr "მცირე თოვლი"
2531
2532 #: ../libgweather/weather.c:243
2533 msgid "Moderate snow"
2534 msgstr "ზომიერი თოვლი"
2535
2536 #: ../libgweather/weather.c:243
2537 msgid "Heavy snow"
2538 msgstr "ხშირი თოვლი"
2539
2540 #: ../libgweather/weather.c:243
2541 msgid "Snowstorm"
2542 msgstr "თოვლიანი ქარბუქი"
2543
2544 #: ../libgweather/weather.c:243
2545 msgid "Blowing snowfall"
2546 msgstr "ძლიერი თოვლიანი ქარბუქი"
2547
2548 #: ../libgweather/weather.c:243
2549 msgid "Snow showers"
2550 msgstr "კოკისპირული თოვლიანობა"
2551
2552 #: ../libgweather/weather.c:243
2553 msgid "Drifting snow"
2554 msgstr "თოვლის დიუნები"
2555
2556 #. SNOW_GRAINS
2557 #: ../libgweather/weather.c:244
2558 msgid "Snow grains"
2559 msgstr "თოვლიანი ცვიმა"
2560
2561 #: ../libgweather/weather.c:244
2562 msgid "Light snow grains"
2563 msgstr "მცირე თოვლიანი წვიმა"
2564
2565 #: ../libgweather/weather.c:244
2566 msgid "Moderate snow grains"
2567 msgstr "ზომიეღი თოვლიანი წვიმა"
2568
2569 #: ../libgweather/weather.c:244
2570 msgid "Heavy snow grains"
2571 msgstr "ხშირი თოვლიანი წვიმა"
2572
2573 #. ICE_CRYSTALS
2574 #: ../libgweather/weather.c:245
2575 msgid "Ice crystals"
2576 msgstr "ყინულის კრისტალები"
2577
2578 #. ICE_PELLETS
2579 #: ../libgweather/weather.c:246
2580 msgid "Ice pellets"
2581 msgstr "სეტყვა"
2582
2583 #: ../libgweather/weather.c:246
2584 msgid "Few ice pellets"
2585 msgstr "ცოტაოდენი სეტყვა"
2586
2587 #: ../libgweather/weather.c:246
2588 msgid "Moderate ice pellets"
2589 msgstr "ზომიერი სეტყვა"
2590
2591 #: ../libgweather/weather.c:246
2592 msgid "Heavy ice pellets"
2593 msgstr "ხშირი სეტყვა"
2594
2595 #: ../libgweather/weather.c:246
2596 msgid "Ice pellet storm"
2597 msgstr "სეტყვიანი ქარბუქი"
2598
2599 #: ../libgweather/weather.c:246
2600 msgid "Showers of ice pellets"
2601 msgstr "სეტყვიანი კოკისპირული წვიმა"
2602
2603 #. HAIL
2604 #: ../libgweather/weather.c:247
2605 msgid "Hail"
2606 msgstr "სეტყვა"
2607
2608 #: ../libgweather/weather.c:247
2609 msgid "Hailstorm"
2610 msgstr "სეტყვიანი შტორმი"
2611
2612 #: ../libgweather/weather.c:247
2613 msgid "Hail showers"
2614 msgstr "აქა-იქ სეტყვა"
2615
2616 #. SMALL_HAIL
2617 #: ../libgweather/weather.c:248
2618 msgid "Small hail"
2619 msgstr "წვრილი სეტყვა"
2620
2621 #: ../libgweather/weather.c:248
2622 msgid "Small hailstorm"
2623 msgstr "მცირე სეტყვიანი შტორმი"
2624
2625 #: ../libgweather/weather.c:248
2626 msgid "Showers of small hail"
2627 msgstr "წვიმა და წვრილი სეტყვა"
2628
2629 #. PRECIPITATION
2630 #: ../libgweather/weather.c:249
2631 msgid "Unknown precipitation"
2632 msgstr "უცნობი ნალექიანობა"
2633
2634 #. MIST
2635 #: ../libgweather/weather.c:250
2636 msgid "Mist"
2637 msgstr "ნისლი"
2638
2639 #. FOG
2640 #: ../libgweather/weather.c:251
2641 msgid "Fog"
2642 msgstr "კვამლი"
2643
2644 #: ../libgweather/weather.c:251
2645 msgid "Fog in the vicinity"
2646 msgstr "კვამლი ახლო მდებარე ტერიტორიაზე"
2647
2648 #: ../libgweather/weather.c:251
2649 msgid "Shallow fog"
2650 msgstr "ხშირი ბინდი"
2651
2652 #: ../libgweather/weather.c:251
2653 msgid "Patches of fog"
2654 msgstr "აქა-იქ დაბინდული"
2655
2656 #: ../libgweather/weather.c:251
2657 msgid "Partial fog"
2658 msgstr "დროდადრო ბინდი"
2659
2660 #: ../libgweather/weather.c:251
2661 msgid "Freezing fog"
2662 msgstr "გაყინული ბინდი"
2663
2664 #. SMOKE
2665 #: ../libgweather/weather.c:252
2666 msgid "Smoke"
2667 msgstr "კვამლი"
2668
2669 #. VOLCANIC_ASH
2670 #: ../libgweather/weather.c:253
2671 msgid "Volcanic ash"
2672 msgstr "ვულკანური ფერფლი"
2673
2674 #. SAND
2675 #: ../libgweather/weather.c:254
2676 msgid "Sand"
2677 msgstr "ქვიშა"
2678
2679 #: ../libgweather/weather.c:254
2680 msgid "Blowing sand"
2681 msgstr "ქვიშის ქარბუქი"
2682
2683 #: ../libgweather/weather.c:254
2684 msgid "Drifting sand"
2685 msgstr "მტვრის ნამქერი"
2686
2687 #. HAZE
2688 #: ../libgweather/weather.c:255
2689 msgid "Haze"
2690 msgstr "მტვრიანი ნისლი"
2691
2692 #. SPRAY
2693 #: ../libgweather/weather.c:256
2694 msgid "Blowing sprays"
2695 msgstr "ძლიერი მტვრიანი ქარი"
2696
2697 #. DUST
2698 #: ../libgweather/weather.c:257
2699 msgid "Dust"
2700 msgstr "მტვერი"
2701
2702 #: ../libgweather/weather.c:257
2703 msgid "Blowing dust"
2704 msgstr "მტვრის ქარბუქი"
2705
2706 #: ../libgweather/weather.c:257
2707 msgid "Drifting dust"
2708 msgstr "მტვრის ნიავქარი"
2709
2710 #. SQUALL
2711 #: ../libgweather/weather.c:258
2712 msgid "Squall"
2713 msgstr "შკვალი"
2714
2715 #. SANDSTORM
2716 #: ../libgweather/weather.c:259
2717 msgid "Sandstorm"
2718 msgstr "ქვიშის ქარბუქი"
2719
2720 #: ../libgweather/weather.c:259
2721 msgid "Sandstorm in the vicinity"
2722 msgstr "ახლომახლო ქვიშის ქარბუქი"
2723
2724 #: ../libgweather/weather.c:259
2725 msgid "Heavy sandstorm"
2726 msgstr "ძლიერი ქვიშის ქარი"
2727
2728 #. DUSTSTORM
2729 #: ../libgweather/weather.c:260
2730 msgid "Duststorm"
2731 msgstr "მტვრის ქარბუქი"
2732
2733 #: ../libgweather/weather.c:260
2734 msgid "Duststorm in the vicinity"
2735 msgstr "ახლო-მახლო მტვრის ქარბუქი"
2736
2737 #: ../libgweather/weather.c:260
2738 msgid "Heavy duststorm"
2739 msgstr "ძლიერი მტვრიანი ქარი"
2740
2741 #. FUNNEL_CLOUD
2742 #: ../libgweather/weather.c:261
2743 msgid "Funnel cloud"
2744 msgstr "ქარბორბალა"
2745
2746 #. TORNADO
2747 #: ../libgweather/weather.c:262
2748 msgid "Tornado"
2749 msgstr "ტორნადო"
2750
2751 #. DUST_WHIRLS
2752 #: ../libgweather/weather.c:263
2753 msgid "Dust whirls"
2754 msgstr "მტვრიანი ქარი"
2755
2756 #: ../libgweather/weather.c:263
2757 msgid "Dust whirls in the vicinity"
2758 msgstr "ახლომახლო მტვრის ქარბორბალები"
2759
2760 #. TRANSLATOR: this is a format string for strftime
2761 #. * see `man 3 strftime` for more details
2762 #.
2763 #: ../libgweather/weather.c:659
2764 msgid "%a, %b %d / %H:%M"
2765 msgstr "%a, %b %d / %H:%M"
2766
2767 #: ../libgweather/weather.c:674
2768 msgid "Unknown observation time"
2769 msgstr "დაკვირვების უცნობი დრო"
2770
2771 #. TRANSLATOR: This is the temperature in degrees Fahrenheit (\302\260 is the degree symbol)
2772 #: ../libgweather/weather.c:707
2773 #, c-format
2774 msgid "%.1f °F"
2775 msgstr "%.1f °F"
2776
2777 #. TRANSLATOR: This is the temperature in degrees Fahrenheit (\302\260 is the degree symbol)
2778 #: ../libgweather/weather.c:710
2779 #, c-format
2780 msgid "%d °F"
2781 msgstr "%d °F"
2782
2783 #. TRANSLATOR: This is the temperature in degrees Celsius (\302\260 is the degree symbol)
2784 #: ../libgweather/weather.c:716
2785 #, c-format
2786 msgid "%.1f °C"
2787 msgstr "%.1f °C"
2788
2789 #. TRANSLATOR: This is the temperature in degrees Celsius (\302\260 is the degree symbol)
2790 #: ../libgweather/weather.c:719
2791 #, c-format
2792 msgid "%d °C"
2793 msgstr "%d °C"
2794
2795 #. TRANSLATOR: This is the temperature in kelvin
2796 #: ../libgweather/weather.c:725
2797 #, c-format
2798 msgid "%.1f K"
2799 msgstr "%.1f K"
2800
2801 #. TRANSLATOR: This is the temperature in kelvin
2802 #: ../libgweather/weather.c:728
2803 #, c-format
2804 msgid "%d K"
2805 msgstr "%d K"
2806
2807 #. TRANSLATOR: This is the humidity in percent
2808 #: ../libgweather/weather.c:779
2809 #, c-format
2810 msgid "%.f%%"
2811 msgstr "%.f%%"
2812
2813 #. TRANSLATOR: This is the wind speed in knots
2814 #: ../libgweather/weather.c:804
2815 #, c-format
2816 msgid "%0.1f knots"
2817 msgstr "%0.1f კვანძი"
2818
2819 #. TRANSLATOR: This is the wind speed in miles per hour
2820 #: ../libgweather/weather.c:808
2821 #, c-format
2822 msgid "%.1f mph"
2823 msgstr "%.1f მილი/სთ"
2824
2825 #. TRANSLATOR: This is the wind speed in kilometers per hour
2826 #: ../libgweather/weather.c:812
2827 #, c-format
2828 msgid "%.1f km/h"
2829 msgstr "%.1f კმ/ს"
2830
2831 #. TRANSLATOR: This is the wind speed in meters per second
2832 #: ../libgweather/weather.c:816
2833 #, c-format
2834 msgid "%.1f m/s"
2835 msgstr "%.1f მ/წ"
2836
2837 #. TRANSLATOR: This is the wind speed as a Beaufort force factor
2838 #. * (commonly used in nautical wind estimation).
2839 #.
2840 #: ../libgweather/weather.c:822
2841 #, c-format
2842 msgid "Beaufort force %.1f"
2843 msgstr "%.1f ბალი ბოფორტის შკალით"
2844
2845 #: ../libgweather/weather.c:843
2846 msgid "Calm"
2847 msgstr "მშვიდი ნიავი"
2848
2849 #. TRANSLATOR: This is 'wind direction' / 'wind speed'
2850 #: ../libgweather/weather.c:847
2851 #, c-format
2852 msgid "%s / %s"
2853 msgstr "%s / %s"
2854
2855 #. TRANSLATOR: This is pressure in inches of mercury
2856 #: ../libgweather/weather.c:865
2857 #, c-format
2858 msgid "%.2f inHg"
2859 msgstr "%.2f inHg"
2860
2861 #. TRANSLATOR: This is pressure in millimeters of mercury
2862 #: ../libgweather/weather.c:869
2863 #, c-format
2864 msgid "%.1f mmHg"
2865 msgstr "%.1f mmHg"
2866
2867 #. TRANSLATOR: This is pressure in kiloPascals
2868 #: ../libgweather/weather.c:873
2869 #, c-format
2870 msgid "%.2f kPa"
2871 msgstr "%.2f კილო.პასკალი"
2872
2873 #. TRANSLATOR: This is pressure in hectoPascals
2874 #: ../libgweather/weather.c:877
2875 #, c-format
2876 msgid "%.2f hPa"
2877 msgstr "%.2f ჰეკტო.პასკალი"
2878
2879 #. TRANSLATOR: This is pressure in millibars
2880 #: ../libgweather/weather.c:881
2881 #, c-format
2882 msgid "%.2f mb"
2883 msgstr "%.2f მილიბარი"
2884
2885 #. TRANSLATOR: This is pressure in atmospheres
2886 #: ../libgweather/weather.c:885
2887 #, c-format
2888 msgid "%.3f atm"
2889 msgstr "%.2f ატმო"
2890
2891 #. TRANSLATOR: This is the visibility in miles
2892 #: ../libgweather/weather.c:910
2893 #, c-format
2894 msgid "%.1f miles"
2895 msgstr "%.1f მილი"
2896
2897 #. TRANSLATOR: This is the visibility in kilometers
2898 #: ../libgweather/weather.c:914
2899 #, c-format
2900 msgid "%.1f km"
2901 msgstr "%.1f კმ"
2902
2903 #. TRANSLATOR: This is the visibility in meters
2904 #: ../libgweather/weather.c:918
2905 #, c-format
2906 msgid "%.0fm"
2907 msgstr "%.0f მ"
2908
2909 #: ../libgweather/weather.c:946 ../libgweather/weather.c:966
2910 msgid "%H:%M"
2911 msgstr "%H:%M"
2912
2913 #: ../libgweather/weather.c:999
2914 msgid "Retrieval failed"
2915 msgstr "მიღება ვერ შედგა."
2916
2917 #: ../libgweather/weather-iwin.c:213 ../libgweather/weather-metar.c:550
2918 #: ../libgweather/weather-metar.c:578
2919 msgid "WeatherInfo missing location"
2920 msgstr "არ არსებული WeatherInfo-ს ადგილმდებარეობა"
2921
2922 #: ../libgweather/weather-metar.c:523 ../libgweather/weather-metar.c:558
2923 #: ../libgweather/weather-wx.c:62
2924 msgid "Failed to get METAR data.\n"
2925 msgstr "ვერ განხორციელდა META მონაცემების გადმოტანა.\n"
2926
2927 #: ../libgweather/gweather.schemas.in.h:1
2928 msgid ""
2929 "A three-digit-long code for retrieving radar maps from weather.com, found "
2930 "from http://cvs.gnome.org/viewcvs/*checkout*/gnome-applets/gweather/"
2931 "Locations.xml.in"
2932 msgstr ""
2933 "A three-digit-long code for retrieving radar maps from weather.com, found "
2934 "from http://cvs.gnome.org/viewcvs/*checkout*/gnome-applets/gweather/"
2935 "Locations.xml.in"
2936
2937 #: ../libgweather/gweather.schemas.in.h:2
2938 msgid ""
2939 "A unique zone for the city, as found from http://cvs.gnome.org/viewcvs/"
2940 "*checkout*/gnome-applets/gweather/Locations.xml.in"
2941 msgstr ""
2942 "A unique zone for the city, as found from http://cvs.gnome.org/viewcvs/"
2943 "*checkout*/gnome-applets/gweather/Locations.xml.in"
2944
2945 #: ../libgweather/gweather.schemas.in.h:8
2946 msgid ""
2947 "Determines whether the applet automatically updates its weather statistics "
2948 "or not."
2949 msgstr "ქალაქის მიხედვით ინფორმაციის ავტომატური განსაზღვრა."
2950
2951 #: ../libgweather/gweather.schemas.in.h:9
2952 msgid "Display radar map"
2953 msgstr "რადარული რუქის ჩვენება"
2954
2955 #: ../libgweather/gweather.schemas.in.h:10
2956 msgid "Distance unit"
2957 msgstr "მანძილის ერთეული"
2958
2959 #: ../libgweather/gweather.schemas.in.h:11
2960 msgid "Fetch a radar map on each update."
2961 msgstr "ყოველი განახლებისას რადარული რუქის შეცვლა."
2962
2963 #: ../libgweather/gweather.schemas.in.h:12
2964 msgid ""
2965 "If true, then retrieve a radar map from a location specified by the \"radar"
2966 "\" key."
2967 msgstr ""
2968 "თუ ჩართულია, რადარის რუქის მიღება განხორციელდება გასაღებ \"radar\"-ის "
2969 "მიხედვით."
2970
2971 #: ../libgweather/gweather.schemas.in.h:13
2972 msgid ""
2973 "Latitude and longitude of your location expressed in DD-MM-SS[NS] DD-MM-"
2974 "SS[EW]."
2975 msgstr ""
2976 "თქვენი მდებარეობის განედი და გრძედი წარმოდგენილია DD-MM-SS[NS] DD-MM-SS[EW] "
2977 "ფორმატში."
2978
2979 #: ../libgweather/gweather.schemas.in.h:14
2980 msgid "Location coordinates"
2981 msgstr "მდებარეობის კოორდინატები"
2982
2983 #: ../libgweather/gweather.schemas.in.h:15
2984 msgid "Nearby city"
2985 msgstr "ახლომდებარე ქალაქი"
2986
2987 #: ../libgweather/gweather.schemas.in.h:16
2988 msgid ""
2989 "Nearby major zone, such as a capital city, as found from http://cvs.gnome."
2990 "org/viewcvs/*checkout*/gnome-applets/gweather/Locations.xml.in"
2991 msgstr ""
2992 "ახლომდებარე ზონა, როგორიც არის დედაქალაქი, იხილეთ http://cvs.gnome.org/"
2993 "viewcvs/*checkout*/gnome-applets/gweather/Locations.xml.in"
2994
2995 #: ../libgweather/gweather.schemas.in.h:17
2996 #: ../mini-commander/src/mini-commander.schemas.in.h:12
2997 msgid "Not used anymore"
2998 msgstr "აღარ გამოიყენება"
2999
3000 #: ../libgweather/gweather.schemas.in.h:18
3001 msgid "Pressure unit"
3002 msgstr "წნევის ერთეული"
3003
3004 #: ../libgweather/gweather.schemas.in.h:19
3005 msgid "Radar location"
3006 msgstr "რადარის მდებარეობა"
3007
3008 #: ../libgweather/gweather.schemas.in.h:20
3009 msgid "Speed unit"
3010 msgstr "სიჩქარის ერთეული"
3011
3012 #: ../libgweather/gweather.schemas.in.h:21
3013 msgid "Temperature unit"
3014 msgstr "ტემპერატურის ერთეული"
3015
3016 #: ../libgweather/gweather.schemas.in.h:22
3017 msgid "The city that gweather displays information for."
3018 msgstr "ქალაქი რომლისთვისაც gweather-ი ინფორმაციას აჩვენებს"
3019
3020 #: ../libgweather/gweather.schemas.in.h:23
3021 msgid "The custom url from where to retrieve a radar map."
3022 msgstr "საკუთარი მისამართი საიდანაც რადარის რუქის მიღებაა შესაძლებელი."
3023
3024 #: ../libgweather/gweather.schemas.in.h:24
3025 msgid "The interval, in seconds, between automatic updates."
3026 msgstr "ინტერვალი (წამებში) ავტომატურ განახლებებს შორის."
3027
3028 #: ../libgweather/gweather.schemas.in.h:25
3029 msgid "The unit to use for pressure."
3030 msgstr "წნევის განმსაზღვრელი ერთეული."
3031
3032 #: ../libgweather/gweather.schemas.in.h:26
3033 msgid "The unit to use for temperature."
3034 msgstr "ტემპერატურის განმსაზღვრელი ერთეული."
3035
3036 #: ../libgweather/gweather.schemas.in.h:27
3037 msgid "The unit to use for visibility."
3038 msgstr "ხილვადობის განმსაზღვრელი ერთეული."
3039
3040 #: ../libgweather/gweather.schemas.in.h:28
3041 msgid "The unit to use for wind speed."
3042 msgstr "ქარის სიჩქარის განმსაზღვრელი ერთეული."
3043
3044 #: ../libgweather/gweather.schemas.in.h:29
3045 msgid "Update interval"
3046 msgstr "განახლების ინტერვალი"
3047
3048 #: ../libgweather/gweather.schemas.in.h:30
3049 msgid "Update the data automatically"
3050 msgstr "მონაცემების ავტომატური განახლება"
3051
3052 #: ../libgweather/gweather.schemas.in.h:31
3053 msgid "Url for the radar map"
3054 msgstr "რადარული რუქის მისამართი"
3055
3056 #: ../libgweather/gweather.schemas.in.h:32
3057 msgid "Use custom url for the radar map"
3058 msgstr "რადარული რუქისთვის საკუთარი მისამართის გამოყენება"
3059
3060 #: ../libgweather/gweather.schemas.in.h:33
3061 msgid "Use metric units"
3062 msgstr "მეტრული სისტემის გამოყენება"
3063
3064 #: ../libgweather/gweather.schemas.in.h:34
3065 msgid "Use metric units instead of english units."
3066 msgstr "ინგლისური ერთეულების მაგივრად მეტრული სისტემის გამოყენება"
3067
3068 #: ../libgweather/gweather.schemas.in.h:35
3069 msgid "Weather for a city"
3070 msgstr "ქალაქის ამინდი"
3071
3072 #: ../libgweather/gweather.schemas.in.h:36
3073 msgid "Weather location information"
3074 msgstr "ადგილმდებაეობის ამინდის შესახებ ინფორმაცია"
3075
3076 #: ../libgweather/gweather.schemas.in.h:37
3077 msgid "Weather location information."
3078 msgstr "ადგილმდებაეობის ამინდის შესახებ ინფორმაცია."
3079
3080 #: ../libgweather/gweather.schemas.in.h:38
3081 msgid "Zone location"
3082 msgstr "ზონის მდებარეობა"
3083
3084 #: ../mini-commander/GNOME_MiniCommanderApplet.server.in.h:1
3085 msgid "Deskbar (ne Mini-Commander)"
3086 msgstr "Deskbar (ne Mini-Commander)"
3087
3088 #: ../mini-commander/GNOME_MiniCommanderApplet.server.in.h:2
3089 msgid "Deskbar (transparent upgrade from Mini-Commander)"
3090 msgstr "Deskbar (გამწვირვალე განახლება Mini-Commander)"
3091
3092 #: ../mini-commander/src/GNOME_MiniCommanderApplet.server.in.in.h:1
3093 #: ../mini-commander/src/about.c:47
3094 msgid "Command Line"
3095 msgstr "ბრძანებათა ხაზი"
3096
3097 #: ../mini-commander/src/GNOME_MiniCommanderApplet.server.in.in.h:2
3098 msgid "Mini-Commander"
3099 msgstr "Mini-Commander"
3100
3101 #: ../mini-commander/src/GNOME_MiniCommanderApplet.server.in.in.h:3
3102 msgid "MiniCommander Applet Factory"
3103 msgstr "აპლეტის ფაბრიკა \"ბრძანებათა ხაზი\""
3104
3105 #: ../mini-commander/src/about.c:50
1992 #: gnome-applets/inhibit/inhibit-applet.c:205
1993 msgid "Cannot connect to gnome-session"
1994 msgstr ""
1995
1996 #: gnome-applets/inhibit/inhibit-applet.c:208
1997 msgid "Automatic sleep inhibited"
1998 msgstr ""
1999
2000 #: gnome-applets/inhibit/inhibit-applet.c:210
2001 msgid "Automatic sleep enabled"
2002 msgstr ""
2003
2004 #: gnome-applets/inhibit/inhibit-applet.c:239
2005 msgid "Manual inhibit"
2006 msgstr ""
2007
2008 #: gnome-applets/inhibit/inhibit-applet.c:399
2009 msgid "Allows user to inhibit automatic power saving."
2010 msgstr ""
2011
2012 #: gnome-applets/inhibit/inhibit-applet.c:408
2013 msgid ""
2014 "Licensed under the GNU General Public License Version 2\n"
2015 "\n"
2016 "Inhibit Applet is free software; you can redistribute it and/or\n"
2017 "modify it under the terms of the GNU General Public License\n"
2018 "as published by the Free Software Foundation; either version 2\n"
2019 "of the License, or (at your option) any later version.\n"
2020 "\n"
2021 "Inhibit Applet is distributed in the hope that it will be useful,\n"
2022 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2023 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
2024 "GNU General Public License for more details.You should have received a copy "
2025 "of the GNU General Public License\n"
2026 "along with this program; if not, write to the Free Software\n"
2027 "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
2028 "02110-1301, USA.\n"
2029 msgstr ""
2030
2031 #: gnome-applets/inhibit/inhibit-applet.c:425
2032 msgid "Copyright © 2006-2007 Richard Hughes"
2033 msgstr ""
2034
2035 #: gnome-applets/mini-commander/command-line.c:358
2036 msgid "No items in history"
2037 msgstr ""
2038
2039 #. build file select dialog
2040 #: gnome-applets/mini-commander/command-line.c:488
2041 msgid "Start program"
2042 msgstr ""
2043
2044 #: gnome-applets/mini-commander/command-line.c:541
2045 msgid "Command line"
2046 msgstr "ბრძანებათა სტრიქონი"
2047
2048 #: gnome-applets/mini-commander/command-line.c:542
2049 msgid "Type a command here and Gnome will execute it for you"
2050 msgstr ""
2051
2052 #: gnome-applets/mini-commander/mini-commander-applet.c:253
2053 #: gnome-applets/mini-commander/mini-commander-applet.c:257
2054 msgid "Browser"
2055 msgstr "ბრაუზერი"
2056
2057 #: gnome-applets/mini-commander/mini-commander-applet.c:258
2058 msgid "Click this button to start the browser"
2059 msgstr ""
2060
2061 #: gnome-applets/mini-commander/mini-commander-applet.c:271
2062 #: gnome-applets/mini-commander/mini-commander-applet.c:275
2063 msgid "History"
2064 msgstr "ისტორია"
2065
2066 #: gnome-applets/mini-commander/mini-commander-applet.c:276
2067 msgid "Click this button for the list of previous commands"
2068 msgstr ""
2069
2070 #: gnome-applets/mini-commander/mini-commander-applet.c:329
2071 msgid "Command line has been disabled by your system administrator"
2072 msgstr ""
2073
2074 #: gnome-applets/mini-commander/mini-commander-applet.c:378
2075 msgid "Mini-Commander applet"
2076 msgstr ""
2077
2078 #: gnome-applets/mini-commander/mini-commander-applet.c:379
2079 msgid "This applet adds a command line to the panel"
2080 msgstr ""
2081
2082 #: gnome-applets/mini-commander/mini-commander-applet.c:445
31062083 msgid ""
31072084 "This GNOME applet adds a command line to the panel. It features command "
31082085 "completion, command history, and changeable macros."
3109 msgstr "მოცემული GNOME აპლეტი პანელზე ბრძანებათა ხაზს ამატებს."
3110
3111 #: ../mini-commander/src/command_line.c:353
3112 msgid "No items in history"
3113 msgstr "არავითარი ელემენტი ისტორიაში"
3114
3115 #. build file select dialog
3116 #: ../mini-commander/src/command_line.c:477
3117 msgid "Start program"
3118 msgstr "პროგრამის გაშვება"
3119
3120 #: ../mini-commander/src/command_line.c:529
3121 msgid "Command line"
3122 msgstr "ბრძანების ველი:"
3123
3124 #: ../mini-commander/src/command_line.c:530
3125 msgid "Type a command here and Gnome will execute it for you"
3126 msgstr "შეიყვანეთ ბრძანება და გნომი გაუშვებს მას თქვენთვის "
3127
3128 #: ../mini-commander/src/mc-install-default-macros.c:80
3129 #, c-format
3130 msgid "Cannot get schema for %s: %s"
3131 msgstr "შეუძლებელია სქემის მიღება %s: %s"
3132
3133 #: ../mini-commander/src/mc-install-default-macros.c:108
3134 #, c-format
3135 msgid "Cannot set schema for %s: %s"
3136 msgstr "შეუძლებელია სქემის მიღება %s: %s"
3137
3138 #: ../mini-commander/src/mc-install-default-macros.c:114
3139 #, c-format
3140 msgid "Set default list value for %s\n"
3141 msgstr "სიის მნიშვნელობის %s-თვის ნაგულისხმევად დაყენება\n"
3142
3143 #: ../mini-commander/src/mc-install-default-macros.c:126
3144 #, c-format
3145 msgid "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
3146 msgstr "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
3147
3148 #: ../mini-commander/src/mc-install-default-macros.c:134
3149 #, c-format
3150 msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
3151 msgstr "საჭიროა GCONF_CONFIG_SOURCE-ისთვის გარემოს ცვლადის მინიჭება\n"
3152
3153 #: ../mini-commander/src/mc-install-default-macros.c:151
3154 #, c-format
3155 msgid "Failed to access configuration source(s): %s\n"
3156 msgstr "ვერ განხორციელდა კონფიგურაციის წყაროსთან(ებთან) დაკავშირება: %s\n"
3157
3158 #: ../mini-commander/src/mc-install-default-macros.c:166
3159 #, c-format
3160 msgid "Error syncing config data: %s"
3161 msgstr "დაიშვა შეცდომა კონფიგურაციის მონაცემთა სინქრონიზაციის დროს: %s"
3162
3163 #: ../mini-commander/src/mini-commander-global.schemas.in.h:1
3164 msgid "List of GConfValue entries containing strings for the macro commands."
3165 msgstr ""
3166 "GConfValue მნიშვნელობების სია, რომლებიც შეიცავენ მაკრო ბრძანებების შემცველ "
3167 "სტრიქონებს."
3168
3169 #: ../mini-commander/src/mini-commander-global.schemas.in.h:2
3170 msgid "List of GConfValue entries containing strings for the macro patterns."
3171 msgstr ""
3172 "GConfValue მნიშვნელობების სია, რომლებიც შეიცავენ მაკრო ბრძანებების შემცველ "
3173 "შაბლონებს."
3174
3175 #: ../mini-commander/src/mini-commander-global.schemas.in.h:3
3176 #: ../mini-commander/src/mini-commander.schemas.in.h:10
3177 msgid "Macro command list"
3178 msgstr "მაკრო ბრძანბების სია"
3179
3180 #: ../mini-commander/src/mini-commander-global.schemas.in.h:4
3181 #: ../mini-commander/src/mini-commander.schemas.in.h:11
3182 msgid "Macro pattern list"
3183 msgstr "მაკრო შაბლონების სია"
3184
3185 #: ../mini-commander/src/mini-commander.glade.h:2
3186 msgid "*"
3187 msgstr "*"
3188
3189 #: ../mini-commander/src/mini-commander.glade.h:3
3190 msgid "<b>Auto Completion</b>"
3191 msgstr "<b>ავტო დასრულება</b>"
3192
3193 #: ../mini-commander/src/mini-commander.glade.h:4
3194 msgid "<b>Colors</b>"
3195 msgstr "<b>ფერები</b>"
3196
3197 #: ../mini-commander/src/mini-commander.glade.h:5
3198 msgid "<b>Size</b>"
3199 msgstr "<b> ზომა</b>"
3200
3201 #: ../mini-commander/src/mini-commander.glade.h:6
2086 msgstr ""
2087
2088 #: gnome-applets/mini-commander/mini-commander.ui:15
2089 msgid "Command Line Preferences"
2090 msgstr ""
2091
2092 #: gnome-applets/mini-commander/mini-commander.ui:90
2093 msgid "Auto Completion"
2094 msgstr ""
2095
2096 #: gnome-applets/mini-commander/mini-commander.ui:119
2097 msgid "E_nable history-based auto completion"
2098 msgstr ""
2099
2100 #: gnome-applets/mini-commander/mini-commander.ui:158
2101 msgid "Size"
2102 msgstr "ზომა"
2103
2104 #: gnome-applets/mini-commander/mini-commander.ui:194
2105 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:117
2106 msgid "_Width:"
2107 msgstr "სიგა_ნე:"
2108
2109 #: gnome-applets/mini-commander/mini-commander.ui:231
2110 #: gnome-applets/multiload/properties.c:516
2111 msgid "pixels"
2112 msgstr "პიქსელი"
2113
2114 #: gnome-applets/mini-commander/mini-commander.ui:281
2115 #: gnome-applets/multiload/properties.c:563
2116 msgid "Colors"
2117 msgstr "ფერები"
2118
2119 #: gnome-applets/mini-commander/mini-commander.ui:318
2120 msgid "_Use default theme colors"
2121 msgstr ""
2122
2123 #: gnome-applets/mini-commander/mini-commander.ui:336
2124 msgid "Command line _foreground:"
2125 msgstr ""
2126
2127 #: gnome-applets/mini-commander/mini-commander.ui:353
2128 msgid "Command line _background:"
2129 msgstr ""
2130
2131 #: gnome-applets/mini-commander/mini-commander.ui:371
2132 #: gnome-applets/mini-commander/mini-commander.ui:388
2133 msgid "Pick a color"
2134 msgstr "აირჩიეთ ფერი"
2135
2136 #: gnome-applets/mini-commander/mini-commander.ui:447
2137 msgid "_Macros:"
2138 msgstr ""
2139
2140 #: gnome-applets/mini-commander/mini-commander.ui:523
2141 msgid "_Add Macro..."
2142 msgstr ""
2143
2144 #: gnome-applets/mini-commander/mini-commander.ui:576
2145 msgid "_Delete Macro"
2146 msgstr ""
2147
2148 #: gnome-applets/mini-commander/mini-commander.ui:619
2149 msgid "Macros"
2150 msgstr "მაკროები"
2151
2152 #: gnome-applets/mini-commander/mini-commander.ui:645
32022153 msgid "Add New Macro"
3203 msgstr "ახალი მაკროს დამატება"
3204
3205 #: ../mini-commander/src/mini-commander.glade.h:7
2154 msgstr ""
2155
2156 #: gnome-applets/mini-commander/mini-commander.ui:726
2157 msgid "_Pattern:"
2158 msgstr ""
2159
2160 #: gnome-applets/mini-commander/mini-commander.ui:740
32062161 msgid "Co_mmand:"
32072162 msgstr "ბრძა_ნება:"
32082163
3209 #: ../mini-commander/src/mini-commander.glade.h:8
3210 msgid "Command Line Preferences"
3211 msgstr "ბრძანების ველის პარამეტრები"
3212
3213 #: ../mini-commander/src/mini-commander.glade.h:9
3214 msgid "Command line _background:"
3215 msgstr "_ბრძანების ველის ფონი:"
3216
3217 #: ../mini-commander/src/mini-commander.glade.h:10
3218 msgid "Command line _foreground:"
3219 msgstr "ბრძანების ვ_ელის ფერი:"
3220
3221 #: ../mini-commander/src/mini-commander.glade.h:11
3222 msgid "E_nable history-based auto completion"
3223 msgstr "ისტორიაზე დაფუძნებული სიტყვების ავტოშესრულების ჩართვა"
3224
3225 #: ../mini-commander/src/mini-commander.glade.h:13
3226 msgid "Macros"
3227 msgstr "მაკროსები"
3228
3229 #: ../mini-commander/src/mini-commander.glade.h:14
3230 msgid "Pick a color"
3231 msgstr "ფერის ამორჩევა"
3232
3233 #: ../mini-commander/src/mini-commander.glade.h:15
3234 msgid "_Add Macro..."
3235 msgstr "დ_ამატება მაკრო..."
3236
3237 #: ../mini-commander/src/mini-commander.glade.h:16
3238 msgid "_Delete Macro"
3239 msgstr "მაკროს წ_აშლა"
3240
3241 #: ../mini-commander/src/mini-commander.glade.h:17
3242 msgid "_Macros:"
3243 msgstr "_მაკროსები:"
3244
3245 #: ../mini-commander/src/mini-commander.glade.h:18
3246 msgid "_Pattern:"
3247 msgstr "_შაბლონი:"
3248
3249 #: ../mini-commander/src/mini-commander.glade.h:19
3250 msgid "_Use default theme colors"
3251 msgstr "ნაგ_ულისხმევი ფერების სქემის გამოყენება"
3252
3253 #: ../mini-commander/src/mini-commander.glade.h:20
3254 #: ../stickynotes/stickynotes.glade.h:48
3255 msgid "_Width:"
3256 msgstr "_სიგანე:"
3257
3258 #: ../mini-commander/src/mini-commander.glade.h:21
3259 #: ../multiload/properties.c:537
3260 msgid "pixels"
3261 msgstr "პიქსელი"
3262
3263 #: ../mini-commander/src/mini-commander.schemas.in.h:1
3264 msgid "Attempt to autocomplete a command from the history of commands entered."
3265 msgstr "ბრძანებების ავტოშესრულება ბრძანების ხაზის ისტორიის გამოყენებით. "
3266
3267 #: ../mini-commander/src/mini-commander.schemas.in.h:2
3268 msgid "Background color, blue component"
3269 msgstr "ფონის ფერი, ცისფერი კომპონენტი"
3270
3271 #: ../mini-commander/src/mini-commander.schemas.in.h:3
3272 msgid "Background color, green component"
3273 msgstr "ფონის ფერი, მწვანე კომპონენტი"
3274
3275 #: ../mini-commander/src/mini-commander.schemas.in.h:4
3276 msgid "Background color, red component"
3277 msgstr "ფონის ფერი, წითელი კომპონენტი"
3278
3279 #: ../mini-commander/src/mini-commander.schemas.in.h:5
3280 msgid "Foreground color, blue component"
3281 msgstr "ზედაპირის ფერი, ცისფერი კომპონენტი"
3282
3283 #: ../mini-commander/src/mini-commander.schemas.in.h:6
3284 msgid "Foreground color, green component"
3285 msgstr "ზედაპირის ფერი, მწვანე კომპონენტი"
3286
3287 #: ../mini-commander/src/mini-commander.schemas.in.h:7
3288 msgid "Foreground color, red component"
3289 msgstr "ზედაპირის ფერი, წითელი კომპონენტი"
3290
3291 #: ../mini-commander/src/mini-commander.schemas.in.h:8
3292 msgid "History list"
3293 msgstr "ისტორიის სია"
3294
3295 #: ../mini-commander/src/mini-commander.schemas.in.h:9
3296 msgid "List of GConfValue entries containing strings for history entries."
3297 msgstr ""
3298 "GConfValue-ის ელემენტების სია, რომლებიც ისტორიის ჩანაწერების სტრიქონებს "
3299 "შეცავენ."
3300
3301 #: ../mini-commander/src/mini-commander.schemas.in.h:13
3302 msgid "Perform history autocompletion"
3303 msgstr "ავტოშესრულება ბრძანებათა ისტორიის მიხედვით"
3304
3305 #: ../mini-commander/src/mini-commander.schemas.in.h:14
3306 msgid "Show a frame surrounding the applet."
3307 msgstr "აპლეტის გარშემო ჩარჩოს ჩვენება."
3308
3309 #: ../mini-commander/src/mini-commander.schemas.in.h:15
3310 msgid "Show a handle so the applet can be detached from the panel."
3311 msgstr "სახელურის ჩვენება ისე რომ აპლეტის პანელიდან მოშორება შეიძლებოდეს."
3312
3313 #: ../mini-commander/src/mini-commander.schemas.in.h:16
3314 msgid "Show frame"
3315 msgstr "ჩარჩოს ჩვენება"
3316
3317 #: ../mini-commander/src/mini-commander.schemas.in.h:17
3318 msgid "Show handle"
3319 msgstr "სახელურის ჩვენება"
3320
3321 #: ../mini-commander/src/mini-commander.schemas.in.h:18
3322 msgid "The blue component of the background color."
3323 msgstr "ფონის ფერის ცისფერი კომპონენტი."
3324
3325 #: ../mini-commander/src/mini-commander.schemas.in.h:19
3326 msgid "The blue component of the foreground color."
3327 msgstr "ზედაპირის ფერის ცისფერი კომპონენტი."
3328
3329 #: ../mini-commander/src/mini-commander.schemas.in.h:20
3330 msgid "The green component of the background color."
3331 msgstr "ფონის ფერის მწვანე კომპონენტი."
3332
3333 #: ../mini-commander/src/mini-commander.schemas.in.h:21
3334 msgid "The green component of the foreground color."
3335 msgstr "ზედაპირის ფერის მწვანე კომპონენტი."
3336
3337 #: ../mini-commander/src/mini-commander.schemas.in.h:22
3338 msgid "The red component of the background color."
3339 msgstr "ფონის ფერის წითელი კომპონენტი."
3340
3341 #: ../mini-commander/src/mini-commander.schemas.in.h:23
3342 msgid "The red component of the foreground color."
3343 msgstr "ზედაპირის ფერის წითელი კომპონენტი."
3344
3345 #: ../mini-commander/src/mini-commander.schemas.in.h:24
3346 msgid ""
3347 "This per-applet key is deprecated in favour of the global key, /schemas/apps/"
3348 "mini-commander-global/macro_patterns."
3349 msgstr ""
3350 "მოცემული ინდივიდუალური გასაღები მოძველდა, მის მაგივრად გამოიყენება გლობალური "
3351 "გასაღები /schemas/apps/mini-commander-global/macro_pattern"
3352
3353 #: ../mini-commander/src/mini-commander.schemas.in.h:25
3354 msgid "Use the default theme colors"
3355 msgstr "ნაგულისხმევი გაფორმების ფერების გამოყენება"
3356
3357 #: ../mini-commander/src/mini-commander.schemas.in.h:26
3358 msgid "Use theme colors instead of custom ones."
3359 msgstr "საკუთარი ფერების მაგივრად გამოიყენე გაფორმების თემის ფერები."
3360
3361 #: ../mini-commander/src/mini-commander.schemas.in.h:27
3362 msgid "Width"
3363 msgstr "სიგანე"
3364
3365 #: ../mini-commander/src/mini-commander.schemas.in.h:28
3366 msgid "Width of the applet"
3367 msgstr "აპლეტის სიგანე"
3368
3369 #: ../mini-commander/src/mini-commander_applet.c:246
3370 #: ../mini-commander/src/mini-commander_applet.c:250
3371 msgid "Browser"
3372 msgstr "ბროუზერი"
3373
3374 #: ../mini-commander/src/mini-commander_applet.c:251
3375 msgid "Click this button to start the browser"
3376 msgstr "აქ დააწკაპეთ ბროუზერის გაშვებისთვის"
3377
3378 #: ../mini-commander/src/mini-commander_applet.c:264
3379 #: ../mini-commander/src/mini-commander_applet.c:268
3380 msgid "History"
3381 msgstr "ისტორია"
3382
3383 #: ../mini-commander/src/mini-commander_applet.c:269
3384 msgid "Click this button for the list of previous commands"
3385 msgstr "აქ დააწკაპეთ ადრე გაშვებული ბრძანებების სიის მისაღებად"
3386
3387 #: ../mini-commander/src/mini-commander_applet.c:353
3388 msgid "Command line has been disabled by your system administrator"
3389 msgstr "ბრძანების ველი გათიშულია თქვენი სისტემის ადმინისტრატორის მიერ"
3390
3391 #: ../mini-commander/src/mini-commander_applet.c:420
3392 msgid "Mini-Commander applet"
3393 msgstr "აპლეტი \"ბრძანების ველი\""
3394
3395 #: ../mini-commander/src/mini-commander_applet.c:421
3396 msgid "This applet adds a command line to the panel"
3397 msgstr "მოცემული აპლეტი ამატებს პანელზე ბრძანების ველს"
3398
3399 #: ../mini-commander/src/preferences.c:405
2164 #: gnome-applets/mini-commander/preferences.c:249
2165 msgid "You must specify a pattern and a command"
2166 msgstr ""
2167
2168 #: gnome-applets/mini-commander/preferences.c:251
34002169 msgid "You must specify a pattern"
3401 msgstr "საჭიროა შაბლონის მითითება"
3402
3403 #: ../mini-commander/src/preferences.c:409
3404 msgid "You must specify a pattern and a command"
3405 msgstr "საჭიროა შაბლონის და ბრძანების მითითება"
3406
3407 #: ../mini-commander/src/preferences.c:410
2170 msgstr ""
2171
2172 #: gnome-applets/mini-commander/preferences.c:253
34082173 msgid "You must specify a command"
3409 msgstr "საჭიროა ბრძანების მითითება"
3410
3411 #: ../mini-commander/src/preferences.c:413
2174 msgstr ""
2175
2176 #: gnome-applets/mini-commander/preferences.c:255
34122177 msgid "You may not specify duplicate patterns"
3413 msgstr "შეუძლებელია ორი იგივე სახელის მქონე შაბლონის მითითება"
3414
3415 #: ../mini-commander/src/preferences.c:775
2178 msgstr ""
2179
2180 #: gnome-applets/mini-commander/preferences.c:617
34162181 msgid "Pattern"
34172182 msgstr "შაბლონი"
34182183
3419 #: ../mini-commander/src/preferences.c:785
3420 msgid "Command"
3421 msgstr "ბრძანება"
3422
3423 #: ../mixer/GNOME_MixerApplet.server.in.in.h:1
3424 msgid "Adjust the sound volume"
3425 msgstr "ხმის მარეგულირებელი აპლეტი"
3426
3427 #: ../mixer/GNOME_MixerApplet.server.in.in.h:2 ../mixer/applet.c:225
3428 #: ../mixer/applet.c:246
3429 msgid "Volume Control"
3430 msgstr "ხმის კონტროლი"
3431
3432 #: ../mixer/GNOME_MixerApplet.xml.h:1
3433 msgid "Mu_te"
3434 msgstr "ხმის გათიშვა"
3435
3436 #: ../mixer/GNOME_MixerApplet.xml.h:4
3437 msgid "_Open Volume Control"
3438 msgstr "ხმის კ_ონტროლის გახსნა"
3439
3440 #: ../mixer/applet.c:527
3441 msgid ""
3442 "The volume control did not find any elements and/or devices to control. This "
3443 "means either that you don't have the right GStreamer plugins installed, or "
3444 "that you don't have a sound card configured."
3445 msgstr ""
3446 "ხმის კონტროლმა ვერ შეძლო ხმის მოწყობილობების პოვნა. ეს აგრეთვე ნიშნავს რომ "
3447 "თქვენ არასწორი GStreamer-ის მოდული გიყენიათ, ან თქვენი ხმის ბარათი "
3448 "გაუმართავია."
3449
3450 #: ../mixer/applet.c:531
3451 msgid ""
3452 "You can remove the volume control from the panel by right-clicking the "
3453 "speaker icon on the panel and selecting \"Remove From Panel\" from the menu."
3454 msgstr ""
3455 "თქვენ შეგიძლიათ ხმის კონტროლის პანელიდან მოშორება, მარჯვენა წკაპით, "
3456 "ამოირჩიეთ \"პანელიდან მოშორება\" მენიუდან."
3457
3458 #: ../mixer/applet.c:714
3459 #, c-format
3460 msgid "Failed to start Volume Control: %s"
3461 msgstr "ვერ განხორციელდა ხმის კონტროლის გაშვება: %s"
3462
3463 #: ../mixer/applet.c:1109
3464 #, c-format
3465 msgid "%s: muted"
3466 msgstr "%s: გაჩუმებულია"
3467
3468 #. Translator comment: I'm not all too sure if this makes sense
3469 #. * to mark as a translation, but anyway. The string is a list of
3470 #. * selected tracks, the number is the volume in percent. You
3471 #. * most likely want to keep this as-is.
3472 #: ../mixer/applet.c:1115
3473 #, c-format
3474 msgid "%s: %d%%"
3475 msgstr "%s: %d%%"
3476
3477 #: ../mixer/applet.c:1276
3478 #, c-format
3479 msgid "Failed to display help: %s"
3480 msgstr "ვერ განხორციელდა დახმარების გვერდის გამოჩენა: %s"
3481
3482 #: ../mixer/applet.c:1289
3483 msgid "Volume control for your GNOME Panel."
3484 msgstr "ხმის მარეგულირებელი თქვენი GNOME პანელისთვის."
3485
3486 #: ../mixer/applet.c:1291
3487 msgid "Using GStreamer 0.10."
3488 msgstr "ვიყენებ GStreamer 0.10."
3489
3490 #: ../mixer/applet.c:1293
3491 msgid "Using GStreamer 0.8."
3492 msgstr "ვიყენებ GStreamer 0.8."
3493
3494 #: ../mixer/applet.c:1298
3495 msgid "Volume Applet"
3496 msgstr "ხმის მარეგულირებელი აპლეტი"
3497
3498 #: ../mixer/dock.c:124
3499 msgid "+"
3500 msgstr "+"
3501
3502 #: ../mixer/dock.c:152
3503 msgid "-"
3504 msgstr "-"
3505
3506 #. FIXME:
3507 #. * - maybe we want to rename the element to its actual name
3508 #. * if we've found that?
3509 #.
3510 #. create element
3511 #: ../mixer/load.c:91 ../mixer/load.c:184 ../mixer/load.c:187
3512 #: ../mixer/load.c:279
3513 #, c-format
3514 msgid "Unknown Volume Control %d"
3515 msgstr "უცნობი ხმის მარეგულირებელი %d"
3516
3517 #: ../mixer/mixer.schemas.in.h:1
3518 msgid "Channel controlled by applet. Only for OSS setups"
3519 msgstr "აპლეტის მიერ კონტროლირებადი არხი. მხოლოდ OSS რეგულაციისთვის"
3520
3521 #: ../mixer/mixer.schemas.in.h:2
3522 msgid "Saved mute state"
3523 msgstr "გამოთიშული ხმის მდგომარეობა"
3524
3525 #: ../mixer/mixer.schemas.in.h:3
3526 msgid "Saved volume to restore on startup"
3527 msgstr "ხმის პარამეტრების შენახვა მომავალი ჩართვისთვის"
3528
3529 #. make window look cute
3530 #: ../mixer/preferences.c:130
3531 msgid "Volume Control Preferences"
3532 msgstr "ხმის მარეგულირებელის პარამეტრები"
3533
3534 #: ../mixer/preferences.c:143
3535 msgid "Select the device and track to control."
3536 msgstr "ამოირჩიეთ მოწყობილობა და არხი რეგულირებისთვის."
3537
3538 #: ../modemlights/GNOME_ModemLights.server.in.in.h:1
3539 msgid "Activate and monitor a dial-up network connection"
3540 msgstr "რთავს dial-up კავშირის მონიტორს"
3541
3542 #: ../modemlights/GNOME_ModemLights.server.in.in.h:2
3543 #: ../modemlights/modem-applet.c:1043
3544 msgid "Modem Monitor"
3545 msgstr "მოდემის მონიტორი"
3546
3547 #: ../modemlights/GNOME_ModemLights.xml.h:2
3548 msgid "_Activate"
3549 msgstr "გააქ_ტიურება"
3550
3551 #: ../modemlights/GNOME_ModemLights.xml.h:3
3552 msgid "_Deactivate"
3553 msgstr "_დეაქტივაცია"
3554
3555 #: ../modemlights/GNOME_ModemLights.xml.h:5
3556 #: ../stickynotes/stickynotes.glade.h:45
3557 msgid "_Properties"
3558 msgstr "_პარამეტრები"
3559
3560 #: ../modemlights/modem-applet.c:731
3561 msgid "Connection active, but could not get connection time"
3562 msgstr ""
3563 "კავშირი დამყარებულია, ამის და მიუხედავად შეუძლებელია ჩართვის დროის "
3564 "განსაზღვრა."
3565
3566 #: ../modemlights/modem-applet.c:747
3567 #, c-format
3568 msgid "Time connected: %.1d:%.2d"
3569 msgstr "დაკავშირების ხანგრძლივობა: %.1d:%.2d"
3570
3571 #: ../modemlights/modem-applet.c:751
3572 msgid "Not connected"
3573 msgstr "დაკავშირებული არ არის"
3574
3575 #: ../modemlights/modem-applet.c:773
3576 msgid ""
3577 "To connect to your Internet service provider, you need administrator "
3578 "privileges"
3579 msgstr ""
3580 "ინტერნეტ სერვისის პროვაიდერთან დაკავშირებისთვის საჭიროა ადმინისტრატორის "
3581 "უფლებების ქონა"
3582
3583 #: ../modemlights/modem-applet.c:774
3584 msgid ""
3585 "To disconnect from your Internet service provider, you need administrator "
3586 "privileges"
3587 msgstr ""
3588 "ინტერნეტ სერვისის პროვაიდერთან კავშირის გაწყვეტისთვის საჭიროა "
3589 "ადმინისტრატორის უფლებების ქონა"
3590
3591 #: ../modemlights/modem-applet.c:849
3592 msgid "The entered password is invalid"
3593 msgstr "შეყვანილი პაროლი მცდარია"
3594
3595 #: ../modemlights/modem-applet.c:851
3596 msgid ""
3597 "Check that you have typed it correctly and that you haven't activated the "
3598 "\"caps lock\" key"
3599 msgstr ""
3600 "დარწმუნდით რომ პაროლი სწორედ იქნა შეყვანილი და \"caps lock\" ღილაკი "
3601 "გამოთიშულია"
3602
3603 #: ../modemlights/modem-applet.c:953
3604 msgid "Do you want to connect?"
3605 msgstr "გნებავთ დაკავშირება?"
3606
3607 #: ../modemlights/modem-applet.c:954
3608 msgid "Do you want to disconnect?"
3609 msgstr "გნებავთ კავშირის გაწყვეტა?"
3610
3611 #: ../modemlights/modem-applet.c:963
3612 msgid "C_onnect"
3613 msgstr "და_კავშირება"
3614
3615 #: ../modemlights/modem-applet.c:963
3616 msgid "_Disconnect"
3617 msgstr "_გათიშვა"
3618
3619 #: ../modemlights/modem-applet.c:1019
3620 msgid "Could not launch network configuration tool"
3621 msgstr "შეუძლებელია ქსელის კონფიგურაციის ხელსაწყოს გაშვება"
3622
3623 #: ../modemlights/modem-applet.c:1021
3624 msgid ""
3625 "Check that it's installed in the correct path and that it has the correct "
3626 "permissions"
3627 msgstr "დარწმუნდით რომ ის ჩადგმულია და სწორი უფლებები გააჩნია"
3628
3629 #: ../modemlights/modem-applet.c:1046
3630 msgid "Applet for activating and monitoring a dial-up network connection."
3631 msgstr "აპლეტი რომელიც რთავს და თვალყურს ადევნებს dial-up კავშირს."
3632
3633 #: ../modemlights/modemlights.glade.h:1
3634 msgid ""
3635 "<span weight=\"bold\" size=\"larger\">Connecting with Internet Service "
3636 "Provider</span>"
3637 msgstr ""
3638 "<span weight=\"bold\" size=\"larger\"> მიმდინარეობს ინტერნეტ პროვაიდერთან "
3639 "დაკავშირება</span>"
3640
3641 #: ../modemlights/modemlights.glade.h:2
3642 msgid "<span weight=\"bold\" size=\"larger\">Root password required</span>"
3643 msgstr "<span weight=\"bold\" size=\"larger\">საჭიროა root-ის პაროლი</span>"
3644
3645 #: ../modemlights/modemlights.glade.h:3
3646 msgid "Enter password"
3647 msgstr "შეიყვანეთ პაროლი"
3648
3649 #: ../modemlights/modemlights.glade.h:4
3650 msgid "Password:"
3651 msgstr "პაროლი:"
3652
3653 #: ../multiload/GNOME_MultiLoadApplet_Factory.server.in.in.h:1
3654 msgid "A system load indicator"
3655 msgstr "სისტემის ჩატვირთვის ინდიკატორი"
3656
3657 #: ../multiload/GNOME_MultiLoadApplet_Factory.server.in.in.h:2
3658 #: ../multiload/main.c:56
3659 msgid "System Monitor"
3660 msgstr "სისტემის მონიტორი"
3661
3662 #: ../multiload/GNOME_MultiloadApplet.xml.h:3
2184 #: gnome-applets/multiload/multiload-applet-menu.ui:5
36632185 msgid "_Open System Monitor"
3664 msgstr "სისტემის მ_ონიტორის ჩართვა"
3665
3666 #: ../multiload/main.c:60
3667 msgid ""
3668 "A system load monitor capable of displaying graphs for CPU, ram, and swap "
3669 "space use, plus network traffic."
3670 msgstr ""
3671 "სისტემის დატვირთვის მაჩვენებელი, რომელსაც შეუძლია გრაფიკის სახით გამოსახოს "
3672 "პროცესორის ან ქსელის ტრაფიკის დატვირთვა და ამასთანავე ram და swap "
3673 "მეხსიერებების ტევადობა."
3674
3675 #: ../multiload/main.c:123
2186 msgstr ""
2187
2188 #: gnome-applets/multiload/multiload-applet.c:91
2189 msgid "Start system-monitor"
2190 msgstr ""
2191
2192 #: gnome-applets/multiload/multiload-applet.c:112
36762193 #, c-format
36772194 msgid "There was an error executing '%s': %s"
3678 msgstr "გაშვებისას დაიშვა შეცდომა '%s': %s"
3679
3680 #: ../multiload/main.c:285 ../multiload/properties.c:607
2195 msgstr ""
2196
2197 #: gnome-applets/multiload/multiload-applet.c:199
2198 #: gnome-applets/multiload/properties.c:588
36812199 msgid "Processor"
36822200 msgstr "პროცესორი"
36832201
3684 #: ../multiload/main.c:287 ../multiload/properties.c:615
2202 #: gnome-applets/multiload/multiload-applet.c:201
2203 #: gnome-applets/multiload/properties.c:596
36852204 msgid "Memory"
36862205 msgstr "მეხსიერება"
36872206
3688 #: ../multiload/main.c:289 ../multiload/properties.c:623
2207 #: gnome-applets/multiload/multiload-applet.c:203
2208 #: gnome-applets/multiload/properties.c:604
36892209 msgid "Network"
36902210 msgstr "ქსელი"
36912211
3692 #: ../multiload/main.c:291 ../multiload/properties.c:631
2212 #: gnome-applets/multiload/multiload-applet.c:205
2213 #: gnome-applets/multiload/properties.c:611
36932214 msgid "Swap Space"
3694 msgstr "Swap სივრცე"
3695
3696 #: ../multiload/main.c:293 ../multiload/main.c:364
2215 msgstr ""
2216
2217 #: gnome-applets/multiload/multiload-applet.c:207
2218 #: gnome-applets/multiload/multiload-applet.c:281
36972219 msgid "Load Average"
3698 msgstr "საშუალო დატვირთვა"
3699
3700 #: ../multiload/main.c:295
2220 msgstr ""
2221
2222 #: gnome-applets/multiload/multiload-applet.c:209
37012223 msgid "Disk"
37022224 msgstr "დისკი"
37032225
37042226 #. xgettext: use and cache are > 1 most of the time,
37052227 #. please assume that they always are.
37062228 #.
3707 #: ../multiload/main.c:314
2229 #: gnome-applets/multiload/multiload-applet.c:225
37082230 #, c-format
37092231 msgid ""
37102232 "%s:\n"
37112233 "%u%% in use by programs\n"
37122234 "%u%% in use as cache"
37132235 msgstr ""
2236
2237 #: gnome-applets/multiload/multiload-applet.c:233
2238 #, c-format
2239 msgid "The system load average is %0.02f"
2240 msgstr ""
2241
2242 #. xgettext: same as in graphic tab of g-s-m
2243 #: gnome-applets/multiload/multiload-applet.c:241
2244 #, c-format
2245 msgid ""
37142246 "%s:\n"
3715 "%u%% იყენებენ პროგრამები\n"
3716 "%u%% გამოიყენება კეშის სახით"
3717
3718 #: ../multiload/main.c:322
3719 #, c-format
3720 msgid "The system load average is %0.02f"
3721 msgstr "სისტემის საშუალო დატვირთულობა %0.02f-ის ტოლია"
3722
3723 #: ../multiload/main.c:335
2247 "Receiving %s\n"
2248 "Sending %s"
2249 msgstr ""
2250
2251 #: gnome-applets/multiload/multiload-applet.c:256
37242252 #, c-format
37252253 msgid ""
37262254 "%s:\n"
37292257 "%s:\n"
37302258 "%u%% in use"
37312259 msgstr[0] ""
3732 "%s:\n"
3733 "%u%% გამოყენებაშია"
3734
3735 # msgstr[1] "s n u დუ"
3736 #: ../multiload/main.c:360
2260 msgstr[1] ""
2261
2262 #: gnome-applets/multiload/multiload-applet.c:277
37372263 msgid "CPU Load"
3738 msgstr "CPU დატვირთვა"
3739
3740 #: ../multiload/main.c:361
2264 msgstr "CPU-ის დატვირთვა"
2265
2266 #: gnome-applets/multiload/multiload-applet.c:278
37412267 msgid "Memory Load"
3742 msgstr "მეხსიერების დატვირთვა"
3743
3744 #: ../multiload/main.c:362
2268 msgstr ""
2269
2270 #: gnome-applets/multiload/multiload-applet.c:279
37452271 msgid "Net Load"
3746 msgstr "ნეტის ჩატვირთვა"
3747
3748 #: ../multiload/main.c:363
2272 msgstr ""
2273
2274 #: gnome-applets/multiload/multiload-applet.c:280
37492275 msgid "Swap Load"
3750 msgstr "Swap დატვრთვა"
3751
3752 #: ../multiload/main.c:365
2276 msgstr ""
2277
2278 #: gnome-applets/multiload/multiload-applet.c:282
37532279 msgid "Disk Load"
3754 msgstr "დისკის დატვირთვა"
3755
3756 #: ../multiload/multiload.schemas.in.h:1
3757 msgid "Applet refresh rate in milliseconds"
3758 msgstr "აპლეტი განახლების სიხშირე მილიწამებში"
3759
3760 #: ../multiload/multiload.schemas.in.h:2
3761 msgid "Background color for disk load graph"
3762 msgstr "დისკის დატვირთვის მაჩვენებელი გრაფიკის ფონის ფერი"
3763
3764 #: ../multiload/multiload.schemas.in.h:3
3765 msgid "CPU graph background color"
3766 msgstr "პროცესორის დატვირთვის მაჩვენებელი გრაფიკის ფონის ფერი"
3767
3768 #: ../multiload/multiload.schemas.in.h:4
3769 msgid "Enable CPU load graph"
3770 msgstr "პროცესორის დატვირთვის გრაფიკის ჩართვა"
3771
3772 #: ../multiload/multiload.schemas.in.h:5
3773 msgid "Enable disk load graph"
3774 msgstr "დისკის დატვირთვის გრაფიკის ჩართვა"
3775
3776 #: ../multiload/multiload.schemas.in.h:6
3777 msgid "Enable load average graph"
3778 msgstr "საერთო დატვირთვის გრაფიკის ჩართვა"
3779
3780 #: ../multiload/multiload.schemas.in.h:7
3781 msgid "Enable memory load graph"
3782 msgstr "მეხსიერების დატვირთვის გრაფიკის ჩართვა"
3783
3784 #: ../multiload/multiload.schemas.in.h:8
3785 msgid "Enable network load graph"
3786 msgstr "ქსელის დატვირთვის გრაფიკის ჩართვა"
3787
3788 #: ../multiload/multiload.schemas.in.h:9
3789 msgid "Enable swap load graph"
3790 msgstr "Swap მეხსიერების დატვირთვის ჩართვა"
3791
3792 #: ../multiload/multiload.schemas.in.h:10
3793 msgid ""
3794 "For horizontal panels, the width of the graphs in pixels. For vertical "
3795 "panels, this is the height of the graphs."
3796 msgstr ""
3797 "ჰორიზონტალური პანელისთვის - გრაფიკის სიგანე პიქსელებში. ვერტიკალური "
3798 "პანელებისთვის ეს არის გრაფიკის სიმაღლე."
3799
3800 #: ../multiload/multiload.schemas.in.h:11
3801 msgid "Graph color for Ethernet network activity"
3802 msgstr "Ethernet ქსელის აქტივობის მაჩვენებელი გრაფიკის ფერი"
3803
3804 #: ../multiload/multiload.schemas.in.h:12
3805 msgid "Graph color for PLIP network activity"
3806 msgstr "PLIP ქსელის აქტივობის მაჩვენებელი გრაფიკის ფერი"
3807
3808 #: ../multiload/multiload.schemas.in.h:13
3809 msgid "Graph color for SLIP network activity"
3810 msgstr "SLIP ქსელის აქტივობის მაჩვენებელი გრაფიკის ფერი"
3811
3812 #: ../multiload/multiload.schemas.in.h:14
3813 msgid "Graph color for buffer memory"
3814 msgstr "ბუფერული მეხსიერების მაჩვენებელი გრაფიკის ფერი"
3815
3816 #: ../multiload/multiload.schemas.in.h:15
3817 msgid "Graph color for cached memory"
3818 msgstr "ქეშირებული მეხსიერების მაჩვენებელი გრაფიკის ფერი"
3819
3820 #: ../multiload/multiload.schemas.in.h:16
3821 msgid "Graph color for disk read"
3822 msgstr "დისკის კითხვის მაჩვენებელი გრაფიკის ფერი"
3823
3824 #: ../multiload/multiload.schemas.in.h:17
3825 msgid "Graph color for disk write"
3826 msgstr "დისკზე ჩაწერის მაჩვენებელი გრაფიკის ფერი"
3827
3828 #: ../multiload/multiload.schemas.in.h:18
3829 msgid "Graph color for iowait related CPU activity"
3830 msgstr ""
3831 "iowait-ის გათვალისწინებით პროცესორის აქტივობის მაჩვენებელი გრაფიკის ფერი"
3832
3833 #: ../multiload/multiload.schemas.in.h:19
3834 msgid "Graph color for load average"
3835 msgstr "საერთო დატვირთვის მაჩვენებელი გრაფიკის ფერი"
3836
3837 #: ../multiload/multiload.schemas.in.h:20
3838 msgid "Graph color for nice-related CPU activity"
3839 msgstr ""
3840 "პრიორიტეტის გათვალისწინებით პროცესორის დატვირთვის მაჩვენებელი გრაფიკის ფერი"
3841
3842 #: ../multiload/multiload.schemas.in.h:21
3843 msgid "Graph color for other network usage"
3844 msgstr "ქსელის სხვაგვარი დატვირთვის მაჩვენებელი გრაფიკის ფერი"
3845
3846 #: ../multiload/multiload.schemas.in.h:22
3847 msgid "Graph color for shared memory"
3848 msgstr "საზიარო მეხსიერების მაჩვენებელი გრაფიკის ფერი"
3849
3850 #: ../multiload/multiload.schemas.in.h:23
3851 msgid "Graph color for system-related CPU activity"
3852 msgstr "პროცესორის სისტემური დატვირთვის მაჩვენებელი გრაფიკის ფერი"
3853
3854 #: ../multiload/multiload.schemas.in.h:24
3855 msgid "Graph color for user-related CPU activity"
3856 msgstr "მომხმარებლის მიერ პროცესორის დატვირთვის მაჩვენებელი გრაფიკის ფერი"
3857
3858 #: ../multiload/multiload.schemas.in.h:25
3859 msgid "Graph color for user-related memory usage"
3860 msgstr "მომხმარებლის მიერ მეხსიერების დაკავების მაჩვენებელი გრაფიკის ფერი"
3861
3862 #: ../multiload/multiload.schemas.in.h:26
3863 msgid "Graph color for user-related swap usage"
3864 msgstr "მომხმარებლის მიერ swap მეხსიერების დაკავების მაჩვენებელი გრაფიკის ფერი"
3865
3866 #: ../multiload/multiload.schemas.in.h:27
3867 msgid "Graph size"
3868 msgstr "გრაფიკის ზომა"
3869
3870 #: ../multiload/multiload.schemas.in.h:28
3871 msgid "Load graph background color"
3872 msgstr "სისტემის დატვირთვის მაჩვენებელი გრაფიკის ფონის ფერი"
3873
3874 #: ../multiload/multiload.schemas.in.h:29
3875 msgid "Memory graph background color"
3876 msgstr "მეხსიერების დაკავებულობის მაჩვენებელი გრაფიკის ფონის ფერი"
3877
3878 #: ../multiload/multiload.schemas.in.h:30
3879 msgid "Network graph background color"
3880 msgstr "ქსელის დატვირთვის მაჩვენებელი გრაფიკის ფონის ფერი"
3881
3882 #: ../multiload/multiload.schemas.in.h:31
3883 msgid "Swap graph background color"
3884 msgstr "swap მეხსიერების დაკავებულობის მაჩვენებელი გრაფიკის ფონის ფერი"
3885
3886 #: ../multiload/properties.c:368
2280 msgstr ""
2281
2282 #: gnome-applets/multiload/multiload-applet.c:488
2283 msgid ""
2284 "A system load monitor capable of displaying graphs for CPU, ram, and swap "
2285 "space use, plus network traffic."
2286 msgstr ""
2287
2288 #: gnome-applets/multiload/netspeed.c:41
2289 #, c-format
2290 msgid "%s/s"
2291 msgstr ""
2292
2293 #: gnome-applets/multiload/properties.c:330
38872294 msgid "Monitored Resources"
3888 msgstr "კონტროლირებული რესურსები"
3889
3890 #: ../multiload/properties.c:393
2295 msgstr ""
2296
2297 #: gnome-applets/multiload/properties.c:355
38912298 msgid "_Processor"
3892 msgstr "_პროცესორი"
3893
3894 #: ../multiload/properties.c:406
2299 msgstr ""
2300
2301 #: gnome-applets/multiload/properties.c:371
38952302 msgid "_Memory"
3896 msgstr "მეხსიე_რება"
3897
3898 #: ../multiload/properties.c:419
2303 msgstr ""
2304
2305 #: gnome-applets/multiload/properties.c:387
38992306 msgid "_Network"
3900 msgstr "_ქსელი"
3901
3902 #: ../multiload/properties.c:432
2307 msgstr "ქსელი"
2308
2309 #: gnome-applets/multiload/properties.c:403
39032310 msgid "S_wap Space"
3904 msgstr "swap ტევადობა"
3905
3906 #: ../multiload/properties.c:445
2311 msgstr ""
2312
2313 #: gnome-applets/multiload/properties.c:419
39072314 msgid "_Load"
3908 msgstr "_ჩატვირთვა"
3909
3910 #: ../multiload/properties.c:458
2315 msgstr ""
2316
2317 #: gnome-applets/multiload/properties.c:435
39112318 msgid "_Harddisk"
3912 msgstr "_მყარი დისკი"
3913
3914 #: ../multiload/properties.c:474
2319 msgstr ""
2320
2321 #: gnome-applets/multiload/properties.c:452
39152322 msgid "Options"
3916 msgstr "პარამეტრები"
3917
3918 #: ../multiload/properties.c:504
2323 msgstr ""
2324
2325 #: gnome-applets/multiload/properties.c:481
39192326 msgid "System m_onitor width: "
3920 msgstr "ს_ისტემის მონიტორის სიგანე"
3921
3922 #: ../multiload/properties.c:506
2327 msgstr ""
2328
2329 #: gnome-applets/multiload/properties.c:483
39232330 msgid "System m_onitor height: "
3924 msgstr "სისტ_ემის მონიტორის სიმაღლე"
3925
3926 #: ../multiload/properties.c:545
2331 msgstr ""
2332
2333 #: gnome-applets/multiload/properties.c:524
39272334 msgid "Sys_tem monitor update interval: "
3928 msgstr "სისტემის მონიტორის განახლების ინტერვალი: "
3929
3930 #: ../multiload/properties.c:571
2335 msgstr ""
2336
2337 #: gnome-applets/multiload/properties.c:552
39312338 msgid "milliseconds"
3932 msgstr "მილიწამები"
3933
3934 #: ../multiload/properties.c:582
3935 msgid "Colors"
3936 msgstr "ფერები"
3937
3938 #: ../multiload/properties.c:609 ../multiload/properties.c:617
2339 msgstr "მილიწამი"
2340
2341 #: gnome-applets/multiload/properties.c:590
2342 #: gnome-applets/multiload/properties.c:598
39392343 msgid "_User"
39402344 msgstr "_მომხმარებელი"
39412345
3942 #: ../multiload/properties.c:610
2346 #: gnome-applets/multiload/properties.c:591
39432347 msgid "S_ystem"
3944 msgstr "ს_ისტემა"
3945
3946 #: ../multiload/properties.c:611
2348 msgstr ""
2349
2350 #: gnome-applets/multiload/properties.c:592
39472351 msgid "N_ice"
3948 msgstr "პრ_იორიტეტი"
3949
3950 #: ../multiload/properties.c:612
2352 msgstr ""
2353
2354 #: gnome-applets/multiload/properties.c:593
39512355 msgid "I_OWait"
3952 msgstr "I_OWait"
3953
3954 #: ../multiload/properties.c:613
2356 msgstr ""
2357
2358 #: gnome-applets/multiload/properties.c:594
39552359 msgid "I_dle"
3956 msgstr "უმოქმედო"
3957
3958 #: ../multiload/properties.c:618
2360 msgstr ""
2361
2362 #: gnome-applets/multiload/properties.c:599
39592363 msgid "Sh_ared"
3960 msgstr "გ_აზიარებული"
3961
3962 #: ../multiload/properties.c:619
2364 msgstr ""
2365
2366 #: gnome-applets/multiload/properties.c:600
39632367 msgid "_Buffers"
3964 msgstr "_ბუფერები"
3965
3966 #: ../multiload/properties.c:620
2368 msgstr ""
2369
2370 #: gnome-applets/multiload/properties.c:601
39672371 msgid "Cach_ed"
3968 msgstr "კ_ეშირებული"
3969
3970 #: ../multiload/properties.c:621
2372 msgstr ""
2373
2374 #: gnome-applets/multiload/properties.c:602
39712375 msgid "F_ree"
3972 msgstr "თავის_უფალი"
3973
3974 #: ../multiload/properties.c:625
3975 msgid "_SLIP"
3976 msgstr "_SLIP"
3977
3978 #: ../multiload/properties.c:626
3979 msgid "PL_IP"
3980 msgstr "PL_IP"
3981
3982 #: ../multiload/properties.c:627
3983 msgid "_Ethernet"
3984 msgstr "_Ethernet"
3985
3986 #: ../multiload/properties.c:628
3987 msgid "Othe_r"
3988 msgstr "სხვ_ა"
3989
3990 #: ../multiload/properties.c:629 ../multiload/properties.c:639
3991 #: ../multiload/properties.c:645
2376 msgstr ""
2377
2378 #: gnome-applets/multiload/properties.c:606
2379 msgid "_In"
2380 msgstr ""
2381
2382 #: gnome-applets/multiload/properties.c:607
2383 msgid "_Out"
2384 msgstr ""
2385
2386 #: gnome-applets/multiload/properties.c:608
2387 msgid "_Local"
2388 msgstr ""
2389
2390 #: gnome-applets/multiload/properties.c:609
2391 #: gnome-applets/multiload/properties.c:619
2392 #: gnome-applets/multiload/properties.c:625
39922393 msgid "_Background"
39932394 msgstr "_ფონი"
39942395
3995 #: ../multiload/properties.c:633
2396 #: gnome-applets/multiload/properties.c:613
39962397 msgid "_Used"
3997 msgstr "_გამოყენებულია"
3998
3999 #: ../multiload/properties.c:634
2398 msgstr ""
2399
2400 #: gnome-applets/multiload/properties.c:614
40002401 msgid "_Free"
4001 msgstr "_თავისუფალი"
4002
4003 #: ../multiload/properties.c:636
2402 msgstr ""
2403
2404 #: gnome-applets/multiload/properties.c:616
40042405 msgid "Load"
40052406 msgstr "ჩატვირთვა"
40062407
4007 #: ../multiload/properties.c:638
2408 #: gnome-applets/multiload/properties.c:618
40082409 msgid "_Average"
4009 msgstr "ს_აშუალო"
4010
4011 #: ../multiload/properties.c:641
2410 msgstr ""
2411
2412 #: gnome-applets/multiload/properties.c:621
40122413 msgid "Harddisk"
4013 msgstr "მყარი დისკი"
4014
4015 #: ../multiload/properties.c:643
2414 msgstr "მყარიდისკი"
2415
2416 #: gnome-applets/multiload/properties.c:623
40162417 msgid "_Read"
4017 msgstr "_კითხვა"
4018
4019 #: ../multiload/properties.c:644
2418 msgstr ""
2419
2420 #: gnome-applets/multiload/properties.c:624
40202421 msgid "_Write"
4021 msgstr "_ჩაწერა"
4022
4023 #: ../multiload/properties.c:670
2422 msgstr ""
2423
2424 #: gnome-applets/multiload/properties.c:651
40242425 msgid "System Monitor Preferences"
4025 msgstr "სისტემის მონიტორის პარამეტრები"
4026
4027 #: ../null_applet/GNOME_CDPlayerApplet.server.in.h:1
4028 msgid "CD Player (Deprecated)"
4029 msgstr "CD გამშვები (მოძველებული)"
4030
4031 #: ../null_applet/GNOME_CDPlayerApplet.server.in.h:2
4032 msgid "Panel applet for playing audio CDs"
4033 msgstr "აუდიო დისკების დამკვრელი პანელ აპლეტი"
4034
4035 #: ../null_applet/GNOME_MailcheckApplet_Factory.server.in.h:1
4036 msgid "Alert you when new mail arrives"
4037 msgstr "გაფრთხილება ახალი ფოსტის მიღების შემთხვევაში"
4038
4039 #: ../null_applet/GNOME_MailcheckApplet_Factory.server.in.h:2
4040 msgid "Inbox Monitor (Deprecated)"
4041 msgstr "შემავალი ფოსტის მონიტორი (მოძველებული)"
4042
4043 #: ../null_applet/GNOME_NullApplet_Factory.server.in.in.h:1
4044 msgid "Factory for deprecating applets"
4045 msgstr "მოძველებული აპლეტების ფაბრიკა"
4046
4047 #: ../null_applet/GNOME_NullApplet_Factory.server.in.in.h:2
4048 msgid "Null Applet Factory"
4049 msgstr "ნულოვანი აპლეტის ფაბრიკა"
4050
4051 #: ../null_applet/GNOME_Panel_WirelessApplet.server.in.h:1
4052 msgid "Monitor the quality of a wireless network link"
4053 msgstr "უკაბელო ქსელის ხარისხის მონიტორი"
4054
4055 #: ../null_applet/GNOME_Panel_WirelessApplet.server.in.h:2
4056 msgid "Wireless Link Monitor"
4057 msgstr "უკაბელო კავშირის მონიტორი"
4058
4059 #: ../null_applet/null_applet.c:149
4060 msgid "Some panel items are no longer available"
4061 msgstr "ზოგიერთი პანელური აპლეტი აღარ არის ხელმისაწვდომი"
4062
4063 #: ../null_applet/null_applet.c:150
4064 msgid ""
4065 "One or more panel items (also referred to as applets) are no longer "
4066 "available in the GNOME desktop."
4067 msgstr ""
4068 "ზოგიერთი პანელური აპლეტი აღარ არის ხელმისაწვდომი GNOME სამუშაო გარემოში."
4069
4070 #: ../null_applet/null_applet.c:152
4071 msgid "These items will now be removed from your configuration:"
4072 msgstr "მიმდინარე ელემენტი ამოიღება თქვენი კონფიგურაციიდან:"
4073
4074 #: ../null_applet/null_applet.c:155
4075 msgid "You will not receive this message again."
4076 msgstr "თქვენ აღარ იხილავთ ამ შეტყობინებას ხელახლა."
4077
4078 #: ../stickynotes/data/GNOME_StickyNotesApplet.server.in.h:1
4079 msgid "Tomboy (ne Stickynotes)"
4080 msgstr "ტომბოი (წებოვანი შენიშვნების)"
4081
4082 #: ../stickynotes/data/GNOME_StickyNotesApplet.server.in.h:2
4083 msgid "Tomboy (transparent upgrade from stickynotes)"
4084 msgstr "ტომბოი (stickynotes-ის გამჭვირვალე განახლება)"
4085
4086 #: ../stickynotes/GNOME_StickyNotesApplet.server.in.in.h:1
4087 msgid "Create, view, and manage sticky notes on the desktop"
4088 msgstr "წებოვანი შენიშვნების შექმნა, მართვა თქვენი სამუშაო გარემოსთვის"
4089
4090 #: ../stickynotes/GNOME_StickyNotesApplet.server.in.in.h:2
4091 #: ../stickynotes/stickynotes_applet.c:419
4092 #: ../stickynotes/stickynotes_applet_callbacks.c:384
4093 msgid "Sticky Notes"
4094 msgstr "წებოვანი შენიშვნები"
4095
4096 #: ../stickynotes/GNOME_StickyNotesApplet.server.in.in.h:3
4097 msgid "Sticky Notes Applet Factory"
4098 msgstr "მისამაგრებელი შენიშვნების აპლეტის ქარხანა"
4099
4100 #: ../stickynotes/GNOME_StickyNotesApplet.xml.h:1
2426 msgstr ""
2427
2428 #: gnome-applets/netspeed/netspeed-menu.ui:5
2429 msgid "Device _Details"
2430 msgstr ""
2431
2432 #: gnome-applets/netspeed/netspeed-applet.c:350
2433 msgid "b/s"
2434 msgstr ""
2435
2436 #: gnome-applets/netspeed/netspeed-applet.c:350
2437 msgid "B/s"
2438 msgstr "ბ/წმ"
2439
2440 #: gnome-applets/netspeed/netspeed-applet.c:352
2441 msgid "bits"
2442 msgstr ""
2443
2444 #: gnome-applets/netspeed/netspeed-applet.c:352
2445 msgid "bytes"
2446 msgstr "ბაიტები"
2447
2448 #: gnome-applets/netspeed/netspeed-applet.c:359
2449 msgid "kb/s"
2450 msgstr ""
2451
2452 #: gnome-applets/netspeed/netspeed-applet.c:359
2453 msgid "KiB/s"
2454 msgstr "კიბ/წმ"
2455
2456 #: gnome-applets/netspeed/netspeed-applet.c:361
2457 msgid "kb"
2458 msgstr "კბ"
2459
2460 #: gnome-applets/netspeed/netspeed-applet.c:361
2461 msgid "KiB"
2462 msgstr "კიბ"
2463
2464 #: gnome-applets/netspeed/netspeed-applet.c:369
2465 msgid "Mb/s"
2466 msgstr ""
2467
2468 #: gnome-applets/netspeed/netspeed-applet.c:369
2469 msgid "MiB/s"
2470 msgstr "მიბ/წმ"
2471
2472 #: gnome-applets/netspeed/netspeed-applet.c:371
2473 msgid "Mb"
2474 msgstr "მბ"
2475
2476 #: gnome-applets/netspeed/netspeed-applet.c:371
2477 msgid "MiB"
2478 msgstr "მიბ"
2479
2480 #: gnome-applets/netspeed/netspeed-applet.c:827
2481 #, c-format
2482 msgid "Device Details for %s"
2483 msgstr ""
2484
2485 #: gnome-applets/netspeed/netspeed-applet.c:852
2486 msgid "_In graph color"
2487 msgstr ""
2488
2489 #: gnome-applets/netspeed/netspeed-applet.c:853
2490 msgid "_Out graph color"
2491 msgstr ""
2492
2493 #: gnome-applets/netspeed/netspeed-applet.c:869
2494 msgid "Internet Address:"
2495 msgstr ""
2496
2497 #: gnome-applets/netspeed/netspeed-applet.c:870
2498 msgid "Netmask:"
2499 msgstr "ქსელური ნიღაბი:"
2500
2501 #: gnome-applets/netspeed/netspeed-applet.c:871
2502 msgid "Hardware Address:"
2503 msgstr "აპარატურული მისამართი:"
2504
2505 #: gnome-applets/netspeed/netspeed-applet.c:872
2506 msgid "P-t-P Address:"
2507 msgstr ""
2508
2509 #: gnome-applets/netspeed/netspeed-applet.c:873
2510 msgid "Bytes in:"
2511 msgstr ""
2512
2513 #: gnome-applets/netspeed/netspeed-applet.c:874
2514 msgid "Bytes out:"
2515 msgstr ""
2516
2517 #: gnome-applets/netspeed/netspeed-applet.c:876
2518 #: gnome-applets/netspeed/netspeed-applet.c:877
2519 #: gnome-applets/netspeed/netspeed-applet.c:878
2520 #: gnome-applets/netspeed/netspeed-applet.c:879
2521 msgid "none"
2522 msgstr ""
2523
2524 #: gnome-applets/netspeed/netspeed-applet.c:931
2525 msgid "IPv6 Address:"
2526 msgstr ""
2527
2528 #: gnome-applets/netspeed/netspeed-applet.c:966
2529 msgid "Signal Strength:"
2530 msgstr ""
2531
2532 #: gnome-applets/netspeed/netspeed-applet.c:967
2533 msgid "ESSID:"
2534 msgstr ""
2535
2536 #: gnome-applets/netspeed/netspeed-applet.c:1022
2537 #, c-format
2538 msgid "%s is down"
2539 msgstr ""
2540
2541 #: gnome-applets/netspeed/netspeed-applet.c:1027
2542 #, c-format
2543 msgid ""
2544 "%s: %s\n"
2545 "in: %s out: %s"
2546 msgstr ""
2547
2548 #: gnome-applets/netspeed/netspeed-applet.c:1029
2549 #: gnome-applets/netspeed/netspeed-applet.c:1038
2550 msgid "has no ip"
2551 msgstr ""
2552
2553 #: gnome-applets/netspeed/netspeed-applet.c:1036
2554 #, c-format
2555 msgid ""
2556 "%s: %s\n"
2557 "sum: %s"
2558 msgstr ""
2559
2560 #: gnome-applets/netspeed/netspeed-applet.c:1045
2561 #, c-format
2562 msgid ""
2563 "\n"
2564 "ESSID: %s\n"
2565 "Strength: %d %%"
2566 msgstr ""
2567
2568 #: gnome-applets/netspeed/netspeed-applet.c:1046
2569 msgid "unknown"
2570 msgstr "უცნობი"
2571
2572 #: gnome-applets/netspeed/netspeed-applet.c:1122
2573 #, c-format
2574 msgid "Do you want to disconnect %s now?"
2575 msgstr ""
2576
2577 #: gnome-applets/netspeed/netspeed-applet.c:1125
2578 #, c-format
2579 msgid "Do you want to connect %s now?"
2580 msgstr ""
2581
2582 #: gnome-applets/netspeed/netspeed-applet.c:1151
2583 #, c-format
2584 msgid ""
2585 "<b>Running command %s failed</b>\n"
2586 "%s"
2587 msgstr ""
2588
2589 #: gnome-applets/netspeed/netspeed-applet.c:1521
2590 msgid ""
2591 "A little applet that displays some information on the traffic on the "
2592 "specified network device"
2593 msgstr ""
2594
2595 #: gnome-applets/netspeed/preferences.c:161
2596 msgid "Network _device:"
2597 msgstr ""
2598
2599 #: gnome-applets/netspeed/preferences.c:228
2600 msgid "General Settings"
2601 msgstr "ზოგადი პარამეტრები"
2602
2603 #: gnome-applets/netspeed/preferences.c:249
2604 msgid "Show _sum instead of in & out"
2605 msgstr ""
2606
2607 #: gnome-applets/netspeed/preferences.c:255
2608 msgid "Show _bits instead of bytes"
2609 msgstr ""
2610
2611 #: gnome-applets/netspeed/preferences.c:261
2612 msgid "Change _icon according to the selected device"
2613 msgstr ""
2614
2615 #: gnome-applets/netspeed/preferences.c:322
2616 msgid "Netspeed Preferences"
2617 msgstr ""
2618
2619 #: gnome-applets/sticky-notes/sticky-notes-applet.c:783
2620 #, c-format
2621 msgid "%d note"
2622 msgid_plural "%d notes"
2623 msgstr[0] ""
2624 msgstr[1] ""
2625
2626 #: gnome-applets/sticky-notes/sticky-notes-applet.c:784
2627 msgid "Show sticky notes"
2628 msgstr ""
2629
2630 #: gnome-applets/sticky-notes/sticky-notes-applet.c:822
2631 msgid "Sticky Notes for the GNOME Desktop Environment"
2632 msgstr ""
2633
2634 #: gnome-applets/sticky-notes/sticky-notes.c:1028
2635 msgid "This note is locked."
2636 msgstr ""
2637
2638 #: gnome-applets/sticky-notes/sticky-notes.c:1032
2639 msgid "This note is unlocked."
2640 msgstr ""
2641
2642 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:5
2643 #: gnome-applets/sticky-notes/ui/sticky-notes-note-menu.ui:5
2644 msgid "_New Note"
2645 msgstr ""
2646
2647 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:9
41012648 msgid "Hi_de Notes"
4102 msgstr "შენ_იშვნების დამალვა"
4103
4104 #: ../stickynotes/GNOME_StickyNotesApplet.xml.h:3
2649 msgstr ""
2650
2651 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:13
2652 msgid "_Lock Notes"
2653 msgstr ""
2654
2655 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:17
41052656 msgid "_Delete Notes"
4106 msgstr "შ_ენიშვნები წაშლა"
4107
4108 #: ../stickynotes/GNOME_StickyNotesApplet.xml.h:5
4109 msgid "_Lock Notes"
4110 msgstr "შენიშვნების დაბ_ლოკვა"
4111
4112 #: ../stickynotes/GNOME_StickyNotesApplet.xml.h:6
4113 #: ../stickynotes/stickynotes.glade.h:44
4114 msgid "_New Note"
4115 msgstr "_ახალი შენიშვნა"
4116
4117 #: ../stickynotes/stickynotes.c:591
4118 msgid "This note is locked."
4119 msgstr "მოცემული შენიშვნა დაბლოკილია."
4120
4121 #: ../stickynotes/stickynotes.c:595
4122 msgid "This note is unlocked."
4123 msgstr "მოცემული შენიშვნა გახსნილია."
4124
4125 #: ../stickynotes/stickynotes.glade.h:2
4126 msgid " Font C_olor:"
4127 msgstr " შრიფტის ფერი:"
4128
4129 #: ../stickynotes/stickynotes.glade.h:3
4130 msgid " Font Co_lor:"
4131 msgstr " შრიფტის ფ_ერი:"
4132
4133 #: ../stickynotes/stickynotes.glade.h:4
4134 msgid " Note C_olor:"
4135 msgstr " შენიშვნის ფ_ერი:"
4136
4137 #: ../stickynotes/stickynotes.glade.h:5
4138 msgid " Note _Color:"
4139 msgstr " შენიშვნის ფერ_ი:"
4140
4141 #: ../stickynotes/stickynotes.glade.h:6
4142 msgid " _Font:"
4143 msgstr " _შრიფტი:"
4144
4145 #: ../stickynotes/stickynotes.glade.h:7
4146 msgid "<b>Behavior</b>"
4147 msgstr "<b>ქცევა</b>"
4148
4149 #: ../stickynotes/stickynotes.glade.h:8
4150 msgid "<b>Default Note Properties</b>"
4151 msgstr "<b>შენიშვნის ნაგულისხმევი პარამეტრები</b>"
4152
4153 #: ../stickynotes/stickynotes.glade.h:9
4154 msgid ""
4155 "<b>Delete all sticky notes?</b>\n"
4156 "\n"
4157 "This cannot be undone."
4158 msgstr ""
4159 "<b>წავშალო ყველა წებოვანი შენიშვნა?</b>\n"
4160 "\n"
4161 "უკან დაბრუნება შეუძლებელი გახდება."
4162
4163 #: ../stickynotes/stickynotes.glade.h:12
4164 msgid ""
4165 "<b>Delete this sticky note?</b>\n"
4166 "\n"
4167 "This cannot be undone."
4168 msgstr ""
4169 "<b>წავშალო მოცემული წებოვანი შენიშვნა?</b>\n"
4170 "\n"
4171 "უკან დაბრუნება შეუძლებელი გახდება."
4172
4173 #: ../stickynotes/stickynotes.glade.h:15
4174 msgid "<b>Properties</b>"
4175 msgstr "<b>პარამეტრები</b>"
4176
4177 #: ../stickynotes/stickynotes.glade.h:16
4178 msgid "Choose a base color to use for all sticky notes"
4179 msgstr "წებოვანი შენიშვნების ძირითადი საერთო ფერის ამორჩევა"
4180
4181 #: ../stickynotes/stickynotes.glade.h:17
4182 msgid "Choose a color for the note"
4183 msgstr "შენიშვნისთვის ფერის ამორჩევა"
4184
4185 #: ../stickynotes/stickynotes.glade.h:18
4186 msgid "Choose a font for the note"
4187 msgstr "შენიშვნისთვის შრიფტის ამორჩევა"
4188
4189 #: ../stickynotes/stickynotes.glade.h:19
4190 msgid "Choose a font to use for all sticky notes"
4191 msgstr "ყველა შენიშვნისთვის გამოსაყენებელი შრიფტის ამორჩევა"
4192
4193 #: ../stickynotes/stickynotes.glade.h:20
4194 msgid "Choose if notes are visible on all workspaces"
4195 msgstr "შენიშვნების ჩვენება ყველა სამუშაო მაგიდაზე"
4196
4197 #: ../stickynotes/stickynotes.glade.h:21
4198 msgid "Choose if the default style is forced on all notes"
4199 msgstr "ნაგულისხმევი სტილის გამოყენება ყველა შენიშვნისთვის"
4200
4201 #: ../stickynotes/stickynotes.glade.h:22
2657 msgstr ""
2658
2659 #: gnome-applets/sticky-notes/ui/sticky-notes-delete-all.ui:38
2660 msgid "_Delete All"
2661 msgstr ""
2662
2663 #: gnome-applets/sticky-notes/ui/sticky-notes-delete-all.ui:91
2664 msgid "Delete all sticky notes?"
2665 msgstr ""
2666
2667 #: gnome-applets/sticky-notes/ui/sticky-notes-delete-all.ui:107
2668 #: gnome-applets/sticky-notes/ui/sticky-notes-delete.ui:108
2669 msgid "This cannot be undone."
2670 msgstr ""
2671
2672 #: gnome-applets/sticky-notes/ui/sticky-notes-delete.ui:92
2673 msgid "Delete this sticky note?"
2674 msgstr ""
2675
2676 #: gnome-applets/sticky-notes/ui/sticky-notes-note-menu.ui:9
2677 msgid "_Delete Note..."
2678 msgstr ""
2679
2680 #: gnome-applets/sticky-notes/ui/sticky-notes-note-menu.ui:15
2681 msgid "_Lock Note"
2682 msgstr ""
2683
2684 #: gnome-applets/sticky-notes/ui/sticky-notes-note-menu.ui:21
2685 msgid "_Properties"
2686 msgstr "_თვისებები"
2687
2688 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:7
2689 msgid "Sticky Note"
2690 msgstr ""
2691
2692 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:21
2693 msgid "Lock/Unlock note"
2694 msgstr ""
2695
2696 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:58
42022697 msgid "Close note"
4203 msgstr "შენიშვნის დახურვა"
4204
4205 #: ../stickynotes/stickynotes.glade.h:23
4206 msgid "Force _default color and font on notes"
4207 msgstr "ნაგულისხმევი შრიფტის და ფერის გამოყენების ძალ_დატანება"
4208
4209 #: ../stickynotes/stickynotes.glade.h:24
2698 msgstr ""
2699
2700 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:110
2701 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:131
2702 msgid "Resize note"
2703 msgstr ""
2704
2705 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:22
2706 msgid "Sticky Notes Preferences"
2707 msgstr ""
2708
2709 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:94
2710 msgid "Default Note Properties"
2711 msgstr ""
2712
2713 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:130
42102714 msgid "H_eight:"
42112715 msgstr "სიმაღლ_ე:"
42122716
4213 #: ../stickynotes/stickynotes.glade.h:25
4214 msgid "Lock/Unlock note"
4215 msgstr "ბლოკის მოხსნა/დადება"
4216
4217 #: ../stickynotes/stickynotes.glade.h:26
4218 msgid "Pick a color for the sticky note"
4219 msgstr "შენიშვნისთვის ფერის ამორჩევა"
4220
4221 #: ../stickynotes/stickynotes.glade.h:27
2717 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:143
2718 msgid "Specify the default width (in pixels) of new notes"
2719 msgstr ""
2720
2721 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:144
2722 msgid "1"
2723 msgstr ""
2724
2725 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:158
2726 msgid "Specify the default height (in pixels) of new notes"
2727 msgstr ""
2728
2729 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:159
2730 msgid "0"
2731 msgstr "0"
2732
2733 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:171
2734 msgid "Use co_lor from the system theme"
2735 msgstr ""
2736
2737 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:188
2738 msgid "Font Co_lor:"
2739 msgstr ""
2740
2741 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:201
2742 msgid "Note C_olor:"
2743 msgstr ""
2744
2745 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:226
2746 msgid "Choose a base color to use for all sticky notes"
2747 msgstr ""
2748
2749 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:227
42222750 msgid "Pick a default sticky note color"
4223 msgstr "შენიშვნისთვის საწყისი ფერის ამორჩევა"
4224
4225 #: ../stickynotes/stickynotes.glade.h:28
2751 msgstr ""
2752
2753 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:236
2754 msgid "Use fo_nt from the system theme"
2755 msgstr ""
2756
2757 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:253
2758 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:210
2759 msgid "_Font:"
2760 msgstr "_ფონტი:"
2761
2762 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:267
2763 msgid "Choose a font to use for all sticky notes"
2764 msgstr ""
2765
2766 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:269
42262767 msgid "Pick a default sticky note font"
4227 msgstr "შენიშვნისთვის საწყისი შრიფტის ამორჩევა"
4228
4229 #: ../stickynotes/stickynotes.glade.h:29
4230 msgid "Pick a font for the sticky note"
4231 msgstr "შენიშვნის შრიფტის ამორჩევა"
4232
4233 #: ../stickynotes/stickynotes.glade.h:30
4234 msgid "Resize note"
4235 msgstr "შენიშვნის ფურცლის ზომის შეცვლა"
4236
4237 #: ../stickynotes/stickynotes.glade.h:31
4238 msgid "Specify a title for the note"
4239 msgstr "შენიშვნის სათაურის მითითება"
4240
4241 #: ../stickynotes/stickynotes.glade.h:32
4242 msgid "Specify the default height (in pixels) of new notes"
4243 msgstr "შენიშვნისთვის ნაგულისხმევი სიმაღლის (პიქსელებში) მითება"
4244
4245 #: ../stickynotes/stickynotes.glade.h:33
4246 msgid "Specify the default width (in pixels) of new notes"
4247 msgstr "შენიშვნისთვის ნაგულისხმევი სიგანის (პიქსელებში) მითება"
4248
4249 #: ../stickynotes/stickynotes.glade.h:34
4250 msgid "Sticky Note"
4251 msgstr "წებოვანი შენიშვნა"
4252
4253 #: ../stickynotes/stickynotes.glade.h:35
2768 msgstr ""
2769
2770 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:300
2771 #: gnome-applets/window-buttons/window-buttons.ui:1211
2772 #: gnome-applets/window-title/window-title.ui:539
2773 msgid "Behavior"
2774 msgstr "ქცევა"
2775
2776 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:321
2777 msgid "_Put notes on all workspaces"
2778 msgstr ""
2779
2780 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:325
2781 msgid "Choose if notes are visible on all workspaces"
2782 msgstr ""
2783
2784 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:337
2785 msgid "Force _default color and font on notes"
2786 msgstr ""
2787
2788 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:341
2789 msgid "Choose if the default style is forced on all notes"
2790 msgstr ""
2791
2792 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:353
2793 msgid "Hide notes when the des_ktop is clicked on"
2794 msgstr ""
2795
2796 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:357
2797 msgid "Choose whether to hide all notes when selecting on the desktop"
2798 msgstr ""
2799
2800 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:8
42542801 msgid "Sticky Note Properties"
4255 msgstr "წებოვანი შენიშვნის პარამეტრები"
4256
4257 #: ../stickynotes/stickynotes.glade.h:36
4258 msgid "Sticky Notes Preferences"
4259 msgstr "წებოვანი შენიშვნების პარამეტრები"
4260
4261 #: ../stickynotes/stickynotes.glade.h:37
4262 msgid "Use co_lor from the system theme"
4263 msgstr "სისტემის გაფ_ორმების თემის ფერების გამოყენება"
4264
4265 #: ../stickynotes/stickynotes.glade.h:38
4266 msgid "Use default co_lor"
4267 msgstr "გამ_ოყენება ნაგულისხმევი ფერი"
4268
4269 #: ../stickynotes/stickynotes.glade.h:39
4270 msgid "Use default fo_nt"
4271 msgstr "_ნაგულისხმევი შრიფტის გამოყენება"
4272
4273 #: ../stickynotes/stickynotes.glade.h:40
4274 msgid "Use fo_nt from the system theme"
4275 msgstr "სისტემის გაფორმების თემიდან შრიფ_ტის გამოყენება"
4276
4277 #: ../stickynotes/stickynotes.glade.h:41
4278 msgid "_Delete All"
4279 msgstr "_ყველას წაშლა"
4280
4281 #: ../stickynotes/stickynotes.glade.h:42
4282 msgid "_Delete Note..."
4283 msgstr "_შენიშვნის წაშლა..."
4284
4285 #: ../stickynotes/stickynotes.glade.h:43
4286 msgid "_Lock Note"
4287 msgstr "შენიშვნის დაბ_ლოკვა"
4288
4289 #: ../stickynotes/stickynotes.glade.h:46
4290 msgid "_Put notes on all workspaces"
4291 msgstr "შენიშვნე_ბის ყველა სამუშაო მაგიდაზე მიწებება"
4292
4293 #: ../stickynotes/stickynotes.glade.h:47
2802 msgstr ""
2803
2804 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:78
2805 msgid "Properties"
2806 msgstr "პარამეტრები"
2807
2808 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:101
42942809 msgid "_Title:"
42952810 msgstr "_სათაური:"
42962811
4297 #: ../stickynotes/stickynotes.schemas.in.h:1
4298 msgid "Autosave timeout in minutes"
4299 msgstr "დაყოვნების დროის ავტოშენახვა წუთებში"
4300
4301 #: ../stickynotes/stickynotes.schemas.in.h:2
4302 msgid ""
4303 "By default, sticky notes are given the current date as the title when they "
4304 "are created. This format is used; anything that can be parsed by strftime() "
4305 "is valid."
4306 msgstr ""
4307 "ნაგულისხმევია ის რომ, შენიშვნები მათი შექმნისთანავე თარიღდებიან და "
4308 "გამოიყენება strftime() ფუნქცია."
4309
4310 #: ../stickynotes/stickynotes.schemas.in.h:3
4311 msgid "Date format of note's title"
4312 msgstr "შენიშვნების სათაურში თარიღის ფორმატი"
4313
4314 #: ../stickynotes/stickynotes.schemas.in.h:4
4315 msgid "Default color for font"
4316 msgstr "ნაგულისხმევი ფერი შრიფტისათვის"
4317
4318 #: ../stickynotes/stickynotes.schemas.in.h:5
4319 msgid "Default color for new notes"
4320 msgstr "ნაგულისხმევი ფერი ახალი შენიშვნებისათვის"
4321
4322 #: ../stickynotes/stickynotes.schemas.in.h:6
4323 msgid ""
4324 "Default color for new sticky notes. This should be in html hex "
4325 "specification, for example \"#30FF50\"."
4326 msgstr ""
4327 "ნაგულისხმევი ფერი ახალი შენიშვნებისათვის. ფერი უნდა შეესაბამებოდეს html-ის "
4328 "თექვსმეტობით სპეციფიკაციას, მაგალითად \"#30FF50\"."
4329
4330 #: ../stickynotes/stickynotes.schemas.in.h:7
4331 msgid ""
4332 "Default font color for new sticky notes. This should be in html hex "
4333 "specification, for example \"#000000\"."
4334 msgstr ""
4335 "ნაგულისხმევი ფერი ახალი შენიშვნებისათვის. ფერი უნდა შეესაბამებოდეს html-ის "
4336 "თექვსმეტობით სპეციფიკაციას, მაგალითად \"#000000\"."
4337
4338 #: ../stickynotes/stickynotes.schemas.in.h:8
4339 msgid "Default font for new notes"
4340 msgstr "ნაგულისხმევი შრიფტი ახალი შენიშვნებებისთვის"
4341
4342 #: ../stickynotes/stickynotes.schemas.in.h:9
4343 msgid ""
4344 "Default font for new sticky notes. This should be a Pango Font Name, for "
4345 "example \"Sans Italic 10\""
4346 msgstr ""
4347 "ნაგულისხმევი შრიფტი ახალი შენიშვნებისთვის. შრიფტის დასახელება უნდა იყოს "
4348 "Pango ფორმატში, მაგალითად \"Sans Italic 10\""
4349
4350 #: ../stickynotes/stickynotes.schemas.in.h:10
4351 msgid "Default height for new notes"
4352 msgstr "ნაგულისხმევი სიმაღლე ახალი შენიშვნებებისთვის"
4353
4354 #: ../stickynotes/stickynotes.schemas.in.h:11
4355 msgid "Default height for new sticky notes in pixels."
4356 msgstr "ნაგულისხმევი სიმაღლე ახალი წებოვანი შენიშვნებებისთვის პიქსელებში."
4357
4358 #: ../stickynotes/stickynotes.schemas.in.h:12
4359 msgid "Default width for new notes"
4360 msgstr "ნაგულისხმევი სიგანე ახალი შენიშვნებებისთვის"
4361
4362 #: ../stickynotes/stickynotes.schemas.in.h:13
4363 msgid "Default width for new sticky notes in pixels."
4364 msgstr "ნაგულისხმევი სიგანე ახალი წებოვანი შენიშვნებებისთვის პიქსელებში."
4365
4366 #: ../stickynotes/stickynotes.schemas.in.h:14
4367 msgid "Empty notes are always deleted without confirmation"
4368 msgstr "ცარიელი შენიშვნა წაიშლება ყოველგვარი გაფრთხილების გარეშე"
4369
4370 #: ../stickynotes/stickynotes.schemas.in.h:15
4371 msgid ""
4372 "Every time the specified number of minutes pass, the sticky notes are "
4373 "automatically saved."
4374 msgstr ""
4375 "წებოვანი შენიშვნები ავტომატურად შეინახებიან მიცემული დროის ინტერვალის "
4376 "შემთხვევაში(წუთებში)."
4377
4378 #: ../stickynotes/stickynotes.schemas.in.h:16
4379 msgid ""
4380 "If this option is disabled, a custom color can be used as the default color "
4381 "for all sticky notes."
4382 msgstr ""
4383 "თუ მოცემული გასაღები ამორთულია, მომხმარებლის მიერ შეყვანილი ფერი შეიძლება "
4384 "იქნას გამოყენებული ყველა წებოვანი შენიშვნებისთვის."
4385
4386 #: ../stickynotes/stickynotes.schemas.in.h:17
4387 msgid ""
4388 "If this option is disabled, a custom font can be used as the default font "
4389 "for all sticky notes."
4390 msgstr ""
4391 "თუ მოცემული გასაღები ამორთულია, მომხმარებლის მიერ ამორჩეული შრიფტი შეიძლება "
4392 "იქნას გამოყენებული ყველა წებოვანი შენიშვნებისთვის."
4393
4394 #: ../stickynotes/stickynotes.schemas.in.h:18
4395 msgid ""
4396 "If this option is enabled, the custom colors and fonts that have been "
4397 "assigned to individual notes will be ignored."
4398 msgstr ""
4399 "თუ მოცემული გასაღები ჩართულია, მომხმარებლის მიერ ამორჩეული ფერი და შრიფტი "
4400 "დაიგნორირდებიან და არ იქნებიან გამოყენებული."
4401
4402 #: ../stickynotes/stickynotes.schemas.in.h:19
4403 msgid "Specifies whether the sticky notes are locked (non-editable) or not."
4404 msgstr ""
4405 "მიუთითებს თუ სად იქნება მიმაგრებული (არ არის რედაქტირებადი) წებოვანი "
4406 "შენიშვნა."
4407
4408 #: ../stickynotes/stickynotes.schemas.in.h:20
4409 msgid ""
4410 "Specifies whether the sticky notes are visible on ALL workspaces on the "
4411 "desktop, or not."
4412 msgstr ""
4413 "მიუთითებს,იყონ თუ არა ხილულ მდგომარეობაში წებოვანი შენიშვნები ყველა სამუშაო "
4414 "გარემოში."
4415
4416 #: ../stickynotes/stickynotes.schemas.in.h:21
4417 msgid "Sticky notes' locked state"
4418 msgstr "მიმაგრებული წებოვანი შენიშვნების მდგომარეობა"
4419
4420 #: ../stickynotes/stickynotes.schemas.in.h:22
4421 msgid "Sticky notes' workspace stickyness"
4422 msgstr "შენიშვნების სამუშაო გარემოებებში წებოვანება"
4423
4424 #: ../stickynotes/stickynotes.schemas.in.h:23
4425 msgid "Whether to ask for confirmation when deleting a note"
4426 msgstr "კითხვის დასმა შენიშვნის წაშლის სურვილის შემთხვევაში"
4427
4428 #: ../stickynotes/stickynotes.schemas.in.h:24
4429 msgid "Whether to force the default color and font on all notes"
4430 msgstr "ნაგულისხმევი ფერის და შრიფტის გამოყენება ყველა შენიშვნებისთვის"
4431
4432 #: ../stickynotes/stickynotes.schemas.in.h:25
4433 msgid "Whether to use the default system color"
4434 msgstr "ნაგულისხმევი სისტემის ფერის გამოყენება"
4435
4436 #: ../stickynotes/stickynotes.schemas.in.h:26
4437 msgid "Whether to use the default system font"
4438 msgstr "ნაგულისხმევი სისტემური შრიფტის გამოყენება"
4439
4440 #: ../stickynotes/stickynotes_applet.c:597
4441 #, c-format
4442 msgid "%d note"
4443 msgid_plural "%d notes"
4444 msgstr[0] "%d შენიშვნა"
4445
4446 # msgstr[1] "შენიშვნა"
4447 #: ../stickynotes/stickynotes_applet.c:598
4448 msgid "Show sticky notes"
4449 msgstr "წებოვანი შენიშვნების ჩვენება"
4450
4451 #: ../stickynotes/stickynotes_applet_callbacks.c:388
4452 msgid "Sticky Notes for the GNOME Desktop Environment"
4453 msgstr "GNOME სამუშაო გარსის წებოვანი მისამაგრებელი შენიშვნები"
4454
4455 #: ../trashapplet/GNOME_Panel_TrashApplet.server.in.in.h:1
4456 msgid "Go to Trash"
4457 msgstr "სანაგვე ყუთისკენ გადასვლა"
4458
4459 #: ../trashapplet/GNOME_Panel_TrashApplet.server.in.in.h:2
4460 msgid "Trash"
4461 msgstr "სანაგვე ყუთი"
4462
4463 #: ../trashapplet/GNOME_Panel_TrashApplet.xml.h:2
4464 #: ../trashapplet/src/trashapplet.c:600
4465 msgid "_Empty Trash"
4466 msgstr "_სანაგვე ყუთის დაცარიელება"
4467
4468 #: ../trashapplet/GNOME_Panel_TrashApplet.xml.h:4
4469 msgid "_Open"
4470 msgstr "_გახსნა"
4471
4472 #: ../trashapplet/src/trashapplet.c:163
4473 #, c-format
4474 msgid "Unable to find the Trash directory: %s"
4475 msgstr "ვერ ვპოულობ სანაგვე ყუთის დასტას: %s"
4476
4477 #: ../trashapplet/src/trashapplet.c:397
4478 msgid "No Items in Trash"
4479 msgstr "სანაგვე ყუთი ცარიელია"
4480
4481 #: ../trashapplet/src/trashapplet.c:401
2812 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:113
2813 msgid "Specify a title for the note"
2814 msgstr ""
2815
2816 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:122
2817 msgid "Use default co_lor"
2818 msgstr ""
2819
2820 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:142
2821 msgid "Font C_olor:"
2822 msgstr ""
2823
2824 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:156
2825 msgid "Note _Color:"
2826 msgstr ""
2827
2828 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:166
2829 msgid "Use default fo_nt"
2830 msgstr ""
2831
2832 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:196
2833 msgid "Choose a color for the note"
2834 msgstr ""
2835
2836 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:197
2837 msgid "Pick a color for the sticky note"
2838 msgstr ""
2839
2840 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:223
2841 msgid "Choose a font for the note"
2842 msgstr ""
2843
2844 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:225
2845 msgid "Pick a font for the sticky note"
2846 msgstr ""
2847
2848 #: gnome-applets/timer/timer-applet-menu.ui:5
2849 msgid "_Start timer"
2850 msgstr ""
2851
2852 #: gnome-applets/timer/timer-applet-menu.ui:9
2853 msgid "P_ause timer"
2854 msgstr ""
2855
2856 #: gnome-applets/timer/timer-applet-menu.ui:13
2857 msgid "S_top timer"
2858 msgstr ""
2859
2860 #: gnome-applets/timer/timer-applet.c:118
2861 msgid "Finished"
2862 msgstr "დასრულდა"
2863
2864 #: gnome-applets/timer/timer-applet.c:125
2865 #: gnome-applets/timer/timer-applet.c:137
2866 msgid "Timer finished!"
2867 msgstr ""
2868
2869 #: gnome-applets/timer/timer-applet.c:273
2870 msgid "Timer Applet Preferences"
2871 msgstr ""
2872
2873 #: gnome-applets/timer/timer-applet.c:286
2874 msgid "Name:"
2875 msgstr "სახელი:"
2876
2877 #: gnome-applets/timer/timer-applet.c:295
2878 msgid "Hours:"
2879 msgstr ""
2880
2881 #: gnome-applets/timer/timer-applet.c:306
2882 msgid "Minutes:"
2883 msgstr ""
2884
2885 #: gnome-applets/timer/timer-applet.c:317
2886 msgid "Seconds:"
2887 msgstr ""
2888
2889 #: gnome-applets/timer/timer-applet.c:328
2890 msgid "Show notification popup"
2891 msgstr ""
2892
2893 #: gnome-applets/timer/timer-applet.c:332
2894 msgid "Show dialog"
2895 msgstr "ფანჯრის ჩვენება"
2896
2897 #: gnome-applets/tracker-search-bar/tracker-applet.c:411
2898 msgid "A search bar applet for finding content stored in Tracker"
2899 msgstr ""
2900
2901 #: gnome-applets/tracker-search-bar/tracker-applet.c:459
2902 msgid "Copyright Tracker Authors 2005-2010"
2903 msgstr ""
2904
2905 #: gnome-applets/tracker-search-bar/tracker-results-window.c:687
2906 #: gnome-applets/tracker-search-bar/tracker-results-window.c:704
2907 msgid "Other"
2908 msgstr "სხვა"
2909
2910 #: gnome-applets/tracker-search-bar/tracker-results-window.c:688
2911 msgid "Contacts"
2912 msgstr "კონტაქტები"
2913
2914 #: gnome-applets/tracker-search-bar/tracker-results-window.c:689
2915 msgid "Tags"
2916 msgstr "ჭდეები"
2917
2918 #: gnome-applets/tracker-search-bar/tracker-results-window.c:690
2919 msgid "Email Addresses"
2920 msgstr ""
2921
2922 #: gnome-applets/tracker-search-bar/tracker-results-window.c:691
2923 msgid "Documents"
2924 msgstr "დოკუმენტები"
2925
2926 #: gnome-applets/tracker-search-bar/tracker-results-window.c:692
2927 msgid "Applications"
2928 msgstr "პროგრამები"
2929
2930 #: gnome-applets/tracker-search-bar/tracker-results-window.c:693
2931 msgid "Images"
2932 msgstr "გამოსახულებები"
2933
2934 #: gnome-applets/tracker-search-bar/tracker-results-window.c:694
2935 msgid "Audio"
2936 msgstr "აუდიო"
2937
2938 #: gnome-applets/tracker-search-bar/tracker-results-window.c:695
2939 msgid "Folders"
2940 msgstr "საქაღალდეები"
2941
2942 #: gnome-applets/tracker-search-bar/tracker-results-window.c:696
2943 msgid "Fonts"
2944 msgstr "ფონტები"
2945
2946 #: gnome-applets/tracker-search-bar/tracker-results-window.c:697
2947 msgid "Videos"
2948 msgstr "ვიდეო"
2949
2950 #: gnome-applets/tracker-search-bar/tracker-results-window.c:698
2951 msgid "Archives"
2952 msgstr "არქივები"
2953
2954 #: gnome-applets/tracker-search-bar/tracker-results-window.c:699
2955 msgid "Bookmarks"
2956 msgstr "სანიშნები"
2957
2958 #: gnome-applets/tracker-search-bar/tracker-results-window.c:700
2959 msgid "Links"
2960 msgstr "ბმულები"
2961
2962 #: gnome-applets/tracker-search-bar/tracker-results-window.c:1073
2963 msgid "Category"
2964 msgstr "კატეგორია"
2965
2966 #: gnome-applets/tracker-search-bar/tracker-results-window.c:1101
2967 #: gnome-applets/window-title/window-title.ui:424
2968 msgid "Title"
2969 msgstr "სათაური"
2970
2971 #: gnome-applets/tracker-search-bar/tracker-results-window.c:1158
2972 #, c-format
2973 msgid "No results found for “%s”"
2974 msgstr ""
2975
2976 #: gnome-applets/trash/trash-applet.c:123
44822977 #, c-format
44832978 msgid "%d Item in Trash"
44842979 msgid_plural "%d Items in Trash"
4485 msgstr[0] "%d ელემენტი სანაგვე ყუთში"
4486
4487 #: ../trashapplet/src/trashapplet.c:516
2980 msgstr[0] ""
2981 msgstr[1] ""
2982
2983 #: gnome-applets/trash/trash-applet.c:131
2984 msgid "No Items in Trash"
2985 msgstr ""
2986
2987 #: gnome-applets/trash/trash-applet.c:340
2988 #, c-format
2989 msgid ""
2990 "Error while spawning Nautilus:\n"
2991 "%s"
2992 msgstr ""
2993
2994 #: gnome-applets/trash/trash-applet.c:361
2995 msgid "Delete Immediately?"
2996 msgstr ""
2997
2998 #: gnome-applets/trash/trash-applet.c:390
2999 msgid "Cannot move items to trash, do you want to delete them immediately?"
3000 msgstr ""
3001
3002 #: gnome-applets/trash/trash-applet.c:391
3003 #, c-format
3004 msgid "The selected item cannot be moved to the trash"
3005 msgid_plural "None of the %d selected items can be moved to the Trash"
3006 msgstr[0] ""
3007 msgstr[1] ""
3008
3009 #: gnome-applets/trash/trash-applet.c:397
3010 msgid ""
3011 "Cannot move some items to trash, do you want to delete these immediately?"
3012 msgstr ""
3013
3014 #: gnome-applets/trash/trash-applet.c:398
3015 #, c-format
3016 msgid "The selected item cannot be moved to the Trash"
3017 msgid_plural "%d of the selected items cannot be moved to the Trash"
3018 msgstr[0] ""
3019 msgstr[1] ""
3020
3021 #: gnome-applets/trash/trash-applet.c:565
3022 msgid ""
3023 "A GNOME trash bin that lives in your panel. You can use it to view the trash "
3024 "or drag and drop items into the trash."
3025 msgstr ""
3026
3027 #. Translators: the %s in this string should be read as %d.
3028 #: gnome-applets/trash/trash-empty.c:70
44883029 #, c-format
44893030 msgid "Removing item %s of %s"
4490 msgstr "ვაშორებ %s ელემენტს %s-დან"
4491
4492 #: ../trashapplet/src/trashapplet.c:539
4493 #, c-format
4494 msgid "<i>Removing: %s</i>"
4495 msgstr "<i>ვშლი: %s</i>"
4496
4497 #: ../trashapplet/src/trashapplet.c:577
3031 msgstr ""
3032
3033 #. Translators: %s is a file name
3034 #: gnome-applets/trash/trash-empty.c:96
3035 #, c-format
3036 msgid "Removing: %s"
3037 msgstr ""
3038
3039 #: gnome-applets/trash/trash-empty.c:305
44983040 msgid "Empty all of the items from the trash?"
4499 msgstr "მოვაშორო ყველა ობიექტი სანაგვე ყუთიდან?"
4500
4501 #: ../trashapplet/src/trashapplet.c:580
3041 msgstr ""
3042
3043 #: gnome-applets/trash/trash-empty.c:312
45023044 msgid ""
45033045 "If you choose to empty the trash, all items in it will be permanently lost. "
45043046 "Please note that you can also delete them separately."
45053047 msgstr ""
4506 "მონაცემების სანაგვე ყუთიდან მოშორების შემთხვევაში, თქვენ მათ სამუდამოდ "
4507 "დაკარგავთ. ამის გარდა შესაძლებელია მათი სათითაოდ წაშლა."
4508
4509 #: ../trashapplet/src/trashapplet.c:681
4510 #, c-format
4511 msgid ""
4512 "Error while spawning nautilus:\n"
4513 "%s"
4514 msgstr ""
4515 "დაიშვა შეცდომა ნაუტილუსის გაშვებისას:\n"
4516 "%s"
4517
4518 #: ../trashapplet/src/trashapplet.c:728
4519 msgid "Trash Applet"
4520 msgstr "ნაგვის ყუთი აპლეტი"
4521
4522 #: ../trashapplet/src/trashapplet.c:731
4523 msgid ""
4524 "A GNOME trash bin that lives in your panel. You can use it to view the trash "
4525 "or drag and drop items into the trash."
4526 msgstr ""
4527 "GNOME გარსის სანაგვე ყუთი რომელიც არსებობს თქვენს პანელზე. თქვენ შეგიძლიათ "
4528 "მისი დათვალიერება ან მასში რაიმე ელემენტების გადაგდება."
4529
4530 #: ../trashapplet/src/trashapplet.c:756
4531 msgid "Delete Immediately?"
4532 msgstr "მყისვე წავშალო?"
4533
4534 #: ../trashapplet/src/trashapplet.c:785
4535 msgid "Cannot move items to trash, do you want to delete them immediately?"
4536 msgstr ""
4537 "შეუძლებელია ელემენტების სანაგვე ყუთში გადატანა, გნებავთ მათი სამუდამოდ წაშლა?"
4538
4539 #: ../trashapplet/src/trashapplet.c:788
4540 msgid ""
4541 "Cannot move some items to trash, do you want to delete these immediately?"
4542 msgstr ""
4543 "შეუძლებელია ზოგიერთი ელემენტის სანაგვე ყუთში გადატანა, გნებავთ მათი საბოლოო "
4544 "წაშლა?"
4545
4546 #: ../trashapplet/src/trashapplet.c:888 ../trashapplet/src/trashapplet.c:905
4547 #, c-format
4548 msgid ""
4549 "Unable to move to trash:\n"
4550 "%s"
4551 msgstr ""
4552 "შეუძლებელია სანაგვე ყუთში გადატანა:\n"
4553 "%s"
4554
4555 #: ../trashapplet/trashapplet.glade.h:1
4556 msgid "<b>From:</b>"
4557 msgstr "<b>ვისგან:</b>"
4558
4559 #: ../trashapplet/trashapplet.glade.h:2
4560 msgid "<big><b>Emptying the Trash</b></big>"
4561 msgstr "<big><b>მიმდინარეობს სანაგვე ყუთის დაცარიელება</b></big>"
4562
4563 #: ../trashapplet/trashapplet.glade.h:3
3048
3049 #: gnome-applets/trash/trash-empty.c:326 gnome-applets/trash/trash-menu.ui:9
3050 msgid "_Empty Trash"
3051 msgstr "ნაგვის _ყუთის დაცარიელება"
3052
3053 #: gnome-applets/trash/trash-empty.ui:7 gnome-applets/trash/trash-empty.ui:21
45643054 msgid "Emptying the Trash"
4565 msgstr "ვასუფთავებ სანაგვე ყუთს"
3055 msgstr ""
3056
3057 #: gnome-applets/trash/trash-empty.ui:36
3058 msgid "From:"
3059 msgstr "ვისგან:"
3060
3061 #: gnome-applets/trash/trash-menu.ui:5
3062 msgid "_Open Trash"
3063 msgstr ""
3064
3065 #: gnome-applets/window-buttons/window-buttons.c:254
3066 #: gnome-applets/window-buttons/window-buttons.ui:113
3067 msgid "Unmaximize"
3068 msgstr "საწყის ზომაზე დაბრუნება"
3069
3070 #: gnome-applets/window-buttons/window-buttons.c:258
3071 #: gnome-applets/window-buttons/window-buttons.ui:127
3072 msgid "Maximize"
3073 msgstr "გადიდება"
3074
3075 #: gnome-applets/window-buttons/window-buttons.c:265
3076 #: gnome-applets/window-buttons/window-buttons.ui:155
3077 msgid "Minimize"
3078 msgstr "ჩაკეცვა"
3079
3080 #: gnome-applets/window-buttons/window-buttons.c:266
3081 #: gnome-applets/window-buttons/window-buttons.ui:141
3082 msgid "Close"
3083 msgstr "დახურვა"
3084
3085 #: gnome-applets/window-buttons/window-buttons.c:753
3086 msgid "Window buttons for your GNOME Panel."
3087 msgstr ""
3088
3089 #: gnome-applets/window-buttons/window-buttons.c:795
3090 #: gnome-applets/window-title/window-title.c:818
3091 msgid "Window Applets on Gnome-Look"
3092 msgstr ""
3093
3094 #: gnome-applets/window-buttons/window-buttons.ui:8
3095 msgid "Window Buttons Preferences"
3096 msgstr ""
3097
3098 #: gnome-applets/window-buttons/window-buttons.ui:73
3099 msgid "Theme:"
3100 msgstr "თემა:"
3101
3102 #: gnome-applets/window-buttons/window-buttons.ui:168
3103 msgid ""
3104 "Focused\n"
3105 "Normal"
3106 msgstr ""
3107
3108 #: gnome-applets/window-buttons/window-buttons.ui:253
3109 msgid ""
3110 "Focused\n"
3111 "Clicked"
3112 msgstr ""
3113
3114 #: gnome-applets/window-buttons/window-buttons.ui:266
3115 msgid ""
3116 "Focused\n"
3117 "Hover"
3118 msgstr ""
3119
3120 #: gnome-applets/window-buttons/window-buttons.ui:423
3121 msgid ""
3122 "Unfocused\n"
3123 "Normal"
3124 msgstr ""
3125
3126 #: gnome-applets/window-buttons/window-buttons.ui:508
3127 msgid ""
3128 "Unfocused\n"
3129 "Hover"
3130 msgstr ""
3131
3132 #: gnome-applets/window-buttons/window-buttons.ui:521
3133 msgid ""
3134 "Unfocused\n"
3135 "Clicked"
3136 msgstr ""
3137
3138 #: gnome-applets/window-buttons/window-buttons.ui:730
3139 msgid "Use Metacity's button order"
3140 msgstr ""
3141
3142 #: gnome-applets/window-buttons/window-buttons.ui:734
3143 msgid ""
3144 "When checked, the button order will be the same as on Metacity window "
3145 "borders."
3146 msgstr ""
3147
3148 #: gnome-applets/window-buttons/window-buttons.ui:754
3149 msgid "Custom order:"
3150 msgstr ""
3151
3152 #. Translators: minimize, maximize, close should not be translated
3153 #: gnome-applets/window-buttons/window-buttons.ui:766
3154 msgid ""
3155 "Define your custom order by using the words:\n"
3156 "minimize, maximize and close\n"
3157 "Separate them by commas (,).\n"
3158 "Do NOT use double values!"
3159 msgstr ""
3160
3161 #. Translators: these words should not be translated
3162 #: gnome-applets/window-buttons/window-buttons.ui:771
3163 msgid "minimize,maximize,close"
3164 msgstr ""
3165
3166 #: gnome-applets/window-buttons/window-buttons.ui:781
3167 msgid "Reload"
3168 msgstr "თავიდან ჩატვირთვა"
3169
3170 #: gnome-applets/window-buttons/window-buttons.ui:785
3171 msgid "Click to reload buttons."
3172 msgstr ""
3173
3174 #: gnome-applets/window-buttons/window-buttons.ui:803
3175 msgid "Reverse order"
3176 msgstr ""
3177
3178 #: gnome-applets/window-buttons/window-buttons.ui:824
3179 msgid "<b>Button Order</b>"
3180 msgstr ""
3181
3182 #: gnome-applets/window-buttons/window-buttons.ui:854
3183 msgid "Automatic"
3184 msgstr "Ავტომატური"
3185
3186 #: gnome-applets/window-buttons/window-buttons.ui:858
3187 msgid "Align buttons with panel orientation."
3188 msgstr ""
3189
3190 #: gnome-applets/window-buttons/window-buttons.ui:871
3191 msgid "Horizontal"
3192 msgstr "ჰორიზონტალური"
3193
3194 #: gnome-applets/window-buttons/window-buttons.ui:875
3195 msgid "Force buttons to always appear horizontal."
3196 msgstr ""
3197
3198 #: gnome-applets/window-buttons/window-buttons.ui:888
3199 msgid "Vertical"
3200 msgstr "ვერტიკალური"
3201
3202 #: gnome-applets/window-buttons/window-buttons.ui:892
3203 msgid "Force buttons to always appear vertical."
3204 msgstr ""
3205
3206 #: gnome-applets/window-buttons/window-buttons.ui:911
3207 msgid "<b>Button Orientation</b>"
3208 msgstr ""
3209
3210 #: gnome-applets/window-buttons/window-buttons.ui:941
3211 msgid "Minimize Button"
3212 msgstr ""
3213
3214 #: gnome-applets/window-buttons/window-buttons.ui:956
3215 msgid "Maximize/Unmaximize Button"
3216 msgstr ""
3217
3218 #: gnome-applets/window-buttons/window-buttons.ui:971
3219 msgid "Close Button"
3220 msgstr ""
3221
3222 #: gnome-applets/window-buttons/window-buttons.ui:992
3223 msgid "<b>Button Hiding</b>"
3224 msgstr ""
3225
3226 #: gnome-applets/window-buttons/window-buttons.ui:1014
3227 msgid "Positioning & Visibility"
3228 msgstr ""
3229
3230 #: gnome-applets/window-buttons/window-buttons.ui:1052
3231 #: gnome-applets/window-title/window-title.ui:464
3232 msgid "Control _maximized windows only"
3233 msgstr ""
3234
3235 #: gnome-applets/window-buttons/window-buttons.ui:1068
3236 msgid "_Hide when no active maximized window"
3237 msgstr ""
3238
3239 #: gnome-applets/window-buttons/window-buttons.ui:1084
3240 msgid "Enable _click effect"
3241 msgstr ""
3242
3243 #: gnome-applets/window-buttons/window-buttons.ui:1100
3244 msgid "Enable _hover effect"
3245 msgstr ""
3246
3247 #: gnome-applets/window-buttons/window-buttons.ui:1117
3248 #: gnome-applets/window-title/window-title.ui:514
3249 msgid "Show _tooltips"
3250 msgstr ""
3251
3252 #: gnome-applets/window-buttons/window-buttons.ui:1139
3253 msgid "<b>Internal</b>"
3254 msgstr ""
3255
3256 #: gnome-applets/window-buttons/window-buttons.ui:1167
3257 msgid "Hide Compiz _decorations for maximized windows"
3258 msgstr ""
3259
3260 #: gnome-applets/window-buttons/window-buttons.ui:1189
3261 msgid "<b>External</b>"
3262 msgstr ""
3263
3264 #: gnome-applets/window-picker/task-item.c:954
3265 msgid "Window Task Button"
3266 msgstr ""
3267
3268 #: gnome-applets/window-picker/wp-preferences-dialog.ui:8
3269 msgid "Preferences"
3270 msgstr "პარამეტრები"
3271
3272 #: gnome-applets/window-picker/wp-preferences-dialog.ui:57
3273 msgid "Show windows from all workspaces"
3274 msgstr "ფანჯრების ყველა სამუშაო სივრციდან ჩვენება"
3275
3276 #: gnome-applets/window-picker/wp-preferences-dialog.ui:72
3277 msgid ""
3278 "Show the home title and\n"
3279 "log out icon when on the desktop"
3280 msgstr ""
3281
3282 #: gnome-applets/window-picker/wp-preferences-dialog.ui:88
3283 msgid ""
3284 "Show the application title and close icon\n"
3285 "for the active window"
3286 msgstr ""
3287
3288 #: gnome-applets/window-picker/wp-preferences-dialog.ui:104
3289 msgid "Grey out non-active window icons"
3290 msgstr ""
3291
3292 #: gnome-applets/window-picker/wp-task-title.c:188
3293 msgid "Home"
3294 msgstr "საწყისი"
3295
3296 #: gnome-applets/window-picker/wp-task-title.c:189
3297 msgid "Log off, switch user, lock screen or power down the computer"
3298 msgstr ""
3299
3300 #: gnome-applets/window-picker/wp-task-title.c:207
3301 msgid "Close window"
3302 msgstr "ფანჯრის დახურვა"
3303
3304 #: gnome-applets/window-title/window-title.ui:9
3305 msgid "Window Title Preferences"
3306 msgstr ""
3307
3308 #: gnome-applets/window-title/window-title.ui:87
3309 msgid "Swap icon/title _order"
3310 msgstr ""
3311
3312 #: gnome-applets/window-title/window-title.ui:103
3313 msgid "Expand applet"
3314 msgstr ""
3315
3316 #: gnome-applets/window-title/window-title.ui:109
3317 msgid ""
3318 "Disabled until GTK+ developers fix the various bugs.\n"
3319 "You may change it using gconf-editor, but then you also need to set a fixed "
3320 "size."
3321 msgstr ""
3322
3323 #: gnome-applets/window-title/window-title.ui:157
3324 msgid "Hide _icon"
3325 msgstr ""
3326
3327 #: gnome-applets/window-title/window-title.ui:179
3328 msgid "Icon"
3329 msgstr "ხატულა"
3330
3331 #: gnome-applets/window-title/window-title.ui:210
3332 msgid "Hide title"
3333 msgstr ""
3334
3335 #: gnome-applets/window-title/window-title.ui:232
3336 msgid "Alignment:"
3337 msgstr ""
3338
3339 #: gnome-applets/window-title/window-title.ui:245
3340 msgid ""
3341 "Set the title alignment.\n"
3342 "Note: only has effect when \"Expand applet\" is active."
3343 msgstr ""
3344
3345 #: gnome-applets/window-title/window-title.ui:277
3346 msgid "Custom _style"
3347 msgstr ""
3348
3349 #: gnome-applets/window-title/window-title.ui:304
3350 msgid "Active"
3351 msgstr "აქტიური"
3352
3353 #: gnome-applets/window-title/window-title.ui:315
3354 msgid "Inactive"
3355 msgstr "არააქტიური"
3356
3357 #: gnome-applets/window-title/window-title.ui:327
3358 msgid "Font style:"
3359 msgstr "ფონტის სტილი:"
3360
3361 #: gnome-applets/window-title/window-title.ui:340
3362 msgid "Font color:"
3363 msgstr "ფონტის ფერი:"
3364
3365 #: gnome-applets/window-title/window-title.ui:480
3366 msgid "_Hide when no active maximized windows"
3367 msgstr ""
3368
3369 #: gnome-applets/window-title/window-title.ui:496
3370 msgid "Show window _action menu on right-click"
3371 msgstr ""
3372
3373 #: gnome-applets/window-title/window-title.ui:500
3374 msgid ""
3375 "Will cause the window action menu to appear when the title is right-"
3376 "clicked.\n"
3377 "This experimental feature is still under development!\n"
3378 "Warning! In current feature state you will be unable to access the applet "
3379 "action menu via title-right click when this option is enabled! You may still "
3380 "do so by right-clicking the icon if it is not hidden. You may always change "
3381 "this setting from gconf-editor."
3382 msgstr ""
3383
3384 #: gnome-applets/window-title/window-title.c:785
3385 msgid "Window title for your GNOME Panel."
3386 msgstr ""
Binary diff not shown
+3216
-2074
po/ru.po less more
2323 msgid ""
2424 msgstr ""
2525 "Project-Id-Version: gnome-applets\n"
26 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
27 "applets&keywords=I18N+L10N&component=general\n"
28 "POT-Creation-Date: 2015-03-25 19:04+0000\n"
29 "PO-Revision-Date: 2015-03-26 01:00+0300\n"
30 "Last-Translator: Stas Solovey <whats_up@tut.by>\n"
26 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-applets/issues\n"
27 "POT-Creation-Date: 2022-09-21 07:12+0000\n"
28 "PO-Revision-Date: 2022-09-26 20:43+1000\n"
29 "Last-Translator: Ser82-png <asvmail.as@gmail.com>\n"
3130 "Language-Team: Русский <gnome-cyr@gnome.org>\n"
3231 "Language: ru\n"
3332 "MIME-Version: 1.0\n"
3433 "Content-Type: text/plain; charset=UTF-8\n"
3534 "Content-Transfer-Encoding: 8bit\n"
36 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
37 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
38 "X-Generator: Gtranslator 2.91.7\n"
39
40 #: ../accessx-status/accessx-status-applet-menu.xml.h:1
35 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
36 "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
37 "X-Generator: Poedit 3.0.1\n"
38
39 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:6
40 msgid "Red value level"
41 msgstr "Уровень для красного цвета"
42
43 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:7
44 msgid ""
45 "The battery level below which the battery is displayed as red. Also the "
46 "value at which the low battery warning is displayed."
47 msgstr ""
48 "Уровень заряда, ниже которого батарея отображается оранжевым цветом. Также "
49 "значение, при котором выводится предупреждение о низком уровне батареи."
50
51 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:11
52 msgid "Warn on low time rather than low percentage"
53 msgstr "Предупреждать о малом оставшемся времени, а не о малом проценте заряда"
54
55 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:12
56 msgid ""
57 "Use the value defined in red-value as a time remaining to show the warning "
58 "dialog rather than a percentage."
59 msgstr ""
60 "Использовать значение, определённое параметром red-value, как оставшееся "
61 "время для отображения предупреждения, вместо процентов."
62
63 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:16
64 msgid "Low Battery Notification"
65 msgstr "Уведомление о низком уровне заряда"
66
67 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:17
68 msgid "Notify user when the battery is low."
69 msgstr "Уведомлять о низком уровне заряда батареи."
70
71 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:21
72 msgid "Full Battery Notification"
73 msgstr "Уведомление о полном заряде"
74
75 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:22
76 msgid "Notify user when the battery is full."
77 msgstr "Уведомлять о полном заряде батареи."
78
79 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:26
80 msgid "Beep for warnings"
81 msgstr "Предупреждать звуковым сигналом"
82
83 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:27
84 msgid "Beep when displaying a warning."
85 msgstr "Сопровождать вывод предупреждений звуковым сигналом."
86
87 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:31
88 msgid "Drain from top"
89 msgstr "Уменьшается сверху"
90
91 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:32
92 msgid ""
93 "Show the battery meter draining from the top of the battery. Only "
94 "implemented for traditional battery view."
95 msgstr ""
96 "При разряде батареи индикатор опускается сверху вниз. Реализовано только в "
97 "традиционном виде батареи."
98
99 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:36
100 msgid "Upright (small) battery"
101 msgstr "Вертикальная (маленькая) батарея"
102
103 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:37
104 msgid "Show the upright, smaller battery on the panel."
105 msgstr "Показывать маленькую вертикальную батарею на панели."
106
107 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:41
108 msgid "Show the horizontal battery"
109 msgstr "Показывать горизонтальную батарею"
110
111 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:42
112 msgid "Show the traditional, horizontal battery on the panel."
113 msgstr "Показывать традиционную горизонтальную батарею на панели."
114
115 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:46
116 msgid "Show the time/percent label"
117 msgstr "Показывать метку времени/процентов"
118
119 #: data/schemas/org.gnome.gnome-applets.battstat.gschema.xml.in:47
120 msgid "0 for no label, 1 for percentage and 2 for time remaining."
121 msgstr "0 — без метки, 1 — проценты, 2 — оставшееся время."
122
123 #: data/schemas/org.gnome.gnome-applets.charpick.gschema.xml.in:5
124 msgid "Characters shown on applet startup"
125 msgstr "Символы, показываемые при запуске"
126
127 #: data/schemas/org.gnome.gnome-applets.charpick.gschema.xml.in:6
128 msgid ""
129 "The string that the user had selected when the applet was last used. This "
130 "string will be displayed when the user starts the applet."
131 msgstr ""
132 "Строка, выбранная пользователем при последнем использовании. Эта строка "
133 "будет показываться при дальнейших запусках."
134
135 #: data/schemas/org.gnome.gnome-applets.charpick.gschema.xml.in:10
136 #: gnome-applets/charpick/properties.c:358
137 msgid "List of available palettes"
138 msgstr "Список доступных шаблонов символов"
139
140 #: data/schemas/org.gnome.gnome-applets.charpick.gschema.xml.in:11
141 msgid "List of strings containing the available palettes."
142 msgstr "Список строк, содержащих доступные шаблоны."
143
144 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:5
145 msgid "Command to execute"
146 msgstr "Команда для исполнения"
147
148 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:6
149 msgid "Command/script to execute to get the output"
150 msgstr "Команда/скрипт, выполняемая для получения вывода"
151
152 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:11
153 msgid "Interval for the command"
154 msgstr "Интервал команды"
155
156 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:12
157 msgid "Interval to execute the command (in seconds)"
158 msgstr "Интервал для исполнения команды (в секундах)"
159
160 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:17
161 msgid "Width of output"
162 msgstr "Ширина вывода"
163
164 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:18
165 msgid "Number of characters to display"
166 msgstr "Число отображаемых символов"
167
168 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:22
169 #: gnome-applets/command/command-applet.c:137
170 msgid "Show icon"
171 msgstr "Показывать значок"
172
173 #: data/schemas/org.gnome.gnome-applets.command.gschema.xml.in:23
174 msgid "If applet icon is shown or not"
175 msgstr "Показывается значок апплета или нет"
176
177 #
178 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:5
179 msgid "CPU to Monitor"
180 msgstr "Отслеживаемый процессор"
181
182 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:6
183 msgid ""
184 "Set the CPU to monitor. In a single processor system you don't have to "
185 "change it."
186 msgstr ""
187 "Устанавливает отслеживаемый процессор. На однопроцессорной системе изменять "
188 "не надо."
189
190 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:10
191 msgid "Mode to show cpu usage"
192 msgstr "Режим показа использования ЦП"
193
194 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:11
195 msgid ""
196 "A 'graphic' value means to show the applet in graphic mode (pixmap only), "
197 "'text' to show the applet in text mode (not to show the pixmap) and 'both' "
198 "to show the applet in graphic and text mode."
199 msgstr ""
200 "«graphic» — показывать апплет в графическом режиме (только изображение), "
201 "«text» — показывать апплет в текстовом режиме (не показывать изображение), "
202 "«both» — показывать и текст, и изображение."
203
204 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:15
205 msgid "The type of text to display (if the text is enabled)."
206 msgstr "Тип отображаемого текста (если текст влючён)."
207
208 #: data/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml.in:16
209 msgid ""
210 "A 'frequency' value means to show cpu frequency, 'frequency-unit' to show "
211 "frequency and units, and 'percentage' to show percentage instead of "
212 "frequency."
213 msgstr ""
214 "«frequency» — показывать частоту ЦП, «frequency-unit» — показывать частоту и "
215 "единицы, «percentage» — показывать проценты вместо частоты."
216
217 #: data/schemas/org.gnome.gnome-applets.geyes.gschema.xml.in:5
218 msgid "Directory in which the theme is located"
219 msgstr "Каталог, где расположены темы"
220
221 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:5
222 msgid "Update the data automatically"
223 msgstr "Обновлять данные автоматически"
224
225 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:6
226 msgid ""
227 "Determines whether the applet automatically updates its weather statistics "
228 "or not."
229 msgstr "Определяет обновляет ли апплет сводку погоды автоматически или нет."
230
231 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:10
232 msgid "Update interval"
233 msgstr "Интервал обновления"
234
235 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:11
236 msgid "The interval, in seconds, between automatic updates."
237 msgstr "Интервал, в секундах, между автоматическими обновлениями."
238
239 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:15
240 msgid "Show notification"
241 msgstr "Показывать уведомления"
242
243 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:16
244 msgid "Show notifications for critical weather conditions"
245 msgstr "Показывать оповещения о критических погодных условиях"
246
247 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:17
248 msgid "Macro pattern list"
249 msgstr "Список шаблонов"
250
251 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:18
252 msgid "List of entries containing strings for the macro patterns."
253 msgstr "Список значений, содержащих строки шаблонов макрокоманд."
254
255 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:34
256 msgid "Macro command list"
257 msgstr "Список макрокоманд"
258
259 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:35
260 msgid "List of entries containing strings for the macro commands."
261 msgstr "Список значений, содержащих строки записей макрокоманд."
262
263 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:41
264 msgid "Show handle"
265 msgstr "Показывать заголовок"
266
267 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:42
268 msgid "Show a handle so the applet can be detached from the panel."
269 msgstr "Показывать заголовок так, что строку можно убрать из панели."
270
271 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:46
272 msgid "Show frame"
273 msgstr "Показывать рамку"
274
275 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:47
276 msgid "Show a frame surrounding the applet."
277 msgstr "Показывать рамку вокруг строки."
278
279 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:51
280 msgid "Perform history autocompletion"
281 msgstr "Производить автодополнение на основе истории команд"
282
283 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:52
284 msgid "Attempt to autocomplete a command from the history of commands entered."
285 msgstr "Пытаться автодополнять команды на основе истории командной строки."
286
287 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:56
288 msgid "Width"
289 msgstr "Ширина"
290
291 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:57
292 msgid "Width of the applet"
293 msgstr "Ширина апплета"
294
295 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:61
296 msgid "Use the default theme colors"
297 msgstr "Использовать цвета темы по умолчанию"
298
299 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:62
300 msgid "Use theme colors instead of custom ones."
301 msgstr "Использовать цвета темы вместо определенных пользователем."
302
303 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:66
304 msgid "Foreground color"
305 msgstr "Цвет переднего плана"
306
307 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:71
308 msgid "Background color"
309 msgstr "Цвет фона"
310
311 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:76
312 msgid "History list"
313 msgstr "История команд"
314
315 #: data/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml.in:77
316 msgid "List of entries containing strings for history entries."
317 msgstr "Список значений, содержащих строки записей истории."
318
319 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:5
320 msgid "Enable CPU load graph"
321 msgstr "Включить график загрузки процессора"
322
323 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:9
324 msgid "Enable memory load graph"
325 msgstr "Включить график загрузки памяти"
326
327 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:13
328 msgid "Enable network load graph"
329 msgstr "Включить график загрузки сети"
330
331 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:17
332 msgid "Enable swap load graph"
333 msgstr "Включить график загрузки подкачки"
334
335 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:21
336 msgid "Enable load average graph"
337 msgstr "Включить график средней загрузки"
338
339 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:25
340 msgid "Enable disk load graph"
341 msgstr "Включить график загрузки диска"
342
343 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:30
344 msgid "Applet refresh rate in milliseconds"
345 msgstr "Частота обновления в миллисекундах"
346
347 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:34
348 msgid "Graph size"
349 msgstr "Размер графика"
350
351 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:35
352 msgid ""
353 "For horizontal panels, the width of the graphs in pixels. For vertical "
354 "panels, this is the height of the graphs."
355 msgstr ""
356 "Для горизонтальной панели — ширина в пикселях. Для вертикальных панелей — "
357 "высота графиков."
358
359 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:40
360 msgid "Graph color for user-related CPU activity"
361 msgstr "Цвет графика для отображения загрузки процессора пользователем"
362
363 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:44
364 msgid "Graph color for system-related CPU activity"
365 msgstr "Цвет графика для отображения системной загрузки процессора"
366
367 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:48
368 msgid "Graph color for nice-related CPU activity"
369 msgstr "Цвет графика для отображения загрузки процессора с учетом приоритета"
370
371 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:52
372 msgid "Graph color for iowait-related CPU activity"
373 msgstr "Цвет графика для отображения загрузки процессора с учётом iowait"
374
375 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:56
376 msgid "CPU graph background color"
377 msgstr "Цвет фона графика загрузки процессора"
378
379 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:61
380 msgid "Graph color for user-related memory usage"
381 msgstr "Цвет графика для отображения использования памяти пользователем"
382
383 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:65
384 msgid "Graph color for shared memory"
385 msgstr "Цвет графика для отображения разделяемой памяти"
386
387 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:69
388 msgid "Graph color for buffer memory"
389 msgstr "Цвет графика для отображения буфера памяти"
390
391 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:73
392 msgid "Graph color for cached memory"
393 msgstr "Цвет графика для отображения кэшированной памяти"
394
395 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:77
396 msgid "Memory graph background color"
397 msgstr "Цвет фона графика для отображения загрузки памяти"
398
399 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:82
400 msgid "Graph color for input network activity"
401 msgstr "Цвет графика для отображения входящего трафика в сети"
402
403 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:86
404 msgid "Graph color for output network activity"
405 msgstr "Цвет графика для отображения исходящего трафика в сети"
406
407 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:90
408 msgid "Graph color for loopback network usage"
409 msgstr "Цвет графика для отображения трафика на кольцевом сетевом интерфейсе"
410
411 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:94
412 msgid "Network graph background color"
413 msgstr "Цвет фона графика для отображения загрузки сети"
414
415 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:99
416 msgid "Graph color for user-related swap usage"
417 msgstr "Цвет графика для отображения использования подкачки пользователем"
418
419 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:103
420 msgid "Swap graph background color"
421 msgstr "Цвет фона графика для отображения загрузки подкачки"
422
423 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:108
424 msgid "Graph color for load average"
425 msgstr "Цвет графика для отображения средней загрузки"
426
427 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:112
428 msgid "Load graph background color"
429 msgstr "Цвет фона графика для отображения загрузки системы"
430
431 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:117
432 msgid "Graph color for disk read"
433 msgstr "Цвет графика для чтения с диска"
434
435 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:121
436 msgid "Graph color for disk write"
437 msgstr "Цвет графика для записи на диск"
438
439 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:125
440 msgid "Background color for disk load graph"
441 msgstr "Цвет фона для графика загрузки диска"
442
443 #: data/schemas/org.gnome.gnome-applets.multiload.gschema.xml.in:130
444 msgid "The desktop description file to execute as the system monitor"
445 msgstr "Файл описания приложения, запускаемого в качестве системного монитора"
446
447 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:6
448 msgid "Show sum"
449 msgstr "Показывать суммарную скорость"
450
451 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:7
452 msgid "Show sum instead of in & out"
453 msgstr "Показывать суммарную скорость вместо входящей и исходящей"
454
455 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:12
456 msgid "Show bits"
457 msgstr "Показывать биты"
458
459 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:13
460 msgid "Show bits instead of bytes"
461 msgstr "Показывать биты вместо байт"
462
463 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:18
464 msgid "Change icon"
465 msgstr "Сменить значок"
466
467 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:19
468 msgid "Change icon according to the selected device"
469 msgstr "Менять значок в соответствии с типом устройства"
470
471 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:24
472 msgid "Auto change device"
473 msgstr "Автоматически заменять устройство"
474
475 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:29
476 msgid "Refresh time"
477 msgstr "Интервал обновления"
478
479 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:30
480 msgid "Refresh time in milliseconds"
481 msgstr "Интервал обновления в миллисекундах"
482
483 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:35
484 msgid "Network device"
485 msgstr "Сетевое устройство"
486
487 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:40
488 msgid "Up command"
489 msgstr "Команда включения"
490
491 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:45
492 msgid "Down command"
493 msgstr "Команда выключения"
494
495 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:50
496 msgid "In graph color"
497 msgstr "Цвет графика входящих данных"
498
499 #: data/schemas/org.gnome.gnome-applets.netspeed.gschema.xml.in:55
500 msgid "Out graph color"
501 msgstr "Цвет графика исходящих данных"
502
503 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:5
504 msgid "File name for sticky notes"
505 msgstr "Название файла липких записок"
506
507 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:6
508 msgid ""
509 "File name for sticky notes in $XDG_CONFIG_HOME/gnome-applets/sticky-notes."
510 msgstr ""
511 "Название файла липких записок в $XDG_CONFIG_HOME/gnome-applets/sticky-notes."
512
513 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:10
514 msgid "Default width for new notes"
515 msgstr "Ширина по умолчанию для новых записок"
516
517 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:11
518 msgid "Default width for new sticky notes in pixels."
519 msgstr "Ширина по умолчанию для новых липких записок в пикселях."
520
521 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:15
522 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:16
523 msgid "Default height for new notes"
524 msgstr "Высота по умолчанию для новых записок"
525
526 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:20
527 msgid "Default color for new notes"
528 msgstr "Цвет новых записок по умолчанию"
529
530 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:21
531 msgid ""
532 "Default color for new sticky notes. This can be standard name, hexadecimal "
533 "value, RGB color or RGBA color."
534 msgstr ""
535 "Цвет по умолчанию для новых липких записок. Это может быть стандартное имя, "
536 "шестнадцатеричное значение, цвет RGB или RGBA."
537
538 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:25
539 msgid "Default color for font"
540 msgstr "Цвет шрифта по умолчанию"
541
542 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:26
543 msgid ""
544 "Default font color for new sticky notes. This can be standard name, "
545 "hexadecimal value, RGB color or RGBA color."
546 msgstr ""
547 "Цвет шрифта по умолчанию для новых липких записок. Это может быть "
548 "стандартное имя, шестнадцатеричное значение, цвет RGB или RGBA."
549
550 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:30
551 msgid "Default font for new notes"
552 msgstr "Шрифт по умолчанию для новых записок"
553
554 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:31
555 msgid ""
556 "Default font for new sticky notes. This should be a Pango Font Name, for "
557 "example \"Sans Italic 10\"."
558 msgstr ""
559 "Шрифт по умолчанию для новых липких записок. Название шрифта должно "
560 "указываться в формате Pango, например «Sans Italic 10»."
561
562 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:35
563 msgid "Sticky notes' workspace stickyness"
564 msgstr "Прилипчивость записок к рабочим местам"
565
566 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:36
567 msgid ""
568 "Specifies whether the sticky notes are visible on ALL workspaces on the "
569 "desktop, or not."
570 msgstr "Указывает, видимы липкие записки на ВСЕХ рабочих местах или нет."
571
572 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:40
573 msgid "Sticky notes' locked state"
574 msgstr "Состояние фиксации липких записок"
575
576 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:41
577 msgid "Specifies whether the sticky notes are locked (non-editable) or not."
578 msgstr ""
579 "Указывает, зафиксированы липкие записки (недоступны для изменений) или нет."
580
581 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:45
582 msgid "Date format of note's title"
583 msgstr "Формат даты в заголовках записок"
584
585 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:46
586 msgid ""
587 "By default, sticky notes are given the current date as the title when they "
588 "are created. This format is used; anything that can be parsed by strftime() "
589 "is valid."
590 msgstr ""
591 "По умолчанию липким запискам при создании даётся заголовок с текущей датой. "
592 "Используется этот формат; всё, что может быть корректно проанализировано "
593 "функцией strftime() является правильным."
594
595 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:50
596 msgid "Whether to use the default system color"
597 msgstr "Использовать ли системный цвет по умолчанию"
598
599 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:51
600 msgid ""
601 "If this option is disabled, a custom color can be used as the default color "
602 "for all sticky notes."
603 msgstr ""
604 "Если этот ключ не установлен, то цвет пользователя может быть использован "
605 "как цвет по умолчанию для всех липких записок."
606
607 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:55
608 msgid "Whether to use the default system font"
609 msgstr "Использовать ли системный шрифт по умолчанию"
610
611 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:56
612 msgid ""
613 "If this option is disabled, a custom font can be used as the default font "
614 "for all sticky notes."
615 msgstr ""
616 "Если этот ключ не установлен, то шрифт пользователя может быть использован "
617 "как исходный шрифт для всех липких записок."
618
619 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:60
620 msgid "Whether to force the default color and font on all notes"
621 msgstr "Применять ли цвет и шрифт по умолчанию ко всем запискам"
622
623 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:61
624 msgid ""
625 "If this option is enabled, the custom colors and fonts that have been "
626 "assigned to individual notes will be ignored."
627 msgstr ""
628 "Если этот ключ установлен, то будут игнорироваться цвет и шрифт "
629 "пользователя, назначенные отдельным запискам."
630
631 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:65
632 msgid "Whether to hide all notes when the desktop is selected"
633 msgstr "Скрывать ли все записки когда выбирается рабочий стол"
634
635 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:66
636 msgid ""
637 "If this option is enabled, selecting the desktop in any way will "
638 "automatically hide all the open notes."
639 msgstr ""
640 "Если этот параметр включён, выбор рабочего стола автоматически скроет все "
641 "открытые записки."
642
643 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:70
644 msgid "Whether to ask for confirmation when deleting a note"
645 msgstr "Запрашивать ли подтверждение на удаление записки"
646
647 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:71
648 msgid "Empty notes are always deleted without confirmation."
649 msgstr "Пустые записки всегда удаляются без подтверждения."
650
651 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:4
652 msgid "'Timer'"
653 msgstr "'Таймер'"
654
655 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:5
656 msgid "Name of timer"
657 msgstr "Название таймера"
658
659 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:9
660 msgid "Duration of timer in seconds"
661 msgstr "Продолжительность отсчёта в секундах"
662
663 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:13
664 msgid "Show notification popup when timer finish"
665 msgstr "Показать всплывающее уведомление, когда отсчёт окончен"
666
667 #: data/schemas/org.gnome.gnome-applets.timer.gschema.xml.in:17
668 msgid "Show dialog window when timer finish"
669 msgstr "Показать диалоговое окно, когда отсчёт окончен"
670
671 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:77
672 msgid "Determines whether we use custom or Metacity's button layout"
673 msgstr ""
674 "Определяет, следует ли использовать пользовательскую компоновку кнопок или "
675 "компоновку Metacity"
676
677 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:78
678 msgid ""
679 "When disabled, this applet's button_layout string will be used to order the "
680 "buttons."
681 msgstr ""
682 "Если этот параметр отключён, для упорядочивания кнопок этого апплета будет "
683 "использоваться строка button_layout."
684
685 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:82
686 msgid "Layout of buttons."
687 msgstr "Компоновка кнопок."
688
689 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:83
690 msgid ""
691 "Essentially a copy from Metacity's button_layout, but we can modify it for "
692 "custom settings."
693 msgstr ""
694 "По сути, это копия button_layout из Metacity, но её можно изменять, "
695 "устанавливая пользовательские значения настроек."
696
697 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:87
698 msgid "Button theme"
699 msgstr "Тема кнопок"
700
701 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:88
702 msgid "Name of a folder located in windowapplets/themes/ or \"custom\"."
703 msgstr "Название папки, расположенной в windowapplets/themes/ или «custom»."
704
705 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:92
706 msgid "Button orientation"
707 msgstr "Ориентация кнопок"
708
709 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:93
710 msgid ""
711 "May be used to set a static button orientation. Setting this value to 1 will "
712 "ensure the buttons are always displayed horizontally. Setting it to 2 will "
713 "do the same but vertically. The default setting 0 will set it automatically "
714 "according to the panel."
715 msgstr ""
716 "Может использоваться для установки статической ориентации кнопки. Установка "
717 "значения «1» гарантирует, что кнопки всегда будут отображаться "
718 "горизонтально. Установка значения «2» сделает то же самое, но по вертикали. "
719 "Значение по умолчанию «0» устанавливает автоматическую ориентацию кнопок в "
720 "соответствии с расположением панели."
721
722 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:106
723 msgid "Hides buttons when there are no windows present."
724 msgstr "Скрывать кнопки, если не показано ни одного окна."
725
726 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:107
727 msgid ""
728 "When enabled, the buttons will disappear when there are no maximized (or "
729 "active) windows on the screen."
730 msgstr ""
731 "Если этот параметр включён, кнопки будут исчезать, когда на экране не будет "
732 "развёрнутых (или активных) окон."
733
734 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:111
735 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:10
736 msgid "Only control maximized windows."
737 msgstr "Контролировать только развёрнутые окна."
738
739 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:112
740 msgid ""
741 "When enabled, the window buttons will always control the upper-most "
742 "maximized window."
743 msgstr ""
744 "Если этот параметр включён, кнопки окон всегда будут управлять самым верхним "
745 "развёрнутым окном."
746
747 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:116
748 msgid "Reverse the buttons placement."
749 msgstr "Обратное расположение кнопок."
750
751 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:117
752 msgid ""
753 "When enabled, the window buttons will be placed in reverse order (right to "
754 "left instead of left to right, or bottom to top instead of top to bottom)."
755 msgstr ""
756 "Если этот параметр включён, кнопки окна будут располагаться в обратном "
757 "порядке («справа-налево» вместо «слева-направо» или «снизу-вверх» вместо "
758 "«сверху-вниз»)."
759
760 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:121
761 msgid "Enable click effect."
762 msgstr "Включить эффект щелчка."
763
764 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:122
765 msgid ""
766 "When enabled, the button will change image to 'clicked' whenever it is "
767 "clicked."
768 msgstr ""
769 "Если этот параметр включён, изображение кнопки будет меняться на «нажато» "
770 "при каждом щелчке мышью."
771
772 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:126
773 msgid "Enable hover effect."
774 msgstr "Включить эффект наведения."
775
776 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:127
777 msgid ""
778 "When enabled, the button will change image to 'hovered' whenever the mouse "
779 "passes it."
780 msgstr ""
781 "Если этот параметр включён, изображение кнопки будет меняться на «наведено» "
782 "при каждом наведении на неё мышью."
783
784 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:131
785 msgid "Show tooltips on buttons."
786 msgstr "Показывать подсказки для кнопок."
787
788 #: data/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml.in:132
789 msgid ""
790 "When enabled, each button will display its own tooltip, describing the "
791 "function that it represents."
792 msgstr ""
793 "Если этот параметр включён, каждая кнопка будет показывать собственную "
794 "всплывающую подсказку, описывающую её функцию."
795
796 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:5
797 msgid "Show windows from all workspaces."
798 msgstr "Показывать окна со всех рабочих мест."
799
800 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:9
801 msgid ""
802 "Show the home title and logout button in the window title if no window is "
803 "selected and active (maximized)"
804 msgstr ""
805 "Показывать заголовок дома и кнопку завершения сеанса в заголовке окна, если "
806 "ни одно окно не выбрано и не активно (развёрнуто)"
807
808 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:13
809 msgid "Show the application title when an application is active and maximized"
810 msgstr "Показывать заголовок приложения, когда оно активно и развёрнуто"
811
812 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:17
813 msgid ""
814 "All icons except the current active window icon are greyed out. Disable to "
815 "have colored icons for all windows"
816 msgstr ""
817 "Все значки, кроме значка текущего активного окна, отображаются серым цветом. "
818 "Отключить, чтобы иметь цветные значки для всех окон"
819
820 #: data/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in:22
821 msgid ""
822 "Whether the task list will expand automatically and use all available space."
823 msgstr ""
824 "Определяет, будет ли список задач автоматически расширяться и использовать "
825 "всё доступное пространство."
826
827 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:5
828 msgid "Hides title when there are no windows present."
829 msgstr "Скрывать заголовок, если нет ни одного окна."
830
831 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:6
832 msgid ""
833 "When enabled, the title will disappear when there are no maximized (or "
834 "active) windows on the screen."
835 msgstr ""
836 "Если этот параметр включён, заголовки будут исчезать, когда на экране не "
837 "будет развёрнутых (или активных) окон."
838
839 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:11
840 msgid ""
841 "When enabled, the window title will always display the upper-most maximized "
842 "window's name."
843 msgstr ""
844 "Если этот параметр включён, в строке заголовка окна всегда будет "
845 "отображаться название самого верхнего развёрнутого окна."
846
847 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:15
848 msgid "Set the title alignment."
849 msgstr "Установка выравнивания заголовка."
850
851 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:16
852 msgid "Legal values are between 0 and 1."
853 msgstr "Допустимые значения находятся в диапазоне от 0 до 1."
854
855 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:20
856 msgid "Swap icon and title."
857 msgstr "Поменять местами значок и заголовок."
858
859 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:21
860 msgid ""
861 "When enabled, window title will be on the left side and the icon on the "
862 "right side."
863 msgstr ""
864 "Если этот параметр включён, заголовок окна будет располагаться слева, а "
865 "значок справа."
866
867 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:25
868 msgid "Expand the applet"
869 msgstr "Развернуть апплет"
870
871 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:26
872 msgid "When enabled, the applet will use up all available space in the panel."
873 msgstr ""
874 "Если этот параметр включён, апплет будет использовать всё доступное "
875 "пространство на панели."
876
877 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:30
878 msgid "Hide the icon"
879 msgstr "Скрыть значок"
880
881 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:31
882 msgid "When enabled, the window icon will not be displayed."
883 msgstr "Если этот параметр включён, значок окна не будет отображаться."
884
885 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:35
886 msgid "Hide the title"
887 msgstr "Скрыть заголовок"
888
889 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:36
890 msgid "When enabled, the window title will not be displayed."
891 msgstr "Если этот параметр включён, заголовок окна не будет отображаться."
892
893 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:40
894 msgid "Show tooltips over title and icon"
895 msgstr "Показывать всплывающие подсказки над заголовком и значком"
896
897 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:41
898 msgid ""
899 "When enabled, a tooltip carrying the name of the currently active window "
900 "will be shown."
901 msgstr ""
902 "Если этот параметр включён, будет показана всплывающая подсказка с названием "
903 "текущего активного окна."
904
905 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:45
906 msgid "Minimal title size"
907 msgstr "Минимальный размер заголовка"
908
909 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:46
910 msgid ""
911 "This size is used when the applet is not expanded or otherwise to determine "
912 "the minimal size the title label can be shrunk to. The value represents the "
913 "amount of pixels either in width or height, depending on the panel "
914 "orientation."
915 msgstr ""
916 "Этот размер используется, когда апплет не развёрнут или для других нужд, "
917 "когда требуется определения минимального размера, до которого может быть "
918 "уменьшена метка заголовка. Значение представляет собой количество пикселей "
919 "по ширине или высоте, в зависимости от ориентации панели."
920
921 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:50
922 msgid "Use a custom style."
923 msgstr "Использовать пользовательский стиль."
924
925 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:51
926 msgid ""
927 "When enabled, custom font style and color will be used. When disabled, "
928 "system theme defaults will be used."
929 msgstr ""
930 "Если этот параметр включён, будет использоваться пользовательский стиль и "
931 "цвет шрифта. Если этот параметр отключён, будут использоваться системные "
932 "темы, установленные по умолчанию."
933
934 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:55
935 msgid "Show the window action menu on right click."
936 msgstr "Показывать меню действий с окном при щелчке правой кнопкой мыши."
937
938 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:56
939 msgid ""
940 "Will cause the window action menu to appear when the title is right-clicked. "
941 "This experimental feature is still under development! Warning! In current "
942 "feature state you will be unable to access the applet action menu via title-"
943 "right click when this option is enabled! You may still do so by right-"
944 "clicking the icon if it is not hidden."
945 msgstr ""
946 "Будет показано меню действий с окном при щелчке правой кнопкой мыши по "
947 "заголовку. Эта экспериментальная функция всё ещё находится в разработке! "
948 "Внимание! В текущем состоянии разработки вы не сможете получить доступ к "
949 "меню действий с апплетом с помощью щелчка правой кнопкой мыши на заголовке, "
950 "если этот параметр будет включен! Получить доступ можно с помощью щелчок "
951 "правой кнопкой мыши на значке, если он не скрыт."
952
953 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:60
954 msgid "Active title font."
955 msgstr "Шрифт активного заголовка."
956
957 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:61
958 msgid "Font name and size for the active window state."
959 msgstr "Название и размер шрифта для окна в активном состоянии."
960
961 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:65
962 msgid "Inactive title font."
963 msgstr "Шрифт неактивного заголовка."
964
965 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:66
966 msgid "Font name and size for the inactive window state."
967 msgstr "Название и размер шрифта для окна в неактивном состоянии."
968
969 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:70
970 msgid "Active title foreground color."
971 msgstr "Цвет переднего плана активного заголовка."
972
973 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:71
974 msgid "Title foreground color in hex format for the active window state."
975 msgstr ""
976 "Цвет переднего плана заголовка в шестнадцатеричном формате для окна в "
977 "активном состоянии."
978
979 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:75
980 msgid "Inactive title foreground color."
981 msgstr "Цвет переднего плана неактивного заголовка."
982
983 #: data/schemas/org.gnome.gnome-applets.window-title.gschema.xml.in:76
984 msgid "Title foreground color in hex format for the inactive window state."
985 msgstr ""
986 "Цвет переднего плана заголовка в шестнадцатеричном формате для окна в "
987 "неактивном состоянии."
988
989 #: gnome-applets/accessx-status/accessx-status-applet-menu.ui:5
41990 msgid "_Keyboard Accessibility Preferences"
42991 msgstr "_Параметры специальных возможностей клавиатуры"
43992
44 #: ../accessx-status/accessx-status-applet-menu.xml.h:2
45 #: ../battstat/battstat-applet-menu.xml.h:2
46 #: ../charpick/charpick-applet-menu.xml.h:2 ../charpick/properties.c:522
47 #: ../cpufreq/cpufreq-applet-menu.xml.h:2
48 #: ../drivemount/drivemount-applet-menu.xml.h:1
49 #: ../geyes/geyes-applet-menu.xml.h:2 ../geyes/themes.c:283
50 #: ../gweather/gweather-applet-menu.xml.h:4
51 #: ../mini-commander/src/mini-commander-applet-menu.xml.h:2
52 #: ../multiload/multiload-applet-menu.xml.h:3
53 #: ../stickynotes/stickynotes-applet-menu.xml.h:6
54 #: ../trashapplet/trashapplet-menu.xml.h:3
993 #: gnome-applets/accessx-status/accessx-status-applet-menu.ui:9
994 #: gnome-applets/battstat/battstat-applet-menu.ui:9
995 #: gnome-applets/charpick/charpick-applet-menu.ui:9
996 #: gnome-applets/charpick/properties.c:510
997 #: gnome-applets/cpufreq/cpufreq-applet-menu.ui:9
998 #: gnome-applets/drivemount/drivemount-applet-menu.ui:5
999 #: gnome-applets/geyes/geyes-applet-menu.ui:9 gnome-applets/geyes/themes.c:270
1000 #: gnome-applets/gweather/gweather-applet-menu.ui:19
1001 #: gnome-applets/mini-commander/mini-commander-applet-menu.ui:9
1002 #: gnome-applets/multiload/multiload-applet-menu.ui:15
1003 #: gnome-applets/netspeed/netspeed-menu.ui:13
1004 #: gnome-applets/netspeed/preferences.c:334
1005 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:27
1006 #: gnome-applets/trash/trash-menu.ui:15
551007 msgid "_Help"
561008 msgstr "_Справка"
571009
58 #: ../accessx-status/accessx-status-applet-menu.xml.h:3
59 #: ../battstat/battstat-applet-menu.xml.h:3
60 #: ../charpick/charpick-applet-menu.xml.h:3
61 #: ../cpufreq/cpufreq-applet-menu.xml.h:3
62 #: ../drivemount/drivemount-applet-menu.xml.h:2
63 #: ../geyes/geyes-applet-menu.xml.h:3 ../gweather/gweather-applet-menu.xml.h:5
64 #: ../mini-commander/src/mini-commander-applet-menu.xml.h:3
65 #: ../modemlights/modem-applet-menu.xml.h:4
66 #: ../multiload/multiload-applet-menu.xml.h:4
67 #: ../stickynotes/stickynotes-applet-menu.xml.h:7
68 #: ../trashapplet/trashapplet-menu.xml.h:4 ../windowpicker/data/menu.xml.h:2
1010 #: gnome-applets/accessx-status/accessx-status-applet-menu.ui:13
1011 #: gnome-applets/battstat/battstat-applet-menu.ui:13
1012 #: gnome-applets/brightness/brightness-applet-menu.ui:5
1013 #: gnome-applets/charpick/charpick-applet-menu.ui:13
1014 #: gnome-applets/command/command-applet-menu.ui:9
1015 #: gnome-applets/cpufreq/cpufreq-applet-menu.ui:13
1016 #: gnome-applets/drivemount/drivemount-applet-menu.ui:9
1017 #: gnome-applets/geyes/geyes-applet-menu.ui:13
1018 #: gnome-applets/gweather/gweather-applet-menu.ui:23
1019 #: gnome-applets/inhibit/inhibit-applet-menu.ui:5
1020 #: gnome-applets/mini-commander/mini-commander-applet-menu.ui:13
1021 #: gnome-applets/multiload/multiload-applet-menu.ui:19
1022 #: gnome-applets/netspeed/netspeed-menu.ui:17
1023 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:31
1024 #: gnome-applets/timer/timer-applet-menu.ui:21
1025 #: gnome-applets/tracker-search-bar/tracker-search-bar-menu.ui:5
1026 #: gnome-applets/trash/trash-menu.ui:19
1027 #: gnome-applets/window-buttons/window-buttons-menu.ui:9
1028 #: gnome-applets/window-picker/wp-menu.ui:9
1029 #: gnome-applets/window-title/window-title-menu.ui:9
691030 msgid "_About"
701031 msgstr "_О приложении"
711032
72 #: ../accessx-status/applet.c:138
1033 #: gnome-applets/accessx-status/accessx-status-applet.c:218
1034 msgid "Open the universal access preferences dialog"
1035 msgstr "Открыть диалоговое окно параметров универсального доступа"
1036
1037 #: gnome-applets/accessx-status/accessx-status-applet.c:236
1038 #, c-format
1039 msgid "There was an error launching the keyboard preferences dialog: %s"
1040 msgstr ""
1041 "Произошла ошибка при запуске диалогового окна параметров клавиатуры: %s"
1042
1043 #. Note to translators: the first letter of the alphabet, not the indefinite article
1044 #: gnome-applets/accessx-status/accessx-status-applet.c:494
1045 #: gnome-applets/accessx-status/accessx-status-applet.c:542
1046 msgid "a"
1047 msgstr "a"
1048
1049 #: gnome-applets/accessx-status/accessx-status-applet.c:997
1050 msgid "XKB Extension is not enabled"
1051 msgstr "Расширение XKB не включено"
1052
1053 #: gnome-applets/accessx-status/accessx-status-applet.c:1004
1054 msgid "Unknown error"
1055 msgstr "Неизвестная ошибка"
1056
1057 #: gnome-applets/accessx-status/accessx-status-applet.c:1012
1058 #, c-format
1059 msgid "Error: %s"
1060 msgstr "Ошибка: %s"
1061
1062 #: gnome-applets/accessx-status/accessx-status-applet.c:1115
1063 #: gnome-applets/accessx-status/accessx-status-applet.c:1119
1064 #: gnome-applets/accessx-status/accessx-status-applet.c:1249
1065 msgid "AccessX Status"
1066 msgstr "Состояние AccessX"
1067
1068 #: gnome-applets/accessx-status/accessx-status-applet.c:1116
1069 #: gnome-applets/accessx-status/accessx-status-applet.c:1120
1070 msgid "Shows keyboard status when accessibility features are used."
1071 msgstr ""
1072 "Показывает состояние клавиатуры, когда используются специальные возможности."
1073
1074 #: gnome-applets/accessx-status/accessx-status-applet.c:1246
1075 #: gnome-applets/ga-module.c:66
1076 msgid "Keyboard Accessibility Status"
1077 msgstr "Состояние специальных возможностей клавиатуры"
1078
1079 #: gnome-applets/accessx-status/accessx-status-applet.c:1251
1080 msgid "Displays current state of keyboard accessibility features"
1081 msgstr "Показывает текущее состояние специальных возможностей клавиатуры"
1082
1083 #: gnome-applets/accessx-status/accessx-status-applet.c:1314
731084 msgid "Shows the state of AccessX features such as latched modifiers"
741085 msgstr "Показывает состояние возможностей AccessX"
751086
76 #. about.set_artists([])
77 #. about.set_documenters([])
78 #. translators: These appear in the About dialog, usual format applies.
79 #. "documenters", documenters,
80 #: ../accessx-status/applet.c:143 ../battstat/battstat_applet.c:1203
81 #: ../charpick/charpick.c:604 ../cpufreq/src/cpufreq-applet.c:610
82 #: ../drivemount/drivemount.c:108 ../geyes/geyes.c:178
83 #: ../gweather/gweather-about.c:60 ../invest-applet/invest/about.py:29
84 #: ../mini-commander/src/about.c:53 ../modemlights/modem-applet.c:995
85 #: ../multiload/main.c:62 ../stickynotes/stickynotes_applet_callbacks.c:391
86 #: ../trashapplet/src/trashapplet.c:424
1087 #: gnome-applets/accessx-status/accessx-status-applet.c:1336
1088 #: gnome-applets/battstat/battstat-applet.c:1545
1089 #: gnome-applets/brightness/brightness-applet.c:815
1090 #: gnome-applets/charpick/charpick-applet.c:838
1091 #: gnome-applets/command/command-applet.c:415
1092 #: gnome-applets/cpufreq/cpufreq-applet.c:1005
1093 #: gnome-applets/drivemount/drivemount-applet.c:176
1094 #: gnome-applets/geyes/geyes-applet.c:410
1095 #: gnome-applets/gweather/gweather-applet.c:616
1096 #: gnome-applets/inhibit/inhibit-applet.c:431
1097 #: gnome-applets/mini-commander/mini-commander-applet.c:470
1098 #: gnome-applets/multiload/multiload-applet.c:514
1099 #: gnome-applets/netspeed/netspeed-applet.c:1538
1100 #: gnome-applets/sticky-notes/sticky-notes-applet.c:845
1101 #: gnome-applets/timer/timer-applet.c:463
1102 #: gnome-applets/tracker-search-bar/tracker-applet.c:464
1103 #: gnome-applets/trash/trash-applet.c:592
1104 #: gnome-applets/window-buttons/window-buttons.c:792
1105 #: gnome-applets/window-picker/wp-applet.c:375
1106 #: gnome-applets/window-title/window-title.c:815
871107 msgid "translator-credits"
88 msgstr ""
89 "Stas Solovey <whats_up@tut.by>, 2015."
90
91 #: ../accessx-status/applet.c:170
92 #, c-format
93 msgid "There was an error launching the help viewer: %s"
94 msgstr "Произошла ошибка при запуске программы просмотра справки: %s"
95
96 #: ../accessx-status/applet.c:204
97 #| msgid "Open the keyboard preferences dialog"
98 msgid "Open the universal access preferences dialog"
99 msgstr "Открыть диалоговое окно параметров универсального доступа"
100
101 #: ../accessx-status/applet.c:222
102 #, c-format
103 msgid "There was an error launching the keyboard preferences dialog: %s"
104 msgstr ""
105 "Произошла ошибка при запуске диалогового окна параметров клавиатуры: %s"
106
107 #. Note to translators: the first letter of the alphabet, not the indefinite article
108 #: ../accessx-status/applet.c:465 ../accessx-status/applet.c:505
109 msgid "a"
110 msgstr "a"
111
112 #: ../accessx-status/applet.c:978 ../accessx-status/applet.c:1051
113 #: ../accessx-status/applet.c:1119 ../accessx-status/applet.c:1298
114 msgid "AccessX Status"
115 msgstr "Состояние AccessX"
116
117 #: ../accessx-status/applet.c:979 ../accessx-status/applet.c:1120
118 msgid "Shows keyboard status when accessibility features are used."
119 msgstr ""
120 "Показывает состояние клавиатуры, когда используются специальные возможности."
121
122 #: ../accessx-status/applet.c:1014
123 msgid "XKB Extension is not enabled"
124 msgstr "Расширение XKB не включено"
125
126 #: ../accessx-status/applet.c:1019
127 msgid "Unknown error"
128 msgstr "Неизвестная ошибка"
129
130 #: ../accessx-status/applet.c:1027
131 #, c-format
132 msgid "Error: %s"
133 msgstr "Ошибка: %s"
134
135 #: ../accessx-status/applet.c:1295
136 #: ../accessx-status/org.gnome.applets.AccessxStatusApplet.panel-applet.in.in.h:3
137 msgid "Keyboard Accessibility Status"
138 msgstr "Состояние специальных возможностей клавиатуры"
139
140 #: ../accessx-status/applet.c:1300
141 msgid "Displays current state of keyboard accessibility features"
142 msgstr "Показывает текущее состояние специальных возможностей клавиатуры"
143
144 #: ../accessx-status/org.gnome.applets.AccessxStatusApplet.panel-applet.in.in.h:1
145 msgid "AccessX Status Applet Factory"
146 msgstr "Фабрика состояния AccessX"
147
148 #: ../accessx-status/org.gnome.applets.AccessxStatusApplet.panel-applet.in.in.h:2
149 msgid "Keyboard Accessibility Status Applet Factory"
150 msgstr "Фабрика состояния специальных возможностей клавиатуры"
151
152 #: ../accessx-status/org.gnome.applets.AccessxStatusApplet.panel-applet.in.in.h:4
153 msgid "Shows the status of keyboard accessibility features"
154 msgstr "Показывает состояние специальных возможностей клавиатуры"
155
156 #: ../battstat/battstat_applet.c:62
1108 msgstr "Stas Solovey <whats_up@tut.by>, 2015."
1109
1110 #: gnome-applets/battstat/battstat-applet-menu.ui:5
1111 #: gnome-applets/charpick/charpick-applet-menu.ui:5
1112 #: gnome-applets/command/command-applet-menu.ui:5
1113 #: gnome-applets/cpufreq/cpufreq-applet-menu.ui:5
1114 #: gnome-applets/geyes/geyes-applet-menu.ui:5
1115 #: gnome-applets/gweather/gweather-applet-menu.ui:15
1116 #: gnome-applets/mini-commander/mini-commander-applet-menu.ui:5
1117 #: gnome-applets/multiload/multiload-applet-menu.ui:11
1118 #: gnome-applets/netspeed/netspeed-menu.ui:9
1119 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:23
1120 #: gnome-applets/timer/timer-applet-menu.ui:17
1121 #: gnome-applets/window-buttons/window-buttons-menu.ui:5
1122 #: gnome-applets/window-picker/wp-menu.ui:5
1123 #: gnome-applets/window-title/window-title-menu.ui:5
1124 msgid "_Preferences"
1125 msgstr "_Параметры"
1126
1127 #: gnome-applets/battstat/battstat-applet.ui:14
1128 msgid "Battery Charge Monitor Preferences"
1129 msgstr "Параметры индикатора состояния батареи"
1130
1131 #: gnome-applets/battstat/battstat-applet.ui:33
1132 #: gnome-applets/window-buttons/window-buttons.ui:692
1133 #: gnome-applets/window-title/window-title.ui:443
1134 msgid "Appearance"
1135 msgstr "Внешний вид"
1136
1137 #: gnome-applets/battstat/battstat-applet.ui:67
1138 msgid "_Compact view"
1139 msgstr "_Компактный вид"
1140
1141 #: gnome-applets/battstat/battstat-applet.ui:86
1142 msgid "(shows single image for status and charge)"
1143 msgstr "(единый значок для состояния и зарядки)"
1144
1145 #: gnome-applets/battstat/battstat-applet.ui:99
1146 msgid "_Expanded view"
1147 msgstr "_Расширенный вид"
1148
1149 #: gnome-applets/battstat/battstat-applet.ui:118
1150 msgid "(two images: one for status, one for charge)"
1151 msgstr "(раздельные значки для состояния и зарядки)"
1152
1153 #: gnome-applets/battstat/battstat-applet.ui:142
1154 msgid "_Show time/percentage:"
1155 msgstr "_Показывать время/проценты:"
1156
1157 #: gnome-applets/battstat/battstat-applet.ui:176
1158 msgid "Show _time remaining"
1159 msgstr "Показывать оставшееся _время"
1160
1161 #: gnome-applets/battstat/battstat-applet.ui:191
1162 msgid "Show _percentage remaining"
1163 msgstr "Показывать оставшийся _процент заряда"
1164
1165 #: gnome-applets/battstat/battstat-applet.ui:249
1166 msgid "Notifications"
1167 msgstr "Уведомления"
1168
1169 #. TRANSLATOR: This is the beginning of the sentence 'Warn when battery charge drops to: [XX] percent/minutes remaining'
1170 #: gnome-applets/battstat/battstat-applet.ui:280
1171 msgid "_Warn when battery charge drops to:"
1172 msgstr "_Предупреждать, когда заряд снижается до:"
1173
1174 #: gnome-applets/battstat/battstat-applet.ui:336
1175 msgid "_Notify when battery is fully recharged"
1176 msgstr "Уведомлять о полной _зарядке"
1177
1178 #: gnome-applets/battstat/battstat-applet.c:57
1571179 msgid "System is running on AC power"
1581180 msgstr "Система работает от сети переменного тока"
1591181
160 #: ../battstat/battstat_applet.c:63
1182 #: gnome-applets/battstat/battstat-applet.c:58
1611183 msgid "System is running on battery power"
1621184 msgstr "Система работает от батареи"
1631185
164 #: ../battstat/battstat_applet.c:329
1186 #: gnome-applets/battstat/battstat-applet.c:324
1651187 #, c-format
1661188 msgid "Battery charged (%d%%)"
1671189 msgstr "Батарея заряжена (%d%%)"
1681190
169 #: ../battstat/battstat_applet.c:331
1191 #: gnome-applets/battstat/battstat-applet.c:326
1701192 #, c-format
1711193 msgid "Unknown time (%d%%) remaining"
1721194 msgstr "Оставшееся время (%d%%) неизвестно"
1731195
174 #: ../battstat/battstat_applet.c:333
1196 #: gnome-applets/battstat/battstat-applet.c:328
1751197 #, c-format
1761198 msgid "Unknown time (%d%%) until charged"
1771199 msgstr "Оставшееся до полного заряда время (%d%%) неизвестно"
1781200
179 #: ../battstat/battstat_applet.c:338
1201 #: gnome-applets/battstat/battstat-applet.c:333
1801202 #, c-format
1811203 msgid "%d minute (%d%%) remaining"
1821204 msgid_plural "%d minutes (%d%%) remaining"
1841206 msgstr[1] "Осталось %d минуты (%d%%)"
1851207 msgstr[2] "Осталось %d минут (%d%%)"
1861208
187 #: ../battstat/battstat_applet.c:343
1209 #: gnome-applets/battstat/battstat-applet.c:338
1881210 #, c-format
1891211 msgid "%d minute until charged (%d%%)"
1901212 msgid_plural "%d minutes until charged (%d%%)"
1921214 msgstr[1] "До полного заряда осталось %d минуты (%d%%)"
1931215 msgstr[2] "До полного заряда осталось %d минут (%d%%)"
1941216
195 #: ../battstat/battstat_applet.c:349
1217 #: gnome-applets/battstat/battstat-applet.c:344
1961218 #, c-format
1971219 msgid "%d hour (%d%%) remaining"
1981220 msgid_plural "%d hours (%d%%) remaining"
2001222 msgstr[1] "Осталось %d часа (%d%%)"
2011223 msgstr[2] "Осталось %d часов (%d%%)"
2021224
203 #: ../battstat/battstat_applet.c:354
1225 #: gnome-applets/battstat/battstat-applet.c:349
2041226 #, c-format
2051227 msgid "%d hour until charged (%d%%)"
2061228 msgid_plural "%d hours until charged (%d%%)"
2101232
2111233 #. TRANSLATOR: "%d %s %d %s" are "%d hours %d minutes"
2121234 #. * Swap order with "%2$s %2$d %1$s %1$d if needed
213 #: ../battstat/battstat_applet.c:361
1235 #: gnome-applets/battstat/battstat-applet.c:356
2141236 #, c-format
2151237 msgid "%d %s %d %s (%d%%) remaining"
2161238 msgstr "Осталось %d %s %d %s (%d%%)"
2171239
218 #: ../battstat/battstat_applet.c:362 ../battstat/battstat_applet.c:369
1240 #: gnome-applets/battstat/battstat-applet.c:357
1241 #: gnome-applets/battstat/battstat-applet.c:364
2191242 msgid "hour"
2201243 msgid_plural "hours"
2211244 msgstr[0] "час"
2221245 msgstr[1] "часа"
2231246 msgstr[2] "часов"
2241247
225 #: ../battstat/battstat_applet.c:363 ../battstat/battstat_applet.c:370
1248 #: gnome-applets/battstat/battstat-applet.c:358
1249 #: gnome-applets/battstat/battstat-applet.c:365
2261250 msgid "minute"
2271251 msgid_plural "minutes"
2281252 msgstr[0] "минута"
2311255
2321256 #. TRANSLATOR: "%d %s %d %s" are "%d hours %d minutes"
2331257 #. * Swap order with "%2$s %2$d %1$s %1$d if needed
234 #: ../battstat/battstat_applet.c:368
1258 #: gnome-applets/battstat/battstat-applet.c:363
2351259 #, c-format
2361260 msgid "%d %s %d %s until charged (%d%%)"
2371261 msgstr "%d %s %d %s до полного заряда (%d%%)"
2381262
239 #: ../battstat/battstat_applet.c:382
1263 #: gnome-applets/battstat/battstat-applet.c:377
2401264 msgid "Battery Monitor"
2411265 msgstr "Индикатор батареи"
2421266
243 #: ../battstat/battstat_applet.c:392 ../battstat/battstat_applet.c:451
1267 #: gnome-applets/battstat/battstat-applet.c:387
1268 #: gnome-applets/battstat/battstat-applet.c:443
2441269 msgid "Your battery is now fully recharged"
2451270 msgstr "Батарея полностью заряжена"
2461271
247 #: ../battstat/battstat_applet.c:428 ../battstat/battstat_applet.c:583
1272 #: gnome-applets/battstat/battstat-applet.c:420
1273 #: gnome-applets/battstat/battstat-applet.c:575
2481274 msgid "Battery Notice"
2491275 msgstr "Уведомление от батареи"
2501276
2511277 #. we don't know the remaining time
252 #: ../battstat/battstat_applet.c:528
1278 #: gnome-applets/battstat/battstat-applet.c:520
2531279 #, c-format
2541280 msgid "You have %d%% of your total battery capacity remaining."
2551281 msgstr "У вас осталось %d%% заряда батареи."
2561282
257 #: ../battstat/battstat_applet.c:534
1283 #: gnome-applets/battstat/battstat-applet.c:526
2581284 #, c-format
2591285 msgid ""
2601286 "You have %d minute of battery power remaining (%d%% of the total capacity)."
2701296 #. TRANSLATORS: this is a list, it is left as a single string
2711297 #. * to allow you to make it appear like a list would in your
2721298 #. * locale. This is if the laptop does not support suspend.
273 #: ../battstat/battstat_applet.c:546
1299 #: gnome-applets/battstat/battstat-applet.c:538
2741300 msgid ""
2751301 "To avoid losing your work:\n"
2761302 " • plug your laptop into external power, or\n"
2831309 #. TRANSLATORS: this is a list, it is left as a single string
2841310 #. * to allow you to make it appear like a list would in your
2851311 #. * locale. This is if the laptop supports suspend.
286 #: ../battstat/battstat_applet.c:554
1312 #: gnome-applets/battstat/battstat-applet.c:546
2871313 msgid ""
2881314 "To avoid losing your work:\n"
2891315 " • suspend your laptop to save power,\n"
2951321 " • подключите компьютер к источнику питания, или\n"
2961322 " • сохраните открытые документы и выключите компьютер."
2971323
298 #: ../battstat/battstat_applet.c:562
1324 #: gnome-applets/battstat/battstat-applet.c:554
2991325 msgid "Your battery is running low"
3001326 msgstr "Батарея разряжена"
3011327
302 #: ../battstat/battstat_applet.c:657
1328 #: gnome-applets/battstat/battstat-applet.c:649
3031329 msgid "No battery present"
3041330 msgstr "Батарея отсутствует"
3051331
306 #: ../battstat/battstat_applet.c:660
1332 #: gnome-applets/battstat/battstat-applet.c:652
3071333 msgid "Battery status unknown"
3081334 msgstr "Состояния батареи неизвестно"
3091335
310 #: ../battstat/battstat_applet.c:840
1336 #: gnome-applets/battstat/battstat-applet.c:833
3111337 msgid "N/A"
3121338 msgstr "Н/Д"
3131339
314 #: ../battstat/battstat_applet.c:1143 ../drivemount/drivemount.c:136
315 #: ../geyes/geyes.c:334 ../geyes/themes.c:219 ../gweather/gweather-applet.c:72
316 #: ../gweather/gweather-pref.c:677 ../mini-commander/src/preferences.c:259
317 #: ../stickynotes/stickynotes_applet_callbacks.c:358
318 #: ../stickynotes/stickynotes_applet_callbacks.c:542
319 #: ../trashapplet/src/trashapplet.c:390
320 #, c-format
321 msgid "There was an error displaying help: %s"
322 msgstr "Произошла ошибка при отображении справки: %s"
323
324 #: ../battstat/battstat_applet.c:1189
325 msgid "This utility shows the status of your laptop battery."
326 msgstr "Эта утилита показывает состояние батареи вашего ноутбука."
327
328 #. true
329 #: ../battstat/battstat_applet.c:1191
330 #| msgid "HAL backend enabled."
331 msgid "upower backend enabled."
332 msgstr "Включён бекенд upower."
333
334 #. false
335 #: ../battstat/battstat_applet.c:1192
336 msgid "Legacy (non-HAL) backend enabled."
337 msgstr "Включён устаревший бекенд (не HAL)."
338
339 #: ../battstat/battstat_applet.c:1567 ../battstat/battstat_applet.c:1620
340 #: ../battstat/org.gnome.applets.BattstatApplet.panel-applet.in.in.h:2
1340 #: gnome-applets/battstat/battstat-applet.c:1443 gnome-applets/ga-module.c:76
3411341 msgid "Battery Charge Monitor"
3421342 msgstr "Индикатор состояния батареи"
3431343
344 #: ../battstat/battstat_applet.c:1621
345 #: ../battstat/org.gnome.applets.BattstatApplet.panel-applet.in.in.h:3
1344 #: gnome-applets/battstat/battstat-applet.c:1444 gnome-applets/ga-module.c:77
3461345 msgid "Monitor a laptop's remaining power"
3471346 msgstr "Отслеживает уровень заряда батареи ноутбука"
3481347
349 #: ../battstat/battstat_applet.ui.h:1
350 msgid "Battery Charge Monitor Preferences"
351 msgstr "Параметры индикатора состояния батареи"
352
353 #: ../battstat/battstat_applet.ui.h:2
354 msgid "Appearance"
355 msgstr "Внешний вид"
356
357 #: ../battstat/battstat_applet.ui.h:3
358 msgid "_Compact view"
359 msgstr "_Компактный вид"
360
361 #: ../battstat/battstat_applet.ui.h:4
362 msgid "(shows single image for status and charge)"
363 msgstr "(единый значок для состояния и зарядки)"
364
365 #: ../battstat/battstat_applet.ui.h:5
366 msgid "_Expanded view"
367 msgstr "_Расширенный вид"
368
369 #: ../battstat/battstat_applet.ui.h:6
370 msgid "(two images: one for status, one for charge)"
371 msgstr "(раздельные значки для состояния и зарядки)"
372
373 #: ../battstat/battstat_applet.ui.h:7
374 msgid "_Show time/percentage:"
375 msgstr "_Показывать метку времени/процентов"
376
377 #: ../battstat/battstat_applet.ui.h:8
378 msgid "Show _time remaining"
379 msgstr "Показывать оставшееся _время"
380
381 #: ../battstat/battstat_applet.ui.h:9
382 msgid "Show _percentage remaining"
383 msgstr "Показывать оставшийся _процент заряда"
384
385 #: ../battstat/battstat_applet.ui.h:10
386 msgid "Notifications"
387 msgstr "Уведомления"
388
389 #. TRANSLATOR: This is the beginning of the sentence 'Warn when battery charge drops to: [XX] percent/minutes remaining'
390 #: ../battstat/battstat_applet.ui.h:12
391 msgid "_Warn when battery charge drops to:"
392 msgstr "_Предупреждать, когда заряд снижается до:"
393
394 #: ../battstat/battstat_applet.ui.h:13
395 msgid "_Notify when battery is fully recharged"
396 msgstr "Уведомлять о полной _зарядке"
397
398 #: ../battstat/battstat-applet-menu.xml.h:1
399 #: ../charpick/charpick-applet-menu.xml.h:1
400 #: ../cpufreq/cpufreq-applet-menu.xml.h:1 ../geyes/geyes-applet-menu.xml.h:1
401 #: ../gweather/gweather-applet-menu.xml.h:3
402 #: ../mini-commander/src/mini-commander-applet-menu.xml.h:1
403 #: ../multiload/multiload-applet-menu.xml.h:2
404 #: ../stickynotes/stickynotes-applet-menu.xml.h:5
405 #: ../windowpicker/data/menu.xml.h:1
406 msgid "_Preferences"
407 msgstr "_Параметры"
408
409 #: ../battstat/org.gnome.applets.BattstatApplet.panel-applet.in.in.h:1
410 msgid "Battstat Factory"
411 msgstr "Фабрика апплета состояния батареи"
412
413 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:1
414 msgid "Red value level"
415 msgstr "Уровень для красного цвета"
416
417 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:2
418 msgid ""
419 "The battery level below which the battery is displayed as red. Also the "
420 "value at which the low battery warning is displayed."
421 msgstr ""
422 "Уровень заряда, ниже которого батарея отображается оранжевым цветом. Также "
423 "значение, при котором выводится предупреждение о низком уровне батареи."
424
425 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:3
426 msgid "Warn on low time rather than low percentage"
427 msgstr "Предупреждать о малом оставшемся времени, а не о малом проценте заряда"
428
429 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:4
430 msgid ""
431 "Use the value defined in red-value as a time remaining to show the warning "
432 "dialog rather than a percentage."
433 msgstr ""
434 "Использовать значение, определённое параметром red-value, как оставшееся "
435 "время для отображения предупреждения, вместо процентов."
436
437 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:5
438 msgid "Low Battery Notification"
439 msgstr "Уведомление о низком уровне заряда"
440
441 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:6
442 msgid "Notify user when the battery is low."
443 msgstr "Уведомлять о низком уровне заряда батареи."
444
445 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:7
446 msgid "Full Battery Notification"
447 msgstr "Уведомление о полном заряде"
448
449 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:8
450 msgid "Notify user when the battery is full."
451 msgstr "Уведомлять о полном заряде батареи."
452
453 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:9
454 msgid "Beep for warnings"
455 msgstr "Предупреждать звуковым сигналом"
456
457 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:10
458 msgid "Beep when displaying a warning."
459 msgstr "Сопровождать вывод предупреждений звуковым сигналом."
460
461 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:11
462 msgid "Drain from top"
463 msgstr "Уменьшается сверху"
464
465 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:12
466 msgid ""
467 "Show the battery meter draining from the top of the battery. Only "
468 "implemented for traditional battery view."
469 msgstr ""
470 "При разряде батареи индикатор опускается сверху вниз. Реализовано только в "
471 "традиционном виде батареи."
472
473 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:13
474 msgid "Upright (small) battery"
475 msgstr "Вертикальная (маленькая) батарея"
476
477 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:14
478 msgid "Show the upright, smaller battery on the panel."
479 msgstr "Показывать маленькую вертикальную батарею на панели."
480
481 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:15
482 msgid "Show the horizontal battery"
483 msgstr "Показывать горизонтальную батарею"
484
485 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:16
486 msgid "Show the traditional, horizontal battery on the panel."
487 msgstr "Показывать традиционную горизонтальную батарею на панели."
488
489 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:17
490 msgid "Show the time/percent label"
491 msgstr "Показывать метку времени/процентов"
492
493 #: ../battstat/org.gnome.gnome-applets.battstat.gschema.xml.in.in.h:18
494 msgid "0 for no label, 1 for percentage and 2 for time remaining."
495 msgstr "0 — без метки, 1 — проценты, 2 — оставшееся время."
1348 #: gnome-applets/battstat/battstat-applet.c:1515
1349 msgid ""
1350 "This utility shows the status of your laptop battery.\n"
1351 "\n"
1352 "UPower backend enabled."
1353 msgstr ""
1354 "Эта утилита показывает состояние батареи вашего ноутбука.\n"
1355 "\n"
1356 "UPower backend включён."
4961357
4971358 #. TRANSLATOR: this is a selectable item in a drop-down menu to end
4981359 #. * this sentence:
4991360 #. * "Warn when battery charge drops to: [XX] percent".
5001361 #.
501 #: ../battstat/properties.c:276
1362 #: gnome-applets/battstat/properties.c:258
5021363 msgid "Percent"
5031364 msgstr "Процентов"
5041365
5061367 #. * this sentence:
5071368 #. * "Warn when battery charge drops to: [XX] minutes remaining"
5081369 #.
509 #: ../battstat/properties.c:282
1370 #: gnome-applets/battstat/properties.c:264
5101371 msgid "Minutes Remaining"
5111372 msgstr "Оставшихся минут"
5121373
513 #: ../battstat/sounds/battstat_applet.soundlist.in.h:1
514 msgid "Battery Status Utility"
515 msgstr "Индикатор состояния батареи"
516
517 #: ../battstat/sounds/battstat_applet.soundlist.in.h:2
518 msgid "Battery power low"
519 msgstr "Батарея разряжена"
520
521 #: ../battstat/sounds/battstat_applet.soundlist.in.h:3
522 msgid "Battery fully re-charged"
523 msgstr "Батарея полностью заряжена"
524
525 #: ../charpick/charpick.c:426
1374 #: gnome-applets/brightness/brightness-applet.c:186
1375 msgid "Cannot connect to gnome-settings-daemon"
1376 msgstr "Не удалось подключиться к gnome-settings-daemon"
1377
1378 #: gnome-applets/brightness/brightness-applet.c:188
1379 msgid "Cannot get laptop panel brightness"
1380 msgstr "Не удалось получить яркость экрана ноутбука"
1381
1382 #: gnome-applets/brightness/brightness-applet.c:190
1383 #, c-format
1384 msgid "LCD brightness : %d%%"
1385 msgstr "Яркость LCD: %d%%"
1386
1387 #: gnome-applets/brightness/brightness-applet.c:784
1388 msgid "Adjusts laptop panel brightness."
1389 msgstr "Корректировка яркости экрана ноутбука."
1390
1391 #: gnome-applets/brightness/brightness-applet.c:793
1392 msgid ""
1393 "Licensed under the GNU General Public License Version 2\n"
1394 "\n"
1395 "Brightness Applet is free software; you can redistribute it and/or\n"
1396 "modify it under the terms of the GNU General Public License\n"
1397 "as published by the Free Software Foundation; either version 2\n"
1398 "of the License, or (at your option) any later version.\n"
1399 "\n"
1400 "Brightness Applet is distributed in the hope that it will be useful,\n"
1401 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1402 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
1403 "GNU General Public License for more details.\n"
1404 "\n"
1405 "You should have received a copy of the GNU General Public License\n"
1406 "along with this program; if not, write to the Free Software\n"
1407 "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
1408 "02110-1301, USA.\n"
1409 msgstr ""
1410 "Лицензировано в соответствии с GNU General Public License Version 2\n"
1411 "\n"
1412 "Апплет «Установка яркости» является свободным программным обеспечением; вы\n"
1413 "можете распространять и/или изменять его при соблюдении GNU General Public\n"
1414 "License в том виде, в котором она опубликована Free Software Foundation; "
1415 "версии 2\n"
1416 "этой лицензии, или (при необходимости) любой более поздней версии.\n"
1417 "\n"
1418 "Апплет «Установка яркости» распространяется в надежде, что будет полезен,\n"
1419 "но БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ; даже без очевидной гарантии\n"
1420 "КОММЕРЧЕСКОЙ ЦЕННОСТИ или ПРИГОДНОСТИ ДЛЯ ОПРЕДЕЛЁННОЙ ЦЕЛИ.\n"
1421 "Дополнительные сведения смотрите в GNU General Public License.\n"
1422 "\n"
1423 "Вы должны были получить копию GNU General Public License вместе с этой\n"
1424 "программой; если вы не получали её, то напишите по адресу: Free Software\n"
1425 "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
1426 "02110-1301, USA.\n"
1427
1428 #: gnome-applets/brightness/brightness-applet.c:810
1429 msgid "Copyright © 2006 Benjamin Canou"
1430 msgstr "Авторские права © 2006 Benjamin Canou"
1431
1432 #: gnome-applets/charpick/charpick-applet.c:392
5261433 msgid "Available palettes"
5271434 msgstr "Доступные шаблоны"
5281435
5301437 #. * hopefully, the name of the unicode character has already
5311438 #. * been translated.
5321439 #.
533 #: ../charpick/charpick.c:473
1440 #: gnome-applets/charpick/charpick-applet.c:435
5341441 #, c-format
5351442 msgid "Insert \"%s\""
5361443 msgstr "Вставить «%s»"
5371444
538 #: ../charpick/charpick.c:476
1445 #: gnome-applets/charpick/charpick-applet.c:438
5391446 msgid "Insert special character"
5401447 msgstr "Вставить специальный символ"
5411448
542 #: ../charpick/charpick.c:480
1449 #: gnome-applets/charpick/charpick-applet.c:442
5431450 #, c-format
5441451 msgid "insert special character %s"
5451452 msgstr "вставить специальный символ %s"
5461453
547 #: ../charpick/charpick.c:599
548 msgid ""
549 "Gnome Panel applet for selecting strange characters that are not on my "
550 "keyboard. Released under GNU General Public Licence."
551 msgstr ""
552 "Апплет для набора специальных символов, которых нет на клавиатуре. Выпущен "
553 "под лицензией GNU General Public Licence."
554
555 #: ../charpick/charpick.c:716 ../charpick/charpick.c:731
556 #: ../charpick/org.gnome.applets.CharpickerApplet.panel-applet.in.in.h:2
557 #: ../charpick/properties.c:426
1454 #: gnome-applets/charpick/charpick-applet.c:642
1455 #: gnome-applets/charpick/properties.c:431 gnome-applets/ga-module.c:95
5581456 msgid "Character Palette"
5591457 msgstr "Касса символов"
5601458
561 #: ../charpick/charpick.c:716
562 #: ../charpick/org.gnome.applets.CharpickerApplet.panel-applet.in.in.h:3
1459 #: gnome-applets/charpick/charpick-applet.c:642 gnome-applets/ga-module.c:96
5631460 msgid "Insert characters"
5641461 msgstr "Апплет даёт возможность вставить специальные символы"
5651462
566 #: ../charpick/org.gnome.applets.CharpickerApplet.panel-applet.in.in.h:1
567 msgid "Charpicker Applet Factory"
568 msgstr "Фабрика апплета выбора символов"
569
570 #: ../charpick/org.gnome.gnome-applets.charpick.gschema.xml.in.in.h:1
571 msgid "Characters shown on applet startup"
572 msgstr "Символы, показываемые при запуске"
573
574 #: ../charpick/org.gnome.gnome-applets.charpick.gschema.xml.in.in.h:2
575 msgid ""
576 "The string that the user had selected when the applet was last used. This "
577 "string will be displayed when the user starts the applet."
578 msgstr ""
579 "Строка, выбранная пользователем при последнем использовании. Эта строка "
580 "будет показываться при дальнейших запусках."
581
582 #: ../charpick/org.gnome.gnome-applets.charpick.gschema.xml.in.in.h:3
583 #: ../charpick/properties.c:353
584 msgid "List of available palettes"
585 msgstr "Список доступных шаблонов символов"
586
587 #: ../charpick/org.gnome.gnome-applets.charpick.gschema.xml.in.in.h:4
588 msgid "List of strings containing the available palettes."
589 msgstr "Список строк, содержащих доступные шаблоны."
590
591 #: ../charpick/properties.c:73 ../modemlights/modem-applet.c:906
592 #: ../trashapplet/src/trashapplet.c:501 ../trashapplet/src/trash-empty.c:339
1463 #: gnome-applets/charpick/charpick-applet.c:813
1464 msgid ""
1465 "GNOME Panel applet for selecting strange characters that are not on my "
1466 "keyboard. Released under GNU General Public Licence."
1467 msgstr ""
1468 "Апплет панели GNOME для набора специальных символов, которых нет на "
1469 "клавиатуре. Выпущен под лицензией GNU General Public Licence."
1470
1471 #: gnome-applets/charpick/properties.c:74
1472 #: gnome-applets/trash/trash-applet.c:422 gnome-applets/trash/trash-empty.c:323
5931473 msgid "_Cancel"
5941474 msgstr "_Отмена"
5951475
596 #: ../charpick/properties.c:74
1476 #: gnome-applets/charpick/properties.c:75
5971477 msgid "_OK"
5981478 msgstr "_ОК"
5991479
600 #: ../charpick/properties.c:93
1480 #: gnome-applets/charpick/properties.c:94
6011481 msgid "_Palette:"
6021482 msgstr "_Шаблон:"
6031483
604 #: ../charpick/properties.c:101
1484 #: gnome-applets/charpick/properties.c:102
6051485 msgid "Palette entry"
6061486 msgstr "Элемент шаблона"
6071487
608 #: ../charpick/properties.c:102
1488 #: gnome-applets/charpick/properties.c:103
6091489 msgid "Modify a palette by adding or removing characters"
6101490 msgstr "Измените шаблон, добавив или удалив символы"
6111491
612 #: ../charpick/properties.c:214
1492 #: gnome-applets/charpick/properties.c:218
6131493 msgid "Add Palette"
6141494 msgstr "Добавление шаблона"
6151495
616 #: ../charpick/properties.c:251
1496 #: gnome-applets/charpick/properties.c:255
6171497 msgid "Edit Palette"
6181498 msgstr "Редактирование шаблона"
6191499
620 #: ../charpick/properties.c:352
1500 #: gnome-applets/charpick/properties.c:357
6211501 msgid "Palettes list"
6221502 msgstr "Список шаблонов"
6231503
624 #: ../charpick/properties.c:431
1504 #: gnome-applets/charpick/properties.c:436
6251505 msgid "_Palettes:"
6261506 msgstr "_Шаблоны:"
6271507
628 #: ../charpick/properties.c:443
1508 #: gnome-applets/charpick/properties.c:448
6291509 msgid "_Add"
6301510 msgstr "_Добавить"
6311511
632 #: ../charpick/properties.c:447
1512 #: gnome-applets/charpick/properties.c:452
6331513 msgid "Add button"
6341514 msgstr "Кнопка добавления"
6351515
636 #: ../charpick/properties.c:448
1516 #: gnome-applets/charpick/properties.c:453
6371517 msgid "Click to add a new palette"
6381518 msgstr "Нажмите кнопку для добавления нового шаблона"
6391519
640 #: ../charpick/properties.c:450
1520 #: gnome-applets/charpick/properties.c:455
6411521 msgid "_Edit"
6421522 msgstr "_Изменить"
6431523
644 #: ../charpick/properties.c:455
1524 #: gnome-applets/charpick/properties.c:460
6451525 msgid "Edit button"
6461526 msgstr "Кнопка обновления"
6471527
648 #: ../charpick/properties.c:456
1528 #: gnome-applets/charpick/properties.c:461
6491529 msgid "Click to edit the selected palette"
6501530 msgstr "Нажмите кнопку для редактирования выбранного шаблона"
6511531
652 #: ../charpick/properties.c:458 ../trashapplet/src/trashapplet.c:503
653 #| msgid "_Delete All"
1532 #: gnome-applets/charpick/properties.c:463
1533 #: gnome-applets/trash/trash-applet.c:424
6541534 msgid "_Delete"
6551535 msgstr "_Удалить"
6561536
657 #: ../charpick/properties.c:463
1537 #: gnome-applets/charpick/properties.c:468
6581538 msgid "Delete button"
6591539 msgstr "Кнопка удаления"
6601540
661 #: ../charpick/properties.c:464
1541 #: gnome-applets/charpick/properties.c:469
6621542 msgid "Click to delete the selected palette"
6631543 msgstr "Нажмите кнопку для удаления выбранного шаблона"
6641544
665 #: ../charpick/properties.c:518
1545 #: gnome-applets/charpick/properties.c:506
6661546 msgid "Character Palette Preferences"
6671547 msgstr "Параметры кассы символов"
6681548
669 #: ../charpick/properties.c:521 ../geyes/themes.c:282
670 #| msgid "Close note"
1549 #: gnome-applets/charpick/properties.c:509
1550 #: gnome-applets/command/command-applet.c:103 gnome-applets/geyes/themes.c:269
1551 #: gnome-applets/netspeed/preferences.c:335
1552 #: gnome-applets/timer/timer-applet.c:276
1553 #: gnome-applets/window-picker/wp-preferences-dialog.ui:24
6711554 msgid "_Close"
6721555 msgstr "_Закрыть"
6731556
674 #: ../cpufreq/cpufreq-preferences.ui.h:1
1557 #: gnome-applets/command/command-applet.c:100
1558 msgid "Command Applet Preferences"
1559 msgstr "Параметры апплета «Команда»"
1560
1561 #: gnome-applets/command/command-applet.c:113
1562 msgid "Command:"
1563 msgstr "Команда:"
1564
1565 #: gnome-applets/command/command-applet.c:121
1566 msgid "Interval (seconds):"
1567 msgstr "Интервал (секунды):"
1568
1569 #: gnome-applets/command/command-applet.c:129
1570 msgid "Maximum width (chars):"
1571 msgstr "Максимальная ширина (символов):"
1572
1573 #: gnome-applets/cpufreq/cpufreq-preferences.ui:7
6751574 msgid "CPU Frequency Monitor Preferences"
6761575 msgstr "Параметры монитора частоты процессора"
6771576
678 #: ../cpufreq/cpufreq-preferences.ui.h:2
1577 #: gnome-applets/cpufreq/cpufreq-preferences.ui:28
6791578 msgid "Monitor Settings"
6801579 msgstr "Настройки контроля"
6811580
682 #: ../cpufreq/cpufreq-preferences.ui.h:3
1581 #: gnome-applets/cpufreq/cpufreq-preferences.ui:60
6831582 msgid "_Monitored CPU:"
6841583 msgstr "_Отслеживаемый процессор:"
6851584
686 #: ../cpufreq/cpufreq-preferences.ui.h:4
1585 #: gnome-applets/cpufreq/cpufreq-preferences.ui:102
6871586 msgid "Display Settings"
6881587 msgstr "Внешний вид"
6891588
690 #: ../cpufreq/cpufreq-preferences.ui.h:5
1589 #: gnome-applets/cpufreq/cpufreq-preferences.ui:138
6911590 msgid "_Appearance:"
6921591 msgstr "_Внешний вид:"
6931592
694 #: ../cpufreq/cpufreq-preferences.ui.h:6
1593 #: gnome-applets/cpufreq/cpufreq-preferences.ui:163
6951594 msgid "Show CPU frequency as _frequency"
6961595 msgstr "Показывать _частоту процессора в Гц"
6971596
698 #: ../cpufreq/cpufreq-preferences.ui.h:7
1597 #: gnome-applets/cpufreq/cpufreq-preferences.ui:181
6991598 msgid "Show frequency _units"
7001599 msgstr "Показывать единицы ч_астоты"
7011600
702 #: ../cpufreq/cpufreq-preferences.ui.h:8
1601 #: gnome-applets/cpufreq/cpufreq-preferences.ui:197
7031602 msgid "Show CPU frequency as _percentage"
7041603 msgstr "Показывать частоту процессора в _процентах"
7051604
706 #: ../cpufreq/org.gnome.applets.CPUFreqApplet.panel-applet.in.in.h:1
707 #: ../cpufreq/src/cpufreq-applet.c:944 ../cpufreq/src/cpufreq-applet.c:1000
1605 #: gnome-applets/cpufreq/cpufreq-applet.c:959 gnome-applets/ga-module.c:115
7081606 msgid "CPU Frequency Scaling Monitor"
7091607 msgstr "Монитор изменения частоты процессора"
7101608
711 #: ../cpufreq/org.gnome.applets.CPUFreqApplet.panel-applet.in.in.h:2
1609 #: gnome-applets/cpufreq/cpufreq-applet.c:960
1610 msgid "This utility shows the current CPU Frequency"
1611 msgstr "Эта утилита показывает текущую частоту ЦП"
1612
1613 #: gnome-applets/cpufreq/cpufreq-applet.c:977
1614 msgid "This utility shows the current CPU Frequency Scaling."
1615 msgstr "Эта утилита показывает текущую частоту процессора."
1616
1617 #: gnome-applets/cpufreq/cpufreq-prefs.c:473
1618 msgid "Graphic"
1619 msgstr "График"
1620
1621 #: gnome-applets/cpufreq/cpufreq-prefs.c:478
1622 msgid "Text"
1623 msgstr "Текст"
1624
1625 #: gnome-applets/cpufreq/cpufreq-prefs.c:483
1626 msgid "Graphic and Text"
1627 msgstr "График и текст"
1628
1629 #: gnome-applets/cpufreq/cpufreq-selector/org.gnome.cpufreqselector.policy.in:14
1630 msgid "Change CPU Frequency scaling"
1631 msgstr "Изменить частоту процессора"
1632
1633 #: gnome-applets/cpufreq/cpufreq-selector/org.gnome.cpufreqselector.policy.in:15
1634 msgid "Privileges are required to change the CPU Frequency scaling."
1635 msgstr "Для изменения частоты процессора необходимы привилегии администратора."
1636
1637 #: gnome-applets/drivemount/drive-button.c:324
1638 #: gnome-applets/drivemount/drive-button.c:337
1639 msgid "(mounted)"
1640 msgstr "(подключён)"
1641
1642 #: gnome-applets/drivemount/drive-button.c:326
1643 msgid "(not mounted)"
1644 msgstr "(не подключён)"
1645
1646 #: gnome-applets/drivemount/drive-button.c:546
1647 msgid "Cannot start Nautilus File Manager"
1648 msgstr "Не удалось запустить файловый менеджер Nautilus"
1649
1650 #: gnome-applets/drivemount/drive-button.c:553
1651 msgid "Could not find Nautilus"
1652 msgstr "Не удалось найти Nautilus"
1653
1654 #: gnome-applets/drivemount/drive-button.c:864
1655 msgid "_Play DVD"
1656 msgstr "_Воспроизводить DVD"
1657
1658 #: gnome-applets/drivemount/drive-button.c:868
1659 msgid "_Play CD"
1660 msgstr "_Воспроизводить CD"
1661
1662 #: gnome-applets/drivemount/drive-button.c:871
1663 #, c-format
1664 msgid "_Open %s"
1665 msgstr "_Открыть %s"
1666
1667 #: gnome-applets/drivemount/drive-button.c:879
1668 #, c-format
1669 msgid "Un_mount %s"
1670 msgstr "О_тключить %s"
1671
1672 #: gnome-applets/drivemount/drive-button.c:885
1673 #, c-format
1674 msgid "_Mount %s"
1675 msgstr "_Подключить %s"
1676
1677 #: gnome-applets/drivemount/drive-button.c:893
1678 #, c-format
1679 msgid "_Eject %s"
1680 msgstr "_Извлечь %s"
1681
1682 #: gnome-applets/drivemount/drivemount-applet.c:119
1683 #: gnome-applets/ga-module.c:126
1684 msgid "Disk Mounter"
1685 msgstr "Подключение диска"
1686
1687 #: gnome-applets/drivemount/drivemount-applet.c:155
1688 msgid "Applet for mounting and unmounting block volumes."
1689 msgstr "Апплет для подключения и отключения блочных томов."
1690
1691 #: gnome-applets/ga-module.c:67
1692 msgid "Shows the status of keyboard accessibility features"
1693 msgstr "Показывает состояние специальных возможностей клавиатуры"
1694
1695 #: gnome-applets/ga-module.c:86
1696 msgid "Brightness Applet"
1697 msgstr "Апплет «Установка яркости»"
1698
1699 #: gnome-applets/ga-module.c:87
1700 msgid "Adjusts Laptop panel brightness"
1701 msgstr "Настройка яркости экрана ноутбука"
1702
1703 #: gnome-applets/ga-module.c:105 gnome-applets/mini-commander/preferences.c:627
1704 msgid "Command"
1705 msgstr "Команда"
1706
1707 #: gnome-applets/ga-module.c:106
1708 msgid "Shows the output of a command"
1709 msgstr "Показывает вывод команды"
1710
1711 #: gnome-applets/ga-module.c:116
7121712 msgid "Monitor the CPU Frequency Scaling"
7131713 msgstr "Отслеживает изменение частоты процессора"
7141714
715 #
716 #: ../cpufreq/org.gnome.gnome-applets.cpufreq.gschema.xml.in.in.h:1
717 msgid "CPU to Monitor"
718 msgstr "Отслеживаемый процессор"
719
720 #: ../cpufreq/org.gnome.gnome-applets.cpufreq.gschema.xml.in.in.h:2
721 msgid ""
722 "Set the CPU to monitor. In a single processor system you don't have to "
723 "change it."
724 msgstr ""
725 "Устанавливает отслеживаемый процессор. На однопроцессорной системе изменять "
726 "не надо."
727
728 #: ../cpufreq/org.gnome.gnome-applets.cpufreq.gschema.xml.in.in.h:3
729 msgid "Mode to show cpu usage"
730 msgstr "Режим показа использования ЦП"
731
732 #: ../cpufreq/org.gnome.gnome-applets.cpufreq.gschema.xml.in.in.h:4
733 msgid ""
734 "A 'graphic' value means to show the applet in graphic mode (pixmap only), "
735 "'text' to show the applet in text mode (not to show the pixmap) and 'both' "
736 "to show the applet in graphic and text mode."
737 msgstr ""
738 "«graphic» — показывать апплет в графическом режиме (только изображение), "
739 "«text» — показывать апплет в текстовом режиме (не показывать изображение), "
740 "«both» — показывать и текст, и изображение."
741
742 #: ../cpufreq/org.gnome.gnome-applets.cpufreq.gschema.xml.in.in.h:5
743 msgid "The type of text to display (if the text is enabled)."
744 msgstr "Тип отображаемого текста (если текст влючён)."
745
746 #: ../cpufreq/org.gnome.gnome-applets.cpufreq.gschema.xml.in.in.h:6
747 msgid ""
748 "A 'frequency' value means to show cpu frequency, 'frequency-unit' to show "
749 "frequency and units, and 'percentage' to show percentage instead of "
750 "frequency."
751 msgstr ""
752 "«frequency» — показывать частоту ЦП, «frequency-unit» — показывать частоту и "
753 "единицы, «percentage» — показывать проценты вместо частоты."
754
755 #: ../cpufreq/src/cpufreq-applet.c:577 ../cpufreq/src/cpufreq-prefs.c:360
756 msgid "Could not open help document"
757 msgstr "Не удается открыть документ справки"
758
759 #: ../cpufreq/src/cpufreq-applet.c:605
760 msgid "This utility shows the current CPU Frequency Scaling."
761 msgstr "Эта утилита показывает текущую частоту процессора."
762
763 #: ../cpufreq/src/cpufreq-applet.c:1001
764 msgid "This utility shows the current CPU Frequency"
765 msgstr "Эта утилита показывает текущую частоту ЦП"
766
767 #: ../cpufreq/src/cpufreq-prefs.c:495
768 msgid "Graphic"
769 msgstr "График"
770
771 #: ../cpufreq/src/cpufreq-prefs.c:500
772 msgid "Text"
773 msgstr "Текст"
774
775 #: ../cpufreq/src/cpufreq-prefs.c:505
776 msgid "Graphic and Text"
777 msgstr "График и текст"
778
779 #: ../cpufreq/src/cpufreq-monitor-cpuinfo.c:120
780 msgid "Frequency Scaling Unsupported"
781 msgstr "Изменение частоты не поддерживается"
782
783 #. If there is no cpufreq support it shows only the cpu frequency,
784 #. * I think is better than do nothing. I have to notify it to the user, because
785 #. * he could think that cpufreq is supported but it doesn't work succesfully
786 #.
787 #: ../cpufreq/src/cpufreq-monitor-factory.c:58
788 msgid "CPU frequency scaling unsupported"
789 msgstr "Изменение частоты процессора не поддерживается"
790
791 #: ../cpufreq/src/cpufreq-monitor-factory.c:59
792 msgid ""
793 "You will not be able to modify the frequency of your machine. Your machine "
794 "may be misconfigured or not have hardware support for CPU frequency scaling."
795 msgstr ""
796 "Вы не сможете изменить частоту процессора на вашей машине. Ваша машина может "
797 "быть неправильно настроена, или может не иметь аппаратной поддержки "
798 "изменения частоты ЦП."
799
800 #: ../cpufreq/src/cpufreq-selector/org.gnome.cpufreqselector.policy.in.h:1
801 msgid "Change CPU Frequency scaling"
802 msgstr "Изменить частоту процессора"
803
804 #: ../cpufreq/src/cpufreq-selector/org.gnome.cpufreqselector.policy.in.h:2
805 msgid "Privileges are required to change the CPU Frequency scaling."
806 msgstr "Для изменения частоты процессора необходимы привилегии администратора."
807
808 #: ../drivemount/drive-button.c:338 ../drivemount/drive-button.c:351
809 msgid "(mounted)"
810 msgstr "(подключён)"
811
812 #: ../drivemount/drive-button.c:340
813 msgid "(not mounted)"
814 msgstr "(не подключён)"
815
816 #: ../drivemount/drive-button.c:558
817 msgid "Cannot start Nautilus File Manager"
818 msgstr "Не удалось запустить файловый менеджер Nautilus"
819
820 #: ../drivemount/drive-button.c:565
821 msgid "Could not find Nautilus"
822 msgstr "Не удалось найти Nautilus"
823
824 #: ../drivemount/drive-button.c:876
825 msgid "_Play DVD"
826 msgstr "_Воспроизводить DVD"
827
828 #: ../drivemount/drive-button.c:880
829 msgid "_Play CD"
830 msgstr "_Воспроизводить CD"
831
832 #: ../drivemount/drive-button.c:883
833 #, c-format
834 msgid "_Open %s"
835 msgstr "_Открыть %s"
836
837 #: ../drivemount/drive-button.c:891
838 #, c-format
839 msgid "Un_mount %s"
840 msgstr "О_тключить %s"
841
842 #: ../drivemount/drive-button.c:897
843 #, c-format
844 msgid "_Mount %s"
845 msgstr "_Подключить %s"
846
847 #: ../drivemount/drive-button.c:905
848 #, c-format
849 msgid "_Eject %s"
850 msgstr "_Извлечь %s"
851
852 #: ../drivemount/drivemount.c:105
853 msgid "Applet for mounting and unmounting block volumes."
854 msgstr "Апплет для подключения и отключения блочных томов."
855
856 #: ../drivemount/drivemount.c:164 ../drivemount/drivemount.c:201
857 #: ../drivemount/org.gnome.applets.DriveMountApplet.panel-applet.in.in.h:3
858 msgid "Disk Mounter"
859 msgstr "Подключение диска"
860
861 #: ../drivemount/org.gnome.applets.DriveMountApplet.panel-applet.in.in.h:1
862 msgid "Drive Mount Applet Factory"
863 msgstr "Фабрика апплета подключения диска"
864
865 #: ../drivemount/org.gnome.applets.DriveMountApplet.panel-applet.in.in.h:2
866 msgid "Factory for drive mount applet"
867 msgstr "Фабрика для апплета подключения диска"
868
869 #: ../drivemount/org.gnome.applets.DriveMountApplet.panel-applet.in.in.h:4
1715 #: gnome-applets/ga-module.c:127
8701716 msgid "Mount local disks and devices"
8711717 msgstr "Подключает локальные диски и устройства"
8721718
873 #: ../geyes/geyes.c:173
1719 #: gnome-applets/ga-module.c:136 gnome-applets/geyes/geyes-applet.c:303
1720 #: gnome-applets/geyes/geyes-applet.c:305
1721 msgid "Eyes"
1722 msgstr "Глазки"
1723
1724 #: gnome-applets/ga-module.c:137
1725 msgid "A set of eyeballs for your panel"
1726 msgstr "Апплет устанавливает «Глазки» на панель"
1727
1728 #: gnome-applets/ga-module.c:146
1729 msgid "Weather Report"
1730 msgstr "Сводка погоды"
1731
1732 #: gnome-applets/ga-module.c:147
1733 msgid "Monitor the current weather conditions, and forecasts"
1734 msgstr "Апплет отображает текущую сводку погоды и прогнозы"
1735
1736 #: gnome-applets/ga-module.c:156 gnome-applets/inhibit/inhibit-applet.c:56
1737 msgid "Inhibit Applet"
1738 msgstr "Апплет запрета"
1739
1740 #: gnome-applets/ga-module.c:157
1741 msgid "Allows user to inhibit automatic power saving"
1742 msgstr "Позволяет пользователю запретить автоматическое энергосбережение"
1743
1744 #: gnome-applets/ga-module.c:165
1745 msgid "Command Line"
1746 msgstr "Командная строка"
1747
1748 #: gnome-applets/ga-module.c:166
1749 msgid "Mini-Commander"
1750 msgstr "Мини-командная строка"
1751
1752 #
1753 #: gnome-applets/ga-module.c:175
1754 msgid "System Monitor"
1755 msgstr "Системный монитор"
1756
1757 #: gnome-applets/ga-module.c:176
1758 msgid "A system load indicator"
1759 msgstr "Апплет отображает текущую загрузку системы"
1760
1761 #
1762 #: gnome-applets/ga-module.c:185
1763 msgid "Network Monitor"
1764 msgstr "Сетевой монитор"
1765
1766 #: gnome-applets/ga-module.c:186
1767 msgid "Netspeed Applet"
1768 msgstr "Апплет «Netspeed»"
1769
1770 #: gnome-applets/ga-module.c:195
1771 #: gnome-applets/sticky-notes/sticky-notes-applet.c:723
1772 msgid "Sticky Notes"
1773 msgstr "Липкие записки"
1774
1775 #: gnome-applets/ga-module.c:196
1776 msgid "Create, view, and manage sticky notes on the desktop"
1777 msgstr "Создание, просмотра и управление липкими записками на рабочем столе"
1778
1779 #: gnome-applets/ga-module.c:205
1780 msgid "Timer"
1781 msgstr "Таймер"
1782
1783 #: gnome-applets/ga-module.c:206
1784 msgid "Start a timer and receive a notification when it is finished"
1785 msgstr "Таймер обратного отсчёта с уведомлением после окончания"
1786
1787 #: gnome-applets/ga-module.c:215
1788 msgid "Tracker Search Bar"
1789 msgstr "Панель поиска «Tracker»"
1790
1791 #: gnome-applets/ga-module.c:216
1792 msgid "Find your data quickly using Tracker"
1793 msgstr "Ищите ваши данные быстро с помощью «Tracker»"
1794
1795 #: gnome-applets/ga-module.c:225
1796 msgid "Trash"
1797 msgstr "Корзина"
1798
1799 #: gnome-applets/ga-module.c:226
1800 msgid "Go to Trash"
1801 msgstr "Перейти в корзину"
1802
1803 #: gnome-applets/ga-module.c:235
1804 msgid "Window Buttons"
1805 msgstr "Кнопки окна"
1806
1807 #: gnome-applets/ga-module.c:236
1808 msgid "Window buttons for your GNOME Panel"
1809 msgstr "Кнопки окон для панели GNOME"
1810
1811 #: gnome-applets/ga-module.c:244
1812 msgid "Window Picker"
1813 msgstr "Выбор окон"
1814
1815 #: gnome-applets/ga-module.c:245
1816 msgid "Shows a list of icons for the open windows."
1817 msgstr "Отображает список значков для открытых окон."
1818
1819 #: gnome-applets/ga-module.c:253
1820 msgid "Window Title"
1821 msgstr "Заголовок окна"
1822
1823 #: gnome-applets/ga-module.c:254
1824 msgid "Window title for your GNOME Panel"
1825 msgstr "Заголовок окна для вашей панели GNOME"
1826
1827 #: gnome-applets/geyes/geyes-applet.c:306
1828 msgid "The eyes look in the direction of the mouse pointer"
1829 msgstr "Глазки смотрят в направлении указателя мыши"
1830
1831 #: gnome-applets/geyes/geyes-applet.c:387
8741832 msgid "A goofy set of eyes for the GNOME panel. They follow your mouse."
8751833 msgstr "Бестолковые глаза для панели GNOME, следящие за курсором мыши."
8761834
877 #: ../geyes/geyes.c:373 ../geyes/geyes.c:406 ../geyes/geyes.c:408
878 #: ../geyes/org.gnome.applets.GeyesApplet.panel-applet.in.in.h:2
879 msgid "Eyes"
880 msgstr "Глазки"
881
882 #: ../geyes/geyes.c:409
883 msgid "The eyes look in the direction of the mouse pointer"
884 msgstr "Глазки смотрят в направлении указателя мыши"
885
886 #: ../geyes/org.gnome.applets.GeyesApplet.panel-applet.in.in.h:1
887 msgid "Geyes Applet Factory"
888 msgstr "Фабрика апплета «Глазки»"
889
890 #: ../geyes/org.gnome.applets.GeyesApplet.panel-applet.in.in.h:3
891 msgid "A set of eyeballs for your panel"
892 msgstr "Апплет устанавливает «Глазки» на панель"
893
894 #: ../geyes/org.gnome.gnome-applets.geyes.gschema.xml.in.in.h:1
895 msgid "Directory in which the theme is located"
896 msgstr "Каталог, где расположены темы"
897
898 #: ../geyes/themes.c:124
1835 #: gnome-applets/geyes/themes.c:144
8991836 msgid "Can not launch the eyes applet."
9001837 msgstr "Не удалось запустить апплет глазок."
9011838
902 #: ../geyes/themes.c:125
1839 #: gnome-applets/geyes/themes.c:145
9031840 msgid "There was a fatal error while trying to load the theme."
9041841 msgstr "Произошла ошибка при попытке загрузки темы."
9051842
906 #: ../geyes/themes.c:280
1843 #: gnome-applets/geyes/themes.c:267
9071844 msgid "Geyes Preferences"
9081845 msgstr "Параметры апплета «Глазки»"
9091846
910 #: ../geyes/themes.c:313
1847 #: gnome-applets/geyes/themes.c:300
9111848 msgid "Themes"
9121849 msgstr "Темы"
9131850
914 #: ../geyes/themes.c:334
1851 #: gnome-applets/geyes/themes.c:321
9151852 msgid "_Select a theme:"
9161853 msgstr "_Выберите тему:"
9171854
918 #: ../gweather/gweather-about.c:55
919 msgid "© 1999-2005 by S. Papadimitriou and others"
920 msgstr "Авторское право © 1999-2005 S. Papadimitriou и другие"
921
922 #: ../gweather/gweather-about.c:56
923 msgid "A panel application for monitoring local weather conditions."
924 msgstr "Апплет для отображения местных погодных условий."
925
926 #: ../gweather/gweather-applet.c:339
927 #: ../gweather/org.gnome.applets.GWeatherApplet.panel-applet.in.in.h:3
928 msgid "Weather Report"
929 msgstr "Сводка погоды"
930
931 #: ../gweather/gweather-applet.c:357 ../gweather/gweather-applet.c:361
1855 #: gnome-applets/gweather/gweather-applet-menu.ui:5
1856 msgid "_Details"
1857 msgstr "По_дробности"
1858
1859 #: gnome-applets/gweather/gweather-applet-menu.ui:9
1860 #: gnome-applets/gweather/gweather-dialog.c:176
1861 msgid "_Update"
1862 msgstr "Об_новить"
1863
1864 #: gnome-applets/gweather/gweather-applet.c:358
1865 #: gnome-applets/gweather/gweather-applet.c:362
9321866 msgid "GNOME Weather"
9331867 msgstr "Погода GNOME"
9341868
935 #: ../gweather/gweather-applet.c:466
1869 #: gnome-applets/gweather/gweather-applet.c:467
9361870 msgid "Weather Forecast"
9371871 msgstr "Прогноз погоды"
9381872
939 #: ../gweather/gweather-applet.c:478
1873 #: gnome-applets/gweather/gweather-applet.c:486
9401874 #, c-format
9411875 msgid ""
9421876 "City: %s\n"
9471881 "Небо: %s\n"
9481882 "Температура: %s"
9491883
950 #: ../gweather/gweather-applet.c:532
1884 #: gnome-applets/gweather/gweather-applet.c:539
9511885 msgid "Updating..."
9521886 msgstr "Обновляется…"
9531887
954 #: ../gweather/gweather-applet-menu.xml.h:1
955 msgid "_Details"
956 msgstr "По_дробности"
957
958 #: ../gweather/gweather-applet-menu.xml.h:2 ../gweather/gweather-dialog.c:160
959 msgid "_Update"
960 msgstr "Об_новить"
961
962 #: ../gweather/gweather-dialog.c:158
1888 #: gnome-applets/gweather/gweather-applet.c:588
1889 msgid "A panel application for monitoring local weather conditions."
1890 msgstr "Апплет для отображения местных погодных условий."
1891
1892 #: gnome-applets/gweather/gweather-applet.c:610
1893 msgid "© 1999-2005 by S. Papadimitriou and others"
1894 msgstr "Авторское право © 1999-2005 S. Papadimitriou и другие"
1895
1896 #: gnome-applets/gweather/gweather-dialog.c:174
9631897 msgid "Details"
9641898 msgstr "Подробности"
9651899
966 #: ../gweather/gweather-dialog.c:199
1900 #: gnome-applets/gweather/gweather-dialog.c:212
9671901 msgid "City:"
9681902 msgstr "Город:"
9691903
970 #: ../gweather/gweather-dialog.c:207
1904 #: gnome-applets/gweather/gweather-dialog.c:218
9711905 msgid "Last update:"
9721906 msgstr "Последнее обновление:"
9731907
974 #: ../gweather/gweather-dialog.c:215
1908 #: gnome-applets/gweather/gweather-dialog.c:224
9751909 msgid "Conditions:"
9761910 msgstr "Условия:"
9771911
978 #: ../gweather/gweather-dialog.c:223
1912 #: gnome-applets/gweather/gweather-dialog.c:230
9791913 msgid "Sky:"
9801914 msgstr "Небо:"
9811915
982 #: ../gweather/gweather-dialog.c:231
1916 #: gnome-applets/gweather/gweather-dialog.c:236
9831917 msgid "Temperature:"
9841918 msgstr "Температура:"
9851919
986 #: ../gweather/gweather-dialog.c:239
1920 #: gnome-applets/gweather/gweather-dialog.c:242
9871921 msgid "Feels like:"
9881922 msgstr "Комфортность:"
9891923
990 #: ../gweather/gweather-dialog.c:247
1924 #: gnome-applets/gweather/gweather-dialog.c:248
9911925 msgid "Dew point:"
9921926 msgstr "Точка росы:"
9931927
994 #: ../gweather/gweather-dialog.c:255
1928 #: gnome-applets/gweather/gweather-dialog.c:254
9951929 msgid "Relative humidity:"
9961930 msgstr "Относительная влажность:"
9971931
998 #: ../gweather/gweather-dialog.c:263
1932 #: gnome-applets/gweather/gweather-dialog.c:260
9991933 msgid "Wind:"
10001934 msgstr "Ветер:"
10011935
1002 #: ../gweather/gweather-dialog.c:271
1936 #: gnome-applets/gweather/gweather-dialog.c:266
10031937 msgid "Pressure:"
10041938 msgstr "Давление:"
10051939
1006 #: ../gweather/gweather-dialog.c:279
1940 #: gnome-applets/gweather/gweather-dialog.c:272
10071941 msgid "Visibility:"
10081942 msgstr "Видимость:"
10091943
1010 #: ../gweather/gweather-dialog.c:287
1944 #: gnome-applets/gweather/gweather-dialog.c:278
10111945 msgid "Sunrise:"
10121946 msgstr "Восход солнца:"
10131947
1014 #: ../gweather/gweather-dialog.c:295
1948 #: gnome-applets/gweather/gweather-dialog.c:284
10151949 msgid "Sunset:"
10161950 msgstr "Закат солнца:"
10171951
1018 #: ../gweather/gweather-dialog.c:429
1952 #: gnome-applets/gweather/gweather-dialog.c:390
10191953 msgid "Current Conditions"
10201954 msgstr "Текущие условия"
10211955
1022 #: ../gweather/gweather-dialog.c:444
1956 #: gnome-applets/gweather/gweather-dialog.c:405
10231957 msgid "Forecast Report"
10241958 msgstr "Прогноз погоды"
10251959
1026 #: ../gweather/gweather-dialog.c:444
1960 #: gnome-applets/gweather/gweather-dialog.c:405
10271961 msgid "See the ForeCast Details"
10281962 msgstr "Посмотреть подробный прогноз"
10291963
1030 #: ../gweather/gweather-dialog.c:454
1964 #: gnome-applets/gweather/gweather-dialog.c:425
10311965 msgid "Forecast"
10321966 msgstr "Прогноз"
10331967
1034 #: ../gweather/gweather-dialog.c:460
1035 msgid "Radar Map"
1036 msgstr "Радарная карта"
1037
1038 #. XXX: weather.com? is this an advert?
1039 #: ../gweather/gweather-dialog.c:492
1040 msgid "_Visit Weather.com"
1041 msgstr "Посе_тите сайт Weather.com"
1042
1043 #: ../gweather/gweather-dialog.c:493
1044 msgid "Visit Weather.com"
1045 msgstr "Посетите сайт Weather.com"
1046
1047 #: ../gweather/gweather-dialog.c:493
1048 msgid "Click to Enter Weather.com"
1049 msgstr "Нажмите для посещения сайта Weather.com"
1050
1051 #: ../gweather/gweather-dialog.c:571
1968 #: gnome-applets/gweather/gweather-dialog.c:674
10521969 msgid "Forecast not currently available for this location."
10531970 msgstr "Прогноз для этого местоположения в настоящий момент не доступен."
10541971
10551972 #. Accessible Name and Description for the components in Preference Dialog
1056 #: ../gweather/gweather-pref.c:135
1973 #: gnome-applets/gweather/gweather-pref.c:117
10571974 msgid "Location view"
10581975 msgstr "Просмотр местоположения"
10591976
1060 #: ../gweather/gweather-pref.c:135
1977 #: gnome-applets/gweather/gweather-pref.c:117
10611978 msgid "Select Location from the list"
10621979 msgstr "Выберите местоположение из списка"
10631980
1064 #: ../gweather/gweather-pref.c:136
1981 #: gnome-applets/gweather/gweather-pref.c:118
10651982 msgid "Update spin button"
10661983 msgstr "Кнопка обновления"
10671984
1068 #: ../gweather/gweather-pref.c:136
1985 #: gnome-applets/gweather/gweather-pref.c:118
10691986 msgid "Spinbutton for updating"
10701987 msgstr "Кнопка для обновления"
10711988
1072 #: ../gweather/gweather-pref.c:137
1073 msgid "Address Entry"
1074 msgstr "Строка адреса"
1075
1076 #: ../gweather/gweather-pref.c:137
1077 msgid "Enter the URL"
1078 msgstr "Введите ссылку (URL)"
1079
1080 #: ../gweather/gweather-pref.c:372
1989 #: gnome-applets/gweather/gweather-pref.c:332
10811990 msgid ""
10821991 "Failed to load the Locations XML database. Please report this as a bug."
10831992 msgstr ""
1084 "Не удается загрузить базу данных адресов в формате XML. Пожалуйста, "
1085 "сообщите об этой ошибке."
1086
1087 #: ../gweather/gweather-pref.c:736
1993 "Не удается загрузить базу данных адресов в формате XML. Пожалуйста, сообщите "
1994 "об этой ошибке."
1995
1996 #: gnome-applets/gweather/gweather-pref.c:626
10881997 msgid "Weather Preferences"
1089 msgstr "Параметры апплета «Сводка Погоды»"
1090
1091 #: ../gweather/gweather-pref.c:767 ../gweather/gweather-pref.c:932
1998 msgstr "Параметры апплета «Сводка погоды»"
1999
2000 #: gnome-applets/gweather/gweather-pref.c:657
2001 #: gnome-applets/gweather/gweather-pref.c:776
10922002 msgid "_Automatically update every:"
10932003 msgstr "_Автоматически обновлять каждые:"
10942004
10962006 #. * Units settings page.
10972007 #.
10982008 #. Temperature Unit
1099 #: ../gweather/gweather-pref.c:778
2009 #: gnome-applets/gweather/gweather-pref.c:668
11002010 msgid "_Temperature unit:"
11012011 msgstr "Единица _температуры:"
11022012
1103 #: ../gweather/gweather-pref.c:787 ../gweather/gweather-pref.c:804
1104 #: ../gweather/gweather-pref.c:827 ../gweather/gweather-pref.c:852
2013 #. Default means device with default route set
2014 #: gnome-applets/gweather/gweather-pref.c:677
2015 #: gnome-applets/gweather/gweather-pref.c:695
2016 #: gnome-applets/gweather/gweather-pref.c:718
2017 #: gnome-applets/gweather/gweather-pref.c:744
2018 #: gnome-applets/netspeed/preferences.c:171
11052019 msgid "Default"
11062020 msgstr "По умолчанию"
11072021
1108 #: ../gweather/gweather-pref.c:788
2022 #: gnome-applets/gweather/gweather-pref.c:678
11092023 msgid "Kelvin"
11102024 msgstr "по Кельвину"
11112025
11122026 #. TRANSLATORS: Celsius is sometimes referred Centigrade
1113 #: ../gweather/gweather-pref.c:790
2027 #: gnome-applets/gweather/gweather-pref.c:680
11142028 msgid "Celsius"
11152029 msgstr "по Цельсию"
11162030
1117 #: ../gweather/gweather-pref.c:791
2031 #: gnome-applets/gweather/gweather-pref.c:681
11182032 msgid "Fahrenheit"
11192033 msgstr "по Фаренгейту"
11202034
11212035 #. Speed Unit
1122 #: ../gweather/gweather-pref.c:795
2036 #: gnome-applets/gweather/gweather-pref.c:686
11232037 msgid "_Wind speed unit:"
11242038 msgstr "Единица скорости _ветра:"
11252039
11262040 #. TRANSLATOR: The wind speed unit "meters per second"
1127 #: ../gweather/gweather-pref.c:806
2041 #: gnome-applets/gweather/gweather-pref.c:697
11282042 msgid "m/s"
11292043 msgstr "м/с"
11302044
11312045 #. TRANSLATOR: The wind speed unit "kilometers per hour"
1132 #: ../gweather/gweather-pref.c:808
2046 #: gnome-applets/gweather/gweather-pref.c:699
11332047 msgid "km/h"
11342048 msgstr "км/ч"
11352049
11362050 #. TRANSLATOR: The wind speed unit "miles per hour"
1137 #: ../gweather/gweather-pref.c:810
2051 #: gnome-applets/gweather/gweather-pref.c:701
11382052 msgid "mph"
11392053 msgstr "миля/ч"
11402054
11412055 #. TRANSLATOR: The wind speed unit "knots"
1142 #: ../gweather/gweather-pref.c:812
2056 #: gnome-applets/gweather/gweather-pref.c:703
11432057 msgid "knots"
11442058 msgstr "узел"
11452059
1146 #: ../gweather/gweather-pref.c:814
2060 #: gnome-applets/gweather/gweather-pref.c:704
11472061 msgid "Beaufort scale"
11482062 msgstr "Шкала Бофорта"
11492063
11502064 #. Pressure Unit
1151 #: ../gweather/gweather-pref.c:818
2065 #: gnome-applets/gweather/gweather-pref.c:709
11522066 msgid "_Pressure unit:"
11532067 msgstr "Единица _давления:"
11542068
11552069 #. TRANSLATOR: The pressure unit "kiloPascals"
1156 #: ../gweather/gweather-pref.c:829
2070 #: gnome-applets/gweather/gweather-pref.c:720
11572071 msgid "kPa"
11582072 msgstr "кПа"
11592073
11602074 #. TRANSLATOR: The pressure unit "hectoPascals"
1161 #: ../gweather/gweather-pref.c:831
2075 #: gnome-applets/gweather/gweather-pref.c:722
11622076 msgid "hPa"
11632077 msgstr "гПа"
11642078
11652079 #. TRANSLATOR: The pressure unit "millibars"
1166 #: ../gweather/gweather-pref.c:833
2080 #: gnome-applets/gweather/gweather-pref.c:724
11672081 msgid "mb"
11682082 msgstr "мбар"
11692083
11702084 #. TRANSLATOR: The pressure unit "millibars of mercury"
1171 #: ../gweather/gweather-pref.c:835
2085 #: gnome-applets/gweather/gweather-pref.c:726
11722086 msgid "mmHg"
11732087 msgstr "мм рт.ст."
11742088
11752089 #. TRANSLATOR: The pressure unit "inches of mercury"
1176 #: ../gweather/gweather-pref.c:837
2090 #: gnome-applets/gweather/gweather-pref.c:728
11772091 msgid "inHg"
11782092 msgstr "дюйм рт.ст."
11792093
11802094 #. TRANSLATOR: The pressure unit "atmospheres"
1181 #: ../gweather/gweather-pref.c:839
2095 #: gnome-applets/gweather/gweather-pref.c:730
11822096 msgid "atm"
11832097 msgstr "атм"
11842098
11852099 #. Distance Unit
1186 #: ../gweather/gweather-pref.c:843
2100 #: gnome-applets/gweather/gweather-pref.c:735
11872101 msgid "_Visibility unit:"
11882102 msgstr "Единица _видимости:"
11892103
11902104 #. TRANSLATOR: The distance unit "meters"
1191 #: ../gweather/gweather-pref.c:854
2105 #: gnome-applets/gweather/gweather-pref.c:746
11922106 msgid "meters"
11932107 msgstr "метры"
11942108
11952109 #. TRANSLATOR: The distance unit "kilometers"
1196 #: ../gweather/gweather-pref.c:856
2110 #: gnome-applets/gweather/gweather-pref.c:748
11972111 msgid "km"
11982112 msgstr "километры"
11992113
12002114 #. TRANSLATOR: The distance unit "miles"
1201 #: ../gweather/gweather-pref.c:858
2115 #: gnome-applets/gweather/gweather-pref.c:750
12022116 msgid "miles"
12032117 msgstr "мили"
12042118
1205 #: ../gweather/gweather-pref.c:889
1206 msgid "Enable _radar map"
1207 msgstr "Включить _радарную карту"
1208
1209 #: ../gweather/gweather-pref.c:901
1210 msgid "Use _custom address for radar map"
1211 msgstr "Использовать _свои адреса для радарной карты"
1212
1213 #: ../gweather/gweather-pref.c:916
1214 msgid "A_ddress:"
1215 msgstr "А_дрес:"
1216
1217 #: ../gweather/gweather-pref.c:928
2119 #: gnome-applets/gweather/gweather-pref.c:772
12182120 msgid "Update"
12192121 msgstr "Обновление"
12202122
1221 #: ../gweather/gweather-pref.c:952
2123 #: gnome-applets/gweather/gweather-pref.c:795
12222124 msgid "minutes"
12232125 msgstr "минут"
12242126
1225 #: ../gweather/gweather-pref.c:964
2127 #: gnome-applets/gweather/gweather-pref.c:807
12262128 msgid "Display"
12272129 msgstr "Отображение"
12282130
1229 #: ../gweather/gweather-pref.c:979
1230 #: ../mini-commander/src/mini-commander.ui.h:12
2131 #: gnome-applets/gweather/gweather-pref.c:815
2132 #: gnome-applets/mini-commander/mini-commander.ui:429
2133 #: gnome-applets/window-title/window-title.ui:127
12312134 msgid "General"
12322135 msgstr "Общие"
12332136
1234 #: ../gweather/gweather-pref.c:992
2137 #: gnome-applets/gweather/gweather-pref.c:828
12352138 msgid "_Select a location:"
12362139 msgstr "_Выберите адрес:"
12372140
1238 #: ../gweather/gweather-pref.c:1017
2141 #: gnome-applets/gweather/gweather-pref.c:853
12392142 msgid "_Find:"
12402143 msgstr "_Найти:"
12412144
1242 #: ../gweather/gweather-pref.c:1024
2145 #: gnome-applets/gweather/gweather-pref.c:860
12432146 msgid "Find _Next"
12442147 msgstr "Найти _далее"
12452148
1246 #: ../gweather/gweather-pref.c:1042
2149 #: gnome-applets/gweather/gweather-pref.c:878
12472150 msgid "Location"
12482151 msgstr "Местоположение"
12492152
1250 #: ../gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in.h:1
1251 msgid "Update the data automatically"
1252 msgstr "Обновлять данные автоматически"
1253
1254 #: ../gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in.h:2
1255 msgid ""
1256 "Determines whether the applet automatically updates its weather statistics "
1257 "or not."
1258 msgstr "Определяет обновляет ли апплет сводку погоды автоматически или нет."
1259
1260 #: ../gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in.h:3
1261 msgid "Update interval"
1262 msgstr "Интервал обновления"
1263
1264 #: ../gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in.h:4
1265 msgid "The interval, in seconds, between automatic updates."
1266 msgstr "Интервал, в секундах, между автоматическими обновлениями."
1267
1268 #: ../gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in.h:5
1269 msgid "Display radar map"
1270 msgstr "Отображать радиолокационную карту"
1271
1272 #: ../gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in.h:6
1273 msgid "Fetch a radar map on each update."
1274 msgstr "Получать радиолокационную карту при каждом обновлении."
1275
1276 #: ../gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in.h:7
1277 msgid "Show notification"
1278 msgstr "Показывать уведомления"
1279
1280 #: ../gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in.h:8
1281 msgid "Show notifications for critical weather conditions"
1282 msgstr "Показывать оповещения о критических погодных условиях"
1283
1284 #: ../gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in.h:9
1285 msgid "Show detailed forecast"
1286 msgstr "Показывать подробный прогноз"
1287
1288 #: ../gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in.h:10
1289 msgid "If true, additional details about weather will be downloaded and shown."
1290 msgstr ""
1291 "Если в значении «true», дополнительные сведения о погоде будут загружены и "
1292 "показаны."
1293
1294 #: ../gweather/org.gnome.applets.GWeatherApplet.panel-applet.in.in.h:1
1295 msgid "Gweather Applet Factory"
1296 msgstr "Фабрика апплета «Сводка погоды»"
1297
1298 #: ../gweather/org.gnome.applets.GWeatherApplet.panel-applet.in.in.h:2
1299 msgid "Factory for creating the weather applet."
1300 msgstr "Фабрика для создания апплета «Сводка погоды»."
1301
1302 #: ../gweather/org.gnome.applets.GWeatherApplet.panel-applet.in.in.h:4
1303 msgid "Monitor the current weather conditions, and forecasts"
1304 msgstr "Апплет отображает текущую сводку погоды и прогнозы"
1305
1306 #: ../invest-applet/data/org.gnome.applets.InvestApplet.panel-applet.in.in.h:1
1307 msgid "Invest Applet Factory"
1308 msgstr "Фабрика апплета «Инвестиции»"
1309
1310 #: ../invest-applet/data/org.gnome.applets.InvestApplet.panel-applet.in.in.h:2
1311 msgid "Factory for creating the invest applet."
1312 msgstr "Фабрика для создания апплета «Инвестиции»."
1313
1314 #: ../invest-applet/data/org.gnome.applets.InvestApplet.panel-applet.in.in.h:3
1315 #: ../invest-applet/invest/about.py:17
1316 msgid "Invest"
1317 msgstr "Инвестиции"
1318
1319 #: ../invest-applet/data/org.gnome.applets.InvestApplet.panel-applet.in.in.h:4
1320 #: ../invest-applet/invest/about.py:20
1321 msgid "Track your invested money."
1322 msgstr "Отслеживает ваши инвестиции."
1323
1324 #: ../invest-applet/data/invest-applet-menu.xml.h:1
1325 msgid "Refresh"
1326 msgstr "Обновить"
1327
1328 #: ../invest-applet/data/invest-applet-menu.xml.h:2
1329 #: ../windowpicker/src/applet.c:249
1330 msgid "Preferences"
1331 msgstr "Параметры"
1332
1333 #: ../invest-applet/data/invest-applet-menu.xml.h:3
1334 msgid "Help"
1335 msgstr "Справка"
1336
1337 #: ../invest-applet/data/invest-applet-menu.xml.h:4
1338 msgid "About"
1339 msgstr "Об апплете"
1340
1341 #: ../invest-applet/data/financialchart.ui.h:1
1342 #: ../invest-applet/invest/chart.py:108
1343 msgid "Financial Chart"
1344 msgstr "Финансовый график"
1345
1346 #: ../invest-applet/data/financialchart.ui.h:2
1347 msgid "_Ticker symbol: "
1348 msgstr "Символ _отсчёта: "
1349
1350 #: ../invest-applet/data/financialchart.ui.h:3
1351 msgid "Auto _refresh"
1352 msgstr "Автоматическое _обновление"
1353
1354 #: ../invest-applet/data/financialchart.ui.h:4
1355 msgid "Today"
1356 msgstr "Сегодня"
1357
1358 #: ../invest-applet/data/financialchart.ui.h:5
1359 msgid "5 Days"
1360 msgstr "5 дней"
1361
1362 #: ../invest-applet/data/financialchart.ui.h:6
1363 msgid "3 Months"
1364 msgstr "3 месяца"
1365
1366 #: ../invest-applet/data/financialchart.ui.h:7
1367 msgid "6 Months"
1368 msgstr "6 месяцев"
1369
1370 #: ../invest-applet/data/financialchart.ui.h:8
1371 msgid "1 Year"
1372 msgstr "1 год"
1373
1374 #: ../invest-applet/data/financialchart.ui.h:9
1375 msgid "5 Years"
1376 msgstr "5 лет"
1377
1378 #: ../invest-applet/data/financialchart.ui.h:10
1379 msgid "Maximum"
1380 msgstr "Максимум"
1381
1382 #: ../invest-applet/data/financialchart.ui.h:11
1383 msgid "_Graph style: "
1384 msgstr "_Стиль графика: "
1385
1386 #. see http://biz.yahoo.com/charts/guide11.html and http://en.wikipedia.org/wiki/Moving_average
1387 #: ../invest-applet/data/financialchart.ui.h:13
1388 msgid "Moving average: "
1389 msgstr "Скользящее среднее: "
1390
1391 #. see http://biz.yahoo.com/charts/guide12.html and http://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average
1392 #: ../invest-applet/data/financialchart.ui.h:15
1393 msgid "Exponential moving average: "
1394 msgstr "Экспоненциальное скользящее среднее: "
1395
1396 #: ../invest-applet/data/financialchart.ui.h:16
1397 msgid "5"
1398 msgstr "5"
1399
1400 #: ../invest-applet/data/financialchart.ui.h:17
1401 msgid "10"
1402 msgstr "10"
1403
1404 #: ../invest-applet/data/financialchart.ui.h:18
1405 msgid "20"
1406 msgstr "20"
1407
1408 #: ../invest-applet/data/financialchart.ui.h:19
1409 msgid "50"
1410 msgstr "50"
1411
1412 #: ../invest-applet/data/financialchart.ui.h:20
1413 msgid "100"
1414 msgstr "100"
1415
1416 #: ../invest-applet/data/financialchart.ui.h:21
1417 msgid "200"
1418 msgstr "200"
1419
1420 #. see http://en.wikipedia.org/wiki/Technical_analysis#Overlays
1421 #: ../invest-applet/data/financialchart.ui.h:23
1422 msgid "Overlays: "
1423 msgstr "Переполнение: "
1424
1425 #. Please keep this term short. For its meaning, see http://biz.yahoo.com/charts/guide13.html and http://en.wikipedia.org/wiki/Bollinger_bands
1426 #: ../invest-applet/data/financialchart.ui.h:25
1427 msgid "Bollinger"
1428 msgstr "Боллинджер"
1429
1430 #. Please keep this term short. For its meaning, see http://biz.yahoo.com/charts/guide16.html and http://en.wikipedia.org/wiki/Parabolic_SAR
1431 #: ../invest-applet/data/financialchart.ui.h:27
1432 msgid "SAR"
1433 msgstr "SAR"
1434
1435 #. Please keep this term short. For its meaning, see http://biz.yahoo.com/charts/guide6.html and http://en.wikipedia.org/wiki/Stock_split
1436 #: ../invest-applet/data/financialchart.ui.h:29
1437 msgid "Splits"
1438 msgstr "Дробление"
1439
1440 #. Please keep this term short. For its meaning, see http://biz.yahoo.com/charts/guide20.html and http://en.wikipedia.org/wiki/Volume_%28finance%29
1441 #: ../invest-applet/data/financialchart.ui.h:31
1442 msgid "Volumes"
1443 msgstr "Объёмы"
1444
1445 #. see http://biz.yahoo.com/charts/guide10.html and http://en.wikipedia.org/wiki/Technical_indicator#Charting_terms_and_indicators
1446 #: ../invest-applet/data/financialchart.ui.h:33
1447 msgid "Indicators: "
1448 msgstr "Индикаторы: "
1449
1450 #. Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Relative_Strength_Index
1451 #: ../invest-applet/data/financialchart.ui.h:35
1452 msgid "RSI"
1453 msgstr "RSI"
1454
1455 #. Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Volume_%28finance%29
1456 #: ../invest-applet/data/financialchart.ui.h:37
1457 msgid "Vol"
1458 msgstr "Объём"
1459
1460 #. Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Money_flow_index
1461 #: ../invest-applet/data/financialchart.ui.h:39
1462 msgid "MFI"
1463 msgstr "MFI"
1464
1465 #. Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Stochastic_oscillator
1466 #: ../invest-applet/data/financialchart.ui.h:41
1467 msgid "Slow stoch"
1468 msgstr "Медленная осцилляция"
1469
1470 #. Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Volume_%28finance%29
1471 #: ../invest-applet/data/financialchart.ui.h:43
1472 msgid "Vol+MA"
1473 msgstr "Объём+MA"
1474
1475 #. Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Rate_of_change_%28technical_analysis%29
1476 #: ../invest-applet/data/financialchart.ui.h:45
1477 msgid "ROC"
1478 msgstr "ROC"
1479
1480 #. Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Stochastic_oscillator
1481 #: ../invest-applet/data/financialchart.ui.h:47
1482 msgid "Fast stoch"
1483 msgstr "Быстрая осцилляция"
1484
1485 #. Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Williams_%25R
1486 #: ../invest-applet/data/financialchart.ui.h:50
1487 #, no-c-format
1488 msgid "W%R"
1489 msgstr "W%R"
1490
1491 #. Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/MACD
1492 #: ../invest-applet/data/financialchart.ui.h:52
1493 msgid "MACD"
1494 msgstr "MACD"
1495
1496 #: ../invest-applet/data/financialchart.ui.h:53
1497 msgid "Line"
1498 msgstr "Линия"
1499
1500 #: ../invest-applet/data/financialchart.ui.h:54
1501 msgid "Bar"
1502 msgstr "Полоса"
1503
1504 #: ../invest-applet/data/financialchart.ui.h:55
1505 msgid "Candle"
1506 msgstr "Свеча"
1507
1508 #: ../invest-applet/data/financialchart.ui.h:56
1509 msgid "Scale: "
1510 msgstr "Масштаб:"
1511
1512 #: ../invest-applet/data/financialchart.ui.h:57
1513 msgid "Linear"
1514 msgstr "Линейная"
1515
1516 #: ../invest-applet/data/financialchart.ui.h:58
1517 msgid "Logarithmic"
1518 msgstr "Логарифмическая"
1519
1520 #: ../invest-applet/data/financialchart.ui.h:59
1521 msgid "_Options"
1522 msgstr "_Параметры"
1523
1524 #: ../invest-applet/data/financialchart.ui.h:60
1525 msgid "Downloading chart from <b>Yahoo!</b>"
1526 msgstr "Загружается диаграмма с <b>Yahoo!</b>"
1527
1528 #: ../invest-applet/data/prefs-dialog.ui.h:1
1529 msgid "Invest Preferences"
1530 msgstr "Параметры апплета «Инвестиции»"
1531
1532 #: ../invest-applet/data/prefs-dialog.ui.h:2
1533 msgid "label"
1534 msgstr "метка"
1535
1536 #: ../invest-applet/data/prefs-dialog.ui.h:3
1537 msgid "Stocks"
1538 msgstr "Акции"
1539
1540 #. Instead of adding a single stock to the list of stocks, the 'Add Group' button adds a group (kind of a sub folder) to which numerous stocks can be added. A group here refers to a group of stocks.
1541 #: ../invest-applet/data/prefs-dialog.ui.h:5
1542 msgctxt " "
1543 msgid "Add Group"
1544 msgstr "Добавить группу"
1545
1546 #. An index value (for instance the NASDAQ Composite) is based on a number of stocks. This option allows to also show the quotes of the stocks an index is based on.
1547 #: ../invest-applet/data/prefs-dialog.ui.h:7
1548 msgid "Show stocks of index values"
1549 msgstr "Показывать акции значений индекса"
1550
1551 #: ../invest-applet/data/prefs-dialog.ui.h:8
1552 msgid ""
1553 "An index value, for instance the <i>NASDAQ Composite</i> (^IXIC), is based "
1554 "on a number of stocks. This option allows to also show the quotes of the "
1555 "<i><b>stocks</b></i> an index is based on."
1556 msgstr ""
1557 "Значение индекса, например <i>NASDAQ Composite</i> (^IXIC), основано на "
1558 "количестве акций. Этот параметр позволяет показывать котировки <i><b>акций</"
1559 "b></i>, основанный на этом индекс."
1560
1561 #: ../invest-applet/data/prefs-dialog.ui.h:9
1562 msgid "Hide charts in quotes list"
1563 msgstr "Скрывать диаграммы в список котировок"
1564
1565 #: ../invest-applet/data/prefs-dialog.ui.h:10
1566 msgid ""
1567 "A small chart image is shown next to each quote. The retrieval of each chart "
1568 "image causes network traffic. Hiding charts reduces the network bandwidth "
1569 "demand significantly."
1570 msgstr ""
1571 "Небольшая диаграмма, показанная рядом с каждой котировкой. Получение "
1572 "изображения для диаграммы требует дополнительного траффика. Скрытие диаграмм "
1573 "значительно сокращает требования к пропускной способности сети."
1574
1575 #: ../invest-applet/data/prefs-dialog.ui.h:11
1576 msgid ""
1577 "<i><small><b>Source:</b> <a href=\"http://finance.yahoo.com/\">Yahoo! "
1578 "Finance</a> (at least 15 minutes delayed)</small></i>"
1579 msgstr ""
1580 "<i><small><b>Источник:</b> <a href=\"http://finance.yahoo.com/\">Yahoo! "
1581 "Finance</a> (с задержкой, по крайней мере, в 15 минут)</small></i>"
1582
1583 #: ../invest-applet/data/prefs-dialog.ui.h:12
1584 msgid "Currency"
1585 msgstr "Валюта"
1586
1587 #: ../invest-applet/data/prefs-dialog.ui.h:13
1588 msgid ""
1589 "Type the target currency to which all stock quotes will be converted to."
1590 msgstr ""
1591 "Введите целевую валюту, в которую должны быть преобразованы все биржевые "
1592 "акции."
1593
1594 #. a) We aren't configured yet
1595 #: ../invest-applet/invest/applet.py:70
1596 msgid "<b>You have not entered any stock information yet</b>"
1597 msgstr "<b>Не введена информация об акциях</b>"
1598
1599 #: ../invest-applet/invest/applet.py:75
1600 msgid "<b>No stock quotes are currently available</b>"
1601 msgstr "<b>Котировки акций недоступны</b>"
1602
1603 #: ../invest-applet/invest/applet.py:76
1604 msgid ""
1605 "The server could not be contacted. The computer is either offline or the "
1606 "servers are down. Try again later."
1607 msgstr ""
1608 "Не удалось связаться с сервером. Возможно, компьютер отключён от сети или "
1609 "сервер вышел из строя. Попробуйте позже."
1610
1611 #: ../invest-applet/invest/chart.py:157
1612 #, python-format
1613 msgid "Financial Chart - %s"
1614 msgstr "Финансовый график — %s"
1615
1616 #: ../invest-applet/invest/chart.py:224
1617 msgid "Opening Chart"
1618 msgstr "Открывается график"
1619
1620 #: ../invest-applet/invest/chart.py:239
1621 msgid "Chart downloaded"
1622 msgstr "График загружен"
1623
1624 #: ../invest-applet/invest/chart.py:241
1625 msgid "Chart could not be downloaded"
1626 msgstr "Не удалось загрузить диаграмму"
1627
1628 #: ../invest-applet/invest/preferences.py:44
1629 msgid "Symbol"
1630 msgstr "Символ"
1631
1632 #: ../invest-applet/invest/preferences.py:44
1633 msgid "Label"
1634 msgstr "Метка"
1635
1636 #: ../invest-applet/invest/preferences.py:44
1637 msgid "Amount"
1638 msgstr "Количество"
1639
1640 #: ../invest-applet/invest/preferences.py:44
1641 msgid "Price"
1642 msgstr "Стоимость"
1643
1644 #: ../invest-applet/invest/preferences.py:44
1645 msgid "Commission"
1646 msgstr "Комиссия"
1647
1648 #: ../invest-applet/invest/preferences.py:44
1649 msgid "Currency Rate"
1650 msgstr "Курс валюты"
1651
1652 #: ../invest-applet/invest/preferences.py:246
1653 msgid "Stock Group"
1654 msgstr "Группа акций"
1655
1656 #. translators: Asks the user to confirm deletion of a group of stocks
1657 #: ../invest-applet/invest/preferences.py:271
1658 msgid "Delete entire stock group?"
1659 msgstr "Полностью удалить группу акций?"
1660
1661 #. translators: stocks can be grouped together into a "stock group".
1662 #. The user wants to delete a group, but the group still contains stocks.
1663 #. By deleting the group, also all stocks will be removed from configuration
1664 #: ../invest-applet/invest/preferences.py:279
1665 msgid ""
1666 "This removes all stocks contained in this stock group!\n"
1667 "Do you really want to remove this stock group?"
1668 msgstr ""
1669 "Это удалит все акции, содержащиеся в группе!\n"
1670 "Действительно хотите удалить эту группу акций?"
1671
1672 #: ../invest-applet/invest/quotes.py:286
1673 msgid "Invest could not connect to Yahoo! Finance"
1674 msgstr "Не удалось соединиться с сервисом Yahoo! Finance"
1675
1676 #. Translators: This is share-market jargon. It is the average percentage change of all stock prices. The %s gets replaced with the string value of the change (localized), including the percent sign.
1677 #: ../invest-applet/invest/quotes.py:329
1678 #, python-format
1679 msgid "Average change: %s"
1680 msgstr "Среднее изменение: %s"
1681
1682 #. Translators: This is share-market jargon. It refers to the total difference between the current price and purchase price for all the shares put together for a particular currency. i.e. How much money would be earned if they were sold right now. The first string is the change value, the second the currency, and the third value is the percentage of the change, formatted using user's locale.
1683 #: ../invest-applet/invest/quotes.py:338
1684 #, python-format
1685 msgid "Positions balance: %s %s (%s)"
1686 msgstr "Положения баланса: %s %s (%s)"
1687
1688 #: ../invest-applet/invest/quotes.py:340
1689 #, python-format
1690 msgid "Updated at %s"
1691 msgstr "Обновлено %s"
1692
1693 #. model: SYMBOL, LABEL, TICKER_ONLY, BALANCE, BALANCE_PCT, VALUE, VARIATION_PCT, PB
1694 #. Translators: these words all refer to a stock. Last is short
1695 #. for "last price". Gain is referring to the gain since the
1696 #. stock was purchased.
1697 #: ../invest-applet/invest/widgets.py:49
1698 msgid "Ticker"
1699 msgstr "Счётчик"
1700
1701 #: ../invest-applet/invest/widgets.py:49
1702 msgid "Last"
1703 msgstr "Последнее"
1704
1705 #: ../invest-applet/invest/widgets.py:49
1706 msgid "Change %"
1707 msgstr "Изменение %"
1708
1709 #: ../invest-applet/invest/widgets.py:49
1710 msgid "Chart"
1711 msgstr "График"
1712
1713 #: ../invest-applet/invest/widgets.py:49
1714 msgid "Gain"
1715 msgstr "Цель"
1716
1717 #: ../invest-applet/invest/widgets.py:49
1718 msgid "Gain %"
1719 msgstr "Цель %"
1720
1721 #: ../mini-commander/src/about.c:48
2153 #: gnome-applets/inhibit/inhibit-applet.c:205
2154 msgid "Cannot connect to gnome-session"
2155 msgstr "Не удалось подключиться к gnome-session"
2156
2157 #: gnome-applets/inhibit/inhibit-applet.c:208
2158 msgid "Automatic sleep inhibited"
2159 msgstr "Автоматический переход в спящий режим выключен"
2160
2161 #: gnome-applets/inhibit/inhibit-applet.c:210
2162 msgid "Automatic sleep enabled"
2163 msgstr "Автоматический переход в спящий режим включён"
2164
2165 #: gnome-applets/inhibit/inhibit-applet.c:239
2166 msgid "Manual inhibit"
2167 msgstr "Ручная блокировка"
2168
2169 #: gnome-applets/inhibit/inhibit-applet.c:399
2170 msgid "Allows user to inhibit automatic power saving."
2171 msgstr ""
2172 "Позволяет пользователю запретить автоматический переход в режим "
2173 "энергосбережения."
2174
2175 #: gnome-applets/inhibit/inhibit-applet.c:408
2176 msgid ""
2177 "Licensed under the GNU General Public License Version 2\n"
2178 "\n"
2179 "Inhibit Applet is free software; you can redistribute it and/or\n"
2180 "modify it under the terms of the GNU General Public License\n"
2181 "as published by the Free Software Foundation; either version 2\n"
2182 "of the License, or (at your option) any later version.\n"
2183 "\n"
2184 "Inhibit Applet is distributed in the hope that it will be useful,\n"
2185 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2186 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
2187 "GNU General Public License for more details.You should have received a copy "
2188 "of the GNU General Public License\n"
2189 "along with this program; if not, write to the Free Software\n"
2190 "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
2191 "02110-1301, USA.\n"
2192 msgstr ""
2193 "Лицензировано в соответствии с GNU General Public License Version 2\n"
2194 "\n"
2195 "Апплет запрета является свободным программным обеспечением; вы\n"
2196 "можете распространять и/или изменять его при соблюдении GNU General Public\n"
2197 "License в том виде, в котором она опубликована Free Software Foundation; "
2198 "версии 2\n"
2199 "этой лицензии, или (при необходимости) любой более поздней версии.\n"
2200 "\n"
2201 "Апплет запрета распространяется в надежде, что будет полезен,\n"
2202 "но БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ; даже без очевидной гарантии\n"
2203 "КОММЕРЧЕСКОЙ ЦЕННОСТИ или ПРИГОДНОСТИ ДЛЯ ОПРЕДЕЛЁННОЙ ЦЕЛИ\n"
2204 "Дополнительные сведения смотрите в GNU General Public License. Вы должны "
2205 "были получить копию GNU General Public\n"
2206 "License вместе с этой программой; если вы не получали её, то напишите по "
2207 "адресу: Free Software\n"
2208 "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
2209 "02110-1301, USA.\n"
2210
2211 #: gnome-applets/inhibit/inhibit-applet.c:425
2212 msgid "Copyright © 2006-2007 Richard Hughes"
2213 msgstr "Авторские права © 2006-2007 Richard Hughes"
2214
2215 #: gnome-applets/mini-commander/command-line.c:358
2216 msgid "No items in history"
2217 msgstr "Элементы истории отсутствуют"
2218
2219 #. build file select dialog
2220 #: gnome-applets/mini-commander/command-line.c:488
2221 msgid "Start program"
2222 msgstr "Запуск программы"
2223
2224 #: gnome-applets/mini-commander/command-line.c:541
2225 msgid "Command line"
2226 msgstr "Командная строка"
2227
2228 #: gnome-applets/mini-commander/command-line.c:542
2229 msgid "Type a command here and Gnome will execute it for you"
2230 msgstr "Введите здесь команду и среда Gnome выполнит её"
2231
2232 #: gnome-applets/mini-commander/mini-commander-applet.c:253
2233 #: gnome-applets/mini-commander/mini-commander-applet.c:257
2234 msgid "Browser"
2235 msgstr "Браузер"
2236
2237 #: gnome-applets/mini-commander/mini-commander-applet.c:258
2238 msgid "Click this button to start the browser"
2239 msgstr "Нажмите на эту кнопку для запуска браузера"
2240
2241 #: gnome-applets/mini-commander/mini-commander-applet.c:271
2242 #: gnome-applets/mini-commander/mini-commander-applet.c:275
2243 msgid "History"
2244 msgstr "История"
2245
2246 #: gnome-applets/mini-commander/mini-commander-applet.c:276
2247 msgid "Click this button for the list of previous commands"
2248 msgstr "Нажмите на эту кнопку для получения списка ранее исполнявшихся команд"
2249
2250 #: gnome-applets/mini-commander/mini-commander-applet.c:329
2251 msgid "Command line has been disabled by your system administrator"
2252 msgstr "Апплет командной строки был запрещён вашим системным администратором"
2253
2254 #: gnome-applets/mini-commander/mini-commander-applet.c:378
2255 msgid "Mini-Commander applet"
2256 msgstr "Апплет «Мини-командная строка»"
2257
2258 #: gnome-applets/mini-commander/mini-commander-applet.c:379
2259 msgid "This applet adds a command line to the panel"
2260 msgstr "Этот апплет добавляет командную строку на панель"
2261
2262 #: gnome-applets/mini-commander/mini-commander-applet.c:445
17222263 msgid ""
17232264 "This GNOME applet adds a command line to the panel. It features command "
17242265 "completion, command history, and changeable macros."
17262267 "Этот апплет GNOME добавляет на панель командную строку. В нём реализованы "
17272268 "завершение команд, история команд и изменяемые макросы."
17282269
1729 #: ../mini-commander/src/command_line.c:361
1730 msgid "No items in history"
1731 msgstr "Элементы истории отсутствуют"
1732
1733 #. build file select dialog
1734 #: ../mini-commander/src/command_line.c:487
1735 msgid "Start program"
1736 msgstr "Запуск программы"
1737
1738 #: ../mini-commander/src/command_line.c:540
1739 msgid "Command line"
1740 msgstr "Командная строка"
1741
1742 #: ../mini-commander/src/command_line.c:541
1743 msgid "Type a command here and Gnome will execute it for you"
1744 msgstr "Введите здесь команду и среда Гном выполнит её"
1745
1746 #: ../mini-commander/src/mini-commander.ui.h:1
2270 #: gnome-applets/mini-commander/mini-commander.ui:15
17472271 msgid "Command Line Preferences"
17482272 msgstr "Параметры командной строки"
17492273
1750 #: ../mini-commander/src/mini-commander.ui.h:2
2274 #: gnome-applets/mini-commander/mini-commander.ui:90
17512275 msgid "Auto Completion"
17522276 msgstr "Автодополнение"
17532277
1754 #: ../mini-commander/src/mini-commander.ui.h:3
2278 #: gnome-applets/mini-commander/mini-commander.ui:119
17552279 msgid "E_nable history-based auto completion"
17562280 msgstr "Производить автодополнение на основе _истории команд"
17572281
1758 #: ../mini-commander/src/mini-commander.ui.h:4
2282 #: gnome-applets/mini-commander/mini-commander.ui:158
17592283 msgid "Size"
17602284 msgstr "Размер"
17612285
1762 #: ../mini-commander/src/mini-commander.ui.h:5
1763 #: ../stickynotes/stickynotes.ui.h:19
2286 #: gnome-applets/mini-commander/mini-commander.ui:194
2287 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:117
17642288 msgid "_Width:"
17652289 msgstr "_Ширина:"
17662290
1767 #: ../mini-commander/src/mini-commander.ui.h:6 ../multiload/properties.c:480
2291 #: gnome-applets/mini-commander/mini-commander.ui:231
2292 #: gnome-applets/multiload/properties.c:516
17682293 msgid "pixels"
17692294 msgstr "пикселей"
17702295
1771 #: ../mini-commander/src/mini-commander.ui.h:7 ../multiload/properties.c:525
2296 #: gnome-applets/mini-commander/mini-commander.ui:281
2297 #: gnome-applets/multiload/properties.c:563
17722298 msgid "Colors"
17732299 msgstr "Цвета"
17742300
1775 #: ../mini-commander/src/mini-commander.ui.h:8
2301 #: gnome-applets/mini-commander/mini-commander.ui:318
17762302 msgid "_Use default theme colors"
17772303 msgstr "Использовать ц_вета темы по умолчанию"
17782304
1779 #: ../mini-commander/src/mini-commander.ui.h:9
2305 #: gnome-applets/mini-commander/mini-commander.ui:336
17802306 msgid "Command line _foreground:"
17812307 msgstr "Цвет _шрифта командной строки:"
17822308
1783 #: ../mini-commander/src/mini-commander.ui.h:10
2309 #: gnome-applets/mini-commander/mini-commander.ui:353
17842310 msgid "Command line _background:"
17852311 msgstr "Цвет фона _командной строки:"
17862312
1787 #: ../mini-commander/src/mini-commander.ui.h:11
2313 #: gnome-applets/mini-commander/mini-commander.ui:371
2314 #: gnome-applets/mini-commander/mini-commander.ui:388
17882315 msgid "Pick a color"
17892316 msgstr "Выберите цвет"
17902317
1791 #: ../mini-commander/src/mini-commander.ui.h:13
2318 #: gnome-applets/mini-commander/mini-commander.ui:447
17922319 msgid "_Macros:"
17932320 msgstr "_Макрокоманда:"
17942321
1795 #: ../mini-commander/src/mini-commander.ui.h:14
2322 #: gnome-applets/mini-commander/mini-commander.ui:523
17962323 msgid "_Add Macro..."
17972324 msgstr "_Добавить макрокоманду…"
17982325
1799 #: ../mini-commander/src/mini-commander.ui.h:15
2326 #: gnome-applets/mini-commander/mini-commander.ui:576
18002327 msgid "_Delete Macro"
18012328 msgstr "У_далить макрокоманды"
18022329
1803 #: ../mini-commander/src/mini-commander.ui.h:16
2330 #: gnome-applets/mini-commander/mini-commander.ui:619
18042331 msgid "Macros"
18052332 msgstr "Макрокоманды"
18062333
1807 #: ../mini-commander/src/mini-commander.ui.h:17
2334 #: gnome-applets/mini-commander/mini-commander.ui:645
18082335 msgid "Add New Macro"
18092336 msgstr "Добавить новую макрокоманду"
18102337
1811 #: ../mini-commander/src/mini-commander.ui.h:18
2338 #: gnome-applets/mini-commander/mini-commander.ui:726
18122339 msgid "_Pattern:"
18132340 msgstr "_Шаблон:"
18142341
1815 #: ../mini-commander/src/mini-commander.ui.h:19
2342 #: gnome-applets/mini-commander/mini-commander.ui:740
18162343 msgid "Co_mmand:"
18172344 msgstr "Ком_анда:"
18182345
1819 #: ../mini-commander/src/mini-commander_applet.c:237
1820 #: ../mini-commander/src/mini-commander_applet.c:241
1821 msgid "Browser"
1822 msgstr "Браузер"
1823
1824 #: ../mini-commander/src/mini-commander_applet.c:242
1825 msgid "Click this button to start the browser"
1826 msgstr "Нажмите на эту кнопку для запуска браузера"
1827
1828 #: ../mini-commander/src/mini-commander_applet.c:255
1829 #: ../mini-commander/src/mini-commander_applet.c:259
1830 msgid "History"
1831 msgstr "История"
1832
1833 #: ../mini-commander/src/mini-commander_applet.c:260
1834 msgid "Click this button for the list of previous commands"
1835 msgstr "Нажмите на эту кнопку для получения списка ранее исполнявшихся команд"
1836
1837 #: ../mini-commander/src/mini-commander_applet.c:348
1838 msgid "Command line has been disabled by your system administrator"
1839 msgstr "Апплет командной строки был запрещён вашим системным администратором"
1840
1841 #: ../mini-commander/src/mini-commander_applet.c:363
1842 #: ../mini-commander/src/org.gnome.applets.MiniCommanderApplet.panel-applet.in.in.h:2
1843 msgid "Command Line"
1844 msgstr "Командная строка"
1845
1846 #: ../mini-commander/src/mini-commander_applet.c:411
1847 msgid "Mini-Commander applet"
1848 msgstr "Апплет «Командная строка»"
1849
1850 #: ../mini-commander/src/mini-commander_applet.c:412
1851 msgid "This applet adds a command line to the panel"
1852 msgstr "Этот апплет добавляет командную строку на панель"
1853
1854 #: ../mini-commander/src/org.gnome.applets.MiniCommanderApplet.panel-applet.in.in.h:1
1855 msgid "MiniCommander Applet Factory"
1856 msgstr "Фабрика апплета «Командная строка»"
1857
1858 #: ../mini-commander/src/org.gnome.applets.MiniCommanderApplet.panel-applet.in.in.h:3
1859 msgid "Mini-Commander"
1860 msgstr "Даёт возможность вводить команды оболочки"
1861
1862 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:1
1863 msgid "Macro pattern list"
1864 msgstr "Список шаблонов"
1865
1866 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:2
1867 msgid "List of entries containing strings for the macro patterns."
1868 msgstr "Список значений, содержащих строки шаблонов макрокоманд."
1869
1870 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:3
1871 msgid "Macro command list"
1872 msgstr "Список макрокоманд"
1873
1874 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:4
1875 msgid "List of entries containing strings for the macro commands."
1876 msgstr "Список значений, содержащих строки записей макрокоманд."
1877
1878 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:5
1879 msgid "Show handle"
1880 msgstr "Показывать заголовок"
1881
1882 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:6
1883 msgid "Show a handle so the applet can be detached from the panel."
1884 msgstr "Показывать заголовок так, что строку можно убрать из панели."
1885
1886 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:7
1887 msgid "Show frame"
1888 msgstr "Показывать рамку"
1889
1890 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:8
1891 msgid "Show a frame surrounding the applet."
1892 msgstr "Показывать рамку вокруг строки."
1893
1894 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:9
1895 msgid "Perform history autocompletion"
1896 msgstr "Производить автодополнение на основе истории команд"
1897
1898 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:10
1899 msgid "Attempt to autocomplete a command from the history of commands entered."
1900 msgstr "Пытаться автодополнять команды на основе истории командной строки."
1901
1902 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:11
1903 msgid "Width"
1904 msgstr "Ширина"
1905
1906 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:12
1907 msgid "Width of the applet"
1908 msgstr "Ширина апплета"
1909
1910 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:13
1911 msgid "Use the default theme colors"
1912 msgstr "Использовать цвета темы по умолчанию"
1913
1914 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:14
1915 msgid "Use theme colors instead of custom ones."
1916 msgstr "Использовать цвета темы вместо определенных пользователем."
1917
1918 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:15
1919 msgid "Foreground color"
1920 msgstr "Цвет переднего плана"
1921
1922 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:16
1923 msgid "Background color"
1924 msgstr "Цвет фона"
1925
1926 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:17
1927 msgid "History list"
1928 msgstr "История команд"
1929
1930 #: ../mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in.in.h:18
1931 msgid "List of entries containing strings for history entries."
1932 msgstr "Список значений, содержащих строки записей истории."
1933
1934 #: ../mini-commander/src/preferences.c:294
2346 #: gnome-applets/mini-commander/preferences.c:249
2347 msgid "You must specify a pattern and a command"
2348 msgstr "Необходимо указать шаблон и команду"
2349
2350 #: gnome-applets/mini-commander/preferences.c:251
19352351 msgid "You must specify a pattern"
19362352 msgstr "Необходимо указать шаблон"
19372353
1938 #: ../mini-commander/src/preferences.c:298
1939 msgid "You must specify a pattern and a command"
1940 msgstr "Необходимо указать шаблон и команду"
1941
1942 #: ../mini-commander/src/preferences.c:299
2354 #: gnome-applets/mini-commander/preferences.c:253
19432355 msgid "You must specify a command"
19442356 msgstr "Необходимо указать команду"
19452357
1946 #: ../mini-commander/src/preferences.c:302
2358 #: gnome-applets/mini-commander/preferences.c:255
19472359 msgid "You may not specify duplicate patterns"
19482360 msgstr "Нельзя определять повторяющиеся шаблоны"
19492361
1950 #: ../mini-commander/src/preferences.c:662
2362 #: gnome-applets/mini-commander/preferences.c:617
19512363 msgid "Pattern"
19522364 msgstr "Шаблон"
19532365
1954 #: ../mini-commander/src/preferences.c:672
1955 msgid "Command"
1956 msgstr "Команда"
1957
19582366 #
1959 #: ../modemlights/modem-applet.c:161
1960 #: ../modemlights/org.gnome.applets.ModemApplet.panel-applet.in.in.h:1
1961 msgid "Modem Monitor"
1962 msgstr "Монитор модема"
1963
1964 #: ../modemlights/modem-applet.c:666
1965 msgid "Connection active, but could not get connection time"
1966 msgstr "Соединение активно, но время соединения получить не удается"
1967
1968 #: ../modemlights/modem-applet.c:682
1969 #, c-format
1970 msgid "Time connected: %.1d:%.2d"
1971 msgstr "Время соединения: %.1d:%.2d"
1972
1973 #: ../modemlights/modem-applet.c:686
1974 msgid "Not connected"
1975 msgstr "Не подсоединён"
1976
1977 #: ../modemlights/modem-applet.c:708
1978 msgid ""
1979 "To connect to your Internet service provider, you need administrator "
1980 "privileges"
1981 msgstr ""
1982 "Чтобы установить соединение с провайдером, необходимы административные "
1983 "привилегии"
1984
1985 #: ../modemlights/modem-applet.c:709
1986 msgid ""
1987 "To disconnect from your Internet service provider, you need administrator "
1988 "privileges"
1989 msgstr ""
1990 "Чтобы разорвать соединение с провайдером, необходимы административные "
1991 "привилегии"
1992
1993 #: ../modemlights/modem-applet.c:784
1994 msgid "The entered password is invalid"
1995 msgstr "Введенный пароль неверен"
1996
1997 #: ../modemlights/modem-applet.c:786
1998 msgid ""
1999 "Check that you have typed it correctly and that you haven't activated the "
2000 "\"caps lock\" key"
2001 msgstr ""
2002 "Убедитесь, что пароль был введен правильно и что клавиша «Caps Lock» не была "
2003 "активирована"
2004
2005 #: ../modemlights/modem-applet.c:897
2006 msgid "Do you want to connect?"
2007 msgstr "Установить соединение?"
2008
2009 #: ../modemlights/modem-applet.c:898
2010 msgid "Do you want to disconnect?"
2011 msgstr "Разорвать соединение?"
2012
2013 #: ../modemlights/modem-applet.c:907
2014 msgid "C_onnect"
2015 msgstr "_Подключиться"
2016
2017 #: ../modemlights/modem-applet.c:907
2018 msgid "_Disconnect"
2019 msgstr "_Отключиться"
2020
2021 #: ../modemlights/modem-applet.c:966
2022 msgid "Could not launch network configuration tool"
2023 msgstr "Не удается запустить утилиту настройки сети"
2024
2025 #: ../modemlights/modem-applet.c:968
2026 msgid ""
2027 "Check that it's installed in the correct path and that it has the correct "
2028 "permissions"
2029 msgstr ""
2030 "Убедитесь, что она установлена в пути поиска и имеет правильные права доступа"
2031
2032 #: ../modemlights/modem-applet.c:992
2033 msgid "Applet for activating and monitoring a dial-up network connection."
2034 msgstr "Активирует и отображает состояние удаленного подключения к сети."
2035
2036 #: ../modemlights/modem-applet-menu.xml.h:1
2037 msgid "_Activate"
2038 msgstr "_Активировать"
2039
2040 #: ../modemlights/modem-applet-menu.xml.h:2
2041 msgid "_Deactivate"
2042 msgstr "_Деактивировать"
2043
2044 #: ../modemlights/modem-applet-menu.xml.h:3 ../stickynotes/stickynotes.ui.h:4
2045 msgid "_Properties"
2046 msgstr "_Свойства"
2047
2048 #: ../modemlights/modemlights.ui.h:1
2049 msgid "Enter password"
2050 msgstr "Введите пароль"
2051
2052 #: ../modemlights/modemlights.ui.h:2
2053 msgid "Root password required"
2054 msgstr "Требуется пароль суперпользователя"
2055
2056 #: ../modemlights/modemlights.ui.h:3
2057 msgid "Password:"
2058 msgstr "Пароль:"
2059
2060 #: ../modemlights/modemlights.ui.h:4
2061 msgid "Connecting with Internet Service Provider"
2062 msgstr "Соединение с Интернетом"
2063
2064 #: ../modemlights/org.gnome.applets.ModemApplet.panel-applet.in.in.h:2
2065 msgid "Activate and monitor a dial-up network connection"
2066 msgstr "Активирует и отображает состояние коммутируемого соединения"
2067
2068 #: ../multiload/main.c:57
2069 msgid ""
2070 "A system load monitor capable of displaying graphs for CPU, ram, and swap "
2071 "space use, plus network traffic."
2072 msgstr ""
2073 "Системный монитор способен отображать графики загрузки процессора, памяти, "
2074 "файла подкачки и сетевого трафика."
2367 #: gnome-applets/multiload/multiload-applet-menu.ui:5
2368 msgid "_Open System Monitor"
2369 msgstr "О_ткрыть системный монитор"
20752370
20762371 #
2077 #: ../multiload/main.c:131
2372 #: gnome-applets/multiload/multiload-applet.c:91
20782373 msgid "Start system-monitor"
20792374 msgstr "Запустить системный монитор"
20802375
2081 #: ../multiload/main.c:152
2376 #: gnome-applets/multiload/multiload-applet.c:112
20822377 #, c-format
20832378 msgid "There was an error executing '%s': %s"
20842379 msgstr "Произошла ошибка при выполнении команды «%s»: %s"
20852380
2086 #: ../multiload/main.c:292 ../multiload/properties.c:550
2381 #: gnome-applets/multiload/multiload-applet.c:199
2382 #: gnome-applets/multiload/properties.c:588
20872383 msgid "Processor"
20882384 msgstr "Процессор"
20892385
2090 #: ../multiload/main.c:294 ../multiload/properties.c:558
2386 #: gnome-applets/multiload/multiload-applet.c:201
2387 #: gnome-applets/multiload/properties.c:596
20912388 msgid "Memory"
20922389 msgstr "Память"
20932390
2094 #: ../multiload/main.c:296 ../multiload/properties.c:566
2391 #: gnome-applets/multiload/multiload-applet.c:203
2392 #: gnome-applets/multiload/properties.c:604
20952393 msgid "Network"
20962394 msgstr "Сеть"
20972395
2098 #: ../multiload/main.c:298 ../multiload/properties.c:573
2396 #: gnome-applets/multiload/multiload-applet.c:205
2397 #: gnome-applets/multiload/properties.c:611
20992398 msgid "Swap Space"
21002399 msgstr "Подкачка"
21012400
2102 #: ../multiload/main.c:300 ../multiload/main.c:379
2401 #: gnome-applets/multiload/multiload-applet.c:207
2402 #: gnome-applets/multiload/multiload-applet.c:281
21032403 msgid "Load Average"
21042404 msgstr "Средняя загрузка"
21052405
2106 #: ../multiload/main.c:302
2406 #: gnome-applets/multiload/multiload-applet.c:209
21072407 msgid "Disk"
21082408 msgstr "Диск"
21092409
21102410 #. xgettext: use and cache are > 1 most of the time,
21112411 #. please assume that they always are.
21122412 #.
2113 #: ../multiload/main.c:318
2413 #: gnome-applets/multiload/multiload-applet.c:225
21142414 #, c-format
21152415 msgid ""
21162416 "%s:\n"
21212421 "%u%% используется программами\n"
21222422 "%u%% используется как кэш"
21232423
2124 #: ../multiload/main.c:326
2424 #: gnome-applets/multiload/multiload-applet.c:233
21252425 #, c-format
21262426 msgid "The system load average is %0.02f"
21272427 msgstr "Средняя загрузка системы — %0.02f"
21282428
21292429 #. xgettext: same as in graphic tab of g-s-m
2130 #: ../multiload/main.c:334
2430 #: gnome-applets/multiload/multiload-applet.c:241
21312431 #, c-format
21322432 msgid ""
21332433 "%s:\n"
21382438 "Получение %s\n"
21392439 "Отправка %s"
21402440
2141 #: ../multiload/main.c:350
2441 #: gnome-applets/multiload/multiload-applet.c:256
21422442 #, c-format
21432443 msgid ""
21442444 "%s:\n"
21562456 "%s:\n"
21572457 "%u%% используется"
21582458
2159 #: ../multiload/main.c:375
2459 #: gnome-applets/multiload/multiload-applet.c:277
21602460 msgid "CPU Load"
21612461 msgstr "Загрузка процессора"
21622462
2163 #: ../multiload/main.c:376
2463 #: gnome-applets/multiload/multiload-applet.c:278
21642464 msgid "Memory Load"
21652465 msgstr "Загрузка памяти"
21662466
2167 #: ../multiload/main.c:377
2467 #: gnome-applets/multiload/multiload-applet.c:279
21682468 msgid "Net Load"
21692469 msgstr "Загрузка сети"
21702470
2171 #: ../multiload/main.c:378
2471 #: gnome-applets/multiload/multiload-applet.c:280
21722472 msgid "Swap Load"
21732473 msgstr "Загрузка подкачки"
21742474
2175 #: ../multiload/main.c:380
2475 #: gnome-applets/multiload/multiload-applet.c:282
21762476 msgid "Disk Load"
21772477 msgstr "Загрузка диска"
21782478
2179 #
2180 #: ../multiload/main.c:490
2181 #: ../multiload/org.gnome.applets.MultiLoadApplet.panel-applet.in.in.h:1
2182 msgid "System Monitor"
2183 msgstr "Системный монитор"
2184
2185 #
2186 #: ../multiload/multiload-applet-menu.xml.h:1
2187 msgid "_Open System Monitor"
2188 msgstr "О_ткрыть системный монитор"
2189
2190 #: ../multiload/netspeed.c:40
2479 #: gnome-applets/multiload/multiload-applet.c:488
2480 msgid ""
2481 "A system load monitor capable of displaying graphs for CPU, ram, and swap "
2482 "space use, plus network traffic."
2483 msgstr ""
2484 "Системный монитор способен отображать графики загрузки процессора, памяти, "
2485 "файла подкачки и сетевого трафика."
2486
2487 #: gnome-applets/multiload/netspeed.c:41
21912488 #, c-format
21922489 msgid "%s/s"
21932490 msgstr "%s/с"
21942491
2195 #: ../multiload/org.gnome.applets.MultiLoadApplet.panel-applet.in.in.h:2
2196 msgid "A system load indicator"
2197 msgstr "Апплет отображает текущую загрузку системы"
2198
2199 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:1
2200 msgid "Enable CPU load graph"
2201 msgstr "Включить график загрузки процессора"
2202
2203 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:2
2204 msgid "Enable memory load graph"
2205 msgstr "Включить график загрузки памяти"
2206
2207 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:3
2208 msgid "Enable network load graph"
2209 msgstr "Включить график загрузки сети"
2210
2211 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:4
2212 msgid "Enable swap load graph"
2213 msgstr "Включить график загрузки подкачки"
2214
2215 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:5
2216 msgid "Enable load average graph"
2217 msgstr "Включить график средней загрузки"
2218
2219 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:6
2220 msgid "Enable disk load graph"
2221 msgstr "Включить график загрузки диска"
2222
2223 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:7
2224 msgid "Applet refresh rate in milliseconds"
2225 msgstr "Частота обновления в миллисекундах"
2226
2227 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:8
2228 msgid "Graph size"
2229 msgstr "Размер графика"
2230
2231 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:9
2232 msgid ""
2233 "For horizontal panels, the width of the graphs in pixels. For vertical "
2234 "panels, this is the height of the graphs."
2235 msgstr ""
2236 "Для горизонтальной панели — ширина в пикселях. Для вертикальных панелей — "
2237 "высота графиков."
2238
2239 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:10
2240 msgid "Graph color for user-related CPU activity"
2241 msgstr "Цвет графика для отображения загрузки процессора пользователем"
2242
2243 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:11
2244 msgid "Graph color for system-related CPU activity"
2245 msgstr "Цвет графика для отображения системной загрузки процессора"
2246
2247 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:12
2248 msgid "Graph color for nice-related CPU activity"
2249 msgstr "Цвет графика для отображения загрузки процессора с учетом приоритета"
2250
2251 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:13
2252 msgid "Graph color for iowait-related CPU activity"
2253 msgstr "Цвет графика для отображения загрузки процессора с учётом iowait"
2254
2255 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:14
2256 msgid "CPU graph background color"
2257 msgstr "Цвет фона графика загрузки процессора"
2258
2259 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:15
2260 msgid "Graph color for user-related memory usage"
2261 msgstr "Цвет графика для отображения использования памяти пользователем"
2262
2263 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:16
2264 msgid "Graph color for shared memory"
2265 msgstr "Цвет графика для отображения разделяемой памяти"
2266
2267 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:17
2268 msgid "Graph color for buffer memory"
2269 msgstr "Цвет графика для отображения буфера памяти"
2270
2271 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:18
2272 msgid "Graph color for cached memory"
2273 msgstr "Цвет графика для отображения кэшированной памяти"
2274
2275 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:19
2276 msgid "Memory graph background color"
2277 msgstr "Цвет фона графика для отображения загрузки памяти"
2278
2279 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:20
2280 msgid "Graph color for input network activity"
2281 msgstr "Цвет графика для отображения входящего трафика в сети"
2282
2283 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:21
2284 msgid "Graph color for output network activity"
2285 msgstr "Цвет графика для отображения исходящего трафика в сети"
2286
2287 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:22
2288 msgid "Graph color for loopback network usage"
2289 msgstr "Цвет графика для отображения трафика на кольцевом сетевом интерфейсе"
2290
2291 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:23
2292 msgid "Network graph background color"
2293 msgstr "Цвет фона графика для отображения загрузки сети"
2294
2295 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:24
2296 msgid "Graph color for user-related swap usage"
2297 msgstr "Цвет графика для отображения использования подкачки пользователем"
2298
2299 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:25
2300 msgid "Swap graph background color"
2301 msgstr "Цвет фона графика для отображения загрузки подкачки"
2302
2303 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:26
2304 msgid "Graph color for load average"
2305 msgstr "Цвет графика для отображения средней загрузки"
2306
2307 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:27
2308 msgid "Load graph background color"
2309 msgstr "Цвет фона графика для отображения загрузки системы"
2310
2311 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:28
2312 msgid "Graph color for disk read"
2313 msgstr "Цвет графика для чтения с диска"
2314
2315 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:29
2316 msgid "Graph color for disk write"
2317 msgstr "Цвет графика для записи на диск"
2318
2319 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:30
2320 msgid "Background color for disk load graph"
2321 msgstr "Цвет фона для графика загрузки диска"
2322
2323 #: ../multiload/org.gnome.gnome-applets.multiload.gschema.xml.in.in.h:31
2324 msgid "The desktop description file to execute as the system monitor"
2325 msgstr "Файл описания приложения, запускаемого в качестве системного монитора"
2326
2327 #: ../multiload/properties.c:312
2492 #: gnome-applets/multiload/properties.c:330
23282493 msgid "Monitored Resources"
23292494 msgstr "Отслеживаемые ресурсы"
23302495
2331 #: ../multiload/properties.c:337
2496 #: gnome-applets/multiload/properties.c:355
23322497 msgid "_Processor"
23332498 msgstr "Про_цессор"
23342499
2335 #: ../multiload/properties.c:350
2500 #: gnome-applets/multiload/properties.c:371
23362501 msgid "_Memory"
23372502 msgstr "Па_мять"
23382503
2339 #: ../multiload/properties.c:363
2504 #: gnome-applets/multiload/properties.c:387
23402505 msgid "_Network"
23412506 msgstr "_Сеть"
23422507
2343 #: ../multiload/properties.c:376
2508 #: gnome-applets/multiload/properties.c:403
23442509 msgid "S_wap Space"
23452510 msgstr "Под_качки"
23462511
2347 #: ../multiload/properties.c:389
2512 #: gnome-applets/multiload/properties.c:419
23482513 msgid "_Load"
23492514 msgstr "За_грузка системы"
23502515
2351 #: ../multiload/properties.c:402
2516 #: gnome-applets/multiload/properties.c:435
23522517 msgid "_Harddisk"
23532518 msgstr "_Жесткий диск"
23542519
2355 #: ../multiload/properties.c:417
2520 #: gnome-applets/multiload/properties.c:452
23562521 msgid "Options"
23572522 msgstr "Параметры"
23582523
2359 #: ../multiload/properties.c:447
2524 #: gnome-applets/multiload/properties.c:481
23602525 msgid "System m_onitor width: "
23612526 msgstr "_Ширина системного монитора: "
23622527
2363 #: ../multiload/properties.c:449
2528 #: gnome-applets/multiload/properties.c:483
23642529 msgid "System m_onitor height: "
23652530 msgstr "_Высота системного монитора: "
23662531
2367 #: ../multiload/properties.c:488
2532 #: gnome-applets/multiload/properties.c:524
23682533 msgid "Sys_tem monitor update interval: "
23692534 msgstr "Скорость об_новления системного монитора: "
23702535
2371 #: ../multiload/properties.c:514
2536 #: gnome-applets/multiload/properties.c:552
23722537 msgid "milliseconds"
23732538 msgstr "миллисекунд"
23742539
2375 #: ../multiload/properties.c:552 ../multiload/properties.c:560
2540 #: gnome-applets/multiload/properties.c:590
2541 #: gnome-applets/multiload/properties.c:598
23762542 msgid "_User"
23772543 msgstr "По_льзователь"
23782544
2379 #: ../multiload/properties.c:553
2545 #: gnome-applets/multiload/properties.c:591
23802546 msgid "S_ystem"
23812547 msgstr "С_истема"
23822548
2383 #: ../multiload/properties.c:554
2549 #: gnome-applets/multiload/properties.c:592
23842550 msgid "N_ice"
23852551 msgstr "При_оритет"
23862552
2387 #: ../multiload/properties.c:555
2553 #: gnome-applets/multiload/properties.c:593
23882554 msgid "I_OWait"
23892555 msgstr "I_OWait"
23902556
2391 #: ../multiload/properties.c:556
2557 #: gnome-applets/multiload/properties.c:594
23922558 msgid "I_dle"
23932559 msgstr "Просто_й"
23942560
2395 #: ../multiload/properties.c:561
2561 #: gnome-applets/multiload/properties.c:599
23962562 msgid "Sh_ared"
23972563 msgstr "Раз_деляемая"
23982564
2399 #: ../multiload/properties.c:562
2565 #: gnome-applets/multiload/properties.c:600
24002566 msgid "_Buffers"
24012567 msgstr "Б_уфера"
24022568
2403 #: ../multiload/properties.c:563
2569 #: gnome-applets/multiload/properties.c:601
24042570 msgid "Cach_ed"
24052571 msgstr "К_эшированная"
24062572
2407 #: ../multiload/properties.c:564
2573 #: gnome-applets/multiload/properties.c:602
24082574 msgid "F_ree"
24092575 msgstr "Сво_бодная"
24102576
2411 #: ../multiload/properties.c:568
2577 #: gnome-applets/multiload/properties.c:606
24122578 msgid "_In"
24132579 msgstr "_Исходящий"
24142580
2415 #: ../multiload/properties.c:569
2581 #: gnome-applets/multiload/properties.c:607
24162582 msgid "_Out"
24172583 msgstr "_Входящий"
24182584
2419 #: ../multiload/properties.c:570
2585 #: gnome-applets/multiload/properties.c:608
24202586 msgid "_Local"
24212587 msgstr "_Внутренний"
24222588
2423 #: ../multiload/properties.c:571 ../multiload/properties.c:581
2424 #: ../multiload/properties.c:587
2589 #: gnome-applets/multiload/properties.c:609
2590 #: gnome-applets/multiload/properties.c:619
2591 #: gnome-applets/multiload/properties.c:625
24252592 msgid "_Background"
24262593 msgstr "_Фон"
24272594
2428 #: ../multiload/properties.c:575
2595 #: gnome-applets/multiload/properties.c:613
24292596 msgid "_Used"
24302597 msgstr "Ис_пользуется"
24312598
2432 #: ../multiload/properties.c:576
2599 #: gnome-applets/multiload/properties.c:614
24332600 msgid "_Free"
24342601 msgstr "Сво_бодно"
24352602
2436 #: ../multiload/properties.c:578
2603 #: gnome-applets/multiload/properties.c:616
24372604 msgid "Load"
24382605 msgstr "Загрузка"
24392606
2440 #: ../multiload/properties.c:580
2607 #: gnome-applets/multiload/properties.c:618
24412608 msgid "_Average"
24422609 msgstr "С_редняя"
24432610
2444 #: ../multiload/properties.c:583
2611 #: gnome-applets/multiload/properties.c:621
24452612 msgid "Harddisk"
24462613 msgstr "Жесткий диск"
24472614
2448 #: ../multiload/properties.c:585
2615 #: gnome-applets/multiload/properties.c:623
24492616 msgid "_Read"
24502617 msgstr "_Чтение"
24512618
2452 #: ../multiload/properties.c:586
2619 #: gnome-applets/multiload/properties.c:624
24532620 msgid "_Write"
24542621 msgstr "_Запись"
24552622
2456 #: ../multiload/properties.c:613
2623 #: gnome-applets/multiload/properties.c:651
24572624 msgid "System Monitor Preferences"
24582625 msgstr "Параметры системного монитора"
24592626
2460 #: ../stickynotes/org.gnome.applets.StickyNotesApplet.panel-applet.in.in.h:1
2461 msgid "Sticky Notes Applet Factory"
2462 msgstr "Фабрика апплета липких записок"
2463
2464 #: ../stickynotes/org.gnome.applets.StickyNotesApplet.panel-applet.in.in.h:2
2465 #: ../stickynotes/stickynotes_applet.c:127
2466 #: ../stickynotes/stickynotes_applet.c:387
2467 msgid "Sticky Notes"
2468 msgstr "Липкие записки"
2469
2470 #: ../stickynotes/org.gnome.applets.StickyNotesApplet.panel-applet.in.in.h:3
2471 msgid "Create, view, and manage sticky notes on the desktop"
2472 msgstr "Создание, просмотра и управление липкими записками на рабочем столе"
2473
2474 #: ../stickynotes/stickynotes.c:619
2475 msgid "This note is locked."
2476 msgstr "Эта записка заблокирована."
2477
2478 #: ../stickynotes/stickynotes.c:623
2479 msgid "This note is unlocked."
2480 msgstr "Эта записка разблокирована."
2481
2482 #: ../stickynotes/stickynotes.ui.h:1
2483 #: ../stickynotes/stickynotes-applet-menu.xml.h:1
2484 msgid "_New Note"
2485 msgstr "С_оздать записку"
2486
2487 #: ../stickynotes/stickynotes.ui.h:2
2488 msgid "_Delete Note..."
2489 msgstr "У_далить записку…"
2490
2491 #: ../stickynotes/stickynotes.ui.h:3
2492 msgid "_Lock Note"
2493 msgstr "_Зафиксировать записку"
2494
2495 #: ../stickynotes/stickynotes.ui.h:5
2496 msgid "Sticky Notes Preferences"
2497 msgstr "Параметры апплета Липкие записки"
2498
2499 #: ../stickynotes/stickynotes.ui.h:6
2500 msgid "Default Note Properties"
2501 msgstr "Параметры по умолчанию"
2502
2503 #: ../stickynotes/stickynotes.ui.h:7
2504 msgid "Choose a font to use for all sticky notes"
2505 msgstr "Выберите шрифт для новых записок"
2506
2507 #: ../stickynotes/stickynotes.ui.h:8
2508 msgid "Pick a default sticky note font"
2509 msgstr "Выберите шрифт для записки по умолчанию"
2510
2511 #: ../stickynotes/stickynotes.ui.h:9
2512 msgid "_Font:"
2513 msgstr "_Шрифт:"
2514
2515 #: ../stickynotes/stickynotes.ui.h:10
2516 msgid "Use fo_nt from the system theme"
2517 msgstr "Использовать шрифт из _системной темы"
2518
2519 #: ../stickynotes/stickynotes.ui.h:11
2520 msgid "Note C_olor:"
2521 msgstr "Ц_вет записки:"
2522
2523 #: ../stickynotes/stickynotes.ui.h:12
2524 msgid "Font Co_lor:"
2525 msgstr "Цвет шр_ифта:"
2526
2527 #: ../stickynotes/stickynotes.ui.h:13
2528 msgid "Choose a base color to use for all sticky notes"
2529 msgstr "Выберите цвет для новых записок"
2530
2531 #: ../stickynotes/stickynotes.ui.h:14
2532 msgid "Pick a default sticky note color"
2533 msgstr "Выберите цвет записки по умолчанию"
2534
2535 #: ../stickynotes/stickynotes.ui.h:15
2536 msgid "Use co_lor from the system theme"
2537 msgstr "Использовать цвета из системной _темы"
2538
2539 #: ../stickynotes/stickynotes.ui.h:16
2540 msgid "Specify the default height (in pixels) of new notes"
2541 msgstr "Высота по умолчанию для новых записок в пикселях"
2542
2543 #: ../stickynotes/stickynotes.ui.h:17
2544 msgid "Specify the default width (in pixels) of new notes"
2545 msgstr "Ширина по умолчанию для новых записок в пикселях"
2546
2547 #: ../stickynotes/stickynotes.ui.h:18
2548 msgid "H_eight:"
2549 msgstr "_Высота:"
2550
2551 #: ../stickynotes/stickynotes.ui.h:20
2552 msgid "Behavior"
2553 msgstr "Поведение"
2554
2555 #: ../stickynotes/stickynotes.ui.h:21
2556 msgid "Hide notes when the des_ktop is clicked on"
2557 msgstr "Скрывать записки при щелчке мышью по _рабочему столу"
2558
2559 #: ../stickynotes/stickynotes.ui.h:22
2560 msgid "Choose whether to hide all notes when selecting on the desktop"
2561 msgstr "Выберите, скрывать ли все записики при выделении на рабочем столе"
2562
2563 #: ../stickynotes/stickynotes.ui.h:23
2564 msgid "Force _default color and font on notes"
2565 msgstr "Прим_енить цвет и шрифт по умолчанию ко всем запискам"
2566
2567 #: ../stickynotes/stickynotes.ui.h:24
2568 msgid "Choose if the default style is forced on all notes"
2569 msgstr "Применять ли цвет и шрифт по умолчанию ко всем запискам"
2570
2571 #: ../stickynotes/stickynotes.ui.h:25
2572 msgid "_Put notes on all workspaces"
2573 msgstr "_Показать записки на всех рабочих столах"
2574
2575 #: ../stickynotes/stickynotes.ui.h:26
2576 msgid "Choose if notes are visible on all workspaces"
2577 msgstr "Показывать ли записки на всех рабочих столах одновременно"
2578
2579 #: ../stickynotes/stickynotes.ui.h:27
2580 msgid "Delete this sticky note?"
2581 msgstr "Удалить липкую записку?"
2582
2583 #: ../stickynotes/stickynotes.ui.h:28
2584 msgid "This cannot be undone."
2585 msgstr "Это не может быть отменено."
2586
2587 #: ../stickynotes/stickynotes.ui.h:29
2588 msgid "Delete all sticky notes?"
2589 msgstr "Удалить все липкие записки?"
2590
2591 #: ../stickynotes/stickynotes.ui.h:30
2592 msgid "_Delete All"
2593 msgstr "_Удалить все"
2594
2595 #: ../stickynotes/stickynotes.ui.h:31
2596 msgid "Sticky Note"
2597 msgstr "Липкая записка"
2598
2599 #: ../stickynotes/stickynotes.ui.h:32
2600 msgid "Lock/Unlock note"
2601 msgstr "Закрепить/Освободить записку"
2602
2603 #: ../stickynotes/stickynotes.ui.h:33
2604 msgid "Close note"
2605 msgstr "Закрыть записку"
2606
2607 #: ../stickynotes/stickynotes.ui.h:34
2608 msgid "Resize note"
2609 msgstr "Изменить размер"
2610
2611 #: ../stickynotes/stickynotes.ui.h:35
2612 msgid "Sticky Note Properties"
2613 msgstr "Параметры липкой записки"
2614
2615 #: ../stickynotes/stickynotes.ui.h:36
2616 msgid "Properties"
2617 msgstr "Свойства"
2618
2619 #: ../stickynotes/stickynotes.ui.h:37
2620 msgid "Choose a font for the note"
2621 msgstr "Выберите шрифт записки"
2622
2623 #: ../stickynotes/stickynotes.ui.h:38
2624 msgid "Pick a font for the sticky note"
2625 msgstr "Выберите шрифт для записки"
2626
2627 #: ../stickynotes/stickynotes.ui.h:39
2628 msgid "Use default fo_nt"
2629 msgstr "Использовать шр_ифт по умолчанию"
2630
2631 #: ../stickynotes/stickynotes.ui.h:40
2632 msgid "Choose a color for the note"
2633 msgstr "Выберите цвет записки"
2634
2635 #: ../stickynotes/stickynotes.ui.h:41
2636 msgid "Pick a color for the sticky note"
2637 msgstr "Выберите цвет записки"
2638
2639 #: ../stickynotes/stickynotes.ui.h:42
2640 msgid "Note _Color:"
2641 msgstr "Цвет _записки:"
2642
2643 #: ../stickynotes/stickynotes.ui.h:43
2644 msgid "Font C_olor:"
2645 msgstr "Ц_вет шрифта:"
2646
2647 #: ../stickynotes/stickynotes.ui.h:44
2648 msgid "Use default co_lor"
2649 msgstr "Использовать цв_ета темы по умолчанию"
2650
2651 #: ../stickynotes/stickynotes.ui.h:45
2652 msgid "Specify a title for the note"
2653 msgstr "Заголовок записки"
2654
2655 #: ../stickynotes/stickynotes.ui.h:46
2656 msgid "_Title:"
2657 msgstr "_Запись"
2658
2659 #: ../stickynotes/stickynotes_applet.c:553
2627 #: gnome-applets/netspeed/netspeed-menu.ui:5
2628 msgid "Device _Details"
2629 msgstr "_Подробнее об устройстве"
2630
2631 #: gnome-applets/netspeed/netspeed-applet.c:350
2632 msgid "b/s"
2633 msgstr "б/с"
2634
2635 #: gnome-applets/netspeed/netspeed-applet.c:350
2636 msgid "B/s"
2637 msgstr "Б/с"
2638
2639 #: gnome-applets/netspeed/netspeed-applet.c:352
2640 msgid "bits"
2641 msgstr "бит"
2642
2643 #: gnome-applets/netspeed/netspeed-applet.c:352
2644 msgid "bytes"
2645 msgstr "байт"
2646
2647 #: gnome-applets/netspeed/netspeed-applet.c:359
2648 msgid "kb/s"
2649 msgstr "кб/с"
2650
2651 #: gnome-applets/netspeed/netspeed-applet.c:359
2652 msgid "KiB/s"
2653 msgstr "КиБ/с"
2654
2655 #: gnome-applets/netspeed/netspeed-applet.c:361
2656 msgid "kb"
2657 msgstr "кб"
2658
2659 #: gnome-applets/netspeed/netspeed-applet.c:361
2660 msgid "KiB"
2661 msgstr "КиБ"
2662
2663 #: gnome-applets/netspeed/netspeed-applet.c:369
2664 msgid "Mb/s"
2665 msgstr "Мб/с"
2666
2667 #: gnome-applets/netspeed/netspeed-applet.c:369
2668 msgid "MiB/s"
2669 msgstr "МиБ/с"
2670
2671 #: gnome-applets/netspeed/netspeed-applet.c:371
2672 msgid "Mb"
2673 msgstr "Мб"
2674
2675 #: gnome-applets/netspeed/netspeed-applet.c:371
2676 msgid "MiB"
2677 msgstr "МиБ"
2678
2679 #: gnome-applets/netspeed/netspeed-applet.c:827
2680 #, c-format
2681 msgid "Device Details for %s"
2682 msgstr "Детали устройства %s"
2683
2684 #: gnome-applets/netspeed/netspeed-applet.c:852
2685 msgid "_In graph color"
2686 msgstr "Цвет графика _входящего трафика"
2687
2688 #: gnome-applets/netspeed/netspeed-applet.c:853
2689 msgid "_Out graph color"
2690 msgstr "Цвет графика _исходящего трафика"
2691
2692 #: gnome-applets/netspeed/netspeed-applet.c:869
2693 msgid "Internet Address:"
2694 msgstr "Адрес в интернете:"
2695
2696 #: gnome-applets/netspeed/netspeed-applet.c:870
2697 msgid "Netmask:"
2698 msgstr "Маска подсети:"
2699
2700 #: gnome-applets/netspeed/netspeed-applet.c:871
2701 msgid "Hardware Address:"
2702 msgstr "Аппаратный адрес:"
2703
2704 #: gnome-applets/netspeed/netspeed-applet.c:872
2705 msgid "P-t-P Address:"
2706 msgstr "Адрес точка-точка:"
2707
2708 #: gnome-applets/netspeed/netspeed-applet.c:873
2709 msgid "Bytes in:"
2710 msgstr "Объём входящего трафика:"
2711
2712 #: gnome-applets/netspeed/netspeed-applet.c:874
2713 msgid "Bytes out:"
2714 msgstr "Объём исходящего трафика:"
2715
2716 #: gnome-applets/netspeed/netspeed-applet.c:876
2717 #: gnome-applets/netspeed/netspeed-applet.c:877
2718 #: gnome-applets/netspeed/netspeed-applet.c:878
2719 #: gnome-applets/netspeed/netspeed-applet.c:879
2720 msgid "none"
2721 msgstr "нет"
2722
2723 #: gnome-applets/netspeed/netspeed-applet.c:931
2724 msgid "IPv6 Address:"
2725 msgstr "Адрес IPv6:"
2726
2727 #: gnome-applets/netspeed/netspeed-applet.c:966
2728 msgid "Signal Strength:"
2729 msgstr "Сила сигнала:"
2730
2731 #: gnome-applets/netspeed/netspeed-applet.c:967
2732 msgid "ESSID:"
2733 msgstr "ESSID:"
2734
2735 #: gnome-applets/netspeed/netspeed-applet.c:1022
2736 #, c-format
2737 msgid "%s is down"
2738 msgstr "%s отключён"
2739
2740 #: gnome-applets/netspeed/netspeed-applet.c:1027
2741 #, c-format
2742 msgid ""
2743 "%s: %s\n"
2744 "in: %s out: %s"
2745 msgstr ""
2746 "%s: %s\n"
2747 "входящая: %s исходящая: %s"
2748
2749 #: gnome-applets/netspeed/netspeed-applet.c:1029
2750 #: gnome-applets/netspeed/netspeed-applet.c:1038
2751 msgid "has no ip"
2752 msgstr "не имеет ip"
2753
2754 #: gnome-applets/netspeed/netspeed-applet.c:1036
2755 #, c-format
2756 msgid ""
2757 "%s: %s\n"
2758 "sum: %s"
2759 msgstr ""
2760 "%s: %s\n"
2761 "суммарная: %s"
2762
2763 #: gnome-applets/netspeed/netspeed-applet.c:1045
2764 #, c-format
2765 msgid ""
2766 "\n"
2767 "ESSID: %s\n"
2768 "Strength: %d %%"
2769 msgstr ""
2770 "\n"
2771 "ESSID: %s\n"
2772 "Сила: %d %%"
2773
2774 #: gnome-applets/netspeed/netspeed-applet.c:1046
2775 msgid "unknown"
2776 msgstr "неизвестно"
2777
2778 #: gnome-applets/netspeed/netspeed-applet.c:1122
2779 #, c-format
2780 msgid "Do you want to disconnect %s now?"
2781 msgstr "Отключить %s сейчас?"
2782
2783 #: gnome-applets/netspeed/netspeed-applet.c:1125
2784 #, c-format
2785 msgid "Do you want to connect %s now?"
2786 msgstr "Подключить %s сейчас?"
2787
2788 #: gnome-applets/netspeed/netspeed-applet.c:1151
2789 #, c-format
2790 msgid ""
2791 "<b>Running command %s failed</b>\n"
2792 "%s"
2793 msgstr ""
2794 "<b>Ошибка выполнения команды %s</b>\n"
2795 "%s"
2796
2797 #: gnome-applets/netspeed/netspeed-applet.c:1521
2798 msgid ""
2799 "A little applet that displays some information on the traffic on the "
2800 "specified network device"
2801 msgstr ""
2802 "Небольшой апплет, показывающий информацию о трафике указанного сетевого "
2803 "устройства"
2804
2805 #: gnome-applets/netspeed/preferences.c:161
2806 msgid "Network _device:"
2807 msgstr "Сетевое _устройство:"
2808
2809 #: gnome-applets/netspeed/preferences.c:228
2810 msgid "General Settings"
2811 msgstr "Общие настройки"
2812
2813 #: gnome-applets/netspeed/preferences.c:249
2814 msgid "Show _sum instead of in & out"
2815 msgstr "Показывать _суммарную скорость входящего и исходящего трафика"
2816
2817 #: gnome-applets/netspeed/preferences.c:255
2818 msgid "Show _bits instead of bytes"
2819 msgstr "Показывать _биты вместо байт"
2820
2821 #: gnome-applets/netspeed/preferences.c:261
2822 msgid "Change _icon according to the selected device"
2823 msgstr "Менять _значок в соответствии с выбранным устройством"
2824
2825 #: gnome-applets/netspeed/preferences.c:322
2826 msgid "Netspeed Preferences"
2827 msgstr "Параметры апплета «Netspeed»"
2828
2829 #: gnome-applets/sticky-notes/sticky-notes-applet.c:783
26602830 #, c-format
26612831 msgid "%d note"
26622832 msgid_plural "%d notes"
26642834 msgstr[1] "%d записки"
26652835 msgstr[2] "%d записок"
26662836
2667 #: ../stickynotes/stickynotes_applet.c:554
2837 #: gnome-applets/sticky-notes/sticky-notes-applet.c:784
26682838 msgid "Show sticky notes"
26692839 msgstr "Отображать липкие записки"
26702840
2671 #: ../stickynotes/stickynotes_applet_callbacks.c:387
2841 #: gnome-applets/sticky-notes/sticky-notes-applet.c:822
26722842 msgid "Sticky Notes for the GNOME Desktop Environment"
26732843 msgstr "Липкие записки для среды GNOME"
26742844
2675 #: ../stickynotes/stickynotes-applet-menu.xml.h:2
2845 #: gnome-applets/sticky-notes/sticky-notes.c:1028
2846 msgid "This note is locked."
2847 msgstr "Эта записка заблокирована."
2848
2849 #: gnome-applets/sticky-notes/sticky-notes.c:1032
2850 msgid "This note is unlocked."
2851 msgstr "Эта записка разблокирована."
2852
2853 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:5
2854 #: gnome-applets/sticky-notes/ui/sticky-notes-note-menu.ui:5
2855 msgid "_New Note"
2856 msgstr "С_оздать записку"
2857
2858 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:9
26762859 msgid "Hi_de Notes"
26772860 msgstr "С_крыть записки"
26782861
2679 #: ../stickynotes/stickynotes-applet-menu.xml.h:3
2862 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:13
26802863 msgid "_Lock Notes"
26812864 msgstr "_Зафиксировать записки"
26822865
2683 #: ../stickynotes/stickynotes-applet-menu.xml.h:4
2866 #: gnome-applets/sticky-notes/ui/sticky-notes-applet-menu.ui:17
26842867 msgid "_Delete Notes"
26852868 msgstr "У_далить записки"
26862869
2687 #: ../trashapplet/org.gnome.applets.TrashApplet.panel-applet.in.in.h:1
2688 msgid "Trash"
2689 msgstr "Корзина"
2690
2691 #: ../trashapplet/org.gnome.applets.TrashApplet.panel-applet.in.in.h:2
2692 msgid "Go to Trash"
2693 msgstr "Перейти в корзину"
2694
2695 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:1
2696 msgid "Default width for new notes"
2697 msgstr "Ширина по умолчанию для новых записок"
2698
2699 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:2
2700 msgid "Default width for new sticky notes in pixels."
2701 msgstr "Ширина по умолчанию для новых липких записок в пикселях."
2702
2703 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:3
2704 msgid "Default height for new notes"
2705 msgstr "Высота по умолчанию для новых записок"
2706
2707 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:4
2708 msgid "Default color for new notes"
2709 msgstr "Цвет новых записок по умолчанию"
2710
2711 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:5
2712 msgid ""
2713 "Default color for new sticky notes. This can be standard name, hexadecimal "
2714 "value, RGB color or RGBA color."
2715 msgstr ""
2716 "Цвет по умолчанию для новых липких записок. Это может быть "
2717 "стандартное имя, шестнадцатеричное значение, цвет RGB или RGBA."
2718
2719 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:6
2720 msgid "Default color for font"
2721 msgstr "Цвет шрифта по умолчанию"
2722
2723 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:7
2724 msgid ""
2725 "Default font color for new sticky notes. This can be standard name, "
2726 "hexadecimal value, RGB color or RGBA color."
2727 msgstr ""
2728 "Цвет шрифта по умолчанию для новых липких записок. Это может быть "
2729 "стандартное имя, шестнадцатеричное значение, цвет RGB или RGBA."
2730
2731 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:8
2732 msgid "Default font for new notes"
2733 msgstr "Шрифт по умолчанию для новых записок"
2734
2735 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:9
2736 msgid ""
2737 "Default font for new sticky notes. This should be a Pango Font Name, for "
2738 "example \"Sans Italic 10\"."
2739 msgstr ""
2740 "Шрифт по умолчанию для новых липких записок. Название шрифта должно "
2741 "указываться в формате Pango, например «Sans Italic 10»."
2742
2743 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:10
2744 msgid "Sticky notes' workspace stickyness"
2745 msgstr "Прилипчивость записок к рабочим местам"
2746
2747 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:11
2748 msgid ""
2749 "Specifies whether the sticky notes are visible on ALL workspaces on the "
2750 "desktop, or not."
2751 msgstr "Указывает, видимы липкие записки на ВСЕХ рабочих местах или нет."
2752
2753 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:12
2754 msgid "Sticky notes' locked state"
2755 msgstr "Состояние фиксации липких записок"
2756
2757 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:13
2758 msgid "Specifies whether the sticky notes are locked (non-editable) or not."
2759 msgstr ""
2760 "Указывает, зафиксированы липкие записки (недоступны для изменений) или нет."
2761
2762 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:14
2763 msgid "Date format of note's title"
2764 msgstr "Формат даты в заголовках записок"
2765
2766 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:15
2767 msgid ""
2768 "By default, sticky notes are given the current date as the title when they "
2769 "are created. This format is used; anything that can be parsed by strftime() "
2770 "is valid."
2771 msgstr ""
2772 "По умолчанию липким запискам при создании даётся заголовок с текущей датой. "
2773 "Используется этот формат; всё, что может быть корректно проанализировано "
2774 "функцией strftime() является правильным."
2775
2776 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:16
2777 msgid "Whether to use the default system color"
2778 msgstr "Использовать ли системный цвет по умолчанию"
2779
2780 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:17
2781 msgid ""
2782 "If this option is disabled, a custom color can be used as the default color "
2783 "for all sticky notes."
2784 msgstr ""
2785 "Если этот ключ не установлен, то цвет пользователя может быть использован "
2786 "как цвет по умолчанию для всех липких записок."
2787
2788 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:18
2789 msgid "Whether to use the default system font"
2790 msgstr "Использовать ли системный шрифт по умолчанию"
2791
2792 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:19
2793 msgid ""
2794 "If this option is disabled, a custom font can be used as the default font "
2795 "for all sticky notes."
2796 msgstr ""
2797 "Если этот ключ не установлен, то шрифт пользователя может быть использован "
2798 "как исходный шрифт для всех липких записок."
2799
2800 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:20
2801 msgid "Whether to force the default color and font on all notes"
2870 #: gnome-applets/sticky-notes/ui/sticky-notes-delete-all.ui:38
2871 msgid "_Delete All"
2872 msgstr "_Удалить все"
2873
2874 #: gnome-applets/sticky-notes/ui/sticky-notes-delete-all.ui:91
2875 msgid "Delete all sticky notes?"
2876 msgstr "Удалить все липкие записки?"
2877
2878 #: gnome-applets/sticky-notes/ui/sticky-notes-delete-all.ui:107
2879 #: gnome-applets/sticky-notes/ui/sticky-notes-delete.ui:108
2880 msgid "This cannot be undone."
2881 msgstr "Это не может быть отменено."
2882
2883 #: gnome-applets/sticky-notes/ui/sticky-notes-delete.ui:92
2884 msgid "Delete this sticky note?"
2885 msgstr "Удалить липкую записку?"
2886
2887 #: gnome-applets/sticky-notes/ui/sticky-notes-note-menu.ui:9
2888 msgid "_Delete Note..."
2889 msgstr "У_далить записку…"
2890
2891 #: gnome-applets/sticky-notes/ui/sticky-notes-note-menu.ui:15
2892 msgid "_Lock Note"
2893 msgstr "_Зафиксировать записку"
2894
2895 #: gnome-applets/sticky-notes/ui/sticky-notes-note-menu.ui:21
2896 msgid "_Properties"
2897 msgstr "_Свойства"
2898
2899 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:7
2900 msgid "Sticky Note"
2901 msgstr "Липкая записка"
2902
2903 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:21
2904 msgid "Lock/Unlock note"
2905 msgstr "Закрепить/Освободить записку"
2906
2907 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:58
2908 msgid "Close note"
2909 msgstr "Закрыть записку"
2910
2911 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:110
2912 #: gnome-applets/sticky-notes/ui/sticky-notes-note.ui:131
2913 msgid "Resize note"
2914 msgstr "Изменить размер"
2915
2916 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:22
2917 msgid "Sticky Notes Preferences"
2918 msgstr "Параметры апплета «Липкие записки»"
2919
2920 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:94
2921 msgid "Default Note Properties"
2922 msgstr "Параметры по умолчанию"
2923
2924 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:130
2925 msgid "H_eight:"
2926 msgstr "_Высота:"
2927
2928 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:143
2929 msgid "Specify the default width (in pixels) of new notes"
2930 msgstr "Ширина по умолчанию для новых записок в пикселях"
2931
2932 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:144
2933 msgid "1"
2934 msgstr "1"
2935
2936 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:158
2937 msgid "Specify the default height (in pixels) of new notes"
2938 msgstr "Высота по умолчанию для новых записок в пикселях"
2939
2940 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:159
2941 msgid "0"
2942 msgstr "0"
2943
2944 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:171
2945 msgid "Use co_lor from the system theme"
2946 msgstr "Использовать цвета из системной _темы"
2947
2948 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:188
2949 msgid "Font Co_lor:"
2950 msgstr "Цвет шр_ифта:"
2951
2952 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:201
2953 msgid "Note C_olor:"
2954 msgstr "Ц_вет записки:"
2955
2956 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:226
2957 msgid "Choose a base color to use for all sticky notes"
2958 msgstr "Выберите цвет для новых записок"
2959
2960 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:227
2961 msgid "Pick a default sticky note color"
2962 msgstr "Выберите цвет записки по умолчанию"
2963
2964 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:236
2965 msgid "Use fo_nt from the system theme"
2966 msgstr "Использовать шрифт из _системной темы"
2967
2968 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:253
2969 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:210
2970 msgid "_Font:"
2971 msgstr "_Шрифт:"
2972
2973 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:267
2974 msgid "Choose a font to use for all sticky notes"
2975 msgstr "Выберите шрифт для новых записок"
2976
2977 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:269
2978 msgid "Pick a default sticky note font"
2979 msgstr "Выберите шрифт для записки по умолчанию"
2980
2981 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:300
2982 #: gnome-applets/window-buttons/window-buttons.ui:1211
2983 #: gnome-applets/window-title/window-title.ui:539
2984 msgid "Behavior"
2985 msgstr "Поведение"
2986
2987 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:321
2988 msgid "_Put notes on all workspaces"
2989 msgstr "_Показать записки на всех рабочих столах"
2990
2991 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:325
2992 msgid "Choose if notes are visible on all workspaces"
2993 msgstr "Показывать ли записки на всех рабочих столах одновременно"
2994
2995 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:337
2996 msgid "Force _default color and font on notes"
2997 msgstr "Прим_енить цвет и шрифт по умолчанию ко всем запискам"
2998
2999 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:341
3000 msgid "Choose if the default style is forced on all notes"
28023001 msgstr "Применять ли цвет и шрифт по умолчанию ко всем запискам"
28033002
2804 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:21
2805 msgid ""
2806 "If this option is enabled, the custom colors and fonts that have been "
2807 "assigned to individual notes will be ignored."
2808 msgstr ""
2809 "Если этот ключ установлен, то будут игнорироваться цвет и шрифт "
2810 "пользователя, назначенные отдельным запискам."
2811
2812 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:22
2813 msgid "Whether to hide all notes when the desktop is selected"
2814 msgstr "Скрывать ли все записки когда выбирается рабочий стол"
2815
2816 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:23
2817 msgid ""
2818 "If this option is enabled, selecting the desktop in any way will "
2819 "automatically hide all the open notes."
2820 msgstr ""
2821 "Если этот параметр включён, выбор рабочего стола автоматически скроет все "
2822 "открытые записки."
2823
2824 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:24
2825 msgid "Whether to ask for confirmation when deleting a note"
2826 msgstr "Запрашивать ли подтверждение на удаление записки"
2827
2828 #: ../stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in.in.h:25
2829 msgid "Empty notes are always deleted without confirmation."
2830 msgstr "Пустые записки всегда удаляются без подтверждения."
2831
2832 #: ../trashapplet/src/trashapplet.c:122
3003 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:353
3004 msgid "Hide notes when the des_ktop is clicked on"
3005 msgstr "Скрывать записки при щелчке мышью по _рабочему столу"
3006
3007 #: gnome-applets/sticky-notes/ui/sticky-notes-preferences.ui:357
3008 msgid "Choose whether to hide all notes when selecting on the desktop"
3009 msgstr "Выберите, скрывать ли все записики при выделении на рабочем столе"
3010
3011 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:8
3012 msgid "Sticky Note Properties"
3013 msgstr "Параметры липкой записки"
3014
3015 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:78
3016 msgid "Properties"
3017 msgstr "Свойства"
3018
3019 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:101
3020 msgid "_Title:"
3021 msgstr "_Заголовок:"
3022
3023 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:113
3024 msgid "Specify a title for the note"
3025 msgstr "Заголовок записки"
3026
3027 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:122
3028 msgid "Use default co_lor"
3029 msgstr "Использовать цв_ета темы по умолчанию"
3030
3031 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:142
3032 msgid "Font C_olor:"
3033 msgstr "Ц_вет шрифта:"
3034
3035 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:156
3036 msgid "Note _Color:"
3037 msgstr "Цвет _записки:"
3038
3039 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:166
3040 msgid "Use default fo_nt"
3041 msgstr "Использовать шр_ифт по умолчанию"
3042
3043 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:196
3044 msgid "Choose a color for the note"
3045 msgstr "Выберите цвет записки"
3046
3047 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:197
3048 msgid "Pick a color for the sticky note"
3049 msgstr "Выберите цвет записки"
3050
3051 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:223
3052 msgid "Choose a font for the note"
3053 msgstr "Выберите шрифт записки"
3054
3055 #: gnome-applets/sticky-notes/ui/sticky-notes-properties.ui:225
3056 msgid "Pick a font for the sticky note"
3057 msgstr "Выберите шрифт для записки"
3058
3059 #: gnome-applets/timer/timer-applet-menu.ui:5
3060 msgid "_Start timer"
3061 msgstr "З_апустить таймер"
3062
3063 #: gnome-applets/timer/timer-applet-menu.ui:9
3064 msgid "P_ause timer"
3065 msgstr "_Приостановить таймер"
3066
3067 #: gnome-applets/timer/timer-applet-menu.ui:13
3068 msgid "S_top timer"
3069 msgstr "_Остановить таймер"
3070
3071 #: gnome-applets/timer/timer-applet.c:118
3072 msgid "Finished"
3073 msgstr "Завершено"
3074
3075 #: gnome-applets/timer/timer-applet.c:125
3076 #: gnome-applets/timer/timer-applet.c:137
3077 msgid "Timer finished!"
3078 msgstr "Таймер завершён!"
3079
3080 #: gnome-applets/timer/timer-applet.c:273
3081 msgid "Timer Applet Preferences"
3082 msgstr "Параметры апплета «Таймер»"
3083
3084 #: gnome-applets/timer/timer-applet.c:286
3085 msgid "Name:"
3086 msgstr "Название:"
3087
3088 #: gnome-applets/timer/timer-applet.c:295
3089 msgid "Hours:"
3090 msgstr "Часов:"
3091
3092 #: gnome-applets/timer/timer-applet.c:306
3093 msgid "Minutes:"
3094 msgstr "Минут:"
3095
3096 #: gnome-applets/timer/timer-applet.c:317
3097 msgid "Seconds:"
3098 msgstr "Секунд:"
3099
3100 #: gnome-applets/timer/timer-applet.c:328
3101 msgid "Show notification popup"
3102 msgstr "Показать всплывающее уведомление"
3103
3104 #: gnome-applets/timer/timer-applet.c:332
3105 msgid "Show dialog"
3106 msgstr "Показывать диалоговое окно"
3107
3108 #: gnome-applets/tracker-search-bar/tracker-applet.c:411
3109 msgid "A search bar applet for finding content stored in Tracker"
3110 msgstr "Апплет панели поиска для поиска данных, хранящихся в «Tracker»"
3111
3112 #: gnome-applets/tracker-search-bar/tracker-applet.c:459
3113 msgid "Copyright Tracker Authors 2005-2010"
3114 msgstr "Авторские права - разработчики «Tracker» 2005-2010"
3115
3116 #: gnome-applets/tracker-search-bar/tracker-results-window.c:687
3117 #: gnome-applets/tracker-search-bar/tracker-results-window.c:704
3118 msgid "Other"
3119 msgstr "Другое"
3120
3121 #: gnome-applets/tracker-search-bar/tracker-results-window.c:688
3122 msgid "Contacts"
3123 msgstr "Контакты"
3124
3125 #: gnome-applets/tracker-search-bar/tracker-results-window.c:689
3126 msgid "Tags"
3127 msgstr "Теги"
3128
3129 #: gnome-applets/tracker-search-bar/tracker-results-window.c:690
3130 msgid "Email Addresses"
3131 msgstr "Адрес эл.почты"
3132
3133 #: gnome-applets/tracker-search-bar/tracker-results-window.c:691
3134 msgid "Documents"
3135 msgstr "Документы"
3136
3137 #: gnome-applets/tracker-search-bar/tracker-results-window.c:692
3138 msgid "Applications"
3139 msgstr "Приложения"
3140
3141 #: gnome-applets/tracker-search-bar/tracker-results-window.c:693
3142 msgid "Images"
3143 msgstr "Изображения"
3144
3145 #: gnome-applets/tracker-search-bar/tracker-results-window.c:694
3146 msgid "Audio"
3147 msgstr "Аудио"
3148
3149 #: gnome-applets/tracker-search-bar/tracker-results-window.c:695
3150 msgid "Folders"
3151 msgstr "Папки"
3152
3153 #: gnome-applets/tracker-search-bar/tracker-results-window.c:696
3154 msgid "Fonts"
3155 msgstr "Шрифты"
3156
3157 #: gnome-applets/tracker-search-bar/tracker-results-window.c:697
3158 msgid "Videos"
3159 msgstr "Видео"
3160
3161 #: gnome-applets/tracker-search-bar/tracker-results-window.c:698
3162 msgid "Archives"
3163 msgstr "Архивы"
3164
3165 #: gnome-applets/tracker-search-bar/tracker-results-window.c:699
3166 msgid "Bookmarks"
3167 msgstr "Закладки"
3168
3169 #: gnome-applets/tracker-search-bar/tracker-results-window.c:700
3170 msgid "Links"
3171 msgstr "Ссылки"
3172
3173 #: gnome-applets/tracker-search-bar/tracker-results-window.c:1073
3174 msgid "Category"
3175 msgstr "Категория"
3176
3177 #: gnome-applets/tracker-search-bar/tracker-results-window.c:1101
3178 #: gnome-applets/window-title/window-title.ui:424
3179 msgid "Title"
3180 msgstr "Заголовок"
3181
3182 #: gnome-applets/tracker-search-bar/tracker-results-window.c:1158
3183 #, c-format
3184 msgid "No results found for “%s”"
3185 msgstr "Ничего не найдено для «%s»"
3186
3187 #: gnome-applets/trash/trash-applet.c:123
28333188 #, c-format
28343189 msgid "%d Item in Trash"
28353190 msgid_plural "%d Items in Trash"
28373192 msgstr[1] "%d элемента в корзине"
28383193 msgstr[2] "%d элементов в корзине"
28393194
2840 #: ../trashapplet/src/trashapplet.c:130
3195 #: gnome-applets/trash/trash-applet.c:131
28413196 msgid "No Items in Trash"
28423197 msgstr "В корзине нет элементов"
28433198
2844 #: ../trashapplet/src/trashapplet.c:367
3199 #: gnome-applets/trash/trash-applet.c:340
3200 #, c-format
28453201 msgid ""
28463202 "Error while spawning Nautilus:\n"
28473203 "%s"
28493205 "Ошибка запуска Nautilus:\n"
28503206 "%s"
28513207
2852 #: ../trashapplet/src/trashapplet.c:419
3208 #: gnome-applets/trash/trash-applet.c:361
3209 msgid "Delete Immediately?"
3210 msgstr "Удалить окончательно?"
3211
3212 #: gnome-applets/trash/trash-applet.c:390
3213 msgid "Cannot move items to trash, do you want to delete them immediately?"
3214 msgstr "Не удается переместить элементы в корзину, удалить их окончательно?"
3215
3216 #: gnome-applets/trash/trash-applet.c:391
3217 #, c-format
3218 msgid "The selected item cannot be moved to the trash"
3219 msgid_plural "None of the %d selected items can be moved to the Trash"
3220 msgstr[0] "Выбранный %d элемент не может быть перемещён в корзину"
3221 msgstr[1] "Ни один из %d выбранных элементов не может быть перемещён в корзину"
3222 msgstr[2] "Ни один из %d выбранных элементов не может быть перемещён в корзину"
3223
3224 #: gnome-applets/trash/trash-applet.c:397
3225 msgid ""
3226 "Cannot move some items to trash, do you want to delete these immediately?"
3227 msgstr "Не удается переместить элементы в корзину, удалить их окончательно?"
3228
3229 #: gnome-applets/trash/trash-applet.c:398
3230 #, c-format
3231 msgid "The selected item cannot be moved to the Trash"
3232 msgid_plural "%d of the selected items cannot be moved to the Trash"
3233 msgstr[0] "Выбранный %d элемент не может быть перемещён в корзину"
3234 msgstr[1] "Ни один из %d выбранных элементов не может быть перемещён в корзину"
3235 msgstr[2] "Ни один из %d выбранных элементов не может быть перемещён в корзину"
3236
3237 #: gnome-applets/trash/trash-applet.c:565
28533238 msgid ""
28543239 "A GNOME trash bin that lives in your panel. You can use it to view the trash "
28553240 "or drag and drop items into the trash."
28573242 "Корзина среды GNOME, которая живет в вашей панели. Вы можете использовать ее "
28583243 "для просмотра корзины или перетаскивания в нее элементов."
28593244
2860 #: ../trashapplet/src/trashapplet.c:444
2861 msgid "Delete Immediately?"
2862 msgstr "Удалить окончательно?"
2863
2864 #: ../trashapplet/src/trashapplet.c:473
2865 msgid "Cannot move items to trash, do you want to delete them immediately?"
2866 msgstr "Не удается переместить элементы в корзину, удалить их окончательно?"
2867
2868 #: ../trashapplet/src/trashapplet.c:478
2869 msgid ""
2870 "Cannot move some items to trash, do you want to delete these immediately?"
2871 msgstr "Не удается переместить элементы в корзину, удалить их окончательно?"
2872
2873 #: ../trashapplet/src/trashapplet.c:608
2874 msgid "Trash Applet"
2875 msgstr "Апплет корзины"
2876
28773245 #. Translators: the %s in this string should be read as %d.
2878 #: ../trashapplet/src/trash-empty.c:70
3246 #: gnome-applets/trash/trash-empty.c:70
28793247 #, c-format
28803248 msgid "Removing item %s of %s"
28813249 msgstr "Удаляется элемент %s из %s"
28823250
28833251 #. Translators: %s is a file name
2884 #: ../trashapplet/src/trash-empty.c:96
3252 #: gnome-applets/trash/trash-empty.c:96
28853253 #, c-format
28863254 msgid "Removing: %s"
28873255 msgstr "Удаляется: %s"
28883256
2889 #: ../trashapplet/src/trash-empty.c:321
3257 #: gnome-applets/trash/trash-empty.c:305
28903258 msgid "Empty all of the items from the trash?"
28913259 msgstr "Очистить все элементы из корзины?"
28923260
2893 #: ../trashapplet/src/trash-empty.c:328
3261 #: gnome-applets/trash/trash-empty.c:312
28943262 msgid ""
28953263 "If you choose to empty the trash, all items in it will be permanently lost. "
28963264 "Please note that you can also delete them separately."
28983266 "Если вы очистите корзину, элементы будут окончательно удалены. Учтите, что "
28993267 "их также можно удалять по одному."
29003268
2901 #: ../trashapplet/src/trash-empty.c:342
2902 #: ../trashapplet/trashapplet-menu.xml.h:2
3269 #: gnome-applets/trash/trash-empty.c:326 gnome-applets/trash/trash-menu.ui:9
29033270 msgid "_Empty Trash"
29043271 msgstr "_Очистить корзину"
29053272
2906 #: ../trashapplet/trashapplet-menu.xml.h:1
3273 #: gnome-applets/trash/trash-empty.ui:7 gnome-applets/trash/trash-empty.ui:21
3274 msgid "Emptying the Trash"
3275 msgstr "Очистка корзины"
3276
3277 #: gnome-applets/trash/trash-empty.ui:36
3278 msgid "From:"
3279 msgstr "От:"
3280
3281 #: gnome-applets/trash/trash-menu.ui:5
29073282 msgid "_Open Trash"
29083283 msgstr "_Открыть корзину"
29093284
2910 #: ../trashapplet/trashapplet-empty-progress.ui.h:1
2911 msgid "Emptying the Trash"
2912 msgstr "Очистка корзины"
2913
2914 #: ../trashapplet/trashapplet-empty-progress.ui.h:2
2915 msgid "From:"
2916 msgstr "От:"
2917
2918 #: ../windowpicker/src/applet.c:199 ../windowpicker/src/applet.c:200
2919 msgid "Window Picker"
2920 msgstr "Указатель окон"
2921
2922 #: ../windowpicker/src/applet.c:262
3285 #: gnome-applets/window-buttons/window-buttons.c:254
3286 #: gnome-applets/window-buttons/window-buttons.ui:113
3287 msgid "Unmaximize"
3288 msgstr "Отменить развёртывание"
3289
3290 #: gnome-applets/window-buttons/window-buttons.c:258
3291 #: gnome-applets/window-buttons/window-buttons.ui:127
3292 msgid "Maximize"
3293 msgstr "Развернуть"
3294
3295 #: gnome-applets/window-buttons/window-buttons.c:265
3296 #: gnome-applets/window-buttons/window-buttons.ui:155
3297 msgid "Minimize"
3298 msgstr "Свернуть"
3299
3300 #: gnome-applets/window-buttons/window-buttons.c:266
3301 #: gnome-applets/window-buttons/window-buttons.ui:141
3302 msgid "Close"
3303 msgstr "Закрыть"
3304
3305 #: gnome-applets/window-buttons/window-buttons.c:753
3306 msgid "Window buttons for your GNOME Panel."
3307 msgstr "Кнопки окон для вашей панели GNOME."
3308
3309 #: gnome-applets/window-buttons/window-buttons.c:795
3310 #: gnome-applets/window-title/window-title.c:818
3311 msgid "Window Applets on Gnome-Look"
3312 msgstr "Апплеты окон на Gnome-Look"
3313
3314 #: gnome-applets/window-buttons/window-buttons.ui:8
3315 msgid "Window Buttons Preferences"
3316 msgstr "Параметры апплета «Кнопки окна»"
3317
3318 #: gnome-applets/window-buttons/window-buttons.ui:73
3319 msgid "Theme:"
3320 msgstr "Тема:"
3321
3322 #: gnome-applets/window-buttons/window-buttons.ui:168
3323 msgid ""
3324 "Focused\n"
3325 "Normal"
3326 msgstr ""
3327 "Сфокусировано\n"
3328 "Обычно"
3329
3330 #: gnome-applets/window-buttons/window-buttons.ui:253
3331 msgid ""
3332 "Focused\n"
3333 "Clicked"
3334 msgstr ""
3335 "Сфокусировано\n"
3336 "Нажато"
3337
3338 #: gnome-applets/window-buttons/window-buttons.ui:266
3339 msgid ""
3340 "Focused\n"
3341 "Hover"
3342 msgstr ""
3343 "Сфокусировано\n"
3344 "Наведено"
3345
3346 #: gnome-applets/window-buttons/window-buttons.ui:423
3347 msgid ""
3348 "Unfocused\n"
3349 "Normal"
3350 msgstr ""
3351 "Несфокусировано\n"
3352 "Обычно"
3353
3354 #: gnome-applets/window-buttons/window-buttons.ui:508
3355 msgid ""
3356 "Unfocused\n"
3357 "Hover"
3358 msgstr ""
3359 "Несфокусировано\n"
3360 "Наведено"
3361
3362 #: gnome-applets/window-buttons/window-buttons.ui:521
3363 msgid ""
3364 "Unfocused\n"
3365 "Clicked"
3366 msgstr ""
3367 "Несфокусировано\n"
3368 "Нажато"
3369
3370 #: gnome-applets/window-buttons/window-buttons.ui:730
3371 msgid "Use Metacity's button order"
3372 msgstr "Порядок кнопок Metacity"
3373
3374 #: gnome-applets/window-buttons/window-buttons.ui:734
3375 msgid ""
3376 "When checked, the button order will be the same as on Metacity window "
3377 "borders."
3378 msgstr ""
3379 "Когда флажок установлен, порядок кнопок будет таким же, как при обрамлении "
3380 "окна Metacity."
3381
3382 #: gnome-applets/window-buttons/window-buttons.ui:754
3383 msgid "Custom order:"
3384 msgstr "Пользовательский порядок:"
3385
3386 #. Translators: minimize, maximize, close should not be translated
3387 #: gnome-applets/window-buttons/window-buttons.ui:766
3388 msgid ""
3389 "Define your custom order by using the words:\n"
3390 "minimize, maximize and close\n"
3391 "Separate them by commas (,).\n"
3392 "Do NOT use double values!"
3393 msgstr ""
3394 "Назначьте свой порядок с помощью слов:\n"
3395 "minimize, maximize и close\n"
3396 "Разделяйте их запятыми (,).\n"
3397 "НЕ используйте слова дважды!"
3398
3399 #. Translators: these words should not be translated
3400 #: gnome-applets/window-buttons/window-buttons.ui:771
3401 msgid "minimize,maximize,close"
3402 msgstr "minimize,maximize,close"
3403
3404 #: gnome-applets/window-buttons/window-buttons.ui:781
3405 msgid "Reload"
3406 msgstr "Перезагрузить"
3407
3408 #: gnome-applets/window-buttons/window-buttons.ui:785
3409 msgid "Click to reload buttons."
3410 msgstr "Щёлкните, чтобы перезагрузить кнопки."
3411
3412 #: gnome-applets/window-buttons/window-buttons.ui:803
3413 msgid "Reverse order"
3414 msgstr "Обратный порядок"
3415
3416 #: gnome-applets/window-buttons/window-buttons.ui:824
3417 msgid "<b>Button Order</b>"
3418 msgstr "<b>Последовательность кнопок</b>"
3419
3420 #: gnome-applets/window-buttons/window-buttons.ui:854
3421 msgid "Automatic"
3422 msgstr "Автоматическая"
3423
3424 #: gnome-applets/window-buttons/window-buttons.ui:858
3425 msgid "Align buttons with panel orientation."
3426 msgstr "Выравнивание кнопок в соответствии с расположением панели."
3427
3428 #: gnome-applets/window-buttons/window-buttons.ui:871
3429 msgid "Horizontal"
3430 msgstr "Горизонтальная"
3431
3432 #: gnome-applets/window-buttons/window-buttons.ui:875
3433 msgid "Force buttons to always appear horizontal."
3434 msgstr "Кнопки всегда отображаются горизонтально."
3435
3436 #: gnome-applets/window-buttons/window-buttons.ui:888
3437 msgid "Vertical"
3438 msgstr "Вертикальная"
3439
3440 #: gnome-applets/window-buttons/window-buttons.ui:892
3441 msgid "Force buttons to always appear vertical."
3442 msgstr "Кнопки всегда отображаются вертикально."
3443
3444 #: gnome-applets/window-buttons/window-buttons.ui:911
3445 msgid "<b>Button Orientation</b>"
3446 msgstr "<b>Ориентация кнопок</b>"
3447
3448 #: gnome-applets/window-buttons/window-buttons.ui:941
3449 msgid "Minimize Button"
3450 msgstr "Кнопка «Свернуть»"
3451
3452 #: gnome-applets/window-buttons/window-buttons.ui:956
3453 msgid "Maximize/Unmaximize Button"
3454 msgstr "Кнопка «Развернуть/Отменить развёртывание»"
3455
3456 #: gnome-applets/window-buttons/window-buttons.ui:971
3457 msgid "Close Button"
3458 msgstr "Кнопка «Закрыть»"
3459
3460 #: gnome-applets/window-buttons/window-buttons.ui:992
3461 msgid "<b>Button Hiding</b>"
3462 msgstr "<b>Скрытие кнопок</b>"
3463
3464 #: gnome-applets/window-buttons/window-buttons.ui:1014
3465 msgid "Positioning & Visibility"
3466 msgstr "Расположение и видимость"
3467
3468 #: gnome-applets/window-buttons/window-buttons.ui:1052
3469 #: gnome-applets/window-title/window-title.ui:464
3470 msgid "Control _maximized windows only"
3471 msgstr "Контролировать только _развёрнутые окна"
3472
3473 #: gnome-applets/window-buttons/window-buttons.ui:1068
3474 msgid "_Hide when no active maximized window"
3475 msgstr "_Скрыть, когда нет активного развёрнутого окна"
3476
3477 #: gnome-applets/window-buttons/window-buttons.ui:1084
3478 msgid "Enable _click effect"
3479 msgstr "Включить эффект _щелчка"
3480
3481 #: gnome-applets/window-buttons/window-buttons.ui:1100
3482 msgid "Enable _hover effect"
3483 msgstr "Включить эффект _наведения"
3484
3485 #: gnome-applets/window-buttons/window-buttons.ui:1117
3486 #: gnome-applets/window-title/window-title.ui:514
3487 msgid "Show _tooltips"
3488 msgstr "Показывать _подсказки"
3489
3490 #: gnome-applets/window-buttons/window-buttons.ui:1139
3491 msgid "<b>Internal</b>"
3492 msgstr "<b>Встроенные</b>"
3493
3494 #: gnome-applets/window-buttons/window-buttons.ui:1167
3495 msgid "Hide Compiz _decorations for maximized windows"
3496 msgstr "Скрывать _обрамление Compiz для развёрнутых окон"
3497
3498 #: gnome-applets/window-buttons/window-buttons.ui:1189
3499 msgid "<b>External</b>"
3500 msgstr "<b>Внешние</b>"
3501
3502 #: gnome-applets/window-picker/task-item.c:954
3503 msgid "Window Task Button"
3504 msgstr "Кнопка задач окна"
3505
3506 #: gnome-applets/window-picker/wp-preferences-dialog.ui:8
3507 msgid "Preferences"
3508 msgstr "Параметры"
3509
3510 #: gnome-applets/window-picker/wp-preferences-dialog.ui:57
29233511 msgid "Show windows from all workspaces"
29243512 msgstr "Показывать окна со всех рабочих мест"
29253513
2926 #: ../windowpicker/src/applet.c:265
3514 #: gnome-applets/window-picker/wp-preferences-dialog.ui:72
29273515 msgid ""
29283516 "Show the home title and\n"
29293517 "log out icon when on the desktop"
2930 msgstr "Показывать домашний заголовок и\n"
3518 msgstr ""
3519 "Показывать домашний заголовок и\n"
29313520 "значок завершения сеанса на рабочем столе"
29323521
2933 #: ../windowpicker/src/applet.c:270
2934 msgid ""
2935 "Show the application title and\n"
2936 "close icon"
2937 msgstr "Показывать заголовок приложения и\n"
2938 "значок закрытия"
2939
2940 #: ../windowpicker/src/applet.c:274
3522 #: gnome-applets/window-picker/wp-preferences-dialog.ui:88
3523 msgid ""
3524 "Show the application title and close icon\n"
3525 "for the active window"
3526 msgstr ""
3527 "Показывать заголовок приложения и значок закрытия\n"
3528 "для активного окна"
3529
3530 #: gnome-applets/window-picker/wp-preferences-dialog.ui:104
29413531 msgid "Grey out non-active window icons"
29423532 msgstr "Затемнять неактивные значки окна"
29433533
2944 #: ../windowpicker/src/applet.c:277
2945 msgid "Automatically expand task list to use full space"
2946 msgstr ""
2947 "Автоматически расширять список заданий для использования всего пространства"
2948
2949 #: ../windowpicker/src/task-title.c:168 ../windowpicker/src/task-title.c:175
2950 #: ../windowpicker/src/task-title.c:312 ../windowpicker/src/task-title.c:399
3534 #: gnome-applets/window-picker/wp-task-title.c:188
29513535 msgid "Home"
29523536 msgstr "Домой"
29533537
2954 #: ../windowpicker/src/task-title.c:172 ../windowpicker/src/task-title.c:396
3538 #: gnome-applets/window-picker/wp-task-title.c:189
29553539 msgid "Log off, switch user, lock screen or power down the computer"
29563540 msgstr ""
29573541 "Завершить сеанс, сменить пользователя, заблокировать экран или выключить "
29583542 "компьютер"
29593543
2960 #: ../windowpicker/src/task-title.c:232
3544 #: gnome-applets/window-picker/wp-task-title.c:207
29613545 msgid "Close window"
29623546 msgstr "Закрыть окно"
29633547
2964 #: ../windowpicker/src/task-title.c:337
2965 msgid "Close"
2966 msgstr "Закрыть"
2967
2968 #: ../windowpicker/src/task-title.c:338
2969 msgid "Close current window."
2970 msgstr "Закрыть текущее окно."
2971
2972 #: ../windowpicker/src/task-item.c:717
2973 msgid "Window Task Button"
2974 msgstr "Кнопка задания окна"
3548 #: gnome-applets/window-title/window-title.ui:9
3549 msgid "Window Title Preferences"
3550 msgstr "Параметры заголовка окна"
3551
3552 #: gnome-applets/window-title/window-title.ui:87
3553 msgid "Swap icon/title _order"
3554 msgstr "Поменять _местами значок и заголовок"
3555
3556 #: gnome-applets/window-title/window-title.ui:103
3557 msgid "Expand applet"
3558 msgstr "Развернуть апплет"
3559
3560 #: gnome-applets/window-title/window-title.ui:109
3561 msgid ""
3562 "Disabled until GTK+ developers fix the various bugs.\n"
3563 "You may change it using gconf-editor, but then you also need to set a fixed "
3564 "size."
3565 msgstr ""
3566 "Отключено, пока разработчики GTK+ не исправят различные ошибки.\n"
3567 "Вы можете изменить его с помощью gconf-editor, но тогда вам также необходимо "
3568 "установить фиксированный размер."
3569
3570 #: gnome-applets/window-title/window-title.ui:157
3571 msgid "Hide _icon"
3572 msgstr "Скрыть _значок"
3573
3574 #: gnome-applets/window-title/window-title.ui:179
3575 msgid "Icon"
3576 msgstr "Значок"
3577
3578 #: gnome-applets/window-title/window-title.ui:210
3579 msgid "Hide title"
3580 msgstr "Скрыть заголовок"
3581
3582 #: gnome-applets/window-title/window-title.ui:232
3583 msgid "Alignment:"
3584 msgstr "Выравнивание:"
3585
3586 #: gnome-applets/window-title/window-title.ui:245
3587 msgid ""
3588 "Set the title alignment.\n"
3589 "Note: only has effect when \"Expand applet\" is active."
3590 msgstr ""
3591 "Установка выравнивания заголовка.\n"
3592 "Примечание: действует только тогда, когда активен «Развернуть апплет»."
3593
3594 #: gnome-applets/window-title/window-title.ui:277
3595 msgid "Custom _style"
3596 msgstr "_Стиль пользователя"
3597
3598 #: gnome-applets/window-title/window-title.ui:304
3599 msgid "Active"
3600 msgstr "Активен"
3601
3602 #: gnome-applets/window-title/window-title.ui:315
3603 msgid "Inactive"
3604 msgstr "Неактивен"
3605
3606 #: gnome-applets/window-title/window-title.ui:327
3607 msgid "Font style:"
3608 msgstr "Стиль шрифта:"
3609
3610 #: gnome-applets/window-title/window-title.ui:340
3611 msgid "Font color:"
3612 msgstr "Цвет шрифта:"
3613
3614 #: gnome-applets/window-title/window-title.ui:480
3615 msgid "_Hide when no active maximized windows"
3616 msgstr "_Скрыть, когда нет активных развёрнутых окон"
3617
3618 #: gnome-applets/window-title/window-title.ui:496
3619 msgid "Show window _action menu on right-click"
3620 msgstr "Показывать меню _действий с окном при щелчке правой кнопкой мыши"
3621
3622 #: gnome-applets/window-title/window-title.ui:500
3623 msgid ""
3624 "Will cause the window action menu to appear when the title is right-"
3625 "clicked.\n"
3626 "This experimental feature is still under development!\n"
3627 "Warning! In current feature state you will be unable to access the applet "
3628 "action menu via title-right click when this option is enabled! You may still "
3629 "do so by right-clicking the icon if it is not hidden. You may always change "
3630 "this setting from gconf-editor."
3631 msgstr ""
3632 "Будет показано меню действий с окном при щелчке правой кнопкой мыши по "
3633 "заголовку.\n"
3634 "Эта экспериментальная функция всё ещё находится в разработке!\n"
3635 "Внимание! В текущем состоянии разработки вы не сможете получить доступ к "
3636 "меню действий с апплетом с помощью щелчка правой кнопкой мыши на заголовке, "
3637 "если этот параметр будет включен! Получить доступ можно с помощью щелчок "
3638 "правой кнопкой мыши на значке, если он не скрыт. Вы всегда можете изменить "
3639 "значения этого параметра в редакторе gconf."
3640
3641 #: gnome-applets/window-title/window-title.c:785
3642 msgid "Window title for your GNOME Panel."
3643 msgstr "Заголовок окна для вашей панели GNOME."
3644
3645 #, c-format
3646 #~ msgid "There was an error launching the help viewer: %s"
3647 #~ msgstr "Произошла ошибка при запуске программы просмотра справки: %s"
3648
3649 #~ msgid "AccessX Status Applet Factory"
3650 #~ msgstr "Фабрика состояния AccessX"
3651
3652 #~ msgid "Keyboard Accessibility Status Applet Factory"
3653 #~ msgstr "Фабрика состояния специальных возможностей клавиатуры"
3654
3655 #, c-format
3656 #~ msgid "There was an error displaying help: %s"
3657 #~ msgstr "Произошла ошибка при отображении справки: %s"
3658
3659 #~| msgid "HAL backend enabled."
3660 #~ msgid "upower backend enabled."
3661 #~ msgstr "Включён бекенд upower."
3662
3663 #~ msgid "Legacy (non-HAL) backend enabled."
3664 #~ msgstr "Включён устаревший бекенд (не HAL)."
3665
3666 #~ msgid "Battstat Factory"
3667 #~ msgstr "Фабрика апплета состояния батареи"
3668
3669 #~ msgid "Battery Status Utility"
3670 #~ msgstr "Индикатор состояния батареи"
3671
3672 #~ msgid "Battery power low"
3673 #~ msgstr "Батарея разряжена"
3674
3675 #~ msgid "Battery fully re-charged"
3676 #~ msgstr "Батарея полностью заряжена"
3677
3678 #~ msgid "Charpicker Applet Factory"
3679 #~ msgstr "Фабрика апплета выбора символов"
3680
3681 #~ msgid "Could not open help document"
3682 #~ msgstr "Не удается открыть документ справки"
3683
3684 #~ msgid "Frequency Scaling Unsupported"
3685 #~ msgstr "Изменение частоты не поддерживается"
3686
3687 #~ msgid "CPU frequency scaling unsupported"
3688 #~ msgstr "Изменение частоты процессора не поддерживается"
3689
3690 #~ msgid ""
3691 #~ "You will not be able to modify the frequency of your machine. Your "
3692 #~ "machine may be misconfigured or not have hardware support for CPU "
3693 #~ "frequency scaling."
3694 #~ msgstr ""
3695 #~ "Вы не сможете изменить частоту процессора на вашей машине. Ваша машина "
3696 #~ "может быть неправильно настроена, или может не иметь аппаратной поддержки "
3697 #~ "изменения частоты ЦП."
3698
3699 #~ msgid "Drive Mount Applet Factory"
3700 #~ msgstr "Фабрика апплета подключения диска"
3701
3702 #~ msgid "Factory for drive mount applet"
3703 #~ msgstr "Фабрика для апплета подключения диска"
3704
3705 #~ msgid "Geyes Applet Factory"
3706 #~ msgstr "Фабрика апплета «Глазки»"
3707
3708 #~ msgid "Radar Map"
3709 #~ msgstr "Радарная карта"
3710
3711 #~ msgid "_Visit Weather.com"
3712 #~ msgstr "Посе_тите сайт Weather.com"
3713
3714 #~ msgid "Visit Weather.com"
3715 #~ msgstr "Посетите сайт Weather.com"
3716
3717 #~ msgid "Click to Enter Weather.com"
3718 #~ msgstr "Нажмите для посещения сайта Weather.com"
3719
3720 #~ msgid "Address Entry"
3721 #~ msgstr "Строка адреса"
3722
3723 #~ msgid "Enter the URL"
3724 #~ msgstr "Введите ссылку (URL)"
3725
3726 #~ msgid "Enable _radar map"
3727 #~ msgstr "Включить _радарную карту"
3728
3729 #~ msgid "Use _custom address for radar map"
3730 #~ msgstr "Использовать _свои адреса для радарной карты"
3731
3732 #~ msgid "Display radar map"
3733 #~ msgstr "Отображать радиолокационную карту"
3734
3735 #~ msgid "Fetch a radar map on each update."
3736 #~ msgstr "Получать радиолокационную карту при каждом обновлении."
3737
3738 #~ msgid "Show detailed forecast"
3739 #~ msgstr "Показывать подробный прогноз"
3740
3741 #~ msgid ""
3742 #~ "If true, additional details about weather will be downloaded and shown."
3743 #~ msgstr ""
3744 #~ "Если в значении «true», дополнительные сведения о погоде будут загружены "
3745 #~ "и показаны."
3746
3747 #~ msgid "Gweather Applet Factory"
3748 #~ msgstr "Фабрика апплета «Сводка погоды»"
3749
3750 #~ msgid "Factory for creating the weather applet."
3751 #~ msgstr "Фабрика для создания апплета «Сводка погоды»."
3752
3753 #~ msgid "Invest Applet Factory"
3754 #~ msgstr "Фабрика апплета «Инвестиции»"
3755
3756 #~ msgid "Factory for creating the invest applet."
3757 #~ msgstr "Фабрика для создания апплета «Инвестиции»."
3758
3759 #~ msgid "Invest"
3760 #~ msgstr "Инвестиции"
3761
3762 #~ msgid "Track your invested money."
3763 #~ msgstr "Отслеживает ваши инвестиции."
3764
3765 #~ msgid "Help"
3766 #~ msgstr "Справка"
3767
3768 #~ msgid "About"
3769 #~ msgstr "Об апплете"
3770
3771 #~ msgid "Financial Chart"
3772 #~ msgstr "Финансовый график"
3773
3774 #~ msgid "_Ticker symbol: "
3775 #~ msgstr "Символ _отсчёта: "
3776
3777 #~ msgid "Auto _refresh"
3778 #~ msgstr "Автоматическое _обновление"
3779
3780 #~ msgid "Today"
3781 #~ msgstr "Сегодня"
3782
3783 #~ msgid "5 Days"
3784 #~ msgstr "5 дней"
3785
3786 #~ msgid "3 Months"
3787 #~ msgstr "3 месяца"
3788
3789 #~ msgid "6 Months"
3790 #~ msgstr "6 месяцев"
3791
3792 #~ msgid "1 Year"
3793 #~ msgstr "1 год"
3794
3795 #~ msgid "5 Years"
3796 #~ msgstr "5 лет"
3797
3798 #~ msgid "_Graph style: "
3799 #~ msgstr "_Стиль графика: "
3800
3801 #~ msgid "Moving average: "
3802 #~ msgstr "Скользящее среднее: "
3803
3804 #~ msgid "Exponential moving average: "
3805 #~ msgstr "Экспоненциальное скользящее среднее: "
3806
3807 #~ msgid "5"
3808 #~ msgstr "5"
3809
3810 #~ msgid "20"
3811 #~ msgstr "20"
3812
3813 #~ msgid "50"
3814 #~ msgstr "50"
3815
3816 #~ msgid "100"
3817 #~ msgstr "100"
3818
3819 #~ msgid "200"
3820 #~ msgstr "200"
3821
3822 #~ msgid "Overlays: "
3823 #~ msgstr "Переполнение: "
3824
3825 #~ msgid "Bollinger"
3826 #~ msgstr "Боллинджер"
3827
3828 #~ msgid "SAR"
3829 #~ msgstr "SAR"
3830
3831 #~ msgid "Splits"
3832 #~ msgstr "Дробление"
3833
3834 #~ msgid "Volumes"
3835 #~ msgstr "Объёмы"
3836
3837 #~ msgid "Indicators: "
3838 #~ msgstr "Индикаторы: "
3839
3840 #~ msgid "RSI"
3841 #~ msgstr "RSI"
3842
3843 #~ msgid "Vol"
3844 #~ msgstr "Объём"
3845
3846 #~ msgid "MFI"
3847 #~ msgstr "MFI"
3848
3849 #~ msgid "Slow stoch"
3850 #~ msgstr "Медленная осцилляция"
3851
3852 #~ msgid "Vol+MA"
3853 #~ msgstr "Объём+MA"
3854
3855 #~ msgid "ROC"
3856 #~ msgstr "ROC"
3857
3858 #~ msgid "Fast stoch"
3859 #~ msgstr "Быстрая осцилляция"
3860
3861 #, no-c-format
3862 #~ msgid "W%R"
3863 #~ msgstr "W%R"
3864
3865 #~ msgid "MACD"
3866 #~ msgstr "MACD"
3867
3868 #~ msgid "Line"
3869 #~ msgstr "Линия"
3870
3871 #~ msgid "Bar"
3872 #~ msgstr "Полоса"
3873
3874 #~ msgid "Candle"
3875 #~ msgstr "Свеча"
3876
3877 #~ msgid "Scale: "
3878 #~ msgstr "Масштаб:"
3879
3880 #~ msgid "Linear"
3881 #~ msgstr "Линейная"
3882
3883 #~ msgid "Logarithmic"
3884 #~ msgstr "Логарифмическая"
3885
3886 #~ msgid "_Options"
3887 #~ msgstr "_Параметры"
3888
3889 #~ msgid "Downloading chart from <b>Yahoo!</b>"
3890 #~ msgstr "Загружается диаграмма с <b>Yahoo!</b>"
3891
3892 #~ msgid "Invest Preferences"
3893 #~ msgstr "Параметры апплета «Инвестиции»"
3894
3895 #~ msgid "label"
3896 #~ msgstr "метка"
3897
3898 #~ msgid "Stocks"
3899 #~ msgstr "Акции"
3900
3901 #~ msgctxt " "
3902 #~ msgid "Add Group"
3903 #~ msgstr "Добавить группу"
3904
3905 #~ msgid "Show stocks of index values"
3906 #~ msgstr "Показывать акции значений индекса"
3907
3908 #~ msgid ""
3909 #~ "An index value, for instance the <i>NASDAQ Composite</i> (^IXIC), is "
3910 #~ "based on a number of stocks. This option allows to also show the quotes "
3911 #~ "of the <i><b>stocks</b></i> an index is based on."
3912 #~ msgstr ""
3913 #~ "Значение индекса, например <i>NASDAQ Composite</i> (^IXIC), основано на "
3914 #~ "количестве акций. Этот параметр позволяет показывать котировки "
3915 #~ "<i><b>акций</b></i>, основанный на этом индекс."
3916
3917 #~ msgid "Hide charts in quotes list"
3918 #~ msgstr "Скрывать диаграммы в список котировок"
3919
3920 #~ msgid ""
3921 #~ "A small chart image is shown next to each quote. The retrieval of each "
3922 #~ "chart image causes network traffic. Hiding charts reduces the network "
3923 #~ "bandwidth demand significantly."
3924 #~ msgstr ""
3925 #~ "Небольшая диаграмма, показанная рядом с каждой котировкой. Получение "
3926 #~ "изображения для диаграммы требует дополнительного траффика. Скрытие "
3927 #~ "диаграмм значительно сокращает требования к пропускной способности сети."
3928
3929 #~ msgid ""
3930 #~ "<i><small><b>Source:</b> <a href=\"http://finance.yahoo.com/\">Yahoo! "
3931 #~ "Finance</a> (at least 15 minutes delayed)</small></i>"
3932 #~ msgstr ""
3933 #~ "<i><small><b>Источник:</b> <a href=\"http://finance.yahoo.com/\">Yahoo! "
3934 #~ "Finance</a> (с задержкой, по крайней мере, в 15 минут)</small></i>"
3935
3936 #~ msgid "Currency"
3937 #~ msgstr "Валюта"
3938
3939 #~ msgid ""
3940 #~ "Type the target currency to which all stock quotes will be converted to."
3941 #~ msgstr ""
3942 #~ "Введите целевую валюту, в которую должны быть преобразованы все биржевые "
3943 #~ "акции."
3944
3945 #~ msgid "<b>You have not entered any stock information yet</b>"
3946 #~ msgstr "<b>Не введена информация об акциях</b>"
3947
3948 #~ msgid "<b>No stock quotes are currently available</b>"
3949 #~ msgstr "<b>Котировки акций недоступны</b>"
3950
3951 #~ msgid ""
3952 #~ "The server could not be contacted. The computer is either offline or the "
3953 #~ "servers are down. Try again later."
3954 #~ msgstr ""
3955 #~ "Не удалось связаться с сервером. Возможно, компьютер отключён от сети или "
3956 #~ "сервер вышел из строя. Попробуйте позже."
3957
3958 #, python-format
3959 #~ msgid "Financial Chart - %s"
3960 #~ msgstr "Финансовый график — %s"
3961
3962 #~ msgid "Opening Chart"
3963 #~ msgstr "Открывается график"
3964
3965 #~ msgid "Chart downloaded"
3966 #~ msgstr "График загружен"
3967
3968 #~ msgid "Chart could not be downloaded"
3969 #~ msgstr "Не удалось загрузить диаграмму"
3970
3971 #~ msgid "Symbol"
3972 #~ msgstr "Символ"
3973
3974 #~ msgid "Label"
3975 #~ msgstr "Метка"
3976
3977 #~ msgid "Amount"
3978 #~ msgstr "Количество"
3979
3980 #~ msgid "Price"
3981 #~ msgstr "Стоимость"
3982
3983 #~ msgid "Commission"
3984 #~ msgstr "Комиссия"
3985
3986 #~ msgid "Currency Rate"
3987 #~ msgstr "Курс валюты"
3988
3989 #~ msgid "Stock Group"
3990 #~ msgstr "Группа акций"
3991
3992 #~ msgid "Delete entire stock group?"
3993 #~ msgstr "Полностью удалить группу акций?"
3994
3995 #~ msgid ""
3996 #~ "This removes all stocks contained in this stock group!\n"
3997 #~ "Do you really want to remove this stock group?"
3998 #~ msgstr ""
3999 #~ "Это удалит все акции, содержащиеся в группе!\n"
4000 #~ "Действительно хотите удалить эту группу акций?"
4001
4002 #~ msgid "Invest could not connect to Yahoo! Finance"
4003 #~ msgstr "Не удалось соединиться с сервисом Yahoo! Finance"
4004
4005 #, python-format
4006 #~ msgid "Average change: %s"
4007 #~ msgstr "Среднее изменение: %s"
4008
4009 #, python-format
4010 #~ msgid "Positions balance: %s %s (%s)"
4011 #~ msgstr "Положения баланса: %s %s (%s)"
4012
4013 #, python-format
4014 #~ msgid "Updated at %s"
4015 #~ msgstr "Обновлено %s"
4016
4017 #~ msgid "Ticker"
4018 #~ msgstr "Счётчик"
4019
4020 #~ msgid "Last"
4021 #~ msgstr "Последнее"
4022
4023 #~ msgid "Chart"
4024 #~ msgstr "График"
4025
4026 #~ msgid "Gain"
4027 #~ msgstr "Цель"
4028
4029 #~ msgid "Gain %"
4030 #~ msgstr "Цель %"
4031
4032 #~ msgid "MiniCommander Applet Factory"
4033 #~ msgstr "Фабрика апплета «Командная строка»"
4034
4035 #
4036 #~ msgid "Modem Monitor"
4037 #~ msgstr "Монитор модема"
4038
4039 #~ msgid "Connection active, but could not get connection time"
4040 #~ msgstr "Соединение активно, но время соединения получить не удается"
4041
4042 #, c-format
4043 #~ msgid "Time connected: %.1d:%.2d"
4044 #~ msgstr "Время соединения: %.1d:%.2d"
4045
4046 #~ msgid "Not connected"
4047 #~ msgstr "Не подсоединён"
4048
4049 #~ msgid ""
4050 #~ "To connect to your Internet service provider, you need administrator "
4051 #~ "privileges"
4052 #~ msgstr ""
4053 #~ "Чтобы установить соединение с провайдером, необходимы административные "
4054 #~ "привилегии"
4055
4056 #~ msgid ""
4057 #~ "To disconnect from your Internet service provider, you need administrator "
4058 #~ "privileges"
4059 #~ msgstr ""
4060 #~ "Чтобы разорвать соединение с провайдером, необходимы административные "
4061 #~ "привилегии"
4062
4063 #~ msgid "The entered password is invalid"
4064 #~ msgstr "Введенный пароль неверен"
4065
4066 #~ msgid ""
4067 #~ "Check that you have typed it correctly and that you haven't activated the "
4068 #~ "\"caps lock\" key"
4069 #~ msgstr ""
4070 #~ "Убедитесь, что пароль был введен правильно и что клавиша «Caps Lock» не "
4071 #~ "была активирована"
4072
4073 #~ msgid "C_onnect"
4074 #~ msgstr "_Подключиться"
4075
4076 #~ msgid "_Disconnect"
4077 #~ msgstr "_Отключиться"
4078
4079 #~ msgid "Could not launch network configuration tool"
4080 #~ msgstr "Не удается запустить утилиту настройки сети"
4081
4082 #~ msgid ""
4083 #~ "Check that it's installed in the correct path and that it has the correct "
4084 #~ "permissions"
4085 #~ msgstr ""
4086 #~ "Убедитесь, что она установлена в пути поиска и имеет правильные права "
4087 #~ "доступа"
4088
4089 #~ msgid "Applet for activating and monitoring a dial-up network connection."
4090 #~ msgstr "Активирует и отображает состояние удаленного подключения к сети."
4091
4092 #~ msgid "Enter password"
4093 #~ msgstr "Введите пароль"
4094
4095 #~ msgid "Root password required"
4096 #~ msgstr "Требуется пароль суперпользователя"
4097
4098 #~ msgid "Password:"
4099 #~ msgstr "Пароль:"
4100
4101 #~ msgid "Connecting with Internet Service Provider"
4102 #~ msgstr "Соединение с Интернетом"
4103
4104 #~ msgid "Activate and monitor a dial-up network connection"
4105 #~ msgstr "Активирует и отображает состояние коммутируемого соединения"
4106
4107 #~ msgid "Sticky Notes Applet Factory"
4108 #~ msgstr "Фабрика апплета липких записок"
4109
4110 #~ msgid "Automatically expand task list to use full space"
4111 #~ msgstr ""
4112 #~ "Автоматически расширять список заданий для использования всего "
4113 #~ "пространства"
4114
4115 #~ msgid "Close current window."
4116 #~ msgstr "Закрыть текущее окно."
Binary diff not shown
+115
-1535
po/tr.po less more
00 # Turkish translation of gnome-applets.
11 # Copyright (C) 2002, 2004, 2005, 2008 Free Software Foundation, Inc.
2 # Copyright (C) 2009-2019 gnome-applets'S COPYRIGHT HOLDER
2 # Copyright (C) 2009-2022 gnome-applets's COPYRIGHT HOLDER
33 #
44 # ------ (window-picker-applet) ------------------------------------------------
55 # Turkish translations for window-picker-applet package.
6 # Copyright (C) 2009 window-picker-applet'S COPYRIGHT HOLDER
6 # Copyright (C) 2009 window-picker-applet's COPYRIGHT HOLDER
77 # This file is distributed under the same license as the window-picker-applet package.
88 # Kyle Nitzsche <kyle.nitzsche@canonical.com>, 2009.
99 # ------------------------------------------------------------------------------
2020 msgstr ""
2121 "Project-Id-Version: gnome-applets master\n"
2222 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-applets/issues\n"
23 "POT-Creation-Date: 2020-10-17 17:14+0000\n"
23 "POT-Creation-Date: 2022-07-27 15:38+0000\n"
2424 "PO-Revision-Date: 2020-11-29 03:09+0300\n"
2525 "Last-Translator: Emin Tufan Çetin <etcetin@gmail.com>\n"
2626 "Language-Team: Turkish <gnome-turk@gnome.org>\n"
236236 msgstr "Kendiliğinden güncellemeler arasındaki saniye türünden zaman aralığı."
237237
238238 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:15
239 msgid "Display radar map"
240 msgstr "Radar haritasını göster"
241
242 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:16
243 msgid "Fetch a radar map on each update."
244 msgstr "Her güncellemede radar haritası getir."
245
246 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:20
247239 msgid "Show notification"
248240 msgstr "Bildirim göster"
249241
250 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:21
242 #: data/schemas/org.gnome.gnome-applets.gweather.gschema.xml.in:16
251243 msgid "Show notifications for critical weather conditions"
252244 msgstr "Kritik hava durumları için bildirim göster"
253245
515507 msgid ""
516508 "File name for sticky notes in $XDG_CONFIG_HOME/gnome-applets/sticky-notes."
517509 msgstr ""
518 "$XDG_CONFIG_HOME/gnome-applets/sticky-notes içindeki yapışkan notlar için dosya adı."
510 "$XDG_CONFIG_HOME/gnome-applets/sticky-notes içindeki yapışkan notlar için "
511 "dosya adı."
519512
520513 #: data/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml.in:10
521514 msgid "Default width for new notes"
993986 #: gnome-applets/charpick/properties.c:510
994987 #: gnome-applets/cpufreq/cpufreq-applet-menu.ui:9
995988 #: gnome-applets/drivemount/drivemount-applet-menu.ui:5
996 #: gnome-applets/geyes/geyes-applet-menu.ui:9 gnome-applets/geyes/themes.c:268
989 #: gnome-applets/geyes/geyes-applet-menu.ui:9 gnome-applets/geyes/themes.c:270
997990 #: gnome-applets/gweather/gweather-applet-menu.ui:19
998991 #: gnome-applets/mini-commander/mini-commander-applet-menu.ui:9
999992 #: gnome-applets/multiload/multiload-applet-menu.ui:15
10841077 #: gnome-applets/accessx-status/accessx-status-applet.c:1336
10851078 #: gnome-applets/battstat/battstat-applet.c:1545
10861079 #: gnome-applets/brightness/brightness-applet.c:815
1087 #: gnome-applets/charpick/charpick-applet.c:837
1080 #: gnome-applets/charpick/charpick-applet.c:838
10881081 #: gnome-applets/command/command-applet.c:415
10891082 #: gnome-applets/cpufreq/cpufreq-applet.c:1005
10901083 #: gnome-applets/drivemount/drivemount-applet.c:176
10911084 #: gnome-applets/geyes/geyes-applet.c:410
1092 #: gnome-applets/gweather/gweather-applet.c:598
1085 #: gnome-applets/gweather/gweather-applet.c:616
10931086 #: gnome-applets/inhibit/inhibit-applet.c:431
10941087 #: gnome-applets/mini-commander/mini-commander-applet.c:470
10951088 #: gnome-applets/multiload/multiload-applet.c:514
10961089 #: gnome-applets/netspeed/netspeed-applet.c:1538
1097 #: gnome-applets/sticky-notes/sticky-notes-applet.c:848
1090 #: gnome-applets/sticky-notes/sticky-notes-applet.c:845
10981091 #: gnome-applets/timer/timer-applet.c:463
10991092 #: gnome-applets/tracker-search-bar/tracker-applet.c:464
11001093 #: gnome-applets/trash/trash-applet.c:592
11011094 #: gnome-applets/window-buttons/window-buttons.c:792
1102 #: gnome-applets/window-picker/wp-applet.c:421
1095 #: gnome-applets/window-picker/wp-applet.c:375
11031096 #: gnome-applets/window-title/window-title.c:815
11041097 msgid "translator-credits"
11051098 msgstr ""
14341427 msgid "insert special character %s"
14351428 msgstr "%s özel karakterini ekle"
14361429
1437 #: gnome-applets/charpick/charpick-applet.c:641
1430 #: gnome-applets/charpick/charpick-applet.c:642
14381431 #: gnome-applets/charpick/properties.c:431 gnome-applets/ga-module.c:95
14391432 msgid "Character Palette"
14401433 msgstr "Karakter Paleti"
14411434
1442 #: gnome-applets/charpick/charpick-applet.c:641 gnome-applets/ga-module.c:96
1435 #: gnome-applets/charpick/charpick-applet.c:642 gnome-applets/ga-module.c:96
14431436 msgid "Insert characters"
14441437 msgstr "Karakterler ekle"
14451438
1446 #: gnome-applets/charpick/charpick-applet.c:812
1439 #: gnome-applets/charpick/charpick-applet.c:813
14471440 msgid ""
14481441 "GNOME Panel applet for selecting strange characters that are not on my "
14491442 "keyboard. Released under GNU General Public Licence."
14521445 "uygulamacığı. GNU Genel Kamu Lisansına göre yayınlanmıştır."
14531446
14541447 #: gnome-applets/charpick/properties.c:74
1455 #: gnome-applets/trash/trash-applet.c:422 gnome-applets/trash/trash-empty.c:339
1448 #: gnome-applets/trash/trash-applet.c:422 gnome-applets/trash/trash-empty.c:323
14561449 msgid "_Cancel"
14571450 msgstr "_İptal"
14581451
15301523 msgstr "Karakter Paleti Tercihleri"
15311524
15321525 #: gnome-applets/charpick/properties.c:509
1533 #: gnome-applets/command/command-applet.c:103 gnome-applets/geyes/themes.c:267
1526 #: gnome-applets/command/command-applet.c:103 gnome-applets/geyes/themes.c:269
15341527 #: gnome-applets/netspeed/preferences.c:335
15351528 #: gnome-applets/timer/timer-applet.c:276
15361529 #: gnome-applets/window-picker/wp-preferences-dialog.ui:24
17491742 msgstr "Ağ Hızı Uygulamacığı"
17501743
17511744 #: gnome-applets/ga-module.c:195
1752 #: gnome-applets/sticky-notes/sticky-notes-applet.c:726
1745 #: gnome-applets/sticky-notes/sticky-notes-applet.c:723
17531746 msgid "Sticky Notes"
17541747 msgstr "Yapışkan Notlar"
17551748
18131806 msgid "A goofy set of eyes for the GNOME panel. They follow your mouse."
18141807 msgstr "GNOME paneli için birtakım pörtlek göz. Farenizi izlerler."
18151808
1816 #: gnome-applets/geyes/themes.c:141
1809 #: gnome-applets/geyes/themes.c:144
18171810 msgid "Can not launch the eyes applet."
18181811 msgstr "Gözler uygulamacığı başlatılamıyor."
18191812
1820 #: gnome-applets/geyes/themes.c:142
1813 #: gnome-applets/geyes/themes.c:145
18211814 msgid "There was a fatal error while trying to load the theme."
18221815 msgstr "Tema yüklenmeye çalışılırken önemli hata oluştu."
18231816
1824 #: gnome-applets/geyes/themes.c:265
1817 #: gnome-applets/geyes/themes.c:267
18251818 msgid "Geyes Preferences"
18261819 msgstr "Geyes Tercihleri"
18271820
1828 #: gnome-applets/geyes/themes.c:298
1821 #: gnome-applets/geyes/themes.c:300
18291822 msgid "Themes"
18301823 msgstr "Temalar"
18311824
1832 #: gnome-applets/geyes/themes.c:319
1825 #: gnome-applets/geyes/themes.c:321
18331826 msgid "_Select a theme:"
18341827 msgstr "_Tema seç:"
18351828
18381831 msgstr "_Ayrıntılar"
18391832
18401833 #: gnome-applets/gweather/gweather-applet-menu.ui:9
1841 #: gnome-applets/gweather/gweather-dialog.c:193
1834 #: gnome-applets/gweather/gweather-dialog.c:176
18421835 msgid "_Update"
18431836 msgstr "_Güncelle"
18441837
1845 #: gnome-applets/gweather/gweather-applet.c:354
18461838 #: gnome-applets/gweather/gweather-applet.c:358
1839 #: gnome-applets/gweather/gweather-applet.c:362
18471840 msgid "GNOME Weather"
18481841 msgstr "GNOME Have Durumu"
18491842
1850 #: gnome-applets/gweather/gweather-applet.c:454
1843 #: gnome-applets/gweather/gweather-applet.c:467
18511844 msgid "Weather Forecast"
18521845 msgstr "Hava Tahmini"
18531846
1854 #: gnome-applets/gweather/gweather-applet.c:473
1847 #: gnome-applets/gweather/gweather-applet.c:486
18551848 #, c-format
18561849 msgid ""
18571850 "City: %s\n"
18621855 "Gökyüzü: %s\n"
18631856 "Sıcaklık: %s"
18641857
1865 #: gnome-applets/gweather/gweather-applet.c:524
1858 #: gnome-applets/gweather/gweather-applet.c:539
18661859 msgid "Updating..."
18671860 msgstr "Güncelleniyor..."
18681861
1869 #: gnome-applets/gweather/gweather-applet.c:570
1862 #: gnome-applets/gweather/gweather-applet.c:588
18701863 msgid "A panel application for monitoring local weather conditions."
18711864 msgstr "Yerel hava durumunu izlemeye yarayan uygulamacık."
18721865
1873 #: gnome-applets/gweather/gweather-applet.c:592
1866 #: gnome-applets/gweather/gweather-applet.c:610
18741867 msgid "© 1999-2005 by S. Papadimitriou and others"
18751868 msgstr "Telif hakkı (C) 1999-2005 S. Papadimitriou ve diğerleri"
18761869
1877 #: gnome-applets/gweather/gweather-dialog.c:191
1870 #: gnome-applets/gweather/gweather-dialog.c:174
18781871 msgid "Details"
18791872 msgstr "Ayrıntılar"
18801873
1881 #: gnome-applets/gweather/gweather-dialog.c:232
1874 #: gnome-applets/gweather/gweather-dialog.c:212
18821875 msgid "City:"
18831876 msgstr "Şehir:"
18841877
1885 #: gnome-applets/gweather/gweather-dialog.c:238
1878 #: gnome-applets/gweather/gweather-dialog.c:218
18861879 msgid "Last update:"
18871880 msgstr "Son güncelleme:"
18881881
1889 #: gnome-applets/gweather/gweather-dialog.c:244
1882 #: gnome-applets/gweather/gweather-dialog.c:224
18901883 msgid "Conditions:"
18911884 msgstr "Koşullar:"
18921885
1893 #: gnome-applets/gweather/gweather-dialog.c:250
1886 #: gnome-applets/gweather/gweather-dialog.c:230
18941887 msgid "Sky:"
18951888 msgstr "Gökyüzü:"
18961889
1897 #: gnome-applets/gweather/gweather-dialog.c:256
1890 #: gnome-applets/gweather/gweather-dialog.c:236
18981891 msgid "Temperature:"
18991892 msgstr "Sıcaklık:"
19001893
1901 #: gnome-applets/gweather/gweather-dialog.c:262
1894 #: gnome-applets/gweather/gweather-dialog.c:242
19021895 msgid "Feels like:"
19031896 msgstr "Hissedilen:"
19041897
1905 #: gnome-applets/gweather/gweather-dialog.c:268
1898 #: gnome-applets/gweather/gweather-dialog.c:248
19061899 msgid "Dew point:"
19071900 msgstr "Çiğ noktası:"
19081901
1909 #: gnome-applets/gweather/gweather-dialog.c:274
1902 #: gnome-applets/gweather/gweather-dialog.c:254
19101903 msgid "Relative humidity:"
19111904 msgstr "Dolaylı nemlilik:"
19121905
1913 #: gnome-applets/gweather/gweather-dialog.c:280
1906 #: gnome-applets/gweather/gweather-dialog.c:260
19141907 msgid "Wind:"
19151908 msgstr "Rüzgar:"
19161909
1917 #: gnome-applets/gweather/gweather-dialog.c:286
1910 #: gnome-applets/gweather/gweather-dialog.c:266
19181911 msgid "Pressure:"
19191912 msgstr "Basınç:"
19201913
1921 #: gnome-applets/gweather/gweather-dialog.c:292
1914 #: gnome-applets/gweather/gweather-dialog.c:272
19221915 msgid "Visibility:"
19231916 msgstr "Görüş alanı:"
19241917
1925 #: gnome-applets/gweather/gweather-dialog.c:298
1918 #: gnome-applets/gweather/gweather-dialog.c:278
19261919 msgid "Sunrise:"
19271920 msgstr "Gün Doğumu:"
19281921
1929 #: gnome-applets/gweather/gweather-dialog.c:304
1922 #: gnome-applets/gweather/gweather-dialog.c:284
19301923 msgid "Sunset:"
19311924 msgstr "Gün Batımı:"
19321925
1933 #: gnome-applets/gweather/gweather-dialog.c:410
1926 #: gnome-applets/gweather/gweather-dialog.c:390
19341927 msgid "Current Conditions"
19351928 msgstr "Geçerli Koşullar"
19361929
1937 #: gnome-applets/gweather/gweather-dialog.c:425
1930 #: gnome-applets/gweather/gweather-dialog.c:405
19381931 msgid "Forecast Report"
19391932 msgstr "Hava Öngörü Raporu"
19401933
1941 #: gnome-applets/gweather/gweather-dialog.c:425
1934 #: gnome-applets/gweather/gweather-dialog.c:405
19421935 msgid "See the ForeCast Details"
19431936 msgstr "Hava Öngörüsü Ayrıntılarını Gör"
19441937
1945 #: gnome-applets/gweather/gweather-dialog.c:445
1938 #: gnome-applets/gweather/gweather-dialog.c:425
19461939 msgid "Forecast"
19471940 msgstr "Hava Öngörüsü"
19481941
1949 #: gnome-applets/gweather/gweather-dialog.c:451
1950 msgid "Radar Map"
1951 msgstr "Radar Haritası"
1952
1953 #. XXX: weather.com? is this an advert?
1954 #: gnome-applets/gweather/gweather-dialog.c:483
1955 msgid "_Visit Weather.com"
1956 msgstr "Weatcher.com'u _Ziyaret Et"
1957
1958 #: gnome-applets/gweather/gweather-dialog.c:484
1959 msgid "Visit Weather.com"
1960 msgstr "Weatcher.com'u ziyaret et"
1961
1962 #: gnome-applets/gweather/gweather-dialog.c:484
1963 msgid "Click to Enter Weather.com"
1964 msgstr "Weather.com'a Girmek için Tıkla"
1965
1966 #: gnome-applets/gweather/gweather-dialog.c:739
1942 #: gnome-applets/gweather/gweather-dialog.c:674
19671943 msgid "Forecast not currently available for this location."
19681944 msgstr "Bu konum için hava öngörüsü henüz yok."
19691945
19701946 #. Accessible Name and Description for the components in Preference Dialog
1971 #: gnome-applets/gweather/gweather-pref.c:131
1947 #: gnome-applets/gweather/gweather-pref.c:117
19721948 msgid "Location view"
19731949 msgstr "Konum görünümü"
19741950
1975 #: gnome-applets/gweather/gweather-pref.c:131
1951 #: gnome-applets/gweather/gweather-pref.c:117
19761952 msgid "Select Location from the list"
19771953 msgstr "Listeden Konum seç"
19781954
1979 #: gnome-applets/gweather/gweather-pref.c:132
1955 #: gnome-applets/gweather/gweather-pref.c:118
19801956 msgid "Update spin button"
19811957 msgstr "Çevirme düğmelerini güncelle"
19821958
1983 #: gnome-applets/gweather/gweather-pref.c:132
1959 #: gnome-applets/gweather/gweather-pref.c:118
19841960 msgid "Spinbutton for updating"
19851961 msgstr "Güncelleme için çevirme düğmesi"
19861962
1987 #: gnome-applets/gweather/gweather-pref.c:133
1988 msgid "Address Entry"
1989 msgstr "Adres Girişi"
1990
1991 #: gnome-applets/gweather/gweather-pref.c:133
1992 msgid "Enter the URL"
1993 msgstr "URL'yi gir"
1994
1995 #: gnome-applets/gweather/gweather-pref.c:365
1963 #: gnome-applets/gweather/gweather-pref.c:332
19961964 msgid ""
19971965 "Failed to load the Locations XML database. Please report this as a bug."
19981966 msgstr ""
19991967 "Konumlar XML veritabanı yüklenirken hata oluştur. Lütfen bunu hata olarak "
20001968 "bildirin."
20011969
2002 #: gnome-applets/gweather/gweather-pref.c:703
1970 #: gnome-applets/gweather/gweather-pref.c:626
20031971 msgid "Weather Preferences"
20041972 msgstr "Hava Durumu Tercihleri"
20051973
2006 #: gnome-applets/gweather/gweather-pref.c:734
2007 #: gnome-applets/gweather/gweather-pref.c:893
1974 #: gnome-applets/gweather/gweather-pref.c:657
1975 #: gnome-applets/gweather/gweather-pref.c:776
20081976 msgid "_Automatically update every:"
20091977 msgstr "_Kendiliğinden güncelleme aralığı:"
20101978
20121980 #. * Units settings page.
20131981 #.
20141982 #. Temperature Unit
2015 #: gnome-applets/gweather/gweather-pref.c:745
1983 #: gnome-applets/gweather/gweather-pref.c:668
20161984 msgid "_Temperature unit:"
20171985 msgstr "_Sıcaklık birimi:"
20181986
20191987 #. Default means device with default route set
2020 #: gnome-applets/gweather/gweather-pref.c:754
2021 #: gnome-applets/gweather/gweather-pref.c:772
2022 #: gnome-applets/gweather/gweather-pref.c:795
2023 #: gnome-applets/gweather/gweather-pref.c:821
1988 #: gnome-applets/gweather/gweather-pref.c:677
1989 #: gnome-applets/gweather/gweather-pref.c:695
1990 #: gnome-applets/gweather/gweather-pref.c:718
1991 #: gnome-applets/gweather/gweather-pref.c:744
20241992 #: gnome-applets/netspeed/preferences.c:171
20251993 msgid "Default"
20261994 msgstr "Öntanımlı"
20271995
2028 #: gnome-applets/gweather/gweather-pref.c:755
1996 #: gnome-applets/gweather/gweather-pref.c:678
20291997 msgid "Kelvin"
20301998 msgstr "Kelvin"
20311999
20322000 #. TRANSLATORS: Celsius is sometimes referred Centigrade
2033 #: gnome-applets/gweather/gweather-pref.c:757
2001 #: gnome-applets/gweather/gweather-pref.c:680
20342002 msgid "Celsius"
20352003 msgstr "Santigrat"
20362004
2037 #: gnome-applets/gweather/gweather-pref.c:758
2005 #: gnome-applets/gweather/gweather-pref.c:681
20382006 msgid "Fahrenheit"
20392007 msgstr "Fahrenhayt"
20402008
20412009 #. Speed Unit
2042 #: gnome-applets/gweather/gweather-pref.c:763
2010 #: gnome-applets/gweather/gweather-pref.c:686
20432011 msgid "_Wind speed unit:"
20442012 msgstr "_Rüzgar hızı birimi:"
20452013
20462014 #. TRANSLATOR: The wind speed unit "meters per second"
2047 #: gnome-applets/gweather/gweather-pref.c:774
2015 #: gnome-applets/gweather/gweather-pref.c:697
20482016 msgid "m/s"
20492017 msgstr "m/s"
20502018
20512019 #. TRANSLATOR: The wind speed unit "kilometers per hour"
2052 #: gnome-applets/gweather/gweather-pref.c:776
2020 #: gnome-applets/gweather/gweather-pref.c:699
20532021 msgid "km/h"
20542022 msgstr "km/h"
20552023
20562024 #. TRANSLATOR: The wind speed unit "miles per hour"
2057 #: gnome-applets/gweather/gweather-pref.c:778
2025 #: gnome-applets/gweather/gweather-pref.c:701
20582026 msgid "mph"
20592027 msgstr "mph"
20602028
20612029 #. TRANSLATOR: The wind speed unit "knots"
2062 #: gnome-applets/gweather/gweather-pref.c:780
2030 #: gnome-applets/gweather/gweather-pref.c:703
20632031 msgid "knots"
20642032 msgstr "knot"
20652033
2066 #: gnome-applets/gweather/gweather-pref.c:781
2034 #: gnome-applets/gweather/gweather-pref.c:704
20672035 msgid "Beaufort scale"
20682036 msgstr "Beaufort ölçeği"
20692037
20702038 #. Pressure Unit
2071 #: gnome-applets/gweather/gweather-pref.c:786
2039 #: gnome-applets/gweather/gweather-pref.c:709
20722040 msgid "_Pressure unit:"
20732041 msgstr "_Basınç birimi:"
20742042
20752043 #. TRANSLATOR: The pressure unit "kiloPascals"
2076 #: gnome-applets/gweather/gweather-pref.c:797
2044 #: gnome-applets/gweather/gweather-pref.c:720
20772045 msgid "kPa"
20782046 msgstr "kPa"
20792047
20802048 #. TRANSLATOR: The pressure unit "hectoPascals"
2081 #: gnome-applets/gweather/gweather-pref.c:799
2049 #: gnome-applets/gweather/gweather-pref.c:722
20822050 msgid "hPa"
20832051 msgstr "hPa"
20842052
20852053 #. TRANSLATOR: The pressure unit "millibars"
2086 #: gnome-applets/gweather/gweather-pref.c:801
2054 #: gnome-applets/gweather/gweather-pref.c:724
20872055 msgid "mb"
20882056 msgstr "mb"
20892057
20902058 #. TRANSLATOR: The pressure unit "millibars of mercury"
2091 #: gnome-applets/gweather/gweather-pref.c:803
2059 #: gnome-applets/gweather/gweather-pref.c:726
20922060 msgid "mmHg"
20932061 msgstr "mmHg"
20942062
20952063 #. TRANSLATOR: The pressure unit "inches of mercury"
2096 #: gnome-applets/gweather/gweather-pref.c:805
2064 #: gnome-applets/gweather/gweather-pref.c:728
20972065 msgid "inHg"
20982066 msgstr "inHg"
20992067
21002068 #. TRANSLATOR: The pressure unit "atmospheres"
2101 #: gnome-applets/gweather/gweather-pref.c:807
2069 #: gnome-applets/gweather/gweather-pref.c:730
21022070 msgid "atm"
21032071 msgstr "atm"
21042072
21052073 #. Distance Unit
2106 #: gnome-applets/gweather/gweather-pref.c:812
2074 #: gnome-applets/gweather/gweather-pref.c:735
21072075 msgid "_Visibility unit:"
21082076 msgstr "_Görüş alanı birimi:"
21092077
21102078 #. TRANSLATOR: The distance unit "meters"
2111 #: gnome-applets/gweather/gweather-pref.c:823
2079 #: gnome-applets/gweather/gweather-pref.c:746
21122080 msgid "meters"
21132081 msgstr "metre"
21142082
21152083 #. TRANSLATOR: The distance unit "kilometers"
2116 #: gnome-applets/gweather/gweather-pref.c:825
2084 #: gnome-applets/gweather/gweather-pref.c:748
21172085 msgid "km"
21182086 msgstr "km"
21192087
21202088 #. TRANSLATOR: The distance unit "miles"
2121 #: gnome-applets/gweather/gweather-pref.c:827
2089 #: gnome-applets/gweather/gweather-pref.c:750
21222090 msgid "miles"
21232091 msgstr "mil"
21242092
2125 #: gnome-applets/gweather/gweather-pref.c:850
2126 msgid "Enable _radar map"
2127 msgstr "_Radar haritasını etkinleştir"
2128
2129 #: gnome-applets/gweather/gweather-pref.c:862
2130 msgid "Use _custom address for radar map"
2131 msgstr "Radar haritası için _özel adres kullan"
2132
2133 #: gnome-applets/gweather/gweather-pref.c:877
2134 msgid "A_ddress:"
2135 msgstr "A_dres:"
2136
2137 #: gnome-applets/gweather/gweather-pref.c:889
2093 #: gnome-applets/gweather/gweather-pref.c:772
21382094 msgid "Update"
21392095 msgstr "Güncelle"
21402096
2141 #: gnome-applets/gweather/gweather-pref.c:912
2097 #: gnome-applets/gweather/gweather-pref.c:795
21422098 msgid "minutes"
21432099 msgstr "dakika"
21442100
2145 #: gnome-applets/gweather/gweather-pref.c:924
2101 #: gnome-applets/gweather/gweather-pref.c:807
21462102 msgid "Display"
21472103 msgstr "Gösterim"
21482104
2149 #: gnome-applets/gweather/gweather-pref.c:939
2105 #: gnome-applets/gweather/gweather-pref.c:815
21502106 #: gnome-applets/mini-commander/mini-commander.ui:429
21512107 #: gnome-applets/window-title/window-title.ui:127
21522108 msgid "General"
21532109 msgstr "Genel"
21542110
2155 #: gnome-applets/gweather/gweather-pref.c:952
2111 #: gnome-applets/gweather/gweather-pref.c:828
21562112 msgid "_Select a location:"
21572113 msgstr "_Konum seç:"
21582114
2159 #: gnome-applets/gweather/gweather-pref.c:977
2115 #: gnome-applets/gweather/gweather-pref.c:853
21602116 msgid "_Find:"
21612117 msgstr "_Bul:"
21622118
2163 #: gnome-applets/gweather/gweather-pref.c:984
2119 #: gnome-applets/gweather/gweather-pref.c:860
21642120 msgid "Find _Next"
21652121 msgstr "_Sonrakini Bul"
21662122
2167 #: gnome-applets/gweather/gweather-pref.c:1002
2123 #: gnome-applets/gweather/gweather-pref.c:878
21682124 msgid "Location"
21692125 msgstr "Konum"
21702126
28302786 msgid "Netspeed Preferences"
28312787 msgstr "Ağ Hızı Tercihleri"
28322788
2833 #: gnome-applets/sticky-notes/sticky-notes-applet.c:786
2789 #: gnome-applets/sticky-notes/sticky-notes-applet.c:783
28342790 #, c-format
28352791 msgid "%d note"
28362792 msgid_plural "%d notes"
28372793 msgstr[0] "%d not"
28382794
2839 #: gnome-applets/sticky-notes/sticky-notes-applet.c:787
2795 #: gnome-applets/sticky-notes/sticky-notes-applet.c:784
28402796 msgid "Show sticky notes"
28412797 msgstr "Yapışkan notları göster"
28422798
2843 #: gnome-applets/sticky-notes/sticky-notes-applet.c:825
2799 #: gnome-applets/sticky-notes/sticky-notes-applet.c:822
28442800 msgid "Sticky Notes for the GNOME Desktop Environment"
28452801 msgstr "GNOME Masaüstü Ortamı için Yapışkan Notlar"
28462802
2847 #: gnome-applets/sticky-notes/sticky-notes.c:1006
2803 #: gnome-applets/sticky-notes/sticky-notes.c:1028
28482804 msgid "This note is locked."
28492805 msgstr "Bu not kilitlendi."
28502806
2851 #: gnome-applets/sticky-notes/sticky-notes.c:1010
2807 #: gnome-applets/sticky-notes/sticky-notes.c:1032
28522808 msgid "This note is unlocked."
28532809 msgstr "Bu notun kilidi açıldı."
28542810
31153071 msgid "Copyright Tracker Authors 2005-2010"
31163072 msgstr "Telif Hakkı © 2005-2010 Tracker Yazarları"
31173073
3118 #: gnome-applets/tracker-search-bar/tracker-results-window.c:707
3119 #: gnome-applets/tracker-search-bar/tracker-results-window.c:724
3074 #: gnome-applets/tracker-search-bar/tracker-results-window.c:687
3075 #: gnome-applets/tracker-search-bar/tracker-results-window.c:704
31203076 msgid "Other"
31213077 msgstr "Diğer"
31223078
3123 #: gnome-applets/tracker-search-bar/tracker-results-window.c:708
3079 #: gnome-applets/tracker-search-bar/tracker-results-window.c:688
31243080 msgid "Contacts"
31253081 msgstr "Kişiler"
31263082
3127 #: gnome-applets/tracker-search-bar/tracker-results-window.c:709
3083 #: gnome-applets/tracker-search-bar/tracker-results-window.c:689
31283084 msgid "Tags"
31293085 msgstr "Etiketler"
31303086
3131 #: gnome-applets/tracker-search-bar/tracker-results-window.c:710
3087 #: gnome-applets/tracker-search-bar/tracker-results-window.c:690
31323088 msgid "Email Addresses"
31333089 msgstr "E-posta Adresleri"
31343090
3135 #: gnome-applets/tracker-search-bar/tracker-results-window.c:711
3091 #: gnome-applets/tracker-search-bar/tracker-results-window.c:691
31363092 msgid "Documents"
31373093 msgstr "Belgeler"
31383094
3139 #: gnome-applets/tracker-search-bar/tracker-results-window.c:712
3095 #: gnome-applets/tracker-search-bar/tracker-results-window.c:692
31403096 msgid "Applications"
31413097 msgstr "Uygulamalar"
31423098
3143 #: gnome-applets/tracker-search-bar/tracker-results-window.c:713
3099 #: gnome-applets/tracker-search-bar/tracker-results-window.c:693
31443100 msgid "Images"
31453101 msgstr "Görüntüler"
31463102
3147 #: gnome-applets/tracker-search-bar/tracker-results-window.c:714
3103 #: gnome-applets/tracker-search-bar/tracker-results-window.c:694
31483104 msgid "Audio"
31493105 msgstr "Ses"
31503106
3151 #: gnome-applets/tracker-search-bar/tracker-results-window.c:715
3107 #: gnome-applets/tracker-search-bar/tracker-results-window.c:695
31523108 msgid "Folders"
31533109 msgstr "Klasörler"
31543110
3155 #: gnome-applets/tracker-search-bar/tracker-results-window.c:716
3111 #: gnome-applets/tracker-search-bar/tracker-results-window.c:696
31563112 msgid "Fonts"
31573113 msgstr "Yazı tipleri"
31583114
3159 #: gnome-applets/tracker-search-bar/tracker-results-window.c:717
3115 #: gnome-applets/tracker-search-bar/tracker-results-window.c:697
31603116 msgid "Videos"
31613117 msgstr "Videolar"
31623118
3163 #: gnome-applets/tracker-search-bar/tracker-results-window.c:718
3119 #: gnome-applets/tracker-search-bar/tracker-results-window.c:698
31643120 msgid "Archives"
31653121 msgstr "Arşivler"
31663122
3167 #: gnome-applets/tracker-search-bar/tracker-results-window.c:719
3123 #: gnome-applets/tracker-search-bar/tracker-results-window.c:699
31683124 msgid "Bookmarks"
31693125 msgstr "Yer imleri"
31703126
3171 #: gnome-applets/tracker-search-bar/tracker-results-window.c:720
3127 #: gnome-applets/tracker-search-bar/tracker-results-window.c:700
31723128 msgid "Links"
31733129 msgstr "Bağlantılar"
31743130
3175 #: gnome-applets/tracker-search-bar/tracker-results-window.c:1093
3131 #: gnome-applets/tracker-search-bar/tracker-results-window.c:1073
31763132 msgid "Category"
31773133 msgstr "Kategori"
31783134
3179 #: gnome-applets/tracker-search-bar/tracker-results-window.c:1121
3135 #: gnome-applets/tracker-search-bar/tracker-results-window.c:1101
31803136 #: gnome-applets/window-title/window-title.ui:424
31813137 msgid "Title"
31823138 msgstr "Başlık"
31833139
3184 #: gnome-applets/tracker-search-bar/tracker-results-window.c:1178
3140 #: gnome-applets/tracker-search-bar/tracker-results-window.c:1158
31853141 #, c-format
31863142 msgid "No results found for “%s”"
31873143 msgstr "“%s” için sonuç bulunamadı"
32503206 msgid "Removing: %s"
32513207 msgstr "Siliniyor: %s"
32523208
3253 #: gnome-applets/trash/trash-empty.c:321
3209 #: gnome-applets/trash/trash-empty.c:305
32543210 msgid "Empty all of the items from the trash?"
32553211 msgstr "Çöpteki tüm ögeleri boşaltmak istediğinize emin misiniz?"
32563212
3257 #: gnome-applets/trash/trash-empty.c:328
3213 #: gnome-applets/trash/trash-empty.c:312
32583214 msgid ""
32593215 "If you choose to empty the trash, all items in it will be permanently lost. "
32603216 "Please note that you can also delete them separately."
32623218 "Eğer çöpü boşaltmayı seçerseniz, çöpteki tüm ögeler yok olacaktır. Bunları "
32633219 "ayrı ayrı da silebilirsiniz."
32643220
3265 #: gnome-applets/trash/trash-empty.c:342 gnome-applets/trash/trash-menu.ui:9
3221 #: gnome-applets/trash/trash-empty.c:326 gnome-applets/trash/trash-menu.ui:9
32663222 msgid "_Empty Trash"
32673223 msgstr "Çöpü _Boşalt"
32683224
36343590 #: gnome-applets/window-title/window-title.c:785
36353591 msgid "Window title for your GNOME Panel."
36363592 msgstr "GNOME Paneli için pencere başlığı."
3637
3638 #~ msgid "AccessX Status Applet Factory"
3639 #~ msgstr "AccessX Durum Uygulamacığı Üreticisi"
3640
3641 #~ msgid "Keyboard Accessibility Status Applet Factory"
3642 #~ msgstr "Klavye Erişilebilirlik Durumu Uygulamacığı Üreticisi"
3643
3644 #~ msgid "There was an error launching the help viewer: %s"
3645 #~ msgstr "Yardım görüntüleyici açılırken bir hata oluştu: %s"
3646
3647 #~ msgid "Battstat Factory"
3648 #~ msgstr "Battstat Üreticisi"
3649
3650 #~ msgid "Battery Status Utility"
3651 #~ msgstr "Pil Durumu Aracı"
3652
3653 #~ msgid "Battery power low"
3654 #~ msgstr "Pil gücü zayıf"
3655
3656 #~ msgid "Battery fully re-charged"
3657 #~ msgstr "Pil tümüyle doldu"
3658
3659 #~ msgid "There was an error displaying help: %s"
3660 #~ msgstr "Yardım gösterilirken hata oluştu: %s"
3661
3662 #~ msgid "upower backend enabled."
3663 #~ msgstr "upower arka ucu etkinleştirildi."
3664
3665 #~ msgid "Legacy (non-HAL) backend enabled."
3666 #~ msgstr "Eski (HAL olmayan) arka uç etkinleştirildi."
3667
3668 #~ msgid "Licensed under the GNU General Public License Version 2"
3669 #~ msgstr "GNU Genel Kamu Lisansı Sürüm 2 ile lisanslanmıştır"
3670
3671 #~ msgid ""
3672 #~ "Brightness Applet is free software; you can redistribute it and/or\n"
3673 #~ "modify it under the terms of the GNU General Public License\n"
3674 #~ "as published by the Free Software Foundation; either version 2\n"
3675 #~ "of the License, or (at your option) any later version."
3676 #~ msgstr ""
3677 #~ "Parlaklık Uygulamacığı özgür yazılımdır; Free Software Foundation "
3678 #~ "tarafından\n"
3679 #~ "yayımlanmış GNU Genel Kamu Lisansı maddeleri gereğince;\n"
3680 #~ "lisansın 2. sürümü ya da (tercihinize göre) daha sonraki sürümlerine "
3681 #~ "göre,\n"
3682 #~ "kendiniz dağıtabilir ve/veya değiştirebilirsiniz."
3683
3684 #~ msgid ""
3685 #~ "Brightness Applet is distributed in the hope that it will be useful,\n"
3686 #~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3687 #~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
3688 #~ "GNU General Public License for more details."
3689 #~ msgstr ""
3690 #~ "Parlaklık Uygulamacığı faydalı olacağı ümidi ile, fakat herhangi bir\n"
3691 #~ "GARANTİ OLMADAN; ALIP-VERİLEBİLİRLİK veya BELİRLİ BİR AMACA\n"
3692 #~ "UYGUNLUK garantisi bile olmadan dağıtılır. Ayrıntılar için\n"
3693 #~ "GNU Genel Kamu Lisansına göz atın."
3694
3695 #~ msgid ""
3696 #~ "You should have received a copy of the GNU General Public License\n"
3697 #~ "along with this program; if not, write to the Free Software\n"
3698 #~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
3699 #~ "02110-1301, USA."
3700 #~ msgstr ""
3701 #~ "Bu programla birlikte GNU Genel Kamu Lisansı'nın bir kopyasını\n"
3702 #~ "almış olmalısınız, eğer almadıysanız, Free Software\n"
3703 #~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
3704 #~ "02110-1301, USA. adresine yazınız."
3705
3706 #~ msgid "Charpicker Applet Factory"
3707 #~ msgstr "Karakter Seçici Uygulamacığı Üreticisi"
3708
3709 #~ msgid "Command Factory"
3710 #~ msgstr "Komut Üreticisi"
3711
3712 #~ msgid "Could not open help document"
3713 #~ msgstr "Yardım dosyası açılamadı"
3714
3715 #~ msgid "Drive Mount Applet Factory"
3716 #~ msgstr "Sürücü Bağlama Uygulamacığı Üreticisi"
3717
3718 #~ msgid "Factory for drive mount applet"
3719 #~ msgstr "Sürücü bağlama uygulamacığı üreticisi"
3720
3721 #~ msgid "Geyes Applet Factory"
3722 #~ msgstr "Geyes Uygulamacığı Üreticisi"
3723
3724 #~ msgid "Gweather Applet Factory"
3725 #~ msgstr "Gweather Uygulamacığı Üreticisi"
3726
3727 #~ msgid "Factory for creating the weather applet."
3728 #~ msgstr "Hava durumu uygulamacığı üreticisi."
3729
3730 #~ msgid ""
3731 #~ "Inhibit Applet is free software; you can redistribute it and/or\n"
3732 #~ "modify it under the terms of the GNU General Public License\n"
3733 #~ "as published by the Free Software Foundation; either version 2\n"
3734 #~ "of the License, or (at your option) any later version."
3735 #~ msgstr ""
3736 #~ "Önleme Uygulamacığı özgür yazılımdır; Free Software Foundation "
3737 #~ "tarafından\n"
3738 #~ "yayımlanmış GNU Genel Kamu Lisansı maddeleri gereğince;\n"
3739 #~ "lisansın 2. sürümü ya da (tercihinize göre) daha sonraki sürümlerine "
3740 #~ "göre,\n"
3741 #~ "kendiniz dağıtabilir ve/veya değiştirebilirsiniz."
3742
3743 #~ msgid ""
3744 #~ "Inhibit Applet is distributed in the hope that it will be useful,\n"
3745 #~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3746 #~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
3747 #~ "GNU General Public License for more details."
3748 #~ msgstr ""
3749 #~ "Önleme Uygulamacığı faydalı olacağı ümidi ile, fakat herhangi bir\n"
3750 #~ "GARANTİ OLMADAN; ALIP-VERİLEBİLİRLİK veya BELİRLİ BİR AMACA\n"
3751 #~ "UYGUNLUK garantisi bile olmadan dağıtılır. Ayrıntılar için\n"
3752 #~ "GNU Genel Kamu Lisansına göz atın."
3753
3754 #~ msgid "MiniCommander Applet Factory"
3755 #~ msgstr "Küçük Komutan Uygulamacığı Üreticisi"
3756
3757 #~ msgid "Show sum instead of in &amp; out"
3758 #~ msgstr "Girdi-Çıktı yerine toplamı göster"
3759
3760 #~ msgid "Netspeed Applet Factory"
3761 #~ msgstr "Ağ Hızı Uygulamacığı Üreticisi"
3762
3763 #~ msgid "Netspeed Website"
3764 #~ msgstr "Ağ Hızı Web Sitesi"
3765
3766 #~ msgid ""
3767 #~ "There was an error displaying help:\n"
3768 #~ "%s"
3769 #~ msgstr ""
3770 #~ "Yardım görüntülenirken hata oluştu:\n"
3771 #~ "%s"
3772
3773 #~ msgid "Sticky Notes Applet Factory"
3774 #~ msgstr "Yapışkan Notlar Uygulamacığı Üreticisi"
3775
3776 #~ msgid "Timer Factory"
3777 #~ msgstr "Zamanlayıcı Üreticisi"
3778
3779 #~ msgid "Window Buttons applet Factory"
3780 #~ msgstr "Pencere Düğmeleri uygulamacığı Üreticisi"
3781
3782 #~ msgid "Factory for the window picker applet"
3783 #~ msgstr "Pencere seçici uygulamacığı üreticisi"
3784
3785 #~ msgid "Switch between open windows"
3786 #~ msgstr "Açık pencereler arasında geçiş yap"
3787
3788 #~ msgid "Window Title applet Factory"
3789 #~ msgstr "Pencere Başlığı uygulamacığı Üreticisi"
3790
3791 #~ msgid "Factory for Window Title"
3792 #~ msgstr "Pencere Başlığı Üreticisi"
3793
3794 #~ msgid "Frequency Scaling Unsupported"
3795 #~ msgstr "Frekans Ölçümü Desteklenmiyor"
3796
3797 #~ msgid "CPU frequency scaling unsupported"
3798 #~ msgstr "İşlemci frekansı ölçümü desteklenmiyor"
3799
3800 #~ msgid ""
3801 #~ "You will not be able to modify the frequency of your machine. Your "
3802 #~ "machine may be misconfigured or not have hardware support for CPU "
3803 #~ "frequency scaling."
3804 #~ msgstr ""
3805 #~ "Makinanızın frekansını değiştiremezsiniz. Makinanız yanlış "
3806 #~ "yapılandırılmış ya da işlemci frekansı ölçeklenmesi için gerekli donanıma "
3807 #~ "sahip olmayabilir."
3808
3809 #~ msgid "Show detailed forecast"
3810 #~ msgstr "Ayrıntılı hava durumu göster"
3811
3812 #~ msgid ""
3813 #~ "If true, additional details about weather will be downloaded and shown."
3814 #~ msgstr ""
3815 #~ "Seçilirse, hava durumuyla ilgili ek detaylar indirilir ve gösterilir."
3816
3817 #~ msgid "Invest Applet Factory"
3818 #~ msgstr "Invest Uygulamacığı Üreticisi"
3819
3820 #~ msgid "Invest"
3821 #~ msgstr "Yatırım"
3822
3823 #~ msgid "Track your invested money."
3824 #~ msgstr "Yatırımlarınızı takip edin."
3825
3826 #~ msgid "Refresh"
3827 #~ msgstr "Tazele"
3828
3829 #~ msgid "Help"
3830 #~ msgstr "Yardım"
3831
3832 #~ msgid "About"
3833 #~ msgstr "Hakkında"
3834
3835 #~ msgid "Financial Chart"
3836 #~ msgstr "Finansal Tablo"
3837
3838 #~ msgid "_Ticker symbol: "
3839 #~ msgstr "_Ticker sembolü: "
3840
3841 #~ msgid "Auto _refresh"
3842 #~ msgstr "Kendiliğinden _tazele"
3843
3844 #~ msgid "Today"
3845 #~ msgstr "Bugün"
3846
3847 #~ msgid "5 Days"
3848 #~ msgstr "5 Gün"
3849
3850 #~ msgid "3 Months"
3851 #~ msgstr "3 Ay"
3852
3853 #~ msgid "6 Months"
3854 #~ msgstr "6 Ay"
3855
3856 #~ msgid "1 Year"
3857 #~ msgstr "1 Yıl"
3858
3859 #~ msgid "5 Years"
3860 #~ msgstr "5 Yıl"
3861
3862 #~ msgid "_Graph style: "
3863 #~ msgstr "_Grafik biçemi: "
3864
3865 #~ msgid "Moving average: "
3866 #~ msgstr "Taşınan ortalama: "
3867
3868 #~ msgid "Exponential moving average: "
3869 #~ msgstr "Artan taşıma ortalaması: "
3870
3871 #~ msgid "Overlays: "
3872 #~ msgstr "Kaplamalar: "
3873
3874 #~ msgid "Indicators: "
3875 #~ msgstr "Belirteçler: "
3876
3877 #~ msgid "Line"
3878 #~ msgstr "Çizgi"
3879
3880 #~ msgid "Bar"
3881 #~ msgstr "Çubuk"
3882
3883 #~ msgid "Candle"
3884 #~ msgstr "Mum"
3885
3886 #~ msgid "Scale: "
3887 #~ msgstr "Ölçek:"
3888
3889 #~ msgid "Linear"
3890 #~ msgstr "Doğrusal"
3891
3892 #~ msgid "Logarithmic"
3893 #~ msgstr "Logaritmik"
3894
3895 #~ msgid "5"
3896 #~ msgstr "5"
3897
3898 #~ msgid "10"
3899 #~ msgstr "10"
3900
3901 #~ msgid "20"
3902 #~ msgstr "20"
3903
3904 #~ msgid "50"
3905 #~ msgstr "50"
3906
3907 #~ msgid "100"
3908 #~ msgstr "100"
3909
3910 #~ msgid "200"
3911 #~ msgstr "200"
3912
3913 #~ msgid "Bollinger"
3914 #~ msgstr "Bollinger"
3915
3916 #~ msgid "SAR"
3917 #~ msgstr "SAR"
3918
3919 #~ msgid "Splits"
3920 #~ msgstr "Splitler"
3921
3922 #~ msgid "Volumes"
3923 #~ msgstr "Birimler"
3924
3925 #~ msgid "MACD"
3926 #~ msgstr "MACD"
3927
3928 #~ msgid "MFI"
3929 #~ msgstr "MFI"
3930
3931 #~ msgid "ROC"
3932 #~ msgstr "ROC"
3933
3934 #~ msgid "RSI"
3935 #~ msgstr "RSI"
3936
3937 #~ msgid "Vol"
3938 #~ msgstr "Birim"
3939
3940 #~ msgid "Slow stoch"
3941 #~ msgstr "Yavaş stoch"
3942
3943 #~ msgid "Vol+MA"
3944 #~ msgstr "Birim+MA"
3945
3946 #~ msgid "Fast stoch"
3947 #~ msgstr "Hızlı stoch"
3948
3949 #~ msgid "W%R"
3950 #~ msgstr "W%R"
3951
3952 #~ msgid "_Options"
3953 #~ msgstr "_Seçenekler"
3954
3955 #~ msgid "Downloading chart from <b>Yahoo!</b>"
3956 #~ msgstr "Tablo <b>Yahoo!</b>'dan indiriliyor"
3957
3958 #~ msgid "Invest Preferences"
3959 #~ msgstr "Yatırımcı Tercihleri"
3960
3961 #~ msgid "label"
3962 #~ msgstr "etiket"
3963
3964 #~ msgid "Stocks"
3965 #~ msgstr "Senetler"
3966
3967 #~ msgctxt " "
3968 #~ msgid "Add Group"
3969 #~ msgstr "Grup Ekle"
3970
3971 #~ msgid "Show stocks of index values"
3972 #~ msgstr "İndis değerlerinin stoklarını göster"
3973
3974 #~ msgid ""
3975 #~ "An index value, for instance the <i>NASDAQ Composite</i> (^IXIC), is "
3976 #~ "based on a number of stocks. This option allows to also show the quotes "
3977 #~ "of the <i><b>stocks</b></i> an index is based on."
3978 #~ msgstr ""
3979 #~ "İndis değeri, örneğin <i>NASDAQ Bileşiği</i> (^IXIC), belli sayıda stoğa "
3980 #~ "temellidir. Bu seçenek bir indisin temel aldığı <i><b>stokların</b></i> "
3981 #~ "kotalarını da göstermeye izin verir."
3982
3983 #~ msgid "Hide charts in quotes list"
3984 #~ msgstr "Kota listesinde çizelgeleri gizle"
3985
3986 #~ msgid ""
3987 #~ "A small chart image is shown next to each quote. The retrieval of each "
3988 #~ "chart image causes network traffic. Hiding charts reduces the network "
3989 #~ "bandwidth demand significantly."
3990 #~ msgstr ""
3991 #~ "Her kota yanında küçük bir çizelge resmi gösterilir. Her çizelge resminin "
3992 #~ "getirilmesi ağ trafiği demektir. Çizelgelerin gizlenmesi ağ trafiğinde "
3993 #~ "gözle görülür azalma sağlar."
3994
3995 #~ msgid ""
3996 #~ "<i><small><b>Source:</b> <a href=\"http://finance.yahoo.com/\">Yahoo! "
3997 #~ "Finance</a> (at least 15 minutes delayed)</small></i>"
3998 #~ msgstr ""
3999 #~ "<i><small><b>Kaynak:</b> <a href=\"http://finance.yahoo.com/\">Yahoo! "
4000 #~ "Finans</a> (en az 15 dakika gecikmeli)</small></i>"
4001
4002 #~ msgid "Currency"
4003 #~ msgstr "Para Birimi"
4004
4005 #~ msgid ""
4006 #~ "Type the target currency to which all stock quotes will be converted to."
4007 #~ msgstr "Tüm stok kotalarının dönüştürüleceği hedef para birimini girin."
4008
4009 #~ msgid "<b>You have not entered any stock information yet</b>"
4010 #~ msgstr "<b>Henüz hiçbir hisse senedi bilgisi girmediniz</b>"
4011
4012 #~ msgid "<b>No stock quotes are currently available</b>"
4013 #~ msgstr "<b>Şu anda hiçbir hisse bilgisi mevcut değil</b>"
4014
4015 #~ msgid ""
4016 #~ "The server could not be contacted. The computer is either offline or the "
4017 #~ "servers are down. Try again later."
4018 #~ msgstr ""
4019 #~ "Sunucuya ulaşılamadı. Bilgisayar ya çevirim dışı ya da sunucular "
4020 #~ "erişilemiyor. Daha sonra tekrar deneyin."
4021
4022 #~ msgid "Financial Chart - %s"
4023 #~ msgstr "Finansal Tablo - %s"
4024
4025 #~ msgid "Opening Chart"
4026 #~ msgstr "Tablo Açılıyor"
4027
4028 #~ msgid "Chart downloaded"
4029 #~ msgstr "Tablo indirildi"
4030
4031 #~ msgid "Chart could not be downloaded"
4032 #~ msgstr "Tablo indirilemedi"
4033
4034 #~ msgid "Symbol"
4035 #~ msgstr "Sembol"
4036
4037 #~ msgid "Label"
4038 #~ msgstr "Etiket"
4039
4040 #~ msgid "Amount"
4041 #~ msgstr "Miktar"
4042
4043 #~ msgid "Price"
4044 #~ msgstr "Fiyat"
4045
4046 #~ msgid "Commission"
4047 #~ msgstr "Komisyon"
4048
4049 #~ msgid "Currency Rate"
4050 #~ msgstr "Para Birimi Kuru"
4051
4052 #~ msgid "Stock Group"
4053 #~ msgstr "Stok Grubu"
4054
4055 #~ msgid "Delete entire stock group?"
4056 #~ msgstr "Tüm stok grubu silinsin mi?"
4057
4058 #~ msgid ""
4059 #~ "This removes all stocks contained in this stock group!\n"
4060 #~ "Do you really want to remove this stock group?"
4061 #~ msgstr ""
4062 #~ "Bu stok grubunda bulunan tüm stoklar silinecek!\n"
4063 #~ "Gerçekten bu stok grubunu silmek istiyor musunuz?"
4064
4065 #~ msgid "Invest could not connect to Yahoo! Finance"
4066 #~ msgstr "Yatırım Yahoo! Finance'a bağlanamadı"
4067
4068 #~ msgid "Average change: %s"
4069 #~ msgstr "Ortalama değişim: %s"
4070
4071 #~ msgid "Positions balance: %s %s (%s)"
4072 #~ msgstr "Pozisyon dengesi: %s %s (%s)"
4073
4074 #~ msgid "Updated at %s"
4075 #~ msgstr "Güncelleme zamanı %s"
4076
4077 #~ msgid "Ticker"
4078 #~ msgstr "Ticker"
4079
4080 #~ msgid "Last"
4081 #~ msgstr "Son"
4082
4083 #~ msgid "Change %"
4084 #~ msgstr "Değişim %"
4085
4086 #~ msgid "Chart"
4087 #~ msgstr "Tablo"
4088
4089 #~ msgid "Gain"
4090 #~ msgstr "Kazanç"
4091
4092 #~ msgid "Gain %"
4093 #~ msgstr "Kazanç %"
4094
4095 #~ msgid "Modem Monitor"
4096 #~ msgstr "Modem İzleyicisi"
4097
4098 #~ msgid "Connection active, but could not get connection time"
4099 #~ msgstr "Bağlantı etkin, fakat bağlantı zamanını belirleyemiyor"
4100
4101 #~ msgid "Time connected: %.1d:%.2d"
4102 #~ msgstr "Bağlantı süresi: %.1d:%.2d"
4103
4104 #~ msgid "Not connected"
4105 #~ msgstr "Bağlı değil"
4106
4107 #~ msgid ""
4108 #~ "To connect to your Internet service provider, you need administrator "
4109 #~ "privileges"
4110 #~ msgstr ""
4111 #~ "İnternet servis sağlayacınıza bağlanabilmeniz için yönetici haklarına "
4112 #~ "ihtiyacınız var"
4113
4114 #~ msgid ""
4115 #~ "To disconnect from your Internet service provider, you need administrator "
4116 #~ "privileges"
4117 #~ msgstr ""
4118 #~ "İnternet servis sağlayacınızla olan bağlantınızı kesmek için yönetici "
4119 #~ "haklarına ihtiyacınız var"
4120
4121 #~ msgid "The entered password is invalid"
4122 #~ msgstr "Girilen parola geçerli değil"
4123
4124 #~ msgid ""
4125 #~ "Check that you have typed it correctly and that you haven't activated the "
4126 #~ "\"caps lock\" key"
4127 #~ msgstr ""
4128 #~ "Doğru yazıp yazmadığınızı ve \"CapsLock\" tuşunuzu etkinleştirip "
4129 #~ "etkinleştirmediğinizi kontrol edin"
4130
4131 #~ msgid "Do you want to connect?"
4132 #~ msgstr "Bağlanmak istiyor musunuz?"
4133
4134 #~ msgid "Do you want to disconnect?"
4135 #~ msgstr "Bağlantıyı kesmek istiyor musunuz?"
4136
4137 #~ msgid "C_onnect"
4138 #~ msgstr "_Bağlan"
4139
4140 #~ msgid "_Disconnect"
4141 #~ msgstr "_Bağlantıyı Kes"
4142
4143 #~ msgid "Could not launch network configuration tool"
4144 #~ msgstr "Ağ yapılandırma aracı başlatılamıyor"
4145
4146 #~ msgid ""
4147 #~ "Check that it's installed in the correct path and that it has the correct "
4148 #~ "permissions"
4149 #~ msgstr ""
4150 #~ "Doğru yere yüklendiğinden ve sizin yüklenen yer üzerinde gerekli izinlere "
4151 #~ "sahip olduğunuzdan emin olun"
4152
4153 #~ msgid "Applet for activating and monitoring a dial-up network connection."
4154 #~ msgstr ""
4155 #~ "Bir çevirmeli ağ bağlantısını etkinleştirip izlemeye yarayan uygulamacık."
4156
4157 #~ msgid "Enter password"
4158 #~ msgstr "Parola girin"
4159
4160 #~ msgid "Root password required"
4161 #~ msgstr "Root parolası gerekli"
4162
4163 #~ msgid "Password:"
4164 #~ msgstr "Parola:"
4165
4166 #~ msgid "Connecting with Internet Service Provider"
4167 #~ msgstr "İnternet Servis Sağlayıcı ile Bağlanılıyor"
4168
4169 #~ msgid "Activate and monitor a dial-up network connection"
4170 #~ msgstr "Çevirmeli ağ bağlantısını etkinleştir ve izle"
4171
4172 #~ msgid "Trash Applet"
4173 #~ msgstr "Çöp Uygulamacığı"
4174
4175 #~ msgid "Automatically expand task list to use full space"
4176 #~ msgstr ""
4177 #~ "Görev listesini otomatik olarak tüm alanı kapsayacak şekilde genişlet"
4178
4179 #~ msgid "Close current window."
4180 #~ msgstr "Geçerli pencereyi kapat."
4181
4182 #~ msgid "HAL error"
4183 #~ msgstr "HAL hatası"
4184
4185 #~ msgid "Could not create libhal_ctx"
4186 #~ msgstr "libhal_ctx oluşturulamadı"
4187
4188 #~ msgid "No batteries found"
4189 #~ msgstr "Pil bulunamadı"
4190
4191 #~ msgid "Unable to initialise HAL: %s: %s"
4192 #~ msgstr "HAL başlatılamadı: %s: %s"
4193
4194 #~ msgid "DEPRECATED - Characters shown on applet startup"
4195 #~ msgstr "GEÇERSİZ - Uygulamacık başlangıcında gösterilecek karakterler"
4196
4197 #~ msgid "Interval timeout to check mount point status"
4198 #~ msgstr "Bağlama noktası durumunu kontrol etmek için zaman aşımı aralığı"
4199
4200 #~ msgid "Alt+Control changes layout."
4201 #~ msgstr "Alt+Control klavye düzenini değiştirir."
4202
4203 #~ msgid "Alt+Shift changes layout."
4204 #~ msgstr "Alt+Shift klavye düzenini değiştirir."
4205
4206 #~ msgid "Arabic keymap"
4207 #~ msgstr "Arap tuşeşlemi"
4208
4209 #~ msgid "Armenian"
4210 #~ msgstr "Ermenice"
4211
4212 #~ msgid "Basque"
4213 #~ msgstr "Baskça"
4214
4215 #~ msgid "Belgian"
4216 #~ msgstr "Belgian"
4217
4218 #~ msgid "Both Alt keys together change layout."
4219 #~ msgstr "Aynı anda iki Alt tuşuna basılması klavye düzenini değiştirir."
4220
4221 #~ msgid "Both Ctrl keys together change layout."
4222 #~ msgstr "Aynı anda iki Ctrl tuşuna basılması klavye düzenini değiştirir."
4223
4224 #~ msgid "Both Shift keys together change layout."
4225 #~ msgstr "Aynı anda iki Shift tuşuna basılması klavye düzenini değiştirir."
4226
4227 #~ msgid "Brazil Portuguese keymap"
4228 #~ msgstr "Brazilya Portekizce tuşeşlemi"
4229
4230 #~ msgid "Bulgarian Cyrillic"
4231 #~ msgstr "Bulgarca Kiril"
4232
4233 #~ msgid "Bulgarian keymap"
4234 #~ msgstr "Bulgarca tuşeşlemi"
4235
4236 #~ msgid "CapsLock key changes layout."
4237 #~ msgstr "CapsLock tuşu klavye düzenini değiştirir."
4238
4239 #~ msgid "Control+Shift changes layout."
4240 #~ msgstr "Ctrl+Shift klavye düzenini değiştirir."
4241
4242 #~ msgid "Czech keymap"
4243 #~ msgstr "Çek tuşeşlemi"
4244
4245 #~ msgid "Danish keymap"
4246 #~ msgstr "Danimarkaca tuşeşlemi"
4247
4248 #~ msgid "Dutch keymap"
4249 #~ msgstr "Flamenk tuşeşlemi"
4250
4251 #~ msgid "English keymap"
4252 #~ msgstr "İngilizce tuşeşlemi"
4253
4254 #~ msgid "Estonian keymap"
4255 #~ msgstr "Estonyaca tuşeşlemi"
4256
4257 #~ msgid "French Swiss"
4258 #~ msgstr "Fransız İsveç"
4259
4260 #~ msgid "French Swiss keymap"
4261 #~ msgstr "Fransız İsveç tuşeşlemi"
4262
4263 #~ msgid "French keymap"
4264 #~ msgstr "Fransızca tuşeşlemi"
4265
4266 #~ msgid "French-Canadian 105-key"
4267 #~ msgstr "Fransız-Kanada 105-tuş"
4268
4269 #~ msgid "GB 102-key"
4270 #~ msgstr "GB 102-tuş"
4271
4272 #~ msgid "GB 105-key"
4273 #~ msgstr "Britanya 105-tuş"
4274
4275 #~ msgid "Generic Keyboard"
4276 #~ msgstr "Genel Klavye Düzeni"
4277
4278 #~ msgid "Georgian Latin"
4279 #~ msgstr "Gürcüce Latin"
4280
4281 #~ msgid "Georgian Russian layout"
4282 #~ msgstr "Gürcü Rus düzeni"
4283
4284 #~ msgid "Georgian keymap"
4285 #~ msgstr "Gürcüce tuşeşlemi"
4286
4287 #~ msgid "German"
4288 #~ msgstr "Almanca"
4289
4290 #~ msgid "German Swiss with Euro"
4291 #~ msgstr "Alman İsveç Euro ile"
4292
4293 #~ msgid "German keymap"
4294 #~ msgstr "Almanca tuşeşlemi"
4295
4296 #~ msgid "Greek keymap"
4297 #~ msgstr "Yunanca tuşeşlemi"
4298
4299 #~ msgid "Hebrew keymap"
4300 #~ msgstr "İbranice tuşeşlemi"
4301
4302 #~ msgid "Hungarian 101-key latin 1"
4303 #~ msgstr "Macar 101-tuş latin 1"
4304
4305 #~ msgid "Hungarian 101-key latin 2"
4306 #~ msgstr "Macar 101-tuş latin 2"
4307
4308 #~ msgid "Hungarian 105-key latin 1"
4309 #~ msgstr "Macar 105-tuş latin 1"
4310
4311 #~ msgid "Hungarian 105-key latin 2"
4312 #~ msgstr "Macar 105-tuş latin 2"
4313
4314 #~ msgid "Hungarian PC/AT 101 keyboard"
4315 #~ msgstr "Macar PC/AT 101 klavyesi"
4316
4317 #~ msgid "Hungarian latin1"
4318 #~ msgstr "Macar latin1"
4319
4320 #~ msgid "Icelandic keymap"
4321 #~ msgstr "İzlandaca tuşeşlemi"
4322
4323 #~ msgid "Italian keymap"
4324 #~ msgstr "İtalyanca tuşeşlemi"
4325
4326 #~ msgid "Japanese keymap"
4327 #~ msgstr "Japonca tuşeşlemi"
4328
4329 #~ msgid "Lao keymap"
4330 #~ msgstr "Lao tuşeşlemi"
4331
4332 #~ msgid "Layout shift behavior"
4333 #~ msgstr "Klavye düzenindeki shift davranışı"
4334
4335 #~ msgid "Left Alt key changes layout."
4336 #~ msgstr "Sol Alt tuşu klavye düzenini değiştirir."
4337
4338 #~ msgid "Left Ctrl key changes group."
4339 #~ msgstr "Sol Ctrl tuşu grubu değiştirir."
4340
4341 #~ msgid "Left Shift key changes group."
4342 #~ msgstr "Sol Shift tuşu grubu değiştirir."
4343
4344 #~ msgid "Left Win-key changes layout."
4345 #~ msgstr "Sol Win tuşu klavye düzenini değiştirir."
4346
4347 #~ msgid "Lithuanian keymap"
4348 #~ msgstr "Livtanyaca tuşeşlemi"
4349
4350 #~ msgid "Macedonian"
4351 #~ msgstr "Makedonca"
4352
4353 #~ msgid "Menu key changes layout."
4354 #~ msgstr "Menü tuşu klavye düzenini değiştirir."
4355
4356 #~ msgid "Mongolian alt keymap"
4357 #~ msgstr "Mongolca alt tuşeşlem"
4358
4359 #~ msgid "Mongolian keymap"
4360 #~ msgstr "Mongolca tuşeşlemi"
4361
4362 #~ msgid "Mongolian phonetic keymap"
4363 #~ msgstr "Mongolca fonetik tuşeşlem"
4364
4365 #~ msgid "Norwegian"
4366 #~ msgstr "Norveççe"
4367
4368 #~ msgid "Plain Russian keymap"
4369 #~ msgstr "Düz Rusça tuşeşlemi"
4370
4371 #~ msgid "Polish"
4372 #~ msgstr "Lehçe"
4373
4374 #~ msgid "Polish deadkeys"
4375 #~ msgstr "Lehçe Ölü Tuşlar"
4376
4377 #~ msgid "Portugal"
4378 #~ msgstr "Portekiz"
4379
4380 #~ msgid "Portugal Deadkeys"
4381 #~ msgstr "Portekizce Ölü Tuşlar"
4382
4383 #~ msgid "Portuguese keymap"
4384 #~ msgstr "Portekizce tuşeşlemi"
4385
4386 #~ msgid "Right Alt key changes layout."
4387 #~ msgstr "Sağ Alt tuşu klavye düzenini değiştirir."
4388
4389 #~ msgid "Right Ctrl key changes group."
4390 #~ msgstr "Sağ Ctrl tuşu grubu değiştirir."
4391
4392 #~ msgid "Right Shift key changes group."
4393 #~ msgstr "Sağ Shift tuşu grubu değiştirir."
4394
4395 #~ msgid "Right Win-key changes layout."
4396 #~ msgstr "Sağ Win tuşu klavye düzenini değiştirir."
4397
4398 #~ msgid "Russian Cyrillic"
4399 #~ msgstr "Rusça Kiril"
4400
4401 #~ msgid "Russian keymap"
4402 #~ msgstr "Rusça tuşeşlemi"
4403
4404 #~ msgid "Serbian keymap"
4405 #~ msgstr "Sırpça tuşeşlemi"
4406
4407 #~ msgid "Shift+CapsLock changes layout."
4408 #~ msgstr "Shift+CapsLock klavye düzenini değiştirir."
4409
4410 #~ msgid "Slovak keymap"
4411 #~ msgstr "Slovakça tuşeşlemi"
4412
4413 #~ msgid "Slovenian"
4414 #~ msgstr "Slovakça"
4415
4416 #~ msgid "Slovenian keymap"
4417 #~ msgstr "Slovakça tuşeşlemi"
4418
4419 #~ msgid "Spanish keymap"
4420 #~ msgstr "İspanyolca tuşeşlemi"
4421
4422 #~ msgid "Sun (!not PC!) type5 Hungarian latin 2"
4423 #~ msgstr "Sun (!PC değil!) tip 5 Macar latin 2"
4424
4425 #~ msgid "Swedish"
4426 #~ msgstr "İsveççe"
4427
4428 #~ msgid "Swedish keymap"
4429 #~ msgstr "İsveççe tuşeşlemi"
4430
4431 #~ msgid "Swiss keymap"
4432 #~ msgstr "İsveç tuşeşlem"
4433
4434 #~ msgid "Thai"
4435 #~ msgstr "Tayland Dili"
4436
4437 #~ msgid "Thai Kedmanee"
4438 #~ msgstr "Tayland Dili Kedmanee"
4439
4440 #~ msgid "Thai keymap"
4441 #~ msgstr "Tayland dili tuşeşlemi"
4442
4443 #~ msgid "Turkish \"F\" keyboard"
4444 #~ msgstr "Türkçe \"F\" klavye"
4445
4446 #~ msgid "Turkish \"Q\" keyboard"
4447 #~ msgstr "Türkçe \"Q\" klavye"
4448
4449 #~ msgid "Turkish keymap"
4450 #~ msgstr "Türkçe tuşeşlemi"
4451
4452 #~ msgid "UK 105-key"
4453 #~ msgstr "Britanya 105-tuş"
4454
4455 #~ msgid "UK PC/AT keyboard"
4456 #~ msgstr "Britanya PC/AT klavye"
4457
4458 #~ msgid "US 101-key keyboard"
4459 #~ msgstr "ABD 101-tuş klavye"
4460
4461 #~ msgid "US 105-key keyboard (with windows keys)"
4462 #~ msgstr "ABD 105-tuş klavye (windows tuşları ile)"
4463
4464 #~ msgid "US 84-key"
4465 #~ msgstr "ABD 84-tuş"
4466
4467 #~ msgid "US DEC 450"
4468 #~ msgstr "ABD DEC 450"
4469
4470 #~ msgid "US IBM RS/6000"
4471 #~ msgstr "ABD IBM RS/6000"
4472
4473 #~ msgid "US International"
4474 #~ msgstr "ABD Uluslararası"
4475
4476 #~ msgid "US Macintosh"
4477 #~ msgstr "ABD Macintosh"
4478
4479 #~ msgid "US PC/AT 101 keyboard"
4480 #~ msgstr "ABD PC/AT 101 klavye"
4481
4482 #~ msgid "US Silicon Graphics 101-key"
4483 #~ msgstr "ABD Silicon Graphics 101-tuş"
4484
4485 #~ msgid "US Sun type5"
4486 #~ msgstr "ABD Sun tip5"
4487
4488 #~ msgid "Armenian Sun keymap"
4489 #~ msgstr "Ermenice Sun tuşeşlemi"
4490
4491 #~ msgid "Azerbaijani Turkish Sun keymap"
4492 #~ msgstr "Azerbaycan Türkçesi Sun tuşeşlemi"
4493
4494 #~ msgid "Belarusian Sun keymap"
4495 #~ msgstr "Belarus Sun tuşeşlemi"
4496
4497 #~ msgid "Brazil Portuguese Sun USB keymap"
4498 #~ msgstr "Brezilya Portekizcesi Sun USB tuşeşlemi"
4499
4500 #~ msgid "Brazil Portuguese Sun keymap"
4501 #~ msgstr "Brezilya Portekizcesi Sun tuşeşlemi"
4502
4503 #~ msgid "British Sun Type-4 keymap"
4504 #~ msgstr "Danca Sun Tip-4 klavye tuşeşlemi"
4505
4506 #~ msgid "British Sun USB keymap"
4507 #~ msgstr "Danca Sun USB tuşeşlemi"
4508
4509 #~ msgid "British Sun keymap"
4510 #~ msgstr "Fince Sun tuşeşlemi"
4511
4512 #~ msgid "Bulgarian Sun keymap"
4513 #~ msgstr "Bulgarca Sun tuşeşlemi"
4514
4515 #~ msgid "Canadian Sun keymap"
4516 #~ msgstr "Kanadaca Sun tuşeşlemi"
4517
4518 #~ msgid "Czech Sun keymap"
4519 #~ msgstr "Çekçe Sun tuş eşlemi"
4520
4521 #~ msgid "Danish Sun Type-4 keymap"
4522 #~ msgstr "Danca Sun Tip-4 klavye tuşeşlemi"
4523
4524 #~ msgid "Danish Sun USB keymap"
4525 #~ msgstr "Danca Sun USB tuşeşlemi"
4526
4527 #~ msgid "Danish Sun keymap"
4528 #~ msgstr "Danca Sun tuşeşlemi"
4529
4530 #~ msgid "Dutch Sun keymap"
4531 #~ msgstr "Flamenkçe Sun tuşeşlemi"
4532
4533 #~ msgid "Estonian Sun keymap"
4534 #~ msgstr "Estonyaca Sun tuşeşlemi"
4535
4536 #~ msgid "Finnish Sun keymap"
4537 #~ msgstr "Fince Sun tuşeşlemi"
4538
4539 #~ msgid "French Sun USB keymap"
4540 #~ msgstr "Fransızca Sun USB tuşeşlemi"
4541
4542 #~ msgid "French Sun keymap"
4543 #~ msgstr "Fransızca Sun tuşeşlemi"
4544
4545 #~ msgid "German Sun Type-4 keymap"
4546 #~ msgstr "Almanca Sun Tip-4 tuşeşlemi"
4547
4548 #~ msgid "German Sun USB keymap"
4549 #~ msgstr "Almanca Sun USB tuşeşlemi"
4550
4551 #~ msgid "German Sun keymap"
4552 #~ msgstr "Almanca Sun tuşeşlemi"
4553
4554 #~ msgid "Hebrew Sun keymap"
4555 #~ msgstr "İbranice Sun tuşeşlemi"
4556
4557 #~ msgid "Hungarian latin2 Sun keymap"
4558 #~ msgstr "Macarca latin2 Sun tuşeşlemi"
4559
4560 #~ msgid "Hungarian type5 latin 1 keymap"
4561 #~ msgstr "Macarca tip5 latin 1 tuşeşlemi"
4562
4563 #~ msgid "Icelandic Sun keymap"
4564 #~ msgstr "İzlandaca Sun tuşeşlemi"
4565
4566 #~ msgid "Italian Sun Type-4 keymap"
4567 #~ msgstr "İtalyanca Sun Tip-4 tuşeşlemi"
4568
4569 #~ msgid "Italian Sun USB keymap"
4570 #~ msgstr "İtalyanca Sun USB tuşeşlemi"
4571
4572 #~ msgid "Italian Sun keymap"
4573 #~ msgstr "İtalyanca Sun tuşeşlemi"
4574
4575 #~ msgid "Japanese Sun Type-4 keymap"
4576 #~ msgstr "Japonca Sun Tip-4 tuşeşlemi"
4577
4578 #~ msgid "Japanese Sun keymap"
4579 #~ msgstr "Japonca Sun tuşeşlemi"
4580
4581 #~ msgid "Latvian Sun keymap"
4582 #~ msgstr "Letonya dili Sun tuşeşlemi"
4583
4584 #~ msgid "Lithuanian Sun keymap"
4585 #~ msgstr "Litvanyaca Sun tuşeşlemi"
4586
4587 #~ msgid "Macedonian Sun keymap"
4588 #~ msgstr "Makedonca Sun tuşeşlemi"
4589
4590 #~ msgid "Norwegian Sun keymap"
4591 #~ msgstr "Norveççe Sun tuşeşlemi"
4592
4593 #~ msgid "Polish Sun keymap"
4594 #~ msgstr "Lehçe Sun tuşeşlemi"
4595
4596 #~ msgid "Portuguese Sun Type-4 keymap"
4597 #~ msgstr "Portekizce Sun Tip-4 tuşeşlemi"
4598
4599 #~ msgid "Portuguese Sun keymap"
4600 #~ msgstr "Portekizce Sun tuşeşlemi"
4601
4602 #~ msgid "Romanian Sun keymap"
4603 #~ msgstr "Romence Sun tuşeşlemi"
4604
4605 #~ msgid "Russian Sun keymap"
4606 #~ msgstr "Rusça Sun tuşeşlemi"
4607
4608 #~ msgid "Serbian Sun standard keymap"
4609 #~ msgstr "Sırpça Sun standart tuşeşlemi"
4610
4611 #~ msgid "Slovak Sun keymap"
4612 #~ msgstr "Slovakça Sun tuşeşlemi"
4613
4614 #~ msgid "Slovenian Sun keymap"
4615 #~ msgstr "Slovence Sun tuşeşlemi"
4616
4617 #~ msgid "Spanish Sun Type-4 keymap"
4618 #~ msgstr "İspanyolca Sun Tip-4 tuşeşlemi"
4619
4620 #~ msgid "Spanish Sun USB keymap"
4621 #~ msgstr "İspanyolca Sun USB tuşeşlemi"
4622
4623 #~ msgid "Spanish Sun keymap"
4624 #~ msgstr "İspanyolca Sun tuşeşlemi"
4625
4626 #~ msgid "Swedish Sun Type-4 keymap"
4627 #~ msgstr "İsveççe Sun Tip-4 tuşeşlemi"
4628
4629 #~ msgid "Swedish Sun USB keymap"
4630 #~ msgstr "İsveççe Sun USB tuşeşlemi"
4631
4632 #~ msgid "Swedish Sun keymap"
4633 #~ msgstr "İsveççe Sun tuşeşlemi"
4634
4635 #~ msgid "Swiss German Sun keymap"
4636 #~ msgstr "İsveç Almancası Sun tuşeşlemi"
4637
4638 #~ msgid "Thai Sun keymap"
4639 #~ msgstr "Tayland dili Sun tuşeşlemi"
4640
4641 #~ msgid "Turkish Sun keymap"
4642 #~ msgstr "Türkçe Sun tuşeşlemi"
4643
4644 #~ msgid "US Sun Type-4 keymap"
4645 #~ msgstr "ABD Sun Tip-4 klavye"
4646
4647 #~ msgid "US Sun USB keymap"
4648 #~ msgstr "ABD Sun USB klavye"
4649
4650 #~ msgid "US Sun type5 keymap"
4651 #~ msgstr "ABD Sun tip5 klavye"
4652
4653 #~ msgid "Ukrainian Sun keymap"
4654 #~ msgstr "Ukraynaca Sun tuşeşlemi"
4655
4656 #~ msgid "Vietnamese Sun keymap"
4657 #~ msgstr "Vietnamca Sun tuşeşlemi"
4658
4659 #~ msgid "Keyboard _Preferences"
4660 #~ msgstr "_Klavye Tercihleri"
4661
4662 #~ msgid "Pl_ugins"
4663 #~ msgstr "_Eklentiler"
4664
4665 #~ msgid "Show Current _Layout"
4666 #~ msgstr "Mevcut _Düzeni Göster"
4667
4668 #~ msgid "Keyboard Indicator"
4669 #~ msgstr "Klavye Belirteci"
4670
4671 #~ msgid "Keyboard applet factory"
4672 #~ msgstr "Klavye uygulamacığı üreticisi"
4673
4674 #~ msgid "Keyboard layout indicator"
4675 #~ msgstr "Klavye düzen belirteci"
4676
4677 #~ msgid "Keyboard Layout \"%s\""
4678 #~ msgstr "Klavye Düzeni \"%s\""
4679
4680 #~ msgid "Copyright (c) Sergey V. Udaltsov 1999-2004"
4681 #~ msgstr "Telif Hakkı (c) Sergey V. Udaltsov 1999-2004"
4682
4683 #~ msgid "Keyboard layout indicator applet for GNOME"
4684 #~ msgstr "GNOME için klavye düzen belirteci uygulamacığı"
4685
4686 #~ msgid "Keyboard Indicator (%s)"
4687 #~ msgstr "Klavye Belirteci (%s)"
4688
4689 #~ msgid "Keyboard Layout"
4690 #~ msgstr "Klavye Düzeni"
4691
4692 #~ msgid ""
4693 #~ "<i><small><b>Note:</b> Quotes are delayed at least 15 minutes.\n"
4694 #~ "<b>Source: </b> Yahoo!</small></i>"
4695 #~ msgstr ""
4696 #~ "<i><small><b>Not:</b> Değerler en az 15 dakika gecikmelidir.\n"
4697 #~ "<b>Kaynak: </b> Yahoo!</small></i>"
4698
4699 #~ msgid "Deskbar (formerly Mini-Commander)"
4700 #~ msgstr "Deskbar (önceden küçük komutandı)"
4701
4702 #~ msgid "Deskbar (transparent upgrade from Mini-Commander)"
4703 #~ msgstr "Deskbar (Küçük komutandan saydam geçiş)"
4704
4705 #~ msgid "Cannot get schema for %s: %s"
4706 #~ msgstr "%s için şema alınamıyor : %s"
4707
4708 #~ msgid "Cannot set schema for %s: %s"
4709 #~ msgstr "%s için şema atanamıyor : %s"
4710
4711 #~ msgid "Set default list value for %s\n"
4712 #~ msgstr "%s için öntanımlı liste değerini ata\n"
4713
4714 #~ msgid ""
4715 #~ "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas\n"
4716 #~ msgstr ""
4717 #~ "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL değişkeni ayarlı, şemalar "
4718 #~ "yüklenmeyecek\n"
4719
4720 #~ msgid "Must set the GCONF_CONFIG_SOURCE environment variable\n"
4721 #~ msgstr "GCONF_CONFIG_SOURCE çevre değişkeni atanmalı\n"
4722
4723 #~ msgid "Failed to access configuration source(s): %s\n"
4724 #~ msgstr "Yapılandırma kaynaklarına erişilemedi: %s\n"
4725
4726 #~ msgid "Error syncing config data: %s"
4727 #~ msgstr "Yapılandırma verilerinin eşitlenmesinde hata: %s"
4728
4729 #~ msgid "Background color, blue component"
4730 #~ msgstr "Arkaplan rengi, mavi bileşeni"
4731
4732 #~ msgid "Background color, green component"
4733 #~ msgstr "Arkaplan rengi, yeşil bileşeni"
4734
4735 #~ msgid "Background color, red component"
4736 #~ msgstr "Arkaplan rengi, kırmızı bileşeni"
4737
4738 #~ msgid "Foreground color, blue component"
4739 #~ msgstr "Önplan rengi, mavi bileşeni"
4740
4741 #~ msgid "Foreground color, green component"
4742 #~ msgstr "Önplan rengi, yeşil bileşeni"
4743
4744 #~ msgid "Not used anymore"
4745 #~ msgstr "Artık kullanılmıyor"
4746
4747 #~ msgid "The blue component of the background color."
4748 #~ msgstr "Arkaplan renginin mavi bileşeni."
4749
4750 #~ msgid "The blue component of the foreground color."
4751 #~ msgstr "Önalan renginin mavi bileşeni."
4752
4753 #~ msgid "The green component of the background color."
4754 #~ msgstr "Arkaplan renginin yeşil bileşeni."
4755
4756 #~ msgid "The red component of the background color."
4757 #~ msgstr "Arkaplan renginin kırmızı bileşeni."
4758
4759 #~ msgid "The red component of the foreground color."
4760 #~ msgstr "Önalan renginin kırmızı bileşeni."
4761
4762 #~ msgid ""
4763 #~ "This per-applet key is deprecated in favour of the global key, /schemas/"
4764 #~ "apps/mini-commander-global/macro_patterns."
4765 #~ msgstr ""
4766 #~ "Bu uygulamacığa yönelik tuş, /schemas/apps/mini-commander-global/"
4767 #~ "macro_patterns genel anahtarı kullanılmak üzere artık kullanılmıyor."
4768
4769 #~ msgid "Adjust the sound volume"
4770 #~ msgstr "Ses seviyesini ayarla"
4771
4772 #~ msgid "Volume Control"
4773 #~ msgstr "Ses Denetimi"
4774
4775 #~ msgid "Mu_te"
4776 #~ msgstr "_Sessiz"
4777
4778 #~ msgid "_Open Volume Control"
4779 #~ msgstr "_Ses Denetimlerini Aç"
4780
4781 #~ msgid "Volume Applet"
4782 #~ msgstr "Ses Seviyesi Uygulamacığı"
4783
4784 #~ msgid ""
4785 #~ "The volume control did not find any elements and/or devices to control. "
4786 #~ "This means either that you don't have the right GStreamer plugins "
4787 #~ "installed, or that you don't have a sound card configured."
4788 #~ msgstr ""
4789 #~ "Ses kontrolü, kontrol etmek için hiçbir öğe ve/veya aygıt bulamadı. Bu ya "
4790 #~ "doğru bir GStreamer eklentisi yüklemediğiniz ya da ses kartınızı doğru "
4791 #~ "yapılandırmadığınız anlamına gelir."
4792
4793 #~ msgid ""
4794 #~ "You can remove the volume control from the panel by right-clicking the "
4795 #~ "speaker icon on the panel and selecting \"Remove From Panel\" from the "
4796 #~ "menu."
4797 #~ msgstr ""
4798 #~ "Ses kontrolünü panelde hoparlör simgesinin üstüne sağ tıklayarak ve "
4799 #~ "menüden \"Panelden Kaldır\"ı seçerek kaldırabilirsiniz."
4800
4801 #~ msgid "Failed to start Volume Control: %s"
4802 #~ msgstr "Ses Denetimi başlatılamadı: %s"
4803
4804 #~ msgid "%s: muted"
4805 #~ msgstr "%s: sessiz"
4806
4807 #~ msgid "%s: %d%%"
4808 #~ msgstr "%s: %%%d"
4809
4810 #~ msgid "Failed to display help: %s"
4811 #~ msgstr "Yardım gösterilemedi: %s"
4812
4813 #~ msgid "Using GStreamer 0.10."
4814 #~ msgstr "GStreamer 0.10 kullanılıyor."
4815
4816 #~ msgid "Mute"
4817 #~ msgstr "Sessiz"
4818
4819 #~ msgid "Volume Control..."
4820 #~ msgstr "Ses Denetimi..."
4821
4822 #~ msgid "Unknown Volume Control %d"
4823 #~ msgstr "Bilinmeyen Ses Kontrolü %d"
4824
4825 #~ msgid "Channel controlled by applet. Only for OSS setups"
4826 #~ msgstr ""
4827 #~ "Uygulamacık tarafından kontrol edilen kanal. Sadece OSS kurulumları için"
4828
4829 #~ msgid "Saved mute state"
4830 #~ msgstr "Sessiz durumu kaydedildi"
4831
4832 #~ msgid "Saved volume to restore on startup"
4833 #~ msgstr "Başlangıçta geri getirilecek seviye kaydedildi"
4834
4835 #~ msgid "Volume Control Preferences"
4836 #~ msgstr "Ses Denetleyici Tercihleri"
4837
4838 #~ msgid "Select the device and track to control."
4839 #~ msgstr "Kontrol edilecek aygıtı ve kanalı seçin."
4840
4841 #~ msgid "CD Player (Deprecated)"
4842 #~ msgstr "CD Çalıcı (Kullanılmıyor)"
4843
4844 #~ msgid "Panel applet for playing audio CDs"
4845 #~ msgstr "Ses CD'lerini çalmak için panel uygulamacığı"
4846
4847 #~ msgid "Alert you when new mail arrives"
4848 #~ msgstr "Yeni e-posta geldiğinde uyar"
4849
4850 #~ msgid "Inbox Monitor (Deprecated)"
4851 #~ msgstr "Gelen Kutusu (Kullanılmıyor)"
4852
4853 #~ msgid "Volume Control (Deprecated)"
4854 #~ msgstr "Ses Denetleyici (Kullanılmıyor)"
4855
4856 #~ msgid "Factory for deprecating applets"
4857 #~ msgstr "Kullanılmayan uygulamacıklar için üretici"
4858
4859 #~ msgid "Null Applet Factory"
4860 #~ msgstr "Boş Uygulamacık Üreticisi"
4861
4862 #~ msgid "Monitor the quality of a wireless network link"
4863 #~ msgstr "Kablosuz ağ bağlantısının kalitesini izle"
4864
4865 #~ msgid "Wireless Link Monitor"
4866 #~ msgstr "Kablosuz Bağlantı İzleyici"
4867
4868 #~ msgid "Inbox Monitor"
4869 #~ msgstr "Gelen Kutusu İzleyicisi"
4870
4871 #~ msgid "CD Player"
4872 #~ msgstr "CD Çalar"
4873
4874 #~ msgid "Some panel items are no longer available"
4875 #~ msgstr "Bazı panel bileşenleri artık kullanılmıyor"
4876
4877 #~ msgid ""
4878 #~ "One or more panel items (also referred to as applets) are no longer "
4879 #~ "available in the GNOME desktop."
4880 #~ msgstr ""
4881 #~ "Bir veya daha fazla panel öğesi (uygulamacığı olarak da belirtilir) artık "
4882 #~ "GNOME masaüstünde bulunmuyor."
4883
4884 #~ msgid "These items will now be removed from your configuration:"
4885 #~ msgstr "Bu öğeler yapılandırmanızdan kaldırılacak:"
4886
4887 #~ msgid "You will not receive this message again."
4888 #~ msgstr "Bu iletiyi bir daha almayacaksınız."
4889
4890 #~ msgid "Tomboy (ne Stickynotes)"
4891 #~ msgstr "Tomboy (yeni Yapışkan Notlar)"
4892
4893 #~ msgid "Tomboy (transparent upgrade from stickynotes)"
4894 #~ msgstr "Tomboy (yapışkan notlardan saydam güncelleme)"
4895
4896 #~ msgid "Default height for new sticky notes in pixels."
4897 #~ msgstr "Yeni notlar için piksel türünden öntanımlı yükseklik."
4898
4899 #~ msgid "Using GStreamer 0.8."
4900 #~ msgstr "GStreamer 0.8 kullanılıyor."
4901
4902 #~ msgid "-"
4903 #~ msgstr "-"
4904
4905 #~ msgid "+"
4906 #~ msgstr "+"
4907
4908 #~ msgid "Graph color for PLIP network activity"
4909 #~ msgstr "PLIP ağ aktivitesi için grafik rengi"
4910
4911 #~ msgid "Graph color for SLIP network activity"
4912 #~ msgstr "SLIP ağ aktivitesi için grafik rengi"
4913
4914 #~ msgid "_SLIP"
4915 #~ msgstr "S_LIP"
4916
4917 #~ msgid "PL_IP"
4918 #~ msgstr "_PLIP"
4919
4920 #~ msgid "_Ethernet"
4921 #~ msgstr "_Ethernet"
4922
4923 #~ msgid "_Open"
4924 #~ msgstr "_Aç"
4925
4926 #~ msgid "<b>From:</b>"
4927 #~ msgstr "<b>Gönderen:</b>"
4928
4929 #~ msgid "<big><b>Emptying the Trash</b></big>"
4930 #~ msgstr "<big><b>Çöp Boşaltılıyor</b></big>"
4931
4932 #~ msgid " "
4933 #~ msgstr " "
4934
4935 #~ msgid "(not connected)"
4936 #~ msgstr "(bağlantı kurulmamış)"
4937
4938 #~ msgid "Mount Error"
4939 #~ msgstr "Bağlama Hatası"
4940
4941 #~ msgid "Unmount Error"
4942 #~ msgstr "Ayrılma hatası"
4943
4944 #~ msgid "Eject Error"
4945 #~ msgstr "Çıkartma Hatası"
4946
4947 #~ msgid "Error"
4948 #~ msgstr "Hata"
4949
4950 #~ msgid ""
4951 #~ "1d\n"
4952 #~ "5d\n"
4953 #~ "3m\n"
4954 #~ "6m\n"
4955 #~ "1y\n"
4956 #~ "3y"
4957 #~ msgstr ""
4958 #~ "1g\n"
4959 #~ "5g\n"
4960 #~ "3a\n"
4961 #~ "6a\n"
4962 #~ "1y\n"
4963 #~ "3y"
4964
4965 #~ msgid ""
4966 #~ "l\n"
4967 #~ "b\n"
4968 #~ "c"
4969 #~ msgstr ""
4970 #~ "l\n"
4971 #~ "b\n"
4972 #~ "c"
4973
4974 #~ msgid "Downloading Chart"
4975 #~ msgstr "Tablo İndiriliyor"
4976
4977 #~ msgid "Reading Chart chunk"
4978 #~ msgstr "Tablo okunuyor"
4979
4980 #~ msgid "*"
4981 #~ msgstr "*"
4982
4983 #~ msgid "<b>Colors</b>"
4984 #~ msgstr "<b>Renkler</b>"
4985
4986 #~ msgid "<b>Size</b>"
4987 #~ msgstr "<b>Boyut</b>"
4988
4989 #~ msgid "<span weight=\"bold\" size=\"larger\">Root password required</span>"
4990 #~ msgstr ""
4991 #~ "<span weight=\"bold\" size= \"larger\">Yönetici parolası gerekli</span>"
4992
4993 #~ msgid ""
4994 #~ "<b>Delete all sticky notes?</b>\n"
4995 #~ "\n"
4996 #~ "This cannot be undone."
4997 #~ msgstr ""
4998 #~ "<b>Tüm yapışkan notlar silinsin mi?</b>\n"
4999 #~ "\n"
5000 #~ "Bu işlem geri alınamaz."
5001
5002 #~ msgid ""
5003 #~ "<b>Delete this sticky note?</b>\n"
5004 #~ "\n"
5005 #~ "This cannot be undone."
5006 #~ msgstr ""
5007 #~ "<b>Bu yapışkan notl silinsin mi?</b>\n"
5008 #~ "\n"
5009 #~ "Bu işlem geri alınamaz."
5010
5011 #~ msgid "<b>Properties</b>"
5012 #~ msgstr "<b>Özellikler</b>"