Translations:Dolphin/Batch Rename/4/de: Difference between revisions

From KDE UserBase Wiki
(Created page with "Das Rautensymbol an einer beliebigen Stelle des Dateinamens wird durch eine aufsteigende Nummer, beginnend mit 1 für die erste Datei und so weiter, ersetzt. Mehrere Rauten hinte...")
 
(No difference)

Latest revision as of 12:58, 7 June 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 (Dolphin/Batch Rename)
The '#' symbol anywhere within the file name will be replaced with a number, starting with '1' for the first file and continuing up for each file after that. Placing multiple hashes will add leading zeroes to the numbers.
:* # will be replaced by 1, 2, 3, 30, 150, etc
:* #### will be replaced by 0001, 0002, 0003, 0030, 0150, etc

Das Rautensymbol an einer beliebigen Stelle des Dateinamens wird durch eine aufsteigende Nummer, beginnend mit 1 für die erste Datei und so weiter, ersetzt. Mehrere Rauten hintereinander fügt führende Nullen ein.

  • # wird ersetzt durch 1, 2, 3, 30, 50, …
  • #### wird ersetzt durch 0001, 0002, 0003, 0030, 0150, …