Übersetzen benötigt - Rename-files

Post Reply
Message
Author
User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

Übersetzen benötigt - Rename-files

#1 Post by don570 »

Übersetzen benötigt.

Übersetzen die Worte zwischen den Anführungszeichen,bitte.

Sie können die fertige Anwendung unter folgender Web-Seite zu sehen.
http://208.109.22.214/puppy/viewtopic.p ... 26afdc309b
Der Text ist in dem folgenden Beitrag

_____________________________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#2 Post by don570 »

Code: Select all


# Radio button label text
LOC103="Replace whitespace in filenames
with the underscore character
(non-recursive)"
LOC105="Change extension to a new extension"
LOC106="Change consecutive characters
in each filename"
LOC107="Move files with EXTENSION 
to their own folder"
LOC108="Add characters to the filename(s)"
LOC109="Number files in the folder
from 000 to 999 according to date"

# Button label text
LOC110="Info"

# Xdialog message heading
LOC200="Summary of changes"
LOC201="Warning!"

# Xdialog messages 
LOC202="The list of files is located in the folder" # folder name is added at end

LOC204="Number of files that were moved :"   
LOC205="No files were found inside the folder."
LOC206="An extension must not have whitespace."
LOC207="The folder has not been changed."
LOC208="files were renamed. "  # Do not use capital letter
LOC209="Destination folder :"
LOC210="No files with that extension were found"
LOC211="The extension must not begin with a dot."
LOC212="folder/filenames were modified. "  # Do not use capital letter
LOC213="One file was modified. " 
LOC214="One folder/filename was modified."

# Special Xdialog message 
LOC219="No"  # it is used in phrase  'No files'


# Helpful window info
LOC300="Choose one of the following actions"
LOC301="on the left-hand side, then click "
LOC302="Proceed"

# INFO DIALOG window
LOC303="Information"
LOC304="Renaming actions are not recursive."
LOC305="Lists of renamed files"
LOC306="are stored in /tmp/Rename_List/"
LOC307="Here's an extension example:"
LOC308="For 'filename.tar.gz',  enter 'tar.gz'"
LOC309="Files are numbered from 000 to 999"
LOC310="000 is added to the oldest file"
LOC311="Folders are not renamed"
LOC312="(except when eliminating whitespace)."
LOC313="Files with similar names are overwritten."

# More helpful window info
LOC314="Rename all files in the folder."
LOC315="(hidden files are ignored)"

# Radio button popups
LOC400="Example: html can be changed to htm"
LOC401="Example: txt files can be moved to separate folder"
LOC402="Characters are added after filename and before extension"
LOC403="The number depends on the modification date"
LOC404="Underscore character replaces the whitespace"
LOC405="Check for substring in each filename and replace"

# Tooltip Popups
LOC500="Credits and license"
LOC501="Helpful information and tips"
LOC504="Start renaming files"

# End dialog box
LOC600="Do you want to go to the Destination Folder?"
LOC601="Yes"
LOC602="No"

# Headings
LOC700="Credits"
LOC701="License"

# Field text in window
LOC800="Original extension"
LOC801="New extension"
LOC802="Enter EXTENSION"
LOC803="Enter characters"
LOC804="Original characters"
LOC805="Replacement characters"


User avatar
RSH
Posts: 2397
Joined: Mon 05 Sep 2011, 14:21
Location: Germany

#3 Post by RSH »

Done.

Note: i did translate EXTENSION to Dateinamenserweiterung, because i do not know if it is just written in capital characters or a $EXTENSION variable...

Greetings

RSH
Attachments
de.gz
remove the .gz extension and rename it
(3.16 KiB) Downloaded 298 times
[b][url=http://lazy-puppy.weebly.com]LazY Puppy[/url][/b]
[b][url=http://rshs-dna.weebly.com]RSH's DNA[/url][/b]
[url=http://murga-linux.com/puppy/viewtopic.php?t=91422][b]SARA B.[/b][/url]

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#4 Post by don570 »

'Dateinamenserweiterung' ist gut.

Ich habe noch eine wenige Arbeit zu machen, bis den Schluss.

Post Reply