Jump to content

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

From KDE UserBase Wiki
Manol.Denev (talk | contribs)
Created page with "След това, ще трябва да укажете формата, в който да бъде представена датата и часа- изберете желан..."
 
(No difference)

Latest revision as of 23:44, 1 January 2011

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.

След това, ще трябва да укажете формата, в който да бъде представена датата и часа- изберете желаната опция от падащия списък Format. Ако в списъка няма формат, който да ви удовлетворява, изберете Custom. Това ви позволява да дефинирате архитектурата на формата ръчно. Например, форматът

yyyyMMdd-hhmmss

генерира имена като:

20100531-173501

и,

20100701-110111

докато форматът:

MMM-dd-yyyy-dddd

генерира имена като:

May-31-2010-Monday

и:

June-01-2010-Tuesday

За ваше удобство, можете незабавно да видите как ще изглеждат генерираните имена, точно под полето Format. За да видите целия списък с възможностите за форматиране, моля прочетете официалната Qt документация.