Skip to content

Commit

Permalink
Add template translation files as of #21738
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed May 11, 2022
1 parent 071d2a9 commit a09143d
Show file tree
Hide file tree
Showing 37 changed files with 21,908 additions and 0 deletions.
22 changes: 22 additions & 0 deletions locale/templates/.default.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
"POT-Creation-Date: 2022-05-11 14:33-0000\n"
"PO-Revision-Date: 2022-05-11 14:33-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Etoys-Domain: .default\n"


#: ATTENTION TRANSLATORS! This should be the name of your language as you would like it to appear in the Languages menu, e.g. "Español" or "English"
msgid "Language-Name"
msgstr ""

#: ATTENTION TRANSLATORS! Put in the directionality of your language, that is "LTR" for left-to-right or "RTL" for right-to-left
msgid "Language-Direction"
msgstr ""


45 changes: 45 additions & 0 deletions locale/templates/60Deprecated.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
"POT-Creation-Date: 2022-05-11 14:33-0000\n"
"PO-Revision-Date: 2022-05-11 14:33-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Etoys-Domain: 60Deprecated\n"


#: 60Deprecated-Tools-Menus,StandardFileMenu>>getTypedFileName:,StandardFileMenu_class>>newFileFrom:,StandardFileMenu_class>>oldFileFrom:,StandardFileMenu_class>>oldFileFrom:withPattern:
msgid "Select a File:"
msgstr ""

#: Kernel-Objects,Object_class>>windowColorSpecification
msgid "Default"
msgstr ""

#: Kernel-Objects,Object_class>>windowColorSpecification
msgid "Other windows without color preferences."
msgstr ""

#: Kernel-Processes,Process>>debug:title:full:contents:
msgid "context not in process"
msgstr ""

#: Morphic-Kernel,Morph>>hasDocumentAnchorString
msgid "Document"
msgstr ""

#: Morphic-Kernel,Morph>>hasInlineAnchorString
msgid "Inline"
msgstr ""

#: Morphic-Kernel,Morph>>hasParagraphAnchorString
msgid "Paragraph"
msgstr ""

#: Morphic-Worlds,PasteUpMorph>>isOpenForDragNDropString
msgid "open to drag & drop"
msgstr ""

89 changes: 89 additions & 0 deletions locale/templates/Collections.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
"POT-Creation-Date: 2022-05-11 14:33-0000\n"
"PO-Revision-Date: 2022-05-11 14:33-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Etoys-Domain: Collections\n"


#: Collections-Abstract,Collection>>errorDifferentSize
msgid "Other collection must be the same size"
msgstr ""

#: Collections-Abstract,Collection>>errorEmptyCollection
msgid "This collection is empty"
msgstr ""

#: Collections-Abstract,Collection>>errorNoMatch
msgid "Collection sizes do not match"
msgstr ""

#: Collections-Abstract,Collection>>errorNotKeyed
msgid "Instances of {1} do not respond to keyed accessing messages."
msgstr ""

#: Collections-Abstract,HashedCollection>>errorNoFreeSpace
msgid "There is no free space in this collection!"
msgstr ""

#: Collections-Abstract,SequenceableCollection>>errorFirstObject:
msgid "Specified object is first object"
msgstr ""

#: Collections-Abstract,SequenceableCollection>>errorLastObject:
msgid "Specified object is last object"
msgstr ""

#: Collections-Abstract,SequenceableCollection>>errorOutOfBounds
msgid "Indices are out of bounds"
msgstr ""

#: Collections-Exceptions,KeyNotFound>>messageText
msgid "Key not found: {1}"
msgstr ""

#: Collections-Exceptions,NotFound>>messageText
msgid "Object is not in the collection."
msgstr ""

#: Collections-Sequenceable,OrderedCollection>>errorNoSuchElement
msgid "Attempt to index a non-existent element in {1}"
msgstr ""

#: Collections-Sequenceable,OrderedCollection>>errorNotEnoughElements
msgid "Attempt to remove more elements than possible from {1}"
msgstr ""

#: Collections-Streams,TranscriptStream>>addModelItemsToWindowMenu:
msgid "clear"
msgstr ""

#: Collections-Streams,TranscriptStream_class>>registerInFlapsRegistry
msgid "A Transcript is a window usable for logging and debugging; browse references to #Transcript for examples of how to write to it."
msgstr ""

#: Collections-Streams,TranscriptStream_class>>registerInFlapsRegistry
msgid "Transcript"
msgstr ""

#: Collections-Support,LookupKey>>recompileBindingsAnnouncing:
msgid "Recompiling {1}"
msgstr ""

#: Collections-Text,Text>>format:
msgid "{1} expected"
msgstr ""

#: Collections-Text,TextURL>>analyze:
msgid "URL to open"
msgstr ""

#: Collections-Unordered,Dictionary>>errorValueNotFound
msgid "Value not found"
msgstr ""

81 changes: 81 additions & 0 deletions locale/templates/Compiler.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
"POT-Creation-Date: 2022-05-11 14:33-0000\n"
"PO-Revision-Date: 2022-05-11 14:33-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Etoys-Domain: Compiler\n"


