forked from AuroraMiddleware/gtk
GTK+ 2.17.0
This commit is contained in:
parent
ce517a4152
commit
cc4cf97d62
@ -378,6 +378,11 @@ The #GtkEntry-struct struct contains only private data.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:invisible-char ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:progress-border ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -178,6 +178,16 @@ Printing support was added in GTK+ 2.10.
|
||||
|
||||
@printoperation: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkPrintOperation::update-custom-widget ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@printoperation: the object which received the signal.
|
||||
@widget:
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### ARG GtkPrintOperation:allow-async ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -28,6 +28,7 @@ same name. If the element is not empty, its content is taken as the markup
|
||||
to show at the mark. It can be translated with the usual "translatable and
|
||||
"context" attributes.
|
||||
</para>
|
||||
</refsect2>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
@ -49,9 +50,9 @@ the accessor functions.
|
||||
|
||||
</para>
|
||||
|
||||
@scale:
|
||||
@value:
|
||||
@Returns:
|
||||
@scale:
|
||||
@value:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### ARG GtkScale:digits ##### -->
|
||||
<para>
|
||||
|
@ -2823,6 +2823,7 @@ gtk_print_backend_printer_list_is_done
|
||||
gtk_print_backend_find_printer
|
||||
gtk_print_backend_print_stream
|
||||
gtk_print_backend_load_modules
|
||||
gtk_print_backend_set_password
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
@ -792,7 +792,7 @@ test_spin_button (void)
|
||||
"<property name=\"upper\">10</property>"
|
||||
"<property name=\"step-increment\">2</property>"
|
||||
"<property name=\"page-increment\">3</property>"
|
||||
"<property name=\"page-size\">5</property>"
|
||||
"<property name=\"page-size\">0</property>"
|
||||
"<property name=\"value\">1</property>"
|
||||
"</object>"
|
||||
"<object class=\"GtkSpinButton\" id=\"spinbutton1\">"
|
||||
@ -820,7 +820,7 @@ test_spin_button (void)
|
||||
g_object_get (adjustment, "page-increment", &value, NULL);
|
||||
g_assert (value == 3);
|
||||
g_object_get (adjustment, "page-size", &value, NULL);
|
||||
g_assert (value == 5);
|
||||
g_assert (value == 0);
|
||||
|
||||
g_object_unref (builder);
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties 2.6-branch\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2004-03-30 17:02+0200\n"
|
||||
"Last-Translator: Zuza Software Foundation <info@translate.org.za>\n"
|
||||
"Language-Team: Afrikaans <translate-discuss-af@lists.sourceforge.net>\n"
|
||||
@ -120,121 +120,121 @@ msgstr "Fontpunte"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Hoe die strekking op die skerm moet bygewerk word"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
#, fuzzy
|
||||
msgid "Program name"
|
||||
msgstr "Merkernaam"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
#, fuzzy
|
||||
msgid "The version of the program"
|
||||
msgstr "Die oriëntering van die nutsbalk"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
#, fuzzy
|
||||
msgid "Comments string"
|
||||
msgstr "Kolomspasiëring"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
#, fuzzy
|
||||
msgid "Website label"
|
||||
msgstr "Gebruik grootte in etiket"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
#, fuzzy
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Die oriëntering van die nutsbalk"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
#, fuzzy
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Fontnaam"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
#, fuzzy
|
||||
msgid "Wrap license"
|
||||
msgstr "Omvoumodusstel"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
#, fuzzy
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Of die teks deurgehaal moet word"
|
||||
@ -604,70 +604,70 @@ msgstr "Gehoorsaam kind"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Forseer aspekratio om by die raam se kind s'n te pas"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "Linkeropvulling"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Styl skuinskant rondom die kieslysstaaf"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "Onderkantopvulling"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Styl van skuinskant rondom die inhoud"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Paksoort"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Die soort boodskap"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "Bladsygrootte"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Die titel van die venster"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Koppe kliekbaar"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Die waarde"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "Bladsyinkrement"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -931,7 +931,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "Oortjiegrens"
|
||||
@ -1370,7 +1370,7 @@ msgstr "Klimkoers"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Die versnellingskoers wanneer jy 'n knoppie inhou"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Syfers"
|
||||
|
||||
@ -2252,11 +2252,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Onsigbare karakter"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Die karakter om te gebruik wanneer inskrywingsinhoud verberg word (in "
|
||||
@ -2571,34 +2571,34 @@ msgstr "Troggrens"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Teks wat in die vorderingstaaf vertoon moet word"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Reëlsverwenking"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Biskaart om as masker te gebruik wanneer teksagtergrond geteken word"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Merk by fokus"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
"Of die inhoud van 'n inskrywing gemerk moet word wanneer die fokus daarop is"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4326,7 +4326,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Bladsygrootte"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4336,123 +4336,123 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Verstekhoogte"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Fontnaam"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Getal kanale"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Die getal rye in die tabel"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "Huidige alfa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
#, fuzzy
|
||||
msgid "The current page in the document"
|
||||
msgstr "Die bladsygrootte van die aanpassing"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
#, fuzzy
|
||||
msgid "Use full page"
|
||||
msgstr "Gebruik alfa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Toon kop"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
#, fuzzy
|
||||
msgid "Allow Async"
|
||||
msgstr "Laat reëls toe"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Lêernaam"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Die swikstaat van die knoppie"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "Doelgemaakte palet"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4974,39 +4974,39 @@ msgstr "Numeries"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Die model vir die boomaansig"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Die getal desimale plekke wat in die waarde vertoon word"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Tekenwaarde"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Of die huidige waarde as 'n string langs die skuifknoppie vertoon word"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Waardeposisie"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Die posisie waarin die huidige waarde vertoon word"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Skuifknoppielengte"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Lengte van skaal se skuifknoppie"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Waardespasiëring"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Ruimte tussen waardeteks en die skuifknoppie/trog-streek"
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 2.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2003-01-14 11:02+EDT\n"
|
||||
"Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n"
|
||||
"Language-Team: Amharic <locales@geez.org>\n"
|
||||
@ -116,117 +116,117 @@ msgstr ""
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
#, fuzzy
|
||||
msgid "The version of the program"
|
||||
msgstr "የጽሑፉ መለያ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
#, fuzzy
|
||||
msgid "List of authors of the program"
|
||||
msgstr "የጽሑፉ መለያ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
#, fuzzy
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "የፊደሉ ቅርጽ ስም"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -593,70 +593,70 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "የግራ ህዳግ"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "የጽሑፉ መለያ"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "የግራ ህዳግ"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "የጽሑፉ መለያ"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "መጠን"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "የመስኮቱ ዓይነት"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "መጠን"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "የመስኮቱ አርእስት"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "የጭብጥ ስም"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "የጭብጥ ስም"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "መጠን"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -900,7 +900,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "ቅደም ተከተል"
|
||||
@ -1321,7 +1321,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr ""
|
||||
|
||||
@ -2165,11 +2165,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2451,31 +2451,31 @@ msgstr "ቅደም ተከተል"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "የጽሑፉ መለያ"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4107,7 +4107,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "መጠን"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4117,120 +4117,120 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "የነበረው እርዝማኔ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "የፊደሉ ቅርጽ ስም"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "ዐምዶች"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "የጽሑፉ መለያ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "የአሁኑን ቀለም"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
#, fuzzy
|
||||
msgid "The current page in the document"
|
||||
msgstr "የጽሑፉ መለያ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "ማስረጊያዎች አሳይ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "የፋይል ስም"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "የመስኮቱ አርእስት"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4714,39 +4714,39 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "የጽሑፉ መለያ"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties OE\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2004-08-26 16:32-0600\n"
|
||||
"Last-Translator: James Johnson <modean52@comcast.net>\n"
|
||||
"Language-Team: Old English <modean52@comcast.net>\n"
|
||||
@ -113,114 +113,114 @@ msgstr ""
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -569,61 +569,61 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Þæt cynn þæs éagþyrles"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Þæt cynn þæs éagþyrles"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -864,7 +864,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr ""
|
||||
|
||||
@ -1276,7 +1276,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr ""
|
||||
|
||||
@ -2110,11 +2110,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2387,31 +2387,31 @@ msgstr ""
|
||||
msgid "Border around the progress bar"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -3989,7 +3989,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -3999,114 +3999,114 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Nama"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Gerím channela"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Þæt gerím rǽwa þæs pixbuf"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4574,39 +4574,39 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.HEAD.ar\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2008-09-18 02:19+0300\n"
|
||||
"Last-Translator: Anas Afif Emad <anas.e87@gmail.com>\n"
|
||||
"Language-Team: Arabic <doc@arabeyes.org>\n"
|
||||
@ -121,96 +121,96 @@ msgstr "ميز الخط"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "ميز الخطوط على الشاشة"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "اسم البرنامج"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr "اسم البرنامج. اذا لم يحدد ، الإفتراضي هو g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "نسخة البرنامج"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "نسخة البرنامج"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "نصّ حقوق النسخ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "معلومات حقوق نسخ للبرنامج"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "نصّ التعليقات"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "تعليقات عن البرنامج"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "موقع الانترنت"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "وصلة موقع البرنامج."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "عنوان موقع الويب"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr "تسمية الوصلة الى موقع البرنامج. إذا لم تكن محدّدة، الإفتراضي هو العنوان"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "المؤلفين"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "قائمة بمؤلفي البرنامج"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "الموثّقون"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "قائمة بموثّقي البرنامج"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "الفنانين"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "قائمة بالأشخاص الذي شاركوا بأعمال فنية للبرنامج"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "شكر للمترجمين"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "شكر للمترجمين. يجب تعليم هذا النصّ على انه قابل للترجمة"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "الشعار"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -218,19 +218,19 @@ msgstr ""
|
||||
"شعار لصندوق حوْل. لو لم يحدد سيستخدم الإفتراضي "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "اسم أيقونة الشعار"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "أيقونة مسماة لتستخدم كشعار في صندوق حوْل."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "لف الرخصة"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "اذا كان يتم لف الرخصة"
|
||||
|
||||
@ -592,59 +592,59 @@ msgstr "ابن مطيع"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "فرض نسبة الإشعاع حتى تناسب نسبة إطار الإبن"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "حشو الرأس"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "عدد البكسلات حول العنوان."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "حشو المحتوى"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "عدد البكسلات حول محتويات الصفحات"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "نوع الصفحة"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "نوع الصفحة المساعدة"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "عنوان الصفحة"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "عنوان الصورة المعاونة"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "صورة الرأس"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "الصورة الرأسية للصفحة المساعدة"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "الصورة الجانبية"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "الصورة الجانبية للصفحة المساعدة"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "صفحة كاملة"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "إذا تم ملأ كل المجالات المطلوبة على الصفحة"
|
||||
|
||||
@ -891,7 +891,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr "إذا كانت خصائص child_displacement_x/_y تؤثر أيضا عل مستطيل التركيز"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "الحد الداخلي"
|
||||
|
||||
@ -1299,7 +1299,7 @@ msgstr "نسبة الزيادة"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "نسبة التسارع أثناء ضغطك للزر"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "خانات رقمية"
|
||||
|
||||
@ -2138,11 +2138,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr "الحد بين النص والاطار. تتجاوز خاصية أسلوب الحد-الداخلي"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "رمز مخفي"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "الرمز الذي سيستخدم لاخفاء محتويات الخانة (في \"نمط كلمة السر\")"
|
||||
|
||||
@ -2448,33 +2448,33 @@ msgstr "حد منخفض"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "النص على عمود التقدم"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "الحد بين النص والاطار."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "نص الحالة"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "صورة بيتماب المستخدمة كغلاف أثناء رسم الواجهة الخلفية للنص"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "اختيار عند التركيز"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "فيما اذا سيقع انتقاء محتويات خانة عند تركيزها"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "مدة عرض تلميحة كلمة السر"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "مدة ظهور الحرف المدخل الأخير في المداخل المخفية"
|
||||
|
||||
@ -4065,7 +4065,7 @@ msgstr "إعدادات الطابعة"
|
||||
msgid "Page Setup"
|
||||
msgstr "إعداد الصفحة"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "متابعة حالة الطبع"
|
||||
|
||||
@ -4077,51 +4077,51 @@ msgstr ""
|
||||
"صحيح اذا شغل الطبع سيظل يبعث إشارات تغيير الحالة بعد ارسال بيانات الطبع "
|
||||
"لخادوم الطباعة."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "إعداد الصفحة الإفتراضي"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "الـ GtkPageSetup المستعمل افتراضيا"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "إعدادات الطبع"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "الـ GtkPrintSettings المستعمل لبدأ الحوار"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "اسم العمل"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "سلسلة تستخدم لتعريف وظيفة الطبع."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "عدد الصفحات"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "عدد الصفحات في المستند"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "الصفحة الحالية"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "الصفحة الحالية في المستند"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "استعمل صفحة كاملة"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4129,7 +4129,7 @@ msgstr ""
|
||||
"صحيح إذا كان أصل السياق يجب أن يكون في زاوية الصفحة وليس عند زاوية المنطقة "
|
||||
"الصورية"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4137,55 +4137,55 @@ msgstr ""
|
||||
"صحيح اذا كانت عملية الطبع ستظل تبعث إشارات تغيير الحالة بعد ارسال بيانات "
|
||||
"الطبع لخادوم الطباعة."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "الوحدة"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "الوحدة في المسافات التي يمكن قياسها"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "اظهر الحوار"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "صحيح إذا كان حوار التقدم معروضا عند الطبع"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "اسمح بـ Async"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "صحيح اذا يتم تشغيل تطبيق الطباعة لا تزامنيا"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "صدّر اسم الملف"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "الحالة"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "حالة عملية الطباعة"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "نص الحالة"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "وصف للحالة بصورة مفهومة للبشر"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "عنوان لسان مخصص"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "تسمية اللسان المحتوي على القطع المخصصة"
|
||||
|
||||
@ -4660,39 +4660,39 @@ msgstr "القياس"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "القياس المستعمل للمسطرة"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "عدد الخانات العشرية التي يتم عرضها في القيمة"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "رسم القيمة"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "ما إذا سيتم عرض القيمة الحالية كسلسلة بجانب المتزحلق"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "موقع القيمة"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "موقع عرض القيمة الحالية"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "طول المتزحلق"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "طول متزحلق القياس"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "فراغات القيمة"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "الفراغ بين نص القيمة ومنطقة المتزحلق/المنخفض"
|
||||
|
||||
|
@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: as\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-16 17:51+0530\n"
|
||||
"Last-Translator: Amitakhya Phukan <aphukan@fedoraproject.org>\n"
|
||||
"Language-Team: American English <fedora-trans-as@redhat.com>\n"
|
||||
@ -117,54 +117,54 @@ msgstr "ফন্টৰ বিভাজন"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "পৰ্দ্দাৰ ফন্টৰ বিভাজন"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "অনুপ্ৰয়োগৰ নাম"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
"অনুপ্ৰয়োগৰ নাম । কোন নাম নিদিলে অবিকল্পিতৰূপে g_get_application_name() ব্যৱহৃত হয়।"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "অনুপ্ৰয়োগৰ সংস্কৰণ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "অনুপ্ৰয়োগৰ সংস্কৰণ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "প্ৰতিলিপিস্বত্বৰ শব্দ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "অনুপ্ৰয়োগৰ প্ৰতিলিপি স্বত্ব সংক্ৰান্ত তথ্য"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "মন্তব্য শব্দ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "অনুপ্ৰয়োগ সম্পৰ্কিত মন্তব্য"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "ৱেবছাইটৰ URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "অনুপ্ৰয়োগৰ ৱেবছাইট নিৰ্দেশক সংযোগৰ URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "ৱেবছাইট লেবেল"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -172,44 +172,44 @@ msgstr ""
|
||||
"অনুপ্ৰয়োগৰ ৱেবছাইট নিৰ্দেশক সংযোগৰ লেবেল । ইয়াক নিৰ্ধাৰণ নকৰিলে অবিকল্পিতৰূপে URL "
|
||||
"ব্যৱহৃত হয়।"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "লেখক"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "অনুপ্ৰয়োগৰ লেখকসকলৰ তালিকা"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "আলেখ্যনৰ প্ৰস্তুতকাৰক"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "অনুপ্ৰয়োগৰ আলেখ্যন তৈয়াৰ কৰা প্ৰস্তুতকাৰকসকলৰ তালিকা"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "শিল্পী"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "যি সকল ব্যক্তি এই অনুপ্ৰয়োগৰ বাবে শিল্পকৰ্মত সহায় আগবঢ়াইছে"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "অমিতাক্ষ ফুকন (aphukan@fedoraproject.org)"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "অনুবাদকদের স্বীকৃতি। এই পংক্তিটি অনুবাদযোগ্য রূপে চিহ্নিত হওয়া আবশ্যক।"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "প্ৰতীকচিহ্ন"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -217,19 +217,19 @@ msgstr ""
|
||||
"বিষয়ক প্ৰদৰ্শক বক্সৰ লোগো । ইয়াক নিৰ্দিষ্ট নকৰিলে অবিকল্পিত হিচাপে "
|
||||
"gtk_window_get_default_icon_list() ব্যৱহৃত হয় ।"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "লোগো আইকনৰ নাম"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "পৰিচিতি প্ৰদৰ্শক বক্সৰ লোগো হিচাপে এটা নামযুক্ত আইকন ব্যৱহাৰ কৰা হ'ব।"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "লাইছেঞ্চ মেৰাই দিয়ক"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "লাইছেঞ্চৰ শব্দক মেৰোৱা হ'ব নে নাই ।"
|
||||
|
||||
@ -590,59 +590,59 @@ msgstr "চাইল্ডক মানক"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "দৃষ্টি কোণৰ অনুপাতক বলবৎভাবে ফ্ৰেমৰ চাইল্ডৰ সমান কৰক"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "হেডাৰ পেডিং"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "হেডাৰৰ কাষত থকা পিক্সেলৰ সংখ্যা ।"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "বিসয়বস্তুৰ পেডিং"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "বিষয়বস্তুৰ পৃষ্ঠাত থকা পিক্সেলৰ সংখ্যা ।"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "পৃষ্ঠাৰ ধৰণ"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "সহায়ক পৃষ্ঠাৰ ধৰণ"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "পৃষ্ঠাৰ শিৰোনামা"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "সহায়ক পৃষ্ঠাৰ শিৰোনামা"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "হেডাৰ প্ৰতিমূৰ্ত্তি"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "সহায়ক পৃষ্ঠাৰ বাবে হেডাৰৰ প্ৰতিমূৰ্ত্তি"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Sidebar ৰ প্ৰতিমূৰ্ত্তি"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "সহায়ক পৃষ্ঠাৰ বাবে Sidebar ৰ প্ৰতিমূৰ্ত্তি"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "পৃষ্ঠা সম্পূৰ্ণ"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "পৃষ্ঠাৰ প্ৰয়োজনীয় অংশসমূহ পূৰ্ণ কৰা হ'ল নে নাই"
|
||||
|
||||
@ -895,7 +895,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"child_displacement_x/_y বৈশিষ্ট্য ফোকাসকাৰী আয়তক্ষেত্ৰকেও প্ৰভাবিত কৰবে নে নাই"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Border"
|
||||
|
||||
@ -1308,7 +1308,7 @@ msgstr "ওপৰতে উঠাৰ গতি"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "বুটাম চেপে ধৰে ৰাখলে গতিবৃদ্ধিৰ মান"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "অংক"
|
||||
|
||||
@ -2164,11 +2164,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr "Border"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "অদৃশ্য অক্ষৰ"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"অন্তৰ্ভুক্তিৰ (Entry) বিষয়বস্তু আড়াল কৰাৰ বাবে ব্যৱহৃত অক্ষৰ (\"পাসওয়াৰ্ড মোড\" এ "
|
||||
@ -2481,33 +2481,33 @@ msgstr "দীৰ্ঘ বক্সৰ প্ৰান্ত"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "প্ৰগ্ৰেছবাৰত যি লিপি প্ৰদৰ্শন কৰা হ'ব"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Border."
|
||||
|
||||
#
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "অবস্থা বাক্য"
|
||||
|
||||
#
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "টেক্সটৰ পটভূমি আঁকাৰ সময় যি বিটম্যাপকে মাস্ক হিচাপে ব্যৱহাৰ কৰা হ'ব"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "ফোকাস কৰলে চিহ্নিত হ'ব"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "কোন অন্তৰ্ভুক্তিৰ (Entry) অভ্যন্তৰীণ বস্তুকে ফ'কাচ কৰলে তা চিহ্নিত হ'ব নে নাই"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "গুপ্তশব্দ"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "শেষ"
|
||||
|
||||
@ -4138,7 +4138,7 @@ msgstr "মুদ্ৰক ছেটিংছ..."
|
||||
msgid "Page Setup"
|
||||
msgstr "পৃষ্ঠাৰ বিন্যাস"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "প্ৰিন্ট কৰক অবস্থা"
|
||||
|
||||
@ -4148,111 +4148,111 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr "পৰে."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "অবিকল্পিত পৃষ্ঠা"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "The GtkPageSetup used by default"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "প্ৰিন্ট কৰক"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "উল্লিখিত সময় অবধি"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "নাম"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "উল্লিখিত সময় অবধি."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "সৰ্বমোট"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "সৰ্বমোট."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "পৃষ্ঠা"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "The current page in the document"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Use full page"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr "সৰ্বমোট সৰ্বমোট সৰ্বমোট"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr "সক্ৰিয় পৰে."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "একক"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "The unit in which distances can be measured in the context"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "ডায়ালগ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "হলো."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Allow Async"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "TRUE if print process may run asynchronous."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Export filename"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "অবস্থা"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "সৰ্বমোট"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "অবস্থা বাক্য"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "বিবৰণ সৰ্বমোট"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "নিজস্ব"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Label উল্লিখিত সময় অবধি স্বনিৰ্বাচিত."
|
||||
|
||||
@ -4740,39 +4740,39 @@ msgstr "পৰিমাপ-ব্যৱস্থা"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "ৰুলাৰে ব্যৱহৃত পৰিমাপ-ব্যৱস্থা"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "দশমিকেৰ পৰ যতটি অংক দেখানো হ'ব"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "আঁকাৰ মান"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "স্লাইডাৰেৰ পাশে বৰ্তমান মানটিকে পংক্তি হিচাপে প্ৰদৰ্শন কৰা হ'ব নে নাই"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "মানেৰ অবস্থান"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "যি অবস্থানে বৰ্তমান মানটি প্ৰদৰ্শন কৰা হ'ব"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "স্লাইডাৰেৰ দৈৰ্ঘ্য"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "মাপদন্ডেৰ স্লাইডাৰেৰ দৈৰ্ঘ্য"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "স্পেসিং তৰ মান"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "মানসূচক টেক্সট আৰু স্লাইডাৰ/থ্ৰু অংশেৰ মধ্যবৰ্তী স্থান তৰ সংখ্যা"
|
||||
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ast\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-01-25 13:10+0200\n"
|
||||
"Last-Translator: Esbardu <esguil@terra.es>\n"
|
||||
"Language-Team: Asturian <xspuente@gmail.com>\n"
|
||||
@ -113,114 +113,114 @@ msgstr ""
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -567,59 +567,59 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -860,7 +860,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr ""
|
||||
|
||||
@ -1268,7 +1268,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr ""
|
||||
|
||||
@ -2099,11 +2099,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2369,31 +2369,31 @@ msgstr ""
|
||||
msgid "Border around the progress bar"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -3960,7 +3960,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -3970,111 +3970,111 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4540,39 +4540,39 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -32,7 +32,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2004-03-07 18:05+0200\n"
|
||||
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
|
||||
"Language-Team: Azerbaijani Turkish <translation-team-az@lists.sourceforge."
|
||||
@ -145,121 +145,121 @@ msgstr "Yazı Növü nöqtələri"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Silsilənin ekranda necə güncəllənəcəyi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
#, fuzzy
|
||||
msgid "Program name"
|
||||
msgstr "Təq adi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
#, fuzzy
|
||||
msgid "The version of the program"
|
||||
msgstr "Vasitə çubuğu istiqaməti"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
#, fuzzy
|
||||
msgid "Comments string"
|
||||
msgstr "Sütünlar arası boşluq"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
#, fuzzy
|
||||
msgid "Website label"
|
||||
msgstr "Etiketdə böyüklüyü işlət"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
#, fuzzy
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Vasitə çubuğu istiqaməti"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
#, fuzzy
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Yazı növü adı"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
#, fuzzy
|
||||
msgid "Wrap license"
|
||||
msgstr "Qırma modu dəstəsi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
#, fuzzy
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Mətni harada qaralayacağıq"
|
||||
@ -627,70 +627,70 @@ msgstr "Törəməni İşlət"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Aspekt nisbətini çərçivə törəməsininkinə uyğunlaşdır"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "Sol Kənarlama"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Menyu çubuğunun ətrafındakı qabartmanın tərzi"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "Alt Kənarlama"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Məzmunun ətrafındakı qabartma tərzi"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Paket tərzi"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "İsmarış növü"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "Səhifə Böyüklüyü"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Pəncərənin üst yazısı"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Tıqlana Bilən Başlıqlar"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Qiymət"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "Səhifə Artışı"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -950,7 +950,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "Səkmə Kənarı"
|
||||
@ -1388,7 +1388,7 @@ msgstr "Çıxma Sıxlığı"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Düyməni basıb saxlayanda sürətləndirmə sıxlığı"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Digitlər"
|
||||
|
||||
@ -2254,11 +2254,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Görünməz xarakter"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "Parol modunda giriləcək mətnin maskalanması üçün işlədiləcək xarakter"
|
||||
|
||||
@ -2571,33 +2571,33 @@ msgstr "Oluqlu Kənar"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "İrəliləmə çubuğunda göstəriləcək mətn"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Qayda Məsləhəti"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Arxa plan döşənərkən maskalama olaraq işlədiləcək bitməp"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Fokusda seç"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Girişin fokuslandığı zaman məzmununun seçilməsi"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4299,7 +4299,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Səhifə Böyüklüyü"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4309,123 +4309,123 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Əsas Hündürlük"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Yazı növü adı"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Kanal Ədədi"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Cəvəldəki sıraların miqdarı"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "Hazırkı Alfa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
#, fuzzy
|
||||
msgid "The current page in the document"
|
||||
msgstr "Qurğunun səhifə böyüklüyü"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
#, fuzzy
|
||||
msgid "Use full page"
|
||||
msgstr "Alfa işlət"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Başlığı Göstər"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
#, fuzzy
|
||||
msgid "Allow Async"
|
||||
msgstr "Xədkeşlərə icazə ver"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Fayl adı"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Düymənin Açma/Qapama halı."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "Hazırkı palet"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4942,39 +4942,39 @@ msgstr "Numerik"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Ağac görünüşü modeli"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Qiymətdə göstərilən onluq sahə miqdarı"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Göstərmə Qiyməti"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Hazırkı dəyərin sürüşdürücünün yanında qatar olaraq göstəriləcəyi"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Qiymət Yeri"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Hazırkı dəyərin göstəriləcəyi mövqe"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Sürüşdürücü Uzunluğu"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Böyütmə sürüşdürücüsünün uzunluğu"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Qiymət boşluğu"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Dəyər mətni və sürüşdürücü/dib arasındakı sahə"
|
||||
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties gtk-2-4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2004-09-27 15:41+0330\n"
|
||||
"Last-Translator: Amir Hedayaty <amir@bamdad.org>\n"
|
||||
"Language-Team: Iranian Azerbaijani <az-ir@lists.sharif.edu>\n"
|
||||
@ -113,114 +113,114 @@ msgstr ""
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -567,59 +567,59 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -860,7 +860,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr ""
|
||||
|
||||
@ -1268,7 +1268,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr ""
|
||||
|
||||
@ -2099,11 +2099,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2369,31 +2369,31 @@ msgstr ""
|
||||
msgid "Border around the progress bar"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -3960,7 +3960,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -3970,111 +3970,111 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4540,39 +4540,39 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 2.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2003-03-31 07:40+0300\n"
|
||||
"Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n"
|
||||
"Language-Team: Belarusian <i18n@mova.org>\n"
|
||||
@ -126,121 +126,121 @@ msgstr "Кропкі шрыфту"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Як павінен абнаўляцца прамежак на экране"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
#, fuzzy
|
||||
msgid "Program name"
|
||||
msgstr "Назоў тэгу"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
#, fuzzy
|
||||
msgid "The version of the program"
|
||||
msgstr "Мейсцазнаходжаньне палоскі прылад"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
#, fuzzy
|
||||
msgid "Comments string"
|
||||
msgstr "Водступ між слупкоў"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
#, fuzzy
|
||||
msgid "Website label"
|
||||
msgstr "Адмеціна ўкладкі"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
#, fuzzy
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Мейсцазнаходжаньне палоскі прылад"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
#, fuzzy
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Назва шрыфту"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
#, fuzzy
|
||||
msgid "Wrap license"
|
||||
msgstr "Рэжым загортваньня"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
#, fuzzy
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Ці будзе гэты тэкст закрэсьлены"
|
||||
@ -628,70 +628,70 @@ msgstr "Падпарадкаваны нашчадак"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Дапасаваць значэньне прапарцыянальнасьці суадносна з межамі нашчадку"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "Напханьне"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Стыль скосу вакол палоскі мэню"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "Напханьне"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Стыль скосу вакол зьместу"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Від упакоўкі"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Тып паведамленьня"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "Найбольшы памер"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Назоў гэтага акна"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Націскальныя загалоўкі"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Назва тэмы"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "Найбольшы памер"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -957,7 +957,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "Мяжы лычкі"
|
||||
@ -1402,7 +1402,7 @@ msgstr "Паскарэньне"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Паскарэньньне пракруткі, калі вы ўтрымліваеце кнопку."
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Разрады"
|
||||
|
||||
@ -2289,11 +2289,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Нябачны знак"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Знак, выкарыстоўвываемы для хаваньня зьместа ўводу (у \"рэжыме пароль\")"
|
||||
@ -2607,33 +2607,33 @@ msgstr "Мяжа накіроўвываючай"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Тэкст, які будзе адлюстроўвацца ў палосцы посьпеху"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Падказкі правілаў"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Бітавы ўзор, які выкарыстоўвываецца пры адлюстраваньні тла тэксту."
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Адзначэньне пры засяроджваньні"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Ці зьмест запісу адзначаецца пры засяроджваньні."
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4388,7 +4388,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Найбольшы памер"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4398,123 +4398,123 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Дапомная вышыня"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Назва шрыфту"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Колькасьць слупкоў у табліцы."
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Колькасьць радкоў у табліцы"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "Бягучы альфа-каналь"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
#, fuzzy
|
||||
msgid "The current page in the document"
|
||||
msgstr "Пераключыць стан кнопкі"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
#, fuzzy
|
||||
msgid "Use full page"
|
||||
msgstr "Выкарыстоўваць разьметку"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Водступ між радкоў"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
#, fuzzy
|
||||
msgid "Allow Async"
|
||||
msgstr "Дазваляючыя правілы"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Назоў файла"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Пераключыць стан кнопкі"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "Пажаданая палітра"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -5033,39 +5033,39 @@ msgstr "Лікавы"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Разнавід для адлюстраваньня дрэва"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Колькасьць дзесятычных разрадаў для адлюстраваньня значэньня"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Адлюстроўваць значэньне"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Ці будзе бягучае значэньне адлюстроўвацца як радок побач з паўзунком"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Становішча значэньня"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Становішча, у якім адлюстроўвываецца бягучае значэньне"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Даўжыня паўзунка"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Даўжыня паўзунка"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Водступ значэньня"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Прастора паміж тэкстам і паўзунком/накіроўваючай"
|
||||
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2007-12-09 14:44+0200\n"
|
||||
"Last-Translator: Alaksandar Navicki <zolak@lacinka.org>\n"
|
||||
"Language-Team: i18n@mova.org <i18n@mova.org>\n"
|
||||
@ -115,11 +115,11 @@ msgstr "Pamier šryftu"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Pamier šryftoŭ na ekranie"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Nazva prahramy"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -127,43 +127,43 @@ msgstr ""
|
||||
"Nazva prahramy. Kali jana nie akreślenaja, zmoŭčana budzie vykarystanaja "
|
||||
"funkcyja g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Versija prahramy"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Versija prahramy"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Aŭtarskija pravy"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Infarmacyja pra aŭtarskija pravy na prahramu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Apisalny tekst"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Apisańnie prahramy"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Adras chatniaj staronki"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "Adras spasyłki da chatniaj staronki prahramy"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Etykietka chatniaj staronki"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -171,46 +171,46 @@ msgstr ""
|
||||
"Etykietka spasyłki da chatniaj staronki prahramy. Kali jana nie akreślenaja, "
|
||||
"jana zmoŭčana ŭjaŭlaje saboj URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Aŭtary"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Śpis aŭtaraŭ prahramy"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Aŭtary dakumentacyi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Śpis asobaŭ, jakija stvarajuć dakumentacyju prahramy"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Mastaki"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Śpis mastakoŭ, jakija pracujuć nad vyhladam prahramy"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Zasłuhi pierakładčykaŭ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Zasłuhi pierakładčykaŭ. Pavinna być paznačana, što hety radok možna "
|
||||
"pierakłaści"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Lahatyp"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -218,21 +218,21 @@ msgstr ""
|
||||
"Lahatyp dla vakna z infarmacyjaj ab prahramie. Kali nie akreśleny, zmoŭčana "
|
||||
"pryjmaje vartaść gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Nazva ikony lahatypu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
"Ikona, jakaja vykarystoŭvajecca jak lahatyp u vaknie z infarmacyjaj ab "
|
||||
"prahramie."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Pieranos radkoŭ u licenzii"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Akreślivaje, ci radki ŭ tekście licenzii pavinny pieranosicca."
|
||||
|
||||
@ -607,59 +607,59 @@ msgstr "Rašeńnie naščadka"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Prymušaje dapasavać kaeficyjent praporcyjaŭ da ramki widgetu-naščadka"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Bierah šapki"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Kolkaść pikselaŭ vakoł šapki."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Bierah staronki"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Kolkaść pikselaŭ vakoł źmieściva staronak."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Typ staronki"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Typ staronki dapamohi"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Tytuł staronki"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Tytuł staronki dapamohi"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Vyjava na šapku"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Vyjava dla šapki na staroncy dapamohi"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Vyjava bakavoj paneli"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Vyjava dla bakavoj paneli na staroncy dapamohi"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Staronka hatovaja"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Upeŭnisia, ci ŭsie vymahanyja pali na staroncy byli zapoŭnienyja"
|
||||
|
||||
@ -923,7 +923,7 @@ msgstr ""
|
||||
"Akreślivaje, ci ŭłaścivaści \"child_displacement_x/_y\" taksama pavinny mieć "
|
||||
"upłyŭ na pramavuholnik abjadnańnia"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Vonkavaja abvodka"
|
||||
|
||||
@ -1348,7 +1348,7 @@ msgstr "Uzrovień rostu"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Pryśpiašeńnie rostu pry prytrymvańni knopki"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Ličby"
|
||||
|
||||
@ -2223,11 +2223,11 @@ msgid ""
|
||||
msgstr ""
|
||||
"Bierah pamiž tekstam i ramkaj. Nadpisvaje ŭłaścivaść stylu inner-border"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Niabačny znak"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "Znak, užyvany pry maskavańni źmieściva elementu (u režymie parolu)"
|
||||
|
||||
@ -2540,35 +2540,35 @@ msgstr "Niepasredny kraj"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Tekst na paneli prahresu"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Bierah pamiž tekstam i ramkaj."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Apisańnie stanu"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Bitmapa, užyvanaja jak maska rysavańnia fonu tekstu"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Zaznačańnie pry fokusie"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
"Akreślivaje, ci źmieściva elementu pavinna być zaznačanaje pry naviadzieńni "
|
||||
"fokusu"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Čas padkazki parolu"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"Akreślivaje, jak doŭha maje być pakazany apošni ŭviedzieny znak u palach sa "
|
||||
@ -4218,7 +4218,7 @@ msgstr "Nałady drukarki"
|
||||
msgid "Page Setup"
|
||||
msgstr "Nałady staronki"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Adsočka stanu drukarki"
|
||||
|
||||
@ -4230,51 +4230,51 @@ msgstr ""
|
||||
"PRAŬDA, kali zadańnie vydruku budzie praciahvać vysyłać syhnały źmieny stanu "
|
||||
"paśla vysyłki danych drukavańnia na drukarku albo server vydruku."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Zmoŭčanyja nałady staronki"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "Zmoŭčana ŭžyvajecca GtkPageSetup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Nałady vydruku"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "GtkPrintSettings užyvajecca, kab inicyjavać vakno"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Nazva zadańnia"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Tekst, užyty dziela identyfikacyi zadańnia vydruku."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Kolkaść staronak"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Kolkaść staronak u dakumencie."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Dziejnaja staronka"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Dziejnaja staronka dakumentu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Cełaja staronka"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4282,7 +4282,7 @@ msgstr ""
|
||||
"PRAŬDA, kali pačatak kantekstu pavinien znachodzicca ŭ rahu staronki, a nie "
|
||||
"pakazanaha abšaru"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4291,55 +4291,55 @@ msgstr ""
|
||||
"zadańnia vydruku paśla vysyłki źviestak vydruku na drukarku albo server "
|
||||
"drukavańnia."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Adzinka"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Adzinka, u jakoj mierajuć adlehłaści ŭ kantekście"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Akno dyjalohu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "PRAŬDA, kali padčas drukavańnia pakazvajuć vakno prahresu."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Asynchronna"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "PRAŬDA, kali praces vydruku moža być uruchomleny asynchronna."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Nazva ekspartavanaha fajłu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Stan"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Stan aperacyi vydruku"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Apisańnie stanu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Čytelnaje apisańnie stanu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Etykieta ŭłasnaj zakładki"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Etykieta zakładki z ułasnymi widgetami."
|
||||
|
||||
@ -4850,41 +4850,41 @@ msgstr "Mierka"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Mierka, užyvanaja liniejkaj"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Maksymalnaja kolkaść pakazanych ličbaŭ dziasiatnych vartaściaŭ"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Pakazvaj vartaści"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Akreślivaje, ci pobač z paŭzunkom pavinna być pakazanaja ŭ formie tekstu "
|
||||
"dziejnaja vartaść"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Pazycyja vartaści"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Pazycyja, na jakoj pavinna być pakazanaja dziejnaja vartaść"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Daŭžynia paŭzunka"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Daŭžynia paŭzunka maštabu"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Vodstup vartaści"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Vodstup pamiž tekstam z vartaściu i abšaram paŭzunka"
|
||||
|
||||
|
@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties trunk\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-16 13:18+0200\n"
|
||||
"Last-Translator: Alexander Shopov <ash@contact.bg>\n"
|
||||
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
|
||||
@ -117,11 +117,11 @@ msgstr "Разделителна способност за шрифт"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Разделителната способност за шрифтовете на екрана"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Име на програмата"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -129,43 +129,43 @@ msgstr ""
|
||||
"Името на програмата. Ако не е зададено, стандартно се взима "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Версия на програмата"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Версията на програмата"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Авторски права"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Информация за авторските права върху програмата"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Коментар"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Коментари за програмата"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Адрес на уеб сайт"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "Адрес на уеб сайта на програмата"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Етикет на страница в Интернет"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -173,46 +173,46 @@ msgstr ""
|
||||
"Етикетът за хипервръзката към уеб сайта на програмата. Ако не е зададен, "
|
||||
"стандартно е адресът"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Автори"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Списък на авторите на програмата"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Документатори"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Списък на хората, които са написали документацията на програмата"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Дизайнери"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
"Списък на хората, които са допринесли за художественото оформление на "
|
||||
"програмата"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Преводачи"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Списък с преводачи. Низът трябва да е отбелязан за превод"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Лого"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -220,21 +220,21 @@ msgstr ""
|
||||
"Лого за диалоговата кутия „Относно“. Ако не е зададено, стандартно се "
|
||||
"използва gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Име на иконата за логото"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
"Именувана икона, която да се използва като лого за диалоговата кутия "
|
||||
"„Относно“."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Пренасяне по ред на лиценза"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Дали текстът на лиценза ще се пренася."
|
||||
|
||||
@ -607,59 +607,59 @@ msgstr ""
|
||||
"Принуждаване пропорцията на размерите да същата като тази на дъщерния "
|
||||
"елемент на рамката"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Отстъп на заглавието"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Брой пиксели около заглавието."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Отстъп на съдържанието"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Брой пиксели около страниците на съдържанието."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Вид на страницата"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Вид на страницата на помощника"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Заглавие на страницата"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Заглавието на страницата на помощника"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Заглавно изображение"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Заглавно изображение на страницата на помощника"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Странично изображение"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Странично изображение на страницата на помощника"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Страницата е попълнена"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Дали всички задължителни полета на страницата са попълнени"
|
||||
|
||||
@ -924,7 +924,7 @@ msgstr ""
|
||||
"Дали свойствата за отместване на дъщерните елементи по X и Y да оказват "
|
||||
"влияние и върху правоъгълника на фокусиране"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Вътрешна рамка"
|
||||
|
||||
@ -1337,7 +1337,7 @@ msgstr "Скорост на нарастване"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Степента на ускорение, когато е задържан натиснат бутон"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Цифри"
|
||||
|
||||
@ -2188,11 +2188,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr "Рамка между текст и рамка. Има превес над стила на вътрешната рамка"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Заместващ знак"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Знаците използвани за скриване съдържанието на записи (в „режим на парола“)"
|
||||
@ -2468,32 +2468,32 @@ msgstr "Рамка на лентата за прогрес"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Рамка около лентата за прогрес"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Разстояние между текста и рамката."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Подсказка за състоянието"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
"Дали да се предава правилното състояние при изчертаване на сянката или фона"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Избор на фокус"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Дали да се избере съдържанието на записа, когато той се фокусира"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Време за подсказка на парола"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "Колко дълго да се показва последния въведен знак в скритите полета"
|
||||
|
||||
@ -4135,7 +4135,7 @@ msgstr "Настройки на принтера"
|
||||
msgid "Page Setup"
|
||||
msgstr "Настройки на страницата"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Проследяване на състоянието на печата"
|
||||
|
||||
@ -4148,51 +4148,51 @@ msgstr ""
|
||||
"състоянието след като данните за печат са били пратени към принтера или "
|
||||
"сървъра за печат."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Стандартни настройки на страницата"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "Стандартен GtkPageSetup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Настройки за печат"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "GtkPrintSettings, който се ползва за инициализирането на диалога"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Име на задание"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Низ за идентифицирането на заданието за печат"
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Брой страници"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Броят страници в документа"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Текущата страница"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Текущата страница в документа"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Използване на цялата страница"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4200,7 +4200,7 @@ msgstr ""
|
||||
"Истина, ако началото на контекста трябва да е ъгълът на страницата, а не "
|
||||
"ъгълът на зоната за изобразяване"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4208,55 +4208,55 @@ msgstr ""
|
||||
"Истина, ако заданието за печат продължава да докладва са състоянието си, "
|
||||
"след като данните за печат са били пратени на принтера или сървъра за печат."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Единица"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Единицата за разстоянията в този контекст"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Показване на диалогова кутия"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "Истина, ако диалогът за прогрес бива показван докато се печата."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Позволяване на асинхронност"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "Истина, ако заданието за печат може да се изпълни асинхронно"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Име на файл при изнасяне"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Състояние"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Състояние на заданието по печата"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Низ за състоянието"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Човешко описание на състоянието"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Потребителски етикет на таб"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Етикет за таб, съдържащ потребителски графични обекти"
|
||||
|
||||
@ -4758,39 +4758,39 @@ msgstr "Метрика"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Измерваща единица за скалата"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Брой десетични цифри, които се показват в стойността"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Стойност"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Дали текущата стойност се показва като низ до плъзгача"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Позицията на стойността"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Позицията, където е показана текущата стойност"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Дължина на плъзгача"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Дължината на плъзгача на скалата"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Разредка на стойността"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Разстоянието между текста и плъзгача/жлеба"
|
||||
|
||||
|
@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2006-09-03 15:50+0600\n"
|
||||
"Last-Translator: Khandakar Mujahidul Islam <suzan@bengalinux.org>\n"
|
||||
"Language-Team: Bangla <gnome-translation@BengaLinux.Org>\n"
|
||||
@ -116,11 +116,11 @@ msgstr "ফন্ট রেজলুশন"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "পর্দার ফন্টের রেজলুশন"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "প্রোগ্রামের নাম"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -128,43 +128,43 @@ msgstr ""
|
||||
"প্রোগ্রামের নাম। কোন নাম দেওয়া না হলে ডিফল্ট হিসেবে g_get_application_name() "
|
||||
"ব্যবহৃত হয়।"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "প্রোগ্রাম সংস্করণ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "প্রোগ্রাম সংস্করণ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "কপিরাইট পঙ্ক্তি"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "প্রোগ্রামের কপিরাইট সংক্রান্ত তথ্য"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "মন্তব্য পঙ্ক্তি"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "প্রোগ্রাম সম্পর্কিত মন্তব্য"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "ওয়েবসাইটের ইউ.আর.এল."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "প্রোগ্রামটির ওয়েবসাইট নির্দেশক লিঙ্কের ইউ.আর.এল."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "ওয়েবসাইট লেবেল"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -172,44 +172,44 @@ msgstr ""
|
||||
"প্রোগ্রামটির ওয়েবসাইট নির্দেশক লিঙ্কের লেবেল। এটি নির্ধারণ করে দেওয়া না হলে "
|
||||
"ডিফল্ট হিসেবে ইউ.আর.এল. ব্যবহৃত হয়।"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "লেখক"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "প্রোগ্রামটির লেখকবৃন্দের তালিকা"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "ডকুমেন্টেশন প্রস্তুতকারক"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "প্রোগ্রামটির ডকুমেন্টেশন প্রস্তুতকারকবৃন্দের তালিকা"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "শিল্পী"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "যে সকল ব্যক্তি এই প্রোগ্রামটির জন্য শিল্পকর্ম তৈরি করেছেন"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "গনোম বাংলা অনুবাদ প্রকল্পের পক্ষে, সায়মিন্দু দাশগুপ্ত, ও প্রজ্ঞা"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "লোগো"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -217,19 +217,19 @@ msgstr ""
|
||||
"পরিচিতি প্রদর্শক বাক্সের লোগো। এটি নির্দিষ্ট করে দেওয়া না হলে ডিফল্ট হিসেবে "
|
||||
"gtk_window_get_default_icon_list() ব্যবহৃত হয়।"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "লোগো আইকনের নাম"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "পরিচিতি প্রদর্শক বাক্সের লোগো হিসেবে একটি নামযুক্ত আইকন ব্যবহার করা হবে।"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "লাইসেন্স গুটিয়ে নাও"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "লাইসেন্সের টেক্সটকে গুটিয়ে নেওয়া হবে কিনা।"
|
||||
|
||||
@ -601,70 +601,70 @@ msgstr "চাইল্ড মানো"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "আবয়ব অনুপাতকে জোরপূর্বক ফ্রেমের চাইল্ডের সমান করো"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "বামপাশের প্যাডিং (Padding)"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "মেনুবারের চারদিকে বেভেলের ধরন"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "নিচের প্যাডিং (Padding)"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "অভ্যন্তরস্থ বস্তুর (Content) চারপাশে অবস্থিত বেভেলের ধরন"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "প্যাক-এর ধরন"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "বার্তার ধরন"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "পৃষ্ঠার আকার"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "উইন্ডোর শিরোনাম "
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "ক্লিক করার যোগ্য হেডার"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "ছবি"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "পৃষ্ঠা বৃদ্ধি"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -924,7 +924,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"child_displacement_x/_y বৈশিষ্ট্য ফোকাসকারী আয়তক্ষেত্রকেও প্রভাবিত করবে কিনা"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "প্রান্ত আঁকো"
|
||||
@ -1360,7 +1360,7 @@ msgstr "উপরে উঠার গতি"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "বাটন চেপে ধরে রাখলে গতিবৃদ্ধির মান"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "অংক"
|
||||
|
||||
@ -2242,11 +2242,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "অদৃশ্য অক্ষর"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"অন্তর্ভুক্তির (Entry) বিষয়বস্তু আড়াল করার জন্য ব্যবহৃত অক্ষর (\"পাসওয়ার্ড মোড\" এ ব্যবহৃত)"
|
||||
@ -2563,33 +2563,33 @@ msgstr "দীর্ঘ বাক্সের প্রান্ত"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "প্রগ্রেসবারে যে টেক্সট প্রদর্শন করা হবে"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "স্ট্রীং এর অবস্থা"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "টেক্সটের পটভূমি আঁকার সময় যে বিটম্যাপকে মাস্ক হিসেবে ব্যবহার করা হবে"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "ফোকাস করলে চিহ্নিত হবে"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "কোন অন্তর্ভুক্তির (Entry) অভ্যন্তরীণ বস্তুকে ফোকাস করলে তা চিহ্নিত হবে কিনা"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "পাসওয়ার্ড হিন্টের সময়সীমা"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4269,7 +4269,7 @@ msgstr "প্রিন্টার বৈশিষ্ট্য"
|
||||
msgid "Page Setup"
|
||||
msgstr "পৃষ্ঠার আকার"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4279,124 +4279,124 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "ডিফল্ট উচ্চতা"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "প্রিন্ট বৈশিষ্টয"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "আইকনের নাম"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "চ্যানেল সংখ্যা"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "ছকটির সারির সংখ্যা"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "বর্তমান আলফা"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
#, fuzzy
|
||||
msgid "The current page in the document"
|
||||
msgstr "adjustment-এর পৃষ্ঠার আকার"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
#, fuzzy
|
||||
msgid "Use full page"
|
||||
msgstr "আলফা ব্যবহার করো"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
#, fuzzy
|
||||
msgid "Unit"
|
||||
msgstr "জরুরি"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "ডায়ালগ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
#, fuzzy
|
||||
msgid "Allow Async"
|
||||
msgstr "নিয়ম অনুমোদন করো"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "ফাইলের নাম"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "অবস্থা"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "বাটনের টোগল (Toggle) অবস্থা"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "স্ট্রীং এর অবস্থা"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "স্বনির্বাচিত প্যালেট"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4911,41 +4911,41 @@ msgstr "পরিমাপ-ব্যবস্থা"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "রুলারে ব্যবহৃত পরিমাপ-ব্যবস্থা"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "দশমিকের পর যতটি অংক দেখানো হবে"
|
||||
|
||||
# FIXME
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "আঁকার মান"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "স্লাইডারের পাশে বর্তমান মানটিকে পংক্তি হিসেবে প্রদর্শন করা হবে কিনা"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "মানের অবস্থান"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "যে অবস্থানে বর্তমান মানটি প্রদর্শন করা হবে"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "স্লাইডারের দৈর্ঘ্য"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "মাপদন্ডের স্লাইডারের দৈর্ঘ্য"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "স্পেসিং-এর মান"
|
||||
|
||||
# FIXME
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "মানসূচক টেক্সট ও স্লাইডার/থ্রু অংশের মধ্যবর্তী স্পেস-এর সংখ্যা"
|
||||
|
||||
|
@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: bn_IN\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-06 18:20+0530\n"
|
||||
"Last-Translator: Runa Bhattacharjee <runab@redhat.com>\n"
|
||||
"Language-Team: Bengali INDIA <discuss@lists.ankur.org.in>\n"
|
||||
@ -118,11 +118,11 @@ msgstr "ফন্ট রেজলুশন"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "পর্দার ফন্টের রেজলুশন"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "প্রোগ্রামের নাম"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -130,43 +130,43 @@ msgstr ""
|
||||
"প্রোগ্রামের নাম। কোন নাম দেওয়া না হলে ডিফল্ট হিসেবে g_get_application_name() "
|
||||
"ব্যবহৃত হয়।"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "প্রোগ্রাম সংস্করণ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "প্রোগ্রাম সংস্করণ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "কপিরাইট পঙ্ক্তি"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "প্রোগ্রামের কপিরাইট সংক্রান্ত তথ্য"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "মন্তব্য পঙ্ক্তি"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "প্রোগ্রাম সম্পর্কিত মন্তব্য"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "ওয়েবসাইটের ইউ.আর.এল."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "প্রোগ্রামটির ওয়েবসাইট নির্দেশক লিঙ্কের ইউ.আর.এল."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "ওয়েবসাইট লেবেল"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -174,44 +174,44 @@ msgstr ""
|
||||
"প্রোগ্রামটির ওয়েবসাইট নির্দেশক লিঙ্কের লেবেল। এটি নির্ধারণ করে দেওয়া না হলে "
|
||||
"ডিফল্ট হিসেবে ইউ.আর.এল. ব্যবহৃত হয়।"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "লেখক"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "প্রোগ্রামটির লেখকবৃন্দের তালিকা"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "ডকুমেন্টেশন প্রস্তুতকারক"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "প্রোগ্রামটির ডকুমেন্টেশন প্রস্তুতকারকবৃন্দের তালিকা"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "শিল্পী"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "যে সকল ব্যক্তি এই প্রোগ্রামটির জন্য শিল্পকর্ম তৈরি করেছেন"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "গনোম বাংলা অনুবাদ প্রকল্পের পক্ষে, সায়মিন্দু দাশগুপ্ত, ও প্রজ্ঞা"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "লোগো"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -219,19 +219,19 @@ msgstr ""
|
||||
"পরিচিতি প্রদর্শক বাক্সের লোগো। এটি নির্দিষ্ট করে দেওয়া না হলে ডিফল্ট হিসেবে "
|
||||
"gtk_window_get_default_icon_list() ব্যবহৃত হয়।"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "লোগো আইকনের নাম"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "পরিচিতি প্রদর্শক বাক্সের লোগো হিসেবে একটি নামযুক্ত আইকন ব্যবহার করা হবে।"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "লাইসেন্স গুটিয়ে নাও"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "লাইসেন্সের টেক্সটকে গুটিয়ে নেওয়া হবে কিনা।"
|
||||
|
||||
@ -600,59 +600,59 @@ msgstr "চাইল্ড মানো"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "আবয়ব অনুপাতকে জোরপূর্বক ফ্রেমের চাইল্ডের সমান করো"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "পৃষ্ঠার শিরোনাম"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -909,7 +909,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"child_displacement_x/_y বৈশিষ্ট্য ফোকাসকারী আয়তক্ষেত্রকেও প্রভাবিত করবে কিনা"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr ""
|
||||
|
||||
@ -1326,7 +1326,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "বাটন চেপে ধরে রাখলে গতিবৃদ্ধির মান"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "অংক"
|
||||
|
||||
@ -2184,11 +2184,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "অদৃশ্য অক্ষর"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"অন্তর্ভুক্তির (Entry) বিষয়বস্তু আড়াল করার জন্য ব্যবহৃত অক্ষর (\"পাসওয়ার্ড মোড\" এ ব্যবহৃত)"
|
||||
@ -2459,31 +2459,31 @@ msgstr ""
|
||||
msgid "Border around the progress bar"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "ফোকাস করলে চিহ্নিত হবে"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "কোন অন্তর্ভুক্তির (Entry) অভ্যন্তরীণ বস্তুকে ফোকাস করলে তা চিহ্নিত হবে কিনা"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4097,7 +4097,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4107,111 +4107,111 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4687,41 +4687,41 @@ msgstr "পরিমাপ-ব্যবস্থা"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "রুলারে ব্যবহৃত পরিমাপ-ব্যবস্থা"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "দশমিকের পর যতটি অংক দেখানো হবে"
|
||||
|
||||
# FIXME
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "আঁকার মান"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "স্লাইডারের পাশে বর্তমান মানটিকে পংক্তি হিসেবে প্রদর্শন করা হবে কিনা"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "মানের অবস্থান"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "যে অবস্থানে বর্তমান মানটি প্রদর্শন করা হবে"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "স্লাইডারের দৈর্ঘ্য"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "মাপদন্ডের স্লাইডারের দৈর্ঘ্য"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "স্পেসিং-এর মান"
|
||||
|
||||
# FIXME
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "মানসূচক টেক্সট ও স্লাইডার/থ্রু অংশের মধ্যবর্তী স্পেস-এর সংখ্যা"
|
||||
|
||||
|
@ -5,7 +5,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 2.3.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2006-03-08 18:48+0100\n"
|
||||
"Last-Translator: Thierry Vignaud <tvignaud@mandrakesoft.com>\n"
|
||||
"Language-Team: br <LL@li.org>\n"
|
||||
@ -113,114 +113,114 @@ msgstr ""
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Anv ar meziant"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Stumm ar meziant"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Doare ar meziant"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL al lec'hienn gwiad"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Skridennad al lec'hienn gwiad"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Oberourien"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Arzourien"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Anv arlun al logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -568,70 +568,70 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "Skweraj a-blaen"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Anv ar widget"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "Skweraj a-blaen"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Anv ar widget"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Ment ar bajenn"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Anv ar widget"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "Ment ar bajenn"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Titl ar prenestr"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Diskouez meuziad ar skeudennoù"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Diskouez meuziad ar skeudennoù"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "Ment ar bajenn"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -873,7 +873,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr ""
|
||||
|
||||
@ -1286,7 +1286,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr ""
|
||||
|
||||
@ -2124,11 +2124,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2416,31 +2416,31 @@ msgstr "Stumm ar meziant"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4036,7 +4036,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Ment ar bajenn"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4046,119 +4046,119 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Uhelder dre ziouer"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Anv an arlun"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Niver a ganol"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Anv ar widget"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
#, fuzzy
|
||||
msgid "Unit"
|
||||
msgstr "Mallus"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Kendiviz"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Anv ar restr"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Doare ar meziant"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4635,39 +4635,39 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.gtk-2-4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2004-07-19 00:47+0200\n"
|
||||
"Last-Translator: Kenan Hadžiavdić <kenan@bgnett.no>\n"
|
||||
"Language-Team: Bosnian <lokal@linux.org.ba>\n"
|
||||
@ -119,121 +119,121 @@ msgstr "Tačke fonta"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Kako će se opseg ažurirati na ekranu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
#, fuzzy
|
||||
msgid "Program name"
|
||||
msgstr "Ime oznake"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
#, fuzzy
|
||||
msgid "The version of the program"
|
||||
msgstr "Orijentacija trake s alatima"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
#, fuzzy
|
||||
msgid "Comments string"
|
||||
msgstr "Prostor između kolona"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
#, fuzzy
|
||||
msgid "Website label"
|
||||
msgstr "Koristi veličinu u oznaci"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
#, fuzzy
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Orijentacija trake s alatima"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
#, fuzzy
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Ime fonta"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
#, fuzzy
|
||||
msgid "Wrap license"
|
||||
msgstr "Postavljen mod prijeloma"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
#, fuzzy
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Da li prekrižiti tekst"
|
||||
@ -608,70 +608,70 @@ msgstr "Prema podređenom elementu"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Prisili slaganje omjera sa omjerom podređenog elementa okvira"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "Lijeva popuna"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Stil ruba oko trake s menijima"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "Popuna na dnu"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Stil ruba oko sadržaja"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Tip pakovanja"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Tip obavještenja"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "Veličina stranice"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Naslov prozora"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Zaglavlja se mogu kliknuti"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Vrijednost"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "Uvećanje stranice"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -937,7 +937,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "Rub kartice"
|
||||
@ -1375,7 +1375,7 @@ msgstr "Brzina penjanja"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Ubrzanje kada se dugme drži pritisnuto"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Cifara"
|
||||
|
||||
@ -2250,11 +2250,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Nevidljivi znak"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Znak koji će se koristiti pri skrivanju sadržaja unosa (u \"password mode\")"
|
||||
@ -2567,33 +2567,33 @@ msgstr "Kroz rub"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Tekst koji će se prikazati u traci za napredak"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Nagovještaj pravila"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Bitmapa koja će se koristiti pri iscrtavanju pozadine teksta"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Izaberi ako je fokusirano"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Da li izabrati sadržaj unosa ako je fokusiran"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4310,7 +4310,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Veličina stranice"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4320,123 +4320,123 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Uobičajena visina"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Ime fonta"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Broj kanala"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Broj redova u tabeli"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "Trenutna alfa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
#, fuzzy
|
||||
msgid "The current page in the document"
|
||||
msgstr "Veličina stranice za prilagođenost"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
#, fuzzy
|
||||
msgid "Use full page"
|
||||
msgstr "Koristi alfu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Pokaži zaglavlje"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
#, fuzzy
|
||||
msgid "Allow Async"
|
||||
msgstr "Dopusti linijare"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Ime datoteke"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Stanje sklopke dugmeta"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "Vlastita paleta"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4952,39 +4952,39 @@ msgstr "Brojevi"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Model za razgranati pregled"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Broj decimalnih mjesta prikazanih u vrijednosti"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Pokaži vrijednost"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Da li će se trenutna vrijednost prikazati kao tekst uz klizač"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Pozicija vrijednosti"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Pozicija na kojoj je ispisana trenutna vrijednost"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Dužina klizača"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Dužina klizača omjernika"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Razmak vrijednosti"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Razmak između teksta vrijednosti i prostora sa klizačem"
|
||||
|
||||
|
@ -26,7 +26,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 2.3.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-05 21:04+0100\n"
|
||||
"Last-Translator: David Planella <david.planella@gmail.com>\n"
|
||||
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
|
||||
@ -132,11 +132,11 @@ msgstr "Resolució del tipus de lletra"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "La resolució del tipus de lletra a la pantalla"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Nom del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -144,43 +144,43 @@ msgstr ""
|
||||
"El nom del programa. Si no està definit, per defecte serà el valor de "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Versió del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "La versió del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Cadena del copyright"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Informació de copyright per al programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Cadena de comentaris"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Comentaris quant al vostre programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL del lloc web"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "La URL per a l'enllaç al lloc web del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Etiqueta del lloc web"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -188,44 +188,44 @@ msgstr ""
|
||||
"L'etiqueta per a l'enllaç al lloc web del programa. Si no està definida, "
|
||||
"s'usa el valor de la URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Autors"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Llista d'autors del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Documentadors"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Llista de gent que documenta el programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artistes"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Llista de gent que ha contribuït amb imatges al programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Traductors"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "El nom dels traductors. Aquesta cadena s'ha de marcar com a traduïble"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logotip"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -233,19 +233,19 @@ msgstr ""
|
||||
"Un logotip per a la caixa d'informació de l'aplicació. Si no està definit, "
|
||||
"es fa servir el valor de gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Nom de la icona del logotip"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Una icona amb nom per a emprar com a logotip a la caixa d'informació"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Ajusta la llicència"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Si s'han d'ajustar els finals de línia del text de la llicència"
|
||||
|
||||
@ -613,59 +613,59 @@ msgstr "Obeeix el fill"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Força la proporció perquè coincideixi amb la forma del fill"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Farciment de la capçalera"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Nombre de píxels al voltant de la capçalera."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Farciment del contingut"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Nombre de píxels al voltant de les pàgines de contingut."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Tipus de pàgina"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Tipus de pàgina de l'auxiliar"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Títol de la pàgina"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "El títol de la pàgina de l'auxiliar"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Imatge de la capçalera"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Imatge de la capçalera de la pàgina de l'auxiliar"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Imatge de la barra lateral"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Imatge de la barra lateral de la pàgina de l'auxiliar"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Pàgina completa"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Si s'han emplenat tots els camps requerits de la pàgina"
|
||||
|
||||
@ -926,7 +926,7 @@ msgstr ""
|
||||
"Si les propietats de desplaçament dels fills també han d'afectar el "
|
||||
"rectangle del focus"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Vora interior"
|
||||
|
||||
@ -1343,7 +1343,7 @@ msgstr "Taxa de pujada"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "La taxa d'acceleració quan es manté premut un botó"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Dígits"
|
||||
|
||||
@ -2198,11 +2198,11 @@ msgstr ""
|
||||
"Vora entre el text i el marc. Substitueix l'estil de la propietat de la vora "
|
||||
"de dins"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Caràcter d'invisibilitat"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"El caràcter a emprar quan s'emmascara el contingut de l'entrada (en «mode "
|
||||
@ -2483,31 +2483,31 @@ msgstr "Vora de la progressió"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Vora al voltant de la barra de progrés"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Vora entre el text i el quadre."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Indicació d'estat"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Si s'ha de passar un estat de debò en dibuixar ombres o el fons"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Selecciona en enfocar"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Si s'ha de seleccionar els continguts d'una entrada quan s'enfoca"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Temps d'espera de l'ajuda emergent per a contrasenyes"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"Durant quant de temps s'ha de mostrar el darrer caràcter introduït en les "
|
||||
@ -4148,7 +4148,7 @@ msgstr "Paràmetres de la impressora"
|
||||
msgid "Page Setup"
|
||||
msgstr "Configuració de la pàgina"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Segueix l'estat de la impressió"
|
||||
|
||||
@ -4161,51 +4161,51 @@ msgstr ""
|
||||
"changed» un cop ja s'hagin transmès les dades a la impressora, o al servidor "
|
||||
"d'impressió."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Configuració de la pàgina per defecte"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "El GtkPageSetup utilitzat per defecte"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Paràmetres de la impressora"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "El GtkPrintSettings utilitzat per a inicialitzar el diàleg"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Nom del treball"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Una cadena per a identificar el treball d'impressió."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Nombre de pàgines"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "El nombre de pàgines del document."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Pàgina actual"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "La pàgina actual en el document"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Utilitza la pàgina completa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4213,7 +4213,7 @@ msgstr ""
|
||||
"CERT si l'origen del context ha de ser al racó de la pàgina, i no al racó de "
|
||||
"l'àrea representable"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4222,56 +4222,56 @@ msgstr ""
|
||||
"d'impressió quan ja s'hagin enviat tots les dades a la impressora o al "
|
||||
"servidor d'impressió."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Unitat"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "La unitat amb la que es mesuren distàncies en el context"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Mostra el diàleg"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "CERT si el diàleg de progrés es mostra mentre s'imprimeix."
|
||||
|
||||
# FIXME (josep)
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Permet asíncron"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "CERT si el procés d'impressió es pot executar de manera asíncrona."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Fitxer a exportar"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Estat"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "L'estat de la operació d'impressió"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Cadena d'estat"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Descripció de l'estat"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Etiqueta de pestanya personalitzada"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Etiqueta per a la pestanya que contingui ginys personalitzats."
|
||||
|
||||
@ -4772,41 +4772,41 @@ msgstr "Mètrica"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "La mètrica utilitzada per al regle"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "El nombre de decimals mostrats en el valor"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Valor del dibuix"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Si el valor actual es mostra com una cadena de text al costat de la barra de "
|
||||
"desplaçament"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Posició del valor"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "La posició on es mostrarà el valor actual"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Llargària del lliscador"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Llargària del lliscador de l'escala"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Espaiat del valor"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Espai entre el text del valor i l'àrea del lliscador/canal"
|
||||
|
||||
|
@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 2.3.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2007-09-17 20:57+0200\n"
|
||||
"Last-Translator: Robert Millan <rmh@aybabtu.com>\n"
|
||||
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
|
||||
@ -116,11 +116,11 @@ msgstr "Resolució del tipus de lletra"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "La resolució del tipus de lletra a la pantalla"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Nom del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -128,43 +128,43 @@ msgstr ""
|
||||
"El nom del programa. Si no està definit, per defecte serà el valor de "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Versió del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "La versió del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Cadena del copyright"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Informació de copyright per al programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Cadena de comentaris"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Comentaris quant al vostre programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL del lloc web"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "La URL per a l'enllaç al lloc web del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Etiqueta del lloc web"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -172,44 +172,44 @@ msgstr ""
|
||||
"L'etiqueta per a l'enllaç al lloc web del programa. Si no està definida, "
|
||||
"s'usa el valor de la URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Autors"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Llista d'autors del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Documentadors"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Llista de gent que documenta el programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artistes"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Llista de gent que ha contribuït amb imatges al programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Traductors"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "El nom dels traductors. Esta cadena s'ha de marcar com a traduïble"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logotip"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -217,19 +217,19 @@ msgstr ""
|
||||
"Un logotip per a la caixa d'informació de l'aplicació. Si no està definit, "
|
||||
"es fa servir el valor de gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Nom de la icona del logotip"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Una icona amb nom per a emprar com a logotip a la caixa d'informació"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Ajusta la llicència"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Si s'han d'ajustar els finals de línia del text de la llicència"
|
||||
|
||||
@ -598,59 +598,59 @@ msgstr "Obeix el fill"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Força la proporció perquè coincideixi amb la forma del fill"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Farciment de la capçalera"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Nombre de píxels al voltant de la capçalera."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Farciment del contingut"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Nombre de píxels al voltant de les pàgines de contingut."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Tipus de pàgina"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Tipus de pàgina de l'auxiliar"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Títol de la pàgina"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "El títol de la pàgina de l'auxiliar"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Imatge de la capçalera"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Imatge de la capçalera de la pàgina de l'auxiliar"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Imatge de la barra lateral"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Imatge de la barra lateral de la pàgina de l'auxiliar"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Pàgina completa"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Si s'han emplenat tots els camps requerits de la pàgina"
|
||||
|
||||
@ -912,7 +912,7 @@ msgstr ""
|
||||
"Si les propietats de desplaçament dels fills també han d'afectar el "
|
||||
"rectangle del focus"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Vora interior"
|
||||
|
||||
@ -1338,7 +1338,7 @@ msgstr "Taxa de pujada"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "La taxa d'acceleració quan es manté premut un botó"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Dígits"
|
||||
|
||||
@ -2205,11 +2205,11 @@ msgstr ""
|
||||
"Vora entre el text i el marc. Substituix l'estil de la propietat de la vora "
|
||||
"de dins"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Caràcter invisible"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"El caràcter a emprar quan s'emmascara el contingut de l'entrada (en «mode "
|
||||
@ -2525,33 +2525,33 @@ msgstr "Separació de la vora"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Text a la barra de progrés"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Vora entre el text i el quadre."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Cadena d'estat"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Mapa de bits usat com a màscara quan s'ajusta el fons del text"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Selecciona en enfocar"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Si s'ha de seleccionar els continguts d'una entrada quan s'enfoca"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Temps d'espera de l'ajuda emergent per a contrasenyes"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
#, fuzzy
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
@ -4213,7 +4213,7 @@ msgstr "Paràmetres de la impressora"
|
||||
msgid "Page Setup"
|
||||
msgstr "Configuració de la pàgina"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Seguix l'estat de la impressió"
|
||||
|
||||
@ -4226,51 +4226,51 @@ msgstr ""
|
||||
"changed» un cop ja s'hagen transmès les dades a la impressora, o al servidor "
|
||||
"d'impressió."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Configuració de la pàgina per defecte"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "El GtkPageSetup utilitzat per defecte"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Paràmetres de la impressora"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "El GtkPrintSettings utilitzat per a inicialitzar el diàleg"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Nom del treball"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Una cadena per a identificar el treball d'impressió."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Nombre de pàgines"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "El nombre de pàgines del document."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Pàgina actual"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "La pàgina actual en el document"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Utilitza la pàgina completa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4278,7 +4278,7 @@ msgstr ""
|
||||
"CERT si l'origen del context ha de ser al racó de la pàgina, i no al racó de "
|
||||
"l'àrea representable"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4287,56 +4287,56 @@ msgstr ""
|
||||
"d'impressió quan ja s'hagen enviat tots les dades a la impressora o al "
|
||||
"servidor d'impressió."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Unitat"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "La unitat amb la que es mesuren distàncies en el context"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Mostra el diàleg"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "CERT si el diàleg de progrés es mostra mentre s'imprimix."
|
||||
|
||||
# FIXME (josep)
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Permet asíncron"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "CERT si el procés d'impressió es pot executar asincronicament."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Fitxer a exportar"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Estat"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "L'estat de la operació d'impressió"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Cadena d'estat"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Descripció de l'estat"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Etiqueta de pestanya personalitzada"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Etiqueta per a la pestanya que contingui ginys personalitzats."
|
||||
|
||||
@ -4836,41 +4836,41 @@ msgstr "Mètrica"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "La mètrica utilitzada per al regle"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "El nombre de decimals mostrats en el valor"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Valor del dibuix"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Si el valor actual es mostra com una cadena de text al costat de la barra de "
|
||||
"desplaçament"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Posició del valor"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "La posició on es mostrarà el valor actual"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Llargària del lliscador"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Llargària del lliscador de l'escala"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Espaiat del valor"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Espai entre el text del valor i l'àrea del lliscador/canal"
|
||||
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-04-09 04:32-0500\n"
|
||||
"Last-Translator: Reşat SABIQ <tilde.birlik@gmail.com>\n"
|
||||
"Language-Team: Qırımtatarca (Qırım Türkçesi) <tilde-birlik-tercime@lists."
|
||||
@ -135,11 +135,11 @@ msgid "The resolution for fonts on the screen"
|
||||
msgstr "Ekran üzerindeki urufatlarnıñ çezinirligi"
|
||||
|
||||
# gtk/gtktexttag.c:198
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Program ismi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -147,45 +147,45 @@ msgstr ""
|
||||
"Programnıñ ismi. Eger tesbit etilmegen eken, g_get_application_name() "
|
||||
"qıymetine ög-belgilenir"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Program sürümi"
|
||||
|
||||
# gtk/gtktoolbar.c:224
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Programnıñ sürümi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Telif aqqı tizgisi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Progam içün telif aqqı malümatı"
|
||||
|
||||
# gtk/gtktable.c:183
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Şerhler tizgisi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Program aqqındaki şerhler"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Ağ-saytı adresi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "Programnıñ ağ-saytına ilişim içün URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Ağ-saytı etiketi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -193,46 +193,46 @@ msgstr ""
|
||||
"Programnıñ ağ-saytına ilişim içün etiket. Eger tesbit etilmegen ise, URL "
|
||||
"qıymetine ög-belgilengenir"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Müellifler"
|
||||
|
||||
# gtk/gtktoolbar.c:224
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Programnıñ müellifler listesi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Vesiqalandırıcılar"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Programnı vesiqalandırğan kişilerniñ listesi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Sanatkârlar"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Programğa sanat işlerinen issede bulunğanlarnıñ listesi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Terciman itibarları"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Tercimanlarğa itibarlar. Bu tizginiñ çevirilebilir olaraq tamğalanuvı lâzim"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -241,22 +241,22 @@ msgstr ""
|
||||
"gtk_window_get_default_icon_list() qıymetine ög-belgilenir"
|
||||
|
||||
# gtk/gtkfontsel.c:185
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Logo İşaretçigi İsmi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
"Aqqında qutusı içün logo olaraq qullanılacaq isimlendirilgen işaretçik."
|
||||
|
||||
# gtk/gtktexttag.c:607
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Litsenziyanı Sar"
|
||||
|
||||
# gtk/gtkcellrenderertext.c:324 gtk/gtktexttag.c:467
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Litsenziya metniniñ sarılıp sarılmaycağı."
|
||||
|
||||
@ -676,67 +676,67 @@ msgstr "Balağa boysun"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Aspekt nisbetiniñ çerçiveniñ balasınıñkinen eşleşmesini cebir et"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Başlıq Şilteleme"
|
||||
|
||||
# gtk/gtkmenubar.c:155
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Başlıqnıñ etrafındaki piksel sayısı."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Münderice Şiltelemesi"
|
||||
|
||||
# gtk/gtkmenubar.c:155
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Münderice saifeleriniñ etrafındaki piksel sayısı."
|
||||
|
||||
# gtk/gtktoolbar.c:259
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Saife türü"
|
||||
|
||||
# gtk/gtklabel.c:199
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Muavin saifeniñ türü"
|
||||
|
||||
# gtk/gtkruler.c:148
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Saife serlevası"
|
||||
|
||||
# gtk/gtkwindow.c:333
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Muavin saifeniñ serlevası"
|
||||
|
||||
# gtk/gtktreeview.c:489
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Başlıq sureti"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Muavin saife içün başlıq sureti"
|
||||
|
||||
# gtk/gtksettings.c:175
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Kenar çubuğı sureti"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Muavin saife içün kenar çubuğı sureti"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Saife tamamlanğan"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Saifede talap etilgen alanlarnıñ episiniñ toldurılğan olıp olmağanı"
|
||||
|
||||
@ -1042,7 +1042,7 @@ msgstr ""
|
||||
"tesir etip etmeycegi"
|
||||
|
||||
# gtk/gtknotebook.c:341
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "İç Sıñır"
|
||||
|
||||
@ -1532,7 +1532,7 @@ msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Bir dögmeni basıq tutqanıñızda tezleşme nisbeti"
|
||||
|
||||
# gtk/gtkscale.c:148 gtk/gtkspinbutton.c:221
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Raqamlar"
|
||||
|
||||
@ -2568,12 +2568,12 @@ msgstr ""
|
||||
"aydar."
|
||||
|
||||
# gtk/gtkentry.c:420
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Körünmez remiz"
|
||||
|
||||
# gtk/gtkentry.c:421
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Kirdi mündericesini maskalağanda qullanılacaq remiz (\"sır-söz tarzı\" içün)"
|
||||
@ -2899,36 +2899,36 @@ msgstr "Teraqqiyat Sıñırı"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Teraqqiyat çubuğı etrafındaki sıñır"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Metin ve çerçive arasındaki sıñır."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Durum Kinayesi"
|
||||
|
||||
# gtk/gtktexttag.c:234
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
"Kölge yaki arqa-zeminni sızğanda uyğun bir durumnıñ yetkizilip "
|
||||
"yetkizilmeycegi"
|
||||
|
||||
# gtk/gtkfilesel.c:1795
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Fokus üzerine sayla"
|
||||
|
||||
# gtk/gtkentry.c:397
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Bir kirildi fokuslanğanda onıñ mündericesiniñ saylanıp saylanmaycağı"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Sır-söz Kinayesi Zaman Aşımı"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "Gizli kirildilerde soñki remizniñ ne qadar müddet kösterilecegi"
|
||||
|
||||
@ -4797,7 +4797,7 @@ msgstr "Bastırıcı tesbitleri"
|
||||
msgid "Page Setup"
|
||||
msgstr "Saife Tesbiti"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Bastırma Durumını Taqip Et"
|
||||
|
||||
@ -4811,57 +4811,57 @@ msgstr ""
|
||||
"eter."
|
||||
|
||||
# gtk/gtkwindow.c:399
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Ög-belgilengen Saife Tesbiti"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "Ög-belgilengen olaraq qullanılacaq GtkPageSetup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Bastıruv Tesbitleri"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "Dialognı başlanğıçlandıruv içün qullanılacaq GtkPrintSettings"
|
||||
|
||||
# gtk/gtkfontsel.c:185
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "İş İsmi"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Bastırma işini kimliklendirmek içün qullanılğan tizgi."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Saife Sayısı"
|
||||
|
||||
# gtk/gtktable.c:157
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Belgedeki saife sayısı."
|
||||
|
||||
# gtk/gtkcolorsel.c:1689
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Ağımdaki Saife"
|
||||
|
||||
# gtk/gtkcellrenderertoggle.c:128
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Belgedeki cari saife"
|
||||
|
||||
# gtk/gtklabel.c:212
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Tam saife qullan"
|
||||
|
||||
# tüklü
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4869,7 +4869,7 @@ msgstr ""
|
||||
"DOĞRU ise, kontekstniñ menşei saifeniñ köşesinde olmalıdır, suretlenebilir "
|
||||
"mesahanıñ köşesinde degil"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4878,59 +4878,59 @@ msgstr ""
|
||||
"yiberilgen soñ bastıruv işlemi bastıruv işiniñ durumı aqqında bildirmege "
|
||||
"devam eter."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Birlem"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Kontekst içerisinde mesafelerniñ ölçele bilecegi birlem"
|
||||
|
||||
# gtk/gtktable.c:174
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Dialog Köster"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "DOĞRU ise bastıruv esnasında bir teraqqiyat dialogı kösterilir."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Eş-zamansız Caizdir"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "DOĞRU ise bastıruv esnası eş-zamansız olaraq çapa bilir."
|
||||
|
||||
# gtk/gtkfilesel.c:502
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "İhracat dosye adı"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Durum"
|
||||
|
||||
# gtk/gtkcellrenderertoggle.c:128
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Bastıruv işleminiñ durumı"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Durum Tizgisi"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Durumnıñ insanca oqula bilgen tasviri"
|
||||
|
||||
# gtk/gtkcolorsel.c:1703
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Şahsiyleştirilgen ilmek etiketi"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Şahsiyleştirilgen pencereçiklerni ihtiva etken ilmek içün etiket."
|
||||
|
||||
@ -5508,49 +5508,49 @@ msgid "The metric used for the ruler"
|
||||
msgstr "Cedvel içün qullanılacaq ölçem"
|
||||
|
||||
# gtk/gtkscale.c:149
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Qıymette kösterilgen onarlama kesir haneleri sayısı"
|
||||
|
||||
# gtk/gtkscale.c:158
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Qıymetni Sız"
|
||||
|
||||
# gtk/gtkscale.c:159
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Ağımdaki qıymetniñ bir tizgi olaraq sürgüniñ yanında kösterilip "
|
||||
"kösterilmeycegi"
|
||||
|
||||
# gtk/gtkscale.c:166
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Qıymet Mevamı"
|
||||
|
||||
# gtk/gtkscale.c:167
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Ağımdaki qıymetniñ kösterilecegi mevam"
|
||||
|
||||
# gtk/gtkscale.c:174
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Sürgü Uzunlığı"
|
||||
|
||||
# gtk/gtkscale.c:175
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Miqyasnıñ sürgüsiniñ uzunlığı"
|
||||
|
||||
# gtk/gtkscale.c:183
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Qıymet boşluqlaması"
|
||||
|
||||
# gtk/gtkscale.c:184
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Sürgü/Uluq mesahası ile qıymet metni arasındaki boşluq"
|
||||
|
||||
|
@ -13,7 +13,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-07 23:38+0100\n"
|
||||
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
|
||||
"Language-Team: Czech <gnome-cs-list@gnome.org>\n"
|
||||
@ -121,54 +121,54 @@ msgstr "Rozlišení písma"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Rozlišení písem na obrazovce"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Název programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
"Název programu. Pokud není nastaven, je implicitně g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Verze programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Verze programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Řetězec copyrightu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Informace o copyrightu na program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Řetězec poznámek"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Poznámky o programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL WWW stránek"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "URL pro odkaz na WWW stránky programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Popisek WWW stránek"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -176,45 +176,45 @@ msgstr ""
|
||||
"Popisek pro odkaz na WWW stránky programu. Není-li nastaven, je implicitně "
|
||||
"roven URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Autoři"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Seznam autorů programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Dokumentátoři"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Seznam lidí dokumentujících program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Umělci"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Seznam lidí, kteří pro program tvořili grafiku"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Zásluhy překladatelů"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Zásluhy překladatelů. Tento řetězec by měl být označen jako přeložitelný"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -222,19 +222,19 @@ msgstr ""
|
||||
"Logo pro dialog o aplikaci. Pokud není nastaveno, je implicitně "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Název ikony s logem"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Pojmenovaná ikona, kterou používat jako logo pro dialog o aplikaci."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Zalamovat licenci"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Jestli zalamovat text licence."
|
||||
|
||||
@ -599,59 +599,59 @@ msgstr "Následovat potomka"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Vynutit, aby poměr stran odpovídal rámu potomka"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Doplnění záhlaví"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Počet pixelů kolem záhlaví."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Doplnění obsahu"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Počet pixelů kolem obsahových stránek."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Typ stránky"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Typ pomocné stránky"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Nadpis stránky"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Nadpis pomocné stránky"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Obrázek záhlaví"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Obrázek záhlaví pomocné stránky"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Obrázek postranního panelu"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Obrázek postranního panelu pomocné stránky"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Úplná stránka"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Zda byla všechna povinná pole na stránce vyplněna"
|
||||
|
||||
@ -908,7 +908,7 @@ msgstr ""
|
||||
"Jestli vlastnosti child_displacement_x/_y properties mají mít také vliv na "
|
||||
"obdélník zaměření"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Vnitřní okraj"
|
||||
|
||||
@ -1322,7 +1322,7 @@ msgstr "Rychlost růstu"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Zrychlení růstu, když držíte tlačítko"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Desetinná místa"
|
||||
|
||||
@ -2166,11 +2166,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr "Okraj mezi textem a rámem. Přepisuje vlastnost stylu inner-border"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Neviditelný znak"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "Znak používaný pro skrytí obsahu pole (v \"režimu pro hesla\")"
|
||||
|
||||
@ -2444,31 +2444,31 @@ msgstr "Okraje probíhajícího"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Okraje okolo ukazatele průběhu"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Okraj mezi textem a rámem."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Hint stavu"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Jestli předávat správný stav při vykreslování stínu nebo pozadí"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Vybrat při zaměření"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Jestli vybrat obsah položky, pokud položka získá zaměření"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Časový limit tipu hesla"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "Jak dlouho ukazovat znak posledního vstupu ve skrytých vstupech"
|
||||
|
||||
@ -4072,7 +4072,7 @@ msgstr "Nastavení tiskárny"
|
||||
msgid "Page Setup"
|
||||
msgstr "Nastavení stránky"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Sledovat stav tisku"
|
||||
|
||||
@ -4084,51 +4084,51 @@ msgstr ""
|
||||
"\"True\", bude-li tisková úloha pokračovat ve vysílání signálů o změně stavu "
|
||||
"poté, co byla tisková data odeslána na tiskárnu nebo tiskový server."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Výchozí nastavení stránky"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "GtkPageSetup použité jako výchozí"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Nastavení tisku"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "GtkPrintSettings užitý ke spouštění dialogového okna"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Název úlohy"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Řetězec užitý k rozpoznání tiskové úlohy."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Počet stránek"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Počet stránek v dokumentu."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Aktuální stránka"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Aktuální stránka v dokumentu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Použít plnou stránku"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4136,7 +4136,7 @@ msgstr ""
|
||||
"\"True\", má-li být počátek kontextu v rohu stránku a nikoliv v rohu "
|
||||
"zobrazitelné oblasti"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4144,55 +4144,55 @@ msgstr ""
|
||||
"\"True\", bude-li tisková operace pokračovat v oznamování stavu tiskové "
|
||||
"úlohy poté, co byla tisková data odeslána na tiskárnu nebo tiskový server."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Jednotka"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Jednotka, ve které mohou být měřeny vzdálenosti v kontextu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Zobrazit dialogové okno"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "\"True\", je-li dialog průběhu ukázán při tisku."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Povolit asynchronně"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "\"True\", může-li tiskový proces běžet asynchronně."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Exportovat název souboru"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Stav"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Stav tiskové operace"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Řetězec stavu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Člověkem čitelný popis stavu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Popisek vlastní karty"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Popisek karty obsahující vlastní widgety."
|
||||
|
||||
@ -4676,39 +4676,39 @@ msgstr "Metrika"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Metrika používaná pro pravítko"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Počet desetinných míst zobrazovaných z hodnoty"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Kreslit hodnotu"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Jestli je aktuální hodnota zobrazována jako řetězec vedle posuvníku"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Pozice hodnoty"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Pozice, kde je zobrazována aktuální hodnota"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Délka posuvníku"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Délka posuvníku widgetu pro rozsah"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Mezera okolo hodnoty"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Mezera mezi textem hodnoty a oblastí posuvníku/koryta"
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 2.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2007-05-14 22:44-0000\n"
|
||||
"Last-Translator: Rhys Jones <rhys@sucs.org>\n"
|
||||
"Language-Team: Cymraeg <gnome-cy@pengwyn.linux.org.uk>\n"
|
||||
@ -115,11 +115,11 @@ msgstr "Cydraniad ffont"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Y cydraniad ar gyfer ffontiau ar y sgrin"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Enw'r rhaglen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -127,43 +127,43 @@ msgstr ""
|
||||
"Enw'r rhaglen. Os nad yw'r enw wedi ei osod, y dewis rhagosodedig yw "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Fersiwn rhaglen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Fersiwn y rhaglen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Llinyn hawlfraint"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Gwybodaeth hawlfraint ar gyfer y rhaglen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Llinyn sylwadau"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Sylwadau ynglŷn â'r rhaglen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "LAU safle gwe"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "LAU cyswllt i safle gwe'r rhaglen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Label safle gwe"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -171,45 +171,45 @@ msgstr ""
|
||||
"Y label ar gyfer y cyswllt i safle gwe'r rhaglen. Os nad yw wedi ei osod, fe "
|
||||
"ddefnyddir y LAU fel label"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Awduron"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Rhestr o awduron y rhaglen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Dogfennwyr"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Rhestr o'r rhai ysgrifennodd ddogfennaeth y rhaglen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artistiaid"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Rhestr o'r rhai gyfrannodd waith graffeg/celf i'r rhaglen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Clodau cyfieithwyr"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Diolchiadau i'r cyfieithwyr. Dylid marcio'r llinyn hwn yn gyfieithiadwy"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -217,19 +217,19 @@ msgstr ""
|
||||
"Logo ar gyfer y blwch ynghylch. Os na osodir hyn, y dewis rhagosodedig yw "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Enw Eicon y Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Enw'r eicon i'w ddefnyddio fel logo ar gyfer y blwch 'ynghylch'."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Amlapio trwydded"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "A ddylid amlapio testun y drwydded."
|
||||
|
||||
@ -599,59 +599,59 @@ msgstr "Ufuddhau'r plentyn"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Gorfodi'r gymhareb agwedd i gydweddu a hwnnw plentyn y ffrâm"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Padio Pennyn"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Y nifer o bicseli o amgylch y pennyn."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Padio Cynnwys"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Y nifer o bicseli o amgylch y tudalennau cynnwys."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Math tudalen"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Math y dudalen gynorthwyo"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Teitl tudalen"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Teitl y dudalen gynorthwyo"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Delwedd pennyn"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Delwedd pennyn y dudalen gynorthwyo"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Delwedd bar ochr"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Delwedd bar ochr y dudalen gynorthwyo"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Tudalen yn gyflawn"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "A yw pob un o'r meysydd angenrheidiol ar y dudalen wedi eu llenwi"
|
||||
|
||||
@ -910,7 +910,7 @@ msgstr ""
|
||||
"A ddylai'r priodweddau child_displacement_x/_y hefyd effeithio'r petryal "
|
||||
"ffocws"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Border Mewnol"
|
||||
|
||||
@ -1335,7 +1335,7 @@ msgstr "Cyfradd Ddringo"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Y gyfradd gyflymu pan rydych yn dal botwm i lawr"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Digidau"
|
||||
|
||||
@ -2202,11 +2202,11 @@ msgstr ""
|
||||
"Border rhwng y testun a'r ffrâm. Yn gwrthwneud y briodwedd arddull border "
|
||||
"mewnol"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Nod anweladwy"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "Y nod i'w ddefnyddio wrth guddio testun y teclyn (\"modd cyfrinair\")"
|
||||
|
||||
@ -2522,33 +2522,33 @@ msgstr "Border Cafn"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Y testun ar y bar cynnydd"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Border rhwng y testun a'r ffrâm."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Llinyn Statws"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Didfap i'w ddefnyddio fel masg wrth arlunio cefndir y testun"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Dewis wrth ffocysu"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "A ddylid dewis cynnwys cofnod pan ffocysir ef"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Terfyn Amser Awgrym Cyfrinair"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "Am ba hyd i ddangos y nod a fewnbynnwyd diwethaf o fewn cofnodion cudd"
|
||||
|
||||
@ -4204,7 +4204,7 @@ msgstr "Gosodiadau argraffydd"
|
||||
msgid "Page Setup"
|
||||
msgstr "Gosodiad Tudalen"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Olrhain Statws Argraffu"
|
||||
|
||||
@ -4216,51 +4216,51 @@ msgstr ""
|
||||
"GWIR os fydd y weithred argraffu yn parhau i adrodd newidiadau statws ar ôl "
|
||||
"i'r data argraffu gael ei anfon at yr argraffydd neu'r gweinydd argraffu."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Gosodiad Rhagosodedig Tudalen"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "Y GtkPageSetup ddefnyddir yn rhagosodedig"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Gosodiadau Argraffu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "Y GtkPrintSettings ddefnyddiwyd i ymgychwyn y ddeialog"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Enw'r Dasg"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Llinyn i'w ddefnyddio i adnabod y dasg argraffu."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Nifer y Tudalennau"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Nifer y tudalennau yn y ddogfen"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Tudalen Gyfredol"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Y dudalen bresennol yn y ddogfen"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Defnyddio'r dudalen lawn"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4268,7 +4268,7 @@ msgstr ""
|
||||
"GWIR os ddylai tarddbwynt y cyd-destun fod ar gornel y dudalen ac nid ar "
|
||||
"gornel yr ardal a ellir ei ddelweddu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4277,56 +4277,56 @@ msgstr ""
|
||||
"ar ôl i'r data argraffu gael ei anfon at yr argraffydd neu'r gweinydd "
|
||||
"argraffu."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Uned"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Yr uned i fesur pellteroedd, o fewn y cyd-destun"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Dangos Deialog"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "GWIR os dangosir deialog cynnydd wrth argraffu."
|
||||
|
||||
# EFALLAI
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Caniatáu Anghydamser"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "GWIR os gall y broses argraffu redeg yn anghydamseredig."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Allforio enw ffeil"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Statws"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Statws y weithred argraffu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Llinyn Statws"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Disgrifiad o'r statws er mwyn i ddefnyddwyr ei ddarllen"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Label tab addasedig"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Label ar gyfer y tab sy'n cynnwys teclynnau addasedig."
|
||||
|
||||
@ -4838,40 +4838,40 @@ msgstr "Metrig"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Y metrig mae'r mesurydd yn ei ddefnyddio"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Nifer y llefydd degol a ddangosir yn y gwerth"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Dangos y Gwerth"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "A ddylid dangos y gwerth cyfredol ger y llithrydd"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Safle'r Gwerth"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Y safle lle dangosir y gwerth cyfredol"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Hyd y Llithrydd"
|
||||
|
||||
# EFALLAI
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Hyd llithrydd y raddfa"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Bylchu'r gwerth"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Gofod rhwng testun y gwerth a'r ardal llithrydd/cafn"
|
||||
|
||||
|
@ -47,7 +47,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-13 21:43+0100\n"
|
||||
"Last-Translator: Ask Hjorth Larsen <asklarsen@gmail.com>\n"
|
||||
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
|
||||
@ -153,11 +153,11 @@ msgstr "Skrifttypeopløsning"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Opløsningen for skrifttyper på skærmen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Programnavn"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -165,43 +165,43 @@ msgstr ""
|
||||
"Programmets navn. Hvis dette ikke er angivet benyttes g_get_application_name"
|
||||
"()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Programversion"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Programmets version"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Copyright-streng"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Copyright-information for programmet"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Kommentarstreng"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Kommentarer om programmet"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Websted-adresse"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "Adressen til programmets websted"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Websted-etiket"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -209,46 +209,46 @@ msgstr ""
|
||||
"Etiketten for adressen til programmets websted. Hvis denne ikke er angivet "
|
||||
"benyttes adressen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Forfattere"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Liste over programmets forfattere"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Dokumentører"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Liste over programmets dokumentører"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Kunstnere"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
"Liste over mennesker der har bidraget med grafik og/eller lyd til programmmet"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Bidragydere til oversættelse"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Bidragydere til oversættelse. Denne streng skal markeres som oversætbar"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -256,19 +256,19 @@ msgstr ""
|
||||
"Et logo til om-vinduet. Hvis dette ikke er angivet benyttes "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Logoikonnavn"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Et navngivetikon der skal bruges som logo for om-vinduet."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Ombryd licensen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Om licensteksten skal ombrydes."
|
||||
|
||||
@ -638,66 +638,66 @@ msgstr "Tving højde/bredde-forhold til at passe til rammens underkontrol"
|
||||
# Tvetydighed omkring hoved/overskrift afgjort ved flertals afstemning blandt de af de andre oversættelser jeg kan forstå. Jeg har fejlmeldt den for forhåbentligt at få den afgjort
|
||||
#
|
||||
# Fejlrapport afgjorde at det er sidehoved.
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Sidehoved-udfyldning"
|
||||
|
||||
# Tvetydighed omkring hoved/overskrift afgjort ved flertals afstemning blandt de af de andre oversættelser jeg kan forstå. Jeg har fejlmeldt den for forhåbentligt at få den afgjort
|
||||
#
|
||||
# Fejlrapport afgjorde at det er sidehoved.
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Antallet af skærmpunkter rundt om sidehovedet."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Indholdsudfyldning"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Antallet af skærmpunkter rundt om indholdssiderne."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Sidetype"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Assistentsidens type"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Sidetitel"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Assistentsidens titel"
|
||||
|
||||
# Tvetydighed omkring hoved/overskrift afgjort ved flertals afstemning blandt de af de andre oversættelser jeg kan forstå. Jeg har fejlmeldt den for forhåbentligt at få den afgjort
|
||||
#
|
||||
# Fejlrapport afgjorde at det er sidehoved.
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Sidehoved-billede"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Assistentsidens sidehoved-billede"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Sidepanelbillede"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Assistentsidens sidepanelbillede"
|
||||
|
||||
# Denne her kan godt virke lidt mærkelig men skulle være god nok idet et kig i kildekoden afslører at "Page complete" er en boolsk variabel
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Side fuldført"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Om alle påkrævede felter på siden er udfyldt"
|
||||
|
||||
@ -958,7 +958,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Om child_displacement_x/_y-egenskaberne også skal påvirke fokusrektanglet"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Indre kant"
|
||||
|
||||
@ -1383,7 +1383,7 @@ msgstr "Stigningsrate"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Accelerationsgraden når en knap holdes nede"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Cifre"
|
||||
|
||||
@ -2238,11 +2238,11 @@ msgstr ""
|
||||
"Kant mellem tekst og ramme. Har prioritet over stilegenskaben \"inner-border"
|
||||
"\""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Usynligt tegn"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Tegnet som bruges når indholdet i indtastningsfeltet maskeres (i "
|
||||
@ -2522,33 +2522,33 @@ msgstr "Statuslinjekant"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Kant omkring statuslinjen"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Kant mellem tekst og ramme."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Tilstandsfif"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
"Om der skal videregives en egentlig tilstand, når der tegnes skygge eller "
|
||||
"baggrund"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Markér ved fokus"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Om indholdet af indtastningsfeltet markeres når feltet modtager fokus"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Tidsudløb for adgangskodefif"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"Hvor længe de sidst indtastede tegn skal vises ved skjulte indtastninger"
|
||||
@ -4177,7 +4177,7 @@ msgstr "Printerindstillinger"
|
||||
msgid "Page Setup"
|
||||
msgstr "Sideopsætning"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Hold øje med udskrivningsstatus"
|
||||
|
||||
@ -4191,52 +4191,52 @@ msgstr ""
|
||||
"signaler efter udskriftsdata er blevet sendt til printeren eller "
|
||||
"udskriftsserveren."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Forvalgt sideopsætning"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "Den GtkPageSetup der bruges som standard"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Udskriftsindstillinger"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
"De GtkPrintSettings der bliver brugt ved initialisering af dialogvinduet"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Jobnavn"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "En streng der bruges til at identificere udskriftsjobbet."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Antal sider"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Antallet af sider i dokumentet."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Nuværende side"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Den nuværende side i dokumentet"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Benyt hele siden"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4244,7 +4244,7 @@ msgstr ""
|
||||
"TRUE hvis startpunktet for konteksten skal være sidens hjørne og ikke "
|
||||
"hjørnet af det område hvorpå der kan tegnes"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4252,56 +4252,56 @@ msgstr ""
|
||||
"TRUE hvis udskriftsoperationen vil fortsætte med at rapportere jobstatus "
|
||||
"efter udskriftsdata er blevet sendt til printeren eller udskriftsserveren."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Enhed"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Den enhed som afstande i konteksten måles i"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Vis dialogvindue"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "TRUE hvis statusvinduet vises under udskrivning."
|
||||
|
||||
# se foregående: Rules Hint
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Tillad asynkront"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "TRUE hvis udskrivningsprocessen må køre asynkront."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Eksporteringsfilnavn"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Status for udskrivningsoperationen"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Statusstreng"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "En menneske-læselig beskrivelse af status"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Etiket for fanebladet for brugertilpassede"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Etiket for fanebladet der indeholder brugertilpassede kontroller."
|
||||
|
||||
@ -4817,39 +4817,39 @@ msgstr "Metrisk"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Den metriske enhed der bruges for linealen"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Antallet af decimalpladser der vises i værdien"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Vis værdi"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Om den aktuelle værdi skal vises som en streng ved siden af skyderen"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Placering af værdi"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Hvor den aktuelle værdi placeres"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Skyderlængde"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Længde af skaleringens skyder"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Værdimellemrum"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Mellemrum mellem værditekst og skyder-/fordybningsarealet"
|
||||
|
||||
|
@ -13,7 +13,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: GTK+ HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-13 16:54+0100\n"
|
||||
"Last-Translator: Hendrik Richter <hendrikr@gnome.org>\n"
|
||||
"Language-Team: German <gnome-de@gnome.org>\n"
|
||||
@ -123,11 +123,11 @@ msgstr "Schriftauflösung"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Die Auflösung für Schriften auf dem Bildschirm"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Programmname"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -135,43 +135,43 @@ msgstr ""
|
||||
"Der Name des Programms. Wird dies leer gelassen, so hat es den Wert von "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Programmversion"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Die Version des Programms"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Copyright Zeichenkette"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Copyright-Informationen des Programms"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Kommentare als Zeichenkette"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Kommentare über dieses Programme"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL der Webseite"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "Die URL der Webseite des Programms"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Titel der Webseite"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -179,46 +179,46 @@ msgstr ""
|
||||
"Die Beschriftung für die Webseite des Programms. Wird dies leer gelassen, so "
|
||||
"hat es den Wert der URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Programm von"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Autoren des Programms"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Dokumentation von"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Autoren der Dokumentation"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Grafiken von"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Personen, die Grafiken für das Programm erstellt haben"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Übersetzung von"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Die Übersetzer des Programms. Diese Zeichenkette sollte als übersetzbar "
|
||||
"markiert werden"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -226,19 +226,19 @@ msgstr ""
|
||||
"Ein Logo für das Info-Fenster. Wird dies leer gelassen, so hat es den Wert "
|
||||
"von gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Name des Logo-Symbols"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Symbol, das für das Info-Fenster verwendet werden soll."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Lizenz umbrechen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Legt fest, ob der Lizenztext wenn notwendig umgebrochen wird."
|
||||
|
||||
@ -612,59 +612,59 @@ msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
"Erzwingen, dass das Seitenverhältnis des Rahmens dem des Kindes entspricht"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Polsterung um Kopf"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Anzahl der Pixel um den Kopf."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Polsterung um Inhalt"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Anzahl der Pixel um Inhaltsseiten"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Seitentyp"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Der Typ der Druidenseite"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Titel der Seite"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Der Titel der Druidenseite"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Kopfbild"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Bild im Kopf der Druidenseite"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Seitenbild"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Bild in Seitenleiste der Druidenseite"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Seite abgeschlossen"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Legt fest, ob alle benötigten Felder dieser Seite ausgefüllt wurden"
|
||||
|
||||
@ -930,7 +930,7 @@ msgstr ""
|
||||
"Sollen die child_displacement_x/_y-Eigenschaften auch den Bereich des Fokus "
|
||||
"beeinflussen?"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Innerer Rand"
|
||||
|
||||
@ -1348,7 +1348,7 @@ msgstr "Steigrate"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Die Beschleunigungsrate beim Gedrückthalten eines Knopfes"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Ziffern"
|
||||
|
||||
@ -2211,11 +2211,11 @@ msgid ""
|
||||
msgstr ""
|
||||
"Rand zwischen Text und Rahmen. Überschreibt die Eigenschaft »inner-border«."
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Unsichtbares Zeichen"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "Das Zeichen, mit dem Feldinhalte verdeckt werden (im »Passwort-Modus«)"
|
||||
|
||||
@ -2498,34 +2498,34 @@ msgstr "Rand um Fortschrittsbalken"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Um den Fortschrittsbalken anzuzeigender Rand"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Rand zwischen Text und Rahmen."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Status-Hinweis"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
"Legt fest, ob beim Zeichnen von Schatten oder Hintergrund ein Status "
|
||||
"weitergegeben wird"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Beim Fokussieren markieren"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
"Soll der Inhalt eines Eintrages markiert werden, wenn er fokussiert wird?"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Timetout des Passwort-Hinweises"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"Wie lange soll das zuletzt eingegebene Zeichen in versteckten Eingabefeldern "
|
||||
@ -4182,7 +4182,7 @@ msgstr "Druckereinstellungen"
|
||||
msgid "Page Setup"
|
||||
msgstr "Seiteneinstellungen"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Druckstatus überwachen"
|
||||
|
||||
@ -4194,51 +4194,51 @@ msgstr ""
|
||||
"WAHR, falls der Druckauftrag Statusänderungs-Signale emittieren soll nachdem "
|
||||
"die Druckdaten an den Drucker oder den Drucker-Server gesendet wurden."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Vorgabe-Seiteneinstellungen"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "Das als Vorgabe zu verwendende GtkPageSetup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Druckeinstellungen"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "Die beim Initialisieren des Dialogs zu verwendenden GtkPrintSettings"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Auftragsname"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Eine Zeichenkette zur Identifizierung des Druckauftrags."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Seitenanzahl"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Die Anzahl der Seiten des Dokuments."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Aktuelles Seite"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Die aktuelle Seite des Dokuments"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Gesamte Seite verwenden"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4246,7 +4246,7 @@ msgstr ""
|
||||
"WAHR, falls der Ursprung des Kontexts an der Ecke der Seite sein soll und "
|
||||
"nicht an der Ecke des druckbaren Bereichs"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4255,57 +4255,57 @@ msgstr ""
|
||||
"nachdem die Druckdaten an den Drucker oder den Drucker-Server gesendet "
|
||||
"wurden."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Einheit"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Die Einheit, mit der Abstände in diesem Kontext gemessen werden"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Dialog anzeigen"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
"WAHR, falls ein Fortschrittsanzeige-Dialog während des Druckens angezeigt "
|
||||
"wird."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Async erlauben"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "WAHR, falls der Druckprozess asynchron laufen darf."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Export-Dateiname"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Der Status der Druckoperation"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Status-Zeichenkette"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Eine verständliche Beschreibung des Status"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Eigene Reiterbeschriftung"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Beschriftung für den Reiter mit benutzerdefinierten Widgets."
|
||||
|
||||
@ -4813,40 +4813,40 @@ msgstr "Metrisch"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Die metrische Einheit des Lineals"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Die Anzahl der Nachkommastellen, die für den Wert dargestellt werden"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Wert anzeigen"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Soll der aktuelle Wert als Zeichenkette neben dem Schieber angezeigt werden?"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Wertposition"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Die Position, an der der aktuelle Wert angezeigt wird"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Schieberlänge"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Die Länge des Schiebers der Skala"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Wertabstand"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Der Abstand zwischen der Wertangabe und dem Schieber-/Trogbereich"
|
||||
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.HEAD.dz\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2006-07-18 17:40+0530\n"
|
||||
"Last-Translator: Mindu Dorji\n"
|
||||
"Language-Team: DZONGKHA <pgeyleg@dit.gov.bt>\n"
|
||||
@ -116,11 +116,11 @@ msgstr "ཡིག་གཟུགས་ཧུམ་ཆ།"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "གསལ་གཞི་གུ་ཡིག་གཟུགས་ཀྱི་ཧུམ་ཆ།"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "ལས་རིམ་གྱི་མིང༌།"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -128,43 +128,43 @@ msgstr ""
|
||||
"ལས་རིམ་གྱི་མིང༌། གལ་སྲིད་འདི་ གཞི་སྒྲིག་མེད་པ་ཅིན་ དེ་གིས་g_get_application_name() ལུ་སྔོན་སྒྲིག་"
|
||||
"འབདཝ་ཨིན།"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "ལས་རིམ་གྱི་ ཐོན་རིམ།"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "ལས་རིམ་གྱི་ ཐོན་རིམདེ།"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "འདྲ་བཤུས་དབང་ཆའི་ཡིག་རྒྱུན།"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "ལས་རིམ་གྱི་ འདྲ་བཤུས་དབང་ཆའི་བརྡ་དོན།"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "བསམ་བཀོད་ཡིག་རྒྱུན།"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "ལས་རིམ་སྐོར་གྱི་བསམ་བཀོད།"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "ཝེབ་ས་ཡིཊི་གི་ ཡུ་ཨར་ཨེལ།"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "ལས་རིམ་གྱི་ ཝེབ་ས་ཡིཊི་ལུ་ འབྲེལ་མཐུད་འབད་ནིའི་ ཡུ་ཨར་ཨེལ།"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "ཝེབ་ས་ཡིཊི་གི་ ཁ་ཡིག"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -172,46 +172,46 @@ msgstr ""
|
||||
"ལས་རིམ་གྱི་ ཝེབ་ས་ཡིཊི་ལུ་ འབྲེལ་མཐུད་འབད་ནིའི་ཁ་ཡིག གལ་སྲིད་འདི་ གཞི་སྒྲིག་མེད་པ་ཅིན་ དེ་གིས་ ཡུ་ཨར་"
|
||||
"ཨེལ་ལུ་ སྔོན་སྒྲིག་འབདཝ་ཨིན།"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "རྩོམ་པ་པོ།"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "ལས་རིམ་རྩོམ་པ་པོ་ཚུ་གི་ཐོ་ཡིག"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "ཡིག་བཀོདཔ།"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "ལས་རིམ་ཡིག་བཀོད་མི་ མི་ཚུ་གི་ཐོ་ཡིག"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "རི་མོ་མཁན།"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "ལས་རིམ་ལུ་ རི་མོའི་ལཱ་གི་ ཕན་འདེབས་་འབད་མི་ཚུ་གི་ཐོ་ཡིག"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
"ཨའི་ཌི་ཨར་སི་གི་མ་དངུལ་རྒྱབ་སྐྱོར་ཐོག་ལས་ བརྡ་དོན་འཕྲུལ་རིག་ལས་ཁུངས་ནང་ སྐད་བསྒྱུར་འབད་ཡི། ཁ་གསལ་གྱི་"
|
||||
"དོན་ལུ་ འབྲེལ་བ་འཐབ་ས་: <pema_geyleg@druknet.bt>/<pgeyleg@dit.gov.bt>"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "སྐད་བསྒྱུརཔ་ཚུ་ལུ་ངོ་བསྟོད། ཡིག་རྒྱུན་འདི་ལུ་ སྐད་བསྒྱུར་འབད་བཏུབ་པའི་ རྟགས་མཚན་བཀལ་དགོ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "ལས་རྟགས།"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -219,21 +219,21 @@ msgstr ""
|
||||
"སྐོར་ལས་སྒྲོམ་གྱི་ ལས་རྟགས་ཅིག གལ་སྲིད་འདི་ གཞི་སྒྲིག་མེད་པ་ཅིན་ དེ་གིས་ "
|
||||
"gtk_window_get_default_icon_list() ལུ་སྔོན་སྒྲིག་འབདཝ་ཨིན།"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "ལས་རྟགས་ངོས་དཔར་གྱི་མིང༌།"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
"སྐོར་ལས་ཀྱི་སྒྲོམ་གྱི་དོན་ལུ་ ལས་རྟགས་བཟུམ་ཅིག་སྦེ་ ལག་ལེན་འཐབ་ནིའི་དོན་ལུ་ མིང་བཏགས་ཡོད་པའི་ངོས་དཔར་"
|
||||
"ཅིག"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "ཆོག་ཐམ་ལོག་མཚམས་བཟོ།"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "ཆོག་ཐམ་ཚིག་ཡིག་དེ་ ལོག་མཚམས་བཟོ་ནི་ཨིན་ན་མེན།"
|
||||
|
||||
@ -597,70 +597,70 @@ msgstr "ཆ་ལག་ལུ་ཉན།"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "དཔྱ་ཚད་ཀྱི་རྣམ་པ་དེ་ གཞི་ཁྲམ་གྱི་ཆ་ལག་དང་མཉམ་ བང་ཅན་སྦེ་ མཐུན་བཅུག་དགོ"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "གཡོན་གྱི་བར་ཤབས།"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "དཀར་ཆག་ཕྲ་རིང་གི་མཐའ་སྐོར་ལུ་ སེར་ཁའི་བཟོ་རྣམ།"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "མཇུག་གི་བར་ཤབས།"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "ནང་དོན་ཚུ་གི་མཐའ་སྐོར་གྱི་ སེར་ཁའི་བཟོ་རྣམ།"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "སྒམ་གྱི་དབྱེ་བ།"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "འཕྲིན་དོན་གྱི་དབྱེ་བ་དེ།"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "ཤོག་ལེབ་ཀྱི་ཚད།"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "སྒོ་སྒྲིག་དེ་གི་ མགོ་མིང་དེ།"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "མགོ་ཡིག་ཚུ་ ཨེབ་གཏང་འབད་བཏུབ།"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "གཟུགས་བརྙན།"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "ཤོག་ལེབ་འཕར་ཚད།"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -919,7 +919,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"child_displacement_x/_y རྒྱུ་དངོས་ཚུ་གིས་ ཆེད་དམིགས་གྲུ་བཞི་དཀྱུས་རིང་ལུ་ ཕན་གནོད་ཡོད་ག་མེད།"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "ནང་གི་མཐའ་མཚམས།"
|
||||
|
||||
@ -1342,7 +1342,7 @@ msgstr "འཛེགས་ཚད།"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "ཨེབ་རྟ་འཆང་བའི་སྐབས་ མགྱོགས་སྤྱོད་ཀྱི་ཚད།"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "ཨང་ཡིག"
|
||||
|
||||
@ -2196,11 +2196,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr "ཚིག་ཡིག་དང་གཞི་ཁྲམ་བར་ནའི་མཐའ་མཚམས། ནང་ནའི་མཐའ་མཚམས་བཟོ་རྣམ་རྒྱུ་དངོས་མེདཔ་གཏངམ་ཨིན།"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "མ་མཐོང་པའི་ཡིག་འབྲུ།"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"ཐོ་བཀོད་ནང་དོན་ཚུ་ལུ་ གདོང་ཁེབས་རྐྱབ་པའི་སྐབས་ ལག་ལེན་འཐབ་ནིའི་ཡིག་འབྲུ་ (\"password mode\"ནང་"
|
||||
@ -2510,33 +2510,33 @@ msgstr "གཞོང་པའི་མཐའ་མཚམས།"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "ཡར་འཕེལ་ཕྲ་རིང་གུའི་ཚིག་ཡིག"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "ཚིག་ཡིག་དང་གཞི་ཁྲམ་བར་ནའི་མཐའ་མཚམས།"
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "གནས་ལུགས་ཡིག་རྒྱུན།"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "ཚིག་ཡིག་གི་རྒྱབ་གཞི་འབྲི་བའི་སྐབས་ གདོང་ཁེབས་བཟུམ་ཅིག་སྦེ་ ལག་ལེན་འཐབ་ནིའི་བིཊི་མེཔ།"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "ཆེད་དམིགས་ལུ་ སེལ་འཐུ་འབད།"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "ཆེད་དམིགས་་འབད་བའི་སྐབས་ ཐོ་བཀོད་ཀྱི་ནང་དོན་ཚུ་ སེལ་འཐུ་འབད་ནི་ཨིན་ན་མེན།"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "ཆོག་ཡིག་བརྡ་མཚོན་ངལ་མཚམས།"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "སྦ་སྟེ་ཡོད་པའི་ཐོ་བཀོད་ནང་ བཙུགས་ཏེ་འོད་པའི་ཡིག་འབྲུ་ཚུ་ དུས་ཡུན་ག་དེ་ཅིག་སྟོན་ནི་ཨིན།"
|
||||
|
||||
@ -4174,7 +4174,7 @@ msgstr "དཔར་འཕྲུལ་སྒྲིག་སྟངས།"
|
||||
msgid "Page Setup"
|
||||
msgstr "ཤོག་ལེབ་གཞི་སྒྲིག"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "དཔར་བསྐྲུན་གནས་ཚད་རྗེས་འཚོལ་འབད།"
|
||||
|
||||
@ -4186,51 +4186,51 @@ msgstr ""
|
||||
"དཔར་བསྐྲུན་གནད་སྡུད་དེ་ དཔར་འཕྲུལ་ ཡང་ན་ དཔར་བསྐྲུན་སར་བར་ལུ་ བཏང་ཚར་བའི་ཤུལ་ལུ་ དཔར་བསྐྲུན་ལས་"
|
||||
"གཡོག་གིས་ འཕྲོ་མཐུད་དེ་རང་ གནས་ཚད་བསྒྱུར་བཅོས་ཀྱི་བརྡ་མཚོན་སྟོན་པ་ཅིན་ བདེན་པ་ཨིན།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "སྔོན་སྒྲིག་ཤོག་ལེབ་གཞི་སྒྲིག"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "སྔོན་སྒྲིག་ཐོག་ལས་ལག་ལེན་འཐབ་མི་ ཇི་ཊི་ཀེ་ཤོག་ལེབ་གཞི་སྒྲིག"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "དཔར་བསྐྲུན་སྒྲིག་སྟངས།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "ཌའི་ལོག་འགོ་འབྱེད་འབད་ནི་ལུ་ལག་ལེན་འཐབ་མི་ ཇི་ཊི་ཀེ་དཔར་བསྐྲུན་སྒྲིག་སྟངས།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "ལས་གཡོག་གི་མིང༌།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "དཔར་བསྐྲུན་ལས་གཡོག་ ངོས་འཛིན་འབད་ནི་ལུ་ལག་ལེན་འཐབ་མི་ཡིག་རྒྱུན།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "ཤོག་གྲངས།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "ཡིག་ཆའི་ནང་གི་ཤོག་གྲངས།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "ད་ལྟོའི་ཤོག་ལེབ།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "ཡིག་ཆ་ནང་ད་ལྟོའི་ཤོག་ལེབ།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "ཤོག་ལེབ་གངམ་ལག་ལེན་འཐབ།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
@ -4239,7 +4239,7 @@ msgstr ""
|
||||
"སྐབས་དོན་འདི་གི་བྱུང་ས་ གཟུགས་བརྙན་བཟོ་བཏུབ་པའི་མངའ་ཁོངས་ཀྱི་ཟུར་ཁར་་མེན་པར་ ཤོག་ལེབ་ཀྱི་ཟུར་ཁརཨིན་"
|
||||
"པ་ཅིན་བདེན་པ་ཨིན།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4248,55 +4248,55 @@ msgstr ""
|
||||
"བཀོལ་སྤྱོད་ཀྱིས་ དཔར་བསྐྲུན་གྱི་ལས་གཡོག་གནས་ཚད་ཀྱི་སྐོར་ལས་ འཕྲོ་མཐུད་དེ་རང་སྙན་ཞུ་འབད་བ་ཅིན་ བདེན་པ་"
|
||||
"ཨིན།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "ཆ་ཕྲན།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "སྐབས་དོན་ནང་ རིང་ཚད་འཇལ་བཏུབ་པའི་ཆ་ཕྲན།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "ཌའི་ལོག་སྟོན།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "དཔར་བསྐྲུན་འབད་བའི་སྐབས་ལུ་ ཡར་འཕེལ་གྱི་ཌའི་ལོག་ཅིག་སྟོན་པ་ཅིན་བདེན་པ་ཨིན།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "མཉམ་འབྱུང་འབད་བཅུག"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "དཔར་བསྐྲུན་བྱ་རིམ་གྱིས་ གནད་སྡུད་རྒྱུན་སྤེལ་གཡོག་བཀོལ་བ་ཅིན་བདེན་པ་ཨིན།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "་ཡིག་སྣོད་མིང་ཕྱིར་འདྲེན་འབད།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "གནས་ལུགས།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "དཔར་བསྐྲུན་བཀོལ་སྤྱོད་གནས་ལུགས།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "གནས་ལུགས་ཡིག་རྒྱུན།"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "གནས་ལུགས་དེ་གི་ མི་གིས་ལྷག་ཚུགས་པའི་འགྲེལ་བཤད་ཅིག"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "་སྲོལ་སྒྲིག་ཨེབ་ལྡེའི་ཁ་ཡིག"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "སྲོལ་སྒྲིག་ཝི་གེཊསི་ཡོད་པའི་ཨེབ་ལྡེའི་དོན་ལུ་ཁ་ཡིག"
|
||||
|
||||
@ -4794,39 +4794,39 @@ msgstr "མེ་ཊིཀ།"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "ཐིག་ཤིང་གི་དོན་ལུ་ ལག་ལེན་འཐབ་མི་མེ་ཊིཀ།"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "བེ་ལུ་ནང་ བཀྲམ་སྟོན་འབད་ཡོད་པའི་ བཅུ་ཚག་གི་ས་གནས་གྱངས་ཁ།"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "བེ་ལུ་བྲིས།"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "ད་ལྟོའི་བེ་ལུ་དེ་ བཤུད་བྱེད་ཀྱི་རྗེས་སུ་ ཡིག་རྒྱུན་བཟུམ་ཅིག་སྦེ་ བཀྲམ་སྟོན་འབད་ག་མ་འབད།"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "བེ་ལུ་གནས་ས།"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "ད་ལྟོའི་བེ་ལུ་ བཀྲམ་སྟོན་འབད་ཡོད་པའི་གནས་ས།"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "བཤུད་བྱེད་ཀྱི་རིང་ཚད།"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "ཐིག་ཤིང་གི་ བཤུད་བྱེད་ཀྱི་རིང་ཚད།"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "བེ་ལུ་གི་ བར་སྟོང་བཞག་ཐངས།"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "བེ་ལུ་ཚིག་ཡིག་དང་ བཤུད་བྱེད / གཞོངམ་གི་མངའ་འཁོངས་བར་ནའི་བར་སྟོང༌།"
|
||||
|
||||
|
@ -26,7 +26,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-27 09:21+0200\n"
|
||||
"Last-Translator: Jennie Petoumenou <epetoumenou@gmail.com>\n"
|
||||
"Language-Team: Greek <team@gnome.gr>\n"
|
||||
@ -136,11 +136,11 @@ msgstr "Ανάλυση γραμματοσειράς"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Η ανάλυση για τις γραμματοσειρές στην οθόνη"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Όνομα προγράμματος"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -148,43 +148,43 @@ msgstr ""
|
||||
"Το όνομα προγράμματος. Αν δεν έχει οριστεί, τότε προεπιλέγεται από το "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Έκδοση προγράμματος"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Η έκδοση του προγράμματος"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Αλφαριθμητικό πνευματικών δικαιωμάτων"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Πληροφορίες για τα πνευματικά δικαιώματα του προγράμματος"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Αλφαριθμητικό σχολίων"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Σχόλια σχετικά με το πρόγραμμα"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL Ιστοσελίδας"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "Το URL για το σύνδεσμο στο δικτυακό τόπο του προγράμματος"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Ετικέτα ιστοσελίδας"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -192,46 +192,46 @@ msgstr ""
|
||||
"Η ετικέτα για το σύνδεσμο στο δικτυακό τόπο του προγράμματος. Αν δεν έχει "
|
||||
"τεθεί, η προεπιλογή είναι το URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Συγγραφείς"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Λίστα των συγγραφέων του προγράμματος"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Τεκμηριωτές"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Μια λίστα ανθρώπων που τεκμηριώνουν το πρόγραμμα"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Καλλιτέχνες"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Μια λίστα ανθρώπων που έχουν συμβάλλει με γραφικά για το πρόγραμμα"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Μνεία μεταφραστών"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Μνεία για τους μεταφραστές. Αυτό το αλφαριθμητικό πρέπει να σημειωθεί ως "
|
||||
"μεταφράσιμο"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Λογότυπο"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -239,19 +239,19 @@ msgstr ""
|
||||
"Το λογότυπο για το διάλογο Περί. Αν δεν έχει τεθεί, η προεπιλογή είναι από "
|
||||
"το gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Όνομα εικονιδίου λογοτύπου"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Ένα επώνυμο εικονίδιο για χρήση ως λογότυπο στο διάλογο Περί."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Αναδίπλωση άδειας"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Αν θα γίνεται αναδίπλωση του κειμένου της άδειας."
|
||||
|
||||
@ -629,59 +629,59 @@ msgstr ""
|
||||
"Αλλαγή αναλογίας διαστάσεων ώστε να ταιριάζει στις διαστάσεις του θυγατρικού "
|
||||
"του πλαισίου"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Γέμισμα κεφαλίδας"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Αριθμός εικονοστοιχείων γύρω από την κεφαλίδα"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Γέμισμα περιοχομένου"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Αριθμός εικονοστοιχείων γύρω από τις σελίδες περιεχομένων."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Τύπος σελίδας"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Ο τύπος της σελίδας βοηθού"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Τίτλος σελίδας"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Ο τίτλος της σελίδας βοηθού"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Εικόνα κεφαλίδας"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Εικόνα κεφαλίδας της σελίδας βοηθού"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Εικόνα πλευρικής στήλης"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Εικόνα πλευρικής στήλης της σελίδας βοηθού"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Σελίδα πλήρης"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Αν έχουν συμπληρωθεί όλα τα απαιτούμενα πεδία στη σελίδα"
|
||||
|
||||
@ -949,7 +949,7 @@ msgstr ""
|
||||
"Αν οι ιδιότητες child_displacement_x/_y θα επηρεάζουν και το ορθογώνιο "
|
||||
"εστίασης"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Εσωτερικό περίγραμμα"
|
||||
|
||||
@ -1364,7 +1364,7 @@ msgstr "Ρυθμός Αναρρίχησης"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Ο ρυθμός συντόμευσης όταν πατιέται κάτω ένα κουμπί"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Ψηφία"
|
||||
|
||||
@ -2222,11 +2222,11 @@ msgstr ""
|
||||
"Περίγραμμα μεταξύ κειμένου και πλαισίου. Αντικαθιστά την ιδιότητα στυλ του "
|
||||
"εσωτερικού περιγράμματος"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Αόρατος χαρακτήρας"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Ο χαρακτήρας που θα χρησιμοποιείται για την απόκρυψη περιεχομένου "
|
||||
@ -2506,32 +2506,32 @@ msgstr "Περίγραμμα προόδου"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Περίγραμμα που θα εμφανίζεται στη μπάρα προόδου"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Περίγραμμα μεταξύ κειμένου και πλαισίου."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Υπόδειξη κατάστασης"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
"Αν θα διαβιβάζεται κανονική κατάσταση όταν σχεδιάζονται σκηνές ή παρασκήνια"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Επιλογή σε εστίαση"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Αν θα επιλέγονται τα περιεχόμενα μιας καταχώρισης όταν γίνεται εστίαση"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Λήξη υπόδειξης συνθηματικού"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"Για πόσο χρόνο θα εμφανίζεται ο τελευταίος χαρακτήρας που εισήχθηκε σε ένα "
|
||||
@ -4187,7 +4187,7 @@ msgstr "Ρυθμίσεις εκτυπωτή"
|
||||
msgid "Page Setup"
|
||||
msgstr "Διαμόρφωση σελίδας"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Παρακολούθηση κατάστασης εκτύπωσης"
|
||||
|
||||
@ -4200,53 +4200,53 @@ msgstr ""
|
||||
"κατάστασης μετά την αποστολή των δεδομένων στον εκτυπωτή ή τον εξυπηρετητή "
|
||||
"εκτύπωσης."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Προεπιλεγμένη διαμόρφωση σελίδας"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "Το προεπιλεγμένο GtkPageSetup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Ρυθμίσεις εκτύπωσης"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
"Τα GtkPrintSettings που χρησιμοποιούνται κατά την αρχικοποίηση του διαλόγου"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Όνομα εργασίας"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
"Αλφαριθμητικό που χρησιμοποιείται ως αναγνωριστικό της εργασίας εκτύπωσης."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Αριθμός σελίδων"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Ο αριθμός των σελίδων στο έγγραφο."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Τρέχουσα σελίδα"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Η τρέχουσα σελίδα στο έγγραφο"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Χρήση πλήρης σελίδας"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4254,7 +4254,7 @@ msgstr ""
|
||||
"TRUE αν η αρχή των περιεχομένων θα πρέπει να βρίσκεται στη γωνία της σελίδας "
|
||||
"και όχι στη γωνία της απεικονίσιμης περιοχής (imageable area)"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4263,57 +4263,57 @@ msgstr ""
|
||||
"εργασιών εκτύπωσης και μετά την αποστολή των δεδομένων στον εκτυπωτή ή τον "
|
||||
"εξυπηρετητή εκτύπωσης."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Μονάδα"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
"Η μονάδα με την οποία μπορούν να μετρηθούν οι αποστάσεις στα περιεχόμενα"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Εμφάνιση διαλόγου"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "TRUE αν θα εμφανίζεται ο διάλογος προόδου κατά την εκτύπωση."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Να επιτρέπεται Async"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "TRUE αν η διαδικασία εκτύπωσης μπορεί να εκτελείται ασύγχρονα."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Εξαγωγή ονόματος αρχείου"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Κατάσταση"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Η κατάσταση της εργασίας εκτύπωσης"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Αλφαριθμητικό κατάστασης"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
"Περιγραφή της κατάστασης σε μορφή προορισμένη για ανάγνωση από ανθρώπους"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Προσαρμοσμένη ετικέτα καρτέλας"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Ετικέτα της καρτέλας που περιέχει προσαρμοσμένα γραφικά συστατικά."
|
||||
|
||||
@ -4821,39 +4821,39 @@ msgstr "Μετρικό"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Το μετρικό που χρησιμοποιείται για το χάρακα"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Ο αριθμός των δεκαδικών σημείων που εμφανίζονται στην τιμή"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Τιμή σχεδίασης"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Αν η τρέχουσα τιμή θα εμφανίζεται ως string δίπλα στη μπάρα κύλισης"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Θέση τιμής"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Η θέση στην οποία θα εμφανίζεται η τρέχουσα τιμή"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Μήκος μπάρας κύλισης"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Μάκρος κύλισης σκάλας"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Διάκενο τιμής"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Διάστημα μεταξύ τιμής κειμένου και ζώνης κύλισης"
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2005-07-22 22:53-0400\n"
|
||||
"Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
|
||||
"Language-Team: Canadian English <adamw@gnome.org>\n"
|
||||
@ -115,11 +115,11 @@ msgstr "Font resolution"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "The resolution for fonts on the screen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Program name"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -127,43 +127,43 @@ msgstr ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Program version"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "The version of the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Copyright string"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Copyright information for the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Comments string"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Comments about the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Website URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "The URL for the link to the website of the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Website label"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -171,45 +171,45 @@ msgstr ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Authors"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "List of authors of the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Documenters"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "List of people documenting the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artists"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "List of people who have contributed artwork to the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Translator credits"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -217,19 +217,19 @@ msgstr ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Logo Icon Name"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "A named icon to use as the logo for the about box."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Wrap licence"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Whether to wrap the licence text."
|
||||
|
||||
@ -596,59 +596,59 @@ msgstr "Obey child"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Force aspect ratio to match that of the frame's child"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Header Padding"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Number of pixels around the header."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Content Padding"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Number of pixels around the content pages."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Page type"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "The type of the assistant page"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Page title"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "The title of the assistant page"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Header image"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Header image for the assistant page"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Sidebar image"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Sidebar image for the assistant page"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Page complete"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Whether all required fields on the page have been filled out"
|
||||
|
||||
@ -908,7 +908,7 @@ msgstr ""
|
||||
"Whether the child_displacement_x/_y properties should also affect the focus "
|
||||
"rectangle"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Inner Border"
|
||||
|
||||
@ -1326,7 +1326,7 @@ msgstr "Climb rate"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "The acceleration rate when you hold down a button"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Digits"
|
||||
|
||||
@ -2181,11 +2181,11 @@ msgid ""
|
||||
msgstr ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Invisible character"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"The character to use when masking entry contents (in \"password mode\")"
|
||||
@ -2496,33 +2496,33 @@ msgstr "Trough Border"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Text on the progress bar"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Border between text and frame."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Status String"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Bitmap to use as a mask when drawing the text background"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Select on focus"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Whether to select the contents of an entry when it is focused"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Password Hint Timeout"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "How long to show the last input character in hidden entries"
|
||||
|
||||
@ -4158,7 +4158,7 @@ msgstr "Printer settings"
|
||||
msgid "Page Setup"
|
||||
msgstr "Page Setup"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Track Print Status"
|
||||
|
||||
@ -4170,51 +4170,51 @@ msgstr ""
|
||||
"TRUE if the print job will continue to emit status-changed signals after the "
|
||||
"print data has been sent to the printer or print server."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Default Page Setup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "The GtkPageSetup used by default"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Print Settings"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "The GtkPrintSettings used for initializing the dialogue"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Job Name"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "A string used for identifying the print job."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Number of Pages"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "The number of pages in the document."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Current Page"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "The current page in the document"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Use full page"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4222,7 +4222,7 @@ msgstr ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4230,55 +4230,55 @@ msgstr ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Unit"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "The unit in which distances can be measured in the context"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Show Dialogue"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "TRUE if a progress dialogue is shown while printing."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Allow Async"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "TRUE if print process may run asynchronously."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Export filename"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "The status of the print operation"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Status String"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "A human-readable description of the status"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Custom tab label"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Label for the tab containing custom widgets."
|
||||
|
||||
@ -4783,39 +4783,39 @@ msgstr "Metric"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "The metric used for the ruler"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "The number of decimal places that are displayed in the value"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Draw Value"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Whether the current value is displayed as a string next to the slider"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Value Position"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "The position in which the current value is displayed"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Slider Length"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Length of scale's slider"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Value spacing"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Space between value text and the slider/trough area"
|
||||
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.3\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-02-20 23:21+0000\n"
|
||||
"Last-Translator: David Lodge <dave@cirt.net>\n"
|
||||
"Language-Team: <>\n"
|
||||
@ -114,11 +114,11 @@ msgstr "Font resolution"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "The resolution for fonts on the screen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Program name"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -126,43 +126,43 @@ msgstr ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Program version"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "The version of the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Copyright string"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Copyright information for the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Comments string"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Comments about the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Website URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "The URL for the link to the website of the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Website label"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -170,45 +170,45 @@ msgstr ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Authors"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "List of authors of the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Documenters"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "List of people documenting the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artists"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "List of people who have contributed artwork to the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Translator credits"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -216,19 +216,19 @@ msgstr ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Logo Icon Name"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "A named icon to use as the logo for the about box."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Wrap licence"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Whether to wrap the licence text."
|
||||
|
||||
@ -593,59 +593,59 @@ msgstr "Obey child"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Force aspect ratio to match that of the frame's child"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Header Padding"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Number of pixels around the header."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Content Padding"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Number of pixels around the content pages."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Page type"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "The type of the assistant page"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Page title"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "The title of the assistant page"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Header image"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Header image for the assistant page"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Sidebar image"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Sidebar image for the assistant page"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Page complete"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Whether all required fields on the page have been filled out"
|
||||
|
||||
@ -905,7 +905,7 @@ msgstr ""
|
||||
"Whether the child_displacement_x/_y properties should also affect the focus "
|
||||
"rectangle"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Inner Border"
|
||||
|
||||
@ -1319,7 +1319,7 @@ msgstr "Climb rate"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "The acceleration rate when you hold down a button"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Digits"
|
||||
|
||||
@ -2164,11 +2164,11 @@ msgid ""
|
||||
msgstr ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Invisible character"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"The character to use when masking entry contents (in \"password mode\")"
|
||||
@ -2441,31 +2441,31 @@ msgstr "Progress Border"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Border around the progress bar"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Border between text and frame."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "State Hint"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Whether to pass a proper state when drawing shadow or background"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Select on focus"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Whether to select the contents of an entry when it is focused"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Password Hint Timeout"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "How long to show the last input character in hidden entries"
|
||||
|
||||
@ -4077,7 +4077,7 @@ msgstr "Printer settings"
|
||||
msgid "Page Setup"
|
||||
msgstr "Page Setup"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Track Print Status"
|
||||
|
||||
@ -4089,51 +4089,51 @@ msgstr ""
|
||||
"TRUE if the print job will continue to emit status-changed signals after the "
|
||||
"print data has been sent to the printer or print server."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Default Page Setup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "The GtkPageSetup used by default"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Print Settings"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "The GtkPrintSettings used for initialising the dialogue"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Job Name"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "A string used for identifying the print job."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Number of Pages"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "The number of pages in the document."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Current Page"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "The current page in the document"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Use full page"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4141,7 +4141,7 @@ msgstr ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4149,55 +4149,55 @@ msgstr ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Unit"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "The unit in which distances can be measured in the context"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Show Dialogue"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "TRUE if a progress dialogue is shown while printing."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Allow Async"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "TRUE if print process may run asynchronous."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Export filename"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "The status of the print operation"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Status String"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "A human-readable description of the status"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Custom tab label"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Label for the tab containing custom widgets."
|
||||
|
||||
@ -4690,39 +4690,39 @@ msgstr "Metric"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "The metric used for the ruler"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "The number of decimal places that are displayed in the value"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Draw Value"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Whether the current value is displayed as a string next to the slider"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Value Position"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "The position in which the current value is displayed"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Slider Length"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Length of scale's slider"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Value spacing"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Space between value text and the slider/trough area"
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties 2.10\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2007-03-11 18:09+0100\n"
|
||||
"Last-Translator: Guillaume Savaton <llumeao@gmail.com>\n"
|
||||
"Language-Team: Eo-Tradukado <http://eo-tradukado.tuxfamily.org>\n"
|
||||
@ -115,114 +115,114 @@ msgstr ""
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -569,59 +569,59 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -862,7 +862,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr ""
|
||||
|
||||
@ -1270,7 +1270,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr ""
|
||||
|
||||
@ -2101,11 +2101,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2371,31 +2371,31 @@ msgstr ""
|
||||
msgid "Border around the progress bar"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -3962,7 +3962,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -3972,111 +3972,111 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4542,39 +4542,39 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -15,7 +15,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-05 23:14+0100\n"
|
||||
"Last-Translator: Jorge González <jorgegonz@svn.gnome.org>\n"
|
||||
"Language-Team: Español <gnome-es-list@gnome.org>\n"
|
||||
@ -124,11 +124,11 @@ msgstr "Resolución de la tipografía"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "La resolución para las tipografías en la pantalla"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Nombre del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -136,43 +136,43 @@ msgstr ""
|
||||
"El nombre del programa. Si no estuviese establecido, se usará por omisión "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Versión del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "La versión del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Cadena del copyright"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Información de copyright del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Cadena de comentarios"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Comentarios acerca del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL del sitio web"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "La URL para el enlace al sitio web del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Etiqueta del sitio web"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -180,45 +180,45 @@ msgstr ""
|
||||
"La etiqueta para el enlace al sitio web del programa. Si no está "
|
||||
"establecida, se usará la URL de forma predeterminada"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Autores"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Lista de autores del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Documentadores"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Lista de gente documentando el programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artistas"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Lista de gente que ha contribuido con trabajo artístico al programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Créditos de traducción"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Créditos a los traductores. Esta cadena debe etiquetarse como traducible"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logotipo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -226,20 +226,20 @@ msgstr ""
|
||||
"Un logotipo para la caja «acerca de». Si no se establece, lo predeterminado "
|
||||
"es gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Nombre del icono del logotipo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
"Un icono con nombre para usar como el logotipo para la caja «Acerca de»."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Ajustar licencia"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Indica si se debe ajustar el texto de la licencia."
|
||||
|
||||
@ -612,59 +612,59 @@ msgstr "Obedecer al hijo"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Forzar la proporción para que coincida con el hijo del marco"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Separación de la cabecera"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Número de píxeles alrededor de la cabecera."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Separación del contenido"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Número de píxeles alrededor de las páginas de contenidos."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Tipo de página"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "El tipo de página del asistente"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Título de página"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "El título de la página del asistente"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Imagen de la cabecera"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Imagen de la cabecera para la página del asistente"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Imagen de barra lateral"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Imagen de barra lateral para la página del asistente"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Página completa"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Indica si todos los campos requeridos en la página se han rellenado"
|
||||
|
||||
@ -926,7 +926,7 @@ msgstr ""
|
||||
"Indica si las propiedades child_displacement_x/_y deben afectar también al "
|
||||
"rectángulo del foco"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Borde interior"
|
||||
|
||||
@ -1341,7 +1341,7 @@ msgstr "Tasa de subida"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "La tasa de aceleración cuando mantiene apretado un botón"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Dígitos"
|
||||
|
||||
@ -2203,11 +2203,11 @@ msgstr ""
|
||||
"Borde entre el texto y el marco. Toma precedencia sobre la propiedad de "
|
||||
"estilo del borde interno"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Carácter invisible"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"El carácter que se usará cuando se enmascaren los contenidos de la entrada "
|
||||
@ -2489,34 +2489,34 @@ msgstr "Borde del progreso"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Borde alrededor de la barra de progreso"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Borde entre el texto y el marco."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Sugerencia de estado"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
"Indica si se debe pasar un estado apropiado al dibujar una sombra o fondo"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Seleccionar al enfocar"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
"Indica si se deben seleccionar los contenidos de una entrada cuando obtiene "
|
||||
"el foco"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Tiempo de expiración del hint de contraseña"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"Indica durante cuánto tiempo mostrar el último carácter en las entradas "
|
||||
@ -4168,7 +4168,7 @@ msgstr "Configuración de la impresora"
|
||||
msgid "Page Setup"
|
||||
msgstr "Configuración de la página"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Seguimiento del estado de impresión"
|
||||
|
||||
@ -4181,51 +4181,51 @@ msgstr ""
|
||||
"estado después de que los datos de impresión se hayan enviado a la impresora "
|
||||
"o servidor de impresoras."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Configuración de la página predeterminada"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "La GtkPageSetup usada por omisión"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Configuración de impresión"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "Los GtkPrintSettings usados para inicializar el diálogo"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Nombre de la tarea"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Una cadena usada para identificar la tarea de impresión."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Número de páginas"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "El número de páginas en el documento."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Página actual"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "La página actual en el documento"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Usar página completa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4233,7 +4233,7 @@ msgstr ""
|
||||
"TRUE si el origen del contexto debe estar en la esquina de la página y no en "
|
||||
"la esquina del área de donde puede aparecer la imagen"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4242,55 +4242,55 @@ msgstr ""
|
||||
"impresión después de que los datos de impresión se hayan enviado al servidor "
|
||||
"de impresoras o a la impresora."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Unidad"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "La unidad en la que se pueden medir las distancias en el contexto"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Mostrar diálogo"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "TRUE si se muestra un diálogo de progreso durante la impresión."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Permitir asíncrono"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "TRUE si el proceso de impresión puede ejecutarse asíncronamente."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Nombre de archivo para exportar"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "El estado de la operación de impresión"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Cadena de estado"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Una descripción leíble por humanos del estado"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Etiqueta de solapa personalizada"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Etiqueta para la solapa que contiene widgets personalizados."
|
||||
|
||||
@ -4796,40 +4796,40 @@ msgstr "Métrica"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "La métrica de la regla"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "El número de lugares decimales que se mostrarán en el valor"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Dibujar valor"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Indica si el valor actual se muestra como una cadena contigua al deslizador"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Posición del valor"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "La posición en que se muestra el valor actual"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Longitud del deslizador"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Longitud de la escala del deslizador"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Espaciado del valor"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Espacio entre el texto del valor y el área del deslizador/carril"
|
||||
|
||||
|
@ -15,7 +15,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-08 21:24+0300\n"
|
||||
"Last-Translator: Mattias Põldaru <mahfiaz gmail com>\n"
|
||||
"Language-Team: Estonian <gnome-et@linux.ee>\n"
|
||||
@ -122,11 +122,11 @@ msgstr "Fondi eraldusvõime"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Ekraanifontide eraldusvõime"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Programmi nimi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -134,43 +134,43 @@ msgstr ""
|
||||
"Programmi nimi. Kui seda pole määratud, siis vaikimisi on "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Programmi versioon"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Programmi versioon"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Autoriõiguste string"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Programmi kohta kehtivate autoriõiguste andmed"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Kommentaaristring"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Programmi kohta käivad kommentaarid"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Veebisaidi URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "Programmi veebisaidi URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Veebisaidi silt"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -178,44 +178,44 @@ msgstr ""
|
||||
"Programmi veebisaidi URL-i silt. Kui seda pole määratud, siis vaikimis on "
|
||||
"selleks URL ise"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Autorid"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Programmi autorite nimekiri"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Dokumenteerijad"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Programmi dokumenteerijate nimekiri"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Kunstnikud"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Programmile kunstiloomingu teinud autorite nimekiri"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Tõlkijad"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Tõlkijate nimekiri. See string peaks olema märgitud tõlgitavaks"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -223,19 +223,19 @@ msgstr ""
|
||||
"Programmi andmete kasti logo. Kui seda pole määratud, siis vaikimisi on "
|
||||
"selleks gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Logoikooni nimi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Nimeline ikoon, mida kasutatakse programmi andmete kastis."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Litsensiridade murdmine"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Kas litsentsi tekstu murtakse või mitte."
|
||||
|
||||
@ -592,59 +592,59 @@ msgstr "Lapsobjekti järgi"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Päise polsterdus"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Dokumendi päise ümber olevate pikslite arv."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Sisu polsterdus"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Sisulehtede ümber olevate pikslite arv."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Lehekülje liik"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Lehe pealkiri"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Päise pilt"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Külgpaani pilt"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -891,7 +891,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Sisemine ääris"
|
||||
|
||||
@ -1301,7 +1301,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Komakohti"
|
||||
|
||||
@ -2139,11 +2139,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Nähtamatu märk"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Märk, mida kasutatakse välja sisu peitmiseks (nö \"paroolisisestamise "
|
||||
@ -2444,31 +2444,31 @@ msgstr "Sortimisjärjestus"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Edenemisriba tekst"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Teksti ja raami vahel asuv ääris."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Olekusvihje"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Valimine fokuseerimisel"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Kas kirje fokuseerimisel tuleb kirje sisu valida või mitte"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Paroolivihje ajapiirang"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4065,7 +4065,7 @@ msgstr "Printeri sätted"
|
||||
msgid "Page Setup"
|
||||
msgstr "Lehekülje sätted"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4075,111 +4075,111 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Vaikimisi lehe sätted"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Printimissätted"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Töö nimi"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Printimistöö tuvastamiseks kasutatav string."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Lehekülgede arv"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Dokumendis olevate lehekülgede arv."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Käesolev lehekülg"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Dokumendi käesolev lehekülg"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Ühik"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Kontekstis vahemaade määramiseks kasutatav ühik"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Dialoogi kuvamine"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "Kui märgitud, siis printimise ajal kuvatakse edenemisdialoogi."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Asünk. lubatud"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "Kui märgitud, siis võib printimisprotsess töötada asünkroonselt."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Ekspordi failinimi"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Olek"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Printimistoimingu olek"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Olekustring"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Oleku kirjeldus inimloetaval kujul"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Kohandatud saki silt"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Kohandatud vidinaid sisaldava saki silt."
|
||||
|
||||
@ -4655,39 +4655,39 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Väärtuse kuvamine"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Kas hetkeväärtust kuvatakse liuguri järel oleva stringina või mitte"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Väärtuse asukoht"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Hetkeväärtuse kuvamise asukoht"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Liuguri pikkus"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Skaleerimisliuguri pikkus"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Väärtuse kaugus"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: eu\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-16 12:50+0100\n"
|
||||
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n"
|
||||
"Language-Team: Basque <itzulpena@euskalgnu.org>\n"
|
||||
@ -122,11 +122,11 @@ msgstr "Letra-tipoaren bereizmena"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Pantailako letra-tipoaren bereizmena"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Programa-izena"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -134,43 +134,43 @@ msgstr ""
|
||||
"Programaren izena. Ez badago ezarrita, g_get_application_name() jarriko da "
|
||||
"lehenetsi gisa."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Programa-bertsioa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Programaren bertsioa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Copyright-aren katea"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Programaren Copyright informazioa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Iruzkin-katea"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Programari buruzko iruzkinak"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Web gunearen URLa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "Programaren web gunearen estekaren URLa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Web guneko etiketa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -178,44 +178,44 @@ msgstr ""
|
||||
"Programaren web gunearen estekarentzako etiketa. Ez bada ezartzen, "
|
||||
"lehenetsitako URLa erabiliko da."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Egileak"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Programaren egileen zerrenda"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Dokumentalistak"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Programarako informazioa bildu duten pertsonen zerrenda"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artistak"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Programako artelanak egin dituzten pertsonen zerrenda"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Itzultzaileen kredituak"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Itzultzaileen kredituak. Kate haut itzulgai gisa markatu behar da"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logotipoa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -223,20 +223,20 @@ msgstr ""
|
||||
"'Honi buruzko' kutxaren logotipoa. Ez bada ezartzen, "
|
||||
"gtk_window_get_default_icon_list() erabiliko da lehenetsi gisa."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Logotipoaren ikonoaren izena"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "'Honi buruz' kutxako logotipoan erabiliko den izendun ikonoa"
|
||||
|
||||
#
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Saltatu lizentzia"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Lizentziako testua saltatuko den edo ez."
|
||||
|
||||
@ -614,60 +614,60 @@ msgstr "Umeari obeditu"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Behartu aspektu-erlazioa markoaren umearekin bat etor dadin"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Goiburuko betegarria"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Goiburuaren inguruko pixel kopurua."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Edukiaren betegarria"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Edukiaren orrialdeen inguruko pixel kopurua."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Orrialde mota"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Laguntzako orrialde mota"
|
||||
|
||||
#
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Orrialdearen titulua"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Laguntzako orrialdearen titulua"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Goiburuko irudia"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Laguntzako orrialdearen goiburuko irudia"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Albo-panelaren irudia"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Laguntzako orrialdearen albo-panelaren irudia"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Orrialdea osatu da"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Orrialdean beharrezko eremu guztiak bete diren edo ez"
|
||||
|
||||
@ -933,7 +933,7 @@ msgstr ""
|
||||
"child_displacement_x/_y propietateak foko-laukian ere eragingo duen ala ez "
|
||||
"adierazten du"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Barneko ertza"
|
||||
|
||||
@ -1361,7 +1361,7 @@ msgstr "Igoera-abiadura"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Azelerazio-abiadura botoia sakatzean"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Digituak"
|
||||
|
||||
@ -2257,11 +2257,11 @@ msgstr ""
|
||||
"Testua eta markoaren arteko ertza. 'Barneko ertza' propietateari jaramonik "
|
||||
"ez zaio egingo"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Karaktere ikusezina"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Sarreraren edukia maskaratzean erabili beharreko karakterea (\"pasahitz-"
|
||||
@ -2545,32 +2545,32 @@ msgstr "Progresioaren ertza"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Progresio-barraren inguruko ertza"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Testu eta markoaren arteko ertza."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Egoeraren iradokizuna"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Dagokion egoera pasatu itzala edo atzeko planoa marraztean ala ez"
|
||||
|
||||
#
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Hautatu enfokatzean"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Enfokatzean, sarreraren edukia hautatuko den ala ez adierazten du"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Pasahitzaren gonbitearen denbora-muga"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"Zenbat denboran erakutsiko den idatzitako azken karakterea ezkutuko "
|
||||
@ -4256,7 +4256,7 @@ msgstr "Inprimagailuaren ezarpenak"
|
||||
msgid "Page Setup"
|
||||
msgstr "Orriaren konfigurazioa"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Inprimatze-egoeraren jarraipena"
|
||||
|
||||
@ -4269,51 +4269,51 @@ msgstr ""
|
||||
"jarraitzen badu inprimatze-datuak inprimagailura edo inprimatze-zerbitzarira "
|
||||
"bidali ondoren."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Orriaren konfigurazio lehenetsia"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "GtkPageSetup lehenespenez erabilita"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Inprimatze-ezarpenak"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "GtkPrintSettings elkarrizketa-koadroa hasieratzeko erabilita"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Lanaren izena"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Inprimatze-lana identifikatzeko erabiliko den esaldia."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Orrialde kopurua"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Dokumentuaren orrialde kopurua."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Uneko orrialdea"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Dokumentuaren uneko orrialdea"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Erabili orrialde osoa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4321,7 +4321,7 @@ msgstr ""
|
||||
"EGIA testuinguruaren jatorria orrialdearen ertza izan behar badu eta ez "
|
||||
"irudiaren arearen ertzean"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4330,55 +4330,55 @@ msgstr ""
|
||||
"jarraitzen badu inprimatze-datuak inprimagailura edo inprimatze-zerbitzarira "
|
||||
"bidali ondoren."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Unitatea"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Testuinguruaren distantziak neurtzeko unitatea"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Erakutsi elkarrizketa-koadroa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "EGIA progresio-koadroa erakusten bada inprimatzean."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Baimendu asinkronoa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "EGIA inrprimatze-prozesua asinkronoki exekuta badaiteke"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Esportatu fitxategi-izena"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Egoera"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Inprimatze-eragiketaren egoera"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Egoeraren esaldia"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Egoeraren azalpena pertsonek irakur ahal izateko"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Fitxaren etiketa pertsonalizatua"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Trepeta pertsonalizatuak dituen fitxaren etiketa."
|
||||
|
||||
@ -4886,41 +4886,41 @@ msgstr "Metrotan"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Neurria metrotan, erregelan erabiltzeko"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Balioan bistaratzen diren hamartarren kopurua"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Marrazkiaren balioa"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Uneko balioa graduatzailearen ondoan kate gisa bistaratuko den ala ez "
|
||||
"adierazten du"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Balioaren posizioa"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Uneko balioa zein posiziotan bistaratuko den"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Graduatzailearen luzera"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Eskala-graduatzailearen luzera"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Balioaren tartea"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
"Balio-testuaren eta graduatzailearen/kurtsorearen arearen arteko tartea"
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 2.3.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2004-01-03 17:49+0330\n"
|
||||
"Last-Translator: Roozbeh Pournader <roozbeh@sharif.edu>\n"
|
||||
"Language-Team: Persian <farsi@lists.sharif.edu>\n"
|
||||
@ -124,120 +124,120 @@ msgstr "پونت قلم"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
#, fuzzy
|
||||
msgid "Program name"
|
||||
msgstr "نام برچسب"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
#, fuzzy
|
||||
msgid "The version of the program"
|
||||
msgstr "نمایهی صفحهی فعلی"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
#, fuzzy
|
||||
msgid "Comments string"
|
||||
msgstr "فاصلهگذاری ستونها"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
#, fuzzy
|
||||
msgid "Website label"
|
||||
msgstr "برچسب منو"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
#, fuzzy
|
||||
msgid "List of authors of the program"
|
||||
msgstr "نمایهی صفحهی فعلی"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
#, fuzzy
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "نام قلم"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -605,70 +605,70 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "لاییگذاری"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "تعداد سطرهای جدول"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "ردیف کردن افقی"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "تعداد سطرهای جدول"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "نوع حافظه"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "نوع پیغام"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "اندازهی حداکثر"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "عنوان پنجره"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "مقدار"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "مقدار"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "اندازهی حداکثر"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -912,7 +912,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "ترتیب مرتبسازی"
|
||||
@ -1344,7 +1344,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "ارقام"
|
||||
|
||||
@ -2198,11 +2198,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "نویسهی نامرئی"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2499,31 +2499,31 @@ msgstr "ترتیب مرتبسازی"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "متنی که باید در نوار پیشرفت نمایش یابد"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4163,7 +4163,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "اندازهی حداکثر"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4173,123 +4173,123 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "ارتفاع پیشفرض"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "نام قلم"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "تعداد ستونهای جدول"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "تعداد سطرهای جدول"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "آلفای فعلی"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
#, fuzzy
|
||||
msgid "The current page in the document"
|
||||
msgstr "نام ویجت"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
#, fuzzy
|
||||
msgid "Use full page"
|
||||
msgstr "استفاده از آلفا"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "نمایش اندازه"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
#, fuzzy
|
||||
msgid "Allow Async"
|
||||
msgstr "مجاز بودن خالی"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "نام پرونده"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "نمایهی صفحهی فعلی"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "تخته رنگ دستساز"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4779,39 +4779,39 @@ msgstr "عددی"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "مدل نمایش درختی"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "تعداد ارقام اعشاریای که در مقدار نمایش مییابند"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "موقعیت مقدار"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "فاصلهگذاری مقدار"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 2.6\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-10 13:13+0200\n"
|
||||
"Last-Translator: Ilkka Tuohela <hile@iki.fi>\n"
|
||||
"Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n"
|
||||
@ -116,11 +116,11 @@ msgstr "Kirjasimen tarkkuus"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Näytöllä käytettyjen kirjasinten tarkkuus"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Ohjelman nimi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -128,86 +128,86 @@ msgstr ""
|
||||
"Ohjelman nimi. Jos tätä ei ole asetettu, oletuksena on g_get_application_name"
|
||||
"()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Ohjelman versio"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Ohjelman versio"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Tekijänoikeustiedot"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Ohjelman tekijänoikeuksien tiedot"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Kommentti"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Kommentit ohjelmasta"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Kotisivun URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "URL-linkki ohjelman kotisivulle"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Kotisivun nimiö"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr "Nimiö ohjelman kotisivulinkkiin. Oletuksena on URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Tekijät"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Luettelo ohjelman tekijöistä"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Dokumentoijat"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Luettelo ohjelman dokumentoijista"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Taiteilijat"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Luettelo ohjelman kuvamateriaalia tehneistä henkilöistä"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Kääntäjäkiitokset"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Kiitokset kääntäjille. Tämä pitää merkitä käännettäväksi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -215,19 +215,19 @@ msgstr ""
|
||||
"Logo tietoja-laatikkoon. Jos ei asetettu, oletuksena on "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Logokuvakkeen nimi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Nimetty kuvake, jota käytetään logona tietoja-laatikossa."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Rivitä lisenssi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Rivitetäänkö lisenssin teksti"
|
||||
|
||||
@ -588,59 +588,59 @@ msgstr "Lapsen mukaan"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Aseta reunasuhde samaksi kuin lapsella"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Otsakkeen täyte"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Otsaketta ympäröivän tilan koko pisteinä."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Sisällön täyte"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Sisältöä ympäröivän tilan koko pikseleinä."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Sivun tyyppi"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Apusivun tyyppi"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Sivun otsikko"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Apusivun otsikko"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Otsakekuva"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Apusivun otsakekuva"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Sivupalkin kuva"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Apusivun sivupalkin kuva"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Sivu valmis"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Kertoo, ovatko kaikki vaaditut sivun kentät täytetty"
|
||||
|
||||
@ -895,7 +895,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Vaikuttavatko child_displacement_x/_y-ominaisuudet myös kohdistusalueeseen"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Sisäreunus"
|
||||
|
||||
@ -1308,7 +1308,7 @@ msgstr "Kasvunopeus"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Kiihdytysvauhti pidettäessä painiketta painettuna"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Numeroja"
|
||||
|
||||
@ -2153,11 +2153,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr "Reuna tekstin ja raamin välissä. Ohittaa inner-border tyylimäärittelyn"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Näkymätön merkki"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "Merkki, joka peittää syötetyn tekstin (salasanatilassa)"
|
||||
|
||||
@ -2432,31 +2432,31 @@ msgstr "Edistymispalkin reunus"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Edistymispalkkia ympäröivä reunus"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Reunus tekstin ja raamin välissä."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Tilavihje"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Välitetäänkö oikea tilatieto piirrettäessä varjoa tai taustaa"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Valitse kohdistettaessa"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Muuttuuko sisältö valituksi kentän saadessa syötekohdistuksen"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Salasanavihjeen aikaviive"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "Kuinka pitkään viimeisin syötetty merkki näytetään piilokentissä"
|
||||
|
||||
@ -4061,7 +4061,7 @@ msgstr "Tulostimen asetukset"
|
||||
msgid "Page Setup"
|
||||
msgstr "Sivun asetukset"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Seuraa tulostimeen tilaa"
|
||||
|
||||
@ -4073,51 +4073,51 @@ msgstr ""
|
||||
"TRUE, jos tämä tulostustyö lähettää viestejä tilamuutoksista sen jälkeen, "
|
||||
"kun työ on lähetetty tulostimelle tai tulostuspalvelimelle."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Sivun oletusasetukset"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "Oletuksena käytetty GtkPageSetup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Tulostusasetukset"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "Ikkunan alustuksesta käytetty GtkPrintSettings-osa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Työn nimi"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Merkkijono, josta tulostustyö tunnistetaan."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Sivujen lukumäärä"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Sivujen lukumäärä asiakirjassa."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Nykyinen sivu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Nykyinen sivu asiakirjassa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Käytä koko sivua"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4125,7 +4125,7 @@ msgstr ""
|
||||
"TRUE, jos tässä yhteydessä sisällön lähteen tulisi olla sivun kulmassa eikä "
|
||||
"piirrettävän alueen kulmassa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4133,55 +4133,55 @@ msgstr ""
|
||||
"TRUE, jos tulostustyö jatkaa tulostustyön tilan raportointia sen jälkeen, "
|
||||
"kun tulostustyö on lähetetty tulostimelle tai tulostinpalvelimelle."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Yksikkö"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Tässä yhteydessä käytetty etäisyyksien mittayksikkö"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Näytä valintaikkuna"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "TRUE, jos edistymisikkuna näytetään tulostettaessa."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Salli asynkroninen"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "TRUE, jos tulostustyöt voivat olla asynkronisia."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Vietävä tiedostonimi"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Tila"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Tulostustoiminnon tila"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Tilan merkkijono"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Ihmisystävällinen kuvaus tilasta"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Oman välilehden otsikko"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Otsake välilehdelle, joka sisältää omia ikkunaelementtejä."
|
||||
|
||||
@ -4668,39 +4668,39 @@ msgstr "Mitta-asteikko"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Viivaimen käyttämä mitta-asteikko"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Näkyvien desimaalien määrä arvossa"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Piirrä arvo"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Näkyykö nykyinen arvo merkkijonona liukusäätimen vieressä"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Arvon sijainti"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Paikka, jossa nykyinen arvo näkyy"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Liukusäätimen pituus"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Liukusäätimen liu'uttimen koko"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Arvon välit"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Väli arvotekstin ja liu'uttimen sekä uran alueen välissä"
|
||||
|
||||
|
@ -17,7 +17,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+_properties HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-05 20:06+0100\n"
|
||||
"Last-Translator: Claude Paroz <claude@2xlibre.net>\n"
|
||||
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
|
||||
@ -126,11 +126,11 @@ msgstr "Résolution de la police"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "La résolution des polices à l'écran"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Nom du programme"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -138,43 +138,43 @@ msgstr ""
|
||||
"Le nom du programme. S'il n'est pas défini, il sera par défaut "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Version du programme"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "La version du programme"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Chaîne du copyright"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Information de copyright pour le programme"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Chaîne des commentaires"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Commentaires à propos du programme"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Adresse du site Web"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "L'URL pour le lien vers le site Web du programme"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Étiquette du site Web"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -182,45 +182,45 @@ msgstr ""
|
||||
"L'étiquette pour le lien vers le site Web du programme. Si non définie, "
|
||||
"l'étiquette par défaut est celle de l'URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Auteurs"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Liste des auteurs du programme"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Documentalistes"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Liste des documentalistes du programme"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artistes"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Liste des contributeurs aux graphismes du programme"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Remerciements aux traducteurs"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Remerciements aux traducteurs. Cette chaîne doit être marquée traduisible"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -228,20 +228,20 @@ msgstr ""
|
||||
"Un logo pour la boîte de dialogue « À propos ». Par défaut, sa valeur est "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Nom de l'icône logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
"Une icône à utiliser pour le logo dans la boîte de dialogue « À propos »."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Mettre en forme la licence"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
"Indique s'il faut ajouter les retours de ligne automatiques dans le texte de "
|
||||
@ -618,59 +618,59 @@ msgstr "Obéir au fils"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Forcer le ratio d'aspect pour correspondre au cadre du fils"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Remplissage d'en-tête"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Nombre de pixels autour de l'en-tête."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Remplissage du contenu"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Nombre de pixels autour des pages de contenu."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Type de page"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Type de la page d'assistant"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Titre de la page"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Le titre de la page d'assistant"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Image d'en-tête"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Image d'en-tête pour la page d'assistant"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Image de panneau latéral"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Image de panneau latéral pour la page d'assistant"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Page terminée"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Indique si tous les champs obligatoires de la page ont été remplis"
|
||||
|
||||
@ -932,7 +932,7 @@ msgstr ""
|
||||
"Indique si les propriétés child_displacement_x/_y doivent aussi affecter le "
|
||||
"rectangle d'activation"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Bordure intérieure"
|
||||
|
||||
@ -1352,7 +1352,7 @@ msgstr "Taux d'accélération"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Taux d'accélération quand vous gardez un bouton enfoncé"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Chiffres"
|
||||
|
||||
@ -2216,11 +2216,11 @@ msgid ""
|
||||
msgstr ""
|
||||
"Bordure entre le texte et le cadre. Écrase la propriété de style inner-border"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Caractère invisible"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Caractère à utiliser pour masquer le contenu d'une entrée (en « mode mot de "
|
||||
@ -2503,35 +2503,35 @@ msgstr "Bordure de progression"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Bordure autour de la barre de progression"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Bordure entre le texte et le cadre."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Indice d'état"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
"Indique si l'on doit passer un état correct lors du dessin de l'ombre ou de "
|
||||
"l'arrière-plan"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Sélection lors de l'activation"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
"Indique si le contenu de l'entrée de texte doit être sélectionné quand elle "
|
||||
"est activée"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Délai de l'indice de mot de passe"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"Durée pendant laquelle afficher le dernier caractère saisi dans les entrées "
|
||||
@ -4183,7 +4183,7 @@ msgstr "Paramètres d'imprimante"
|
||||
msgid "Page Setup"
|
||||
msgstr "Mise en page"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Suivre l'état d'impression"
|
||||
|
||||
@ -4196,52 +4196,52 @@ msgstr ""
|
||||
"modification d'état après que les données d'impression ont été envoyées à "
|
||||
"l'imprimante ou au serveur d'impression."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Mise en page par défaut"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "L'objet GtkPageSetup utilisé par défaut"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Paramètres d'impression"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "L'objet GtkPrintSettings utilisé pour initialiser la boîte de dialogue"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Nom de la tâche"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
"Une chaîne de caractères permettant d'identifier le travail d'impression."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Nombre de pages"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Le nombre de pages du document."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Page actuelle"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "La page actuelle du document"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Utilise toute la page"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4249,7 +4249,7 @@ msgstr ""
|
||||
"Vrai si l'origine du contexte se situe à l'angle de la page et non pas à "
|
||||
"l'angle de la zone imageable."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4258,59 +4258,59 @@ msgstr ""
|
||||
"d'impression après que les données aient été envoyées à l'imprimante ou au "
|
||||
"serveur d'impression."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Unité"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "L'unité de mesure des distances dans le contexte"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Afficher la boîte de dialogue"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
"Défini à TRUE si une boîte de dialogue de progression est affichée durant "
|
||||
"l'impression."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Asynchrone autorisé"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
"Défini à TRUE si le processus d'impression est autorisé à s'exécuter de "
|
||||
"manière asynchrone."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Nom de fichier d'exportation"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "État"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "L'état de l'opération d'impression"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Chaîne d'état"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Une description de l'état intelligible pour l'utilisateur"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Étiquette de l'onglet personnalisé"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
"Étiquette pour l'onglet contenant les composants graphiques personnalisés."
|
||||
@ -4816,40 +4816,40 @@ msgstr "Numérique"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "L'unité métrique utilisée par la règle"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Nombre de chiffres décimaux à afficher dans la valeur"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Afficher la valeur"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Indique si la valeur actuelle est affichée comme une chaîne à côté du curseur"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Position de la valeur"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Emplacement d'affichage de la valeur actuelle"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Longueur du curseur"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Longueur de l'échelle du curseur"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Espacement de la valeur"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Espace entre le texte de la valeur et la zone du curseur"
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2008-08-29 22:29-0500\n"
|
||||
"Last-Translator: Seán de Búrca <leftmostcat@gmail.com>\n"
|
||||
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
|
||||
@ -116,116 +116,116 @@ msgstr ""
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
#, fuzzy
|
||||
msgid "Website label"
|
||||
msgstr "Leibéal Chlár"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Údair"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Lógó"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
#, fuzzy
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Ainm Clófhoireann"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -577,64 +577,64 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Uas. Meíd"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "Uas. Meíd"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Luach"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Luach"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "Uas. Meíd"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -876,7 +876,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "Taispeáin "
|
||||
@ -1288,7 +1288,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr ""
|
||||
|
||||
@ -2125,11 +2125,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2408,31 +2408,31 @@ msgstr "Taispeáin "
|
||||
msgid "Border around the progress bar"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4023,7 +4023,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Uas. Meíd"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4033,118 +4033,118 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Ainm Clófhoireann"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Uimhir do Bealachaí"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "Alpha Reatha"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
#, fuzzy
|
||||
msgid "Use full page"
|
||||
msgstr "Úsáid alpha"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Taispeán Cluasíní"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Ainm comhad"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Stádas"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "Pailéid féindheánamh"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4621,39 +4621,39 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Taispeán Luach"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Ionad Luacha"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -18,7 +18,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gl\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-10 20:17+0000\n"
|
||||
"Last-Translator: Suso Baleato <suso.baleato@xunta.es>\n"
|
||||
"Language-Team: Galego <proxecto@trasno.net>\n"
|
||||
@ -127,11 +127,11 @@ msgstr "Resolución do tipo de letra"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "A resolución para os tipos de letra na pantalla"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Nome do programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -139,43 +139,43 @@ msgstr ""
|
||||
"O nome do programa. Se non se define, usarase de forma predeterminada "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Versión do programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "A versión do programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Cadea de Copyright"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Información de Copyright do programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Cadea de comentarios"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Comentarios sobre o programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL do sitio web"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "O URL para a ligazón ao sitio web do programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Etiqueta do sitio web"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -183,44 +183,44 @@ msgstr ""
|
||||
"A etiqueta para a ligazón ao sitio web do programa. Se non se define, "
|
||||
"usarase o URL predeterminado"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Autores"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Lista de autores do programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Documentadores"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Lista de persoas que documentan o programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artistas"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Lista de xente que contribuíu con material gráfico ao programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Créditos de tradución"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Créditos dos tradutores. Esta cadea deberá marcarse como traducíbel"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logotipo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -228,19 +228,19 @@ msgstr ""
|
||||
"Un logotipo para a caixa Sobre. Se non se define, o predeterminado é "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Nome da icona do logotipo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Unha icona con nome para usar como logotipo na caixa Sobre."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Axustar a licenza"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Indica se se debe axustar o texto da licenza."
|
||||
|
||||
@ -610,59 +610,59 @@ msgstr "Obedecer ao fillo"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Forzar a proporción de aspecto para que coincida coa do marco do fillo"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Recheo da cabeceira"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Número de píxeles ao redor da cabeceira."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Recheo do contido"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Número de píxeles ao redor das páxinas de contidos."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Tipo de páxina"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "O tipo da páxina do asistente"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Título da páxina"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "O título da páxina do asistente"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Imaxe de cabeceira"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Imaxe de cabeceira para a páxina do asistente"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Imaxe da barra lateral"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Imaxe da barra lateral da páxina do asistente"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Páxina completa"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Indica se todos os campos requiridos na páxina foron cubertos"
|
||||
|
||||
@ -925,7 +925,7 @@ msgstr ""
|
||||
"Indica se as propiedades child_displacement_x/_y deberían afectar tamén ao "
|
||||
"rectángulo do foco"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Bordo interior"
|
||||
|
||||
@ -1339,7 +1339,7 @@ msgstr "Taxa de incremento"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "A taxa de aceleración cando mantén premido un botón"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Díxitos"
|
||||
|
||||
@ -2201,11 +2201,11 @@ msgstr ""
|
||||
"Bordo entre o texto e o marco. Sobreponse á propiedade de estilo do bordo "
|
||||
"interno"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Carácter invisíbel"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"O carácter que usar cando se oculten os contidos da entrada (no \"modo de "
|
||||
@ -2485,34 +2485,34 @@ msgstr "Bordo do progreso"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "O bordo ao redor da barra de progreso"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Bordo entre o texto e o marco."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Suxestión de estado"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
"Indica se se pasa unha propiedade de estado cando se debuxe a sombra ou o "
|
||||
"fondo"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Seleccionar ao enfocar"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
"Indica se se deben seleccionar os contidos dunha entrada cando está enfocada"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Tempo de espera para a suxestión de contrasinal"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"Durante canto tempo hai que mostrar o último carácter introducido nas "
|
||||
@ -4157,7 +4157,7 @@ msgstr "Configuracións da impresora"
|
||||
msgid "Page Setup"
|
||||
msgstr "Configuración da páxina"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Seguimento do estado de impresión"
|
||||
|
||||
@ -4170,51 +4170,51 @@ msgstr ""
|
||||
"estado despois de que os datos de impresión sexan enviados á impresora ou ao "
|
||||
"servidor de impresoras."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Configuración de páxina predeterminada"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "A GtkPageSetup que se usa por defecto"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Configuracións da impresora"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "Os GtkPrintSettings que se usan para inicializar o diálogo"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Nome do traballo"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Unha cadea que se usa para identificar o traballo de impresión."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Número de páxinas"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "O número de páxinas do documento."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Páxina actual"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "A páxina actual do documento"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Usar a páxina completa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4222,7 +4222,7 @@ msgstr ""
|
||||
"É TRUE se a orixe do contexto debe estar na esquina da páxina e non na "
|
||||
"esquina da área de imaxe"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4231,55 +4231,55 @@ msgstr ""
|
||||
"impresión despois de que os datos de impresión sexan enviados á impresora ou "
|
||||
"ao servidor de impresoras."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Unidade"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "A unidade na que se poden medir as distancias no contexto"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Mostrar diálogo"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "É TRUE se se mostra un diálogo de progreso ao imprimir."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Permitir asíncrono"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "É TRUE se o proceso de impresión se pode executar asincronamente."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Exportar nome de ficheiro"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "O estado da operación de impresión"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Cadea de estado"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Unha descrición lexíbel por humanos do estado"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Etiqueta de separador personalizado"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Etiqueta para o separador que contén widgets personalizados."
|
||||
|
||||
@ -4785,41 +4785,41 @@ msgstr "Métrica"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "A métrica que se usa na regra"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "O número de lugares decimais que se mostran no valor"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Valor de debuxo"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Indica se o valor actual se mostra como unha cadea contigua ao control "
|
||||
"desprazábel"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Posición do valor"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "A posición na que se mostra o valor actual"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Lonxitude do control desprazábel"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Lonxitude da escala do control desprazábel"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Espazamento do valor"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
"Espazo entre os valores de texto e a área do control desprazábel ou o canal"
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.HEAD.gu\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-15 10:15+0530\n"
|
||||
"Last-Translator: Ankit Patel <ankit@redhat.com>\n"
|
||||
"Language-Team: Gujarati <fedora-trans-gu@redhat.com>\n"
|
||||
@ -145,98 +145,98 @@ msgstr "ફોન્ટ રીઝોલ્યુશન"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "સ્ક્રીન પર ફોન્ટ માટેનું રીઝોલ્યુશન"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "કાર્યક્રમ નામ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
"કાર્યક્રમનું નામ. જો આ સુયોજિત નહિં હોય, તો તેમાં g_get_application_name() મૂળભુત થઈ જશે"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "કાર્યક્રમ આવૃત્તિ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "કાર્યક્રમની આવૃત્તિ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "કોપીરાઈટ શબ્દમાળા"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "કાર્યક્રમ માટે કોપીરાઈટ જાણકારી"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "ટિપ્પણીઓ શબ્દમાળા"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "કાર્યક્રમ વિશે ટિપ્પણીઓ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "વેબસાઈટ URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "કાર્યક્રમની વેબસાઈટ માટે URL ની કડી"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "વેબસાઈટ લેબલ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
"કાર્યક્રમની વેબસાઈટ માટે કડી માટેનું લેબલ. જો આ સુયોજિત નહિં હોય, તો તેમાં URL મૂળભુત થઈ જશે"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "લેખકો"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "કાર્યક્રમના લેખકોની યાદી"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "દસ્તાવેજકારકો"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "કાર્યક્રમનું દસ્તાવેજીકરણ કરતા લોકોની યાદી"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "કલાકારો"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "કાર્યક્રમની કલાકૃતિમાં ફાળો આપનાર લોકોની યાદી"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "અનુવાદક શ્રેય"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "અનુવાદકોનો શ્રેય. આ શબ્દમાળા અનુવાદ કરી શકાય તે રીતે ચિહ્નિત થવી જોઈએ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "લોગો"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -244,19 +244,19 @@ msgstr ""
|
||||
"વિશે બોક્સ માટે લોગો. જો આ સુયોજિત નહિં હોય, તો તેમાં "
|
||||
"gtk_window_get_default_icon_list() મૂળભુત થશે"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "લોગો ચિહ્ન નામ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "વિશે બોક્સ માટે લોગો તરીકે વાપરવાનું નામવાળું ચિહ્ન."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "લાઈસન્સ લપેટો"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "શું લાઈસન્સ લખાણ લપેટવાનું છે."
|
||||
|
||||
@ -616,59 +616,59 @@ msgstr "આજ્ઞાંકિત બાળ"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "ધારેલા ગુણોત્તરને ચોકઠાના બાળ સાથે બંધબેસવા માટે મજબૂર કરો"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "હેડર ભરો"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "હેડરની આસપાસ પિક્સેલોની સંખ્યા."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "સમાવિષ્ટ ભરો"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "સમાવિષ્ટ પાનાંઓ ફરતે પિક્સેલોની સંખ્યા."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "પાનાં પ્રકાર"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "સહાયક પાનાંનો પ્રકાર"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "પાનાં શીર્ષક"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "સહાયક પાનાંનું શીર્ષક"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "હેડર ઈમેજ"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "સહાયક પાનાં માટે હેડર ઈમેજ"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "બાજુપટ્ટી ઈમેજ"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "સહાયક પાનાં માટે બાજુપટ્ટી ઈમેજ"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "પાનું સમાપ્ત"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "શું પાનાં પરના બધા જરૂરી ક્ષેત્રો ભરાઈ ગયેલ છે"
|
||||
|
||||
@ -913,7 +913,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr "શું child_displacement_x/_y ગુણધર્મો ફોકસ લંબચોરસને પણ અસર કરવા જોઈએ"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "અંદરની કિનારી"
|
||||
|
||||
@ -1325,7 +1325,7 @@ msgstr "વૃદ્ધિ દર"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "તમે જ્યારે બટનને પકડી રાખ્યું હોય ત્યારે પ્રવેગનો દર"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "આંકડા"
|
||||
|
||||
@ -2162,11 +2162,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr "લખાણ અને ચોકઠાં વચ્ચેની કિનારી. આંતર-કિનારી શૈલી પર ફરીથી લખે છે"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "અદૃશ્ય અક્ષર"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"જ્યારે પ્રવેશના સમાવિષ્ટોને સંતાડો ત્યારે વાપરવા માટેના અક્ષર (\"પાસવર્ડ સ્થિતિ\" માં)"
|
||||
@ -2436,33 +2436,33 @@ msgstr "પ્રગતિ કિનારી"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "પ્રગતિદર્શક પટ્ટી ફરતેની કિનારી"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "લખાણ અને ચોકઠાં વચ્ચેની કિનારી."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "પરિસ્થિતિ ઇશારો"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
"જ્યારે છાંયડો અથવા પાશ્ર્વ ભાગ ને દોરી રહ્યા હોય ત્યારે ક્યાંતો યોગ્ય સ્થિતિ ને પસાર કરવી "
|
||||
"કે નહિં"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "ફોકસ કરવા પર પસંદ કરો"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "શું ફોકસ થયા હોય ત્યારે પ્રવેશની સમાવિષ્ટ માહિતીને પસંદ કરવી"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "પાસવર્ડ સંકેત સમયસમાપ્તિ"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "છુપા પ્રવેશોમાં કેટલા સમય સુધી છેલ્લો દાખલ થયેલ અક્ષર બતાવવો"
|
||||
|
||||
@ -4041,7 +4041,7 @@ msgstr "પ્રિન્ટર સુયોજનો"
|
||||
msgid "Page Setup"
|
||||
msgstr "પાનાં સુયોજન"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "છાપન પરિસ્થિતિ ટ્રેક કરો"
|
||||
|
||||
@ -4053,57 +4053,57 @@ msgstr ""
|
||||
"TRUE જો છાપન ક્રિયા પરિસ્થિતિ-બદલાયેલ સંકેતોને છાપન માહિતી પ્રિન્ટર અથવા પ્રિન્ટ "
|
||||
"સર્વરને મોકલાઈ ગયા પછી મોકલવાનું ચાલુ રાખશે."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "મૂળભૂત પાનાં સુયોજન"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "GtkPageSetup મૂળભૂત રીતે વપરાય છે"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "છાપન સુયોજનો"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "GtkPrintSettings એ સંવાદનો આરંભ કરવા માટે વપરાય છે"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "ક્રિયા નામ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "છાપન ક્રિયા ઓળખવા માટે વપરાતી શબ્દમાળા."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "પાનાંઓની સંખ્યા"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "દસ્તાવેજમાં પાનાંઓની સંખ્યા."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "વર્તમાન પાનું"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "દસ્તાવેજમાં વર્તમાન પાનું"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "આખું પાનું વાપરો"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr "TRUE જો સંદર્ભનું મૂળ પાનાંના ખૂણે હોવું જોઈએ અને ચિત્રવાળા વિસ્તારના ખૂણે નહિં"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4111,55 +4111,55 @@ msgstr ""
|
||||
"જો TRUE હોય તો છાપન માહિતી પ્રિન્ટર અથવા પ્રિન્ટ સર્વરને મોકલાઈ જાય પછી છાપન "
|
||||
"પ્રક્રિયા છાપન ક્રિયા પરિસ્થિતિ પર અહેવાલ આપવા માટે ચાલુ રહેશે."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "એકમ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "એકમ કે જેમાં અંતરો સંદર્ભમાં માપી શકાય છે"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "સંવાદ બતાવો"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "TRUE જો છાપતી વખતે પ્રગતિ સંવાદ બતાવાયેલ હોય."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "અસુમેળને પરવાનગી આપો"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "જો છાપન પ્રક્રિયા અસુમેળ રીતે ચાલશે તો TRUE."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "નિકાસ ફાઈલનામ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "પરિસ્થિતિ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "છાપન પ્રક્રિયાની પરિસ્થિતિ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "પરિસ્થિતિ શબ્દમાળા"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "પરિસ્થિતિનું માનવીય-વાંચનીય વર્ણન"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "વૈવિધ્યપૂર્ણ ટેબ લેબલ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "વૈવિધ્યપૂર્ણ વિજેટોને સમાવતી ટેબ માટેનું લેબલ."
|
||||
|
||||
@ -4639,39 +4639,39 @@ msgstr "મેટ્રિક"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "માપપટ્ટી માટે વપરાયેલ મેટ્રિક"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "દશાંશ સ્થળોની સંખ્યા કે જેઓ કિંમતમાં દર્શાવાયેલ છે"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "કિંમત દોરો"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "શું વર્તમાન કિંમત સરકપટ્ટીની બાજુની શબ્દમાળા તરીકે દર્શાવાયી છે"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "કિંમતની સ્થિતિ"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "એ સ્થાન કે જ્યાં વર્તમાન કિંમત દર્શાવાયી છે"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "સરકપટ્ટીની લંબાઈ"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "માપપટ્ટીની સરકપટ્ટીની લંબાઈ"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "કિંમતની વચ્ચેની જગ્યા"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "લખાણની કિંમત અને સરકપટ્ટી/ગર્તના વિસ્તાર વચ્ચેની જગ્યા"
|
||||
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+.HEAD.he\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-07 17:16+0200\n"
|
||||
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
|
||||
"Language-Team: Hebrew <he@li.org>\n"
|
||||
@ -114,11 +114,11 @@ msgstr "Font resolution"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "The resolution for fonts on the screen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Program name"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -126,43 +126,43 @@ msgstr ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Program version"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "The version of the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Copyright string"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Copyright information for the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Comments string"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Comments about the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Website URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "The URL for the link to the website of the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Website label"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -170,45 +170,45 @@ msgstr ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Authors"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "List of authors of the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Documenters"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "List of people documenting the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artists"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "List of people who have contributed artwork to the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Translator credits"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -216,19 +216,19 @@ msgstr ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Logo Icon Name"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "A named icon to use as the logo for the about box."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Wrap license"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Whether to wrap the license text."
|
||||
|
||||
@ -593,59 +593,59 @@ msgstr "Obey child"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Force aspect ratio to match that of the frame's child"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Header Padding"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Number of pixels around the header."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Content Padding"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Number of pixels around the content pages."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Page type"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "The type of the assistant page"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Page title"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "The title of the assistant page"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Header image"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Header image for the assistant page"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Sidebar image"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Sidebar image for the assistant page"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Page complete"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Whether all required fields on the page have been filled out"
|
||||
|
||||
@ -905,7 +905,7 @@ msgstr ""
|
||||
"Whether the child_displacement_x/_y properties should also affect the focus "
|
||||
"rectangle"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Inner Border"
|
||||
|
||||
@ -1319,7 +1319,7 @@ msgstr "Climb rate"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "The acceleration rate when you hold down a button"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Digits"
|
||||
|
||||
@ -2164,11 +2164,11 @@ msgid ""
|
||||
msgstr ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Invisible character"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"The character to use when masking entry contents (in \"password mode\")"
|
||||
@ -2441,31 +2441,31 @@ msgstr "Progress Border"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Border around the progress bar"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Border between text and frame."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "State Hint"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Whether to pass a proper state when drawing shadow or background"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Select on focus"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Whether to select the contents of an entry when it is focused"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Password Hint Timeout"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "How long to show the last input character in hidden entries"
|
||||
|
||||
@ -4076,7 +4076,7 @@ msgstr "Printer settings"
|
||||
msgid "Page Setup"
|
||||
msgstr "Page Setup"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Track Print Status"
|
||||
|
||||
@ -4088,51 +4088,51 @@ msgstr ""
|
||||
"TRUE if the print job will continue to emit status-changed signals after the "
|
||||
"print data has been sent to the printer or print server."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Default Page Setup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "The GtkPageSetup used by default"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Print Settings"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "The GtkPrintSettings used for initializing the dialog"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Job Name"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "A string used for identifying the print job."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Number of Pages"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "The number of pages in the document."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Current Page"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "The current page in the document"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Use full page"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4140,7 +4140,7 @@ msgstr ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4148,55 +4148,55 @@ msgstr ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Unit"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "The unit in which distances can be measured in the context"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Show Dialog"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "TRUE if a progress dialog is shown while printing."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Allow Async"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "TRUE if print process may run asynchronous."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Export filename"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "The status of the print operation"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Status String"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "A human-readable description of the status"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Custom tab label"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Label for the tab containing custom widgets."
|
||||
|
||||
@ -4689,39 +4689,39 @@ msgstr "Metric"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "The metric used for the ruler"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "The number of decimal places that are displayed in the value"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Draw Value"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Whether the current value is displayed as a string next to the slider"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Value Position"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "The position in which the current value is displayed"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Slider Length"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Length of scale's slider"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Value spacing"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Space between value text and the slider/trough area"
|
||||
|
||||
|
@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-04 15:02+0530\n"
|
||||
"Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n"
|
||||
"Language-Team: Hindi <hindi.sf.net>\n"
|
||||
@ -120,98 +120,98 @@ msgstr "फ़ॉन्ट रिजॉल्यूशन"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "स्क्रीन पर फंट के लिये रिजॉल्यूशन"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "प्रोग्राम नाम"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
"प्रोग्राम का नाम. अगर यह सेट नहीं होता है तो यह g_get_application_name() में मूलभूत है"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "प्रोग्राम संस्करण"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "प्रोग्राम का संस्करण"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "कॉपीराइट स्ट्रिंग"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "प्रोग्राम के लिये कॉपीराइट सूचना"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "टिप्पणी स्ट्रिंग"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "प्रोग्राम के बारे में टिप्पणी"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "वेबसाइट URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "प्रोग्राम के वेबसाइट में लिंक का URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "वेबसाइट लेबल"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
"प्रोग्राम के वेबसाइट के लिंक के लिये लेबल. अगर यह सेट नहीं है तो यह URL के लिये मूलभूत है"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "लेखक"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "प्रोग्राम के लेखक की सूची"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "दस्तावेज"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "प्रोग्राम का दस्तावेजन करने वाले लोगों की सूची"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "कलाकार"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "प्रोग्राम में आर्टवर्क देने वाले लोगों की सूच"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "राजेश रंजन (rranjan@redhat.com, rajeshkajha@yahoo.com)"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "अनुवादक श्रेय. इस स्ट्रिंग को अनुवाद करने योग्य चिह्नित किया जाना चाहिये"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "लोगो"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -219,19 +219,19 @@ msgstr ""
|
||||
"बॉक्स के लिये लोगो. अगर यह सेट नहीं होता है, यह gtk_window_get_default_icon_list() "
|
||||
"में मूलभूत है"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "लोगो आइकन नाम"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "बॉक्स के बारे में लोगो के लिये प्रयोग के लिये नामित प्रतीक"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "रैप मसौदा"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "क्या मसौदा पाठ को रैप करना है."
|
||||
|
||||
@ -585,59 +585,59 @@ msgstr "शिशु की मानें"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "फ्रेम चाइल्ड के मेल खाने वाला बल पहलू अनुपात"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "बायाँ पैडिंग"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "शीर्षिका के आस-पास पिक्सेल की संख्या"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "अंतर्वस्तु पैडिंग"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "अंतर्वस्तु पृष्ठ के चारों ओर पिक्सेल की संख्या"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "पृष्ठ प्रकार"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "मददगार पृष्ठ का प्रकार"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "पृष्ठ शीर्षक"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "मददगार पृष्ठ का शीर्षक"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "शीर्षक छवि"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "मददगार पृष्ठ के लिए शीर्षक छवि"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "किनारे की पट्टी की छवि"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "मददगार पृष्ठ के लिए किनारे की पट्टी की छवि"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "पृष्ठ पूर्ण"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "क्या इस पृष्ठ पर सभी जरूरी क्षेत्र भरे गए हैं"
|
||||
|
||||
@ -888,7 +888,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr "क्या child_displacement_x/_y गुण फोकस आयत को भी प्रभावित करना चाहिये"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "आंतरिक सीमा"
|
||||
|
||||
@ -1298,7 +1298,7 @@ msgstr "वृद्धि दर"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "त्वरण दर जब आप बटन दबाकर रखें"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "अंक"
|
||||
|
||||
@ -2140,11 +2140,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr "पाठ व ढांचे के साथ सीमा. आंतरिक सीमा शैली को विधिवत अध्यारोहित करता है"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "अदृश्य अक्षर"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"जब प्रविष्ट किए जा रहे पाठ की मास्किंग करना हो (पासवर्ड मोड) में तब कौनसा कैरेक्टर का "
|
||||
@ -2417,31 +2417,31 @@ msgstr "प्रगति किनारा"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "प्रगति पट्टी के चारो ओर किनारा"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "पाठ व ढांचे के बीच सीमा"
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "स्थिति संकेत"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "क्या विधिवत स्थिति भेजनी है जब छाया या पृष्ठभूमि चित्रित किया जा रहा है"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "फोकस करने पर चयन करें"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "जब कोई प्रविष्टि फोकस हो तब क्या उसके Contents को चयनित किया जाना है?"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "शब्दकूट संकेत समय समाप्ति"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "छिपे प्रविष्टि में आगत वर्ण दिखाना कितना समय लेगा"
|
||||
|
||||
@ -4020,7 +4020,7 @@ msgstr "मुद्रक जमावट"
|
||||
msgid "Page Setup"
|
||||
msgstr "पृष्ठ सेटअप"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "छपाई स्थिति ट्रैक करें"
|
||||
|
||||
@ -4032,51 +4032,51 @@ msgstr ""
|
||||
"सही अगर छपाई कार्य प्रस्थिति बदलाव संकेत देना जारी रखेगा छपाई आंकड़ा के मुद्रक या मुद्रक "
|
||||
"सर्वर में भेजे जाने के बाद."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "डिफ़ॉल्ट पृष्ठ सेटअप"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "मूलभूत रूप से प्रयुक्त GtkPageSetup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "छपाई जमावट"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "GtkPrintSettings संवाद आरंभीकरण में प्रयुक्त"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "कार्य नाम"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "छपाई कार्य के पहचान वास्ते प्रयुक्त स्ट्रिंग"
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "पृष्ठों की संख्या"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "दस्तावेज में पृष्ठों की संख्या"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "मौजूदा पृष्ठ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "दस्तावेज में मौजूदा पृष्ठ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "पूर्ण पृष्ठ का प्रयोग करें"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4084,7 +4084,7 @@ msgstr ""
|
||||
"सही अगर संदर्भ का मूल को पृष्ठ के कोने में होना चाहिये और न कि छवि खींचे जाने योग्य क्षेत्र के "
|
||||
"कोने में"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4092,55 +4092,55 @@ msgstr ""
|
||||
"सही अगर छपाई कार्य छपाई कार्य स्थिति पर रिपोर्ट देना जारी रखेगा मुद्रक या मुद्रक सर्वर "
|
||||
"में प्रिंट आंकड़ा भेजे जाने के बाद."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "इकाई"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "ईकाई जिसमें दूरी को संदर्भ के अनुसार मापा जायेगा"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "संवाद दिखायें"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "सही अगर प्रगति संवाद पेटी छपाई के दौरान दिखाई जाती है"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Async की अनुमति दें"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "सही अगर छपाई प्रक्रिया तुल्यकालित नहीं है"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "फ़ाइलनाम भेजें"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "स्थिति"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "मुद्रण अभिमुखन की स्थिति"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "प्रस्थिति स्ट्रिंग"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "स्थिति का मानव पठनीय विवरण"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "पसंदीदा टैब स्तर"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "पसंदीदा विजेट लेते टैब के लिये लेबल"
|
||||
|
||||
@ -4617,39 +4617,39 @@ msgstr "मेट्रिक"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "रूलर के लिये प्रयुक्त मेट्रिक"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "मान में प्रदर्शित किए जाने वाले दशमलव के बाद के अंकों की संख्या"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "मान दिखाएँ"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "क्या वर्तमान को एक स्ट्रिंग की तरह स्लाइडर के आगे प्रदर्शित किया जाना है"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "मान की स्थिति"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "वह स्थिति जहां वर्तमान मान प्रदर्शित किया जाता है"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "स्लाइडर की लम्बाई"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "स्केल के स्लाइडर की लम्बाई"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "मानों के बीच की दूरी"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "मान पाठ तथा स्लाइडर छेत्र के बीच की दूरी"
|
||||
|
||||
|
@ -11,7 +11,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties 0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2008-05-08 00:47+0000\n"
|
||||
"Last-Translator: Robert Sedak <Unknown>\n"
|
||||
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
|
||||
@ -125,117 +125,117 @@ msgstr "Izbor pisma"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Kako se opseg ažurira na zaslonu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Naziv programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
"Ime programa. Ako nije postavljeno, pretpostavlja se g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Verzija programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Verzija programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Tekst o autorskim pravima"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Informacije o autorskim pravima za program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Komentirajući tekst"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Komentari o programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL web stranice"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "URL za web programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Naziv web-a"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr "Naziv za link na web programa. Ako nije postavljeno, koristi se URL."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Autori"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Popis autora programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Pisci dokumentacije"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Popis ljudi koji su dokumentirali program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Izvođači"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Popis ljudi koji su umjetničkim dodacim doprinjeli programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
"lokalizacija@linux.hr: Automatski Prijevod <>,Robert Sedak <robert.sedak@sk."
|
||||
"tel.hr>; Ubuntu-hr: Ante Karamatić"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Prevoditelji"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logotip"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr "Logotip za \"O programu...\"."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Ime ikone za logotip"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Imenovana ikona koja se koristi kao logo u dijalogu O programu."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Sažmi licencu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Sažima li se tekst licence"
|
||||
|
||||
@ -610,70 +610,70 @@ msgstr ""
|
||||
"Primorati da se odnos dimenzija slaže sa odnosom dimenzija okvira sadržanog "
|
||||
"elementa"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "Lijeva popuna"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Stil udubljenja oko linije izbornika"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "Popuna na dnu"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Stil udubljenja oko sadržaja"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Vrsta vezivanja"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Vrsta poruke"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "Veličina stranice"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Naslov prozora"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Zaglavlja se mogu kliknuti"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Vrijednost"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "Korak povećanja stranice"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -932,7 +932,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Utječu li postavke child_displacement_x/_y također na fokus pravokutnika"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "Granični tab"
|
||||
@ -1368,7 +1368,7 @@ msgstr "Brzina povećanja"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Ubrzanje kada držite gumb pritisnutim"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Znamenki"
|
||||
|
||||
@ -2239,11 +2239,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Nevidljivi znak"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "Znak koji se koristi kada se sakriva sadržaj polja (za unos lozinke)"
|
||||
|
||||
@ -2554,33 +2554,33 @@ msgstr "Kroz rubove"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Tekst koji se prikazuje u elementu napretka"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Savjet za pravila"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Bitmapa koja se koristi kao maska pri iscrtavanju pozadine teksta"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Označi s naglaskom"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Može li biti označen sadržaj kada polje u fokusu"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4255,7 +4255,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Veličina stranice"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4265,123 +4265,123 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Uobičajena visina"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Ime pisma"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Broj kanala"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Broj redova u tablici"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "Trenutna providnost"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
#, fuzzy
|
||||
msgid "The current page in the document"
|
||||
msgstr "Veličina stranice za prilagodbu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
#, fuzzy
|
||||
msgid "Use full page"
|
||||
msgstr "Koristi transparentnost"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Prikaži zaglavlje"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
#, fuzzy
|
||||
msgid "Allow Async"
|
||||
msgstr "Dopusti vodilice"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Ime datoteke"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Stanje preklopnog gumba"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "Prilagođena paleta"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4895,39 +4895,39 @@ msgstr "Metrika"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Metrika koja se koristi za ravnalo"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Broj decimalnih mjesta koja će biti prikazana za vrijednost"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Vrijednost izvlačenja"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Može li se trenutna vrijednost prikazivati kao tekst uz klizač"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Mjesto za vrijednost"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Mjesto na kojem se prikazuje tekuća vrijednost"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Dužina klizača"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Dužina klizača za razmjernik"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Razmak vrijednosti"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Razmak između teksta sa vrijednošću i površine klizača"
|
||||
|
||||
|
@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.HEAD.hu\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-04 01:06+0100\n"
|
||||
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
|
||||
"Language-Team: Hungarian <gnome@fsf.hu>\n"
|
||||
@ -118,11 +118,11 @@ msgstr "Betűfelbontás"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "A képernyő betűinek felbontása"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Programnév"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -130,43 +130,43 @@ msgstr ""
|
||||
"A program neve. Ha nincs beállítva, akkor alapértelmezés szerint "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Programverzió"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "A program verziója"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Copyright szöveg"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Copyright-információ a programról"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Megjegyzések"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Megjegyzések a programról"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Webhely URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "A program webhelyére mutató hivatkozás URL-je"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Webhely címke"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -174,44 +174,44 @@ msgstr ""
|
||||
"A program webhelyére mutató hivatkozás címkéje. Ha nincs beállítva, "
|
||||
"alapértelmezett értéke az URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Szerzők"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "A program szerzőinek listája"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Dokumentáció írói"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "A program dokumentációját író emberek listája"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Művészek"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Azon emberek listája, akik alkotásaikat adták a programhoz"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Fordítók"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "A fordítók listája. Ezt a karakterláncot fordítandónak kell jelölni"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logó"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -219,19 +219,19 @@ msgstr ""
|
||||
"Logó a névjegy mezőhöz. Ha nincs beállítva, alapértelmezett értéke a "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Logóikon neve"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Egy megnevezett ikon a névjegy mező logójának."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Licenc tördelése"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Tördelje-e a licenc szövegét?"
|
||||
|
||||
@ -603,59 +603,59 @@ msgstr "Gyermek követése"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "A képarány beállítása a keret gyermekével megegyezőre"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Fejléc térköze"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Képpontok száma a fejléc körül"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Tartalom térköze"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "A tartalomoldalak körüli képpontok száma"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Oldal típusa"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "A segédoldal típusa"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Oldalcím"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "A segédoldal címe"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Fejléckép"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "A segédoldal fejlécképe"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Oldalsávkép"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "A segédoldal oldalsávképe"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Az oldal kitöltve"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Az oldal összes kötelező mezője ki lett-e töltve"
|
||||
|
||||
@ -915,7 +915,7 @@ msgstr ""
|
||||
"Azt adja meg, hogy a child_displacement_x/_y tulajdonságok befolyásolják-e a "
|
||||
"fókusztéglalapot"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Belső szegély"
|
||||
|
||||
@ -1330,7 +1330,7 @@ msgstr "Emelkedési sebesség"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "A gomb lenyomásakor a gyorsulási sebesség"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Számjegyek"
|
||||
|
||||
@ -2186,11 +2186,11 @@ msgstr ""
|
||||
"A szöveg és keret közötti szegély. Felülírja a belső szegély "
|
||||
"stílustulajdonságot."
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Láthatatlan karakter"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "A bevitel elrejtésére használt karakter („jelszó módban”)"
|
||||
|
||||
@ -2465,32 +2465,32 @@ msgstr "Folyamatjelző szegélye"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Szegély a folyamatjelző körül"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Szöveg és keret közti szegély"
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Állapottipp"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Átadandó-e teljes állapot árnyék vagy háttér rajzolásakor"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Kijelölés fókusz esetén"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
"Kijelölésre kerüljön-e a bejegyzés tartalma a fókusz megszerzése esetén"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Jelszótipp időtúllépése"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"Meddig jelenjen meg az utoljára bevitt karakter a rejtett bejegyzésekben"
|
||||
@ -4116,7 +4116,7 @@ msgstr "Nyomtató beállításai"
|
||||
msgid "Page Setup"
|
||||
msgstr "Oldalbeállítás"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Nyomtatási állapot követése"
|
||||
|
||||
@ -4129,51 +4129,51 @@ msgstr ""
|
||||
"nyomtatókiszolgálóra küldése után is folytatja az állapot megváltozott "
|
||||
"szignálok kibocsátását"
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Alapértelmezett oldalbeállítás"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "Az alapértelmezetten használandó GtkPageSetup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Nyomtatási beállítások"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "A párbeszédablak előkészítésére használt GtkPrintSettings"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Feladatnév"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "A nyomtatási feladat azonosítására használt karakterlánc"
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Oldalak száma"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "A dokumentum oldalainak száma"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Jelenlegi oldal"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "A dokumentum jelenlegi oldala"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Teljes oldal használata"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4181,7 +4181,7 @@ msgstr ""
|
||||
"Ha TRUE, akkor a kontextus eredetének az oldal sarkában kell lennie és nem a "
|
||||
"leképezhető terület sarkában"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4190,56 +4190,56 @@ msgstr ""
|
||||
"jelentését a nyomtatási adatok nyomtatóra vagy nyomtatókiszolgálóra küldése "
|
||||
"után is"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Egység"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "A kontextusban távolságok mérésére használt mértékegység"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Párbeszédablak megjelenítése"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
"Ha TRUE, akkor az előrehaladási párbeszédablak megjelenik nyomtatás közben"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Async engedélyezése"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "Ha TRUE, akkor a nyomtatási folyamat futhat aszinkron módon"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Fájlnév exportálása"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Állapot"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "A nyomtatási folyamat állapota"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Állapot-karakterlánc"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Az állapot emberek által olvasható leírása"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Egyéni lapcímke"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Az egyéni felületi elemeket tartalmazó lap címkéje"
|
||||
|
||||
@ -4729,41 +4729,41 @@ msgstr "Metrika"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "A vonalzóhoz használt metrika"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "A értékben megjelenített tizedesjegyek száma"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Rajzérték"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Az aktuális érték karakterláncként megjelenítésre kerüljön-e a csúszka "
|
||||
"mellett"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Érték pozíciója"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "A pozíció, ahol az aktuális érték megjelenítésre kerül"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Csúszka hossza"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "A csúszka hossza"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Értékek távolsága"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Az érték szövege és a csúszka/vályú terület közötti távolság"
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+.HEAD.hy\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2005-07-19 17:50+0500\n"
|
||||
"Last-Translator: Norayr Chilingaryan\n"
|
||||
"Language-Team: <norik@freenet.am>\n"
|
||||
@ -118,121 +118,121 @@ msgstr "Տառատեսակի Ընտրություն"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Ծրագրի անունը"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Ծրագրի տարբերակը"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
#, fuzzy
|
||||
msgid "The version of the program"
|
||||
msgstr "Ծրագրի տարբերակը"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Արտոնագիր"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
#, fuzzy
|
||||
msgid "Comments about the program"
|
||||
msgstr "Ծրագրի մեկնաբանությունը"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
#, fuzzy
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "Ծրագրի կայքի հղում"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Հեղինակներ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
#, fuzzy
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Ծրագրի հեղինակների ցանկը"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
#, fuzzy
|
||||
msgid "Documenters"
|
||||
msgstr "Փաստաթղթերը պատրաստել են"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Փաստաթղթերը պատրաստողների ցանկը"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Նկարիչները"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
#, fuzzy
|
||||
msgid "Translator credits"
|
||||
msgstr "Թարգմանիչ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
#, fuzzy
|
||||
msgid "Wrap license"
|
||||
msgstr "Արտոնագիր"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -582,64 +582,64 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Էջ"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Ընթացիկ էջի ինդեքսը"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Պատուհանի վերնագիր"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Ցուցադրել ցանկի նկարները"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Ցուցադրել ցանկի նկարները"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -885,7 +885,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr ""
|
||||
|
||||
@ -1301,7 +1301,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Թվանշաններ"
|
||||
|
||||
@ -2149,11 +2149,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2427,31 +2427,31 @@ msgstr "Ծրագրի տարբերակը"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Ծրագրի մեկնաբանությունը"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4053,7 +4053,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4063,116 +4063,116 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Հիմնական բարձրություն"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Պատկերակի Վերնագիրը"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Չափս"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Ֆայլի վերնագիր"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Ծրագրի տարբերակը"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4649,39 +4649,39 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.3\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2000-10-27 02:02+0100\n"
|
||||
"Last-Translator: Robert Brady <rwb197@zepler.org>\n"
|
||||
"Language-Team: Interlingua\n"
|
||||
@ -117,115 +117,115 @@ msgstr ""
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
#, fuzzy
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Familia:"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -584,66 +584,66 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "Question"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "Familia:"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Crear"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "Dimension:"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Hex Valor:"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Hex Valor:"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "Dimension:"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -888,7 +888,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr ""
|
||||
|
||||
@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr ""
|
||||
|
||||
@ -2150,11 +2150,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2431,32 +2431,32 @@ msgstr "Information"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
#, fuzzy
|
||||
msgid "Select on focus"
|
||||
msgstr "Selection: "
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4076,7 +4076,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Dimension:"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4086,117 +4086,117 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Familia:"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Crear Directori"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "Definir Color"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Dimension:"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Renominar"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "Personal Palleta"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4673,40 +4673,40 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
#, fuzzy
|
||||
msgid "Value Position"
|
||||
msgstr "Question"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2006-03-24 15:19+0700\n"
|
||||
"Last-Translator: Mohammad DAMT <mdamt@bisnisweb.com>\n"
|
||||
"Language-Team: Indonesia <kontak@id.gnome.org>\n"
|
||||
@ -119,11 +119,11 @@ msgstr "Point Font"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Bagaimana jangkauan akan diupdate pada layar"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Nama program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -131,43 +131,43 @@ msgstr ""
|
||||
"Nama program. Jika tidak ada isinya, maka mengacu pada g_get_application_name"
|
||||
"()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Versi program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Versi program ini"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Kalimat hak cipta"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Informasi hak cipta program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Teks keterangan"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Keterangan mengenai program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL Situs Web"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "URL taut situs program ini"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Label situs web"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -175,44 +175,44 @@ msgstr ""
|
||||
"Label yang digunakan untuk taut situs program ini. Jika tidak ada isinya, "
|
||||
"maka isinya akan dibuat sama dengan URL-nya"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Penyusun"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Daftar penyusun program ini"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Penulis Dokumentasi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Daftar orang yang menulis dokumentasi program ini"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Seniman"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Daftar orang yang menyumbangkan karya seninya pada program ini"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Pengalih bahasa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Pengalih bahasa. Kalimat ini harus dibuat agar dapat diterjemahkan"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Lambang"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -220,20 +220,20 @@ msgstr ""
|
||||
"Lambang untuk kotak keterangan program. Jika tidak ada isinya, maka mengacu "
|
||||
"ke gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Nama Ikon Lambang"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
"Nama ikon yang digunakan sebagai lambang pada kotak keterangan program."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Potong lisensi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Menentukan apakah teks lisensi dipotong"
|
||||
|
||||
@ -606,70 +606,70 @@ msgstr "Obey child"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Sesuaikan rasio aspek hingga dengan bingkai anak"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "Isian Kiri"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Gaya kotak sekitar kotak menu"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "Isian Bawah"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Gaya bevel disekeliling isi"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Tipe pak"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Tipe pesan"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "Ukuran Halaman"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Judul window"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Header Dapat Diklik"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Nilanya"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "Tingkat Kenaikan Halaman"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -930,7 +930,7 @@ msgstr ""
|
||||
"Menentukan apakah child_displacement_x/y_properties juga mempengaruhi fokus "
|
||||
"kotak"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "Gambar Batas"
|
||||
@ -1369,7 +1369,7 @@ msgstr "Laju Tanjakan"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Laju percepatan saat sebuah tombol ditekan"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Digit"
|
||||
|
||||
@ -2242,11 +2242,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Huruf tak kelihatan"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Huruf yang dipakai sebagai huruf tak kelihatan (misalnya pada isian password)"
|
||||
@ -2562,33 +2562,33 @@ msgstr "Batas"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Teks yang ditampilkan pada batang proses"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Petunjuk pada aturan"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Bitmap yang digunakan sebagai mask saat menggambar latar teks"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Langsung pilih saat fokus"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Menentukan apakah isi langsung dipilih saat isian mendapat fokus"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4275,7 +4275,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Ukuran Halaman"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4285,124 +4285,124 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Tinggi Awal"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Nama Ikon"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Jumlah Kanal"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Jumlah baris dalam tabel"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "Alpha saat ini"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
#, fuzzy
|
||||
msgid "The current page in the document"
|
||||
msgstr "Ukuran halaman"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
#, fuzzy
|
||||
msgid "Use full page"
|
||||
msgstr "Gunakan alfa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
#, fuzzy
|
||||
msgid "Unit"
|
||||
msgstr "Penting"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Dialog"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
#, fuzzy
|
||||
msgid "Allow Async"
|
||||
msgstr "Membolehkan aturan"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Nama file"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Status togel tombol"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "Palet pilihan sendiri"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4928,40 +4928,40 @@ msgstr "Metrik"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Metrik yang digunakan penggaris"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Jumlah desimal yang disajikan pada nilai"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Gambarkan nilai"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Menentukan apakah nilai saat ini ditampilkan di samping slider sebagai string"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Posisi nilai"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Posisi tempat nilai saat ini ditampilkan"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Panjang slider"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Panjang slider skala"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Jarak Nilai"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Jarakn ruangan antara nilai teks dengan area slider"
|
||||
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 2.12.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2007-09-18 19:25-0500\n"
|
||||
"Last-Translator: Michael Terry <mike@mterry.name>\n"
|
||||
"Language-Team: Ido <gnome-ido@lists.mterry.name>\n"
|
||||
@ -114,114 +114,114 @@ msgstr ""
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -568,59 +568,59 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -861,7 +861,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr ""
|
||||
|
||||
@ -1269,7 +1269,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr ""
|
||||
|
||||
@ -2100,11 +2100,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2370,31 +2370,31 @@ msgstr ""
|
||||
msgid "Border around the progress bar"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -3961,7 +3961,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -3971,111 +3971,111 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4541,39 +4541,39 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk 2.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2003-07-22 16:05+0000\n"
|
||||
"Last-Translator: Richard Allen <ra@ra.is>\n"
|
||||
"Language-Team: is <is@li.org>\n"
|
||||
@ -119,115 +119,115 @@ msgstr ""
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
#, fuzzy
|
||||
msgid "Comments string"
|
||||
msgstr "Bil milli dálka"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -589,67 +589,67 @@ msgstr "Hlýða barni"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Festa hlutföll eftir ramma barnsins"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "Lóðrétt viðfang"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Fjöldi raða í töflunni"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "Bil milli hnappa"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Fjöldi raða í töflunni"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Skráin sem nú er valin"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Skráin sem nú er valin"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "ANI myndsniðið"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "ANI myndsniðið"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -893,7 +893,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr ""
|
||||
|
||||
@ -1315,7 +1315,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr ""
|
||||
|
||||
@ -2159,11 +2159,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2454,31 +2454,31 @@ msgstr ""
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Þykkt rammans um aðal svæði gluggans"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4110,7 +4110,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4120,115 +4120,115 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Fjöldi dálka í töflunni"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Fjöldi raða í töflunni"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Bil milli raða"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Skráarheiti"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4712,39 +4712,39 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -34,7 +34,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-07 18:10+0100\n"
|
||||
"Last-Translator: Milo Casagrande <milo@ubuntu.com>\n"
|
||||
"Language-Team: Italian <tp@lists.linux.it>\n"
|
||||
@ -163,11 +163,11 @@ msgid "The resolution for fonts on the screen"
|
||||
msgstr "La risoluzione per i tipi di carattere sullo schermo"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Nome programma"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -176,50 +176,50 @@ msgstr ""
|
||||
"g_get_application_name()"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Versione programma"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "La versione del programma"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Stringa copyright"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Informazioni sul copyright del programma"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Stringa commenti"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Commenti sul programma"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL sito web"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "L'URL per il collegamento al sito web del programma"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Etichetta sito web"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -227,51 +227,51 @@ msgstr ""
|
||||
"L'etichetta per il collegamento al sito web del programma. Se non impostata "
|
||||
"ha come valore predefinito l'URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Autori"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Elenco degli autori del programma"
|
||||
|
||||
# GTK-2-12
|
||||
# parafrasi, per abbreviare
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Documentazione"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Elenco delle persone che documentano il programma"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artisti"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Elenco delle persone che hanno contribuito alla grafica del programma"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Riconoscimenti traduttori"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Riconoscimenti per i traduttori. Questa stringa dovrebbe essere "
|
||||
"contrassegnata come traducibile"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -280,20 +280,20 @@ msgstr ""
|
||||
"predefinito gtk_window_get_default_icon_list()"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Logo come nome icona"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Un'icona con nome da usare come logo per la finestra «Informazioni»."
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Licenza a capo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Indica se il testo della licenza va automaticamente a capo."
|
||||
|
||||
@ -697,64 +697,64 @@ msgstr "Adatta al figlio"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Adatta le proporzioni a quelle del figlio del frame"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Riempimento intestazione"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Il numero di pixel intorno all'intestazione."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Riempimento contenuto"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Il numero di pixel intorno alle pagine di contenuto."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Tipo di pagina"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Il tipo di pagina dell'assistente"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Titolo pagina"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Il titolo della pagina dell'assistente"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Immagine intestazione"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "L'immagine di intestazione per la pagina dell'assistente"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Immagine riquadro laterale"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "L'immagine del riquadro laterale per la pagina dell'assistente"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Pagina completa"
|
||||
|
||||
# FIXME
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Indica se tutti i campi richiesti della pagina sono stati riempiti"
|
||||
|
||||
@ -1055,7 +1055,7 @@ msgstr ""
|
||||
"Indica se la proprietà child_displacement_x/_y deve avere effetto anche sul "
|
||||
"rettangolo del focus"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Bordo interno"
|
||||
|
||||
@ -1488,7 +1488,7 @@ msgstr "Tasso di crescita"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Velocità di accelerazione quando si tiene premuto un pulsante"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Cifre"
|
||||
|
||||
@ -2374,11 +2374,11 @@ msgstr ""
|
||||
"Bordo tra il testo e la cornice. Prevale sulla proprietà dello stile del "
|
||||
"bordo più interno"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Carattere di mascheramento"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Il carattere da usare quando si nasconde il contenuto di un campo ( nella "
|
||||
@ -2665,33 +2665,33 @@ msgstr "Bordo avanzamento"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Bordo attorno alla barra di avanzamento"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Bordo tra il testo e la cornice."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Indicazione stato"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
"Indica se passare uno stato adeguato quando vengono disegnati ombre o sfondo"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Seleziona al focus"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Indica se selezionare il contenuto del campo quando ottiene il focus"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Timeout per l'aiuto sulla password"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"Indica per quanto tempo mostrare l'ultimo carattere immesso nei campi con "
|
||||
@ -4385,7 +4385,7 @@ msgstr "Impostazioni stampante"
|
||||
msgid "Page Setup"
|
||||
msgstr "Impostazione pagina"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Traccia lo stato della stampante"
|
||||
|
||||
@ -4397,49 +4397,49 @@ msgstr ""
|
||||
"VERO se il lavoro di stampa continuerà ad emettere segnali «status-changed» "
|
||||
"dopo l'invio di dati alla stampante o al server di stampa."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Impostazioni della pagina predefinita"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "Le GtkPageSetup usate come predefinite"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Impostazioni stampante"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
"Le impostazioni GtkPrintSettings usate per inizializzare la finestra di "
|
||||
"dialogo"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Nome lavoro"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Una stringa usata per identificare il lavoro di stampa."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Numero di pagine"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Il numero di pagine nel documento."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Pagina corrente"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "La pagina corrente nel documento"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Usa pagina intera"
|
||||
|
||||
@ -4448,7 +4448,7 @@ msgstr "Usa pagina intera"
|
||||
# Nota "contex" qui è sottinteso "cairo context".
|
||||
# Non so se è opportuno tradurlo, quindi lo lascio invariato...
|
||||
# --Luca
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4456,7 +4456,7 @@ msgstr ""
|
||||
"VERO se il punto di origine per il context è l'angolo della pagina e non "
|
||||
"l'angolo dell'area destinata all'immagine"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4465,56 +4465,56 @@ msgstr ""
|
||||
"del lavoro di stampa dopo che i dati da stampare sono stati inviati alla "
|
||||
"stampante o al server di stampa."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Unità di misura"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "L'unità di misura in cui vengono misurate le distanze nel contesto"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Mostra finestra di dialogo"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "VERO se una finestra di avanzamento viene mostrata durante la stampa."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Consente modalità asincrona"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
"VERO se il processo di stampa può essere eseguito in modalità asincrona."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Esporta nome del file"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Stato"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Stato dell'operazione di stampa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Stringa di stato"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Descrizione umanamente comprensibile dello stato di stampa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Etichetta per la linguetta personalizzata"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Etichetta per una linguetta contenente widget personalizzati."
|
||||
|
||||
@ -5050,46 +5050,46 @@ msgstr "Unità di misura"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "L'unità di misura usata per il righello"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Numero di cifre decimali usate per visualizzate il valore"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Mostra valore"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Indica se il valore corrente viene visualizzato come stringa vicino allo "
|
||||
"slider"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Posizione valore"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "La posizione nella quale il valore corrente verrà visualizzato"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Lunghezza slider"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "La lunghezza dello slider di scala"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Spaziatura valore"
|
||||
|
||||
# GTK-2-12
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Spazio tra il testo del valore e l'area slider/avvallamento"
|
||||
|
||||
|
@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties trunk\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-16 07:38+0900\n"
|
||||
"Last-Translator: Takeshi AIHANA <takeshi.aihana@gmail.com>\n"
|
||||
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
|
||||
@ -118,11 +118,11 @@ msgstr "フォントの解像度"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "画面上でのフォントの解像度です"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "プログラムの名前"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -130,43 +130,43 @@ msgstr ""
|
||||
"プログラムの名前です (これがセットされていない場合、関数 "
|
||||
"g_get_application_name() の結果をデフォルトにします)"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "プログラムのバージョン"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "プログラムのバージョンです"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "コピーライトの文字列"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "プログラムのコピーライト情報です"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "コメントの文字列"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "プログラムについてのコメントです"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "ウェブサイトの URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "プログラムのウェブサイトを示す URL です"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "ウェブサイトのラベル"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -174,45 +174,45 @@ msgstr ""
|
||||
"プログラムのウェブサイトを示すラベルです (これがセットされていない場合、URL "
|
||||
"がデフォルトになります)"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "作者"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "プログラムの作者の一覧です"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "ドキュメント担当"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "プログラムのドキュメントを担当した人達の一覧です"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "アーティスト"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "プログラムのアートワークに貢献した人達の一覧です"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "翻訳担当"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"翻訳者のクレジットです (この文字列は翻訳可能な文字列としてマークして下さい)"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "ロゴ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -220,19 +220,19 @@ msgstr ""
|
||||
"情報ダイアログのロゴです (これがセットされていない場合、"
|
||||
"gtk_window_get_default_icon_list() の結果をデフォルトにします)"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "ロゴのアイコン名"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "情報ダイアログのロゴに使用するアイコン名です"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "ライセンスのラッピング"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "ライセンスの条文をラップするかどうかです"
|
||||
|
||||
@ -591,59 +591,59 @@ msgstr "子ウィジェットに従う"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "フレームの子ウィジェットのアスペクト比に強制的に合わせるかどうかです"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "ヘッダのパディング"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "ヘッダの周囲に挿入する余白 (ピクセル単位) です"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "ページ内容のパディング"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "各ページの内容の周囲に挿入する余白 (ピクセル単位) です"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "ページの種類"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "アシスタントのページの種類です"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "ページのタイトル"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "アシスタントのページに表示する題名です"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "ヘッダの画像"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "アシスタントのページに表示するヘッダの画像です"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "サイドバーの画像"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "アシスタントのページに表示するサイドバーの画像です"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "アシスタントの完了かどうかです"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "アシスタントが提供する全てのページの入力が完了したかどうかです"
|
||||
|
||||
@ -903,7 +903,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"プロパティ child_displacement_x/_y もフォーカスの範囲に影響するかどうかです"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "内側の境界線"
|
||||
|
||||
@ -1315,7 +1315,7 @@ msgstr "増分値の割合"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "ボタンを押したままにした時に加速する割合です"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "桁数"
|
||||
|
||||
@ -2159,11 +2159,11 @@ msgstr ""
|
||||
"テキストからフレームまでの境界線で、inner-border スタイルのプロパティでオー"
|
||||
"バーライドされます"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "隠し文字"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"エントリの内容を隠す際に使用する文字を指定します (例: \"パスワード入力モード"
|
||||
@ -2437,31 +2437,31 @@ msgstr "プログレス・バーの境界線"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "プログレス・バーの周りに付与する境界線です"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "テキストとフレームとの間にある境界線です"
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "状態を報告するかどうか"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "影や背景を描画する際に妥当な状態を渡すかどうかです"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "フォーカス部の選択"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "エントリにフォーカスが当たった際にその内容を選択するかどうかです"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "パスワード・ヒントのタイムアウト"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "隠しエントリで最後に入力した文字を表示しておく時間です"
|
||||
|
||||
@ -4063,7 +4063,7 @@ msgstr "プリンタの設定です"
|
||||
msgid "Page Setup"
|
||||
msgstr "ページの設定"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "印刷状態の追跡"
|
||||
|
||||
@ -4075,51 +4075,51 @@ msgstr ""
|
||||
"印刷データをプリンタまたはプリンタ・サーバに送信した後に、status-changed シグ"
|
||||
"ナルを送信し続ける場合は TRUE です"
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "デフォルトのページ設定です"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "デフォルトで使用する GtkPageSetup オブジェクトです"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "印刷の設定"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "ダイアログを初期化する際に使用する GtkPrintSettings オブジェクトです"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "ジョブの名前"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "印刷ジョブを識別する際に使用する文字列です"
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "ページ数"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "ドキュメントのページ数です"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "現在のページ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "現在のページ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "ページ全体の使用"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4127,7 +4127,7 @@ msgstr ""
|
||||
"コンテキストの原点を画像として表示した領域の隅ではなく実際のページの隅にする"
|
||||
"場合は TRUE です"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4135,55 +4135,55 @@ msgstr ""
|
||||
"印刷するデータをプリンタまたはプリンタ・サーバに送信した後に、その印刷ジョブ"
|
||||
"の状態を報告し続ける場合は TRUE です"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "単位"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "コンテキスト内の長さを測定する際に使用する単位です"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "ダイアログの表示"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "印刷中にプログレス・ダイアログを表示する場合は TRUE です"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "非同期の実行の許可"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "印刷プロセスを非同期に実行する場合は TRUE です"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "ファイル名のエキスポート"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "状態"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "印刷操作の状態"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "状態を表す文字列"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "プリンタを状態を表す説明です"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "カスタム・タブのラベル"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "カスタム・ウィジェットに含まれるタブのラベルです"
|
||||
|
||||
@ -4660,39 +4660,39 @@ msgstr "計測の単位"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "ルーラで使用する単位です"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "目盛りを表記する 10 進数値"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "値の描画"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "次のスライダの文字列として現在値を表示するかどうかです"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "値の位置"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "現在地を表示する位置"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "スライダの長さ"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "スケール・スライダの長さ"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "値の間隔"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "値を示すテキストとスライダ/トロフ領域との間隔"
|
||||
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ka\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2008-03-19 16:31+0100\n"
|
||||
"Last-Translator: Vladimer Sichinava ვლადიმერ სიჭინავა <vsichi@gnome.org>\n"
|
||||
"Language-Team: Georgian <http://mail.gnome.org/mailman/listinfo/gnome-ge-"
|
||||
@ -116,98 +116,98 @@ msgstr "შრიფტის გარჩევადობა"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "ეკრანის შრიფტების გარჩევადობა"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "პროგრამის სახელი"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
"პროგრამის სახელი. თუ მითითებული არაა, იგულისხმება g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "პროგრამის ვერსია"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "ინფორმაცია პროგრამის ვერსიის შესახებ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "საავტორო უფლებები"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "ინფორმაცია პროგრამის საავტორო უფლებებზე"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "კომენტარები"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "კომენტარები პროგრამის შესახებ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "ვებსაიტის მისამართი (URL)"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "პროგრამის ვებსაიტის მისამართის (URL) ბმა"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "ვებსაიტის წარწერა"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
"პროგრამის ვებსაიტის წარწერა. თუ მითითებული არაა იგულისხმება მისამართი (URL)"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "ავტორები"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "პროგრამის ავტორთა ჩამონათვალი"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "დოკუმენტაციის ავტორები"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "დოკუმენტაციის ავტორების ჩამონათვალი"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "მხატვრები"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "პირები, რომლებმაც მონაწილეობა მიიღეს პროგრამის გაფორმებაში"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "მთარგმნელები"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "მადლობები მთარგმნელებს. ეს სტრიქონებიც ასევე გადათარგმნადი უნდა იყოს"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "ლოგო"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -215,20 +215,20 @@ msgstr ""
|
||||
"ლოგო ფანჯრისთვის \"პროგრამის შესახებ\". თუ არ მითითებულა, იგულისხმება "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "ლოგოს ხატულას სახელი"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
"სახელი, რომელიც ლოგოსთვის გამოიყენება ფანჯრისთვის \"პროგრამის შესახებ\"."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "ლიცენზიის გადახვევა"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "გადაეხვეს თუ არა ლიცენზიის ტექსტი."
|
||||
|
||||
@ -593,59 +593,59 @@ msgstr "ქვეელემენტზე დაქვემდებარ
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "პროპორციის კოეფიციენტის მითითება ბლოკის ქვეელემენტის შესაბამისად"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "თავსართის ზომა"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "თავსართის გარშემო ცარიელი პიქსელების რაოდენობა."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "შიგთავსის ზომა"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "შიგთავსის გარშემო ცარიელი პიქსელების რაოდენობა."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "გვერდის ტიპი"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "დამხმარეს ფანჯრის ტიპი"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "გვერდის სათაური"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "დამხმარე გვერდის სათაური"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "თავსართის გამოსახულება"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "გვერდითა პანელის გამოსახულება"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "გვერდი შევსებულია"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -902,7 +902,7 @@ msgstr ""
|
||||
"უნდა ახდენდეს თუ არა child_displacement_x/_y პარამეტრები გავლენას ფოკუსის "
|
||||
"მართკუთხედზე"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "შიდა კონტური"
|
||||
|
||||
@ -1315,7 +1315,7 @@ msgstr "აჩქარება"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "გადახვევის აჩქარება დაჭერილი ღილაკის შემთხვევაში"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "ციფრები"
|
||||
|
||||
@ -2174,11 +2174,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "უხილავი სიმბოლო"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"სიმბოლო, რომელიც გამოიყენება შეტანილი ტექსტის დასამალად ( \"პაროლის რეჟიმი\")"
|
||||
@ -2492,33 +2492,33 @@ msgstr "მიმმართველი კონტური"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "მომდინარეობის ტექსტი"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "წესების კარნახი"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "წერტილოვანი ნახატი ტექსტის ფონისათვის"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "მონიშვნა ფოკუსირებისას"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "ველის შიგთავსის მონიშვნა ფოკუსირებისას"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4135,7 +4135,7 @@ msgstr "საბეჭდის პარამეტრები"
|
||||
msgid "Page Setup"
|
||||
msgstr "გვერდის გამართვა"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4145,111 +4145,111 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "ნაგულისხმები გვერდის პარამეტრები"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "ბეჭდვის პარამეტრები"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "სამუშაოს სახელი"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "გვერდების რაოდენობა"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "დოკუმენტში გვერდების რაოდენობა."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "მიმდინარე გვერდი"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "დოკუმენტის მიმდინარე გვერდი"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "გვერდის მთლიანად გამოყენება"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "ერთეული"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "დიალოგის ჩვენება"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "ასინქრონულად ნების დართვა"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "ფაილის სახელწოდება"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "ბეჭდვის ოპერაციის მდგომარეობა"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "ჩასართის ჩასწორებადი წარწერა"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4745,39 +4745,39 @@ msgstr "შკალა"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "სახაზავის შკალა"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "მეათედების რაოდენობა რიცხვების საჩვენებლად"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "მნიშვნელობის ჩვენება"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "მიმდინარე მნიშვნელობის ჩვენება გადახვევის ზოლის გვერდით"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "მნიშვნელობის პოზიცია"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "მიმდინარე მნიშვნელობის ჩვენების პოზიცია"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "გადახვევის ზოლის სიგრძე"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "გადახვევის ზოლის სიგრძე"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "მნიშვნელობის აბზაცი"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
"მანძილი ნაჩვენებ მნიშვნელობასა და გადატანის მაჩვენებელის/ღილაკის კონტურს "
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.HEAD.kn\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-15 19:36+0530\n"
|
||||
"Last-Translator: Shankar Prasad <svenkate@redhat.com>\n"
|
||||
"Language-Team: Kannada <en@li.org>\n"
|
||||
@ -116,11 +116,11 @@ msgstr "ಅಕ್ಷರ ಶೈಲಿ ರೆಸೊಲ್ಯೂಶನ್"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "ತೆರೆಯಲ್ಲಿನ ಅಕ್ಷರ ಶೈಲಿಗಾಗಿನ ರೆಸೊಲ್ಯೂಶನ್"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "ಪ್ರೋಗ್ರಾಂ ಹೆಸರು"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -128,43 +128,43 @@ msgstr ""
|
||||
"ಪ್ರೋಗ್ರಾಂನ ಹೆಸರು. ಇದನ್ನು ಸಂಯೋಜಿಸದೆ ಹೋದರೆ, ಇದು g_get_application_name() ಕ್ಕೆ ಪೂರ್ವ "
|
||||
"ನಿಯೋಜಿತಗೊಳ್ಳುತ್ತದೆ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "ಪ್ರೋಗ್ರಾಂ ಆವೃತ್ತಿ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "ಪ್ರೋಗ್ರಾಂನ ಆವೃತ್ತಿ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "ಕೃತಿಸ್ವಾಮ್ಯ ಸಾಲು"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "ಪ್ರೊಗ್ರಾಂನ ಕೃತಿಸ್ವಾಮ್ಯ ಮಾಹಿತಿ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "ಅಭಿಪ್ರಾಯದ ಸಾಲು"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "ಪ್ರೋಗ್ರಾಂನ ಬಗೆಗಿನ ಅಭಿಪ್ರಾಯ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "ಜಾಲತಾಣದ URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "ಪ್ರೊಗ್ರಾಂನ ಜಾಲತಾಣಕ್ಕೆ ಸಂಪರ್ಕಕಲ್ಪಿಸುವ URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "ಜಾಲತಾಣ ಶೀರ್ಷಿಕೆ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -172,44 +172,44 @@ msgstr ""
|
||||
"ಪ್ರೋಗ್ರಾಂನ ಜಾಲತಾಣದ ಕೊಂಡಿಯ ಶೀರ್ಷಿಕೆ. ಇದನ್ನು ಸಂಯೋಜಿಸದೆ ಹೋದರೆ, URL ಗೆ "
|
||||
"ಪೂರ್ವನಿಯೋಜಿತಗೊಳ್ಳುತ್ತದೆ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "ಲೇಖಕರು"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "ಪ್ರೊಗ್ರಾಂನ ಲೇಖಕರ ಪಟ್ಟಿ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "ದಸ್ತಾವೇಜಕರು"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "ಪ್ರೋಗ್ರಾಂ ಅನ್ನು ದಸ್ತಾವೇಜು ಮಾಡಿದ ಜನರ ಪಟ್ಟಿ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "ಕಲಾಕಾರರು"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "ಪ್ರೋಗ್ರಾಂನ ಕಲಾತ್ಮಕ ಕಾರ್ಯದಲ್ಲಿ ಭಾಗಿಯಾದವರ ಹೆಸರುಗಳ ಪಟ್ಟಿ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "ಭಾಷಾನುವಾದಕರ ಮನ್ನಣೆಗಳು"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "ಅನುವಾದಕರ ಮನ್ನಣೆ. ಈ ಸಾಲು ಅನುವಾದಿತವಾಗುವಂತೆ ಗುರುತುಹಾಕಬೇಕು"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "ಲಾಂಛನ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -217,19 +217,19 @@ msgstr ""
|
||||
"ಕುರಿತು ಎನ್ನುವ ಚೌಕಕ್ಕಾಗಿನ ಚಿಹ್ನೆ. ಇದನ್ನು ಹೊಂದಿಸದೆ ಹೋದಲ್ಲಿ, "
|
||||
"tk_window_get_default_icon_list() ಕ್ಕೆ ಡೀಫಾಲ್ಟಾಗುತ್ತದೆ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "ಲಾಂಛನ ಚಿಹ್ನೆಯ ಹೆಸರು"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "ಕುರಿತು ಚೌಕದಲ್ಲಿ ಬಳಸಲು ಒಂದು ಹೆಸರಿಸಲಾದಂತಹ ಚಿಹ್ನೆ."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "ಪರವಾನಗಿಯನ್ನು ಆವೃತ್ತಗೊಳಿಸು"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "ಪರವಾನಗಿ ಪಠ್ಯವನ್ನು ಆವೃತಗೊಳಿಸಬೇಕೆ."
|
||||
|
||||
@ -593,59 +593,59 @@ msgstr "ಚೈಲ್ಡನ್ನು ಅನುಸರಿಸು(Obey child)"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "ಚೌಕಟ್ಟಿನ ಚೈಲ್ಡಿಗೆ ತಾಳೆಯಾಗುವಂತೆ ಆಕಾರ ಅನುಪಾತವನ್ನು ಒತ್ತಾಯಿಸು"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "ಹೆಡರ್ ಪ್ಯಾಡಿಂಗ್"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "ಶೀರ್ಷಿಕೆಯ ಸುತ್ತಮುತ್ತಲಿರುವ ಪಿಕ್ಸೆಲ್ಲುಗಳ ಸಂಖ್ಯೆ."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "ಪ್ರಸಕ್ತ ಪ್ಯಾಡಿಂಗ್"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "ಒಳಅಂಶ ಪುಟಗಳ ಸುತ್ತಮುತ್ತಲಿನ ಪಿಕ್ಸೆಲ್ಲುಗಳ ಸಂಖ್ಯೆ."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "ಪುಟದ ಬಗೆ"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "ಸಹಾಯಕ ಪುಟದ ಬಗೆ"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "ಪುಟದ ಶೀರ್ಷಿಕೆ"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "ಸಹಾಯಕ ಪುಟದ ಶೀರ್ಷಿಕೆ"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "ಶೀರ್ಷಿಕಾ ಚಿತ್ರ"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "ಸಹಾಯಕ ಪುಟಕ್ಕಾಗಿನ ಶೀರ್ಷಿಕಾ ಚಿತ್ರ"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "ಬದಿಪಟ್ಟಿಯ ಚಿತ್ರ (Sidebar image)"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "ಸಹಾಯಕ ಪುಟಕ್ಕಾಗಿನ ಬಲಪಟ್ಟಿಯ ಚಿತ್ರ"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "ಪೂರ್ಣಗೊಂಡ ಪುಟ"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "ಪುಟದಲ್ಲಿನ ಅಗತ್ಯ ಕ್ಷೇತ್ರಗಳು ಪೂರ್ಣಗೊಂಡಿವೆಯೆ"
|
||||
|
||||
@ -901,7 +901,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr "child_displacement_x/_y ಗುಣಗಳು ಗಮನ ಆಯತದ ಮೇಲೂ ಸಹ ಪರಿಣಾಮ ಬೀರಬೇಕೆ"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "ಒಳಗಿನ ಅಂಚು"
|
||||
|
||||
@ -1316,7 +1316,7 @@ msgstr "ಏರಿಕೆಯ ಗತಿ"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "ಸುತ್ತುಗುಂಡಿಯ ಮೌಲ್ಯವನ್ನು ಒಳಗೊಂಡಿರುವ ವೇಗವರ್ಧನೆ ಗತಿ"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "ಅಂಕಿಗಳು"
|
||||
|
||||
@ -2161,11 +2161,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr "ಪಠ್ಯ ಹಾಗು ಚೌಕಟ್ಟಿನ ನಡುವಿನ ಅಂಚು. ಒಳಗಿನ ಅಂಚಿನ ಗುಣವನ್ನು ಅತಿಕ್ರಮಿಸುತ್ತದೆ"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "ಅಗೋಚರ ಚಿಹ್ನೆ"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "ನಮೂದಿನ ವಿಷಯಗಳನ್ನು ಅಡಗಿಸುವಾಗ ಬಳಸಬೇಕಿರುವ ಅಕ್ಷರಗಳು (\"ಗುಪ್ತಪದದ ಕ್ರಮ\"ದಲ್ಲಿ)"
|
||||
|
||||
@ -2439,31 +2439,31 @@ msgstr "ಪ್ರಗತಿಯ ಅಂಚು"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "ಪ್ರಗತಿ ಪಟ್ಟಿಯ ಸುತ್ತಲಿನ ಅಂಚು"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "ಪಠ್ಯ ಹಾಗು ಚೌಕಟ್ಟಿನ ನಡುವಿನ ಅಂಚು."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "ಸ್ಥಿತಿ ಸುಳಿವು"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "ನೆರಳನ್ನು ಅಥವ ಹಿನ್ನಲೆಯನ್ನು ಚಿತ್ರಿಸುವಾಗ ಒಂದು ಸೂಕ್ತವಾದ ಸ್ಥಿತಿಯನ್ನು ಹಾದು ಹೋಗಬೇಕೆ"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "ಗಮನ ಕೇಂದ್ರೀಕರಿಸಿದಾಗ ಆರಿಸು"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "ಒಂದು ನಮೂದಿನ ಮೇಲೆ ಗಮನ ಕೇಂದ್ರೀಕರಿಸಿದಾಗ ಅದರ ಒಳಪಿಡಿಗಳನ್ನು ಆರಿಸಬೇಕೆ"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "ಗುಪ್ತಪದದ ಸುಳಿವಿನ ಸಮಯ ಮೀರಿಕೆ"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"ಕೊನೆಯ ಬಾರಿಗೆ ನಮೂದಿಸಿದ್ದನ್ನು ಎಷ್ಟು ಹೊತ್ತಿನವರೆಗೆ ಅಡಗಿಸಲಾದ ನಮೂದುಗಳಲ್ಲಿ ತೋರಿಸಬೇಕು"
|
||||
@ -4066,7 +4066,7 @@ msgstr "ಮುದ್ರಕದ ಸಂಯೋಜನೆಗಳು"
|
||||
msgid "Page Setup"
|
||||
msgstr "ಪುಟದ ಸಂಯೋಜನೆ"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "ಮುದ್ರಣದ ಸ್ಥಿತಿಯ ಜಾಡು"
|
||||
|
||||
@ -4078,51 +4078,51 @@ msgstr ""
|
||||
"ಮುದ್ರಣ ಮಾಹಿತಿಯನ್ನು ಮುದ್ರಕಕ್ಕೆ ಅಥವ ಮುದ್ರಕ ಪರಿಚಾರಕಕ್ಕೆ ಕಳುಹಿಸಿದ ನಂತರ ಮುದ್ರಣ ಕಾರ್ಯವು "
|
||||
"ಸ್ಥಿತಿ-ಬದಲಾವಣೆಗೊಂಡ ಸೂಚನೆಗಳನ್ನು ನೀಡುವುದನ್ನು ಮುಂದುವರೆಸುತ್ತಿದ್ದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಪುಟ ಸಂಯೋಜನೆ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "ಪೂರ್ವನಿಯೋಜಿತವಾಗಿ ಬಳಸಲಾಗುವ GtkPageSetup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "ಮುದ್ರಣ ಸಂಯೋಜನೆಗಳು"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "ಸಂವಾದವನ್ನು ಆರಂಭಿಸಲು ಬಳಸಲಾಗುವ GtkPrintSettings"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "ಕೆಲಸದ ಹೆಸರು"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "ಮುದ್ರಣದ ಕೆಲಸವನ್ನು ಗುರುತಿಸಲು ಬಳಸಲಾಗುವ ಒಂದು ವಾಕ್ಯ."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "ಪುಟಗಳ ಸಂಖ್ಯೆ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "ದಸ್ತಾವೇಜಿನಲ್ಲಿರುವ ಪುಟಗಳ ಸಂಖ್ಯೆ."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "ಪ್ರಸ್ತುತ ಪುಟ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "ದಸ್ತಾವೇಜಿನ ಪ್ರಸ್ತುತ ಪುಟ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "ಸಂಪೂರ್ಣ ಪುಟವನ್ನು ಬಳಸು"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4130,7 +4130,7 @@ msgstr ""
|
||||
"ಸನ್ನಿವೇಶದ ಮೂಲವು ಪುಟದ ತುದಿಯಲ್ಲಿ ಇರಬೇಕಿದ್ದಲ್ಲಿ ಹಾಗು ಬಿಂಬಿಸಬಹುದಾದ ಕ್ಷೇತ್ರದಲ್ಲಿ ಇರದೆ "
|
||||
"ಇದ್ದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4138,55 +4138,55 @@ msgstr ""
|
||||
"ಮುದ್ರಣ ಮಾಹಿತಿಯನ್ನು ಮುದ್ರಕಕ್ಕೆ ಅಥವ ಮುದ್ರಕ ಪರಿಚಾರಕಕ್ಕೆ ಕಳುಹಿಸಿದ ನಂತರ ಮುದ್ರಣ ಕಾರ್ಯವು "
|
||||
"ಸ್ಥಿತಿ-ಬದಲಾವಣೆಗೊಂಡ ಸೂಚನೆಗಳನ್ನು ನೀಡುವುದನ್ನು ಮುಂದುವರೆಸುತ್ತಿದ್ದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "ಘಟಕ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "ಸನ್ನಿವೇಶದಲ್ಲಿ ದೂರವನ್ನು ಅಳೆಯಲು ಬಳಕೆಯಾಗುವ ಘಟಕ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "ಸಂವಾದವನ್ನು ತೋರಿಸು"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "ಮುದ್ರಿಸುವಾಗ ಒಂದು ಪ್ರಗತಿ ಸಂವಾದವನ್ನು ತೋರಿಸಲಾಗುತ್ತಿದ್ದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Async ಅನ್ನು ಸಮ್ಮತಿಸು"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "ಮುದ್ರಣ ಪ್ರಕ್ರಿಯೆಯು ಏಕರೀತಿಯಲ್ಲಿರದೆ ಹೋದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "ಕಡತದ ಹೆಸರುಗಳನ್ನು ರಫ್ತು ಮಾಡು"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "ಸ್ಥಿತಿ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "ಮುದ್ರಣ ಕಾರ್ಯದ ಸ್ಥಿತಿಗತಿ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "ಸ್ಥಿತಿಗತಿಯ ವಾಕ್ಯ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "ಮಾನವ ಓದಬಹುದಾದ ಸ್ಥಿತಿಗತಿಯ ವಿವರಣೆ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "ಇಚ್ಛೆಯ ಟ್ಯಾಬ್ ಲೇಬಲ್"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "ಇಚ್ಛೆಯ ವಿಜೆಟ್ಗಳನ್ನು ಒಳಗೊಂಡಿರುವ ಟ್ಯಾಬ್ಗಾಗಿನ ಲೇಬಲ್."
|
||||
|
||||
@ -4668,39 +4668,39 @@ msgstr "ಮೆಟ್ರಿಕ್"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "ರೂಲರಿಗಾಗಿ ಬಳಸಲಾದ ಮೆಟ್ರಿಕ್"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "ಮೌಲ್ಯದಲ್ಲಿ ತೋರಿಸಲಾಗುವ ದಶಾಂಶದ ಸ್ಥಾನಗಳ ಸಂಖ್ಯೆ"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "ಮೌಲ್ಯದ ಚಿತ್ರಣ"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "ಪ್ರಸಕ್ತ ಮೌಲ್ಯವನ್ನು ಸ್ಲೈಡರಿನ ಎದುರಿನ ಒಂದು ವಾಕ್ಯವಾಗಿ ತೋರಿಸಬೇಕೆ"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "ಮೌಲ್ಯದ ಸ್ಥಳ"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "ಪ್ರಸಕ್ತ ಮೌಲ್ಯವನ್ನು ತೋರಿಸಲಾಗುವ ಸ್ಥಳ"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "ಸ್ಲೈಡರಿನ ಉದ್ದ"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "ಸ್ಕೇಲಿನ ಸ್ಲೈಡರಿನ ಉದ್ದ"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "ಮೌಲ್ಯದ ಅಂತರ"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "ಮೌಲ್ಯ ಪಠ್ಯ ಹಾಗು ಸ್ಲೈಡರ್/ತೊಟ್ಟಿ(trough) ಕ್ಷೇತ್ರದ ನಡುವಿನ ಜಾಗ"
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-09 18:43+0900\n"
|
||||
"Last-Translator: Eunju Kim <eukim@redhat.com>\n"
|
||||
"Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n"
|
||||
@ -116,97 +116,97 @@ msgstr "글꼴 해상도"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "스크린의 글꼴 해상도"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "프로그램 이름"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
"프로그램의 이름. 설정하지 않으면 기본 값은 g_get_application_name()입니다"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "프로그램 버전"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "프로그램의 버전"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "저작권 문자열"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "프로그램의 저작권 정보"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "설명 문자열"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "프로그램에 대한 설명"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "웹사이트 URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "프로그램의 웹사이트의 링크 URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "웹사이트 레이블"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr "프로그램의 웹사이트의 링크 레이블. 설정하지 않으면 기본값은 URL입니다"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "개발자"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "프로그램의 개발자 목록"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "문서 작성자"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "프로그램의 문서 작성자 목록"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "아티스트"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "프로그램의 아트워크에 도움을 준 사람들 목록"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "옮긴이"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "옮긴이 목록. 이 문자열은 번역 가능한 문자열로 표시해야 합니다"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "로고"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -214,19 +214,19 @@ msgstr ""
|
||||
"정보 상자의 로고. 설정하지 않으면, 기본값은 gtk_window_get_default_icon_list"
|
||||
"()입니다"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "로고 아이콘 이름"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "정보 상자의 로고로 사용할 이름붙인 아이콘."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "사용권 줄바꿈"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "사용권 텍스트에 줄바꿈을 할 지 여부."
|
||||
|
||||
@ -586,59 +586,59 @@ msgstr "하위 위젯 따르기"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "프레임의 하위 위젯에 맞춰 가로세로 비율을 맞추기"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "헤더 여백"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "헤더 주위의 픽셀 수."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "내용 여백"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "내용 페이지 주위의 픽셀 수."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "페이지 형식"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "도우미 페이지의 형식"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "페이지 제목"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "도우미 페이지의 제목"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "헤더 이미지"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "보조 페이지의 헤더 이미지"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "사이드바 이미지"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "도우미 페이지의 사이드바 이미지"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "페이지 완료"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "페이지에 필요한 모든 정보의 기입 여부"
|
||||
|
||||
@ -892,7 +892,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr "child_displacement_x/_y 속성이 포커스 사각형에 영향을 미칠지 여부"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "내부 테두리"
|
||||
|
||||
@ -1303,7 +1303,7 @@ msgstr "상승률"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "단추를 누르고 있을 때 가속 정도"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "숫자 개수"
|
||||
|
||||
@ -2142,11 +2142,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr "텍스트와 프레임 사이의 테두리. inner-border 스타일 속성을 무시합니다"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "보이지 않는 글자"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "항목 내용 대신 표시하는 데 쓸 문자 (\"암호 모드\"에서)"
|
||||
|
||||
@ -2416,31 +2416,31 @@ msgstr "진행률 표시줄 테두리"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "진행률 표시줄을 둘러 싼 테두리"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "텍스트와 프레임 사이의 테두리."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "상태 힌트"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "그림자나 배경을 그릴 때 상태를 넘길 지 여부"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "포커스시 선택"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "포커스될 때 항목의 내용을 선택할 것인지 여부"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "암호 힌트 제한 시간"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "숨김 입력창에 마지막으로 입력한 문자를 얼마나 오래 표시할 지 지정"
|
||||
|
||||
@ -4028,7 +4028,7 @@ msgstr "프린터 설정"
|
||||
msgid "Page Setup"
|
||||
msgstr "페이지 설정"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "인쇄 상태 추적"
|
||||
|
||||
@ -4040,51 +4040,51 @@ msgstr ""
|
||||
"참이면 인쇄 데이터를 프린터나 인쇄 서버로 보낸 후에 계속해서 status-changed "
|
||||
"시그널을 보냅니다."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "기본 페이지 설정"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "기본으로 사용하는 GtkPageSetup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "프린터 설정"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "대화 상자를 초기화할 때 사용하는 GtkPrintSettings"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "작업 이름"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "인쇄 작업을 구별하는 데 사용하는 문자열."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "페이지 수"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "문서의 페이지 수."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "현재 페이지"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "문서의 현재 페이지"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "전체 페이지 사용"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4092,7 +4092,7 @@ msgstr ""
|
||||
"참이면 텍스트의 원본이 페이지의 구석에 있습니다 (그릴 수 있는 부분의 구석이 "
|
||||
"아님)"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4100,55 +4100,55 @@ msgstr ""
|
||||
"참이면 인쇄 데이터를 프린터나 인쇄 서버로 보낸 후에 계속해서 인쇄 작업의 상태"
|
||||
"를 보냅니다."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "단위"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "내용상에 거리를 측정할 때 사용하는 단위"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "대화 상자 표시"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "참이면 인쇄하는 동안 진행률 표시 대화 상자를 보여줍니다."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "비동기 허용"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "참이면 인쇄 프로세스를 비동기로 동작하도록 합니다."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "내보내기 파일 이름"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "상태"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "인쇄 작업의 상태"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "상태 문자열"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "상태를 읽기 좋게 설명하는 문자열"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "사용자 설정 탭 레이블"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "사용자 설정 위젯이 들어 있는 탭의 레이블."
|
||||
|
||||
@ -4625,39 +4625,39 @@ msgstr "단위"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "눈금자에 사용할 단위"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "값을 표시하는 데 쓸 십진수 숫자의 개수"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "값 그리기"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "현재 값이 슬라이더 옆에 문자열로 표시될 지 여부"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "값 위치"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "현재 값이 표시될 위치"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "슬라이더 길이"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "스케일의 슬라이더의 길이"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "값 간격"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "값 텍스트와 슬라이더/골짜기 영역 사이의 간격"
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ku\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2006-01-16 19:14+0100\n"
|
||||
"Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n"
|
||||
"Language-Team: Kurdish <ku@li.org>\n"
|
||||
@ -116,114 +116,114 @@ msgstr ""
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Navê bernameyê"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Guhertoya bernameyê"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Guhertoya bernameyê"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Nîvîskar"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Spasiya wêrgeran"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Erdal Ronahi <erdal.ronahi@gmail.com>"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -572,62 +572,62 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Rûpel"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Guhertoya bernameyê"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Guhertoya bernameyê"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -870,7 +870,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr ""
|
||||
|
||||
@ -1281,7 +1281,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr ""
|
||||
|
||||
@ -2118,11 +2118,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2401,31 +2401,31 @@ msgstr "Guhertoya bernameyê"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4008,7 +4008,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4018,116 +4018,116 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Nav"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Hejmara stûnan"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Diyalog"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Navê dosiyê"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Guhertoya bernameyê"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4601,39 +4601,39 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -5,7 +5,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 2.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2003-05-28 17:57+0000\n"
|
||||
"Last-Translator: Mathieu van Woerkom <mathieu.brabants.org>\n"
|
||||
"Language-Team: Limburgish <li.org>\n"
|
||||
@ -124,121 +124,121 @@ msgstr "Booksjtaaftiep puntje"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Wie 't bereik op 't sjirm biegehauwe moot waere"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
#, fuzzy
|
||||
msgid "Program name"
|
||||
msgstr "Ittekètnaam"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
#, fuzzy
|
||||
msgid "The version of the program"
|
||||
msgstr "De orjentasie van de wirkbalk"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
#, fuzzy
|
||||
msgid "Comments string"
|
||||
msgstr "Kelóm-spasiëring"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
#, fuzzy
|
||||
msgid "Website label"
|
||||
msgstr "Tab-label"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
#, fuzzy
|
||||
msgid "List of authors of the program"
|
||||
msgstr "De orjentasie van de wirkbalk"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
#, fuzzy
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Booksjtaaftiepnaam"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
#, fuzzy
|
||||
msgid "Wrap license"
|
||||
msgstr "Regeltrökloupmodus gebroeke"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
#, fuzzy
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Of de teks doorsjtriept moot waere"
|
||||
@ -629,70 +629,70 @@ msgstr "Volg dochter"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Forseer dezelfde rato es die van de dochter van 't kader"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "Opvölling"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Sjtiel van de randj róntelóm de menubalk"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "Opvölling"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Sjtiel van de randj róntelóm de inhaud"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Verpakkingssjtiel"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "'t tiep van 't berich"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "Maks Aafmaeting"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "De tittel van 't vinster"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Köp Klikbaar"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Temanaam"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "Maks Aafmaeting"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -958,7 +958,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "Tab-kader"
|
||||
@ -1402,7 +1402,7 @@ msgstr "Klumsjnelheid"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "De versjnelling wens doe de knóp vashils"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Siefers"
|
||||
|
||||
@ -2293,11 +2293,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Ónzichbaar teike"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"'t te gebroeke teike veur de inhaud van ein veldj te maskere (in "
|
||||
@ -2613,34 +2613,34 @@ msgstr "Door 't kader"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Teks die getuind weurt in de avvanssbalk"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Regele verdudelike"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
"Bitmap die gebroek weurt es masker bie 't teikene van de teksachtergróndj"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Selektere bie focus"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Of de inhaud van ein veldj weurt geselekteerd es 't veldj focus krig"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4396,7 +4396,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Maks Aafmaeting"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4406,123 +4406,123 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Sjtanderdhuugde"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Booksjtaaftiepnaam"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "'t deil kelómme in de tabel"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "'t deil rieje in de tabel"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "Hujig Alpha"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
#, fuzzy
|
||||
msgid "The current page in the document"
|
||||
msgstr "De sjtandj van de sjakelknóp"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
#, fuzzy
|
||||
msgid "Use full page"
|
||||
msgstr "Opmaak gebroeke"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Riej-spasiëring"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
#, fuzzy
|
||||
msgid "Allow Async"
|
||||
msgstr "Regele toesjtaon"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Besjtandjsnaam"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "De sjtandj van de sjakelknóp"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "Eige palet"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -5035,39 +5035,39 @@ msgstr "Numeriek"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "'t model van de TreeView"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "'t deil desimale plaatse det getuind weurt in de waerd"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Tuin Waerd"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Of de hujige waerd es teks getuind weurt naeve 't sjuufobjek"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Posisie van waerd"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "De posisie woe de hujige waerd getuind weurt"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Sjuufobjeklengde"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Lengde van 't sjuufobjek"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Waerdespasiëring"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Aafsjtandj tösje de waerd-teks en 't sjuufobjek"
|
||||
|
||||
|
@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: lt\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-11 01:36+0200\n"
|
||||
"Last-Translator: Vytautas Rėkus <v.rekus@gmail.com>\n"
|
||||
"Language-Team: Lithuanian <gnome-lt@lists.akl.lt>\n"
|
||||
@ -121,11 +121,11 @@ msgstr "Šrifto raiška"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Šriftų ekrane raiška"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Programos pavadinimas"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -133,43 +133,43 @@ msgstr ""
|
||||
"Programos pavadinimas. Jeigu jis nenurodytas, tada standartiškai naudojama "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Programos versija"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Programos versija"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Autorinių teisių eilutė"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Programos autorinių teisių informacija"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Komentarų eilutė"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Pastabos apie programą"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Tinklalapio adresas"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "Programos tinklalapio adresas"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Tinklalapio pavadinimas"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -177,44 +177,44 @@ msgstr ""
|
||||
"Saito į programos tinklalapį pavadinimas. Jeigu jis nenurodytas, tada "
|
||||
"naudojamas adresas."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Autoriai"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Programos autorių sąrašas"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Dokumentatoriai"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Žmonių, dokumentavusių programą, sąrašas"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Menininkai"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Žmonės, kurių menas naudojamas apipavidalinti programai"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Padėkos vertėjams"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Padėkos vertėjams. Ši eilutė turėtų būti pažymėta, kaip verstina"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logotipas"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -222,19 +222,19 @@ msgstr ""
|
||||
"„Apie“ lango logotipas. Jeigu jis nenurodytas, tada naudojama "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Logotipo piktogramos pavadinimas"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Piktogramos, naudojamos „Apie“ kaip lango logotipo, pavadinimas."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Laužyti licenciją"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Ar laužyti licencijos tekstą."
|
||||
|
||||
@ -600,59 +600,59 @@ msgstr "Klausyti antrinio proceso"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Mastelis turi atitikti rėmelio susijusį objektą"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Antraštės apvalkalas"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Pikselių apie antraštę skaičius."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Turinio apvalkalas"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Pikselių aplink turinio puslapius skaičius."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Puslapio tipas"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Pagalbinio puslapio tipas"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Puslapio antraštė"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Pagalbinio puslapio antraštė"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Antraštės paveikslėlis"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Antraštės paveikslėlis pagalbiniam puslapiui"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Šoninis paveikslėlis"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Šoninis paveikslėlis pagalbiniam puslapiui"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Puslapis baigtas"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Ar visi reikalingi laukai puslapyje buvo užpildyti"
|
||||
|
||||
@ -911,7 +911,7 @@ msgstr ""
|
||||
"Ar „child_displacement_x/_y“ savybės turėtų taip pat keisti aktyvinimo "
|
||||
"stačiakampį"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Vidinis rėmelis"
|
||||
|
||||
@ -1325,7 +1325,7 @@ msgstr "Spartėjimo greitis greitis"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Spartėjimo greitis, kai laikote mygtuką nuspaustą"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Skaitmenys"
|
||||
|
||||
@ -2171,11 +2171,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr "Rėmelis tarp teksto ir kadro. Nepaiso inner-border stiliaus savybės"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Nematomas simbolis"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "Simbolis naudojamas paslėpti įrašo turinį („slaptažodžio veiksenoje“)"
|
||||
|
||||
@ -2450,31 +2450,31 @@ msgstr "Pažangos juostos rėmelis"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Rėmelis aplink pažangos juostą"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Rėmelis tarp teksto ir kadro."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Būsenos pranešimas"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Ar perduoti tikrąją būseną piešiant šešėlį ar foną"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Pažymėti aktyvinant"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Ar pažymėti įvesties laukelio turinį, kai jis suaktyvintas"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Slaptažodžio užuominos laikas"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"Kiek ilgai rodyti paskutinį įvestą simbolį paslėptuose įvesties laukeliuose"
|
||||
@ -4078,7 +4078,7 @@ msgstr "Spausdintuvo nustatymai"
|
||||
msgid "Page Setup"
|
||||
msgstr "Puslapio nustatymai"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Sekti spausdinimo būseną"
|
||||
|
||||
@ -4090,51 +4090,51 @@ msgstr ""
|
||||
"TEIGIAMA, jei spausdinimo užduotis tęs status-changed signalų siuntimą po "
|
||||
"spausdinimo duomenų nusiuntimo į spausdintuvą ar spausdinimo serverį."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Numatytieji puslapio nustatymai"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "Numatytasis naudojamas GtkPageSetup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Spausdinimo nustatymai"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "GtkPrintSettings naudojamas dialogo inicializavimui"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Užduoties pavadinimas"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Užrašas naudojamas identifikuoti spausdinimo užduotims."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Puslapių skaičius"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Puslapių skaičius dokumente."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Esamas puslapis"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Esamas puslapis dokumente"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Naudoti visą puslapį"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4142,7 +4142,7 @@ msgstr ""
|
||||
"TEIGIAMA, jei konteksto kilmė turėtų būti puslapio kampe, o ne piešimo ploto "
|
||||
"kampe"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4151,55 +4151,55 @@ msgstr ""
|
||||
"užduoties būsemą, po spausdinimo duomenų nusiuntimo į spausdintuvą ar "
|
||||
"spausdinimo serverį"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Vienetas"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Vienetas, kuriuo gali būti matuojami atstumai kontekste"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Rodyti dialogą"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "TEIGIAMA, jei spausdinant rodomas pažangos dialogas"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Leisti asinchroninį"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "TEIGIAMA, jei spausdinimo procesas gali būti asinchroninis."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Eksportavimo failo pavadinimas"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Būsena"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Spausdinimo operacijos būsena"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Būsenos užrašas"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Žmogui suprantamas būsenos aprašymas"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Kitos kortelės užrašas"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Kortelės, kurioje yra kiti objektai, užrašas."
|
||||
|
||||
@ -4683,39 +4683,39 @@ msgstr "Metrika"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Liniuotės metrika"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Išvedamų dešimtainių skaičių kiekis"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Rodyti reikšmę"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Ar esama reikšmė turi būti išvesta greta slankmačio"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Reikšmės padėtis"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Vieta, kur išvedama esama reikšmė"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Slankiklio ilgis"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Mastelio slankiklio ilgis"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Reikšmės atitraukimas"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Tarpas tarp reikšmės teksto ir slankiklio srities"
|
||||
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-02-19 09:32+0200\n"
|
||||
"Last-Translator: Raivis Dejus <orvils@gmail.com>\n"
|
||||
"Language-Team: Latvian <locale@laka.lv>\n"
|
||||
@ -115,11 +115,11 @@ msgstr "Fonta izšķirtspēja"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Ekrāna fontu izšķirtspēja"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Programmas nosaukums"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -127,43 +127,43 @@ msgstr ""
|
||||
"Programmas nosaukums. Ja šis nav uzstadīts, tad pēc noklusējuma "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Programmas versija"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Programmas versija"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Autortiesību virkne"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Programmas autortiesību informācija"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Komentārs"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Komentāri par programmu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Mājas lapas URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "URL saitei uz programmas mājas lapu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Mājas lapas iezīme"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -171,44 +171,44 @@ msgstr ""
|
||||
"Etiķete hipersaitei uz programmas mājas lapu. Ja šis nav uzstadīts, tad tas "
|
||||
"ir noklusēts uz URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Autori"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Programmas autoru saraksts"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Dokumentētāji"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Cilvēku saraksts, kuri dokumentējuši programmu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Izpildītāji"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Cilvēku saraksts, kas ziedojuši mākslas darbus programmai"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Tūlkotājs"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Tūlkotāju kredīti. Šai virknei vajadzētu būt atzīmētai kā tūlkojamai"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -216,19 +216,19 @@ msgstr ""
|
||||
"Tēmas ramja logo. Ja šis nav iestatīts, tas ir noklusēts pēc "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Fonta Nosaukums"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Nosaukta ikona, ko lietot kā logo tēmas rāmī."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Apliekt licenci"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Vai apliekt licences tekstu."
|
||||
|
||||
@ -591,59 +591,59 @@ msgstr "Pakļauties bērnam"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Likt skata proporcijai sakrist ar to, kas rāmja bērnam"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Galvenes papildinājums"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Pikseļu skaits ap galveni."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Satura papildinājums"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Pikseļu skaits ap saturs lapām."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Lapas tips"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Lapas virstaksts"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Palīga lapas visraksts"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Galvenes attēls"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Sānu joslas attēls"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Pabeigta lapa"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -899,7 +899,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Vai child_displacement_x/_y iespējām vajadzētu iespaidot fokusa taisnstūri"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Iekšējā robeža"
|
||||
|
||||
@ -1312,7 +1312,7 @@ msgstr "Kāpinājuma koeficients"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Paātrinājuma koeficients, kad jūs turat nospiestu pogu"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Cipari"
|
||||
|
||||
@ -2152,11 +2152,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Neredzamā rakstzīme"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Rakstzīme, ko izmanto, slēpjot ievades saturu (piem., \"paroles režīmā\")"
|
||||
@ -2429,31 +2429,31 @@ msgstr "Ieplakas Robeža"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Progresa joslas teksts"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Robeža starp tekstu un rāmi."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Stāvokļa padoms"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Vai padot korektu stāvokli zīmējot ēnu vai fonu"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Izvēlēties pie fokusēšanas"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Vai izvēlēties ieraksta saturu, kad tas tiek fokusēts"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Paroles padoma noildze"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4059,7 +4059,7 @@ msgstr "Printera iestatījumi"
|
||||
msgid "Page Setup"
|
||||
msgstr "Lapas iestatījumi"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Novērot printera statusu"
|
||||
|
||||
@ -4069,111 +4069,111 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Noklusētais lapas iestatījums"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Drukāšanas iestatījumi"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Darba nosaukums"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Lapu skaits"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Lapu skaits dokumentā."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Pašreizējā lapa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Pašreizējā lapa dokumentā"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Lietot pilnu lapu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Vienība"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Rādīt logu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Atļaut asinhr"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Eksportējamā faila nosaukums"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Statuss"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Drukāšanas darbības statuss"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Statusa virkne"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Pielāgota cilnes etiķete"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4647,39 +4647,39 @@ msgstr "Metriskā sistēma"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Lineālā izmantotā metriskā sistēma"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Decimālo vietu skaits, kas tiek parādīts pie vērtības"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Zīmēt Vērtību"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Vai pašreizējā vērtība tiek parādīta kā virkne bakus slīdnim"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Vērtības Pozīcija"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Pozīcija, kurā pašreizējā vērtība tiek parādīta"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Slīdņa Garums"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Mēroga slīdņa garums"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Vērtības atstarpe"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Atstarpe starp vērtības tekstu un slīdņa/ieplakas laukumu"
|
||||
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gedit.HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2008-01-25 13:49+0530\n"
|
||||
"Last-Translator: Sangeeta Kumari\n"
|
||||
"Language-Team: <en@li.org>\n"
|
||||
@ -116,98 +116,98 @@ msgstr "फाँट विभेदन"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "स्क्रीन पर फाँट क' लेल विभेदन"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "प्रोग्रामक नाम"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
"प्रोग्राम क' नाम. जँ ई सेट नहि होइछ तँ ई g_get_application_name() मे मूलभूत अछि"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "प्रोग्राम संस्करण"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "प्रोग्राम क' संस्करण"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "कापीराइट स्ट्रिंग"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "प्रोग्राम क' लेल कापीराइट सूचना"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "टिप्पणी स्ट्रिंग"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "प्रोग्राम क' संबंधमे टिप्पणी"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "वेबसाइट URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "प्रोग्राम क' वेबसाइटमे लिंक क' URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "वेबसाइट लेबल"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
"प्रोग्राम क' वेबसाइटक' लिंक क' लेल लेबल. जँ ई सेट नहि अछि तँ ई URL क' लेल मूलभूत अछि"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "लेखक"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "प्रोग्राम क' लेखकसभक सूची"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "दस्ताबेज लिखनिहार"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "प्रोग्राम क' दस्ताबेजीकरण करैबला लोकनिसभक सूची"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "कलाकार"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "प्रोग्राममे आर्टवर्क दएबला लोकनिसभक सूची"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "संगीता कुमारी (sangeeta09@gmail.com)"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "अनुवादक श्रेय. ई स्ट्रिंग केँ अनुवाद करबा योग्य चिह्नित कएल जएनाइ चाही"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "लोगो"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -215,19 +215,19 @@ msgstr ""
|
||||
"बाक्स क' लेल लोगो. जँ ई सेट नहि होइछ ई gtk_window_get_default_icon_list() मे मूलभूत "
|
||||
"अछि"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "लोगो प्रतीक नाम"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "बाक्स क' संबंध मे लोगो क' लेल प्रयोग क' लेल नामित प्रतीक"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "रैप लाइसेंस"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "की लाइसेंस पाठकेँ रैप कएनाइ अछि."
|
||||
|
||||
@ -583,59 +583,59 @@ msgstr "शिशु क' मानू"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "फ्रेम चाइल्ड क' मेल खाएबला बल क' पहलू अनुपात"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "हेडर पैडिंग"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "हेडरक चारू कात पिक्सेलक सँख्या"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "सामग्री पैडिंग"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "सामग्री पृष्ठसभक चारू कात पिक्सेलक सँख्या"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "पृष्ठ प्रकार"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "मद्दतिकएनिहार पृष्ठकेँ प्रकार"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "पृष्ठ शीर्षक"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "मद्दतिकएनिहार पृष्ठक शीर्षक"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "हेडर चित्र"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "मद्दतिकएनिहारक पृष्ठक लेल हेडर चित्र"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "साइडबार चित्र"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "मद्दतिकएनिहारक पृष्ठक लेल साइडबार"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "पृष्ठ पूर्ण"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "की पृष्ठ परकेँ सभटा जरूरी क्षेत्रसभ भरल अछि"
|
||||
|
||||
@ -885,7 +885,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr "की child_displacement_x/_y गुण फोकस आयत केँ प्रभावित कएनाइ चाही"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "भितरका सीमा"
|
||||
|
||||
@ -1293,7 +1293,7 @@ msgstr "चढ़ाव दर"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "त्वरण दर जखन अहाँ बटन दबाकए राखू"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "अंक"
|
||||
|
||||
@ -2138,11 +2138,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr "पाठ आ ढाँचा क' सँग सीमा. भितरका सीमा शैलीकेँ विधिवत अध्यारोहित करैत अछि"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "अदृश्य अक्षर"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "प्रयोग लेल संप्रतीक जखन प्रविष्ट सामग्री क' मास्किंग कएनाइ होइछ (\"कूटशब्द मोड\")"
|
||||
|
||||
@ -2448,35 +2448,35 @@ msgstr "नली किनार"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "प्रगति बार पर पाठ"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "पाठ आ ढांचा क' बीच सीमा"
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "प्रस्थिति स्ट्रिंग"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
"जखन पाठ पृष्ठभूमि चित्रित कएल जाए रहल अछि तब बिटमैप क' उपयोग एकटा मास्कक तरह करू"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "फोकस करबा पर चयन करू"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
"जखन कोनो प्रविष्टि फोकस होइछ तखन की ओकर सामग्रीसभकेँ चुनल जएनाइ अछि अथवा नहि?"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "कूटशब्द संकेत समय समाप्ति"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4058,7 +4058,7 @@ msgstr "मुद्रक जमावट"
|
||||
msgid "Page Setup"
|
||||
msgstr "पृष्ठ सेटअप"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "छपाइ स्थिति ट्रैक करू"
|
||||
|
||||
@ -4070,57 +4070,57 @@ msgstr ""
|
||||
"सही जँ छपाइ कार्य प्रस्थितिक बदलाव संकेत देनाइ जारी राखत छपाइ आँकड़ा क' मुद्रक अथवा "
|
||||
"मुद्रक सर्वरमे भेजल जाएबाक बाद."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "मूलभूत पृष्ठ सेटअप"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "मूलभूत रूप सँ प्रयुक्त GtkPageSetup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "छपाइ जमावट"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "GtkPrintSettings समाद आरंभीकरणमे प्रयुक्त"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "कार्य नाम"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "छपाइ कार्यक' पहचानै क' लेल प्रयुक्त स्ट्रिंग"
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "पृष्ठसभ क सँख्या"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "दस्ताबेजमे पृष्ठसभक सँख्या"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "मोजुदा पृष्ठ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "दस्ताबेजमे मोजुदा पृष्ठ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "पूर्ण पृष्ठ क' प्रयोग करू"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4128,55 +4128,55 @@ msgstr ""
|
||||
"सही जँ छपाइ कार्य छपाइ कार्य स्थिति पर रिपोर्ट देनाइ जारी राखत मुद्रक अथवा मुद्रक "
|
||||
"सर्वरमे प्रिंट आँकड़ा भेजल जाएबाक बाद."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "एकाइ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "एकाइ जकरामे दूरीकेँ संदर्भ क' अनुसार नापल जएताह"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "समाद देखाबू"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "सही जँ प्रगति समाद पेटी छपाइ क' दौरान देखाएल जाइछ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Async क' अनुमति दिअ'"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "सही जँ छपाइ प्रक्रिया तुल्यकालित नहि अछि"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "फाइलनाम भेजू"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "स्थिति"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "मुद्रण अभिमुखन क' स्थिति"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "प्रस्थिति स्ट्रिंग"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "स्थिति क' आदमीक पढ़ैबला विवरण"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "पसंदीदा टैब स्तर"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "पसंदीदा विजेटकेँ समाहित करत टैब क' लेल लेबल"
|
||||
|
||||
@ -4646,39 +4646,39 @@ msgstr "मेट्रिक"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "रूलर क' लेल प्रयुक्त मेट्रिक"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "मानमे प्रदर्शित कएल जाएबला दशमलव क' बाद क' अंकसभक सँख्या"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "मान देखाबू"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "की वर्तमान केँ एकटा स्ट्रिंगक तरह स्लाइडर क' आगाँ प्रदर्शित कएल जएनाइ छै"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "मान क' स्थिति"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "ओ स्थिति जतए वर्तमान मान प्रदर्शित कएल जाइछ"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "स्लाइडर क' नमाइ"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "स्केल क' स्लाइडरक नमाइ"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "मानसभ क' बीच क' दूरी"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "मान पाठ आओर स्लाइडर क्षेत्र क' बीच क' दूरी"
|
||||
|
||||
|
@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2004-02-06 21:52+1300\n"
|
||||
"Last-Translator: John C Barstow <jbowtie@amathaine.com>\n"
|
||||
"Language-Team: Maori <maori@nzlinux.org.nz>\n"
|
||||
@ -118,115 +118,115 @@ msgstr ""
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
#, fuzzy
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Momotuhi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -577,62 +577,62 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Whārangi %u"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "Whārangi %u"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "Whārangi %u"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -877,7 +877,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr ""
|
||||
|
||||
@ -1292,7 +1292,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr ""
|
||||
|
||||
@ -2134,11 +2134,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2413,32 +2413,32 @@ msgstr "Rongo"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
#, fuzzy
|
||||
msgid "Select on focus"
|
||||
msgstr "TÄrua te whiringa"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4033,7 +4033,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Whārangi %u"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4043,113 +4043,113 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Momotuhi"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "KÅpaki:"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4619,40 +4619,40 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
#, fuzzy
|
||||
msgid "Value Position"
|
||||
msgstr "Pātai"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -11,7 +11,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2007-09-11 09:40+0200\n"
|
||||
"Last-Translator: Arangel Angov <arangel@linux.net.mk>\n"
|
||||
"Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n"
|
||||
@ -119,11 +119,11 @@ msgstr "Резолуција на фонтот"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Резолуцијата за фонтовите на екранот"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Име на програма"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -131,43 +131,43 @@ msgstr ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Верзија на програма"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Верзијата на програмата"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Стринг за copyright"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Copyright information for the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Comments string"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Comments about the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Website URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "The URL for the link to the website of the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Website label"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -175,45 +175,45 @@ msgstr ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Автори"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Листа на автори на програмата"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Документатори"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Листа на луѓето кои работат на документацијата"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Изведувачи"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "List of people who have contributed artwork to the program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Арангел Ангов (ufo@linux.net.mk)"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Лого"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -221,19 +221,19 @@ msgstr ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Logo Icon Name"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "A named icon to use as the logo for the about box."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Wrap license"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Whether to wrap the license text."
|
||||
|
||||
@ -600,59 +600,59 @@ msgstr "Obey child"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Force aspect ratio to match that of the frame's child"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Поместување на хедер"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Број на пиксели околу хедерот."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Поместување на содржина"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Број на пиксели околу страниците за содржина."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Тип на страница"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Типот на страницата на асистентот"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Наслов на страницата"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Насловот на страницата на асистентот"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Слика на хедерот"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Слика на хедерот на страницата на асистентот"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Слика на страничната лента"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Слика од страничната лента на страницата на асистентот"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Страницата е завршена"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Дали сите потребни полиња на страницата се пополнети"
|
||||
|
||||
@ -912,7 +912,7 @@ msgstr ""
|
||||
"Whether the child_displacement_x/_y properties should also affect the focus "
|
||||
"rectangle"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Внатрешна граница"
|
||||
|
||||
@ -1332,7 +1332,7 @@ msgstr "Стапка на искачување"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "The acceleration rate when you hold down a button"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Digits"
|
||||
|
||||
@ -2188,11 +2188,11 @@ msgstr ""
|
||||
"Граница меѓу текстот и рамката. Го надминува својството за стил на "
|
||||
"внатрешната граница"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Невидлив знак"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"The character to use when masking entry contents (in \"password mode\")"
|
||||
@ -2503,33 +2503,33 @@ msgstr "Trough Border"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Текст на лентата за прогрес"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Граница меѓу текстот и рамката."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Низа од знаци за статус"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Bitmap to use as a mask when drawing the text background"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Избери при фокусирање"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Дали да ја избере содржината на записот кога истиот е фокусиран"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Временски лимит за прикажување совет за лозинка"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"Колку долго да го прикажува последно внесениот знак во скриените полиња за "
|
||||
@ -4169,7 +4169,7 @@ msgstr "Поставувања на печатачот"
|
||||
msgid "Page Setup"
|
||||
msgstr "Поставување на страница"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Следи го статусот на печатењето"
|
||||
|
||||
@ -4181,53 +4181,53 @@ msgstr ""
|
||||
"TRUE ако печатењето ќе продолжи да емитува статус - променети сигнали откако "
|
||||
"податоците за печатење се испратени до печатачот или до серверот за печатење."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Стандардно поставување на страница"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "GtkPageSetup поставувањето кое стандардно се користи"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Поставувања за печатење"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
"GtkPrintSettings поставувањата кои се користат за иницијализирање на "
|
||||
"дијалогот"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Име на печатење"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Низа од знаци која се користи за идентификација на печатењето."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Број на страници"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Бројот на страници во документот."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Тековна страница"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Тековната страница во документот"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Користи ја целата страница"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4235,7 +4235,7 @@ msgstr ""
|
||||
"TRUE ако изворот на содржината треба да е во ќоше на страната наместо на "
|
||||
"површината за претставување"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4244,55 +4244,55 @@ msgstr ""
|
||||
"печатењето откако податоците за печатење се испратени до печатачот или "
|
||||
"серверот за печатење."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Единица"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Единицата во која се мерат оддалеченостите во содржината"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Прикажи дијалог"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "TRUE ако дијалог за напредок се прикажува при печатењето."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Дозволи асинхроно"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "TRUE ако процесот на печатење може да тече асинхроно."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Извези го името на датотеката"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Статус"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Статусот на операцијата за печатење"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Низа од знаци за статус"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Опис за статусот кој е разбирлив за човек"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Сопствена ознака на јазичето"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Ознака на јазичето кое содржи прилагодени графички контроли."
|
||||
|
||||
@ -4800,39 +4800,39 @@ msgstr "Метрички"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "The metric used for the ruler"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "The number of decimal places that are displayed in the value"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Draw Value"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Whether the current value is displayed as a string next to the slider"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Value Position"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "The position in which the current value is displayed"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Slider Length"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Length of scale's slider"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Value spacing"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Space between value text and the slider/trough area"
|
||||
|
||||
|
@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ml\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-17 20:32+0530\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: <en@li.org>\n"
|
||||
@ -120,11 +120,11 @@ msgstr "ലിപിയുടെ സാന്ദ്രത"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "സ്ക്രീനില് ലിപികളുടെ സാന്ദ്രത"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "പ്രോഗ്രാമിന്റെ പേര്"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -132,43 +132,43 @@ msgstr ""
|
||||
"പ്രോഗ്രാമിന്റെ പേര്. ഇത് സെറ്റ് ചെയ്തിട്ടില്ലായെങ്കില്, ഡീഫോള്ട്ടായി g_get_application_name"
|
||||
"() എന്ന പേരാകും"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "പ്രോഗ്രാമിന്റെ വേര്ഷന്"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "പ്രോഗ്രാമിന്റെ വേര്ഷന്"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Copyright സ്ട്രിങ്"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "പ്രോഗ്രാമിനുളള Copyright വിവരങ്ങള്"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Comments സ്ട്രിങ്"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "പ്രോഗ്രാമിനെ സംബന്ധിച്ചുളള അഭിപ്രായങ്ങള്"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Website URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "പ്രോഗ്രാമിന്റെ വെബ്സൈറ്റിനുളള URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Website ലേബല്"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -176,44 +176,44 @@ msgstr ""
|
||||
"പ്രോഗ്രാമിന്റെ വെബ്സൈറ്റിനുളള ലിങ്കിന്റെ ലേബല്. ഇത് സെറ്റ് ചെയ്തിട്ടില്ലായെങ്കില്, അത് "
|
||||
"ഡീഫോള്ട്ടായി URL ആകുന്നതാണ്"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "രചയിതാക്കള്"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "പ്രോഗ്രാമിന്റെ രചയിതാക്കളുടെ പട്ടിക"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "എഴുത്തുകാര്"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "പ്രോഗ്രാമിന്റെ എഴുത്തുകാരുടെ പട്ടിക"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "കലാകാരന്മാര്"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "പ്രോഗ്രാമിന് കലാസംഭാവന ചെയ്ത ആളുകളുടെ പട്ടിക"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "അനി പീറ്റര് <peter.ani@gmail.com>"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "തര്ജ്ജിമ ചെയ്യുന്നവര്ക്കുളള അംഗീകാരം. ഈ സ്ട്രിങ് തര്ജിമ ചെയ്യണം എന്നടയാളപ്പെടുത്തുക"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "ലോഗോ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -221,19 +221,19 @@ msgstr ""
|
||||
"വിശദീകരണങ്ങള് എഴുതുന്ന പെട്ടിയ്ക്കുളള ലോഗോ. ഇത് സെറ്റ് ചെയ്തിട്ടില്ലായെങ്കില്, ഡീഫോള്ട്ടായി "
|
||||
"gtk_window_get_default_icon_list() എന്നത് ആകും."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "ലോഗോ ഐക്കണ്ന്റെ നാമം"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "വിശദീകരണങ്ങള് എഴുതുന്ന പെട്ടിയ്ക്കുളള ലോഗോ ആയി ഉപയോഗിക്കുന്നതിനുളള ഐക്കണ്."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "ലൈസന്സ് ആവരണം ചെയ്യുക"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "ലൈസന്സ് വാചകങ്ങള് ആവരണം ചെയ്യുമോ എന്ന്."
|
||||
|
||||
@ -588,59 +588,59 @@ msgstr "Obey child"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "ഫ്രെയിമിന്റെ ചൈള്ഡുമായി പൊരുത്തപ്പെടുന്നതിന് ആസ്പക്റ്റ് റേഷ്യോയെ നിര്ബന്ധമാക്കുക"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "ഹെഡര് പാഡിങ്"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "ഹെഡറിലുള്ള പിക്സലുകളുടെ എണ്ണം."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "കണ്ട്ടന്ര് പാഡിങ്"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "ഉള്ളടക്കം ലഭ്യമാക്കുന്ന പേജുകളുടെ പിക്സലുകളുടെ എണ്ണം."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "ഏത് തരം പേജ്"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "ഏത് തരം അസിസ്റ്റന്ര് പേജ്"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "പേജിന്റെ തലക്കെട്ട്"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "അസിസ്റ്റന്റ് പേജിന്റെ തലക്കെട്ട്"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "ഹെഡറിനുള്ള ഇമേജ്"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "അസിസ്റ്റന്റ് പേജിനുള്ള ഹെഡര് ഇമേജ്"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "സൈഡ്ബാര് ഇമേജ്"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "അസിസ്റ്റന്റ് പേജിനുള്ള സൈഡ്ബാര് ഇമേജ്"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "പേജ് പൂറ്ണ്ണമായിരിക്കുന്നു"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "പേജില് ആവശ്യമുള്ള ഫീള്ഡുകള് എല്ലാം പൂരിപ്പിച്ചോ എന്ന്"
|
||||
|
||||
@ -892,7 +892,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr "child_displacement_x/_y ഗുണഗണങ്ങള് സമകോണചതുരത്തെ കേന്ദ്രീകരിക്കണമോ എന്നു്"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "അകത്തുളള ബോര്ഡര്"
|
||||
|
||||
@ -1304,7 +1304,7 @@ msgstr "ക്ളൈമ്പ് റേറ്റ്"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "ഒരു ബട്ടണ് അമര്ത്തുമ്പോള് ഉള്ള ആക്സിലറേഷന് നിരക്ക്"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "അക്കങ്ങള്"
|
||||
|
||||
@ -2144,11 +2144,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr "ടെക്സ്റ്റിനും ഫ്രെയിമിനും ഇടയിലുളള അതിര്. ഉള്വശത്തുളള അതിരിന്റെ വിശേഷത നിഷ്ഫലമാക്കുന്നു"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "അദൃശ്യമായ അക്ഷരം"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "എന്റര് ചെയ്ത വസ്തുക്കള് മാസ്ക് ചെയ്യുന്പോള് ഉപയോഗിക്കേണ്ട അക്ഷരം (\"പാസ്വേര്ഡ് മോഡില്\")"
|
||||
|
||||
@ -2420,31 +2420,31 @@ msgstr "പ്രോഗ്രസ്സ് അതിരു്"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "പ്രോഗ്രസ്സ് ബാറിനുള്ള അതിരു്"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "ടെക്സ്റ്റിനും ഫ്രെയിമിനും ഇടയ്ക്കുമുളള അതിര്."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "ഹിന്റ് ലഭ്യമാക്കുക"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "ഷാഡോ അല്ലെങ്കില് പശ്ചാത്തലം ലഭ്യമാക്കുമ്പോള് ശരിയായ ഒരു അവസ്ഥ നല്കണമോ എന്നു്"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "സ്ഥാനം തിരഞ്ഞെടുക്കുക"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "ഒരു എന്ട്രിയ്ക്കു് ശ്രദ്ധ ലഭ്യമാകുമ്പോള്, അതിലുള്ളവ തെരഞ്ഞെടുക്കണമോ എന്നു്"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "പാസ്വേര്ഡിനുളള സമയം കഴിഞ്ഞിരിക്കുന്നു"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "അദൃശ്യമായ എന്ട്രികളില് അവസാനം നല്കിയ അക്ഷരം എത്ര നേരം കാണിക്കണം"
|
||||
|
||||
@ -4030,7 +4030,7 @@ msgstr "പ്രിന്ററിന്റെ ക്രമീകരണ
|
||||
msgid "Page Setup"
|
||||
msgstr "പേജിന്റെ ക്രമീകരണം"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "പ്രിന്റിന്റെ അവസ്ഥ കണ്ടുപിടിക്കുന്നു"
|
||||
|
||||
@ -4042,57 +4042,57 @@ msgstr ""
|
||||
"പ്രിന്റ് ചെയ്യുവാനുള്ളതു് പ്രിന്റര് അല്ലെങ്കില് പ്രിന്റ് സര്വറിലേക്കു് അയച്ചതിനു് ശേഷം അവസ്ഥ മാറ്റമുള്ള "
|
||||
"സിഗ്നലുകള് പ്രിന്റ് ജോലി നല്കിയാല്, TRUE."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "ഡീഫോള്ട്ടായ പേജ് സെറ്റപ്പ്"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "ഡീഫോള്ട്ടായി ഉപയോഗിക്കുന്ന GtkPageSetup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "പ്രിന്റ് ചെയ്യുന്നതിനുളള സജ്ജീകരണങ്ങള്"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "ഡയലോഗ് ആരംഭിക്കുന്നതിനുളള GtkPrintSettings"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "ജോലിയുടെ പേര്"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "പ്രിന്റ് ജോലി തിരിച്ചറിയുന്നതിന് ഉപയോഗിക്കുന്ന സ്ട്രിങ്"
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "പേജുകളുടെ എണ്ണം"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "രേഖയിലുളള പേജുകളുടെ എണ്ണം."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "നിലവിലുളള പേജ്"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "രേഖയില് നിലവിലുളള പേജ്"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "മുഴുവന് പേജ് ഉപയോഗിക്കുക"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr "താളിന്റെ മൂലയില് ആയിരിക്കണം കോണ്ടെക്സ്റ്റ് എങ്കില് TRUE"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4100,55 +4100,55 @@ msgstr ""
|
||||
"പ്രിന്റ് ചെയ്യുവാനുള്ളതു് പ്രിന്റര് അല്ലെങ്കില് പ്രിന്റ് സര്വറിലേക്കു് അയച്ചതിനു് ശേഷം പ്രിന്റ് ജോലികളുടെ "
|
||||
"അവസ്ഥ പ്രിന്റ് പ്രക്രിയ ലഭ്യമാക്കുന്ന എങ്കില്, TRUE."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "യൂണിറ്റ്"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "കോണ്ട്ടക്സ്റ്റില് ദൂരം അളക്കുന്നതിനുളള യൂണിറ്റ്"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "ഡയലോഗ് കാണിക്കുക"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "പ്രിന്റ് ചെയ്യുന്നതിനിടയില് പുരോഗതിയുടെ ഡയലോഗ് കാണിച്ചാല് TRUE ആണ്."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Async അനുവദിക്കുക"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "പ്രിന്റ് പ്രക്രിയ അസിന്ക്രൊണസ് ആയി പ്രവര്ത്തിക്കുന്നു എങ്കില്, TRUE"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "ഫയലിന്റെ പേര് എക്സ്പോര്ട്ട് ചെയ്യുക"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "അവസ്ഥ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "പ്രിന്റ് പ്രക്രിയയുടെ അവസ്ഥ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "അവസ്ഥ കാണിക്കുന്ന സ്ട്രിങ്"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "വായിക്കുവാന് സാധ്യമായ അവസ്ഥയുടെ വിവരണം"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "ടാബിന്റെ ലേബല് ഇഷ്ടമുളള രീതിയില് ക്രമീകരിക്കുക"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "യഥേഷ്ടമുള്ള വിഡ്ജറ്റുകള് അടങ്ങുന്ന റ്റാബിനുള്ള ലേബല്"
|
||||
|
||||
@ -4628,39 +4628,39 @@ msgstr "മെട്രിക്"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "റൂളറിനായി ഉപയോഗിക്കുന്ന മെട്രിക്"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "മൂല്ല്യത്തിലുളള ഡെയിമലുകളുടെ എണ്ണം"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "മൂല്യം എടുക്കുക"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "സ്ലൈഡറിനടുത്തു് നിലവിലുള്ള മൂല്ല്യം ഒരു സ്ട്രിങായി കാണിക്കുന്നുണ്ടോ എന്നു്"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "മൂല്യ സ്ഥാനം"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "നിലവിലുളള മൂല്ല്യം പ്രദര്ശിപ്പിച്ചിരിക്കുന്ന സ്ഥാനം"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "സ്ളൈഡറിന്റെ നീളം"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "സ്കെയിലിന്റെ സ്ളൈഡറിന്റെ നീളം"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "വിടവ് മൂല്യം"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "മൂല്ല്യത്തിനുള്ള വാചകത്തിനും സ്ലൈഡര്/ട്രഫിനും ഇടയ്ക്കുള്ള സ്ഥലം"
|
||||
|
||||
|
@ -13,7 +13,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2004-03-09 12:13+0100\n"
|
||||
"Last-Translator: Sanlig Badral <badral@openmn.org>\n"
|
||||
"Language-Team: Mongolian <openmn-core@lists.sf.net>\n"
|
||||
@ -141,126 +141,126 @@ msgid "The resolution for fonts on the screen"
|
||||
msgstr "Дэлгэцэнд хэрхэн шинэчлэгдэх дараалал"
|
||||
|
||||
# gtk/gtktexttag.c:199
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
#, fuzzy
|
||||
msgid "Program name"
|
||||
msgstr "Тагийн нэр"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
# gtk/gtktoolbar.c:225
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
#, fuzzy
|
||||
msgid "The version of the program"
|
||||
msgstr "Хэрэгслийн мөрийн байршил"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
# gtk/gtktable.c:183
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
#, fuzzy
|
||||
msgid "Comments string"
|
||||
msgstr "Баганы хэмжээ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
#, fuzzy
|
||||
msgid "Website label"
|
||||
msgstr "Бичээст хэрэглэх хэмжээ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
# gtk/gtktoolbar.c:225
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
#, fuzzy
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Хэрэгслийн мөрийн байршил"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
# gtk/gtksettings.c:215
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
#, fuzzy
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Бичгийн нэр"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
#, fuzzy
|
||||
msgid "Wrap license"
|
||||
msgstr "Зөөвөрлөх тогтолцооны байдал"
|
||||
|
||||
# gtk/gtkcellrenderertext.c:343 gtk/gtktexttag.c:468
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
#, fuzzy
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Текст дотор хаях эсэх"
|
||||
@ -667,77 +667,77 @@ msgstr "Бяцхан захирагдах"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Нүүрэн талын харьцааг шахаж бяцхан кадртай нийлүүлнэ"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "Зүүн доторлогоо"
|
||||
|
||||
# gtk/gtkmenubar.c:152
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Цэсийн мөрийн орчим дахь ташуу гадаргуун загвар."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "Доод доторлогоо"
|
||||
|
||||
# gtk/gtkscrolledwindow.c:276
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Агуулгыг тойрсон налуу гадаргын хэлбэр"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Багц төрөл "
|
||||
|
||||
# gtk/gtkmessagedialog.c:114
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "мэдээний төрөл"
|
||||
|
||||
# gtk/gtkruler.c:148
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "Хуудсын хэмжээ"
|
||||
|
||||
# gtk/gtkwindow.c:417
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Цонхны гарчиг"
|
||||
|
||||
# gtk/gtktreeview.c:546
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Сонгогдохуйц толгойнууд "
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
# gtk/gtksettings.c:180
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Утга"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "Хуудас өсөлт"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -1030,7 +1030,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
# gtk/gtknotebook.c:379
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "Tab хүрээ"
|
||||
@ -1516,7 +1516,7 @@ msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Товч дарагдсан байх үеийн хурдсах зэрэг"
|
||||
|
||||
# gtk/gtkscale.c:155 gtk/gtkspinbutton.c:255
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Оронгууд"
|
||||
|
||||
@ -2520,11 +2520,11 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
# gtk/gtkentry.c:488
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Үл харагдах тэмдэгт"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "Агуулгыг нууцлах үед хэрэглэх тэмдэгт (\"нууц үгийн горим\"-д)"
|
||||
|
||||
@ -2872,35 +2872,35 @@ msgstr "Чиглэгчийн хүрээ"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Процессийн индикаторт дүрслэгдэх текст"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Сануулгын дүрмүүд"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Ар талын дэвсгэрийг чирэхэд битмэпийг маск шиг ашиглана."
|
||||
|
||||
# gtk/gtkentry.c:728
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Фокус дахь сонголт"
|
||||
|
||||
# gtk/gtkentry.c:729
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Голлуулах үед бүртгэлийн агуулгыг сонгох эсэх."
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4755,7 +4755,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Хуудсын хэмжээ"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4766,132 +4766,132 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
# gtk/gtkwindow.c:476
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Стандалрт өндөр"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
# gtk/gtksettings.c:215
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Бичгийн нэр"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Сувгийн тоо"
|
||||
|
||||
# gtk/gtktable.c:157
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Хүснэгт дэх мөрийн тоо"
|
||||
|
||||
# gtk/gtkcolorsel.c:1725
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "Харгалзах альфа-суваг "
|
||||
|
||||
# gtk/gtkcellrenderertoggle.c:131
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
#, fuzzy
|
||||
msgid "The current page in the document"
|
||||
msgstr "Зэрэгцүүлэлтийн хуудсын хэмжээ"
|
||||
|
||||
# gtk/gtklabel.c:294
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
#, fuzzy
|
||||
msgid "Use full page"
|
||||
msgstr "Альпа хэрэглэх"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
# gtk/gtktable.c:174
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Толгой мөр харуулах"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
#, fuzzy
|
||||
msgid "Allow Async"
|
||||
msgstr "Дүрмүүдийг зөвшөөрөх"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
# gtk/gtkfilesel.c:536 gtk/gtkimage.c:161
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Файлын нэр"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
# gtk/gtkcellrenderertoggle.c:131
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Шилжилтийг идэвхжүүлэгч товчны төлөв "
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
# gtk/gtkcolorsel.c:1739
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "Сонголт хийх өнгөний нийлүүлэг "
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -5443,43 +5443,43 @@ msgstr "Тоон"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Модоор харуулах загвар"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Дэлгэцэн дэх тооны аравтын оронгийн тоо"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Утгыг харуулах"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Гүйлгүүрийн утга текстээр харагдах"
|
||||
|
||||
# gtk/gtkscale.c:173
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Утгын байрлал"
|
||||
|
||||
# gtk/gtkscale.c:174
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Одоогийн утга дүрслэгдэх байрлал"
|
||||
|
||||
# gtk/gtkscale.c:181
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Гүйлгүүийн урт"
|
||||
|
||||
# gtk/gtkscale.c:182
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Гүйлгүүрийн урт"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Зайн утга"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Текст утга ба гүйх муж хоорондын зай"
|
||||
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.HEAD.mr\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-15 15:48+0530\n"
|
||||
"Last-Translator: Sandeep Shedmake <sandeep.shedmake@gmail.com>\n"
|
||||
"Language-Team: marathi\n"
|
||||
@ -115,11 +115,11 @@ msgstr "फोन्ट(अक्षर रचना)"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "पडद्यावरील क्षेत्राचे समशोधन कसे करावे"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "टॅगचे नाव"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -127,43 +127,43 @@ msgstr ""
|
||||
"कार्यक्रमाचे नाव. खरे नसल्यास, ते g_get_application_name() करीता मुलभूत म्हणून स्थापीत "
|
||||
"केले पाहिजे"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "कार्यक्रमाची आवृत्ती"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "कार्यक्रमाची आवृत्ती"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "हक्काधिकार अक्षरमाळा"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "कार्यक्रमाच्या मालकीहक्कावीषयी माहिती"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "प्रतिक्रिया अक्षरमाळा"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "कार्यक्रमावीषयी प्रतिक्रीया"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "संकेतस्थळ URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "कार्यक्रमाच्या संकेतस्थळावरील लिंक करीता URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "संकेतस्थळाचे नाव"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -171,47 +171,47 @@ msgstr ""
|
||||
"कार्यक्रमाच्या संकेतस्थलळावरील लिंक करीता लेबल. असे निश्चित नसल्यास, ते URL करीता मुलभूत "
|
||||
"म्हणून निर्धारीत केले जाते"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "लेखक"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "कार्यक्रमातील लेखकाची यादी"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "दस्तावेजकार"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "कार्यक्रमाचे दस्तावेज कर्त्यांची यादी"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "कलाकार"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "कार्यक्रमाच्या आर्टवर्कसाठी सहाय्य देणाऱ्या व्यक्तीचे यादीतील नावे"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
"Swapnil Hajare <dreamil1000a@yahoo.com>, 2003; Pradeep Deshpande "
|
||||
"<npdeshpande@vsnl.net>, 2004; संदिप शेडमाके <sandeep.shedmake@gmail.com>, 2008, "
|
||||
"2009."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "भाषांतराचे श्रेय.ही वाक्यरचना भाषांतरासाठी योग्य मानले जावे"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "चिन्ह"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -219,19 +219,19 @@ msgstr ""
|
||||
"याविषयी चौकोन करीता चिन्ह. हे निश्चित केल्यास, ते gtk_window_get_default_icon_list"
|
||||
"() करीता मुलभूत निश्चित केले जाते"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "चिन्ह चिन्ह नाव"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "याविषयी चौकोन करीता नामांकीत चिन्ह जे बोधचिन्ह म्हणून वापरले जाईल."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "कवर करा"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "परवाना पाठ्य गुंडाळायचे का."
|
||||
|
||||
@ -587,59 +587,59 @@ msgstr "ओबे चाइल्ड"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "उपरचनेच्या चौकटीचे गुणोत्तर जुळवा"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "शिर्षकामधिळ मोकळी जागा"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "शिर्षका भोवतालचे पिक्सेलची एकूण संख्या."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "अनुक्रमातील मोकळी जागा"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "पाठ्य पानाच्या भोवतालचे एकूण पिक्सेलची संख्या."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "पान"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "सहाय्यक पानाचे प्रकार"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "पान"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "सहाय्यक पानाचे शिर्षक"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "शिर्षक प्रतिमा"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "सहाय्यक पानाकरीताचे शिर्षक प्रतिमा"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "बाजूच्यापट्टीची प्रतिमा"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "सहाय्यक पानाकरीताचे बाजूच्यापट्टीची प्रतिमा"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "पान"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "सर्व पानावरील आवश्यक गुणविशेष भरून काडले आहेत"
|
||||
|
||||
@ -886,7 +886,7 @@ msgstr ""
|
||||
"child_displacement_x/_y गुणधर्ममुळे केंदीत काटकोन चौकानवर सुध्दा प्रभाव पडायला पाहिजे "
|
||||
"का"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "आतंरीक सीमा"
|
||||
|
||||
@ -1296,7 +1296,7 @@ msgstr "चढतीचा दर"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "तुम्ही बटण दाबून धरता अशा वेळी दिसणारा गतीवाढीचा दर"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "दशांक"
|
||||
|
||||
@ -2135,11 +2135,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr "पाठ्य व फ्रेम मधिल सीमा. आंतरीक-सीमा गुणविशेष प्रकार खोडून पुन्हा लिहीतो"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "अद्रुश्य अक्षर"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "मजकुर झाकण्यासाठी वापरण्याचे अक्षर (\"पासवर्ड मोड\")"
|
||||
|
||||
@ -2408,31 +2408,31 @@ msgstr "प्रगती सीमा"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "प्रगती पट्टी भोवती सीमा"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "पाठ्य व फेम मधिल सीमा."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "हिन्ट स्तर"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "सावली किंवा पार्श्वभूमीचे रेखाटण करतेवेळी योग्य स्तर पुरवायचे का"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "दृश्यमान करा"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "केंद्रीत केल्यावर नोंदणी मधिल अनुक्रम निवडायचे का"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "गुप्तशब्द ओळखण्याची वेळ संपली"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "लपविलेल्या नोंदणी मध्ये इंपुट अक्षर किती दर्शवायचे"
|
||||
|
||||
@ -4015,7 +4015,7 @@ msgstr "छपाईयंत्र संयोजना"
|
||||
msgid "Page Setup"
|
||||
msgstr "पृष्ठ व्यवस्था"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "छपाई स्थिती नियंत्रण"
|
||||
|
||||
@ -4027,58 +4027,58 @@ msgstr ""
|
||||
"छपाई माहिती छपाईयंत्रास किंवा छपाई सर्वर करीता पाठविले असल्यास छपाई कार्य स्थिती-बदल "
|
||||
"संकेत पाठविणे पुढे चालवितो हे खरे आहे."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "पान"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "मुलभूत द्वारे वापरण्याजोगी GtkPageSetup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "छपाईकरीताचे संयोजना"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "संवाद प्रारंभ करण्याकरीताचे GtkPrintSettings"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "कार्याचे नाव"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "छपाई कार्य ओळखण्याकरीता वापरलेली अक्षरमाळा."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "पानांची एकूण संख्या"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "दस्तऐवजात पानांची एकूण संख्या."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "पान"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "दस्तऐवजातील सद्याचे पान"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "पूर्ण पान वापरा"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
"प्रतिमा कक्षाच्या कोपऱ्यास न राहता व संदर्भाचे उगम पानाच्या कोपऱ्यास असल्यावर खरे असते"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4086,55 +4086,55 @@ msgstr ""
|
||||
"छपाई माहिती छपाईयंत्र किंवा छपाई सर्वर करीता पाठविल्या नंतर जर छपाई कार्यपध्दती छपाई "
|
||||
"कार्य विषयी तपशील पाठवित असल्यास खरे होते."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "एकक"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "संदर्भ मध्ये अंतर मोजण्याकरीता एकक"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "संवाद दर्शवा"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "छपाई करतेवेळी प्रगती संवाद दर्शवित असल्यास खरे होते."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Async करीता सहमती द्या"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "छपाई कार्यपध्दती सुसंगतरित्या कर्यरत नसल्यास खरे असते."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "फाइलनाव पाठवा"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "स्थिती"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "छपाई कार्यपध्दतीची स्थिती"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "स्तिथी अक्षरमाळा"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "स्थितीचे मानवीय वाचण्याजोगी वर्णन"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "इच्छिक टॅब लेबल"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "लेबल."
|
||||
|
||||
@ -4614,39 +4614,39 @@ msgstr "गुणविशेष"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "पट्टी करीता वापरलेले गुणविशेष"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "मूल्यरूपात प्रदर्शित केली जाणारी दशांकांची संख्या"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "मूल्य दाखवा"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "सरकपट्टीच्या पुढे अक्षरमालेप्रमाणे वर्तमान मूल्य प्रदर्शित करायचे आहे का"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "मूल्य स्थिती"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "वर्तमान मूल्य प्रदर्शित करण्याची स्थिती"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "सरकपट्टीची लांबी"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "सरकत्या मोजपट्टीची लांबी"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "मुल्यांमधील मोकळी जागा"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "पाठ्यमधिल मुल्य आणि सरकपट्टी/ट्रफ कक्षा मधिल मोकळी जागा"
|
||||
|
||||
|
@ -5,7 +5,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Gtk+ 1.3.x\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2004-01-20 00:57+0730\n"
|
||||
"Last-Translator: Hasbullah Bin Pit <sebol@ikhlas.com>\n"
|
||||
"Language-Team: Projek Gabai <gabai-penyumbang@list.sourceforge.net>\n"
|
||||
@ -118,121 +118,121 @@ msgstr "Titik Font"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "bagaimana julat patut dikemaskini pada layar"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
#, fuzzy
|
||||
msgid "Program name"
|
||||
msgstr "Nama tag"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
#, fuzzy
|
||||
msgid "The version of the program"
|
||||
msgstr "Orientasi toolbar"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
#, fuzzy
|
||||
msgid "Comments string"
|
||||
msgstr "Jarak ruang kolum"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
#, fuzzy
|
||||
msgid "Website label"
|
||||
msgstr "Guna saiz pada label"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
#, fuzzy
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Orientasi toolbar"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
#, fuzzy
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Nama Font"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
#, fuzzy
|
||||
msgid "Wrap license"
|
||||
msgstr "Set mod balut"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
#, fuzzy
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Samada coret menembusi teks"
|
||||
@ -609,70 +609,70 @@ msgstr "Ikut anak"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Paksa nisbah aspek supaya sepadan dengan anak kerangka punya"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "Padding Kiri"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Gaya bevel sekeliling menubar"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "Padding Bawah"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Gaya bevel sekeliling kandungannya"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Jenis pek"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Jenis mesej"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "Saiz Maksimum"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Tajuk kepada tetingkap"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Pengepala boleh diklik"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Nilai"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "Saiz Maksimum"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -928,7 +928,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "Sempadan Tab"
|
||||
@ -1368,7 +1368,7 @@ msgstr "Kadar Panjat"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Kadar pemecutan bila anda memegang satu butang"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Digit"
|
||||
|
||||
@ -2237,11 +2237,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Aksara ghaib"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Aksara digunakan bila menopeng kandungan kemasukan (pada \"mod katalaluan\")"
|
||||
@ -2553,32 +2553,32 @@ msgstr "Sempadan Palung"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "teks untuk dipaparkan pada bar progres"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Bitmap digunakan sebagai topengan bila menlukis latar belakang teks"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Pilih pada fokus"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Samada untuk memilih kandungan kemasukan bila ianya difokus"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4278,7 +4278,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Saiz Maksimum"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4288,123 +4288,123 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Tinggi Default"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Nama Font"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Bilangan Saluran"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Bilangan baris pada jadual"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "Alfa semasa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
#, fuzzy
|
||||
msgid "The current page in the document"
|
||||
msgstr "Togol keadaan bagi butang"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
#, fuzzy
|
||||
msgid "Use full page"
|
||||
msgstr "Guna alfa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Papar Pengepala"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
#, fuzzy
|
||||
msgid "Allow Async"
|
||||
msgstr "Izinkan Aturan"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Namafail"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Togol keadaan bagi butang"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "Pelet sendiri"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4919,39 +4919,39 @@ msgstr "Numerik"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Model pagi paparan pepohon"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Nilai lukis"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Samada nilai semasa dipaparkan sebagai rentetan sebelah pengelungsur"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Posisi Nilai"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Posisi dimana nilai semasa dipaparkan"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Panjang Penggelungsur"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Panjang bagi penggelungsur skala"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Jarak Ruang Nilai"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Ruang antara teks nilai dan kawasan penggelungsur"
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nb\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-10 19:16+0100\n"
|
||||
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
|
||||
"Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.uio.no>\n"
|
||||
@ -115,11 +115,11 @@ msgstr "Skriftoppløsning"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Oppløsning for skrifter på skjermen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Navn på program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -127,43 +127,43 @@ msgstr ""
|
||||
"Navn på programmet. Hvis dette ikke er satt vil forvalgt verdi komme fra "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Programversjon"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Programmets versjon"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Opphavsrett"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Informasjon om opphavsrett for programmet"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Kommentar"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Kommentar om programmet"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL til nettsted"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "URL for programmets nettsted"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Etikett for nettsted"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -171,45 +171,45 @@ msgstr ""
|
||||
"Merkelappen til programmet sitt nettside. Hvis dette ikke er satt brukes "
|
||||
"bare nettadressen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Forfattere"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Liste over programmets utviklere"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Dokumentasjon"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Liste med personer som har dokumentert programmet"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artister"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Liste med personer som har bidratt med grafikk til programmet"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Oversettere"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Takk til oversetterne. Denne strengen skal være markert som oversettbar"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -217,19 +217,19 @@ msgstr ""
|
||||
"En logo for «Om»-boksen. Hvis dette ikke er satt brukes "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Navn på ikon for logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Et navngitt ikon å bruke som logoen for «Om»-boksen."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Brytningslisens"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Om lisensteksten skal brytes."
|
||||
|
||||
@ -596,59 +596,59 @@ msgstr "Adlyd barn"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Tving aspektraten til å passe til rammens barn"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Fyll for topptekst"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Antall piksler rundt toppteksten."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Innholdsfyll"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Antall piksler rundt innholdssidene."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Sidetype"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Type assistentside"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Sidetittel"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Tittelen på assistentsiden"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Bilde for topptekst"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Bilde til toppteksten på en assistentside"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Bilde for sidelinje"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Bilde for sidelinje på en assistentside"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Side fullført"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Om alle felt som kreves på siden er fylt ut"
|
||||
|
||||
@ -906,7 +906,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Indre kant"
|
||||
|
||||
@ -1318,7 +1318,7 @@ msgstr "Klatrerate"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Akselleratorrate når du holder nede en knapp"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Tall"
|
||||
|
||||
@ -2170,11 +2170,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Usynlig tegn"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Tegnet som skal brukes når man masker ut innhold i oppføringen (i «passord "
|
||||
@ -2475,32 +2475,32 @@ msgstr "Gjennom kant"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Tekst på fremgangsmåleren"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Kant mellom tekst og ramme."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Statushint"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Bitkart som skal brukes som maske under tegning av tekstbakgrunnen"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Velg på fokus"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Om innholdet i oppføringen skal markeres når den får fokus"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Tidsavbrudd for passordhint"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "Hvor lenge skal siste tegn vises i skjulte oppføringer"
|
||||
|
||||
@ -4126,7 +4126,7 @@ msgstr "Innstillinger for skriver"
|
||||
msgid "Page Setup"
|
||||
msgstr "Sideoppsett"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4136,111 +4136,111 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Forvalgt sideoppsett"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "GtkPageSetup brukt som forvalg"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Skriverinnstillinger"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Navn på jobb"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Antall sider"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Antall sider i dokumentet."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Denne siden"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Aktiv side i dokumentet"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Bruk full side"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Enhet"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Vis dialog"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Tillat asynkron"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Eksporter filnavn"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Status for utskriftsoperasjonen"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Statusstreng"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Beskrivelse av status"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Egendefinert etikett for fane"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4736,39 +4736,39 @@ msgstr "Måleverdi"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Måleverdi som brukes for linjalen"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Antall desimalplasser som vises i verdien"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Tegn verdi"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Om aktiv verdi vises som en streng ved siden av rullelisten"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Plassering av verdi"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Posisjon hvor aktiv verdi vises"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Lengde på rulleliste"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Lendge på skaleringslisten"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Mellomrom for verdier"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Mellomrom mellom verditekst og område for glider/«through»"
|
||||
|
||||
|
@ -4,7 +4,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2005-05-15 15:47+0545\n"
|
||||
"Last-Translator: Ganesh Ghimire <gghimire@gmail.com>\n"
|
||||
"Language-Team: Nepali <info@mpp.org.np>\n"
|
||||
@ -115,97 +115,97 @@ msgstr "वर्णका बिन्दुहरु"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "पर्दामा दायरा कसरी सुधार गरिन्छ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "कार्यक्रमको नाम"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
"कार्यक्रमको नाम. यदि सेट भएको छैन भने यो पूर्व निर्धारित हुन्छ g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "कार्यक्रमको संस्करण"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "कार्यक्रमको संस्करण"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "प्रतिलिपि अधिकार स्ट्रिङ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "कार्यक्रमका लागि प्रतिलिपि अधिकार सूचना"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "प्रतिकृया स्ट्रिङ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "कार्यक्रमका बारेको प्रतिकृया"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "वेबसाइट युआरएल"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "कर्यक्रमको वेबसाइट लिङ्कका लागि युआरएल"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "वेबसाइट लेबल"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr "कर्यक्रमको वेबसाइट लिङ्कका लागि लेबल। यदि सेट छैन भने युआरएलमा पूर्वनिर्धारित हुन्छ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "लेखकहरू"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "कर्यक्रमका लेखकहरूको सूची"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "संकलकहरू"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "कार्यक्रम डकुमेण्ट गर्ने मानिसहरूको सूची"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "कलाकारहरू"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "कार्यक्रममा कलाकारिता सहयोग गर्ने मानिसहरूको सूची"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "अनुवादक बिश्वास"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "अनुवादकहरूलाई क्रेडिट दिन्छ। यस स्ट्रिङलाई अनुवाद गर्न सकिने छिन्ह दिनु पर्दछ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "लोगो"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -213,20 +213,20 @@ msgstr ""
|
||||
"जानकारी बाकसका लागि लोगो। यदि सेट भएको छैन भने, यो "
|
||||
"gtk_window_get_default_icon_list() मा पूर्वनिर्धारित हुन्छ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "लोगो प्रतिमाको नाम"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "जानकारी बाकसका लागि लोगोको रूपमा नामांकित प्रतिमाको प्रयोग"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
#, fuzzy
|
||||
msgid "Wrap license"
|
||||
msgstr "लपेट्ने मोडको समूह"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
#, fuzzy
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "जहाँ पाठको अक्षरलाई बीचमा काटिन्छ"
|
||||
@ -588,70 +588,70 @@ msgstr "भनेको मान्ने शाखा"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "खाकाको शाखाको अनुपात मिलान गर्ने बलको दृष्टिकोण"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "बाँया गद्दा"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "सूचीबारको वरिपरि बिभेलको शैली "
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "तलको गद्दा"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "विषयवस्तुहरुको वरिपरि बिभेलको शैली"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "थन्क्याउने प्रकार"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "खबरको प्रकार"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "पन्नाको आकार"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "विण्डोको शीर्षक"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "शीर्षक क्लिकगर्न योग्य छ"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "मान"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "पन्ना वृद्धि"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -902,7 +902,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr "या child_displacement_x/_y गुणहरूले पनि आयत केन्द्रितमा असर गर्नु पर्दछ"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "ट्याब सीमाना"
|
||||
@ -1334,7 +1334,7 @@ msgstr "आरोहण दर"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "बटनलाई तलतिर लाने द्रूसंचालन दर "
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "संख्याहरु"
|
||||
|
||||
@ -2196,11 +2196,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "अदृश्य वर्ण"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "प्रविष्टि विषयवस्तु छान्नेक्रममा प्रयोग हुने वर्ण (\"प्रवेशचिन्ह मोड\" )"
|
||||
|
||||
@ -2509,33 +2509,33 @@ msgstr "सीमारेखातिरबाट"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "प्रगति बारमा देखाइने पाठ"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "नियमका लागि इसारा"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "जब पाठको पृष्ठभूमि नक्शाङ्कन गरिदा मुकुण्डो जस्तो प्रयोग गर्नलाई बिटको नक्शा"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "केन्द्रमा छानोट गर्नुहोस् "
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "जब प्रविष्टिको विषयवस्तु चयन गर्नुछ यसलाई विशेष ध्यान दिइन्छ"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4179,7 +4179,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "पन्नाको आकार"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4189,123 +4189,123 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "पूर्वनिर्धारित उचाई"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "प्रतिमाको नाम"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "प्रसारणमार्गहरुको संख्या"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "टेवलमा पंक्तिहरुको संख्या"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "विद्यमान अल्फा"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
#, fuzzy
|
||||
msgid "The current page in the document"
|
||||
msgstr "मिलानका लागि पन्नाको आकार"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
#, fuzzy
|
||||
msgid "Use full page"
|
||||
msgstr "अल्फा प्रयोग गर"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "वार्तालाप"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
#, fuzzy
|
||||
msgid "Allow Async"
|
||||
msgstr "नियमहरूको अनुमति"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "फाइलनाम"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "बटनको एकबाट अर्कोमा फडकने स्थिति"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "रङ्गदानि प्रथा"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4812,39 +4812,39 @@ msgstr "मेट्रिक"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "नापकालागि मेट्रिक प्रयोग"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "मूल्यमा देखाइने डेसिमल प्लेसको संख्या"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "मानको नक्शांकन"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "जहा स्लाईडरको अर्को तिर सूत्र जस्तो तत्कालिन मूल्य देखाइन्छ"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "मूल्य स्थिति"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "तत्कालिन मूल्य देखाइएको अवस्था"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "चिप्ल्याउने लम्बाइ"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "चिप्ल्याउने नापको लम्बाइ"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "मूल्यको स्पेसिङ"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "मूल्य पाठ र चिप्ल्याउने/क्षेत्रबाट बीचको ठाँउ"
|
||||
|
||||
|
@ -31,7 +31,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 2.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2008-09-07 22:00+0200\n"
|
||||
"Last-Translator: Tino Meinen <a.t.meinen@chello.nl>\n"
|
||||
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
|
||||
@ -142,11 +142,11 @@ msgid "The resolution for fonts on the screen"
|
||||
msgstr "De resolutie van lettertypes op het scherm"
|
||||
|
||||
# Naam programma
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Programmanaam"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -154,44 +154,44 @@ msgstr ""
|
||||
"De naam van het programma. Als dit niet is ingesteld wordt standaard "
|
||||
"g_get_application_name() gebruikt"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Programmaversie"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "De versie van het programma"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Copyright-tekenreeks"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Copyright-informatie over het programma"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Opmerking-tekenreeks"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Opmerkingen over het programma"
|
||||
|
||||
# webstek
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Website URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "De URL voor de link naar de website van het programma"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Website-label"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -199,46 +199,46 @@ msgstr ""
|
||||
"De label voor de link naar de website van het programma. Als dit niet is "
|
||||
"ingesteld wordt standaard de URL gebruikt"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Auteurs"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Lijst met de makers van het programma"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Documentalisten"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Lijst van degenen die het programma hebben gedocumenteerd"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artiesten"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
"Lijst van degenen die hebben bijgedragen aan het grafische werk van het "
|
||||
"programma"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Vertalers"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "De vertalers. Deze tekenreeks moet als vertaalbaar worden gemarkeerd"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -246,21 +246,21 @@ msgstr ""
|
||||
"Een logo voor het info-dialoogvenster. Als er geen logo is gegeven wordt "
|
||||
"standaard gtk_window_het_default_icon_list() gebruikt."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Logo-pictogram"
|
||||
|
||||
# dat als logo wordt gebruikt in het info-venster.
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Een pictogram met naam voor een logo in het info-venster."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Licentie doorloop"
|
||||
|
||||
# of de licentietekst omgebogen wordt/afbreekt/doorloopt
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Of de licentietekst doorloopt."
|
||||
|
||||
@ -635,60 +635,60 @@ msgstr "Volg dochter"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Forceer dezelfde verhoudingen als die van de dochter van het kader"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Opvulling kop"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Aantal beeldpunten rondom de kop."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Opvulling inhoud"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Aantal beeldpunten rondom de paginainhoud."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Paginatype"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Het type van de assistentpagina"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Pagina-titel"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "De titel van de assistentpagina"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Kopafbeelding"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Kopafbeelding voor de assistentpagina"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Zijbalkafbeelding"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Zijbalkafbeelding voor de assistentpagina"
|
||||
|
||||
# Dit is waarschijnlijk de stapgrootte als je op page-up of page-down drukt
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Pagina voltooid"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Of alle vereiste velden op de pagina ingevuld zijn"
|
||||
|
||||
@ -953,7 +953,7 @@ msgstr ""
|
||||
"Of de eigenschappen voor dochter_verplaatsing_x/_y tevens de voor de "
|
||||
"aandachtsrechthoek moeten gelden"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Binnenrand"
|
||||
|
||||
@ -1376,7 +1376,7 @@ msgstr "Klimsnelheid"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "De versnelling wanneer de knop ingedrukt wordt gehouden"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Cijfers"
|
||||
|
||||
@ -2246,11 +2246,11 @@ msgid ""
|
||||
msgstr ""
|
||||
"Ruimte tussen tekst en frame. Overschrijft de eigenschap \"inner-border\"."
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Onzichtbaar teken"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Het te gebruiken teken om de inhoud van een veld te maskeren (in "
|
||||
@ -2569,35 +2569,35 @@ msgstr "Gootrand"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Tekst op de voortgangsbalk"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Ruimte tussen tekst en frame."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Status-tekenreeks"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
"Bitmap die gebruikt wordt als masker bij het tekenen van de tekstachtergrond"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Selecteren bij aandacht"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
"Of de inhoud van een veld wordt geselecteerd als het veld de aandacht krijgt"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Wachtwoord tip time-out"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"Hoe lang the laatst ingetikte teken weergegeven dient te worden in velden "
|
||||
@ -4267,7 +4267,7 @@ msgstr "Printerinstellingen"
|
||||
msgid "Page Setup"
|
||||
msgstr "Pagina-instellingen"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Printstatus volgen"
|
||||
|
||||
@ -4280,54 +4280,54 @@ msgstr ""
|
||||
"signalen nadat de afdrukgegevens naar de printer of de print-server zijn "
|
||||
"verzonden."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Standaard pagina-instelling"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "De GtkPageSetup die standaard wordt gebruikt"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Afdrukinstellingen"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
"De GtkPrintSettings die gebruikt worden voor het initialiseren van het "
|
||||
"dialoogvenster"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Naam printopdracht"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Een tekenreeks die gebruikt word om de printopdracht te identificeren."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Aantal pagina's"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Het aantal pagina's in het document."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Huidige pagina"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "De huidige pagina in het document"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Hele pagina gebruiken"
|
||||
|
||||
# afdrukbare/zichtbare
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4335,7 +4335,7 @@ msgstr ""
|
||||
"WAAR indien de oorsprong van de context in de hoek van de pagina moet staan "
|
||||
"en niet in de hoek van het afrukbare gebied"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4344,56 +4344,56 @@ msgstr ""
|
||||
"afdrukstatus nadat de afdrukgegevens naar de printer of print-server zijn "
|
||||
"verzonden."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Eenheid"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "De eenheden waarin afstanden gemeten kunnen worden in de context"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Dialoogvenster tonen"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "WAAR indien een voortgangsdialoog wordt getoond tijdens het afdrukken."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Async toestaan"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "WAAR indien het afdrukproces asynchroon mag verlopen."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Bestandsnaam exporteren"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
# printopdracht/printbewerking/afdrukopdracht
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "De status van de printopdracht"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Status-tekenreeks"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Een leesbare omschrijving van de status"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Zelfgekozen tabblad-label"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Label voor het tabblad met zelfgekozen widgets."
|
||||
|
||||
@ -4913,40 +4913,40 @@ msgstr "Metriek"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "De gebruikte metriek voor de lineaal"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Het aantal decimale plaatsen dat weergegeven wordt in de waarde"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Toon waarde"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Of de huidige waarde als tekst weergegeven wordt naast het schuifobject"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Positie van waarde"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "De positie waar de huidige waarde weergegeven wordt"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Schuifobjectlengte"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Lengte van het schuifobject"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Waardespatiëring"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Afstand tussen de waarde-tekst en de goot en het schuifobject"
|
||||
|
||||
|
@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nn\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2004-01-03 23:53+0100\n"
|
||||
"Last-Translator: Åsmund Skjæveland <aasmunds@fys.uio.no>\n"
|
||||
"Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n"
|
||||
@ -130,120 +130,120 @@ msgstr "Skrift punkt"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Korleis området skal oppdaterast på skjermen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
#, fuzzy
|
||||
msgid "The version of the program"
|
||||
msgstr "Retning på verktøylinja"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
#, fuzzy
|
||||
msgid "Comments string"
|
||||
msgstr "Kolonnemellomrom"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
#, fuzzy
|
||||
msgid "Website label"
|
||||
msgstr "Bruk storleik i merkelapp"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
#, fuzzy
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Retning på verktøylinja"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
#, fuzzy
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Skriftnamn"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
#, fuzzy
|
||||
msgid "Wrap license"
|
||||
msgstr "Brytingsmåte satt"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
#, fuzzy
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Om teksten skal strekast gjennom"
|
||||
@ -623,70 +623,70 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "Polstring til venstre"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Stil på kanten rundt menylinja"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "Polstring nedst"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Tal på rader i tabellen"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Type pakking"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Typen melding"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "Største storleik"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Tittelen på vindauget"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Tabellhovuda kan klikkast"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Verdien"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "Største storleik"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -949,7 +949,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "Arkfanekant"
|
||||
@ -1390,7 +1390,7 @@ msgstr "Klatrerate"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Aksellerasjonsrate når du held ein knapp nede"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Siffer"
|
||||
|
||||
@ -2271,11 +2271,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Usynleg teikn"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "Teiknet som skal brukast til å gøyma innhaldet i felt (i passordmodus)"
|
||||
|
||||
@ -2589,33 +2589,33 @@ msgstr "Traukant"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Tekst som skal visast i framdriftsvisaren"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Regelhint"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Bitkart som skal brukast som maske når tekstbakgrunnen vert teikna"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Vel når fokusert"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Om innhaldet i ei oppføring skal merkast når oppføringa vert fokusert"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4335,7 +4335,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Største storleik"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4345,124 +4345,124 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Standardhøgde"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Skriftnamn"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Tal på kolonner i tabellen"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Tal på rader i tabellen"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "Noverande alfa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
#, fuzzy
|
||||
msgid "The current page in the document"
|
||||
msgstr "Tilstanden til knappen (av/på)"
|
||||
|
||||
# TRN: «Alpha» eller «alfa»?
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
#, fuzzy
|
||||
msgid "Use full page"
|
||||
msgstr "Bruk alfa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Vis overskrift"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
#, fuzzy
|
||||
msgid "Allow Async"
|
||||
msgstr "Tillat reglar"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Filnamn"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Tilstanden til knappen (av/på)"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "Eigendefinert palett"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4979,40 +4979,40 @@ msgstr "Numerisk"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Modellen for trevisinga"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Kor mange desimalplassar som skal visast i verdien"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Vis verdi"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Om den noverande verdien skal visast som ein streng attmed glidebrytaren"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Plassering av verdi"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Kor verdistrengen skal visast"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Lengde på glidaren"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Lengda på glidebrytaren"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Mellomrom mellom verdiane"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Mellomrom mellom verditeksten og glidebrytaren/trauet"
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties 2.8-branch\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2004-11-30 15:02+0200\n"
|
||||
"Last-Translator: Zuza Software Foundation <info@translate.org.za>\n"
|
||||
"Language-Team: Northern Sotho <translate-discuss-nso@lists.sourceforge.net>\n"
|
||||
@ -120,120 +120,120 @@ msgstr "Dintlha tša fonto"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Kamoo mehuta e swanetšego go dirwa gore e be nakong sekirining"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
#, fuzzy
|
||||
msgid "Program name"
|
||||
msgstr "Leina la leswao"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
#, fuzzy
|
||||
msgid "The version of the program"
|
||||
msgstr "Thulaganyo ya bara ya sedirišwa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
#, fuzzy
|
||||
msgid "Comments string"
|
||||
msgstr "Go dira sekgoba kholomong"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
#, fuzzy
|
||||
msgid "Website label"
|
||||
msgstr "Diriša bogolo leswaong"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
#, fuzzy
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Leina la Sehlogo sa Leswao"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
#, fuzzy
|
||||
msgid "Wrap license"
|
||||
msgstr "Peakanyo ya mokgwa wa go phuthela"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
#, fuzzy
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Ge eba o swanetše go kgabaganya sengwalwa"
|
||||
@ -616,71 +616,71 @@ msgstr "Hlompha ngwana"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Gapeletša kabo ya ponagalo gore e swane le yeo ya ngwana wa foreime"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "Go Aletša go Lanngele"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr ""
|
||||
"Setaele sa sethadi sa diswantšho go dikologa bara ya lelokelelo la dikagare"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "Go Aletša Tlase"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Setaele sa sethadi sa diswantšho go dikologa dikagare"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Mohuta wa ngatana"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Mohuta wa molaetša"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "Bogolo bja Letlakala"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Sehlogo sa lefesetere"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Dihlogwana tšeo di Kgotlegago"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Boleng"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "Koketšo ya Letlakala"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -953,7 +953,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "Mollwane wa Tab"
|
||||
@ -1398,7 +1398,7 @@ msgstr "Tekanyo ya go Namela"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Tekanyo ya seakgofiši ge o gatelela konope"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Dinomoro"
|
||||
|
||||
@ -2295,11 +2295,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Tlhaka e sa bonagalego"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Tlhaka e ka dirišetšwago go šira dikagare tša tseno (go \"mokgwa wa lentšu-"
|
||||
@ -2621,36 +2621,36 @@ msgstr "Mollwane wa Sedibelo"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Sengwalwa seo se swanetšego go bontšhwa bareng ya tšwelopele"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Keletšo ya Melao"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
"Bitmap yeo e swanetšego go dirišwa bjalo ka seširo ge o thala bokamorago bja "
|
||||
"sengwalwa"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Kgetha go lebiša hlokomelo"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
"Ge eba o swanetše go kgetha dikagare tša tseno ge e lebišitše hlokomelo"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4428,7 +4428,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Bogolo bja Letlakala"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4438,123 +4438,123 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Bophagamo bja Tlhaelelo"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Leina la Fonto"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Palo ya Dikanale"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Palo ya methalo lenaneong"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "Alfa ya Gona bjale"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
#, fuzzy
|
||||
msgid "The current page in the document"
|
||||
msgstr "Bogolo bja letlakala bja tokišo"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
#, fuzzy
|
||||
msgid "Use full page"
|
||||
msgstr "Diriša alfa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Bontšha Sehlogo"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
#, fuzzy
|
||||
msgid "Allow Async"
|
||||
msgstr "Dumelela Melao"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Leina la faele"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Boemo bja go thumaša le go tima ga konope"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "Kgetho ya mebala e lego gona e tlwaelegilego"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -5087,41 +5087,41 @@ msgstr "Dinomoro"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Mohlala wa go lebelela mohlare"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Palo ya mafelo a someng ao a bontšhitšwego go boleng"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Boleng bja go Thala"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Ge eba boleng bja gona bjale bo bonagaditšwe bjalo ka mothaladi kgauswi le "
|
||||
"seširogi"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Boemo bja Boleng"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Boemo bjo boleng bja gona bjale bo bontšhitšwego go bjona"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Botelele bja Seširogi"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Botelele bja seširogi sa sekala"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Go dira sekgoba ga boleng"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Sekgoba magareng ga sengwalwa sa boleng le lefelo la seširogi/sedibelo"
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: oc\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2008-07-03 09:06+0200\n"
|
||||
"Last-Translator: Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>\n"
|
||||
"Language-Team: Occitan <ubuntu-l10n-oci@lists.ubuntu.com>\n"
|
||||
@ -115,117 +115,117 @@ msgstr ""
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Nom del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Version del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "La version del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Cadena de copyright"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Entresenhas de copyright del programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Cadena de comentaris"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Comentaris sul programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Autors"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Documentalistas"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Tièra de las personas que documentan lo logicial"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artistas"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
"La còla occitana de revirada d'Ubuntu <ubuntu-l10n-oci@lists.ubuntu.com>, "
|
||||
"2006"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Credits als reviraires. Aquesta cadena deu èsser marcada coma revirabla"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Lògo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -573,59 +573,59 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -866,7 +866,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr ""
|
||||
|
||||
@ -1275,7 +1275,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr ""
|
||||
|
||||
@ -2106,11 +2106,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2386,31 +2386,31 @@ msgstr "Ordenament"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Comentaris sul programa"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -3983,7 +3983,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Configuracion de la pagina"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -3993,111 +3993,111 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Unitat"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Estatut"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4566,39 +4566,39 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
3597
po-properties/or.po
3597
po-properties/or.po
File diff suppressed because it is too large
Load Diff
@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-10 08:46+0530\n"
|
||||
"Last-Translator: Amanpreet Singh Alam <aalam@users.sf.net>\n"
|
||||
"Language-Team: Punjabi <punjabi-users@lists.sf.net>\n"
|
||||
@ -118,98 +118,98 @@ msgstr "ਫੋਂਟ ਰੈਜ਼ੋਲੂਸ਼ਨ"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "ਸਕਰੀਨ ਉੱਤੇ ਫੋਂਟਾਂ ਲਈ ਰੈਜ਼ੋਲੂਸ਼ਨ ਹੈ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "ਪਰੋਗਰਾਮ ਨਾਂ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
"ਪਰੋਗਰਾਮ ਦਾ ਨਾਂ ਹੈ। ਜੇਕਰ ਇਹ ਨਾ ਦਿੱਤਾ ਗਿਆ ਤਾਂ, ਡਿਫਾਲਟ g_get_application_name() ਹੋਵੇਗਾ।"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "ਪਰੋਗਰਾਮ ਵਰਜਨ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "ਪਰੋਗਰਾਮ ਦਾ ਵਰਜਨ ਹੈ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "ਕਾਪੀਰਾਈਟ ਲਾਈਨ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "ਪਰੋਗਰਾਮ ਬਾਰੇ ਕਾਪੀਰਾਈਟ ਜਾਣਕਾਰੀ ਹੈ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "ਟਿੱਪਣੀ ਲਾਈਨ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "ਪਰੋਗਰਾਮ ਬਾਰੇ ਟਿੱਪਣੀ ਹੈ।"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "ਵੈਬਸਾਇਟ URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "ਪਰੋਗਰਾਮ ਦੀ ਵੈੱਬ ਸਾਇਟ ਨਾਲ ਸਬੰਧਤ URL ਹੈ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "ਵੈਬਸਾਇਟ ਲੇਬਲ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
"ਪਰੋਗਰਾਮ ਦੀ ਵੈਬਸਾਇਟ ਨਾਲ ਲਿੰਕ ਦਾ ਲੇਬਲ ਹੈ। ਜੇਕਰ ਇਹ ਨਾਂ ਦਿੱਤਾ ਗਿਆ ਤਾਂ, ਇਹ ਮੂਲ URL ਹੋਵੇਗਾ।"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "ਲੇਖਕ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "ਪਰੋਗਰਾਮ ਦੇ ਲੇਖਕਾਂ ਦੀ ਲਿਸਟ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "ਦਸਤਾਵੇਜ਼ ਲੇਖਕ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "ਪਰੋਗਰਾਮ ਦੇ ਦਸਤਾਵੇਜ਼ ਲਿਖਣ ਵਾਲੇ ਲੇਖਕਾਂ ਦੀ ਲਿਸਟ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "ਕਲਾਕਾਰ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "ਪਰੋਗਰਾਮ ਵਿੱਚ ਕਲਾਕਾਰੀ ਕਰਨ ਵਾਲੇ ਲੋਕਾਂ ਦੀ ਲਿਸਟ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "ਅਨੁਵਾਦ ਮਾਣ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "ਅਨੁਵਾਦ ਕਰਨ ਵਾਲਿਆਂ ਦਾ ਨਾਂ ਹੈ। ਇਹ ਅਨੁਵਾਦ ਯੋਗ ਹੋਣੀ ਚਾਹੀਦੀ ਹੈ।"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "ਲੋਗੋ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -217,19 +217,19 @@ msgstr ""
|
||||
"ਇਸ ਬਾਰੇ ਬਕਸੇ ਲਈ ਇੱਕ ਲੋਗੋ ਹੈ। ਜੇਕਰ ਇਹ ਨਾ ਦਿੱਤਾ ਗਿਆ ਤਾਂ, ਮੂਲ "
|
||||
"gtk_window_get_default_icon_list() ਵਰਤਿਆ ਜਾਵੇਗਾ।"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "ਲੋਗੋ ਆਈਕਾਨ ਨਾਂ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "ਇਸ ਬਾਰੇ ਲੋਗੋ ਵਿੱਚ ਵਰਤਣ ਲਈ ਆਈਕਾਨ ਲੋਗੋ ਹੈ।"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "ਲਾਈਸੈਂਸ ਸਮੇਟਣਾ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "ਕੀ ਲਾਈਸੈਂਸ ਟੈਕਸਟ ਨੂੰ ਸਮੇਟਣਾ ਹੈ।"
|
||||
|
||||
@ -583,59 +583,59 @@ msgstr "ਉਬੇ-ਚਾਇਲਡ"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "ਫਰੇਮ ਦੀ ਚਾਇਲਡ ਨਾਲ ਆਕਾਰ-ਅਨੁਪਾਤ ਨਾਲ ਮਿਲਾਓ"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "ਹੈੱਡਰ ਪੈਡਿੰਗ"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "ਹੈੱਡਰ ਦੇ ਦੁਆਲੇ ਪਿਕਸਲਾਂ ਦੀ ਗਿਣਤੀ ਹੈ।"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "ਸਮੱਗਰੀ ਪੈਡਿੰਗ"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "ਸਮੱਗਰੀ ਪੇਜ਼ਾਂ ਦੁਆਲੇ ਪਿਕਸਲਾਂ ਦੀ ਗਿਣਤੀ ਹੈ।"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "ਪੇਜ਼ ਕਿਸਮ"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "ਜਾਰੀ ਪੇਜ਼ ਦੀ ਕਿਸਮ ਹੈ"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "ਸਫ਼ਾ ਟਾਇਟਲ"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "ਜਾਰੀ ਸਫ਼ੇ ਦਾ ਟਾਇਟਲ"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "ਹੈੱਡਰ ਚਿੱਤਰ"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "ਸਹਾਇਕ ਸਫ਼ੇ ਲਈ ਹੈੱਡਰ ਚਿੱਤਰ"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "ਸਾਈਡ-ਬਾਰ ਚਿੱਤਰ"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "ਸਹਾਇਕ ਸਫ਼ੇ ਲਈ ਬਾਹੀ ਚਿੱਤਰ"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "ਸਫ਼ਾ ਪੂਰਾ ਹੋਇਆ"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "ਕੀ ਸਫ਼ੇ ਉੱਤੇ ਸਭ ਲੋੜੀਦੇ ਖੇਤਰ ਭਰਨੇ ਹਨ"
|
||||
|
||||
@ -880,7 +880,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr "ਕੀ child_displacement_x/_y properties ਚਤੁਰਭੁਜ ਫੋਕਸ ਨੂੰ ਪਰਭਾਵਿਤ ਕਰੇ"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "ਅੰਦਰੂਨੀ ਹਾਸ਼ੀਆ"
|
||||
|
||||
@ -1288,7 +1288,7 @@ msgstr "ਚੜਨ ਦਰ"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "ਬਟਨ ਨੂੰ ਦਬਾਕੇ ਰੱਖਣ ਤੇ ਐਕਸਲੇਸ਼ਨ"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "ਅੰਕ"
|
||||
|
||||
@ -2124,11 +2124,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr "ਟੈਕਸਟ ਅਤੇ ਫਰੇਮ ਵਿੱਚ ਹਾਸ਼ੀਆ ਹੈ। ਅੰਦਰੂਨੀ-ਹਾਸ਼ੀਆ ਸਟਾਇਲ ਵਿਸ਼ੇਸ਼ਤਾ ਨੂੰ ਅਣਡਿੱਠਾ ਕਰਦਾ ਹੈ"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "ਅਦਿੱਖ ਅੱਖਰ"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "ਅੱਖਰ, ਜੋ ਕਿ ਇੰਦਰਾਜ਼ ਦੇ ਸ਼ਬਦਾਂ ਨੂੰ ਲੁਕਉਣ ਦੇ ਕੰਮ ਲਈ ਵਰਤਿਆ ਜਾਵੇਗਾ (\"ਗੁਪਤ ਕੋਡ\" ਵਿੱਚ)"
|
||||
|
||||
@ -2397,31 +2397,31 @@ msgstr "ਤਰੱਕੀ ਬਾਰਡਰ"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "ਤਰੱਕੀ ਪੱਟੀ ਦੇ ਦੁਆਲੇ ਬਾਰਡਰ"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "ਟੈਕਸਟ ਅਤੇ ਫਰੇਮ ਵਿੱਚ ਬਾਰਡਰ"
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "ਹਾਲਤ ਹਿੰਟ"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "ਜਦੋਂ ਸ਼ੈਡੋ ਜਾਂ ਬੈਕਗਰਾਊਂਡ ਬਣਾਈ ਜਾਵੇ ਤਾਂ ਕੀ ਠੀਕ ਹਾਲਤ ਦੇਣੀ ਹੈ"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "ਫੋਕਸ ਉੱਤੇ ਚੁਣੋ"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "ਕੀ ਇੰਦਰਾਜ਼ ਵਿੱਚਲੇ ਹਿੱਸੇ ਨੂੰ ਚੁਣਾ ਹੈ, ਜਦੋਂ ਕਿ ਇਹ ਕੇਦਰਿਤ ਹੋ ਜਾਵੇ"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "ਗੁਪਤ-ਕੋਡ ਇਸ਼ਾਰਾ ਸਮਾਂ-ਅੰਤਰਾਲ"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "ਲੁਕਵੇਂ ਇੰਦਰਾਜ਼ਾਂ ਵਿੱਚ ਆਖਰੀ ਦਿੱਤੇ ਅੱਖਰ ਨੂੰ ਵੇਖਾਉਣ ਨੂੰ ਕਿੰਨਾ ਸਮਾਂ ਲੱਗੇ"
|
||||
|
||||
@ -3994,7 +3994,7 @@ msgstr "ਪਰਿੰਟਰ ਸੈਟਿੰਗ"
|
||||
msgid "Page Setup"
|
||||
msgstr "ਸਫ਼ਾ ਸੈੱਟਅੱਪ"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "ਪਰਿੰਟ ਹਾਲਤ ਟਰੈਕ"
|
||||
|
||||
@ -4004,111 +4004,111 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "ਡਿਫਾਲਟ ਸਫ਼ਾ ਸੈੱਟਅੱਪ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "ਡਿਫਾਲਟ ਰੂਪ ਵਿੱਚ ਵਰਤਣ ਲਈ GtkPageSetup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "ਪਰਿੰਟ ਸੈਟਿੰਗ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "ਡਾਈਲਾਗ ਸ਼ੁਰੂ ਕਰਨ ਲਈ GtkPrintSettings"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "ਜਾਬ ਨਾਂ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "ਪਰਿੰਟ ਕੰਮ ਦੀ ਪਛਾਣ ਕਰਨ ਲਈ ਇੱਕ ਸਤਰ ਹੈ।"
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "ਸਫ਼ਿਆਂ ਦੀ ਗਿਣਤੀ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "ਦਸਤਾਵੇਜ਼ ਵਿੱਚ ਸਫ਼ਿਆਂ ਦੀ ਗਿਣਤੀ ਹੈ।"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "ਮੌਜੂਦਾ ਸਫ਼ਾ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "ਦਸਤਾਵੇਜ਼ ਵਿੱਚ ਮੌਜੂਦਾ ਸਫ਼ਿਆਂ ਦੀ ਗਿਣਤੀ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "ਪੂਰਾ ਸਫ਼ਾ ਵਰਤੋਂ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "ਯੂਨਿਟ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "ਪਰਸੰਗ ਵਿੱਚ ਦੂਰੀ ਮਾਪਣ ਵਾਸਤੇ ਇਕਾਈ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "ਡਾਈਲਾਗ ਵੇਖਾਓ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "ਸੱਚ, ਜੇਕਰ ਪਰਿੰਟਿੰਗ ਦੌਰਾਨ ਤਰੱਕੀ ਡਾਈਲਾਗ ਵੇਖਾਉਣਾ ਹੈ।"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "ਅਸਮਕਾਲੀ ਵਰਤੋਂ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "ਸੱਚ, ਜੇਕਰ ਪਰਿੰਟ ਕਾਰਵਾਈ ਅਸਮਕਾਲੀ ਢੰਗ ਨਾਲ ਚੱਲ ਸਕਦਾ ਹੋਵੇ।"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "ਫਾਇਲ-ਨਾਂ ਐਕਸਪੋਰਟ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "ਹਾਲਤ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "ਪਰਿੰਟਰ ਦੀ ਕਾਰਜਕਾਰੀ ਹਾਲਤ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "ਹਾਲਤ ਸਤਰ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "ਹਾਲਤ ਦੀ ਪੜ੍ਹਨਯੋਗ ਵੇਰਵਾ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "ਮੌਜਦਾ ਟੈਬ ਲੇਬਲ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "ਕਸਟਮ ਵਿਦਗਿਟ ਰੱਖਣ ਵਾਲੀ ਟੈਬ ਲਈ ਲੇਬਲ ਹੈ।"
|
||||
|
||||
@ -4583,39 +4583,39 @@ msgstr "ਮੈਟਰਿਕ"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "ਫੁੱਟੇ ਲਈ ਵਰਤਣ ਲਈ ਮੈਟਰਿਕ"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "ਦਸ਼ਮਲਵ ਦੀ ਗਿਣਤੀ ਜੋ ਕਿ ਮੁੱਲ ਵਿੱਚ ਦਿੱਸੇਗੀ"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "ਮੁੱਲ ਕੱਢੋ"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "ਕੀ ਮੌਜੂਦਾ ਮੁੱਲ ਪਗਕਾਰ ਤੇ ਅਗਲ਼ੀ ਸਤਰ ਵੇਖਾ ਰਿਹਾ ਹੈ"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "ਟਿਕਾਣਾ ਮੁੱਲ"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "ਟਿਕਾਣਾ ਜਿੱਥੇ ਮੌਜੂਦਾ ਮੁੱਲ ਵੇਖਾ ਰਿਹਾ ਹੈ"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "ਪਗਕਾਰ ਲੰਬਾਈ"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "ਪੈਮਾਨੇ ਦੇ ਪਗਕਾਰ ਦੀ ਲੰਬਾਈ"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "ਮੁੱਲ ਦੀ ਥਾਂ"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "ਖਾਲ਼ੀ ਥਾਂ, ਸ਼ਬਦ ਅਤੇ ਪਗਕਾਰ/ਕੁੰਡ ਖੇਤਰ ਵਿੱਚ"
|
||||
|
||||
|
@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.HEAD.pl\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-03 21:07+0100\n"
|
||||
"Last-Translator: Tomasz Dominikowski <dominikowski@gmail.com>\n"
|
||||
"Language-Team: Aviary.pl <gnomepl@aviary.pl>\n"
|
||||
@ -124,11 +124,11 @@ msgstr "Rozdzielczość czcionki"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Rozdzielczość czcinek na ekranie"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Nazwa programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -136,43 +136,43 @@ msgstr ""
|
||||
"Nazwa programu. Jeżeli nie jest ustawiona, domyślnie zostanie użyta funkcja "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Wersja programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Wersja programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Prawa autorskie"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Informacje o prawach autorskich programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Ciąg opisowy"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Opis programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Adres strony domowej"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "Adres URL odnośnika do strony domowej programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Etykieta strony domowej"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -180,47 +180,47 @@ msgstr ""
|
||||
"Etykieta odnośnika do strony domowej programu. Jeżeli nie jest ustawiona, "
|
||||
"domyślnie przedstawia adres URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Autorzy"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Lista autorów programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Autorzy dokumentacji"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Lista osób tworzących dokumentację programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artyści"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Lista osób współpracujących przy tworzeniu szaty graficznej programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
"Aviary.pl <gnomepl@aviary.pl>, 2007 - 2009\n"
|
||||
"Piotr Makowski <pmakowski@aviary.pl>, 2009\n"
|
||||
"Tomasz Dominikowski <tdominikowski@aviary.pl>, 2009."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Zasługi tłumaczy. Ten ciąg powinien zostać oznaczony do tłumaczenia"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -228,19 +228,19 @@ msgstr ""
|
||||
"Logo dla okna z informacją o programie. Jeżeli nie jest ustawione, domyślnie "
|
||||
"przyjmuje wartość gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Nazwa ikony logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Ikona używana jako logo w oknie z informacją o programie."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Zawijanie licencji"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Określa, czy tekst licencji powinien być zawijany."
|
||||
|
||||
@ -612,59 +612,59 @@ msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
"Wymusza dopasowanie współczynnika proporcji do ramki elementu potomnego"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Dopełnienie nagłówków"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Liczba pikseli wokół nagłówka."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Dopełnienie zawartości "
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Liczba pikseli wokół stron zawartości"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Typ strony"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Typ strony asystenta"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Tytuł strony"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Tytuł strony asystenta"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Obraz nagłówka"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Obraz nagłówka strony asystenta"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Obraz boczny"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Obraz boczny strony asystenta"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Strona kompletna"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Czy wszystkie wymagane pola na stronie zostały wypełnione"
|
||||
|
||||
@ -936,7 +936,7 @@ msgstr ""
|
||||
"Określa, czy właściwości child_displacement_x/_y powinny również mieć wpływ "
|
||||
"na prostokąt zaznaczenia"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Krawędź wewnętrzna"
|
||||
|
||||
@ -1353,7 +1353,7 @@ msgstr "Szybkość wzrostu"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Przyśpieszenie przy przytrzymaniu przycisku"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Cyfry"
|
||||
|
||||
@ -2224,11 +2224,11 @@ msgid ""
|
||||
msgstr ""
|
||||
"Krawędź pomiędzy tekstem a ramką. Nadpisuje właściwość stylu inner-border"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Niewidoczny znak"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "Znak używany przy maskowaniu zawartości wejścia (w trybie hasła)"
|
||||
|
||||
@ -2505,32 +2505,32 @@ msgstr "Krawędź paska postępu"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Krawędź wokół paska postępu"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Krawędź pomiędzy tekstem a ramką."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Hint stanu"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
"Określa, czy przekazywać właściwy stan podczas rysowania cienia lub tła"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Zaznaczanie zawartości podczas zaznaczenia"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Określa, czy zaznaczyć zawartość wejścia, kiedy zostanie zaznaczone"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Limit czasu podpowiedzi hasła"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"Określa, jak długo ma być wyświetlany ostatni wprowadzony znak w polach z "
|
||||
@ -4166,7 +4166,7 @@ msgstr "Ustawienia drukarki"
|
||||
msgid "Page Setup"
|
||||
msgstr "Ustawienia strony"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Śledzenie stanu drukowania"
|
||||
|
||||
@ -4178,51 +4178,51 @@ msgstr ""
|
||||
"Ustawione, jeżeli zadanie wydruku będzie kontynuowało wysyłanie sygnałów "
|
||||
"status-changed po wysłaniu danych drukowania na drukarkę lub serwer wydruku."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Domyślne ustawienia strony"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "Domyślnie użyte GtkPageSetup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Ustawienia wydruku"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "GtkPrintSettings użyte do zainicjowania okna"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Nazwa zadania"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Ciąg tekstowy użyty do identyfikacji zadania wydruku."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Liczba stron"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Licba stron w dokumencie"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Bieżąca strona"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Bieżąca strona w dokumencie"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Cała strona"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4230,7 +4230,7 @@ msgstr ""
|
||||
"Określa, czy początek kontekstu powinien znajdować się w narożniku strony a "
|
||||
"nie w narożniku obrazowanego obszaru"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4238,56 +4238,56 @@ msgstr ""
|
||||
"Określa, czy operacja wydruku będzie kontynuować zgłaszanie stanu zadania "
|
||||
"wydruku po wysłaniu danych wydruku na drukarkę lub serwer drukowania."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Jednostka"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Jednostka, według której mierzone są odległości w kontekście"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Okno dialogowe"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
"Określa, czy podczas drukowania wyświetlane jest okno dialogowe postępu."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Asynchronicznie"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "Ustawione, jeżeli proces wydruku może być uruchomiony asynchronicznie."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Nazwa eksportowanego pliku"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Stan"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Stan operacji wydruku"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Ciąg tekstowy stanu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Czytelny dla człowieka opis stanu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Etykieta własnej karty"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Etykieta karty zawierającej własne widżety."
|
||||
|
||||
@ -4781,41 +4781,41 @@ msgstr "Miara"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Miara używana przez linijkę"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Maksymalna liczba wyświetlanych cyfr dziesiętnych wartości"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Wyświetlanie wartości"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Określa, czy obok suwaka powinna być wyświetlana w formie tekstu bieżąca "
|
||||
"wartość"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Pozycja wartości"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Pozycja, na której powinna być wyświetlana bieżąca wartość"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Długość suwaka"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Długość suwaka skali"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Odstęp wartości"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Odstęp pomiędzy tekstem zawierającym wartość i obszarem suwaka"
|
||||
|
||||
|
3395
po-properties/ps.po
3395
po-properties/ps.po
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 2.26\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-04 23:55+0000\n"
|
||||
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
|
||||
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
|
||||
@ -116,11 +116,11 @@ msgstr "Resolução da fonte"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "A resolução das fontes no ecrã"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Nome da aplicação"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -128,43 +128,43 @@ msgstr ""
|
||||
"O nome da aplicação. Se não estiver definido, por omissão será "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Versão da aplicação"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "A versão da aplicação"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Declaração de copyright"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Informação de copyright da aplicação"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Texto de comentários"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Comentários sobre a aplicação"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL da Página Web"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "O URL do link para a página web da aplicação"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Etiqueta da página web"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -172,46 +172,46 @@ msgstr ""
|
||||
"A etiqueta para o link para a página web da aplicação. Se não estiver "
|
||||
"definida, por omissão será o URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Autores"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Uma lista com os autores da aplicação"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Documentadores"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Lista de pessoas que elaboraram a documentação da aplicação"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artistas"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Lista de pessoas que contribuíram com arte para a aplicação"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Créditos de tradução"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Créditos para os tradutores. Esta expressão deverá ser marcada como "
|
||||
"traduzível"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logotipo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -219,19 +219,19 @@ msgstr ""
|
||||
"Um logotipo para a caixa \"sobre\". Se não estiver definido, por omissão "
|
||||
"será o resultado de gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Nome do Ícone de Logotipo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Um nome de ícone a utilizar como logotipo para a caixa \"sobre\"."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Quebra de linha na licença"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Se quebrar ou não o texto da licença."
|
||||
|
||||
@ -601,59 +601,59 @@ msgstr "Obedecer ao filho"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Forçar o rácio de aparência para coincidir com o da moldura do filho"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Espaçamento do Cabeçalho"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Número de pixels em torno do cabeçalho."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Espaçamento do Conteúdo"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Número de pixels em torno das páginas de conteúdo."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Tipo de página"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "O tipo de página de assistente"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Título da página"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "O título da página de assistente"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Imagem de cabeçalho"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Imagem de cabeçalho para a página de assistente"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Imagem da barra lateral"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Imagem da barra lateral da página de assistente"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Página terminada"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Se todos os campos obrigatórios da página foram ou não preenchidos"
|
||||
|
||||
@ -912,7 +912,7 @@ msgstr ""
|
||||
"Se as propriedades child_displacement_x/_y deverão ou não também afectar o "
|
||||
"rectângulo de foco"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Margem Interior"
|
||||
|
||||
@ -1328,7 +1328,7 @@ msgstr "Rácio de incremento"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "O rácio de acelaração quando se mantém um botão premido"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Dígitos"
|
||||
|
||||
@ -2181,11 +2181,11 @@ msgid ""
|
||||
msgstr ""
|
||||
"Margem entre o texto e a moldura. Sobrepõe-se à propriedade de margem interna"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Caracter de invisibilidade"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"O caracter a utilizar para mascarar entradas de conteúdo (em \"modo senha\")"
|
||||
@ -2464,31 +2464,31 @@ msgstr "Margem do Progresso"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Margem em torno da barra de progresso"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Margem entre o texto e a moldura."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Dica de Estado"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Se indicar ou não um estado apropriado ao desenhar sombras ou o fundo"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Seleccionar no foco"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Se seleccionar ou não o conteúdo da entrada quando esta obtém o foco"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Expiração Temporal da Dica de Senha"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"Durante quanto tempo apresentar o último caracter introduzido em entradas "
|
||||
@ -4124,7 +4124,7 @@ msgstr "Definições da impressora"
|
||||
msgid "Page Setup"
|
||||
msgstr "Configuração da Página"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Acompanhar o Estado da Impressora"
|
||||
|
||||
@ -4137,51 +4137,51 @@ msgstr ""
|
||||
"estado após os dados de impressão terem sido enviados para a impressora ou "
|
||||
"servidor de impressão."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Configuração por Omissão da Página"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "O GtkPageSetup utilizado por omissão"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Definições de Impressão"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "As GtkPrintSettings utilizadas para inicializar este diálogo"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Nome do Trabalho"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Uma expressão utilizada para identificar o trabalho de impressão."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Número de Páginas"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "O número de páginas no documento."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Página Actual"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "A página actual no documento"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Utilizar página completa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4189,7 +4189,7 @@ msgstr ""
|
||||
"TRUE se a origem do contexto deveria estar no canto da página e não no canto "
|
||||
"da área de imagem"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4198,55 +4198,55 @@ msgstr ""
|
||||
"trabalho de impressão após os dados de impressão terem sido enviados para a "
|
||||
"impressora ou o servidor de impressão."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Unidade"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "A unidade em que as distâncias podem ser medidas dentro do contexto"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Apresentar Diálogo"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "TRUE se um diálogo de progresso for apresentado durante a impressão."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Permitir Assíncrono"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "TRUE se for possível o processo de impressão ser assíncrono."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Nome de ficheiro de exportação"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "O estado da operação de impressão"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Expressão de Estado"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Uma descrição do estado interpretável pelo utilizador"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Etiqueta do separador personalizado"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Etiqueta do separador que contém widgets personalizados."
|
||||
|
||||
@ -4746,41 +4746,41 @@ msgstr "Métrica"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "A métrica utilizada para a régua"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "O número de casas decimais que são apresentadas no valor"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Apresentar Valor"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Se o valor actual é ou não apresentado como texto ao lado da barra de "
|
||||
"rolamento"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Posição do Valor"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "A posição onde é apresentado o valor actual"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Comprimento de Rolamento"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Comprimento da escala de rolamento"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Espaçamento do valor"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Espaço entre o texto de valor e a área da barra de rolamento/indicador"
|
||||
|
||||
|
@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-05 00:55-0300\n"
|
||||
"Last-Translator: Andre Gondim <andregondim@ubuntu.com>\n"
|
||||
"Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n"
|
||||
@ -119,54 +119,54 @@ msgstr "Resolução da fonte"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "A resolução para fontes na tela"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Nome do programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
"O nome do programa. Se não definido, o padrão é g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Versão do programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "A versão do programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "String de copyright"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Informações de copyright do programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "String de comentários"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Comentários sobre o programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL do website"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "O URL para o link do website do programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Rótulo do website"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -174,45 +174,45 @@ msgstr ""
|
||||
"O rótulo para o link do website do programa. Se não definido, o padrão é o "
|
||||
"URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Autores"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "A lista dos autores do programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Documentadores"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Lista das pessoas que estão documentando o programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artistas"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
"Lista das pessoas que tem contribuído com trabalhos artísticos ao programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Créditos dos tradutores"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Créditos aos tradutores. Esta string deve ser definida como traduzível"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -220,20 +220,20 @@ msgstr ""
|
||||
"Um logo para a caixa \"sobre\". Se não definido, o padrão é "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Nome do ícone de logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
"Um ícone nomeado para ser usado como o logo da caixa de diálogo \"sobre\"."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Quebrar texto da licença"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Quebrar ou não as linhas do texto da licença."
|
||||
|
||||
@ -602,59 +602,59 @@ msgstr "Obedecer ao filho"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Força taxa de proporção a acompanhar a do filho dentro da moldura"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Preenchimento de cabeçalho"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Número de pixels ao redor do cabeçalho."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Preenchimento de conteúdo"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Número de pixels ao redor das páginas de conteúdo."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Tipo de página"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "O tipo de página do assistente"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Título da página"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "O título da página do assistente"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Imagem do cabeçalho"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Imagem de cabeçalho para a página do assistente"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Imagem da barra lateral"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Imagem de barra lateral para a página do assistente"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Página completa"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Se todos os campos exigidos da página foram preenchidos"
|
||||
|
||||
@ -914,7 +914,7 @@ msgstr ""
|
||||
"Se as propriedades \"child_displacement_x/_y\" devem afetar também o "
|
||||
"retângulo de foco"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Borda interna"
|
||||
|
||||
@ -1329,7 +1329,7 @@ msgstr "Taxa de aumento"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "O taxa de aceleração quando você mantém o botão pressionado"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Dígitos"
|
||||
|
||||
@ -2180,11 +2180,11 @@ msgid ""
|
||||
msgstr ""
|
||||
"Borda entre texto e moldura. Ignora a propriedade de estilo \"inner-border\""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Caractere de invisibilidade"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"O caractere usado para mascarar o conteúdo digitado (em \"modo senha\")"
|
||||
@ -2463,31 +2463,31 @@ msgstr "Borda do progresso"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Borda ao redor da barra de progesso"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Borda entre texto e moldura."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Dica de estado"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Se um estado apropriado é passado ao desenhar sombra ou plano de fundo"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Selecionar ao focar"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Selecionar ou não o conteúdo de uma entrada quando ela obtém o foco"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Tempo limite da dica de senha"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"Por quanto tempo mostrar o último caractere digitado em entradas ocultas"
|
||||
@ -4118,7 +4118,7 @@ msgstr "Configurações da impressora"
|
||||
msgid "Page Setup"
|
||||
msgstr "Configurações de página"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Acompanhar estado da impressão"
|
||||
|
||||
@ -4131,51 +4131,51 @@ msgstr ""
|
||||
"changed\" após os dados de impressão terem sido enviados à impressora ou "
|
||||
"servidor de impressão."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Configuração padrão de impressão"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "O GtkPageSetup usado por padrão"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Configurações de impressão"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "As GtkPrintSettings usadas para iniciar o diálogo"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Nome do trabalho"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Uma string usada para identificar o trabalho de impressão."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Número de páginas"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "O número de páginas no documento."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Página atual"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "A página atual no documento"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Usar página inteira"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4183,7 +4183,7 @@ msgstr ""
|
||||
"VERDADEIRO se a origem do contexto deveria ser no canto da página e não o "
|
||||
"canto da área onde pode haver uma imagem"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4192,57 +4192,57 @@ msgstr ""
|
||||
"trabalho de impressão após os dados da impressão terem sido enviados à "
|
||||
"impressora ou ao servidor de impressão."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Unidade"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "A unidade na qual as distâncias podem ser medidas no contexto"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Mostrar diálogo"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
"VERDADEIRO se um diálogo de progresso for mostrado durante a impressão."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Permitir assíncrono"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
"VERDADEIRO se o processo de impressão puder ser executado assincronamente."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Exportar nome do arquivo"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "O estado da operação de impressão"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "\"String\" de estado"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Uma descrição do estado legível"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Rótulo de aba personalizada"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Rótulo para a aba contendo widgets personalizados."
|
||||
|
||||
@ -4739,40 +4739,40 @@ msgstr "Métrica"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "A métrica usada para a régua"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "O número de casas decimais exibidas no valor"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Mostrar valor"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Se o valor atual é exibido como uma \"string\" próxima à barra de deslizar"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Posição do valor"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "A posição onde o valor atual é exibido"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Comprimento da barra deslizante"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Comprimento da barra deslizante da escala"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Valor de espaçamento"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Espaço entre o texto do valor e a área da barra de deslizar/calha"
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-07 21:14+0200\n"
|
||||
"Last-Translator: Mișu Moldovan <dumol@gnome.ro>\n"
|
||||
"Language-Team: Română <gnomero-list@lists.sourceforge.net>\n"
|
||||
@ -115,11 +115,11 @@ msgstr "Rezoluție fonturi"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Rezoluția fonturilor pentru ecran"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Nume aplicație"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -127,43 +127,43 @@ msgstr ""
|
||||
"Numele aplicației. În cazul în care nu e setat, se utilizează "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Versiune aplicație"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Versiunea aplicației"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Drepturi de autor"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Drepturile de autor pentru această aplicație"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Alte informații"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Informații despre aplicație"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Adresă website"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "Adresa website-ului aplicației"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Etichetă website"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -171,44 +171,44 @@ msgstr ""
|
||||
"Eticheta pentru adresa website-ului programului. Dacă nu e inițializată, se "
|
||||
"utilizează adresa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Autori"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Lista autorilor programului"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Documentariști"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Lista persoanelor ce au documentat programul"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artiști"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Lista persoanelor cu contribuții artistice la program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Traducători"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Lista traducătorilor. Acest șir trebuie marcat ca traductibil"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -216,19 +216,19 @@ msgstr ""
|
||||
"Un logo pentru fereastra „Despre”. Dacă nu există, se va utiliza "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Nume iconiță logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "O iconiță desemnată ca logo al programului."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Rupere rânduri licență"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Specifică dacă textul licenței să aibă rândurile rupte."
|
||||
|
||||
@ -595,59 +595,59 @@ msgstr "Potrivește după copil"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Forțează proporția să se potrivească cu copilul cadrului"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Umplere antet"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Numărul pixelilor din jurul antetului."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Umplere conținut"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Numărul pixelilor din jurul conținutului."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Tip pagină"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Tipul paginii asistentului"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Titlu pagină"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Titlul paginii asistentului"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Imagine antet"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Imagine antet pentru pagina asistentului"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Imagine laterală"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Imagine laterală pentru pagina asistentului"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Pagină completă"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Specifică dacă toate câmpurile din pagină au fost completate"
|
||||
|
||||
@ -912,7 +912,7 @@ msgstr ""
|
||||
"Specifică dacă proprietățile child_displacement_x/_y ar trebui să afecteze "
|
||||
"și aria focusului"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Margine interioară"
|
||||
|
||||
@ -1328,7 +1328,7 @@ msgstr "Rată de creștere"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Rata de accelerare la apăsarea prelungită a butonului"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Cifre"
|
||||
|
||||
@ -2188,11 +2188,11 @@ msgstr ""
|
||||
"Spațiu între text și cadru. Suprascrie proprietatea de stil margine-"
|
||||
"interioară"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Caracter invizibil"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Caracterul utilizat pentru a masca conținutul intrării (în „modul parolă”)"
|
||||
@ -2468,33 +2468,33 @@ msgstr "Margine progres"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Margine în jurul barei de progres"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Margine între text și cadru."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Indiciu stare"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
"Speicifică dacă să se transmită starea curentă când se desenează o umbră sau "
|
||||
"fundalul"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Selectează la focus"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Specifică dacă la focus să fie selectat conținutul intrării"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Time-out caractere parolă"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "Cât timp e afișat ultimul caracter introdus în intrări ascunse"
|
||||
|
||||
@ -4128,7 +4128,7 @@ msgstr "Opțiuni imprimantă"
|
||||
msgid "Page Setup"
|
||||
msgstr "Opțiuni pagină"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Urmărește starea imprimantei"
|
||||
|
||||
@ -4140,52 +4140,52 @@ msgstr ""
|
||||
"TRUE dacă sarcina de tipărire va continua să emită semnale de schimbare a "
|
||||
"stării după ce datele de tipărit au fost trimise imprimantei."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Opțiuni pagină implicită"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "GtkPageSetup de utilizat implicit"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Opțiuni tipărire"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "GtkPrintSettings de utilizat pentru inițializarea dialogului"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Nume sarcină"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
"Un șir de caractere utilizat pentru identificarea sarcinii de tipărire."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Număr de pagini"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Numărul de pagini în document."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Pagină curentă"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Pagina curentă în document"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Utilizează toată pagina"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4193,7 +4193,7 @@ msgstr ""
|
||||
"TRUE dacă originea contextului ar trebui sa fie în colțul paginii și nu în "
|
||||
"colțul ariei imaginabile"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4201,56 +4201,56 @@ msgstr ""
|
||||
"TRUE dacă operațiunea de tipărire va continua să raporteze starea sarcinii "
|
||||
"de tipărire după ce datele necesare au fost trimise imprimantei."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Unitate"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Unitate de măsură de utilizat în acest context"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Arată progresul"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
"TRUE dacă ar trebui să se arate un dialog de progres în timpul tipăririi."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Procesare asincronă"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "TRUE dacă procesul de tipărire se poate desfășura asincron."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Exportă numele de fișier"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Stare"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Starea operațiunii de tipărire"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Descriere stare"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "O descriere ușor de înțeles a stării"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Etichetă tab personalizată"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Etichetă pentru tabul ce conține widgeturi personalizate."
|
||||
|
||||
@ -4750,40 +4750,40 @@ msgstr "Metrică"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Unitatea metrică utilizată pentru riglă"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Numărul de valori zecimale afișate în valoare"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Arată poziția"
|
||||
|
||||
# Wild guess... Mișu
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Specifică dacă poziția curentă este afișată ca un șir lângă derulator"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Locație poziție"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Locul unde e afișată poziția curentă"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Lungime derulator"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Lungimea derulatorului din bara de derulare"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Distanță spațiere"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Distanța dintre textul poziției și aria derulatorului"
|
||||
|
||||
|
@ -11,7 +11,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.gtk-2-8\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2006-08-15 19:52+0200\n"
|
||||
"Last-Translator: Nickolay V. Shmyrev <nshmyrev@yandex.ru>\n"
|
||||
"Language-Team: Russian <gnome-cyr@gnome.org>\n"
|
||||
@ -119,11 +119,11 @@ msgstr "Разрешение шрифта"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Разрешение шрифтов на экране"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Имя программы"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -131,43 +131,43 @@ msgstr ""
|
||||
"Имя программы. Если не установлено, по умолчанию используется "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Версия программы"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Версия программы"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Строка авторского права"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Информация о авторском праве программы"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Строка комментария"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Комментарии о программе"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL веб-сайта"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "URL для ссылки на веб-сайт программы"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Ярлык веб-сайта"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -175,45 +175,45 @@ msgstr ""
|
||||
"Ярлык ссылки на веб-сайт программы. Если не установлен, по умолчанию "
|
||||
"соответствует URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Авторы"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Список авторов программы"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Авторы документации"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Список авторов документации программы"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Художники"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Список участвовавших в художественном оформлении программы"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Переводчики"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Благодарности переводчикам. Эти строки должны быть помечены как переводимые"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Значок"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -221,19 +221,19 @@ msgstr ""
|
||||
"Значок для окна «О программе». Если не установлено, по умолчанию используется "
|
||||
"результат gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Имя значка логотипа"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Имя значка для использования в качестве логотипа окна «О программе»."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Перенос лицензии"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Переносить ли текст лицензии"
|
||||
|
||||
@ -611,59 +611,59 @@ msgstr ""
|
||||
"Привести коэффициент пропорциональности в соответствие с таковым у дочернего "
|
||||
"элемента рамки"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Пространство заголовка"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Число пустых пикселей вокруг заголовка."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Пространство содержимого"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Число пустых пикселей вокруг содержимого."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Тип страниц"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Тип страниц помощника"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Заголовок страниц"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Заголовок страницы помощника"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Изображение заголовка"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Изображение заголовка страницы помощника"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Изображение боковой области"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Изображение боковой области помощника"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Страница заполнена"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Заполнены ли все требуемые поля на этой странице"
|
||||
|
||||
@ -926,7 +926,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Влияют ли свойства child_displacement_x/_y также и на прямоугольник фокуса"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Внутреннее окаймление"
|
||||
|
||||
@ -1341,7 +1341,7 @@ msgstr "Ускорение"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Ускорение прокрутки значений при удерживании нажатой кнопки"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Цифры"
|
||||
|
||||
@ -2192,11 +2192,11 @@ msgid ""
|
||||
msgstr ""
|
||||
"Отступ между текстом и рамкой. Переопределяет свойство стиля inner-border"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Невидимый символ"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Символ, используемый для сокрытия содержимого поля ввода (в «режиме пароля»)"
|
||||
@ -2475,32 +2475,32 @@ msgstr "Пространство вокруг индикатора прогре
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Отступы вокруг индикатора прогресса"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Отступ между текстом и рамкой."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Подсказка состояния"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Передавать ли состояние поля ввода для отрисовки тени или фона"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Выделять при фокусировании"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
"Будет ли содержимое поля ввода выделяться когда поле ввода получает фокус"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Задержка подсказки в пароле"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"Как долго показывать последний введённый символ в элементах ввода пароля"
|
||||
@ -4129,7 +4129,7 @@ msgstr "Настройки принтера"
|
||||
msgid "Page Setup"
|
||||
msgstr "Настройки страницы"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Следить за состоянием принтера"
|
||||
|
||||
@ -4141,51 +4141,51 @@ msgstr ""
|
||||
"Установлено, если эта задача будет порождать сигнал «status-changed» при "
|
||||
"отсылке данных на принтер или сервер печати."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Настройки страницы по умолчанию"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "Объект GtkPageSetup используемый по умолчанию"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Настройки печати"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "Объект GtkPrintSettings, используемый для инициализации диалога"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Имя задачи"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Строка, используемая для идентификации задачи печати."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Число страниц"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Число страниц в документе."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Текущая страница"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Текущая страница документа"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Использовать страницу целиком"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4193,7 +4193,7 @@ msgstr ""
|
||||
"Установлено, если угол печатаемых данных должен располагаться в вершине "
|
||||
"страницы, а не в вершине отображаемой области"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4201,56 +4201,56 @@ msgstr ""
|
||||
"Установлено, если задача печати будет сообщать о своем состоянии даже после "
|
||||
"того, как данные будут отосланы на принтер или сервер печати."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Единицы"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Единицы, в которых измеряются размеры"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Показать диалог"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
"Установлено, если во время печати показывается диалог текущего состояния."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Разрешить асинхронно"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "Установлено, если процесс печати может происходить асинхронно."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Файл"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Состояние"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Состояние операции печати"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Строка состояния"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Описание статуса, показываемое пользователю"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Настраиваемая метка вкладки"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Метка для вкладки, содержащей дополнительные элементы."
|
||||
|
||||
@ -4752,39 +4752,39 @@ msgstr "Метрическая система"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Система единиц, используемая для линейки"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Число десятичных цифр, отображаемых для значения"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Показывать значение"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Будет ли текущее значение отображаться в виде строки рядом с ползунком"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Расположение значения"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Место, в котором отображается текущее значение"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Длина полосы прокрутки"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Длина полосы прокрутки"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Отступ значения"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
"Расстояние между отображаемым значением и областью ползунка/направляющей"
|
||||
|
@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 317\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2004-11-17 21:21-0700\n"
|
||||
"Last-Translator: Steve Murphy <murf@e-tools.com>\n"
|
||||
"Language-Team: Kinyarwanda <en@li.org>\n"
|
||||
@ -137,63 +137,63 @@ msgstr "Utudomo"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "i Urutonde ku i Mugaragaza"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
#, fuzzy
|
||||
msgid "Program name"
|
||||
msgstr "Izina:"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr "Izina: Bya i Porogaramu iyi ni OYA Gushyiraho Kuri"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
#, fuzzy
|
||||
msgid "Program version"
|
||||
msgstr "Verisiyo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
#, fuzzy
|
||||
msgid "The version of the program"
|
||||
msgstr "Verisiyo Bya i Porogaramu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
#, fuzzy
|
||||
msgid "Copyright string"
|
||||
msgstr "Ikurikiranyanyuguti"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
#, fuzzy
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Ibisobanuro kugirango i Porogaramu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
#, fuzzy
|
||||
msgid "Comments string"
|
||||
msgstr "Ikurikiranyanyuguti"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
#, fuzzy
|
||||
msgid "Comments about the program"
|
||||
msgstr "Ibyerekeye i Porogaramu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
#, fuzzy
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "kugirango i Ihuza Kuri i Webu Bya i Porogaramu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
#, fuzzy
|
||||
msgid "Website label"
|
||||
msgstr "Akarango"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
@ -202,48 +202,48 @@ msgstr ""
|
||||
"Akarango kugirango i Ihuza Kuri i Webu Bya i Porogaramu iyi ni OYA "
|
||||
"Gushyiraho Kuri i"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Abahanzi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
#, fuzzy
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Bya Abahanzi Bya i Porogaramu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
#, fuzzy
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Bya Abantu i Porogaramu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
#, fuzzy
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Bya Abantu Kuri i Porogaramu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Kuri i Ikurikiranyanyuguti cy/ byagarajwe Nka"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "ikirango"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
@ -251,23 +251,23 @@ msgid ""
|
||||
msgstr ""
|
||||
"A ikirango kugirango i Ibyerekeye Agasanduku iyi ni OYA Gushyiraho Kuri"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
#, fuzzy
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
"A Agashushondanga Kuri Gukoresha Nka i ikirango kugirango i Ibyerekeye "
|
||||
"Agasanduku"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
#, fuzzy
|
||||
msgid "Wrap license"
|
||||
msgstr "Ubwoko Gushyiraho"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
#, fuzzy
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Kuri Gihinguranya i Umwandiko"
|
||||
@ -681,70 +681,70 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Kuri BIHUYE Bya i"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "Wuzuza:"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Bya i"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "Wuzuza:"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Bya i Ibigize"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Ubwoko"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Ubwoko Bya Ubutumwa"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "ingono y'urupapuro"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Umutwe Bya i Idirishya"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Agaciro"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Agaciro"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "ingono y'urupapuro"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -1027,7 +1027,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr "i Y Indangakintu... i Urukiramende"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "uburyo bw'ishungura"
|
||||
@ -1494,7 +1494,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Igipimo Ryari: Hasi a Akabuto"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr ""
|
||||
|
||||
@ -2501,12 +2501,12 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
#, fuzzy
|
||||
msgid "Invisible character"
|
||||
msgstr "Inyuguti"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
#, fuzzy
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
@ -2833,34 +2833,34 @@ msgstr "uburyo bw'ishungura"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "ku i Aho bigeze"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Kuri Gukoresha Nka a Ryari: Igishushanyo i Umwandiko Mbuganyuma"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
#, fuzzy
|
||||
msgid "Select on focus"
|
||||
msgstr "ku"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
#, fuzzy
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Kuri Guhitamo i Ibigize Bya Icyinjijwe Ryari: ni"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4711,7 +4711,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "ingono y'urupapuro"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4721,122 +4721,122 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
# svx/sdi\svxslots.src:SID_ATTR_CHAR_FONT.text
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Izina ry'Umukono"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Bya"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Umubare Bya Imbariro in i imbonerahamwe#"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
#, fuzzy
|
||||
msgid "The current page in the document"
|
||||
msgstr "Ipaji Ingano Bya i"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
#, fuzzy
|
||||
msgid "Use full page"
|
||||
msgstr "Alufa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "iganira "
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
#, fuzzy
|
||||
msgid "Allow Async"
|
||||
msgstr "ubusa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Izina ry'idosiye"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Mukomatanya Leta Bya i Akabuto"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "Kugena Urwunge rw'ibara:"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -5375,44 +5375,44 @@ msgstr "gikoresha imibare"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Ubugari kugirango Ikintu"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
#, fuzzy
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Umubare Bya NYACUMI Imyanya in i Agaciro"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
#, fuzzy
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "i KIGEZWEHO Agaciro ni Nka a Ikurikiranyanyuguti Komeza>> Kuri i"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
#, fuzzy
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Ibirindiro in i KIGEZWEHO Agaciro ni"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
#, fuzzy
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Bya"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
#, fuzzy
|
||||
msgid "Value spacing"
|
||||
msgstr "Isigamwanya"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
#, fuzzy
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "hagati Agaciro Umwandiko Na i Ubuso"
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: si\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2008-02-12 15:03+0530\n"
|
||||
"Last-Translator: Danishka Navin <danishka@gmail.com>\n"
|
||||
"Language-Team: Sinhala <en@li.org>\n"
|
||||
@ -116,96 +116,96 @@ msgstr "අක්ෂර විභේදනය"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "තිරය මත අක්ෂර සඳහා විභේදනය"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "වැඩ සටහන් නම"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr "වැඩ සටහනේ නම. මෙය සැකසුවේ නැත් නම් එහි ප්රකෘතිය g_get_application_name() වේ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "වැඩ සටහන් වෙළුම"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "වැඩ සටහනේ වෙළුම"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "කතු හිමිකම"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "වැඩසටහන පිළිබඳ කතු හිමිකම් වැකිය"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "සටහන් වැකිය"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "වැඩසටහන පිළිබද අදහස්"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "වියුණු අඩවි URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "වියුණු අඩවි ලේබලය"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr "වැඩසටහනේ වියුණු අඩවි පුරුක සඳහා ලේබලය. සකසා නොමැතිවිට URL එක පෙරනිමිය වේ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "නිර්මාණකරුවන්"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "වැඩසටහනේ නිර්මාණකරුවන් ලැයිස්තුව"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "ලේඛණ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "වැඩසටහන ලේඛණණාරුඩ කළ පිරිස"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "කළාකරුවන්"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "වැඩසටහනේ කළාත්මක කටයුතු සඳහා දායකත්වය දැක්වු කළ පිරිස"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "පරිවර්තන ස්තුතිය"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "ලාංජනය"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -213,19 +213,19 @@ msgstr ""
|
||||
"පිළිබදව කොටුව සඳහා සංකේතය. මෙය සැකසුවේ නැත් නම් එහි ප්රකෘතිය "
|
||||
"gtk_window_get_default_icon_list() වේ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "ලාංජන සංකේතයෙ නම"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "පිළිබදව කොටුව සඳහා ලාංජනය ලෙස භාවිතායට නාමික අයිකනය "
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -586,59 +586,59 @@ msgstr "child අනුව යන්න"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "දර්ශන අනුපාතය, රාමුවේ child හි දර්ශන අනුපාතයට සම කරන්න"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "ශීර්ෂක පිරවුම"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "ශීර්ෂකය වටා පික්සල ප්රමාණය"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "අන්තර්ගත පිරවුම"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "අන්තර්ගත පිටු වටා පික්සල ප්රමාණය"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "පිටු වර්ගය"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "සහායක පිටුවේ වර්ගය"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "පිටු සිරස්තලය"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "සහායක පිටුවේ සිරස්තලය"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "ශීර්ෂක පිළිඹිබුව"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "සහායක පිටුවේ පිළිඹිබුව"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "පැතිපුවරු පිළිඹිබුව"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "සහායක පිටුවේ පැතිපුවරු පිළිඹිබුව"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "සම්පූර්ණ පිටුව"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "පිටුවේ අවශ්ය සියළුම ක්ෂේත්ර පුරවා ඇතිද යන්න"
|
||||
|
||||
@ -885,7 +885,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr "child_displacement_x/_y පරාමිතීන් අවධාන-සෘජුකෝණාස්රයටත් බලපෑම් ඇතිකරයිද යන්න"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "ඇතුළත බොඩරය"
|
||||
|
||||
@ -1299,7 +1299,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "අංකිත"
|
||||
|
||||
@ -2136,11 +2136,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2434,31 +2434,31 @@ msgstr "වැඩ සටහන් වෙළුම"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "වැඩසටහන පිළිබද අදහස්"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4040,7 +4040,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "පිටු සැකසුම"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4050,111 +4050,111 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "ඒකකය"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "තත්වය"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4627,39 +4627,39 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -13,7 +13,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2008-09-19 15:04+0200\n"
|
||||
"Last-Translator: Pavol Šimo <palo.simo@gmail.com>\n"
|
||||
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
|
||||
@ -119,99 +119,99 @@ msgstr "Rozlíšenie písma"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Rozlíšenie písiem pre obrazovku"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Názov programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
"Názov programu. Ak tu nie je nastavené, aplikuje sa g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Verzia programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Verzia tohto programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Reťazec o autorských právach"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Informácie o autorských právach pre program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Reťazec komentárov"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Komentáre o programe"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL www stránky"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "URL odkazu na www stránku programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Označenie www stránky"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
"Popis odkazu na www stránku programu. Ak tu nie je nastavené, aplikuje sa URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Autori"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Zoznam autorov programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Autori dokumentácie"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Zoznam ľudí, ktorí dokumentujú program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Výtvarníci"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Zoznam ľudí, ktorí prispeli grafikou k programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Poďakovanie prekladateľom"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Poďakovanie prekladateľom. Tento reťazec by mal byť označený ako preložiteľný"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -219,20 +219,20 @@ msgstr ""
|
||||
"Logo pre dialógové okno O programe. Ak tu nie je nastavené, aplikuje sa "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Názov ikony loga"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
"Pomenovaná ikona, ktorá bude použitá ako logo pre dialógové okno O programe."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Zalomiť licenciu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Či zalomiť text licencie."
|
||||
|
||||
@ -594,59 +594,59 @@ msgstr "Sledovať potomka"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Vynútiť, aby pomer strán odpovedal potomkovi rámu"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Výplň hlavičky"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Počet pixelov okolo záhlavia."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Výplň obsahu"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Počet pixelov okolo stránok obsahu."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Typ stránky"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Typ stránky asistenta"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Titulok stránky"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Titulok stránky asistenta"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Obrázok záhlavia"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Obrázok záhlavia stránky asistenta"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Obrázok bočného panelu"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Obrázok bočného panelu stránky asistenta"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Stránka dokončená"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Či boli všetky povinné polia na stránke vyplnené"
|
||||
|
||||
@ -899,7 +899,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr "Či vlastnosti child_displacement_x/_y ovplyvňujú aj obdĺžnik ohniska"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Vnútorný okraj"
|
||||
|
||||
@ -1313,7 +1313,7 @@ msgstr "Rýchlosť rastu"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Zrýchlenie rastu pri podržaní tlačidla"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Desatinné miesta"
|
||||
|
||||
@ -2158,11 +2158,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr "Okraj medzi textom a rámikom. Predefinuje vlastnosť inner-border"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Neviditeľný znak"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "Znak použitý pre skrytie obsahu poľa (v \"režime hesiel\")"
|
||||
|
||||
@ -2471,33 +2471,33 @@ msgstr "Okraj pásika"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Text na prvku priebehu"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Okraj medzi textom a rámikom"
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Stavový reťazec"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Bitová mapa použitá ako maska pri kreslení pozadia textu"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Vybrať pri fokuse"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Či sa má obsah položky vybrať, ak získa fokus"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Časový limit náznaku hesla"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "Ako dlho zobrazovať posledný zadaný znak v skrytých vstupných poliach"
|
||||
|
||||
@ -4104,7 +4104,7 @@ msgstr "Nastavenia tlačiarne"
|
||||
msgid "Page Setup"
|
||||
msgstr "Nastavenia stránky"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Sledovať stav tlače"
|
||||
|
||||
@ -4116,51 +4116,51 @@ msgstr ""
|
||||
"TRUE ak tlačová úloha bude nadalej vydávať signály status-changed po tom,ako "
|
||||
"budú tlačové dáta odoslané na tlačiareň alebo tlačový server."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Predvolené nastavenia stránky"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "GtkPageSetup použitý by default"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Nastavenia tlače"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "GtkPrintSettings použité na nainicializovanie dialógu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Názov úlohy"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Reťazec na identifikovanie tlačovej úlohy."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Počet stránok"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Počet stránok v dokumente"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Aktuálna stránka"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Aktuálna stránka v dokumente"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Použiť celú stránku"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4168,7 +4168,7 @@ msgstr ""
|
||||
"Nastaviť na TRUE, ak má byť počiatok kontextu v rohu stránky a nie v rohu "
|
||||
"zobraziteľnej oblasti"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4176,55 +4176,55 @@ msgstr ""
|
||||
"Nastaviť na TRUE, ak má operácia tlače pokračovať v hlásení stavu tlačovej "
|
||||
"úlohy potom, ako boli dáta odoslané na tlačiareň alebo tlačový server."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Jednotka"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Jednotka, v ktorej majú byť merané vzdialenosti v kontexte"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Ukázať dialógové okno"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "Ak je TRUE, počas tlače sa zobrazí dialógové okno s jej priebehom"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Povoliť asynchrónnosť"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "Ak je TRUE, je povolený asynchrónny beh tlačového procesu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Názov exportného súboru"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Stav"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Stav tlačovej operácie"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Stavový reťazec"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Ľuďom zrozumiteľný opis stavu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Vlastný popis záložky"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Popis pre záložku obsahujúcu vlastné prvky"
|
||||
|
||||
@ -4715,39 +4715,39 @@ msgstr "Metrické"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Metrika použitá pre pravítko"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Počet zobrazených desatinných číslic z hodnoty"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Kresliť hodnotu"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Či je aktuálna hodnota zobrazená ako reťazec vedľa posuvníka"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Pozícia hodnoty"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Pozícia, kde má byť zobrazená aktuálna hodnota"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Dĺžka posuvníka"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Dĺžka posuvníka prvku rozsah"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Medzera hodnoty"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Medzera medzi hodnotou a oblasťou posuvníka"
|
||||
|
||||
|
@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: GTK+ 1.4.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-17 17:57+0100\n"
|
||||
"Last-Translator: Matej Urbančič <mateju@svn.gnome.org>\n"
|
||||
"Language-Team: slovenian <sl@li.org>\n"
|
||||
@ -121,11 +121,11 @@ msgstr "Ločljivost pisave"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Ločljivost pisav na zaslonu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Ime programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -133,43 +133,43 @@ msgstr ""
|
||||
"Ime programa. V primeru, da vrednost ni nastavljena, je privzeto določeno "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Različica programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Različica programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Niz o avtorskih pravicah"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Podatki o avtorskih pravicah za program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Niz komentarja"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Komentarji o programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL spletnega mesta"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "URL za povezavo do spletnega mesta programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Oznaka spletnega mesta"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -177,44 +177,44 @@ msgstr ""
|
||||
"Oznaka za povezavo do spletnega mesta programa. V primeru, da vrednost ni "
|
||||
"nastavljena, je privzeto uporabljen URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Avtorji"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Seznam avtorjev programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Pisci dokumentacije"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Seznam ljudi, ki so dokumentirali program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Umetniki"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Seznam ljudi, ki so programu prispevali umetniška dela"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Zasluge prevajalcev"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Zasluge prevajalcem. Ta niz bi moral biti označen kot prevedljiv"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logotip"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -222,19 +222,19 @@ msgstr ""
|
||||
"Logotip za polje o programu. V primeru, da vrednost ni nastavljena,je "
|
||||
"privzeto določena vrednost gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Ime ikone logotipa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Imenovana ikona, ki naj služi kot logotip v oknu o programu."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Prelomi licenco"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Ali naj bo besedilo licence prelomljeno."
|
||||
|
||||
@ -601,59 +601,59 @@ msgstr "Upoštevaj podrejen proces"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Vsili razmerje, ki ustreza podrejenemu predmetu okna"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Blazinjenje glave"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Število slikovnih točk okoli glave."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Blazinjenje vsebine"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Število slikovnih točk okoli vsebine strani."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Vrsta strani"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Vrsta pomožne strani"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Naslov strani"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Naziv pomožne strani"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Slika glave"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Slika glave pomožne strani"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Slika stranske vrstice"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Slika stranske vrstice pomožne strani"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Stran je dokončana"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Ali so bili vsa zahtevana polja na strani izpolnjena"
|
||||
|
||||
@ -914,7 +914,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr "Ali lastnost child_displacement_x/_y vpliva na dejavnost pravokotnika"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Notranji rob"
|
||||
|
||||
@ -1327,7 +1327,7 @@ msgstr "Pospešek"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Pospešek, ko držite gumb pritisnjen"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Števke"
|
||||
|
||||
@ -2174,11 +2174,11 @@ msgid ""
|
||||
msgstr ""
|
||||
"Rob med besedilom in okvirjem. Preglasi lastnost sloga notranjega roba."
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Nevidni znak"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Znak, ki naj se uporabi za maskiranje vsebine vnosa (za geselski način)"
|
||||
@ -2453,31 +2453,31 @@ msgstr "Nariši vrstice napredka"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Rob okoli vrstice napredka"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Rob med besedilom in okvirjem."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Namig stanja"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Ali naj se uporabi ustrezno stanje ob izrisu senc in ozadja"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Izbira ob dejavnosti"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Ali naj bo izbrana vsebina vnosa, kadar je vnos dejaven"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Časovna omejitev namiga za geslo"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "Kako dolgo naj bo prikazan zadnji vneseni znak v skritih vnosih."
|
||||
|
||||
@ -4080,7 +4080,7 @@ msgstr "Nastavitve tiskalnika"
|
||||
msgid "Page Setup"
|
||||
msgstr "Nastavitev strani"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Spremljaj stanje tiskalnika"
|
||||
|
||||
@ -4092,51 +4092,51 @@ msgstr ""
|
||||
"Izbrana možnost omogoča, da se bodo naloge tiskanja nadaljevale po tem, ko "
|
||||
"so bili podatki poslani na strežnik tiskanja ali na tiskalnik."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Privzeta nastavitev strani"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "Privzeto uporabljeni GtkPageSetup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Nastavitve tiskanja"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "GtkPrintSettings za zagon okna"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Ime opravila"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Niz, uporabljen za določevanje opravila tiskanja."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Število strani"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Število strani v dokumentu."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Trenutna stran"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Trenutna stran v dokumentu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Uporabi celo stran"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4144,7 +4144,7 @@ msgstr ""
|
||||
"Izbrana možnost omogoča, da je vir vsebine na robu strani in ne na robu "
|
||||
"slikovnega območja."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4152,55 +4152,55 @@ msgstr ""
|
||||
"Izbrana možnost omogoča, da naloge tiskanja poročajo o stanju po tem, ko so "
|
||||
"bili podatki poslani na strežnik tiskanja ali na tiskalnik."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Enota"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Enote, v katerih so izmerjene razdalje vsebine"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Pokaži pogovorno okno"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "RESNIČNO (TRUE), če naj bo med tiskanjem prikazano okno napredka."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Dovoli asinhronost"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "RESNIČNO (TRUE), če lahko proces tiskanja poteka asinhrono."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Izvozi ime datoteke"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Stanje"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Stanje operacije tiskanja"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Niz stanja"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Berljiv opis stanja"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Poljubna oznaka zavihka"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Oznaka za zavihek, ki vsebuje gradnike po meri"
|
||||
|
||||
@ -4689,39 +4689,39 @@ msgstr "Merilo"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Mere za ravnilo"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Število decimalnih mest prikaza vrednosti"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Riši vrednost"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Ali se trenutna vrednost izpisuje kot niz poleg drsnika"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Lega vrednosti"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Položaj, kjer se prikaže trenutna vrednost"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Dolžina drsnika"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Dolžina skale drsnika"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Presledek vrednosti"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Prostor med besedilom vrednosti in območjem drsnika in zareze"
|
||||
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2008-08-19 10:51+0200\n"
|
||||
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
|
||||
"Language-Team: albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
|
||||
@ -119,12 +119,12 @@ msgstr "Kualiteti i gërmave"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Kualiteti për gërmat në ekran"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Emri i programit"
|
||||
|
||||
# (pofilter) functions: checks that function names are not translated
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -132,44 +132,44 @@ msgstr ""
|
||||
"Emri i programit. Nëse nuk është përcaktuar, vendoset automatikisht në "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Versioni i programit"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Versioni i programit"
|
||||
|
||||
# (pofilter) simplecaps: checks the capitalisation of two strings isn't wildly different
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Teksti i Copyright"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Informacione në lidhje me të drejtat mbi programin"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Teksti i komenteve"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Komente në lidhje me programin"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL e sitit web"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "URL për lidhjen me sitin web të programit"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Etiketa e sitit web"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -177,44 +177,44 @@ msgstr ""
|
||||
"Etiketa për lidhjen me sitin web të programit. Nëse e pacaktuar, vendoset "
|
||||
"automatikisht tek URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Autorët"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Lista e autorëve të programit"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Dokumentues"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Lista e personave dokumentues të programit"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artistët"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Lista e personave që kanë kontribuar grafikisht tek programi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Të dhëna mbi përkthyesin"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Kreditë e përkthyesve. Kjo frazë duhet shënuar si e përkthyeshme"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Stema"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -222,22 +222,22 @@ msgstr ""
|
||||
"Në stemë për kutinë e informacioneve. Nëse e pacaktuar, automatikisht "
|
||||
"vendoset gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Emri i ikonës së stemës"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
"Një ikonë me emër për tu përdorur si stemë e dritares së dialogut të "
|
||||
"informacioneve."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Pozicioni i autorizimit"
|
||||
|
||||
# (pofilter) endpunc: checks whether punctuation at the end of the strings match
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Nëse duhet ndërprerë teksti i liçencës"
|
||||
|
||||
@ -614,59 +614,59 @@ msgstr "Përshtatja birit"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Përshtat proporcionet sipas atyre të birit të frame"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Mbushja e kreut"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Numri i pixels rreth kreut."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Mbushja e përmbajtjes"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Numri i pixels rreth faqeve të përmbajtjes."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Lloji i faqes"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Lloji i faqes së asistencës"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Titulli i faqes"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Titulli i faqes së asistencës"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Figura e kreut"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Figura e kreut për faqen e asistencës"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Figura e shtyllës anësore"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Figura e shtyllës ansore për faqen e asistencës"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Faqe e plotësuar"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Tregon që të gjitha fushat e kërkuara në faqe janë plotësuar"
|
||||
|
||||
@ -933,7 +933,7 @@ msgstr ""
|
||||
"Nëse pronësitë e child_displacement_x/_y duhet të ndikojnë gjithashtu tek "
|
||||
"katrori i fokusit"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Korniza e brendshme"
|
||||
|
||||
@ -1349,7 +1349,7 @@ msgstr "Niveli i ngjitjes"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Nivel përshpejtimi kur mbani të shtypur një buton"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Shifrat"
|
||||
|
||||
@ -2215,11 +2215,11 @@ msgstr ""
|
||||
"Bordi midis tekstit dhe kornizës. Ka parësi ndaj pronësisë së stilit të "
|
||||
"bordit më të brendshëm"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Gërmë e padukshme"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Gërma që do përdoret kur maskohet përmbajtja e futur (në \"mënyrën fjalëkalim"
|
||||
@ -2538,33 +2538,33 @@ msgstr "Kornizë e futur"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Teksti në shtyllën e përparimit"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Bordi midis tekstit dhe kornizës."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Stringa e gjëndjes"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Bitmap për t'u përdorur si maskë gjatë krijimit të sfondit të tekstit"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Zgjidh në fokus"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Nëse të zgjidhen përmbajtjet e një zëri kur ky fokusohet"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Koha e skadimit të ndihmës për fjalëkalimin"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
"Tregon se përsa kohë duhet shfaqur gërma e fundit e shkruar në fushat me "
|
||||
@ -4240,7 +4240,7 @@ msgstr "Rregullimet e printerit"
|
||||
msgid "Page Setup"
|
||||
msgstr "Rregullimet e faqes"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Ndiq gjendjen e printerit"
|
||||
|
||||
@ -4254,52 +4254,52 @@ msgstr ""
|
||||
"TRUE nëse puna e printimit do të vazhdojë të japër sinjale «status-changed» "
|
||||
"mbas dërgimit të të dhënave printuesit apo serverit të printimit."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Rregullimi i faqes së prezgjedhur"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "GtkPageSetup përdorur në menyrë të prezgjedhur"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Rregullimet e printimit"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
"Rregullimet GtkPrintSettings të përdorura për fillimin e dritares së dialogut"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Emri i punës"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Një stringë e përdorur për të identifikuar punën e printimit."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Numri i faqeve"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Numri i faqeve në dokument."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Faqja aktuale"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Faqja aktuale në dokument"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Përdor faqen e plotë"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4307,7 +4307,7 @@ msgstr ""
|
||||
"TRUE nëse pika e origjinës për kontekstin është këndi i faqes dhe jo këndi i "
|
||||
"zonës së caktuar për figurën"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4316,55 +4316,55 @@ msgstr ""
|
||||
"me gjendjen e punës së printimit mbasi të dhënat për tu printuar t'i jenë "
|
||||
"dërguar printuesit apo serverit të printimit."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Njësia"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Njësia me të cilëm mund të maten largësitë në kontekst"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Shfaq dritaren dialogut"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "TRUE nëse dritarja e dialogut të progresit shfaqet gjatë printimit."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Lejon modalitetin asikronik"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "TRUE nëse proçesi i printimit mund të kryhet në menyrë asikrone."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Eksporto emrin e file"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Gjendja"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Gjendja e operacionit të printimit"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Stringa e gjëndjes"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Përshkrim njerzisht i kuptueshëm i gjendjes së printimit"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Etiketa e skedës së personalizuar"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Etiketa për skedën që përmban widgets të personalizuar."
|
||||
|
||||
@ -4877,40 +4877,40 @@ msgstr "Metrik"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Metriku i përdorur për vizoren"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Numri i shifrave dhjetore që do të shfaqen tek vlera"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Shfaq vlerën"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Tregon nëse vlera aktuale do të shfaqet si stringë ngjitur me rrëshqitësin"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Pozicioni i vlerës"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Pozicioni ku do të shfaqet vlera aktuale"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Gjatësia e rrëshqitësit"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Gjatësia e rrëshqitësit të shkallës"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Hapësira e vlerës"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Hapësira midis tekstit të vlerës dhe zonës slider/trough"
|
||||
|
||||
|
@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 2.6\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2005-07-09 12:08+0200\n"
|
||||
"Last-Translator: Данило Шеган <danilo@gnome.org>\n"
|
||||
"Language-Team: Serbian (sr) <gnom@prevod.org>\n"
|
||||
@ -124,11 +124,11 @@ msgstr "Писмо у тачкама"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Како се опсег освежава на екрану"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Име програма"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -136,43 +136,43 @@ msgstr ""
|
||||
"Име програма. Уколико није постављено, подразумева се g_get_application_name"
|
||||
"()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Издање програма"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Издање програма"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Текст за ауторска права"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Подаци о ауторским правима за програм"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Текст са примедбама"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Примедбе о програму"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Адреса веб страна"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "Адреса за везу ка веб странама програма"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Ознака веб страна"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -180,44 +180,44 @@ msgstr ""
|
||||
"Ознака за везу ка веб странама програма. Уколико није постављено, користи се "
|
||||
"сама адреса"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Аутори"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Списак аутора програма"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Документација"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Списак особа које су документовале програм"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Графика"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Списак особа које су израдиле графику за програм"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Превод"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Заслуге преводиоца. Ова ниска треба да буде назначена за превод"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Логотип"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -225,19 +225,19 @@ msgstr ""
|
||||
"Логотип за прозорче о програму. Уколико није постављено, подразумева се "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Име логотип слике"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Именована икона за логотип у прозорчету о програму."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Преломи лиценцу"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Да ли преломити текст лиценце."
|
||||
|
||||
@ -607,70 +607,70 @@ msgstr ""
|
||||
"Приморати да се однос димензија слаже са односом димензија оквира садржаног "
|
||||
"елемента"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "Лева попуна"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Стил удубљења око линије менија"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "Попуна на дну"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Стил удубљења око садржаја"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Врста везивања"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Врста обавештења"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "Величина странице"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Наслов прозора"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Заглавља се могу кликнути"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Вредност"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "Странично увећање"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -930,7 +930,7 @@ msgstr ""
|
||||
"Да ли померај садржаног елемента такође утиче и на правоугаоник који "
|
||||
"назначава жижу"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "Исцртај ивице"
|
||||
@ -1364,7 +1364,7 @@ msgstr "Брзина повећања"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Убрзање када држите дугме притиснуто"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Цифара"
|
||||
|
||||
@ -2239,11 +2239,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Невидљиви знак"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "Знак који се користи када се сакрива садржај поља (за унос лозинке)"
|
||||
|
||||
@ -2558,33 +2558,33 @@ msgstr "Ивица увале"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Текст у елементу напретка"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Наговештај за линије"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Битмапа која се користи као маска при исцртавању позадине текста"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Изабери кад је у жижи"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Да ли изабрати садржај када поље пређе у жижу"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4248,7 +4248,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Величина странице"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4258,124 +4258,124 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Уобичајена висина"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Име иконе"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Број канала"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Број редова у табели"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "Тренутна провидност"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
#, fuzzy
|
||||
msgid "The current page in the document"
|
||||
msgstr "Величина странице прилагођења"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
#, fuzzy
|
||||
msgid "Use full page"
|
||||
msgstr "Користи провидност"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
#, fuzzy
|
||||
msgid "Unit"
|
||||
msgstr "Хитно"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Прозорче"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
#, fuzzy
|
||||
msgid "Allow Async"
|
||||
msgstr "Дозволи линије"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Име датотеке"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Стање жабице"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "Подешена палета"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4895,39 +4895,39 @@ msgstr "Мере"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Мере коришћене на лењиру"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Број децималних места која ће бити приказана за вредност"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Прикажи вредност"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Да ли се текућа вредност приказује као текст уз клизач"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Место за вредност"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Место на којем се приказује текућа вредност"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Дужина клизача"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Дужина клизача за размерник"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Размак вредности"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Размак између текста са вредношћу и површине клизача"
|
||||
|
||||
|
@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 2.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2004-03-09 05:28+0100\n"
|
||||
"Last-Translator: Bojan Suzic <bojans@teol.net>\n"
|
||||
"Language-Team: Serbian (sr) <serbiangnome-lista@nongnu.org>\n"
|
||||
@ -123,121 +123,121 @@ msgstr "Писмо у тачкама"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Како се опсег освјежава на екрану"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
#, fuzzy
|
||||
msgid "Program name"
|
||||
msgstr "Име ознаке"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
#, fuzzy
|
||||
msgid "The version of the program"
|
||||
msgstr "Правац пружања линије са алаткама"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
#, fuzzy
|
||||
msgid "Comments string"
|
||||
msgstr "Размак колона"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
#, fuzzy
|
||||
msgid "Website label"
|
||||
msgstr "Користи величину у ознаци"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
#, fuzzy
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Правац пружања линије са алаткама"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
#, fuzzy
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Име писма"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
#, fuzzy
|
||||
msgid "Wrap license"
|
||||
msgstr "Постављен прелом"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
#, fuzzy
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Да ли прецртати текст уздужном линијом"
|
||||
@ -611,70 +611,70 @@ msgstr ""
|
||||
"Приморати да се однос димензија слаже са односом димензија оквира садржаног "
|
||||
"елемента"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "Лијева попуна"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Стил удубљења око линије менија"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "Попуна на дну"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Стил удубљења око садржаја"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Врста везивања"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Врста обавјештења"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "Величина странице"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Наслов прозора"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Заглавља се могу кликнути"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Вриједност"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "Странично увећање"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -934,7 +934,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "Ивица језичака"
|
||||
@ -1375,7 +1375,7 @@ msgstr "Брзина повећања"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Убрзање када држите дугме притиснуто"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Цифара"
|
||||
|
||||
@ -2252,11 +2252,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Невидљиви знак"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "Знак који се користи када се сакрива садржај поља (за унос лозинке)"
|
||||
|
||||
@ -2572,33 +2572,33 @@ msgstr "Ивица увале"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Текст који се приказује у елементу напретка"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Наговештај за линије"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Битмапа која се користи као маска при исцртавању позадине текста"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Изабери кад је у жижи"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Да ли изабрати садржај када поље пријеђе у жижу"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4293,7 +4293,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Величина странице"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4303,123 +4303,123 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Уобичајена висина"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Име писма"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Број канала"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Број редова у табели"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "Тренутна провидност"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
#, fuzzy
|
||||
msgid "The current page in the document"
|
||||
msgstr "Величина странице прилагођења"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
#, fuzzy
|
||||
msgid "Use full page"
|
||||
msgstr "Користи провидност"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Прикажи заглавље"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
#, fuzzy
|
||||
msgid "Allow Async"
|
||||
msgstr "Дозволи линије"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Име датотеке"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Стање жабице"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "Подешена палета"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4939,39 +4939,39 @@ msgstr "Бројевни"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Модел за разгранати преглед"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Број децималних мјеста која ће бити приказана за вриједност"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Прикажи вриједност"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Да ли се текућа вриједност приказује као текст уз клизач"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Мјесто за вриједност"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Мјесто на којем се приказује текућа вриједност"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Дужина клизача"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Дужина клизача за размјерник"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Размак вриједности"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Размак између текста са вриједношћу и површине клизача"
|
||||
|
||||
|
@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 2.6\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2005-07-09 12:08+0200\n"
|
||||
"Last-Translator: Danilo Šegan <danilo@gnome.org>\n"
|
||||
"Language-Team: Serbian (sr) <gnom@prevod.org>\n"
|
||||
@ -124,11 +124,11 @@ msgstr "Pismo u tačkama"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Kako se opseg osvežava na ekranu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Ime programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -136,43 +136,43 @@ msgstr ""
|
||||
"Ime programa. Ukoliko nije postavljeno, podrazumeva se g_get_application_name"
|
||||
"()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Izdanje programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Izdanje programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Tekst za autorska prava"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Podaci o autorskim pravima za program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Tekst sa primedbama"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Primedbe o programu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Adresa veb strana"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "Adresa za vezu ka veb stranama programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Oznaka veb strana"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -180,44 +180,44 @@ msgstr ""
|
||||
"Oznaka za vezu ka veb stranama programa. Ukoliko nije postavljeno, koristi "
|
||||
"se sama adresa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Autori"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Spisak autora programa"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Dokumentacija"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Spisak osoba koje su dokumentovale program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Grafika"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Spisak osoba koje su izradile grafiku za program"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Prevod"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Zasluge prevodioca. Ova niska treba da bude naznačena za prevod"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logotip"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -225,19 +225,19 @@ msgstr ""
|
||||
"Logotip za prozorče o programu. Ukoliko nije postavljeno, podrazumeva se "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Ime logotip slike"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Imenovana ikona za logotip u prozorčetu o programu."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Prelomi licencu"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Da li prelomiti tekst licence."
|
||||
|
||||
@ -608,70 +608,70 @@ msgstr ""
|
||||
"Primorati da se odnos dimenzija slaže sa odnosom dimenzija okvira sadržanog "
|
||||
"elementa"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "Leva popuna"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Stil udubljenja oko linije menija"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "Popuna na dnu"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Stil udubljenja oko sadržaja"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Vrsta vezivanja"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Vrsta obaveštenja"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "Veličina stranice"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Naslov prozora"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Zaglavlja se mogu kliknuti"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Vrednost"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "Stranično uvećanje"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -931,7 +931,7 @@ msgstr ""
|
||||
"Da li pomeraj sadržanog elementa takođe utiče i na pravougaonik koji "
|
||||
"naznačava žižu"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "Iscrtaj ivice"
|
||||
@ -1365,7 +1365,7 @@ msgstr "Brzina povećanja"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Ubrzanje kada držite dugme pritisnuto"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Cifara"
|
||||
|
||||
@ -2241,11 +2241,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Nevidljivi znak"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "Znak koji se koristi kada se sakriva sadržaj polja (za unos lozinke)"
|
||||
|
||||
@ -2560,33 +2560,33 @@ msgstr "Ivica uvale"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Tekst u elementu napretka"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "Nagoveštaj za linije"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
#, fuzzy
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Bitmapa koja se koristi kao maska pri iscrtavanju pozadine teksta"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Izaberi kad je u žiži"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Da li izabrati sadržaj kada polje pređe u žižu"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4250,7 +4250,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Veličina stranice"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4260,124 +4260,124 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Uobičajena visina"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Ime ikone"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Broj kanala"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Broj redova u tabeli"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "Trenutna providnost"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
#, fuzzy
|
||||
msgid "The current page in the document"
|
||||
msgstr "Veličina stranice prilagođenja"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
#, fuzzy
|
||||
msgid "Use full page"
|
||||
msgstr "Koristi providnost"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
#, fuzzy
|
||||
msgid "Unit"
|
||||
msgstr "Hitno"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Prozorče"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
#, fuzzy
|
||||
msgid "Allow Async"
|
||||
msgstr "Dozvoli linije"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Ime datoteke"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Stanje žabice"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
#, fuzzy
|
||||
msgid "Custom tab label"
|
||||
msgstr "Podešena paleta"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4897,39 +4897,39 @@ msgstr "Mere"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Mere korišćene na lenjiru"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Broj decimalnih mesta koja će biti prikazana za vrednost"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Prikaži vrednost"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Da li se tekuća vrednost prikazuje kao tekst uz klizač"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Mesto za vrednost"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Mesto na kojem se prikazuje tekuća vrednost"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Dužina klizača"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Dužina klizača za razmernik"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Razmak vrednosti"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Razmak između teksta sa vrednošću i površine klizača"
|
||||
|
||||
|
@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ properties\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-05 01:02+0100\n"
|
||||
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
|
||||
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
|
||||
@ -120,11 +120,11 @@ msgstr "Typsnittsupplösning"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Upplösningen för typsnitt på skärmen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Programnamn"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -132,43 +132,43 @@ msgstr ""
|
||||
"Namnet på programmet. Om detta inte är angivet är standardalternativet "
|
||||
"g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Programversion"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Programmets version"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Copyrightsträng"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Copyrightinformation om programmet"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Kommentarsträng"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Kommentarer om programmet"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL till webbplats"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "URL:en för länken till programmets webbplats"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Webbplatsetikett"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -176,45 +176,45 @@ msgstr ""
|
||||
"Etiketten för länken till programmets webbplats. Om detta inte är angivet är "
|
||||
"standardalternativet URL:en"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Upphovsmän"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Lista med programmets upphovsmän"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Dokumentatörer"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Lista med folk som dokumenterat programmet"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Artister"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Lista med folk som har bidragit med grafik till programmet"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Tack till översättare"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Tack till översättarna. Denna sträng ska vara markerad för översättning"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logotyp"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -222,19 +222,19 @@ msgstr ""
|
||||
"En logotyp för om-rutan. Om detta inte är angivet är standardalternativet "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Namn på logotypikon"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "En namngiven ikon att använda som logotyp för om-rutan."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Radbryt licensen"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Huruvida licenstexten ska radbrytas."
|
||||
|
||||
@ -602,59 +602,59 @@ msgstr "Lyd barn"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Tvinga proportionsförhållande för att matcha den av ramens barn"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Huvudutfyllnad"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Antal bildpunkter runt huvudet."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Innehållsutfyllnad"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Antal bildpunkter runt innehållssidorna."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Sidtyp"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Typen för guidesidan"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Sidtitel"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Titeln på guidesidan"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Huvudbild"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Huvudbild för guidesidan"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Sidopanelsbild"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Sidopanelsbild för guidesidan"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Sida komplett"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Huruvida alla nödvändiga fält på sidan har fyllts i"
|
||||
|
||||
@ -914,7 +914,7 @@ msgstr ""
|
||||
"Huruvida egenskaperna child_displacement_x/_y även ska påverka "
|
||||
"fokusrektangeln"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Inre kant"
|
||||
|
||||
@ -1337,7 +1337,7 @@ msgstr "Klättringsfrekvens"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Accelerationen då du trycker ned en knapp"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Siffror"
|
||||
|
||||
@ -2184,11 +2184,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr "Kant mellan text och ram. Åsidosätter den inre kantstilsegenskapen"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Osynligt tecken"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Tecknet att använda när fältets innehåll ska maskeras (i \"lösenordsläge\")"
|
||||
@ -2463,33 +2463,33 @@ msgstr "Förloppsram"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Ram runt förloppsmätaren"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Kant mellan text och ram."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Tillståndshint"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
"Huruvida ett korrekt tillstånd ska skickas när skuggor eller bakgrund ritas "
|
||||
"ut"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Markera vid fokus"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Huruvida ett fälts innehåll markeras då fältet får fokus"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Tidsgräns för lösenordstips"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "Hur länge det senaste inmatade tecknet i dolda objekt ska visas"
|
||||
|
||||
@ -4106,7 +4106,7 @@ msgstr "Skrivarinställningar"
|
||||
msgid "Page Setup"
|
||||
msgstr "Sidinställning"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Spåra utskriftsstatus"
|
||||
|
||||
@ -4118,51 +4118,51 @@ msgstr ""
|
||||
"TRUE om utskriftsjobbet ska fortsätta att skicka statusändrade signaler "
|
||||
"efter att utskriftsdata har skickats till skrivaren eller utskriftsservern."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Standardsidinställning"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "GtkPageSetup som används som standard"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Utskriftsinställningar"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "GtkPrintSettings som används för att initiera dialogen"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Jobbnamn"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "En sträng som används för att identifiera utskriftsjobbet."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Antal sidor"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Antalet sidor i dokumentet."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Aktuell sida"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Aktuella sidan i dokumentet"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Använd hela sidan"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4170,7 +4170,7 @@ msgstr ""
|
||||
"TRUE om sammanhangets ursprung bör vara hörnet av sidan och inte hörnet av "
|
||||
"det bildmässiga området"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4179,55 +4179,55 @@ msgstr ""
|
||||
"utskriftsjobbet efter att utskriftsdata har skickats till skrivaren eller "
|
||||
"utskriftsservern."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Enhet"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Enheten som avstånd kan mätas efter i sammanhanget"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Visa dialog"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "TRUE om en förloppsdialog visas vid utskrift."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Tillåt asynkront"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "TRUE om en utskriftsprocess kan köras asynkront."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Exportera filnamn"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Statusen för utskriftsåtgärden"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Statussträng"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "En läsbar beskrivning av statusen"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Anpassad fliketikett"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Etikett för fliken som innehåller anpassade widgetar."
|
||||
|
||||
@ -4721,40 +4721,40 @@ msgstr "Metrik"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Metriken som används i linjalen"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Antalet tecken som visas i värdet"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Visa värde"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Huruvida det aktuella värdet visas som en sträng bredvid rullningslisten"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Värdeposition"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Positionen som det aktuella värdet visas på"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Längd på rullningslist"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Längd på skalans rullningslist"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Värdeutrymme"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Utrymme mellan värdetext och draglist/trågområdet"
|
||||
|
||||
|
@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties.gtk-2-10.ta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2006-08-29 18:20+0530\n"
|
||||
"Last-Translator: Felix <ifelix25@gmail.com>\n"
|
||||
"Language-Team: Tamil <ta@li.org>\n"
|
||||
@ -127,54 +127,54 @@ msgstr "எழுத்துரு திரைத்திறன்"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "திரையில் எழுத்துருக்களின் திரைத்திறன்"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "நிரல் பெயர்"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
"நிரலின் பெயர். இது அமைக்கப்படவில்லை எனில், அதன் முன்னிருப்பு g_get_application_name()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "நிரல் பதிப்பு"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "நிரலின் பதிப்பு"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "காப்புரிமை சரம்"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "நிரலுக்கான காப்புரிமை தகவல்"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "குறிப்புகள் சரம்"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "நிரல் பற்றிய விளக்கங்கள்"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "இணைய தள URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "நிரலின் இணைய தளத்திற்கான இணைய முகவரியின் இணைப்பு"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "இணைய தள பெயர்"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -182,44 +182,44 @@ msgstr ""
|
||||
"நிரலின் வலைதளத்துக்கு தொடுப்பின் அடையாளம். இதை அமைக்காவிடில் யூஆர்எல்(URL) முன்னிருப்பை "
|
||||
"கொள்ளும்."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "ஆசிரியர்கள்"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "நிரலின் ஆசிரியர்கள் பட்டியல்"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "ஆவணமாக்குபவர்கள்"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "நிரலை ஆவணப்படுத்தும் நபர்களின் பட்டியல்"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "கலைஞர்கள்"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "நிரலுக்கு கலை வேலைகளை வழங்கிய நபர்களின் பட்டியல்"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "மொழிப்பெயர்ப்பாளர் சன்மானம்"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "மொழிபெயர்ப்பாளருக்கான சன்மானம். இந்த சரம் மொழிபெயர்க்க வேண்டும் என குறிக்க வேண்டும்"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "சின்னம்"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -227,19 +227,19 @@ msgstr ""
|
||||
"இதனை பற்றிய பெட்டிக்கான சின்னம். இது அமைக்கப்படவில்லை எனில், அதன் முன்னிருப்பு "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "சின்ன சிறுபட பெயர்"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "பற்றி பெட்டிக்கு லோகோவாக ஒரு பெயரிட்ட சின்னம் "
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "மடிப்பு அங்கீகாரம்"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "அங்கீகார உரையை மடிக்க வேண்டுமா."
|
||||
|
||||
@ -597,59 +597,59 @@ msgstr "சேய்க்கு கீழ்படி"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "காட்சி விகிதத்தை சட்டத்தின் சேய் க்கு பொருந்துதலை கட்டாயப்படுத்து"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "தலைப்பு பேடிங்"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "தலைப்பு சுற்றி பிக்ஸல்களின் எண்ணிக்கை"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "உள்ளடக்க பேடிங்"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "உள்ளடக்க பக்கங்களில் பிக்ஸல்களின் எண்ணிக்கை"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "பக்க வகை"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "துணைப் பக்கத்தின் வகை"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "பக்கத் தலைப்பு"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "துணைப் பக்கத்தின் தலைப்பு"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "தலைப்பின் படம்"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "உதவி பக்கத்திற்கான தலைப்பு படம்"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "படம்"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "உதவி பக்கத்திற்கான பக்க பட்டை படம்"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "பக்கம் முடிவடைந்து"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "பக்கத்தில் அனைத்து தேவையான புலங்களும் நிரப்ப வேண்டுமா"
|
||||
|
||||
@ -899,7 +899,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr "child_displacement_x/_y பண்புகள் குவிப்பு செவ்வகத்தையும் பாதிக்க வேண்டுமா"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "உள் எல்லை"
|
||||
|
||||
@ -1312,7 +1312,7 @@ msgstr "ஏறும் விகிதம்"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "பொத்தான் ஐ அமுக்கிபிடித்தால் விளையும் முடிக்க விகிதம்"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "இலக்கங்கள்"
|
||||
|
||||
@ -2153,11 +2153,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr "உரை மற்றும் சட்டம் நடுவே எல்லை. உள் எல்லை பாங்கு பண்பை தாண்டும்"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "பார்க்கமுடியாத வரியுரு"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"உள்ளீடு பொருற்களை மறைக்கும்போது பயன்படுத்த வேண்டிய வரியுரு (\"password mode\" இனுல்)"
|
||||
@ -2430,31 +2430,31 @@ msgstr "முன்னேற்ற எல்லை"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "முன்னேற்ற பட்டை சுற்றிய எல்லை"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "உரைக்கும் சட்டத்திற்கும் இடையேயான எல்லை"
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "நிலை குறிப்பு"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "ஒரு நிழல் அல்லது பின்புலம் வரையும் போது சரியான நிலையை தாண்டுவதா"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "ஃபோகஸில் தேர்ந்தெடு"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "ஒரு உள்ளீடு குவிப்பில் இருந்தால் அதன் உள்ளடக்கத்தை தேர்ந்தெடுப்பதா?"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "கடவுச்சொல் குறிப்பு நேர முடிவு"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "மறைவான உள்ளீட்டில் கடைசி உள்ளீடு எழுத்துருவை எவ்வளவு நேரம் காட்டுவது"
|
||||
|
||||
@ -4041,7 +4041,7 @@ msgstr "அச்சடிப்பி அமைவுகள்"
|
||||
msgid "Page Setup"
|
||||
msgstr "பக்கம் அமைப்பு"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "அச்சிடுதல் நிலையை தேடு"
|
||||
|
||||
@ -4053,51 +4053,51 @@ msgstr ""
|
||||
"TRUE if the print job will continue to emit status-changed signals after the "
|
||||
"print data has been sent to the printer or print server."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "முன்னிருப்பு பக்கம் அமைப்பு"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "இந்த GtkPageSetup முன்னிருப்பாக பயன்படுத்தப்படுகிறது"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "அச்சிடும் அமைவுகள்"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "இந்த GtkPrintSettings உரையாடலை துவக்க பயன்படுத்துகிறது"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "பணி பெயர்"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "அச்சு வேலையை எடுத்துக்காட்ட ஒரு ஸ்டிரிங் பயன்படுகிறது"
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "பக்கங்களின் எண்ணிக்கை"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "ஆவணத்திலுள்ள பக்கங்களின் எண்ணிக்கை"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "நடப்பு பக்கம்"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "ஆவணத்தின் நடப்பு பக்கம்"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "முழு பக்கத்தைப் பயன்படுத்து"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4105,7 +4105,7 @@ msgstr ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4113,55 +4113,55 @@ msgstr ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "அலகு"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "இந்த அலகு சூழலின் தொலைவை அளக்கிறது"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "உரையாடலை காட்டு"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "அச்சடிக்கும் போது ஒரு மேம்பாடு உரையாடல் காட்டப்படுவது உண்மையா."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "ஒருங்கிணைப்பில்லாததை அனுமதி"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "அச்சடிப்பி ஒருங்கில்லாததை இயக்கினால் உண்மை"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "கோப்புப்பெயரை ஏற்று"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "நிலை"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "அச்சு செயல்பாட்டின் நிலை"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "நிலை சரம்"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "மனிதன் வாசிக்கக்கூடிய விளக்கத்தின் நிலை"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "தனிபயன் கீற்று பெயர்"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "தத்தலுக்கு லேபிள் தனிபயன் விட்ஜிட்கள்"
|
||||
|
||||
@ -4650,39 +4650,39 @@ msgstr "மெட்ரிக்"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "அளவீடுக்காக பயன்படுத்தப்படும் மெட்ரிக்"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "மதிப்பில் காண்பிக்கப்படும் பதின்மம் இடங்களின் எண்"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "மதிப்பை வரை"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "நடப்பு மதிப்பு ஒரு சரமாக அடுத்த ஸ்லைடரில் காட்டப்பட வேண்டுமா"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "மதிப்பு இடம்"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "தற்போதைய மதிப்பு காண்பிக்கப்பட வேண்டிய இடம்"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "ஸ்லைடரின் நீளம்"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "அளவீடு ஸ்லைடரின் நீளம்"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "மதிப்பு இடைவெளி"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "மதிப்பு உரை மற்றும் slider/trough பகுதிகளுக்கிடையே இடைவெளி"
|
||||
|
||||
|
@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: te\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-03-15 19:19+0530\n"
|
||||
"Last-Translator: Krishna Babu K <kkrothap@redhat.com>\n"
|
||||
"Language-Team: Telugu <en@li.org>\n"
|
||||
@ -125,53 +125,53 @@ msgstr "ఫాంటు తీవ్రత"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "తెరపైని ఫాంటుకు తీవ్రత"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "కార్యక్రమ నామము"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr "కార్యక్రమ నామము. ఇది అమర్చబడక పోతే , ఇది g_get_application_name()కు అమర్చబడును"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "కార్యక్రమ వివరణము"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "కార్యక్రమ వివరణము"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "నకలు హక్కు పదబంధము"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "కార్యక్రమము కొరకు నకలు హక్కు సమాచారము"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "వ్యాఖ్యల పదబంధము"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "కార్యక్రమము గురించి వ్యాఖ్యలు"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "మహాతల సైటు యొక్క URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "కార్యక్రమ మహాతల సైటు యొక్క బంధము కొరకు URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "మహాతల సైటు లేబుల్"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -179,44 +179,44 @@ msgstr ""
|
||||
"కార్యక్రమ మహాతల సైటు యొక్క బంధము కొరకు లేబుల్. ఒకవేళ ఇది అమర్చబడకపోతే, ఇది అప్రమేయముగా URLకు "
|
||||
"అమర్చబడును"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "గ్రంథకర్తలు"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "కార్యక్రమ గ్రంథకర్తల జాబితా"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "పత్ర రచయితలు"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "కార్యక్రమమును పత్ర రచనచేయుచున్న ప్రజల సంఖ్య"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "చిత్రకారులు"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "కార్యక్రమమునకు చిత్రకళను తమవంతు భాగంగా ఇచ్చిన ప్రజలసంఖ్య"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "అనువాదకుని పరపతులు"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "అనువాదకునికి పరపతులు. ఈ పదబంధము అనువదింపదగ్గదిగా గుర్తింపబడాలి"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "చిహ్నము"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -224,19 +224,19 @@ msgstr ""
|
||||
"గురించి పెట్టె కొరకు ఒక చిహ్నము. ఒకవేళ ఇది అమర్చబడకపోతే, ఇది "
|
||||
"gtk_window_get_default_icon_list() అప్రమేయాలకు అమర్చబడును"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "చిహ్న ప్రతిమ నామము"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "గురించి పెట్టె కొరకు ఒక నామీకృత ప్రతిమను చిహ్నము వలె ఉపయోగించుము."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "లైసెన్సును పొట్లం కట్టు"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "లైసెన్సు పాఠమును పొట్లము కట్టవలెనో వద్దో"
|
||||
|
||||
@ -594,59 +594,59 @@ msgstr "శిశువును పాటించు"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "చట్ర శిశువు యొక్క బల దృశ్య నిష్పత్తికి సమఉజ్జీయైన బల దృశ్య నిష్పత్తి"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "పీఠిక పాడింగ్"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "పీఠికచుట్టూ పిగ్జెల్స్ సంఖ్య."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "సారము పాడింగ్"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "సారము పుటలచుట్టూ పిగ్జెల్స్యొక్క సంఖ్య."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "పుట రకము"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "సహాయక పుటయొక్క రకము"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "పుట శీర్షిక"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "సహాయక పుటయొక్క శీర్షిక"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "పీఠిక ప్రతిబింబము"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "సహాయక పుటకొరకు పీఠిక ప్రతిబింబము"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "ప్రక్కపట్టీ ప్రతిబింబము"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "సహాయక పేజీకొరకు ప్రక్కపట్టీ ప్రతిబింబము"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "పుట పూర్తైనది"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "పుటనందు అన్ని అవసరమైన క్షేత్రములు నింపబడినవా"
|
||||
|
||||
@ -893,7 +893,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr "child_displacement_x/_y లక్షణాలు దీర్ఘచతురస్ర కేంద్రమును తప్పక ప్రభావితము చేయవలెనా"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "అంతర్గత సరిహద్దు"
|
||||
|
||||
@ -1305,7 +1305,7 @@ msgstr "ఎగబాటు రేటు"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "మీరు బటన్ను పట్టివుంచినప్పుడు త్వరుణంయొక్క రేటు"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "అంకెలు"
|
||||
|
||||
@ -2142,11 +2142,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr "పాఠ్యము మరియు చట్రముకు మద్య సరిహద్దు. అంతర్గత-సరిహద్దు శైలి లక్షణంను అతిక్రమించును"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "అగోచర అక్షరము"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr "ప్రవేశము సారము మాస్కింగ్ చేసినపుడు ఉపయోగించవలసిన అక్షరము"
|
||||
|
||||
@ -2415,31 +2415,31 @@ msgstr "వృద్ది హద్దు"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "వృద్ది పట్టీ చూట్టూ హద్దు"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "పాఠ్యము మరియు చట్రమునకు మధ్యనవున్న సరిహద్దు."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "స్థితి జాడ"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "ఛాయను లేదా బ్యాక్గ్రౌండును లేఖిస్తున్నప్పుడు సరైన స్థితిని పంపవలెనా"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "కేంద్రము మీద ఎన్నుకొనబడింది"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "ఒక ప్రవేశము కేంద్రీకరించబడినపుడు దానియొక్క సారము ఎన్నుకొనబడిందో లేదో"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "సంకేతపదము కిటుకు సమయంముగిసినది"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "మరుగునవున్న ప్రవేశాలలో చివర ప్రవేశపెట్టిన అక్షరం యెంతసేపు చూపబడాలి"
|
||||
|
||||
@ -4013,7 +4013,7 @@ msgstr "ముద్రణాయంత్రము అమరికలు"
|
||||
msgid "Page Setup"
|
||||
msgstr "పేజీ అమరిక"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "ముద్రణా స్థితిని గమనించుము"
|
||||
|
||||
@ -4025,58 +4025,58 @@ msgstr ""
|
||||
"ఒకవేళ ముద్రణ డాటా ముద్రణాయంత్రముకు లేక ముద్రణసేవికకు పంపిన తర్వాతకూడా ముద్రణకార్యము స్థితి-మార్పు "
|
||||
"సంకేతాలను యిస్తూవుంటే సత్యము"
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "అప్రమేయ పేజీ అమర్పు"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "అప్రమేయంగా వుపయోగించబడిన జిటికెపేజిఅమర్పు"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "ముద్రణ అమరికలు"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "డైలాగ్ను సిద్దముచేయుటకు వుపయోగించిన జిటికెముద్రణఅమరికలు"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "కార్యము నామము"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "ముద్రణ కార్యమును గుర్తించుటకు వుపయోగించిన స్ట్రింగ్."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "పేజీల సంఖ్య"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "పత్రమునందలి పేజీల సంఖ్య"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "ప్రస్తుత పేజీ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "పత్రమునందలి ప్రస్తుత పేజీ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "పూర్తి పేజీని వుపయోగించుము"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
"ఒకవేళ సందర్భంయొక్క ప్రారంభం పేజీయొక్క మూలలో వుండాలి చిత్రముయొక్క ప్రాంతము నందుకాదు అంటే సత్యము"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4084,55 +4084,55 @@ msgstr ""
|
||||
"ఒకవేళ ముద్రణ డాటా ముద్రణాయంత్రముకు లేదా ముద్రణ సర్వర్కు పంపిన తర్వాతకూడా ముద్రణ ఆపరేషన్ "
|
||||
"ముద్రణకార్యము స్థితినివేదకలను యిస్తుంటే సత్యము"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "భాగము"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "సందర్భంనందలి దూరములను కొలిచే ప్రమాణము"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "డైలాగ్ను చూపము"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "ఒకవేళ ముద్రిస్తున్నప్పుడు పురోగతి డైలాగ్ చూపితే సత్యము"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Async అనుమతించుము"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "ఒకవేళ ముద్రణ కార్యక్రమము ఎసింక్రనస్గా జరిగితే సత్యము."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "దస్త్రమునామమును ఎగుమతిచేయుము"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "సుస్థితి"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "ముద్రణ ఆపరేషన్యొక్క స్థితి"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "స్థితి స్ట్రింగ్"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "మానవుడు-చదవగలిగే స్థితి వివరణ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "మలచిన టాబ్ లేబుల్"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "మలచిన విడ్జట్లను కలిగివున్న టాబ్కొరకు లేబుల్"
|
||||
|
||||
@ -4606,39 +4606,39 @@ msgstr "మెట్రిక్"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "రూలర్కు వుపయోగించబడిన కొలమానము"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "విలువనందు ప్రదర్శించబడుతున్న దశాంశ స్థానముల సంఖ్య"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "గీయుటకు విలువ"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "ప్రస్తుత విలువ స్ట్రింగ్వలె స్లైడర్ తర్వాత ప్రదర్శించబడాలా"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "విలువ స్థానము"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "ప్రస్తుత విలువ ప్రదర్శితమయ్యే స్థానము"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "స్లైడర్ పొడవు"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "స్కేల్ స్లైడర్యొక్క పొడవు"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "విలువ క్రమాంతరీకరణం"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "విలువ పాఠ్యముకు మరియు స్లైడర్/వంపు ప్రాంతముకు మద్య ఖాళి"
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2008-09-09 00:25+0700\n"
|
||||
"Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n"
|
||||
"Language-Team: Thai <thai-l10n@googlegroups.com>\n"
|
||||
@ -114,96 +114,96 @@ msgstr ""
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "ชื่อโปรแกรม"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr "ชื่อของโปรแกรม ถ้าไม่กำหนด จะใช้ผลจาก g_get_application_name() โดยปริยาย"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "รุ่นโปรแกรม"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "รุ่นของโปรแกรม"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "ข้อความสงวนลิขสิทธิ์"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "ข้อมูลลิขสิทธิ์ของโปรแกรม"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "ข้อความอธิบาย"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "คำอธิบายอย่างสั้นเกี่ยวกับโปรแกรม"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "URL ของเว็บไซต์"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "URL สำหรับลิงก์ไปยังเว็บไซต์ของโปรแกรม"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "ชื่อเว็บไซต์"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr "ฉลากสำหรับลิงก์ไปยังเว็บไซต์ของโปรแกรม ถ้าไม่กำหนด จะใช้ URL โดยปริยาย"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "ผู้เขียน"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "รายชื่อผู้เขียนโปรแกรม"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "ผู้จัดทำเอกสาร"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "รายชื่อผู้จัดทำเอกสารของโปรแกรม"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "ศิลปิน"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "รายชื่อผู้ที่ร่วมสมทบงานศิลป์ให้กับโปรแกรม"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "เครดิตผู้แปล"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "เครดิตสำหรับผู้แปล ข้อความนี้ควรกำหนดให้แปลได้"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "โลโก้"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -211,19 +211,19 @@ msgstr ""
|
||||
"โลโก้สำหรับกล่องข้อมูลเกี่ยวกับโปรแกรม ถ้าไม่กำหนด จะใช้ผลลัพธ์จาก "
|
||||
"gtk_window_get_default_icon_list() โดยปริยาย"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "ชื่อไอคอนของโลโก้"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "ชื่อไอคอนที่จะใช้เป็นโลโก้ของกล่องข้อมูลเกี่ยวกับโปรแกรม"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "ตัดบรรทัดสัญญาอนุญาต"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "กำหนดว่าจะตัดบรรทัดในการแสดงข้อความสัญญาอนุญาตหรือไม่"
|
||||
|
||||
@ -582,59 +582,59 @@ msgstr "ตามอ็อบเจกต์ลูก"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "บังคับสัดส่วนขนาดให้ตรงกับของอ็อบเจกต์ลูกของเฟรม"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "การเติมพื้นที่ให้กับหัวเรื่อง"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "จำนวนจุดที่จะเติมรอบหัวเรื่อง"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "การเติมพื้นที่ให้กับเนื้อหา"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "จำนวนจุดที่จะเติมรอบเนื้อหาของหน้า"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "ชนิดของหน้า"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "ชนิดของหน้าเครื่องมือช่วย"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "หัวเรื่องของหน้า"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "หัวเรื่องของหน้าเครื่องมือช่วย"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "ภาพที่หัวเรื่อง"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "ภาพที่หัวเรื่องของหน้าเครื่องมือช่วย"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "ภาพที่แถบข้าง"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "ภาพที่แถบข้างของหน้าเครื่องมือช่วย"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "หน้าเสร็จสมบูรณ์"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "ระบุว่าข้อมูลที่จำเป็นทั้งหมดของหน้าได้ถูกเติมเรียบร้อยแล้ว"
|
||||
|
||||
@ -879,7 +879,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr ""
|
||||
|
||||
@ -1287,7 +1287,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr ""
|
||||
|
||||
@ -2119,11 +2119,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2406,31 +2406,31 @@ msgstr "รุ่นโปรแกรม"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "คำอธิบายอย่างสั้นเกี่ยวกับโปรแกรม"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4000,7 +4000,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4010,111 +4010,111 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4580,39 +4580,39 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2004-05-25 17:46+0330\n"
|
||||
"Last-Translator: Gurban Mühemmet Tewekgeli <gmtavakkoli@yahoo.com>\n"
|
||||
"Language-Team: Turkmen <kakilikgroup@yahoo.com>\n"
|
||||
@ -122,115 +122,115 @@ msgstr "Kalam Saýlawy"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
#, fuzzy
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Ad"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -585,68 +585,68 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Haltnyň adyny ýazyň"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Haltnyň adyny ýazyň"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "%u sahypasy"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Haltnyň adyny ýazyň"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "%u sahypasy"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Haltnyň adyny ýazyň"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "BMP resim hili"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "BMP resim hili"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "%u sahypasy"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -892,7 +892,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr ""
|
||||
|
||||
@ -1311,7 +1311,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr ""
|
||||
|
||||
@ -2159,11 +2159,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2441,32 +2441,32 @@ msgstr "Maglumat"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
#, fuzzy
|
||||
msgid "Select on focus"
|
||||
msgstr "_Saýlaw:"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4078,7 +4078,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "%u sahypasy"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4088,116 +4088,116 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
#, fuzzy
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Öň bellenen"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Ad"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Haltnyň adyny ýazyň"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Ululyk"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "_Halta Ady:"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4673,40 +4673,40 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
#, fuzzy
|
||||
msgid "Value Position"
|
||||
msgstr "Sorag"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -11,7 +11,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-02-16 19:01+0200\n"
|
||||
"Last-Translator: Baris Cicek <baris@teamforce.name.tr>\n"
|
||||
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
|
||||
@ -136,11 +136,11 @@ msgid "The resolution for fonts on the screen"
|
||||
msgstr "Ekran üzerindeki yazıtiplerinin çözünürlüğü"
|
||||
|
||||
# gtk/gtktexttag.c:198
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Program ismi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -148,45 +148,45 @@ msgstr ""
|
||||
"Programın ismi. Eğer atanmamışsa, g_get_application_name() öntanımlı olarak "
|
||||
"kullanılır"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Program sürümü"
|
||||
|
||||
# gtk/gtktoolbar.c:224
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Programın sürümü"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Telif hakkı dizgisi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Progam için telif hakkı bilgisi"
|
||||
|
||||
# gtk/gtktable.c:183
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Açıklamalar dizgisi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Program hakkında açıklamalar"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Web sitesi URL'si"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "Programın web sitesine olan bağ için URL"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Web site etiketi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -194,45 +194,45 @@ msgstr ""
|
||||
"Programın web sitesine olan bağ için etiket. Eğer atanmamışsa, URL öntanımlı "
|
||||
"olarak kullanılır"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Yazanlar"
|
||||
|
||||
# gtk/gtktoolbar.c:224
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Programı yazanların listesi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Belgeleyenler"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Programın belgelendirmesini yapanların listesi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Sanatçılar"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Programın sanatsal çalışmalarına katkıda bulunanların listesi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Çeviren"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Programı çevirenler. Bu dizgi çevirilebilir olarak işaretlenmelidir"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -241,21 +241,21 @@ msgstr ""
|
||||
"gtk_window_get_default_icon_list() öntanımlı olarak kullanılır"
|
||||
|
||||
# gtk/gtkfontsel.c:185
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Logo Simge İsmi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Hakkında kutusu için logo olarak kullanılacak isimlendirilmiş simge."
|
||||
|
||||
# gtk/gtktexttag.c:607
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Lisansın bölünmesi"
|
||||
|
||||
# gtk/gtkcellrenderertext.c:324 gtk/gtktexttag.c:467
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Lisans metnini bölünerek yazılması."
|
||||
|
||||
@ -655,67 +655,67 @@ msgstr "Alta uy"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Çerçevenin altıyla en-boy oranının eşleşmesini sağlar"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Başlık Doldurma"
|
||||
|
||||
# gtk/gtkmenubar.c:155
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Başlığın çevresindeki piksellerin sayısı."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "İçerik Doldurma"
|
||||
|
||||
# gtk/gtkmenubar.c:155
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "İçerik sayfalarının çevresindeki piksellerin sayısı."
|
||||
|
||||
# gtk/gtktoolbar.c:259
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Sayfa türü"
|
||||
|
||||
# gtk/gtklabel.c:199
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Yardımcı sayfanın türü"
|
||||
|
||||
# gtk/gtkruler.c:148
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Sayfa başlığı"
|
||||
|
||||
# gtk/gtkwindow.c:333
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Yardımcı sayfanın başlığı"
|
||||
|
||||
# gtk/gtktreeview.c:489
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Başlık resmi"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Yardımcı sayfa için başlık resmi"
|
||||
|
||||
# gtk/gtksettings.c:175
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Kenar çubuğu resmi"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Yardımcı sayfa için kenar çubuğu resmi"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Sayfa tamamlanmış"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Sayfadaki gerekli tüm alanların doldurulmuş olması"
|
||||
|
||||
@ -1012,7 +1012,7 @@ msgstr ""
|
||||
"etkilemesi"
|
||||
|
||||
# gtk/gtknotebook.c:341
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "İç Kenarlık"
|
||||
|
||||
@ -1493,7 +1493,7 @@ msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Bir düğme basılı tuttulduğunda hızlanma oranı"
|
||||
|
||||
# gtk/gtkscale.c:148 gtk/gtkspinbutton.c:221
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Basamaklar"
|
||||
|
||||
@ -2511,12 +2511,12 @@ msgstr ""
|
||||
"geçer"
|
||||
|
||||
# gtk/gtkentry.c:420
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Görünmez karakter"
|
||||
|
||||
# gtk/gtkentry.c:421
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Girdi içeriklerini maskelerken kullanılacak karakter (\"parola kipi\" "
|
||||
@ -2836,34 +2836,34 @@ msgstr "Kanal Kenarlığı"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "İlerleme çubuğunda gösterilecek metin"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Metin ve çerçeve arasındaki kenarlık."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Durum İpucu"
|
||||
|
||||
# gtk/gtktexttag.c:234
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Gölge ya da arkaplan çizerken tam durumun belirtilmesi"
|
||||
|
||||
# gtk/gtkfilesel.c:1795
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Odaktakini seç"
|
||||
|
||||
# gtk/gtkentry.c:397
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Odaklandığında bir girdinin içeriğinin seçilmesi"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Parola İpucu Zamanaşımı"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "Gizli girişlerde son karakterin ne kadar süre gösterileceği"
|
||||
|
||||
@ -4687,7 +4687,7 @@ msgstr "Yazıcı seçenekleri"
|
||||
msgid "Page Setup"
|
||||
msgstr "Sayfa Ayarı"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Yazdırma Durumunu Takip Et"
|
||||
|
||||
@ -4700,56 +4700,56 @@ msgstr ""
|
||||
"sonra bile yazdırma görevi status-changed sinyali vermeye devam eder."
|
||||
|
||||
# gtk/gtkwindow.c:399
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Öntanımlı Sayfa Yapısı"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "Öntanımlı olarak kullanılacak GtkPageSetup"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Yazdırma Ayarları"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "Pencere başlatılırken kullanılacak GtkPrintSettings"
|
||||
|
||||
# gtk/gtkfontsel.c:185
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Görev İsmi"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Yazdırma görevini tanımlamak için kullanılacak dizgi."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Sayfa Sayısı"
|
||||
|
||||
# gtk/gtktable.c:157
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Belgedeki sayfa sayısı."
|
||||
|
||||
# gtk/gtkcolorsel.c:1689
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Mevcut Sayfa"
|
||||
|
||||
# gtk/gtkcellrenderertoggle.c:128
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Belgedeki şu anda bulunulan sayfa"
|
||||
|
||||
# gtk/gtklabel.c:212
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Tam sayfa kullan"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4757,7 +4757,7 @@ msgstr ""
|
||||
"TRUE ise içeriğin orijini sayfanın köşesinde olmalıdır ve resimlenebilir "
|
||||
"alanın köşesinde olmamalıdır"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4765,59 +4765,59 @@ msgstr ""
|
||||
"TRUE ise yazdırma verisi yazıcıya ya da yazdırma sunucusuna gönderildikten "
|
||||
"sonra bile yazdırma işlemi yazdırma görev durumunu bildirmeye devam eder."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Birim"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "İçerik içerisinde mesafelerin ölçülebileceği birim"
|
||||
|
||||
# gtk/gtktable.c:174
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Pencere Göster"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "TRUE ise yazdırma esnasında bir ilerleme penceresi gösterilir."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Eşzamansıza İzin Ver"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "TRUE ise yazdırma süreci eş zamansız olarak çalışabilir."
|
||||
|
||||
# gtk/gtkfilesel.c:502
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Aktarma dosya adı"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Durum"
|
||||
|
||||
# gtk/gtkcellrenderertoggle.c:128
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Yazdırma işleminin durumu"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Durum Dizgisi"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Durumun insan tarafından okunabilen tanımlaması"
|
||||
|
||||
# gtk/gtkcolorsel.c:1703
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Özel sekme etiketi"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Özel parçalar içeren sekme için etiket."
|
||||
|
||||
@ -5364,47 +5364,47 @@ msgid "The metric used for the ruler"
|
||||
msgstr "Cetvel için kullanılacak ölçü"
|
||||
|
||||
# gtk/gtkscale.c:149
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Değerlerin gösterildiği onluk basamakların sayısı"
|
||||
|
||||
# gtk/gtkscale.c:158
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Çizim Değeri"
|
||||
|
||||
# gtk/gtkscale.c:159
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr "Mevcut değerin bir dizgi olarak sürgünün yanında gösterilmesi"
|
||||
|
||||
# gtk/gtkscale.c:166
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Değer Konumu"
|
||||
|
||||
# gtk/gtkscale.c:167
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Mevcut değerin gösterileceği konum"
|
||||
|
||||
# gtk/gtkscale.c:174
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Sürgü Uzunluğu"
|
||||
|
||||
# gtk/gtkscale.c:175
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Ölçeğin sürgüsünün uzunluğu"
|
||||
|
||||
# gtk/gtkscale.c:183
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Değer boşluğu"
|
||||
|
||||
# gtk/gtkscale.c:184
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Sürgü/Kanal alanı ile değer metni arasındaki boşluk"
|
||||
|
||||
|
@ -5,7 +5,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ properties\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2005-11-09 14:22+0300\n"
|
||||
"Last-Translator: Albert Fazlí <tatarish.l10n@gmail.com>\n"
|
||||
"Language-Team: Tatarish <tatarish.l10n@gmail.com>\n"
|
||||
@ -111,114 +111,114 @@ msgstr ""
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Yazılım adı"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Yazılım söreme"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Bu yazılımnıñ söreme"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Qälämxaq yazması"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Bu yazılımğa qälämxaq turında beleşmä"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Açıqlama yazma"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Bu yazılım açıqlaması"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Yazuçı"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Qullanmaçılar"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Bu yazılımğa qullanma äzerlägän keşelär"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Albert Fazlí <tatarish.l10n@gmail.com>"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr "Albert Fazlí"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -566,70 +566,70 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
#, fuzzy
|
||||
msgid "Header Padding"
|
||||
msgstr "Çigeneş"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Widget adı"
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
#, fuzzy
|
||||
msgid "Content Padding"
|
||||
msgstr "Eçke çigenü"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
#, fuzzy
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Widget adı"
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
#, fuzzy
|
||||
msgid "Page type"
|
||||
msgstr "Bit Ülçäme"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
#, fuzzy
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Täräzä töre"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
#, fuzzy
|
||||
msgid "Page title"
|
||||
msgstr "Bit Ülçäme"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
#, fuzzy
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Täräzä başlığı"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
#, fuzzy
|
||||
msgid "Header image"
|
||||
msgstr "Bu bäyä"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
#, fuzzy
|
||||
msgid "Sidebar image"
|
||||
msgstr "Bu bäyä"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
#, fuzzy
|
||||
msgid "Page complete"
|
||||
msgstr "Bit Ülçäme"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -872,7 +872,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
#, fuzzy
|
||||
msgid "Inner Border"
|
||||
msgstr "Tezü cayı"
|
||||
@ -1285,7 +1285,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Sannar"
|
||||
|
||||
@ -2126,11 +2126,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Kürenmäslek bilge"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2423,31 +2423,31 @@ msgstr "Tezü cayı"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Bu yazılım açıqlaması"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -4053,7 +4053,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr "Bit Ülçäme"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -4063,119 +4063,119 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "Tamğa Adı"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
#, fuzzy
|
||||
msgid "Number of Pages"
|
||||
msgstr "Kanallar Sanı"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
#, fuzzy
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Widget adı"
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
#, fuzzy
|
||||
msgid "Current Page"
|
||||
msgstr "Ağımdağı Tös"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
#, fuzzy
|
||||
msgid "Unit"
|
||||
msgstr "Aşığıç"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
#, fuzzy
|
||||
msgid "Show Dialog"
|
||||
msgstr "Dialog"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
#, fuzzy
|
||||
msgid "Export filename"
|
||||
msgstr "Birem adı"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
#, fuzzy
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Bu yazılımnıñ söreme"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4654,39 +4654,39 @@ msgstr "Meterle"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Şudırma Ozınlığı"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Bäyä arası"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
3402
po-properties/uk.po
3402
po-properties/uk.po
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ gtk-2-4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2006-06-20 15:32-0500\n"
|
||||
"Last-Translator: Zack Ajmal <urdu@zackvision.com>\n"
|
||||
"Language-Team: UrduWeb Localization Team <l10n@urduweb.org>\n"
|
||||
@ -111,114 +111,114 @@ msgstr ""
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -568,59 +568,59 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr ""
|
||||
|
||||
@ -864,7 +864,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr ""
|
||||
|
||||
@ -1277,7 +1277,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr ""
|
||||
|
||||
@ -2110,11 +2110,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2384,32 +2384,32 @@ msgstr "جگہ"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
#, fuzzy
|
||||
msgid "State Hint"
|
||||
msgstr "سٹیٹس"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -3983,7 +3983,7 @@ msgstr ""
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr ""
|
||||
|
||||
@ -3993,113 +3993,113 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
#, fuzzy
|
||||
msgid "Job Name"
|
||||
msgstr "نام"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "سٹیٹس"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
#, fuzzy
|
||||
msgid "Status String"
|
||||
msgstr "سٹیٹس"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4569,39 +4569,39 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: uz@cyrillic\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2008-12-30 22:10+0500\n"
|
||||
"Last-Translator: Nurali Abdurahmonov <mavnur@gmail.com>\n"
|
||||
"Language-Team: Uzbek\n"
|
||||
@ -114,115 +114,115 @@ msgstr "Shrift oʻlchami"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Ekrandagi shrift oʻlchami"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Dastur nomi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Dastur versiyasi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Dasturning versiyasi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Dastur uchun mualliflik huquqi maʼlumoti"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Dastur haqida izohlar"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Veb sahifa URL manzili"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Mualliflar"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Dastur mualliflari roʻyxati"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Qoʻllanma mualliflari"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Dastur qoʻllanmasi mualliflari"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Tarjimonlar"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Dastur tarjimonlari. Ushbu satr tarjima qilinadigan qilib belgilanishi kerak"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Logo"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Logotip nishonchasi nomi"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -571,59 +571,59 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Sarlavha atrofidagi piksellar soni."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Sahifa turi"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Yordamchi sahifasi turi"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Sahifa nomi"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Yordamchi sahifasi nomi"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Sarlavha rasmi"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Yordamchi sahifasi sarlavhasi rasmi"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Yon panel rasmi"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Yordamchi sahifasi uchun yon panel rasmi"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Sahifa toʻldirildi"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Sahifadagi barcha kerakli maydonlarning toʻldirilganligi"
|
||||
|
||||
@ -864,7 +864,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr ""
|
||||
|
||||
@ -1274,7 +1274,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Raqamlar"
|
||||
|
||||
@ -2105,11 +2105,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Koʻrinmaydigan belgi"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2387,31 +2387,31 @@ msgstr "Chegarani koʻrsatish"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Jarayon panelidagi matn"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Matn va freym orasidagi chegara."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Fokuslanganda tanlash"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -3980,7 +3980,7 @@ msgstr "Printer moslamalari"
|
||||
msgid "Page Setup"
|
||||
msgstr "Sahifa moslamalari"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Printer holatini kuzatish"
|
||||
|
||||
@ -3990,111 +3990,111 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Andoxa sahifa moslamasi"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Bosib chiqarish moslamalari"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Vazifa nomi"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Sahifalar soni"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Hujjatdagi sahifalar soni."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Joriy sahifa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Hujjatdagi joriy sahifa"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Birlik"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Dialogni koʻrsatish"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Holati"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Printer operatsiyasi holati"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4560,39 +4560,39 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: uz@cyrillic\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2008-12-30 22:10+0500\n"
|
||||
"Last-Translator: Nurali Abdurahmonov <mavnur@gmail.com>\n"
|
||||
"Language-Team: Uzbek\n"
|
||||
@ -114,115 +114,115 @@ msgstr "Шрифт ўлчами"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Экрандаги шрифт ўлчами"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Дастур номи"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Дастур версияси"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Дастурнинг версияси"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Дастур учун муаллифлик ҳуқуқи маълумоти"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Дастур ҳақида изоҳлар"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Веб саҳифа URL манзили"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Муаллифлар"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Дастур муаллифлари рўйхати"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Қўлланма муаллифлари"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Дастур қўлланмаси муаллифлари"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Таржимонлар"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Дастур таржимонлари. Ушбу сатр таржима қилинадиган қилиб белгиланиши керак"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Лого"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Логотип нишончаси номи"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr ""
|
||||
|
||||
@ -570,59 +570,59 @@ msgstr ""
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Сарлавҳа атрофидаги пикселлар сони."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Саҳифа тури"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Ёрдамчи саҳифаси тури"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Саҳифа номи"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Ёрдамчи саҳифаси номи"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Сарлавҳа расми"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Ёрдамчи саҳифаси сарлавҳаси расми"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Ён панел расми"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Ёрдамчи саҳифаси учун ён панел расми"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Саҳифа тўлдирилди"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Саҳифадаги барча керакли майдонларнинг тўлдирилганлиги"
|
||||
|
||||
@ -863,7 +863,7 @@ msgid ""
|
||||
"rectangle"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr ""
|
||||
|
||||
@ -1273,7 +1273,7 @@ msgstr ""
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Рақамлар"
|
||||
|
||||
@ -2104,11 +2104,11 @@ msgid ""
|
||||
"Border between text and frame. Overrides the inner-border style property"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Кўринмайдиган белги"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
|
||||
@ -2386,31 +2386,31 @@ msgstr "Чегарани кўрсатиш"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Жараён панелидаги матн"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Матн ва фрейм орасидаги чегара."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Фокусланганда танлаш"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr ""
|
||||
|
||||
@ -3979,7 +3979,7 @@ msgstr "Принтер мосламалари"
|
||||
msgid "Page Setup"
|
||||
msgstr "Саҳифа мосламалари"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Принтер ҳолатини кузатиш"
|
||||
|
||||
@ -3989,111 +3989,111 @@ msgid ""
|
||||
"print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Андоха саҳифа мосламаси"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Босиб чиқариш мосламалари"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Вазифа номи"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Саҳифалар сони"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Ҳужжатдаги саҳифалар сони."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Жорий саҳифа"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Ҳужжатдаги жорий саҳифа"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Бирлик"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Диалогни кўрсатиш"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Ҳолати"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Принтер операцияси ҳолати"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr ""
|
||||
|
||||
@ -4559,39 +4559,39 @@ msgstr ""
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-properties 2.15.3\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
|
||||
"POT-Creation-Date: 2009-05-04 01:14-0400\n"
|
||||
"PO-Revision-Date: 2009-02-09 18:47+0930\n"
|
||||
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
|
||||
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
|
||||
@ -115,11 +115,11 @@ msgstr "Độ phân giải phông chữ"
|
||||
msgid "The resolution for fonts on the screen"
|
||||
msgstr "Độ phân giải của phông chữ trên màn hình"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:184
|
||||
#: gtk/gtkaboutdialog.c:239
|
||||
msgid "Program name"
|
||||
msgstr "Tên chương trình"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:185
|
||||
#: gtk/gtkaboutdialog.c:240
|
||||
msgid ""
|
||||
"The name of the program. If this is not set, it defaults to "
|
||||
"g_get_application_name()"
|
||||
@ -127,43 +127,43 @@ msgstr ""
|
||||
"Tên của chương trình. Nếu chưa đặt thì giá trị mặc định là « "
|
||||
"g_get_application_name() » (g lấy tên ứng dụng)"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:199
|
||||
#: gtk/gtkaboutdialog.c:254
|
||||
msgid "Program version"
|
||||
msgstr "Phiên bản chương trình"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:200
|
||||
#: gtk/gtkaboutdialog.c:255
|
||||
msgid "The version of the program"
|
||||
msgstr "Phiên bản của chương trình"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:214
|
||||
#: gtk/gtkaboutdialog.c:269
|
||||
msgid "Copyright string"
|
||||
msgstr "Chuỗi bản quyền"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:215
|
||||
#: gtk/gtkaboutdialog.c:270
|
||||
msgid "Copyright information for the program"
|
||||
msgstr "Thông tin bản quyền cho chương trình"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:232
|
||||
#: gtk/gtkaboutdialog.c:287
|
||||
msgid "Comments string"
|
||||
msgstr "Chuỗi ghi chú"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:233
|
||||
#: gtk/gtkaboutdialog.c:288
|
||||
msgid "Comments about the program"
|
||||
msgstr "Ghi chú về chương trình"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:267
|
||||
#: gtk/gtkaboutdialog.c:322
|
||||
msgid "Website URL"
|
||||
msgstr "Địa chỉ Mạng của trang chủ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:268
|
||||
#: gtk/gtkaboutdialog.c:323
|
||||
msgid "The URL for the link to the website of the program"
|
||||
msgstr "Địa chỉ Mạng cho liên kết tới trang chủ của chương trình"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:284
|
||||
#: gtk/gtkaboutdialog.c:339
|
||||
msgid "Website label"
|
||||
msgstr "Nhãn trang chủ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:285
|
||||
#: gtk/gtkaboutdialog.c:340
|
||||
msgid ""
|
||||
"The label for the link to the website of the program. If this is not set, it "
|
||||
"defaults to the URL"
|
||||
@ -171,45 +171,45 @@ msgstr ""
|
||||
"Nhãn cho liên kết tới trang chủ của chương trình. Nếu chưa đặt thì giá trị "
|
||||
"mặc định là địa chỉ Mạng của nó"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:301
|
||||
#: gtk/gtkaboutdialog.c:356
|
||||
msgid "Authors"
|
||||
msgstr "Tác giả"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:302
|
||||
#: gtk/gtkaboutdialog.c:357
|
||||
msgid "List of authors of the program"
|
||||
msgstr "Danh sách các tác giả của chương trình"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:318
|
||||
#: gtk/gtkaboutdialog.c:373
|
||||
msgid "Documenters"
|
||||
msgstr "Tài liệu :"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:319
|
||||
#: gtk/gtkaboutdialog.c:374
|
||||
msgid "List of people documenting the program"
|
||||
msgstr "Danh sách các người tạo tài liệu cho chương trình"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:335
|
||||
#: gtk/gtkaboutdialog.c:390
|
||||
msgid "Artists"
|
||||
msgstr "Nghệ sĩ"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:336
|
||||
#: gtk/gtkaboutdialog.c:391
|
||||
msgid "List of people who have contributed artwork to the program"
|
||||
msgstr "Danh sách các người đã đóng góp đồ họa cùng chương trình"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:353
|
||||
#: gtk/gtkaboutdialog.c:408
|
||||
msgid "Translator credits"
|
||||
msgstr "Bản dịch:"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:354
|
||||
#: gtk/gtkaboutdialog.c:409
|
||||
msgid ""
|
||||
"Credits to the translators. This string should be marked as translatable"
|
||||
msgstr ""
|
||||
"Công trạng cho các người dịch. Chuỗi này nên được nhãn có khả năng dịch"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:369
|
||||
#: gtk/gtkaboutdialog.c:424
|
||||
msgid "Logo"
|
||||
msgstr "Biểu hình"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:370
|
||||
#: gtk/gtkaboutdialog.c:425
|
||||
msgid ""
|
||||
"A logo for the about box. If this is not set, it defaults to "
|
||||
"gtk_window_get_default_icon_list()"
|
||||
@ -218,19 +218,19 @@ msgstr ""
|
||||
"định là « gtk_window_get_default_icon_list() » (gtk cửa sổ lấy danh sách biểu "
|
||||
"tượng mặc định)"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:385
|
||||
#: gtk/gtkaboutdialog.c:440
|
||||
msgid "Logo Icon Name"
|
||||
msgstr "Tên biểu tượng biểu hình"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:386
|
||||
#: gtk/gtkaboutdialog.c:441
|
||||
msgid "A named icon to use as the logo for the about box."
|
||||
msgstr "Một biểu tượng có tên cần dùng là biểu hình cho hộp giới thiệu."
|
||||
|
||||
#: gtk/gtkaboutdialog.c:399
|
||||
#: gtk/gtkaboutdialog.c:454
|
||||
msgid "Wrap license"
|
||||
msgstr "Ngắt dòng quyển"
|
||||
|
||||
#: gtk/gtkaboutdialog.c:400
|
||||
#: gtk/gtkaboutdialog.c:455
|
||||
msgid "Whether to wrap the license text."
|
||||
msgstr "Có nên ngắt dòng trong văn bản của quyền hay không."
|
||||
|
||||
@ -595,59 +595,59 @@ msgstr "Theo con"
|
||||
msgid "Force aspect ratio to match that of the frame's child"
|
||||
msgstr "Buộc tỷ lệ hình thể sẽ khớp điều của khung con"
|
||||
|
||||
#: gtk/gtkassistant.c:261
|
||||
#: gtk/gtkassistant.c:281
|
||||
msgid "Header Padding"
|
||||
msgstr "Đệm phần đầu"
|
||||
|
||||
#: gtk/gtkassistant.c:262
|
||||
#: gtk/gtkassistant.c:282
|
||||
msgid "Number of pixels around the header."
|
||||
msgstr "Số điểm ảnh chung quanh phần đầu."
|
||||
|
||||
#: gtk/gtkassistant.c:269
|
||||
#: gtk/gtkassistant.c:289
|
||||
msgid "Content Padding"
|
||||
msgstr "Đệm nội dung"
|
||||
|
||||
#: gtk/gtkassistant.c:270
|
||||
#: gtk/gtkassistant.c:290
|
||||
msgid "Number of pixels around the content pages."
|
||||
msgstr "Số điểm ảnh chung quanh các trang nội dung."
|
||||
|
||||
#: gtk/gtkassistant.c:286
|
||||
#: gtk/gtkassistant.c:306
|
||||
msgid "Page type"
|
||||
msgstr "Kiểu trang"
|
||||
|
||||
#: gtk/gtkassistant.c:287
|
||||
#: gtk/gtkassistant.c:307
|
||||
msgid "The type of the assistant page"
|
||||
msgstr "Kiểu trang trợ lý"
|
||||
|
||||
#: gtk/gtkassistant.c:304
|
||||
#: gtk/gtkassistant.c:324
|
||||
msgid "Page title"
|
||||
msgstr "Tựa trang"
|
||||
|
||||
#: gtk/gtkassistant.c:305
|
||||
#: gtk/gtkassistant.c:325
|
||||
msgid "The title of the assistant page"
|
||||
msgstr "Tựa đề của trang trợ lý"
|
||||
|
||||
#: gtk/gtkassistant.c:321
|
||||
#: gtk/gtkassistant.c:341
|
||||
msgid "Header image"
|
||||
msgstr "Ảnh phần đầu"
|
||||
|
||||
#: gtk/gtkassistant.c:322
|
||||
#: gtk/gtkassistant.c:342
|
||||
msgid "Header image for the assistant page"
|
||||
msgstr "Ảnh phần đầu cho trang trợ lý"
|
||||
|
||||
#: gtk/gtkassistant.c:338
|
||||
#: gtk/gtkassistant.c:358
|
||||
msgid "Sidebar image"
|
||||
msgstr "Ảnh khung lề"
|
||||
|
||||
#: gtk/gtkassistant.c:339
|
||||
#: gtk/gtkassistant.c:359
|
||||
msgid "Sidebar image for the assistant page"
|
||||
msgstr "Ảnh khung lề cho trang trợ lý"
|
||||
|
||||
#: gtk/gtkassistant.c:354
|
||||
#: gtk/gtkassistant.c:374
|
||||
msgid "Page complete"
|
||||
msgstr "Trang hoàn tất"
|
||||
|
||||
#: gtk/gtkassistant.c:355
|
||||
#: gtk/gtkassistant.c:375
|
||||
msgid "Whether all required fields on the page have been filled out"
|
||||
msgstr "Có nên tất cả các trường cần thiết trên trang đã được điền vào chưa"
|
||||
|
||||
@ -908,7 +908,7 @@ msgstr ""
|
||||
"Tài sản của « child_displacement_x/_y » (độ dịch chuyển con X/Y) cũng nên có "
|
||||
"tác động chữ nhật tiêu điểm hay không"
|
||||
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661
|
||||
#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682
|
||||
msgid "Inner Border"
|
||||
msgstr "Viền bên trong"
|
||||
|
||||
@ -1321,7 +1321,7 @@ msgstr "Tỷ lệ tăng"
|
||||
msgid "The acceleration rate when you hold down a button"
|
||||
msgstr "Tỷ lệ tăng tốc khi bạn bấm giữ một cái nút nào đó"
|
||||
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226
|
||||
#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226
|
||||
msgid "Digits"
|
||||
msgstr "Số"
|
||||
|
||||
@ -2168,11 +2168,11 @@ msgid ""
|
||||
msgstr ""
|
||||
"Viền giữa văn bản và khung. Có quyền cao hơn tài sản kiểu dáng viền bên trong"
|
||||
|
||||
#: gtk/gtkentry.c:666
|
||||
#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232
|
||||
msgid "Invisible character"
|
||||
msgstr "Ký tự vô hình"
|
||||
|
||||
#: gtk/gtkentry.c:667
|
||||
#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233
|
||||
msgid "The character to use when masking entry contents (in \"password mode\")"
|
||||
msgstr ""
|
||||
"Ký tự cần dùng khi che giấy nội dung của mục nhập ( trong chế độ mật khẩu)"
|
||||
@ -2450,31 +2450,31 @@ msgstr "Viền máng xối"
|
||||
msgid "Border around the progress bar"
|
||||
msgstr "Văn bản trên thanh tiến trình"
|
||||
|
||||
#: gtk/gtkentry.c:1662
|
||||
#: gtk/gtkentry.c:1683
|
||||
msgid "Border between text and frame."
|
||||
msgstr "Viền giữa văn bản và khung."
|
||||
|
||||
#: gtk/gtkentry.c:1676
|
||||
#: gtk/gtkentry.c:1697
|
||||
msgid "State Hint"
|
||||
msgstr "Mẹo tình trạng"
|
||||
|
||||
#: gtk/gtkentry.c:1677
|
||||
#: gtk/gtkentry.c:1698
|
||||
msgid "Whether to pass a proper state when drawing shadow or background"
|
||||
msgstr "Có nên gửi một tình trạng đúng khi vẽ bóng hay nền, hay không"
|
||||
|
||||
#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695
|
||||
#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695
|
||||
msgid "Select on focus"
|
||||
msgstr "Chọn khi có tiêu điểm"
|
||||
|
||||
#: gtk/gtkentry.c:1683
|
||||
#: gtk/gtkentry.c:1704
|
||||
msgid "Whether to select the contents of an entry when it is focused"
|
||||
msgstr "Chọn nội dung của mục nhập khi nó nhận tiêu điểm hay không"
|
||||
|
||||
#: gtk/gtkentry.c:1697
|
||||
#: gtk/gtkentry.c:1718
|
||||
msgid "Password Hint Timeout"
|
||||
msgstr "Thời hạn gợi ý mật khẩu"
|
||||
|
||||
#: gtk/gtkentry.c:1698
|
||||
#: gtk/gtkentry.c:1719
|
||||
msgid "How long to show the last input character in hidden entries"
|
||||
msgstr "Thời gian cần hiển thị ký tự mới gõ trong mục nhập đã ẩn"
|
||||
|
||||
@ -4094,7 +4094,7 @@ msgstr "Thiết lập máy in"
|
||||
msgid "Page Setup"
|
||||
msgstr "Thiết lập trang"
|
||||
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027
|
||||
#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050
|
||||
msgid "Track Print Status"
|
||||
msgstr "Theo dõi trạng thái in"
|
||||
|
||||
@ -4106,51 +4106,51 @@ msgstr ""
|
||||
"TRUE (đúng) nếu công việc in này sẽ tiếp tục tín hiệu thay đổi trạng thái "
|
||||
"sau khi dữ liệu in đã được gởi cho máy in hay máy phục vụ in."
|
||||
|
||||
#: gtk/gtkprintoperation.c:899
|
||||
#: gtk/gtkprintoperation.c:922
|
||||
msgid "Default Page Setup"
|
||||
msgstr "Thiết lập trang mặc định"
|
||||
|
||||
#: gtk/gtkprintoperation.c:900
|
||||
#: gtk/gtkprintoperation.c:923
|
||||
msgid "The GtkPageSetup used by default"
|
||||
msgstr "Thiết lập trang GtkPageSetup được dùng theo mặc định"
|
||||
|
||||
#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276
|
||||
#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276
|
||||
msgid "Print Settings"
|
||||
msgstr "Thiết lập in"
|
||||
|
||||
#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277
|
||||
#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277
|
||||
msgid "The GtkPrintSettings used for initializing the dialog"
|
||||
msgstr "Thiết lập in GtkPrintSettings được dùng để sở khởi hộp thoại"
|
||||
|
||||
#: gtk/gtkprintoperation.c:937
|
||||
#: gtk/gtkprintoperation.c:960
|
||||
msgid "Job Name"
|
||||
msgstr "Tên công việc"
|
||||
|
||||
#: gtk/gtkprintoperation.c:938
|
||||
#: gtk/gtkprintoperation.c:961
|
||||
msgid "A string used for identifying the print job."
|
||||
msgstr "Chuỗi được dùng để nhận diện công việc in."
|
||||
|
||||
#: gtk/gtkprintoperation.c:962
|
||||
#: gtk/gtkprintoperation.c:985
|
||||
msgid "Number of Pages"
|
||||
msgstr "Số trang"
|
||||
|
||||
#: gtk/gtkprintoperation.c:963
|
||||
#: gtk/gtkprintoperation.c:986
|
||||
msgid "The number of pages in the document."
|
||||
msgstr "Số trang trong tài liệu đó."
|
||||
|
||||
#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266
|
||||
#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266
|
||||
msgid "Current Page"
|
||||
msgstr "Trang hiện có"
|
||||
|
||||
#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267
|
||||
#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267
|
||||
msgid "The current page in the document"
|
||||
msgstr "Trang hiện thời trong tài liệu đó"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1006
|
||||
#: gtk/gtkprintoperation.c:1029
|
||||
msgid "Use full page"
|
||||
msgstr "Dùng toàn trang"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1007
|
||||
#: gtk/gtkprintoperation.c:1030
|
||||
msgid ""
|
||||
"TRUE if the origin of the context should be at the corner of the page and "
|
||||
"not the corner of the imageable area"
|
||||
@ -4158,7 +4158,7 @@ msgstr ""
|
||||
"TRUE (đúng) nếu gốc của ngữ cảnh nên nằm trong góc trang, không phải trong "
|
||||
"góc của vùng có thể chứa ảnh"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1028
|
||||
#: gtk/gtkprintoperation.c:1051
|
||||
msgid ""
|
||||
"TRUE if the print operation will continue to report on the print job status "
|
||||
"after the print data has been sent to the printer or print server."
|
||||
@ -4166,55 +4166,55 @@ msgstr ""
|
||||
"TRUE (đúng) nếu thao tác in sẽ tiếp tục thông báo trạng thái của công việc "
|
||||
"in sau khi dữ liệu in đã được gởi cho máy in hay máy phục vụ in."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1045
|
||||
#: gtk/gtkprintoperation.c:1068
|
||||
msgid "Unit"
|
||||
msgstr "Đơn vị"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1046
|
||||
#: gtk/gtkprintoperation.c:1069
|
||||
msgid "The unit in which distances can be measured in the context"
|
||||
msgstr "Đơn vị đo khoảng cách trong ngữ cảnh đó"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1063
|
||||
#: gtk/gtkprintoperation.c:1086
|
||||
msgid "Show Dialog"
|
||||
msgstr "Hiện hộp thoại"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1064
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
msgid "TRUE if a progress dialog is shown while printing."
|
||||
msgstr "TRUE (đúng) nếu hộp thoại tiến hành được hiển thị trong khi in."
|
||||
|
||||
#: gtk/gtkprintoperation.c:1087
|
||||
#: gtk/gtkprintoperation.c:1110
|
||||
msgid "Allow Async"
|
||||
msgstr "Cho phép không đồng bộ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1088
|
||||
#: gtk/gtkprintoperation.c:1111
|
||||
msgid "TRUE if print process may run asynchronous."
|
||||
msgstr "TRUE (đúng) nếu cho phép tiến trình in chạy không đồng bộ"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111
|
||||
#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134
|
||||
msgid "Export filename"
|
||||
msgstr "Xuất khẩu tên tập tin"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1125
|
||||
#: gtk/gtkprintoperation.c:1148
|
||||
msgid "Status"
|
||||
msgstr "Trạng thái"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1126
|
||||
#: gtk/gtkprintoperation.c:1149
|
||||
msgid "The status of the print operation"
|
||||
msgstr "Trạng thái của thao tác in"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1146
|
||||
#: gtk/gtkprintoperation.c:1169
|
||||
msgid "Status String"
|
||||
msgstr "Chuỗi trạng thái"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1147
|
||||
#: gtk/gtkprintoperation.c:1170
|
||||
msgid "A human-readable description of the status"
|
||||
msgstr "Mô tả cho người đọc về trạng thái"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1165
|
||||
#: gtk/gtkprintoperation.c:1188
|
||||
msgid "Custom tab label"
|
||||
msgstr "Nhãn tab riêng"
|
||||
|
||||
#: gtk/gtkprintoperation.c:1166
|
||||
#: gtk/gtkprintoperation.c:1189
|
||||
msgid "Label for the tab containing custom widgets."
|
||||
msgstr "Nhãn cho tab chứa các ô điều khiển riêng."
|
||||
|
||||
@ -4709,40 +4709,40 @@ msgstr "Cách đo"
|
||||
msgid "The metric used for the ruler"
|
||||
msgstr "Thước đo sử dụng cách đo nào"
|
||||
|
||||
#: gtk/gtkscale.c:201
|
||||
#: gtk/gtkscale.c:219
|
||||
msgid "The number of decimal places that are displayed in the value"
|
||||
msgstr "Số lần số được hiển thị trong giá trị"
|
||||
|
||||
#: gtk/gtkscale.c:210
|
||||
#: gtk/gtkscale.c:228
|
||||
msgid "Draw Value"
|
||||
msgstr "Giá trị vẽ"
|
||||
|
||||
#: gtk/gtkscale.c:211
|
||||
#: gtk/gtkscale.c:229
|
||||
msgid "Whether the current value is displayed as a string next to the slider"
|
||||
msgstr ""
|
||||
"Có nên hiển thị giá trị hiện thời dạng chuỗi bên cạnh con trượt hay không"
|
||||
|
||||
#: gtk/gtkscale.c:218
|
||||
#: gtk/gtkscale.c:236
|
||||
msgid "Value Position"
|
||||
msgstr "Vị trí giá trị"
|
||||
|
||||
#: gtk/gtkscale.c:219
|
||||
#: gtk/gtkscale.c:237
|
||||
msgid "The position in which the current value is displayed"
|
||||
msgstr "Vị trí nơi hiển thị giá trị hiện thời"
|
||||
|
||||
#: gtk/gtkscale.c:226
|
||||
#: gtk/gtkscale.c:244
|
||||
msgid "Slider Length"
|
||||
msgstr "Độ dài con trượt"
|
||||
|
||||
#: gtk/gtkscale.c:227
|
||||
#: gtk/gtkscale.c:245
|
||||
msgid "Length of scale's slider"
|
||||
msgstr "Độ dài của con trượt của tỷ lệ"
|
||||
|
||||
#: gtk/gtkscale.c:235
|
||||
#: gtk/gtkscale.c:253
|
||||
msgid "Value spacing"
|
||||
msgstr "Khoảng cách giá trị"
|
||||
|
||||
#: gtk/gtkscale.c:236
|
||||
#: gtk/gtkscale.c:254
|
||||
msgid "Space between value text and the slider/trough area"
|
||||
msgstr "Khoảng cách giữa văn bản giá trị và vùng của con trượt/máng xối"
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user