Jump to content

Translations:Digikam/Renaming Photos/6/uk: Difference between revisions

From KDE UserBase Wiki
Yurchor (talk | contribs)
Created page with 'Далі, ви маєте вказати формат дати і часу вибором відповідного пункту зі спадного списку <menuchoice>Ф...'
 
(No difference)

Latest revision as of 11:47, 5 September 2010

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Digikam/Renaming Photos)
Next, you have to specify a date/time format by selecting the appropriate item from the <menuchoice>Format</menuchoice> drop-down list. If none of the available formatting options satisfy you, select the <menuchoice>Custom</menuchoice> item, which lets you construct the formatting string manually. For example, the {{Input|1=yyyyMMdd-hhmmss}}
formatting string produces file names like {{Output|1=20100531-173501}}
and {{Output|1=20100701-110111}}
while the {{Input|1=MMM-dd-yyyy-dddd}}
string generates names like {{Output|1=May-31-2010-Monday}}
and {{Output|1=June-01-2010-Tuesday}}
The clever part is that you can immediately see the result of the renaming string right below the <menuchoice>Format</menuchoice> field. For a full list of available formatting options, check the official Qt documentation.

Далі, ви маєте вказати формат дати і часу вибором відповідного пункту зі спадного списку Формат. Якщо вас не задовольняє жоден з варіантів форматування, виберіть пункт Нетиповий: ви зможете створити форматування вручну. Наприклад, якщо скористатися рядком форматування

yyyyMMdd-hhmmss

буде створено назви у форматі

20100531-173501

і

20100701-110111

Рядок форматування

MMM-dd-yyyy-dddd

дасть назви, подібні до

вер.-05-2010-Неділя

або

чер.-01-2010-Вівторок

Ви зможете одразу побачити зразок застосування рядка перейменування під полем Формат. Повний список можливих параметрів форматів можна знайти у офіційній документації з Qt.