#: Compiler-Exceptions,AmbiguousSelector>>openMenuIn:
msgid "Ambiguous selector: {1} please correct, or cancel:"
msgstr ""

#: Compiler-Exceptions,AmbiguousSelector>>openMenuIn:,UndeclaredVariable>>openMenuIn:
msgid "cancel"
msgstr ""

#: Compiler-Exceptions,AmbiguousSelector>>openMenuIn:
msgid "selector is {1} and argument is negative"
msgstr ""

#: Compiler-Exceptions,AmbiguousSelector>>openMenuIn:
msgid "selector is {1} and argument is positive"
msgstr ""

#: Compiler-Exceptions,UndeclaredVariable>>openMenuIn:
msgid "Unknown variable: {1}! please correct, or cancel:"
msgstr ""

#: Compiler-Exceptions,UndeclaredVariable>>openMenuIn:
msgid "declare block-local temp"
msgstr ""

#: Compiler-Exceptions,UndeclaredVariable>>openMenuIn:
msgid "declare class variable"
msgstr ""

#: Compiler-Exceptions,UndeclaredVariable>>openMenuIn:
msgid "declare global"
msgstr ""

#: Compiler-Exceptions,UndeclaredVariable>>openMenuIn:
msgid "declare instance"
msgstr ""

#: Compiler-Exceptions,UndeclaredVariable>>openMenuIn:
msgid "declare method temp"
msgstr ""

#: Compiler-Exceptions,UndeclaredVariable>>openMenuIn:
msgid "define new class"
msgstr ""

#: Compiler-Exceptions,UndefinedVariable>>openMenuIn:
msgid "Undefined Variable"
msgstr ""

#: Compiler-Exceptions,UndefinedVariable>>openMenuIn:
msgid "{1} appears to be undefined at this point.\\Proceed anyway?"
msgstr ""

#: Compiler-Exceptions,UnknownSelector>>openMenuIn:
msgid "Unknown selector, please\\confirm, correct, or cancel"
msgstr ""

#: Compiler-Exceptions,UnusedVariable>>openMenuIn:
msgid "Unused Variable"
msgstr ""

#: Compiler-Exceptions,UnusedVariable>>openMenuIn:
msgid "{1} appears to be unused in this method.\\Remove it from the code?"
msgstr ""

#: Compiler-Support,ShadowedVariableNotification>>defaultAction
msgid "{1} ({2} is shadowed)"
msgstr ""

75 changes: 75 additions & 0 deletions locale/templates/Compression.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
"POT-Creation-Date: 2022-05-11 14:33-0000\n"
"PO-Revision-Date: 2022-05-11 14:33-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Etoys-Domain: Compression\n"


#: Compression-Streams,CompressedSources_class>>internalizeSources:
msgid " (preference not changed)"
msgstr ""

#: Compression-Streams,CompressedSources_class>>internalizeSources:
msgid " sources file found"
msgstr ""

#: Compression-Streams,CompressedSources_class>>internalizeSources:
msgid ", save a local copy?"
msgstr ""

#: Compression-Streams,CompressedSources_class>>internalizeSources:
msgid "No external "
msgstr ""

#: Compression-Streams,GZipReadStream_class>>serviceDecompressToFile,GZipReadStream_class>>serviceDecompressToFile
msgid "decompress to file"
msgstr ""

#: Compression-Streams,GZipReadStream_class>>serviceFileIn
msgid "file in the entire decompressed contents of the file, which is expected to contain Smalltalk code in fileout (\"chunk\") format"
msgstr ""

#: Compression-Streams,GZipReadStream_class>>serviceFileIn
msgid "fileIn entire file"
msgstr ""

#: Compression-Streams,GZipReadStream_class>>serviceFileIn
msgid "filein"
msgstr ""

#: Compression-Streams,GZipReadStream_class>>serviceFileIntoNewChangeSet
msgid "install"
msgstr ""

#: Compression-Streams,GZipReadStream_class>>serviceFileIntoNewChangeSet
msgid "install into new change set"
msgstr ""

#: Compression-Streams,GZipReadStream_class>>serviceFileIntoNewChangeSet
msgid "install the decompressed contents of the file as a body of code in the image: create a new change set and file-in the selected file into it"
msgstr ""

#: Compression-Streams,GZipReadStream_class>>uncompressedFileName:
msgid "{1}\n"
"appears to be a compressed file.\n"
"Do you want to uncompress it?"
msgstr ""

#: Compression-Streams,GZipWriteStream_class>>serviceCompressFile
msgid "compress file"
msgstr ""

#: Compression-Streams,GZipWriteStream_class>>serviceCompressFile
msgid "compress file using gzip compression, making a new file"
msgstr ""

#: Compression-Streams,ZipReadStream>>verifyCrc
msgid "Wrong CRC-32 (expected {1} got {2}) (proceed to ignore)"
msgstr ""

Loading

0 comments on commit a09143d

Please sign in to comment.