diff options
| author | Peter Penz <[email protected]> | 2007-07-12 06:10:54 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-07-12 06:10:54 +0000 |
| commit | 7eef5ebec2ceaebb4088629093ecd3f0c2635816 (patch) | |
| tree | 836324390b42174a0cd402b3eda8400f102105c6 /src/dolphin_directoryviewpropertysettings.kcfg | |
| parent | 9c9374c7da1a514b721793759a2f8047a35083c5 (diff) | |
KUIT adaptions (applied i18ncheckarg - everything should be OK now)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=686787
Diffstat (limited to 'src/dolphin_directoryviewpropertysettings.kcfg')
| -rw-r--r-- | src/dolphin_directoryviewpropertysettings.kcfg | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/dolphin_directoryviewpropertysettings.kcfg b/src/dolphin_directoryviewpropertysettings.kcfg index 7b192f549..14173df38 100644 --- a/src/dolphin_directoryviewpropertysettings.kcfg +++ b/src/dolphin_directoryviewpropertysettings.kcfg @@ -8,56 +8,56 @@ <kcfgfile arg="true" /> <group name="Settings"> <entry name="ShowHiddenFiles" key="ShowDotFiles" type="Bool" > - <label>Show hidden files</label> - <whatsthis>When this option is enabled hidden files, such as those starting with a '.', will be shown in the file view.</whatsthis> + <label context="@label">Show hidden files</label> + <whatsthis context="@info">When this option is enabled hidden files, such as those starting with a '.', will be shown in the file view.</whatsthis> <default>false</default> </entry> </group> <group name="Dolphin"> <entry name="ViewMode" type="Int" > - <label>View Mode</label> - <whatsthis>This option controls the style of the view. Currently supported values include icons (0), details (1) and column (2) views.</whatsthis> + <label context="@label">View Mode</label> + <whatsthis context="@info">This option controls the style of the view. Currently supported values include icons (0), details (1) and column (2) views.</whatsthis> <default>DolphinView::IconsView</default> <min>0</min> <max code="true">DolphinView::MaxModeEnum</max> </entry> <entry name="ShowPreview" type="Bool" > - <label>Show preview</label> - <whatsthis>When this option is enabled, a preview of the file content is shown as icon.</whatsthis> + <label context="@label">Show preview</label> + <whatsthis context="@info">When this option is enabled, a preview of the file content is shown as icon.</whatsthis> <default>false</default> </entry> <entry name="CategorizedSorting" type="Bool" > - <label>Categorized Sorting</label> - <whatsthis>When this option is enabled, the sorted items get summarized by their category.</whatsthis> + <label context="@label">Categorized Sorting</label> + <whatsthis context="@info">When this option is enabled, the sorted items get summarized by their category.</whatsthis> <default>false</default> </entry> <entry name="Sorting" type="Int" > - <label>Sort files by</label> - <whatsthis>This option defines which attribute (name, size, date, etc) sorting is performed on.</whatsthis> + <label context="@label">Sort files by</label> + <whatsthis context="@info">This option defines which attribute (name, size, date, etc) sorting is performed on.</whatsthis> <default code="true">DolphinView::SortByName</default> <min>0</min> <max code="true">DolphinView::MaxSortEnum</max> </entry> <entry name="SortOrder" type="Int" > - <label>Order to sort files in</label> + <label context="@label">Order to sort files in</label> <default code="true">Qt::AscendingOrder</default> <min code="true">Qt::AscendingOrder</min> <max code="true">Qt::DescendingOrder</max> </entry> <entry name="AdditionalInfo" type="Int"> - <label>Additional information</label> + <label context="@label">Additional information</label> <default code="true">KFileItemDelegate::NoInformation</default> </entry> <entry name="Timestamp" type="DateTime" > - <label>Properties last changed</label> - <whatsthis>The last time these properties were changed by the user.</whatsthis> + <label context="@label">Properties last changed</label> + <whatsthis context="@info">The last time these properties were changed by the user.</whatsthis> </entry> </group> </kcfg> |
