Mailinglist Archive: yast-commit (687 mails)

< Previous Next >
[yast-commit] r43506 - /branches/SuSE-SLE-10-SP2-Branch/kdump/src/dialogs.ycp
  • From: juhliarik@xxxxxxxxxxxxxxxx
  • Date: Thu, 10 Jan 2008 08:18:37 -0000
  • Message-id: <20080110081838.06BC112E153@xxxxxxxxxxxxxxxx>
Author: juhliarik
Date: Thu Jan 10 09:18:37 2008
New Revision: 43506

URL: http://svn.opensuse.org/viewcvs/yast?rev=43506&view=rev
Log:
added text lines for localization


Modified:
branches/SuSE-SLE-10-SP2-Branch/kdump/src/dialogs.ycp

Modified: branches/SuSE-SLE-10-SP2-Branch/kdump/src/dialogs.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP2-Branch/kdump/src/dialogs.ycp?rev=43506&r1=43505&r2=43506&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP2-Branch/kdump/src/dialogs.ycp (original)
+++ branches/SuSE-SLE-10-SP2-Branch/kdump/src/dialogs.ycp Thu Jan 10 09:18:37
2008
@@ -80,12 +80,12 @@
"widget" : `custom,
"custom_widget" : `HSquash(`VBox(
`Left(`HBox(
- `Left(`Label("Total System Memory [MB]:")),
+ `Left(`Label(_("Total System Memory [MB]:"))),
`Left(`Label(`id("total_memory"),"0123456789")),
`HStretch ()
)),
`Left(`HBox(
- `Left(`Label("Usable Memory [MB]:")),
+ `Left(`Label(_("Usable Memory [MB]:"))),
`Left(`Label(`id("usable_memory"),"0123456789")),
`HStretch ()
)),
@@ -103,13 +103,13 @@
"custom_widget" : `VBox(
`Frame ( _("Include in Dumping"), `VBox(
`Left(`HBox(`HSpacing(1),`VBox(
- `Left(`CheckBox(`id("zero_page"), "&Pages Filled with Zero")),
- `Left(`CheckBox(`id("cache_page"), `opt(`notify), "Cach&e
Pages")),
+ `Left(`CheckBox(`id("zero_page"), _("&Pages Filled with Zero"))),
+ `Left(`CheckBox(`id("cache_page"), `opt(`notify), _("Cach&e
Pages"))),
`HBox(`HSpacing(2),`VBox(
- `Left(`CheckBox(`id("cache_private"), `opt(`notify), "Cache
Priva&te Pages"))
+ `Left(`CheckBox(`id("cache_private"), `opt(`notify), _("Cache
Priva&te Pages")))
)),
- `Left(`CheckBox(`id("user_data"), "&User Data Pages")),
- `Left(`CheckBox(`id("free_page"), "&Free Pages"))
+ `Left(`CheckBox(`id("user_data"), _("&User Data Pages"))),
+ `Left(`CheckBox(`id("free_page"), _("&Free Pages")))
//`VStretch ()
)))
))),
@@ -174,7 +174,7 @@
//`Frame(`id("enable_raw_partitions"),_("Enable Ra&w Saving in
Initrd"),
`HBox(`HSpacing(1),`VBox(
`Left(`ComboBox(`id("raw_partitions"),
- _("The List of A&vailable Raw Paritions of All Disks
Without Known Filesystem")))
+ _("The List of A&vailable Raw Partitions of All Disks
Without Known Filesystem")))
))
)
),

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages